@charset "utf-8";
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	position:relative;
	min-height:100%;
	margin: 0;
	/* background:transparent; */
}
/* #index_back {
	background-image: url(/ctype/B/images/bgimage.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment:fixed;
} */
body ul {
	list-style-type: none;
}
body a {
	color:#333;
	text-decoration: none !important;
}
body a:hover {
	color:#f26522;
}
.cen {
	max-width:1400px;
	width:100%;
	margin:auto;
}
.cen2 {
	max-width:1300px;
	width:100%;
	margin:auto;
}
body {
    font-family: 'NanumSquare', sans-serif !important;
	letter-spacing:-0.05em;
}
input[type=password] {
	font-family: "san-serif";
}
#board {
	max-width:400px;
}
h3 {text-align:left;}
.container {
	padding-bottom: 70px;
	margin-bottom:230px;
}
p {margin-bottom:0!important;}

/* ------------ header µðÀÚÀÎ -------------- */

header {
	height:70px;
	position: fixed;
	top:0;
	left:50%;
	transform:translateX(-50%);
	width: 100%;
	z-index: 9999;
	transition: all 0.7s;
	background-color:white;
}
header .cen {
	position:relative;
}
h1 {
	float: left;
	margin-right:1.5em;
	margin-left:0.3em;
	width:150px;
	position:relative;
}
h1 img {
	/* width:150px; */
	max-width:200px;
	max-height:60px;
	display:block;
	margin-top:5px;
	margin-bottom:5px;
	position:absolute;
}
#pcmenu nav {
	float:left;
	margin-left:30px;
}
#gnb {
	position:absolute;
	right:0;
}
#gnb a {
	/* margin-right:0.7em; */
	font-size:0.9em;
}
.main {
	float: left;
	width:130px;
	text-align:center;
	position:relative;
	
}
.main>a {
	font-size:1.2em;
	font-weight: bold;
	display:block;
	line-height:70px;
	position:relative;
	color:#333;
}
.main>a::after {
	content:"";
	display:block;
	background-color: #f26522;
	position:absolute;
	width:0;
	height:3px;
	bottom:0;
	transition: width 0.3s;
	left:50%;
	transform:translateX(-50%);
}
.main:hover>a::after {
	width:100%;
}
.sub {
	background-color: transparent;
	width:100%;
	position:absolute;
	line-height:2.2em;
	display:none;
}
.sub a {
	display:block;
	color:#333;
}
#back {
	width:100%;
	height:190px;
	background-color: white;
	position:fixed;
	top:70px;
	left:50%;
	transform:translateX(-50%);
	display:none;
}




#mmenu {
	position: fixed;
	right:0;
	top:0;
	bottom:0;
	width:300px;
	background-color:white;
	text-align:center;
	right:-300px;
	height:100px;
	overflow-y:scroll;
	z-index: 999999;
}

.mmain>a {
	font-size:1.6em;
	display:block;
	border-bottom:1px solid #aaa;
	line-height:2em;
}
.msub {
	display:none;
}
.msub a {
	line-height:2em;
}
#mgnb {
	padding-bottom:10px;
	position:relative;
}
#mgnb a {
	font-size:0.9em;
}
#bar {
	position:absolute;
	font-size:2em;
	border:none;
	outline:none;
	background-color:transparent;
	top:15px;
	right:0.5em;
	display:none;
	/* z-index:99999; */
}
#close {
	font-size:2em;
	border:none;
	outline:none;
	background-color:transparent;
	margin-left:0.5em;
	vertical-align: -6px;
	position:absolute;
	right:17px;
	top:15px;
}


/* ------------index ¸ÞÀÎµðÀÚÀÎ ------------ */

#mvisual {
	
	margin:auto;
	width:100%;
	height:calc(100% - 400px);
	min-height: 550px;
	overflow:hidden;
	background-color:white;
}

.slider {
	/* width:100%; */
	/* position:absolute;
	display:none; */
	/* left:50%;
	transform:translateX(-50%); */
	/* float:left; */
	position:relative;
}
/*.slider:first-of-type {
	display:block;
}*/
.slide_main {
	position:absolute;
	top:25%;
	left:20%;
	font-size:4em;
}
.slide_sub {
	position:absolute;
	top:50%;
	left:20%;
	font-size:2em;
}
.slide {
	width:100%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
#prev, #next {
	font-size:3em;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	outline:none;
	background-color:transparent;
	border:none;
	color:white;
	text-shadow:3px 3px 5px rgba(0,0,0,0.3);
	z-index:999;
}
#prev {
	left:3%;
}
#next {
	right:3%;
}
#box {
	overflow:auto;
}
.mvisual_box {
	float:left;
	width:calc(100%/4);
	height:50px;
	
}

h2 {
	text-align:center;
	position:relative;
	font-size:2em !important;
}
h2::after {
	content:"";
	width:1.5em;
	height:3px;
	display:block;
	background-color: #f26522;
	position:absolute;
	bottom:-15px;
	left:50%;
	transform:translateX(-50%);
}
.product img {
	width:100%;
}
#event_product {
	/* background-color: #eee; */
}
#event_product img {
	width:100%;
}

.comm {
	border: 1px solid #aaa;
	margin-right: 1em;
	padding: 1em;
}
.comm:last-of-type {
	margin-right: 0;
}
.comm ul {
	list-style-type: square;
	padding-left:1.2em;
}
.comm h4 {
	float:left;
}
.commtop {
	overflow:hidden;
	border-bottom: 1px solid #aaa;
	margin-bottom: 1em;
}
.plus {
	float:right;
	font-size:2em;
	margin-top:-0.3em;
	transition: all 0.5s;
}
.plus:hover {
	transform:rotate(180deg);
}

.full_back {
	background-color:#eee;
}
.full_back2 {
	background-color:#f9f5ea;
}
#benefit img {
	width:100%;
}




/* --------·Î±×ÀÎÆäÀÌÁö---------- */
#loginbox {
	width:300px;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}
#loginbox img {
	position:absolute;
	/* width:200px; */
	max-height:70px;
	max-width:100%;
	left:50%;
	transform:translateX(-50%);
	top:-70px;
}


/* -------ÆäÀÌÁö top_back ½ºÅ¸ÀÏ ------ */
.top_back {
	height:250px;
	overflow:hidden;
	position:relative;
	margin-top:70px;
}
.top_back img {
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width:100%;
}
.top_back p {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	font-size:3em;
	color:white;
	text-shadow:3px 3px 5px rgba(0,0,0,0.5);
}

/* -------leftmenu ½ºÅ¸ÀÏ ----------- */
.left_title {
	font-size:2em;
	background-color:#f26522;
	color:white;
	padding:1em;
}
.menu {
	font-size:1.3em;
}

/*-----------°Ô½ÃÆÇ½ºÅ¸ÀÏ--------------*/
.galbox {
    overflow: hidden;
}

.fitimg {
    overflow: hidden;
    position: relative;
    height: 250px;
}

.fitimg img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.txtbox {
    padding: 0.8em 0.6em;
}



.txtbox>div:first-of-type {
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.txtbox>div:last-of-type {
    font-size: 0.8em;
}

.txtbox i {
    font-size: 0.9em;
}


/* ----------footer ½ºÅ¸ÀÏ ---------- */

footer {
	background-color:#7a756d;
	position:absolute;
	width:100%;
	bottom:0;
}
#ftop {
	overflow:hidden;
	padding: 0.3em 0;
	border-bottom: 1px solid white;
	margin:auto;
}
#ftop a {
	color:white;
	position:relative;
	margin-right:1em;
}
#ftop a:first-of-type {
	margin-left:0.5em;
}
#ftop a::after {
	content:"";
	display:inline-block;
	background-color:white;
	width:1px;
	height:1em;
	position:absolute;
	right:-10px;
	top:0.05em;
}
#ftop a:last-of-type::after {
	display:none;
}
#fbot {
	overflow:auto;
	padding: 1em 0;
}
#fbot .cen .flogo {
	/* width:150px; */
	max-width:200px;
	max-height:70px;
	float:left;
	/* margin-top:40px; */
	filter: grayscale() brightness(1.2);
}
#fbot .cen .escrow {
	float:right;
	margin-top:20px;
	margin-right:20px;
}
#fbot .cen div {
	float:left;
	/* margin-left:100px; */
	color:white;
}


/* ---------FAQ½ºÅ¸ÀÏ-------- */
.faq_main { 
	font-size: 1.2em!important;
	font-weight: bold!important;
	background-color:#f26522;
}
.faq_sub { display:none;}
.down {float:right;}



/* -------±âÅ¸½ºÅ¸ÀÏ------ */
/* cart.php¹öÆ° */
.cart2 { vertical-align:-19px;}
.list_money { color:#68AC0C; font-weight:bold;}
/* .b_img img { width:100%!important;} */
.phone {
	float:left;
	width: calc(100% / 3)!important;
}
#rt {width:500px;}

.pdbox a>img {
	transition: all 0.15s;
}
.pdbox:hover a>img {
	border: 5px solid #f26522;
}

/* ---------°ü¸®ÀÚÆäÀÌÁö ½ºÅ¸ÀÏ------------- */
.visual {
	float: left;
	width: calc((100% - 30px)/4)!important;
	margin-right:10px;
}
.visual:nth-of-type(4n){
	margin-right:0;
}
.visual img {width:100%;}

/* ºñÁî¾Û ½ÅÃ»ÆäÀÌÁö ½ºÅ¸ÀÏ */
.iphone {
	position:relative;
}
.iphone img {
	width:450px;
	display:block;
	margin:auto;
}
.iphone iframe {
	width:360px;
	height: 640px;
	position:absolute;
	top:135px;
	left:51%;
	transform:translateX(-52%);
	border: none;
}

/* ºñÁî·Î ½ÅÃ»ÆäÀÌÁö ½ºÅ¸ÀÏ */
.monitor {
	position:relative;
}
.monitor img {
	width:100%;
	display:block;
	margin:auto;
}
.monitor iframe {
	width:1050px;
	height: 520px;
	position:absolute;
	top:33px;
	left:52%;
	transform:translateX(-52%);
	border: none;
}






/* ---------¹Ìµð¾îÄõ¸®-------- */

@media all and (max-width:1130px){
	.slide_main { font-size:3em;}
	.slide_sub { font-size:1em;}
	#prev, #next { font-size: 3em;}
}
@media all and (max-width:1135px){
	#gnb { display:none;}
	#bar { display:block;}
}
@media all and (max-width:992px){
	.left_title{ font-size:1.6em;}
	.menu { font-size:1em;}
	#board {max-width:300px;}
	.cart_goods {font-size:0.8em;}
}
@media all and (max-width:900px){
	#floatR { display:none;}
}
@media all and (max-width:935px){
	#pcmenu nav { display:none;}
}
@media all and (max-width:820px){
	/* #fbot .cen div { margin-left:30px;} */
	/* .slide_main { font-size:2em;} */
}
@media all and (max-width:768px){
	.leftmenu {display:none;}
	#fbot .cen .flogo { float:none; display:block;margin:auto;}
	#fbot .cen div { float:none; margin-left:0;padding:0 1em;}
	#join_table td { font-size:0.8em;}
	.cart_th td {font-size:0.7em;}
	.cart_goods {font-size:0.5em;}
	.cart_txt {font-size:0.8em;}
	.comm { margin-right:0;}
}
@media all and (max-width:640px){
	/* #fbot .cen div, #ftop a { font-size:0.8em;} */
}
@media all and (max-width:530px){
	#board { max-width:200px;}
}
@media all and (max-width:515px){
	.join_info { width: 200px!important;}
	.num { width:80px!important; margin-left:0.5em!important;}
	.dash { margin-left:0.2em!important;}
	.bread { font-size: 0.8em;}
	#rt { width: 350px;}
}
@media all and (max-width:465px){
	#board { max-width:90px;}
	.slide_main { font-size:2em;}
	.slide_sub { display:none;}
	.my_titel img { width:65px;}
	.cart_btn { width:100px;}
	.cart2 { vertical-align:-15px;}
	.top_back p { font-size:2em; margin-top:-0.5em;}
}
@media all and (max-width:430px){
	#fbot, #ftop { text-align:center;}
	#fbot .cen div, #ftop a { font-size:0.65em;}
	#prev,#next {font-size: 2em;}
}
@media all and (max-width:420px){
	.join_info { width: 100px!important;}
	.num { width:50px!important; margin-left:0.3em!important;}
	.basket {font-size: 0.8em;}
	.cart_img img {display:none;}
}
@media all and (max-width:400px){
	.view_img { width: 80px;}
	#rt { width: 300px;}
}
@media all and (max-width:350px){
	.cart_btn { width:90px;}
	.cart2 { vertical-align:-13px;}
}





/*******************************
admin, debug
*******************************/

.debug { border: 1px solid #981f1f; padding: 10px; margin: 10px 10px 20px; }
.debug.sql { border: 1px solid #981f1f; padding: 10px; margin: 10px 10px 20px; }
