/*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_25{font-size: 1.563rem;}
.fs_30{font-size: 1.875rem;}
.fs_36{font-size: 2.1rem;}
.fs_40{font-size: 2.5rem;}
.fs_48{font-size: 3rem;}
.fs_50{font-size: 3.125rem;}
.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_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:#00c9ce; }
.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_foot_inner{max-width:1320px; margin:0 auto; width:100%; }

.b_more_btn{display: flex; align-items: center; justify-content: center; height:45px; border-radius: 5px; 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;}

@media screen and (max-width: 768px){
	.b_inner{min-width: 100%; }
	.b_inner2{min-width: 100%; }
	.b_inner3{min-width: 100%; }
	.b_inner4{min-width: 100%; }

	.b_more_btn img{width: 12px;}
}

.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 .tel_btn {background-color: #bcbcbc;}
#kakao_talk .kakao_btn {background-color: #fee800;}
#kakao_talk .ch_btn {background-color: #fee800;}
#kakao_talk .blog_btn {background-color: #36ac37;}
#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;background: none; left:0; top:0; z-index:10; width:100%; height: 100px; transition:.4s; border-bottom: 0px solid rgba(255,255,255,0);}
#b_header > div{position: relative; display: flex; align-items: center; justify-content: space-between ;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:#fff; display: flex; align-items: center; padding:10px 22px ; font-size: 20px; height: 100%; font-weight: 600}
#b_header #b_gnb > li.on > a {font-weight: 600}

#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; text-align: center}
#b_header #b_gnb .b_sub_list.submenu03 {width: 100%}
#b_header #b_gnb .b_sub_list li{padding:7px 10px; text-align: c enter;}
#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 {padding-left: 80px}
#b_header .b_logo img {width: 100%; width: 220px;}
#b_header .b_util_box {width: 220px; display: flex; justify-content: flex-end; padding-right: 80px}

#b_header .b_right_box {width: 220px; }
#b_header .b_right_box .b_num_txt{display: flex; align-items: center; justify-content: flex-end ;color: #fff; letter-spacing: 0px}
#b_header .b_right_box .b_num_txt img{margin-right: 8px; width: 30px}
#b_header .b_right_box span{display: block; margin-left: 48px; color: #fff; padding: 5px 0 0; text-align: left} 

.b_toggle_btn{display: flex; width: 25px; height:25px; flex-direction: column ; justify-content: center; }
.b_toggle_btn span{width: 100%; background-color: #fff; height:3px; border-radius: 5px;}
.b_toggle_btn.black span{background-color: #fff; }
.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.5rem; 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: 18px; 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.black #b_gnb > li > a{}
#b_header.black .b_toggle_btn.black span{}
#b_header.black .b_logo {}
#b_header.black .b_util_box {padding-right: 0}

#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 .b_num_txt {color: #1d3c8f}
#b_header.on .b_right_box span {color: #000}

@media screen and (max-width:1200px){
    #b_header {height: 80px;}
	#b_header .b_inner {justify-content: space-between}
    #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: 180px}
    #b_header .b_util_box {padding-right: 10px; width: 40px}
}

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

.b_mv_box {height: 969px; width: 100%; position: relative; overflow:hidden;}
.b_mv_box ul li{position: relative;}
.b_mv_box ul li figure{position: absolute; left: 0; top: 0; width:100%; height:100%; z-index: -1; overflow:hidden; display: flex; align-items: center; justify-content: center;}
.b_mv_box ul li figure img{transform:scale(1.1); height:100% }
.b_mv_box ul li.swiper-slide-active figure img{transform:scale(1); transition:transform 6s;}
.b_mv_box ul li .b_inner{display: flex; align-items: center; justify-content: center;height:100%; width:100%; }
.b_mv_box .b_txt_box{color: #fff; text-align: center;  }
.b_mv_box ul li.swiper-slide-active .b_txt_box{}
.b_mv_box .b_txt_box h1{font-size: 68px; font-weight: 600; transform:translateY(30px); opacity:.0; line-height: 1.2;}
.b_mv_box .b_txt_box h1 strong {font-weight: 600}
.b_mv_box .b_txt_box h2{font-size: 68px; font-weight: 600; transform:translateY(30px); opacity:.0; line-height: 1.2; }
.b_mv_box .b_txt_box h2 strong {font-weight: 600}
.b_mv_box .b_txt_box p{font-size: 28px; font-weight: 300;margin-top: 45px;transform:translateY(30px); opacity:.0; line-height: 1.6}
.b_mv_box .b_txt_box p span {color: #00c9ce; font-weight: 800}
.b_mv_box li.swiper-slide-active .b_txt_box h1{transform:translateY(0);opacity:1; transition:ease .8s; transition-delay: .3s;}
.b_mv_box li.swiper-slide-active .b_txt_box h2{transform:translateY(0);opacity:1; transition:ease .8s; transition-delay: .6s;}
.b_mv_box li.swiper-slide-active .b_txt_box p{transform:translateY(0);opacity:1; transition:ease .8s; transition-delay: .9s;}
.b_mv_navi{ margin:0 auto; width:98%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); height:25px; z-index: 5;}
.b_mv_navi .b_prev, .b_mv_navi .b_next  {width:auto; height: auto;}
.b_mv_navi .b_prev img{transform:rotate(180deg);}
.swiper-button-next, .swiper-button-prev{background-image: none;}
.b_mv_box .b_more_btn{background-color: transparent; border:1px solid #000;margin:55px 0 0px; color: #000; padding: 0 40px; transform:translateY(30px); opacity:.0; }
.b_mv_box .b_more_btn span {letter-spacing: 2px; font-weight: 300;}
.b_mv_box li.swiper-slide-active .b_more_btn {transform:translateY(0);opacity:1; transition:ease .8s; transition-delay: 1.2s;}
.b_scr_box{position: absolute; bottom: 9%; right: 5%; z-index: 5; display: flex; align-items: center; animation-name: scr_ani; animation-duration: 1s; animation-timing-function:ease-in-out; animation-iteration-count: infinite; animation-direction: alternate;}
.b_scr_box p{color:#000; margin-left: 10px; letter-spacing: 2px;}
.b_mv_box .b_pagi{width: 100%; display: flex; justify-content: center; align-items: flex-end; padding-bottom: 250px; z-index: 9}
.b_mv_box .b_pagi span{border-radius: 0; width: 60px; height:2px; background-color: rgba(255,255,255,.3); position: relative; opacity: 1;}
.b_mv_box .b_pagi span::after{content: ''; width: 0; height: 100%; background-color: #fff; position:absolute; left: 0; top: 0;}
.b_mv_box .b_pagi span.swiper-pagination-bullet-active::after{animation-name: mv_pagi; animation-duration: 8s; animation-timing-function:linear; }
.b_mv_box .b_pagi span::before{width: 15px; height: 20px; position:absolute; left: 0; bottom: 5px; font-size: 0.75rem; font-weight: 500; color:#fff; letter-spacing: 2px; opacity: .3;}
.b_mv_box .b_pagi span:nth-child(1):before{content: '01'; }
.b_mv_box .b_pagi span:nth-child(2):before{content: '02'; }
.b_mv_box .b_pagi span:nth-child(3):before{content: '03'; }
.b_mv_box .b_pagi span:nth-child(4):before{content: '04'; }
.b_mv_box .b_pagi span:nth-child(5):before{content: '05'; }
.b_mv_box .b_pagi span:nth-child(6):before{content: '06'; }
.b_mv_box .b_pagi span:nth-child(7):before{content: '07'; }
.b_mv_box .b_pagi span:nth-child(8):before{content: '08'; }
.b_mv_box .b_pagi span.swiper-pagination-bullet-active::before{opacity: 1; transition: .2s;}
.b_mv_box .mouse_scroll {position: absolute; left: 50%;transform: translateX(-50%);bottom: 30px; z-index:100; color: #fff; text-align: center}
.b_mv_box .mouse_scroll img{width: 18px; margin: auto;}
.b_mv_box .mouse_scroll .down{height: 30px; position: relative;}
.b_mv_box .mouse_scroll .down .arrow {font-size: 12px; animation: down 1.2s infinite; position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.b_mv_box .mouse_scroll .down .arrow img {width: 12px}
.b_mv_box .mouse_scroll .txt {padding: 20px 0 0; font-size: 12px; font-weight: 400; opacity: .8; letter-spacing: 1px;} 

@keyframes mv_pagi{
    0%{width: 0;}
    100%{width: 100%;}
}

@keyframes down {
  0% {opacity: 0; top: 0;}
  50% {opacity: 0.3; top: 40%;}
  100% {opacity: 1; top: 90%;}
  }

@keyframes scr_ani{
    0%{transform:translateY(0);}
    100%{transform:translateY(10px);}
}

@media screen and (max-width:1200px){
    .b_mv_box {height: 900px;}
    .b_mv_box ul li .b_inner {justify-content: center;}
    .b_mv_box .b_txt_box {text-align: center; margin-top: 0px;}
    .b_mv_box .b_txt_box p {font-size: 26px}
    .b_mv_box .b_txt_box h2 {font-size: 60px}
    .b_mv_box .b_txt_box h1 {font-size: 50px}
    .b_mv_box .b_more_btn {margin: 55px auto 0;}
    .b_mv_box .b_pagi {display: flex; justify-content: center;}

    .b_scr_box {left: 50%; right:unset; margin-left: -66.5px;}
}
@media screen and (max-width:760px){
	.b_mv_box .mouse_scroll {display: none}
    .b_mv_box {height: 500px;}
    /* .b_mv_box .b_txt_box p{margin: 25px 0;} */
    .b_mv_box .b_more_btn{margin-top: 25px;}
    .b_scr_box{bottom: 5%; }

    .b_mv_navi > div img{width: 14px;}
    .b_mv_box .b_pagi {top: 90%}
	.b_mv_box .b_pagi span{width: 40px;}
    .b_mv_box .b_pagi span::before{height: 12px;}

    .b_mv_box .b_txt_box {margin-top: 30px; padding: 0 20px}
    .b_mv_box .b_txt_box p {font-size: 18px}
    .b_mv_box .b_txt_box h2 {font-size: 30px}
    .b_mv_box .b_txt_box h1 {font-size: 30px}
    .b_mv_box .b_more_btn {margin: 40px auto 0;}

	.main_bg { background-size: 100% auto;}
	.sub_bg { background-size: 100% auto; background-position: left+100px top}
}


.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 h1{line-height: 1.3; word-break: keep-all; font-size: 46px; font-weight: 400; padding: 10px 0}
.b_tit_box h1 strong {font-weight: 800}

.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; font-size: 20px}
    .b_tit_box h3 {font-size: 34px}
	.b_tit_box h1 {font-size: 36px}
    .b_tit_box .b_cont_txt {margin-top: 20px;}
    .b_section {padding: 70px 0;}
}

.b_sec_01 {overflow:hidden; padding: 100px 0 150px}
.b_sec_01 .tl {font-size: 40px; font-weight: 600; text-align: center; padding: 0 0 60px}

.b_sec_01 .b_pdt_list{display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap;}
.b_sec_01 .b_pdt_list li{width: 32%; aspect-ratio: 9/11; display: flex; align-items: flex-end; padding: 0px 3%; position: relative;}
.b_sec_01 .b_pdt_list li:hover{box-shadow: 20px 20px 35px rgba(0,0,0,.2); }
.b_sec_01 .b_pdt_list li::after{content: ''; width: 100%; height: 100%; background-color: #053656; position: absolute; left: 0; top: 0; opacity: 0; }
.b_sec_01 .b_pdt_list li:hover::after{opacity: .8 }
.b_sec_01 .b_pdt_list li > a{display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 15;}
.b_sec_01 .b_pdt_list li:nth-child(1){background:url(/data/design/main_business01.jpg) no-repeat center / cover; }
.b_sec_01 .b_pdt_list li:nth-child(2){background:url(/data/design/main_business02.jpg) no-repeat center / cover;}
.b_sec_01 .b_pdt_list li:nth-child(3){background:url(/data/design/main_business03.jpg) no-repeat center / cover; }
.b_sec_01 .b_pdt_list li .b_txt_box{color:#fff; position: relative ; z-index: 10; transition:transform .2s; }
.b_sec_01 .b_pdt_list li:hover .b_txt_box {transform: translateY(-30px);  transition:transform .3s; }
.b_sec_01 .b_pdt_list li .b_txt_box p{line-height: 1.7; margin: 22px 0;}
.b_sec_01 .b_pdt_list li .b_txt_box span{opacity: 0; transition:opacity .2s; }
.b_sec_01 .b_pdt_list li:hover .b_txt_box span{opacity: .5;  transition:opacity .3s; }
.b_sec_01 .b_pdt_list li .b_arw_box{width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; background-color: #0c5889; position: absolute; right: 0; top: 0; opacity: 0; }
.b_sec_01 .b_pdt_list li:hover .b_arw_box{opacity: 1; transition:opacity .3s; z-index: 5;}
.b_sec_01 .b_pdt_list li h3 {font-size: 24px; font-weight: 600}
.b_sec_01 .b_pdt_list li p {font-size: 16px; letter-spacing: 0px}
.b_sec_01 .b_pdt_list li span {font-size: 14px}

@media screen and (max-width:760px){
    .b_mv_box {overflow: hidden;}

	.b_sec_01 {padding: 60px 0 60px}
	.b_sec_01 .tl {font-size: 30px}
	.b_sec_01 .b_tit_box h1 .circle {width: 140px}
	.b_sec_01 .b_tit_box h1 .line {width: 180px; bottom: -10px}
	.b_sec_01 .b_tit_box h1 .star {width: 30px; right: -15px}
	.b_sec_01 .b_cont_box {flex-direction: column}
	.b_sec_01 .b_cont_box .sec01 {width: 100%; text-align: center}
	.b_sec_01 .b_cont_box .sec02 {width: 100%; text-align: center; padding: 60px 0; flex-direction: column}
	.b_sec_01 .b_cont_box .sec02 .left {transform: rotate(90deg); padding: 0; margin-bottom: 20px}
	.b_sec_01 .b_cont_box .sec02 .right {transform: rotate(90deg); padding: 0; margin-top: 20px}
	.b_sec_01 .b_cont_box .sec03 {width: 100%; text-align: center}
	.b_sec_01 .b_cont_box .sec03 .line {width: 100%}
	.b_sec_01 .b_cont_box .img_bd {display: none}
	.b_sec_01 .b_cont_box .tl {margin: 0}
	.b_sec_01 .b_cont_box .tl img {width: 100px}
	.b_sec_01 .b_cont_box .sec01 .line {width: 100%}
	.b_sec_01 .b_pdt_list {padding: 0 10px}
	.b_sec_01 .b_pdt_list li {width: 100%; margin: 0 0 20px}
	.b_sec_01 .b_pdt_list li .b_txt_box {padding: 0 20px; text-align: center}
	.b_sec_01 .b_pdt_list li p {font-size: 18px}
    
}

#b_footer{font-size: 22px; font-weight: 400;background-color: #090909; }
#b_footer > div {display: flex; justify-content: space-between; flex-wrap: wrap;  padding:70px 0; }
#b_footer p {padding-bottom: 10px}
#b_footer .tl {font-weight: 600; padding-bottom:40px}
#b_footer .b_foot_logo { width: 250px }
#b_footer .b_foot_logo img {width: 100%; max-width: 200px; opacity: .7}
#b_footer .b_foot_company {width: calc(100% - 450px)}
#b_footer address{color:#fff; font-size: 0.938rem; opacity: .6; }
#b_footer address b {line-height: 1.7; margin: 0 3px 0 8px; letter-spacing: 0px; font-weight: 600}
#b_footer address strong {line-height: 1.7;  letter-spacing: 0px; font-weight: 600; padding: 0 8px}
#b_footer address span.line {font-size: 14px; opacity: .5}
#b_footer address .b_copyright{line-height: 1.7;letter-spacing: 0.5px; font-size: 14px}
#b_footer .b_foot_right {width: 200px}
#b_footer .b_foot_right a {display: inline-block; font-size: 14px; background: #222222; border-radius: 5px; color: #fff; padding: 16px 0px; text-align: center; width: 160px}

@media screen and (max-width:980px){
    #b_footer{padding:60px 0; }
    #b_footer  > div{flex-direction: column; text-align: center; padding: 20px 0}
	#b_footer .b_foot_logo {width: 100%}
	#b_footer .b_foot_company {width: 100%}
	#b_footer .b_foot_right {width: 100%; padding: 20px 0 0}
}

@media screen and (max-width:760px){
    #b_footer{padding:0px 0; font-size: 16px}
    #b_footer .b_foot_logo {padding: 40px 0px 0px;}
	#b_footer .b_foot_logo img {width: 160px}
    #b_footer address {border-left: none; padding: 20px 0 0;} 

	#b_footer .b_foot_office {padding: 20px 0 0}
	
}


.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 {}
#content_wrapper .sub_title {position: relative; letter-spacing: 0px; height: 400px; background-size: cover; 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: 0px 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: 80px; border-bottom: 1px solid #eee;}
#content_wrapper .sub_menu li {margin: 0 30px; padding: 0 10px}
#content_wrapper .sub_menu li.active {border-bottom: 2px solid #3284ba}
#content_wrapper .sub_menu li a {display: block;}

.sub_wrapper {padding: 0px 0 120px 0}
.sub_content_wrap {padding: 100px 0 0}
.sub_content .tl {font-size: 40px; font-weight: 600; letter-spacing: 4px; text-align: center}
.sub_content .tl_blank {padding: 120px 0 0;}
.sub_content .stl {font-size: 20px; font-weight: 400; padding: 20px 0 0; color: #000; text-align: center}
.sub_content .stl2 {font-size: 36px; font-weight:600; padding: 40px 0 0; color: #000; line-height: 1.4}
.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}
.sub_content .tit {font-size: 24px; font-weight: 600;}
.sub_content .tl2 {font-size: 24px; font-weight: 600; text-align: center; padding: 50px 0 0; line-height: 1.4;}

.root_daum_roughmap_landing {width: 100% !important}

.company_greeting .sec01 {padding: 0px 0 0; display: flex; flex-wrap: wrap}
.company_greeting .sec01 .img_box {width: 45%}
.company_greeting .sec01 .img_box img {width: 100%;}
.company_greeting .sec01 .txt_box {width: 55%; padding: 20px 0 0 50px;}
.company_greeting .sec01 .txt_box .contl {font-size: 36px; font-weight: 600}
.company_greeting .sec01 .txt_box .contxt {font-size: 20px; font-weight: 400; padding: 50px 0 0; line-height: 1.6}
.company_greeting .sec01 .txt_box .sign {font-size: 24px; font-weight: 600; padding: 40px 40px 0; text-align: right;}

.company_history .history01 {padding: 80px 0 0; margin: 0px 0}

.company_history .history01 .list {position: relative; display: flex; justify-content: space-between; align-items: center; padding: 0 0 150px;}
.company_history .history01 .list .img {width: 45%; text-align: right}
.company_history .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)}
.company_history .history01 .list .plus {width: 10%; height: 100%; text-align: center }
.company_history .history01 .list .plus img {max-width: 32px}
.company_history .history01 .list .txt {width: 45%;}
.company_history .history01 .list:nth-child(2n) {flex-direction: row-reverse;}
.company_history .history01 .list:nth-child(2n) .img {text-align: left;}
.company_history .history01 .list:nth-child(2n) > .txt {text-align: right;}
.company_history .history01 {background: url(/data/design/sub_page_history_line.png) repeat-y center center;}
.company_history .history01 h1{font-size: 46px;font-weight:800;color:#000; padding: 0 0 30px;}
.company_history .history01 p{font-size: 18px;font-weight:400;color:#000; padding: 0 0 15px}
.company_history .history01 span{font-size:18px;font-weight:500;color:#000;padding-right:7px;}

.company_ci .sec01 {padding: 0px 0 0}
.company_ci .contl {font-size: 30px; font-weight: 600; padding: 10px 0 0px; text-align: center}
.company_ci .sec01 .img_box {width: 100%; text-align: center; padding: 30px 0 0}
.company_ci .sec01 .img_box img {width: 100%; max-width: 1000px}
.company_ci .sec01 .txt_box {width: 100%; padding: 40px 0 0 0px; font-size: 18px; line-height: 1.6; text-align: center; font-weight: 400}
.company_ci .sec02 {padding: 50px 0 0}
.company_ci .sec02 .txt_color {display: flex; justify-content: center; align-items: center; width: 100%; max-width: 1000px; margin: 30px auto; padding: 20px 30px; border: 1px solid #ddd}
.company_ci .sec02 .txt_color .color_bg {background: #3284ba; width: 80px; height: 80px}
.company_ci .sec02 .txt_color .color_txt {padding: 0 0 0 20px}
.company_ci .sec02 .txt_color .color_txt p {padding: 5px 0}
.company_ci .sec02 .txt_color .color_txt p b {font-weight: 600}
.company_ci .sec02 .logo_down {display: flex; justify-content: center; align-items: center; padding: 30px 0 0}
.company_ci .sec02 .logo_down a {border: 1px solid #3284ba; color: #3284ba; padding: 13px 30px; margin: 0 20px; font-size: 16px; font-weight: 400; border-radius: 3px}

.company_location .contl {font-size: 30px; font-weight: 600; padding: 10px 0 0px; text-align: center}
.company_location .cont_box {padding: 30px 0 0;}
.company_location .cont_box .img_box {}
.company_location .cont_box .txt_box { padding: 20px 40px; background: #f7f7f7}
.company_location .cont_box .txt_box p {font-size: 20px; padding: 7px 0}
.company_location .cont_box .txt_box p span {display: inline-block; width: 80px; text-align: center; background: #3284ba; color: #fff; border-radius: 3px; padding: 7px 20px; font-size: 14px; margin: 0 10px 0 0}
.company_location .sec01 {padding: 0px 0 0;}
.company_location .sec02 {padding: 120px 0 0;}

.business_area .cont_box {display: flex; flex-wrap: wrap; border-bottom: 0px solid #ddd; padding: 80px 0}
.business_area .cont_box:last-child {border-bottom: none}
.business_area .cont_box:nth-child(2n) {flex-direction: row-reverse; background: #f7f7f7}
.business_area .cont_box .contl {font-size: 30px}
.business_area .cont_box .txt_box {width: 50%; padding: 10px 30px 0 10px}
.business_area .cont_box:nth-child(2n) .txt_box {padding: 10px 10px 0 30px}
.business_area .cont_box .txt_box h1 {padding: 0 0 40px 0}
.business_area .cont_box .txt_box ul {display: flex; flex-wrap: wrap; font-size: 20px; padding: 20px 0 0 }
.business_area .cont_box .txt_box ul li:nth-child(1) {width: 100px; font-weight: 600; padding: 5px 0 0}
.business_area .cont_box .txt_box ul li:nth-child(2) {width: calc(100% - 100px); line-height: 1.4}
.business_area .cont_box .img_box {width: calc(50%); position: relative; margin: 0 0 0 0px }
.business_area .cont_box .img_box img {width: 100%}
.business_area .cont_box .img_box p {display: none; position: absolute; left: 0; bottom: 0; width: 100%; background: rgba(0,0,0,.3); color: #fff; text-align: center; padding: 16px 0; font-size: 18px}

.business_area3 .txt_box {display: flex; flex-wrap: wrap; align-items: center} 
.business_area3 .txt_box h1 {width: 240px;}
.business_area3 .txt_box ul {width: calc(100% - 240px);font-size: 20px}
.business_area3 .txt_box ul li {padding: 10px 0 0;}
.business_area3 .txt_box ul li img {margin-bottom: 10px}
.business_area3 .txt_box ul li span {background: #3284ba; color: #fff; width: 150px; display: inline-block; text-align: center; padding: 7px 0; font-size: 16px; border-radius: 3px; margin: 0 10px 0 0}
.business_area3 .img_box {padding: 50px 0 0 240px; display: flex; flex-wrap: wrap;}
.business_area3 .img_box li {width: 25%; padding: 5px}
.business_area3 .img_box li img {width: 100%}
.business_area3 .sec02 {border-top: 1px solid #ddd; margin: 80px 0 0; padding: 80px 0 0}
.business_area3 .sec02 ul {display: flex; align-items: center}
.business_area3 .sec02.bg_circle {text-align: center; background: rgba(50, 132,182,.1); border-radius: 50%; width: 200px; height: 200px; display: flex; flex-direction: column; align-items: center; justify-content: center }
.business_area3 .sec02.bg_circle img {width: 60px; padding: 0 0 0px; filter: invert(41%) sepia(98%) saturate(349%) hue-rotate(161deg) brightness(93%) contrast(94%);}
.business_area3 .sec02 ul li:nth-child(2n) {padding: 0 15px}
.business_area3 .sec02 ul li:nth-child(2n) img {width: 30px; filter: invert(41%) sepia(98%) saturate(349%) hue-rotate(161deg) brightness(93%) contrast(94%); opacity: .3}

.community_employment .sec01 .txt_box ul {display: flex; flex-wrap: wrap; align-items: center; justify-content: center} 
.community_employment .sec01 .txt_box ul li {width: 30%; display: flex; align-items: center;  justify-content: center; flex-direction: column}
.community_employment .sec01 .txt_box .bg_circle { text-align: center; background: rgba(50, 132,182,.1); border-radius: 50%; width: 300px; height: 300px; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 26px}
.community_employment .sec01 .txt_box .bg_circle img {width: 100px; padding: 0 0 0px; filter: invert(41%) sepia(98%) saturate(349%) hue-rotate(161deg) brightness(93%) contrast(94%);}
.community_employment .sec01 .txt_box p.txt {font-size: 18px; padding: 20px 20px 0; text-align: center; line-height: 1.4}
.community_employment .sec02 {border-top: 1px solid #ddd; margin:80px 0 0; padding: 80px 0 0}
.community_employment .sec02 .txt_box {display: flex; flex-wrap: wrap; align-items: center} 
.community_employment .sec02 .txt_box h1 {width: 300px; text-align: center;}
.community_employment .sec02 .txt_box h1 img {padding: 0 0 10px; width: 100px}
.community_employment .sec02 .txt_box > div {width: calc(100% - 300px);font-size: 18px}
.community_employment .sec02 .txt_box ul {display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 25px 0;} 
.community_employment .sec02 .txt_box ul:nth-child(2n-1) {background: #f7f7f7}
.community_employment .sec02 .txt_box ul li:nth-child(1) {width: 180px; text-align: left; font-weight: 600; padding: 0 0 0 20px}
.community_employment .sec02 .txt_box ul li:nth-child(2) {width: calc(100% - 180px); text-align: left; padding: 0 0 0 20px; line-height: 1.4}

.request_wrap ul {display: flex; justify-content: space-between;flex-wrap: wrap; padding: 0 0 10px }
.request_wrap ul li {width: 50%; 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; letter-spacing: -1px}
.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}

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


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

.project_btn {width: 100%; max-width: 300px; margin: 80px auto 0; border: 1px solid #3284ba; padding: 15px 50px; border-radius: 5px;}
.project_btn img {width: 34px; margin-left: 10px}
.project_btn a { display: flex; align-items: center; justify-content: center; font-weight: 600; color: #3284ba; font-size: 18px; filter: invert(48%) sepia(26%) saturate(1107%) hue-rotate(161deg) brightness(92%) contrast(95%);}

@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 0px; margin: 0 0px; width: 33.3%; text-align: center; }
	#content_wrapper .sub_menu li.active {border-bottom: 1px solid #3284ba; background: #3284ba; color: #fff}
	#content_wrapper .sub_menu li.active a {color: #fff}

    .sub_content .tl {font-size: 26px}
   
}

@media screen and (max-width: 760px){
    
    .txt_blank {padding: 30px 0 0}
    .txt_blank2 {padding: 50px 0 0}
    .sub_content .tit {font-size: 22px}
 
    .txt_table .tbl_a {font-size: 14px;}
    .tbl_a th {padding: 10px}
    .tbl_a td {padding: 10px}

    .h120 {height: auto}

    #content_wrapper .sub_menu {justify-content: flex-start; flex-wrap: wrap;}
    #content_wrapper .sub_title .txt_box h1 {padding:50px 0 0}
    #content_wrapper {margin-top: 0}
    #content_wrapper .sub_title {height: 250px}
    .sub_content_wrap {padding: 80px 10px 0}
	.sub_content .tl {font-size: 24px}
    .sub_content .stl {font-size: 30px; padding: 20px 0 0;}
	.sub_content .stl2 {font-size: 30px; padding: 20px 0 0;}
    .sub_content .tl2 {font-size: 18px;}
    .sub_content h2 {padding: 0 10px}

    .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}

	.company_greeting .sec01 .img_box {width: 100%}
	.company_greeting .sec01 .txt_box {width: 100%; padding: 30px 0 0; text-align: center}
	.company_greeting .sec01 .txt_box .contl {font-size: 24px;}
	.company_greeting .sec01 .txt_box .sign {text-align: center}

	.company_history .history01 {background-position: 3% center;}
    .company_history .history01 .list {align-items: flex-start; padding: 0 0 80px}
    .company_history .history01 .list .img {display: none}
    .company_history .history01 .list .plus {padding: 5px 0 0}
    .company_history .history01 .list .txt {width: 90%}
    .company_history .history01 .list:nth-child(2n) {flex-direction: row;}
    .company_history .history01 .list:nth-child(2n) > .txt {text-align: left;}
    .company_history .history01 h1 {font-size: 24px; padding: 7px 0 20px}

	.company_location .cont_box .txt_box {padding: 20px 10px}
	.company_location .cont_box .txt_box p {font-size: 16px}
	.company_location .cont_box .txt_box p span {width: 60px; padding: 7px 0}
	
	.business_area .cont_box {padding: 40px 0}
	.business_area .cont_box .txt_box {width: 100%}
	.business_area .cont_box .img_box {width: 100%; padding: 40px 0 0}
	.business_area .cont_box .contl {font-size: 26px}
	.business_area .cont_box .txt_box h1 {padding: 0 0 20px}
	.business_area .cont_box .txt_box ul {font-size: 18px}
	.business_area .cont_box .txt_box ul li:nth-child(1) {width: 100%;}
	.business_area .cont_box .txt_box ul li:nth-child(2) {width: 100%; padding: 10px 0 0}
	.business_area .cont_box:nth-child(2n) .txt_box {padding: 10px 20px}

	.business_area3 .txt_box h1 {width: 100%; font-size: 24px; text-align: center}
	.business_area3 .txt_box ul {width: 100%; font-size: 18px}
	.business_area3 .txt_box ul li {text-align: center; padding: 30px 0 0}
	.business_area3 .txt_box ul li span {width: 100%; margin: 0 0 10px}
	.business_area3 .img_box {padding: 30px 0 0}
	.business_area3 .img_box li {width: 50%}

	.business_area3 .sec02 ul {flex-wrap: wrap; padding: 30px 0 0}
	.business_area3 .txt_box ul li {width: 100%;}
	.business_area3 .sec02 ul li:nth-child(2n-1) {font-size: 24px; font-weight: 600}
	.business_area3 .sec02 ul li:nth-child(2n-1) img {padding: 0 0 20px; width: 120px}
	.business_area3 .sec02 ul li:nth-child(2n) {padding: 40px 0 0}
	.business_area3 .sec02 ul li:nth-child(2n) img {transform: rotate(90deg)}
	
	.community_employment .sec01 .txt_box ul li {width: 100%; margin: 0 0 80px}
	.community_employment .sec02 .txt_box h1 {width: 100%}
	.community_employment .sec02 .txt_box > div {width: 100%; padding: 50px 0 0}
	.community_employment .sec02 .txt_box ul li:nth-child(1) {width: 100%; text-align: center}
	.community_employment .sec02 .txt_box ul li:nth-child(2) {width: 100%; padding: 20px 0 0; text-align: center}
}