.pc {display: block}
.mobile {display: none;}

@media screen and (max-width:768px){
    .pc {display: none}
    .mobile {display: block;}
}

i {font-style: normal;}

.blind{
    overflow: hidden;
    display: inline-block;
    position: absolute;
    z-index: -1;
    border: 0;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
}

/*font weight*/
.fw_el{font-weight: 100;}
.fw_l{font-weight: 300;}
.fw_m{font-weight: 400;}
.fw_sb{font-weight: 500;}
.fw_b{font-weight: bold;}
.fw_eb{font-weight: 800;}

*{letter-spacing: -0.5px;}
.b_color{color:#00c9ce; }
.b_color2 {color: #ff2a00}

.b_inner{max-width:1360px; margin:0 auto; width:100%; }
.b_inner2{max-width:1600px; margin:0 auto; width:100%; }
.b_inner3{max-width:1200px; margin:0 auto; width:100%; }
.b_inner4{max-width: 900px; margin:0 auto; width:100%; }
.b_foot_inner{max-width:1320px; margin:0 auto; width:100%; }

.b_more_btn{display: flex; align-items: center; justify-content: center; height:45px; border-radius: 5px; background-color: #000000; color:#fff; transition:background-color .3s; padding:0 20px; width: fit-content;}
.b_more_btn img{margin-left: 15px; transition:transform .2s;}
.b_more_btn:hover img.icon_arrow{transform: translateX(4px);transition: transform .2s;}

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

	.b_more_btn img{width: 12px;}
}

.line_box {height: 1px; border-bottom: 1px solid #ddd}

.mt30 {margin-top: 30px}
.mt50 {margin-top: 50px}
.mt80 {margin-top: 80px}
.mt100 {margin-top: 100px}
.mt120 {margin-top: 120px}
.mt200 {margin-top: 200px}

/*action button*/
.btn_action {position: relative; overflow: hidden; display: inline-block; padding: 0 50px; height: 50px; line-height: 50px;  color: #000; background-color: #000; font-weight: 400; font-size: 1.6rem}
.btn_action span {position: relative; z-index: 2; color: #fff}
.btn_action:before {content:""; position: absolute; height: 110%; width: 110%; background-color: var(--colorMain); border: 1px solid var(--colorMain); top: 100%; left: 0; transition: all 0.3s; z-index: 1}
.btn_action:hover:before {transform: translateY(-100%);}
.btn_action:hover {color: #fff; }

.img_hover {overflow: hidden}
.img_hover img {transform: scale(1.0); transition: .3s;}
.img_hover:hover img {transform: scale(1.1); transition: .3s;}

#top_banner {position: relative; display: none; height: 60px}
#top_banner.active {display: block;} 
#top_banner ul {display: flex; align-items: center; justify-content: center; background-position: center center; background-size: cover;}
#top_banner .top_close_box {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: flex; justify-content: flex-end;}
#top_banner .top_close_box a {cursor: pointer;}

#b_header{position:absolute;background: transparent; left:0; top:0; z-index:21; width:100%; height: 120px}
#b_header.topba {top: 60px}
#b_header .b_head_wrap{position: relative; display: flex; align-items: center; justify-content: space-between ;height: 100%;}
#b_header .t_nav{position:relative;}
#b_header #b_gnb {display: flex; align-items: center; height: 100%; padding: 0px 60px 0 0; overflow: hidden; margin: 10px 0 0}
#b_header #b_gnb > li { padding: 0px 0 0 0px; position: relative; height: 100%}
#b_header #b_gnb > li > a {color:#fff; display: flex; align-items: center; padding: 10px 30px ; font-size: 1.8rem; height: 100%; font-weight: 500; position: relative; }
#b_header #b_gnb > li > a .kr {position: absolute; top: -100%; left: 50%; transform:translateX(-50%) ;transition: .2s; opacity: 0;}
#b_header #b_gnb > li > a .en {position: absolute; top: 0; transition: .3s}
#b_header #b_gnb > li > a .basic {opacity: 0}
#b_header #b_gnb > li.active > a .kr {position: absolute; top: 0; transition: .3s; opacity: 1; color: var(--colorMain)}
#b_header #b_gnb > li.active > a .en {position: absolute; top: 100%; transition: .2s; opacity: 0;}
#b_header #b_gnb .b_sub_list{position:absolute; left:50%; top: 40px; background-color: #fff; width: 120%; transform:translate(-50%); padding:10px 0; display: none; border:1px solid #eaeaea; text-align: center}
#b_header #b_gnb .b_sub_list.submenu03 {width: 100%}
#b_header #b_gnb .b_sub_list li{padding:7px 10px; text-align: 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: 0.8rem;}
#b_header #b_gnb .b_sub_list li a:hover{color:#1d3c8f; transition:color .3s; font-weight: 600}
#b_header .b_logo {padding:  0 0 0 6%}
#b_header .b_logo img {width: 100%; max-width: 150px;}
#b_header .b_util_box {width: 50px; position: absolute; right: 20px; top: 30px; display: none;}
#b_header .b_right_box {width: 220px; }
#b_header .b_right_box .b_num_txt{display: flex; align-items: center; justify-content: flex-end ;color: #fff; letter-spacing: 0px}
#b_header .b_right_box .b_num_txt img{margin-right: 8px; width: 30px}
#b_header .b_right_box span{display: block; margin-left: 48px; color: #fff; padding: 5px 0 0; text-align: left} 

.b_toggle_btn{display: flex; flex-direction: column ; justify-content: center; }
#b_header .b_toggle_btn span {display: inline-block; width: 40px; background-color: #fff; height: 2px; border-radius: 0px;}
.b_toggle_btn span:first-child{margin-bottom: 12px;}
.b_toggle_btn span:last-child{margin-top: 12px;}

.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{display: none;} 

#b_header.black {background: transparent; border-bottom: 0px solid #eaeaea;}
#b_header.black #b_gnb > li > a{ color: #000}
#b_header.black .b_toggle_btn.black span {background-color: #191919}
#b_header.black .b_logo {}
#b_header.black .b_util_box {padding-right: 0}
#b_header.black .b_toggle_btn span{background-color: #fff;}

#b_header.on {border-bottom: 1px solid #eaeaea}
#b_header.on .b_logo a{color:#111; }
#b_header.on{background-color: transparent; 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_gnb > li > a{color:#fff; }
#b_header.on .b_sns_list li img{filter:invert(1); opacity:.4;}
#b_header.on .b_lang_box li a{color:#c1c1c1; }
#b_header.on .b_lang_box li.on a{color:#111; }
#b_header.on .b_toggle_btn span{background-color: #fff;}
#b_header.on .b_right_box .b_num_txt {color: #1d3c8f}
#b_header.on .b_right_box span {color: #000}

.b_site_map{position:fixed; width:100%; height:100%; left:0; top:0;  z-index: 30; transform: translateY(-150%); background-color: #f9f9f9; transition: .5s;}
.b_site_map.open{transform: translateY(0px); transition:.5s; display: flex; align-items: flex-start; padding: 100px 0 0}
.b_site_map .t_nav2{width:89%;  margin: 0; display: flex; justify-content: space-between; align-items: center;}
.b_site_map #b_gnb2 {flex-direction: column; padding: 200px 0 0 200px}
.b_site_map #b_gnb2 > li {margin-bottom: 30px;}
.b_site_map #b_gnb2 > li > a{font-size:5.0rem; font-weight: 700; position: relative; padding: 0 0px 0 10px; overflow: hidden;}
.b_site_map #b_gnb2 > li > a:hover {color: var(--colorMain)}
.b_site_map #b_gnb2 > li > a:before {position: absolute; left: 0; top: 10px;content: ""; display: inline-block; width: 4px; height: 4px; background:  var(--colorMain)}
.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; display: none; padding-bottom: 10px;}
.b_site_map #b_gnb2 .b_sub_list li {padding:5px 0 5px 10px; }
.b_site_map #b_gnb2 .b_sub_list li a{color:#000; font-size: 2.0rem; font-weight: 400;}
.b_site_map #b_gnb2 .b_sub_list li a:hover{color:#111; 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 20px; }
.b_site_map #b_gnb2 .b_sub_list2 li a{color:#777; font-size: 1.8rem; font-weight: 400;}
.b_site_map #b_gnb2 .b_sub_list2 li a:hover{color:#111; transition: color .3s; }

.b_site_map .info {padding: 300px 0 0}

.b_site_map .b_close_btn{position:absolute; right: 8%; top: 25px;width: 30px; height: 30px; z-index: 10; display: inline-block; }
.b_site_map .b_close_btn span{position:absolute; left:0; top:20px; background-color: #111; width: 100%; height: 2px; transition: background-color .3s; }
.b_site_map .b_close_btn span:first-child{transform:rotate(45deg); transition: .3s;}
.b_site_map .b_close_btn span:last-child{transform:rotate(-45deg); transition: .3s;}
.b_site_map .b_close_btn:hover span{background-color: #000; transition:background-color .3s; } 
.b_site_map .b_close_btn:hover span:first-child{transform:rotate(-45deg); transition: .3s;}
.b_site_map .b_close_btn:hover span:last-child{transform:rotate(-135deg); transition: .3s;}

.b_site_map .b_site_logo {width: 100%; text-align: center; padding: 20px 0; border-bottom: 1px solid #ddd}

@keyframes line_ani{
    0%{height: 0; opacity: 1;}
    100%{height: 44px; opacity: 1;}
}

@media screen and (max-width:1200px){
    #b_header {height: 60px;}
	#b_header .b_inner {justify-content: space-between}
    #b_header .t_nav{display: none;}
    #b_header .b_right_box {display: none;}
	#b_header .b_util_box {display: block; right: 0px; top: 25px; transition: .5s;}
    #b_header .b_toggle_btn span {width: 30px; transition: .5s;}
    .b_toggle_btn span:first-child {margin-bottom: 7px; transition: .5s;}
    .b_toggle_btn span:last-child {margin-top: 7px; transition: .5s;}

    #b_header .b_logo {padding-left: 20px; top: 20px}
    #b_header .b_logo img {width: 100px}

    .b_site_map .b_site_logo {padding: 20px 0}
    .b_site_map .b_site_logo img {width: 50px}
    .b_site_map #b_gnb2 {padding: 0px 0 0 30px}
	.b_site_map #b_gnb2 > li {margin-bottom: 30px}
    .b_site_map #b_gnb2 > li > a {font-size: 2.6rem;}
    .b_site_map .info {padding: 30%  0 0}
    .b_site_map .b_close_btn {right: 30px}

    @keyframes line_ani{
        0%{height: 0; opacity: 1;}
        100%{height: 18px; opacity: 1;}
    }
}

@media screen and (max-width:768px){
    .b_site_map .info {display: none}
}

.b_mv_box {height: 100%; 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.05); height:100% }
.b_mv_box ul li.swiper-slide-active figure img{transform:scale(1); transition:transform 6s;}
.b_mv_box ul li .b_inner{display: flex; align-items: center; justify-content: flex-start;height:100%; width:100%; }
.b_mv_box .b_txt_box{color: #000; text-align: left;  margin-top: -100px; }
.b_mv_box ul li.swiper-slide-active .b_txt_box{}
.b_mv_box .b_txt_box p{font-size: 2.2rem; transform:translateY(30px); opacity:.0; color: #000; letter-spacing: 1px;}
.b_mv_box .b_txt_box h1{font-size: 5.0rem; font-weight: 500; transform:translateY(30px); opacity:.0; line-height: 1.2; padding: 10px 0 0}
.b_mv_box .b_txt_box h1 strong {color: var(--colorSub)}
.b_mv_box .b_txt_box h1 b {font-weight: 600;}
.b_mv_box .b_txt_box h2{font-size: 2.2rem;transform:translateY(30px); opacity:.0; line-height: 1.2; padding: 20px 0px 0;}
.b_mv_box .b_txt_box h2 b {color: var(--colorSub)}

.b_mv_box .bn2 .b_txt_box p {background-color: var(--colorSub);}
.b_mv_box .bn2 .b_txt_box h1 strong {color: var(--colorSub);}

.b_mv_box li.swiper-slide-active .b_txt_box h1{transform:translateY(0);opacity:1; transition:ease .8s; transition-delay: .6s;}
.b_mv_box li.swiper-slide-active .b_txt_box h2{transform:translateY(0);opacity:1; transition:ease .8s; transition-delay: .9s;}
.b_mv_box li.swiper-slide-active .b_txt_box p{transform:translateY(0);opacity: 1; transition:ease .8s; transition-delay: .3s;}
.b_option_box {position: absolute; top: 60%; left: 50%; transform: translateX(-50%); margin: 0px 0 0; display: flex; justify-content: flex-start; align-items: center; z-index: 9;}
.b_start {padding: 0 0 0 30px}
.b_start img {width: 12px; cursor: pointer;}
.b_mv_navi{ position: relative; z-index: 5; display: flex; padding: 0 0 0 30px}
.b_mv_navi .b_prev {width: auto; height: auto; left: 0px;}
.b_mv_navi .b_prev img{width: 10px}
.b_mv_navi .b_next {width: auto; height: auto; left: 12px; right: unset; }
.b_mv_navi .b_next img {width: 10px}
.b_mv_navi .swiper-button-next, .b_mv_navi .swiper-button-prev {background: none; position: relative; top: 0px; margin-top: 0px;}
.b_mv_box .b_more_btn{background-color: transparent; border:1px solid #000;margin:55px 0 0px; color: #000; padding: 0 40px; transform:translateY(30px); opacity:.0; }
.b_mv_box .b_more_btn span {letter-spacing: 2px; font-weight: 300;}
.b_mv_box li.swiper-slide-active .b_more_btn {transform:translateY(0);opacity:1; transition:ease .8s; transition-delay: 1.2s;}
.b_scr_box{position: absolute; bottom: 9%; right: 5%; z-index: 5; display: flex; align-items: center; animation-name: scr_ani; animation-duration: 1s; animation-timing-function:ease-in-out; animation-iteration-count: infinite; animation-direction: alternate;}
.b_scr_box p{color:#000; margin-left: 10px; letter-spacing: 2px;}
.b_mv_box .b_pagi{position: relative;display: flex; justify-content: flex-start; align-items: flex-start; z-index: 9; }
.b_mv_box .b_pagi span{border-radius: 0; width: 60px; height: 3px; background-color: rgba(0,0,0,.3); position: relative; opacity: 1; margin: 0px !important}
.b_mv_box .b_pagi span::after{content: ''; width: 0; height: 100%; background-color: var(--colorMain); position:absolute; left: 0; top: 0;}
.b_mv_box .b_pagi span.swiper-pagination-bullet-active::after{width: 100% }
.b_mv_box .b_pagi span::before{width: 15px; height: 20px; position:absolute; left: 0; bottom: 5px; font-size: 0.75rem; font-weight: 500; color:#000; letter-spacing: 2px; opacity: .3;}
.b_mv_box .b_pagi span:nth-child(1):before{content: ''; }
.b_mv_box .b_pagi span:nth-child(2):before{content: ''; }
.b_mv_box .b_pagi span:nth-child(3):before{content: ''; }
.b_mv_box .b_pagi span:nth-child(4):before{content: ''; }
.b_mv_box .b_pagi span:nth-child(5):before{content: ''; }
.b_mv_box .b_pagi span:nth-child(6):before{content: ''; }
.b_mv_box .b_pagi span:nth-child(7):before{content: ''; }
.b_mv_box .b_pagi span:nth-child(8):before{content: ''; }
.b_mv_box .b_pagi span.swiper-pagination-bullet-active::before{opacity: 1; transition: .2s;}
.b_mv_box .mouse_scroll {position: absolute; left: 50%; transform: translateX(-50%);bottom: 30px; z-index: 5; color: #000; text-align: center}
.b_mv_box .mouse_scroll img{width: 18px; margin: auto;}
.b_mv_box .mouse_scroll .down{height: 30px; position: relative;}
.b_mv_box .mouse_scroll .down .arrow {font-size: 1.2rem; animation: down 1.2s infinite; position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.b_mv_box .mouse_scroll .down .arrow img {width: 12px}
.b_mv_box .mouse_scroll .txt {padding: 20px 0 0; font-size: 1.2rem; font-weight: 400; opacity: .8; letter-spacing: 1px;} 

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

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

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

@media screen and (max-width:1200px){
    .b_mv_box {height: auto; background: #000}
	.b_mv_box .movie_box {height: 100%}
	.b_mv_box .movie_box > div {height: 100%}
	.b_mv_box .movie_box iframe {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%}
	.b_mv_box .mouse_scroll {display: none}
    /* .b_mv_box .b_txt_box p{margin: 25px 0;} */
    .b_mv_box .b_more_btn{margin-top: 25px;}
    .b_scr_box{bottom: 5%; }

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

    .b_mv_box .b_txt_box {margin-top: 30px; padding: 0 20px; display: none;}
    .b_mv_box .b_txt_box p {font-size: 1.8rem}
    .b_mv_box .b_txt_box h2 {font-size: 3.0rem}
    .b_mv_box .b_txt_box h1 {font-size: 3.0rem}
    .b_mv_box .b_more_btn {margin: 40px auto 0;}
    .b_mv_box ul li figure {position: relative;}
    .b_mv_box ul li figure img {transform: scale(1.0); width: 100%; height: auto}
}

@media screen and (max-width:2000px){
    .b_mv_box.sub_bg {height: auto; background: #000}
	.b_mv_box.sub_bg .movie_box {height: 100%}
	.b_mv_box.sub_bg .movie_box > div {height: 100%}
	.b_mv_box.sub_bg .movie_box iframe {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%}
}

@media screen and (max-width:768px){
    
    .b_option_box {justify-content: center; bottom: 25px; top: unset}

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


.b_motion { /* 페이드 이펙트 */
    transition: transform 0.6s, opacity 0.6s ease;
    opacity: 0 !important;
    transform: translate3d(0px, 30px, 0);
  }

.b_motion.b_move { /* 모션 작동 */
    opacity: 1 !important;
    transform: translateZ(0) !important;
}

.b_delay_01{transition-delay: .2s;}
.b_delay_02{transition-delay: .4s;}
.b_delay_03{transition-delay: .6s;}
.b_delay_04{transition-delay: .7s;}
.b_delay_05{transition-delay: 1.0s;}

@media screen and (max-width:1200px){
    .b_delay_01{transition-delay: 0s;}
    .b_delay_02{transition-delay: 0s;}
    .b_delay_03{transition-delay: 0s;}
    .b_delay_04{transition-delay: 0s;}
    .b_delay_05{transition-delay: 0s;}
}

.movie_bg {position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 4}
.movie_box { max-width:100%; margin: 0px auto 0; position: relative; z-index: 3}
.movie_box div { position:relative; padding-top: 56.25%; overflow:hidden; }
.movie_box iframe { display:block; width:100%; height:100%; position:absolute; top: 0%; }

.b_tit_box {margin-bottom: 50px; text-align: center;}
.b_tit_box h1{line-height: 1.3; word-break: keep-all; font-size: 4.6rem; font-weight: 400; padding: 10px 0}
.b_tit_box h1 strong {font-weight: 800}

.b_section{padding: 80px 0;}

@media screen and (max-width:1200px){
    .b_tit_box .b_sub_txt {font-size: 2.6rem; margin-bottom: 0;}
    .b_tit_box h3 {font-size: 4.2rem}
    .b_tit_box .b_cont_txt {font-size: 1.8rem;}
}

@media screen and (max-width:768px){
    .b_tit_box {margin-bottom: 30px; }
    .b_tit_box .b_sub_txt {margin-bottom: 0px; font-size: 2.0rem}
    .b_tit_box h3 {font-size: 3.4rem}
	.b_tit_box h1 {font-size: 3.6rem}
    .b_tit_box .b_cont_txt {margin-top: 20px;}
    .b_section {padding: 70px 0;}
}

#b_footer{font-size: 2.62em; font-weight: 400;background-color: #191919; }
#b_footer > div {display: flex; flex-wrap: wrap;  padding: 50px 0; }
#b_footer p {padding-bottom: 5px}
#b_footer p:last-child {padding-bottom: 0;}
#b_footer .tl {font-weight: 600; padding-bottom:40px}
#b_footer .b_foot_logo {width: 250px; }
#b_footer .b_foot_company {width: calc(100% - 400px); padding: 0 0 0 20px; font-size: 1.6rem; font-weight: 300;color: #fff; display: flex; flex-wrap: wrap;}
#b_footer .b_foot_company h3 {padding: 0 0 15px; font-size: 1.5rem}
#b_footer .b_foot_company p {font-size: 1.4rem; letter-spacing: 0; color: #fff}
#b_footer .b_foot_company p a {color: #fff}
#b_footer .b_foot_company .b_office {width: 40%}
#b_footer .b_foot_company .b_office p span {width: 50px; display: inline-block; text-align: justify;}
#b_footer .b_foot_company .b_office p span.span1 {letter-spacing: 9px}
#b_footer .b_foot_company .b_office p span.span2 {letter-spacing: 8px}
#b_footer .b_foot_company .b_office p span.span3 {letter-spacing: 7.5px}
#b_footer .b_foot_company .b_contact {width: 30%}
#b_footer .b_foot_company .b_number {width: 30%}
#b_footer .b_foot_company .b_copyright {width: 100%; padding: 30px 0 0; font-weight: 300;}
#b_footer .b_foot_help {width: 150px; text-align: right;}
#b_footer .b_foot_help a {border: 1px solid #fff; color: #fff; font-size: 1.4rem; padding: 10px 20px;}
#b_footer .b_foot_help ul {display: flex; color: #fff; }
#b_footer .b_foot_help .tel p {font-size: 2.0rem; font-weight: 600;}
#b_footer .b_foot_help .tel h2 {font-size: 3.6rem; font-weight: 800;}
#b_footer .b_foot_help .time {padding: 0 0 0 40px}
#b_footer .b_foot_help .time p {font-size: 1.6rem; font-weight: 300; opacity: .7;}
#b_footer .b_foot_help .login {display: flex; padding: 20px 0 0}
#b_footer .b_foot_help .login p {background: rgba(255,255,255,.3); color: #fff; padding: 10px 20px; border-radius: 5px; font-size: 1.2rem; margin: 0 10px 0 0}
#b_footer .b_foot_help .login p a {display: block; color: #fff}

@media screen and (max-width:980px){
    #b_footer{padding:0px 0; }
    #b_footer  > div{flex-direction: column; text-align: center; padding: 40px 0}
	#b_footer .b_foot_logo {width: 100%}
    #b_footer .b_foot_logo img {max-width: 100px;}
	#b_footer .b_foot_company {width: 100%; padding: 40px 0 0}
	#b_footer .b_foot_company .b_office p span {width: auto; letter-spacing: 0px}
	#b_footer .b_foot_company .b_office p span.span1 {letter-spacing: 0px}
	#b_footer .b_foot_company .b_office p span.span2 {letter-spacing: 0px}
	#b_footer .b_foot_company .b_office p span.span3 {letter-spacing: 0px}
	#b_footer .b_foot_right {width: 100%; padding: 20px 0 0; }
	#b_footer .b_foot_help {width: 100%; text-align: center; padding: 30px 0 0}
}

@media screen and (max-width:768px){
	#b_footer .b_foot_company {justify-content: center}
	#b_footer .b_foot_company .b_office {width: 100%}
	#b_footer .b_foot_company .b_contact {width: 30%;padding: 20px 10px 0 0}
	#b_footer .b_foot_company .b_number {width: 30%;padding: 20px 0px 0 10px}
}

.bbs_wrap {padding: 0px 0 100px}
.bbs_tl {display: flex; justify-content: space-between; align-items: center;}

/*테이블*/
.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.8rem; margin: 10px 0 0; border-top: 2px solid #555; width: 100%}
.tbl_b tr {border-bottom: 1px solid #ddd;}
.tbl_b tr:nth-child(2n-1) {background: #f7f7f7; font-weight: 600; color: var(--colorMain); font-size: 2.0rem}
.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: 25px 15px; line-height: 1.8; text-align: center; border-right: 1px solid #ddd;}
.tbl_b td:last-child {border-right: none;}

.tbl_c {font-size: 1.8rem; margin: 10px 0 0; border-top: 2px solid #555; width: 100%}
.tbl_c tr {border-bottom: 1px solid #ddd;}
.tbl_c th {background: #f7f7f7; padding: 15px 15px; font-weight: 500; width: 120px; text-align: center; border-right: 1px solid #ddd;}
.tbl_c th:last-child {border-right: none;}
.tbl_c td {padding: 25px 15px; line-height: 1.8; text-align: left; border-right: 1px solid #ddd;}
.tbl_c td:last-child {border-right: none;}

.txt_con {}
.txt_con h2 {font-size: 3.2rem; font-weight: 600}
.txt_con p {font-size: 1.8rem; padding: 40px 0 0; color: #222; line-height: 1.4;}
.txt_con p strong {font-size: 2.6rem; color: #000; font-weight: 400;}

.flex_box {display: flex; flex-wrap: wrap;}
.flex_reverse {flex-direction: row-reverse;}
ul.flex_box .img_box {width: 37%; }
ul.flex_box .img_box img {width: 100%; border-radius: 0 50px 0 50px;}
ul.flex_box .txt_box {width: 63%; padding-left: 60px}
ul.flex_reverse .txt_box {padding-left: 0; padding-right: 60px;}

ul.img_box {display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%}
ul.img_box li {margin: 0 0 20px; position: relative; display: flex; justify-content: center; align-items: center;}
ul.img_box li img {width: 100%}
ul.flex2 li {width: calc(50% - 20px)}
ul.flex3 li {width: calc(33.333% - 20px)}
ul.flex4 li {width: calc(25% - 20px)}
ul.flex5 li {width: calc(20% - 20px)}
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%}

/*서브페이지*/
#content_wrapper {}
#content_wrapper .sub_title {position: relative; letter-spacing: 0px; height: 400px; background-size: cover; background-repeat: no-repeat; background-position: center center;}
#content_wrapper .sub_title .txt_box {width: 100%; height: 100%; display: flex; flex-direction: column;justify-content: center; align-items: center; color: #fff; padding: 0px 0 0;}
#content_wrapper .sub_title .txt_box p { letter-spacing: 0px; }
#content_wrapper .sub_title .txt_box h1 { padding: 0px 0 0; font-size: 3.2rem; }

#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: 60px; 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;}
#content_wrapper .sub_menu > .sub_menu_box div.depth3 {width: 220px;}
#content_wrapper .sub_menu > .sub_menu_box div img {width: 13px; 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: 13px 25px; width: 100%}
#content_wrapper .sub_menu > .sub_menu_box div > a.sub_depth:after {position: absolute; right: 15px; 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: 60px; left: 0px;  background: #f7f7f7; width: 100%; padding: 10px 10px 15px; z-index: 2; font-weight: 400 }
#content_wrapper .sub_menu > .sub_menu_box div ul li a {display: block; color: #777; padding: 10px 15px;  }
#content_wrapper .sub_menu > .sub_menu_box div ul li a.active {font-weight: 600; color: #000}

.sub_wrapper {padding:0px 0 0px 0;}
.sub_content_wrap {padding: 0px 0 0px}

.b_quick_wrap {position: fixed; right: -200px; top: 160px; z-index: 20; transition: 1s;}
.b_quick_wrap.active {right: 0; transition: 1s;} 
.b_quick_wrap .b_quick {display: flex; align-items: center;}
.b_quick_wrap .b_quick .arrow {border: 1px solid #ddd; border-radius: 5px 0 0 5px; background: #fff; margin: 0 -1px 0 0}
.b_quick_wrap .b_quick .arrow a {display: inline-block; padding: 15px 10px; }
.b_quick_wrap .b_quick .arrow a img {transform: rotate(180deg);}
.b_quick_wrap.active .b_quick .arrow a img {transform: rotate(0deg);}
.b_quick_wrap .b_quick .menu_box {width: 200px; border: 1px solid #ddd;background: #fff}
.b_quick_wrap .b_quick .menu_box .stl {font-size: 1.6rem; font-weight: 600; padding: 30px 0 0; margin: 0 15px}
.b_quick_wrap .b_quick .menu_box .link {background: #000; color: #fff; font-size: 1.3rem; border-radius: 5px; padding: 10px 10px; margin: 7px 15px 0}
.b_quick_wrap .b_quick .menu_box .link.youtube {background: #F3EAEA; color: #000; font-weight: 600;}
.b_quick_wrap .b_quick .menu_box .link.branch {background: var(--colorMain)}
.b_quick_wrap .b_quick .menu_box .link.branch a{ color: #fff}
.b_quick_wrap .b_quick .menu_box .link.review a{ color: #fff}
.b_quick_wrap .b_quick .menu_box .banner {margin: 20px 15px 0}
.b_quick_wrap .b_quick .menu_box .top {background: #000; color: #fff; text-align: center; font-size: 1.2rem; margin: 20px 0 0; padding: 7px 0}
.b_quick_wrap .b_quick .menu_box .top a {color: #fff; display: block;}

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

/*서브페이지*/
.b_active {transform: translateX(-70px); transition: 1s; opacity: 0;}
.b_active.active {transform: translateX(0px); transition: 1s; opacity: 1}
.b_active2 {transform: translateX(70px); transition: 1s; opacity: 0}
.b_active2.active {transform: translateX(0px); transition: 1s; transition-delay: 0.3s; opacity: 1}

.subpage {}

.subpage_bg {display: flex; align-items: center; justify-content: center;}
.subpage_bg .txt_box {color: #fff; text-align: center;}
.subpage_bg .txt_box .stl {font-size: 3.5rem; font-weight: 200;}
.subpage_bg .txt_box h2 {font-size: 6.5rem; font-weight: 600;}
.subpage_bg .txt_box .con {font-size: 2.8rem; font-weight: 500; padding: 40px 0 0}
.subpage_bg .txt_box .txt {font-size: 2.0rem; font-weight: 300; padding: 20px 0 0; line-height: 1.6;}

.subpage .contl {}
.subpage .contl h1 {font-size: 6.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 {padding: 0px 0 80px}
.subcontent_img p {padding: 60px 0}
.subcontent_img p:nth-child(1) {padding: 0 0 60px}
.subcontent_img p img {width: 100%}

.subpage .subcontent_img p {padding: 0px 0}

/*어바웃*/
.about .subpage_bg {height: 1000px; background: url(/data/design/sub_1_1_1.png) no-repeat center bottom; background-size: cover;}
.about .sec01 {height: 512px; background: url(/data/design/sub_1_1_2.png) no-repeat center bottom; background-size: cover; display: flex; justify-content: center; align-items: center;}
.about .sec01 .txt_box {text-align: center;}
.about .sec01 .txt_box h2 {font-size: 4.5rem; font-weight: 600;}
.about .sec01 .txt_box .txt {font-size: 1.8rem; font-weight: 400; padding: 30px 0 0; line-height: 1.4;}
.about .sec01 .txt_box .item {display: flex; flex-wrap: wrap; justify-content: space-evenly; padding: 50px 180px 0;}
.about .sec01 .txt_box .item span {width: 20%; font-size: 2.0rem; font-weight: 600; border-bottom: 2px solid #191919; padding: 15px 0}
.about .sec02 {padding: 120px 0}
.about .sec02 .txt_box {text-align: center;}
.about .sec02 .txt_box .txt {font-size: 2.5rem; font-weight: 400; padding: 0px 0 0; line-height: 1.4;}
.about .sec02 .txt_box h2 {font-size: 4.5rem; font-weight: 600; padding: 10px 0 0}
.about .sec02 .txt_box .item {display: flex; flex-wrap: wrap; justify-content: space-evenly; padding: 30px 180px 0;}
.about .sec02 .txt_box .item span {width: 30%; font-size: 2.5rem; font-weight: 600; border-bottom: 2px solid #191919; padding: 15px 0}
.about .sec02 .img_box {padding: 80px 20px 0}
.about .sec02 .img_box img {width: 100%}

.about .sec03 {height: 749px; background: url(/data/design/sub_1_1_4.png) no-repeat center bottom; background-size: cover; display: flex; justify-content: center; align-items: center;}
.about .sec03 .txt_box {}
.about .sec03 .txt_box .txt {font-size: 2.5rem; font-weight: 400; padding: 0px 0 0; line-height: 1.4;}
.about .sec03 .txt_box h2 {font-size: 4.5rem; font-weight: 600; padding: 10px 0 0}
.about .sec03 .txt_box .item_list {display: flex; flex-wrap: wrap; padding: 30px 0px 0; justify-content: space-between;}
.about .sec03 .txt_box .item_list p {width: calc(25% - 20px); font-size: 2.5rem; background-color: #fff; text-align: center; padding: 30px 0; margin: 0 0 20px; display: flex; flex-direction: column;}
.about .sec03 .txt_box .item_list p span {font-size: 1.8rem; color: #8c8c8c;}
.about .sec03 .txt_box .item_list p strong {font-size: 5.5rem; }
.about .sec03 .txt_box .item_list p strong i {font-size: 3.0rem; padding: 0 0 0 10px}

.about .sec04 {display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; padding: 150px 0}
.about .sec04 .txt_box {width: calc(100% - 777px); display: flex; flex-direction: column; justify-content: space-between; height: 445px;}
.about .sec04 .txt_box .txt {font-size: 2.5rem; font-weight: 400; padding: 0px 0 0; line-height: 1.4; transform: translate3d(0px, 30px, 0);}
.about .sec04 .txt_box h2 {font-size: 4.5rem; font-weight: 600; padding: 10px 0 0; transform: translate3d(0px, 30px, 0);}
.about .sec04 .txt_box .con {font-size: 2.0rem; font-weight: 400; padding: 40px 0 0; line-height: 1.6; color: #8c8c8c; transform: translate3d(0px, 30px, 0)}
.about .sec04 .txt_b {font-size: 2.0rem; font-weight: 600; transform: translate3d(0px, 30px, 0);}
.about .sec04 .img_box {position: relative; width: 777px;} 
.about .sec04 .img_box .b_slide_box {overflow: hidden; }
.about .sec04 .img_box li img {transform: scale(1.0); transition: .3s; width: 100%}
.about .sec04 .img_box li img:hover {transform: scale(1.1); transition: .3s;}
.about .sec04 .swiper-button-next {background: none; right: -60px !important}
.about .sec04 .swiper-button-prev {background: none; left: -60px !important}

.about_new .subpage_bg {height: 1000px; background: url(/data/design/sub_1_1_1.png) no-repeat center bottom; background-size: cover;}
.about_new .sec01 {display: flex; justify-content: center; align-items: center; flex-direction: column; background: #F8F8F8; padding: 120px 0}
.about_new .sec01 .txt_box {text-align: center;}
.about_new .sec01 .txt_box h2 {font-size: 4.5rem; font-weight: 600;}
.about_new .sec01 .txt_box h2 strong {font-weight: 600; color: var(--colorMain);}
.about_new .sec01 .txt_box p {font-size: 2.5rem; font-weight: 500; padding: 30px 20px 0; line-height: 1.4;}
.about_new .sec01 .txt_box p strong {font-weight: 500; color: var(--colorMain);}
.about_new .sec01 .img_box {padding: 120px 20px 0}
.about_new .sec01 .img_box img {width: 100%}

.about_new .sec03 {height: 914px; background: url(/data/design/new/sub_1_1_2_bg.png) no-repeat center/cover; background-size: cover; display: flex; justify-content: center; align-items: center;}
.about_new .sec03 .txt_box {color: #fff}
.about_new .sec03 .txt_box .txt {font-size: 2.5rem; font-weight: 400; padding: 0px 0 0; line-height: 1.4;}
.about_new .sec03 .txt_box h2 {font-size: 4.5rem; font-weight: 600; padding: 10px 0 0}
.about_new .sec03 .txt_box .item_list {display: flex; flex-wrap: wrap; padding: 30px 100px 0; margin: 80px 0 0; justify-content: space-between; background-color: #fff; border-radius: 20px; opacity: .85;}
.about_new .sec03 .txt_box .item_list p {width: calc(25% - 20px); font-size: 2.5rem; padding: 30px 0; margin: 0 0 20px; display: flex; flex-direction: column; color: #191919;}
.about_new .sec03 .txt_box .item_list p span {font-size: 1.8rem; color: #191919;}
.about_new .sec03 .txt_box .item_list p strong {font-size: 5.5rem; }
.about_new .sec03 .txt_box .item_list p strong i {font-size: 3.0rem; padding: 0 0 0 10px}

.about_new .sec04 {display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; flex-direction: column; padding: 150px 0; background: #f8f8f8;}
.about_new .sec04 .txt_box {display: flex; flex-direction: column; justify-content: space-between; text-align: center; width: 100%}
.about_new .sec04 .txt_box .txt {font-size: 2.5rem; font-weight: 400; padding: 0px 0 0; line-height: 1.4;  }
.about_new .sec04 .txt_box h2 {font-size: 4.5rem; font-weight: 700; padding: 10px 0 0;}
.about_new .sec04 .txt_box h2 strong {font-weight: 700; color: var(--colorMain);}
.about_new .sec04 .txt_box .con {font-size: 2.0rem; font-weight: 400; padding: 40px 0 0; line-height: 1.6; color: #8c8c8c;}
.about_new .sec04 .txt_b {font-size: 2.0rem; font-weight: 600;}
.about_new .sec04 .txt_box .txt_cate {padding: 60px 0 0; display: flex; justify-content: center; align-items: center; width: 100%}
.about_new .sec04 .txt_box .txt_cate li {text-align: center; border-bottom: 2px solid #9d9d9d; font-size: 2.5rem; padding: 0 50px 13px; color: #9d9d9d; cursor: pointer;}
.about_new .sec04 .txt_box .txt_cate li.active, .about_new .sec04 .txt_box .txt_cate li:hover {color: var(--colorMain); border-bottom: 2px solid var(--colorMain); font-weight: 600;}
.about_new .sec04 .img_box {position: relative; width: 777px; margin: 70px 0 0} 
.about_new .sec04 .img_box .b_slide_box {overflow: hidden; }
.about_new .sec04 .img_box li img {transform: scale(1.0); transition: .3s; width: 100%}
.about_new .sec04 .img_box li img:hover {transform: scale(1.1); transition: .3s;}
.about_new .sec04 .con_text {padding: 50px 0 0; width: 100%; max-width: 1020px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.about_new .sec04 .con_text span {padding: 10px 15px; font-size: 1.4rem; color: #9d9d9d; background: #fff; border: 1px solid #9d9d9d; border-radius: 50px; margin: 0 5px 15px}
.about_new .sec04 .con_text span.active {background: var(--colorMain); color: #fff; border: 1px solid var(--colorMain); transition: .3s;}
.about_new .sec04 .con_ex {text-align: center; padding: 50px 10px; margin: 80px 0 0; font-size: 2.8rem; line-height: 1.5; background: #fff; border-radius: 20px; box-shadow: 5px 5px 5px rgba(0,0,0,.3); width: 100%}
.about_new .sec04 .con_ex strong {color: var(--colorMain)}
.about_new .sec04 .swiper-button-next {background: none; right: 20px !important}
.about_new .sec04 .swiper-button-prev {background: none; left: 30px !important}

.service .subpage_bg {height: 1000px; background: url(/data/design/new/sub_2_1_1.png) no-repeat center bottom #F8F8F8; background-size: cover;}
.service .sec01 {display: flex; justify-content: center; align-items: center; flex-direction: column; background: #F8F8F8; padding: 0px 0 120px}
.service .sec01 .txt_cate {border-bottom: 1px solid #D2D6DA; width: 100%; background: #fff;}
.service .sec01 .txt_cate ul {padding: 0px 0 0; display: flex; justify-content: center; align-items: center; width: 100%; }
.service .sec01 .txt_cate li {text-align: center; font-size: 2.0rem; padding: 20px 0; color: #9d9d9d; cursor: pointer; color: #9D9D9D; width: 33.3333%; text-align: center;}
.service .sec01 .txt_cate li.active, .service .sec01 .txt_cate li:hover {font-weight: 600; color: #191919}
.service .sec01 .txt_box {text-align: center; padding: 120px 0 0}
.service .sec01 .txt_box h2 {font-size: 4.5rem; font-weight: 600;}
.service .sec01 .con_txt {padding: 80px 0px 0; display: flex; flex-wrap: wrap; width: 100%}
.service .sec01 .con_txt li {border: 2px solid #fff; background: #fff; border-radius: 20px; margin: 0 10px; padding: 40px 10px; text-align: center; width: calc(33.33% - 20px); cursor: pointer}
.service .sec01 .con_txt li .on {display: none; transition: .3s;}
.service .sec01 .con_txt li .off { display: inline-block; transition: .3s;}
.service .sec01 .con_txt li h2 {color: #9D9D9D; font-size: 3.2rem; padding: 25px 0 0}
.service .sec01 .con_txt li p {color: #9D9D9D; font-size: 2.4rem; padding: 20px 0 0}
.service .sec01 .con_txt li.active {border: 2px solid var(--colorMain); }
.service .sec01 .con_txt li.active h2 {color: var(--colorMain); font-size: 3.2rem}
.service .sec01 .con_txt li.active p {color: #191919; font-size: 2.4rem;}
.service .sec01 .con_txt li.active .on { display: inline-block; transition: .3s;}
.service .sec01 .con_txt li.active .off { display: none; transition: .3s;}

.service .sec03 {padding: 120px 0}
.service .sec03 .txt_box {color: #191919}
.service .sec03 .txt_box .txt {font-size: 4.5rem; font-weight: 600; padding: 0px 0 0; line-height: 1.4;}
.service .sec03 .txt_box h2 {font-size: 4.5rem; font-weight: 600; padding: 0px 0 0}
.service .sec03 .txt_box h2 strong {color: var(--colorMain); font-weight: 600;}
.service .sec03 .con_txt {padding: 80px 0px 0; display: flex; flex-wrap: wrap }
.service .sec03 .con_txt li {width: calc(33.333% - 12px); border: 1px solid var(--colorMain); background: rgba(243, 112, 34, 0.05); border-radius: 20px; margin: 0 6px; padding: 20px 20px; text-align: center;}
.service .sec03 .con_txt li figure img {width: 100%; max-width: 395px}
.service .sec03 .con_txt li h2 {color: #1a1a1a; font-size: 2.2rem; padding: 25px 0 0; font-weight: 500}

.service .sec04 {height: 932px; background: url(/data/design/new/sub_2_1_3_bg.png) no-repeat center bottom; background-size: cover; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; flex-direction: column; padding: 150px 0;  background-attachment: fixed;}
.service .sec04 .txt_box {display: flex; flex-direction: column; justify-content: space-between; text-align: center; width: 100%; color: #fff}
.service .sec04 .txt_box .txt {font-size: 2.5rem; font-weight: 400; padding: 0px 0 0; line-height: 1.4;  }
.service .sec04 .txt_box h2 {font-size: 4.5rem; font-weight: 700; padding: 10px 0 0;}
.service .sec04 .con_txt {display: flex;}
.service .sec04 .con_txt > div {background: rgba(255,255,255,.85); width: 670px; height: 442px; padding: 20px 40px; margin: 0 10px; border-radius: 16px;}
.service .sec04 .con_txt > .txt1 ul {display: flex; justify-content: space-between; flex-direction: column;}
.service .sec04 .con_txt > .txt1 ul li {display: flex; align-items: center; padding: 13px 0;}
.service .sec04 .con_txt > .txt1 ul li {border-bottom: 1px dotted #5e5e5e;}
.service .sec04 .con_txt > .txt1 ul li:last-child {border-bottom: none;}
.service .sec04 .con_txt > .txt1 ul li p {font-size: 2.0rem; font-weight: 400; }
.service .sec04 .con_txt > .txt1 ul li p:nth-child(1) {width: 200px; font-size: 2.2rem; font-weight: 600; text-align: center; padding: 0 10px 0 0; line-height: 1.6;}
.service .sec04 .con_txt > .txt2 { padding: 20px 60px;background: url(/data/design/new/sub_2_1_3_map.png) no-repeat right bottom  rgba(255,255,255,.85); display: flex; flex-direction: column; justify-content: center;}
.service .sec04 .con_txt > .txt2 h2 {font-size: 2.6rem; font-weight: 600; letter-spacing: -1px;}
.service .sec04 .con_txt > .txt2 ul {display: flex; flex-wrap: wrap; width: 224px; padding: 20px 0 0}
.service .sec04 .con_txt > .txt2 ul li {width: 50%; padding: 13px 0;}
.service .sec04 .con_txt > .txt2 ul li {font-size: 2.4rem; font-weight: 500; letter-spacing: -1px; }
.service .sec04 .con_txt > .txt2 ul li span {color: var(--colorMain); font-weight: 600; font-size: 1.6rem;}

.service .sec05 {background: #f8f8f8; padding: 150px 0 }
.service .sec05 .txt_box {display: flex; flex-direction: column; justify-content: space-between; text-align: center; width: 100%; color: #191919}
.service .sec05 .txt_box .txt {font-size: 2.5rem; font-weight: 400; padding: 0px 0 0; line-height: 1.4;  opacity: 0 ; transform: translate3d(0px, 30px, 0);}
.service .sec05 .txt_box h2 {font-size: 4.5rem; font-weight: 700; padding: 10px 0 0;opacity: 0 ; transform: translate3d(0px, 30px, 0);}
.service .sec05 .txt_box h2 strong {color: var(--colorMain); font-weight: 600;}
.service .sec05 .txt_box.active .txt {opacity: 1 !important; transform: translateZ(0) !important; transition: transform 0.6s, opacity 0.6s ease; color:}
.service .sec05 .txt_box.active h2 {opacity: 1 !important; transform: translateZ(0) !important;transition: transform 0.6s, opacity 0.6s ease; transition-delay: .2s;}
.service .sec05 .txt_box.active .con {opacity: 1 !important; transform: translateZ(0) !important;transition: transform 0.6s, opacity 0.6s ease; transition-delay: .4s;}
.service .sec05 .txt_box.active .txt_b {opacity: 1 !important; transform: translateZ(0) !important;transition: transform 0.6s, opacity 0.6s ease;}
.service .sec05 .con_txt {display: flex; flex-wrap: wrap; padding: 80px 0 0}
.service .sec05 .con_txt li {background: rgba(255,255,255); width: calc(50% - 20px); padding: 20px 20px; margin: 0 10px 20px; border-radius: 16px; display: flex; align-items: center; color: #191919}
.service .sec05 .con_txt li figure {width: 140px; text-align: center}
.service .sec05 .con_txt li figure img {width: 100%; max-width: 121px}
.service .sec05 .con_txt li .txt {padding: 0 0 0 20px; width: calc(100% - 140px)}
.service .sec05 .con_txt li p span {display: inline-block; padding: 7px 20px; background: var(--colorMain); color: #fff; font-size: 1.7rem; border-radius: 50px;}
.service .sec05 .con_txt li h2 {font-size: 2.0rem; border-bottom: 1px dotted #5e5e5e; padding: 15px 0 10px; width: 100%; letter-spacing: -1px}
.service .sec05 .con_txt li h3 {font-size: 1.5rem; padding: 15px 0 0; font-weight: 400; line-height: 1.6}

.service .sec06 { padding: 150px 0; position: relative;}
.service .sec06 .txt_box {display: flex; flex-direction: column; justify-content: space-between; text-align: left; width: 100%; color: #191919}
.service .sec06 .txt_box p {font-size: 2.5rem; font-weight: 600; padding: 0px 0 0; line-height: 1.4;  opacity: 0 ; transform: translate3d(0px, 30px, 0); color: var(--colorMain);}
.service .sec06 .txt_box h2 {font-size: 4.5rem; font-weight: 700; padding: 10px 0 0;opacity: 0 ; transform: translate3d(0px, 30px, 0);}
.service .sec06 .txt_box h2 strong {color: var(--colorMain); font-weight: 600;}
.service .sec06 .txt_box.active .txt {opacity: 1 !important; transform: translateZ(0) !important; transition: transform 0.6s, opacity 0.6s ease; color:}
.service .sec06 .txt_box.active h2 {opacity: 1 !important; transform: translateZ(0) !important;transition: transform 0.6s, opacity 0.6s ease; transition-delay: .2s;}
.service .sec06 .txt_box.active .con {opacity: 1 !important; transform: translateZ(0) !important;transition: transform 0.6s, opacity 0.6s ease; transition-delay: .4s;}
.service .sec06 .txt_box.active .txt_b {opacity: 1 !important; transform: translateZ(0) !important;transition: transform 0.6s, opacity 0.6s ease;}
.service .sec06 .con_txt {display: flex; flex-wrap: wrap; padding: 80px 0 0}
.service .sec06 .con_txt li {background: rgba(255,255,255); box-shadow: 3px 3px 10px rgba(0,0,0,.2); width: 266px; padding: 0px 0px 30px; margin: 0 40px 20px 0; border-radius: 16px; color: #191919; text-align: center;}
.service .sec06 .con_txt li h2 {font-size: 2.0rem; padding: 20px 0 20px; width: 100%; background: var(--colorMain); color: #fff; border-radius: 16px 16px 0 0;}
.service .sec06 .con_txt li figure {padding: 20px 0 0}
.service .sec06 .con_txt li p {font-size: 1.7rem; padding: 15px 0 0; font-weight: 400; line-height: 1.4;}
.service .sec06 .img_action {position: absolute; right: 0; bottom: 0; z-index: -1} 

.service .sec07 { padding: 150px 0; position: relative;}
.service .sec07 .con_txt { padding: 80px 0 0}
.service .sec07 .con_txt li {display: flex; flex-wrap: wrap; padding: 0 0 40px; margin: 0 40px 40px 0; color: #191919; border-bottom: 1px solid #9d9d9d;}
.service .sec07 .con_txt li:last-child {border-bottom: none;}
.service .sec07 .con_txt li figure {width: 50%}
.service .sec07 .con_txt li figure img {width: 100%}
.service .sec07 .con_txt li .txt {width: 50%; padding: 0 0 0 80px}
.service .sec07 .con_txt li .txt h2 {font-size: 4.0rem; padding: 0px 0 20px; line-height: 1.3 }
.service .sec07 .con_txt li .txt h2 strong {color: var(--colorMain); font-weight: 600;}
.service .sec07 .con_txt li .txt p {font-size: 1.9rem; padding: 10px 0 0; font-weight: 400; line-height: 1.8;}
.service .sec07 .con_txt li:nth-child(2n) {flex-direction: row-reverse;}
.service .sec07 .con_txt li:nth-child(2n) .txt {padding: 0 80px 0 0}

.service .sec08 { height: 910px; background: url(/data/design/new/sub_2_1_7_bg.png) no-repeat center bottom; background-size: cover; display: flex; justify-content: space-between; align-items: center;  background-attachment: fixed;}
.service .sec08 .txt_box {display: flex; flex-direction: column; justify-content: space-between; text-align: center; width: 100%; color: #fff}
.service .sec08 .txt_box p {font-size: 2.5rem; font-weight: 600; padding: 0px 0 0; line-height: 1.4;  opacity: 0 ; transform: translate3d(0px, 30px, 0); color: var(--colorMain);}
.service .sec08 .txt_box h2 {font-size: 5.2rem; font-weight: 700; padding: 0px 0 0;opacity: 1 ; transform: translate3d(0px, 30px, 0);}
.service .sec08 .txt_box h2 strong {overflow: hidden; position: relative; display: inline-block;font-weight: 600; margin: 10px 0 0; padding: 5px 20px}
.service .sec08 .txt_box h2 strong:after {position: absolute; z-index: -1; left: 0; top: 0; width: 100%; height: 100%; transform: translateX(-100%); opacity: 0; background: var(--colorMain); content: "";}
.service .sec08 .txt_box.active .txt {opacity: 1 !important; transform: translateZ(0) !important; transition: transform 0.6s, opacity 0.6s ease; color:}
.service .sec08 .txt_box.active h2 {opacity: 1 !important; transform: translateZ(0) !important;transition: transform 0.6s, opacity 0.6s ease; transition-delay: .2s;}
.service .sec08 .txt_box h2 strong.active:after {opacity: 1 !important; transform: translateZ(0) !important;transition: transform 0.6s, opacity 0.6s ease; transition-delay: .2s;}
.service .sec08 .txt_box.active .con {opacity: 1 !important; transform: translateZ(0) !important;transition: transform 0.6s, opacity 0.6s ease; transition-delay: .4s;}
.service .sec08 .txt_box.active .txt_b {opacity: 1 !important; transform: translateZ(0) !important;transition: transform 0.6s, opacity 0.6s ease;}

.service .sec09 {padding: 120px 0}
.service .sec09 .txt_box {color: #191919}
.service .sec09 .txt_box .txt {font-size: 2.5rem; font-weight: 600; color: var(--colorMain);}
.service .sec09 .txt_box p {font-size: 4.5rem; font-weight: 600; padding: 10px 0 0}
.service .sec09 .txt_box h2 {font-size: 4.5rem; font-weight: 600; padding: 10px 0 0}
.service .sec09 .txt_box h2 strong {color: var(--colorMain); font-weight: 600;}
.service .sec09 .con_txt {padding: 80px 0px 0; display: flex; flex-wrap: wrap }
.service .sec09 .con_txt li {width: calc(33.333% - 20px); background: #F8F8F8; border-radius: 20px; margin: 0 10px; padding: 50px 30px; text-align: center;}
.service .sec09 .con_txt li figure {height: 150px; display: flex; align-items: center; justify-content: center}
.service .sec09 .con_txt li figure img {max-width: 377px}
.service .sec09 .con_txt li h2 {color: var(--colorMain); font-size: 3.0rem; padding: 35px 0 0; font-weight: 600; }
.service .sec09 .con_txt li p {font-size: 2.1rem; padding: 25px 0 0; font-weight: 500; line-height: 1.6; }

.service .sec10 {padding: 120px 0}
.service .sec10 .txt_box {color: #191919; text-align:center;}
.service .sec10 .txt_box .txt {font-size: 2.5rem; font-weight: 600;}
.service .sec10 .txt_box p {font-size: 4.5rem; font-weight: 600; padding: 10px 0 0}
.service .sec10 .txt_box h2 {font-size: 4.5rem; font-weight: 600; padding: 50px 0 0; color: var(--colorMain);}
.service .sec10 .txt_box h2::before {display: inline-block; width: 160px; height: 1px; border-top: 1px solid var(--colorMain); content: ""; position: absolute; left: 50%; transform: translateX(-50%); top: 0;}
.service .sec10 .txt_box h2 strong {color: var(--colorMain); font-weight: 600;}
.service .sec10 .con_txt {padding: 80px 0px 0; display: flex; flex-wrap: wrap }
.service .sec10 .con_txt li {width: calc(25% - 20px); border-radius: 20px; margin: 0 10px; padding: 50px 30px; text-align: center;}
.service .sec10 .con_txt li figure { display: flex; align-items: center;}
.service .sec10 .con_txt li figure img {max-width: 270px}
.service .sec10 .con_txt li h2 {font-size: 2.2rem; padding: 35px 0 0; font-weight: 600; }

.service .sec11 {padding: 120px 0}
.service .sec11 .txt_box {color: #191919; text-align:left;}
.service .sec11 .txt_box .txt {font-size: 2.5rem; font-weight: 600;}
.service .sec11 .txt_box p {font-size: 4.5rem; font-weight: 600; padding: 10px 0 0}
.service .sec11 .txt_box h2 {font-size: 4.5rem; font-weight: 600; padding: 10px 0 0; color: #191919}
.service .sec11 .txt_box h2 strong {color: var(--colorMain); font-weight: 600;}
.service .sec11 .con_txt {padding: 80px 0px 0; display: flex; flex-wrap: wrap; justify-content: space-between;}
.service .sec11 .con_txt li {position: relative; width: calc(50% - 20px); border-radius: 20px; margin: 0 0 20px; overflow: hidden;}
.service .sec11 .con_txt li figure { display: flex; align-items: center;}
.service .sec11 .con_txt li figure img {max-width: 670px; width: 100%}
.service .sec11 .con_txt li h2 {font-size: 3.2rem; padding: 0px 0 0; font-weight: 600; position: absolute; top: 50%; transform: translateY(-50%); width: 100%; text-align: center; color: #fff; z-index: 2; display: none}
.service .sec11 .con_txt li .bg { background: rgba(0,0,0,.3); opacity: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; transform: translateY(100%); transition: .3s; z-index: 1}
.service .sec11 .con_txt li:hover h2 {display: flex; justify-content: center;  transition: .3s; }
.service .sec11 .con_txt li:hover .bg { opacity: 1; transform: translateY(0px); transition: .3s;}
  
.service .sec11 .txt_ex {text-align: center; font-size: 4.5rem; padding: 50px 0 0; font-weight: 600;}
.service .sec11 .txt_ex strong {color: var(--colorMain); font-weight: 600;}

.service_quick {display: flex; flex-direction: column; width: 80px; text-align: center; position: absolute; left: 50%; transform: translateX(-50%); margin-left: -780px; position: fixed; top: 30px; z-index: 5; opacity: 0; transition: .1s;}
.service_quick.active {opacity: 1; transition: .1s;}
.service_quick a {padding: 10px 15px; margin: 0 0 10px; border-radius: 5px; background:#eee; color: #868686; cursor: pointer; font-size: 1.2rem}
.service_quick a.active, .service_quick a:hover {background:var(--colorMain); color: #fff;}

.partner_box {height: 1000px; background: url(/data/design/sub_1_1_8.png) no-repeat center bottom; background-size: cover; display: flex; justify-content: center; flex-direction: column; background-attachment: fixed;}
.partner_box .txt_box {color: #fff}
.partner_box .txt_box .txt {font-size: 2.5rem; font-weight: 400; padding: 0px 0 0; line-height: 1.4;}
.partner_box .txt_box h2 {font-size: 4.0rem; font-weight: 600; padding: 10px 0 0}
.partner_box .img_box {padding: 50px 0 0} 
.partner_box .img_box ul {display: flex; flex-wrap: wrap; align-items: center}
.partner_box .img_box ul li {margin: 0 20px 20px 0;}
.partner_box .img_box ul li img {width: 100%}
.partner_box .img_box ul li:nth-child(n+21) {display: none}
.partner_box .link_box {width: 100%; padding: 40px 0 0; display: flex; align-items: center; justify-content: center;}

.about_new .partner_box {height: 1100px; background: url(/data/design/new/sub_1_1_4_bg.png) no-repeat center bottom; background-size: cover; display: flex; justify-content: center; flex-direction: column; background-attachment: fixed;}
.about_new .partner_box .txt_box {color: #fff}
.about_new .partner_box .txt_box .txt {font-size: 2.5rem; font-weight: 400; padding: 0px 0 0; line-height: 1.4;}
.about_new .partner_box .txt_box h2 {font-size: 4.0rem; font-weight: 600; padding: 10px 0 0}
.about_new .partner_box .img_box {padding: 50px 0 0} 
.about_new .partner_box .img_box ul {display: flex; flex-wrap: wrap; align-items: center}
.about_new .partner_box .img_box ul li {margin: 0 20px 20px 0;}
.about_new .partner_box .img_box ul li img {width: 100%;}
.about_new .partner_box .link_box {width: 100%; padding: 40px 0 0; display: flex; align-items: center; justify-content: center;}

.about .sec06  {padding: 150px 0}
.about_new .sec06  {padding: 150px 0}

.history_box .txt_box {text-align: center;}
.history_box .txt_box .txt {font-size: 2.5rem; font-weight: 400; padding: 0px 0 0; line-height: 1.4;}
.history_box .txt_box h2 {font-size: 4.5rem; font-weight: 600; padding: 10px 0 0}
.history_box .link_box {width: 100%; padding: 40px 0 0; display: flex; align-items: center; justify-content: center;}

.history_box .history {display: flex; justify-content: center; padding: 80px 0; flex-direction: column; align-items: center;}
.history_box ul {display: flex; font-size: 1.9rem;}
.history_box ul .year {width: 80px; text-align: right; font-weight: 800; font-size: 2.2rem;}
.history_box ul .year i:nth-child(1) {transition-delay: .1s;} 
.history_box ul .year i:nth-child(2) {transition-delay: .2s;}
.history_box ul .year i:nth-child(3) {transition-delay: .3s;}
.history_box ul .year i:nth-child(4) {transition-delay: .4s;}
.history_box ul .year i:nth-child(5) {transition-delay: .5s;}
.history_box ul .line {width: 200px; text-align: center; position: relative}
.history_box ul .line:before {content: ""; position: absolute; width: 14px; height: 14px; border-radius: 20px; left: 50%; top: 0; transform: translateX(-50%); background-color: #191919; z-index: 2;  }
.history_box ul .line:after {content: ""; position: absolute; width: 1px; height: 100%; left: 50%; top: 0; transform: translateX(-50%); border-left: 1px solid #8c8c8c; z-index: 1;}
.history_box ul .txt { width: 500px; padding: 0 0 80px}
.history_box ul .year2 {font-weight: 800; font-size: 2.2rem;}
.history_box ul .year2 i:nth-child(1) {transition-delay: .1s;}
.history_box ul .year2 i:nth-child(2) {transition-delay: .2s;}
.history_box ul .year2 i:nth-child(3) {transition-delay: .3s;}
.history_box ul .year2 i:nth-child(4) {transition-delay: .4s;}
.history_box ul .year2 i:nth-child(5) {transition-delay: .5s;}
.history_box ul .txt p {padding: 0 0 10px; line-height: 1.8; text-align: left;} 
.history_box ul .txt p:nth-child(1) {transition-delay: .2s;}
.history_box ul .txt p:nth-child(2) {transition-delay: .4s;}
.history_box ul .txt p:nth-child(3) {transition-delay: .6s;}
.history_box ul .txt p:nth-child(4) {transition-delay: .8s;}
.history_box ul .txt p:nth-child(5) {transition-delay: 1.0s;}
.history_box ul .txt p:nth-child(6) {transition-delay: 1.2s;}
.history_box ul .txt p:nth-child(7) {transition-delay: 1.4s;}
.history_box ul .txt p:nth-child(8) {transition-delay: 1.6s;}
.history_box ul .txt p:nth-child(9) {transition-delay: 1.8s;}
.history_box ul .txt p:nth-child(10) {transition-delay: 2.0s;}
.history_box ul .txt p span {display: inline-block; font-weight: 800; width: 60px; font-size: 2.2rem;}

.company_partner .partner_box {background: url(/data/design/partner.png) no-repeat center bottom; height: auto; justify-content: flex-start; padding: 200px 0 100px; text-align: center; background-attachment: fixed;;}
.company_history .history_box {background: url(/data/design/history.png) no-repeat center top; height: auto; background-size: cover; justify-content: flex-start; padding: 200px 0 100px; text-align: center; color: #fff}
.company_history .history_box ul .line:before { background-color: #fff  }
.company_history .history_box ul .line:after {border-left: 1px solid #fff}

.contact {height: 1000px; background: url(/data/design/sub_4_1_1.png) no-repeat center bottom; background-size: cover; display: flex; justify-content: center; flex-direction: column;}
.contact .sec01 .txt_box {text-align: center; color: #fff}
.contact .sec01 .txt_box h2 {font-size: 4.5rem; font-weight: 600; padding: 0px 0 0}
.contact .sec01 .txt_box .txt {font-size: 2.5rem; font-weight: 400; padding: 10px 0 0; line-height: 1.4;}
.contact .sec02 {padding: 50px 20px 0}
.contact .sec02 .icon_required {color: var(--colorMain)}
.contact .sec02 .ex {font-size: 1.6rem; color: #fff; border-bottom: 1px solid #fff; padding: 0 0 7px}

.contact_qa {padding: 200px 0 0}
.contact_qa .sec01 {border-bottom: 2px solid #191919; padding: 0 0 20px}
.contact_qa .sec01 .txt_box h2 {font-size: 6.0rem; }
.contact_qa .sec01 .txt_box div {font-size: 1.8rem; padding: 20px 0 0; display: flex; justify-content: space-between; align-items: flex-end  }
.contact_qa .sec01 .txt_box div .etc {color: #8c8c8c}

.icon_required {color: #FF5C00}

.request_wrap {padding: 10px 0 0}
.request_wrap ul {display: flex; justify-content: space-between;flex-wrap: wrap; padding: 0 0 0px }
.request_wrap ul li {display: flex; align-items: center; padding: 7px 5px; width: 50%}
.request_wrap ul li .label {display: flex; align-items: center; width: 150px; color: #fff; font-size: 1.5rem}
.request_wrap ul li .label img {margin: 0 10px 0 0;}
.request_wrap ul li:nth-child(2) .label {padding: 0 0 0 40px}
.request_wrap ul li .value {width: calc(100% - 150px); font-size: 1.6rem;}
.request_wrap ul li .value_add {width: 100%; padding: 10px 0 0; display: none}
.request_wrap ul li .checkbox {display: flex; align-items: center; color: #aaa}
.request_wrap ul li .checkbox a {color: #000; margin: 0 0 0 15px}
.request_wrap ul li input[type='text'] {border-radius: 0px; border: 1px solid #fff; width: 100%; height: 36px; line-height: 36px;}
.request_wrap ul li input[type='email'] {border-radius: 0px; border: 1px solid #fff; width: 100%; }
.request_wrap ul li input[type='checkbox'] {width: 22px; height: 22px; margin: 0 10px 0 0;}
.request_wrap ul li select {border-radius: 0px; border: 1px solid #fff; width: 100%;}
.request_wrap ul li textarea {border-radius: 0px; border: 1px solid #fff; width: 100%}
.request_wrap ul li .itemlist {display: flex; justify-content: space-between; align-items: center;}
.request_wrap ul li .itemlist .item {width: 23%; background-color: #fff; color: #000; padding: 8px 0; text-align: center; cursor: pointer; font-size: 1.5rem}
.request_wrap ul li .itemlist .item.active {background-color: var(--colorMain); color: #fff}
.request_wrap .agreement {display: none; padding: 60px 0 0}
.request_wrap .agreement .tl {font-size: 2.0rem; padding: 0 0 20px; letter-spacing: -1px}
.request_wrap .agreement dl {border: 1px solid #ddd; padding: 30px; border-radius: 10px;}
.request_wrap .agreement dd {padding: 5px 0}
.request_wrap .agree_check {padding: 10px 0 0}
.request_wrap .agree_btn {padding: 20px 0 0; margin: 10px 0 0; display: flex; justify-content: center; align-items: center; border-top: 1px dotted #aaa;}
.request_wrap .agree_btn button {font-size: 2.0rem; padding: 15px 0; width: 242px; background: #000; border-radius: 0; border: 1px solid #000; color: #fff}

.request_wrap_qa {padding: 80px 0 120px; display: flex; justify-content: space-between; }
.request_wrap_qa .txt {}
.request_wrap_qa .txt h3 {font-size: 4.2rem; line-height: 1.2}
.request_wrap_qa .txt p {font-size: 2.4rem; line-height: 1.2; padding: 20px 0 20px}
.request_wrap_qa .txt strong {display: block; font-size: 3.2rem; line-height: 1.2; padding: 60px 0 0; font-weight: 600}
.request_wrap_qa .txt span {display: block; font-size: 2.4rem; line-height: 1.2; padding: 10px 0 0; color: #8c8c8c; font-weight: 500}
.request_wrap_qa .form_wrap {width: 100%; max-width: 680px; position: relative}
.request_wrap_qa ul {display: flex; flex-direction: column; padding: 0 0 0px;}
.request_wrap_qa ul li {display: flex; flex-direction: column; padding: 60px 0 0;}
.request_wrap_qa ul li .label {display: flex; color: #191919; font-size: 3.0rem; font-weight: 600}
.request_wrap_qa ul:nth-child(1) li:nth-child(1) {padding: 0}
.request_wrap_qa ul li .label img {margin: 0 10px 0 0;}
.request_wrap_qa ul li .label span {padding: 0 0 0 10px}
.request_wrap_qa ul li .value {width: calc(100%); font-size: 1.6rem; padding: 10px 0 0}
.request_wrap_qa ul li .value_add {width: 100%; padding: 10px 0 0; display: none}
.request_wrap_qa ul li .checkbox {display: flex; align-items: center; color: #aaa}
.request_wrap_qa ul li .checkbox a {color: #000; margin: 0 0 0 15px}
.request_wrap_qa ul li input {font-size: 1.6rem; padding: 0 20px; color: #777}
.request_wrap_qa ul li input::placeholder {color: #777}
.request_wrap_qa ul li input[type='text'] {border-radius: 7px; border: 1px solid #f5f5f5; background: #f5f5f5; outline: 1px solid #f5f5f5; width: 100%; height: 46px; line-height: 46px; appearance: none; -moz-appearance: none; -webkit-appearance: none}
.request_wrap_qa ul li input[type='email'] {border-radius: 7px; border: 1px solid #f5f5f5; background: #f5f5f5; width: 100%; outline: 1px solid #f5f5f5 }
.request_wrap_qa ul li input[type='checkbox'] {width: 20px; height: 20px; margin: 0 10px 0 0; padding: 0}
.request_wrap_qa ul li select {border-radius: 7px; border: 1px solid #f5f5f5; width: 100%; height: 46px; padding: 0 20px;  background: #f5f5f5;  appearance: none; -moz-appearance: none; -webkit-appearance: none; background: url(/data/design/icon_arrow_down2.png) no-repeat right+10px center #f5f5f5; font-size: 1.6rem; color: #777}
.request_wrap_qa ul li select option {color: #777}
.request_wrap_qa ul li textarea {border-radius: 7px; border: 1px solid #f5f5f5; width: 100%; padding: 15px 20px;  background: #f5f5f5; resize: none; outline: 1px solid #f5f5f5; appearance: none; -moz-appearance: none; -webkit-appearance: none; color: #777; font-size: 1.6rem}
.request_wrap_qa ul li textarea::placeholder {color: #777}
.request_wrap_qa ul li .itemlist {display: flex; justify-content: space-between; align-items: center;}
.request_wrap_qa ul li .itemlist .item {width: 23%; background-color: #f5f5f5; border-radius: 7px; color: #777; padding: 0px 0; height: 46px; line-height: 46px; text-align: center; cursor: pointer; font-size: 1.6rem}
.request_wrap_qa ul li .itemlist .item.active {background-color: var(--colorMain); color: #fff}
.request_wrap_qa .agree_wrap li {padding: 10px 0 0}
.request_wrap_qa .agree_wrap .checkbox {color: #191919}
.request_wrap_qa .agree_wrap a {border-bottom: 1px solid #191919; margin: 0}
.request_wrap_qa .agree_wrap .checkbox a {margin: 0}
.request_wrap_qa .agree_ex {color: #8c8c8c; padding: 70px 0 0; text-align: center; font-size: 1.6rem; line-height: 1.6}
.request_wrap_qa .agree_ex a {border-bottom: 1px solid #8c8c8c; color: #8c8c8c}
.request_wrap_qa .agreement {display: none; padding: 0px 0px 40px; width: 100%; max-width: 480px; position: absolute; bottom: 0; left: 0; background: #fff; border-radius: 5px; overflow: hidden; border: 1px solid #ddd }
.request_wrap_qa .agreement .tl {font-size: 2.0rem; padding: 20px 0 20px; letter-spacing: -1px; text-align: center; font-weight: 600; background: #000; color: #fff}
.request_wrap_qa .agreement .agree_docu {padding: 40px 30px 0}
.request_wrap_qa .agreement h3 {font-size: 1.6rem; font-weight: 400}
.request_wrap_qa .agreement p {font-size: 1.6rem; font-weight: 400;}
.request_wrap_qa .agreement dl {padding: 20px 0px 10px; border-radius: 10px;}
.request_wrap_qa .agreement dd {padding: 3px 0; font-size: 1.6rem; display: flex; align-items: center}
.request_wrap_qa .agreement dd span {font-size: 1.2rem; padding: 0 5px 0 0}

.request_wrap_qa .agree_close {
    position: absolute;
    top: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
}

.request_wrap_qa .agree_close:before, .request_wrap_qa .agree_close:after {
    position: absolute;
    left: 20px;
    top: 5px;
    content: ' ';
    height: 26px;
    width: 1px;
    border-radius: 3px;
    background-color: #fff;
    transition: all 0.2s;
}

.request_wrap_qa .agree_close:before {
  transform: rotate(45deg);
}

.request_wrap_qa .agree_close:after {
  transform: rotate(-45deg);
}

.request_wrap_qa .agree_close.on:before {
  transform: rotate(90deg);
}

.request_wrap_qa .agree_close.on:after {
  transform: rotate(-90deg);
}
.request_wrap_qa .agree_check {padding: 10px 0 0}
.request_wrap_qa .agree_btn {padding: 20px 0 0; margin: 10px 0 0; display: flex; justify-content: center; align-items: center;}
.request_wrap_qa .agree_btn button {font-size: 2.0rem; padding: 15px 0; width: 242px; background: #000; border-radius: 0; border: 1px solid #000; color: #fff}

.tx_left {text-align: left !important;}
.tx_center {text-align: center !important;}

.cont_box .stl {font-size: 2.8rem; font-weight: 600;}

.cont_tl {display: flex; justify-content: center;  padding: 60px 0 0}
.cont_tl .txt {position: relative;}
.cont_tl .txt .icon_quotes {position: absolute; width: 60px; height: auto; z-index: -1;}
.cont_tl .txt .icon_quotes.left {left: -35px; top: -34px; transform: rotate(180deg);}
.cont_tl .txt .icon_quotes.right {right: -35px; bottom: -34px}
.cont_tl .txt h2 {font-size: 4.2rem; padding: 0 0px 0 0}
.cont_tl .txt h2 strong {color: var(--colorMain);}
.cont_tl .txt h3 {font-size: 4.2rem; color: var(--colorMain); text-align: right; padding: 10px 0 0 150px}

.root_daum_roughmap_landing {width: 100% !important}

.contact_us {}
.contact_us .sec01 {display: flex; justify-content: center; align-items: flex-end; flex-wrap: wrap; margin: 80px 0 80px}
.contact_us .sec01 .img_box {width: 70%; padding: 0 70px 0 0}
.contact_us .sec01 .txt_box {width: 30%}
.contact_us .sec01 .txt_box img {width: 100%; max-width: 337px}

#quick_banner {position: fixed; right: 0px; bottom: 0px; z-index: 50;}
#quick_banner ul {display: flex; align-items: center; justify-content: center;}
#quick_banner li {width: 60px; height: 60px; display: flex; align-items: center; justify-content: center;}
#quick_banner li img {height: 27px}
#quick_banner li a {display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
#quick_banner li.quick_company {background-color: var(--colorMain);}
#quick_banner li.quick_talk {background-color: var(--colorMain);}
#quick_banner li.quick_blog {background-color: var(--colorMain);}
#quick_banner li.quick_top {background-color: #191919;}

@media screen and (max-width: 1200px){
    .sub_wrapper {padding: 0}
    #content_wrapper .sub_title {height: 400px; background-size: auto 100% }

    .sub_content .tl {font-size: 2.6rem}
	
	.about .subpage_bg {height: 800px;background: url(/data/design/sub_1_1_1_m.png) no-repeat center top; background-size: cover;}
    .about_new .subpage_bg {height: 800px;background: url(/data/design/sub_1_1_1_m.png) no-repeat center top; background-size: cover;}
	.subpage_bg .txt_box { margin-top: -120px}

	.about .sec04 .txt_box {width: 50%}
	.about .sec04 .img_box {width: 50%}
	.partner_box .img_box ul {display: flex; flex-wrap: wrap; padding:0 10px}
	.partner_box .img_box ul li {margin: 0 5px 10px; width: calc(20% - 10px)}
	
	.contact {padding: 0 20px}
	.contact .sec01 .txt_box h2 {font-size: 3.6rem}
	.contact .sec01 .txt_box .txt {font-size: 2.2rem}
	.request_wrap ul li {width: 100%;}
	.request_wrap ul li:nth-child(2) .label {padding: 0}
	.request_wrap ul li .label {width: 80px}
	.request_wrap ul li .value {width: calc(100% - 80px)}
	.request_wrap ul li .itemlist .item {width: 24%; font-size: 1.2rem}
	.request_wrap .agree_btn button {font-size: 1.8rem; width: 220px}
	
	.contact_qa {padding: 160px 20px 0}
	.contact_qa .sec01 .txt_box div {flex-direction: column; align-items: flex-start}
	.contact_qa .sec01 .txt_box div .etc {padding: 10px 0 0}
	.contact_qa .sec01 .txt_box h2 {font-size: 3.6rem}

	.request_wrap_qa {flex-wrap: wrap; padding: 40px 0 100px}
	.request_wrap_qa .txt h3 {font-size: 3.0rem}
	.request_wrap_qa .txt p {font-size: 2.0rem}
	.request_wrap_qa .txt {width: 100%;}
	.request_wrap_qa .txt strong {font-size: 2.6rem; padding: 20px 0 0}
	.request_wrap_qa .txt span {font-size: 2.0rem; padding: 5px 0 0}
	.request_wrap_qa .form_wrap {width: 100%; padding: 60px 0 0}
	.request_wrap_qa ul li {padding: 30px 0 0}
	.request_wrap_qa ul li .label {font-size: 2.0rem}

	.about_new .sec03 .txt_box .item_list {padding: 30px 50px}


}

@media screen and (max-width: 1000px){
	.b_active {transform: translateX(0px); transform: translateY(30px); transition: 1s; opacity: 0;}
    .b_active.active {transform: translateX(0px);  transform: translateY(0px); transition: 1s; opacity: 1}
    .b_active2 {transform: translateX(0px);  transform: translateY(30px); transition: 1s; opacity: 0}
    .b_active2.active {transform: translateX(0px);  transform: translateY(0px); transition: 1s; transition-delay: 0.3s; opacity: 1}

	#quick_banner li {width: 45px; height: 45px}
	#quick_banner li img {height: 17px}

    .subpage {padding: 0px 0px 0}
    .subpage .contl h1 {font-size: 4.6rem;}

    .tbl_c th {width: 60px}

    ul.flex_box .img_box {width: 100%}
    ul.flex_box .txt_box {width: 100%; padding: 20px 0 0}

    ul.flex5 li {width: calc(50% - 10px)}

    .cont_tl {padding: 30px 0 0}
    .cont_tl .txt .icon_quotes {width: 50px}
    .sub_content .cont_tl h2 {font-size: 3.0rem}
    .sub_content .cont_tl h3 {font-size: 3.0rem; padding: 10px 0 0}
    .sub_content .cont_tl p {font-size: 1.6rem;}

    .b_section_blank {margin: 80px 0 0}
    .txt_blank {padding: 80px 0 0}
    .txt_blank2 {padding: 50px 0 0}
    .sub_content .tit {font-size: 2.2rem}
    .sub_content .title_box .cont {padding: 30px 10px}
    .sub_content .title_box .cont p {font-size: 1.6rem}
    .sub_content .title_box .cont p img {width: 60px}
    .sub_content .title_box .cont p:nth-child(2) {padding: 0 0 0 20px}
    .sub_content .title_box .tl {font-size: 1.8rem}
    .sub_content .title_box .tl::before {height: 20px}

    .txt_table .tbl_a {font-size: 1.6rem;}
    .tbl_a th {padding: 10px}
    .tbl_a td {padding: 10px}
    
    .tab_box {justify-content: center;}
    .tab_box a {margin: 0 10px; font-size: 2.6rem;}

    .h120 {height: auto}
    .con_wrap {margin: 40px auto 0}

    .contact_us .sec01 .img_box {width: 100%; padding: 0 0 30px}
    .contact_us .sec01 .txt_box {width: 100%;}

	
	.subpage_bg .txt_box {margin-top: -250px; }
	.subpage_bg .txt_box .stl {font-size: 2.6rem}
	.subpage_bg .txt_box h2 {font-size: 4.6rem; padding: 10px 0 0}
	.subpage_bg .txt_box .con {font-size: 2.4rem; padding: 20px 20px 0}
	.subpage_bg .txt_box .txt {font-size: 1.6rem; padding: 10px 0px 0}
	
	.about .sec01 {height: 500px; background: url(/data/design/sub_1_1_2_m.png) no-repeat center bottom; background-size: cover}
	.about .sec01 .txt_box {margin: -80px 0 0}
	.about .sec01 .txt_box h2 {font-size: 3.6rem}
	.about .sec01 .txt_box .item {padding: 30px 5px}
	.about .sec01 .txt_box .item span {width: 44%; font-size: 2.0rem; padding: 25px 0 12px}
    .about .sec02 {padding: 80px 0}
	.about .sec02 .txt_box .txt {font-size: 2.2rem}
	.about .sec02 .txt_box h2 {font-size: 3.6rem; letter-spacing: -1px}
	.about .sec02 .txt_box .item {padding: 30px 10px}
	.about .sec02 .txt_box .item span {width: 43%; font-size: 1.8rem; padding: 35px 0 12px}

	.about .sec03 {height: 800px; background: url(/data/design/sub_1_1_4_m.png) no-repeat center bottom; background-size: cover; padding: 0 10px}
	.about .sec03 .txt_box .txt {font-size: 2.2rem; text-align: center}
	.about .sec03 .txt_box h2 {font-size: 3.0rem; text-align: center; letter-spacing: -1px}
	.about .sec03 .txt_box .item_list {padding: 30px 10px 0}
	.about .sec03 .txt_box .item_list p {width: calc(50% - 10px); padding: 20px 0}
	.about .sec03 .txt_box .item_list p strong {font-size: 3.6rem}
	.about .sec04 {padding: 120px 0}
	.about .sec04 .txt_box {width: 100%; height: 220px; padding: 0 10px}
	.about .sec04 .img_box {width: 100%; padding: 20px 0 0}
	.about .sec04 .txt_box {text-align: center}
	.about .sec04 .txt_box .txt {font-size: 2.2rem}
	.about .sec04 .txt_box h2 {font-size: 3.6rem}
	.about .sec04 .txt_box .con {font-size: 1.8rem; padding: 20px 0 0}
	.about .sec04 .txt_box .txt_b {font-size: 1.8rem}
	.about .sec04 .swiper-button-prev {left: 10px !important}
	.about .sec04 .swiper-button-next {right: 10px !important}

    .about_new .sec01 {}
	.about_new .sec01 .txt_box {margin: 0px 0 0}
	.about_new .sec01 .txt_box h2 {font-size: 3.6rem}
	.about_new .sec01 .txt_box p {font-size: 2.0rem}
	.about_new .sec01 .txt_box .item {padding: 30px 5px}
	.about_new .sec01 .txt_box .item span {width: 44%; font-size: 2.0rem; padding: 25px 0 12px}
    .about_new .sec02 {padding: 80px 0}
	.about_new .sec02 .txt_box .txt {font-size: 2.2rem}
	.about_new .sec02 .txt_box h2 {font-size: 3.6rem; letter-spacing: -1px}
	.about_new .sec02 .txt_box .item {padding: 30px 10px}
	.about_new .sec02 .txt_box .item span {width: 43%; font-size: 1.8rem; padding: 35px 0 12px}
    .about_new .sec01 .img_box {padding: 60px 20px 0}

    .about_new .sec03 {background: url(/data/design/new/sub_1_1_2_bg_m.png) no-repeat center / cover; padding: 150px 10px}
    .about_new .sec03 .txt_box {text-align: center;}
    .about_new .sec03 .txt_box .item_list {padding: 20px 20px; text-align: left; width: calc(100% - 20px); margin: 80px auto 0}
    .about_new .sec03 .txt_box .item_list p {width: calc(50% - 20px); padding: 10px 0}
    .about_new .sec03 .txt_box .item_list p strong {font-size:3.8rem}
    .about_new .sec03 .txt_box .item_list p strong i {padding: 0 0 0 5px; font-size: 2.4rem}
    .about_new .sec04 {padding: 150px 10px}
    .about_new .sec04 .txt_box {padding: 0 0px}
    .about_new .sec04 .txt_box .txt_cate {align-items: flex-end;}
    .about_new .sec04 .txt_box .txt_cate li {padding: 0 0px 10px; font-size: 1.6rem; width: 25%; letter-spacing: -1px;}
	.about_new .sec03 .txt_box h2 {font-size: 4.2rem}
    .about_new .sec04 .img_box {width: 100%}
    .about_new .sec04 .con_text {padding: 50px 20px 0}
	.about_new .sec04 .con_text span {font-size: 1.3rem; padding: 5px 10px; margin: 0 2px 10px}
    .about_new .sec04 .con_ex {font-size: 2.2rem; margin: 50px 0 0}


	.partner_box {height: 900px}
	.partner_box .txt_box {text-align: center; padding: 0 10px}
	.partner_box .txt_box .txt {font-size: 2.2rem}
	.partner_box .txt_box h2 {font-size: 3.6rem}
	.partner_box .img_box ul li {margin: 0 5px 10px; width: calc(25% - 10px)}

    .about_new .partner_box {height: auto; padding: 120px 0}
    .about_new .partner_box .img_box ul li {margin: 0 5px 10px}
    .about_new .partner_box .txt_box h2 {font-size: 3.6rem}
	.partner_box .img_box ul li:nth-child(21) {display: inline-block}
	.partner_box .img_box ul li:nth-child(n+22) {display: none}

    .service .subpage_bg {background: url(/data/design/new/sub_2_1_1_m.png) no-repeat center bottom #F8F8F8; height: 600px !important;}
    .service .subpage_bg .txt_box {margin-top: 0px;}
    .service .sec01 .txt_box h2 {font-size: 3.6rem;}
    .service .sec01 .con_txt li {width: calc(100% - 20px); margin: 0 10px 20px}
    .service .sec03 {padding: 120px 10px; text-align: center;}
	.service .sec03 .txt_box .txt {font-size: 3.6rem; letter-spacing: -2px;}
    .service .sec03 .txt_box h2 {font-size: 3.6rem; letter-spacing: -2px;}
    .service .sec03 .con_txt li {width: calc(100% - 10px); margin: 0 10px 20px}
    .service .sec04 {flex-direction: row; height: auto}
    .service .sec04 .con_txt {flex-wrap: wrap; margin: 50px 0 0}
    .service .sec04 .con_txt > div {width: 100%; margin: 10px 10px 40px; padding: 20px 20px}
	.service .sec04 .con_txt > .txt1 {height: auto}
	.service .sec04 .con_txt > .txt1 ul li p:nth-child(1) {width: 140px; }
    .service .sec04 .con_txt > .txt2 {height: auto !important; background-size: 250px auto !important; padding: 40px 60px 230px; background: url(/data/design/new/sub_2_1_3_map_m.png) no-repeat right bottom  rgba(255,255,255,1)}
    .service .sec05 .con_txt li {width: calc(100% - 20px); flex-direction: column;}
    .service .sec05 .con_txt li figure {text-align: center;}
    .service .sec05 .con_txt li figure img {max-width: 150px}
    .service .sec05 .con_txt li .txt {width: 100%; padding: 20px 0 0}
	.service .sec05 .con_txt li h2 {font-size: 2.4rem}
	.service .sec05 .con_txt li h3 {font-size: 2.0rem}
    .service .sec06 .txt_box {text-align: center;}
    .service .sec06 .con_txt li {width: calc(100% - 20px); margin: 0 10px 20px}
	.service .sec06 .con_txt li h2 {font-size: 2.6rem; line-height: 1.4}
	.service .sec06 .con_txt li p {font-size: 2.2rem}
	.service .sec06 .con_txt li figure img {width: 100%; max-width: 180px}
    .service .sec06 .img_action {opacity: 0.2;}
    .service .sec07 {padding: 0px}
    .service .sec07 .con_txt li {margin: 0 10px; padding: 40px 0}
    .service .sec07 .con_txt li figure {width: 100%}
    .service .sec07 .con_txt li .txt {width: 100%; padding: 0}
    .service .sec07 .con_txt li .txt h2 {font-size: 3.2rem; padding: 20px 0 0}
    .service .sec07 .con_txt li:nth-child(2n) .txt {padding: 0}
    .service .sec07 .con_txt li .txt p {}
    .service .sec08 {height: 379px; background: url(/data/design/new/sub_2_1_7_bg.png) no-repeat center bottom;}
	.service .sec08 .txt_box h2 strong:after {display: none}
	.service .sec08 .txt_box h2 strong span {display: inline-block; background: var(--colorMain); margin: 0 0 15px; padding: 5px 20px}
    .service .sec08 .txt_box h2 {font-size: 2.8rem; padding: 0 10px; letter-spacing: -1px; }
    .service .sec09 .txt_box {text-align: center;}
    .service .sec09 .con_txt li {width: calc(100% - 20px); margin: 0 10px 20px}
    .service .sec09 .con_txt li figure img {width: 100%}
    .service .sec09 .txt_box h2 {font-size: 3.6rem;}
    .service .sec10 {padding: 0 0 120px}
    .service .sec10 .con_txt li {width: calc(50% - 20px); padding: 30px 0}
    .service .sec10 .con_txt li img {width: 100%}
	.service .sec10 .con_txt li figure {width: 100%; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; background: #f8f8f8; border-radius: 100%}
	.service .sec10 .con_txt li figure img {max-width: 200px}
    .service .sec11 {padding: 0px 0 120px}
    .service .sec11 .txt_box {text-align: center;}
    .service .sec11 .txt_box h2 {font-size: 3.2rem;}
    .service .sec11 .con_txt li {width: calc(100% - 20px); margin: 0 10px 20px}
    .service .sec11 .con_txt li h2 {font-size: 2.4rem; padding: 0} 
    .service .sec11 .txt_ex {font-size: 3.0rem; padding: 0 20px; line-height: 1.4}

	.about .sec06 {padding: 100px 0}
	.history_box .history {align-items: flex-start}
	.history_box ul {width: 100%}
	.history_box .txt_box .txt {font-size: 2.2rem}
	.history_box .txt_box h2 {font-size: 3.6rem}
	.history_box .history {padding: 80px 10px}
	.history_box ul .year2 {font-size: 2.0rem}
	.history_box ul .line {width: 40px}
	.history_box ul .txt {width: calc(100% - 40px); font-size: 1.8rem}
	.history_box ul .txt p span {width: 20px; font-size: 1.8rem}
	
	#pop_privacy .pop_contents {height: 300px; overflow-y: auto}

	.contact_qa {padding: 120px 20px 0}
}

@media screen and (max-width: 700px){
	.partner_box .img_box ul li {margin: 0 5px 10px; width: calc(33.333% - 10px)}
}