@charset "UTF-8";
/** common.css > header, footer **/

/**/
.footer>div{
    background-image: url(../img/good_bottom.png);
    background-repeat: no-repeat;   
	background-position: right bottom;
}
@media (max-width: 768px){
	.footer>div{
		background-image: none;
	}
}


#header{
	border-bottom: 1px solid #ddd;
}


#container_wrap{
    min-height: 900px;
    width: 100%;
/* 헤더고정
    position: relative;
    padding-top: 107px;
*/
}
#container_wrap:after{
    content: "";
    display: block;
    clear: both;
}

/* 상단 */
.gnb_wrap a{
    font-weight: 600;
}


/* 즐겨찾기 */
.gnb_home{
    padding: 8px 0;
}

/* GNB */
.gnb div{
	display: inline-block;
}
.gnb_sub1{
	padding-right: 10px;	
}
.gnb{
    padding: 6px 0;
    text-align: right;
}

.gnb input[type="text"], .gnb input[type="password"]{
    width: 100px;
    margin: 0 10px 0 0;
    padding: 2px 5px;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
    height: 25px;
}
.gnb input[type="checkbox"]{
    display: none;
}
.gnb input[type="checkbox"]+label{
    padding: 0 5px 0 17px;
    background-image: url(../img/checkbox.png);
    background-repeat: no-repeat;   
}
.gnb input[type="checkbox"]:checked+label{
    background-image: url(../img/checkbox_chk.png);  
}

.btn_log{
    /* margin: 0 10px 0 5px; */
    padding: 2px 10px;
}
@media (max-width: 768px){
	.btn_log{
		margin: 0 0 0 2px;
	}
}

/* 회원가입 */
.gnb_join{
    padding: 13px 0;
    text-align: right;
}

/* LNB */

.lnb_group{
    position: relative;
}
.logo_tf{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
/*
.logo_tf a{
	color: #fff;
	font-size: 36px;
}*/
@media (max-width: 767px){
	.logo_tf img{
		max-width: 80%;
		margin-left: 5px;
	}
	.logo_tf{
		padding: 20px 0 0 0;
		text-align: left;
	}
}
.logo_tf span, .made_tf span{
    display: none;
}
.made_tf a img{
    float: right;
}
.lnb{
    padding: 10px 0;
    text-align: center;
}
.lnb a{
    font-size: 18px;
    font-weight: 600;
    padding: 0 20px;
}
.lnb li{
    display: inline-block;
    /*border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(247, 247, 247, 0.3);*/
}
@media (max-width: 992px){
	.lnb ul{
		text-align: center;
	}
	.lnb a{
		padding: 15px;
	}
}

/*** 모바일 메뉴 ***/
.m_logo_img{
    /* padding-top: 10px; */
    /* height: 60px; */
	margin: 24px 0;
    width: 60%;
}
.m_menu_btn{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 50px;
    display: block;
}
.m_menu_btn img{
    width: 30px;
    margin: 10px;
}
.m_menu_btn:hover, .m_menu .m_menu_btn:focus{ 
  /*  background: #eee;
    border-radius: 50%;*/
}

.m_sub li{ 
    padding: 10px;
    margin: 0 10px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 18px;
    font-weight: 900;
    color: #999;
    text-align: center;
}
.m_sub li:hover{
    background:#f2f2f2; 
    color:#000; 
}
.m_sub li a{
	width: 100%;
	height: 100%;
	display: inline-block;
}


/*made by QilveBiz*/
.m_made{
    margin: 10px 0;
    width: 100%;
    text-align: center;
}

/*모바일 메뉴 로그인*/
.m_logo{
   padding: 4px 0; 
}
.m_menu_log{
    font-size: 14px;
    font-weight: 600;
    color: #333;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}
.m_menu_log label{
    margin: 7px 0;
    text-align: right;
    padding: 4px 10px 0 0;
}
.m_menu_log input[type="text"], .m_menu_log input[type="password"]{
    margin: 7px 0;
    padding: 5px;    
    background-color: #fff;
    border: 1px solid #f2f2f2;
}
.m_menu_log input[type="checkbox"]{
    display: none;
}
.m_menu_log input[type="checkbox"]+label{
    padding: 0 5px 0 17px;
    background-image: url(../img/checkbox.png);
    background-repeat: no-repeat;
}
.m_menu_log input[type="checkbox"]:checked+label{
    background-image: url(../img/checkbox_chk.png);  
}
.m_menu_log .btn_log{
    display: block;
    width: 84%;
    margin: 10px 8%;
    padding: 8px 0;
    text-align: center;
}
.m_menu_check{
    margin: 5px 0;
}

/*로그인 후*/
.member_name{
    text-align: left;
	padding: 15px 0 8px 0;
	font-size: 20px;
}
.member_name .member_id{
    font-size: 16px;
}
.m_menu_my img{
    margin: 10px 20%;
    width: 60%;
}
.m_menu_my{
    font-size: 12px;
}



/*** footer ***/

.footer{
	padding-top: 20px;
	padding-bottom: 40px;
	color: #eee;
	font-size: 14px;
}

.footer a{
	color: #eee;
}
.footer a:hover{
	color: #fff;
}
.footer li{
	 float: left;
	 padding-left: 5px;
}
.footer ul:after{
	 content: "";
	 display: block;
	 clear: both;
}
.footer ul{
	padding: 10px 0;
}
.footer p{
	margin-top: 5px;
}
/* .footer img{
	width: 80%;
    max-width: 234px;
} */


/**** 탭 *****/

.nav:after{
	content: "";
	display: block;
	clear: both;
}
.nav > li > a:hover,
.nav > li > a:focus {
    box-shadow: 0 -3px 0 0 #ea0a0a inset;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
}

a:focus {

}
.tab_content > .tab_pane {
    display: none;
    visibility: hidden;
}
.tab_content > .active {
    display: block;
    visibility: visible;
}
.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li.active > a:focus {
    cursor: default;
    color: #ea0a0a;
    box-shadow: 0 -3px 0 0 #ea0a0a inset;
    background-color: #f7f3f5;
}
.nav li a{
    width: 100%;
    display: block;
    padding: 15px 0;
    font-size: 16px;
    color: #444;
    text-align: center;
}
.nav li{
    border: 1px solid #f2f2f2; 
    border-left: none;
    margin-bottom: 20px;
	box-shadow: 0 -3px 0 0 #e0e0e0 inset;
}
.nav li:first-child{
    border-left: 1px solid #f2f2f2;
}

@media (max-width: 768px){
    .nav li a{
        font-size: 14px;
        padding: 10px 0;
    }
}






