/*  영역  */	
body { font-size:16px; font-family:'Noto Sans KR', dotum, sans-serif; font-weight:400; letter-spacing:-0.04em; }
input, button, select {margin:0; padding:0; font-family:'Noto Sans KR', dotum, sans-serif; font-size:16px}
input[type="submit"]{cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Noto Sans KR', dotum, sans-serif;font-size:15px}
select {margin:0}

/* 길이 자르기 */
.ellips_ { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }

label .radio { font-family: 'Pretendard'; font-weight:400; font-size:22px; }
.radio input { display:none; }
.radio span { display:inline-block;vertical-align:middle;cursor:pointer; }
.radio .radio_w { margin-right:30px; }

.radio .icon { position:relative; margin-right:6px; top:0px; width: 22px;height: 22px;border: 1px solid #aaa; border-radius: 50%; transition: background 0.3s ease;}
.radio .icon::after { content: '';position: absolute;top: 6px;left: 6px;width: 8px;height: 8px;border:4px solid #fff; border-radius:50%; transform: rotate(360deg) scale(0);transition: all 0.3s ease;transition-delay: 0.0s;opacity: 0;}
.radio .text { margin-left: 5px;}
.radio input:checked ~ .icon { border-color: transparent;background: #e20030;animation: jelly 0.6s ease;}
.radio input:checked ~ .icon::after { opacity: 1;transform: rotate(45deg) scale(1);}

label.checkbox { font-size:16px; vertical-align:bottom; }
label.checkbox.span_ { margin-right:15px; }
.checkbox input { display:none;}
.checkbox span { display:inline-block;vertical-align:middle;cursor:pointer;}
.checkbox .icon { position:relative; top:-2px; width: 19px;height: 19px;border: 1px solid #aaa;border-radius: 3px;transition: background 0.3s ease;}
.checkbox .icon::after { content: '';position: absolute;top: 0px;left: 5px;width: 7px;height: 13px;border-right: 2px solid #fff;border-bottom: 3px solid #fff;transform: rotate(45deg) scale(0);transition: all 0.3s ease;transition-delay: 0.15s;opacity: 0;}
.checkbox .text { margin-left: 5px;}

.checkbox input:checked ~ .icon { border-color: transparent;background: #e20030;animation: jelly 0.6s ease;}
.checkbox input:checked ~ .icon::after { opacity: 1;transform: rotate(45deg) scale(1);}

/*  전체 영역  */	
#wrap { width:100%; height:auto !important; height:100%; min-height:100%; overflow-y:hidden; font-family:'Noto Sans Kr'; letter-spacing:-0.06em;}

/* TM */	
.tm { float:right;position:fixed; z-index:99999; right:10px; top:10px;  }
.tm a { margin:0 3px; }

@media only screen and (max-width:586px){
	.tm { display:none; }
}

/*  SEC1  */
.sec1_container { width:1500px;  margin:0 auto; text-align:center; top:0; }
.sec1_wrap { display:inline-block; width:800px; height:964px; margin:0 auto; text-align:center; background:url('../images/sec1_bg.jpg'); }
.sec1_wrap > p:nth-child(1) { padding-top:70px; font-family: 'GmarketSansMedium'; font-size:39px; color:#fff; letter-spacing:-0.03em;}
.sec1_wrap > p:nth-child(1) br { display:none; }
.sec1_wrap > p:nth-child(2) { padding-top:20px; }
.sec1_wrap > p:nth-child(3) { padding-top:40px; }

@media only screen and (max-width:586px){
	.sec1_container { width:100%; }
	.sec1_wrap { width:100%; height:calc(100vh - 70px); background:url('../images/sec1_bg.jpg');  background-position:center top;}
	.sec1_wrap > p:nth-child(1) { padding-top:60px; font-size:30px;}
	.sec1_wrap > p:nth-child(1) br { display:block; }
	.sec1_wrap > p:nth-child(2) { padding-top:30px; }
	.sec1_wrap > p:nth-child(2) img { width:85%; }
	.sec1_wrap > p:nth-child(3) { padding-top:40px; }
	.sec1_wrap > p:nth-child(3) img { width:85%; }
}


/*  SEC2  */
.sec2_container { width:1500px;  margin:0 auto; text-align:center; top:0; }
.sec2_wrap { display:inline-block; width:800px; height:820px; margin:0 auto; text-align:center; background:#f5f5f5;}
.sec2_wrap .sec2_tit { padding-top:70px; font-family: 'GmarketSansLight'; font-weight:bold; font-size:24px; line-height:35px;color:#000; letter-spacing:-0.03em;}
.sec2_wrap > div:nth-child(2) { padding-top:20px; }
.sec2_wrap > div:nth-child(3) { padding-top:40px; }

.pop_wrap { width:620px; margin:0 auto; margin-top:30px; }
.pop_wrap .span_ { display:inline-block; float:left; margin-bottom:18px; text-align:left; font-family: 'GmarketSansLight'; font-size:25px; font-weight:600; padding:0 0 0 30px;width:166px; height:55px; line-height:60px; background:#fff;  letter-spacing:1em; border:1px #aaa solid; border-right:none; border-radius:30px 0 0 30px; }
.pop_wrap .txt_ { display:inline-block; margin-top:40px; text-align:center; font-family: 'GmarketSansLight'; font-size:36px; font-weight:600; }
.pop_wrap .txt_ strong {  font-family: 'GmarketSansBold'; }
.pop_input { display:inline-block; float:right; margin-bottom:18px; font-family: 'GmarketSansMedium'; font-size:20px; padding:6px 0 0 15px;width:454px; height:55px; background:#fff; border:1px #aaa solid; border-left:none; border-radius:0 30px 30px 0; }
.pop_agreetext { padding:0 0 0 5px; margin-top:0px;font-family: 'GmarketSansLight'; font-size:20px; font-weight:600;  }
.pop_wrap .pop_policy { display:inline-block; margin-top:15px; width:120px; height:36px; line-height:41px; background:#999; color:#fff; border-radius:21px; text-align:center; font-size:15px; font-weight:600; font-family:'GmarketSansLight'; } 
.btn_bt3 { display:inline-block; width:500px; height:100px; line-height:108px; margin-top:70px; text-align:center; background:#0E56DA; border:2px #0E56DA solid; font-family:'GmarketSansBold'; font-size:55px; color:#fff; letter-spacing:-0.05em; border-radius:50px;  text-decoration:none;cursor:pointer;}
.btn_bt3:hover { background:#fff; color:#0E56DA; }

@media only screen and (max-width:586px){
	.sec2_container { width:100%; }
	.sec2_wrap { width:100%; height:calc(100vh - 90px); padding:0 15px; box-sizing:border-box;  }
	.sec2_wrap .sec2_tit { padding-top:50px;font-size:20px; line-height:30px; }
	.sec2_wrap .pc_ { display:none; }
	.sec2_wrap > p:nth-child(2) { padding-top:30px; }
	.sec2_wrap > p:nth-child(3) { padding-top:40px; }

	.pop_wrap { width:100%; margin-top:30px; }
	.pop_wrap .span_ { margin-bottom:13px;font-size:20px; padding:0 0 0 20px; width:35%; height:45px; line-height:47px; letter-spacing:0.75em; border-radius:23px 0 0 23px; }
	.pop_wrap .txt_ { margin-top:40px; font-size:27px; }
	.pop_input { margin-bottom:13px; font-size:18px; padding:6px 0 0 15px; width:65%; height:45px; border-radius:0 23px 23px 0; }
	.pop_agreetext { padding:0 0 0 5px; margin-top:0px; font-size:16px; font-weight:600; }
	.pop_wrap .pop_policy { line-height:39px; } 
	.btn_bt3 { width:300px; height:64px; line-height:64px; margin-top:30px; font-size:30px; border-radius:32px; }
}



/*  SEC3  */
.sec3_container { width:1500px;  margin:0 auto; text-align:center; top:0; }
.sec3_wrap { display:inline-block; width:800px; height:943px; margin:0 auto; text-align:center; background:url('../images/sec3_bg.jpg'); }
.sec3_wrap > p:nth-child(1) { padding-top:100px; font-family: 'GmarketSansMedium'; font-size:39px; color:#fff; letter-spacing:-0.03em;}
.sec3_wrap > p:nth-child(1)  strong { color:#fcff00;  font-family: 'GmarketSansBold'; }
.sec3_wrap > p:nth-child(2) { padding-top:70px; }

@media only screen and (max-width:586px){
	.sec3_container { width:100%; }
	.sec3_wrap { width:100%; height:calc(94vh - 90px); background:url('../images/sec3_bg.jpg');  background-position:center top; }
	.sec3_wrap .pc_ { display:none; }
	.sec3_wrap > p:nth-child(1) { padding:80px 25px 0 25px; font-size:25px; }
	.sec3_wrap > p:nth-child(2) { padding-top:60px; }
	.sec3_wrap > p:nth-child(2) img { width:90%; }
}



/*  SEC4  */
.sec4_container { width:1500px;  margin:0 auto; text-align:center; top:0; }
.sec4_wrap { display:inline-block; width:800px; height:947px; margin:0 auto; text-align:center; background:url('../images/sec4_bg.jpg'); }
.sec4_wrap > p:nth-child(1) { padding-top:70px; }
.sec4_wrap > p:nth-child(2) { padding-top:50px; }
.sec4_wrap > p:nth-child(3) { padding-top:30px; }

@media only screen and (max-width:586px){
	.sec4_container { width:100%; }
	.sec4_wrap { width:100%; height:calc(90vh - 90px); background:url('../images/sec4_bg.jpg');  background-position:center top; }
	.sec4_wrap > p:nth-child(1) { padding-top:70px; }
	.sec4_wrap > p:nth-child(1) img { width:60%; }
	.sec4_wrap > p:nth-child(2) { padding-top:50px; }
	.sec4_wrap > p:nth-child(2) img { width:90%; }
	.sec4_wrap > p:nth-child(3) { padding-top:30px; }
	.sec4_wrap > p:nth-child(3) img { width:90%; }
}


/*  SEC5  */
.sec5_container { width:1500px; margin:0 auto; text-align:center; top:0; }
.sec5_wrap { display:inline-block; width:800px; height:1070px; margin:0 auto; text-align:center; background:url('../images/sec5_bg.jpg'); }
.sec5_wrap > p:nth-child(1) { padding-top:200px; font-family: 'GmarketSansMedium'; font-size:30px; color:#fff; letter-spacing:-0.03em;}
.sec5_wrap > p:nth-child(2) { padding-top:10px; font-family: 'GmarketSansBold'; font-size:45px; color:#fff; letter-spacing:-0.03em;}
.sec5_wrap > p:nth-child(3) { padding-top:50px; }
.sec5_wrap a.btn_bt5 { display:inline-block; width:500px; height:100px; line-height:108px; text-align:center; background:#F72A0C; border:2px #F72A0C solid; font-family:'GmarketSansBold'; font-size:55px; color:#fff; letter-spacing:-0.05em; border-radius:50px;  text-decoration:none;cursor:pointer;}
.sec5_wrap a.btn_bt5:hover { background:#fff; color:#F72A0C; }
.sec5_wrap .arr_ { margin-left:90px; margin-top:-30px; animation: ani 0.5s infinite alternate; }
.sec5_wrap .txt_ { margin-top:130px; width:100%; height:80px; line-height:85px; text-align:center; font-family: 'GmarketSansMedium'; font-size:15px; color:#fff; letter-spacing:-0.03em; background:#333; }
.sec5_wrap .copy_ { margin-top:40px; text-align:center; width:100%; font-family: 'GmarketSansLight'; font-size:17px; line-height:26px; color:#fff; font-weight:600; letter-spacing:-0.03em; }
.sec5_wrap .copy_ img { margin-bottom:15px; }
.sec5_wrap .mobi_ { display:none; }

@media only screen and (max-width:586px){
	.sec5_container { width:100%; }
	.sec5_wrap { width:100%; height:calc(130vh - 60px); background:url('../images/sec5_bg.jpg'); background-position:center top; }
	.sec5_wrap > p:nth-child(1) { padding:80px 50px 0 50px; font-size:27px;  line-height:34px;}
	.sec5_wrap > p:nth-child(2) { padding:15px 20px 0 20px;  font-size:33px; line-height:41px; }
	.sec5_wrap > p:nth-child(3) { padding-top:50px; }
	.sec5_wrap a.btn_bt5 { width:300px; height:64px; line-height:64px; font-size:30px; border-radius:32px; }
	.sec5_wrap .arr_ img { width:80px; margin-left:0px; margin-top:10px; }

	.sec5_wrap .txt_ { margin-top:100px; width:100%; height:70px; padding-top:15px;line-height:20px; text-align:center; font-size:14px; }
	.sec5_wrap .copy_ { margin-top:40px; text-align:center; width:100%; font-family: 'GmarketSansLight'; font-size:17px; line-height:26px; color:#fff; font-weight:600; letter-spacing:-0.03em; }
	.sec5_wrap .copy_ img { margin-bottom:15px; }
	.sec5_wrap .mobi_ { display:block; }
	.sec5_wrap .copy_ { margin-top:40px; font-size:14px; line-height:24px; font-weight:600; }
	.sec5_wrap .copy_ img { width:50px; margin-bottom:15px; }
}


/*  SEC6  */
.sec6_container { display:none; width:100%;  margin:0 auto; text-align:center; bottom:0; }
@media only screen and (max-width:586px){
	.sec6_container { display:block; position:fixed; z-index:9; }
	.sec6_container img { float:left; width:50%; margin:0;}
}

/* SNB */
.snb_pc { display:inline-block; position:relative; z-index:9; width:100%; margin:0 auto; text-align:center; margin-top:50px; margin-bottom:10px; }
.snbBtn { display:inline-block; position:relative;width:100%; margin:0 auto; text-align:center; margin-top:0px; padding:0; }
.snbBtn .nav { width:100%; position:relative; width:1200px; margin:0 auto; }
.snbBtn .nav ul { width:100%; margin:0; padding:0;  font-family:'Noto Sans Kr'; font-weight:500;  font-size:18px; letter-spacing:-0.03em;}
.snbBtn .nav li { list-style:none; display:inline-block; position:relative; width:15%; height:46px; line-height:44px; /* 깜빡임 없앰 -> */ background:#fff; color:#222; border:1px #ccc solid; margin-right:-1px; text-align:center; cursor:pointer; }
.snbBtn .nav li:first-child { border-radius:23px 0 0 23px; }
.snbBtn .nav li:last-child { border-radius:0 23px 23px 0; }
.snbBtn .nav li a:hover {  }
.snbBtn .nav li span {  display:block; height:44px; background:#000; color:#fff; text-align:center; cursor:pointer;  }
.snbBtn .nav li:first-child span { border-radius:23px 0 0 23px; }
.snbBtn .nav li:last-child span { border-radius:0 23px 23px 0; }


/*  서브 내용 부  */
#container{ display:inline-block;  position:relative; z-index:3; width:100%; top:0; text-align:center; top:0px; }
#board {  display:block; position:relative; margin:0 auto; top:0; text-align:center; }
#board .bo_board { width:1700px; min-height:700px; padding:40px 0 60px 0; text-align:left; margin:0 auto; height:auto !important; } 


/* COPYRIGHT */
#foot { display:inline-block; position:relative;z-index:1; width:100%; padding:0; text-align:center; background:#fff; border-top:1px #ccc solid;}
.copyright { width:1700px; margin:0 auto; text-align:center; }
.copyright .copy_center { display:block; width:100%; text-align:left; }
.add_ { padding:35px 0 40px 0; font-weight:400; color:#000; font-size:15px; color:#555; line-height:27px; letter-spacing:-0.03em;}
.add_ span { display:inline-block; margin-top:-12px; font-size:14px; font-weight:300;}

.ft_menu { text-align:left; padding:50px 0 0; margin:0;}
.ft_menu span { text-align:center; padding:7px 15px; background:#000; color:#fff; font-size:13px; letter-spacing:-0.03em; }
.ft_menu span a { color:#fff; text-decoration:none; }

.span_line { clear:both; display:inline-block; width:8px; border-left:1px #999 solid; line-height:12px; margin:0 0 0 10px; }
.tail_line { clear:both; display:inline-block; width:18px; border-left:1px #aaa solid; color:#aaa; line-height:12px; margin:0 0 0 20px; }

/*  로그인/회원가입 head 부  */
#head_content { display:block; position:relative; min-width:100%; top:1px; text-align:center;  margin-top:-100px; border-top:120px #000 solid;}
#head_content #head { width:950px;  margin:0 auto; padding:0; }
#head_content #head .cont { width:950px; text-align:left;  margin:0 auto; padding:40px 0 150px 0; }

/* Go Top 버튼 */
a.go-top { position: fixed; right: 10px; bottom: 70px; width: 65px; height: 65px; z-index:1; display: none; }

@media only screen and (max-width:586px){
	a.go-top { position: fixed; right: 0px; bottom: 30px; }
}

/* 게시판 검색창 */
#bo_sch input[type=text]:focus {
border: 0px !important;
}
#bo_sch select:focus {
border: 0px !important;
}

/* 게시판 카테고리 ,랭키스 타입으로 변경 */
#bo_cate { width:100%; height:36px; margin:0 auto; margin-bottom:20px; font-size:14px; font-weight:500; line-height:34px; letter-spacing:-0.05em;}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul { height:36px; width:100%;zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li { list-style:none; display:inline-block; float:left; height:36px; line-height:34px; padding:0 20px; background:#fff; border:1px #ddd solid; margin-right:-1px; text-align:center; }
#bo_cate li a { display:inline-block;position:relative;  text-align:center; cursor:pointer; height:34px; margin:0 -20px; padding:0 20px;}
#bo_cate li a:focus, #bo_cate li a:hover, #bo_cate li a:active { color:#FFF;text-decoration:none}
#bo_cate #bo_cate_on { display:inline-block; float:left; height:34px; line-height:34px; margin:0 -20px; padding:0 20px; background:#222; border:0px #ddd solid; color:#FFF; text-align:center; cursor:pointer; }


/* 버튼 */
.btn, a.btn{ 
-webkit-transition: background-color 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;}

.btn3, a.btn3{ 
-webkit-transition: background-color 0.3s ease-out;
-moz-transition: background-color 0.3s ease-out;
-o-transition: background-color 0.3s ease-out;
transition: background-color 0.3s ease-out;}

.btn-more a {position:relative;display:inline-block;overflow:hidden;color:#fff;-webkit-transition: all .8s ease;-moz-transition: all .8s ease;transition: all .8s ease}
.btn-more a:before {content:"";position:absolute;top:0;left:0;bottom:0;right:-120px;display:block;border-right:0px solid transparent;border-bottom:100px #eee solid;z-index:-1;transform: translateX(-100%);-webkit-transition: all .8s ease;-moz-transition: all .8s ease;transition: all .8s ease}
.btn-more a:hover:before {transform: translateX(0)}

/* 더보기 버튼 공통 */
.btn_more:hover .toggler{opacity:1;
	transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg));
	-ms-transform:rotate(360deg);
}

.toggler{ display:inline-block; position:absolute;z-index:20; margin-left:660px; top:55px; width:40px;height:40px; border:none;}
.toggler{
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:all .s ease;
	-moz-transition:all .6s ease;
	-ms-transition:all .6s ease;
	-o-transition:all .6s ease;
	transition:all .6s ease;
}
.toggler:before,.toggler:after{content:'';display:block;position:absolute;background-color:#000; }
.toggler:before{ top:0px;left:50%;margin-left:-2px;width:3px;height:100%;}
.toggler:after{ left:0px;top:50%;margin-top:-2px;width:100%;height:3px;}

