@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #000000;
	text-align: center;
	font-family: 'Halyard Display Book';
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
a.bnrbtn, a.s1btn, a.s2btn, a.ship-btn, a.smt, a.pkgbtn{
	height:58px;
	width:262px;
	background:#08bf56;
	border-radius:30px;
	margin:44px 0 0 0;
	display:inline-block;
	border:none;
	outline:none;
	padding:0;
	font-family: 'Euclid Square';
	font-weight:600;
	font-size:23px;
	line-height:58px;
	color:#fff;
	text-align:center;
}
a.s1btn{margin:35px auto 0 auto;}
a.s2btn{margin:34px 0 0 0;}
a.s3btn{
	margin: 10px 0 0 0;
}	
a.s4btn{
	margin:30px auto 0 auto;
}
a.ship-btn{
	font-size:30px;
	line-height:74px;
	height:74px;
	width:463px;
	display:block;
	margin:20px auto 30px auto;
	border-radius:40px;
}
a.smt{
	margin:20px 0 0 0;
}
a.pkgbtn{
	width:330px;
	margin:20px 25px 0 0;
	background:#00b248;
	border-radius:5px;
	height:65px;
	font-size:25px;
	line-height:61px;
	padding:2px 0 0 0;	
}
a.pkgbtn img{
	vertical-align:middle;margin:0 0 0 10px;
	width:15px;
}
@media only screen and (max-width: 1179px){
a.s2btn{margin:24px 0 0 0;}
}
@media only screen and (max-width: 1013px){
a.s2btn{width:90%;}
a.s3btn {margin: 20px auto 0 auto;}
a.ship-btn { width: 95%;}
a.pkgbtn{width:230px;margin:20px 15px 0 0;}
}
@media only screen and (max-width: 767px){
a.bnrbtn, a.s1btn, a.s2btn{
	width:400px;
	margin:25px auto 0 auto;
	height:60px;
	line-height:60px;
}
a.s2btn{margin:20px 0 0 0;width:90%;}
a.ship-btn { width:97%;}
a.smt{
	display:block;
	margin:20px auto 0 auto;
	float:none;
}
}
@media only screen and (max-width: 479px){
a.bnrbtn, a.s1btn, a.s2btn{width:92%;}
a.ship-btn {
    font-size: 24px;
    line-height: 50px;
    height: 50px;
	margin:18px auto 0 auto;
}
a.pkgbtn {float:none;margin: 20px auto 0 auto;width:280px;}
a.s2btn{margin:20px auto 0 auto;display:block;}
}
/*=========================
CSS FOR ELEMEMT SHOW HIDE
===========================*/
.hide-desk, .show-479, .show-tab, .show-767, .show-400, .show-340, .show-359, .tab-video, .bnricon-mob {display:none;}
.hide-400, .hide-479{display:inline-block;}
@media only screen and (max-width: 1179px){
.show-desk{display:block;}
.show-hide{display:none;}
}
@media only screen and (max-width: 1013px){
.show-tab{display:block;}
.hide-tab{display:none;}
.tab-video{display:block;}
}
@media only screen and (max-width: 767px){
.hide-767{display:none;}
.show-767, .hide-desk{display:block;}
.bnricon-mob{display:inline-block;}
}
@media only screen and (max-width: 570px){
.hide-570{display:none;}
}
@media only screen and (max-width: 479px){
.show-479{display:block;}
.hide-479, .tab-video{display:none;}
}
@media only screen and (max-width: 400px){
.show-400{display:block;}
.hide-400{display:none;}
}
@media only screen and (max-width: 359px){
.show-359{display:block;}
.hide-359{display:none;}
}
@media only screen and (max-width: 340px){
.show-340{display:block;}
}

/*----------- popup ---------------- */
#pop_overlay{
    background-color: rgba(0, 0, 0, 0.6);
    clear: none;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#pop_content {
	height:auto;
	display:table;
	width:600;
    /*background-color: white;*/
    border-radius: 0 0 0 0;
    margin: 5% auto 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
	position:relative;    
}
.popimg{margin:0 auto;display:block;}
.close{
	height:20px;
	width:20px;
	background:#fff;
	position:absolute;
	top:10px;
	right:10px;
	color:#000;
	font-size:20px;
	line-height:20px;
	text-align:center;
	font-family: 'Gotham Rounded';
	font-weight:500;
	cursor:pointer;
}
@media only screen and (max-width: 767px){
#pop_content{width:90%;margin: 10% auto 0 auto;}
}





