@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	color: #111;
	text-decoration: none;
}


/* =================================

  							*** FONT ***

=================================*/


*{
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.015rem;
	color: #111;
	line-height: 1.5;
    word-break: keep-all;
}

@media screen and (max-width: 1024px){
	*{ font-size: 15px; }
}

@media screen and (max-width: 900px){
	*{ font-size: 14px; }
}

@media screen and (max-width: 767px){
	*{ font-size: 13px; }
}

/* =================================

  							*** COLOR ***

=================================*/

:root{
    --color01:#1f244f;
    --color02:#a7932f;
    --color03:#173f7b;
    --color04:#606482;
    --colorbg:#f8f6f1;
}

.bold{
    font-weight: 700;
    color: inherit;
    letter-spacing: inherit;
    font-size: inherit;
}

.wrap{
    width: 1300px;
    margin: 0 auto;
}

.cont{
    margin-top: 60px;
}

#sec01, #sec03, #sec04, #sec05{
    padding:160px 0;
}

#sec05{
    padding-bottom: 0;
}

#sec06{
    padding-bottom: 160px;
}

.tit_box{
    text-align: center;
}

.tit_box_left{
    text-align: left;
}

.tit_box .s_tit, .tit_box_left .s_tit{
    color: var(--color02);
    letter-spacing: 10px;
}

.tit_box .s_tit .bold, .titi_box_left .s_tit .bold{
    letter-spacing: inherit;
    color: inherit;
    font-size: inherit;
}

.bar, .bar_center{
    width: 50px;
    height: 2px;
    background-color: var(--color01);
    margin: 20px 0 10px 0;
    display: block;
}

.bar_center{
    margin: 20px auto 10px auto;
}

h2{
    color: var(--color01);
    font-size: 3.75rem;
    line-height: 1 !important;
}

h3{
    color: #666;
    font-size: 1.125rem;
    margin-top: 30px;
}

@media screen and (max-width:1300px){
    h2{
        font-size: 3rem;
    }
    .s_tit{
        font-size: 0.875rem;
    }
}

@media screen and (max-width:1024px){
    .tit_box .s_tit, .tit_box_left .s_tit{
        font-size: 0.8rem;
    }
    #sec01, #sec03, #sec04, #sec05{
        padding:120px 0;
    }

    h2{
        font-size: 2.8rem;
    }
    h3{
        font-size: 1rem;
    }
    #banner{
        margin-top: 120px;
    }
    #sec06{
        padding-bottom: 120px;
    }
}

@media screen and (max-width:900px){
    #sec01, #sec03, #sec04, #sec05{
        padding:80px 0;
    }
    #sec06{
        padding-bottom: 80px;
    }

    h3{
        margin-top: 20px;
    }
    h2{
        font-size: 2.5rem;
    }
    .tit_box .s_tit, .tit_box_left .s_tit {
        font-size: 0.7rem;
    }
    #sec02{
        padding: 80px 0;
    }
}

@media screen and (max-width:767px){
    #sec01, #sec03, #sec04, #sec05{
        padding:60px 0;
    }

    #sec06{
        padding-bottom: 60px;
    }

    #sec02{
        padding: 60px 0;
    }

    .cont {
        margin-top: 40px;
    }
}




/*main start*/

#header{
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 99999999;
    background-color: #fff;
    border-bottom: 1px solid var(--colorbg);
    top: 0;
    left: 0;
}

#header .wrap{
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

#header .logo{
    width: 65px;
}

#header .logo a{
    display: block;
    width: 100%;
}

#header .logo a img{
    width: 100%;
    vertical-align: middle;
}

#header .pc_menu{
    display: flex;
    align-items: center;
}

#header .pc_menu li a{
    font-size: 20px;
    display: block;
    margin-left: 50px;
}

#header .pc_menu li:first-child a{
    margin-left: 0;
}

#header .mobile, #header .m_btn{
    display: none;
}


/*header 끝*/


#main_slide{
    width: 100%;
    height: 100vh;
    position: relative;
}

#main_slide::before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 32%;
    width: 100%;
    background-color: var(--colorbg);
}

#main_slide .wrap_slide{
    width: 85%;
    position: absolute;
    right: 0;
    height: calc(100% - 100px);
    bottom: 0;
}

#main_slide .wrap_slide .slide_img{
     width: 70%;
    height: 82%;
    position: absolute;
    right: 0;
    opacity: 0.9;
	background: url(/img/main_bg.png) no-repeat center/cover;
}

#main_slide .wrap_slide .tit_box_left{
    z-index: 1;
    position: absolute;
    top: 35%;
}

#main_slide h2{
    font-weight: 700;
}

#main_slide .scroll_down{
    position: absolute;
    bottom: 42%;
    transform: rotate(90deg);
    display: flex;
    align-items: center;
}

#main_slide .scroll_down p{
    color: var(--color01);
    font-size: 0.875rem;
}

#main_slide .scroll_down i{
    color: var(--color01);
    font-size: 0.875rem;
    margin-left: 10px;
	margin-top: -4px;

	animation: upDown 2s linear infinite;
}

@keyframes upDown{
	0%{     transform: translateX(-2px); }

	50%{ transform: translateX(2px);}

	100%{ transform: translateX(-2px);}
}

#main_slide .scroll_down::before{
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--colorbg);
    bottom: 0;
    left: 93%;
    content: '';
    z-index: -1;
}

/*main slide 끝*/
#sec01{
    position: relative;
}

#sec01 .tit_box{
    text-align: right;
}

#sec01 .wrap{
    display: flex;
    justify-content: space-between;
}

#sec01 .ceo{
    display: flex;
}

#sec01 .ceo_img img{
        box-shadow: -20px -20px 0px var(--colorbg);
}

#sec01 .ceo_txt{
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

#sec01 .ceo_txt .ceo_name{
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1;
}

#sec01 .ceo_txt .bar{
    margin: 20px 0;
}

#sec01 .ceo_txt .ceo_name span{
    color: var(--color02);
    font-size: 1.125rem;
    padding-left: 20px;
}

#sec01 .ceo_txt .ceo_info li{
    color: #666;
}

#sec01 .wrap .tit_box .bar{
    margin: 20px 0 20px auto;
}

#sec01::before{
    position: absolute;
    content: '공간의 감동';
    font-size: 160px;
    font-weight: 900;
    color: #fff;
    text-shadow: -2px -2px 0 var(--colorbg), 2px -2px 0 var(--colorbg), -2px 2px 0 var(--colorbg), 2px 2px 0 var(--colorbg);
    z-index: -1;
    right: 0;
    bottom: 110px;
}

/*sec01 끝*/

#sec02{
    background-color: var(--colorbg);
    padding: 120px 0;
}

#sec02 .wrap>div{
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}
#sec02 .wrap>div:last-child{
    margin-bottom: 0;
}

#sec02 .about_left{
    width: 50%;
}

#sec02>div .about_right{
    width: 50%;
    height: 430px;
}

#sec02 .about_03{
    margin-bottom: 0;
}

#sec02 .about_left .s_about{
    color: var(--color02);
    letter-spacing: 10px;
}

#sec02 .about_left .about_tit{
    font-size: 2.3rem;
    color: var(--color01);
}

#sec02 .about_left .about_txt{
    font-size: 1.125rem;
    color: #666;
    margin-top: 30px;
}

#sec02 .about_left .about_txt .bold{
    font-size: inherit;
    color: inherit;
}

#sec02 .about01 .about_right{
    background: url(/img/about_01.png) no-repeat center/cover;
}

#sec02 .about02 .about_right{
    background: url(/img/about_02.png) no-repeat center/cover;
}

#sec02 .about03 .about_right{
    background: url(/img/about_03.png) no-repeat center/cover;
}

#sec02 .about02{
    flex-direction: row-reverse;
}

#sec02 .about02 .about_left{
    padding-left: 60px;
    box-sizing: border-box;
}

/*sec02 끝*/

#sec03 .cont_tit{
    width: 100%;
    border-bottom: 1px solid var(--color03);
    margin-bottom: 40px;
}

#sec03 .cont_tit span{
    color: white;
    font-size: 1.25rem;
    padding: 10px 20px;
    background-color: var(--color03);
    display: block;
    width: fit-content;
}

#sec03 .cont_top{
    margin-bottom: 80px;
}

#sec03 .cont_top ul{
    display: flex;
    justify-content: space-between;
}

#sec03 .cont_top ul li{
    width: calc((100% - 40px) / 3);
}

#sec03 .cont_top .consult_img img{
    width: 100%;
    height: auto;
}

#sec03 .cont_top .consult_tit{
    font-size: 1.25rem;
    color: var(--color01);
    font-weight: 600;
    margin-top: 20px;
}

#sec03 .bar{
    margin: 20px 0;
}

#sec03 .cont_top .consult_txt{
    color: #666;
}

#sec03 .cont_bottom ul li{
    display: flex;
    margin-bottom: 40px;
}

#sec03 .cont_bottom ul li:last-child{
    margin-bottom: 0;
}

#sec03 .cont_bottom ul li{
    width: 100%;
}

#sec03 .cont_bottom .sub_consult_img{
    width: 40%;
}

#sec03 .cont_bottom .sub_consult_img img{
    width: 100%;
}

#sec03 .cont_bottom .sub_consult_box{
    width: 60%;
    padding-left: 50px;
    word-break: keep-all;
    box-sizing: border-box;
    margin: auto 0;
}

#sec03 .cont_bottom .sub_consult_box .consult_tit{
    font-size: 1.25rem;
    color: var(--color01);
    font-weight: 600;
}

#sec03 .cont_bottom .sub_consult_box .consult_txt{
    font-size: 1.125rem;
    color: #666;
}

#sec03 .cont_bottom .sub_consult_box .consult_txt span{
    font-size: 0.875rem;
    color: #fff;
    padding: 2px 10px;
    background-color: var(--color03);
    display: inline-block;
    margin-bottom: 10px;
}

#sec03 .cont_bottom .sub_consult_03 .consult_txt .top_span{
    margin-top: 10px;
}

/*sec03 끝*/

#sec04{
    background-color: var(--colorbg);
}

#sec04 ul{
    display: flex;
    justify-content: space-between;
}

#sec04 ul li{
    width: 20%;
    text-align: center;
    position: relative;
}

#sec04 ul li .pro{
    font-size: 1.125rem;
    color: var(--color01);
    font-weight: 600;
}

#sec04 ul li .pro_icn{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    
    
    margin: 20px auto;
}

#sec04 ul li.pro_01 .pro_icn{
    background:url(/img/pro_01.png) #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:  40% auto;
}

#sec04 ul li.pro_02 .pro_icn{
    background:url(/img/pro_02.png) #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:  40% auto;
}

#sec04 ul li.pro_03 .pro_icn{
    background:url(/img/pro_03.png) #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:  40% auto;
}

#sec04 ul li.pro_04 .pro_icn{
    background:url(/img/pro_04.png) #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:  40% auto;
}

#sec04 ul li.pro_05 .pro_icn{
    background:url(/img/pro_05.png) #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:  40% auto;
}

#sec04 ul li::after{
    content: '';
    position: absolute;
    width: 14px;
    height: 8px;
    background: url(/img/arr.png) no-repeat;
    top: 36%;
    right: -3%;
}

#sec04 ul li:last-child:after{
    display: none;
}

#sec04 .cont ul li .bar_center{
    margin: 20px auto;
}

#sec04 ul .pro_tit{
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--color01);
}

#sec04 ul .pro_txt{
    font-size: 1.125rem;
    color: #666;
}

/*sec04 끝*/

#banner{
    width: 100%;
    padding: 80px 0;
    background: url(/img/banner.png) no-repeat center / cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 160px;
}

#banner .tit_box .s_tit, #banner .tit_box h2{
    color: #fff;
}

#banner .tit_box .bar_center{
    background-color: #fff;
}

#banner .banner_tel{
    display: flex;
    justify-content: center;
}

#banner .banner_tel p{
    color: #fff;
    font-size: 2.1875rem;
    font-weight: 600;
}

#banner .banner_tel span{
    display: block;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: auto 0 auto 20px;
}

#banner .banner_tel span i{
    color:#fff;
    text-align: center;
    font-size: 0.875rem;
    padding: 9px 10px 10px 10px;
}

#banner .tit_box h2{
    font-size: 2.8125rem;
}

/*banner 끝*/

#sec05 .cont{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-bottom: 80px;
}

#sec05 .cont ul{
    width: 48%;
    border-bottom: 1px solid var(--color01);
    display: flex;
    justify-content: space-between;
}

#sec05 .cont ul li{
    width: 48%;
    pointer-events:none
}

#sec05 .cont ul li img{
    width: 100%;
}


.ex_01, .ex_02{
    margin-bottom: 60px;
}

#sec05 .cont ul li .ex_txt{
    font-size: 1.25rem;
    padding: 20px 0;
    color: var(--color01);
    font-weight: 600;
}

#sec05 .more a{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--color01);
    margin: 0 auto;
    display: block;
}

#sec05 .more i{
    font-size: 25px;
    color: #fff;
    text-align: center;
    line-height: 100px;
    display: block;
}

/*sec05 끝*/

#sec06 .sec06_top{
    width: 100%;
    display: flex;
    padding-bottom: 100px;
    position: relative;
    padding-top: 160px;
}

#sec06 .sec06_top::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: var(--colorbg);
    bottom: 0;
    left: 0;
}

#sec06 .sec06_top .sec06_top_left{
    width: 50%;
    height: 400px;
    background: url(/img/est_bg.png) no-repeat center/ cover;
    z-index: 1;
}

#sec06 .sec06_top .sec06_top_right{
    padding-left: 60px;
    box-sizing: border-box;
    z-index: 1;
    margin: auto 0;
}

#sec06 .sec06_top .sec06_top_right .tit_box{
    text-align: left;
}

/* 전화배너 */
.sec06_banner{
    padding-top: 160px;
}
.sec06_banner img{
    width: 100%;
}
.sec06_banner_wrap{
    background: url(../img/banner_bg.png) no-repeat;
    background-size: cover;
    height: 433px;
    overflow: hidden;
}
.sec06_banner_wrap a{
    display: flex;
}
.sec06_ban_left{
    width: 43%;
    padding-top: 61px;
    padding-left: 61px;
}
.sec06_ban_left img{
    width: 348px;
}
.sec06_ban_right{
    width: 57%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.sec06_ban_right_img{
    text-align: right;
    padding-top: 79px;
    padding-bottom: 40px;
}
.sec06_ban_right_tel{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 46px;
    gap: 24px;
}
.sec06_ban_right_tel_r{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sec06_ban_right_tel_r_text{
    display: flex;
    justify-content: center;
    gap: 30%;
}
.sec06_banner em{
    font-style: initial;
}
.sec06_ban_right_tel_r_text p,
.sec06_banner em{
    font-size: 1.5rem;
    color: #0F3769;
    letter-spacing: 10px;
}

.sec06_f_bold{
    font-weight: 600;
    /* font-size: 1.5rem; */
    /* color: #292c46; */
    letter-spacing: 10px;
}
.sec06_ban_right_tel_r>p{
    font-size: 4.5rem;
    color: #f84747;
    font-weight: 600;
}
.sec06_ban_estimate{display: none;}

@media screen and (max-width:1300px){
    .sec06_banner_wrap{height: 367px;}
    .sec06_ban_left{padding-left: 40px;}
    .sec06_ban_right_tel_r_text {gap: 10%;}
    .sec06_ban_right_tel_r_text p, .sec06_banner em {font-size: 1rem;}
    .sec06_ban_right_tel_r>p {font-size: 2.5rem;}
    .sec06_ban_right_tel {padding-right: 12px;}
    .sec06_ban_right_tel_l img{width: 80%;}

}
@media screen and (max-width:1024px){
    .sec06_banner{padding-top: 120px;}
    .sec06_ban_right_tel {
        padding-right: 0px;
        align-items: flex-end;
        gap: 13px;
        flex-direction: column;
    }
    .sec06_ban_right_img {width: 90%; padding-bottom: 24px; padding-top: 54px;}
    .sec06_ban_right_tel_r{padding-right: 15px;}
    .sec06_ban_right_tel_r_text {justify-content: flex-start;}
    .sec06_ban_right_tel_r>p{font-size: 2.5rem;}
}
@media screen and (max-width:900px){
    .sec06_banner{padding-top: 80px;}
    .sec06_banner_wrap{
        background: url(../img/banner_bg_w.png) no-repeat;
        background-size: cover;
        height: 310px;
    }
    .sec06_ban_left{display: none;}
    .sec06_ban_right{width: 100%;}
    .sec06_ban_right_img {width: 78%;}
    .sec06_ban_right_tel{flex-direction: row; align-items: center;}
}
@media screen and (max-width:800px){
    .sec06_banner_wrap.wrap{width: 100%;}
    .sec06_banner_wrap{height: 193px;}
    .sec06_ban_right_img>img{display: none;}
    .sec06_ban_estimate{display: flex; background: #fff; justify-content: center; border-radius: 30px; align-items: center; gap: 20px; padding: 5px 0}
    .sec06_ban_estimate img{width: 40px;}
    .sec06_ban_estimate p{font-size: 1.5rem; color: #0F3769; font-weight: 600;}
    .sec06_ban_right {align-items: center;}
    .sec06_ban_right_img {padding-top: 31px; width: 279px;}
    .sec06_ban_right_tel_r {padding-right: 0;}
    .sec06_ban_right_tel_r_text{justify-content: center;}
    .sec06_ban_right_tel_l{width: 18%;}
    .sec06_ban_right_tel_l img {width: 100%;}
    .sec06_ban_right_tel {justify-content: center;}
    .sec06_ban_right_tel_r_text{padding-left: 11px;}

}
@media screen and (max-width:767px){
    .sec06_banner{padding-top: 60px;}
}
@media all and (max-width: 480px){

}

/* 전화배너 끝*/


#sec06 .cont{
    width: 1300px;
    margin: 60px auto 0 auto;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	gap: 60px;
}

#sec06 .cont>div{
    /* width: 48%; */
	width: calc( (100% - 60px) / 2 );
}

#sec06 .cont table{
    width: 100%;
}

#sec06 .cont .form_left tr{
    display: flex;
    padding: 10px 0;
    align-items: center;
}

#sec06 .cont .form_left tr th{
    font-size: 1.25rem;
    color: var(--color01);
    width: 25%;
    font-weight: 600;
    text-align: left;
}

#sec06 .cont .form_left tr td{
    width: 75%;
}

#sec06 .cont .form_left tr td input{
    width: 100%;
    box-sizing: border-box;
    padding: 9px 10px;
    border: none;
    border: 1px solid #ddd;
}

#sec06 .cont .form_right tr{
    display: flex;
    padding: 10px 0;
    
}

#sec06 .cont .form_right tr th{
    font-size: 1.25rem;
    color: var(--color01);
    width: 25%;
    font-weight: 600;
    text-align: left;
}

#sec06 .cont .form_right tr td{
    width: 75%;
    display: flex;
    flex-flow: wrap;
}

#sec06 .cont .form_right tr td .must_check{
    width: 33.33%;
    display: flex;
    margin-bottom: 20px;
}
#sec06 .cont .form_right tr td .must_check:nth-child(10),
#sec06 .cont .form_right tr td .must_check:nth-child(11),
#sec06 .cont .form_right tr td .must_check:nth-child(12)
{
    margin-bottom: 0;
}


#sec06 .cont .form_right tr td .must_check input{
    width: 8%;
    border: none;
    border: 1px solid #ddd;
}


#sec06 .cont .form_right tr td .must_check p{
    margin-left: 10px;
}

#sec06 .cont .contents textarea{
    width: 100%;
    height: 128px;
    resize: none;
    border: none;
    border: 1px solid #ddd;
}

#sec06 .send{
    background-color: var(--color01);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 20px 115px;
    border-radius: 5px;
    margin: 20px auto 0 auto;
    display: block;
    width: fit-content;
	border: 0; outline: none;
}

/*sec06 끝*/

#line_banner{
    width: 100%;
    background-color: var(--color01);
}

/* #line_banner .wrap {
    padding:0 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
#line_banner .wrap a{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 23px 0;
}

#line_banner .line_banner_tit{
    /* font-size: 2.1875rem; */
    font-size: 2.8875rem;
    color: #fff;
}

#line_banner .banner_tel{
    display: flex;
}

#line_banner .banner_tel p{
    color: #fff;
    /* font-size: 1.875rem; */
    font-size: 2.275rem;
    font-weight: 600;
}

#line_banner .banner_tel span{
    display: block;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: auto 0 auto 45px;

}

#line_banner .banner_tel span i{
    color: #fff;
    text-align: center;
    font-size: 0.875rem;
    padding: 9px 10px 10px 10px;
}


/* footer */
#footer{
    padding: 60px 0;
    background-color: #f8f6f1;
}
#footer .wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#footer .f_left .f_tit{
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--color01);
    line-height: 1;
}
#footer .f_left ul.f_info{
    display: flex;
    margin-top: 50px;
}
#footer .f_left ul.f_info li{
    display: flex;
    flex-direction: column;
    margin-right: 30px;
}
#footer .f_left ul.f_info li:last-child{
    margin-right: 0;
}
#footer .f_left ul.f_info li strong{
    color: #666;
    margin-bottom: 20px; 
    line-height: 1;   
}
#footer .f_left ul.f_info li span{
    color: #121212;
    line-height: 1;
}
#footer .f_right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#footer .f_right .f_logo{
    width: 76px;
    margin-bottom: 80px;
}
#footer .f_right .f_logo img{
    width: 100%;
}

#footer .f_right .btn_login{
	display: block;
	color: var(--color02);
	margin-bottom: 20px;
}
#footer .f_right .copy{
    color: #666;
    line-height: 1 !important;
}
#footer .f_right .copy a{
    font-weight: 600;
    color: var(--color03);
    line-height: inherit;
}

/* quick_menu */
.quick{
    position: fixed;
    bottom: 6%;
    right: 3%;
}
.quick_menu{
    display: flex;
    flex-direction: column-reverse;
}
.quick_menu li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 10px;
    background-color: var(--color04);
}
.quick_menu li a{
    line-height: 0;
}
.xi-long-arrow-up{
    color: #fff;
}

.quick_menu .up_top{
    background-color: var(--color01);
}

.quick_menu .plus{
    display: none;
}

/*######################################################################################################################반응형할거야###################################################################################################################################################*/

@media screen and (max-width:1300px){
    .wrap{
        width: 90%;
    }
    #sec01::before{
        font-size: 150px;
    }
    #sec02 .about_left .about_txt{
        font-size: 1rem;
    }
    #sec02 .about_left .s_about{
        font-size: 0.875rem;
    }
    #sec03 .cont_bottom .sub_consult_box{
        padding-left: 60px;
        word-break: keep-all;
    }
    #sec03 .cont_bottom .sub_consult_box .consult_txt{
        font-size: 1rem;
    }
    #sec04 ul .pro_txt{
        font-size: 1rem;
    }
    #banner{
        background:url(/img/banner.png) no-repeat 0 center / cover ;
    }
    #sec06 .cont{
        width: 90%;
		gap: 40px;
    }
    .quick_menu .plus{
        display: block;
        width: 70px;
        height: 70px;
        background-color: var(--color01);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

	.quick_menu li {
		transition: 0.4s;
		pointer-events: all;
	}
    .quick_menu .plus i{
        color: #fff;
    }
    .quick_menu li.m_hide{
        /* display: none; */opacity: 0;
		pointer-events: none;
		
    }




}

@media screen and (max-width:1024px){
    #header .pc_menu{
        display: none;
    }

    #header .m_btn{
        cursor: pointer;
        display: block;
        display: block;
        position: absolute;
        top: 50%;
        right: 5%;
        transform: translateY(-50%);
    }

    #header .m_btn i{
        font-size: 2rem;
        color: var(--color01);
    }

    #header .mobile{
        display: none;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: var(--colorbg);
        text-align: center;
        align-items: center;
        flex-direction: column;
        
    }

    #header .mobile::before{
        position: absolute;
        content: 'GONGGAM';
        color: white;
        font-size: 160px;
        font-weight: 900;
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
        
    }

    #header .mobile .close i{
        font-size: 2rem;
        color: var(--color01);
    }

    #header .mobile .m_menu{
        z-index: 1;
    }

    #header .mobile .m_menu li a{
        display: block;
        padding: 20px;
        font-size: 2.5rem;
        font-weight: 500;
        color: #333;
    }

    #header .mobile li a:hover{
        color:var(--color01);
        border-bottom: 2px solid var(--color01);
    }

    #header{
        height: 80px;
    }

    #header .mobile .m_wrap{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 100%;
    }

    #header .logo{
        width: 45px;
    }


    #sec01 .wrap{
        flex-flow: column-reverse;
    }

    #sec01 .tit_box{
        margin-bottom: 60px;
    }

    #sec01 .tit_box h3 br{
        display: none;
    }

    #sec01::before{
        font-size: 120px;
        bottom: 47%;
    }
    #sec02 .wrap>div{
        justify-content: space-between;
    }
    #sec02>div .about_right{
        height: 300px;
        width: 40%;
    }
    #sec02 .about_left{
        width: 55%;
    }

    #sec03 .cont_bottom ul li{
        align-items: center;
    }

    #sec03 .cont_bottom ul li{
        padding-bottom: 20px;
        border-bottom: 1px solid var(--colorbg);
    }

    #sec03 .cont_bottom .sub_consult_img{
        width: 40%;
    }
    #sec03 .cont_bottom .sub_consult_box{
        width: 60%;
        padding-left: 20px;
    }
    #sec03 .cont_tit span{
        font-size: 1rem;
    }
    #sec03 .cont_top .consult_txt{
        word-break: keep-all;
    }

    #sec03 .cont_top .consult_txt br{
        display: none;
    }

    #sec03 .bar{
        margin: 15px 0;
    }

    #sec04 ul li .pro_icn{
        width: 130px;
        height: 130px;
    }

    #sec04 ul .pro_tit{
        font-size: 1.125rem;
    }

    #sec04 .cont ul li .bar_center{
        margin: 15px auto;
    }

    #sec04 ul .pro_txt{
        font-size: 0.875rem;
    }
    #sec04 ul li .pro{
        font-size: 1rem;
    }

    #banner .tit_box h2{
        font-size: 2.5rem;
    }
    #banner .banner_tel p{
        font-size: 1.8rem;
    }

    #banner .banner_tel span i{
        padding: 6px 7px 7px 7px;
    }

    #sec05 .cont ul{
        width: 49%;
    }

	#sec06 .cont>div {
		width: calc( (100% - 40px) / 2 );
	}

    #sec06 .cont .form_left tr{
        padding: 5px 0;
    }

    #sec06 .cont .form_left tr th{
        font-size: 1.125rem;
        width: 20%;
    }

    #sec06 .cont .form_right tr th{
        font-size: 1.125rem;
        width: 20%;
    }

    #sec06 .cont .form_right tr{
        padding:5px 0;
    }

    #sec06 .cont .form_left tr td{
        width: 80%;
    }

    #sec06 .cont .form_right tr td{
        width: 80%;
    }

    #sec06 .cont .form_right tr td .must_check{
        margin-bottom: 10px;
    }

    #sec06 .cont .contents textarea{
        height: 118px;
    }
    #sec06 .send{
        font-size: 1.25rem;
        padding: 15px 80px;
        margin: 30px auto 0 auto;
    }

    #line_banner .line_banner_tit{
        font-size: 1.8rem;
    }

    #line_banner .banner_tel p{
        font-size: 1.5rem;
    }

    #line_banner .banner_tel span i{
        padding: 6px 7px 7px 7px;
    }

    #footer{
        padding: 40px 0;
    }

    #footer .f_left .f_tit{
        font-size: 2.1rem;
    }

    #footer .f_left ul.f_info{
        flex-flow: wrap;
    }

    #footer .f_left ul.f_info li{
        flex-direction: row;
    }

    #footer .f_left ul.f_info li span{
        margin-left: 20px;
    }

    #footer .f_left{
        width: 50%;
    }

    #footer .f_right{
        width: 50%;
    }

    #footer .f_right .copy{
        font-size: 0.8rem;

    }

    #footer .f_right .copy a{
        font-size: inherit;
    }

    #footer .f_left .f_info li:nth-child(3) strong, 
    #footer .f_left .f_info li:nth-child(4) strong{
        margin-bottom: 0;
    }
	
	#footer .f_right .btn_login{
		margin-bottom: 15px;
	}

    #main_slide .wrap_slide{
        height: calc(100% - 80px);
    }
}


@media screen and (max-width:900px){
    #header .mobile::before{
        font-size: 120px;
    }

    #header .mobile .m_menu li a{
        padding: 15px;
    }

    .wrap{
        width: 85%;
    }

    #main_slide .wrap_slide{
        width: 85%;
    }

     #main_slide .wrap_slide .slide_img{
        /* width: 85%; */
        height: 83%;
    }

    #main_slide .scroll_down{
        display: none;
    }

    #main_slide .wrap_slide .tit_box_left{
        top: 70%;
    }

    #sec01 .ceo .ceo_img{
        width: 40%;
    }

    #sec01 .ceo .ceo_img img{
        width: 100%;
    }

    #sec01 .ceo_txt .ceo_name{
        font-size: 2.3rem;
    }

    #sec01::before{
        font-size: 90px;
        bottom: 45%;
        right: 3%;
    }

    #sec02 .wrap>div{
        flex-direction: column-reverse;
        margin-bottom: 60px;
    }

    #sec02>div .about_left{
        width: 100%;
        margin-top: 30px;
    }

    #sec02>div .about_right{
        width: 100%;
    }

    #sec02 .about02 .about_left{
        padding-left: 0;
    }

    #sec03 .cont_bottom ul{
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    #sec03 .cont_bottom ul li{
        width: 60%;
        flex-direction: column;
    }

    #sec03 .cont_bottom .sub_consult_img{
        width: 100%;
    }

    #sec03 .cont_bottom .sub_consult_box{
        width: 100%;
        padding-left: 0;
    }

    #sec03 .cont_bottom ul li:last-child{
        border-bottom: 0;
    }
    #sec04 ul{
        justify-content: center;
        flex-wrap: wrap;
    }

    #sec04 ul li{
        width: 30%;
    }

    #sec04 ul .pro_04,
    #sec04 ul .pro_05{
        margin-top: 40px;
    }

    #banner{
        margin-top: 80px;
    }

    #banner .tit_box h2{
        font-size: 2.2rem;
    }
    #banner .banner_tel p{
        font-size: 1.5rem;
    }

    #banner .banner_tel span i {
        padding: 4px 5px 5px 5px;
    }

    #sec04 .cont ul li .bar_center{
        width: 30px;
    }

    .bar, .bar_center{
        width: 30px;
    }

    #sec05 .cont ul li .ex_txt{
        font-size: 1.125rem;
        padding: 10px 0;
    }

    #sec05 .more a{
        width: 70px;
        height: 70px;
    }

    #sec05 .more i{
        line-height: 70px;
        font-size: 18px;
    }

    #sec05 .cont{
        margin-bottom: 60px;
    }

    #sec06 .sec06_top .sec06_top_left{
        height: 260px;
    }

    #sec06 .sec06_top{
        padding-bottom: 80px;
    }

    #sec06 .sec06_top .sec06_top_right{
        padding-left: 40px;
    }

    #sec06 .cont{
        width: 85%;
        flex-direction: column;
    }

    #sec06 .cont>div {
        width: 100%;
    }

    #footer .wrap{
        flex-direction: column;
        position: relative;
    }

    #footer .f_left{
        width: 100%;
    }

    #footer .f_left::before{
        position: absolute;
        content: url(/img/logo.png);
        width: 16%;
        right: 0;
        top: 0;

    }

    #footer .f_right{
        width: 100%;
        align-items: flex-start;
        margin-top: 30px;
    }

    #footer .f_right .f_logo{
        display: none;
    }

    #line_banner .line_banner_tit {
        font-size: 1.6rem;
    }
    
    #line_banner .banner_tel p {
        font-size: 1.3rem;
    }

    #line_banner .banner_tel span i {
        padding: 6px 7px 7px 7px;
        font-size: 0.7rem;
    }

    #line_banner{
        padding: 5px 0;
    }

    #sec02 .about_left .s_about {
        font-size: 0.7rem;
    }

    .quick_menu .plus{
        width: 50px;
        height: 50px;
    }

    .quick_menu li{
        width: 50px;
        height: 50px;
    }

    .quick_menu li a{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .quick_menu li a img{
        width: 70%;
    }


}


@media screen and (max-width:767px){
    #header .mobile::before{
        font-size: 80px;
    }

    #main_slide .wrap_slide{
        width: 90%;
        display: flex;
        flex-direction: column-reverse;
    }

    #main_slide .wrap_slide .tit_box_left{
        top: 10%;
    }

     #main_slide .wrap_slide .slide_img {
        width: 100%;
        height: 58%;
        bottom: 0;
        top: 32%;
    }

    #sec01 .tit_box h3 br{
        display: block;
    }

    #sec01 .ceo{
        flex-direction: column;
    }

    #sec01 .ceo .ceo_img {
        width: 55%;
    }

    #sec01 .ceo_txt .ceo_info li{
        font-size: 1.125rem;
    }

    #sec01 .ceo_txt{
        margin-left: 0;
        margin-top: 30px;
    }

    #sec02 .about_left .about_txt br{
        display: none;
    }

    #sec02 .about_left .about_txt{
        word-break: keep-all;
    }

/*     #sec02 .about01 .about_right {
        background: url(/img/about_01.png) no-repeat;
        background-position: center;
    }
    
    #sec02 .about02 .about_right {
        background: url(/img/about_02.png) no-repeat;
        background-position: center;
    }
    
    #sec02 .about03 .about_right {
        background: url(/img/about_03.png) no-repeat;
        background-position: center;
    } */

    #sec02 .about_left .about_txt{
        margin-top: 15px;
    }

    #sec01::before {
        font-size: 70px;
        bottom: 20%;
        right: 2%;
    }

    #sec03 .cont_bottom ul li{
        width: 100%;
    }

    #sec03 .cont_top ul{
        flex-direction: column;
        align-items: center;
    }

    #sec03 .cont_top ul li{
        width: 80%;
        padding-bottom: 20px;
        margin-bottom: 40px;
        border-bottom: 1px solid var(--colorbg);
    }

    #sec03 .cont_top ul li:last-child{
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #sec04 ul li{
        width: 40%;
    }
    #sec04 ul .pro_03{
        margin-top: 40px;
    }

    #sec03 .cont_bottom .sub_consult_box .consult_tit{
        line-height: 1 !important;
        margin-top: 20px;
    }

    #banner{
        padding: 60px 0;
    }

    #sec05 .cont ul{
        width: 100%;
    }

    .ex_03 {
        margin-bottom: 60px;
    }

    #sec06 .sec06_top{
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #sec06 .sec06_top::before{
        height: 100%;
    }

    #sec06 .sec06_top .sec06_top_left{
        display: none;
    }


	#line_banner .banner_tel span{
		margin-left: 25px;
	}

}


@media screen and (max-width:480px){
    #header .mobile .m_menu li a{
        font-size: 2rem;
    }

    #header {
        height: 60px;
    }

    #header .logo {
        width: 30px;
    }

    #main_slide .wrap_slide {
        height: calc(100% - 60px);
    }

    #sec03 .cont_top ul li{
        width: 100%;
    }

    #sec04 ul li {
        width: 50%;
    }

    #sec04 ul .pro_txt {
        font-size: 1rem;
    }

    #sec06 .cont{
        margin-top: 40px;
    }

    #sec06 .cont .form_right tr td .must_check{
        width: 50%;
    }
    
    #sec06 .cont .form_left tr th{
        width: 30%;
    }

    #sec06 .cont .form_left tr td{
        width: 70%;
    }

    #sec06 .cont .form_right tr th{
        width: 30%;
    }

    #sec06 .cont .form_right tr td{
        width: 70%;
    }

    #footer .f_left .f_info li:nth-child(3){
        margin-bottom: 20px;
    }

    #footer .f_right .copy {
        font-size: 1rem;
        line-height: 1.5 !important;
    }

}

@media all and (max-width: 376px){
	#main_slide .wrap_slide .slide_img {
		top: 38%;
	}
}