*{letter-spacing: -0.5px; word-break:keep-all;}
.b_color{color:#007a06; }

textarea, input { font-size: 1.4rem;}

.b_inner_wrap{max-width:1360px; margin:0 auto; width:100%; }
.b_inner{max-width:1360px; 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:40px; 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;}

.b_more_btn2 {height:40px; border-radius: 5px; color:#fff; transition:background-color .3s; padding:0 20px; width: fit-content;}
.b_more_btn2 img{margin-left: 15px; transition:transform .2s;}
.b_more_btn2:hover img{transform: translateX(4px);transition: transform .2s;}

.pc {display: inline-block}
.mobile {display: none}
.dot_space {word-spacing : -30px;}
.inline_pc {display: inline-row} 

.color_red {color: #ff0000;}
.color_white {color: #fff;}

@media screen and (max-width: 1320px){
    
}
 
@media screen and (max-width:768px){
    .b_more_btn img{width: 12px;}
    .pc {display: none}
    .mobile {display: inline-block}
    .inline_pc {display: none}
}

/*---유튜브 추가---*/
#video_wrap{position: relative;width: 100%;height: auto;padding-bottom: 56.25%;}
#video_wrap::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;background: rgba(0,0,0,.1);}
#video_player{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/*action button*/
.btn_action {position: relative; overflow: hidden; display: inline-block; padding: 0 50px; border: 1px solid #000; color: #000; border-radius: 50px; font-weight: 600; font-size: 20px}
.btn_action:before {content:""; position: absolute; height: 100%; width: 100%; background-color: #FFD900; top: 100%; left: 0; transition: all 0.3s; z-index: -1}
.btn_action:hover:before {transform: translateY(-100%);}
.btn_action:hover {color: #000; border: 1px solid #FFD900 !important;}
.btn_action:hover img {filter: var(--filterBlack)}

#b_header {position: fixed; top: 0; left: 0; z-index:10; width:100%; height: 100px; transition:.4s; border-bottom: 0px solid #eaeaea; z-index: 20; background: #F9CD64; min-width: 1360px }
#b_header > .b_inner_wrap{position: relative; display: flex; align-items: center; height: 100%;}
#b_header > .b_inner_wrap: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 30px; position: relative; height: 100%;}
#b_header #b_gnb > li > a {color:#000; display: flex; align-items: center; width: 100%; letter-spacing: 0px; height: 100%; font-size: 2.2rem; font-weight: 700}

#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; font-size: 1.5rem}
#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: 1.4rem }
#b_header #b_gnb .b_sub_list li a:hover{color: var(--colorMain); transition:color .3s; }
#b_header .b_logo {padding: 0 50px 0 0}
#b_header .b_logo a{display: block; color:#000; }
#b_header .b_logo img {width: 121px; ; transition:.4s}
#b_header .b_util_box {display: none}
#b_header .b_tel {position: absolute; right: 0px; top: 50%; transform: translateY(-50%);}          

.b_lang_box {display: flex; }
.b_lang_box li {position: relative; padding: 0 5px; display: flex; align-items: center; color: #000; font-size: 1.6rem;}
.b_lang_box a {display: block; color: #0C243A; padding: 5px 15px; font-size: 1.4rem; font-weight: 400;}
.b_lang_box a.active { }
.b_lang_box > li:nth-child(2) > p {cursor: pointer;}
.b_lang_box > li:nth-child(2) > p:after {display: inline-block; content: ""; background: url("/data/design/icon_lng_arrow.png") center center no-repeat; background-size: 12px 8px; width: 12px; height: 8px; padding: 0 0 0 20px}
.b_lang_box > li.active:nth-child(2) > p:after {background: url("/data/design/icon_lng_arrow2.png") center center no-repeat;}
.b_lang_box .b_lang_list {display: none;position: absolute; top: 30px; left: 0; background-color: #fff; border: 1px solid #eaeaea; border-radius: 5px; padding: 5px 0; z-index: 12; color: #000}

.b_toggle_btn{display: flex; width: 30px; height:25px; flex-direction: column ; justify-content: center; }
.b_toggle_btn span{width: 100%; background-color: #000; width: 30px; 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: 100%; position: fixed; right:0; top:0px; height: 100%; z-index: 11; background-color: #fff; border-bottom: 1px solid #ddd; display: none; justify-content: center;}
.b_site_map.open{display: flex; right:0; transition:right .5s;}
.b_site_map .t_nav2 {width:100%;  max-width: 1320px; margin-top: 0px; margin-left: 0px; padding: 30px 30px}
.b_site_map .t_nav2 .img_box {padding: 0px 0 0 200px; }
.b_site_map .t_nav2 .img_box figure {display: flex; align-items: center; height: 100%}
.b_site_map #b_gnb2 {width: 100%; max-width: 1320px; display: flex; justify-content: space-between; padding: 40px 0px 0}
.b_site_map #b_gnb2 > li {margin-bottom: 20px; padding: 0 20px 0 0}
.b_site_map #b_gnb2 > li > a{font-size: 2.0rem; font-weight:600; color: #000}
.b_site_map #b_gnb2 > li.open > a{color:var(--colorMain); transition:color .3s; }
.b_site_map #b_gnb2 .b_sub_list {margin-top:20px; padding-bottom: 20px; display: flex; flex-wrap: wrap;;}
.b_site_map #b_gnb2 .b_sub_list li {padding:7px 0 7px 0px; width: 33.33%}
.b_site_map #b_gnb2 .b_sub_list li a{color:#777; font-size: 1.6rem; font-weight: 400;}
.b_site_map #b_gnb2 .b_sub_list li a:hover{color:#FFA200; transition:color .3s; }
.b_site_map #b_gnb2 .b_sub_list2 {padding: 10px 0}
.b_site_map #b_gnb2 .b_sub_list2 li {padding: 5px 0 5px 0px; }
.b_site_map #b_gnb2 .b_sub_list2 li a{color:#777; font-size: 1.4rem; font-weight: 400;}
.b_site_map #b_gnb2 .b_sub_list2 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; transition: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_header.on .b_logo a{color:#111; }
#b_header.on{transition:.4s; border-bottom: 0px 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_logo img {}
#b_header.on #b_gnb > li > a{color:#000;}
#b_header.on .b_sns_list li img{filter:invert(1); opacity:.4;}
#b_header.on .b_lang_box_box li a{color:#c1c1c1; }
#b_header.on .b_lang_box_box li.on a{color:#111; }
#b_header.on .b_toggle_btn span{background-color: #111; }
#b_header.on .b_lang_box li:nth-child(1):after {background-color: rgba(0,0,0, .3);}
#b_header.on .b_lang_box 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{ 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:#000; }
#b_header.black .b_sns_list li img{filter:invert(1); opacity:.4;}
#b_header.black .b_lang_box_box li a{color:#c1c1c1; }
#b_header.black .b_lang_box_box li.on a{color:#000; }
#b_header.black .b_toggle_btn span{background-color: #000; }
#b_header.black .b_lang_box a {color: #000}
#b_header.black .b_lang_box li:nth-child(1):after {background-color: rgba(255,255,255, .3);}

#b_header.en #b_gnb > li {padding: 20px 20px}


@media screen and (max-width:768px){
    #b_header{height: 70px; min-width: 100%}
    #b_header.on {height: 70px}
    #b_header nav{display: none;}
    #b_header .b_lang_box {display: none}

    #b_header .b_logo {padding: 0 0 0 10px}
    #b_header .b_logo img {width: 100px}
    #b_header.on .b_logo img {width: 100px}
    #b_header .b_request {display: none}
	#b_header .b_util_box {padding: 0 10px 0 0; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); display: block;}
    #b_header nav.t_nav2 {display: block;}
    .b_toggle_btn{display: none;}    
    
    .b_site_map #b_gnb > li > a{font-size:2.2rem;}
    .b_site_map #b_gnb .b_sub_list li a {font-size: 2.0rem}
    .b_site_map #b_gnb2 {flex-direction: column;}

    #b_header .b_tel {right: 10px}
    #b_header .b_tel img {width: 150px}
}

@media screen and (max-width:760px){

}

.b_mv_box {margin: 100px 0 0; height: 1920px !important; width: 100%; position: relative; overflow:hidden; background: url(/data/design/back_1.png) no-repeat bottom center #33442C;}
.b_mv_box ul li{position: relative; display: flex; justify-content: center; align-items: center;}
.b_mv_box ul li figure{position: relative ;z-index: -1; display: flex; align-items: center; justify-content: center;}
.b_mv_box ul li figure img.main_img{transform:scale(1.0);  animation-name: scr_ani; animation-duration: 1s; animation-timing-function:ease-in-out; animation-iteration-count: infinite; animation-direction: alternate;}
.b_mv_box ul li figure .eff1 {position: absolute; left: -50px; bottom: 300px}
.b_mv_box ul li figure .eff2 {position: absolute; top: -500px; left: 50%; transform: translateX(-50%); width: 100%; max-width: 800px; height: auto; opacity: .8;}

.b_mv_box ul li.swiper-slide-active figure img.main_img{transform:scale(1.0); ; transition:ease 6s}
.b_mv_box ul li .con_box {position: relative; padding: 220px 0 120px; top: -100px}
.b_mv_box ul li .con_box .txt_1 {position: absolute; top: 0; left:  50%; width: 100%; transform: translateX(-50%); text-align: center;}
.b_mv_box ul li .con_box .txt_2 {position: absolute; bottom: -130px; left: 0; width: 100%; text-align: center;}
.b_mv_box ul li .con_box .txt_2 .eff1 {position: absolute; left: -120px; top:  -120px;}
.b_mv_box ul li .con_box .txt_2 .eff2 {position: absolute; right: -90px; top: 0;}
.b_mv_box ul li .con_box .txt_3 {position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; height: 730px;}
.b_mv_box ul li .con_box .txt_3 .eff1 {position: absolute; left: -100px; top: -50px;}
.b_mv_box ul li .con_box .txt_3 .eff2 {position: absolute; right: -170px; bottom: 0;}
.b_mv_box ul li .deco_box {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.b_mv_box ul li .deco_box .eff1 {position: absolute; right: 0; top: 30%; transform: translateY(-50%); z-index: 9}
.b_mv_box ul li .deco_box .eff1_1 {position: absolute; right: 0; top: 30%; transform: translateY(-50%); z-index: 10}
.b_mv_box ul li .deco_box .eff2 {position: absolute; left: 20%; top: 0;}
.b_mv_box ul li .deco_box .eff3 {position: absolute; right: 7%; top: 80px;}
.b_mv_box ul li .deco_box .eff4 {position: absolute; right: 0; bottom: 420px;}
.b_mv_box ul li .deco_box .eff5 {position: absolute; left: calc(50% - 750px); top: 420px;}
.b_mv_box ul li .deco_box .eff6 {position: absolute; left: 0; bottom: 320px;}
.b_mv_box ul li .deco_box .eff7 {position: absolute; left: 5%; bottom: -10px;}
.b_mv_box ul li .deco_box .eff8 {position: absolute; right: 5%; bottom: -30px;}

.b_mv_box ul li.swiper-slide-active .b_txt_box h3 {transform:translateY(0); opacity:1; transition:ease .8s; transition-delay: .4s;}
.b_mv_box ul li.swiper-slide-active .b_txt_box h2 {transform:translateY(0); opacity:1; transition:ease .8s; transition-delay: .2s;}
.b_mv_box ul li.swiper-slide-active .b_txt_box p {transform:translateY(0); opacity:1; transition:ease .8s; transition-delay: .6s;}
.b_mv_box ul li.swiper-slide-active .b_txt_box a {transform:translateY(0); opacity:1; transition:ease .8s; transition-delay: .8s;}
.b_mv_box ul li.swiper-slide-active .b_txt_box p.delay1 {transition-delay: .8s;}
.b_mv_box ul li.swiper-slide-active .b_txt_box p.delay2 {transition-delay: 1.2s;}

.b_mv_box .b_txt_box .angle {position: absolute; top: 0; left: 0}
.b_mv_box .b_mv_navi{margin:0 auto; width: 94%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); height:25px; z-index: 5; display: none;}
.b_mv_box .b_mv_navi .b_prev,.b_mv_box .b_mv_navi .b_next  {width:auto; height: auto;}
.b_mv_box .swiper-button-next, .b_mv_box .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;}

/*메인 풀페이지*/
#fp-nav ul li a span {border-radius: 0px !important; width: 3.4px !important; height: 34px !important; margin: 0px !important; border-radius: 5px !important;}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {background: #FFD900}
#fp-nav ul li a.active+.fp-tooltip {color: #FFD900 !important}
#fp-nav ul li, .fp-slidesNav ul li {height: 36px !important}
#fp-nav ul li:nth-child(1), #fp-nav ul li:nth-child(n+7) {display: none !important;}
#fp-nav ul li .fp-tooltip {top: 80% !important; overflow: visible !important; opacity: 1 !important; font-size: 1.2rem !important;}

@keyframes down    {
    0% {opacity: 0; top: 0;}
    50% {opacity: 0.3; top: 40%;}
    100% {opacity: 1; top: 90%;}
}

.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}

@keyframes scr_ani{
    0%{transform:translateY(0);}
    100%{transform:translateY(10px);}
}

@media screen and (max-width:1320px){
    .b_mv_box .b_txt_box {padding: 0 20px; text-align: center;}
    .b_mv_box .b_option_box .swiper-pagination {justify-content: center;}

}

@media screen and (max-width:1080px){
    .b_mv_box {margin: 70px 0 0; background-size: 100% auto;}
   
    .b_mv_box ul li figure {position: relative}
    .b_mv_box ul li .b_inner {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

}
@media screen and (max-width: 768px){
  .b_mv_box {height: 900px !important;  }
  .b_mv_box ul li figure .eff2 {top: unset; bottom: 100px}
  .b_mv_box ul li .con_box .txt_1 {top: calc(50% - 260px); }
    .b_mv_box .b_txt_box h3 {font-size: 7.0rem; letter-spacing: -3px;}
    .b_mv_box .b_txt_box h2 {font-size: 7.0rem; letter-spacing: -3px}
    .b_mv_box .b_txt_box p {font-size: 4.2rem}
    .b_mv_box .b_txt_box p.delay1 {padding: 20px 20px 0; font-size: 8.0rem; letter-spacing: -3px}
    .main_slide .txt_box img {width: 80%}

    .b_mv_box .b_option_box .swiper-pagination-bullet {width: 50px}
    .b_mv_box .b_option_box .swiper-pagination span:before {display: none}
    .b_mv_box ul li figure img {width: 100%}

    #fp-nav {display: none}
    /* .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_prev {display: none;}
    .b_next {display: none;}
    .b_mv_box ul li figure .eff1 {display: none;}
    .b_mv_box ul li .con_box .txt_1 img {width: 60px;}
    .b_mv_box ul li .con_box .txt_1 img:nth-child(2) {width: 0px;}
    .b_mv_box ul li .con_box .txt_3 .eff1 {width: 150px; left: 10px; top: calc(50% - 170px)}
    .b_mv_box ul li .con_box .txt_2 {bottom: -40px}
    .b_mv_box ul li .con_box .txt_2 img {width: 90%}
    .b_mv_box ul li .con_box .txt_2 .eff1 {width: 30px}
    .b_mv_box ul li .con_box .txt_2 .eff2 {width: 60px}
    .b_mv_box ul li .con_box .txt_3 .eff2 {right: 20px; width: 40%; bottom: 100px;}
}

.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;}

}
.foot_wrapper {background: url(/data/design/footer_bg.png) no-repeat top center; padding: 150px 0 0; height: 374px; min-width: 1360px;  }
.foot_wrapper .foot_box {display: flex; justify-content: space-between;}
.foot_wrapper .foot_left {padding: 0px 0 0 0px; display: flex;}
.foot_wrapper .foot_left .foot_logo {width: 101px; }
.foot_wrapper .foot_left .foot_logo img {width: 100%}
.foot_wrapper .foot_left .agreement_box {font-size: 1.6rem; font-weight: 600; padding: 0 0 20px; border-bottom: 1px solid #191919;}
.foot_wrapper .foot_left .agreement_box a {margin: 0 30px 0 0; padding: 10px 0}
.foot_wrapper address{color:#fff; line-height: 1.6; padding: 20px 0 0 80px}
.foot_wrapper address span{letter-spacing: 0px;  font-size: 1.6rem; padding: 0 10px 0 0; font-weight: 300;}
.foot_wrapper address span b {letter-spacing: 0px; } 
.foot_wrapper address span.line:after {content: "|"; color: #191919; font-weight: 100;  padding: 0 0 0 10px; font-size: 1.0rem;}
.foot_wrapper address .b_copyright{letter-spacing: 0px; font-size: 1.4rem; color: #fff}
.foot_wrapper .foot_left p {font-size: 1.5rem; color: #777; padding: 20px 0 0}
.foot_wrapper .foot_right {text-align: right; padding: 30px 0 0}
.foot_wrapper .foot_right a {font-size: 1.5rem; color: #fff; padding: 10px 20px; border: 1px solid #fff; text-transform: uppercase;}
.foot_wrapper .foot_right p {padding: 30px 0 0}
.foot_wrapper .foot_right p.tel {font-size: 4.0rem; color: #FFD676; font-weight: 800;}

@media screen and (max-width: 768px){
    .foot_wrapper{padding: 40px 0 0;  min-width: 100%; background-size: 100% auto; height: auto}
    .foot_wrapper .foot_box {flex-direction: column; text-align: center;}
    .foot_wrapper .foot_left .foot_logo {}
    .foot_wrapper .foot_left .foot_logo img {width: 60px}
    .foot_wrapper .foot_left {width: 100%; padding: 0px 0; background-color: #35442C; justify-content: center;}
    .foot_wrapper .foot_left .agreement_box a {margin: 0 10px}
    .foot_wrapper .foot_left p {font-size: 1.2rem;}
    .foot_wrapper .foot_right  {width: 100%; text-align: center;; background-color: #35442C; padding: 0 0 20px}
    .foot_wrapper .foot_right a {font-size: 1.2rem;}
    .foot_wrapper .login {justify-content: center;}
    .foot_wrapper .foot_right .link {justify-content: center;}
    .foot_wrapper address {padding: 10px 0 0 30px; text-align: left;}
    .foot_wrapper address span {padding: 0 5px 0 0; font-size: 1.4rem;}
    .foot_wrapper address span.line:after {padding: 0 0 0 5px}

    .foot_wrapper address span.line.mo_none:after {display: none;}
}


.bbs_wrap {padding: 0px 0 100px}

/*테이블*/
.tbl_a {font-size: 1.6rem; 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: 1.6rem; 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;}

.tbl_c {font-size: 1.6rem; margin: 10px 0 0; border-top: 2px solid #555; width: 100%}
.tbl_c tr {border-bottom: 1px solid #ddd;}
.tbl_c th {background: #fff; padding: 15px 15px; font-weight: 500; width: 120px; text-align: center;}
.tbl_c td {padding: 15px 15px; line-height: 1.6; text-align: center}

.img_hover {overflow: hidden}
.img_hover img {transform: scale(1.0); transition: .3s;}
.img_hover:hover img {transform: scale(1.1); transition: .3s;}

.txt_left {text-align: left !important; }

/*flex*/
.flex_box {display: flex; flex-wrap: wrap;}

ul.img_box {display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%}
ul.img_box li {margin: 0 0 10px; width: 100%; position: relative; display: flex; justify-content: center; align-items: center;}
ul.img_box li img {width: 100%}
ul.img_box.flex2 li {width: calc(50% - 10px)}
ul.img_box.flex3 li {width: calc(33.333% - 10px)}
ul.img_box.flex4 li {width: calc(25% - 10px)}
ul.img_box.flex4_3 li {width: calc(25%)}
ul.img_box.flex4_3 li:first-child {width: calc(50%)}
ul.img_box.flex5 li {width: calc(20% - 10px)}
ul.img_box figure {position: absolute; left: 0; top: 0; width:100%; height:100%; z-index: -1; overflow:hidden; display: flex; align-items: center; justify-content: center;}
ul.img_box figure img {height: 100%}

a.btn_request {font-size: 1.2rem;; background-color: #191919; border: 1px solid #191919; color: #fff; padding: 8px 15px;}
.btn_request_s {font-size: 1.2rem;; background-color: #fff; border: 1px solid #191919; color: #191919; padding: 3px 0px; width: 60px; display: inline-block; text-align: center;}

.sec_banner {display: flex; justify-content: center; align-items: center;}

/*메인*/
.con_tl h2 {font-size: 4.5rem; font-weight: 600; text-align: left;}
.con_tl h2 strong {color: var(--colorMain)}
.con_tl p {font-size: 2.2rem; padding: 25px 0 0; font-weight: 100; text-align: center; letter-spacing: 0px;}
.con_box {margin: 0px auto 0}

.main_wrap {width: 100%; min-width: 1360px;}
.b_sec_blank {margin: 80px auto 0}

.btn_arrow:after {content: ""; display: inline-block; width: 16px; height: 16px; background: url(/data/design/icon_arrow2.png) center center no-repeat; padding: 0 0 0 15px;}
.btn_arrow2:after {content: ""; display: inline-block; width: 16px; height: 16px; background: url(/data/design/icon_arrow3.png) center center no-repeat; padding: 0 0 0 30px;}

.b_sec_01 {position: relative; padding: 100px 0 300px; background: url(/data/design/back_2.png) no-repeat center bottom #FFFCEE;}
.b_sec_01 .sec_box {position:relative; z-index: 3; text-align: center; width: 100%; height: 100%}
.b_sec_01 .sec_box .txt_1 {display: flex; justify-content: center;}
.b_sec_01 .sec_box .txt_1 .eff1 {position: relative; padding-right: 15px;}
.b_sec_01 .sec_box .txt_1 .eff2 {position: relative; padding-right: 15px}
.b_sec_01 .sec_box .txt_1 .eff3 {position: relative; padding-right: 15px}
.b_sec_01 .sec_box .txt_2 {position: relative; ;padding: 40px 0 0}
.b_sec_01 .sec_box .txt_2 img {position: relative; z-index: 2;}
.b_sec_01 .sec_box .txt_2 .eff1 {position: absolute; left: 50%; transform: translateX(-70%); bottom: -20px; opacity: 1; z-index: 1;}
.b_sec_01 .sec_box .txt_3 {padding: 60px 0 0}
.b_sec_01 .sec_box .con_box {position: relative; margin: 200px 0; z-index: 3;}
.b_sec_01 .sec_box .con_box .eff1 {position: absolute; top: 70px; left: calc(50% - 720px)}
.b_sec_01 .sec_box .con_box .eff2 {position: absolute; bottom: -150px; left: calc(50% + 250px)}
.b_sec_01 .sec_box .deco_box {position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2}
.b_sec_01 .sec_box .deco_box .eff1 {position: absolute; top: 500px; right: 5%}
.b_sec_01 .sec_box .deco_box .eff2 {position: absolute; top: 200px; right: 0}
.b_sec_01 .sec_box .deco_box .eff3 {position: absolute; bottom: -650px; left: 40%; transform: translateX(-100%);}

.b_sec_02 {position: relative;  padding: 320px 0 220px; background: #33442C;}
.b_sec_02 .sec_box {width: 100%; text-align: center; display: flex; flex-direction: column;}
.b_sec_02 .sec_box .txt_1 {position: relative; display: flex; justify-content: center; align-items: center;}
.b_sec_02 .sec_box .txt_1 img {padding: 0 10px}
.b_sec_02 .sec_box .txt_1 .eff1 {position: absolute; top: -90px; left: calc(50% - 360px); }
.b_sec_02 .sec_box .txt_1 .eff2 {}
.b_sec_02 .sec_box .txt_2 {padding: 30px 0 0}
.b_sec_02 .sec_box .txt_3 {padding: 80px 0 0}
.b_sec_02 .sec_box .con_box {padding: 120px 0; position: relative; z-index: 3;}
.b_sec_02 .sec_box .con_box ul li {display: flex; align-items: center; justify-content: center; margin: 0 0 50px;}
.b_sec_02 .sec_box .con_box ul li p {border-left: 3px dashed #000; background-color: #fff;}
.b_sec_02 .sec_box .con_box ul li:nth-child(2n) {flex-direction: row-reverse;}
.b_sec_02 .sec_box .con_box ul li:nth-child(2n) p {border-right: 3px dashed #000; border-left: none;}
.b_sec_02 .sec_box .deco_box {position: absolute; left: 0; top: 0; width: 100%; height: 100%}
.b_sec_02 .sec_box .deco_box .eff1 {position: absolute; right: 0; bottom: -150px; z-index: 1}
.b_sec_02 .sec_box .deco_box .eff2 {position: absolute; left: 0; top: 450px; z-index: 1}
.b_sec_02 .sec_box .deco_box .eff3 {position: absolute; right: 0; top: 800px; z-index: 1}
.b_sec_02 .sec_box .deco_box .eff4 {position: absolute; left: calc(50% - 820px); top: 1700px; z-index: 4}
.b_sec_02 .sec_box .deco_box .eff5 {position: absolute; left: calc(50% + 650px); top: 2050px; z-index: 4}

.b_sec_03 {position: relative; background: #FFD36C; padding: 130px 0}
.b_sec_03 .sec_box {position: relative;overflow: hidden;}
.b_sec_03 .sec_box .con_tl {position: relative; text-align: center;}
.b_sec_03 .sec_box .con_tl h2 { font-size: 10.0rem; font-weight: 700; padding: 150px 0 0px; text-align: center; display: flex; align-items: center; justify-content: center;}
.b_sec_03 .sec_box .con_tl h2 img {margin: 0 3px}
.b_sec_03 .sec_box .con_tl h2 span {display: inline-block; background: url(/data/design/sec_3_12.png) no-repeat center center; margin: 0 20px; padding: 10px; display: flex; align-items: center;}
.b_sec_03 .sec_box .con_tl h3 {padding: 50px 0 0}
.b_sec_03 .sec_box .con_tl p {padding: 80px 0 0}
.b_sec_03 .sec_box .list {padding: 0px 0 0; }
.b_sec_03 .sec_box .list li { position: relative;display: flex; flex-wrap: wrap; align-items: center;  margin: 0 0 50px; padding: 200px 0px 0;}
.b_sec_03 .sec_box .list li figure {width: 55%; position: relative;}
.b_sec_03 .sec_box .list li figure img {width: 100%}
.b_sec_03 .sec_box .list li figure .sticker {position: absolute; left: 0px; top: -20px; max-width: 355px;}
.b_sec_03 .sec_box .list li figure .sticker2 {position: absolute; right: 0px; top: -50px; max-width: 355px;}
.b_sec_03 .sec_box .list li .txt_box { width: 45%; padding: 0 0 0 50px; position: relative; z-index: 5;}
.b_sec_03 .sec_box .list li .txt_box h3 {color: var(--colorSub); font-size: 2.0rem; font-weight: 600; padding: 10px 0 0}
.b_sec_03 .sec_box .list li .txt_box h2 {color: #fff; font-size: 6.5rem; font-weight: 600; padding: 70px 0 0}
.b_sec_03 .sec_box .list li .txt_box h2 strong {color: var(--colorSub); font-weight: 600;}
.b_sec_03 .sec_box .list li .txt_box p {padding: 20px 0 0; color: #fff; line-height: 1.4; font-size: 2.0rem; font-weight: 300;}
.b_sec_03 .sec_box .list li .txt_box p strong {color: var(--colorSub); font-weight: 500;}
.b_sec_03 .sec_box .list li .back {position: absolute; right: 70px; top: 35%; z-index: -1; width: 100%; max-width: 1115px}
.b_sec_03 .sec_box .list li .back2 {position: absolute; left: 100px; top: -40%; z-index: -1; width: 100%; max-width: 963px}
.b_sec_03 .sec_box .list li:nth-child(2n) {flex-direction: row-reverse;}
.b_sec_03 .sec_box .list li:nth-child(2n) .txt_box {padding: 0 100px 0 100px; }
.b_sec_03 .sec_box .list li:nth-child(2n) .txt_box p {text-align: right;}
.b_sec_03 .sec_box .list li:nth-child(1) figure {width: 60%}
.b_sec_03 .sec_box .list li:nth-child(1) .txt_box {width: 40%}
.b_sec_03 .sec_box .list li:nth-child(1) .deco {position: absolute; right: 0; top: -330px;}
.b_sec_03 .sec_box .list li:nth-child(1) .deco img {width: 100%; max-width: 600px}
.b_sec_03 .sec_box .list li:nth-child(1) .back {position: absolute; right: 30px; top: 30%; z-index: -1}
.b_sec_03 .sec_box .list li:nth-child(2) .back2 {position: absolute; left: 100px; top: -37%; z-index: -1}
.b_sec_03 .sec_box .list li:nth-child(2) .deco {position: absolute; left: -50px; bottom: 600px;}
.b_sec_03 .sec_box .list li:nth-child(2) .deco img {width: 100%; max-width: 500px}
.b_sec_03 .sec_box .list li:nth-child(3) .deco {position: absolute; left: 0; top: -80px;}
.b_sec_03 .sec_box .list li:nth-child(3) .deco img {width: 100%; max-width: 250px}
.b_sec_03 .sec_box .list li:nth-child(3) .deco2 {position: absolute; right: 0; top: 100px;}
.b_sec_03 .sec_box .list li:nth-child(3) .deco2 img {width: 100%; max-width: 350px}
.b_sec_03 .sec_box .list li:nth-child(4) .back2 {position: absolute; left: 100px; top: -27%; z-index: -1}
.b_sec_03 .sec_box .list li:nth-child(4) .deco {position: absolute; left: 0; top: -150px;}
.b_sec_03 .sec_box .list li:nth-child(4) .deco2 {position: absolute; left: calc(50% + 150px); top: unset; bottom: -350px;}
.b_sec_03 .sec_box .list li:nth-child(5) .deco {position: absolute; right: 0; top: 700px;}
.b_sec_03 .sec_box .list li:nth-child(5) {z-index: 3;}
.b_sec_03 .sec_box .list li:nth-child(5) {z-index: 1;}
.b_sec_03 .sec_box .list li:nth-child(5) .deco2 {position: absolute; left: -80px; top: 230px;}
.b_sec_03 .sec_box .list li:nth-child(5) .deco2 img {width: 100%; max-width: 450px}
.b_sec_03 .sec_box .list li:nth-child(6) .deco {position: absolute; left: 0; top: 600px}
.b_sec_03 .sec_box .list li:nth-child(6) .eff2 {position: absolute; left: 50%; top: -300px; width: 100%; max-width: 600px;; z-index: 1}
.b_sec_03 .sec_box .list li:nth-child(7) .back2 {position: absolute; left: 100px; top: 7%; z-index: -1}
.b_sec_03 .sec_box .list li:nth-child(8) .deco {position: absolute; right: 0; top: -150px;}
.b_sec_03 .sec_box .list li:nth-child(8) .back2 {position: absolute; right: 0px; top: -27%; z-index: -1}
.b_sec_03 .sec_box .list li:nth-child(9) .deco {position: absolute; right: 0; top: -50px;}
.b_sec_03 .sec_box .list li:nth-child(9) .deco2 {position: absolute; right: 550px; top: -110px;}
.b_sec_03 .sec_box .list li:nth-child(9) .back {position: absolute; right: 0px; top: 32%; z-index: -1}
.b_sec_03 .sec_box .list li:nth-child(10) .deco {position: absolute; left: 600px; top: 50px;}
.b_sec_03 .sec_box .list li:nth-child(10) .back2 {position: absolute; right: 0px; top: -20%; z-index: -1}

.b_sec_03 .sec_box .img_box {padding: 100px 0 0; text-align: center;}

.b_sec_04 {position: relative; padding: 200px 0; background: url(/data/design/sec_4_back.png) no-repeat center/cover; height: 2604px;}
.b_sec_04 .sec_box {position: relative;}
.b_sec_04 .sec_box .con_tl {position: relative; text-align: center; }
.b_sec_04 .sec_box .con_tl h2 { font-size: 7.2rem; font-weight: 600; padding: 65px 0 0px; color: var(--colorMain); text-align: center;}
.b_sec_04 .sec_box .con_tl p { font-size: 2.2rem; font-weight: 300; padding: 85px 0 0px;text-align: center; line-height: 1.3}
.b_sec_04 .sec_box .con_tl p strong {font-size: 2.8rem; font-weight: 500}
.b_sec_04 .sec_box .img_box {padding: 100px 0 0; display: flex; justify-content: center; position: relative; margin-top: 30px;}
.b_sec_04 .sec_box .img_box .arrow {position: absolute; top: 10px; left: 50%; transform: translateX(-500px);}
.b_sec_04 .sec_box .img_box .price {position: absolute; top: 60%; left: 50%; transform: translateX(-50%);}
.b_sec_04 .sec_box .img_box .price .num {padding-right: 20px;}
.b_sec_04 .sec_box .con_box {position: relative ;margin-top: 100px; width: 1192px; height: 566px; background: url(/data/design/sec_4_17.png) no-repeat center center; padding: 80px 30px 0;}
.b_sec_04 .sec_box .con_box .img_wrap {display: flex; align-items: flex-end; justify-content: space-evenly; height: 100%; padding-bottom: 121px;}
.b_sec_04 .sec_box .con_box .img_wrap .img6 {margin-left: -20px}
.b_sec_04 .sec_box .con_box .num1000 {position: absolute; right: 70px; bottom: -10px;}

.b_sec_04 .b_option_box {margin: 60px 0 0; display: flex; justify-content: center; align-items: center;}
.b_sec_04 .b_option_box .b_start {position: relative; z-index: 5; margin: 0 10px 0 0; width: 12px; display: none;}
.b_sec_04 .b_option_box .b_start img {cursor: pointer;}
.b_sec_04 .b_option_box .b_start img.start {width: 12px;}
.b_sec_04 .b_option_box .swiper-pagination {position: relative; }
.b_sec_04 .b_option_box .swiper-pagination-bullet {background-color: #d9d9d9; width: 100%; height: 2px; opacity: 1; margin: 0 0px; border-radius:0px;}
.b_sec_04 .b_option_box .swiper-pagination-bullet-active {background-color: #093B66;}
.b_sec_04 .b_mv_navi{margin:0 auto; height:25px; z-index: 5; position: relative; width: 150px; left: unset; top: unset; transform: unset;}
.b_sec_04 .b_mv_navi .b_prev, .b_sec_04 .b_mv_navi .b_next  {width:auto; height: auto;}
.b_sec_04 .swiper-button-next, .b_sec_04 .swiper-button-prev{background-image: none;}  
.b_sec_04 .b_pagi {display: flex; justify-content: space-evenly; width: 100%}
.b_sec_04 .sec_box .con_box .mobile {display: none;}

.b_sec_08 {position: relative; background: #33442C; padding: 200px 0;margin-top: -5px; display: flex; flex-direction: column; align-items: center}
.b_sec_08 .sec_box {position: relative;}
.b_sec_08 .sec_box .con_tl {position: relative; text-align: center; }
.b_sec_08 .sec_box .con_tl h3 { padding: 30px 0 0 }
.b_sec_08 .sec_box .con_tl h2 {position: absolute; top: 100px; left: calc(50% + 400px); }
.b_sec_08 .img_box {margin: 150px 0 0; text-align: center}
.b_sec_08 .img_box h2 {padding: 80px 0 0}

.b_sec_05 {position: relative; height: 2450px; background: url(/data/design/sec_5_12.png) no-repeat  center bottom #FFFBF0; padding: 150px 0}
.b_sec_05 .sec_box {position: relative; display: flex; justify-content: center;}
.b_sec_05 .sec_box .con_tl {position: relative; text-align: center;}
.b_sec_05 .sec_box .con_tl::before {position: absolute; left: -241px; bottom: -50px; content: ""; display: inline-block; background: url(/data/design/sec_5_10.png) no-repeat left bottom; width: 281px; height: 466px;}
.b_sec_05 .sec_box .con_tl h3 { padding: 100px 0 0 }
.b_sec_05 .sec_box .con_tl h2 {display: flex; align-items: center; justify-content: center; font-size: 10.0rem; font-weight: 600; padding: 40px 0 0px; text-align: center; line-height: 1.2; }
.b_sec_05 .sec_box .con_tl h2 img {padding: 0 10px}
.b_sec_05 .sec_box .con_tl::after {position: absolute; right: -241px; bottom: -50px; content: ""; display: inline-block; background: url(/data/design/sec_5_11.png) no-repeat right bottom; width: 281px; height: 466px;}
.b_sec_05 .img_box {position: absolute; left: 50%; bottom: 500px; transform: translateX(450px);}

.b_sec_06 {position: relative; padding: 250px 0 200px; background: #33442C}
.b_sec_06 .sec_box {position: relative;}
.b_sec_06 .sec_box .con_tl {position: relative; text-align: center; }
.b_sec_06 .sec_box .con_tl h3 { }
.b_sec_06 .sec_box .con_tl h2 { padding: 100px 0 0; text-align: center;}
.b_sec_06 .sec_box .con_box {padding: 150px 0 0; overflow: hidden;}
.b_sec_06 .sec_box .con_box ul li figure img {width: 100%}
.b_sec_06 .sec_box .con_box ul li .txt {color: #000; width: 100%; padding: 30px 0px 0px;}
.b_sec_06 .sec_box .con_box ul li .txt h2 {font-size: 2.0rem; font-weight: 300; line-height: 1.4; text-align: center;}
.b_sec_06 .b_option_box {margin: 30px auto 0; display: flex; justify-content: center; align-items: center;}
.b_sec_06 .b_option_box .b_start {position: relative; z-index: 5; margin: 0 10px 0 0; width: 12px; display: none;}
.b_sec_06 .b_option_box .b_start img {cursor: pointer;}
.b_sec_06 .b_option_box .b_start img.start {width: 12px;}
.b_sec_06 .b_option_box .b_pagi {position: relative; display: flex; justify-content: center; }
.b_sec_06 .b_option_box .swiper-pagination-bullet {background-color: rgba(255,255,255,.2); height: 2px; opacity: 1; margin: 0 3px; border-radius:0px; width: 10px; height: 10px; border-radius: 10px;}    
.b_sec_06 .b_option_box .swiper-pagination-bullet-active {background-color: rgba(255,214,118,1); width: 30px}
.b_sec_06 .b_mv_navi{z-index: 11; position: absolute; width: 100%; height: 106px; left: unset; top: 47%;}
.b_sec_06 .b_mv_navi .b_prev, .b_sec_06 .b_mv_navi .b_next  {width:auto; height: auto;}
.b_sec_06 .b_mv_navi .b_prev {left: -30px}
.b_sec_06 .b_mv_navi .b_next {right: -30px}
.b_sec_06 .swiper-button-next, .b_sec_06 .swiper-button-prev{background-image: none;}  
.b_sec_06 .work_thumb {padding: 100px 0 0; overflow: hidden;}
.b_sec_06 .work_thumb .swiper-slide img {width: 100%; opacity: .5;}
.b_sec_06 .work_thumb .swiper-slide.swiper-slide-thumb-active img {opacity: 1;}

.b_sec_07 {position: relative; padding: 160px 0}
.b_sec_07 .sec_box {position: relative; display: flex; flex-wrap: wrap; justify-content: center; }
.b_sec_07 .sec_box .con_tl {width: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; color: #000; height: 1005}
.b_sec_07 .sec_box .con_tl h2 { font-size: 8.2rem; font-weight: 800; color: #33442C; padding: 30px 0 0 }
.b_sec_07 .sec_box .con_tl p { font-size: 2.4rem; font-weight: 600; padding: 45px 0 0px; line-height: 1.6}
.b_sec_07 .sec_box .con_tl p strong {font-size: 2.6rem; font-weight: 500}
.b_sec_07 .sec_box .request_wrap {display: flex; align-items: center; width: 100%; padding: 50px 200px 100px; border: 1px solid #DADADA; border-radius: 15px; box-shadow: 3px 3px 10px rgba(0,0,0, .3); margin: 100px 0 0} 
.b_sec_07 .sec_box .request_wrap form {width: 100%}

/*서브페이지*/
#content_wrapper .sub_title {position: relative; height: 400px; letter-spacing: 0px; z-index: 10; display: none;}
#content_wrapper .sub_title .txt_box {width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; padding: 0px 0 0px; color: #fff;}
#content_wrapper .sub_title .txt_box h2 {font-size: 5.0rem; font-weight: 400; text-align: center;}
#content_wrapper .sub_title .txt_box h2 span {display: block; text-align: left;}
#content_wrapper .sub_title .txt_box h2 span:nth-child(2) {text-align: right; padding: 10px 0 0}
#content_wrapper .sub_title .txt_box p {width: calc(100% - 440px); font-size: 1.6rem;  padding: 80px 0 0 300px; line-height: 1.6; font-weight: 300; z-index: 5;}
#content_wrapper .sub_gnb {color: #8c8c8c; font-size: 1.4rem; font-weight: 300; display: flex; align-items: center; padding: 30px 0 0}
#content_wrapper .sub_gnb span {font-size: 1.2rem; padding: 0 10px 0 12px}

#content_wrapper .sub_title_ex {height: 700px}
#content_wrapper .sub_title_ex .txt_box {text-align: center; padding: 0}
#content_wrapper .sub_title_ex .txt_box h1 { font-size: 6.6rem;}
#content_wrapper .sub_title_ex .txt_box p {display: none}
#content_wrapper .sub_title_ex .txt_box p:after {display: none}

#content_wrapper .sub_title_tab {height: 900px}
#content_wrapper .sub_title_tab .txt_box {height: 42%;padding: 0px 0 0;}

#content_wrapper .sub_cate_menu {display: flex; justify-content: center; align-items: center; line-height: 60px; padding: 20px 0 0; border-bottom: 1px solid #ddd;}
#content_wrapper .sub_cate_menu li {margin: 0 30px; padding: 0 10px; opacity: 1; background: #fff; color: #A6A6AD}
#content_wrapper .sub_cate_menu li.active {border-bottom: 3px solid var(--colorMain); opacity: 1; background: #fff; color: #191919;}
#content_wrapper .sub_cate_menu li a {display: block; color: #A6A6AD; font-size: 2.4rem; font-weight: 600}
#content_wrapper .sub_cate_menu li.active a {color: #191919}
#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 0px 0; margin: 80px 0 0}
.sub_content_wrap {padding: 80px 0 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}

.content_box .sub_name {text-align: center; padding: 80px 0 0;}
.content_box .sub_name h2 {font-size: 3.2rem; font-weight: 600;}
.content_box .sub_name p {font-size: 2.0rem; line-height: 1.4; padding: 20px 0 0}

.flex2 {display: flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap; }
.flex2 li {width: 49%;}  
.flex2 li img {width: 100%}
.flex3 {display: flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap; }
.flex3 li {width: 32.3%;}
.flex3 li img {width: 100%}
.flex4 {display: flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap; }
.flex4 li {width: 24%;}
.flex4 li img {width: 100%}
.flex5 {display: flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap; }
.flex5 li {width: 19%;}
.flex5 li img {width: 100%}
.flex6 {display: flex; justify-content: space-between; align-items: stretch; flex-wrap: wrap; }
.flex6 li {width: 15.666%;}
.flex6 li img {width: 100%}

.b_color_red {color: rgba(255, 0, 0, 1); font-size: 1.3rem }
.ft_small {font-size: 1.5rem; opacity: 1; font-weight: 300}

.estimate01 {padding: 0px 0 0}
.estimate_box {}
.estimate_box .txt_tl .tl {line-height: 1.4; font-size: 2.6rem}
.estimate_box .txt_tl .ex {padding: 50px 0 0}
.estimate_box .txt_tl .ex img {width: 20px}
.estimate_box .txt_cate {padding: 120px 0 0; display: flex; justify-content: center; align-items: center; flex-direction: column; border-bottom: 0px solid #aaa;}
.estimate_box .txt_cate p {font-size: 2.4rem; text-align: center}
.estimate_box .txt_cate .catelist {padding: 60px 0;  display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 60%}
.estimate_box .txt_cate .catelist li {width: 33.33%; display: flex; justify-content: center; align-items: center; margin: 0 0 30px; padding: 0 20px}
.estimate_box .txt_cate .catelist li span {display: block; font-size: 1.4rem; border: 1px solid #191919; padding: 20px 0; text-align: center; width: 100%; cursor: pointer; border-radius: 0px;}
.estimate_box .txt_cate .catelist li span.active {background: #FFD900; color: #000}

.request_wrap {position: relative; padding: 0 0 100px;}
.request_wrap h2 {font-size: 2.2rem; font-weight: 400; padding: 60px 0 20px;}
.request_wrap .field {}
.request_wrap ul {display: flex; justify-content: space-between;flex-wrap: wrap;width: 100%; }
.request_wrap ul li {display: flex; align-items: stretch; flex-wrap: wrap; width: 100%; padding: 10px 0}
.request_wrap ul li .label {display: flex; align-items: center; flex-wrap: wrap; width: 180px; padding: 0px; color: #000; font-size: 20px; font-weight: 600;}
.request_wrap ul li .label img {margin: 0 10px 0 0;}
.request_wrap ul li .label span {font-size: 18px; margin: 0 5px 0 0}
.request_wrap ul li .value {width: calc(100% - 180px); padding: 0px 0; font-size: 18px; line-height: 1.6;}
.request_wrap ul li .checkbox {display: flex; align-items: center; color: #aaa}
.request_wrap ul li .checkbox a {color: #000; margin: 0 0 0 15px}
.request_wrap ul.wd100 li {width: 100%}
.request_wrap input[type='text'] {font-size: 18px; border-radius: 0px; border: 1px solid #C3C3C3; width: 100%; border-radius: 3px; height: 50px; line-height: 50px;}
.request_wrap input[type='email'] {font-size: 18px;border-radius: 0px; border: 1px solid #C3C3C3; width: 200px; border-radius: 3px; height: 50px; line-height: 50px }
.request_wrap input[type='checkbox'] {font-size: 18px;width: 22px; height: 22px; margin: 0 5px 0 0; border-radius: 3px; border: 1px solid #C3C3C3; ; line-height: 50px}
.request_wrap select {font-size: 18px;border-radius: 0px; border: 1px solid #C3C3C3; width: 100%; border-radius: 3px; height: 50px; line-height: 50px}
.request_wrap select option:first-child {colorL}
.request_wrap textarea {font-size: 18px;border-radius: 0px; border: 1px solid #C3C3C3; width: 100%; border-radius: 3px; height: 50px; }
.request_wrap .agreement_check {color: #191919; text-align: center; padding: 30px 0 0}
.request_wrap .agreement_check .label {width: 100%; display: block; color: #191919; padding: 10px 0 0}
.request_wrap .agreement_check p {font-size: 1.4rem; padding: 7px 0 0; width: 100%}
.request_wrap .agreement {position: absolute; left: 0; bottom: 0px; width: 100%; padding: 0px 0 0; border: 1px solid #ddd; padding: 30px; border-radius: 10px; z-index: 5; background: #fff; display: none; }
.request_wrap .agreement.active {display: block}
.request_wrap .agreement .agree_close {text-align: center; position: absolute; top: 0; left: 50%; transform: translate(-50%, -100%);background: #000; color: #191919; display: inline-block; padding: 15px 20px; font-size: 14px; border-radius: 10px 10px 0 0; cursor: pointer}
.request_wrap .agreement .tl {font-size: 20px; padding: 20px 0 20px; letter-spacing: -1px; text-align: center}
.request_wrap .agreement dl {}
.request_wrap .agreement dd {padding: 15px 0; font-size: 14px}
.request_wrap .agree_check {padding: 10px 0 0}
.request_wrap .agree_btn {padding: 30px 0 0; margin: 0px 0 0; display: flex; justify-content: center; align-items: center;}
.request_wrap .agree_btn button {font-size: 24px; width: 600px; padding: 20px 0; background: #35442C; ; border-radius: 50px; color: #fff;}
.request_wrap #btn_agree {background: #000; color: #fff; padding: 8px 10px; font-size: 12px; border-radius: 3px; margin: 0 0 0 10px}
.request_wrap .field_line {border-top: 1px solid #ddd}
.request_wrap .field_line ul li {flex-direction: column;}
.request_wrap .field_line ul li .label {width: 100%; font-size: 2.2rem; font-weight: 400; padding: 50px 20px 0px}
.request_wrap .field_line ul li .value {width: 100%; padding: 20px 20px 50px; font-size: 18px; color: #777}
.request_wrap .field_line ul li .value span {padding: 0 20px}

#content_wrapper .sub_menu { z-index: 3; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; background: #fff; } 
#content_wrapper .sub_menu > .sub_menu_box {display: flex; align-items: center; border-left: 1px solid #ddd;}
#content_wrapper .sub_menu > .sub_menu_box div { display: flex; align-items: center; justify-content: center; width: 80px; position: relative; font-size: 1.6rem;border-right: 1px solid #ddd;  height:50px; font-weight: 600;}
#content_wrapper .sub_menu > .sub_menu_box div > a {color: #777}
#content_wrapper .sub_menu > .sub_menu_box div.depth1 {width: 220px;}
#content_wrapper .sub_menu > .sub_menu_box div.depth2 {width: 220px; top: 0; }
#content_wrapper .sub_menu > .sub_menu_box div img {margin: 0 5px 0 0}
#content_wrapper .sub_menu > .sub_menu_box div img.arr {width: 8px; display: none;}
#content_wrapper .sub_menu > .sub_menu_box div > a.sub_depth {display: block; padding: 10px 25px; width: 100%; font-size: 1.6rem; font-weight: 400; }
#content_wrapper .sub_menu > .sub_menu_box div > a.sub_depth:after {position: absolute; right: 15px; top: 50%; transform: translateY(-50%); display: inline-block; width: 33px; height: 18px; padding: 0px 0; content:""; background-image: url("/data/design/icon_smenu_b.png"); background-repeat: no-repeat; background-position: center center; background-size: 20px auto}
#content_wrapper .sub_menu > .sub_menu_box div > a.sub_depth.on:after {background-image: url("/data/design/icon_smenu_t.png"); }
#content_wrapper .sub_menu > .sub_menu_box div ul {display: none; position: absolute; top: 50px; left: -1px;  background: #f7f7f7; width: calc(100% + 2px); padding: 10px 10px 15px; z-index: 1000; font-weight: 400; border: 1px solid #ddd; }
#content_wrapper .sub_menu > .sub_menu_box div ul li a {display: block; color: #777; padding: 3px 15px; line-height: 30px; font-size: 1.6rem }
#content_wrapper .sub_menu > .sub_menu_box div ul li a.active {font-weight: 600; color: #555}

/*약관*/
.agree_box {margin: 50px auto 0; ; border: 1px solid #eee}

/*서브페이지*/
.subpage {padding: 120px 10px 0}
.subpage .contl {}
.subpage .contl h1 {font-size: 3.0rem; font-weight: 800; line-height: 1.2}
.subpage .contl p {font-size: 1.6rem; line-height: 1.4; padding: 20px 0 0}
.subpage .contl a {display: inline-block; font-size: 1.4rem; border: 1px solid #000; border-radius: 30px; padding: 15px 30px; margin: 25px 0 0}
.subpage .contl a img {width: 8px; margin-left: 10px}
.subcontent_img p {padding: 0px 0 0}
.subcontent_img p:nth-child(1) {padding: 0}
.subcontent_img p img {width: 100%}
.subcontent_img div {text-align: center;}

.subTab {display: flex; flex-wrap: wrap; justify-content: space-between}
.subTab li {width: 16.66666%; text-align: center; padding: 0 10px 0 0}
.subTab li:last-child {padding: 0;}
.subTab li a {display: block; background: rgba(255,255,255,.5); color: #fff; font-size: 1.3rem; text-align: center; padding: 30px 0}
.subTab li a.active {background: rgba(255,255,255,1); color: #000}

.root_daum_roughmap {width: 100% !important}

.movie_box { max-width:100%; margin:0 auto; }
.movie_box div { position:relative; padding-top: 56.25%; overflow:hidden; }
.movie_box iframe { display:block; width:100%; height:100%; position:absolute; top: 0%; }

.company_info .sec01 {position: relative; padding: 0px 0 80px 0}
.company_info .sec01 .sec_box {position: relative}
.company_info .sec01 .sec_box .con_tl {display: flex; align-items: center;}
.company_info .sec01 .sec_box .con_tl img {width: 31px; height: 30px}
.company_info .sec01 .sec_box .con_tl h2 {font-size: 4.0rem; font-weight: 600; padding: 0 0 0 10px}
.company_info .sec01 .sec_box .con_box {padding: 40px 0 0}
.company_info .sec01 .sec_box .con_box .txt_box {display: flex; justify-content: space-between; padding:40px 0; border-bottom: 1px solid #ddd}
.company_info .sec01 .sec_box .con_box .txt_box li {font-size: 1.7rem; font-weight: 600;}
.company_info .sec01 .sec_box .con_box .txt_box li a {display: inline-block; background-color: #E38214; color: #fff; padding: 15px 12px;}
.company_info .sec01 .sec_box .con_box .txt_box li p:nth-child(1) {font-size: 3.2rem; font-weight: 600; padding: 0 0 20px; }
.company_info .sec01 .sec_box .con_box .txt_box li:nth-child(1) {border-right: 1px solid #e7e7e7; padding: 0 100px 0 0}
.company_info .sec01 .sec_box .con_box .txt_box li:nth-child(2) {font-size: 2.0rem; font-weight: 400;}
.company_info .sec01 .sec_box .con_box .txt_box li:nth-child(2) span:after {content: "|"; padding: 0 25px; font-size: 2.0rem; font-weight: 100;color: #ddd}
.company_info .sec01 .sec_box .con_box .txt_box li:nth-child(2) strong {color: var(--colorMain);}
.company_info .sec01 .sec_box .con_box .txt_box li:nth-child(2) p:nth-child(1) {padding: 0 0 30px; }

.service_disclosure .sec01 {display: flex; justify-content: center;}

/* Video Player */
.iframe_wrap {
    max-width: 1320px;  /* 특정 사이즈 이상으로는 비디오가 더 이상 커지지 않게. 즉 반응형으로 만들 수 있음.*/
}

.iframe_wrap div{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 비율 */
}

.iframe_wrap iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

@media screen and (max-width: 1700px){
    .b_sec_01 .sec_box .con_box .eff2 {left: 52%}
    .b_sec_05 .sec_box .con_tl {transform: scale(.93);}
    .b_sec_05 .img_box {transform: translateX(80%);}
    .b_sec_06 .b_mv_navi .b_prev {left: 100px}
    .b_sec_06 .b_mv_navi .b_next {right: 100px}
    .b_sec_02 .sec_box .deco_box .eff5 {display: none;}
}

@media screen and (max-width: 1360px){

    #content_wrapper .sub_title {display: flex; align-items: center;flex-direction: column; justify-content: center;}
    #content_wrapper .sub_title .txt_box {padding: 0; height: auto}
    #content_wrapper .sub_title .txt_box h2 {width: 100%; display: flex; justify-content: center; align-items: center; font-size: 4.0rem }
    #content_wrapper .sub_title .txt_box h2 span {text-align: center; display: inline-block; padding: 0 20px}
    #content_wrapper .sub_title .txt_box h2 span:nth-child(2) {text-align: center;}
    #content_wrapper .sub_title .txt_box p {width: 100%; padding: 0; display: none; }
    #content_wrapper .sub_title .sub_gnb {justify-content: center; padding: 30px 0 0}

    #content_wrapper .sub_menu {line-height: 50px;justify-content: center; flex-wrap: wrap; padding: 0 10px}
    #content_wrapper .sub_menu li {padding: 0 0px; margin: 0px; width: 100%; text-align: center}
    #content_wrapper .sub_menu li a {display: block; letter-spacing: -1px; padding: 0 15px ; text-align: left; line-height: 40px;}
    #content_wrapper .sub_02 .sub_menu li {width: 33.3%}
    #content_wrapper .sub_menu > .sub_menu_box div.home {display: none}
    #content_wrapper .sub_menu > .sub_menu_box div.depth1 {width: 50%}
    #content_wrapper .sub_menu > .sub_menu_box div.depth2 {width: 50%}
    #content_wrapper .sub_menu > .sub_menu_box div ul li a {padding: 0 15px}

    .sub_content_wrap {padding: 60px 10px 0px}

    .sub_wrapper {margin: 70px 0 0}
    .sub_content .tl {font-size: 26px}

    .subpage h1 {text-align: center;}
    .subpage h1.tl {font-size: 36px}

   
    .request_wrap ul {width: 100% !important}
    .request_wrap ul p.value {width: 100% !important; padding: 5px 0 !important}
    .request_wrap form {width: 100%}
    .request_wrap .field {width: 100%}

    .b_sec_03 .sec_box .list li:nth-child(2n) .txt_box {padding: 0 30px 0 30px; }

}

@media screen and (max-width: 768px){
    .main_wrap {min-width: 100%;}
    .b_mv_box ul li .deco_box img {display: none;}
	.b_mv_box ul li .deco_box .eff1, .b_mv_box ul li .deco_box .eff1_1 {display: inline-block; width: 50%; height: auto}
    .b_sec_01 {background-size: 100% auto; padding: 100px 0 0px}
	.b_sec_01 .sec_box {padding: 0 0 200px}
    .b_sec_01 .sec_box .txt_1 .eff1 img {width: 60%}
    .b_sec_01 .sec_box .txt_2 {padding: 20px 0 0}
    .b_sec_01 .sec_box .txt_2  img {width: 90%}
    .b_sec_01 .sec_box .txt_3 {padding: 30px 0 0}
    .b_sec_01 .sec_box .txt_3  img {width: 90%}
    .b_sec_01 .sec_box .deco_box .eff2 {width: 250px; top: 250px}
	.b_sec_01 .sec_box .con_box {margin: 200px 0 0}
    .b_sec_01 .sec_box .con_box .eff1 {left: 0; top: 0px; width: 120px}
    .b_sec_01 .sec_box .con_box .eff2 {width: 200px; left: unset; right: 0px; bottom: -50px}
    .b_sec_01 .sec_box .deco_box .eff3 {left: 0; transform: translateX(-100px); width: 260px; bottom: -80px !important; }
    .b_sec_02 {padding: 150px 0 0px}
    .b_sec_02 .sec_box .txt_1 img {width: 60%}
    .b_sec_02 .sec_box .txt_1 .eff2 {width: 30%}
    .b_sec_02 .sec_box .txt_2 {padding: 20px 0 0}
    .b_sec_02 .sec_box .txt_2 img {width: 90%}
    .b_sec_02 .sec_box .txt_3 {padding: 30px 0 0}
    .b_sec_02 .sec_box .txt_3 img {width: 90%}
    .b_sec_02 .sec_box .con_box {padding: 120px 10px}
    .b_sec_02 .sec_box .con_box ul li {flex-wrap: wrap;}
    .b_sec_02 .sec_box .con_box ul li figure {width: 100%;}
    .b_sec_02 .sec_box .con_box ul li p {width: 100%; border-left: none; border-top: 1px dashed #000;}
    .b_sec_02 .sec_box .con_box ul li img {width: 100%}
    .b_sec_02 .sec_box .deco_box .eff2 {width: 100px}
    .b_sec_02 .sec_box .deco_box .eff1 {width: 300px; bottom: -100px}
    .b_sec_03 {}
    .b_sec_03 .sec_box .con_tl h2 {padding: 50px 0 0;}
    .b_sec_03 .sec_box .con_tl h2 img {width: 90%}
    .b_sec_03 .sec_box .con_tl p {padding: 50px 0 0}
    .b_sec_03 .sec_box .con_tl p img {width: 90%}
    .b_sec_03 .sec_box .list li {padding: 80px 0 0}
    .b_sec_03 .sec_box .list li figure {width: 100% !important}
    .b_sec_03 .sec_box .list li .txt_box {width: 100% !important}
    .b_sec_03 .sec_box .list li figure .sticker {width: 160px}
    .b_sec_03 .sec_box .list li figure .sticker2 {width: 160px; top: -30px; right: 20px}
    .b_sec_03 .sec_box .list li .back2 {left: 0px !important}
    .b_sec_03 .sec_box .list li .txt_box {padding: 30px 0 0; text-align: center}
    .b_sec_03 .sec_box .list li .txt_box h3 img {width: 90%; max-width: 490px;}
    .b_sec_03 .sec_box .list li .txt_box h2 { padding: 30px 0 0}
    .b_sec_03 .sec_box .list li .txt_box h2 img {width: 80%; max-width: 490px;}
    .b_sec_03 .sec_box .list li .txt_box p {display: none;}
    .b_sec_03 .sec_box .list li .deco {display: none}
    .b_sec_03 .sec_box .list li:nth-child(6) .eff2 {max-width: 400px; top: -250px}
	.b_sec_03 .sec_box .list li:nth-child(3) .deco2 {display: none}
	.b_sec_03 .sec_box .list li:nth-child(5) .deco2 {display: none}
	.b_sec_03 .sec_box .list li:nth-child(2n) .txt_box {padding: 30px 0px 0 0px; }
    .b_sec_04 {height: auto; padding: 120px 0}
	.b_sec_04 .sec_box .con_box{height: auto}
    .b_sec_04 .sec_box .con_tl h3 img {width: 90% }
    .b_sec_04 .sec_box .con_tl h2 {padding: 20px}
    .b_sec_04 .sec_box .con_tl h2 img {width: 90% }
    .b_sec_04 .sec_box .con_tl p {padding: 30px}
    .b_sec_04 .sec_box .con_tl p img {width: 90% }
	.b_sec_04 .sec_box .img_box {padding: 50px 0 0}
    .b_sec_04 .sec_box .img_box img {width: 100%; }
	.b_sec_04 .sec_box .img_box .price {width: 100%; text-align: center}
    .b_sec_04 .sec_box .img_box .price img {width: 20px}
    .b_sec_04 .sec_box .img_box .price .num {width: 80%; max-width: 180px; padding-right: 10px}
	.b_sec_04 .sec_box .con_box .img_wrap {padding-bottom: 0px}
    .b_sec_04 .sec_box .con_box {width: 100%; background-size: 100% auto; padding-bottom: 16.5%; padding: 80px 10px 0; margin: 0; background: none;}
    .b_sec_04 .sec_box .con_box .pc {display: none;}
    .b_sec_04 .sec_box .con_box .mobile {display: block; text-align: center;}
    .b_sec_04 .sec_box .con_box img {width: 90%;}
	
	.b_sec_08 {padding: 80px 0px}
	.b_sec_08 .sec_box {transform: scale(.8)}
	.b_sec_08 .sec_box .con_tl h2 {left: 50%; transform: translateX(-50%); top: 270px}
	.b_sec_08 .sec_box .con_tl h2 img {width: 120px}
	.b_sec_08 .img_box {transform: scale(.8); margin: 80px 0 0; display: flex; align-items: center; flex-direction: column}
	.b_sec_08 .img_box h2 {max-width: 300px}

    .b_sec_05 {background-size: 100% auto; height: auto; padding: 50px 0 400px}
    .b_sec_05 .sec_box .con_tl::before {width: 10%; background-size: 100% auto; display: none;}
    .b_sec_05 .sec_box .con_tl::after {width: 10%; background-size: 100% auto; display: none}
    .b_sec_05 .sec_box .con_tl p img {width: 60%}
    .b_sec_05 .sec_box .con_tl h3 img {width: 80% !important}
    .b_sec_05 .sec_box .con_tl h2 {padding: 20px 0 0}
    .b_sec_05 .sec_box .con_tl h2 img {width: 80% !important}
    .b_sec_05 .img_box {transform: translateX(0px); bottom: 20%}
    .b_sec_05 .img_box img {width: 180px}
    .b_sec_06 {padding: 150px 0}
    .b_sec_06 .sec_box .con_tl h3 img {width: 90%}
    .b_sec_06 .sec_box .con_tl h2 {padding: 30px 0 0}
    .b_sec_06 .sec_box .con_tl h2 img {width: 90%}
    .b_sec_06 .sec_box .con_box {padding: 80px 0 0}
    .b_sec_07 .sec_box .request_wrap {padding: 50px 20px}


    #content_wrapper .sub_menu {width: 100%}
    #content_wrapper .sub_menu > .sub_menu_box {width: 100%}
    .content_box .sub_name h2 {font-size: 2.6rem;}
    .b_sec_blank {margin: 60px auto 0}
    .subpage {padding: 40px 10px}
    #content_wrapper .sub_menu > .sub_menu_box div {height: 50px}
    #content_wrapper .sub_menu > .sub_menu_box div.depth1 {width: 50%}
    #content_wrapper .sub_menu > .sub_menu_box div.depth2 {width: 50%}
    #content_wrapper .sub_menu > .sub_menu_box div ul li {width: calc(100%); line-height: 30px}
    #content_wrapper .sub_menu > .sub_menu_box div ul li a {padding: 0 10px; display: block;}
    #content_wrapper .sub_menu > .sub_menu_box div ul {top: 51px}
    #content_wrapper .sub_menu > .sub_menu_box div > a.sub_depth:after {right: 5px}
    #content_wrapper .sub_menu > .sub_menu_box div > a.sub_depth {padding: 13px 10px}
    #content_wrapper .sub_cate_menu {flex-wrap: wrap; border-top: 1px solid #ddd; border-bottom: none; padding: 0}
    #content_wrapper .sub_cate_menu li {padding: 0 10px; width: 50%; text-align: center; margin: 0; border-bottom: 1px solid #ddd;}
    #content_wrapper .sub_cate_menu li:nth-child(2n-1) {border-right: 1px solid #ddd;}
    #content_wrapper .sub_cate_menu li a {font-size: 2.0rem}

    .subTab {align-items: stretch;}
    .subTab li {padding: 0 2px 0 0;}
    .subTab li a {padding: 10px 0; height: 52px; line-height: 1.4;}

    .con_tl h2 {text-align: center; font-size: 3.0rem;}

    .b_mv_navi {display: none;}

    #content_wrapper .sub_title_ex {height: 180px;}
    #content_wrapper .sub_title {height: 180px; display: flex; justify-content: center; align-items: center; background-size: cover;}
    #content_wrapper .sub_title_ex .txt_box h1 {font-size: 5.0rem}
    #content_wrapper .sub_title .txt_box {height: auto; text-align: center; padding: 0px 20px 0; margin: 0px 0 0}
    #content_wrapper .sub_title .txt_box h1 {font-size: 3.0rem}
    #content_wrapper .sub_title .txt_box p {padding: 20px 0 0}
    #content_wrapper .sub_title .txt_box p:after {left: 50%; transform: translateX(-50%);}
    .link_box {top: 300px; text-align: center;}
    .link_box a {padding: 7px 15px; margin: 0 5px 0 0}
    .link_box a img {width: 200px; margin: 0 2px 0 0}
    #content_wrapper .sub_title .txt_box h1 img {width: 200px}

    .request_wrap .agreement {padding: 10px}
    .request_wrap ul {flex-direction: column; padding: 0}
    .request_wrap ul li {width: 100%; padding: 0 0 0px}
    .request_wrap .memo {padding: 0}
    .request_wrap .agreement dl {padding: 20px; font-size: 14px}
    .request_wrap ul li .label {width: 80px; font-size: 14px; padding: 20px 10px}
    .request_wrap ul li .value {width: calc(100% - 80px); padding: 20px 10px;}
    .request_wrap ul li input[type='text'], .request_wrap ul li input[type='email'], .request_wrap ul li select, .request_wrap ul li textarea {width: 100%}  
    .request_wrap ul li .wd20 {width: 45% !important}
    .request_wrap ul li select {margin: 5px 0 0 0}
    .request_wrap .field_line ul li .label {padding: 20px 10px 0}
    .request_wrap .field_line ul li .value {font-size: 14px; padding: 20px 10px 20px}
    .request_wrap .field_line ul li .value span {padding: 0 5px}

    .estimate_box .txt_tl .tl {font-size: 2.0rem}
    .estimate_box .txt_tl .tl img {margin: 5px 0}
    .estimate_box .txt_tl .ex {font-size: 1.8rem}
    .estimate_box .txt_cate .catelist {width: 100%}
    .estimate_box .txt_cate .catelist li {padding: 0 5px; margin: 0 0 20px}
    .request_wrap .agree_check li {flex-direction: column;}
    .request_wrap .agree_check li p {padding: 10px 0 0}
    .request_wrap .agree_btn button {font-size: 2.0rem}

    .flex2 li {width: 100%; padding: 0 0 20px}
    .flex3 li {width: 100%; padding: 0 0 10px} 
    .flex5 li {width: 100%; padding: 0 0 10px}
    .flex6 li {width: 100%; padding: 0 0 10px}
}

.motion_eff1 {animation-name: ani_eff1_1; animation-duration: 3s; animation-timing-function:ease-in-out; animation-iteration-count: 1; animation-direction: alternate; animation-fill-mode: forwards; }
.motion_eff1_1 {animation-name: ani_eff1_2; animation-duration: 1s; animation-delay:3s; animation-timing-function:ease-in-out; animation-iteration-count: infinite; animation-direction: alternate; animation-fill-mode: forwards; opacity: 0 }
.motion_eff2 {animation-name: ani_eff2; animation-duration: 2s; animation-timing-function:ease-in-out; animation-iteration-count: 1; animation-direction: alternate; }
.motion_eff3.b_ani {animation-name: ani_eff3; animation-duration: 2s; animation-timing-function:ease-in-out; animation-iteration-count: 1; animation-direction: alternate; }
.motion_eff4.b_ani {animation-name: ani_eff4; animation-duration: 1s; animation-timing-function:ease-in-out; animation-iteration-count: 1; animation-direction: alternate; }
.motion_eff5.b_ani {animation-name: ani_eff5; animation-duration: 1s; animation-timing-function:ease-in-out; animation-iteration-count: 1; animation-direction: alternate; }
.motion_eff6.b_ani {animation-name: ani_eff6; animation-duration: 1s; animation-timing-function:ease-in-out; animation-iteration-count: 1; animation-direction: alternate; }
.motion_eff7.b_ani {animation-name: ani_eff7; animation-duration: 2s; animation-timing-function:ease-in-out; animation-iteration-count: 1; animation-direction: alternate; animation-fill-mode: forwards; }
.motion_eff8.b_ani {height: 0;  width: 119px;  animation: ani_eff8 1s ease-in-out 1 alternate; animation-delay: 1s;animation-fill-mode: forwards;}
.motion_eff9.b_ani {animation-name: ani_eff3_1; animation-duration: 2s; animation-timing-function:ease-in-out; animation-iteration-count: 1; animation-direction: alternate; }
.motion_eff10.b_ani {animation-name: ani_eff1; animation-duration: 2s; animation-timing-function:ease-in-out; animation-iteration-count: infinite; animation-direction: alternate; }
.motion_eff11.b_ani {animation-name: ani_eff2_1; animation-duration: 2s; animation-timing-function:ease-in-out; animation-iteration-count: 1; animation-direction: alternate; }

.motion_wide_eff1 {height: 18px; width: 0px; animation: motion_wide_eff1 1s ease-in-out 1 alternate; animation-delay: 1s; animation-fill-mode: forwards;}
.motion_wide_eff1_1 {height: 18px; width: 0px; animation: motion_wide_eff1_1 1s ease-in-out 1 alternate; animation-delay: 1s; animation-fill-mode: forwards;}
.motion_wide_eff2 {animation-name: motion_wide_eff2; animation-duration: 2s; animation-timing-function:ease-in-out; animation-iteration-count: infinite; animation-direction: alternate; }

.b_delay_1{animation-delay: 1.0s;}
.b_delay_2{animation-delay: 2.0s;}
.b_delay_3{animation-delay: 3.0s;}

/*애니메이션*/
/*위아래 움직이는*/
@keyframes ani_eff1{
    0%{transform:translateY(-50%);}
    50%{transform:translateY(-45%);}
    100%{transform:translateY(-50%); }
}

@keyframes ani_eff1_1{
    0%{transform:translate(100px, -50%);}
    70%{transform:translate(0, -50%); }
}

@keyframes ani_eff1_2{
    0%{filter: blur(1px); transform: translateY(-50%) scale(1.1); opacity: 1; transition: .3s}
    100%{filter: blur(2px); transform: translateY(-50%) scale(1.2); transition: .3s  }
	100%{filter: blur(1px); transform: translateY(-50%) scale(1.1); transition: .3s }
}

/*회전하면 커지는*/
@keyframes ani_eff2{
  0% {
    transform: rotate(0deg) scale(0.1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes ani_eff2_1{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*반작이는 애니*/
@keyframes ani_eff3{
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  } 
  30% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
   60% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  } 
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes ani_eff3_1{
  0% {
    opacity: 0;
  }
   33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*왼족에서 이동*/
@keyframes ani_eff4{
  0% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateX(0px);
  }
}

/*우측에서 이동*/
@keyframes ani_eff5{
  0% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0px);
  }
}

/*위에서 이동*/
@keyframes ani_eff6{
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
  }
}

/*위아래 움직이는*/
@keyframes ani_eff7{
    0%{transform:translateY(80px);}
    50%{transform:translateY(60px);}
    100%{transform:translateY(80px); }
}

@keyframes ani_eff8{
    0% {
        height: 0px;
    }
    100% {
        height: 119px;
    }
}



@keyframes motion_wide_eff1{
    0% {
        width: 0px;
    }
    100% {
        width: 69px;
    }
}

@keyframes motion_wide_eff1_1{
    0% {
        width: 0px;
		filter: blur(5px);
    }
    100% {
        width: 69px;
		filter: blur(5px);
    }
}


@keyframes motion_wide_eff2{
    0%{transform:translate(-50%, -10px);}
    50%{transform:translate(-50%, 0);}
    100%{transform:translate(-50%, -10px); }
}

@media screen and (max-width: 768px){
    .motion_wide_eff1 {height: 9px; width: 0px}
 
    @keyframes motion_wide_eff1{
        0% {
            width: 0px;
        }
        100% {
            width: 40px;
        }
    }

	.motion_wide_eff1_1 {height: 9px; width: 0px}
 
    @keyframes motion_wide_eff1_1{
        0% {
            width: 0px;
			filter: blur(5px);
        }
        100% {
            width: 40px;
			filter: blur(1px);
        }
    }
	
	/*왼족에서 이동*/
	@keyframes ani_eff4{
	  0% {
		transform: translate(0px,100px);
	  }
	  100% {
		transform: translate(0px, 0px);
	  }
	}



  /*우측에서 이동*/
  @keyframes ani_eff5{
    0% {
      transform: translate(0px, 100px);
    }
    100% {
      transform: translate(0px,0px);
    }
  }
}