/*--------------------------------------------------------------
	LINE Seed JP
--------------------------------------------------------------*/
@font-face {
		font-family: "LINE_Seed_JP";
		src:
		url("../fonts/LINESeedJP_OTF_Rg.woff") format("woff"),
		url("../fonts/LINESeedJP_OTF_Rg.woff2") format("woff2");
		font-weight: 300;
		font-style: normal;
}
@font-face {
		font-family: "LINE_Seed_JP";
		src:
				url("../fonts/LINESeedJP_OTF_Bd.woff") format("woff"),
				url("../fonts/LINESeedJP_OTF_Bd.woff2") format("woff2");
		font-weight: 700;
		font-style: bold;
}
@font-face {
		font-family: "LINE_Seed_JP";
		src:
				url("../fonts/LINESeedJP_OTF_Eb.woff") format("woff"),
				url("../fonts/LINESeedJP_OTF_Eb.woff2") format("woff2");
		font-weight: 900;
		font-style: bold;
}

/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

body {
/*  background: #fff;*/
/*  font: 400  Meiryo, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";*/
	font-family: "LINE_Seed_JP","Kosugi Maru", sans-serif!important;
  color: #666;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {  border: 0;}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.align-center {  text-align: center; }
.align-left {  text-align: left !important; }
.position-relative {  position: relative; }
.leftauto {  
	right: 0 !important;
  left: auto !important;
}

/* Transition elsements */
a,
.btn {  transition: all 0.125s ease-in-out 0s;}

.client-logo,
.gallery-caption,
.gallery-image:after,
.gallery-image img,
.price-table,
.team-detail,
.team-image:after,
.work-caption,
.work-image > img,
.work-image:after,
.post-thumbnail,
.post-video,
.post-images-slider {
  transition: all 0.3s ease-in-out 0s;
}

/* Reset box-shadow */
.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  box-shadow: none;
	border-radius: 8px!important;
}

/* Reset border-radius */
.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
  border-radius: 2px;
}

.pr-remove {
  /*vertical-align: middle !important;*/
  text-align: center;
}

.examples {
  border-radius: 2px;
  padding: 7px 5px;
  margin: 0 0 40px;
}

.examples.bg-dark {
  background: #333;
  border: 0;
}

.et-icons .box1 {
  border: 1px solid #e5e5e5;
  display: block;
  width: 25%;
  float: left;
  padding: 0;
  font-size: 13px;
  margin: -1px 0 0 -1px;
}

.et-icons .box1 > span {
  display: inline-block;
  border-right: 1px solid #e5e5e5;
  min-width: 60px;
  min-height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  margin-right: 5px;
}

.fa-icons > div {
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
}

.fa-icons > div > i {
  display: inline-block;
  margin-right: 5px;
  min-width: 40px;
  min-height: 40px;
  border-right: 1px solid #f1f1f1;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}

.help-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Sections */
.navbar-custom + .main {
  margin-top: 50px;
}

.main {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.module,
.module-small {
  position: relative;
  padding: 140px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width:480px){
	.module,
	.module-small {
		  padding: 30px 0!important;
	}
}

/* Module header */
.module-small {
  padding: 70px 0;
}

.module-extra-small {
  padding: 25px 0px;
}

.module-medium {
  padding: 75px 0px;
}

.white { color:white!important; }
.red { color: red!important; }
.green { color: limegreen!important; }
.orange {	color: orange!important; }
.blue {	color: dodgerblue!important; }

.font_12 {	font-size: 12px;}
.font_14 {	font-size: 14px;}
.font_16 {	font-size: 16px;}
.font_18 {	font-size: 18px;}
.font_20 {	font-size: 20px;}
.font_22 {	font-size: 22px;}
.font_24 {	font-size: 24px;}

.fw_300 { font-weight: 300;}
.fw_700 { font-weight: 700;}
.fw_900 { font-weight: 900;}

.table_wrap {
	width: 100%; 
	overflow-x: auto;
}
.table_wrap_info {
	display: none;
	font-size: 10px;
	color: #aaa;
}
@media (max-width: 480px) {
	.table_wrap_info {
		display: block;
	}
}

/*--------------------------------------------------------------
custom - Header
--------------------------------------------------------------*/
.showcase-page-header {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-size: cover;
}
@media (max-width: 480px) {
	.showcase-page-header {
	  padding: 70px 0 30px 0!important;
		background-image: url("../images/bg_head_s.png");
	}
}
@media (max-width: 767px) {
	.showcase-page-header {
	  padding: 80px 0 40px 0;
		background-image: url("../images/bg_head_s.png");
	}
}
@media (min-width: 768px) {
	.showcase-page-header {
	  padding: 80px 0 50px 0;
		background-image: url("../images/bg_head_m.png");
	}
}
@media (min-width: 1200px) {
	.showcase-page-header {
	  padding: 100px 0 60px 0;
		background-image: url("../images/bg_head_l.png");
	}
}
@media (min-width: 1500px) {
	.showcase-page-header {
		padding: 100px 0 80px 0; 
		background-image: url("../images/bg_head_l.png");
	}
}

.textshadow {
	text-shadow: 1px 1px rgba(0,0,0,.7);
	font-weight: 600;
}



.btn_head_register {
	position: relative;
	z-index: 0;
	display: block;
	color: #000!important;
	height: 36px;
	margin-top: 7px;
	border-radius: 5px;
  background: linear-gradient(#FFF, #CCC)!important;
}
.btn_head_register::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
  background: linear-gradient(#fff6a3, #ffbe11)!important;
	opacity: 0;
	transition: opacity 0.3s;
	border-radius: 5px;
	color: #000!important;
}
.btn_head_register:hover::before {
	opacity: 1;
}

@media (min-width: 768px) {
	.btn_head_register {
			line-height: 12px!important;
	}
}
.ifiny {
	display: block;
	position: absolute;
	z-index: 2;
	animation: floating-y 3s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
	0% {    transform: translateY(-2%);  }
	100% {    transform: translateY(2%);  }
}
@keyframes floating-y2 {
	0% {    transform: translateY(2%);  }
	100% {    transform: translateY(-2%);  }
}


.beginner {
	background:linear-gradient(60deg, rgba(252,238,33,0.5),rgba(140,198,63,0.5));
	border-radius: 20px;
	padding: 20px;
}
.begin_head {
	width: 60%;
	padding-top: 4%;
	background: url("../images/begin_head.png") no-repeat center center;
	background-size: contain;
	margin: auto;
	text-indent:100%!important;
	white-space:nowrap;
	overflow:hidden;
}
.container_top{
	margin-bottom: 30px;
}

/* Splide - option */
.splide {
	margin: auto;
	text-align: center;
}

@media ( max-width:480px){
	#bannerslider_l {		display: none;	}
	#bannerslider_s {
		width: 100%;
		z-index: 3;
	}
}
@media ( min-width:480.1px){
	#bannerslider_l {	
		width: 100%;
		z-index: 3;
	}
	#bannerslider_s {		display: none;	}
}
@media ( min-width:768px){
	#bannerslider_l {	
		width: 100%;
		z-index: 3;
	}
	#bannerslider_s {		display: none;	}
}
@media ( min-width:1200px){
	#bannerslider_l {	
		width: 1100px;
		height: 320px;
		z-index: 1;
	}
	#bannerslider_s {		display: none;	}
}
@media ( min-width:1500px){
	#bannerslider_l {	
		width: 1300px;
		height: 320px;
		z-index: 1;
	}
	#bannerslider_s {		display: none;	}
}

/*--------------------------------------------------------------
custom - Gacha
--------------------------------------------------------------*/
.gacha_btn {
	display: flex!important;
	column-gap: 5px!important;
}
.gacha_btn div {
	padding: 0!important;
}

.btn_gacha {
	display: block;
	width: 100%;
	padding-top: 35.238%;
	text-indent:100%!important;
	white-space:nowrap;
	overflow:hidden;
}
.gacha_area {
	margin: 20px 0;
}

a.gacha_1 {
	background: url("../images/btn_x1_off.png") no-repeat center;
	background-size: contain;
}
a.gacha_10 {
	background: url("../images/btn_x10_off.png") no-repeat center;
	background-size: contain;
}
a.gacha_100 {
	background: url("../images/btn_x100_off.png") no-repeat center;
	background-size: contain;
}
a.gacha_1::afterhover {	
	background: url("../images/btn_x1_on.png") no-repeat center;
	background-size: contain;
}
a.gacha_10:hover {	
	background: url("../images/btn_x10_on.png") no-repeat center;
	background-size: contain;
}
a.gacha_100:hover {	
	background: url("../images/btn_x100_on.png") no-repeat center;
	background-size: contain;
}


/*--------------------------------------------------------------
custom - Head-Ifiny
--------------------------------------------------------------*/
@media (max-width: 480px) {
	.ifiny {
		top:-10px;
		left: 140px;
		width: 160px;
		height: 140px;
		background: url("../images/ifiny_s.png") no-repeat;
		background-size: contain;
	}
	.begin_head {
		width: 96%;
		padding-top: 16%;
		background:  url("../images/begin_head_s.png") no-repeat top center;
		background-size: contain;
	}
}
@media (max-width: 768px) {
	.container_top { width: 96%;	}
}
@media (min-width: 481px) {
	.ifiny {
		top:-10px;
		left: 230px;
		width: 220px;
		height: 200px;
		background: url("../images/ifiny_s.png") no-repeat;
		background-size: contain;
	}

	.begin_head {
		width: 96%;
		padding-top: 16%;
		background:  url("../images/begin_head_s.png") no-repeat top center;
		background-size: contain;
	}
}
@media (min-width: 768px) {
	.ifiny {
		top:-10px;
		left: 230px;
		width: 280px;
		height: 220px;
		background: url("../images/ifiny_m.png") no-repeat;
		background-size: contain;
	}
	.begin_head {
		width: 80%;
		padding-top: 4%;
		background: url("../images/begin_head.png") no-repeat top center;
		background-size: contain;
		margin: auto;
		text-indent:100%!important;
		white-space:nowrap;
		overflow:hidden;
	}
}
@media (min-width: 1200px) {
	.ifiny {
		top:40px;
		left: -20px;
		width: 340px;
		height: 490px;
		background: url("../images/ifiny_l.png") no-repeat;
		background-size: contain;
	}
	.cardset {
		display: block;
		position: absolute;
		z-index: 9;
		top:70px;
		right: -50px;
		width: 400px;
		height: 490px;
		background: url("../images/cardset.png") no-repeat;
		background-size: contain;
		animation: floating-y2 4s ease-in-out infinite alternate-reverse;
	}
	.begin_head {
		width: 80%;
		padding-top: 4%;

	}
}
@media (min-width: 1500px) {
	.container_top {
		width: 96%;
	}
	.ifiny {
		top:40px;
		left: -20px;
		width: 420px;
		height: 490px;
		background: url("../images/ifiny_l.png") no-repeat;
		background-size: contain;
	}
	.cardset {
		display: block;
		position: absolute;
		z-index: 9;
		top:70px;
		right: -50px;
		width: 460px;
		height: 500px;
		background: url("../images/cardset.png") no-repeat;
		background-size: contain;
		animation: floating-y2 4s ease-in-out infinite alternate-reverse;
	}
	.begin_head {
		width: 70%;
		padding-top: 4%;

	}

}

.container_navibar {
	z-index: 10;
	padding: 15px 5px;
	width: 100%!important;
	padding-right: 30px;
	padding-left: 30px;

}
.container_navibar_dark {
	background-color: rgba(0,0,0,0.8);
  transition: all 0.4s ease-in-out 0s;
}

@media (max-width:767px){
	.table_law{
		width: 95%;
		margin: 0 auto;
}
}

.table_law th {
	background: rgba(216,216,216,.2);
}
.table_law th , .table_law td{
	padding: 12px;
	border-bottom: 1px dashed rgba(216,216,216,.5);
}
.table_law ul {
	margin: 0;
}
.table_law li {
	padding: 8px;
}

.dotted {
	margin: 5px 0 5px 0;
	padding: 0px;
	border: 0.3px dashed rgba(0,0,0,.3);
}


/*--------------------------------------------------------------
custom - TopPageTitle
--------------------------------------------------------------*/

.top_pageselect {
	display: inline-flex;
	width: 100%;
}
.top_pageselect li {	width: 50%;}
@media (max-width:992px){
	.top_pageselect {
	}
}

/*------------------- button -------------------*/
.btn_gachalist , .btn_dpchange , .btn_index_notarget{
	width: 90%;
	border-radius: 7px;
	padding: 2px;
	margin: auto;
	transition: background-color 0.5s ease;
}
.btn_gachalist p , .btn_dpchange p , .btn_index_notarget p {
	display: block;
	height: 40px;
	text-align: center;
	color: white;
	line-height: 40px;
	border-radius: 5px;
	transition: background-color 0.5s ease;
}


.btn_gachalist {		
	background: -webkit-linear-gradient(bottom, #9b77ff, #5100dd);
	background: -o-linear-gradient(bottom, #9b77ff, #5100dd);
	background: linear-gradient(to top, #9b77ff, #5100dd);
}
.btn_gachalist:hover {		
	background: -webkit-linear-gradient(bottom, #c9a6ff, #8d4ff1);
	background: -o-linear-gradient(bottom, #c9a6ff, #8d4ff1);
	background: linear-gradient(to top, #c9a6ff, #8d4ff1);
}
.btn_gachalist p {		
	background: -webkit-linear-gradient(#9b77ff, #5100dd);
	background: -o-linear-gradient(#9b77ff, #5100dd);
	background: linear-gradient(#9b77ff, #5100dd);
}
.btn_gachalist:hover p {		
	background: -webkit-linear-gradient(#c9a6ff, #8d4ff1);
	background: -o-linear-gradient(#c9a6ff, #8d4ff1);
	background: linear-gradient(#c9a6ff, #8d4ff1);
}
.btn_dpchange {		
	background: -webkit-linear-gradient(bottom, #e395bc, #b023a8);
	background: -o-linear-gradient(bottom, #e395bc, #b023a8);
	background: linear-gradient(to top, #e395bc, #b023a8);
}
.btn_dpchange:hover {		
	background: -webkit-linear-gradient(bottom, #edbdd3, #cc51c0);
	background: -o-linear-gradient(bottom, #edbdd3, #cc51c0);
	background: linear-gradient(to top, #edbdd3, #cc51c0);
}
.btn_dpchange p {		
	background: -webkit-linear-gradient(#e395bc, #b023a8);
	background: -o-linear-gradient(#e395bc, #b023a8);
	background: linear-gradient(#e395bc, #b023a8);
}
.btn_dpchange:hover p {		
	background: -webkit-linear-gradient(#edbdd3, #cc51c0);
	background: -o-linear-gradient(#edbdd3, #cc51c0);
	background: linear-gradient(#edbdd3, #cc51c0);
}

.btn_index_notarget {		
	background: -webkit-linear-gradient(bottom, #ddd, #999);
	background: -o-linear-gradient(bottom, #ddd, #999);
	background: linear-gradient(to top, #ddd, #999);
}
.btn_index_notarget:hover {		
	background: -webkit-linear-gradient(bottom, #eee, #aaa);
	background: -o-linear-gradient(bottom, #eee, #aaa);
	background: linear-gradient(to top, #eee, #aaa);
}
.btn_index_notarget p {		
	background: -webkit-linear-gradient(#ddd, #999);
	background: -o-linear-gradient(#ddd, #999);
	background: linear-gradient(#ddd, #999);
}
.btn_index_notarget:hover p {		
	background: -webkit-linear-gradient(#eee, #aaa);
	background: -o-linear-gradient(#eee, #aaa);
	background: linear-gradient(#eee, #aaa);
}

/*--------------------------------------------------------------
custom - IndexDpChange
--------------------------------------------------------------*/
.index_list_dpchange {
	width: 100%;
	display: grid;
  place-items: center;
	flex-wrap: wrap;
	grid-gap: 15px;
	gap: 15px;
	align-items: flex-start;
}
.index_list_dpchange li {
	min-height: 200px;
	width: 100%!important;
	background: linear-gradient(to bottom, #fff, #ebebeb);
	border: solid 1px white;
	box-shadow: 0 0 0 1px rgba(0,0,0,.3);
	border-radius: 8px;
	text-align: center;
	padding: 10px;
}
.index_list_dpchange img {
	width: 80%;
	margin-bottom: 10px;
}
.index_dpchange_data {
	display: block;
}
.index_dpchange_data span {
	display: block;
}
.index_dpchange_data strong {
	font-size: 1.5em;
	font-weight: 700;
	color: red;
	padding: 0 3px;
}


@media (min-width:1200px) {
	.index_list_dpchange { 
		grid-template-columns: repeat(7, 1fr);d
	}
}
@media (max-width:1199px) {
	.index_list_dpchange {
		grid-template-columns: repeat(5, 1fr);
	}
}
@media (max-width:991px) {
	.index_list_dpchange {
		grid-template-columns: repeat(5, 1fr);
	}
}
@media (max-width:767px) {
	.index_list_dpchange { 
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width:480px) {
	.index_list_dpchange {
		grid-template-columns: repeat(2, 1fr);
		letter-spacing: -1px;
	}
}

/*------------------- button -------------------*/
.btn_dpchange_detail{
	width: 80%;
	border-radius: 17px;
	padding: 2px;
	margin: auto;
}
.btn_dpchange_detail p{
	display: block;
	height: 30px;
	text-align: center;
	color: white;
	line-height: 30px;
	border-radius: 15px;
}
.btn_dpchange_detail {	
	background: -webkit-linear-gradient(bottom, #32d8ce, #3275ce);
	background: -o-linear-gradient(bottom, #32d8ce, #3275ce);
	background: linear-gradient(to top, #32d8ce, #3275ce);
}
.btn_dpchange_detail p {	
	background: -webkit-linear-gradient(#32d8ce, #3275ce);
	background: -o-linear-gradient(#32d8ce, #3275ce);
	background: linear-gradient(#32d8ce, #3275ce);
}
.btn_dpchange_detail:hover {	
	background: -webkit-linear-gradient(bottom, #80e7e1, #6597da);
	background: -o-linear-gradient(bottom, #80e7e1, #6597da);
	background: linear-gradient(to top, #80e7e1, #6597da);
}
.btn_dpchange_detail:hover p {	
	background: -webkit-linear-gradient(#80e7e1, #6597da);
	background: -o-linear-gradient(#80e7e1, #6597da);
	background: linear-gradient(#80e7e1, #6597da);
}



/*--------------------------------------------------------------
custom - GoogleIconSetting
--------------------------------------------------------------*/
.material-icons-outlined {	
	vertical-align: middle;
	margin-top: -2px;
}

/*--------------------------------------------------------------
custom - Crumb
--------------------------------------------------------------*/
.clumb {
	list-style: none;
	display: inline-flex;
	width: 100%;
	margin: 0 0 20px 0!important;
	padding: 0;
}
.clumb li {
	margin: 0 5px;
}
.clumb a {
	text-decoration: underline;
}
.clumb a:hover {
	color: darkorange!important;
}
@media (max-width:767px){
	.clumb {
		letter-spacing: 0px;
		font-size: 12px;
	}
}

/*--------------------------------------------------------------
custom - my_pageback
--------------------------------------------------------------*/
.my_pageback a {
	text-decoration: underline;
}
@media (max-width:767px){
	.my_pageback {
		letter-spacing: 0px;
		font-size: 12px;
	}
}

/*--------------------------------------------------------------
custom - MypageMenu
--------------------------------------------------------------*/
.mymenu_l {	margin-bottom: 30px;}
.my_rename img {
	opacity: 0.5;
}
.my_ui {
	width: 100%;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 5px;
	padding: 10px;
}
.my_ui ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}
.my_ui_badge {
	width: 120px;
	text-align:  middle;
}
.my_ui_data {
 width: calc(100%-120px);
}
.my_ui p{
	width: 100%;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.my_ui_rank {
	font-size: 20px;
}
a.my_add {
	display: inline-flex;
	width: 16px;
	height: 16px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url("../images/my_add.png") no-repeat center center;
}
.my_add a:hover{
	background: url("../images/my_add_on.png") no-repeat center center;
}
.my_menulist {
	list-style: none;
	padding: 0;
}
.my_menulist li {	
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,.2);
	background: url("../images/my_menuicon.png") no-repeat left / contain;
}
.my_menulist a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-indent: 50px;
}
.my_menulist a:hover {	color: #FFAE00!important; }
.alert_menulist {
	position: absolute;
	right: 5px;
	width: 20px;
	height: 20px;
	margin-top: 15px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url("../images/my_alert.png") no-repeat center center / contain;
}

.mymenu_r {
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 5px;
	padding: 20px 15px;
}
@media (max-width:480px){
	.mymenu_r {
		padding: 10px;
	}
	
}

.headuser {
	height:16px;
	width: auto;
	margin-right: 10px;
}

/*-----------------------------------
custom - MypageMenu_head
-----------------------------------*/
@media(min-width:768px){
	.mymenu_head { display: none!important; }
}
@media(max-width:767px){
	.mymenu_headinfo { display: none!important;	}
}
.mymenu_head {
	background: rgba(255,255,255,1);
	border: 1px solid rgba(233,233,233,1);
	border-radius: 5px;
	padding: 12px 6px 2px 6px!important;
	margin: 10px -10px 0 -10px;
	max-height: 720px!important;
}
.my_userpanel_head{
	display: flex!important;
	align-items: center;
	width: 330px;
	height: 40px;
	font-size: 16px;
	letter-spacing: 0px;
	margin: auto;
	vertical-align: middle!important;
	background: url("../images/my_username_bg_l.png") no-repeat center center / contain;
}
.my_ui_head {
	width: 100%;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 5px;
	padding: 10px;
}
.my_ui_head ul { 
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.my_ui_badge_head {
	width: 100px;
	padding-top: 5px;
	text-align:  middle;
}
.my_ui_data_head {
 width: calc(100%-120px);
	letter-spacing: 0px;
}
.my_ui_head p{
	width: 100%;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.my_ui_rank_head {
	font-size: 16px;
}
.my_menulist_head {
	list-style: none;
	padding: 0;
	margin: 0;
}
.my_menulist_head li {	
	position: relative;
	border-bottom: 1px solid #D9D9D9;
	background: url("../images/my_menuicon.png") no-repeat left center / contain;
}
.my_menulist_head a {
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-indent: 50px;
}
.my_menulist a:hover {	color: #FFAE00!important; }
.alert_menulist_head {
	position: absolute;
	display: block;
	right: 5px;
	top: 12px;
	width: 20px;
	height: 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url("../images/my_alert.png") no-repeat center center / contain;
}
.my_username {
		display: block;
		width: 100%;
		margin: 0;
		padding-top: 2px;
		text-align: center;
		text-indent: 30px;
	}

@media (max-width: 767px) {
	.mymenu_l{ display: none;	}
	.mymenu_r {		width: 100%!important;	}
	.row {
		padding: 0 10px;
	}
}
@media (max-width: 1199px) {
	.mymenu_l{ 
		float: left;
		width: 220px;
	}
	.mymenu_r{ 
		float: right;
		width: calc(100% - 240px);
	}
	.my_userpanel{
		display: flex;
		align-items: center;
		width: 220px;
		height: 40px;
		font-size: 12px;
		background: url("../images/my_username_bg_s.png") no-repeat center center / contain;
	}
	.my_rename {
		margin: 0;
		width: 12px;
		height: 12px;
		padding: 4px;
	}
	.my_menulist a {
		font-size: 1em;
		letter-spacing: -1px;
	}
	.my_ui_badge {
		width: 100%;
		text-align: center;
	}
	.my_ui_rank {
		text-align: center;
	}
}
@media (min-width: 1200px) {
	.mymenu_l { 
		float: left;
		width: 330px;
	}
	.mymenu_r {
		float: right;
		width:  calc(100% - 350px);
	}
	.my_userpanel{
		display: flex;
		align-items: center;
		width: 330px;
		height: 40px;
		font-size: 16px;
		vertical-align: middle!important;
		background: url("../images/my_username_bg_l.png") no-repeat center center / contain;
	}
	.my_rename {
		margin: 0;
		width: 20px;
		height: 20px;
		padding: 4px;
	}
	.my_rename img {
		margin-bottom: 3px;
	}
	.my_ui ul { 
	display: flex;
	}
}

/*--------------------------------------------------------------
custom - MypageTop
--------------------------------------------------------------*/
.info_line {
	display: block;
	width: 100%;
	padding: 15px;
	background: #ffecec;
	border: 1px dashed red;
	border-radius: 10px;
		text-align: center;
}
.info_line strong {
	display: block;
	width: 100%;
	color: red;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.info_line a {
	color: #0071bc;
	text-decoration: underline;
}
.my_borderbtm {
	border-bottom: 1px dashed #CCC;
}

.my_top_point ul , .my_top_point dl , .my_top_point dt , .my_top_point dd , .my_top_friend dl , .my_top_friend dt , .my_top_friend dd , .my_top_point p  {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.my_top_point li {
	padding: 10px 20px;
	font-size: 16px;
}	
.my_top_point li strong {
		font-size: 26px;
}
.my_top_point dt , .my_top_point dd , .my_top_friend dt , .my_top_friend dd {
	display: inline-block;
	vertical-align: middle;
}
.my_top_friend {
	display: block;
	width: 100%;
	padding: 15px;
	background: #f2f2f2;
	border: 1px dashed #b3b3b3;
	border-radius: 10px;
	text-align: center;
}
.my_top_friend strong {
	font-size: 26px;
	color: #29abe2;
	font-weight: 900;
	margin-left: 20px;
}
.my_top_friend_merit {
	width: 100%;
}
.my_top_friend_merit li {
	padding: 15px 0;
}
.my_top_friend_merit strong {
	display: block;
	float: left;
	width: 150px;
	height: 36px;
	font-size: 16px;
	font-weight: 900px;
	padding-top: 3px;
	margin: 0 10px 10px 10px;
	color: white;
	text-align: center;
	background: url("../images/my_friend_merittitle.png")no-repeat top center / contain;
}

.my_top_friend_btn {
	width: 100%;
	display: inline-flex;
}
.my_top_friend_btn li {
	width: 50%;
}
.my_top_friend_btn_twitter , .my_top_friend_btn_line {
	display: block;
	width: 320px;
	height: 40px;
	font-size: 16px;
	border-radius: 20px;
	text-align: center;
	margin: auto!important;
}
.my_top_friend_btn_twitter  {
	background: rgba(0,0,0,.2);
	border: 1px solid rgba(0,0,0,.3);
	color: rgba(0,0,0,1);
}
.my_top_friend_btn_twitter:hover  {
	background: rgba(0,0,0,.1);
	border: 1px solid rgba(0,0,0,.2);
	color: rgba(0,0,0,.8);
}
.my_top_friend_btn_line  {
	background: rgba(6,199,85,.2);
	border: 1px solid rgba(6,199,85,.7);
	color: rgba(6,199,85,1);
}
.my_top_friend_btn_line:hover  {	
	background: rgba(6,199,85,.1);
	border: 1px solid rgba(6,199,85,.5);
	color: rgba(6,199,85,.8);

}
.my_top_friend_btn_twitter strong , .my_top_friend_btn_line strong {
	display: inline-flex;
	width: 26px;
	height: 26px;
	text-indent: 100%;
	line-height: 26px;
	margin: 7px 6px 0 0;
	white-space: nowrap;
	overflow: hidden;
}
.my_top_friend_btn_twitter strong {
	background: url("../images/my_friend_btn_twitter.png")no-repeat center center / contain;
}
.my_top_friend_btn_line strong {
	background: url("../images/my_friend_btn_line.png")no-repeat center center / contain;
}

@media (max-width:480px){
	.my_top_friend strong {		margin: 0;	}
	.my_top_friend_merit {
		width: 100%;
		text-align: center;
	}
	.my_top_friend_merit strong {
		float: none;
		margin: 10px auto;
	}
}
@media (max-width:991px){
	.my_top_point dt , .my_top_point dd , .my_top_friend dt , .my_top_friend dd {	
		display: block;	
		width: 100%;
	}
	.my_top_point dd , .my_top_friend dd { padding-top: 15px;	}
	.my_top_friend_btn { 		display: block; }
	.my_top_friend_btn li { 
		width: 100%;
		padding: 10px;
	}
	.my_top_friend_merit strong {
	}
}
@media (min-width:992px){
	.my_top_point dt {	width: 260px;}
	.my_top_point dt strong {	padding-left: 50px;}
	.my_top_point dd {	
		width: calc(100% - 280px);
		text-align: center;
	}
	.my_top_friend dt {	 width: 400px;}
	.my_top_friend dd {	 width: calc(100% - 440px );}
}

.my_top_news li {
	position: relative;
	border-bottom: 1px dashed #CCC;
}
.my_top_news p {
	padding: 10px 5px;
}
.my_top_news span {
	position: absolute;
	display: inline-block;
	right: 5px;
	color: #CCC;
}
@media (max-width:992px){
	.my_top_news span {
		position: relative;
		display: block;
		left: 5px;
	}
}
.my_top_news_more {
	display: block;
	width: 200px;
	padding: 15px 0;
	margin: auto;
	text-align: center;
	text-decoration: underline;
}

/*------------------- button -------------------*/
.my_charge , .my_copy {
	display: block;
	width: 200px;
	height: 36px;
	margin: auto;
}
.btn_charge , .btn_copy {
	width: 200px;
	border-radius: 17px;
	padding: 2px;
}
.btn_charge p , .btn_copy p {
	display: block;
	height: 30px;
	text-align: center;
	color: white;
	line-height: 30px;
	border-radius: 15px;
}
.btn_charge {	
	background: -webkit-linear-gradient(bottom, #fbd109, #d69503);
	background: -o-linear-gradient(bottom, #fbd109, #d69503);
	background: linear-gradient(to top, #fbd109, #d69503);
}	
.btn_charge:hover {	
	background: -webkit-linear-gradient(bottom, #ffde3b, #ffbb42);
	background: -o-linear-gradient(bottom, #ffde3b, #ffbb42);
	background: linear-gradient(to top, #ffde3b, #ffbb42);
}
.btn_charge p {
	background: -webkit-linear-gradient(#fbd109, #d69503);
	background: -o-linear-gradient(#fbd109, #d69503);
	background: linear-gradient(#fbd109, #d69503);
}
.btn_charge:hover p {	
	background: -webkit-linear-gradient(#ffde3b, #ffbb42);
	background: -o-linear-gradient(#ffde3b, #ffbb42);
	background: linear-gradient(#ffde3b, #ffbb42);
}
.btn_copy {	
	background: -webkit-linear-gradient(bottom, #8dc63f, #5c7831);
	background: -o-linear-gradient(bottom, #8dc63f, #5c7831);
	background: linear-gradient(to top, #8dc63f, #5c7831);
}
.btn_copy:hover {	
	background: -webkit-linear-gradient(bottom, #a4e06d, #7c9a5c);
	background: -o-linear-gradient(bottom, #a4e06d, #7c9a5c);
	background: linear-gradient(to top, #a4e06d, #7c9a5c);
}
.btn_copy p {
	background: -webkit-linear-gradient(#8dc63f, #5c7831);
	background: -o-linear-gradient(#8dc63f, #5c7831);
	background: linear-gradient(#8dc63f, #5c7831);
}
.btn_copy:hover p {	
	background: -webkit-linear-gradient(#a4e06d, #7c9a5c);
	background: -o-linear-gradient(#a4e06d, #7c9a5c);
	background: linear-gradient(#a4e06d, #7c9a5c);
}


/*--------------------------------------------------------------
custom - MypageCharge
--------------------------------------------------------------*/
.my_charge_list {
	width: 100%;
	display: grid;
  place-items: center;
	flex-wrap: wrap;
	grid-gap: 15px;
	gap: 15px;
	align-items: flex-start;
}
.my_charge_list li {
	min-height: 200px;
	width: 100%!important;
	background: linear-gradient(to bottom, #fff, #ebebeb);
	border: solid 1px white;
	box-shadow: 0 0 0 1px rgba(0,0,0,.3);
	border-radius: 8px;
}
.my_charge_list li:hover {
		background: linear-gradient(to bottom, #fff, #fff799);
}

@media (min-width:1200px) {
	.my_charge_list { 		grid-template-columns: repeat(5, 1fr);	}
}
@media (max-width:1199px) {
	.my_charge_list {		grid-template-columns: repeat(4, 1fr);	}
}
@media (max-width:991px) {
	.my_charge_list {
		grid-template-columns: repeat(3, 1fr);
		letter-spacing: -1px;
	}
}
@media (max-width:480px) {
	.my_charge_list {
		grid-template-columns: repeat(2, 1fr);
		letter-spacing: -1px;
		gap:10px;
		grid-gap: 10px;
	}
}
.my_charge_img {
	display: block;
	width: 100%;
	height: 85px;
	padding-top: 5px;
	margin-bottom: 5px;
}
.my_charge_img strong {
	display: block;
	width: 100%;
	height: 18px;
	font-size: 11px;
	line-height: 18px;
	font-weight: 700;
	color: white;
	text-indent: 5px;
	background: url("../images/my_charge_ribbon.png") no-repeat left / contain;
}

.my_charge_point {
	display: block;
	text-indent: 25px;
	text-align: right;
	margin: 5px!important;
	padding: 3px;
	background: url("../images/my_charge_coin.png") no-repeat left center / contain;
}
.my_charge_point small {
	font-size: 0.8em;
	padding-left: 5px;
}
.my_charge_bonus {
	font-size: 11px;
	height: 8px;
	line-height: 8px;
	color: red;
	margin: 0;
	padding: 0;
	font-weight: 700;
	text-align: center;
	letter-spacing: -1px;
}
.my_charge_price {
	display: block;
	margin: 5px 5px 10px 5px;
	padding: 5px 10px 5px 5px;
	border-radius: 5px;
	background: rgba(0,0,0,.1);
	color: rgba(0,0,0,.9);
	font-weight: 700;
	font-size: 14px;
	text-align: right!important;
	border-top: 1px solid rgba(0,0,0,.2);
	border-left: 1px solid rgba(0,0,0,.2);
}
.my_charge_price span{
	float: left;
	text-align: left;
	margin-right: 10px;
}

.my_charge_500 {	background: url("../images/my_charge_500.png") no-repeat center center / contain;}
.my_charge_1000 {	background: url("../images/my_charge_1000.png") no-repeat center center / contain;}
.my_charge_3000 {	background: url("../images/my_charge_3000.png") no-repeat center center / contain;}
.my_charge_5000 {	background: url("../images/my_charge_5000.png") no-repeat center center / contain;}
.my_charge_10000 {	background: url("../images/my_charge_10000.png") no-repeat center center / contain;}
.my_charge_30000 {	background: url("../images/my_charge_30000.png") no-repeat center center / contain;}
.my_charge_50000 {	background: url("../images/my_charge_50000.png") no-repeat center center / contain;}
.my_charge_100000 {	background: url("../images/my_charge_100000.png") no-repeat center center / contain;}
.my_charge_200000 {	background: url("../images/my_charge_200000.png") no-repeat center center / contain;}
.my_charge_500000 {	background: url("../images/my_charge_500000.png") no-repeat center center / contain;}
.my_charge_1000000 {	background: url("../images/my_charge_1000000.png") no-repeat center center / contain;}

/*------------------- button -------------------*/
.my_charge_buy {
	display: block;
	width: 110px;
	border-radius: 50em;
	padding: 2px;
	margin: 0 auto 10px auto;
	transition: background 0.3s;
}
.my_charge_buy p {
	display: block;
	width: 106px;
	height: 30px;
	text-align: center;
	color: white;
	line-height: 30px;
	font-size: 14px;
	border-radius: 50em;
}
.my_charge_buy {	
	background: -webkit-linear-gradient(bottom, #cce41f, #009342);
	background: -o-linear-gradient(bottom, #cce41f, #009342);
	background: linear-gradient(to top, #cce41f, #009342);
}	
.my_charge_buy:hover {	
	background: -webkit-linear-gradient(bottom, #e2f948, #3bbf6f);
	background: -o-linear-gradient(bottom, #e2f948, #3bbf6f);
	background: linear-gradient(to top, #e2f948, #3bbf6f);
}
.my_charge_buy p {
	background: -webkit-linear-gradient(#cce41f, #009342);
	background: -o-linear-gradient(#cce41f, #009342);
	background: linear-gradient(#cce41f, #009342);
}
.my_charge_buy:hover p {	
	background: -webkit-linear-gradient(#e2f948, #3bbf6f);
	background: -o-linear-gradient(#e2f948, #3bbf6f);
	background: linear-gradient(#e2f948, #3bbf6f);
}	




/*--------------------------------------------------------------
custom - MypageHistory
--------------------------------------------------------------*/
.my_history_list {
	width: 100%;
	display: grid;
  place-items: center;
	flex-wrap: wrap;
	grid-gap: 15px;
	gap: 15px;
	align-items: flex-start;
}
.my_history_s {
	display: block;
	min-height: 400px;
	width: 100%;
	height: 100%;
	padding: 3px;
	background: linear-gradient(to bottom right, #ff96e4, #f362ff, #b46eff, #5ec3ff, #62fde6, #8bfeab, #e8ff6f );
	border-radius: 10px;
}
.my_history_a {
	min-height: 400px;
	width: 100%;
	height: 100%;
	padding: 3px;
	background: linear-gradient(to bottom right, #fdfcaf, #dd9248);
	border-radius: 8px;
}
.my_history_item {
	display: block;
	height: 100%;
	width: 100%;
	padding-top: 10px;
	border-radius: 7px;
	background: white;
}

.my_history_list img {
	display: block;
	width: 70%;
	margin: 0 auto 10px auto;
}
@media (max-width:480px){
	.my_history_list img {
		width: 90%;
	}
}
.my_history_crown_a {
	width: 100%;
	height: 35px;
	margin-bottom: 10px!important;
	background: url("../images/my_history_crown_a.png") no-repeat center center / contain;
}
.my_history_crown_s {
	width: 100%;
	height: 35px;
	margin-bottom: 10px!important;
	background: url("../images/my_history_crown_s.png") no-repeat center center / contain;
}
.my_history_itemname {
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	margin: 0 5px 10px 5px!important;
}
.my_history_point {
	display: block;
	width: 90%;
	margin: 0 auto 10px auto!important;
	padding: 10px;
	background: rgba(0,0,0,.05);
	border-radius: 5px;
}
.my_history_point strong {
	display: block;
	width: 100%;
	text-align: right;
	background: url("../images/my_charge_coin.png") no-repeat left center / contain;
} 
.my_history_gacha {
	display: block;
	text-align: center;
	margin-bottom: 10px!important;
	text-decoration: underline;
	color: red;
	z-index: 1;
}
.my_history_gacha a:hover {
/*	color: #F78284;*/
}

@media (min-width:992px) {
	.my_history_list { 
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width:991px) {
	.my_history_list {
		grid-template-columns: repeat(2, 1fr);
		letter-spacing: -1px;
	}
}
@media (max-width:767px) {
	.my_history_list { 
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width:480px) {
	.my_history_list {
		grid-template-columns: repeat(2, 1fr);
		letter-spacing: -1px;
	}
}

/*--------------------------------------------------------------
custom - MypageInfomation
--------------------------------------------------------------*/
.my_info_navi {
	width: 100%;
	display: inline-flex;
}
.my_info_navi li {	width: calc(100% / 3);}
.my_info_navi a {	text-decoration: underline;}
@media (max-width:767px){
	.my_info_navi {
		letter-spacing: 0px;
		font-size: 12px;
	}
}
.my_info_back {	text-align: center;}
.my_info_next {	text-align: right;}
.my_info_title {
	display: inline-flex;
	width: 100%;
}
.my_info_title li {	width: 50%;}

/*------------------- button -------------------*/
.btn_news , .btn_notice , .btn_notarget {
	width: 320px;
	border-radius: 7px;
	padding: 2px;
	margin: auto;
}
.btn_news p , .btn_notice p , .btn_notarget p {
	display: block;
	height: 30px;
	text-align: center;
	color: white;
	line-height: 30px;
	border-radius: 5px;
}
.btn_news {	
	background: -webkit-linear-gradient(bottom, #f6b700, #c98700);
	background: -o-linear-gradient(bottom, #f6b700, #c98700);
	background: linear-gradient(to top, #f6b700, #c98700);
}
.btn_news p {	
	background: -webkit-linear-gradient(#f6b700, #c98700);
	background: -o-linear-gradient(#f6b700, #c98700);
	background: linear-gradient(#f6b700, #c98700);
}
.btn_news:hover {	
	background: -webkit-linear-gradient(bottom, #ffd33b, #e0ae40);
	background: -o-linear-gradient(bottom, #ffd33b, #e0ae40);
	background: linear-gradient(to top, #ffd33b, #e0ae40);
}
.btn_news:hover p {	
	background: -webkit-linear-gradient(#ffd33b, #e0ae40);
	background: -o-linear-gradient(#ffd33b, #e0ae40);
	background: linear-gradient(#ffd33b, #e0ae40);
}
.btn_notice {	
	background: -webkit-linear-gradient(bottom, #3ab97d, #0d893d);
	background: -o-linear-gradient(bottom, #3ab97d, #0d893d);
	background: linear-gradient(to top, #3ab97d, #0d893d);
}
.btn_notice p {	
	background: -webkit-linear-gradient(#3ab97d, #0d893d);
	background: -o-linear-gradient(#3ab97d, #0d893d);
	background: linear-gradient(#3ab97d, #0d893d);
}
.btn_notice:hover {	
	background: -webkit-linear-gradient(bottom, #56d39a, #2e9f59);
	background: -o-linear-gradient(bottom, #56d39a, #2e9f59);
	background: linear-gradient(to top, #56d39a, #2e9f59);
}
.btn_notice:hover p {	
	background: -webkit-linear-gradient(#56d39a, #2e9f59);
	background: -o-linear-gradient(#56d39a, #2e9f59);
	background: linear-gradient(#56d39a, #2e9f59);
}

.btn_notarget {	
	background: -webkit-linear-gradient(bottom, #ddd, #999);
	background: -o-linear-gradient(bottom, #ddd, #999);
	background: linear-gradient(to top, #ddd, #999);
}
.btn_notarget p {	
	background: -webkit-linear-gradient(#ddd, #999);
	background: -o-linear-gradient(#ddd, #999);
	background: linear-gradient(#ddd, #999);
}
.btn_notarget:hover {	
	background: -webkit-linear-gradient(bottom, #eee, #aaa);
	background: -o-linear-gradient(bottom, #eee, #aaa);
	background: linear-gradient(to top, #eee, #aaa);
}
.btn_notarget:hover p {	
	background: -webkit-linear-gradient(#eee, #aaa);
	background: -o-linear-gradient(#eee, #aaa);
	background: linear-gradient(#eee, #aaa);
}

@media (max-width:991px){
	.btn_news , .btn_notice , .btn_notarget {		width: 200px;	}
}
@media (max-width:480px){
	.btn_news , .btn_notice , .btn_notarget {		width: 90%;	}
}

/*--------------------------------------------------------------
custom - MypageInfomationDetail
--------------------------------------------------------------*/
.my_info_detail_title {
	position: relative;
	border-bottom: 1px dashed #CCC;
	padding: 10px 5px;
	margin-bottom: 20px;
	font-size: 18px;
}
.my_info_detail_title span {
	position: relative;
	display: block;
	left: 5px;
	color: #CCC;
	font-size: 12px;
}
@media (max-width:992px){
	.my_info_detail_title {
		letter-spacing: -1px;
	}
}
.my_info_data img {
	display: block;
	width: 80%;
	margin: 0 auto 20px auto;
}

/*--------------------------------------------------------------
custom - MypageGetList [ unselect / requeset / shipped   ]
--------------------------------------------------------------*/
.my_get_title {
	display: inline-flex;
	width: 100%;
}
.my_get_title li {	width: calc(100% / 3); }

.check_unselect span {
	display: block;
	font-size: 11px;
	color: red;
	padding: 3px 0;
}
.check_unselect input {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #06b6d4;
  border-radius: 2px;
  cursor: pointer;
}
.check_unselect input:focus {	outline: none;}
.check_unselect input:checked {  background-color: #06b6d4;}
.check_unselect input:checked::after {
  content: "";
  position: absolute;
  top: 5px!important;
  left: 3px!important;
  width: 12px!important;
  height: 6px!important;
  border-bottom: 2px solid #ffffff!important;
  border-left: 2px solid #ffffff!important;
  transform: rotate(-45deg);
}

.my_get_selectmenu {
	width: 100%;
	padding: 10px;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 10px;
	text-align: center;
}
.check_flex {
	display: inline-flex;
  cursor: pointer;	
  align-items: center;
	margin: 15px 0 20px 0;
}
.check_flex p {	padding: 4px 0 0 5px;}

.my_get_select_navi {
	display: inline-flex;
	width: 100%;
}
.my_get_select_navi li {	width: 50%;}

/*------------------- button -------------------*/
.btn_unselect , .btn_request , .btn_shipped , .btn_unselect_off , .btn_request_off , .btn_shipped_off {
	width: 95%;
	border-radius: 7px;
	padding: 2px;
	margin: auto;
}
.btn_unselect p , .btn_request p , .btn_shipped p , .btn_unselect_off p , .btn_request_off p , .btn_shipped_off p {
	display: block;
	height: 30px;
	text-align: center;
	color: white;
	line-height: 30px;
	border-radius: 5px;
}
.btn_unselect {	
	background: -webkit-linear-gradient(bottom, #ea99ff, #a355ff);
	background: -o-linear-gradient(bottom, #ea99ff, #a355ff);
	background: linear-gradient(to top, #ea99ff, #a355ff);
}
.btn_unselect p {	
	background: -webkit-linear-gradient(#ea99ff, #a355ff);
	background: -o-linear-gradient(#ea99ff, #a355ff);
	background: linear-gradient(#ea99ff, #a355ff);
}
.btn_unselect:hover {
	background: -webkit-linear-gradient(bottom, #fcbdff, #bd7cff);
	background: -o-linear-gradient(bottom, #fcbdff, #bd7cff);
	background: linear-gradient(to top, #fcbdff, #bd7cff);
}
.btn_unselect:hover p {	
	background: -webkit-linear-gradient(#fcbdff, #bd7cff);
	background: -o-linear-gradient(#fcbdff, #bd7cff);
	background: linear-gradient(#fcbdff, #bd7cff);
}
.btn_request {	
	background: -webkit-linear-gradient(bottom, #ffdf55, #ffab00);
	background: -o-linear-gradient(bottom, #ffdf55, #ffab00);
	background: linear-gradient(to top, #ffdf55, #ffab00);
}
.btn_request p {
	background: -webkit-linear-gradient(#ffdf55, #ffab00);
	background: -o-linear-gradient(#ffdf55, #ffab00);
	background: linear-gradient(#ffdf55, #ffab00);
}
.btn_request:hover {	
	background: -webkit-linear-gradient(bottom, #ffe97f, #ffc72b);
	background: -o-linear-gradient(bottom, #ffe97f, #ffc72b);
	background: linear-gradient(to top, #ffe97f, #ffc72b);
}
.btn_request:hover p {	
	background: -webkit-linear-gradient(#ffe97f, #ffc72b);
	background: -o-linear-gradient(#ffe97f, #ffc72b);
	background: linear-gradient(#ffe97f, #ffc72b);
}
.btn_shipped {	
	background: -webkit-linear-gradient(bottom, #5bd4db, #16889c);
	background: -o-linear-gradient(bottom, #5bd4db, #16889c);
	background: linear-gradient(to top, #5bd4db, #16889c);
}
.btn_shipped p {	
	background: -webkit-linear-gradient(#5bd4db, #16889c);
	background: -o-linear-gradient(#5bd4db, #16889c);
	background: linear-gradient(#5bd4db, #16889c);
}
.btn_shipped:hover {	
	background: -webkit-linear-gradient(bottom, #81efef, #4fb1ca);
	background: -o-linear-gradient(bottom, #81efef, #4fb1ca);
	background: linear-gradient(to top, #81efef, #4fb1ca);
}
.btn_shipped:hover p {	
	background: -webkit-linear-gradient(#81efef, #4fb1ca);
	background: -o-linear-gradient(#81efef, #4fb1ca);
	background: linear-gradient(#81efef, #4fb1ca);
}

.btn_unselect_off ,
.btn_request_off ,
.btn_shipped_off {	
	background: -webkit-linear-gradient(bottom, #DDD, #AAA);
	background: -o-linear-gradient(bottom, #DDD, #AAA);
	background: linear-gradient(to top, #DDD, #AAA);
}
.btn_unselect_off p ,
.btn_request_off p ,
.btn_shipped_off p {
	background: -webkit-linear-gradient(#DDD, #AAA);
	background: -o-linear-gradient(#DDD, #AAA);
	background: linear-gradient(#DDD, #AAA);
}
.btn_unselect_off:hover ,
.btn_request_off:hover ,
.btn_shipped_off:hover {	
	background: -webkit-linear-gradient(bottom, #EEE, #CCC);
	background: -o-linear-gradient(bottom, #EEE, #CCC);
	background: linear-gradient(to top, #EEE, #CCC);
}
.btn_unselect_off:hover p ,
.btn_request_off:hover p ,
.btn_shipped_off:hover p {	
	background: -webkit-linear-gradient(#EEE, #CCC);
	background: -o-linear-gradient(#EEE, #CCC);
	background: linear-gradient(#EEE, #CCC);
}

.btn_convert , .btn_shipping{
	width: 90%;
	border-radius: 17px;
	padding: 2px;
	margin: auto;
}
.btn_convert p , .btn_shipping p {
	display: block;
	height: 30px;
	text-align: center;
	color: white;
	line-height: 30px;
	border-radius: 15px;
}
.btn_convert {	
	background: -webkit-linear-gradient(bottom, #f6a490, #de1d2e);
	background: -o-linear-gradient(bottom, #f6a490, #de1d2e);
	background: linear-gradient(to top, #f6a490, #de1d2e);
}
.btn_convert p {	
	background: -webkit-linear-gradient(#f6a490, #de1d2e);
	background: -o-linear-gradient(#f6a490, #de1d2e);
	background: linear-gradient(#f6a490, #de1d2e);
}
.btn_convert:hover {	
	background: -webkit-linear-gradient(bottom, #f5d6b2, #de4a53);
	background: -o-linear-gradient(bottom, #f5d6b2, #de4a53);
	background: linear-gradient(to top, #f5d6b2, #de4a53);
}
.btn_convert:hover p{
	background: -webkit-linear-gradient(#f5d6b2, #de4a53);
	background: -o-linear-gradient(#f5d6b2, #de4a53);
	background: linear-gradient(#f5d6b2, #de4a53);
}

.btn_shipping {
	background: -webkit-linear-gradient(bottom, #e5d3ba, #998675);
	background: -o-linear-gradient(bottom, #e5d3ba, #998675);
	background: linear-gradient(to top, #e5d3ba, #998675);
}
.btn_shipping p {	
	background: -webkit-linear-gradient(#e5d3ba, #998675);
	background: -o-linear-gradient(#e5d3ba, #998675);
	background: linear-gradient(#e5d3ba, #998675);
}
.btn_shipping:hover {
	background: -webkit-linear-gradient(bottom, #f2e0ce, #c4ae9c);
	background: -o-linear-gradient(bottom, #f2e0ce, #c4ae9c);
	background: linear-gradient(to top, #f2e0ce, #c4ae9c);
}
.btn_shipping:hover p {
	background: -webkit-linear-gradient(#f2e0ce, #c4ae9c);
	background: -o-linear-gradient(#f2e0ce, #c4ae9c);
	background: linear-gradient(#f2e0ce, #c4ae9c);
}

.btn_off  {	
	background: -webkit-linear-gradient(bottom, #DDD, #AAA);
	background: -o-linear-gradient(bottom, #DDD, #AAA);
	background: linear-gradient(to top, #DDD, #AAA);
}
.btn_off p {
	background: -webkit-linear-gradient(#EEE, #CCC);
	background: -o-linear-gradient(#EEE, #CCC);
	background: linear-gradient(#EEE, #CCC);
}

.input_convert , .input_shipping , .input_convert_off , .input_shipping_off {
	width: 90%;
	color: white;
	height: 34px;
	border-radius: 50em;
  border: 2px solid transparent;
}
.input_convert {
	background: -webkit-linear-gradient(#f6a490, #de1d2e) padding-box,
              -webkit-linear-gradient(bottom, #f6a490, #de1d2e) border-box;
	background: -o-linear-gradient(#f6a490, #de1d2e) padding-box,
              -o-linear-gradient(bottom, #f6a490, #de1d2e) border-box;
	background: linear-gradient(#f6a490, #de1d2e) padding-box,
              linear-gradient(to top, #f6a490, #de1d2e) border-box;
}
.input_shipping {
	background: -webkit-linear-gradient(#e5d3ba, #998675) padding-box,
              -webkit-linear-gradient(bottom, #e5d3ba, #998675) border-box;
	background: -o-linear-gradient(#e5d3ba, #998675) padding-box,
              -o-linear-gradient(bottom, #e5d3ba, #998675) border-box;
	background: linear-gradient(#e5d3ba, #998675) padding-box,
              linear-gradient(to top, #e5d3ba, #998675) border-box;
}
.input_convert:hover {
	background: -webkit-linear-gradient(#f5d6b2, #de4a53) padding-box,
              -webkit-linear-gradient(bottom, #f5d6b2, #de4a53) border-box;
	background: -o-linear-gradient(#f5d6b2, #de4a53) padding-box,
              -o-linear-gradient(bottom, #f5d6b2, #de4a53) border-box;
	background: linear-gradient(#f5d6b2, #de4a53) padding-box,
              linear-gradient(to top, #f5d6b2, #de4a53) border-box;
}
.input_shipping:hover {
	background: -webkit-linear-gradient(#f2e0ce, #c4ae9c) padding-box,
              -webkit-linear-gradient(bottom, #f2e0ce, #c4ae9c) border-box;
	background: -o-linear-gradient(#f2e0ce, #c4ae9c) padding-box,
              -o-linear-gradient(bottom, #f2e0ce, #c4ae9c) border-box;
	background: linear-gradient(#f2e0ce, #c4ae9c) padding-box,
              linear-gradient(to top, #f2e0ce, #c4ae9c) border-box;
}
.input_off {
	background: -webkit-linear-gradient(#DDD, #AAA) padding-box,
              -webkit-linear-gradient(bottom, #DDD, #AAA) border-box;
	background: -o-linear-gradient(#DDD, #AAA) padding-box,
              -o-linear-gradient(bottom, #DDD, #AAA) border-box;
	background: linear-gradient(#DDD, #AAA) padding-box,
              linear-gradient(to top, #DDD, #AAA) border-box;
}

@media (max-width:767px){
	.check_flex p {
		font-size: 12px;
		letter-spacing: -1px;
	}
}
@media (max-width:480px){
	.btn_news p , .btn_notice p ,	.btn_convert p , .btn_shipping p{
		font-size: 12px;
		letter-spacing: -1px;
	}
	.my_get_selectmenu {
		padding: 5px;
	}
	.btn_unselect p , .btn_request p , .btn_shipped p {
		font-size: 12px;
		letter-spacing: 0px;
	}
}

/*--------------------------------------------------------------
custom - MypageFavolite & MypageGetimteList
--------------------------------------------------------------*/
.my_fav_list , .my_get_list {
	width: 100%;
	display: grid;
  place-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	grid-gap: 15px;
	gap:15px;
	align-items: flex-start;
}
.my_fav_list li , .my_get_list li {
	display: block;
	padding: 5px;
	text-align: center;
	margin-bottom: 20px;
}
.my_fav_list img , .my_get_list img {
	width: 80%;
	margin-bottom: 15px;
}
.my_fav_list p , .my_get_list p {
	display: block;
	padding-bottom: 5px;
}
.my_fav_list strong , .my_get_list strong {
	display: block;
}

.my_fav_list_nodata li , .my_get_list_nodata li {
	display: table;
	width: 100%;
	height: 300px;
}
.my_fav_list_nodata p , .my_get_list_nodata p {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.my_fav_list_nodata a  , .my_get_list_nodata a{
	text-decoration: underline;
}

.my_get_list a {
	display: block;
	color: red;
	font-weight: 700;
	text-decoration: underline;
}

@media (min-width:992px) {
	.my_fav_list , .my_get_list { grid-template-columns: repeat(4, 1fr);	}
}
@media (max-width:991px) {
	.my_fav_list , .my_get_list { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width:767px) {
	.my_fav_list , .my_get_list {
		grid-template-columns: repeat(3, 1fr);
		letter-spacing: -1px;
	}
}
@media (max-width:480px) {
	.my_fav_list , .my_get_list {
			grid-template-columns: repeat(2, 1fr);
	}
}

/*------------------- button -------------------*/
.btn_fav_detail p {
	display: block;
	height: 30px;
	text-align: center;
	color: white;
	line-height: 30px;
	border-radius: 15px;
	background: linear-gradient(to bottom, #e6e6e6, #999);
}
.btn_fav_detail {
	display: block;
	height: 34px;
	margin: auto;
	width: 100px;
	border-radius: 17px;
	padding: 2px;
	background: linear-gradient(to top, #e6e6e6, #999);
}
.btn_fav_detail:hover {
		background: -webkit-linear-gradient(bottom, #fff400, #ffb749);
		background: -o-linear-gradient(bottom, #fff400, #ffb749);
		background: linear-gradient(to top, #fff400, #ffb749);
		color: #666;
}
.btn_fav_detail:hover p {
		background: -webkit-linear-gradient(#fff400, #ffb749);
		background: -o-linear-gradient(#fff400, #ffb749);
		background: linear-gradient(#fff400, #ffb749);
		color: #666;
}

/*--------------------------------------------------------------
custom - MypageFavoliteDetail
--------------------------------------------------------------*/
.my_fav_detail {
	width: 100%;
	display: inline-flex;
}
.my_fav_detail li {
	width: 50%;
	padding: 20px;
}
.my_fav_detail_img {
	text-align: center;
}
.my_fav_detail_data strong {
	font-weight: 700;
	color: red;
	font-size: 20px;
	padding: 0 4px;
}
.my_fav_detail_h4 {
	border-bottom: 1px dashed rgba(0,0,0,.3);
	padding-bottom: 10px;
}
.my_fav_detail_h5 {
	background: rgba(0,0,0,.4);
	color: white;
	padding: 7px;
	text-align: center;
	border-radius:6px; 
	border-bottom: 1px solid rgba(0,0,0,.3);
}
.my_fav_detail_info dt {
	background: rgba(0,0,0,.05);
	padding: 5px;
	border-bottom: 1px dashed rgba(0,0,0,.3);
	border-left: 2px solid rgba(0,0,0,.3);
	text-indent: 8px;
}
.my_fav_detail_info dd {
	padding: 3px 3px 6px 3px;
	text-indent: 10px;
}

/*------------------- button -------------------*/
.btn_change , .btn_remove {
	width: 80%;
	border-radius: 17px;
	padding: 2px;
	margin: auto;
}
.btn_change p , .btn_remove p {
	display: block;
	height: 30px;
	text-align: center;
	color: white;
	line-height: 30px;
	border-radius: 15px;
}
.btn_change {	
	background: -webkit-linear-gradient(bottom, #32d8ce, #3275ce);
	background: -o-linear-gradient(bottom, #32d8ce, #3275ce);
	background: linear-gradient(to top, #32d8ce, #3275ce);
}
.btn_change p {	
	background: -webkit-linear-gradient(#32d8ce, #3275ce);
	background: -o-linear-gradient(#32d8ce, #3275ce);
	background: linear-gradient(#32d8ce, #3275ce);
}
.btn_change:hover {	
	background: -webkit-linear-gradient(bottom, #80e7e1, #6597da);
	background: -o-linear-gradient(bottom, #80e7e1, #6597da);
	background: linear-gradient(to top, #80e7e1, #6597da);
}
.btn_change:hover p {	
	background: -webkit-linear-gradient(#80e7e1, #6597da);
	background: -o-linear-gradient(#80e7e1, #6597da);
	background: linear-gradient(#80e7e1, #6597da);
}
.btn_remove {	
	background: -webkit-linear-gradient(bottom, #ccc, #666);
	background: -o-linear-gradient(bottom, #ccc, #666);
	background: linear-gradient(to top, #ccc, #666);
}
.btn_remove p {	
	background: -webkit-linear-gradient(#ccc, #666);
	background: -o-linear-gradient(#ccc, #666);
	background: linear-gradient(#ccc, #666);
}
.btn_remove:hover {	
	background: -webkit-linear-gradient(bottom, #eee, #888);
	background: -o-linear-gradient(bottom, #eee, #888);
	background: linear-gradient(to top, #eee, #888);
}
.btn_remove:hover p {	
	background: -webkit-linear-gradient(#eee, #888);
	background: -o-linear-gradient(#eee, #888);
	background: linear-gradient(#eee, #888);
}

@media (max-width:991px){
	.my_fav_detail {	 display: block;	}
	.my_fav_detail li{
		width: 100%;
		margin: auto;
	}
	.my_fav_detail_img img {		width: 60%;	}
}
@media (max-width:480px){
	.my_fav_detail li {		padding: 5px;	}
		.my_fav_detail_img img {		width: 80%;	}
	.btn_change , .btn_remove {		width: 100%;	}
}

/*--------------------------------------------------------------
custom - MypageCoupon
--------------------------------------------------------------*/
.my_coupon_form {
	text-align: center;
}
.input_coupon {
	border: 1px solid rgba(0,0,0,.3);
	border-radius: 5px;
	width: 45%;
	padding: 5px;
	margin-right: 20px;
}
.input_coupon::placeholder {
	color: rgba(0,0,0,.3);
}
.input_coupon_submit {
	color: white;
	height: 34px;
	padding: 0 20px;
	border-radius: 50em;
  border: 2px solid transparent;
	background: -webkit-linear-gradient(#f6a490, #de1d2e) padding-box,
              -webkit-linear-gradient(bottom, #f6a490, #de1d2e) border-box;
	background: -o-linear-gradient(#f6a490, #de1d2e) padding-box,
              -o-linear-gradient(bottom, #f6a490, #de1d2e) border-box;
	background: linear-gradient(#f6a490, #de1d2e) padding-box,
              linear-gradient(to top, #f6a490, #de1d2e) border-box;
}
.input_coupon_submit:hover {
	background: -webkit-linear-gradient(#f5d6b2, #de4a53) padding-box,
              -webkit-linear-gradient(bottom, #f5d6b2, #de4a53) border-box;
	background: -o-linear-gradient(#f5d6b2, #de4a53) padding-box,
              -o-linear-gradient(bottom, #f5d6b2, #de4a53) border-box;
	background: linear-gradient(#f5d6b2, #de4a53) padding-box,
              linear-gradient(to top, #f5d6b2, #de4a53) border-box;
}
.my_coupon_history {
	width: 100%;
	min-width: 700px;
	overflow-x: auto; 
}
.my_coupon_history th {
	border-bottom: 1px solid rgba(0,0,0,.4);
	text-align: center;
	padding: 10px 0;
		
}
.my_coupon_history td {
	text-align: center;
	font-size: 12px;
	padding: 10px 0;
	border-bottom: 1px dashed rgba(0,0,0,.3);
}

@media (max-width:767px){
	.input_coupon_submit{
	font-size: 12px;
	letter-spacing: 0px;
	}
}
@media (max-width:480px){
	.input_coupon {
		width: 100%;
		margin: 0 0 20px 0;
	}
}

/*--------------------------------------------------------------
custom - MypageLinelink
--------------------------------------------------------------*/
.my_line_button {
	height: 300px;
	vertical-align: middle;
}
.my_line_linked li {
	display: table;
	width: 100%;
	height: 300px;
}
.my_line_linked p {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.my_line_linked a {
	text-decoration: underline;
}

/*------------------- button -------------------*/
.btn_linelink{
	width: 280px;
	border-radius: 50em;
	padding: 2px;
	margin: auto;
}
.btn_linelink p{
	display: block;
	height: 30px;
	text-align: center;
	color: white;
	line-height: 30px;
	border-radius: 50em;
}
.btn_linelink {	
	background: -webkit-linear-gradient(bottom, #06c755, #06a43b);
	background: -o-linear-gradient(bottom, #06c755, #06a43b);
	background: linear-gradient(to top, #06c755, #06a43b);
}
.btn_linelink p {	
	background: -webkit-linear-gradient(#06c755, #06a43b);
	background: -o-linear-gradient(#06c755, #06a43b);
	background: linear-gradient(#06c755, #06a43b);
}
.btn_linelink:hover {	
	background: -webkit-linear-gradient(bottom, #2cea81, #06c755);	
	background: -o-linear-gradient(bottom, #2cea81, #06c755);	
	background: linear-gradient(to top, #2cea81, #06c755);
}
.btn_linelink:hover p{	
	background: -webkit-linear-gradient(#2cea81, #06c755);	
	background: -o-linear-gradient(#2cea81, #06c755);
	background: linear-gradient(#2cea81, #06c755);
}

/*--------------------------------------------------------------
custom - MypageUserinfo
--------------------------------------------------------------*/
.my_user_form {
	width: 100%;
}
.my_user_form dt {
	width: 100%;
	padding: 6px;
	margin-bottom: 10px;
	border-radius: 5px;
	background: #eee;
}
.my_user_form ul {
	padding-bottom: 10px;
}
.my_user_form li {
	padding-bottom: 10px;
}
.my_user_form strong {
	font-weight: 700;
	color: red;
	font-size: 1em;
}
.my_list_inline {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 40%;
}
.my_user_form input , .my_user_form select {
	display: block;
	padding: 5px;
	margin: 3px 0 0 0;
	border: 1px solid rgba(0,0,0,.3);
	border-radius: 5px;
}
.my_user_form input[type="text"] {
	margin-top: 3px;
	width: 80%;
}
.input_tel {
	display: block;
	width: 100%;
}
.input_tel input {
	display: inline-block;
	margin-right: 10px;
}
.input_short {
	width: 50%!important;
}
.my_user_form input[type="date"] {
	margin-top: 3px;
	width: 240px;
}
.my_user_form small {
	color: red;
}
.my_user_form span {
	background: rgba(0,0,0,.05);
	border: 1px solid rgba(0,0,0,.1);
	font-size: 10px;
	margin-left: 5px;
	padding: 0;
}
.my_user_form i {
	font-size: 12px;
	color: #999;
	font-style: normal;
}

@media (max-width:767px){
	.my_list_inline {
		display: block;
		width: 100%;
	}
}
.my_user_navi {
	width: 100%;
	padding: 10px;
	text-align: center;
}

/*------------------- button -------------------*/
.input_update{
	width: 240px;
	color: white;
	height: 34px;
	border-radius: 50em;
  border: 2px solid transparent;
}
.btn_sms{
	width: 160px;
	color: white;
	height: 34px;
	border-radius: 50em!important;
  border: 2px solid transparent!important;
	margin-left: 10px;
}
.input_update , .btn_sms {
	background: -webkit-linear-gradient(#f6a490, #de1d2e) padding-box,
              -webkit-linear-gradient(bottom, #f6a490, #de1d2e) border-box;
	background: -o-linear-gradient(#f6a490, #de1d2e) padding-box,
              -o-linear-gradient(bottom, #f6a490, #de1d2e) border-box;
	background: linear-gradient(#f6a490, #de1d2e) padding-box,
              linear-gradient(to top, #f6a490, #de1d2e) border-box;
}
.input_update:hover , .btn_sms:hover {
	background: -webkit-linear-gradient(#f5d6b2, #de4a53) padding-box,
              -webkit-linear-gradient(bottom, #f5d6b2, #de4a53) border-box;
	background: -o-linear-gradient(#f5d6b2, #de4a53) padding-box,
              -o-linear-gradient(bottom, #f5d6b2, #de4a53) border-box;
	background: linear-gradient(#f5d6b2, #de4a53) padding-box,
              linear-gradient(to top, #f5d6b2, #de4a53) border-box;
}
@media (max-width:480px){
	.input_update {		width: 90%;	}
}

/*--------------------------------------------------------------
custom - Mypage Page List Navigation
--------------------------------------------------------------*/
.pagination-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.pagination-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px; 
  height: 40px; 
  border-radius: 50%;
  text-decoration: none;
  color: #333;
  background-color: #f0f0f0;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
  font-weight: bold;
}
.pagination-link:hover:not(.disabled) {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
  transform: translateY(-2px); 
}
.pagination-item.active .pagination-link {
  background-color: #007bff; 
  color: #fff;
  border-color: #007bff;
  pointer-events: none; 
}
.pagination-item.disabled .pagination-link {
  color: #ccc;
  background-color: #fff;
  border-color: #eee;
  cursor: not-allowed;
}
.pagination-dots {
  color: #777;
  padding: 0 5px;
}

/*--------------------------------------------------------------
custom - Login/Register/Contact
--------------------------------------------------------------*/

/*------------------- button -------------------*/
.btn_submit{
	width: 50%;
	color: white;
	height: 34px;
	border-radius: 50em;
  border: 2px solid transparent;
}
.btn_submit {
	background: -webkit-linear-gradient(#3ab97d, #0d893d) padding-box,
              -webkit-linear-gradient(bottom, #3ab97d, #0d893d) border-box;
	background: -o-linear-gradient(#3ab97d, #0d893d) padding-box,
              -o-linear-gradient(bottom, #3ab97d, #0d893d) border-box;
	background: linear-gradient(#3ab97d, #0d893d) padding-box,
              linear-gradient(to top, #3ab97d, #0d893d) border-box;
}
.btn_submit:hover {
	background: -webkit-linear-gradient(#6adba1, #40b56d) padding-box,
              -webkit-linear-gradient(bottom, #6adba1, #40b56d) border-box;
	background: -o-linear-gradient(#6adba1, #40b56d) padding-box,
              -o-linear-gradient(bottom, #6adba1, #40b56d) border-box;
	background: linear-gradient(#6adba1, #40b56d) padding-box,
              linear-gradient(to top, #6adba1, #40b56d) border-box;
}

@media (max-width:480px){
	.btn_submit {		width: 80%;	}
}





/*--------------------------------------------------------------
custom - MypageLinelink
--------------------------------------------------------------*/
.my_logout li {
	display: table;
	width: 100%;
	height: 300px;
}
.my_logout p {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.my_logout a {	text-decoration: underline;}

/*--------------------------------------------------------------
custom - UserRank
--------------------------------------------------------------*/
.my_rank_table {
	width: 80%;
	min-width: 500px;
	margin: auto;
	overflow-x: auto;
}
.my_rank_table th ,
.my_rank_table td {
	border: 1px solid rgba(0,0,0,.1);
	padding: 10px;
	font-size: 12px;
	text-align: center;
}
.my_rank_table th {	width: 120px;	}
.my_rank_table img {	width: 100px;}

@media(min-width:1200px){
	.my_rank_table {		width: 80%;	}
}
@media(max-width:1199px){}
@media(max-width:991px){
	.my_rank_table {		width: 100%;	}
}
@media(max-width:767px){}
@media(max-width:480px){
	.my_rank_table th ,
	.my_rank_table td {
		padding: 5px;
	}
}




/*--------------------------------------------------------------
Default - PageModule
--------------------------------------------------------------*/
/* Module header */
.module-small {  padding: 70px 0;}
.module-extra-small {  padding: 25px 0px;}
.module-medium {  padding: 75px 0px;}

.holder-w {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 1px;
  width: 50%;
}

.holder-w:before {
  border-top: 1px solid #eaeaea;
  position: relative;
  display: block;
  content: "";
  top: 1px;
  height: 1px;
  width: 100%;
}

/* Sections dividers */
.divider-w {
  border-top: 1px solid #eaeaea;
  margin: 0;
}

.divider-d {
  border-top: 1px solid #202020;
  margin: 0;
}

/* Half-image */
.side-image {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.side-image-text {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 140px 60px 140px;
}

/* Dark background */
.bg-dark,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90 .alt-module-subtitle h5 {
  color: #fff;
}

.bg-dark {
  background: #111;
}

.bg-dark-30:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.4);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-60:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.8);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-90:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.9);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-gradient:before {
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(40, 115, 113, 0.57) 25%, rgba(115, 54, 31, 0.67) 75%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-8 */
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-light {  background: #f6f6f6;}

.parallax-bg {
  background-attachment: fixed;
  background-size: cover;
}


/* Vertical margin, padding */
.p-0 {  padding: 0 !important; }
.pt-0 {  padding-top: 0 !important; }
.pt-05 {  padding-top: 5px !important; }
.pt-10 {  padding-top: 10px !important; }
.pt-20 {  padding-top: 20px !important; }
.pt-30 {  padding-top: 30px !important; }
.pt-40 {  padding-top: 40px !important; }
.pt-50 {  padding-top: 50px !important; }
.pt-140 {  padding-top: 140px !important; }
.pb-0 {  padding-bottom: 0 !important; }
.pb-05 {  padding-bottom: 5px !important; }
.pb-10 {  padding-bottom: 10px !important; }
.pb-20 {  padding-bottom: 20px !important; }
.pb-30 {  padding-bottom: 30px !important; }
.pb-40 {  padding-bottom: 40px !important; }
.pb-50 {  padding-bottom: 50px !important; }
.pb-140 {  padding-bottom: 140px !important; }
.m-0 {  margin: 0 !important; }
.mt-0 {  margin-top: 0 !important; }
.mt-05 {  margin-top: 5px !important; }
.mt-10 {  margin-top: 10px !important; }
.mt-20 {  margin-top: 20px !important; }
.mt-30 {  margin-top: 30px !important; }
.mt-40 {  margin-top: 40px !important; }
.mt-50 {  margin-top: 50px !important; }
.mt-60 {  margin-top: 60px !important; }
.mt-70 {  margin-top: 70px !important; }
.mt-80 {  margin-top: 80px !important; }
.mb-0 {  margin-bottom: 0 !important; }
.mb-05 {  margin-bottom: 5px !important; }
.mb-10 {  margin-bottom: 10px !important; }
.mb-20 {  margin-bottom: 20px !important; }
.mb-30 {  margin-bottom: 30px !important; }
.mb-40 {  margin-bottom: 40px !important; }
.mb-50 {  margin-bottom: 50px !important; }
.mb-60 {  margin-bottom: 60px !important; }
.mb-70 {  margin-bottom: 70px !important; }
.mb-80 {  margin-bottom: 80px !important;
}

@media only screen and (max-width: 991px) {
  .mt-sm-0 {    margin-top: 0 !important;  }
  .mt-sm-10 {    margin-top: 10px !important;  }  
	.mt-sm-20 {    margin-top: 20px !important;  }
  .mt-sm-30 {    margin-top: 30px !important;  }
  .mt-sm-40 {    margin-top: 40px !important;  }
  .mt-sm-50 {    margin-top: 50px !important;  }
  .mt-sm-60 {    margin-top: 60px !important;  }
  .mt-sm-70 {    margin-top: 70px !important;  }
  .mt-sm-80 {    margin-top: 80px !important;  }
  .mb-sm-0 {    margin-bottom: 0 !important;  }
  .mb-sm-10 {    margin-bottom: 10px !important;  }
  .mb-sm-20 {    margin-bottom: 20px !important;  }
  .mb-sm-30 {    margin-bottom: 30px !important;  }
  .mb-sm-40 {    margin-bottom: 40px !important;  }
  .mb-sm-50 {    margin-bottom: 50px !important;  }
  .mb-sm-60 {    margin-bottom: 60px !important;  }
  .mb-sm-70 {    margin-bottom: 70px !important;  }
  .mb-sm-80 {    margin-bottom: 80px !important;  }
}

@media only screen and (max-width: 767px) {
  .mt-xs-0 {    margin-top: 0 !important;  }
  .mt-xs-10 {    margin-top: 10px !important;  }
  .mt-xs-20 {    margin-top: 20px !important;  }
  .mt-xs-30 {    margin-top: 30px !important;  }
  .mt-xs-40 {    margin-top: 40px !important;  }
  .mt-xs-50 {    margin-top: 50px !important;  }
  .mt-xs-60 {    margin-top: 60px !important;  }
  .mt-xs-70 {    margin-top: 70px !important;  }
  .mt-xs-80 {    margin-top: 80px !important;  }
  .mb-xs-0 {    margin-bottom: 0 !important;  }
  .mb-xs-10 {    margin-bottom: 10px !important;  }
  .mb-xs-20 {    margin-bottom: 20px !important;  }
  .mb-xs-30 {    margin-bottom: 30px !important;  }
  .mb-xs-40 {    margin-bottom: 40px !important;  }
  .mb-xs-50 {    margin-bottom: 50px !important;  }
  .mb-xs-60 {    margin-bottom: 60px !important;  }
  .mb-xs-70 {    margin-bottom: 70px !important;  }
  .mb-xs-80 {    margin-bottom: 80px !important;  }
}

/* Scroll to top */
.scroll-up {
  position: fixed;
  display: none;
  bottom: 7px;
  right: 7px;
  z-index: 999;
}
.scroll-up a {
  background: #fff;
  display: block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #000;
  opacity: 0.6;
  border-radius: 2px;
}
.scroll-up a:hover,
.scroll-up a:active {
  opacity: 1;
  color: #000;
}



/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/
.btn {
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 8px 37px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.btn.btn-round {
  border-radius: 2px;
}

.btn.btn-circle {
  border-radius: 30px;
}

.btn.btn-w {
  background: rgba(255, 255, 255, 0.8);
  color: #111;
}

.btn.btn-w:hover,
.btn.btn-w:focus {
  background: white;
  color: #111;
}

.btn.btn-g {
  background: #e5e5e5;
  color: #111;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
  background: #d8d8d8;
  color: #111;
}

.btn.btn-border-w {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
  background: #fff;
  border-color: transparent;
  color: #111;
}

.btn.btn-d {
  background: rgba(17, 17, 17, 0.8);
  color: #fff;
}

.btn.btn-d:hover,
.btn.btn-d:focus {
  background: #111111;
}

.btn.btn-b {
  background: #111111;
  color: #fff;
}

.btn.btn-b:hover,
.btn.btn-b:focus {
  background: rgba(17, 17, 17, 0.8);
}

.btn-border-d {
  background: transparent;
  border: 1px solid #111111;
  color: #111;
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
  background: #111111;
  color: #fff;
}

.btn.btn-font-w {
  background: rgba(255, 255, 255, 0.8);
  color: #fff;
}

.btn.btn-font-w:hover {
  background: #fff;
  color: #111;
}

/* Buttons size */
.btn.btn-lg {
  padding: 12px 45px;
  font-size: 13px;
}

.btn.btn-sm {
  padding: 6px 25px;
  font-size: 10px;
  letter-spacing: 1px;
}

.btn.btn-xs {
  padding: 4px 19px;
  font-size: 10px;
  letter-spacing: 0;
}

.btn-list .btn {
  margin: 5px 0;
}

.search-btn {
  position: absolute;
  background: transparent;
  border: none;
  overflow: hidden;
  top: 50%;
  right: 1px;
  width: 42px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  outline: none;
  color: #999;
  margin-top: -20px;
}

.image-button {
  margin: 0px 5px;
}

/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
/* Selection */
::-moz-selection {
  background: #000;
  color: #fff;
}

::-webkit-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

/* Forms common style */
.form-control {
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 33px;
  border: 1px solid #EAEAEA;
  border-radius: 2px;
  transition: all 0.4s ease-in-out 0s;
}
.form-control:focus {  border-color: #CACACA;}

/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
a {  color: #434657;}
a:hover, a:focus {
  text-decoration: none;
  color: #aaa;
  outline: 0;
}
.bg-dark a {  color: #aaa;}
.bg-dark a:hover, .bg-dark a:focus {
  color: #fff;
}
h1, h2, h3, h4, h5, h6 {  font-weight: 400;}
h3 {
	text-align: center;
	font-weight: 700;
	font-size: 26px;
}

h4.titlebar_h4 , h4.titlebar_h4_alert {
	width: 100%;
	font-size: 16px;
	text-indent: 15px;
	color: #fff;
	padding: 2px;
	border-radius: 6px;
}
h4.titlebar_h4 p , h4.titlebar_h4_alert p {
	display: block;
	margin: 0;
	padding: 7px;
	border-radius: 4px;
}

h4.titlebar_h4 {
	background: -webkit-linear-gradient(bottom, #7777c7, #4a4787);
	background: -o-linear-gradient(bottom, #7777c7, #4a4787);
	background: linear-gradient(to top, #7777c7, #4a4787);
}
h4.titlebar_h4 p {
	background: -webkit-linear-gradient(#7777c7, #4a4787);
	background: -o-linear-gradient(#7777c7, #4a4787);
	background: linear-gradient(#7777c7, #4a4787);
}

h4.titlebar_h4_alert {
	background: -webkit-linear-gradient(bottom, #ec9876, #ac6d55);
	background: -o-linear-gradient(bottom, #ec9876, #ac6d55);
	background: linear-gradient(to top, #ec9876, #ac6d55);
}
h4.titlebar_h4_alert p {
	background: -webkit-linear-gradient(#ec9876, #ac6d55);
	background: -o-linear-gradient(#ec9876, #ac6d55);
	background: linear-gradient(#ec9876, #ac6d55);
}



@media (max-width:767px){
	h3 {
		font-size: 20px;
	}
	h4.titlebar_h4 , h4.titlebar_h4_alert {
		text-indent: 0;
		font-size: 13px;
		letter-spacing: 0px;
	}
}


p, ol, ul, blockquote {  margin: 0!important}

blockquote {
  border: 0;
  font-style: italic;
  font-size: 15px;
  padding: 0;
}
.font-alt {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.module-subtitle {
  text-align: center;
  font-size: 16px;
  color: #111;
  margin-bottom: 70px;
}
.module-icon {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}
.module-title + .module-subtitle {
  margin-top: -35px;
}

/* -------------------------------------------------------------------
Hero Slider
------------------------------------------------------------------- */
/* Caption */
.titan-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 70%;
  margin: 0 auto;
}
.titan-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.caption-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* -------------------------------------------------------------------
General Styles - Owlcarousel
------------------------------------------------------------------- */
.owl-controls {
  margin-top: 40px;
}

.owl-pagination div {
  display: inline-block;
}

.owl-controls .owl-page span {
  background: transparent;
  border: 1px solid #111;
  display: block;
  height: 6px;
  width: 6px;
  margin: 0 3px 5px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out 0s;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
  background: #111;
}

.owl-controls .owl-buttons > div {
  display: inline-block;
  margin: 5px;
  font-size: 14px;
  color: #111;
}

/*--------------------------------------------------------------
	Preloader
--------------------------------------------------------------*/
.page-loader {
  position: fixed;
  background: #000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998;
}
.loader {
  position: absolute;
  border-left: 2px solid #ffffff;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
  -moz-animation: load 0.8s infinite linear;
  ms-animation: load 0.8s infinite linear;
  o-animation: load 0.8s infinite linear;
  animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
 Custom - Navbar
--------------------------------------------------------------*/
.navbar-custom {
  border: 0;
  border-radius: 0;
  z-index: 1000;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  transition: background, padding 0.4s ease-in-out 0s;
}
.navbar a {
  transition: color 0.125s ease-in-out 0s;
}
.navbar-custom .dropdown-menu {
  background: rgba(26, 26, 26, 0.9);
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
}
.navbar-custom .navbar-brand {
  color: #fff;
	padding: 0!important;
	text-indent:100%!important;
	white-space:nowrap!important;
	overflow:hidden!important;
}

.navbar-custom .navbar-brand {
	width: 160px!important;
	height: 40px!important;
	background: url("../images/logo_ms.png") no-repeat;
	background-size: contain;
}
@media (min-width: 480px) {
	.navbar-custom .navbar-brand {
		width: 200px!important;
		height: 50px!important;
		background: url("../images/logo_ms.png") no-repeat;
		background-size: contain;
	}
}
@media (min-width: 1200px) {
	.navbar-custom .navbar-brand {
		width: 460px!important;
		height: 60px!important;
		background: url("../images/logo_l.png") no-repeat;
		background-size: contain;
	}
}

.nav_login {
	background: rgba(255,255,255,.8);
	border: 1px solid rgba(255,255,255,.9);
	border-radius: 5px;
	padding: 10px;
	list-style: none;
	width: 100%;
	min-width: 330px;
}

.navbar-custom .nav li > a {
  position: relative;
	color: #fff;
}
.navbar-custom_login .nav_login li > a {
  position: relative;
	color: #666;
}
.navbar-custom .dropdown-menu > li > a {
  border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  padding: 11px 15px;
  letter-spacing: 2px;
  color: #FFF;
}
.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 0;
}
.navbar-collapsebar-custom .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(73, 71, 71, 0.15);
  right: 100%;
  left: auto;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
  background: none;
  color: #fff;
}

.navbar-custom .dropdown-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

.navbar-custom .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -6px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 9px;
  content: "\f107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-toggle .icon-bar {
  background: #fff;
}

@media (max-width:480px){
	.navbar-toggle {
		padding: 4px 10px!important;
		margin-right: 5px!important;
	}
}

.dropdown-menu {
  min-width: 180px;
  font-size: 11px;
}

@media (max-width:767px){
	.navbar-collapse {
		margin-top: 10px;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 720px;
	}
}


/*--------------------------------------------------------------
 PrivacyPolicy
--------------------------------------------------------------*/
.pp_table {
}
.pp_table th {
	font-weight: normal;
	text-align: right;
}
.pp_table th,.pp_table td {
	padding: 8px;
}

/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
.home-section {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  z-index: 0;
  background-size: cover;
}

.titan-title-size-1 {
  letter-spacing: 4px;
  font-size: 15px;
}

.titan-title-size-2 {
  line-height: 1.3;
  letter-spacing: 3px;
  font-size: 18px;
  opacity: .8;
}

.titan-title-size-3 {
  letter-spacing: 16px;
  font-size: 46px;
}

.titan-title-size-4 {
  letter-spacing: 24px;
  font-weight: 400;
  font-size: 48px;
}

/* Agency Page Header */
.agency-page-header:before {
  background: transparent;
}

/* About us Page Header */
.about-page-header:before {
  background: rgba(2, 2, 2, 0.2);
}

/* Service Page Header */
.service-page-header:before {
  background: rgba(2, 2, 2, 0.1);
}

/* Pricing Page Header */
.pricing-page-header {
  background-position: 40% 14%;
  background-repeat: no-repeat;
}

.pricing-page-header:before {
  background: rgba(2, 2, 2, 0.6);
}

/* Gallery Page Header */
.gallery-page-header {
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

.gallery-page-header:before {
  background: rgba(2, 2, 2, 0.2);
}

/* Contact Page Header */
.contact-page-header {
  background-position: 13% 45%;
  background-repeat: no-repeat;
}

.contact-page-header:before {
  background: rgba(2, 2, 2, 0.5);
}

/* FAQ Page Header */
.faq-page-header:before {
  background: rgba(2, 2, 2, 0.15);
}

/* Blog Page Header */
.blog-page-header {
  background-position: 50% 24%;
  background-repeat: no-repeat;
}

.blog-page-header:before {
  background: rgba(2, 2, 2, 0.3);
}

/* Restaurant menu Page Header */
.restaurant-menu-bg:before {
  background: rgba(2, 2, 2, 0.4);
}

.restaurant-page-header:before {
  background: rgba(0, 0, 0, 0.45);
}

.restaurant-image-overlay:before {
  background-color: rgba(2, 2, 2, 0.25);
}

/* Portfolio Page Header */
.portfolio-page-header {
  background-position: 50% 50%;
}

.portfolio-page-header:before {
  background: rgba(45, 45, 45, 0.45);
}

/* Landing Page Header */
.landing-header:before {
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(119, 47, 109, 0.52) 95%, rgba(115, 35, 105, 0.58) 100%);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.banner-img {
  margin-top: -145px;
}

.shop-page-header:before {
  background: rgba(34, 34, 34, 0.3);
}

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.footer {  padding: 10px 0;}
.footer .copyright {  margin: 0;}
.footer .footer-social-links {  text-align: right;}
.footer .footer-social-links a {
  display: inline-block;
  padding: 0 6px;
}

/*--------------------------------------------------------------
	Widgets
--------------------------------------------------------------*/
/* Progress bars */
.progress {
  overflow: visible;
  height: 4px;
}

.progress-bar {
  position: relative;
}

.progress-bar.pb-dark {
  background: #111;
}

.progress-bar span {
  position: absolute;
  display: block;
  right: -0px;
  top: -24px;
  opacity: 0;
  line-height: 12px;
  font-size: 12px;
  color: #111;
  padding: 4px 0px;
}

.progress-bar span:after {
  display: inline-block;
  content: "%";
}

/* Tabs */
.tab-content .tab-pane {
  padding: 20px 0;
}

/* Accordion */
.panel-title {
  font-size: 14px;
}

.panel-heading a {
  position: relative;
  display: block;
}

.panel-heading a:after {
  position: absolute;
  content: "\f106";
  top: 50%;
  right: 0px;
/*  font-family: "FontAwesome";*/
  line-height: 1;
  font-size: 14px;
  margin-top: -7px;
}

.panel-heading a.collapsed:after {
  content: "\f107";
}

/* Tables */
.table-border > tbody > tr > td,
.table-border > tbody > tr > th,
.table-border > tfoot > tr > td,
.table-border > tfoot > tr > th,
.table-border > thead > tr > td,
.table-border > thead > tr > th {
  border-color: #e5e5e5;
}

.ds-table > tbody > tr > td,
.ds-table > tbody > tr > th,
.ds-table > tfoot > tr > td,
.ds-table > tfoot > tr > th,
.ds-table > thead > tr > td,
.ds-table > thead > tr > th {
  border-top: 0;
}

.checkout-table {
  border: 1px solid #e5e5e5;
}

.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
.checkout-table > thead > tr > th {
  padding: 12px;
}

.checkout-table tr td,
.checkout-table tr th {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
  max-width: 36px;
}

/* Sidebar / Widget common*/
.sidebar .widget {
  margin-bottom: 60px;
}

.sidebar .widget-title {
  color: #111;
}

.widget .widget-title {
  border-bottom: 1px dotted #c2c2c2;
  font-size: 14px;
  padding: 0 0 10px;
  margin: 0 0 15px;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Icon List */
.widget .icon-list li {
  padding: 5px 0;
}

.widget .icon-list li a:before {
  content: "\00BB";
  color: #666666;
  padding-right: 5px;
}

/* Posts */
.widget-posts li {
  margin: 0 0 15px;
}

.widget-posts li:last-child {
  margin: 0;
}

.widget-posts-image {
  float: left;
  width: 64px;
}

.widget-posts-body {
  margin-left: 74px;
}

/* Search */
.search-box {
  position: relative;
}

/* Tags */
.tags a {
  background: #111;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 4px 10px 4px 12px;
  margin: 0 1px 4px;
  border-radius: 2px;
}

.tags a:hover {
  background: rgba(17, 17, 17, 0.8);
}


/*--------------------------------------------------------------
	Showcase Page
--------------------------------------------------------------*/
.showcase-page .showcase-page-header {
/*  background-color: rgba(2, 2, 2, 0.7);*/
}

.showcase-page .content-box {
  display: block;
  margin-bottom: 45px;
}

.showcase-page .content-box .content-box-image {
  border-radius: 6px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  transition: 0.35s ease-out;
  -webkit-transition: 0.35s ease-out;
  -moz-transition: 0.35s ease-out;
}

.showcase-page .content-box .content-box-image:hover {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
	Responsive Styles - Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .navbar-transparent {
    background: transparent;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .navbar-custom .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 9px;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 11px;
    content: "\f105";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
	.nav_btn_register {
		margin-left: 10px;
	}
	
	
  /* Comments */
  .comment .comment {
    margin-left: 75px;
  }
}

@media (min-width: 1200px) {
	.navbar-right {
		margin-top: 5px;
	}
}

	
	@media (max-width: 1200px) {
  /* Features */
  .alt-features-item {
    margin: 20px 0 0;
  }
}

@media (max-width: 1050px) {
  /* Navbar */
  .navbar-custom {
    letter-spacing: 1px;
  }
}

@media (max-width: 991px) {
  /* Navbar */
  .navbar-custom {
    letter-spacing: 0;
  }
  /* Headers */
  .titan-title-size-3 {
    letter-spacing: 8px;
    font-size: 36px;
  }
  .titan-title-size-4 {
    letter-spacing: 12px;
    font-size: 38px;
  }
  .work-item,
  .works-grid-3 .work-item,
  .container .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 50%;
  }
  /* Half-image */
  .side-image {
    position: relative;
    height: 300px;
  }
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 13px!important;
    }
}

@media (max-width: 767px) {
  /* Navbar */
  .navbar-custom .navbar-nav {
    letter-spacing: 3px;
    margin-top: 1px;
    margin-bottom: 0;
		background: rgba(0, 0, 0, 0.7);
		padding: 8px;
		border-radius: 5px;
	}
  .navbar-custom_login .navbar-nav_login {
    letter-spacing: 3px;
    margin-top: 1px;
    margin-bottom: 0;
		background: rgba(255,255,255, 0.7);
		padding: 8px;
		border-radius: 5px;
	}

	.navbar-custom li > a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 25px;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
    padding: 10px 35px;
  }
  .navbar-custom li a,
  .navbar-custom .dropdown-search {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-custom .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    right: 7px;
    content: "\f107";
  }
  .navbar-custom .nav > .open > .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
    right: 7px;
    content: "\f106";
  }
  /* Shop navbar */
  .navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
    padding-left: 15px;
  }
  .navbar-custom .cart-item-number {
    display: none;
  }
  .navbar-custom .navbar-cart > a:after {
    content: "\f107";
  }
  .navbar-custom .navbar-cart-item a {
    border: 0 !important;
  }
  .dropdown-menu.cart-list {
    text-align: left;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-cart-item {
    border: none;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    padding-bottom: 10px;
  }
  .navbar-cart-img {
    display: none;
  }
  .navbar-cart-title {
    white-space: normal;
    padding: 0;
    margin-left: 0;
  }
  /* Headers */
  .titan-title-size-1 {
    letter-spacing: 2px;
    font-size: 14px;
  }
  .titan-title-size-2 {
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 16px;
    opacity: .8;
  }
  .titan-title-size-3 {
    letter-spacing: 4px;
    font-size: 26px;
  }
  .titan-title-size-4 {
    letter-spacing: 6px;
    font-size: 28px;
  }
  /* Features */
  .features-item {
    margin: 0 0 30px;
  }
  .alt-features-item {
    padding-left: 0;
    margin: 0 0 30px;
    text-align: center;
  }
  .alt-features-icon {
    position: static;
    width: auto;
    margin: 0 auto 8px;
  }
  /* Callout */
  .callout-text {
    margin: 0 0 30px;
  }
  .callout-text,
  .callout-btn-box {
    text-align: center;
  }
  /* Sidebar */
  .sidebar {
    margin-top: 50px;
  }
  .widget {
    margin-bottom: 60px;
  }
  .post.mb-0 {
    margin-bottom: 40px !important;
  }
  .footer {
    text-align: center;
  }
  .copyright,
  .footer-social-links {
    text-align: center;
    margin: 10px 0;
  }
  /* Half-image */
  .side-image-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Restaurant menu */
  .menu-title,
  .menu-detail,
  .menu-price-detail {
    text-align: center;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-left-sm {
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  .work-item,
  .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 100%;
  }
}
