@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	
	and Golden Grid System by Joni Korpi
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 1232px;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}



.wimg{
	width:100%;
}

#copy {
	width:90%;
	margin:0 auto;
	padding:2em 0;
	color:#999;
	line-height:2em;
	font-size:1em;
}


#footer {
	position:fixed;
	bottom: 0;
	left: 0;
	width:100%;
	font-size:2em;
	color:#fff;
	text-align:center;
	padding:0.5em 0;
	background:#ff4200;
}
#footer a {
	color:#fff;
	text-decoration:none;
}


#POP {
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:100;
}


#POP2 {
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	z-index:100;
}

.pop_report {
	width:80%;
	background:#fff;
	border-radius:4px;
	margin:0 auto;
	margin-top:10em;
	text-align:center;
	
}

.pop_reIn {
	margin:0 auto;
	width:80%;
	font-size:1.5em;
	font-weight:bold;
	color:#000;
	line-height:1em;
	text-align:left;
	padding:1.5em 0;
}


.input_box {
	width:8em;
	height:1.5em;
	border:1px solid #d6d6d6;
}

.pop_btn01 {
	background:#ff4200;
	border:none;
	color:#fff;
	padding:0.3em 1em;
	margin:0 0.2em;
	border-radius:4px;
}

.pop_btn02 {
	background:#9a9a9a;
	border:none;
	color:#fff;
	padding:0.3em 1em;
	margin:0 0.2em;
	border-radius:4px;
}






/*22.07.07 LHB*/
#b_copy{width: 100%; background: #111;}
#copy{ 
	font-family: Pretendard; 
	background-color:#111; 
	color:rgba(255,255,255,.5); 
/*	width: 95.8%; */
	padding: 2em 0; 
	text-align:center;
	word-break:keep-all;
	}

#copy span{margin-right:3px;}

a{color:#448fff;}

.b_hide{display:none;}
@media screen and (max-width: 470px) { 
	.b_hide{display:block;}
}

.b_cont{position:relative;}
.b_cont .b_btn{display:block; position:absolute; left:50%; transform: translateX(-50%); width:66.1%; height:0.48%;}
.b_cont .b_btn01{top:35.8%; /*top:11825px; */}
.b_cont .b_btn02{top: 50.35%; /*top:16630px; */}





@media screen and (max-width: 1080px) { 
		.b_cont .b_btn01 {top: 35.65%;}
	  .b_cont .b_btn02 {top: 50.15%;}
}



@media screen and (max-width: 730px) { 
	.b_cont .b_btn01 {top: 35.45%;}
	  .b_cont .b_btn02 {top: 49.9%}
	 
}

@media screen and (max-width: 560px) { 
	.b_cont .b_btn01 {top: 35.28%;}
	  .b_cont .b_btn02 {top: 49.65%}
	 
}


@media screen and (max-width: 460px) { 
	.b_cont .b_btn01 {top: 35%;}
	  .b_cont .b_btn02 {top: 49.25%}
	 
}

@media screen and (max-width: 380px) { 
	.b_cont .b_btn01 {top: 34.8%;}
	  .b_cont .b_btn02 {top: 48.95%}
	 
}

