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

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

.b_inner_wrap{max-width:100%; 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} 
.br1600 {display: none;}

.color_red {color: #ff0000;}
.color_white {color: #fff !important;}

@media screen and (max-width: 1600px){
    .br1600 {display: inline-block;}
}

@media screen and (max-width: 1360px){
    .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: 120px; transition:.4s; border-bottom: 0px solid #eaeaea; z-index: 20; background: #fff; box-shadow: 2px 2px 10px rgba(0,0,0, .1); padding: 0 30px 0 100px}
#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%}
#b_header #b_gnb > li {padding:20px 35px; 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: 600}

#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_head_right {display: flex; align-items: center;}
#b_header .b_head_right .b_right_tel {padding-left: 50px;}

#b_header .b_logo a{display: block; color:#000; }
#b_header .b_logo img {width: 225px; ; 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_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.4rem; 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: 10px; 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: 2.0rem; 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{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{background-color: #fff; transition:.4s; border-bottom: 0px solid #eaeaea; position: relative;}
#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:1600px){
    #b_header {padding: 0 10px}
    #b_header #b_gnb > li {padding: 20px 20px}
    #b_header .b_head_right .b_right_tel {padding-left: 30px}
    #b_header .b_head_right .b_right_tel img {width: 220px }
    #b_header .b_logo img {width: 180px}
}

@media screen and (max-width:1080px){
    #b_header{height: 70px;}
    #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: 130px}
    #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_header .b_head_right .b_right_tel {padding: 0 20px 0 0}
    #b_header .b_head_right .b_right_tel img {width: 140px } 
    
    .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 {margin: 120px 0 0; height: 1037px; width: 100%; position: relative; overflow:hidden;}
.b_mv_box ul {position: relative; z-index: 5;}
.b_mv_box ul li{position: relative; z-index: 4;}
.b_mv_box ul li figure{position: relative; 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.05); ; 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: absolute; left: 0; top: 0; color: #fff; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; z-index: 7}
.b_mv_box .b_txt_box h3{line-height:1.3; font-size: 2.0rem; font-weight: 400; letter-spacing: -0px; transform:translateY(30px); opacity:0}
.b_mv_box .b_txt_box h2{line-height:1.3; font-size: 5.0rem; font-weight: 400; letter-spacing: -2px; transform:translateY(30px); opacity:0; padding:50px 150px 0; z-index: 7;}
.b_mv_box .b_txt_box h2 strong {font-weight: 700; color: #191919;}
.b_mv_box .b_txt_box h2 img {opacity: 0;}
.b_mv_box .b_txt_box p {padding: 80px 0 0; font-size: 2.3rem; 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.4rem; padding: 13px 40px; background-color: transparent; color: #fff; border: 1px solid #fff; border-radius: 50px; transform:translateY(30px); opacity:0; text-transform: uppercase;}
.b_mv_box .b_txt_box h2 .txt1 {animation: t_right 1.2s infinite; }
.b_mv_box .b_txt_box h2 .txt2 {animation: t_left 1.2s infinite; }

.b_mv_box .b_txt_box h2::before {display: block; content:""; background: url(/data/design/main_sec_1_3.png) no-repeat center center; width: 178px; height: 304px; position: absolute; left: 0; top: 40%; transform: translateY(-50%);}
.b_mv_box .b_txt_box h2::after {display: block; content:""; background: url(/data/design/main_sec_1_4.png) no-repeat center center; width: 178px; height: 304px; position: absolute; right: 0; top: 40%; transform: translateY(-50%);}

.b_mv_box ul li.swiper-slide-active .b_txt_box h3 {transform:translateY(0); opacity:1; }
.b_mv_box ul li.swiper-slide-active .b_txt_box h2 {transform:translateY(0); opacity:1; }
.b_mv_box ul li.swiper-slide-active .b_txt_box h2 img {opacity: 1;}
.b_mv_box ul li.swiper-slide-active .b_txt_box p {transform:translateY(0); opacity:1; }
.b_mv_box ul li.swiper-slide-active .b_txt_box a {transform:translateY(0); opacity:1; }
.b_mv_box .deco_eff1 {position: absolute; top: 0; left: 0; z-index: 5; width: 100%; height: 100%}
.b_mv_box .deco_eff1 img {width: 100%}

.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;}
.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: -50px auto 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; display: flex; justify-content: center; width: 100%}
.b_mv_box .b_option_box .swiper-pagination-bullet {background-color: transparent; border-bottom: 2px solid #fff; width: 50px; height: 1px; opacity: 0.5; margin: 0 10px; border-radius: 0px; letter-spacing: 0;}
.b_mv_box .b_option_box .swiper-pagination-bullet-active {opacity: 1;}
.b_mv_box .b_option_box .swiper-pagination span:before {color: #fff; font-size: 1.5rem; text-align: left; font-weight: 300; width: 100%; display: inline-block;}

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

.typewriter h2 {
    text-align: center;
  overflow: hidden;              /* 텍스트가 넘치지 않도록 */
  border-right: 0.15em solid #000; /* 깜빡이는 커서 */
  white-space: nowrap;           /* 줄바꿈 방지 */
  animation: typing 3s steps(20, end), blink-caret 0.75s step-end infinite;
}
/* 텍스트가 한 글자씩 나타나는 애니메이션 */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* 커서 깜빡이는 애니메이션 */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: black }
}

/*메인 풀페이지*/
#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 to_right    {
    0% {opacity: 0; transform: translateX(-100px);}
    100% {opacity: 1; transform: translateX(0px);}
}

@keyframes to_left    {
    0% {opacity: 0; transform: translateX(100px);}
    100% {opacity: 1; transform: translateX(0px);}
}

@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:1600px){
    .b_mv_box ul li .b_txt_box h2 {padding: 30px 150px 0}
    .b_mv_box ul li .b_txt_box h3 img {max-width: 620px !important}
    .b_mv_box .b_txt_box h2::before {background-size: 100% auto; width: 140px; transform: translateY(-60%);}
    .b_mv_box .b_txt_box h2::after {background-size: 100% auto; width: 140px; transform: translateY(-60%);}

    .b_mv_box .b_txt_box h2::before { width: 178px; height: 304px; left: 0; top: 40%; transform: translateY(-50%);}
    .b_mv_box .b_txt_box h2::after {width: 178px; height: 304px; right: 0; top: 40%; transform: translateY(-50%);}
}

@media screen and (max-width:1360px){
    .b_mv_box .b_txt_box {padding: 0 0px; text-align: center;}
    .b_mv_box .b_option_box .swiper-pagination {justify-content: center;}
    .b_mv_box ul li .b_txt_box h3 img {max-width: 500px !important}
    .b_mv_box ul li .b_txt_box h2 {width: auto; padding: 30px 150px 0}
    .b_mv_box ul li .b_txt_box h2 img {max-width: 500px !important}

}

@media screen and (max-width:1080px){
    .b_mv_box {margin: 70px 0 0 }
    .b_mv_box {height:500px;}
    .b_mv_box ul li .b_txt_box h2 {width: 100%; padding: 20px 0 0}
    .b_mv_box ul li .b_txt_box h2 img {height: 100px}
    .b_mv_box .b_txt_box p img {max-width: 320px !important}
}
@media screen and (max-width:768px){
    .b_mv_box ul li .b_txt_box h3 img {max-width: 440px !important}
    .b_mv_box .b_txt_box h2::before {width: 15%; transform: translateY(-55%); display: none;}
    .b_mv_box .b_txt_box h2::after {width: 15%; transform: translateY(-55%); display: none}
    .b_mv_box .b_txt_box h2 {font-size: 4.2rem;}
    .b_mv_box ul li .b_txt_box h2 img {height: 60px} 
    .b_mv_box ul li .b_txt_box h2 img {max-width: 300px !important}

    .b_mv_box .b_txt_box p img {max-width: 230px !important}

    .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_box .b_mv_navi > div img{width: 14px;}
    .b_mv_box .b_mv_navi .b_prev {display: none;}
    .b_mv_box .b_mv_navi .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: .4s;}
.b_delay_02{transition-delay: .8s;}
.b_delay_03{transition-delay: 1.2s;}
.b_delay_04{transition-delay: 1.6s;}
.b_delay_05{transition-delay: 2.0s;}
.b_delay_06{transition-delay: 2.4s;}
.b_delay_07{transition-delay: 2.8s;}
.b_delay_08{transition-delay: 3.2s;}
.b_delay_09{transition-delay: 3.6s;}
.b_delay_10{transition-delay: 4.0s;}
.b_delay_11{transition-delay: 4.4s;}
.b_delay_12{transition-delay: 4.8s;}
.b_delay_13{transition-delay: 5.2s;}
.b_delay_14{transition-delay: 5.0s;}

.b_time_01{transition-delay: .2s;}
.b_time_02{transition-delay: .4s;}
.b_time_03{transition-delay: .6s;}
.b_time_04{transition-delay: .7s;}
.b_time_05{transition-delay: 1.0s;}
.b_time_06{transition-delay: 1.2s;}
.b_time_07{transition-delay: 1.4s;}
.b_time_08{transition-delay: 1.6s;}
.b_time_09{transition-delay: 1.8s;}
.b_time_10{transition-delay: 2.0s;}
.b_time_11{transition-delay: 2.2s;}
.b_time_12{transition-delay: 2.4s;}
.b_time_13{transition-delay: 2.6s;}
.b_time_14{transition-delay: 2.8s;}
.b_time_15{transition-delay: 3.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;  }
.foot_wrapper .foot_box {display: flex; }
.foot_wrapper .foot_logo {width: 291px; padding: 5px 0 0}
.foot_wrapper .foot_logo img {width: 100%}
.foot_wrapper .foot_left {width: calc(100% - 230px); padding: 0px 0 0 60px}
.foot_wrapper address{color:#eee; line-height: 1.6; opacity: 0.8}
.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: #eee}
.foot_wrapper .foot_left p {font-size: 1.5rem; color: #eee; padding: 20px 0 0; opacity: .8;}
.foot_wrapper .foot_right {width: 350px; text-align: right; padding: 30px 0 0}
.foot_wrapper .foot_right a {font-size: 1.5rem; color: #aaa; padding: 10px 20px; border: 1px solid #aaa}

@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: 150px}
    .foot_wrapper .foot_left {width: 100%; padding: 30px 0}
    .foot_wrapper .foot_left p {font-size: 1.4rem;}
    .foot_wrapper .foot_right  {width: 100%; text-align: center;}
    .foot_wrapper .foot_right a {font-size: 1.4rem;}
    .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.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 figure img {transform: scale(1.0); transition: .3s;}
.img_hover:hover figure 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 {}
.main_wrap > div {overflow: hidden;}
.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; height: 400px; background: url(/data/design/main_sec_2_5.png) no-repeat center center;  text-align: center;}
.b_sec_01 .sec_box {height: 100%}
.b_sec_01 .sec_box .txt_box {display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; padding: 100px 0}
.b_sec_01 .sec_box .txt_box h3 {text-align: center;}
.b_sec_01 .sec_box .txt_box h2 {padding: 20px 0 0}

.b_sec_02 {position: relative; padding: 0;; text-align: center;}
.b_sec_02 .sec_box { aspect-ratio: 1/0.565; }
.b_sec_02 .sec_box iframe { width: 100%; height: 100%; }
/*.b_sec_02 .sec_box figure{position: relative; left: 0; top: 0; width:100%; height: 100%; z-index: -1; overflow:hidden; display: flex; align-items: center; justify-content: center;}*/
/*.b_sec_02 .sec_box figure img{width: 100%; height: auto;}*/
/*.b_sec_02 .sec_box .txt_box {position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}*/

.b_sec_03 {position: relative; height:  1900px; background: url(/data/design/sec_3_back.png) no-repeat bottom center; text-align: center;}
.b_sec_03 .sec_box {position: relative; display: flex; align-items: center; justify-content: flex-end; flex-direction: column; width: 100%; height: 100%;}
.b_sec_03 .sec_box .txt_box {display: flex; align-items: center; justify-content: center; flex-direction: column;}
.b_sec_03 .sec_box .txt_box h2 {position: relative; padding: 0px 0 0}
.b_sec_03 .sec_box .txt_box h2 img {position: relative; z-index: 2;}
.b_sec_03 .sec_box .txt_box h2 .light {position: absolute; top: -180px; right: -120px; z-index: 1;}
.b_sec_03 .sec_box .txt_box p {position: relative; padding: 30px 0 0}
.b_sec_03 .sec_box .txt_box p img {position: relative; z-index: 2;}
.b_sec_03 .sec_box .txt_box p .light {position: absolute; bottom: -90px; left: -140px; z-index: 1}
.b_sec_03 .sec_box .txt_box .line {padding: 50px 0}
.b_sec_03 .sec_box .img_box ul {display: flex; justify-content: center; flex-wrap: wrap; align-items: center; padding: 100px 0 0}
.b_sec_03 .sec_box .img_box ul li {width: 50%} 
.b_sec_03 .sec_box .img_box ul li li:nth-child(1) {padding: 80px 0 0}
.b_sec_03 .sec_box .img_box ul:nth-child(2n) {flex-direction: row-reverse; padding: 20px 0 0}
.b_sec_03 .sec_box .img_box ul:nth-child(2n) li:nth-child(1) {padding: 150px 0 0 100px}
.b_sec_03 .sec_box .img_box ul li img {width: 100%;}
.b_sec_03 .deco_eff1 {position: absolute; top: 0; left: 0; z-index: 5; width: 100%; height: 100%}
.b_sec_03 .deco_eff1 img {width: 100%}

.b_sec_04 {position: relative; background: url(/data/design/sec_4_back.png) no-repeat top center; padding: 240px 0 100px; overflow: hidden; text-align: center;}
.b_sec_04 .sec_box {position: relative; display: flex; align-items: center; justify-content: flex-end; flex-direction: column; width: 100%; height: 100%;}
.b_sec_04 .sec_box .txt_box {display: flex; align-items: center; justify-content: center; flex-direction: column}
.b_sec_04 .sec_box .txt_box h2 {padding: 50px 0 0}
.b_sec_04 .sec_box .txt_box p {padding: 100px 0 0; position: relative;}
.b_sec_04 .sec_box .txt_box p img {z-index: 3}
.b_sec_04 .sec_box .txt_box p .light {position: absolute; top: 50%; left: 50%; transform: translate(-182%, -54%) rotate(55deg);  z-index: 1; z-index: 2;}
.b_sec_04 .sec_box .txt_box div {position: relative; padding: 50px 0}
.b_sec_04 .sec_box .txt_box div .smoke {position: absolute; top: -400px; left: 50%; transform: translate(-50%, -400px); width: 100%; max-width: 700px; opacity: .8;}
.b_sec_04 .sec_box .txt_box2 {display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 100px 0 0; text-align: center;}
.b_sec_04 .sec_box .txt_box2 h2 {padding: 80px 0 0}
.b_sec_04 .sec_box .img_box {padding: 200px 0 100px}
.b_sec_04 .sec_box .img_box ul {display: flex; justify-content: center; flex-wrap: wrap; align-items: flex-end; padding: 40px 0}
.b_sec_04 .sec_box .img_box ul li {width: 50%} 
.b_sec_04 .sec_box .img_box ul li:nth-child(2) {padding: 0px 0 40px 60px}
.b_sec_04 .sec_box .img_box ul:nth-child(2n) {flex-direction: row-reverse;}
.b_sec_04 .sec_box .img_box ul:nth-child(2n) li:nth-child(2) {padding: 0px 60px 40px 0}
.b_sec_04 .sec_box .img_box ul li img {width: 100%;}
.b_sec_04 .deco_eff1 {position: absolute; top: 300px; left: 0; z-index: 5; width: 100%; height: 100%}
.b_sec_04 .deco_eff1 img {width: 100%}

.b_sec_05 {position: relative; height: 2106px; background: url(/data/design/sec_5_back.png) no-repeat top center; text-align: center;}
.b_sec_05 .sec_box {position: relative; display: flex; align-items: center; justify-content: center; height: 100%}
.b_sec_05 .sec_box .txt_box {display: flex; align-items: center; justify-content: center; flex-direction: column;; text-align: center}
.b_sec_05 .sec_box .txt_box h2 {padding: 20px 0 0}
.b_sec_05 .sec_box .txt_box p {padding: 100px 0 0}
.b_sec_05 .sec_box .txt_box .txt1 {position: relative; padding: 70px 0 0}
.b_sec_05 .sec_box .txt_box .txt1 img {opacity: 0;}
.b_sec_05 .sec_box .txt_box .txt1.b_ani img {opacity: 1;}
.b_sec_05 .sec_box .txt_box .txt2 {position: relative; padding: 50px 0 0}

.b_sec_06 {position: relative; height: 400px; background: url(/data/design/sec_6_back.png) no-repeat center center; text-align: center; }
.b_sec_06 .sec_box {height: 100%}
.b_sec_06 .sec_box .txt_box {display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%}
.b_sec_06 .sec_box .txt_box h3 {}
.b_sec_06 .sec_box .txt_box h2 {padding: 20px 0 0}

.b_sec_07 {position: relative; height: 2734px; background: url(/data/design/sec_7_back.png) no-repeat center center;; text-align: center; }
.b_sec_07 .sec_box {display: flex; align-items: center; justify-content: center;flex-direction: column; height: 100%}
.b_sec_07 .sec_box .txt_box {display: flex; flex-direction: column; justify-content: center; align-items: center; }
.b_sec_07 .sec_box .txt_box h3 {}
.b_sec_07 .sec_box .txt_box h2 {padding: 60px 0 0}
.b_sec_07 .sec_box .txt_box p {display: flex; align-items: center; justify-content: center; padding: 80px 0 0; position: relative;}
.b_sec_07 .sec_box .txt_box p .light {position: absolute; top: 50%; left: 50%; transform: translate(-186%, -67%) rotate(55deg);  z-index: 1; z-index: 2;}
.b_sec_07 .sec_box .img_box {padding: 150px 0}
.b_sec_07 .sec_box .img_box ul {display: flex; justify-content: center; flex-wrap: wrap; padding: 0 80px; width: 100% }
.b_sec_07 .sec_box .img_box ul li {width: 33.3333%; padding: 270px 40px 0} 
.b_sec_07 .sec_box .img_box ul li:nth-child(2) {padding: 0}
.b_sec_07 .sec_box .img_box ul li img {width: 100%}
.b_sec_07 .sec_box .txt_box2 {display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 0px 0 0}

.b_sec_08 {position: relative; background: url(/data/design/sec_8_back.png) no-repeat center center; padding: 200px 0 120px; text-align: center; }
.b_sec_08 .sec_box {display: flex; align-items: center; justify-content: center;flex-direction: column; height: 100%}
.b_sec_08 .sec_box .txt_box {display: flex; flex-direction: column; justify-content: center; align-items: center; }
.b_sec_08 .sec_box .txt_box h3 {}
.b_sec_08 .sec_box .txt_box h2 {padding: 60px 0 0}
.b_sec_08 .sec_box .txt_box p {display: flex; align-items: center; justify-content: center; padding: 0px 0 0}
.b_sec_08 .sec_box .img_box {position: relative; margin: 120px 0 0}
.b_sec_08 .sec_box .img_box ul {display: flex; justify-content: center; flex-wrap: wrap; padding: 0 80px; width: 100% }
.b_sec_08 .sec_box .img_box ul li {position: relative; width: 50%; padding: 0px 0; z-index: 4;} 
.b_sec_08 .sec_box .img_box ul li:nth-child(1) {right: -70px}
.b_sec_08 .sec_box .img_box ul li:nth-child(2) {left: -70px}
.b_sec_08 .sec_box .img_box ul li img {width: 100%}
.b_sec_08 .sec_box .img_box .deco {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) !important; z-index: 5; text-align: center;}

.b_sec_09 {position: relative; height: 493px; background: #000; text-align: center;}
.b_sec_09 .sec_box {height: 100%}
.b_sec_09 .sec_box .txt_box {position: relative ;display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%}
.b_sec_09 .sec_box .txt_box h3 {position: relative; z-index: 2;}
.b_sec_09 .sec_box .txt_box h2 {position: relative; z-index: 2; padding: 40px 0 0;}
.b_sec_09 .sec_box .txt_box p {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) !important; z-index: 1;}

.b_sec_10 {position: relative; background: #A40000; padding: 200px 0 150px; text-align: center; }
.b_sec_10 .sec_box {height: 100%}
.b_sec_10 .sec_box .txt_box {position: relative ;display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%}
.b_sec_10 .sec_box .txt_box h3 {position: relative; z-index: 2;}
.b_sec_10 .sec_box .txt_box h2 {position: relative; z-index: 2; padding: 40px 0 0;}
.b_sec_10 .sec_box .txt_box p {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) !important; z-index: 1;}
.b_sec_10 .sec_box .img_box {position: relative ;display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; margin: 200px auto 0; background: #fff;}
.b_sec_10 .sec_box .img_box h3 { margin: -50px 0 0}
.b_sec_10 .sec_box .img_box h2 { padding: 100px 0 0;}
.b_sec_10 .sec_box .img_box p {padding: 40px 0 0}
.b_sec_10 .sec_box .img_box p.dot {padding: 40px 0 0}
.b_sec_10 .sec_box .img_box div {background: #000; padding: 40px 0; width: 100%; margin: 30px 0 0; text-align: center;}

.b_sec_11 {position: relative; background: url(/data/design/sec_11_back.png) no-repeat center center; height: 800px; text-align: center; }
.b_sec_11 .sec_box {display: flex; align-items: center; justify-content: center;flex-direction: column; height: 100%}
.b_sec_11 .sec_box .txt_box {position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.b_sec_11 .sec_box .txt_box h3 {}
.b_sec_11 .sec_box .txt_box h2 {position: relative; padding: 80px 156px 0}
.b_sec_11 .sec_box .txt_box p {display: flex; align-items: center; justify-content: center; padding: 40px 0 0}
.b_sec_11 .sec_box .txt_box h2::before {display: block; content:""; background: url(/data/design/sec_11_deco_left.png) no-repeat center center; width: 156px; height: 266px; position: absolute; left: 0; bottom: -110px;}
.b_sec_11 .sec_box .txt_box h2::after {display: block; content:""; background: url(/data/design/sec_11_deco_right.png) no-repeat center center; width: 156px; height: 266px; position: absolute; right: 0; bottom: -110px;}

.b_sec_12 {position: relative; background: #A40000; padding: 30px 20px; text-align: center; }
.b_sec_12 .sec_box {height: 100%}
.b_sec_12 .sec_box .txt_box {display: flex; justify-content: space-between; align-items: center;}
.b_sec_12 .sec_box .txt_box p {}
.b_sec_12 .sec_box .txt_box p img {width: 100%}

.b_sec_13 {position: relative; background: url(/data/design/sec_12_back.png) no-repeat center center; height: 2556px; text-align: center; }
.b_sec_13 .sec_box {display: flex; align-items: center; justify-content: center;flex-direction: column; height: 100%}
.b_sec_13 .sec_box .txt_box {position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.b_sec_13 .sec_box .txt_box h3 {}
.b_sec_13 .sec_box .txt_box h2 {position: relative; padding: 80px 156px 0}
.b_sec_13 .sec_box .txt_box p {display: flex; align-items: center; justify-content: center; padding: 40px 0 0}
.b_sec_13 .sec_box .txt_box div {padding: 30px 0 0}
.b_sec_13 .sec_box .img_box {position:relative; padding: 200px 0}
.b_sec_13 .sec_box .img_box h3 {position:relative;}
.b_sec_13 .sec_box .img_box h3 img {width: 100%}
.b_sec_13 .sec_box .img_box h3 p {position: absolute; top: -55px; left: 0;}
.b_sec_13 .sec_box .img_box h3 p img {width: 100%}
.b_sec_13 .sec_box .img_box p {padding: 50px 0 0;}
.b_sec_13 .sec_box .img_box .sticker1 {position: absolute; top: 0px; left: 0%; transform: translate(-20%, 40%); z-index: 3;}
.b_sec_13 .sec_box .img_box .sticker2 {position: absolute; bottom: 0px; right: 0%; transform: translate(20%, -30%); z-index: 3}
.b_sec_13 .sec_box .deco {position: absolute; top: 0px; left: 0px; z-index: 1;}
.b_sec_13 .sec_box .deco img {width: 100%;}

.b_sec_14 {position: relative; background: #fff; padding: 250px 0 }
.b_sec_14 .sec_box {display: flex; align-items: center; justify-content: center;flex-direction: column; height: 100%; text-align: center;}
.b_sec_14 .sec_box .txt_box {position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.b_sec_14 .sec_box .txt_box h3 {position: relative; z-index: 2;}
.b_sec_14 .sec_box .txt_box h2 {position: relative; z-index: 1; padding: 0px 0px 0; margin-top: -140px}
.b_sec_14 .sec_box .txt_box h2 .circle {position: absolute; left: calc(50% + 145px); bottom: 80px; }
.b_sec_14 .sec_box .txt_box h2 .arrow {position: absolute; right: 80px; bottom: 160px; }
.b_sec_14 .sec_box .txt_box p {margin-top: -40px}
.b_sec_14 .sec_box .img_box {position:relative; padding: 150px 0}
.b_sec_14 .sec_box .img_box h3 {position:relative;}
.b_sec_14 .sec_box .img_box h3 img {width: 100%}
.b_sec_14 .sec_box .img_box .sticker {position: absolute; bottom: 0px; left: 0; transform: translate(-40%, -35%); z-index: 3;}
.b_sec_14 .sec_box .deco {position: absolute; top: 0px; left: 0px; z-index: 1;}
.b_sec_14 .sec_box .deco img {width: 100%;}

.b_sec_15 {position: relative; background: url(/data/design/sec_14_back.png) no-repeat center center; height: 1624px; text-align: center; }
.b_sec_15 .sec_box {display: flex; align-items: center; justify-content: center;flex-direction: column; height: 100%}
.b_sec_15 .sec_box .txt_box {position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.b_sec_15 .sec_box .txt_box h3 {}
.b_sec_15 .sec_box .txt_box h2 {position: relative; padding: 80px 0px 0}
.b_sec_15 .sec_box .txt_box p {position: absolute; bottom: 0px; left: 0; transform: translate(-19%, 11%);}
.b_sec_15 .sec_box .txt_box div {padding: 30px 0 0}
.b_sec_15 .sec_box .img_box {position:relative; padding: 0px 0}
.b_sec_15 .sec_box .img_box h3 {position:relative;}
.b_sec_15 .sec_box .img_box h3 img {width: 100%}
.b_sec_15 .sec_box .img_box h3 p {position: absolute; top: -55px; left: 0;}
.b_sec_15 .sec_box .img_box h3 p img {width: 100%}
.b_sec_15 .sec_box .img_box p {padding: 50px 0 0;}
.b_sec_15 .sec_box .img_box .sticker1 {position: absolute; top: 0px; left: 0; transform: translate(-40%, -25%); z-index: 3;}
.b_sec_15 .sec_box .img_box .sticker2 {position: absolute; bottom: 0px; right: 0; transform: translate(25%, 28%); z-index: 3}
.b_sec_15 .sec_box .deco {position: absolute; top: 0px; left: 0px; z-index: 1;}
.b_sec_15 .sec_box .deco img {width: 100%;}

.b_sec_16 {position: relative; background: url(/data/design/sec_15_back.png) no-repeat center center; height: 400px; text-align: center; }
.b_sec_16 .sec_box {display: flex; align-items: center; justify-content: center;flex-direction: column; height: 100%}
.b_sec_16 .sec_box .txt_box {position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; }

.b_sec_17 {position: relative; background: url(/data/design/sec_16_back.png) no-repeat center center; height: 2000px; overflow: hidden; text-align: center; }
.b_sec_17 .sec_box {display: flex; align-items: center; justify-content: center;flex-direction: column; height: 100%}
.b_sec_17 .sec_box .txt_box {position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.b_sec_17 .sec_box .txt_box h3 {}
.b_sec_17 .sec_box .txt_box h2 {position: relative; padding: 40px 0px 0}
.b_sec_17 .sec_box .txt_box p {position: absolute; left: -170px; top: -130px;}
.b_sec_17 .sec_box .txt_box div {padding: 30px 0 0}
.b_sec_17 .sec_box .img_box {position:relative; padding: 100px 0 0}
.b_sec_17 .sec_box .img_box ul {display: flex; justify-content: space-between; align-items: baseline;}
.b_sec_17 .sec_box .img_box ul li {width: 33%}
.b_sec_17 .sec_box .img_box ul li img {width: 100%; max-width: 440px;}
.b_sec_17 .sec_box .txt_box2 {padding: 50px 0 0}
.b_sec_17 .sec_box .deco {position: absolute; top: 0px; left: 0px; z-index: 1;}
.b_sec_17 .sec_box .deco img {width: 100%;}

.b_sec_18 {position: relative; background: url(/data/design/sec_17_back.png) no-repeat center center; height: 844px; overflow: hidden; text-align: center; }
.b_sec_18 .sec_box {display: flex; align-items: center; justify-content: center;flex-direction: column; height: 100%}
.b_sec_18 .sec_box .txt_box {position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.b_sec_18 .sec_box .txt_box h3 {color: #fff; font-size: 7.0rem; font-weight: 800;}
.b_sec_18 .sec_box .txt_box h2 {padding: 30px 0px 0; color: #fff; font-size: 4.0rem; font-weight: 400;}
.b_sec_18 .sec_box .img_box {margin: 80px 0 0; padding: 10px 30px; display: flex; justify-content: center; align-items: center; background: #fff; border-radius: 100px; width: 100%; max-width: 1045px}
.b_sec_18 .sec_box .img_box .search_box {position: relative; display: flex; justify-content: center; align-items: center; width: 100%}
.b_sec_18 .sec_box .img_box .search_box input {width: 96%; font-size: 3.0rem; height: 70px; border: none; outline: none;}

.b_sec_19 {position: relative; background: url(/data/design/sec_18_back.png) no-repeat center center; height: 1599px; overflow: hidden;  }
.b_sec_19 .sec_box {display: flex; align-items: center; justify-content: center;flex-direction: column; height: 100%}
.b_sec_19 .sec_box .txt_box {position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;}
.b_sec_19 .sec_box .txt_box h3 {color: #fff; font-size: 7.0rem; font-weight: 800;}
.b_sec_19 .sec_box .txt_box h2 {padding: 50px 0px 0; color: #fff; font-size: 4.0rem; font-weight: 400;}
.b_sec_19 .sec_box .request_wrap {display: flex; align-items: center; width: 100%; padding: 50px 160px 100px; border: 1px solid #DADADA; border-radius: 15px; box-shadow: 3px 3px 10px rgba(0,0,0, .3); margin: 100px 0 0; background: #fff;} 
.b_sec_19 .sec_box .request_wrap form {width: 100%}
.b_sec_19 .sec_box .sticker1 {position: absolute; top: 0px; left: 0; transform: translate(-50%, -35%); z-index: 3;}

/*서브페이지*/
#content_wrapper .sub_title {position: relative; height: 420px; letter-spacing: 0px; z-index: 10;}
#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: none; 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: 0px 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}

.subcontent_ex {padding-bottom: 120px;}
.subcontent_ex img {width: 100%}
.subcontent_menu {display: flex; flex-wrap: wrap; justify-content: space-between; padding-bottom: 120px;}
.subcontent_menu li {width: 32%; text-align: center; padding: 0 0 50px}
.subcontent_menu li figure img {width: 100%}
.subcontent_menu li h2 {padding: 30px 0 0; font-size: 2.3rem; display: flex; align-items: center; justify-content: center; font-weight: 600;}
.subcontent_menu li h2 img {margin: 0 0 0 5px}
.subcontent_menu li p {padding: 15px 0 0; color: #999; font-size: 1.6rem; line-height: 1.4;}

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

select {
    background: url(/data/design/arrow_down_18dp.png) no-repeat right 50%; /* 화살표 위치 */
    background-size: 26px auto; /* 화살표 크기 */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline:none;
}

select:focus {
    background: url(/data/design/arrow_down_18dp_1.png) no-repeat right 50%; /* 화살표 위치 */
}

.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 {border-top: 0px solid #555; border-bottom: 0px solid #555}
.request_wrap ul {display: flex; justify-content: space-between;flex-wrap: wrap; border-bottom: 0px 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: 120px; padding: 10px 0px 10px 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 5px 0 0px}
.request_wrap ul li .value {width: calc(100% - 120px); padding: 10px 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: 100%; 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 {width: 100%; padding: 50px 0 0}
.request_wrap .agreement_check li label {display: flex; justify-content: center;}
.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: 30px 0 0; margin: 0px 0 0; display: flex; justify-content: center; align-items: center;}
.request_wrap .agree_btn button {font-size: 18px; width: 100%; max-width: 546px; padding: 15px 0; background: var(--colorMain); border: 1px solid var(--colorMain); 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}

.sub_request {padding: 80px 0 200px}
.sub_request .sub_content {display: flex; flex-wrap: wrap;}
.sub_request .sub_content .img_box {width: 634px}
.sub_request .sub_content .img_box img {width: 100%}
.sub_request .sub_content .estimate01 {width: calc(100% - 634px); padding: 0 0 0 60px} 
.sub_request .sub_content .estimate01 .txt_box h2 {color: #a40000; font-size: 3.5rem; font-weight: 600;}
.sub_request .sub_content .estimate01 .txt_box p {color: #a40000; font-size: 1.8rem; font-weight: 400; line-height: 1.4; padding: 30px 0 0; opacity: .7;}
.sub_request .sub_content .estimate01 ul li {flex-wrap: wrap; padding: 10px 0}
.sub_request .sub_content .estimate01 .label {width: 100%; padding: 10px 0}
.sub_request .sub_content .estimate01 .value {width: 100%; padding: 0}
.sub_request .sub_content .agreement_check {padding: 0px 0 0}
.sub_request .sub_content .agreement_check li label {justify-content: flex-start;}
.sub_request .sub_content .agree_btn {padding: 50px 0 0}
.sub_request .sub_content .agree_btn button {background: #a40000; max-width: 203px; }
.sub_request .sub_content #btn_agree {background-color: #fff; border-bottom: 1px solid #000; color: #000; border-radius: 0; font-size: 1.4rem; padding: 0}

#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}
.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%; }
.movie_box video { 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; }

.auto_box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 비율 */
  overflow: hidden;
}

.auto_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.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: 1980px){
    .b_sec_02 .sec_box .bg_img.bg_img2 {right: -5%;}
}

@media screen and (max-width: 1600px){
    .b_sec_12 .sec_box .txt_box p img {}
    .b_sec_12 .sec_box .txt_box p {padding: 0 0px}
}

@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: 0px 0 0}
    .sub_content .tl {font-size: 26px}

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

    .b_sec_01 {height: auto; text-align: center;}
    .b_sec_02 .sec_box .txt_box h3 img {width: 100px}
    .b_sec_02 .sec_box .bg_img.bg_img2 {right: 0;}
    .b_sec_03 {height: auto; padding: 100px 0 0 0;background-size: cover;}
    .b_sec_03 .sec_box .txt_box h3 img {max-width: 320px !important}
    .b_sec_03 .sec_box .txt_box .line {text-align: center;}
    .b_sec_03 .sec_box .txt_box h2 {text-align: center;}
    .b_sec_03 .sec_box .txt_box p {text-align: center;}
    .b_sec_03 .sec_box .img_box ul {padding: 0 10px; text-align: center;}
    .b_sec_03 .sec_box .img_box ul li {width: 100%}
    .b_sec_03 .sec_box .img_box ul li:nth-child(2) {padding: 30px 0 0}
    .b_sec_03 .sec_box .img_box ul:nth-child(2n) {flex-direction: row; padding: 60px 10px 0}
    .b_sec_03 .sec_box .img_box ul:nth-child(2n) li:nth-child(1) {padding: 0px 0 0}
    .b_sec_03 .sec_box .txt_box p .light {left: -130px; bottom: -200px}
    .b_sec_04 {text-align: center; background-size: cover; padding: 100px 0}
    .b_sec_04 .sec_box .txt_box h2 {padding: 20px 0 0}
    .b_sec_04 .sec_box .txt_box p {padding: 50px 0 0}
    .b_sec_04 .sec_box .txt_box p .light {transform: translate(-162%, -54%) rotate(55deg);  z-index: 1; z-index: 2;}
    .b_sec_04 .sec_box .txt_box div .smoke {transform: translate(-50%, -350px);}
    .b_sec_04 .sec_box .txt_box2 {padding: 50px 0 0}
    .b_sec_04 .sec_box .txt_box2 h2 {padding: 30px 0 0}
    .b_sec_04 .sec_box .img_box {padding: 50px 10px}
    .b_sec_04 .sec_box .img_box ul li {width: 100%;}
    .b_sec_04 .sec_box .img_box ul li:nth-child(2) {padding: 30px 0 0}
    .b_sec_04 .sec_box .img_box ul:nth-child(2n) li:nth-child(2) {padding: 50px 0 0}
    .b_sec_04 .sec_box .img_box ul li img {max-width: 100% !important}
    .b_sec_05 {text-align: center; background-size: cover; padding: 100px 0; height: auto}
    .b_sec_05 .sec_box .txt_box .txt2 {padding: 20px 0 0}
    .b_sec_06 {text-align: center; background-size: cover; padding: 100px 0; height: auto}
    .b_sec_07 {text-align: center; background-size: cover; padding: 100px 0; height: auto}
    .b_sec_07 .sec_box .txt_box h2 {padding: 30px 0 0}
    .b_sec_07 .sec_box .txt_box p {padding: 30px 0 0}
    .b_sec_07 .sec_box .txt_box p .light {transform: translate(-146%, -67%) rotate(55deg); }

    .b_sec_07 .sec_box .img_box {padding: 50px 0 0}
    .b_sec_07 .sec_box .img_box ul {padding: 0 30px}
    .b_sec_07 .sec_box .img_box ul li {width: 100%; padding: 0 0 30px}
    .b_sec_07 .sec_box .img_box ul li:nth-child(2) {padding: 0 0 30px}
    .b_sec_08 {text-align: center; background-size: cover; padding: 100px 0; height: auto}
    .b_sec_08 .sec_box .txt_box h2 {padding: 30px 0 0}
    .b_sec_08 .sec_box .img_box {margin: 60px 0 0}
    .b_sec_08 .sec_box .img_box ul {padding: 0}
    .b_sec_08 .sec_box .img_box ul li:nth-child(1) {right: 0}
    .b_sec_08 .sec_box .img_box ul li:nth-child(2) {left: 0}
    .b_sec_09 {text-align: center; background-size: cover; padding: 80px 0 100px; height: auto}
    .b_sec_09 .sec_box .txt_box h2 {padding: 20px 0 0}
    .b_sec_09 .sec_box .txt_box p {width: 100%}
    .b_sec_10 {text-align: center; background-size: cover; padding: 80px 10px 100px; height: auto}
    .b_sec_10 .sec_box .img_box {margin: 60px 0 0}
    .b_sec_10 .sec_box .img_box h3 {margin: 30px 0 0}
    .b_sec_10 .sec_box .img_box h2 {padding: 50px 0 0}
    .b_sec_10 .sec_box .img_box p {padding: 20px 0 0}
    .b_sec_11 {text-align: center; background-size: cover; padding: 80px 0px 100px; height: auto}
    .b_sec_11 .sec_box .txt_box h2 {padding: 20px 10% 0}
    .b_sec_11 .sec_box .txt_box h2::before {width: 15%; transform: translateY(-5%); background-size: 100% auto;}
    .b_sec_11 .sec_box .txt_box h2::after {width: 15%; transform: translateY(-5%); background-size: 100% auto}
    .b_sec_11 .sec_box .txt_box p {padding: 20px 0 0}
    .b_sec_12 {text-align: center; background-size: cover; padding: 40px 10px 40px; height: auto}
    .b_sec_12 .sec_box .txt_box {}
    .b_sec_12 .sec_box .txt_box img {}
    .b_sec_13 {text-align: center; background-size: cover; padding: 80px 0px 100px; height: auto}
    .b_sec_13 .sec_box .txt_box h2 {padding: 40px 0 0}
    .b_sec_13 .sec_box .img_box {padding: 0; margin: 100px 0}
    .b_sec_13 .sec_box .img_box .sticker1 {transform: translate(-20%, -20%);}
    .b_sec_13 .sec_box .img_box .sticker2 {transform: translate(0%, 40%);}
    .b_sec_14 {text-align: center; background-size: cover; padding: 80px 0px 100px; height: auto}
    .b_sec_14 .sec_box .txt_box h2 {margin-top: -30px; }
    .b_sec_14 .sec_box .txt_box h2 .arrow {right: 80px; bottom: 20px}
    .b_sec_14 .sec_box .txt_box p {margin-top: 0}
    .b_sec_14 .sec_box .img_box {margin: 120px 0 0; padding: 0}
    .b_sec_14 .sec_box .img_box .sticker {transform: translate(-40%, 40%); }
    .b_sec_15 {text-align: center; background-size: cover; padding: 80px 0px 150px; height: auto}
    .b_sec_15 .sec_box .img_box .sticker1 {display: none;}
    .b_sec_15 .sec_box .img_box .sticker2 {transform: translate(15%, 38%);}
    .b_sec_16 {text-align: center; background-size: cover; padding: 80px 0px 80px; height: auto}
    .b_sec_17 {text-align: center; background-size: cover; padding: 80px 0px 120px; height: auto}
    .b_sec_17 .sec_box .txt_box h2 {padding: 40px 0 0}
    .b_sec_17 .sec_box .img_box ul {flex-wrap: wrap}
    .b_sec_17 .sec_box .img_box ul li {width: 100%; padding: 0 10px 20px}
    .b_sec_17 .sec_box .img_box ul li img {max-width: 100%;}
    .b_sec_17 .sec_box .txt_box2 {padding: 20px 0 0}
    .b_sec_18 {text-align: center; background-size: cover; padding: 80px 20px 120px; height: auto}
    .b_sec_18 .sec_box .txt_box h3 {font-size: 4.6rem}
    .b_sec_18 .sec_box .txt_box h2 {font-size: 2.2rem}
    .b_sec_18 .sec_box .img_box {padding: 10px 30px; margin: 40px 0 0}
    .b_sec_18 .sec_box .img_box .search_box input {height: 40px; font-size: 2.2rem;}
    .b_sec_18 .sec_box .img_box .search_box img {width: 40px}
    .b_sec_19 {text-align: center; background-size: cover; padding: 80px 20px 120px; height: auto}
    .b_sec_19 .sec_box .txt_box h2 {padding: 30px 0 0}
    .b_sec_19 .sec_box .request_wrap  {padding: 60px 20px}
    .b_sec_19 .sec_box .sticker1 {right: 0px; left: unset; transform: translate(10%, -50%); width: 20% !important}
    .b_sec_19 .request_wrap ul {padding: 15px 0}
    .b_sec_19 .request_wrap ul li {flex-wrap: wrap;}
    .b_sec_19 .request_wrap ul li label {width: 100%; padding: 0}
    .b_sec_19 .request_wrap ul li .value {width: 100%; padding: 10px 0 0}

    .subcontent_menu li {width: 100%}
    .sub_request .sub_content .img_box {width: 100%}
    .sub_request .sub_content .estimate01 {width: 100%; padding: 60px 0 0}

}

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

    #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; justify-content: flex-start;}
    #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;}

    #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: 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}
    .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}
    
    .b_sec_04 .sec_box .txt_box div .smoke {transform: translate(-50%, -250px); top: -200px}
    .b_sec_05 .sec_box .txt_box .txt1 {line-height: 2;}
    .b_sec_05 .sec_box .txt_box .txt1 img {height: 60px; width: auto}
    .b_sec_14 .sec_box .img_box .sticker {transform: translate(0%, -60%); bottom: unset; top: 0; }
    .b_sec_19 .sec_box .sticker1 {width: 40% !important}

}

.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_eff2_1.b_ani {animation-name: ani_eff2; animation-duration: 2s; animation-timing-function:ease-in-out; animation-iteration-count: 1; animation-direction: alternate; }
.motion_eff2_2.b_ani {animation-name: ani_eff2_2; animation-duration: 1s; 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; }

/*애니메이션*/
/*위아래 움직이는*/
@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_2{
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes ani_eff2_1{
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*반작이는 애니*/
@keyframes ani_eff3{
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  } 
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ani_eff3_1{
  0% {
    opacity: 0;
  }
   33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*왼족에서 이동*/
@keyframes ani_eff4{
  0% {
    transform: translate(-100%, -50%) !important;
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) !important;
    opacity: 1;
  }
}

/*우측에서 이동*/
@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);
    }
  }
}