*{letter-spacing: -0.5px; word-break:keep-all;}
.b_color{color:#007a06; }

textarea, input { font-size: 1.4rem;}

.b_inner_wrap{max-width: 86%; 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: block}
.mobile {display: none}
.dot_space {word-spacing : -30px;}
.inline_pc {display: inline-row} 

.color_red {color: #ff0000;}

@media screen and (max-width: 1320px){
    .b_inner_wrap {max-width: 100%;}
}
 
@media screen and (max-width:768px){
    .b_more_btn img{width: 12px;}
    .pc {display: none}
    .mobile {display: 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: absolute; top: 0; left: 0; z-index:10; width:100%; height: 100px; transition:.4s; border-bottom: 0px solid #eaeaea; z-index: 20; background: #fff;}
#b_header > .b_inner_wrap{position: relative; display: flex; justify-content: space-between; 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%; z-index: 3; position: relative;}
#b_header #b_gnb > li {padding:20px 40px; 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: 1.8rem; 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:0px solid #eaeaea; border-radius: 10px; font-size: 1.5rem; z-index: 3;}
#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: 300; transition:color .3s; font-size: 1.3rem }
#b_header #b_gnb .b_sub_list li a:hover{color: var(--colorMain); transition:color .3s; }

#b_header .b_logo a{display: block; color:#000; }
#b_header .b_logo img {width: 141px; ; transition:.4s}
#b_header .b_util_box {display: none}
#b_header .b_request{padding: 0 30px}          
#b_header .b_request .btn_action:before {background: #FFD900}
#b_header .b_request .btn_action:hover {color: #000}
#b_header .b_request a {display: inline-block; border: 1px solid #FFD900; border-radius: 50px; padding: 10px 30px; color: #000; font-size: 1.5rem}
#b_header .b_search {border: 1px solid #d8d8d8; border-radius: 50px; padding: 3px 10px}
#b_header .b_search input {border: none; outline: none; width: 180px}
#b_header .b_search .t_search_btn {cursor: pointer;}

.b_sub_bg {position: absolute; left: 0; top: 0; background: #fff; width: 100%; height: 300px; display: none; z-index: -1; border-bottom: 1px solid #ddd; }

.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; font-size: 1.4rem; }
.b_lang_box > li:nth-child(2) > p span {letter-spacing: 0px; border-bottom: 1px solid #191919;; padding: 7px 0 7px 10px; display: inline-block;}
.b_lang_box > li:nth-child(2) > p span:after {display: inline-block; content: ""; background: url("/data/design/icon_lng_arrow.png") right+15px center no-repeat; background-size: 6px 4px; width: 6px; height: 8px; padding: 0 0 0 30px}
.b_lang_box > li.active:nth-child(2) > p span:after {background: url("/data/design/icon_lng_arrow2.png") right+15px center no-repeat; background-size: 8px 4px;}
.b_lang_box .b_lang_list {display: none;position: absolute; top: 27px; left: 0; width: 100%; 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; left: 0; top: 0; padding: 20px 20px; height: 100%; z-index: 21; background-color: #fff; border-bottom: 1px solid #ddd; display: none;}
.b_site_map.open{display: block; right:0; transition:right .5s; }
.b_site_map .b_close_btn {}
.b_site_map .b_lang_list {display: flex; padding: 30px 0 0 }
.b_site_map .b_lang_list p {padding: 0 10px 0 0; font-size: 1.6rem}
.b_site_map .t_nav2 {width:100%;  max-width: 1320px; margin-top: 0px; margin-left: 0px; display: flex; justify-content: space-between;}
.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: 70px 0px 0;}
.b_site_map #b_gnb2 > li {margin-bottom: 30px; padding: 0 0 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:10px; padding-bottom: 0px; display: flex; flex-wrap: wrap; display: none}
.b_site_map #b_gnb2 .b_sub_list li {padding:7px 0 7px 0px; width: 50%}
.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_site_map.mobile_wrap {background-color: #fff; height: 100%; position: fixed; justify-content: flex-start; flex-direction: column;}
.b_site_map.mobile_wrap .t_nav2 {background-color: #fff; padding: 0 20px }
.b_site_map.mobile_wrap  #b_gnb2 {padding: 30px 0 0}
.b_site_map.mobile_wrap  #b_gnb2 > li {width: 100%}
.b_site_map.mobile_wrap  #b_gnb2 > li > a {color: #000;}
.b_site_map.mobile_wrap #b_gnb2 .b_sub_list {display: flex; flex-wrap: wrap;}
.b_site_map.mobile_wrap #b_gnb2 .b_sub_list li {width: 100%}
.b_site_map.mobile_wrap #b_gnb2 .b_sub_list li a {color: #000;}
.b_site_map.mobile_wrap .b_close_btn {display: inline-block;}
.b_site_map.mobile_wrap .t_nav2 .img_box {display: none}
.b_site_map.mobile_wrap #b_gnb2 .b_sub_list {margin: 10px 0 0; padding: 0 0 10px; display: none;}
.b_site_map.mobile_wrap #b_gnb2 .b_sub_list li {padding: 7px 0 7px 10px; font-size: 1.6rem;}
.b_site_map.mobile_wrap .b_lang_list {padding: 40px 20px 0; display: flex}
.b_site_map.mobile_wrap .b_lang_list p {padding: 0 20px 0 0; font-size: 1.8rem;}
.b_site_map.mobile_wrap .b_lang_list p a.active {font-weight: 600;}

.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_header.on .b_logo a{color:#111; }
#b_header.on{background-color: #fff; 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{position: relative; 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:#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 30px}

@media screen and (max-width: 1800px){
    .b_inner_wrap {max-width: 98%;}
    #b_header.en #b_gnb > li {padding: 20px 25px}
    #b_header.en #b_gnb > li > a {font-size: 1.7rem}

}

@media screen and (max-width: 1500px){
    #b_header.en #b_gnb > li {padding: 20px 15px}
}

@media screen and (max-width: 1360px){
    .b_inner_wrap {max-width: 100%;}
    #b_header{height: 70px; position: relative;}
    #b_header.on {height: 70px}
    #b_header nav{display: none;}
    #b_header .b_search {display: none}
    #b_header .b_lang_box {display: none}

    #b_header .b_logo {padding: 0 0 0 10px}
    #b_header .b_logo img {width: 120px}
    #b_header.on .b_logo img {width: 120px}
    #b_header .b_request {display: none}
	#b_header .b_util_box {display: block; padding: 0 10px 0 0}
    #b_header nav.t_nav2 {display: block;}
    .b_toggle_btn{display: flex;}    
    
    .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;}
}

@media screen and (max-width:760px){
   
}

.b_mv_box {height: 900px; width: 100%; position: relative; overflow:hidden;}
.b_mv_box ul li{position: relative;}
.b_mv_box ul li figure{position: absolute; left: 0; top: 0; width:100%; height: 100%; z-index: -1; overflow:hidden; display: flex; align-items: center; justify-content: center;}
.b_mv_box ul li figure img{transform:scale(1.1); }
.b_mv_box ul li.swiper-slide-active figure img{transform:scale(1.0); ; transition:ease 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: center; width: 100%}
.b_mv_box .b_txt_box h2{ position: relative;line-height:1.3; font-size: 7.0rem; font-weight: 700; padding: 0 0 30px;letter-spacing: -2px; transform:translateY(30px); opacity:0}
.b_mv_box .b_txt_box h2 strong {color: var(--colorMain);}
.b_mv_box .b_txt_box h2:after {content: ""; position: absolute; left: 50%; bottom: 0px; transform: translateX(-50%);display: inline-block; width: 50px; height: 1px; border-bottom: 3px solid #fff; ;}
.b_mv_box .b_txt_box p {padding: 50px 0 0; font-size: 1.8rem; line-height: 1.4; letter-spacing: 0; font-weight: 300; transform:translateY(30px); opacity:0}
.b_mv_box .b_txt_box a {display: inline-block; margin: 60px 0 0; font-size: 1.8rem; padding: 13px 40px; background-color: var(--colorMain); color: #191919; border-radius: 50px; transform:translateY(30px); opacity:0}
.b_mv_box .b_txt_box a:after {display: inline-block; content: ""; background: url("/data/design/icon_silde_arrow.png") center center no-repeat; width: 22px; height: 10px; padding: 0 0 0 15px}
.b_mv_box ul li.swiper-slide-active .b_txt_box h2 {transform:translateY(0); opacity:1; transition:ease .8s; transition-delay: .4s;}
.b_mv_box ul li.swiper-slide-active .b_txt_box p {transform:translateY(0); opacity:1; transition:ease .8s; transition-delay: .8s;}
.b_mv_box ul li.swiper-slide-active .b_txt_box a {transform:translateY(0); opacity:1; transition:ease .8s; transition-delay: 1.2s;}

.b_mv_box .b_txt_box .angle {position: absolute; top: 0; left: 0}
.b_mv_navi{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;}
.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;}

.b_mv_box .b_option_box {margin: -70px 0 0; display: flex; justify-content: center; align-items: center;}
.b_mv_box .b_option_box .b_start {position: relative; z-index: 5; margin: 0 10px 0 0; width: 12px; display: none;}
.b_mv_box .b_option_box .b_start img {cursor: pointer;}
.b_mv_box .b_option_box .b_start img.start {width: 12px;}
.b_mv_box .b_option_box .swiper-pagination {position: relative;}
.b_mv_box .b_option_box .swiper-pagination-bullet {background-color: #fff; width: 86px; height: 4px; opacity: 1; margin: 0 5px; border-radius:0px;}
.b_mv_box .b_option_box .swiper-pagination-bullet-active {background-color: var(--colorMain);}

.mouse_scroll{position: absolute; right: 50px;bottom: 90px; z-index:100; color: #fff; text-align: center;  }
.mouse_scroll img{width: 18px; margin: auto; animation: scr_ani 1.2s 3}
.mouse_scroll .down{height: 30px; position: relative;}
.mouse_scroll .down .arrow {font-size: 12px; position: absolute; top: 0; left: 50%; transform: translateX(-50%); animation: down 1.2s infinite ;} 
.mouse_scroll .down .arrow img {width: 16px}
.mouse_scroll .txt {padding: 0px 0 20px; opacity: .8; letter-spacing: 0px; font-size: 1.42rem; text-transform: uppercase;} 

/*메인 풀페이지*/
.fp-slides {width: 100%}

#fp-nav ul li a span, .fp-slidesNav ul li a span {border: 1px solid #ddd !important; height: 12px !important; width: 12px !important; margin: -6px 0 0 -6px !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: var(--colorMain); border: 1px solid var(--colorMain) !important;}

.main_slide {position: relative; display: flex; align-items: center; justify-content: center; padding: 80px 0 0  }
.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.0); object-fit: cover; transition: 3s;}

.main_slide .b_inner{}
.main_slide .txt_box{z-index: 10; position: absolute; width: 100%; left:50%; top: 50%; color: #fff; text-align: center; transform:translate(-50%,-50%)}
.main_slide .txt_box img {width: 100%; max-width: 426px;}
.main_slide .txt_box h3{width: 100%; transform:translateY(30px); opacity:0; font-size: 3.0rem; font-weight: 600; letter-spacing: 1px; color: rgba(255,255,255,.5)}
.main_slide .txt_box h2{width: 100%;transform:translateY(30px); opacity:0; font-size: 5.0rem; font-weight: 600; letter-spacing: 1px; padding: 20px 0 0; line-height: 1.2;}
.main_slide .txt_box p {width: 100%; padding: 50px 0 0; letter-spacing: 0px; transform:translateY(30px); opacity:0; font-size: 2.0rem; font-weight: 300; line-height: 1.4;}
.main_slide .txt_box.active h3 {transform:translateY(0px);opacity:1; transition:ease .8s; transition-delay: .4s; } 
.main_slide .txt_box.active h2 {transform:translateY(0px);opacity:1; transition:ease .8s; transition-delay: .8s; } 
.main_slide .txt_box.active p {transform:translateY(0px);opacity:1; transition:ease .8s; transition-delay: 1.2s;} 
.main_slide .txt_box .slidebox_bottom {transform: rotate(180deg)}
#section0 .fp-slidesNav ul li a span {width: 100% !important; height: 2px !important; opacity: .5 !important; border-radius: 0px !important; margin: 0px !important; left: 0px !important}
#section0 #fp-nav ul li a.active span, #section0 .fp-slidesNav ul li a.active span, #section0 .fp-slidesNav ul li:hover a.active span {width: 100% !important; height: 2px !important; margin: 0px !important; opacity: 1 !important; background: #fff !important; border: 1px solid #fff !important} 
#section0 .fp-slidesNav {display: flex; justify-content: center; max-width: 1360px; bottom: 70px !important}
#section0 .fp-slidesNav ul {width: 1360px !important; }
#section0 .fp-slidesNav ul li {width: 33.333% !important; height: 20px !important; margin: 0px !important}
#section0 .fp-slidesNav ul li::before {color: #fff; font-size: 1.6rem; font-weight: 600; padding: 0 0 5px !important}
#section0 .fp-slidesNav ul li:nth-child(1)::before {content: "01"}
#section0 .fp-slidesNav ul li:nth-child(2)::before {content: "02"}
#section0 .fp-slidesNav ul li:nth-child(3)::before {content: "03"}

.mservice {padding: 80px 0 0}
.mservice .txt_box {height: 100%; color: #000; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.mservice .txt_box.up p {transform:translateY(30px);opacity:0; } 
.mservice .txt_box.up h2 {transform:translateY(30px);opacity:0;  } 
.mservice .txt_box.up h3 {transform:translateY(30px);opacity:0;  } 
.mservice .txt_box.up p.txt {transform:translateY(30px);opacity:0; } 
.mservice .txt_box.up a {transform:translateY(30px);opacity:0; } 
.mservice.active .txt_box.up p {transform:translateY(0px);opacity:1; transition:ease .8s; transition-delay: .9s;} 
.mservice.active .txt_box.up h2 {transform:translateY(0px);opacity:1; transition:ease .8s; transition-delay: .6s; } 
.mservice.active .txt_box.up h3 {transform:translateY(0px);opacity:1; transition:ease .8s; transition-delay: .3s; } 
.mservice.active .txt_box.up p.txt {transform:translateY(0px);opacity:1; transition:ease .8s; transition-delay: .9s;} 
.mservice.active .txt_box.up a {transform:translateY(0px);opacity:1; transition:ease .8s; transition-delay: .3s;} 

.mservice {display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; height: 100%}
.mservice figure{ z-index: 9; width:100%; height:100%; overflow:hidden;  position: absolute; top: 0px; left: 0px;}
.mservice figure img{transform:scale(1.00); width: 100%; height: 100%; object-fit: cover; }
.mservice.active figure img{transform:scale(1.05); transition:transform 6s}

#section1 .mservice {display: flex; justify-content: space-between; flex-wrap: wrap; position: relative; flex-direction: row;}
#section1 .mservice .txt_box {width: 50%; z-index: 1; display: flex; flex-direction: column; justify-content: space-between; background: url("/data/design/section_01_illust.png") no-repeat top+110px right+10px}
#section1 .mservice .txt_box .tl {width: 100%; height: 50%; padding: 0 0 70px 14%; color: #000; display: flex; justify-content: flex-end; flex-direction: column;}
#section1 .mservice .txt_box .tl h3 {font-size: 3.0rem; color: #999}
#section1 .mservice .txt_box .tl h2 {font-size: 4.5rem; color: var(--colorMain); padding: 20px 0 0; line-height: 1.2; font-weight: 600;}
#section1 .mservice .txt_box .tl p {font-size: 2.2rem; color: #cacaca; padding: 20px 0 0; line-height: 1.2;}
#section1 .mservice .txt_box .tl p span {color: #19295b}
#section1 .mservice .txt_box .tl p strong {font-weight: 600;}
#section1 .mservice .txt_box .txt_ex {width: 100%; height: 50%; padding: 70px 0 0 14%; background: var(--colorMain); color: #fff; }
#section1 .mservice .txt_box .txt_ex p {font-weight: 300; font-size: 1.6rem; padding: 0 0 20px; line-height: 1.4;}
#section1 .mservice .img_box {width: 50%; height: 100%; position: relative; z-index: 1}
#section1 .mservice .img_large {position: relative; overflow: hidden; height: 100%}
#section1 .mservice .img_large img{transition: transform 0.5s ease-in-out; transform: scale(1.05);}
#section1 .mservice .img_large img.active {transform: scale(1.1); transition: 6s;}
#section1 .mservice .img_large .txt {position: absolute; right: 40px; bottom: 30px; font-size: 1.3rem; color: #fff; z-index: 3; font-weight: 100;}

#section1 .mservice .img_small {z-index: 3; display: flex; padding: 30px 0 0}
#section1 .mservice .img_small li {padding: 0 20px 0 0}
#section1 .mservice .img_small li img {border: 1px solid rgba(255,255,255,0);}

#section2 {background: url("/data/design/section_02_bg.png") no-repeat top+110px right+10px}
#section2 .mservice {position: relative; justify-content: flex-start; padding: 80px 0 0}
#section2 .mservice .txt_box {width: 100%; height: calc(100% - 550px); z-index: 1; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-end;}
#section2 .mservice .txt_box .tl {width: 100%; padding: 0 0 50px 0; color: #000; text-align: center; display: flex; justify-items: flex-end; flex-direction: column;}
#section2 .mservice .txt_box .tl h3 {font-size: 2.2rem; color: var(--colorMain); line-height: 1.4; font-weight: 600; opacity: 1;}
#section2 .mservice .txt_box .tl h2 {font-size: 4.0rem; color: #191919; line-height: 1.4;; opacity: 1;}
#section2 .mservice .txt_box .tl h2 strong {font-weight: 600; color: #000;}
#section2 .mservice .txt_box .tl p {font-size: 2.2rem; color: #191919; padding: 30px 0 0; line-height: 1.2; opacity: 1;}
#section2 .mservice .txt_box .category {display: flex; justify-content: center;align-items: center;}
#section2 .mservice .txt_box .category span {padding: 10px 30px; border-radius: 40px; margin: 0 5px; background-color: #dadada; color: #ffff; font-size: 1.5rem; cursor: pointer;}
#section2 .mservice .txt_box .category span.active {background-color: var(--colorMain);}
#section2 .mservice .txt_box .txt_ex {width: 100%; height: 50%; padding: 70px 0 0 14%; background: var(--colorMain); color: #fff; }
#section2 .mservice .txt_box .txt_ex p {font-weight: 300; font-size: 1.8rem; padding: 0 0 20px; line-height: 1.4;}
#section2 .mservice .img_box {position: relative; height:auto; width: 100%; padding: 50px 0 0 }
#section2 .mservice .img_box .swiper_box {overflow: hidden}
#section2 .mservice .img_box li {}
#section2 .mservice .img_box li figure {position: relative; height: auto}
#section2 .mservice .img_box li figure img {border: 1px solid  #eee;height: auto; transform: scale(1.0);}
#section2 .mservice .img_box li a {color: #fff}
#section2 .mservice .img_box li h2 {font-size: 1.8rem; font-weight: 600; color: #191919; text-align: center; padding: 20px 0 0;}
#product_swiper {height: 100%}
#section2 .b_prev {left: -120px}
#section2 .b_next {transform: rotate(180deg); right: -120px}

#section3 .mservice {display: flex; justify-content: space-between; flex-wrap: wrap; position: relative; flex-direction: row;}
#section3 .mservice .txt_box {width: 50%; height: 100%; z-index: 1; padding: 0 80px 0 0 }
#section3 .mservice .txt_box .tl {width: 100%; height: 100%; padding: 0 0 0px 14%; position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column;}
#section3 .mservice .txt_box .recruit_box {width: 100%; border-bottom: 1px solid #e2e2e2;}
#section3 .mservice .txt_box .recruit_box > p {font-size: 2.0rem; color: var(--colorMain); }
#section3 .mservice .txt_box .recruit_box > h2 {font-size: 3.5rem; color: #191919; line-height: 1.2; font-weight: 600; padding: 15px 0 30px; border-bottom: 2px solid #191919;}
#section3 .mservice .txt_box .recruit_box .swiper_box {padding: 20px 0; overflow: hidden;}
#section3 .mservice .txt_box .recruit_box .swiper_box li {padding: 20px 20px 20px; display: flex; flex-direction: column; justify-content: space-between; }
#section3 .mservice .txt_box .recruit_box .swiper_box li.swiper-slide-active {border-right: 1px solid #e2e2e2; }
#section3 .mservice .txt_box .recruit_box .swiper_box li h2 {font-size: 1.8rem; color: #191919; line-height: 1.2;}
#section3 .mservice .txt_box .recruit_box .swiper_box li p {font-size: 1.4rem; color: #858585; line-height: 1.2; }
#section3 .mservice .txt_box .recruit_box .swiper_box li .recruit_txt {display: flex; justify-content: space-between; padding: 30px 0 0}
#section3 .mservice .txt_box .recruit_box .swiper_box li .recruit_txt .txt_tl p {padding: 7px 0}
#section3 .mservice .txt_box .recruit_box .swiper_box li .recruit_txt .recruit_btn {display: flex; justify-content: flex-end; align-items: center;}
#section3 .mservice .txt_box .recruit_box .swiper_box li .recruit_txt .btn {display: inline-block; background: #ececec; color: #191919; padding: 0px 10px;line-height: 30px; font-size: 1.2rem; border-radius: 0px; font-weight: 300; }
#section3 .mservice .txt_box .recruit_box .swiper_box li .recruit_txt .btn.span_new {background: #19295B; color: #fff;}
#section3 .mservice .txt_box .b_option_box {width: 100%; }
#section3 .mservice .txt_box .b_option_box .b_mv_navi {width: 100px; top: 150px; left: unset; right: 0px; transform: translate(0px, 0px); }
#section3 .mservice .txt_box .b_option_box .b_prev {position: relative;width: 40px; padding: 0 10px 0 0; }
#section3 .mservice .txt_box .b_option_box .b_prev:after {content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 10px; border-right: 1px solid #191919; opacity: 1;}
#section3 .mservice .txt_box .b_option_box .b_next {width: 40px; transform: rotate(180deg); padding: 0 0 0 10px; right: 0px; left: unset}
#section3 .mservice .txt_box .recruit_link {display: flex; flex-wrap: wrap; width: 100%; padding: 60px 0 0 }
#section3 .mservice .txt_box .recruit_link li {width: 50%; padding: 20px 0; display: flex; align-items: center; opacity: 0; transform: translateY(20px);}
#section3 .mservice .txt_box .recruit_link li .txt {padding: 0 10px 0 20px; width: 100%}
#section3 .mservice .txt_box .recruit_link li h2 {font-size: 1.8rem; color: #191919; line-height: 1.2; font-weight: 600; }
#section3 .mservice .txt_box .recruit_link li p {font-size: 1.3rem; color: #989898; line-height: 1.2; font-weight: 300; padding: 10px 0 0} 
#section3 .mservice .txt_box .recruit_link li a {display: inline-block; font-size: 1.2rem; font-weight: 600; padding: 10px 0 0}
#section3 .mservice .txt_box .recruit_link li a img {padding: 0 0 0 10px}
#section3 .mservice.active .txt_box .recruit_link li {opacity: 1; transition: .6s; transform: translateY(0px);}
#section3 .mservice.active .txt_box .recruit_link li:nth-child(1) {transition-delay: 0s;}
#section3 .mservice.active .txt_box .recruit_link li:nth-child(2) {transition-delay: .3s;}
#section3 .mservice.active .txt_box .recruit_link li:nth-child(3) {transition-delay: .6s;}
#section3 .mservice.active .txt_box .recruit_link li:nth-child(4) {transition-delay: .9s;}
#section3 .mservice .img_box {width: 50%; height: 100%; position: relative; z-index: 1}
#section3 .mservice .img_large  {position: relative; overflow: hidden; height: 100%}
#section3 .mservice .img_large img{transition: transform 0.5s ease-in-out; transform: scale(1.01);}
#section3 .mservice.active .img_large img {transform: scale(1.03); transition: 6s;}
#section3 .mservice .img_box .large_txt {position: absolute; z-index: 1; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; text-align: center; width: 100%;}
#section3 .mservice .img_box .large_txt p {font-size: 2.3rem; font-weight: 300; line-height: 1.4; padding: 20px 0 0}
#section3 .mservice .img_box .large_txt h2 {font-size: 3.8rem; font-weight: 600; line-height: 1.3; }

#section4 .mservice {padding: 0}

@keyframes down    {
    0% {opacity: 0; top: 0;}
    50% {opacity: 0.5; top: 50%;}
    100% {opacity: 1; top: 100%;}
}

.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);}
    50%{transform:translateY(10px);}
    100%{transform:translateY(0px);}
}

@media screen and (max-width:1360px){
    .main_slide {padding: 0px 0 0}
    .mservice {padding: 0}
    .b_mv_box .b_txt_box {padding: 0 20px; text-align: center;}
}

@media screen and (max-width:1080px){
    .b_mv_box {height:680px;}
}
@media screen and (max-width:768px){
    .main_slide .txt_box h3 {font-size: 1.8rem; padding: 0 10px}
    .main_slide .txt_box h2{font-size: 3.2rem; padding: 30px 0 0; line-height: 1.4}
    .main_slide .txt_box p {padding: 30px 10px 0; font-size: 2.0rem}
    

    .b_mv_box .b_option_box .swiper-pagination-bullet {width: 50px}
    .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_box .b_mv_navi > div img{width: 14px;}
    .b_mv_box .b_prev {display: none;}
    .b_mv_box .b_next {display: none;}
    
}


.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-color: #191919; padding: 50px 0; border-top: 0px solid #191919;  }
.foot_wrapper .foot_box {display: flex; flex-direction: column; position: relative;}
.foot_wrapper .foot_logo {width: 141px}
.foot_wrapper .foot_logo img {width: 100%}
.foot_wrapper .foot_left {width: calc(100% - 141px); padding: 30px 0 0 0px}
.foot_wrapper address{color:#fff; line-height: 1.6;}
.foot_wrapper address span{letter-spacing: 0px;  font-size: 1.5rem; padding: 0 10px 0 0; font-weight: 300;}
.foot_wrapper address span b {letter-spacing: 0px; } 
.foot_wrapper address span.line:after {content: "|"; color: #aaa; font-weight: 100;  padding: 0 0 0 10px; font-size: 1.4rem;}
.foot_wrapper address .b_copyright{letter-spacing: 0px; font-size: 1.4rem; color: #fff}
.foot_wrapper .foot_left p {font-size: 1.5rem; color: #fff; padding: 20px 0 0}
.foot_wrapper .foot_right { position: absolute; right: 0; top: 30px; padding: 0px 0 0}
.foot_wrapper .foot_right a {font-size: 1.4rem; color: #191919; padding: 10px 20px; border: 1px solid #fff; background: #fff; border-radius: 50px; font-weight: 400;}
.foot_wrapper .foot_right a img {margin: 0 5px 0 0}

@media screen and (max-width: 1000px){
    .foot_wrapper{padding: 40px 0; }
    .foot_wrapper .foot_box {flex-direction: column; text-align: center;}
    .foot_wrapper .foot_logo {width: 100%}
    .foot_wrapper .foot_logo img {width: 120px}
    .foot_wrapper .foot_left {width: 100%; padding: 30px 10px 0}
    .foot_wrapper .foot_left p {font-size: 1.3rem;}
    .foot_wrapper .foot_right  {position: relative; width: 100%; text-align: center; padding: 0 0 20px}
    .foot_wrapper .foot_right a {font-size: 1.3rem;}
    .foot_wrapper .login {justify-content: center;}
    .foot_wrapper .foot_right .link {justify-content: center;}
    .foot_wrapper address span {padding: 0 5px 0 0; font-size: 1.3rem;}
    .foot_wrapper address span.line:after {padding: 0 0 0 5px}

    .foot_wrapper address span.line.mo_none:after {display: none;}
}


.bbs_wrap {padding: 50px 0}

/*테이블*/
.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.0rem; font-weight: 600; text-align: center;}
.con_tl h2 strong {color: var(--colorMain)}
.con_tl p {font-size: 1.7rem; padding: 25px 0 0; font-weight: 100; text-align: center; letter-spacing: 0px;}
.con_box {margin: 0px auto 0}

.main_wrap {}
.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: 150px 0 0; color: #000; background-color: #fff;}
.b_sec_01 .sec_box {position: relative;}
.b_sec_01 .sec_box .con_box {padding: 30px 0 0; overflow: hidden;}
.b_sec_01 .sec_box .con_box ul {padding: 50px 0 0}
.b_sec_01 .sec_box .con_box ul li {}
.b_sec_01 .sec_box .con_box ul li figure img {width: 100%}
.b_sec_01 .sec_box .con_box ul li .txt {color: #000; width: 100%; height: 100%; padding: 40px 0px 30px; text-align: center;}
.b_sec_01 .sec_box .con_box ul li .txt h2 {font-size: 2.1rem; font-weight: 500}
.b_sec_01 .sec_box .con_box ul li .txt p {font-size: 1.5rem; font-weight: 300; padding: 30px 0 0; line-height: 1.5; color: #777}
.b_sec_01 .sec_box .con_box ul li .txt p.ex {height: 100px}
.b_sec_01 .sec_box .con_box ul li .txt .icon_arrow {font-size: 1.6rem; display: flex; align-items: center; justify-content: space-between; width: 90%; border: 1px solid #777; margin: 60px auto 0; padding: 15px 40px; color: #333}
.b_sec_01 .sec_box .con_box ul li .txt .icon_arrow img {}
.b_sec_01 .b_option_box {margin: -70px 0 0; display: flex; justify-content: center; align-items: center;}
.b_sec_01 .b_option_box .b_start {position: relative; z-index: 5; margin: 0 10px 0 0; width: 12px; display: none;}
.b_sec_01 .b_option_box .b_start img {cursor: pointer;}
.b_sec_01 .b_option_box .b_start img.start {width: 12px;}
.b_sec_01 .b_option_box .swiper-pagination {position: relative;}
.b_sec_01 .b_option_box .swiper-pagination-bullet {background-color: #fff; width: 86px; height: 4px; opacity: 1; margin: 0 5px; border-radius:0px;}
.b_sec_01 .b_option_box .swiper-pagination-bullet-active {background-color: var(--colorMain);}
.b_sec_01 .b_mv_navi{margin:0 auto; width: 115%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); height:25px; z-index: 5;}
.b_sec_01 .b_mv_navi .b_prev, .b_sec_01 .b_mv_navi .b_next  {width:auto; height: auto;}
.b_sec_01 .swiper-button-next, .b_sec_01 .swiper-button-prev {background-image: none;}

.en .b_sec_01 .sec_box .con_box ul li .txt h2 {font-size: 1.8rem}

.b_sec_02 {position: relative; padding: 200px 0 0; color: #000; background-color: #fff;}
.b_sec_02 .sec_box {display: flex; flex-wrap: wrap;}
.b_sec_02 .sec_box .img_box {position: relative; width: 690px;}
.b_sec_02 .sec_box .img_box figure img {width: 100%;}
.b_sec_02 .sec_box .img_box figure img.icon_youtube {max-width: 73px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index:3}
.b_sec_02 .sec_box .txt_box {width: calc(100% - 690px); padding: 0 0 0 30px; display: flex; flex-direction: column; justify-content: space-between; }
.b_sec_02 .sec_box .txt_box span {text-align: left; font-size: 2.0rem;display: block;}
.b_sec_02 .sec_box .txt_box h2 {text-align: left; font-size: 4.0rem; padding: 15px 0 30px; border-bottom: 1px solid #ddd; display: inline-block;}
.b_sec_02 .sec_box .txt_box p {text-align: left; font-size: 1.8rem; line-height: 1.4; padding: 30px 0 0; font-weight: 300; color: #191919;}
.b_sec_02 .sec_box .txt_box .con_btn {display: flex; ;}
.b_sec_02 .sec_box .txt_box .con_btn a {background-color: var(--colorMain); color: #fff; padding: 20px 35px; font-size: 1.5rem; margin: 0 10px 0 0; display: flex; align-items: center;}
.b_sec_02 .sec_box .txt_box .con_btn a img {margin-left: 10px;}

.b_sec_03 {position: relative; padding: 200px 0 0; color: #000; background-color: #fff;}
.b_sec_03 .sec_box {position: relative;}
.b_sec_03 .sec_box .con_box {padding: 30px 0 0; overflow: hidden;}
.b_sec_03 .sec_box .con_box ul {padding: 50px 0 0; display: flex; justify-content: space-between;}
.b_sec_03 .sec_box .con_box ul li {position: relative; width: 25%; height: 580px; border-right: 1px solid #ddd; padding: 0 20px 0px}
.b_sec_03 .sec_box .con_box ul li:last-child {border-right: none;}
.b_sec_03 .sec_box .con_box ul li figure img {width: 100%}
.b_sec_03 .sec_box .con_box ul li .txt {color: #000; width: 100%; padding: 30px 0px 0px; text-align: left; }
.b_sec_03 .sec_box .con_box ul li .txt h2 {font-size: 2.5rem; font-weight: 300; line-height: 1.4;}
.b_sec_03 .sec_box .con_box ul li .txt p {font-size: 1.4rem; font-weight: 300; padding: 20px 0 0; line-height: 1.5; color: #777}
.b_sec_03 .sec_box .con_box ul li .txt .icon_arrow {font-size: 1.4rem; color: #333; font-weight: 500; position: absolute; left: 20px; bottom: 10px; width: 100%;}
.b_sec_03 .sec_box .con_box ul li .txt .icon_arrow img {margin: 0 0 0 10px}

.b_sec_04 {position: relative; padding: 200px 0 150px; color: #000; background-color: #fff;}
.b_sec_04 .sec_box {display: flex; flex-wrap: wrap; justify-content: space-between;}
.b_sec_04 .sec_box .img_box {position: relative; width: calc(100% - 580px);}
.b_sec_04 .sec_box .img_box figure img {width: 100%;}
.b_sec_04 .sec_box .img_box figure img.icon_youtube {max-width: 73px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index:3}
.b_sec_04 .sec_box .txt_box {width: 560px; padding: 80px 30px 30px 50px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid #ddd }
.b_sec_04 .sec_box .txt_box span {text-align: left; font-size: 2.0rem;display: block;}
.b_sec_04 .sec_box .txt_box h2 {text-align: left; font-size: 4.0rem; padding: 15px 0 0px;}
.b_sec_04 .sec_box .txt_box p {text-align: left; font-size: 1.8rem; line-height: 1.4; padding: 20px 0 0; font-weight: 200; color: #777;}
.b_sec_04 .sec_box .con_list {display: flex; flex-wrap: wrap;}
.b_sec_04 .sec_box .con_list li {position: relative; width: 100%; margin: 0 0 30px; padding: 0 0 0 20px}
.b_sec_04 .sec_box .con_list li::before {content: ""; position: absolute; left: 0px; top: 0px; display: inline-block; width: 1px; height: 55px; border-left: 4px solid var(--colorMain);}
.b_sec_04 .sec_box .con_list li p {padding: 5px 0 0; color: #191919}
.b_sec_04 .sec_box .con_list li p.stl {padding: 0px 0 0; font-weight: 600; display: flex; align-items: center;}
.b_sec_04 .sec_box .con_list li:nth-child(3) {width: 50%;}
.b_sec_04 .sec_box .con_list li:nth-child(4) {width: 50%;}

.main_wrap.en .b_sec_02 .sec_box .txt_box .con_btn a {padding: 20px 10px}
.main_wrap.en .b_sec_04 .sec_box .txt_box h2 {font-size: 3.4rem;}

/*서브페이지*/
#content_wrapper .sub_title {position: relative; height: 387px; letter-spacing: 0px; z-index: 10;}
#content_wrapper .sub_title .txt_box {width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; 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 {font-size: 1.8rem;  padding: 20px 0 0 0px; 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: 50px; padding: 80px 0 0}
#content_wrapper .sub_cate_menu li {padding: 0 60px; opacity: 1; background: #ddd; border-radius: 50px; margin: 0 10px}
#content_wrapper .sub_cate_menu li.active {border-bottom: 1px solid var(--colorMain); opacity: 1; background: var(--colorMain); color: #fff}
#content_wrapper .sub_cate_menu li a {display: block; color: #000; font-size: 1.6rem}
#content_wrapper .sub_cate_menu li.active a {color: #fff}
#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 80px 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: 120px 0 0;}
.content_box .sub_name h2 {font-size: 3.2rem; font-weight: 400;}
.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 .etc {font-size: 1.6rem; padding: 0 0 10px; }
.request_wrap h2 {font-size: 2.2rem; font-weight: 400; padding: 60px 0 20px;}
.request_wrap .field {border-top: 2px solid #555; border-bottom: 2px solid #555}
.request_wrap ul {display: flex; justify-content: space-between;flex-wrap: wrap; border-bottom: 1px solid #ddd;}
.request_wrap ul li {display: flex; align-items: stretch; width: 100%}
.request_wrap ul li .label {display: flex; align-items: center; flex-wrap: wrap; width: 150px; padding: 30px 0px 30px 20px; color: #000; font-size: 16px;}
.request_wrap ul li .label img {margin: 0 10px 0 0;}
.request_wrap ul li .label span {font-size: 18px; display: block; color: #ec0000; margin: 0 0 0 5px}
.request_wrap ul li .value {width: calc(100% - 150px); padding: 30px; font-size: 14px; 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 input[type='text'] {border-radius: 0px; border: 1px solid #ddd; width: 100%; border-radius: 5px; height: 50px}
.request_wrap input[type='email'] {border-radius: 0px; border: 1px solid #ddd; width: 200px; border-radius: 5px; height: 50px }
.request_wrap input[type='checkbox'] {width: 22px; height: 22px; margin: 0 5px 0 0; border-radius: 5px; border: 1px solid #ddd; }
.request_wrap select {border-radius: 0px; border: 1px solid #ddd; width: 200px; border-radius: 5px; height: 50px}
.request_wrap textarea {border-radius: 0px; border: 1px solid #ddd; width: 100%; border-radius: 5px; font-size: 15px;}
.request_wrap .agreement_check .label {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: #fff; 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: 50px 0 0; margin: 20px 0 0; display: flex; justify-content: center; align-items: center;}
.request_wrap .agree_btn button {font-size: 22px; width: 300px; padding: 20px 0; background: var(--colorMain); border: 1px solid var(--colorMain); border-radius: 0px; color: #fff; letter-spacing: 0;}
.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: 2px solid #555}
.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}
.request_wrap .field_line ul li .value.ca_class {font-size: 1.6rem; display: flex; flex-wrap: wrap; }
.request_wrap .field_line ul li .value.ca_class span {padding: 0 20px 8px 0}

#content_wrapper .sub_menu {position: relative; z-index: 13; border-top: 0px solid #ddd; border-bottom: 0px solid #ddd; background: #fff; margin: -45px auto 0} 
#content_wrapper .sub_menu > .sub_menu_box {display: flex; align-items: center; border-left: 0px solid #ddd;}
#content_wrapper .sub_menu > .sub_menu_box div { display: flex; align-items: center; justify-content: center; width: 60px; position: relative; font-size: 1.6rem; border-right: 0px solid #ddd;  height:45px; font-weight: 600;}
#content_wrapper .sub_menu > .sub_menu_box div > a {color: #777}
#content_wrapper .sub_menu > .sub_menu_box div.depth1 {width: 50%;}
#content_wrapper .sub_menu > .sub_menu_box div.depth2 {width: 100%; top: 0; padding: 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: 0px 25px; width: 100%; font-size: 1.4rem; font-weight: 400; line-height: 20px; }
#content_wrapper .sub_menu > .sub_menu_box div ul { background: #fff; display: flex; justify-content: space-between; padding: 0; width: 100%}
#content_wrapper .sub_menu > .sub_menu_box div ul li {text-align: center; width: 100%}
#content_wrapper .sub_menu > .sub_menu_box div ul li a {display: block; color: #777; padding: 0px 15px; line-height: 45px; font-size: 1.4rem; width: 100%; text-align: center; }
#content_wrapper .sub_menu > .sub_menu_box div ul li a.active {font-weight: 600; color: #fff; background: var(--colorMain);}

.cate_etc {display: flex; justify-content: center; align-items: center; padding: 80px 0 80px}
.cate_etc li { margin: 0 10px;}
.cate_etc li a {display: inline-block;padding: 15px 50px; border: 1px solid #8c8c8c; font-size: 1.6rem}
.cate_etc li a.active {background: var(--colorMain); border: 1px solid var(--colorMain)}

/*약관*/
.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}

.link_box {position: absolute; top: 320px; left: 50%; transform: translateX(-50%); z-index: 10; text-align: right }
.link_box a {display: inline-block; background: #FFD900; padding: 7px 30px; border-radius: 50px; margin: 0 7px}
.link_box a img {margin: 0 5px 0 0}

.root_daum_roughmap {width: 100% !important}
.root_daum_roughmap .cont {display: none !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: 1320px){
    .content_box .sub_name {padding: 80px 0 0}
    #section0 {margin: -70px 0 0; height: 600px !important; overflow: hidden;}
    #section0 .main_slide {height: 100% !important}
    .mouse_scroll {display: none !important; }
    .mcontent {height: auto !important}

    #section0 .fp-slidesNav {padding: 0 50px; bottom: 40px !important} 
    #section1 .mservice .txt_box .txt_ex p {padding: 0 20px 20px}
    #section1 .mservice .img_small li  {padding: 0 10px}
    #section1 .mservice {height: auto}
    #section1 .mservice .txt_box {width: 100%; height: auto}
    #section1 .mservice .txt_box .tl {height: auto; padding: 50px 0; justify-content: center; text-align: center;}
    #section1 .mservice .txt_box .tl p {font-size: 3.2rem; padding: 20px 20px 0}
    #section1 .mservice .txt_box .txt_ex {height: auto; padding: 70px 0 50px; text-align: center;}
    #section1 .mservice .img_box {width: 100%; height: auto}
    #section1 .mservice .img_large img {width: 100%}
    #section1 .mservice .img_small {width: 100%; max-width: 100%; bottom: -40px; justify-content: center;}
    #section1 .mservice .img_small li {width: 30%;}
    #section1 .mservice .img_small li img {width: 100%;}

    #section2 {padding: 00px 0 0}
    #section2 .mservice .txt_box .tl p {padding: 50px 20px}
    #section2 .mservice .txt_box .tl h2 {font-size: 2.8rem; line-height: 1.2; padding: 10px 20px}
    #section2 .mservice .img_box {background-position: center center; height: auto}
    #section2 .mservice .img_box li {width: 50%; border-bottom: 1px solid rgba(255,255,255,.5); padding: 0px 10px; height: 250px; margin: 0}
    #section2 .mservice .img_box li.out {width: 50%;  }
    #section2 .mservice .img_box li.active {width: 50%;}
    #section2 .b_mv_navi {top: -10px; width: 120px}
    #section2 .b_prev {left: 0}
    #section2 .b_next {right: 0}

    #section3 .mservice .txt_box {width: 100%; padding: 80px 20px; height: auto; }
    #section3 .mservice .txt_box .tl {padding: 0}
    #section3 .mservice .txt_box .recruit_box > h2 {font-size: 2.6rem}
    #section3 .mservice .img_box {width: 100%; height: auto}
    #section3 .mservice .img_large {height: 400px}
    #section3 .mservice .txt_box .b_option_box .b_mv_navi {top: 60px; width: 70px}
    #section3 .swiper-button-next, #section3 .swiper-button-prev {margin-top: -36px; padding: 0}
    #section3 .mservice .txt_box .b_option_box .b_prev:after {display: none;}
    #section3 .mservice .txt_box .b_option_box .b_prev img{width: 20px}
    #section3 .mservice .txt_box .b_option_box .b_next img{width: 20px}
    #section3 .mservice .txt_box .recruit_link li h2 {font-size: 2.2rem;}
    #section3 .mservice .txt_box .recruit_link li p {font-size: 1.6rem}
    #section3 .mservice .img_box .large_txt {width: 100%; padding: 0 20px}
    #section3 .mservice .img_box .large_txt h2 {padding: 10px 0 0; font-size: 3.2rem}

    #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 {padding: 20px 0 0}
    #content_wrapper .sub_title .sub_gnb {justify-content: center; padding: 30px 0 0}

    #content_wrapper .sub_menu > .sub_menu_box div > a.sub_depth {font-size: 1.8rem; line-height: 1.2;}

    #content_wrapper .sub_menu {line-height: 50px;justify-content: center; flex-wrap: wrap; padding: 0 0px; margin: 0 auto}
    #content_wrapper .sub_menu li {padding: 3px 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: 1.0}
    #content_wrapper .sub_menu > .sub_menu_box div ul li {padding: 0px 0}
    #content_wrapper .sub_menu > .sub_menu_box div ul li a {font-size: 1.6rem;}
    #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: 35%}
    #content_wrapper .sub_menu > .sub_menu_box div.depth2 {width: 100%}
    #content_wrapper .sub_menu > .sub_menu_box div ul li a {padding: 0 0px}

    .sub_content_wrap {padding: 60px 10px 0px}

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

    .subpage h1 {text-align: center;}
    .subpage h1.tl {font-size: 36px}

    .request_wrap .field_line ul li .label {padding: 20px 10px 0px}
    .request_wrap .field_line ul li .value {padding: 10px 10px 20px}
}

@media screen and (max-width: 768px){
    
    #section3 .mservice .txt_box .recruit_link li {width: 100%}
    
    #content_wrapper .sub_cate_menu {flex-wrap: wrap;}
    #content_wrapper .sub_cate_menu li {padding: 0 10px; width: calc(50% - 20px); text-align: center;}

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

    #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: 10px 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: 20px; 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}

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

	.cate_etc li {margin: 0 0 -1px -1px; width: 25%;}   
	.cate_etc li a {display: block; padding: 15px 0; text-align: center}
}
