@font-face {
    font-family: 'gmm';
    src: url('/include/font/GmarketSansTTFMedium.ttf') format('truetype');
    /* font-weight: normal; */
    font-style: normal;
}

@font-face {
    font-family: 'gmb';
    src: url('/include/font/GmarketSansTTFBold.ttf') format('truetype');
    /* font-weight: normal; */
    font-style: normal;
}

/* common */
*{
	--mainCol: #dd6e45;
	word-break: keep-all !important;
}

.inner{
	max-width: 1700px;
	width: 90%;
	margin: auto;
}

#main #container{
	padding-top: 0;
}

.ctt_admin{
	display: none !important;
}

/* header */
.header{
	padding-top: 20px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.header .inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #231815;
	background: #332622;
	border-radius: 100px;
	height: 80px;
	box-sizing: border-box;
}

.header .logo{
	width: 230px;
	display: flex;
	justify-content: center;
}

.header .logo img{
	max-width: 100%;
}

.header nav{
	width: calc(100% - 230px - 280px);
	/* width: 60%; */
}

.header nav > ul{
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.header nav > ul > li{
	position: relative;
	width: 50%;
}

.header nav > ul > li::before{
	content: '';
	display: block;
	width: 1px;
	height: 90%;
	position: absolute;
	top: 5%;
	left: 0;
	background: #fff;
	opacity: 0.2;
}

.header nav > ul > li:last-child::after{
	content: '';
	display: block;
	width: 1px;
	height: 90%;
	position: absolute;
	top: 5%;
	right: 0;
	background: #fff;
	opacity: 0.2;
}

.header nav > ul > li > a{
	color: #fff;
	text-align: center;
	line-height: 1.5;
	transition: all 0.3s;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	height: 80px;
}

.header nav > ul > li.active > a,
.header nav > ul > li:hover > a{
	color: var(--mainCol);
}

.header nav > ul > li > a strong{
	display: block;
	font-family: 'gmb';
	font-size: 21px;
	width: 100%;
}

.header nav > ul > li > a span{
	display: block;
	font-size: 14px;
	width: 100%;
}

.header nav > ul ul{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	border-radius: 0 0 30px 30px;
	overflow: hidden;
	display: none;
}

.header nav > ul ul li + li{
	border-top: 1px solid #efefef;
}

.header nav > ul ul li a{
	display: block;
	padding: 10px 10px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s;
}

.header nav > ul ul li a:hover{
	background: var(--mainCol);
	color: #fff;
}

.header .rightBox{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 280px;
}

.header .rightBox .utilDiv ul{
	display: flex;
}

.header .rightBox .utilDiv ul li{
	line-height: 1;
}

.header .rightBox .utilDiv ul li a{
	color: #979797;
	font-size: 14px;
	line-height: 1;
	display: block;
}

.header .rightBox .utilDiv ul li + li{
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
}

.header .rightBox .utilDiv ul li + li::before{
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	background: #979797;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%,-50%);
}

.header .rightBox .snsBox a{
	width: 43px;
	height: 43px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 15px;
	background: var(--mainCol);
}

.header .rightBox .snsBox a img{
	width: 55%;
}

/* quick */
.quickArea .quickOpenBtn{
	width: 94px;
	height: 94px;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	position: fixed;
	right: 50px;
	bottom: 50px;
	background-image: url(/include/img/quick_off.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	/* transition: all 0.4s; */
	z-index: 10;
}

.quickArea.on .quickOpenBtn{
	background-image: url(/include/img/quick_on.png);
}

.quickArea ul{
	position: fixed;
	z-index: 9;
	right: 97px;
	bottom: 50px;
	height: 94px;
	display: flex;
	align-items: center;
	background: rgba(0,0,0,0.5);
	border-radius: 200px 0 0 200px;
	overflow: hidden;
	padding: 0;
	width: 0;
	box-sizing: border-box;
	transition: all 0.4s;
	opacity: 0;
}

.quickArea.on ul{
	width: 350px;
	padding: 0px 30px;
	padding-right: 50px;
	opacity: 1;
}

.quickArea ul li{
	/* transform: scaleX(0); */
	transition: all 0.4s;
	overflow: hidden;
	/* display: none; */
}

.quickArea.on ul li{
	transform: scaleX(1);
	/* display: block; */
}

.quickArea ul li a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.quickArea ul li .icon{
	background: var(--mainCol);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
}

.quickArea ul li .icon img{
	width: 20px;
}

.quickArea ul li p{
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	width: 100%;
	white-space: nowrap;
}

/* contArea */
#contArea{
	padding-top: 150px;
}

.join-form .required{
	color: #515151;
}

/* footer */
.footer{
	background: url(/include/img/footer_bg.jpg) no-repeat center / cover;
	padding: 50px 0;
	position: relative;
	z-index: 2;
}

.footer .inner{
}

.footer .fLogo{
	margin: auto;
	width: 101px;
	margin-bottom: 15px;
}

.footer .fLogo img{
	max-width: 100%;
}

.footer .fnb{
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}

.footer .fnb li + li{
	padding-left: 15px;
	margin-left: 15px;
	position: relative;
}

.footer .fnb li + li::before{
	content: '';
	display: block;
	width: 1px;
	height: 13px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%,-50%);
}

.footer .fnb li a{
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.footer p{
	line-height: 1.7;
	font-size: 11px;
	color: #fff;
	text-align: center;
}


/* ----------------------------------------------------------1500 */
@media screen and (max-width: 1500px){

.header nav > ul > li > a strong{
	font-size: 18px;
}

}


/* ----------------------------------------------------------720 */
@media screen and (max-width: 720px){

/* common */
.inner{
	width: 90%;
}

body{
	transition: all 1s;
	position: relative;
	left: 0;
}

body.open{
	left: -100%;
}

/* header */
.header{
	padding-top: 10px;
}

.header .inner{
	height: 60px;
	box-sizing: border-box;
	padding: 0 15px;
	position: relative;
}

.header .logo{
	width: 100px;
}

.header .logo img{
	width: 100%;
}

.header nav{
	width: calc(100% - 145px - 300px);
	/* width: 60%; */
	position: fixed;
	top: 0px;
	left: 100%;
	width: 100%;
	overflow-y: auto;
	background: #fff;
	background: #f5ebdc;
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	box-sizing: border-box;
	padding: 7vw;
	transition: all 1s;
}

.header.open nav{
	left: 0;
}

.header nav > ul{
	display: block;
	border-top: 1px solid rgba(255,255,255,0.4);
}

.header nav > ul > li{
	width: 100%;
}

.header nav > ul > li::before{
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	opacity: 0.4;
}

.header nav > ul > li:last-child::after{
	display: none;
}

.header nav > ul > li > a{
	transition: all 0.3s;
	padding: 20px 0;
	color: #231815;
}

.header nav > ul > li > a strong{
	font-size: 18px;
}

.header nav > ul > li > a span{
	font-size: 13px;
	width: 100%;
}

.header nav > ul ul{
	position: static;
	border-radius: 15px;
}

.header nav > ul ul li a{
	padding: 10px 10px;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s;
}

.header .rightBox{
	justify-content: flex-end;
}

.header .rightBox .utilDiv{
	position: fixed;
	left: 50%;
	top: -100%;
	transform: translate(-50%,0);
	background: #fff;
	border-radius: 100px;
	padding: 10px 20px;
	transition: all 1s;
}

.header .rightBox .utilDiv.down{
	top: 25px;
}

.header .rightBox .utilDiv ul li a{
	font-size: 11px;
	color: #777;
	font-weight: 500;
}

.header .rightBox .utilDiv ul li + li{
	margin-left: 6px;
	padding-left: 6px;
}

.header .rightBox .utilDiv ul li + li::before{
	height: 6px;
}

.header .rightBox .snsBox a{
	width: 35px;
	height: 35px;
	margin-left: 15px;
}

.header .rightBox .snsBox a img{
	
}

.header .rightBox .menuBtn{
	width: 35px;
	height: 35px;
	margin-left: 10px;
	position: relative;
	background: var(--mainCol);
	border-radius: 50%;
	cursor: pointer;
}

.header .rightBox .menuBtn span{
	display: block;
	width: 50%;
	height: 3px;
	border-radius: 100px;
	background: #231815;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all 0.4s;
}

.header .rightBox .menuBtn span:nth-child(1){
	transform: translate(-50%,-50%);
	top: calc(50% - 6px);
}

.header .rightBox .menuBtn span:nth-child(2){
	transform: translate(-50%,-50%);
}

.header .rightBox .menuBtn span:nth-child(3){
	transform: translate(-50%,-50%);
	top: calc(50% + 6px);
}

.header .rightBox .menuBtn.on span:nth-child(1){
	transform: translate(-50%,-50%) rotate(45deg);
	top: calc(50%);
}

.header .rightBox .menuBtn.on span:nth-child(2){
	display: none;
}

.header .rightBox .menuBtn.on span:nth-child(3){
	transform: translate(-50%,-50%) rotate(-45deg);
	top: calc(50%);
}

/* quick */
.quickArea .quickOpenBtn{
	width: 70px;
	height: 70px;
	right: 20px;
	bottom: 20px;
}

.quickArea ul{
	right: 55px;
	bottom: 20px;
	height: 70px;
}

.quickArea.on ul{
	width: 280px;
	padding: 0px 20px;
	padding-right: 40px;
	opacity: 1;
}

.quickArea ul li .icon{
	width: 32px;
	height: 32px;
}

.quickArea ul li .icon img{
	width: 16px;
}

.quickArea ul li p{
	font-size: 11px;
	line-height: 1;
	margin-top: 6px;
}

/* contArea */
#contArea{
	padding-top: 80px;
}

.sub-title.line{
	padding-bottom: 5vw;
	margin-bottom: 10vw;
}

body #flogin{
	width: 100% !important;
	margin: 0;
}

.join-form table tbody input{
	width: 100% !important; 
}

.join-form table tr{
	padding: 0;
	padding-bottom: 3vw;
}

#fregisterform .captcha input{
	width: auto !important;
}

/* footer */
.footer{
	padding: 8vw 0 calc(5vw + 70px);
}

.footer .fLogo{
	width: 90px;
	margin-bottom: 15px;
}

.footer .fnb{
	margin-bottom: 15px;
}

.footer .fnb li + li{
	padding-left: 10px;
	margin-left: 10px;
}

.footer .fnb li + li::before{
	height: 11px;
}

.footer .fnb li a{
	font-size: 13px;
}

.footer p{
	font-size: 11px;
}


}