
/* quick_list */
/*
.quick_area {
    position:fixed;
    top:510px;
    right:0;
    width:85px;
    z-index:100;
    display: none;
}
*/
.quick_area .quick_list {}

.quick_area .quick_list li {
    text-align:center;
    background:#fff;
    font-size:15px;
    height: 60px;
}
.quick_area .quick_list li a {
    display:block;
    padding:5px;
}
.quick_area .quick_list li:first-child a {
    border-top:none;
}
.quick_area .quick_list li a h3 {
    color:#333;
    margin: 0;
    padding:10px 0;
    text-indent: -9999px;
}
.quick_area .quick_list li:last-child a h3 {

}
.quick_area .quick_list li a p {
    line-height:1.3;
    font-size:15px;
    color:#333;
    letter-spacing:-1.8px;
}
.quick_area .quick_list li.tel a h3 {
    background: url('../imgs/icon/quickluancher/tel.png') no-repeat;
    background-position:  center;
    background-size: 25px;
    text-align: center;
}
.quick_area .quick_list li.location a h3 {
    background: url('../imgs/icon/quickluancher/quick_location.png') no-repeat;
    background-position:  center;
    background-size: 30px;
    text-align: center;
    padding-left: 10px;
}
.quick_area .quick_list li.sugang a h3 {
    background: url('../imgs/icon/quickluancher/quick_sugang.png') no-repeat;
    background-position:  center;
    background-size: 30px;
    text-align: center;
    padding-left: 10px;
}

.to_top {
    text-align:center;
    background:#fff;
    display: none;
}
.to_top a {
    display:block;
    height:45px;
    box-sizing:border-box;
    text-indent:-9999px;
    overflow:hidden;
    border-top:1px solid #ccc;
    background:url(../imgs/ico_totop.png) no-repeat center; background-size:50%;
}
.to_top.hide {
    display:none;
}

.quick_area_mobile,
.header_menu.hide {
    display:none;
}


/*빠른 상담신청*/
.sugang_area{

}
.sugang_area .sugang_box{
    background:#f4f0e9;
}
.sugang_area .sugang_box:hover{
    background:#4FC3F7;
}
.sugang_area .sugang_box .box_inner{

}
.sugang_area .sugang_box .box_inner a{
    display: block;
    text-align: center;
    padding: 30px 0;
}
.sugang_area .sugang_box .box_inner a:hover{
    color: #fff;
}
.sugang_area .sugang_box .box_inner .sugang_wrap{
    
}
.sugang_area .sugang_box .box_inner .sugang_wrap .title_wrap{
    margin: 0 auto;
    width: 370px;
    text-align: center;
    box-sizing: border-box;
}
.sugang_area .sugang_box .box_inner .sugang_wrap .title_wrap .title_image_wrap{
    background:url('../imgs/common/counsulting_quick.png') center;
    background-size:100px;
	background-repeat: no-repeat;
	width:100px;
    height:70px;
    float: left;
}
.sugang_area .sugang_box .box_inner a:hover .sugang_wrap .title_wrap .title_image_wrap{
    background:url('../imgs/common/counsulting_quick_w.png') center; background-size:100px;
	background-repeat: no-repeat;
}
.sugang_area .sugang_box .box_inner .sugang_wrap .title_wrap .title_text_wrap{
    float: left;
    font-size: 2em;
    height:70px;
    line-height: 70px;
    padding: 0 20px;
}
.sugang_area .sugang_box .box_inner .sugang_wrap .description_wrap{
    padding-top: 20px;
}
.sugang_area .sugang_box .box_inner .sugang_wrap .description_wrap div{
    padding: 5px 0;
    font-size: 1.1em;
}


/* footer */
footer {
    border-top:1px solid #ddd;
    background-color: #202020;
    padding-top:50px;
    padding-bottom:50px;
}

footer .foot_area {
    position:relative;
    padding-bottom:40px;
}

footer .foot_area h2 {
    padding-top:30px;
    font-weight:bold;
    font-size:24px;
    /* color:#666;*/
    color: #ccc;
}
footer .foot_area .addr {
    padding-top:5px;
    line-height:1.4;
    font-size:16px;
    /*color:#666;*/
    color: #ccc;
}
footer .foot_area .addr .space0 {
    letter-spacing: 0;
}
footer .foot_area .copy {
    padding-top:3px;
    font-size:16px;
    /*color:#666;*/
    color: #ccc;
    letter-spacing:0;
}
footer .foot_area .snslink {
    position:absolute;
    right:20px;
    top:35px;
}
footer .foot_area .snslink li {
    float:left;
    margin-left:60px;
}


footer .foot_area .snslink li a {
    display:block;
    width:80px;
    height:80px;
    text-indent:-9999px;
    overflow:hidden;
    background:url(../imgs/017.png) no-repeat;
    background-size: cover;
    margin: 0 auto;
}
footer .foot_area .snslink li + li a {
    background-image:url(../imgs/015.png);
    background-size: cover;
}
footer .foot_area .snslink li + li + li a {
    background-image:url(../imgs/016.png);
    background-size: cover;
}


/*태블릿*/
@media all and (max-width:1065px) and (min-width:801px){
        /* quick_list */
    .quick_area {
        position:static;
        width:100%;
        height: 50px;
        border: none;
        display: none;
    }

	.quick_area .quick_list li {
        height: 50px;        
        float:left;
        width:33%;
        text-align:left;
    }
	.quick_area .quick_list li + li {
        width:34%;
        border-left: 1px solid #fff;
        box-sizing: border-box;
    }
	.quick_area .quick_list li + li + li {
        width:33%;
        border-left: 1px solid #fff;
        box-sizing: border-box;
    }
	.quick_area .quick_list li a {
        display:block;
        padding:5px 0;
        color:#fff;
        background: #666;
    }	 
    .quick_area .quick_list li a h3 {
        color:#fff;
        margin: 0;
        font-size:1.2em;
        padding-left: 30px;
        box-sizing: border-box;
        width: 110px;
        margin: 0 auto;
    }
    .quick_area .quick_list li a p {
        display:none;
    }   
    .quick_area .quick_list li.tel a h3 {
        background: url('../imgs/ico_phone_mobtm.png') no-repeat ;
        background-position: left center;
        background-size:25px;
        text-indent: 0;
        text-align: center;
    }
    .quick_area .quick_list li.location a h3 {
        background: url('../imgs/ico_contact_mobtm.png') no-repeat;        
        background-position: left  center;
        background-size:25px;
        text-indent: 0;
    }
    .quick_area .quick_list li.sugang a h3 {
        background: url('../imgs/ico_katalk_mobtm.png') no-repeat;
        background-position: left  center;
        background-size:25px;
        text-indent: 0;
    }   
    
    .to_top {
	    display: block;
        position:fixed;
        right:20px;
        bottom:112px;
        text-align:center;
        background:none;
        z-index:100;
        border:none;
    }
    
	.to_top a {
        display:block;
        width:45px;
        height:45px;
        border:none;
        background:url(../imgs/ico_totop_mo.png) no-repeat center;
        background-size:45px;
    }
    
    /*빠른 상담신청*/
    .sugang_area .sugang_box{
        padding: 10px;
        box-sizing: border-box;
    }
    
    /* footer */
    footer {
        border-top:1px solid #ddd;
    }
    footer .foot_area {
        position:relative;
        padding:0 20px 80px;
        width: 100%;
        box-sizing: border-box;
    }
    footer .foot_area h2 {
        padding-top:30px;
        font-weight:bold;
        font-size:15px;
        color:#666;
    }
    footer .foot_area .addr {
        padding-top:5px;
        line-height:1.4;
        font-size:13px;
        color:#666;
    }
    footer .foot_area .addr .br_line{
        display: block;
    }
    footer .foot_area .addr .space0 {
        letter-spacing: 0;
    }
    footer .foot_area .copy {
        padding-top:3px;
        font-size:13px;
        color:#666;
        letter-spacing:0;
    }
    footer .foot_area .snslink {
        position: static;
        text-align: center;
        width: 100%;
    }
    footer .foot_area .snslink li {
        float:left;
        margin-left:0;
        width: 33%;
        box-sizing: border-box;
        padding-top: 30px;
    }
    footer .foot_area .snslink li a {
        display:block;
        width:80px;
        height:80px;
        text-indent:-9999px;
        overflow:hidden;
        background:url(../imgs/017.png) no-repeat;
        background-size: cover;
        margin: 0 auto;
    }
    footer .foot_area .snslink li + li a {
        background-image:url(../imgs/015.png);
        background-size: cover;
    }
    footer .foot_area .snslink li + li + li a {
        background-image:url(../imgs/016.png);
        background-size: cover;
    }

            
}


@media all and (max-width:800px) {
	
	footer .foot_area.box_inner{
    	padding-left: 40px; 
    }
	
    
    /* quick_list */
    .quick_area {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 12px;
        padding-bottom: calc(12px + env(safe-area-inset-bottom));
        pointer-events: none;
        z-index: 3000;
        height: 80px;
        box-sizing: border-box;
        border: none;
        display: block;
        background-color: #1d2b70;
    }
    .quick_area .quick-btn-wrap{
    	width: 100%;
    	height: 100%;
    	display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    
    .quick_area .quick-btn-wrap .quick-qna-btn,
    .quick_area .quick-btn-wrap .quick-reg-btn{
    	width: 120px;
    	height: 40px;
    	border-radius: 10px;
    	border-style: none;
    	font-size: 16px;
    	font-weight: bold;
	}
	
	.quick_area .quick-btn-wrap .quick-qna-btn{
		color: #1d2b70;
		background-color:#fff;
	}

	.quick_area .quick-btn-wrap .quick-reg-btn{
		color: #fff;
		background-color: #6d65ff;
	}
	
	.quick_area .quick-btn-wrap button:active{
		filter: brightness(0.9);
	}
	
	.quick_area .quick_list li {
        height: 50px;        
        float:left;
        width:33%;
        text-align:left;
        box-sizing: border-box;
    }
	.quick_area .quick_list li + li {
        width:34%;
        border-left: 1px solid #fff;
        box-sizing: border-box;
    }
	.quick_area .quick_list li + li + li {
        width:33%;
        border-left: 1px solid #fff;
        box-sizing: border-box;
    }
	.quick_area .quick_list li a {
        display:block;
        color:#fff;
        background: #666;
        box-sizing: border-box;
        height: 50px;
/*        padding: 0;*/
    }	 
    .quick_area .quick_list li a h3 {
        color:#fff;
        margin: 0;
        font-size:1.2em;
        padding-left: 30px;
        box-sizing: border-box;
        width: 110px;
        margin: 0 auto;
    }
    .quick_area .quick_list li a p {
        display:none;
    }   
    .quick_area .quick_list li.tel a h3 {
        background: url('../imgs/ico_phone_mobtm.png') no-repeat ;
        background-position: left center;
        background-size:25px;
        text-indent: -10px;
        text-align: center;
    }
    .quick_area .quick_list li.location a h3 {
        background: url('../imgs/ico_contact_mobtm.png') no-repeat;        
        background-position: left  center;
        background-size:25px;
        text-indent: 0;
    }
    .quick_area .quick_list li.sugang a h3 {
        background: url('../imgs/ico_katalk_mobtm.png') no-repeat;
        background-position: left  center;
        background-size:23px;
        text-indent: 0px;        
    }    
    
    .to_top {
	    display: block;
        position:fixed;
        right:20px;
        bottom:140px;
        text-align:center;
        background:none;
        z-index:100;
        border:none;
    }
	.to_top a {
        display:block;
        width:45px;
        height:45px;
        border:none;
        background:url(../imgs/ico_totop_mo.png) no-repeat center;
        background-size:45px;
    }
    

    /*빠른 상담신청*/
    .sugang_area{
        
    }
    .sugang_area .sugang_box{
        padding: 10px;
        box-sizing: border-box;
        
    }
        
    .sugang_area .sugang_box .box_inner .sugang_wrap .title_wrap{        
        width: 320px;
    }
    
    /* footer */
    footer {
        border-style: none;
        background-color: #202020;
        padding-top:0px;
        padding-bottom:80px;
    }
    footer .foot_area {
        position:relative;
        padding:0 20px 30px;
        width: 100%;
        box-sizing: border-box;
    }
    footer .foot_area h2 {
        padding-top:30px;
        font-weight:bold;
        font-size:15px;
        color: #ccc;
    }
    footer .foot_area .addr {
        padding-top:5px;
        line-height:1.4;
        font-size:13px;
        color: #ccc;
    }
    footer .foot_area .addr .br_line{
        display: block;
    }
    footer .foot_area .addr .space0 {
        letter-spacing: 0;
    }
    footer .foot_area .copy {
        padding-top:3px;
        font-size:13px;
        color: #ccc;
        letter-spacing:0;
    }
    footer .foot_area .snslink {
        position: static;
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    footer .foot_area .snslink li {
        float:none;
        margin-left:0;
        box-sizing: border-box;
        padding-top: 30px;
        width: 30%;
    }
    footer .foot_area .snslink li:nth-child(3){
    	margin-right: -10px;
    }
    
    footer .foot_area .snslink li a {
        display:block;
        width:80px;
        height:80px;
        text-indent:-9999px;
        overflow:hidden;
        background:url(../imgs/017.png) no-repeat;
        background-size: cover;
        margin: 0 auto;
    }
    footer .foot_area .snslink li + li a {
        background-image:url(../imgs/015.png);
        background-size: cover;
    }
    footer .foot_area .snslink li + li + li a {
        background-image:url(../imgs/016.png);
        background-size: cover;
    }
    
    .quick_area_mobile {
    	display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 12px;
        padding-bottom: calc(12px + env(safe-area-inset-bottom));
        box-sizing: border-box;
        pointer-events: none;
        z-index: 3000;
    }

    .quick_area_mobile .quick-btn-wrap,
    .quick_area_mobile .quick-btn-wrap * {
        pointer-events: auto;
    }

    
}

@media all and (max-width:320px) {
	.quick_area .quick_list li a h3 {
        letter-spacing:-2px;
    }
}


