html,body {width:100%; }

.wrap{width:100%; height:100%;  }

.m_header{ position:fixed; top:0; width:100%;height:52px; z-index: 1111111;}
.header{ position:fixed; top:0; width:100%;  height:80px;border-bottom:1px solid #ededed; background: #fff; z-index: 11111111;}
.header_inner{ width:1200px; height:80px; margin:0 auto;display: flex; justify-content: space-between; align-items: center; }
.m_appdown{display:none;}
.ft_mlogo{display:none;}

.container{width:100%;  padding:100px 0;}
.container .cont_wrap{width:1200px; font-size:16px; margin:0 auto; }

.cont_wrap h1 {margin-top:50px; padding-bottom: 30px;margin-bottom: 30px;font-size:18px; font-weight: 600;	color:#111;	border-bottom: 1px solid #f0f0f0;	}
.cont_wrap h2 {margin-top: 16px;font-size:16px; font-weight: 500;color:#111;	}
.cont_wrap p {margin-top: 8pt;	color:#74747a;	font-size:14px;	line-height: 18px;}
.cont_wrap .indent {padding-left:10px;	}



/*2~5페이지 해더 앱다운로드*/
.header .p_appdown .btn_main{display:flex;align-items: center; float:left;font-size: 14px; line-height: 14px;color:#74747a;background: #fff; padding:13px 21px;margin-right:10px; border:1px solid #e5e5e8;}
.header .p_appdown .btn_main img{width:18px; height:18px; margin-right: 8px;}

.footer{width:100%; height:152px; margin:0 0 20px 0; display: flex; justify-content: center; align-items: center; background: #111111;}
.footer .inner_f{width:1200px; height:56px; display: flex; justify-content: space-between;}
.footer .inner_f .p_appdown{ display:flex; justify-content: flex-end; }
.footer .inner_f .btn_main{display: flex; display: flex; align-items: center; justify-content:center; width:192px; height:56px; font-size: 18px; line-height: 54px;color:#fff; margin-right:10px; background:rgba(0,0,0,0);border:1px solid #74747a;}
.footer .inner_f .btn_main img{width:24px;margin-right: 10px;}
.footer .inner_f div:nth-child(1){width:206px;}
.footer .inner_f div:nth-child(2){width:600px;}
.footer .inner_f div p{font-size: 14px; line-height: 24px; color:#b3b3b4;}
.footer .inner_f .copyright{ font-family: "Montserrat"; letter-spacing: 0;}




@media screen and (max-width:767px){
 
.header{height:52px; }

.header_inner {width:88%;  height:52px; margin:0 auto;}
.header_inner h1 img{width:161px; height:16px;}
.header_inner .p_appdown{display: none;}
.ft_logo{display: none;}
.ft_mlogo{display: block;}

.m_appdown{position:fixed; bottom:0; display: block; width:100%;  height:52px;z-index: 99999999; }
.m_appdown button{display:flex; justify-content: center; width:100%; height:52px;font-size:16px; line-height: 52px;color:#fff; background:#001fd2; }
.blue{background:#1b1b1b;}

.container{width:100%; padding:50px 0; }
.container .cont_wrap{width:88%; font-size:14px; margin:0 auto; padding:0;}

.cont_wrap h1 {margin-top:30px; padding-bottom: 30px;margin-bottom: 30px;font-size:16px; font-weight: 500;	color:#111;	border-bottom: 1px solid #f0f0f0;	}
.cont_wrap h2 {margin-top: 16px;font-size:14px;color:#111;	}


.footer{ display: block;}
.footer .inner_f{width:100%; height:260px;font-size: 14px; padding:40px 24px;  background: #111;display: block; box-sizing: border-box;}
.footer .inner_f div.ft_mlogo{width:100%;}
.footer .inner_f div.ft_mlogo img{width:241px; margin-bottom:20px;}
.footer .inner_f .p_appdown{width:100%;  margin-top:20px; display:flex;  justify-content: flex-start; box-sizing: border-box; }
.footer .inner_f .p_appdown .btn_main{display:flex;  justify-content: center; width:150px;height:44px; font-size: 14px; padding:0;  }
.footer .inner_f .p_appdown .btn_main img{width:18px;margin-right: 8px;}

}