/*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.0rem;}
.fs_20{font-size: 1.0rem;}
.fs_22{font-size: 1.1rem;}
.fs_25{font-size: 1.563rem;}
.fs_30{font-size: 1.5rem;}
.fs_40{font-size: 2.0rem;}
.fs_48{font-size: 3rem;}
.fs_50{font-size: 2.8rem;}
.fs_60{font-size: 3.2rem;}
.fs_70{font-size: 3.8rem;}

@media screen and (max-width:1080px){
    .fs_50{font-size: 20px;}
    .fs_60{font-size: 35px;}
	.fs_70{font-size: 50px;}
}

@media screen and (max-width:760px){
    .fs_40{font-size: 24px;}
    .fs_50{font-size: 26px;}
    .fs_60{font-size: 30px;}
	.fs_70{font-size: 32px;}
}


/*font weight*/
.fw_m{font-weight: 400;}
.fw_sb{font-weight: 500;}   
.fw_b{font-weight: bold;}
.fw_eb{font-weight: 800;}

*{letter-spacing: -0.5px; word-break:keep-all}
.b_color{color:#007a06; }

.b_inner{max-width:1200px; margin:0 auto; width:100%; }
.b_inner2{max-width:1200px; margin:0 auto; width:100%; }
.b_inner3{max-width:1100px; margin:0 auto; width:100%; }
.b_inner4{max-width:1000px; margin:0 auto; width:100%; }

.b_center {text-align: center}

.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{transform: translateX(4px);transition: transform .2s;}

.pc {display: block}
.mobile {display: none}

@media screen and (max-width: 1320px){
    
}

@media screen and (max-width:760px){
    .b_more_btn img{width: 12px;}
    .pc {display: none}
    .mobile {display: block}
}

#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 > .b_inner:after {display: block; position: absolute; bottom: 20px; right: 0px; content:""; height: 1px; width: 97%; border-bottom: 0px solid rgba(255,255,255,1)}
#b_header nav{}
#b_header #b_gnb {display: flex; align-items: center; height: 100%}
#b_header #b_gnb > li {padding:20px 35px; position: relative; height: 100%;}
#b_header #b_gnb > li > a{color:#fff; display: flex; align-items: center; width: 100%; font-size: 18px; letter-spacing: 0px; height: 100%; font-weight: 400}

#b_header #b_gnb .b_sub_list{position:absolute; left:50%; top: 100%; background-color: #fff; width: 120%; transform:translate(-50%); padding:7px 0; display: none; border:1px solid #eaeaea; border-radius: 10px}
#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: 14px }
#b_header #b_gnb .b_sub_list li a:hover{color:#1f7468; transition:color .3s; }

#b_header .b_logo a{display: block; color:#fff; }
#b_header .b_logo img {width: 90px;}
#b_header .b_util_box {display: none}

.b_lang {display: flex; }
.b_lang li {position: relative; padding: 0 20px}
.b_lang li:nth-child(1):after {content: ''; width: 1px; height: 70%; background-color: rgba(255,255,255, .3); position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.b_lang a {color: #fff; font-size: 16px; padding: 0  10px; opacity: .5}
.b_lang a.active {font-weight: 400; opacity: 1}

.b_search {background: transparent; border:1px solid #fff; display: flex; align-items: center; border-radius: 5px; padding: 0px 20px 0 10px}
.b_search input {border: none; outline: none; color: #fff; background: transparent; width: 140px}
.b_search i {font-size: 18px; color: #fff}

.b_toggle_btn{display: flex; width: 30px; height:25px; flex-direction: column ; justify-content: center; }
.b_toggle_btn span{width: 100%; background-color: #fff; height:2px; border-radius: 5px;}
.b_toggle_btn span:first-child{margin-bottom: 7px;}
.b_toggle_btn span:nth-child(2) {margin-bottom: 7px;}

.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:#1e7366; transition:color .3s; font-size: 1.8rem }
.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_site_map .b_lang {position: absolute; left: 8%; top: 5%; z-index: 11; color: #111 }
.b_site_map .b_lang a {color: #111}
.b_site_map .b_lang li:nth-child(1):after {background-color: rgba(0,0,0, .3);}
.b_site_map .b_lang li {padding: 0 10px;}

.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_lang li:nth-child(1):after {background-color: rgba(0,0,0, .3);}
#b_header.on .b_lang a {color: #000}
#b_header.on .b_search {border: 1px solid #ddd}
#b_header.on .b_search input {color: #000;}
#b_header.on .b_search i {color: #000}

#b_header.black .b_logo a{color:#111; }
#b_header.black{background-color: #fff; transition:.4s; border-bottom: 0px solid #eaeaea;}
#b_header.black .b_logo .b_logo_off{display: none;}
#b_header.black .b_logo .b_logo_on{display: block;}
#b_header.black #b_gnb > li > a{color:#111; }
#b_header.black .b_sns_list li img{filter:invert(1); opacity:.4;}
#b_header.black .b_lang_box li a{color:#c1c1c1; }
#b_header.black .b_lang_box li.on a{color:#111; }
#b_header.black .b_toggle_btn span{background-color: #111; }
#b_header.black .b_lang li:nth-child(1):after {background-color: rgba(0,0,0, .3);}
#b_header.black .b_lang a {color: #000}
#b_header.black .b_search {border: 1px solid #ddd}
#b_header.black .b_search input {color: #000;}
#b_header.black .b_search i {color: #000}


@media screen and (max-width:1080px){
    #b_header{height: 80px;}
    #b_header nav{display: none;}
    #b_header .b_lang {display: none}
    #b_header .b_search {display: none}

    #b_header .b_logo {padding: 0 0 0 10px}
    #b_header .b_logo img {width: 80px}

	#b_header .b_util_box {display: block; padding: 0 10px 0 0}
    .b_toggle_btn{display: flex;}    
}

@media screen and (max-width:760px){
    #b_header{height: 70px;}

}

.b_mv_box {height: 950px; 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.2); }
.b_mv_box ul li.swiper-slide-active figure img{transform:scale(1.15); transition:transform 6s;}
.b_mv_box ul li .b_inner{display: flex; align-items: center; height:100%; width:100%; justify-content: flex-start;}
.b_mv_box .b_txt_box{position: relative; color: #fff; text-align: left; transform:translateY(30px); opacity:.2;}
.b_mv_box ul li.swiper-slide-active .b_txt_box{transform:translateY(0);opacity:1; transition:ease .8s; transition-delay: .4s;}
.b_mv_box .b_txt_box h2{line-height:1.3;}
.b_mv_box .b_txt_box p{margin-bottom: 15px;}
.b_mv_box .b_txt_box p.txt {padding: 30px 0 0; letter-spacing: -0.5px; line-height: 1.4}
.b_mv_box .b_txt_box .angle {position: absolute; top: 0; left: 0}
.b_mv_navi{max-width: 1720px; margin:0 auto; width:94%; 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 #fff;margin:55px 0 0; color: #fff; padding: 0 30px}
.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:#fff; margin-left: 10px; letter-spacing: 2px;}

.main_slide {position: relative; display: flex; align-items: center; justify-content: center;  }
.main_slide figure{ width:100%; height:100%; overflow:hidden; display: flex; align-items: center; justify-content: center;}
.main_slide figure img{z-index: 9; transform:scale(1); }
.main_slide figure.active img{transform:scale(1.05); transition:transform 6s;}
.main_slide .b_inner{}
.main_slide .txt_box{z-index: 10; position: absolute; left:50%; top: 50%; color: #fff; text-align: left; transform:translate(-50%,-30%); opacity:0; padding: 90px 0 0 70px}
.main_slide .txt_box.active{transform:translate(-50%,-45%);opacity:1; transition:ease .8s;}
.main_slide .txt_box h2{line-height:1.3;}
.main_slide .txt_box p{margin-bottom: 0px;}
.main_slide .txt_box p.txt {padding: 10px 0 0; letter-spacing: -0.5px; line-height: 1.4}
.main_slide .txt_box .angle {position: absolute; top: 0; left: 0; width: 170px}
.main_slide .b_more_btn{background-color: transparent; border:1px solid #fff;margin:55px 0 0; color: #fff; padding: 0 30px}

.video_wrap{overflow:hidden;position:relative;height: 100vh;padding-top: 90px;box-sizing:border-box;}
.video_wrap .video {position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;background-size: 100% 100%;	background-color: black;background-position: center center;background-size: contain;object-fit: cover;}

.fp-controlArrow.fp-prev {border: none; background: url("/data/design/index/mv_navi.png") no-repeat center center; width: 30px !important; height: 30px !important; transform: rotate(180deg); left: 50px !important; margin: -15px 0 0}
.fp-controlArrow.fp-next {border: none; background: url("/data/design/index/mv_navi.png") no-repeat center center; width: 30px !important; height: 30px !important; right: 50px !important; margin: -15px 0 0}

.mservice figure{ z-index: 9; width:100%; height:100%; overflow:hidden; }
.mservice figure img{transform:scale(1); }
.mservice .txt_box{position: absolute; left:50%; top: 50%; opacity: 0; transform:translate(-50%,-30%);}
.mservice.active figure img{transform:scale(1.05); transition:transform 6s; width: 100%; height: 100%}
.mservice.active .txt_box{opacity: 1; transform:translate(-50%,-45%); transition:ease .8s;}
.mservice .b_more_btn {background: transparent; color: #fff; border: 1px solid #fff; padding: 0 25px; display: flex; justify-content: space-between; width: 230px; margin: 60px 0 0}

.main_business {position: relative; display: flex; align-items: center; justify-content: center; height: 100%; z-index: 100}
.main_business.active .txt_box{transform: translate(-50%,-55%);}
.main_business .b_inner {}
.main_business .txt_box{z-index: 11; color: #000 !important; text-align: left; display: flex; justify-content: space-between; align-items: center; flex-direction: column; width: 100%;}
.main_business .txt_box .tl {width: 100%; text-align: center}
.main_business .txt_box .tl h2{line-height:1.0; ; font-size: 40px}
.main_business .txt_box .tl p {padding: 10px 0 0; letter-spacing: -0.5px; line-height: 1.4}
.main_business .txt_box .tl p.tit {padding: 20px 0 0; font-weight: 300; font-size: 20px;}
.main_business .txt_box .tl p.tit2 {padding: 0px 0 0; font-weight: 500; font-size: 24px;}
.main_business .txt_box .area {width: 100%; display: flex; justify-content: space-between; align-items: center;  padding: 10px 0 10px}
.main_business .txt_box .area li {margin: 0 5px; overflow: hidden; position: relative; text-align: center;}
.main_business .txt_box .area img {z-index: 5; width: 100%; max-width: 300px; transform:scale(1.0); transition:transform 0.5s; border: 1px solid #ddd;}
.main_business .txt_box .area li:hover img {transform:scale(1.01); transition:transform 0.5s;}
.main_business .txt_box .area p {z-index: 10; color: #000 !important; letter-spacing: 0px; padding: 10px 0 0; width: 100%; opacity: 1; line-height: 1.2}
.main_foot {position: absolute; bottom: 0px; left: 0px; width: 100%;padding: 30px 0 !important}
.main_foot > div {display: flex; justify-content: space-between;}

.main_part {position: relative; display: flex; align-items: center; justify-content: center; height: 100%}
.main_part .b_inner {}
.main_part .txt_box{z-index: 11; color: #fff; text-align: left; display: flex; justify-content: space-between; flex-direction: column;  }
.main_part .txt_box .tl {width: 100%;}
.main_part .txt_box .tl h2{line-height:1.0; padding: 10px 0 0}
.main_part .txt_box .tl p {padding: 20px 0 0; letter-spacing: 0px; line-height: 1.4}
.main_part .txt_box .area {width: 100%; display: flex; justify-content: space-between; align-items: center;  padding: 30px 0 0}
.main_part .txt_box .area li {margin: 0 5px; overflow: hidden; position: relative}
.main_part .txt_box .area img {z-index: 5; width: 100%; max-width: 320px; transform:scale(1.0); transition:transform 0.5s;}
.main_part .txt_box .area li:hover img {transform:scale(1.01); transition:transform 0.5s;}
.main_part .txt_box .area p {z-index: 10; color: #fff; letter-spacing: 0px; padding: 10px 0 0; width: 100%; opacity: .7; line-height: 1.2}

.main_products {position: relative; display: flex; align-items: center; justify-content: center; height: 100%}
.main_products .b_inner {}
.main_products .txt_box{z-index: 11; color: #000; text-align: left; display: flex; justify-content: space-between; align-items: center  }
.main_products .txt_box .tl {width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column}
.main_products .txt_box .tl h2{line-height:1.0; padding: 0px 0 0}
.main_products .txt_box .tl p {color: #000 !important; padding: 20px 0 0; letter-spacing: 0px; line-height: 1.4; }
.main_products .txt_box .area {width: 100%; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; padding: 0px 0 0}
.main_products .txt_box .area li {width: calc(50% - 20px); margin: 0 10px 20px; overflow: hidden; position: relative;}
.main_products .txt_box .area img {z-index: 5; width: 100%; transform:scale(1.0); transition:transform 0.5s;}
.main_products .txt_box .area li:hover img {transform:scale(1.01); transition:transform 0.5s;}
.main_products .txt_box .area li > a > p {position: absolute; z-index: 11; bottom: 20px; left: 0;z-index: 10; color: #fff; letter-spacing: 0px; padding: 10px 0 0 30px; opacity: 1; line-height: 1.2}
.main_products .txt_box .area li > a > .bg {position: absolute; z-index: 10; left:0; bottom: 0; width: 100%; height: 100px; background: rgba(0,0,0,.5);}

@keyframes scr_ani{
    0%{transform:translateY(0);}
    100%{transform:translateY(10px);}
}

@media screen and (max-width:1320px){
    .main_slide .txt_box {padding: 0px; text-align: center}
    .main_slide .txt_box .angle {display: none}
    .main_slide .txt_box h2 {padding: 15px 0 0; font-size: 40px;}

    .main_business .txt_box .tl h2 {font-size: 34px; line-height: 1.2}
    .main_business .txt_box .tl p.tit {font-size: 22px;}
    .mservice .txt_box {text-align: center; padding: 0 30px;}
    .mservice .b_more_btn {margin: 60px auto 0}

    .main_part  .txt_box .tl h1 {font-size: 40px; line-height: 1.2}
    .main_part  .txt_box .tl h2 {font-size: 24px; line-height: 1.3; padding: 20px 0 0}
    .main_part .txt_box .tl p br {display: none}

    .main_products .txt_box .tl p br {display: none;}

}

@media screen and (max-width:1080px){
    .b_mv_box {height: 800px;}

}
@media screen and (max-width:760px){
    .b_mv_box {height: 700px;}
    /* .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;}
    

    .main_products .txt_box .area {flex-wrap: wrap;}
    .main_products .txt_box .area li {width: calc(100% - 20px); height: 150px}
    .main_products .txt_box .area li:nth-child(1) {order: 2}
    .main_products .txt_box .area li:nth-child(2) {height: 100px; order:1}
    .main_products .txt_box .area li:nth-child(3) {order: 3}
    .main_products .txt_box .area li:nth-child(4) {order: 4}
    .main_products .txt_box .area li > a > .bg {height: 60px;}
    .main_products .txt_box .area li > a > p {bottom: 10px; text-align: center; width: 100%}

    .main_business.active .txt_box{transform: translate(-50%,-65%);}
    .main_foot {padding: 20px 0 !important}
    .main_foot > div {flex-direction: column; text-align: center;}
    .main_foot .b_right_box {display: none !important;}
    .main_foot .b_logo {padding-bottom: 10px;}
    .main_foot .b_logo img {width: 80px !important}

}


.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: .8s;}
.b_delay_05{transition-delay: 1.0s;}

.b_tit_box {margin-bottom: 50px; text-align: center;}
.b_tit_box .b_sub_txt{display: block; margin-bottom: 30px; 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: 100px 0;}


@media screen and (max-width:760px){
    .b_tit_box {margin-bottom: 30px; }
    .b_tit_box .b_sub_txt{ margin-bottom: 20px; }
    .b_tit_box .b_cont_txt{margin-top: 20px; }
    .b_section{padding: 70px 0;}

}


.b_sec_01{position: relative; padding-top: 150px;}
.b_sec_01::after{content: ''; width: 100%; height: 370px; background-color: #f8f8f8; position:absolute; left: 50%; top: 0; transform: translateX(-50%); z-index: -1;}
.b_sec_01 .b_inner{display: flex; align-items: center;}
.b_sec_01 .b_inner > div {width: 50%; overflow: hidden;}
.b_sec_01 .b_inner > div a {color: #fff;}
.b_sec_01 .b_left_box{display: flex; align-items: center; justify-content: center;}
.b_sec_01 .b_tit_box {text-align: left;}
.b_sec_01 .b_right_box{display: flex; align-items: flex-start; height:100%; padding-left:5%; flex-direction: column; justify-content: center;}
.b_sec_01 .b_txt_box p{line-height: 1.6; margin-top: 80px;}


@media screen and (max-width:980px){
    .b_sec_01{padding-top: 80px;}
    .b_sec_01::after{display: none;}
    .b_sec_01 .b_inner{flex-direction: column-reverse;}
    .b_sec_01 .b_inner > div{width:100%; }
    .b_sec_01 .b_left_box{align-items: flex-start; margin-top: 40px;     height: 300px;}
    .b_sec_01 .b_left_box img{width: 100%; display: block;}
    .b_sec_01 .b_right_box{padding-left:0; }
    .b_sec_01 .b_txt_box p{margin-top: 40px;}
}

@media screen and (max-width:760px){
    .b_sec_01 .b_left_box{height: auto;}
    .b_sec_01 .b_txt_box p {margin-top: 20px;}
}

.b_sec_02{overflow:hidden;}
.b_sec_02 .b_cont_box {position: relative;}
.b_sec_02 .b_slide_box {overflow: hidden;}
.b_sec_02 .b_slide_box ul li > a{display: block;}
.b_sec_02 .b_slide_box .b_img_box{background-color: #fafafa; display: flex; align-items: center; justify-content: center; }
.b_sec_02 .b_slide_box .b_img_box img{max-width: 100%; border-radius: 20px}
.b_sec_02 .b_slide_box .b_txt_box {margin-top: 20px;}
.b_sec_02 .b_slide_box .b_txt_box h4{margin:10px 0;}
.b_sec_02 .b_slide_box .b_txt_box p{color:#888;}
.b_sec_02 .b_next , .b_sec_02 .b_prev {top: 24%; width:60px; height:60px; border-radius: 50%; box-shadow: 0 2px 25px rgba(0,0,0,.17); display: flex; align-items: center; justify-content: center;}
.b_sec_02 .b_prev {left: -90px;}
.b_sec_02 .b_prev img{transform:rotate(180deg);}
.b_sec_02 .b_next {right: -90px;}
.b_sec_02 .b_pdt_link {margin-top: 90px;}
.b_sec_02 .b_pdt_link .b_more_btn{margin:0 auto; color: #fff;}
.b_sec_02 .b_pdt_link > ul{display: flex; justify-content: space-between; align-items: center; margin-bottom: 60px; flex-wrap: wrap;}
.b_sec_02 .b_pdt_link > ul li{width: 32%; background-color: #fafafa; border:1px solid #eaeaea; border-radius: 5px; height: 80px;}
.b_sec_02 .b_pdt_link > ul li a{display: flex; width: 100%; padding:0px 30px; justify-content: space-between; align-items: center; height: 100%;}
.b_sec_02 .b_pdt_link > ul li p{color:#888; }
.b_sec_02 .b_pdt_link > ul li p img{filter: invert(1); margin-left: 10px; opacity:.5; }

.b_sec_02 .b_pdt_link > ul li:hover{background-color: #007a06; border:0; transition: .3s; box-shadow: 0 6px 35px rgba(0,0,0,.23);}
.b_sec_02 .b_pdt_link > ul li:hover h4{color:#fff; }
.b_sec_02 .b_pdt_link > ul li:hover p{color:#fff; }
.b_sec_02 .b_pdt_link > ul li:hover p img{filter: unset;}

@media screen and (max-width:760px){
    .b_sec_02 .b_pdt_link > ul{ margin-bottom: 30px; }
    .b_sec_02 .b_pdt_link > ul li{width: 100%; margin-bottom: 10px; height: 60px;}
    .b_sec_02 .b_pdt_link > ul li p img{width: 12px;}
    .b_sec_02 .b_pdt_link {margin-top: 40px;}
    .b_sec_02 .b_pdt_link > ul li a{padding: 0 20px;}
    
}

.b_sec_03{display: flex; align-items: center; padding:0; flex-wrap: wrap;}
.b_sec_03 .b_banner_box{width: 50%; height: 415px; display: flex; align-items: center; justify-content: center;}
.b_sec_03 .b_banner_01{background: url(/data/design/index/banner_bg_01.jpg) no-repeat center / cover;}
.b_sec_03 .b_banner_02{background: url(/data/design/index/banner_bg_02.jpg) no-repeat center / cover;}
.b_sec_03 .b_banner_box .b_more_btn{margin:40px auto 0 auto; background-color: transparent; border: 1px solid #fff; color: #fff;}
.b_sec_03 .b_banner_box .b_tit_box {color:#fff; margin-bottom:0; }
.b_sec_03 .b_banner_box .b_tit_box .b_sub_txt{opacity: .6;}

@media screen and (max-width:760px){
    .b_sec_03 .b_banner_box{width: 100%; height: 270px; }
    .b_sec_03 .b_banner_box .b_tit_box .b_sub_txt{margin-bottom: 10px;}
    .b_sec_03 .b_banner_box .b_tit_box .b_cont_txt {margin-top: 10px;}
    .b_sec_03 .b_banner_box .b_more_btn {margin-top: 20px ;}
}

.foot_wrapper{background-color: #151617; padding:70px 0; }
.foot_wrapper .b_logo img {width: 100px}
.foot_wrapper .b_inner{display: flex; justify-content: space-between;}
.foot_wrapper .b_left_box{display: flex; flex-direction: column; justify-content: space-between;}
.foot_wrapper address{color:#fff; font-size: 0.938rem; opacity: .6;}
.foot_wrapper address span{line-height: 1.7; margin-right: 10px; letter-spacing: -0.5px;}
.foot_wrapper address span b {letter-spacing: 0px;}
.foot_wrapper address .b_copyright{line-height: 1.7;letter-spacing: -0.5px;}
.foot_wrapper .b_right_box{color:#fff; padding-right:4%; display: flex; align-items: flex-end; flex-direction: column; justify-content: space-between;}
.foot_wrapper .b_right_box .b_ft_link{display: flex; align-items: center; }
.foot_wrapper .b_right_box .b_ft_link li {margin-right: 12px; padding-right: 12px; border-right: 1px solid #fff;  opacity: .6;}
.foot_wrapper .b_right_box .b_ft_link li:last-child {margin-right: 0; padding-right: 0; border-right:0;}
.foot_wrapper .b_right_box .b_ft_link li a{display: block; ; font-size: 0.938rem; color: #fff; }
.foot_wrapper .b_right_box .b_num_box{display: flex; align-items: flex-start; flex-direction: column;}
.foot_wrapper .b_right_box .b_num_box p{display: flex; align-items: center; margin-top: 10px;}
.foot_wrapper .b_right_box .b_num_box p img{margin-right: 5px;}

@media screen and (max-width:980px){
    .foot_wrapper{padding:60px 0; }
    .foot_wrapper .b_inner{flex-direction: column; text-align: center;}
    .foot_wrapper .b_right_box{margin-top: 30px; padding-right:0; align-items: center;}
    .foot_wrapper .b_right_box .b_num_box{margin-top: 20px; flex-direction: row; align-items: center;}
    .foot_wrapper .b_right_box .b_num_box p {margin-top: 0; margin-left: 10px;}
}

@media screen and (max-width:760px){
    .foot_wrapper{padding:50px 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 .sub_title {position: relative; letter-spacing: 0px; height: 400px; background-size: cover !important}
#content_wrapper .sub_title .txt_box {width: 100%; height: 100%; display: flex; flex-direction: column;justify-content: center; align-items: center; color: #fff; padding: 30px 0 0;}
#content_wrapper .sub_title .txt_box p { letter-spacing: 0px; }
#content_wrapper .sub_title .txt_box h1 { padding: 20px 0 0; }

#content_wrapper .sub_menu {position: absolute; left: 0; bottom: 0; width: 100%; display: flex; justify-content: center; align-items: center; line-height: 60px; border-bottom: 0px solid #eee; background: rgba(0,0,0,.5);}
#content_wrapper .sub_menu li {padding: 0 40px; opacity: 1}
#content_wrapper .sub_menu li.active {border-bottom: 0px solid #00297c; opacity: 1; background: #fff;}
#content_wrapper .sub_menu li a {display: block; color: #fff}
#content_wrapper .sub_menu li.active a {color: #333}
#content_wrapper .sub_cate {padding: 120px 0 0; display: flex; justify-content: center; align-items: center}
#content_wrapper .sub_cate li {margin: 0 10px; width: 25%}
#content_wrapper .sub_cate li a {display: block; border: 1px solid #ddd; background: #f7f7f7; font-size: 18px; padding: 15px 0; text-align: center;}
#content_wrapper .sub_cate li a.active {font-weight: 600; background: #fff; border: 1px solid #777}

#content_wrapper .cate_con {padding: 60px 0 0; display: none}
#content_wrapper .cate_con.active {display: block}
#content_wrapper .cate_con .sec01 h1 {font-size: 36px; font-weight: 500}
#content_wrapper .cate_con .sec01 p {padding: 30px 0 0; font-size: 18px; line-height: 1.4}
#content_wrapper .cate_con .sec02 {display: flex; justify-content: center; align-items: center; padding: 50px 0 0}
#content_wrapper .cate_con .sec02 img {width: 100%; padding: 0 0px}
#content_wrapper .cate_con .sec03 p {padding: 30px 0 0; font-size: 18px; line-height: 1.4}

.sub_wrapper {padding:0px 0 120px 0}
.sub_content_wrap {padding: 120px 0}
.sub_content .tl {text-align: center; font-size: 36px; font-weight: 600;}
.sub_content .tl_blank {padding: 100px 0 0;}
.sub_content .ex {text-align: center; font-size: 18px; padding: 20px 0 0; line-height: 1.4; color: #555}

.sub_content .sub_name {}
.sub_content .sub_name h1 {display: inline-block; padding: 0 0 10px 0; font-size: 52px; font-weight: 600; border-bottom: 1px solid #7fa3b2; }
.sub_content .sub_name p {font-size: 20px; line-height: 1.4; padding: 20px 0 0}

.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 {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}
.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}

/*약관*/
.agree_box {margin: 50px auto 0; font-weight: 400; border: 1px solid #eee}

/*서브페이지*/
.subpage {padding: 0 10px}
.subpage h1 {font-size: 18px; font-weight: 600; line-height: 1.2}
.subpage h1.tl {font-size: 32px}
.subpage h2 {font-size: 18px; font-weight: 400; line-height: 1.2; padding: 20px 0 0; color: #555}
.subpage h2.stl {font-size: 18px}
.subpage p {font-size: 16px; font-weight: 400px; line-height: 1.4;}

.sub_name {text-align: center; font-size: 0px; font-weight: 600; color: #333; padding: 60px 0 }

.sub_greeting .sec01 {display: flex; justify-content: center; align-items: flex-start;}
.sub_greeting .sec01 li:nth-child(1) {width: 40%; padding: 0 40px 0 0}
.sub_greeting .sec01 li:nth-child(1) img {width: 100%;}
.sub_greeting .sec01 li:nth-child(2) {width: 60%;}
.sub_greeting .sec01 h1 {padding: 20px 0 0}
.sub_greeting .sec01 p {padding: 50px 0 0}
.sub_greeting .sec01 p.sign {display: flex; justify-content: flex-end; align-items: center; padding: 70px 0 0;}
.sub_greeting .sec01 p.sign b {font-weight: 400; padding: 0 10px 0 20px}
.sub_greeting .sec01 p.sign strong {font-size: 22px; font-weight: 600;}

.sub_aboutus .sec01 {display: flex; justify-content: center; align-items: flex-start;}
.sub_aboutus .sec01 li:nth-child(1) {width: 40%; padding: 0 40px 0 0}
.sub_aboutus .sec01 li:nth-child(1) img {width: 100%; border-radius: 60px 0 60px;}
.sub_aboutus .sec01 li:nth-child(2) {width: 60%;}
.sub_aboutus .sec01 h1 {padding: 20px 0 0}
.sub_aboutus .sec01 p {padding: 50px 0 0}

.sub_aboutus .sec02 {text-align: center; padding: 0px 0 0; }
.sub_aboutus .sec02 .tit {padding: 50px 0 0; font-size: 26px; font-weight: 600;}
.sub_aboutus .sec02 .tit2 {padding: 15px 0 0; font-size: 20px; font-weight: 400;}
.sub_aboutus .sec02 ul {display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; padding: 60px 0; margin-top: 100px;border-top: 1px solid #000; border-bottom: 1px solid #000;}
.sub_aboutus .sec02 ul li {width: 16.6666%; padding: 0 0 0px; border-right: 1px solid #000; }
.sub_aboutus .sec02 ul li:last-child {border-right: none;}
.sub_aboutus .sec02 ul li b {display: block; font-size: 20px; font-weight: 500; padding: 20px 0 0}
.sub_aboutus .sec02 ul li span {display: block; font-size: 16px; font-weight: 300; padding: 10px 0 0}
.sub_aboutus .sec02 ul li img {width: 60px}

.sub_aboutus .sec03 {padding: 150px 0; text-align: center} 
.sub_aboutus .sec03 ul {display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; padding: 80px 0}
.sub_aboutus .sec03 ul li {position: relative; width: calc(50% - 30px); margin: 0 15px}
.sub_aboutus .sec03 ul li img {width: 100%}
.sub_aboutus .sec03 ul li p {position: absolute; bottom: 0px; left: 0px;background: rgba(0,0,0, .5); color: #fff; width: 100%; text-align: left; padding: 20px 0 20px 30px}
.sub_aboutus .sec03 ul li b {display: block; font-size: 22px; font-weight: 500; padding: 0px 0 0 0px}
.sub_aboutus .sec03 ul li span {display: block; font-size: 18px; font-weight: 300; padding: 5px 0 0 0px}

.sub_aboutus .sec04 {padding: 150px 0 0; text-align: center} 
.sub_aboutus .sec04 ul {padding: 50px 0 0}
.sub_aboutus .sec04 ul li img {width: 100%; max-width: 649px;}

.sub_vision .sec01 {padding: 0px 0 0; text-align: center} 
.sub_vision .sec01 ul {padding: 50px 0 0; display: flex; justify-content: center;}
.sub_vision .sec01 ul li img {width: 100%; max-width: 700px;}

.sub_vision .sec02 {padding: 120px 0 0; text-align: center} 
.sub_vision .sec02 ul {padding: 30px 0 30px; margin-top: 50px; display: flex; justify-content: space-between; background: #1d6a61;}
.sub_vision .sec02 ul li {width: 33.33%; color: #fff; font-size: 26px; font-weight: 600;}

.sub_vision .sec03 {padding: 120px 0 0; text-align: center} 
.sub_vision .sec03 ul {padding: 80px 0 0; display: flex; justify-content: center;}
.sub_vision .sec03 ul li img {width: 100%; max-width: 1000px;}

.sub_organization .sec01 {padding: 0px 0 0; text-align: center} 
.sub_organization .sec01 ul {padding: 80px 0 0; display: flex; justify-content: center;}
.sub_organization .sec01 ul li img {width: 100%; max-width: 1100px;}

.sub_partners .sec01 {padding: 0px 0 0; text-align: center} 
.sub_partners .sec01 ul {margin-top: 80px; padding: 30px; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.sub_partners .sec01 ul li {width: 25%; padding-top: 15px;padding-bottom: 15px; border: 1px solid #ddd; margin-right: -1px; margin-bottom: -1px;}
.sub_partners .sec01 ul li img {width: 100%; max-width: 140px;}

.sub_location .sec01 {padding: 0px 0 0; text-align: center} 
.sub_location .sec01 ul {padding: 80px 0 0; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; text-align: left;}
.sub_location .sec01 ul li:nth-child(1) {width: 450px}
.sub_location .sec01 ul li:nth-child(2) { width: calc(100% - 450px); padding: 0 0 0 80px}
.sub_location .sec01 ul li:nth-child(2) p {padding: 5px 0; font-size: 18px; display: flex; align-items: center;}
.sub_location .sec01 ul li:nth-child(2) p b {display: inline-block; background: #f7f7f7; padding: 5px 15px; width: 100px; text-align: center; font-size: 18px; font-weight: 600; margin-right: 10px; border-radius: 5px;}
.sub_location .sec01 ul li img {width: 100%; max-width: 450px }

.sub_location .sec02 {padding: 120px 0 0; text-align: center} 

.root_daum_roughmap {width: 100% !important}

.sub_rnd .sec01 {padding: 0px 0 0; text-align: center} 
.sub_rnd .sec01 ul {padding: 80px 120px 0; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; text-align: left;}
.sub_rnd .sec01 ul li {position: relative; width: calc(20% - 20px); aspect-ratio: 1; border-radius: 100%;text-align: center; padding: 0 0 0px; background: #f7f7f7; margin: 0 10px;  display: flex; justify-content: center;align-items: center; flex-direction: column;}
.sub_rnd .sec01 ul li img {width: 120px}
.sub_rnd .sec01 ul li p {font-size: 16px; font-weight: 500; padding: 0px 0 0;}

.sub_certificate .sec01 {padding: 0px 0 0; text-align: center} 
.sub_certificate .sec01 ul {padding: 120px 0 0; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; text-align: left;}
.sub_certificate .sec01 ul li {position: relative; width: 33.3%; text-align: center; padding: 0 20px 60px}
.sub_certificate .sec01 ul li img {border: 1px solid #eee; width: 100%;}
.sub_certificate .sec01 ul li p {font-size: 18px; font-weight: 500; padding: 20px 0 0;}

.sub_rightpeople .sec01 {padding: 0px 0 0; text-align: center} 
.sub_rightpeople .sec01 ul {padding: 120px 40px 0; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; text-align: left;}
.sub_rightpeople .sec01 ul li {position: relative; width: 35%; aspect-ratio: 1; text-align: center; padding: 0 80px 00px; background: rgba(0,0,0, .05); border-radius: 100%; display: flex; align-items: center;}
.sub_rightpeople .sec01 ul li h1 {font-size: 26px; font-weight: 600; padding: 10px 0 0;}
.sub_rightpeople .sec01 ul li h1:after {display: block; content: ""; height: 3px; width: 150px; border-bottom: 2px solid #333; margin: 20px auto 0;}
.sub_rightpeople .sec01 ul li p {font-size: 16px; font-weight: 300; padding: 20px 0 0;}
.sub_rightpeople .sec01 ul li:nth-child(2) {margin-left: -70px;}
.sub_rightpeople .sec01 ul li:nth-child(3) {margin-left: -70px;}

.sub_job .sec01 {padding: 0px 0 0; text-align: center} 
.sub_job .sec01 ul {padding: 120px 0 0; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; }
.sub_job .sec01 ul li {position: relative; text-align: center; padding: 20px 50px 20px; margin: 0 0 40px; display: flex; align-items: center; justify-content: flex-start; background: #f7f7f7; width: 100%;}
.sub_job .sec01 ul li h1 {position: relative;font-size: 22px; font-weight: 600; padding: 20px 0; width: 30%; color: #1d6a61;  text-align: left;}
.sub_job .sec01 ul li h1:after {position: absolute; right: 0px; top: 50%; transform: translateY(-50%); display: inline-block; content: ""; height: 100%; width: 1; border-right: 2px solid #777; margin: 0px auto 0; }
.sub_job .sec01 ul li p {width: 70%; font-size: 16px; font-weight: 300; padding: 20px 0 20px 40px; text-align: left;}

.sub_process .sec01 {padding: 0px 0 0; text-align: center} 
.sub_process .sec01 ul {padding: 120px 0 0; display: flex; justify-content: center; align-items: center; }
.sub_process .sec01 ul li {padding: 0 0px;}
.sub_process .sec01 ul li:nth-child(2n) {padding: 0 30px;}
.sub_process .sec02 {padding: 120px 0 0; text-align: center} 
.sub_process .sec02 ul {padding: 0px 0 0; display: flex; justify-content: center; align-items: center;}
.sub_process .sec02 ul li {padding: 0px 30px; text-align: left;}
.sub_process .sec02 ul li h1 {position: relative;}
.sub_process .sec02 ul li h1::before {content: ""; position:absolute; display: inline-block; width: 14px; height: 14px; border-radius: 100%; left: -25px; top: 50%; transform: translateY(-50%); background-color: #1d6a61;}
.sub_process .sec02 ul li p {padding: 20px 0 0}

@media screen and (max-width: 1200px){
    #content_wrapper .sub_menu {line-height: 50px;justify-content: center; flex-wrap: wrap;}
    #content_wrapper .sub_menu li {padding: 0 0px; margin: 0px; width: 20%; text-align: center}
    #content_wrapper .sub_menu li a {display: block; letter-spacing: -1px;}
    #content_wrapper .sub_02 .sub_menu li {width: 33.3%}

    .sub_content .tl {font-size: 26px}

    .subpage h1 {text-align: center;}
    .subpage h1.tl {font-size: 36px}

    .sub_aboutus .sec02 {padding: 120px 0;}
    .sub_aboutus .sec02 ul {padding: 80px 0}
    .sub_aboutus .sec02 ul li {width: 33.33%; padding: 0 0 80px }
    .sub_aboutus .sec02 ul li img {width: 80px}
    .sub_aboutus .sec02 ul li b {font-size: 20px; font-weight: 500; padding: 10px 10px 0}
    .sub_aboutus .sec02 ul li span {font-size: 16px; font-weight: 300; padding: 10px 0 0}

    .sub_rnd .sec01 ul {padding: 80px 0 0}

    .sub_location .sec01 ul li:nth-child(1) {width: 100%;}
    .sub_location .sec01 ul li:nth-child(2) {width: 100%; padding: 60px 0 0}
}

@media screen and (max-width: 760px){
    .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}

    .sub_greeting .sec01 {flex-direction: column;}
    .sub_greeting .sec01 li:nth-child(1) {width: 100%; padding: 0}
    .sub_greeting .sec01 li:nth-child(1) img {border-radius: 0px;}
    .sub_greeting .sec01 li:nth-child(2) {width: 100%;}
    .sub_greeting .sec01 p.sign {justify-content: center;}

    .sub_aboutus .sec01 {flex-direction: column;}
    .sub_aboutus .sec01 li:nth-child(1) {width: 100%; padding: 0}
    .sub_aboutus .sec01 li:nth-child(1) img {border-radius: 0px;}
    .sub_aboutus .sec01 li:nth-child(2) {width: 100%;}

    .sub_aboutus .sec02 {padding: 60px 0;}
    .sub_aboutus .sec02 ul {padding: 40px 0}
    .sub_aboutus .sec02 ul li {width: 50%; padding: 0 20px 40px }
    .sub_aboutus .sec02 ul li img {width: 60px}

    .sub_aboutus .sec03 ul li {width: calc(100% ); margin: 0px 0 20px}
    .sub_aboutus .sec03 ul li p {text-align: center;}

    .sub_vision .sec02 ul li {font-size: 20px; font-weight: 600;}
    .sub_partners .sec01 ul {padding: 0}
    .sub_partners .sec01 ul li {width: 50%; padding-bottom: 20px; padding-left: 20px; padding-right: 20px;}
    .sub_partners .sec01 ul li img {max-width: 180px}

    .sub_location .sec02 {padding: 60px 0 0;} 

    .sub_rnd .sec01 ul li {width: calc(50% - 20px); text-align: center; margin: 0 10px 20px}
    .sub_rnd .sec01 ul li img {width: 120px}

    .sub_certificate .sec01 ul li {width: 100%; padding: 0 0px 60px}
    .sub_certificate .sec01 ul li p {font-size: 18px;}
    .sub_rightpeople .sec01 ul {padding: 120px 20px 0}
    .sub_rightpeople .sec01 ul li {width: 100%; padding: 0 40px}
    .sub_rightpeople .sec01 ul li img {width: 100px}
    .sub_rightpeople .sec01 ul li h1 {padding: 10px 0 0}
    .sub_rightpeople .sec01 ul li p {padding: 20px 0 0}
    .sub_rightpeople .sec01 ul li:nth-child(2) {margin-left: 0px; margin-top: -50px;}
    .sub_rightpeople .sec01 ul li:nth-child(3) {margin-left: 0px; margin-top: -50px}

    .sub_job .sec01 ul li {flex-direction: column; padding: 20px 20px}
    .sub_job .sec01 ul li h1 {text-align: center;}
    .sub_job .sec01 ul li h1:after {border-right: none; border-bottom: 2px solid #777; width: 100%; height: 1px; bottom: 0px; left: 0px; top: unset; right: unset;}
    .sub_job .sec01 ul li p {width: 100%; text-align: center; padding: 20px 0 }

    .sub_process .sec01 ul {flex-direction: column;}
    .sub_process .sec01 ul li:nth-child(2n) {padding: 30px 0px; transform: rotate(90deg);}
    .sub_process .sec02 ul {flex-direction: column;}
    .sub_process .sec02 ul li h1::before {position: relative; left: 0; margin: 0 10px 0 0}
    .sub_process .sec02 ul li {margin: 0 0 50px; border: 1px solid #ddd; padding: 30px 30px}
}
