header {
	display: flex;
	justify-content : space-between;
	padding-bottom: 20px;
}
header h1 img {
	height: 18px;
}
.headerBtn {
}
header a.listBar {
	width: 40px;
	color: #fff;
	font-size: 2.2rem;
	text-align: right;
	display: inline-block;
}
header a.langBtn {
	width: 45px;
	height: 30px;
	line-height: 30px;
	background-color: rgba(255,255,255,0.4);
	color: #1147b6;
	font-size: 1.5rem;
	text-align: center;
	margin-top: -1px;
	font-family: 'GemunuLibre-ExtraBold';
	border-radius: 15px 0 0 15px;
	display: inline-block;
	float: left;
}
header a.langBtn.ko {
	background-color: rgba(255,255,255,1);
}

.headerBtn.lang_2 a.langBtn:nth-child(2) {
	border-radius: 0 15px 15px 0;
}

.headerBtn.lang_3 a.langBtn:nth-child(2) {
	border-radius: 0;
}
.headerBtn.lang_3 a.langBtn:nth-child(3) {
	border-radius: 0 15px 15px 0;
}

body.engVer header a.langBtn.ko {
	background-color: rgba(255,255,255,0.4);
}
body.engVer header a.langBtn.en {
	background-color: rgba(255,255,255,1);
}
body.engVer header a.langBtn.cn {
	background-color: rgba(255,255,255,0.4);
}


body.cnVer header a.langBtn.ko {
	background-color: rgba(255,255,255,0.4);
}
body.cnVer header a.langBtn.en {
	background-color: rgba(255,255,255,0.4);
}
body.cnVer header a.langBtn.cn {
	background-color: rgba(255,255,255,1);
}

.bottomFixed {
	width: 100%;
    line-height: 75px;
    /* background-color: #ffd200; */
    color: #000;
    /* text-align: center; */
    font-size: 6rem;
    font-family: 'GemunuLibre-ExtraBold';
    position: fixed;
    margin-left: -25px;
    bottom: 0;
/*     padding: 0 25px 10px; */
}
.bottomFixed a{
	font-family: 'GmarketSansBold';
    font-size: 29px;
    display: block;
    width: 100%;
    padding: 6px 25px 0px;
	/* border-radius: 10px; */
	/* background: #fff; */
}
.bottomFixed a:after{
	content: "›";
    display: inline;
    padding-left: 15px;
	float: right;
}
.bottomFixed.bF_box a img{
	position: unset;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 6px;
    margin-right: 9px;
    width: 12%;
	border-radius: 100px;
}
.bottomFixed.bF_box a img{
	background: #fff;
	padding: 4px;
}
.bottomFixed a.bF_01{
	background: #ffd200;
}
.bottomFixed button{
    width: 100%;
    line-height: 65px;
	font-family: 'GmarketSansBold';
    font-size: 29px;
    padding: 8px 25px 0px 58px;
	/* border-radius: 10px; */
	/* background: #fff; */
	border: 0;
    display: block;
}
.bottomFixed button:after{
    line-height: 60px;
	content: "›";
    display: inline;
    padding-left: 15px;
	float: right;
}
.bottomFixed.bF_box button img{
    width: 12%;
	border-radius: 100px;
	background: #fff;
	padding: 4px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-76px, -50%);
    display: block;
}
.bottomFixed button.bF_01{
	background: #ffd200;
}

body.engVer .bottomFixed.bF_box button img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-120px, -50%);
}
body.cnVer .bottomFixed.bF_box button img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-120px, -50%);
}
.bottomFixed a.bF_02{
	/* background-color: rgba(0,0,0,0.2); */
	background-color: #a919c4;
	/* color: #41efd5; */
	color: #fff;
}
.bottomFixed a img {
	position: absolute;
	left: 24px;
	top: 50%;
}
.whiteBg {
	background-color: #fff;
	color: #000;
	padding-left: 43px;
}
.whiteBg a {
	font-size: 2.6rem;
	font-family: 'GmarketSansBold';
}
.bottomFixed.whiteBg a img {
	transform: translateY(-50%);
}
.redBg {
	background-color: #cf1818;
	color: #fff;
}
.redBg a {
	font-size: 5rem;
    font-family: 'GemunuLibre-ExtraBold';
    padding: 0px 25px;
	color: #fff;
}
.yellowBg {
	background-color: #ffd200;
}
.yellowBg a {
	font-size: 5rem;
    font-family: 'GemunuLibre-ExtraBold';
    padding: 0px 25px;
}





body.engVer .bottomFixed.whiteBg a {
	font-size: 1.6rem;
	letter-spacing: -1.5px;
}
body.engVer .bottomFixed.bF_box a {
	font-size: 3.6rem;
    font-family: 'GemunuLibre-ExtraBold';
    padding: 0px 25px;
}



body.cnVer .bottomFixed {
    font-size: 6rem;
    font-family: 'NotoSansSC-ExtraBold';
}
body.cnVer .bottomFixed a{
	font-family: 'NotoSansSC-SemiBold';
}
body.cnVer .bottomFixed button{
	font-family: 'NotoSansSC-SemiBold';
    font-size: 29px;
}
body.cnVer .whiteBg a {
	font-size: 2.6rem;
	font-family: 'NotoSansSC-SemiBold';
	padding-top: 0;
}
body.cnVer .redBg a {
	font-size: 5rem;
    font-family: 'NotoSansSC-ExtraBold';
}
body.cnVer .yellowBg a {
	font-size: 5rem;
    font-family: 'NotoSansSC-ExtraBold';
    padding: 0px 25px;
}