@charset "UTF-8";
/** common.css > header, footer **/


/***** 퀵메뉴 *****/
.top {position:fixed; right:5%; bottom:5%; z-index:1000000; padding:2px 15px; display:inline-block; color:#fff; font-weight:600; line-height:40px; background-color:#666; border:1px dashed #999; cursor:pointer; box-shadow:2px 2px 2px #333; border-radius:30px;
	-webkit-box-shadow:2px 2px 2px #333; -ms-box-shadow:2px 2px 2px #333; -moz-box-shadow:2px 2px 2px #333; -o-box-shadow:2px 2px 2px #333;
	-webkit-border-radius:30px; -ms-border-radius:30px; -moz-border-radius:30px; -o-border-radius:30px;}
.top:hover {background-color:#555;}

.index {position:relative; z-index:10000;}/*** 버튼 같은 것들 활성화 안될때 상대 인덱스 부여 ***/

	.wrap_quick {position: relative; top: 20px;}
	/*** 오른쪽 군 ***/
	
	
	.side .store li{margin-bottom:15px; padding:8px; background-color:#eee; border:1px solid #ccc; text-align:center; border-radius:5px;}
	
	
	.wrap_quick #side {position:absolute; right: -220px;  z-index:1;}
	.wrap_quick #side .apply {width:200px; background-color:#eee; border:1px solid #ccc; padding:10px; padding-bottom:15px; border-radius:10px;
		-webkit-border-radius:10px; -ms-border-radius:10px; -moz-border-radius:10px; -o-border-radius:10px;margin-bottom:15px; }
	.wrap_quick #side .logo {margin-top:10px; height:70px; background:url('/img/main/logo_supervise.gif') no-repeat; border:1px solid #ccc; position:relative; top:10px; left:100px; border-radius:10px;
		-webkit-border-radius:10px; -ms-border-radius:10px; -moz-border-radius:10px; -o-border-radius:10px;}
	.wrap_quick #side .apply dl {margin-bottom:0; display:inline-block;}
	.wrap_quick #side .apply dt, .wrap_quick #side .apply dd {width:49%; float:left; margin-right:2%; list-style:none;}
	.wrap_quick #side .apply dd {margin-right:0;}
	.wrap_quick #side .apply label {font-weight:600;}
	.wrap_quick #side .apply input, .wrap_quick #side .apply select {width:100%; float:left; height:30px; line-height:30px; padding-left:5px; padding-right:5px; border:1px solid #ccc;}
	.wrap_quick #side .apply li {width:32%; margin-right:2%; float:left;}
	.wrap_quick #side .apply li:last-child {margin-right:0;}
	.wrap_quick #side .apply button {background-color:#d00909; color:#fff; width:100%; display:block; margin-top:20px; text-align:center; font-size:15px; font-weight:600; height:34px; line-height:25px; cursor:pointer;}
	.wrap_quick #side .apply button:hover {background-color:#9b0505;}

	/*** 왼쪽 군 ***/
	.wrap_quick .side.left {position:absolute; left: -180px;  z-index:1;}
	.wrap_quick .logo {width:160px;}
	.wrap_quick .logo li {margin-bottom:15px; padding:8px; background-color:#eee; border:1px solid #ccc; text-align:center; border-radius:5px;
		-webkit-border-radius:5px; -ms-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px;}
	.wrap_quick .logo li a {width:100%; height:100px; font-size:13px; letter-spacing:-1pt; line-height:10px; color:#333; font-weight:700; text-align:center;}
	.wrap_quick .logo img {width:100%; background-color:#fff; margin-bottom:5px; border:1px solid #ddd;}
	/***.logo ._super {background-color:#0080be;}
	.logo ._kook {background-color:#053863;}
	.logo ._uanta {background-color:#006ab6;}
	.logo ._sgi {background-color:#071f83;}***/

	@media (max-width:1230px){ 
		.wrap_quick {display:none;}
	}
/***** //퀵메뉴 *****/

/**/
.footer>div{
    background-image: url(../img/ggstock/ggstock_bottom.png);
    background-repeat: no-repeat;   
	background-position: right bottom;
}
@media (max-width: 768px){
	.footer>div{
		background-image: none;
	}
}

#header h1 a, #header .lnb a{color: #fff;}

#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: left;
    height: 90px;
	padding: 5px;
}
/*
.logo_tf a{
	color: #fff;
	font-size: 36px;
}*/
@media (max-width: 767px){
	.logo_tf img{
		height:90%;
		margin-left:5px;
	}
	.logo_tf{
		padding: 5px;
		height: 63px;
		text-align: left;
	}
}
.logo_tf span, .made_tf span{
    display: none;
}
.made_tf a img{
    float: right;
}
.lnb{
	padding: 36px 0;
    text-align: right;
}
/*** 메인메뉴 정의 ***/
.lnb a{
    font-size: 18px;
    font-weight: 600;
    padding:20px 0px;
}
.lnb a:hover {border-bottom:2px solud #000;}

.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);*/
}
.lnb li:last-child a{
    padding-right: 0;
}
@media (max-width: 992px){
	.lnb ul{
		text-align: center;
	}
	.lnb a{
		padding: 15px;
	}
}
/*** 반응형 화면 추가보완 ***/
@media (min-width:990px) and (max-width:1229px){
	.lnb ul {margin:20px 50px 0 -50px;}
	.lnb a {padding:10px; font-size:17px;}
	.gnb {margin-right:10px;}
}s
@media (max-width:993px){
	nav {margin-top:-30px !important; margin-bottom:-20px !important;}
	.lnb a {padding:10px;}
}

/*** 모바일 메뉴 ***/
.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;
	background-color: #333;
}

.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: 17px;
    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: 15px;
        padding: 10px 0;
    }
}






