@charset "UTF-8";
/** common.css > header, footer **/

.footer .container{
    background-image: url(../img/think/think_logo_footer.png);
    background-repeat: no-repeat;   
	background-position: right bottom;
    background-size: auto;
}
@media (max-width: 768px){
	.footer .container{
		background-image: none;
	}
}


#container_wrap{
    min-height: 900px;
    width: 100%;
/* 헤더고정
    position: relative;
    padding-top: 107px;
*/
}
#container_wrap:after{
    content: "";
    display: block;
    clear: both;
}


/*** header ***/
#header{
    border-bottom: 1px solid #e2e2e2;
/* 헤더고정
    position: fixed;
    z-index: 100;
    width: 100%;
    background-color: #fff;
*/
	padding: 10px 0;
}
@media (max-width: 768px){
    #header{
		padding: 5px 0;
    }
}


/* 상단 */
.gnb_wrap a{
    font-weight: 600;
}


/* 즐겨찾기 */
.gnb_home{
    padding: 8px 0;
}

/* GNB */
.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: #f7eded;
    border: 1px solid #f9e5e5;
    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;
	font-size: 14px;
}

/* 회원가입 */
.gnb_join{
    padding: 13px 0;
    text-align: right;
}

/* LNB */

.lnb_group{
    position: relative;
}

.lnb_group img{
    padding: 4px 0;
}
.logo_tf span, .made_tf span{
    display: none;
}
.logo_tf{
	float: left;
	margin-right: 20px;
}
.made_tf a img{
    float: right;
}
.lnb{
    padding-top: 28px;
    font-size: 16px;
    font-weight: 800;
    text-align: left;
    
}
.lnb li{
    display: inline;
}
.login_group{
	float: right;
	font-weight: 600;
}

.login_group li a{
    font-weight: 600;
}

@media (max-width: 992px){
	#header{
		margin-top: 3px;
	}
	.logo_tf{
		float: none;
	}
	.lnb {
		padding: 7px 0;
	}
}



/*** 모바일 메뉴 ***/
.m_logo_img{
	padding-top: 10px;
	/* height: 60px; */
}
.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-top: 10px;
    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 #f9e5e5;
}
.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: 20px;
	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;
    }
}






