﻿.ebp_top_page_title{
  font-size:18px;
  font-weight:bold;
  color:#141414;
  margin:30px 0px 15px 0px;
}                                                          

.ebp_bgbox{
	border:1px solid #C3C3C3;
	margin:0px 0px 0px 0px;
}


.boxbtn{
  /*background:url('/images/img_right_arrow4.png') 85% 50% no-repeat;*/

  background-color:#f4f4f4;
  border:1px solid #b9b9b9;
  
  width:175px;
  height:50px;
  margin:0px 10px 0 0px;
  cursor:pointer;
}

.boxbtn div{
  height:50px;
  line-height:50px;
  font-size:14px;
  font-weight:bold;
  width:110px;
  margin:0 auto;
  color:#404040;
  text-align:center
  
}
.boxbtn div a{
  color:#404040;
}

.boxbtn2{
  background-color:#f4f4f4;
  border:1px solid #b9b9b9;
  width:363px;
  height:40px;
  margin:10px 10px 0 0px;
  cursor:pointer;
  
}

.boxbtn2 div{
  height:40px;
  line-height:40px;
  font-size:14px;
  font-weight:bold;
  width:110px;
  margin:0 auto;
  color:#404040;
  text-align:center
}
.boxbtn2 div a{
  color:#404040;
}
.boxbtn3{
  background-color:#f4f4f4;
  border:1px solid #b9b9b9;
  width:480px;
  height:40px;
  margin:10px 0px 0 0px;
  cursor:pointer;
  
}

.boxbtn3 div{
  height:40px;
  line-height:40px;
  font-size:14px;
  font-weight:bold;
  width:110px;
  margin:0 auto;
  color:#404040;
  text-align:center
}
.boxbtn3 div a{
  color:#404040;
}

.boxbtn4{
  background-color:#f4f4f4;
  border:1px solid #b9b9b9;
  width:500px;
  height:50px;
  margin:10px 0px 0 0px;
  cursor:pointer;
}
.boxbtn4 div{
  height:50px;
  line-height:50px;
  font-size:14px;
  font-weight:bold;
  width:110px;
  margin:0 auto;
  color:#404040;
  text-align:center
}
.boxbtn4 div a{
  color:#404040;
}

#flexside_menu_bg{
	position: fixed;
	background-color:#fff;
	z-index:1999;
	width: 100%;
	height:100%;
	top:0;
	left:0;
	background-color:#666;
	opacity: 0.5;
	transition: opacity .3s ease;
	pointer-events:none;
	
}


#flexside_category{
	
	position: absolute;
	background-color:#fff;
	z-index:2000;
	
	width:350px;
	top:0px;
	left:-350px;
	color:#303030;
	font-size:15px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight:500;

  overflow-y: auto;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
	max-height: calc( ( 100% ) - 300px );
	min-height: calc( ( 100% ) - 300px );
	
	opacity: 0;
	transition: opacity .3s ease;
	transition: left .3s ease;
	pointer-events:none;
}

#flexside_category::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #fff;
}

#flexside_category::-webkit-scrollbar
{
	width: 6px;
	background-color: #fff;
}

#flexside_category::-webkit-scrollbar-thumb
{
	background-color: #909090;
	border: 2px solid #909090;
}


#flexside_menu{
	position: fixed;
	background-color:#fff;
	z-index:2000;
	width:350px;
	right:10px;
	color:#303030;
	font-size:15px;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight:700;

  overflow-y: auto;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
	max-height: calc( ( 100% ) - 100px );
	min-height: calc( ( 100% ) - 100px );
	top:85px;
	opacity: 0;
	transition: opacity .3s ease;
	pointer-events:none;
}

#flexside_menu::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #fff;
}

#flexside_menu::-webkit-scrollbar
{
	width: 6px;
	background-color: #fff;
}

#flexside_menu::-webkit-scrollbar-thumb
{
	background-color: #909090;
	border: 2px solid #909090;
}
#flexside_menu #menu_h_bl{
	text-align:right;
}
#flexside_menu #menu_h_bl img{
	margin:15px 15px 0 0;
}

#menu_c_bl{
}
#menu_viewer{

	max-height: calc( ( 100% ) - 100px );
	min-height: calc( ( 100% ) - 100px );
	height: calc( ( 100% ) - 100px );
	
	display:none;
}
#menu_viewer_frame{
	overflow:hidden;
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

#flexside_menu .ml1{
	display:flex;
	margin:5px 15px 0 15px;
	line-height:25px;
}
#flexside_menu .ml1 .ml1_l{
  flex-shrink: 0;
  width: 80px;
  color:#FD9B00;
  font-size:16px;
  font-weight:bold;
	display:flex;
	align-items: center;
}
#flexside_menu .ml1 .ml1_l #lvqa{
  margin:0 0 0 3px;
}

#flexside_menu .ml1 .ml1_r{
  flex-grow: 1;
}

#flexside_menu .ml2{
	display:flex;
	margin:10px 15px 0 15px;
	line-height:20px;
}
#flexside_menu .ml2 .ml2_l{
  flex-shrink: 0;
  width: 80px;
  color: #033681;
}
#flexside_menu .ml2 .ml2_r{
  flex-grow: 1;
}

#flexside_menu .ml3{
	display:flex;
	margin:30px 15px 15px 15px;
	line-height:25px;
}
#flexside_menu .ml3 .ml3_l{
  flex-grow: 1;
  text-align:center;
}
#flexside_menu .ml3 .ml3_r{
  flex-grow: 1;
  text-align:center;
}
#flexside_menu .ml3 .ml3_l_c{
	margin:5px 0 0 0;
	color:#033681;
	font-weight:bold;
}
#flexside_menu .ml3 .ml3_r_c{
	margin:5px 0 0 0;
	color:#033681;
	font-weight:bold;
}

#flexside_menu .menu_bl{
	border-top:1px solid #DFDFDF;
	padding:10px 0 10px 0;
}
#flexside_menu .menu_bl .menu_line{
	display:flex;
	margin:10px 0 10px 0;
	cursor: pointer;
}
#flexside_menu .menu_bl .menu_line .menu_line_l{
  flex-shrink: 0;
  width: 93px;
}
#flexside_menu .menu_bl .menu_line .menu_line_l img{
  margin:12px 0 0 40px;
}
  
#flexside_menu .menu_bl .menu_line .menu_line_r{
  flex-grow: 1;
  text-align:left;
  margin:16px 0 0 0;
}

#flexside_menu .menu_bl .menu_line_center{
  margin:12px 0 0 30px;
  padding:5px 10px 5px 10px;
  display:inline-block;
  cursor:pointer;
  border-radius: 0.5rem;
  background: black;
  color: white;
}


#header_wrap{
  height:108px;
  background-color:#fff;
  margin:0px 0 0px 0;
  padding:8px 0 0 0;
}

#header_wrap .header{
  /*max-width:1600px;*/
  margin:0 auto;
  display: flex;
}

#header_wrap a {
    text-decoration: none;
    color: #333;
}

#header_wrap .hd1{
  flex-shrink: 0;
  width: 240px;
  margin:14px 0 0 25px;
  position: relative;
}
#header_wrap .hd2{
  flex-grow: 1;
  margin:14px 0 0 0;
}

#header_wrap .hd3{
  flex-shrink: 0;
  width: 220px;
  margin:14px 0 0 0;
  text-align:right;
  
}
#header_wrap .hd1 .img_0{
  margin:3px 20px 0 0px;
	float:left;
}
#header_wrap .hd1 .img_1{
  margin:0px 0 0 30px;
  cursor:pointer;
  display:none;
	float:left;
}
#header_wrap .hd1 .img_2{
  margin:0px 0 0 0px;
  cursor:pointer;
  display:block;
	float:left;
}
#header_wrap .hd2 .search_bl{
  max-width:700px;
  margin:1px auto;
  position: relative;
}
#header_wrap .hd2 input {
    width: 100%;
    border: none;
    height: 34px;
    line-height: 29px;
    padding-left: 15px;
    border: 1px solid #d3d3d3;
}
#header_wrap .hd2 button {
  position: absolute;
  right: 0;
  width: 38px;
  height: 34px;
  border: 1px solid #d3d3d3;
  background: #d3d3d3 url(/f1/images/icon_search.png) center center no-repeat;
}
#header_wrap .hd2 .keyword_bl{
	max-width:700px;
	margin:0 auto;
  overflow:hidden;
  height:37px;
}
#header_wrap .hd2 .keyword_bl span{
  border:1px solid #5294f1;
  display:inline-block;
  margin:10px 10px 20px 0px;
  padding:0 8px 0 8px;
  border-radius: 16px;
  color:#5294f1;
  font-size:13px;
  line-height:25px;
  cursor:pointer;
  font-family: 'Apple-Gothic','애플고딕','Helvetica','Tahoma',dotum,'돋움',gulim,'굴림',sans-serif;
}
#header_wrap .hd3 .btn_bl{
	margin:2px 20px 0 0;
  text-align: right;
}
#header_wrap .hd3 a {
  display: inline-block;
  background-color: #ffffff;
  margin: 0px 0 0 20px;
  height: 34px;
  line-height: 34px;
  font-size:14px;
}

#header_wrap .hd3 img{
}

.scrollOff {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width:100%;
}


.category_contents_wrap{
	border-top:1px solid #DFDFDF;
	padding:0 0px 0 20px;
}

.smg_list_title{
	margin:20px 0px 0px 0px;
}
.smg_list_bl{
	display: grid;
  grid-template-columns: 1fr 1fr;
  margin:10px 0px 40px 0px;
}

.smg_line{
	margin:10px 20px 10px 0px;
}

.smg_line .smg_inbox{
  /*background-color:#eaeef3;
  border-radius: 16px;
  min-height:60px;*/
}

.smg_line .smg_inbox .smg_subtext{
  line-height:30px;
  padding:10px 0 0 0px;
  text-align:center;
}
.smg_line .smg_inbox .smg_titletext{
  line-height:20px;
  padding:0px 0 0px 10px;
  text-align:left;
  font-weight:400;
}
.smg_line .smg_inbox .smg_titletext span{
  cursor:pointer;
}
.cat_line_bl .home_bl{
	float:left;
	margin:1px 0 0 60px;
}
.cat_line_bl .home_bl img{
	cursor:pointer;
}
.cat_line_bl .cat_bl{
	float:left;
	margin:0 0 0 15px;
}
.cat_line_bl .cat_bl select{
	line-height:30px;
	height:30px;
	font-size:15px;
	width:150px;
}
.footer_bl{
	border-top:1px solid #eef1f3;
	background-color:#F3F3F3;
	padding:50px 0 50px 0;
}
.footer_text{
	margin:0 auto;
  max-width:1000px;
	color:#7e7e7e;
	font-size:12px;
}
.footer_text div{
	display:inline-block;
	margin:0 10px 0 0;
}

@media screen and (max-width: 1280px) {


	
}
@media screen and (max-width: 980px) {
  
  #header_wrap .hd1{
  	width:180px;
    margin:14px 0 0 20px;
  }
  #header_wrap .hd3{
    width: 150px;
  }
  #header_wrap .hd3 a{
  	margin:0 0 0 50px;
  }

  .cat_line_bl .home_bl{
  	float:left;
  	margin:1px 0 0 20px;
  }
}
@media screen and (max-width: 800px) {

  #flexside_menu{
  	position: fixed;
  	height:100%;
  	min-height:100%;
  	top:0px;
  	right:0px;
  	width:300px;
  }

  #flexside_category{
  	position: fixed;
  	height:100%;
  	min-height:100%;
  	top:0px;
  	right:0px;
  	width:300px;
  }

  #header_wrap{
    height:80px;
  }
  .hd2 .keyword_bl{
  	display:none;
  }
}
@media screen and (max-width: 700px) {
}
@media screen and (max-width: 600px) {

  #header_wrap .hd1{
    margin:14px 0 0 10px;
  }
  #header_wrap .hd3{
    width: 75px;
  }
  #header_wrap .hd3 a{
  	margin:0 0 0 10px;
  }
  
}
@media screen and (max-width: 480px) {
}

