/*font size*/
.fs_12{font-size: 0.75rem;}
.fs_14{font-size: 0.874rem;}
.fs_15{font-size: 0.938rem;}
.fs_17{font-size: 1.063rem;}
.fs_18{font-size: 1.125rem;}
.fs_20{font-size: 1.25rem;}
.fs_22{font-size: 1.375rem;}
.fs_24{font-size: 1.5rem;}
.fs_25{font-size: 1.563rem;}
.fs_30{font-size: 1.875rem;}
.fs_32{font-size: 2rem;}
.fs_36{font-size: 2.1rem;}
.fs_40{font-size: 2.5rem;}
.fs_46{font-size: 2.875rem;}
.fs_48{font-size: 3rem;}
.fs_50{font-size: 3.125rem;}
.fs_56{font-size: 3.5rem;}
.fs_60{font-size: 3.75rem;}

.pc {display: block}
.mobile {display: none;}

@media screen and (max-width:1200px){
    
    .fs_50{font-size: 20px;}
    .fs_60{font-size: 35px;}
}

@media screen and (max-width:760px){
    .fs_46{font-size: 23px;}
    .fs_56{font-size: 28px;}
    .fs_50{font-size: 18px;}
    .fs_60{font-size: 30px;}

    .pc {display: none}
    .mobile {display: block;}
}


/*font weight*/
.fw_el{font-weight: 100;}
.fw_l{font-weight: 300;}
.fw_m{font-weight: 400;}
.fw_sb{font-weight: 500;}
.fw_b{font-weight: bold;}
.fw_eb{font-weight: 800;}

*{letter-spacing: -0.5px;}
.b_color{color:#cb3f41; }
.b_color2 {color: #ff2a00}

.b_inner{max-width:1320px; margin:0 auto; width:100%; }
.b_inner2{max-width:1600px; margin:0 auto; width:100%; }
.b_inner3{max-width:1200px; margin:0 auto; width:100%; }
.b_inner4{max-width:1000px; margin:0 auto; width:100%; }

.b_more_btn{display: flex; align-items: center; justify-content: center; height:45px; border-radius: 0px; background-color: #000000; color:#fff; transition:background-color .3s; padding:0 20px; width: fit-content;}
.b_more_btn img{margin-left: 15px; transition:transform .2s;}
.b_more_btn:hover img.icon_arrow{transform: translateX(4px);transition: transform .2s;}


.line_box {height: 1px; border-bottom: 1px solid #ddd}

.mt30 {margin-top: 30px}
.mt50 {margin-top: 50px}
.mt80 {margin-top: 80px}
.mt100 {margin-top: 100px}
.mt120 {margin-top: 120px}
.mt200 {margin-top: 200px}

/*퀵배너*/
#kakao_talk {position: fixed; right: 20px; bottom: 30px; z-index: 99999999; display: flex; flex-direction: column; align-items: center; justify-content: center;}
#kakao_talk a {width: 50px; height: 50px; border-radius: 25px; display: flex; align-items: center; justify-content: center; margin: 0 0 7px}
#kakao_talk .kakao_btn {background-color: #fee800;}
#kakao_talk .b_top_btn {background-color: #e6e6e6; font-size: 20px}
#kakao_talk .b_top_btn:hover i {animation: moveT 1.5s ease;}
#kakao_talk img {width: 35px; border-radius: 50px}

#b_header{position:fixed; left:0; top:0; z-index:10; width:100%; height: 100px; transition:.4s; border-bottom: 0px solid rgba(255,255,255,.3);}
#b_header .b_inner{position: relative; display: flex; justify-content: space-between; align-items: center; height: 100%;}
#b_header nav{position:relative; }
#b_header #b_gnb {display: flex; align-items: center; height: 100%;}
#b_header #b_gnb > li {padding:0 15px; position: relative; height: 100%;}
#b_header #b_gnb > li > a{color:#000; display: flex; align-items: center; padding:5px; font-size: 1.2rem; height: 100%; font-weight: 400}

#b_header #b_gnb .b_sub_list{position:absolute; left:50%; top: 40px; background-color: #fff; width: 120%; transform:translate(-50%); padding:10px 0; display: none; border:1px solid #eaeaea;}
#b_header #b_gnb .b_sub_list li{padding:7px 10px; text-align: center;}
#b_header #b_gnb .b_sub_list li a{display: block; padding:2px 0;color:#777; font-weight: 500; transition:color .3s; font-size: 0.9rem;}
#b_header #b_gnb .b_sub_list li a:hover{color:#1d3c8f; transition:color .3s; font-weight: 600}
#b_header .b_logo {width: 222px; }
#b_header .b_logo img {width: 100%; width: 222px;}
#b_header .b_util_box {display: flex; align-items: center; display: none}

#b_header .b_right_box {display: flex; align-items: center;}
#b_header .b_right_box .b_num_box .b_num_txt{display: flex; align-items: center; }
#b_header .b_right_box .b_num_box .b_num_txt img{margin-right: 8px;}
#b_header .b_right_box .b_num_box span{margin-left: 33px;}

.b_toggle_btn{display: flex; width: 25px; height:25px; flex-direction: column ; justify-content: center; }
.b_toggle_btn span{width: 100%; background-color: #333; height:3px; border-radius: 5px;}
.b_toggle_btn span:first-child{margin-bottom: 5px;}
.b_toggle_btn span:last-child{margin-top: 5px;}

.b_site_map{width: 94%; max-width: 400px; position:fixed; right:-420px; top:0; height:100%; z-index: 30; background-color: #f9f9f9; box-shadow: -5px 0px 30px rgba(0,0,0,.07);  transition:right .5s;}
.b_site_map.open{right:0; transition:right .5s;}
.b_site_map nav{width:89%; margin:0 auto; margin-top: 200px; margin-left: 50px;}
.b_site_map #b_gnb > li {margin-bottom: 20px;}
.b_site_map #b_gnb > li > a{font-size:1.4rem; font-weight: bold;}
.b_site_map #b_gnb > li.open > a{color:#1d3c8f; transition:color .3s; }
.b_site_map #b_gnb .b_sub_list {margin-top:20px; display: none; padding-bottom: 20px;}
.b_site_map #b_gnb .b_sub_list li {padding:10px 0 10px 10px; }
.b_site_map #b_gnb .b_sub_list li a{color:#777; font-size: 16px; font-weight: 400;}

.b_site_map #b_gnb .b_sub_list li a:hover{color:#111; transition:color .3s; }

.b_bg_box{width: 100%; height: 100%; background-color: #000; opacity: .8; display: none; position: fixed; left: 0; top: 0; z-index: 10;}

.b_close_btn{position:absolute; right: 8%; top: 5%;width:24px; height:24px; z-index: 10; }
.b_close_btn span{position:absolute; left:0; top:14px; background-color: #ccc; width: 100%; height: 2px;ransition:background-color .3s; }
.b_close_btn span:first-child{transform:rotate(45deg);}
.b_close_btn span:last-child{transform:rotate(-45deg);}
.b_close_btn:hover span{background-color: #111; transition:background-color .3s; } 

#b_header.on .b_logo a{color:#111; }
#b_header.on{background-color: #fff; transition:.4s; border-bottom: 1px solid #eaeaea;}
#b_header.on .b_logo .b_logo_off{display: none;}
#b_header.on .b_logo .b_logo_on{display: block;}
#b_header.on #b_gnb > li > a{color:#111; }
#b_header.on .b_sns_list li img{filter:invert(1); opacity:.4;}
#b_header.on .b_lang_box li a{color:#c1c1c1; }
#b_header.on .b_lang_box li.on a{color:#111; }
#b_header.on .b_toggle_btn span{background-color: #111; }
#b_header.on .b_right_box span {color: #000}

#b_header.black{border-bottom: 1px solid #eaeaea;}


@media screen and (max-width:1200px){
    #b_header{height: 80px;}
    #b_header nav{display: none;}
    #b_header .b_right_box {display: none;}
	#b_header .b_util_box {display: block}
    .b_toggle_btn{display: flex;}

    #b_header .b_logo {padding-left: 10px;}
    #b_header .b_logo img {width: 160px}
    #b_header .b_util_box {padding-right: 10px;}
}

@media screen and (max-width:760px){
    #b_header{height: 70px;}

}

@keyframes mv_plane{
    0%{transform: translate(50px,50px);}
    100%{transform: translate(0px,0px);}
}

@keyframes mv_auto{
    0%{transform: translateX(0px);}
    100%{transform: translateX(-100px);}
}

.b_mv_box{margin-top: 100px; background: url(/data/design/mv_01.jpg) no-repeat center / cover; height: 817px; overflow: hidden;}
.b_mv_box .b_inner{height: 100%; display: flex; align-items: center;}
.b_mv_box .b_txt_box{width: 100%; color: #fff;}
.b_mv_box .b_img_box{width: 50%;}
.b_mv_box .b_txt_box p{line-height: 1.1;}
.b_mv_box .b_txt_box h2{line-height: 1.1; display: flex; align-items: center; margin-top: 10px;}
.b_mv_box .b_txt_box h2 img{margin-left: 10px;}
.b_mv_box .b_txt_box .b_more_btn{display: flex; align-items: center; justify-content: center; width: 205px; height: 54px; border-radius: 50px; border: 1px solid #cb3f41; margin-top: 70px; color: #fff; background: #cb3f41}
.b_mv_box .b_txt_box .b_more_btn img{margin-left: 15px;}


.b_mv_box .b_txt_box .mv_heart{transform:translateY(-10px); animation-name :mv_heart; animation-duration : 2s; animation-iteration-count : infinite;}
@keyframes mv_heart{
    0%{transform:translateY(-10px);}
    50%{transform: translateY(0px);}
    100%{transform: translateY(-10px);}
}


@media screen and (max-width:1280px){
    .b_mv_box{margin-top: 100px; }
}

@media screen and (max-width:720px){
    .b_mv_box{margin-top: 80px; height:auto; padding-bottom: 50px;}

    .b_mv_box .b_inner{flex-direction: column-reverse; padding-top: 50px;}
    .b_mv_box .b_img_box{width: 100%; text-align: center}
    .b_mv_box .b_txt_box{width: 100%; text-align: center;}
    .b_mv_box .b_txt_box h2{justify-content: center;}
    .b_mv_box .b_txt_box h2 img{width:50px;}

    .b_mv_box .b_img_box img{max-width: 100%; margin-left:30px}

    .b_mv_box .b_txt_box .b_more_btn{margin: 30px auto 0 auto ; }

    @keyframes mv_auto{
        0%{transform: translateX(100px);}
        100%{transform: translateX(0px);}
    }
}

.b_form_box {transform: translateY(-100%);}
.b_form_box .request_wrap{display: flex; justify-content: center; align-items: center;}
.b_form_box .request_wrap li img {width: 100%; max-width: 559px;}
.b_form_box form{display: flex; align-items: center; padding-right: 50px; }
.b_form_box .b_inq_tit{height: 85px; border-radius: 0 50px 50px 0; width: 340px; background-color: #000000; color: #fff; padding: 0 30px; display: flex; align-items: center; margin-right: 30px; word-break: keep-all; font-size: 16px;}
.b_form_box .b_inq_tit img{margin-right: 12px;}
.b_form_box .b_form_list {display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.b_form_box .b_form_list li{display: flex; align-items: center; margin: 5px 15px 5px 0px;}
.b_form_box .b_form_list label{margin-right: 20px; font-weight: 500; font-size: 1.125rem; word-break: keep-all;}
.b_form_box .b_form_list .b_input_wrap .b_input_box{border:0; height: 46px; display: block; padding:0 10px; background-color: #fff; border-radius: 5px; max-width: 200px; width: 100%;}
.b_form_box .b_form_list .b_input_wrap .b_input_box::focus{outline: 0; }
.b_form_box .b_submit_btn { }
.b_form_box .b_submit_btn button{display: flex; align-items: center;flex-direction: column; height: 94px; justify-content: center; border:1px solid #111; border-radius: 5px; padding: 0 30px; width: 180px; font-size: 16px}
.b_form_box .b_submit_btn button img{margin-bottom: 10px;}
.b_form_box .b_submit_btn button span{word-break: keep-all; display: block; text-align: center;}


@media screen and (max-width:1280px){
    .b_form_box .b_inq_tit{margin-right: 20px;}
    .b_form_box .b_form_list li{margin-right: 20px;}
}
@media screen and (max-width:1080px){
    .b_form_box form{align-items: flex-start;}
    .b_form_box .b_form_list {flex-wrap: wrap;}
    .b_form_box .b_form_list li{width:50%; margin-right: 0; margin-bottom: 10px;}
    .b_form_box .b_form_list label{margin-right: 0px;width:60px; }
    .b_form_box .b_form_list .b_input_wrap {width:calc(100% - 60px)}
    .b_form_box .b_form_list .b_input_wrap .b_input_box{max-width: unset; width:95%;}
    .b_form_box .b_submit_btn button{padding:0; width:95.5%;}
}

@media screen and (max-width:768px){
    .b_form_box {transform: translateY(0);}
    .b_form_box .b_inner {padding: 0 0 20px 0;}
    .b_form_box form{flex-wrap: wrap; padding: 20px 10px}
    .b_form_box .b_inq_tit{width: 100%; height: 60px; border-radius: 0; margin-right:0; margin-bottom:20px; justify-content: center;}
    .b_form_box .b_form_list {width: 94%; margin: 0 auto;;}
    .b_form_box .b_form_list li{width:100%; }
    .b_form_box .b_form_list .b_input_wrap .b_input_box{width: 100%;}
    .b_form_box .b_submit_btn {width: 100%; padding: 0 10px}
    .b_form_box .b_submit_btn button{width:100%; flex-direction: row;  height: 50px;}
    .b_form_box .b_submit_btn button img {margin-bottom: 0; margin-right: 20px;}
        
}

.b_motion { /* 페이드 이펙트 */
    transition: transform 0.6s, opacity 0.6s ease;
    opacity: 0;
    transform: translate3d(0px, 30px, 0);
  }

.b_motion.b_move { /* 모션 작동 */
    opacity: 1 !important;
    transform: translateZ(0) !important;
}

.b_delay_01{transition-delay: .2s;}
.b_delay_02{transition-delay: .4s;}
.b_delay_03{transition-delay: .6s;}
.b_delay_04{transition-delay: .7s;}
.b_delay_05{transition-delay: 1.0s;}

@media screen and (max-width:1200px){
    .b_delay_01{transition-delay: 0s;}
    .b_delay_02{transition-delay: 0s;}
    .b_delay_03{transition-delay: 0s;}
    .b_delay_04{transition-delay: 0s;}
    .b_delay_05{transition-delay: 0s;}
}

.b_tit_box {margin-bottom: 50px; text-align: center;}
.b_tit_box p {padding: 20px 0 0; line-height: 1.4;}
.b_tit_box .b_sub_txt{display: block; margin-bottom: 10px; letter-spacing: 2px;}
.b_tit_box h3{line-height: 1.3; word-break: keep-all;}
.b_tit_box .b_cont_txt{margin-top: 30px; line-height: 1.4; }

.b_section{padding: 80px 0;}

@media screen and (max-width:1200px){
    .b_tit_box .b_sub_txt {font-size: 26px; margin-bottom: 0;}
    .b_tit_box h3 {font-size: 42px}
    .b_tit_box .b_cont_txt {font-size: 18px;}
}

@media screen and (max-width:760px){
    .b_tit_box {margin-bottom: 30px; }
    .b_tit_box .b_sub_txt {margin-bottom: 0px; }
    .b_tit_box .b_cont_txt {margin-top: 20px; }
    .b_section {padding: 70px 0;}
}

.b_sec_01 {padding-bottom: 235px;padding-top: 0px; position: relative;}
.b_sec_01 .b_bg_txt{position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 100%;}
.b_sec_01 .b_title{text-align: center;}
.b_sec_01 .b_cont_box{margin-top: 120px;}
.b_sec_01 .b_car_list{display: flex; justify-content: space-between;}
.b_sec_01 .b_car_list li{width: 22.5%; overflow: hidden; border-radius: 40px 0 40px 0; height: 390px; }
.b_sec_01 .b_car_list li a{width:100%; height:100%; display: flex; position: relative; align-items: flex-end ; padding: 40px;}
.b_sec_01 .b_car_list li figure{position: absolute; left: 0; top: 0; width: 100%; z-index: -1;height: 100%;}
.b_sec_01 .b_car_list li figure::after{content: ''; width: 100%; height: 100%; background-color: #000; position: absolute; left: 0; top: 0; opacity: .5; transition: opacity .3s;}
.b_sec_01 .b_car_list li:hover figure::after{opacity: 0; transition: opacity .3s;}
.b_sec_01 .b_car_list li .b_txt_box{color: #fff; width: 100%; position: relative;}
.b_sec_01 .b_car_list li .b_txt_box .b_more_txt{position: absolute; right: 0px; bottom: 0px; opacity: 0; transition: opacity .3s;}
.b_sec_01 .b_car_list li:hover .b_txt_box .b_more_txt{opacity: 1; transition: opacity .3s;}
.b_sec_01 .b_car_list li .b_txt_box .b_more_txt img{margin-left: 8px;}
.b_sec_01 .b_car_list li .b_txt_box .b_tit_txt{position: absolute; left: 50%; bottom: 0px; transform: translateX(-50%); transition: left .3s;}
.b_sec_01 .b_car_list li:hover .b_txt_box .b_tit_txt{left:40px; transition: left .3s;}


@media screen and (max-width:1380px){
    
    .b_sec_01 .b_car_list li {width: 23%;}
    .b_sec_01 .b_car_list li a{padding: 30px 20px;}
}

@media screen and (max-width:1080px){
    .b_sec_01 .b_cont_box {margin-top: 60px;}
    .b_sec_01 .b_car_list {flex-wrap: wrap;}
    .b_sec_01 .b_car_list li {width: 48%; margin-bottom: 30px; }
    .b_sec_01 .b_car_list li figure img{width: 100%; height: 100%; object-fit: cover;}
}

@media screen and (max-width:720px){
    .b_sec_01{padding-bottom: 70px; padding-top: 50px;}
    .b_sec_01 .b_car_list li {width: 100%; margin-bottom: 20px; height: 290px;}
    .b_sec_01 .b_cont_box {margin-top: 40px;}


}




.b_sec_02 {background-color: #f7f7f7;}
.b_sec_02 .b_inner{display: flex; align-items: flex-start; justify-content: space-between;}
.b_sec_02 .b_tit_box{position: relative; margin-top: 25px; text-align: right; /*width: 28%;*/ padding-right: 30px;}
.b_sec_02 .b_tit_box .b_bg_txt{position: absolute; top: 150% ; left: 35px; z-index: -1;}
.b_section .b_tit_box .b_eng_tit{color: #718097; margin-bottom: 13px; display: block;}
.b_section .b_tit_box h2{word-break: keep-all; line-height: 1.2;}
.b_sec_02 .b_cont_box {width: 72%;}
.b_sec_02 .b_cont_box .b_abt_list{display: flex; align-items: center; justify-content: space-between;}
.b_sec_02 .b_abt_list li{width: 28%;}
.b_sec_02 .b_abt_list li figure {height: 370px;}
.b_sec_02 .b_abt_list li figure img{display: block; width: 100%; height: 100%; object-fit: cover;}
.b_sec_02 .b_abt_list li:nth-child(2){margin-top: -80px;}
.b_sec_02 .b_abt_list li .b_txt_box p{margin:25px 0 20px ;word-break: keep-all; line-height: 1.2;}
.b_sec_02 .b_abt_list li .b_txt_box span{color:#666; line-height: 1.5;word-break: keep-all; }


@media screen and (max-width:1480px){
    .b_sec_02 .b_abt_list li {width: 31%;}
}

@media screen and (max-width:1080px){
    .b_sec_02 .b_inner{flex-direction: column; align-items: center;}
    .b_sec_02 .b_tit_box{text-align: center; margin-top:0;}
    .b_sec_02 .b_cont_box {width: 100%; margin-top: 85px;}
}

@media screen and (max-width:980px){
    .b_sec_02 .b_abt_list li figure {height: 300px;}
}

@media screen and (max-width:720px){
    .b_sec_02 .b_cont_box { margin-top: 50px;}

    .b_sec_02 .b_cont_box .b_abt_list{flex-direction: column;}
    .b_sec_02 .b_abt_list li{margin-bottom: 20px; width:100%;}
    .b_sec_02 .b_abt_list li:nth-child(2) {        margin-top: 0px;}
    .b_sec_02 .b_abt_list li .b_txt_box p {margin: 15px 0 10px;}
}



.b_sec_03{display: flex; flex-wrap: wrap; padding: 0;}
.b_sec_03 .b_img_box{width: 39%; background: url(/data/design/index/sec03_img.jpg) no-repeat center / cover; display: flex; align-items: flex-end; justify-content: flex-end; padding: 65px;}
.b_sec_03 .b_img_box .b_txt_box{display: flex; flex-direction: column; align-items: flex-end;}
.b_sec_03 .b_img_box .b_txt_box span{color: #fff; display: block; margin-top:15px}
.b_sec_03 .b_right_box{width: 61%; padding:70px 0 100px;}
.b_sec_03 .b_right_box .b_box_wrap{width:100%; max-width:985px; }
.b_sec_03 .b_right_box .b_tit_box{text-align: center;}
.b_sec_03 .b_right_box .b_cont_box{margin-top: 60px;}
.b_sec_03 .b_right_box .b_svc_list{display: flex; align-items: flex-start; justify-content: space-between;}
.b_sec_03 .b_right_box .b_svc_list li{width: 32%; display: flex; align-items: center; flex-direction: column;}
.b_sec_03 .b_right_box .b_svc_list .b_txt_box{text-align: center; margin:30px 0 50px}
.b_sec_03 .b_right_box .b_svc_list .b_txt_box span{color: #8f8f8f; line-height: 1.5; word-break: keep-all; display: block; margin-top: 18px; }
.b_sec_03 .b_right_box .b_svc_list .b_more_btn{color: #75a7b4; background-color: transparent;padding: 3px 0; }
.b_sec_03 .b_right_box .b_svc_list .b_more_btn img{margin-left: 10px; transition:margin-left .3s;}
.b_sec_03 .b_right_box .b_svc_list .b_more_btn:hover img{margin-left: 20px; transition:margin-left .3s;}

@media screen and (max-width:1080px){
    .b_sec_03{flex-direction: column; width: 100%;}
    .b_sec_03 .b_img_box {width: 100%;}
}
@media screen and (max-width:720px){
    
    .b_sec_03 .b_img_box{justify-content: center;}
    .b_sec_03 .b_img_box img{width: 100px;}
    .b_sec_03 .b_img_box .b_txt_box{align-items: center;}

    .b_sec_03 .b_right_box{width: 100%;}
    .b_sec_03 .b_right_box .b_cont_box {margin-top: 40px;}
    .b_sec_03 .b_right_box .b_svc_list {flex-wrap: wrap; justify-content:center;}
    .b_sec_03 .b_right_box .b_svc_list li{width: 100%; margin-bottom:50px;}
    .b_sec_03 .b_right_box .b_svc_list li:last-child{margin-bottom:0;}
    .b_sec_03 .b_right_box .b_svc_list .b_txt_box{margin:10px 0;}
}



#b_footer{background-color: #eaeaea; }
#b_footer .b_inner{display: flex; justify-content: space-between; align-items: center; padding: 55px 0;}
#b_footer .b_left_box{display: flex; align-items: center;}
#b_footer .b_left_box .ft_logo{margin-right: 65px;}
#b_footer .b_ft_mid > ul{display: flex; align-items: center; margin-bottom: 45px;}
#b_footer .b_ft_mid > ul li{padding-right: 10px; margin-right: 10px; position: relative; }
#b_footer .b_ft_mid > ul li:last-child{padding-right: 0px; margin-right: 0px;}
#b_footer .b_ft_mid > ul li:after{content: ''; width:1px; height:12px; background-color: #666; position: absolute; top:50%; right: 0; transform: translateY(-50%);}
#b_footer .b_ft_mid > ul li:last-child:after{display: none;}
#b_footer .b_ft_mid address span{line-height: 1.7; color: #686868; margin-right: 20px;}
#b_footer .b_ft_mid address span b{margin-right: 4px;}
#b_footer .b_cs_box{text-align: right;}
#b_footer .b_cs_box h3{margin: 10px 0 15px; letter-spacing: -1.3px;}

.request_wrap .agreement {position: absolute; background: #fff; color: #000; border: 1px solid #dddddd; font-size: 16px; top: 0%; left: 0%; width: 100%; height: 100%; padding: 50px 50px; z-index: 111; display: none;}
.request_wrap .agreement .close {position: absolute; right: 50px; top: 30px; background: #fff;color: #333; font-size: 40px; width: 40px; height: 40px; padding: 0px 0; text-align: center; font-weight: 100; cursor: pointer; border-radius: 3px;}
.request_wrap .agreement dl {border-radius: 0px !important; border: none !important;}
.request_wrap .agreement dt {font-size: 26px; padding: 0 0 25px; letter-spacing: -2px}
.request_wrap .agreement dd {width: 100%; font-weight: 100; padding: 0 0 15px;  }

@media screen and (max-width:1280px){
    #b_footer .b_left_box .ft_logo img{width: 120px;}
    #b_footer .b_ft_mid > ul{margin-bottom: 30px;}
}
@media screen and (max-width:1080px){
    #b_footer .b_inner{flex-direction: column; justify-content: center;}
    #b_footer .b_left_box .ft_logo {margin-right: 0;}
    #b_footer .b_left_box{flex-direction: column; }
    #b_footer .b_ft_mid > ul{justify-content: center; margin-top:20px; margin-bottom: 20px;}
    #b_footer address{text-align: center;}
    #b_footer .b_ft_mid address span{margin-right: 10px;}
    #b_footer .b_ft_mid address span:nth-child(1),#b_footer .b_ft_mid address span:nth-child(3),#b_footer .b_ft_mid address span:nth-child(7),
    #b_footer .b_ft_mid address span:nth-child(9){margin-right: 0px;}


    #b_footer .b_cs_box {text-align: center; margin-top:20px}
}
@media screen and (max-width:720px){
    #b_footer .b_inner{padding: 40px 0;}

}

.br_1080o{display: none;}
@media screen and (max-width:1080px){
    .br_1080o{display: block;}

}

.br_760o{display: none;}
@media screen and (max-width:760px){
    .br_760o{display: block;}

}
.br_380o{display: none;}
@media screen and (max-width:760px){
    .br_380o{display: block;}

}

.bbs_wrap {padding: 50px 0}

/*테이블*/
.tbl_a {font-size: 16px; margin: 10px 0 0; border-top: 2px solid #555; width: 100%}
.tbl_a tr {border-bottom: 1px solid #ddd;}
.tbl_a th {background: #f7f7f7; padding: 15px 15px; font-weight: 500; width: 120px; text-align: left;}
.tbl_a td {padding: 15px 15px; line-height: 1.6;}

.tbl_b {font-size: 16px; margin: 10px 0 0; border-top: 2px solid #555; width: 100%}
.tbl_b tr {border-bottom: 1px solid #ddd;}
.tbl_b th {background: #f7f7f7; padding: 15px 15px; font-weight: 500; width: 120px; text-align: center; border-right: 1px solid #ddd;}
.tbl_b th:last-child {border-right: none;}
.tbl_b td {padding: 15px 15px; line-height: 1.6; text-align: center; border-right: 1px solid #ddd;}
.tbl_b td:last-child {border-right: none;}

/*서브페이지*/
#content_wrapper .sub_title {position: relative; letter-spacing: 0px; height: 500px; background-size: auto 100%; background-repeat: no-repeat; background-position: center center;}
#content_wrapper .sub_title .txt_box {width: 100%; height: 100%; display: flex; flex-direction: column;justify-content: center; align-items: center; color: #fff; padding: 80px 0 0;}
#content_wrapper .sub_title .txt_box p { letter-spacing: 0px; }
#content_wrapper .sub_title .txt_box h1 { padding: 0px 0 0; }

#content_wrapper .sub_menu {display: flex; justify-content: center; align-items: center; line-height: 60px; border-bottom: 0px solid #eee;}
#content_wrapper .sub_menu li {margin: 0 0px; padding: 0 40px; border: 1px solid #eee; margin: 0 0 -1px -1px}
#content_wrapper .sub_menu li.active {border: 1px solid #cb3f41; background-color: #cb3f41;}
#content_wrapper .sub_menu li a {display: block; font-size: 18px;}
#content_wrapper .sub_menu li.active a {color: #fff}

.sub_wrapper {padding:200px 0 120px 0}
.sub_content_wrap {padding: 120px 0}
.sub_content .tl {text-align: center; font-size: 42px; font-weight: 600;}
.sub_content .tl_blank {padding: 120px 0 0;}
.sub_content .stl {text-align: center; font-size: 20px; font-weight: 300; padding: 10px 0 0; color: #777}
.sub_content .stl_blank {padding: 50px 0 30px;}
.sub_content .ex {text-align: center; font-size: 18px; padding: 20px 0 0; line-height: 1.4; color: #555}

.company_info {}
.company_info .sec01 {display: flex; justify-content: center; padding: 100px 0 0}
.company_info .sec01 .txt {padding: 0px 0 0 50px}
.company_info .sec01 .txt p {font-size: 20px; font-weight: 300; color: #6b6b6b; padding: 0px 0 0; line-height: 1.4;}
.company_info .sec01 .txt p b {color: #000; font-weight: 600}
.company_info .sec01 .txt p.sign {padding: 30px 0 0; display: flex; justify-content: flex-end; align-items: center}
.company_info .sec01 .txt p.sign span {padding: 0 30px 0 0}
.company_info .sec01 .txt p.sign b {font-weight: 600; font-size: 28px}
.company_info .sec01 .txt p.sign img {width: 180px}

.company_info .sec02 {padding: 120px 0 0; display: flex; justify-content: center; align-items: center }
.company_info .sec02 img {max-width: 900px; width: 100%}

.history01 {padding: 120px 0 0; margin: 50px 0}

.history01 .list {position: relative; display: flex; justify-content: space-between; align-items: center; padding: 0 0 150px;}
.history01 .list .img {width: 45%; text-align: right}
.history01 .list .img img {display: none;width: 100%; max-width: 300px; border: 1px solid #ddd; border-radius: 20px; box-shadow: 3px 3px 10px rgba(0,0,0,.1)}
.history01 .list .plus {width: 10%; height: 100%; text-align: center }
.history01 .list .plus img {max-width: 32px}
.history01 .list .txt {width: 45%;}
.history01 .list:nth-child(2n) {flex-direction: row-reverse;}
.history01 .list:nth-child(2n) .img {text-align: left;}
.history01 .list:nth-child(2n) > .txt {text-align: right;}
.history01 {background: url(/data/design/sub_page_history_line.png) repeat-y center center;}
.history01 h1{font-size: 46px;font-weight:800;color:#000; padding: 0 0 30px;}
.history01 p{font-size: 17px;font-weight:400;color:#777; padding: 0 0 10px}
.history01 span{font-size:20px;font-weight:500;color:#777;padding-right:7px;}

.company_business {}
.company_business .sec01 {display: flex; justify-content: space-between;}
.company_business .sec01 li {width:  80px}
.company_business .sec01 li:last-child {display: flex; align-items: flex-end}
.company_business .sec01 .txt {width: calc(100% - 160px); padding: 0px 0}
.company_business .sec01 .txt h1 {font-size: 29px; font-weight: 600; color: #555; padding: 50px 0 0}
.company_business .sec01 .txt p {font-size: 24px; font-weight: 400; color: #6b6b6b; padding: 30px 0 0; line-height: 1.2;}
.company_business .sec01 .txt p b {color: #007a06}

.company_business .sec02 {margin: 50px 0 0; padding: 50px 30px; display: flex; justify-content: space-between; background: #f7f7f7}
.company_business .sec02 .txt {width: 25%; padding: 10px 0 0 0px; font-size: 16px; line-height: 1.4; text-align: center}
.company_business .sec02 .txt p b {display: inline-block; padding: 3px 0px; width: 100px; margin: 10px 0 30px; border-radius: 30px; background: #007a06; color: #fff}

.company_business .sec03 {display: flex; align-items: flex-start; padding: 20px 0 0; }
.company_business .sec03 .img {overflow: hidden; width: 40%; border-radius: 30px; position: relative; padding: 70px 0}
.company_business .sec03 .img li img {width: 100%; border-radius: 30px}
.company_business .sec03 .b_next, .company_business .sec03 .b_prev {bottom: 45% !important; top: auto; width:60px; height:60px; border-radius: 50%; box-shadow: 0 2px 25px rgba(0,0,0,.15); display: flex; align-items: center; justify-content: center; z-index: 20; background: rgba(255,255,255,.7)}
.company_business .sec03 .b_prev {left: 10px;}
.company_business .sec03 .b_prev img{transform:rotate(180deg);}
.company_business .sec03 .b_next {right: 10px;}

.company_business .sec03 .content {width: 60%; padding: 0 0 0 50px}
.company_business .sec03 .content .txt {padding: 50px 0 0; line-height: 1.4; letter-spacing: 0px; font-size: 18px}
.company_business .sec03 .item {display: flex; align-items: center; padding: 7px 0}
.company_business .sec03 .item span {display: inline-block; padding: 5px 0px; width: 80px;  border-radius: 30px; background: #007a06; color: #fff; text-align: center}
.company_business .sec03 .item li:nth-child(2) {padding: 0 0 0 10px}
.company_business .sec03 .txt2 {text-align: center}

.company_organization {}
.company_organization .sec01 {display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; padding: 120px 0 0}
.company_organization .sec01 li {padding: 0 0 50px}
.company_organization .sec01 img {width: 100%; max-width: 1200px}
.company_organization .sec01 .txt {font-size: 150px; letter-spacing: 80px; font-weight: 800; color: #f7f7f7; padding: 0 0 0 100px}
.company_organization .sec02 {display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; padding: 100px 0 0}
.company_organization .sec02 img {width: 100%; max-width: 1200px}
.company_organization .sec03 {background: url("/data/design/organization_bg.jpg") no-repeat center center; height: 430px; padding: 120px 0 0; display: flex; justify-content: center}
.company_organization .sec03 li {width: 100%; max-width: 1320px; text-align: right; text-transform: uppercase; font-weight: 800; color: #eaf0ff; font-size: 80px;}

.company_partners {}
.company_partners .sec01 {display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; text-align: center; padding: 100px 0 0}
.company_partners .sec01 li {width: 12.5%; padding: 10px 20px; border: 1px solid #ddd; margin: -1px -1px 0 0}
.company_partners .sec01 img {width: 100%;}

.company_partners .sec02 {padding: 60px 0 0}

.protocol_company .sec02 .wrap {position: relative; background: #fff; border: 1px solid #ddd; transform: translateX(-50%);  border-radius: 10px; padding: 20px 20px 20px; margin: -160px 0 0 45px}
.protocol_company .sec02 .wrap .info {}
.protocol_company .sec02 .wrap .info .title {font-size: 18px; font-weight: 600}
.protocol_company .sec02 .wrap .info .title .close {position: absolute; right: 20px; bottom: 20px; font-size: 20px; font-weight: 100;}
.protocol_company .sec02 .wrap .info .content {padding: 15px 0 0; font-size: 14px}
.protocol_company .sec02 .wrap .info .content .jibun {padding: 0 0 7px}

.company_map {}
.company_map .sec01 {padding: 50px 0 0}
.company_map .sec01 li {}
.company_map .sec01 img {width: 24px;}
.company_map .sec01 .logo img {max-width: 245px;}
.company_map .sec01 .txt {display: flex; justify-content: space-between; align-items: center; font-size: 20px; font-weight: 300; color: #555; padding: 0 0 0px}
.company_map .sec01 .txt b {font-weight: 600; color: #000; font-size: 22px; margin: 0 10px 0 10px}
.company_map .sec02 {padding: 50px 0 0}
.root_daum_roughmap_landing {width: 100% !important}

.estimate01 {padding: 80px 0 0}

.request_wrap ul {display: flex; justify-content: space-between;flex-wrap: wrap; padding: 0 0 10px }
.request_wrap ul li { padding: 0 5px}
.request_wrap .memo {padding: 0 5px}
.request_wrap .agreement {padding: 60px 0 0}
.request_wrap .agreement .tl {font-size: 20px; padding: 0 0 20px}
.request_wrap .agreement dl {border: 1px solid #ddd; padding: 30px; border-radius: 10px;}
.request_wrap .agreement dd {padding: 5px 0}
.request_wrap .agree_check {padding: 10px 0 0}
.request_wrap .agree_btn {padding: 50px 0 0; display: flex; justify-content: center; align-items: center;}
.request_wrap .agree_btn button {font-size: 18px; width: 250px; padding: 12px 0}

/*지점안내*/
.branch_title {display: flex; justify-content: center; align-items: center;}
.branch_title li {padding: 16px 35px; border: 1px solid #ddd; margin: 0 0 -1px -1px; font-size: 15px; font-weight: 400; color: #777; cursor: pointer;}
.branch_title li.active {background-color: #cb3f41; border: 1px solid #cb3f41; color: #fff}

.branch_info {width: 100%; max-width: 1200px; margin: 60px auto 0; background: #f7f7f7; padding: 30px 0}
.branch_info .box {display: flex; align-items: center; justify-content: center; max-width: 800px; margin: 0 auto;}
.branch_info .tit {font-size: 24px; color: #cb3f41; padding : 0px 0 0; font-weight: 500; width: 25%; text-align: center;}
.branch_info .ex {padding: 0px 0 0; text-align: left; width: 75%}
.branch_info .ex p {padding: 5px 0; font-size: 18px}
.branch_info .ex p strong {display: inline-block; background: #333; color: #fff; font-size: 16px; border-radius: 3px; padding: 3px 15px; margin: 0 10px 0 0 ; width: 100px; text-align: center}

/*내용 컨텐츠*/
.content_txt {}
.content_txt h1 {font-size: 36px; font-weight: 600; letter-spacing: -2px}
.content_txt h2 {font-size: 24px; font-weight: 600; margin: 0px 0 0}
.content_txt .ex {font-size: 20px; text-align: left}
.content_txt .tel {display: flex; align-items: center; justify-content: center; width: 520px; border: 1px solid #ddd; padding: 25px 50px; font-size: 20px; font-weight: 600; background: #fff; border-radius: 5px; margin: 30px 0 0}
.content_txt .tel b {color: #cb3f41; font-size: 40px; padding: 0 0 0 20px}

.content_txt .item_box {display: flex; align-items: flex-start; flex-direction: column; padding: 80px 0 0 0px}
.content_txt .item_box h2 {}
.content_txt .item_box .item_list { margin: 20px 0 0; width: 100%; display: flex; align-items: flex-start; flex-wrap: wrap; background: #f7f7f7; padding: 50px 0; border-radius: 10px}
.content_txt .item_box .item_list li {width: 50%; text-align: center;}
.content_txt .item_box .item_list.item3 li {width: 33.3333%}
.content_txt .item_box .item_list.item4 li {width: 25%; padding: 0 40px}
.content_txt .item_box .item_list.item22 li {padding: 30px 0}
.content_txt .item_box .item_list li .icon {font-size: 52px; color: #555; padding: 0 0 20px}
.content_txt .item_box .item_list li .icon img {width: 120px}
.content_txt .item_box .item_list li .tit {font-size: 24px; font-weight: 600; line-height: 1.4}
.content_txt .item_box .item_list li .tit b {color: #1d3c8f}
.content_txt .item_box .item_list li .scon {font-size: 18px; padding: 20px 0 0; line-height: 1.4}
.content_txt .item_box .item_list li .scon span {font-size: 16px;}

.content_txt .item_list2 { margin: 50px 0 0; width: 100%; display: flex; align-items: stretch; flex-wrap: wrap;}
.content_txt .item_list2 li {width: 50%; text-align: center; background: #f7f7f7; padding: 50px 20px; border-radius: 10px; line-height: 1.4}
.content_txt .item_list2.item4 li {width: calc(25% - 20px); margin: 0 20px 20px 0}
.content_txt .item_list2.item4 li .icon {font-size: 52px; color: #555}
.content_txt .item_list2.item4 li .icon img {width: 100px}
.content_txt .item_list2.item4 li .scon {padding: 20px 0 0; font-size: 18px;}

.content_txt .item_list3 { margin: 50px 0 0; width: 100%; display: flex; align-items: stretch; flex-wrap: wrap; flex-direction: column}
.content_txt .item_list3 li {display: flex; align-items: center; background: #f7f7f7; padding: 50px 50px; border-radius: 10px; line-height: 1.4; margin: 0 0 20px}
.content_txt .item_list3 li .tit img {width: 100px}
.content_txt .item_list3 li .tit {font-size: 24px; font-weight: 600; line-height: 1.2; padding: 0px 40px 0 20px; text-align: center}
.content_txt .item_list3 li .scon {font-size: 18px; padding: 0px 0 0; line-height: 1.8}

.content_txt .item_order {display: flex; justify-content: space-between; align-items: stretch; padding: 50px 0 0 0px; width: 100%}
.content_txt .item_order li {text-align: center; padding: 30px 20px; width: calc(20% - 20px); border: 1px solid #ddd; border-radius: 10px; margin: 0 20px 0 0 }
.content_txt .item_order li .order span {display: flex; justify-content: center; align-items: center; margin: 0 auto; background: #cb3f41; color: #fff; width: 50px; height: 50px; border-radius: 100%; font-weight: 600; }
.content_txt .item_order li .icon {padding: 20px 0 0}
.content_txt .item_order li .icon img {width: 80px}
.content_txt .item_order li .tit {font-size: 20px; font-weight: 600; line-height: 1.2; padding: 20px 0 0}
.content_txt .item_order li .scon {font-size: 16px; padding: 20px 0 0; line-height: 1.4}
.content_txt .item_order li .scon span {font-size: 14px;}
.content_txt .item_order.item4 li {width: calc(25% - 20px)}
.content_txt .item_order.item5 li {width: calc(25% - 20px)}

.item_tbl {display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; margin: 30px 0 0}
.item_tbl li {display: flex; justyfy-content: space-between; align-items: center; width: 100%; margin: 0 0 6px}
.item_tbl li p{border: 1px solid #eee; border-radius: 5px; text-align: center; padding: 15px 0; margin: 0 3px}
.item_tbl li p:nth-child(1) {flex-shrink: 0; width: 150px; background: #f7f7f7}
.item_tbl li p:nth-child(2) {flex-grow: 1;}
.item_tbl li p:nth-child(3) {flex-shrink: 0; width: 400px}
.item_tbl li p:nth-child(4) {flex-shrink: 0; width: 100px}
.item_tbl li:nth-child(1) p{background: #e37374; border: 1px solid #e37374; font-weight: 400; color: #fff;}

/*약관*/
.agree_box {margin: 50px auto 0; font-weight: 400; border: 1px solid #eee}

@media screen and (max-width: 1200px){
    #content_wrapper .sub_title {height: 400px; background-size: auto 100% }

    #content_wrapper .sub_menu {line-height: 50px;}
    #content_wrapper .sub_menu li {padding: 0 15px; margin: 0 0px}

    .sub_content .tl {font-size: 26px}
    .company_greeting .sec01 .txt p br {display: none}

    .company_info .sec01 {flex-direction: column; padding: 0 10px}
    .company_info .sec01 li {width: 100%;}
    .company_info .sec01 li img {width: 100%;}
    .company_info .sec01 .txt {padding: 30px 0 0}
    .company_info .sec01 .txt p.sign {flex-wrap: wrap; justify-content: center; text-align: center;}
    .company_info .sec01 .txt p.sign span {width: 100%; padding: 20px 0 20px}

    .item_tbl_box {overflow-x: auto; }
    .item_tbl {width: 880px; table-layout: fixed;}
    .item_tbl li p:nth-child(1) {flex-shrink: 0; width: 150px;}
    .item_tbl li p:nth-child(2) {flex-grow: 1;}
    .item_tbl li p:nth-child(3) {flex-shrink: 0; width: 300px}
    .item_tbl li p:nth-child(4) {flex-shrink: 0; width: 100px}

    .branch_title {flex-wrap: wrap;}
    .branch_title li {padding: 16px 0; text-align: center; width: 10%}
}

@media screen and (max-width: 760px){
	
	.company_partners .sec01 li {width: 25%}

    .sub_content .ex br {display: none}

    .request_wrap ul {flex-direction: column; padding: 0}
    .request_wrap ul li {width: 100%; padding: 0 0 10px}
    .request_wrap .memo {padding: 0}
    .request_wrap .agreement dl {padding: 20px}

    .content_txt {padding: 0 10px}
    .content_txt h1 {font-size: 28px;}
    .content_txt .tel {flex-direction: column; padding: 30px 0; width: calc(100% - 10px) }
    .content_txt .tel b {padding: 20px 0 0}
    .content_txt .item_box .item_list li .scon {padding: 20px 10px}

    .content_txt .item_box .item_list.item3 li {width: 50%;}
    .content_txt .item_list2.item4 li {width: calc(50% - 20px);}

    .content_txt .item_order {flex-wrap: wrap;}
    .content_txt .item_order li {width: calc(50% - 20px); margin: 0 10px 20px}
    .content_txt .item_order.item4 li {width: calc(50% - 20px); margin: 0 10px 20px}
    .content_txt .item_list3 li {flex-direction: column; padding: 30px 20px; ;}
    .content_txt .item_list3 li .scon {padding: 20px 0 0}
    .content_txt .item_order.item5 li {width: calc(50% - 20px); margin: 0 10px 20px}

    .content_txt .item_box .item_list.item4 li {width: 50%; padding: 0 10px}

    .branch_title li {padding: 16px 0; text-align: center; width: 20%}
    .branch_info .box {flex-direction: column;}
    .branch_info .ex {padding: 20px 10px 0; width: 100%}
}
