/*********************************************
		IMPONT FOBT - CHINESE
*********************************************/
@font-face{
	font-family: myFirstFont;
	src: url('../fonts/SiYuanSongTiRegular/SourceHanSerifCN-Regular-1.otf');
}

@font-face{
	font-family: myFirstFont;
	src: url('../fonts/SiYuanSongTiRegular/SourceHanSerifCN-Medium-6.otf');
	font-weight: 600;
}

@font-face{
	font-family: myFirstFont;
	src: url('../fonts/SiYuanSongTiRegular/SourceHanSerifCN-SemiBold-7.otf');
	font-weight: 700;
}

@font-face{
	font-family: myFirstFont;
	src: url('../fonts/SiYuanSongTiRegular/SourceHanSerifCN-Bold-2.otf');
	font-weight: 800;
}

@font-face{
	font-family: myFirstFont;
	src: url('../fonts/SiYuanSongTiRegular/SourceHanSerifCN-Heavy-4.otf');
	font-weight: 900;
}

@font-face{
	font-family: myFirstFont;
	src: url('../fonts/SiYuanSongTiRegular/SourceHanSerifCN-Light-5.otf');
	font-weight: 300;
}

@font-face{
	font-family: myFirstFont;
	src: url('../fonts/SiYuanSongTiRegular/SourceHanSerifCN-ExtraLight-3.otf');
	font-weight: 200;
}

/************* ENGLISH FONTS (HELVETICA) *************/
@font-face{
	font-family: mySecondFont-01;
	src: url('../fonts/Helvetica/Light.ttf');
}
@font-face{
	font-family: mySecondFont-02;
	src: url('../fonts/Helvetica/Light_Oblique.ttf');
}
@font-face{
	font-family: mySecondFont-03;
	src: url('../fonts/Helvetica/Condensed_Thin.ttf');
}
@font-face{
	font-family: mySecondFont-04;
	src: url('../fonts/Helvetica/Medium.ttf');
}
@font-face{
	font-family: mySecondFont-05;
	src: url('../fonts/Helvetica/Regular.ttf');
}
@font-face{
	font-family: mySecondFont-06;
	src: url('../fonts/Helvetica/Bold.ttf');
}
@font-face{
	font-family: mySecondFont-07;
	src: url('../fonts/Helvetica/Black.ttf');
}


/*********************************************
	HTML / BODY / SECTION / MAIN
*********************************************/
body{
	margin: 0;
	font-size: 16px;
	font-family: myFirstFont, helvetica neue, Arial, san-serif;
	overflow-x: hidden;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

section{
	position: relative;
	/*padding-top: 5rem;
	padding-bottom: 5rem;*/
}

main{
	background: #fef9f6;
}


/******************************************************
	TOP - HEADER SECTION ( MENU )
******************************************************/
.headroom{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: all 0.5s ease-in-out;
	z-index: 10;
}

.headroom--unpinned{
	top: -100px;
}

.headroom--pinned{
	top: 0;
}

.headroom .navbar-menu{
	background-color: #ffffff !important;
}

.navbar{
	--bs-navbar-padding-y: 0;
	--bs-navbar-brand-padding-y: 0;
	--bs-navbar-toggler-padding-y: 0
}

/*.bg-menu{
	--bs-bg-opacity: 1;
    background-color: #eeeeee !important;
}*/

/************* HEADER MENU (TOGGLER) *************/
.navbar-dark .navbar-toggler{
	color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
}

.navbar-dark .navbar-toggler-icon{
	background-image: url('../img/menu/i_menu.svg');
}

/************* HEADER MENU (CONTENTS) *************/
.game-logo{
	width: 100px;
}

.navbar-right{
	margin-left: auto !important;
}

/*.navbar-nav{
	gap: 15.5px;
}*/

/************* HEADER MENU (CONTENTS - RIGHT) *************/
.nav-menu .nav-link{
	font-weight: 700;
	font-size: 1.0rem;
	color: #000;
	letter-spacing: 0.115rem;
}

/*.nav-menu .nav-link:hover{
	color: #d0a863;
}*/

.nav-menu li{
	border-right-style: solid;
	border-right-width: 1.5px;
	border-right-color: rgb(197, 170, 124, 0.2);
	padding: 10px 15px 10px 15px;
}

.nav-menu li:hover{
	background: rgb(197, 170, 124, 0.5);
}

.nav-menu .nav-link i{
	font-size: 1.5rem;
}

/******************************************************
	TOP - HEADER SECTION ( BANNER )
******************************************************/
.hero-section{
	position: relative;
	overflow: hidden;
	/*padding-top: 100px;*/
	/*height: calc(100vh - -150px);*/
	height: calc(84vh - -150px);
}

.hero-section .page-header{
	height: 125vh;
}

.page-header{
	position: relative;
	min-height: 150vh;
	max-height: 999px;
	padding: 0;
	overflow: hidden;
}

/************* HEADER BANNER (GIF) *************/
.presentation-page .page-header-banner{
	position: absolute;
	width: 100%;
	height: 100%;
}

.page-header .page-header-banner-image{
	background-size: cover;
	background-position: center;
	min-height: 1225px;
	background-repeat: no-repeat;
}

/************* HEADER BANNER (VIDEO) *************/
.video-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	object-fit: cover;
}

/************* HEADER BANNER (BUTTON) *************/
.btn-play-container{
	position: relative;
	margin: 0 auto;
	/* top: 30%; */
	left: 0;
	width: 0;
	cursor: pointer;
	width: 100%;
}

.btn-play{
	display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    position: absolute;
    /* top: 250px; */
    top: 290px;
	/* margin-left: -50px; */
	margin-left: 0px;
}



.btn-header-play{
	background: url('../img/top/btn-play.png') no-repeat;
	/* background-size: 100%; */
	width: 97px;
	height: 82px;
	margin-left: 63px;
	position: absolute;
	top: 700px;
}	

.btn-header-play:hover{
	background: url('../img/top/btn-play-hover.png') no-repeat;
	/* background-size: 100%; */
	width: 97px;
	height: 82px;
	margin-left: 63px;
	position: absolute;
	top: 700px;
}


/*
js popup
============================================================================
*/


#video-popup-container {
  display:none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

#video-popup-close:hover {
  color: #DE0023;
}



/************* HEADER BANNER (SLOGAN) *************/
.title-container-row{
	position: relative;
	float: inline-end;
	/* bottom: 649px; */
	/* top: 214px; */
	top: 250px;
	/* width: 200px; */
	bottom: 565px;
}

/*.title-container .slogan{
	font-family: myFirstFont;
	writing-mode: vertical-rl;
	text-orientation: upright;
	font-size: 3.5rem;
}*/

.title-container-row .slogan-m{
	display: none;
	width: 80%;
    position: relative;
}	

.title-container {
	display: flex;
	align-items: center;
    justify-content: center;
}

.slogan-container {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	z-index: 2;
	position: relative;	
}

.slogan-row {
	text-align: center;
}

.slogan-img {
	max-width: 50%;
	height: auto;
}

.btn-register-row {
	cursor: pointer;
}	

.register-img {
	max-width: 30%;
}


/******************************************************
	CONTENT - CONTENTS SECTION ( SECTION-02 )
******************************************************/
.2parts-section{
	position: relative;
	background-color: #fef9f6;
	overflow: hidden;
}

.section-padding{
	padding-top: 300px;
	padding-bottom: 300px;
}

/************* SECTION-02 (TITLE) *************/
.title-container{
	position: relative;
	top:30px;
	margin: 0 auto;
	left: 0;
	right: 0;
	max-width: 1500px;
	text-align: center;
	/* top: 200px; */
}

.section01_title{
	position: relative;
	top:-285px;
	z-index: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 600px;
}

.sec_title01{
	font-size: 3.4rem;
	font-weight: 900;
	text-align: center;
	background: -webkit-linear-gradient(90deg, rgba(239,226,203,1) 0%, rgba(193,144,51,1) 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}

.sec_title01:before{
	content: "";
	position: absolute;
	background: url('../img/s_2/t_deco_r01.png') no-repeat;
	background-size: 50%;
	width: 100%;
	height: 100%;
	max-width: 141px;
	margin-left: -80px;
	top: 10px;
}

.sec_title01:after{
	content: "";
	position: absolute;
	background: url('../img/s_2/t_deco_r02.png') no-repeat;
	background-size: 50%;
	width: 100%;
	height: 100%;
	max-width: 141px;
	top: 10px;
}

/************* SECTION-02 (CONTENTS SECTION - CODE PART) *************/
.appoint-code-container{
	position: relative;
	margin: 0 auto;
	left: 0;
	right: 0;
	max-width: 1500px;
	display: flex;
	justify-content: center;
	padding-top: 20px;
}

.appoint-code-bg{
	position: relative;
	background-color: #fdfaf1;
	padding: 5px;
	width: 800px;
	height: auto;
	border-radius: 15px;
	border-color: #d4b07c;
	border-style: solid;
	border-width: 3px;
}

.appoint-code-content-bg{
	position: relative;
	background: #ffffff;
	width: auto;
	padding: 20px;
	border-radius: 10px;
	border-color: #d4b07c;
	border-style: solid;
	border-width: 1px;
}

.login-appoint-container{
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
    display: flex;
    justify-content: center;
	z-index: 5;
}

.btn-login-appoint{
	/* background: url('../img/s_2/btn-tnc.png') no-repeat;
    background-size: 100%;
    background-position: center;
    width: 274px;
    height: 46px;
    position: absolute;
	top: 50px;
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	text-decoration: none;
	color: #7d511d;
    font-weight: 700;
    letter-spacing: 1.3px;
    cursor: pointer; */

	width: 300px;
    height: 30px;
    position: absolute;
    top: -230px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    font-weight: 750;
    letter-spacing: 1.5px;
    cursor: pointer;
}

.btn-login-appoint:hover{
	/* background: url('../img/s_2/btn-tnc-hover.png') no-repeat;
    background-size: 100%;
    background-position: center;
    width: 274px;
    height: 46px;
    position: absolute;
	top: 50px;
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	text-decoration: none;
	color: #7d511d;
    font-weight: 700;
    letter-spacing: 1.3px;
    cursor: pointer; */
	
	width: 300px;
    height: 30px;
    position: absolute;
    top: -30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1.3px;
    cursor: pointer;	
}






.appoint-code-content-bg2{
	position: relative;
	background: #ffffff;
	width: auto;
	height: 200px;
	padding: 20px;
	border-radius: 10px;
	border-color: #d4b07c;
	border-style: solid;
	border-width: 1px;
}

.appoint-code-title01{
	text-align: center;
	font-weight: 800;
	color: #c19033;
	letter-spacing: 2px;
	font-size: 2.5rem;
}

.appoint-code-content01{
	text-align: center;
	font-weight: 600px;
	color: #c19033;
	letter-spacing: 0.5px;
}

.appoint-copy-code{
	position: relative;
	width: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.appoint-copy-code .copy-form{
	background: #eae2d9;
	border-radius: 0;
	height: 30px;
	border: none;
}

.appoint-copy-code .btn-copy{
	background: #5e4f3d;
    padding: 10px;
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #eae2d9;
}

.appoint-copy-code2{
	position: relative;
	width: auto;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding-top: 10px;
}

.appoint-copy-code2 .copy-form{
	background: #eae2d9;
	border-radius: 0;
	height: 30px;
	border: none;
}

.appoint-copy-code2 .btn-copy{
	background: #5e4f3d;
    padding: 10px;
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #eae2d9;
}

/************* SECTION-02 (CONTENTS SECTION - REWARD PART) *************/
.reward-lists{
  position: absolute;
  bottom: 175px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1500px;
  width: 100%;
  padding-top: 120px;
  text-align: center;
	/* position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 1500px;
	padding-top: 100px;
	text-align: center; */
}

/************* SECTION-02 (CONTENTS SECTION - TERMS PART) *************/
.appoint-terms-container{
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 1500px;
	display: flex;
	justify-content: center;
	padding-top: 50px;
}

.appoint-terms-container .btn-terms-pop{
	background: url('../img/s_2/btn-tnc.png') no-repeat;
	background-size: 100%;
	background-position: center;
	width: 100%;
	height: 100%;
	max-width: 300px;
	max-height: 60px;
	position: absolute;
	top: 190px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-weight: 750;
	letter-spacing: 1.5px;
	cursor: pointer;
}

.appoint-terms-container .btn-terms-pop:hover{
	background: url('../img/s_2/btn-tnc-hover.png') no-repeat;
	background-size: 100%;
	background-position: center;
	width: 100%;
	height: 100%;
	max-width: 300px;
	max-height: 60px;
	position: absolute;
	top: 190px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-weight: 750;
	letter-spacing: 1.5px;
	cursor: pointer;
}

/************* SECTION-02 (CONTENTS SECTION - POP UP) *************/
#modal-container {
	position: fixed;
	display: flex;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	transform: scale(0);
	z-index: 1;
	flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
	align-items: center;
	z-index: 10;
}

#modal-container.one {
	transform: scaleY(0.01) scaleX(0);
	animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one .modal-background .modal {
	transform: scale(0);
	animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one.out {
	transform: scale(1);
	animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one.out .modal-background .modal {
	animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container .modal-background {
	/* display: table-cell; */
	display: flex;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	align-items: center;
    justify-content: center;
	padding: 10px;
}

#modal-container .modal-background .modal-background-2{
	background: url('../img/s_2/modal-bg.png') no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px;
	position: relative;
	width: 1200px;
	height: 525px;
}

#modal-container .modal-background .modal-background-2:before{
	content: "";
	position: absolute;
	background: url('../img/s_2/modal-frame-linear.png') no-repeat;
	background-size: cover;
	background-position: center;
	width: 20px;
	height: 552px;
	top: 0;
	right: 0;
	margin-top: -14px;
}

#modal-container .modal-background .modal-background-2:after{
	content: "";
	position: absolute;
	background: url('../img/s_2/modal-frame-linear.png') no-repeat;
	background-size: cover;
	background-position: center;
	width: 20px;
	height: 552px;
	top: 0;
	left: 0;
	margin-top: -14px;
}

#modal-container .modal-background .modal {
	background: white;
	padding: 50px;
	display: inline-block;
	border-radius: 3px;
	font-weight: 300;
	position: relative;
	width: 100%;
	height: 100%;
}

#modal-container .modal-background .modal .pop-title01{
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
	background: -webkit-linear-gradient(-90deg, rgb(98 32 3) 0%, rgb(189 106 35) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}

#modal-container .modal-background .modal .pop-title01:before{
	content: "";
	position: absolute;
	background: url('../img/s_2/title_deco_01.png') no-repeat;
	background-size: 50%;
	background-position: center;
	width: 175px;
	height: 100%;
	left: 192px;
    top: 0;
}

#modal-container .modal-background .modal .pop-title01:after{
	content: "";
	position: absolute;
	background: url('../img/s_2/title_deco_02.png') no-repeat;
	background-size: 50%;
	background-position: center;
	width: 175px;
	height: 100%;
    top: 0;
}

#modal-container .modal-background .modal .pop-rule-lists01{
	text-align: left;
	color: #772304;
	font-size: 1.0rem;
	font-weight: 600;
	padding-top: 20px;
}

#modal-container .modal-background .modal .pop-rule-lists01 li{
	line-height: 2.0;
}

#modal-container .btn-close-container{
	position: absolute;
	margin: 0 auto;
    right: 0;
    left: 0;
    max-width: 1500px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-top: -500px;
}

#modal-container .btn-close-container .btn-close-img{
	width: 30px;
}

.content {
	min-height: 100%;
	height: 100%;
	background: white;
	position: relative;
	z-index: 0;
}

.content h1 {
	padding: 75px 0 30px 0;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
}

.content .buttons {
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.content .buttons .button {
	display: inline-block;
	text-align: center;
	padding: 10px 15px;
	margin: 10px;
	background: red;
	font-size: 18px;
	background-color: #efefef;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.content .buttons .button:hover {
	color: white;
	background: #009bd5;
}

@keyframes unfoldIn {
	0% {
		transform: scaleY(0.005) scaleX(0);
	}
	50% {
		transform: scaleY(0.005) scaleX(1);
	}
	100% {
		transform: scaleY(1) scaleX(1);
	}
}
@keyframes unfoldOut {
	0% {
		transform: scaleY(1) scaleX(1);
	}
	50% {
		transform: scaleY(0.005) scaleX(1);
	}
	100% {
		transform: scaleY(0.005) scaleX(0);
	}
}
@keyframes zoomIn {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes zoomOut {
	  0% {
		transform: scale(1);
	  }
	  100% {
		transform: scale(0);
	  }
}

.btn-close-img{
	transition: transform .7s ease-in-out;
	cursor: pointer;
}

.btn-close-img:hover{
	transform: rotate(360deg);
}



/******************************************************
	CONTENT - CONTENTS SECTION ( SECTION-03 )
******************************************************/
.second-part-section{
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.second-part-section.section-padding3{
	padding-top: 100px;
	/* padding-bottom: 100px; */
}

/************* SECTION-03 (CONTENTS SECTION - TITLE) *************/
.second-part-section .title-container{
	position: relative;
	margin: 0 auto;
	left: 0;
	right: 0;
	max-width: 1500px;
	text-align: center;
}

.second-part-section .section02_title{
	position: relative;
	z-index: 0;
	margin: 0 auto;
	bottom: -750px;
  left: 20%;
  transform: translate(-50%, -50%);
	width: 520px;
	/* position: absolute;
  bottom: -650px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  z-index: 0; */
		
		
}

.second-part-section .sec_title02{
	font-size: 3.4rem;
	font-weight: 900;
	text-align: center;
	background: -webkit-linear-gradient(90deg, rgba(239,226,203,1) 0%, rgba(193,144,51,1) 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}

/* .second-part-section .sec_title02:before{
	content: "";
	position: absolute;
	background: url('../img/s_2/t_deco_r01.png') no-repeat;
	background-size: 50%;
	width: 100%;
	height: 100%;
	max-width: 141px;
	margin-left: -80px;
	top: 10px;
}

.second-part-section .sec_title02:after{
	content: "";
	position: absolute;
	background: url('../img/s_2/t_deco_r02.png') no-repeat;
	background-size: 50%;
	width: 100%;
	height: 100%;
	max-width: 141px;
	top: 10px;
} */

.second-part-section .appoint-count-container{
	/* text-align: center;
	padding-top: 20px;
	font-size: 1.2rem;
	letter-spacing: 1.2px; */
	position: absolute;
  bottom: 240px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  padding-top: 20px;
	color: #ffffff
}

.second-part-section .appoint-count-container .v-count{
	font-size: 1.5rem;
	font-weight: 1000;
}

/************* SECTION-03 (CONTENTS SECTION - CONTENT) *************/
.second-part-section .section03-content-bg{
	/* background: url('../img/s_5/section2_bg.png') no-repeat; */
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 993px;
}

.section03-content-bg ul li{
	display: block;
}

.section03-content-bg .section03-reward-lists{
	display: flex;
	padding-top: 300px;
}

.section03-content-bg .rewards-lists{
  max-width: 60%;

}

/*.section03-content-bg .appoint-terms-container{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1500px;
    display: flex;
    justify-content: center;
    padding-top: 50px;
    bottom: 300px;
}*/



/************* SECTION-02 (CONTENTS SECTION - POP UP) *************/
#modal-container2 {
	position: fixed;
	display: flex;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	transform: scale(0);
	z-index: 1;
	flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
	align-items: center;
	z-index: 10;
}

#modal-container2.two {
	transform: scaleY(0.01) scaleX(0);
	animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container2.two .modal-background .modal2 {
	transform: scale(0);
	animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container2.two.out {
	transform: scale(1);
	animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container2.two.out .modal-background .modal2 {
	animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container2 .modal-background {
	/* display: table-cell; */
	display: flex;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	align-items: center;
    justify-content: center;
	padding: 10px;
}

#modal-container2 .modal-background .modal-background-2{
	background: url('../img/s_2/modal-bg.png') no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px;
	position: relative;
	width: 1200px;
	height: 525px;
}

#modal-container2 .modal-background .modal-background-2:before{
	content: "";
	position: absolute;
	background: url('../img/s_2/modal-frame-linear.png') no-repeat;
	background-size: cover;
	background-position: center;
	width: 20px;
	height: 552px;
	top: 0;
	right: 0;
	margin-top: -14px;
}

#modal-container2 .modal-background .modal-background-2:after{
	content: "";
	position: absolute;
	background: url('../img/s_2/modal-frame-linear.png') no-repeat;
	background-size: cover;
	background-position: center;
	width: 20px;
	height: 552px;
	top: 0;
	left: 0;
	margin-top: -14px;
}

#modal-container2 .modal-background .modal2 {
	background: white;
	padding: 50px;
	display: inline-block;
	border-radius: 3px;
	font-weight: 300;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#modal-container2 .modal-background .modal2 .pop-title01{
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
	background: -webkit-linear-gradient(-90deg, rgb(98 32 3) 0%, rgb(189 106 35) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}

#modal-container2 .modal-background .modal2 .pop-title01:before{
	content: "";
	position: absolute;
	background: url('../img/s_2/title_deco_01.png') no-repeat;
	background-size: 50%;
	background-position: center;
	width: 175px;
	height: 100%;
	left: 192px;
    top: 0;
}

#modal-container2 .modal-background .modal2 .pop-title01:after{
	content: "";
	position: absolute;
	background: url('../img/s_2/title_deco_02.png') no-repeat;
	background-size: 50%;
	background-position: center;
	width: 175px;
	height: 100%;
    top: 0;
}

#modal-container2 .modal-background .modal2 .pop-rule-lists01{
	text-align: left;
	color: #772304;
	font-size: 1.0rem;
	font-weight: 600;
	padding-top: 20px;
}

#modal-container2 .modal-background .modal2 .pop-rule-lists01 li{
	line-height: 2.0;
}

#modal-container2 .btn-close-container{
	position: absolute;
	margin: 0 auto;
    right: 0;
    left: 0;
    max-width: 1500px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-top: -500px;
	padding: 20px;
}

#modal-container2 .btn-close-container .btn-close-img{
	width: 30px;
}

.content {
	min-height: 100%;
	height: 100%;
	background: white;
	position: relative;
	z-index: 0;
}

.content h1 {
	padding: 75px 0 30px 0;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
}

.content .buttons {
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.content .buttons .button {
	display: inline-block;
	text-align: center;
	padding: 10px 15px;
	margin: 10px;
	background: red;
	font-size: 18px;
	background-color: #efefef;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.content .buttons .button:hover {
	color: white;
	background: #009bd5;
}

@keyframes unfoldIn {
	0% {
		transform: scaleY(0.005) scaleX(0);
	}
	50% {
		transform: scaleY(0.005) scaleX(1);
	}
	100% {
		transform: scaleY(1) scaleX(1);
	}
}
@keyframes unfoldOut {
	0% {
		transform: scaleY(1) scaleX(1);
	}
	50% {
		transform: scaleY(0.005) scaleX(1);
	}
	100% {
		transform: scaleY(0.005) scaleX(0);
	}
}
@keyframes zoomIn {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes zoomOut {
	  0% {
		transform: scale(1);
	  }
	  100% {
		transform: scale(0);
	  }
}

.btn-close-img{
	transition: transform .7s ease-in-out;
	cursor: pointer;
}

.btn-close-img:hover{
	transform: rotate(360deg);
}


/************* SECTION-03 (CONTENTS SECTION - CONTENT [MOBILE}) *************/
.section03-content-bg .v-mobile{
	display: none;
}




/******************************************************
	CONTENT - CONTENTS SECTION ( SECTION-04 )
******************************************************/
.third-part-section{
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.third-part-section.section-padding3{
	padding-bottom: 100px;
}

/************* SECTION-03 (CONTENTS SECTION - TITLE) *************/
.third-part-section .title-container{
	position: relative;
	margin: 0 auto;
	left: 0;
	right: 0;
	max-width: 1500px;
	text-align: center;
}

.third-part-section .section03_title{
	position: relative;
	z-index: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 520px;
}

.third-part-section .sec_title03{
	font-size: 3.4rem;
	font-weight: 900;
	text-align: center;
	background: -webkit-linear-gradient(90deg, rgba(239,226,203,1) 0%, rgba(193,144,51,1) 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}

.third-part-section .sec_title03:before{
	content: "";
	position: absolute;
	background: url('../img/s_6/t_deco_r01.png') no-repeat;
	background-size: 50%;
	width: 100%;
	height: 100%;
	max-width: 141px;
	margin-left: -80px;
	top: 10px;
}

.third-part-section .sec_title03:after{
	content: "";
	position: absolute;
	background: url('../img/s_6/t_deco_r02.png') no-repeat;
	background-size: 50%;
	width: 100%;
	height: 100%;
	max-width: 141px;
	top: 10px;
}

.third-part-section  .sec_subtitle03_01{
	color: #c19033;
	font-weight: 500;
	text-align: center;
	padding-top: 15px;
	letter-spacing: 1.3px;
	font-size: 1.45rem;
}

/************* SECTION-03 (CONTENTS SECTION - POP UP) *************/
#firstModalToggle .modal-dialog{
	position: fixed;
	display: flex;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	transform: scale(1);
	z-index: 1;
	flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
	align-items: center;
	z-index: 10;
}

#firstModalToggle .modal-background-container{
	position: relative;
	margin: 0 auto;
	left: 0;
	right: 0;
	max-width: 1233px;
	padding: 0 90px;
}

#firstModalToggle .modal-background{
	background: url('../img/s_6/modal-bg.png') no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px;
	position: relative;
	width: 100%;
	height: 574px;
	max-width: 1006px;
	z-index: 0;
}

#firstModalToggle .modal-background:before{
	content: "";
	position: absolute;
	background: url('../img/s_6/modal-frame-linear.png') no-repeat;
	background-size: 100%;
	background-position: center;
	width: 22px;
	height: 607px;
	left: 0;
	top: -15px;
}

#firstModalToggle .modal-background:after{
	content: "";
	position: absolute;
	background: url('../img/s_6/modal-frame-linear.png') no-repeat;
	background-size: 100%;
	background-position: center;
	width: 22px;
	height: 607px;
	right: 0;
	top: -15px;
}

#firstModalToggle .modal-content-background{
	position: relative;
	background: #fdf7ed;
	/* padding: 50px; */
	display: inline-block;
	border-radius: 3px;
	font-weight: 300;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#firstModalToggle .btn-close-container{
	position: fixed;
	margin: 0 auto;
	left: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
	padding-right: 30px;
	top: 15%;
	z-index: 30;
	width: 1200px;
}


#firstModalToggle .btn-close-img{
	transition: transform .7s ease-in-out;
	cursor: pointer;
}

#firstModalToggle .btn-close-img:hover{
	transform: rotate(360deg);
}

#firstModalToggle .modal-header{
	border-bottom: none;
	justify-content: center;
}

#firstModalToggle .modal-title{
	font-size: 3.4rem;
	font-weight: 900;
	text-align: center;
	background: -webkit-linear-gradient(-90deg, rgb(193,158,76) 0%, rgb(146,116,46) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}

#firstModalToggle .modal-title:before{
	content: "";
	position: absolute;
	background: url('../img/s_6/title_deco_01.png') no-repeat;
	width: 104px;
	height: 19px;
	left: 0;
	top: 0;
	margin-left: -133px;
	margin-top: 40px;
}

#firstModalToggle .modal-title:after{
	content: "";
	position: absolute;
	background: url('../img/s_6/title_deco_02.png') no-repeat;
	width: 104px;
	height: 19px;
	right: 0;
	top: 0;
	margin-right: -133px;
	margin-top: 40px;
}

#firstModalToggle .modal-body{
	padding: 30px 100px 30px 100px;
}

#firstModalToggle .modal-body table{
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid rgb(188, 188, 188, 0.5);
}

#firstModalToggle tbody td:nth-child(1) {
	width: 10%;
}

#firstModalToggle tbody td:nth-child(2) {
	width: 35%;
}

#firstModalToggle tbody td:nth-child(3) {
	width: 35%;
	letter-spacing: 1.5px;
}

#firstModalToggle tbody td:nth-child(4) {
	width: 35%;
}

#firstModalToggle td {
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid rgb(188, 188, 188, 0.5);
	color: #937432;
	font-weight: 700;
}

#firstModalToggle .form{
	border: 0;
	background: transparent;
	width: 70%;
	color: #937432;
	font-weight: 700;
}

#firstModalToggle input:focus-visible {
	outline: none;
}

#firstModalToggle .btn-copy{
	cursor: pointer;
}

#firstModalToggle .modal-footer{
	border-top: none;
}

#firstModalToggle .btn-submit-container span{
	position: absolute;
	width: 100px;
	text-align: center;
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: 800;
}

#firstModalToggle .modal-key{
	cursor: pointer;
}

#firstModalToggle .modal-key:hover{
	color: #533600;
}

#secondModalToggle .modal-dialog{
	position: fixed;
	display: flex;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	transform: scale(1);
	z-index: 1;
	flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
	align-items: center;
	z-index: 10;
}

#secondModalToggle .modal-background-container{
	position: relative;
	margin: 0 auto;
	left: 0;
	right: 0;
	max-width: 1233px;
	padding: 0 90px;
}

#secondModalToggle .modal-background{
	background: url('../img/s_6/modal-bg.png') no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px;
	position: relative;
	width: 100%;
	height: 574px;
	max-width: 1006px;
	z-index: 0;
}

#secondModalToggle .modal-background:before{
	content: "";
	position: absolute;
	background: url('../img/s_6/modal-frame-linear.png') no-repeat;
	background-size: 100%;
	background-position: center;
	width: 22px;
	height: 607px;
	left: 0;
	top: -15px;
}

#secondModalToggle .modal-background:after{
	content: "";
	position: absolute;
	background: url('../img/s_6/modal-frame-linear.png') no-repeat;
	background-size: 100%;
	background-position: center;
	width: 22px;
	height: 607px;
	right: 0;
	top: -15px;
}

#secondModalToggle .modal-content-background{
	position: relative;
	background: #fdf7ed;
	/* padding: 50px; */
	display: inline-block;
	border-radius: 3px;
	font-weight: 300;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#secondModalToggle .btn-close-container{
	position: fixed;
	margin: 0 auto;
	left: 0;
	right: 0;
	display: flex;
	justify-content: flex-end;
	padding-right: 30px;
	top: 15%;
	z-index: 30;
}

#secondModalToggle .modal-header{
	border-bottom: none;
	justify-content: center;
}

#secondModalToggle .modal-title{
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
	background: -webkit-linear-gradient(-90deg, rgb(193,158,76) 0%, rgb(146,116,46) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}

#secondModalToggle .modal-title:before{
	content: "";
	position: absolute;
	background: url('../img/s_6/title_deco_01.png') no-repeat;
	width: 104px;
	height: 19px;
	left: 0;
	top: 0;
	margin-left: -133px;
	margin-top: 20px;
}

#secondModalToggle .modal-title:after{
	content: "";
	position: absolute;
	background: url('../img/s_6/title_deco_02.png') no-repeat;
	width: 104px;
	height: 19px;
	right: 0;
	top: 0;
	margin-right: -133px;
	margin-top: 20px;
}

#secondModalToggle .modal-body{
	padding: 30px 100px 0px 100px;
}

#secondModalToggle .modal-body .form-name{
	border-radius: 0;
	background: transparent;
	width: 200px;
	font-size: 1.4rem;
	color: #a59d8c;
	font-weight: 800;
	border-color: rgba(206, 204, 204, 0.5);
}

#secondModalToggle .modal-body .form{
	border-radius: 0;
	background: transparent;
	border-color: rgba(206, 204, 204, 0.5);
}

#secondModalToggle .modal-body .form:focus{
	box-shadow: none !important;
	border-color: rgba(206, 204, 204, 0.5);
}

#secondModalToggle .btn-submit-container{
	position: relative;
	margin: 0 auto;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#secondModalToggle .btn-submit-container span{
	position: absolute;
	width: 100px;
	text-align: center;
	color: #ffffff;
	font-size: 1.3rem;
	font-weight: 800;
}

#secondModalToggle .modal-footer{
	border-top: none;
}


.swal2-title{
	font-size: 2.4rem !important;
	font-weight: 900;
	background: -webkit-linear-gradient(-90deg, rgb(193,158,76) 0%, rgb(146,116,46) 100%) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
}

div:where(.swal2-container) div:where(.swal2-popup){
	background: url('../img/s_6/lucky-draw-frame.png') no-repeat !important;
	width: 62em !important;
	height: 34em;
	max-height: 100%;
	max-width: none !important;
}

div:where(.swal2-container) h2:where(.swal2-title){
	bottom: 300px;
}

div:where(.swal2-container) img:where(.swal2-image){
	margin-top: 178px !important;
}

div:where(.swal2-container) .swal2-html-container{
	margin-top: -5em !important;
	letter-spacing: 2.5px;
}

div:where(.swal2-container) .swal2-input{
	width: 50%;
    margin-left: 40px;
    margin-top: 0;
}

.swal2-html-container p{
	color: #a35734;
}

.swal2-confirm{
	display: none !important;
}

.form-group{
	width: 24%;
    margin-left: 363px;
	border: 2px solid #fdeca4;
}

.input-group-text,
.input-form{
	border-radius: 0;
	color: #e9d3b1;
	font-weight: 800;
	text-align: center;
}

.input-group-text{
	background-color: #6d4c3a;
	border-right-color: #8a7240;
	border-right-style: solid;
	border-right-width: 2px;
}

.input-form{
	background-color: #40281d !important;
	letter-spacing: 3.5px;
}


/************* SECTION-03 (CONTENTS SECTION -BUTTON SECTION 【DESKTOP】) *************/
.third-part-section .all-button-container{
	position: relative;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.third-part-section .all-section03-record{
	display: flex;
	justify-items: end;
    justify-content: space-between;
    align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 2rem;
}

.third-part-section .all-section03-record .btn-record-container{
	position: relative;
	display: flex;
	align-items:center;
	flex-wrap: nowrap;
    justify-content: center;
	width: 17%;
	cursor: pointer;
}

.third-part-section .all-section03-record .btn-record-img{
	/* position: absolute; 
	z-index: 1;
	padding: 20px;*/
}

.third-part-section .all-section03-record .button{
	position: absolute;
	z-index: 2;
	color: #7a530a;
	font-size: 1.3rem;
	font-weight: 800;
}

.third-part-section .all-section03-record .button2{
	position: absolute;
	z-index: 2;
	color: #7a530a;
	font-size: 1.3rem;
	font-weight: 800;
}

.third-part-section .all-section03-record .button:hover{
	font-size: 1.1rem;
}

.third-part-section .all-section03-record li{
	list-style: none;
}

.third-part-section .all-section03-record .display-record{
	font-size: 2.5rem;
	font-weight: 800;
	color: #7a530a;
}

/************* SECTION-03 (CONTENTS SECTION -BUTTON SECTION 【MOBILE】) *************/
.menu-mobile{
	display: none;
}

.menu-container{
	position: relative;
	padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

.menu-container .invitation-button{
	position: relative;
	background: url('../img/s_6/button.png') no-repeat;
	background-size: cover;
	width: 164px;
    height: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.menu-container .invitation-button .invitation-count{
	color: #7a530a;
}

.menu-container .invitation-button .dropdown-icon{
	padding-left: 10px;
}

.menu-container .invitation-button .dropdown-icon i{
	color: #7a530a;
}

.menu-container .invitation-dropdown{
    list-style: none;
    position: absolute;
    top: 65px;
    display: block;
    background: linear-gradient(0deg, rgba(252,250,247,1) 35%, rgba(247,234,211,1) 100%);
    width: 180px;
    text-align: center;
    border-radius: 5px;
    display: none;
    /* box-shadow: 0 3px 6px rgba(0,0,0,0.3); */
	border: 1px solid #b2a083;
	padding-left: 0;
	margin-top: 5px;
}

.menu-container .invitation-dropdown:before{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: linear-gradient(90deg, rgba(252,250,247,1) 35%, rgba(247,234,211,1) 100%);
    top: -10px;
    right: 15px;
    transform: rotate(45deg);
    z-index: -1;
}

.menu-container .invitation-dropdown li{
    /*line-height: 35px;
     padding: 8px 20px; */
    cursor: pointer;
    /* border: 1px solid transparent; */
	padding: 5px 10px;
    border-bottom: 1px solid rgba(178,160,131,.5);
}

/*.menu-container .invitation-dropdown .invitation-dropdown-content{
	border-bottom-width: 0.5px;
	border-bottom-color: #e2b869;
	border-bottom-style: solid;
}*/

.menu-container .invitation-dropdown li:last-child{
    border-bottom: none;
}

.menu-container .invitation-dropdown li:hover{
	background: linear-gradient(0deg, rgba(255,255,255,1) 7%, rgba(255,229,184,1) 100%);
   /*box-shadow: inset 0 0 5px #33ffff,
                inset 0 0 10px #66ffff;*/
}

.menu-container .invitation-dropdown li:hover:first-child{
    border-radius: 5px 5px 5px 5px;
}

.menu-container .invitation-dropdown li:hover:last-child{
    border-radius: 5px 5px 5px 5px;
}

.menu-container .invitation-dropdown li a{
    color: #7a530a;
    font-size: 1.0rem;
    text-decoration: none;
}

.menu-container .invitation-dropdown li:hover a{
    color: #7a530a;
}

/************* SECTION-03 (CONTENTS SECTION - LUCKY DRAW SECTION) *************/
.lucky-draw-container{
	display: flex;
	flex-wrap: wrap;
}

.lucky-draw-box{
	flex: 0 0 412px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	background: #f3ecdd;
}

.lucky-draw-box.lucky-draw-box:not(:nth-child(3n)){
	margin-right: 30px;
}

.lucky-draw-box.lucky-draw-box:not(:nth-child(n+7)){
	margin-bottom: 30px;
}

.lucky-draw-box.is-active{
	border: 10px solid #c72009;
}

.lucky-draw-box.start-btn{
	background: linear-gradient(180deg, rgba(213,75,7,1) 35%, rgba(227,118,20,1) 100%);
	cursor: pointer;
	box-shadow: rgba(0, 0, 0, 0.2) 1px -4px 0px 0px inset;
	position: relative;	
}

.lucky-draw-box.start-btn:before{
	content: "";
	position: absolute;
	background: url('../img/s_6/button-start-deco01.png') no-repeat;
	background-size: 50%;
	background-position: center;
	clip: rect(87px, 652px, 267px, 242px);
    width: 894px;
    height: 372px;
}


.lucky-draw-box.start-btn .start{
	color: #faa977;
	font-size: 3.5rem;
	font-weight: 900;
	position: absolute;
	letter-spacing: 10.5px;
}

.lucky-draw-box.start-btn .start:hover{
	font-size: 3.0rem;
}

/************* SECTION-03 (CONTENTS SECTION -EXTRA CHANCE) *************/
.extra-luckydraw-section{
	padding-top: 60px;
}

.extra-luckydraw-container{
	position: relative;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.extra-luckydraw-container.extra-bg{
	background: #f3ecdd;
	padding: 40px;
	height: 350px;
}	

.extra-luckydraw-title{
	font-size: 3.4rem;
	font-weight: 900;
	text-align: center;
	background: -webkit-linear-gradient(-90deg, rgb(98 65 0) 30%, rgb(173 126 11) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: 2.5px;
}

.extra-luckydraw-subtitle{
	text-align: center;
	color: #c0a87c;
	font-size: 1.4rem;
	letter-spacing: 1.5px;
}

/************* SECTION-03 (CONTENTS SECTION - IMAGES) *************/
.lucky-draw-box{
	text-align: center;
}

.lucky-draw-box p{
	padding-top: 8px;
	font-size: 1.2rem;
	font-weight: 800;
	color: #7a530a;
}	

.lucky-draw-content{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/************* SECTION-03 (CONTENTS SECTION - SWAL) *************/
div:where(.swal2-container) .swal2-html-container{
	position: relative;
	top: 170px;
}

.congratulations-title{
	color: #7a530a;
	font-weight: 900;
	font-size: 2.5rem;
	padding-bottom: 20px;
}

.success-reward-img{
	padding-bottom: 20px;
	width: 9%;
}

.success-reward-img2{
	padding-bottom: 20px;
	width: 19%;
}

.reward-name{
	font-size: 1.3rem;
	font-weight: 900;
	
}	




/************* SECTION-02 (CONTENTS SECTION - POP UP) *************/
#modal-container3 {
	position: fixed;
	display: flex;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	transform: scale(0);
	z-index: 1;
	flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
	align-items: center;
	z-index: 10;
}

#modal-container3.three {
	transform: scaleY(0.01) scaleX(0);
	animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container3.three .modal-background .modal2 {
	transform: scale(0);
	animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container3.three.out {
	transform: scale(1);
	animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container3.three.out .modal-background .modal2 {
	animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container3 .modal-background {
	/* display: table-cell; */
	display: flex;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	align-items: center;
    justify-content: center;
	padding: 10px;
}

#modal-container3 .modal-background .modal-background-3{
	background: url('../img/s_2/modal-bg.png') no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px;
	position: relative;
	width: 1200px;
	height: 525px;
}

#modal-container3 .modal-background .modal-background-3:before{
	content: "";
	position: absolute;
	background: url('../img/s_2/modal-frame-linear.png') no-repeat;
	background-size: cover;
	background-position: center;
	width: 20px;
	height: 552px;
	top: 0;
	right: 0;
	margin-top: -14px;
}

#modal-container3 .modal-background .modal-background-3:after{
	content: "";
	position: absolute;
	background: url('../img/s_2/modal-frame-linear.png') no-repeat;
	background-size: cover;
	background-position: center;
	width: 20px;
	height: 552px;
	top: 0;
	left: 0;
	margin-top: -14px;
}

#modal-container3 .modal-background .modal2 {
	background: white;
	padding: 50px;
	display: inline-block;
	border-radius: 3px;
	font-weight: 300;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#modal-container3 .modal-background .modal2 .pop-title01{
	font-size: 2.4rem;
	font-weight: 900;
	text-align: center;
	background: -webkit-linear-gradient(-90deg, rgb(193,158,76) 0%, rgb(146,116,46) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}

#modal-container3 .modal-background .modal2 .pop-title01:before{
	content: "";
	position: absolute;
	background: url('../img/s_6/title_deco_01.png') no-repeat;
	background-size: 50%;
	background-position: center;
	width: 175px;
	height: 100%;
	left: 192px;
    top: 0;
}

#modal-container3 .modal-background .modal2 .pop-title01:after{
	content: "";
	position: absolute;
	background: url('../img/s_6/title_deco_02.png') no-repeat;
	background-size: 50%;
	background-position: center;
	width: 175px;
	height: 100%;
    top: 0;
}

#modal-container3 .modal-background .modal2 .pop-rule-lists01{
	text-align: left;
	color: #92742e;
	font-size: 1.0rem;
	font-weight: 600;
	padding-top: 20px;
}

#modal-container3 .modal-background .modal2 .pop-rule-lists01 li{
	line-height: 2.0;
}

#modal-container3 .btn-close-container{
	position: absolute;
	margin: 0 auto;
    right: 0;
    left: 0;
    max-width: 1500px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-top: -500px;
	padding: 20px;
}

#modal-container3 .btn-close-container .btn-close-img{
	width: 30px;
}

.content {
	min-height: 100%;
	height: 100%;
	background: white;
	position: relative;
	z-index: 0;
}

.content h1 {
	padding: 75px 0 30px 0;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
}

.content .buttons {
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.content .buttons .button {
	display: inline-block;
	text-align: center;
	padding: 10px 15px;
	margin: 10px;
	background: red;
	font-size: 18px;
	background-color: #efefef;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.content .buttons .button:hover {
	color: white;
	background: #009bd5;
}

@keyframes unfoldIn {
	0% {
		transform: scaleY(0.005) scaleX(0);
	}
	50% {
		transform: scaleY(0.005) scaleX(1);
	}
	100% {
		transform: scaleY(1) scaleX(1);
	}
}
@keyframes unfoldOut {
	0% {
		transform: scaleY(1) scaleX(1);
	}
	50% {
		transform: scaleY(0.005) scaleX(1);
	}
	100% {
		transform: scaleY(0.005) scaleX(0);
	}
}
@keyframes zoomIn {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes zoomOut {
	  0% {
		transform: scale(1);
	  }
	  100% {
		transform: scale(0);
	  }
}

.btn-close-img{
	transition: transform .7s ease-in-out;
	cursor: pointer;
}

.btn-close-img:hover{
	transform: rotate(360deg);
}



/******************************************************
	CONTENT - CONTENTS SECTION ( SECTION-05 )
******************************************************/
.forth-part-section{
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.forth-part-section.section-padding3{
	padding-bottom: 100px;
	height: 1227px;
}

.forth-part-bg{
	/* background: #fffcfa; */
    position: relative;
    z-index: 0;
    background-size: cover;
    width: 100%;
    height: 500px;
    bottom: 879px;
}

.forth-part-bg:before{
	content: "";
	position: absolute;
	background: url('../img/s_7/bg-deco01.png') no-repeat;
	background-size: 30%;
	background-position: left;
	width: 100%;
    height: 272px;
    bottom: 463px;
}

.forth-part-bg:after{
	content: "";
	position: absolute;
	background: url('../img/s_7/bg-deco02.png') no-repeat;
	background-size: 30%;
    width: 100%;
    height: 272px;
    bottom: 463px;
    background-position: right;
}

.forth-part-container{
	position: relative;
	z-index: 5;
}

/************* SECTION-05 (CONTENTS SECTION - TITLE) *************/
.forth-part-section .title-container{
	position: relative;
	margin: 0 auto;
	left: 0;
	right: 0;
	max-width: 1500px;
	text-align: center;
}

.forth-part-section .section04_title{
	position: relative;
	z-index: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 300px;
}

.forth-part-section .sec_title04{
	font-size: 3.4rem;
	font-weight: 900;
	text-align: center;
	background: -webkit-linear-gradient(90deg, rgba(239,226,203,1) 0%, rgba(193,144,51,1) 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	padding-bottom: 100px;
}

.forth-part-section .sec_title04:before{
	content: "";
	position: absolute;
	background: url('../img/s_6/t_deco_r01.png') no-repeat;
	background-size: 50%;
	width: 100%;
	height: 100%;
	max-width: 141px;
	margin-left: -80px;
	top: 10px;
}

.forth-part-section .sec_title04:after{
	content: "";
	position: absolute;
	background: url('../img/s_6/t_deco_r02.png') no-repeat;
	background-size: 50%;
	width: 100%;
	height: 100%;
	max-width: 141px;
	top: 10px;
}

.forth-part-section  .sec_subtitle04_01{
	color: #c19033;
	font-weight: 500;
	text-align: center;
	padding-top: 15px;
	letter-spacing: 1.3px;
	font-size: 1.45rem;
}

/************* SECTION-03 (TITLE) *************/
.categories-title{
	font-weight: 900;
	padding-top: 200px;
}

/************* SECTION-03 (CONTENT - TYPE[A] ) *************/
.contents-text{
	background: #ffffff;
	width: 80%;
	height: 694px;
	margin-top: 15px;
}

.nav-tab-header{
	display: flex;
	flex-direction: column;
	width: 10px;
	padding: 20px 0 0 15px;
	position: relative;
	gap: 15px;
}

.nav-tab-header:after{
	content:"";
	position: absolute;
	width: 1px;
    height: 100%;
    background-color: #eee;
	left: 85px;
    top: 20px;
}

.nav-tabs{
	border-bottom: none;
}

.nav-link{
	color: #c5aa7c;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active{
	border-color: transparent;
	color: #010101;
	background-color: transparent;
}

.nav-link:focus-visible{
	box-shadow: none;
}

.link-1:focus,
.link-1:hover,
.link-1.active{
	background: url('../img/s_3/btn-frame.png') no-repeat;
}

.link-1{
	padding: 18px;
}

/************* SECTION-03 (CONTENT - TYPE[B] ) *************/
.nav-tab-header2{
	display: flex;
	background: linear-gradient(90deg, rgba(240,240,240,0) 0%, rgba(240,240,240,0.55) 20%, rgba(240,240,240,0.5494572829131652) 81%, rgba(240,240,240,0) 100%);
	position: relative;
	right: 500px;
	width: 1200px;
	top: 617px;
}

.link-2{
	font-size: 1.5rem;
	color: #a3a3a3;
}

.sub-tab{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 10px;
	width: 50px;
}

/************* SECTION-03 (CONTENT - TYPE[C] ) *************/
.sub-tab .link-3{
	width: 40px;
    height: 40px;
    border: 2px solid #c5aa7c;
    text-align: center;
    border-radius: 100%;
    display: block;
    line-height: 18px;
    -webkit-border-radius: 100%;
    padding: 0;
}

.sub-tab .link-3:focus,
.sub-tab .link-3:hover,
.sub-tab .link-3.active{
	width: 40px;
    height: 40px;
	border: 2px solid #505050;
    text-align: center;
    border-radius: 100%;
    display: block;
    line-height: 18px;
    -webkit-border-radius: 100%;
    padding: 0;
}

.type-char{
	position: absolute;
	top: 500px;
	right: 1120px;
}

.contents-info{
	position: absolute;
	width: 400px;
	right: 717px;
	padding-left: 15px;
	color: #646464;
}

.contents-title{
	font-weight: 700;
	color: #c5aa7c;
}

.contents-info .description-01{
	margin-top: 20px;
	text-align: justify;
}

.contents-sub-title{
	font-weight: 700;
	color: #c5aa7c;
	font-size: 1.2rem;
	letter-spacing: .05em;
}

.contents-char-img{
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.contents-char-img img{
	max-width: 744px;
	max-height: 752px;
	/* margin-right: 300px; */
	margin-top: -85px;
}


/************* SECTION-03 (CONTENT - TYPE[C] - 中華樓 ) *************/
.type01_char_m{
	/* margin-right: 300px; */
	margin-right: 0;
}

.type01_char_f{
	margin-right: 0;
}

.type02_char_m{
	margin-right: 0;
}

.type02_char_f{
	margin-right: 0;
	max-width: 361px !important;
}

/************* SECTION-03 (CONTENT - TYPE[C] - 黑龍會 / 地獄鬥 / 龍虎鬥 / 神掌鬥 ) *************/
.type03_char_m{
	margin-right: 0;
}

.type03_char_f{
	margin-right: 0;
}



/************* SECTION-03 (CONTENT - RIGHT) *************/
.contents-char{
	background: url('../img/s_3/char_bg.jpg') no-repeat;
	position: relative;
	z-index: 1;
	min-height: 585px;
	right: 30%;
	top: 70px;
}

/************* SECTION-03 (CONTENT - MOBILE [HEADER - MENU] ) *************/
.m-workwrap{
	display: none !important;
}

.m-contents-header{
	background: #ffffff;
	width: 100%;
	padding: 0 0 0 10px;
}

.nav-m-tab-header{
	display: flex;
	position: relative;
	gap: 50px;
}

.m-link-1:focus,
.m-link-1:hover,
.m-link-1.active{
	background: url('../img/s_3/btn-frame_h.png') no-repeat;
	background-position: center;
}

.m-link-1{
	padding: 18px;
}

.m-link-2{
	color: #a3a3a3;
}

/************* SECTION-03 (CONTENT - TYPE[C] ) *************/
.sub-tab2{
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: absolute;
	z-index: 4;
	right: 0;
}

.sub-tab2 .m-link-3{
	width: 40px;
    height: 40px;
    border: 2px solid #c5aa7c;
    text-align: center;
    border-radius: 100%;
    display: block;
    line-height: 18px;
    -webkit-border-radius: 100%;
    padding: 0;
}

.sub-tab2 .m-link-3:focus,
.sub-tab2 .m-link-3:hover,
.sub-tab2 .m-link-3.active{
	width: 40px;
    height: 40px;
	border: 2px solid #505050;
    text-align: center;
    border-radius: 100%;
    display: block;
    line-height: 18px;
    -webkit-border-radius: 100%;
    padding: 0;
}

.content-title-img{
	float: right;
}

/************* SECTION-03 (CONTENT - MOBILE [CHARACTER] ) *************/
.m-char-bg{
	background: url('../img/s_3/char_bg.jpg') no-repeat;
	background-position: center;
	position: relative;
    min-height: 584px;
	top: 50px;
	z-index: 0;
}

.m-info-bg{
	background: #ffffff;
	padding: 100px;
	position: relative;
	top: 80px;
}

.m-contents-char-img{
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

/*.m-contents-char-img img{
	max-width: 630px;
    max-height: 752px;
    margin-right: 209px;
    margin-top: -17px;
}*/

.m-content-title-img{
	float: right;
}

/************* SECTION-03 (CONTENT - TYPE[C] - 中華樓 ) *************/
.m-contents-char-img .type01_char_m{
	max-width: 630px;
    max-height: 552px;
	/* margin-right: 300px; */
	margin-right: 0;
}

.m-contents-char-img .type01_char_f{
	max-width: 530px;
    max-height: 552px;
	margin-right: 0;
}

.m-contents-char-img .type02_char_m{
	max-width: 630px;
    max-height: 552px;
	margin-right: 0;
}

.m-contents-char-img .type02_char_f{
	max-width: 350px;
    max-height: 552px;
	margin-right: 0;
}

/************* SECTION-03 (CONTENT - TYPE[C] - 黑龍會 / 地獄鬥 / 龍虎鬥 / 神掌鬥 ) *************/
.m-contents-char-img .type03_char_m{
	/* max-width: 530px; */
    max-height: 552px;
	margin-right: 0;
}

.m-contents-char-img .type03_char_f{
	max-width: 630px;
    max-height: 552px;
	margin-right: 0;
}

.m-contents-char-img .type04_char_m{
	max-width: 505px;
    max-height: 552px;
	margin-right: 0;
}

/************* SECTION-03 (CONTENT - MOBILE [CONTENT - INFO] ) *************/
.m-contents-info-bg{
	bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    display: flex;
    margin: 0;
    padding: 13px 13px 0 13px;
    z-index: 2;
    background-image: linear-gradient(to bottom, white, rgba(255, 255, 255, 0.6));
    animation: animatetop 1s ease;
    flex-direction: column;
    flex-wrap: wrap;
}
@keyframes animatetop{
	0%{
		opacity: 0;
		transform: translateY(150px);
	}
	
	100%{
		opacity: 1;
	}
}

.m-contents-char-text{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

.m-contents-title{
	color: #c5aa7c;
	font-weight: 800;
}

.m-description-01{
	margin-top: 20px;
	text-align: justify;
}

.m-contents-sub-title{
	font-weight: 700;
	color: #c5aa7c;
	font-size: 1.2rem;
	letter-spacing: .05em;
}

.m-char-special-split{
	display: flex;
	flex-wrap: nowrap;
}

.m-char-special{
	padding-left: 0rem;
}

.m-char-special li{
	list-style: none;
	font-weight: 800;
}	

.m-rate svg{
	width: 16px;
	fill: #ffc107;
}


/******************************************************
	CONTENT - CONTENTS SECTION ( SECTION-06 )
******************************************************/
.fifth-parts-section{
	position: relative;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.fifth-parts-section.section-padding3{
	padding-bottom: 100px;
}

.fifth-part-container{
	position: relative;
	z-index: 5;
}

/************* SECTION-06 (CONTENTS SECTION - TITLE) *************/
.fifth-parts-section .title-container{
	position: relative;
	margin: 0 auto;
	left: 0;
	right: 0;
	max-width: 1500px;
	text-align: center;
}

.fifth-parts-section .section05_title{
  position: relative;
  bottom: 50px;
  left: 25%;
  transform: translateX(-50%);
  width: 600px;
  z-index: 0;
	/* position: relative;
	z-index: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 300px; */
}

.fifth-parts-section .sec_title05{
	font-size: 3.4rem;
	font-weight: 900;
	text-align: center;
	background: -webkit-linear-gradient(90deg, rgba(239,226,203,1) 0%, rgba(193,144,51,1) 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	padding-bottom: 100px;
}

.fifth-parts-section .sec_title05:before{
	content: "";
	position: absolute;
	background: url('../img/s_8/t_deco_r01.png') no-repeat;
	background-size: 50%;
	width: 100%;
	height: 100%;
	max-width: 141px;
	margin-left: -80px;
	top: 10px;
}

.fifth-parts-section .sec_title05:after{
	content: "";
	position: absolute;
	background: url('../img/s_8/t_deco_r02.png') no-repeat;
	background-size: 50%;
	width: 100%;
	height: 100%;
	max-width: 141px;
	top: 10px;
}

.fifth-parts-section  .sec_subtitle05_01{
	color: #c19033;
	font-weight: 500;
	text-align: center;
	padding-top: 15px;
	letter-spacing: 1.3px;
	font-size: 1.45rem;
}

.fifth-parts-section{
	position: relative;
	/* background: #f9f6f3; */
	overflow: hidden;
	z-index: 2;
	/* margin-top: 150px; */
}

.fifth-parts-section:before{
	content: "";
	position: absolute;
	background: url('../img/s_4/deco.png') no-repeat;
	background-size: 100%;
	background-position: center;
	width: 100%;
	height: 1345px;
	top: 0;
}

.section-padding2{
	padding-top: 50px;
	padding-bottom: 110px;
}

/************* SECTION-04 (TITLE) *************/
.game-site-title{
	font-weight: 900;
	margin-bottom: 50px;
}






/******************************************************
	SIDEBAR - MENU
******************************************************/
#menu-toggle{
	color: #dac29a;
	/* position: absolute;
	top: 46px;
	left: -45.75px;
	right: 0; */
	transform: rotate(90deg);
	background: #ffffff;
	float: right;
	border-top-width: 0.1em;
    border-bottom-width: 0.1em;
    border-left-width: 0.1em;
    border-right-width: 0.1em;
    border-style: solid;
    border-color: #dac29a;
	border-radius: 0;
}

#wrapper {
	padding-left: 250px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: relative;
	z-index: 10;
	/* float: right; */
}

#wrapper.toggled {
	padding-left: 0px;
}


#sidebar-wrapper {
	position: fixed;
	right: 0;
    right: 250px;
	width: 90px;
	height: 37.1%;
	top: 50%;
	margin-right: -250px;
	overflow-y: hidden;
	overflow-x: hidden;
    background: #ffffff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 1;
}

#wrapper.toggled #sidebar-wrapper {
	width: 0px;
}

#page-content-wrapper {
	width: auto;
	position: fixed;
	padding: 50px;
    right: 246px;
    transition: all 0.5s ease;
	top: 44.9%;
	z-index: 0;
	margin-right: -219px;
}

#wrapper.toggled #page-content-wrapper {
	/* position: absolute;
	margin-right: -250px; */
	margin-right: -310px;
	width:100%;
}

/* Sidebar Styles */
.sidebar-nav {
	position: absolute;
	top: 0;
	width: 90px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-width: 0.1em;
    border-color: #c5aa7c;
    border-style: solid;
}

.sidebar-nav li {
	text-indent: 20px;
	/* line-height: 88px; 
	height: 90px;*/
	display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
	justify-content: center;
}

.sidebar-nav li img{
	max-width: 35px;
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
}

.sidebar-nav li .icon-reward{
	margin-left: 10px;
}

.sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #999999;
    text-align: center;
}

.sidebar-nav li a:hover {
	text-decoration: none;
	color: #c5aa7c;
	background: rgba(218, 194, 154, 0.2);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
	text-decoration: none;
	background: rgba(218, 194, 154, 0.2);
	padding: 28px 28px 28px 28px;
}


.sidebar-nav>.sidebar-brand {
	/*height: 65px;
	font-size: 18px;
	line-height: 60px;*/
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	border-bottom-width: 0.1em;
    border-color: #c5aa7c;
    border-style: solid;
	padding: 0 0 0 0;
}

.sidebar-nav>.sidebar-brand01 a {
	padding: 28px 16px 28px 16px;
}

.sidebar-nav>.sidebar-brand a {
	color: #999999;
	padding: 28px 0 28px 0;
}

.sidebar-nav>.sidebar-brand a:active, .sidebar-nav>.sidebar-brand a:focus{
	background: rgba(218, 194, 154, 0.2);
}

.sidebar-nav>.sidebar-brand a:hover {
	color: #fff;
	background: rgba(218, 194, 154, 0.2);
	padding: 28px 28px 28px 28px;
}




























































































/******************************************************
	BOTTOM - FOOTAGE 
******************************************************/
.site-footer{
	background: #24373f;
	position: relative;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 30px;
}

/************* BOTTOM (FOOTAGE - COMPANY LOGO) *************/
.company_logo img{
	width: 150px;
}

/************* BOTTOM (FOOTAGE - OPERATION DETAILS) *************/
.operation-details li{
	list-style: none;
	padding: 0;
	display: flex;
	line-height: 2.5;
	font-size: 0.8rem;
}

.operation-details2 li{
	list-style: none;
	padding: 0;
	display: flex;
	font-size: 0.8rem;
}

.operation-details li i{
	color: #a68f68;
}

.operation-details2 li i{
	color: #a68f68;
}

.operation-details li .details{
	color: #ffffff;
	font-family: mySecondFont-04;
	letter-spacing: 2px;
}

.operation-details li .operations{
	color: #ffffff;
	font-family: mySecondFont-04;
}

.operations .weekday{
	margin-bottom: -10px;
}

.operation-details2 li .address{
	color: #ffffff;
	font-family: mySecondFont-04;
	text-align: justify;
	line-height: 1.5;
}

/************* BOTTOM (FOOTAGE - COPYRIGHT DETAILS) *************/
.footer-breakline{
	border-color: #fff8eb;
	border-width: 2px;
	margin: 0.5rem;;
}

.footer-copyright{
	font-size: 0.7rem;
	color: #ffffff;
	font-family: mySecondFont-03;
	letter-spacing: 1.0px;
}

.policy-terms{
	font-size: 0.8rem;
	color: #ffffff;
	font-family: mySecondFont-04;
	letter-spacing: 1.0px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
}

.copyright-tou{
	padding-left: 10px;
}

.copyright-pp a{
	text-decoration: none;
	color: #ffffff;
}
.copyright-pp a:hover{
	color: #895613;
}

.copyright-tou a{
	text-decoration: none;
	color: #ffffff;
}
.copyright-tou a:hover{
	color: #895613;
}


/************* SECTION-03 (CONTENT - MOBILE [CONTENT - TYPE [B] ) *************/
.nav-m-tab-header2{
	background: linear-gradient(90deg, rgba(255,255,255,0.6054796918767507) 0%, rgba(255,255,255,0.55) 6%, rgba(255,255,255,1) 94%, rgba(255,255,255,0.6) 100%);
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	top: 600px;
	font-size: 1.2rem;
}



/************************************************************
	SET SCREEN - Media Screen
************************************************************/
@media screen and (max-width: 1800px) and (min-width: 1600px){

/************* TOP - HEADER SECTION ( BANNER ) *************/
	/*.hero-section{
	    height: calc(95vh - -452px);
	}*/	
	
/************* HEADER MENU (CONTENTS) *************/
	.navbar-nav{
		gap: 25.5px;
	}

/************* HEADER MENU (CONTENTS - RIGHT) *************/
	.nav-menu .nav-link{
		font-weight: 700;
		font-size: 1.15rem;
		color: #000;
	}

	.nav-menu .nav-link:hover{
		color: #d0a863;
	}

/************* HEADER BANNER (BUTTON) *************/
	.btn-header{
		top: 50%;
	}
}

@media screen and (max-width: 1600px) and (min-width: 1400px){
	
/************* TOP - HEADER SECTION ( BANNER ) *************/
	/*.hero-section{
	    height: calc(95vh - -452px);
	}*/
	
/************* HEADER MENU (CONTENTS) *************/
	.navbar-nav{
		gap: 25.5px;
	}

/************* HEADER BANNER (BUTTON) *************/
	.btn-header{
		top: 50%;
	}
	
/************* SECTION-01 (CONTENTS SECTION - REWARD TERMS) *************/
	#modal-container .btn-close-container{
		max-width: 1400px;
	}
	
}

@media screen and (max-width: 1400px) and (min-width: 1200px){
	
/************* TOP - HEADER SECTION ( BANNER ) *************/
	/*.hero-section{
	    height: calc(95vh - -452px);
	}*/

/************* HEADER MENU (CONTENTS) *************/
	.navbar-nav{
		gap: 15.5px;
	}

/************* HEADER BANNER (BUTTON) *************/
	.btn-header{
		top: 50%;
	}

/************* SECTION-01 (CONTENTS SECTION - REWARD TERMS [POP UP]) *************/
	#modal-container .btn-close-container{
		margin-top: -623px;
		padding: 20px;
	}
	
/************* SECTION-02 (CONTENTS SECTION - REWARD TERMS [POP UP]) *************/
	#modal-container2 .btn-close-container{
		margin-top: -623px;
		padding: 20px;
	}

/************* SECTION-03 (CONTENTS SECTION - REWARD TERMS [POP UP]) *************/
	#modal-container3 .btn-close-container{
		margin-top: -623px;
		padding: 20px;
	}

/************* SECTION-03 (CONTENTS SECTION - LUCKY DRAW SECTION) *************/
	.lucky-draw-container{
		justify-content: center;
	}

	.lucky-draw-box{
		flex: 0 0 352px;
	}
	
	.lucky-draw-box.start-btn:before{
		clip: rect(87px, 622px, 283px, 271px);
	}

/************* SECTION-04 (CONTENT - TYPE[B] ) *************/
	.nav-tab-header2{
		width: 1199px;
	}
	
/************* SECTION-04 (CONTENT - TYPE[C] ) *************/	
	.contents-info{
		right: 590px;
	}
	
	.type-char{
		top: 488px;
		right: 958px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 991px){

/************* TOP - HEADER SECTION ( BANNER ) *************/
	/*.hero-section{
	    height: calc(95vh - -452px);
	}*/
	
	.page-header .page-header-banner-image{
		min-height: 1005px;
	}

/************* HEADER MENU (CONTENTS) *************/
	.navbar-nav{
		gap: 10.5px;
	}

/************* HEADER BANNER (BUTTON) *************/
	.btn-header{
		top: 50%;
	}
	
	.btn-header-play{
		top: 727px;
		margin-left: 22px;
	}
	
	.btn-header-play:hover{
		top: 727px;
		margin-left: 22px;
	}
	
/************* HEADER BANNER (SLOGAN) *************/
	.title-container-row .slogan-d{
		display: none;
	}
	
	.title-container-row .slogan-m{
		display: block;
	}
	
/************* SECTION-01 (CONTENTS SECTION - REWARD TERMS) *************/
	#modal-container .modal-background .modal-info{
		    width: 100%;
	}

	#modal-container .modal-background .modal .pop-title01:before{
		content: "";
		position: absolute;
		background: url('../img/s_2/title_deco_01.png') no-repeat;
		background-size: 50%;
		background-position: center;
		width: 175px;
		height: 100%;
		left: 105px;
		top: 0;
	}
	
	#modal-container .btn-close-container{
		margin-top: -623px;
		padding: 20px;
	}
	
/************* SECTION-02 (CONTENTS SECTION - REWARD TERMS - POP UP) *************/
	#modal-container2 .modal-background .modal-info{
		    width: 100%;
	}

	#modal-container2 .modal-background .modal2 .pop-title01:before{
		content: "";
		position: absolute;
		background: url('../img/s_2/title_deco_01.png') no-repeat;
		background-size: 50%;
		background-position: center;
		width: 175px;
		height: 100%;
		left: 105px;
		top: 0;
	}
	
	#modal-container2 .btn-close-container{
		margin-top: -623px;
		padding: 20px;
	}
	
/************* SECTION-03 (CONTENTS SECTION -BUTTON SECTION) *************/
	.third-part-section .all-section03-record .button{
		font-size: 1.0rem;
	}
	
/************* SECTION-03 (CONTENTS SECTION - LUCKY DRAW SECTION) *************/
	.lucky-draw-container{
		justify-content: center;
	}

	.lucky-draw-box{
		flex: 0 0 292px;
	}
	
	.lucky-draw-box.start-btn:before{
		clip: rect(87px, 593px, 281px, 301px);
	}

/************* SECTION-03 (CONTENTS SECTION - POP UP) *************/
	#firstModalToggle .btn-close-container{
		max-width: 100%;
	}
	
	#firstModalToggle tbody td:nth-child(2){
		width: 45%;
	}

/************* SECTION-04 (CONTENT - TYPE[B] ) *************/
	.nav-tab-header2{
		right: 400px;
		width: 900px;
	}
	
/************* SECTION-04 (CONTENT - TYPE[C] ) *************/
	.type-char{
		right: 780px;
	}
	
	.contents-info{
		width: 335px;
		right: 498px;
	}

	.contents-char-img img{
		max-width: 644px;
		max-height: 652px;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px){

/************* TOP - HEADER SECTION ( BANNER ) *************/
	/*.hero-section{
	    height: calc(95vh - -452px);
	}*/
	
	.page-header .page-header-banner-image{
		min-height: 1005px;
	}

/************* HEADER MENU (CONTENTS) *************/
	.navbar-nav{
		gap: 5.5px;
	}

/************* HEADER MENU (CONTENTS - RIGHT) *************/
	.nav-menu .nav-link{
		font-weight: 700;
		font-size: 0.95rem;
		color: #000;
	}

/************* HEADER BANNER (BUTTON) *************/
	.btn-header{
		top: 50%;
	}
	
	.btn-header-play{
		top: 727px;
		margin-left: 22px;
	}
	
	.btn-header-play:hover{
		top: 727px;
		margin-left: 22px;
	}

/************* HEADER BANNER (SLOGAN) *************/
	.title-container-row .slogan-d{
		display: none;
	}
	
	.title-container-row .slogan-m{
		display: block;
	}


/************* SECTION-01 - CONTENTS SECTION *************/
	.section-padding{
		/*padding-top: 50px;*/
		padding-bottom: 131px;
	}

/************* SECTION-01 (CONTENTS SECTION - MENU) *************/
	.news-contents ul{
		margin-bottom: 1rem;
	}
	
/************* SECTION-01 (CONTENTS SECTION - REWARD TERMS) *************/
	#modal-container .modal-background .modal-info{
		    width: 100%;
	}

	#modal-container .modal-background .modal .pop-title01:before{
		content: "";
		position: absolute;
		background: url('../img/s_2/title_deco_01.png') no-repeat;
		background-size: 50%;
		background-position: center;
		width: 175px;
		height: 100%;
		left: 0;
		top: 0;
	}

	#modal-container .modal-background .modal .pop-title01:after{
		content: "";
		position: absolute;
		background: url('../img/s_2/title_deco_02.png') no-repeat;
		background-size: 50%;
		background-position: center;
		width: 175px;
		height: 100%;
		right: 0;
		top: 0;
	}

	#modal-container .btn-close-container{
		margin-top: -623px;
		padding: 20px;
	}

	.section03-content-bg .v-desktop{
		display: none;
	}
	
/************* SECTION-02 (CONTENTS SECTION - REWARD TERMS - POP UP) *************/
	#modal-container2 .modal-background .modal-info{
		    width: 100%;
	}

	#modal-container2 .modal-background .modal2 .pop-title01:before{
		content: "";
		position: absolute;
		background: url('../img/s_2/title_deco_01.png') no-repeat;
		background-size: 50%;
		background-position: center;
		width: 175px;
		height: 100%;
		left: 0;
		top: 0;
	}

	#modal-container2 .modal-background .modal2 .pop-title01:after{
		content: "";
		position: absolute;
		background: url('../img/s_2/title_deco_02.png') no-repeat;
		background-size: 50%;
		background-position: center;
		width: 175px;
		height: 100%;
		right: 0;
		top: 0;
	}

	#modal-container2 .btn-close-container{
		margin-top: -623px;
		padding: 20px;
	}

	.section03-content-bg .v-desktop{
		display: none;
	}

	.section03-content-bg .appoint-terms-container{
		bottom: 408px;
		z-index: 5;
	}
	
/************* SECTION-03 (CONTENTS SECTION -BUTTON SECTION) *************/
	.menu-desktop{
		display: none;
	}
	
	.menu-mobile{
		display: block;
	}

/************* SECTION-03 (CONTENTS SECTION - LUCKY DRAW SECTION) *************/
	.lucky-draw-container{
		justify-content: center;
	}

	.lucky-draw-box{
		height: 114px;
		flex: 0 0 212px;
	}
	
	.lucky-draw-box.start-btn:before{
		clip: rect(130px, 589px, 238px, 379px);
		background-size: 25%;
		width: 969px;
	}
	
	.lucky-draw-box.start-btn .start{
		font-size: 2.5rem;
	}
	
	.lucky-draw-box.start-btn .start:hover{
		font-size: 2.0rem;
	}

/************* SECTION-03 (CONTENTS SECTION - LUCKY DRAW) *************/
	.lucky-draw-box p{
		font-size: 0.85rem;
		white-space: nowrap;
        width: 157px;
        overflow: hidden;
        text-overflow: ellipsis;
	}
		
	.lucky-draw-content{
		padding: 20px;
	}

/************* SECTION-03 (CONTENTS SECTION - REWARD TERMS - POP UP) *************/
	#firstModalToggle .modal-body{
		padding: 30px 30px 0px 30px;
	}
	
	#firstModalToggle .modal-body .form-name{
		font-size: 1.0rem;
	}
	
	#firstModalToggle .btn-close-container{
		max-width: 100%;
	}
	
	#firstModalToggle tbody td:nth-child(2){
		width: 44%;
	}
	
	#firstModalToggle td{
		font-size: 0.85rem;
	}
	
	#firstModalToggle .modal-title:before,
	#firstModalToggle .modal-title:after{
		display: none;
	}
	
	#secondModalToggle .modal-body{
		 padding: 30px 10px 0px 10px;
	}
	
	#secondModalToggle .modal-body .form-name{
		font-size: 1.0rem;
	}
	
	#secondModalToggle .modal-title:before,
	#secondModalToggle .modal-title:after{
		display: none;
	}
	
	#modal-container3 .modal-background .modal-info{
		    width: 100%;
	}

	#modal-container3 .modal-background .modal2 .pop-title01:before{
		content: "";
		position: absolute;
		background: url('../img/s_6/title_deco_01.png') no-repeat;
		background-size: 50%;
		background-position: center;
		width: 175px;
		height: 100%;
		left: 0;
		top: 0;
	}

	#modal-container3 .modal-background .modal2 .pop-title01:after{
		content: "";
		position: absolute;
		background: url('../img/s_6/title_deco_02.png') no-repeat;
		background-size: 50%;
		background-position: center;
		width: 175px;
		height: 100%;
		right: 0;
		top: 0;
	}

	#modal-container3 .btn-close-container{
		margin-top: -623px;
		padding: 20px;
	}
	
/************* SECTION-05 (CONTENT) *************/	
	.d-workwrap{
		display: none !important;
	}

/************* SECTION-05 (CONTENT - MOBILE) *************/
	.m-workwrap{
		display: block !important;
	}
	
/************* SECTION-04 (CONTENTS SECTION - CONTENT [MOBILE}) *************/
	.section03-content-bg .v-mobile{
		display: block;
	}

/************* BOTTOM (FOOTAGE - COMPANY LOGO) *************/
	.logo-padding{
		margin-bottom: 20px;
	}
	
/************* BOTTOM (FOOTAGE - OPERATION DETAILS) *************/
	.operation-details{
		padding-left: 0rem;
	}
	
	.operation-details2{
		padding-left: 0rem;
	}
	
	.operation-details li{
		font-size: 1.0rem;
	}
	
	.operation-details2 li{
		font-size: 1.0rem;
	}
	
	.operation-details li .icon-padding{
		padding-right: 15px;
	}
	
	.operation-details2 li .icon-padding{
		padding-right: 15px;
	}
	
	.operation-details li .details{
		padding-right: 20px;
	}
	
	.operation-details li .operations{
		padding-right: 20px;
	}
	
/************* BOTTOM (FOOTAGE - COPYRIGHT DETAILS) *************/
	.policy-terms{
		justify-content: flex-start;
	}

}

@media screen and (max-width: 768px) and (min-width: 576px){

/************* TOP - HEADER SECTION ( BANNER ) *************/
	/*.hero-section{
	    height: calc(95vh - -452px);
	}*/
	
	.page-header .page-header-banner-image{
		min-height: 1005px;
	}
	
/************* HEADER MENU (CONTENTS) *************/
	.navbar-nav{
		gap: 0px;
	}
	
/************* HEADER MENU (CONTENTS - RIGHT) *************/
	.navbar-collapse{
		/*margin: 20px;
		border-top: 1px solid;*/
		border-color: #e7e7e7;
	}

	.nav-menu li{
		border-right: none;
	}
	
	.headroom .navbar-menu{
		padding: 10px !important;
	}

/************* HEADER BANNER (BUTTON) *************/
	.btn-header{
		top: 50%;
	}
	
	.btn-flex{
		justify-content: center;
		gap: 30px;
	}
	
	.btn-header-play{
		top: 727px;
		margin-left: 22px;
	}
	
	.btn-header-play:hover{
		top: 727px;
		margin-left: 22px;
	}

/************* HEADER BANNER (SLOGAN) *************/
	.title-container-row .slogan-d{
		display: none;
	}
	
	.title-container-row .slogan-m{
		display: block;
	}

/************* SECTION-01 - CONTENTS SECTION *************/
	.section-padding{
		padding-top: 50px;
		padding-bottom: 100px;
	}

/************* SECTION-01(CONTENTS SECTION - MENU) *************/
	/*.news-contents ul{
		margin-bottom: 1rem;
	}*/

/************* SECTION-01 (CONTENTS SECTION - REWARD TERMS) *************/
	#modal-container .modal-background .modal-info{
		    width: 100%;
	}
	
	#modal-container .modal-background .modal .pop-title01:before{
		content: "";
		position: absolute;
		display: none;
	}

	#modal-container .modal-background .modal .pop-title01:after{
		content: "";
		position: absolute;
		display: none;
	}
	
	#modal-container .btn-close-container{
		margin-top: -623px;
		padding: 20px;
	}
	
/************* SECTION-02 (CONTENT) *************/
	.second-part-section.section-padding3{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	/*.section03-content-bg .section03-reward-lists{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
	}*/
	
	.section03-content-bg .v-desktop{
		display: none;
	}
	
/************* SECTION-02 (CONTENTS SECTION - CONTENT [MOBILE}) *************/
	.section03-content-bg .v-mobile{
		display: block;
	}

/************* SECTION-02 (CONTENTS SECTION - REWARD TERMS - POP UP) *************/
	#modal-container2 .modal-background .modal-info{
		    width: 100%;
	}
	
	#modal-container2 .modal-background .modal2 .pop-title01:before{
		content: "";
		position: absolute;
		display: none;
	}

	#modal-container2 .modal-background .modal2 .pop-title01:after{
		content: "";
		position: absolute;
		display: none;
	}
		
	#modal-container2 .btn-close-container{
		margin-top: -623px;
		padding: 20px;
	}
		
	.appoint-code-title01{
		font-size: 1.5rem;
	}
	
	.section03-content-bg .appoint-terms-container{
		bottom: 408px;
		z-index: 5;
	}

/************* SECTION-03 (CONTENTS SECTION -BUTTON SECTION) *************/
	.menu-desktop{
		display: none;
	}
	
	.menu-mobile{
		display: block;
	}
	
/************* SECTION-03 (CONTENTS SECTION - LUCKY DRAW SECTION) *************/
	.lucky-draw-container{
		justify-content: center;
	}

	.lucky-draw-box{
		height: 92px;
        flex: 0 0 152px;
	}
	
	.lucky-draw-box.start-btn:before{
		clip: rect(140px, 534px, 228px, 383px);
		background-size: 20%;
		width: 916px;
	}
	
	.lucky-draw-box.start-btn .start{
		font-size: 2.0rem;
		letter-spacing: 0;
	}
	
	.lucky-draw-box.start-btn .start:hover{
		font-size: 1.5rem;
	}
	
/************* SECTION-03 (CONTENTS SECTION - LUCKY DRAW) *************/
	.lucky-draw-box p{
		font-size: 0.55rem;
		white-space: nowrap;
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
	}
		
	.lucky-draw-content{
		padding: 20px;
	}
	
/************* SECTION-03 (CONTENTS SECTION - REWARD TERMS - POP UP) *************/
	#firstModalToggle .modal-background-container{
		padding: 0;
	}

	#firstModalToggle .modal-body{
		padding: 30px 15px 0px 15px;
	}
	
	#firstModalToggle .modal-body .form-name{
		font-size: 1.0rem;
		letter-spacing: 2.5px;
		width: 100px;
	}
	
	#firstModalToggle .modal-title,
	#secondModalToggle .modal-title{
		font-size: 1.8rem;
	}
	
	
	#firstModalToggle .modal-title:before,
	#firstModalToggle .modal-title:after{
		display: none;
	}
	
	#firstModalToggle .btn-close-container{
		/*padding-right: 27px;*/
		max-width: 100%;
		top: 7%;
	}
	
	#firstModalToggle .btn-close-img{
		width: 5%;
	}
	
	#firstModalToggle tbody td:nth-child(2){
		width: 44%;
	}
	
	#firstModalToggle td{
		font-size: 0.85rem;
	}
	
	#secondModalToggle .modal-body{
		 padding: 30px 10px 0px 10px;
	}
	
	#secondModalToggle .modal-body .form-name{
		font-size: 1.0rem;
		width: 100%;
	}
	
	#secondModalToggle .modal-title:before,
	#secondModalToggle .modal-title:after{
		display: none;
	}
	
	#modal-container3 .modal-background .modal-info{
		    width: 100%;
	}
	
	#modal-container3 .modal-background .modal2 .pop-title01:before{
		content: "";
		position: absolute;
		display: none;
	}

	#modal-container3 .modal-background .modal2 .pop-title01:after{
		content: "";
		position: absolute;
		display: none;
	}
		
	#modal-container3 .btn-close-container{
		margin-top: -623px;
		padding: 20px;
	}
		
	.appoint-code-title01{
		font-size: 1.5rem;
	}
	
	.section03-content-bg .appoint-terms-container{
		bottom: 408px;
		z-index: 5;
	}
		
/************* SECTION-05 (CONTENT) *************/	
	.d-workwrap{
		display: none !important;
	}
	
	.forth-part-section.section-padding3{
		height: 1357px;
	}

/************* SECTION-05 (CONTENT - MOBILE) *************/
	.m-workwrap{
		display: block !important;
	}

/************* SECTION-05 (CONTENT - MOBILE [HEADER - MENU] ) *************/
	.nav-m-tab-header{
		gap: 18px;
	}
	
	.nav-m-tab-header2{
		/* top: 260px; */
		top: 800px;
	}
	
	.m-contents-header{
		margin-top: 20px;
	}

/************* SECTION-05 (CONTENT - MOBILE [CONTENT - INFO] ) *************/
	.m-contents-char-text{
		bottom: -193px;
	}
	
	.type02_char_f{
		max-width: 435px !important;
	}
	

/************* BOTTOM (FOOTAGE - COMPANY LOGO) *************/
	.logo-padding{
		margin-bottom: 20px;
	}

/************* BOTTOM (FOOTAGE - OPERATION DETAILS) *************/
	.operation-details{
		padding-left: 0rem;
	}
	
	.operation-details2{
		padding-left: 0rem;
	}
	
	.operation-details li{
		font-size: 1.0rem;
	}
	
	.operation-details2 li{
		font-size: 1.0rem;
	}
	
	.operation-details li .icon-padding{
		padding-right: 15px;
	}
	
	.operation-details2 li .icon-padding{
		padding-right: 15px;
	}

/************* BOTTOM (FOOTAGE - COPYRIGHT DETAILS) *************/
	.policy-terms{
		justify-content: flex-start;
	}
	
}

@media screen and (max-width: 576px) and (min-width: 561px){
/************* SECTION-03 (CONTENTS SECTION - LUCKY DRAW SECTION) *************/
	.lucky-draw-container{
		justify-content: center;
	}

	.lucky-draw-box{
		height: 92px;
        flex: 0 0 125px;
	}
	
	.lucky-draw-box.start-btn:before{
		clip: rect(141px, 508px, 228px, 408px);
        background-size: 17%;
        width: 916px;
    }
	
	.lucky-draw-box.start-btn .start{
		font-size: 2.0rem;
		letter-spacing: 0;
	}
	
	.lucky-draw-box.start-btn .start:hover{
		font-size: 1.5rem;
	}
}	


@media screen and (max-width: 561px) and (min-width: 542px){
	/************* SECTION-03 (CONTENTS SECTION - LUCKY DRAW SECTION) *************/
	.lucky-draw-container{
		justify-content: center;
	}

	.lucky-draw-box{
		height: 92px;
        flex: 0 0 112px;
	}
	
	.lucky-draw-box.start-btn:before{
		clip: rect(141px, 508px, 228px, 408px);
        background-size: 17%;
        width: 916px;
    }
	
	.lucky-draw-box.start-btn .start{
		font-size: 2.0rem;
		letter-spacing: 0;
	}
	
	.lucky-draw-box.start-btn .start:hover{
		font-size: 1.5rem;
	}
	
/************* SECTION-03 (CONTENTS SECTION - REWARD TERMS - POP UP) *************/
	#firstModalToggle td{
		font-size: 0.85rem;
	}
	
}

@media screen and (max-width: 542px) and (min-width: 408px){
/************* SECTION-03 (CONTENTS SECTION - LUCKY DRAW SECTION) *************/
	.lucky-draw-container{
		justify-content: center;
	}

	.lucky-draw-box{
		height: 92px;
        flex: 0 0 108px;
	}
	
	.lucky-draw-box.start-btn:before{
		clip: rect(141px, 508px, 228px, 408px);
        background-size: 17%;
        width: 916px;
    }
	
	.lucky-draw-box.start-btn .start{
		font-size: 2.0rem;
		letter-spacing: 0;
	}
	
	.lucky-draw-box.start-btn .start:hover{
		font-size: 1.5rem;
	}

/************* SECTION-03 (CONTENTS SECTION - REWARD TERMS - POP UP) *************/
	#firstModalToggle td{
		font-size: 0.65rem;
	}
}


@media screen and (max-width: 576px) and (min-width: 400px){

/************* TOP - HEADER SECTION ( BANNER ) *************/
	/*.hero-section{
	    height: calc(95vh - -452px);
	}*/
	
	.page-header .page-header-banner-image{
		min-height: 1005px;
	}

/************* HEADER MENU (CONTENTS) *************/
	.navbar-nav{
		gap: 0px;
	}
	
/************* HEADER MENU (CONTENTS - RIGHT) *************/
	.navbar-collapse{
		/*margin: 20px;
		border-top: 1px solid;*/
		border-color: #e7e7e7;
	}

	.nav-menu li{
		border-right: none;
	}
	
	.headroom .navbar-menu{
		padding: 10px !important;
	}

/************* HEADER BANNER (BUTTON) *************/
	/*.btn-header{
		top: 50%;
	}*/
	
	.btn-flex{
		justify-content: center;
		gap: 30px;
	}
	
	.btn-header-play{
		top: 727px;
		margin-left: 22px;
	}
	
	.btn-header-play:hover{
		top: 727px;
		margin-left: 22px;
	}

/************* HEADER BANNER (SLOGAN) *************/
	.title-container-row .slogan-d{
		display: none;
	}
	
	.title-container-row .slogan-m{
		display: block;
	}

/************* SECTION-01 (TITLE) *************/
	.sec_title01{
		font-size: 2.4rem;
		font-weight: 900;
		text-align: center;
		background: -webkit-linear-gradient(90deg, rgba(239,226,203,1) 0%, rgba(193,144,51,1) 50%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		position: relative;
	}
	
	.sec_title01:before{
		display: none;
	}
	
	.sec_title01:after{
		display: none;
	}

/************* SECTION-01 - CONTENTS SECTION *************/
	.section-padding{
		padding-top: 50px;
		padding-bottom: 100px;
	}
		
/************* SECTION-01 - CONTENTS SECTION [REWARD PARTS] *************/	
	.reward-lists{
		gap: 50px;
	}
	
	.reward-lists .img-fluid{
		max-width: 60%;
		/* margin: 89px auto 0;
    width: 280px;
    height: 280px;
    background: 50% / contain no-repeat; */
	  
	}
	
/************* SECTION-02 (CONTENTS SECTION - MENU) *************/
	.news-contents ul{
		margin-bottom: 1rem;
	}

/************* SECTION-01 (CONTENTS SECTION - REWARD TERMS) *************/
	#modal-container .modal-background .modal-info{
		    width: 100%;
	}
	
	#modal-container .modal-background .modal .pop-title01:before{
		content: "";
		position: absolute;
		display: none;
	}

	#modal-container .modal-background .modal .pop-title01:after{
		content: "";
		position: absolute;
		display: none;
	}
		
	#modal-container .btn-close-container{
		margin-top: -623px;
		padding: 20px;
	}

/************* SECTION-01 (CONTENT) *************/
	.second-part-section.section-padding3{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.section03-content-bg .section03-reward-lists{
		display: flex;
		flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
	}
	
	.section03-content-bg .v-desktop{
		display: none;
	}
	
/************* SECTION-01 (CONTENTS SECTION - CONTENT [MOBILE}) *************/
	.section03-content-bg .v-mobile{
		display: block;
	}
	
/************* SECTION-02 (TITLE) *************/
	.second-part-section .sec_title02{
		font-size: 2.5rem;
	}
	
	.second-part-section .sec_title02:before{
		display: none;
	}
	
	.second-part-section .sec_title02:after{
		display: none;
	}

/************* SECTION-02 (CONTENTS SECTION - REWARD TERMS - POP UP) *************/
	#modal-container2 .modal-background .modal-info{
		    width: 100%;
	}
	
	#modal-container2 .modal-background .modal2 .pop-title01:before{
		content: "";
		position: absolute;
		display: none;
	}

	#modal-container2 .modal-background .modal2 .pop-title01:after{
		content: "";
		position: absolute;
		display: none;
	}
		
	#modal-container2 .btn-close-container{
		margin-top: -623px;
		padding: 20px;
	}
		
	.appoint-code-title01{
		font-size: 1.5rem;
	}
	
	.section03-content-bg .appoint-terms-container{
		bottom: 408px;
		z-index: 5;
	}
	
/************* SECTION-03 (TITLE) *************/
	.third-part-section .sec_title03{
		font-size: 2.5rem;
		font-weight: 900;
		text-align: center;
		background: -webkit-linear-gradient(90deg, rgba(239,226,203,1) 0%, rgba(193,144,51,1) 50%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		position: relative;
	}
	
	.third-part-section .sec_title03:before{
		display: none;
	}
	
	.third-part-section .sec_title03:after{
		display: none;
	}	
		
	.third-part-section .sec_subtitle03_01{
		font-size: 0.85rem;
		letter-spacing: 0;
	}
	
/************* SECTION-03 (CONTENTS SECTION - LUCKY DRAW) *************/
	.lucky-draw-box p{
		font-size: 0.55rem;
		white-space: nowrap;
        width: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
	}
	
	.lucky-draw-box .luckydraw-img01{
		width: 70%;
	}
	
/************* SECTION-03 (CONTENTS SECTION -BUTTON SECTION) *************/
	.menu-desktop{
		display: none;
	}
	
	.menu-mobile{
		display: block;
	}

/************* SECTION-03 (CONTENTS SECTION - REWARD TERMS - POP UP) *************/
	#firstModalToggle .modal-body,
	#secondModalToggle .modal-body{
		padding: 30px 15px 0px 15px;
	}
	
	#firstModalToggle .modal-body .form-name,
	#secondModalToggle .modal-body .form-name{
		font-size: 1.0rem;
		letter-spacing: 2.5px;
		width: 100%;
	}
	
	#firstModalToggle .form{
		width: 100%;
	}
	
	#firstModalToggle .modal-title,
	#secondModalToggle .modal-title{
		font-size: 1.8rem;
	}
	
	#firstModalToggle .modal-background-container,
	#secondModalToggle .modal-background-container{
		padding: 0;
	}
	
	#firstModalToggle .modal-title:before,
	#firstModalToggle .modal-title:after,
	#secondModalToggle .modal-title:before,
	#secondModalToggle .modal-title:after{
		display: none;
	}
	
	#firstModalToggle .btn-close-container,
	#secondModalToggle .btn-close-container{
		/*padding-right: 27px;*/
		max-width: 100%;
		top: 7%;
	}
	
	#firstModalToggle .btn-close-img,
	#secondModalToggle .btn-close-img{
		width: 7%;
	}
	
	#firstModalToggle td{
		font-size: 0.65rem;
	}
	
	
	div:where(.swal2-container) .swal2-input{
		width: 25%;
	}
	
	#modal-container3 .modal-background .modal-info{
		    width: 100%;
	}
	
	#modal-container3 .modal-background .modal2 .pop-title01:before{
		content: "";
		position: absolute;
		display: none;
	}

	#modal-container3 .modal-background .modal2 .pop-title01:after{
		content: "";
		position: absolute;
		display: none;
	}
		
	#modal-container3 .btn-close-container{
		margin-top: -623px;
		padding: 20px;
	}
		
	.appoint-code-title01{
		font-size: 1.5rem;
	}
	
	.section03-content-bg .appoint-terms-container{
		bottom: 408px;
		z-index: 5;
	}

/************* SECTION-05 (CONTENT) *************/	
	.d-workwrap{
		display: none !important;
	}
	
	.forth-part-section.section-padding3{
		height: 1357px;
	}
	
	.extra-luckydraw-container.extra-bg{
		height: 397px;
	}

/************* SECTION-05 (CONTENT - MOBILE) *************/
	.m-workwrap{
		display: block !important;
	}

/************* SECTION-05 (CONTENT - MOBILE [HEADER - MENU] ) *************/
	.nav-m-tab-header{
		gap: 0;
	}
	
	.nav-m-tab-header2{
		/* top: 260px; */
		top: 800px;
	}
	
	.m-contents-header{
		margin-top: 20px;
	}

/************* SECTION-05 (CONTENT - MOBILE [CHARACTER] ) *************/
	.m-contents-char-img img{
		/* max-width: 561px; */
		max-height: 752px;
		margin-right: 206px;
		/* margin-top: -125px; */
	}
	
	.type02_char_f{
		max-width: 435px !important;
	}

/************* SECTION-05 (CONTENT - MOBILE [CONTENT - INFO] ) *************/
	.m-contents-char-text{
		bottom: -193px;
	}

/************* BOTTOM (FOOTAGE - COMPANY LOGO) *************/
	.logo-padding{
		margin-bottom: 20px;
	}

/************* BOTTOM (FOOTAGE - OPERATION DETAILS) *************/
	.operation-details{
		padding-left: 0rem;
	}
	
	.operation-details2{
		padding-left: 0rem;
	}
	
	.operation-details li{
		font-size: 1.0rem;
	}
	
	.operation-details2 li{
		font-size: 1.0rem;
	}
	
	.operation-details li .icon-padding{
		padding-right: 15px;
	}
	
	.operation-details2 li .icon-padding{
		padding-right: 15px;
	}

/************* BOTTOM (FOOTAGE - COPYRIGHT DETAILS) *************/
	.policy-terms{
		justify-content: flex-start;
	}
}

@media screen and (max-width: 408px) and (min-width: 360px){
/************* SECTION-03 (CONTENTS SECTION - LUCKY DRAW SECTION) *************/
	.lucky-draw-container{
		justify-content: center;
	}

	.lucky-draw-box{
		height: 92px;
        flex: 0 0 92px;
	}
	
	.lucky-draw-box.start-btn:before{
		clip: rect(140px, 490px, 228px, 427px);
		background-size: 7%;
		width: 916px;
	}
	
	.lucky-draw-box.start-btn .start{
		font-size: 1.0rem;
		letter-spacing: 0;
	}
	
	.lucky-draw-box.start-btn .start:hover{
		font-size: 0.95rem;
	}

	

/************* SECTION-03 (CONTENTS SECTION - REWARD TERMS - POP UP) *************/	
	#firstModalToggle .modal-background{
		padding: 20px;
	}
	
	#firstModalToggle .modal-body .form-name,
	#secondModalToggle .modal-body .form-name{
		font-size: 1.0rem;
		width: 100%;
	}
	
	#firstModalToggle .form,
	#secondModalToggle .form{
		width: 100%;
	}
	
	#firstModalToggle .modal-background-container{
		padding: 0;
	}
	
	#firstModalToggle .modal-header .modal-title,
	#secondModalToggle .modal-header .modal-title{
		font-size: 1.8rem;
	}
	
	#firstModalToggle .modal-header .modal-title:before,
	#firstModalToggle .modal-header .modal-title:after,
	#secondModalToggle .modal-header .modal-title:before,
	#secondModalToggle .modal-header .modal-title:after{
		display: none;
	}
		
	#firstModalToggle .btn-close-container,
	#secondModalToggle .btn-close-container{
		/*padding-right: 27px;*/
		max-width: 100%;
		top: 12%;
	}
	
	#firstModalToggle .btn-close-img,
	#secondModalToggle .btn-close-img{
		width: 5%;
	}
	
	div:where(.swal2-container) .swal2-input{
		width: 25%;
	}
}
	
@media screen and (max-width: 360px) and (min-width: 100px){
/************* SECTION-03 (CONTENTS SECTION - LUCKY DRAW SECTION) *************/
	.lucky-draw-container{
		justify-content: center;
	}

	.lucky-draw-box{
		height: 92px;
        flex: 0 0 70px;
	}
	
	.lucky-draw-box.start-btn:before{
		clip: rect(140px, 490px, 228px, 427px);
		background-size: 7%;
		width: 916px;
	}
	
	.lucky-draw-box.start-btn .start{
		font-size: 1.0rem;
		letter-spacing: 0;
	}
	
	.lucky-draw-box.start-btn .start:hover{
		font-size: 0.95rem;
	}

/************* SECTION-03 (CONTENTS SECTION - REWARD TERMS - POP UP) *************/	
	#firstModalToggle .modal-background-container,
	#secondModalToggle .modal-background-container{
		padding: 0;
	}

	#firstModalToggle .modal-background{
		padding: 20px;
	}
	
	#firstModalToggle .modal-header .modal-title,
	#secondModalToggle .modal-header .modal-title{
		font-size: 1.8rem;
	}
	
	#firstModalToggle .modal-header .modal-title:before,
	#firstModalToggle .modal-header .modal-title:after{
		display: none;
	}
		
	#firstModalToggle .modal-body .form-name,
	#secondModalToggle .modal-body .form-name{
		font-size: 1.0rem;
		width: 100%;
	}
	
	#firstModalToggle .form{
		width: 100%;
	}
	
	#firstModalToggle .btn-close-container,
	#secondModalToggle .btn-close-container{
		padding-right: 14px;
		max-width: 100%;
		top: 10%;
	}
	
	#firstModalToggle .btn-close-img,
	#secondModalToggle .btn-close-img{
		width: 7%;
	}
		
}	

@media screen and (max-width: 400px) and (min-width: 100px){

/************* TOP - HEADER SECTION ( BANNER ) *************/
	/*.hero-section{
	    height: calc(95vh - -452px);
	}*/
	
	.page-header .page-header-banner-image{
		min-height: 1005px;
	}

/************* HEADER MENU (CONTENTS) *************/
	.navbar-nav{
		gap: 0px;
	}

/************* HEADER MENU (CONTENTS - RIGHT) *************/
	.navbar-collapse{
		/*margin: 20px;
		border-top: 1px solid;*/
		border-color: #e7e7e7;
	}

	.nav-menu li{
		border-right: none;
	}
	
	.headroom .navbar-menu{
		padding: 10px !important;
	}

/************* HEADER BANNER (BUTTON) *************/
	/*.btn-header{
		top: 50%;
	}*/
	
	.btn-flex{
		justify-content: center;
		gap: 30px;
	}

	.btn-header-play{
		top: 727px;
		margin-left: 22px;
	}
	
	.btn-header-play:hover{
		top: 727px;
		margin-left: 22px;
	}
	
/************* HEADER BANNER (SLOGAN) *************/
	.title-container-row .slogan-d{
		display: none;
	}
	
	.title-container-row .slogan-m{
		display: block;
	}
	
	.title-container-row{
		float: none;
	}

/************* SECTION-01 (TITLE) *************/
	.sec_title01{
		font-size: 1.8rem;
		font-weight: 900;
		text-align: center;
		background: -webkit-linear-gradient(90deg, rgba(239,226,203,1) 0%, rgba(193,144,51,1) 50%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		position: relative;
	}
	
	.sec_title01:before{
		display: none;
	}
	
	.sec_title01:after{
		display: none;
	}
	
	.btn-play{
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
		position: absolute;
		top: 297px;
		margin-left: 0px;
		align-items: center;
	}


/************* SECTION-01 - CONTENTS SECTION *************/
	.section-padding{
		padding-top: 50px;
		padding-bottom: 100px;
	}

/************* SECTION-01 - CONTENTS SECTION [REWARD PARTS] *************/	
	.reward-lists{
		gap: 30px;
	}
	
	.reward-lists .img-fluid{
		max-width: 100%;
	}
	
/************* SECTION-01 (CONTENTS SECTION - MENU) *************/
	/*.news-contents ul{
		margin-bottom: 1rem;
	}*/

/************* SECTION-01 (CONTENTS SECTION - REWARD TERMS) *************/
	#modal-container .modal-background .modal-info{
		    width: 100%;
	}
	
	#modal-container .modal-background .modal .pop-title01:before{
		content: "";
		position: absolute;
		display: none;
	}

	#modal-container .modal-background .modal .pop-title01:after{
		content: "";
		position: absolute;
		display: none;
	}
	
	#modal-container .modal-background .modal{
		padding: 5px;
	}
	
	#modal-container .modal-background .modal .pop-title01{
		font-size: 1.5rem;
	}
	
	#modal-container .modal-background .modal .pop-rule-lists01{
		font-size: 0.85rem;
		padding-right: 25px;
		text-align: justify;
	}
	
	#modal-container .btn-close-container{
		margin-top: -623px;
	}
	
	.appoint-code-title01{
		font-size: 1.5rem;
	}
	
/************* SECTION-02 (TITLE) *************/
	.second-part-section .sec_title02{
		font-size: 1.8rem;
		font-weight: 900;
		text-align: center;
		background: -webkit-linear-gradient(90deg, rgba(239,226,203,1) 0%, rgba(193,144,51,1) 50%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		position: relative;
	}
	
	.second-part-section .sec_title02:before{
		display: none;
	}
	
	.second-part-section .sec_title02:after{
		display: none;
	}	
	
	.second-part-section .appoint-count-container{
		font-size: 0.9rem;
	}

	.second-part-section .appoint-count-container .v-count{
		font-size: 1.1rem;
	}
	
/************* SECTION-02 (CONTENT) *************/
	.second-part-section.section-padding3{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.section03-content-bg .v-desktop{
		display: none;
	}
	
/************* SECTION-02 (CONTENTS SECTION - CONTENT [MOBILE}) *************/
	.section03-content-bg .v-mobile{
		display: block;
	}
	
/************* SECTION-02 (CONTENTS SECTION - REWARD TERMS - POP UP) *************/
	#modal-container2 .modal-background .modal-info{
		    width: 100%;
	}
	
	#modal-container2 .modal-background .modal2 .pop-title01:before{
		content: "";
		position: absolute;
		display: none;
	}

	#modal-container2 .modal-background .modal2 .pop-title01:after{
		content: "";
		position: absolute;
		display: none;
	}
		
	#modal-container2 .btn-close-container{
		margin-top: -623px;
	}
			
	.appoint-code-title01{
		font-size: 1.5rem;
	}
	
	#modal-container2 .modal-background .modal2{
		padding: 0;
	}
	
	#modal-container2 .modal-background .modal2 .pop-title01{
		font-size: 1.8rem;
	}
	
	#modal-container2 .modal-background .modal2 .pop-rule-lists01{
		font-size:0.85rem;
		padding-right: 25px;
		text-align: justify;
	}
		
	.appoint-terms-container .btn-terms-pop{
		font-size: 0.85rem;
	}
	
	.section03-content-bg .appoint-terms-container{
		bottom: 408px;
		z-index: 5;
	}
	
/************* SECTION-03 (TITLE) *************/
	.third-part-section .sec_title03{
		font-size: 1.8rem;
		font-weight: 900;
		text-align: center;
		background: -webkit-linear-gradient(90deg, rgba(239,226,203,1) 0%, rgba(193,144,51,1) 50%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		position: relative;
	}
	
	.third-part-section .sec_title03:before{
		display: none;
	}
	
	.third-part-section .sec_title03:after{
		display: none;
	}	
		
	.third-part-section .sec_subtitle03_01{
		font-size: 0.85rem;
		letter-spacing: 0;
	}
	
/************* SECTION-03 (CONTENTS SECTION - LUCKY DRAW) *************/
	.lucky-draw-box p{
		font-size: 0.55rem;
		white-space: nowrap; 
		width: 50px; 
		overflow: hidden;
		text-overflow: ellipsis; 
	}
	
	.lucky-draw-box .luckydraw-img01{
		width: 70%;
	}
	
/************* SECTION-03 (CONTENTS SECTION -BUTTON SECTION) *************/
	.menu-desktop{
		display: none;
	}
	
	.menu-mobile{
		display: block;
	}

/************* SECTION-03 (CONTENTS SECTION - REWARD TERMS - POP UP) *************/
	#firstModalToggle .modal-body,
	#secondModalToggle .modal-body{
		padding: 30px 15px 0px 15px;
	}
	
	#firstModalToggle .modal-background-container,
	#secondModalToggle .modal-background-container{
		padding: 0;
	}
	
	#firstModalToggle .modal-background{
		padding: 20px;
	}
	
	#firstModalToggle .modal-title,
	#secondModalToggle .modal-title{
		font-size: 1.0rem;
	}
	
	#firstModalToggle td{
		font-size: 0.65rem;
	}

	div:where(.swal2-container) .swal2-input{
		width: 25%;
	}
	
	#modal-container3 .modal-background .modal-info{
		    width: 100%;
	}
	
	#modal-container3 .modal-background .modal2 .pop-title01:before{
		content: "";
		position: absolute;
		display: none;
	}

	#modal-container3 .modal-background .modal2 .pop-title01:after{
		content: "";
		position: absolute;
		display: none;
	}
		
	#modal-container3 .btn-close-container{
		margin-top: -623px;
	}
			
	.appoint-code-title01{
		font-size: 1.5rem;
	}
	
	#modal-container3 .modal-background .modal2{
		padding: 0;
	}
	
	#modal-container3 .modal-background .modal2 .pop-title01{
		font-size: 1.8rem;
	}
	
	#modal-container3 .modal-background .modal2 .pop-rule-lists01{
		font-size:0.85rem;
		padding-right: 25px;
		text-align: justify;
	}
	
	.extra-luckydraw-title{
		font-size: 2.0rem;
	}
	
	.extra-luckydraw-subtitle{
		font-size: 0.85rem;
	}
		
		
/************* SECTION-05 (CONTENT) *************/	
	.d-workwrap{
		display: none !important;
	}
	
	.forth-part-section.section-padding3{
		height: 1357px;
	}

/************* SECTION-05 (CONTENT - MOBILE) *************/
	.m-workwrap{
		display: block !important;
	}

/************* SECTION-05 (CONTENT - MOBILE [HEADER - MENU] ) *************/
	.nav-m-tab-header{
		gap: 0;
	}
	
	.nav-m-tab-header2{
		/* top: 260px; */
		top: 800px;
	}
	
	.m-contents-header{
		margin-top: 20px;
	}

/************* SECTION-05 (CONTENT - MOBILE [CHARACTER] ) *************/
	.m-contents-char-img img{
		max-width: 500px;
		max-height: 752px;
		margin-right: 206px;
		margin-top: -125px;
	}
	
/************* SECTION-06 (CONTENT - MOBILE [CONTENT - INFO] ) *************/
	.m-contents-char-text{
		bottom: -193px;
	}

/************* BOTTOM (FOOTAGE - COMPANY LOGO) *************/
	.logo-padding{
		margin-bottom: 20px;
	}
	
/************* BOTTOM (FOOTAGE - OPERATION DETAILS) *************/
	.operation-details{
		padding-left: 0rem;
	}
	
	.operation-details2{
		padding-left: 0rem;
	}
	
	.operation-details li{
		font-size: 0.9rem;
	}
	
	.operation-details2 li{
		font-size: 0.9rem;
	}
	
	.operation-details li .details{
		letter-spacing: 1px;
	}
	
	.operation-details li .operations{
		letter-spacing: -0.3px;
	}
	
	.operation-details li .icon-padding{
		padding-right: 15px;
	}
	
	.operation-details2 li .icon-padding{
		padding-right: 15px;
	}

/************* BOTTOM (FOOTAGE - COPYRIGHT DETAILS) *************/
	.policy-terms{
		justify-content: flex-start;
	}

}





























