@charset "utf-8";/* CSS Document */
.box0 { width:96%; margin:0 auto; box-sizing:border-box; } 
.box1 { width:96%; max-width:105em; margin:0 auto; box-sizing:border-box; } 
.box2 { width:80em; max-width:96%; margin:0 auto; box-sizing:border-box; } 

.pcHide { display:none !important; } 
.moHide { } 

.sns > li > .in.blog .xi:before { content:"\ebf9"; } 
.sns > li > .in.youtube .xi:before { content:"\ec32"; } 
.sns > li > .in.facebook .xi:before { content:"\ebd3"; } 
.sns > li > .in.instagram .xi:before { content:"\ebe9"; } 
.sns > li > .in.kakao .xi:before { content:"\ebee"; } 

.ps_sticky { position:sticky; position:-webkit-sticky; top:0; } 

.fullH { height:100vh !important; box-sizing:border-box; } 
.fullMH { min-height:100vh !important; box-sizing:border-box; } 

.bold { font } 

/*header*/
#header { } 
#header { position:fixed; top:0; left:0; width:100%; z-index:999; } 
#header .flexH,
#header .headerWrap .gnb_wrap .gnb > li,
#header .headerWrap .gnb_wrap .gnb > li .dp1 { height:6.25em; } 
#header .flexH,
#header .headerWrap .gnb_wrap .gnb > li,
#header .headerWrap .gnb_wrap .gnb > li .dp1 { transition:height .2s; } 
#header .headerWrap { transition:.2s; } 

#header .headerWrap { } 
#header .headerWrap > .inner { padding:0 .25em; } 
#header .headerWrap .logo,
#header .headerWrap .side_wrap { width:15.625em; } 
#header .headerWrap .logo > .in { display:block; position:relative; } 
#header .headerWrap .logo > .in,
#header .headerWrap .logo > .in img { width:9.375em; } 
#header .headerWrap .logo > .in img { transition:transform .2s; } 
#header .headerWrap .logo > .in .pos { position:absolute; top:0; left:0; } 
#header .headerWrap .logo > .in .pos.A { visibility:visible; } 
#header .headerWrap .logo > .in .pos.B { visibility:hidden; } 

#header .headerWrap .gnb_wrap { flex:1; } 
#header .headerWrap .gnb_wrap .gnb { justify-content:center; text-align:center; } 
#header .headerWrap .gnb_wrap .gnb > li { flex:1 0 atuo; overflow:hidden; } 
#header .headerWrap .gnb_wrap .gnb > li .dp1 { position:relative; padding:0 2vw; color:#fff; text-transform:uppercase; } 
#header .headerWrap .gnb_wrap .gnb > li .dp1:after { content:""; position:absolute; left:0; bottom:0; width:100%; height:3px; background:#870c18; opacity:0; transform:scaleX(0); transition:transform .3s; } 
#header .headerWrap .gnb_wrap .gnb > li .dp1 .tt { font-size:1.250em; font-weight:600; } 
#header .headerWrap .gnb_wrap .gnb > li .dp2 { display:block; transition:padding .2s; } 
#header .headerWrap .gnb_wrap .gnb > li .dp2 > li > a { padding: .5em; color:#666; } 
#header .headerWrap .gnb_wrap .gnb > li .dp2 > li:hover > a,
#header .headerWrap .gnb_wrap .gnb > li .dp2 > li.on > a { color: #870c18; font-weight: 600; } 

/*#header .headerWrap .gnb_wrap .gnb > li.on .dp1 { color:#870c18 !important; } */
#header .headerWrap .gnb_wrap .gnb > li:hover .dp1:after,
#header .headerWrap .gnb_wrap .gnb > li.on .dp1:after { opacity:1; transform:scaleX(.8); } 

#header .headerWrap .side_wrap { } 
#header .headerWrap .side_wrap .down .in { padding:.625em 1.25em; background:#870c18; border-radius:6em; color:#fff; transition:.2s; } 
#header .headerWrap .side_wrap .down .in .tt { font-size:1em; } 
#header .headerWrap .side_wrap .down .in .xi { font-size:1.125em; padding-left:.5em; } 
#header .headerWrap .side_wrap .down .in:hover { background:#15151f; } 

#header .allWrap { width:3.75em; } 
#header .allWrap .btn_all { } 
#header .allWrap .btn_all .btn_in { position:relative; display:block; width:1.625em; height:1.125em; } 
#header .allWrap .btn_all .ham,
#header .allWrap .btn_all .ham:before,
#header .allWrap .btn_all .ham:after { display:block; width:100%; height:2px; background:#fff; transition:.2s; } 
#header .allWrap .btn_all .ham:before,
#header .allWrap .btn_all .ham:after { content:""; position:absolute; right:0; } 
#header .allWrap .btn_all .ham:before { top:calc(50% - 1px); } 
#header .allWrap .btn_all .ham:after { top:calc(100% - 2px); } 
#header .allWrap .btn_all:hover .ham:before { width:80%; } 
#header .allWrap .btn_all:hover .ham:after { width:90%; } 

#header.allOpen .allWrap .btn_all .btn_in { position:fixed; top:1.5em; right:1.5em; z-index:999; width:3em; height:3em; transition:transform .3s; } 
#header.allOpen .allWrap .btn_all .ham { background:transparent !important; transition:0s; } 
#header.allOpen .allWrap .btn_all .ham:before,
#header.allOpen .allWrap .btn_all .ham:after { width:100% !important; top:50% !important; background:#fff !important; } 
#header.allOpen .allWrap .btn_all .ham:before { transform:rotate(45deg); } 
#header.allOpen .allWrap .btn_all .ham:after { transform:rotate(-45deg); } 
#header.allOpen .allWrap .btn_all .btn_in:hover { transform:rotate(90deg); } 

#header .allWrap .all { position:fixed; z-index:-1; top:0; right:0; width:100%; height:100%; visibility:hidden; opacity:0; transition:.2s; } 
#header .allWrap .all .wrap_bg { position:fixed; top:0; right:0; width:inherit; height:inherit; background:rgba(0,0,0,.4); } 
#header .allWrap .all .wrap_in { position:absolute; top:0; right:0; width:30em; max-width:80vw; height:inherit; overflow:hidden; background:#870c18; opacity:0; transform:translateX(100%); transition:.3s ease 0s; } 
#header .allWrap .all .wrap_in .all_scroll { height:inherit; overflow-y:auto; } 
#header .allWrap .all .allconWrap { padding:5em 3.5em 5vh 3.5em; opacity:0; transition:all .8s; } 
#header .allWrap .all .allconWrap .all_gnb .gnb { display:block; color:#fff; } 
#header .allWrap .all .allconWrap .all_gnb .gnb .flex { display:block; text-align:left !important; } 
#header .allWrap .all .allconWrap .all_gnb .gnb > li { } 
#header .allWrap .all .allconWrap .all_gnb .gnb > li a { transition:.2s; } 
#header .allWrap .all .allconWrap .all_gnb .gnb > li .dp1 { padding:1.25em 0; } 
#header .allWrap .all .allconWrap .all_gnb .gnb > li .dp1 .tt { font-size:1.375em; font-weight:600; } 

#header .allWrap .all .allconWrap .all_gnb .gnb > li .dp2 { padding:0 0 1em .75em; } 
#header .allWrap .all .allconWrap .all_gnb .gnb > li .dp2 > li > a { position:relative; padding:.5em .125em .5em 1em; opacity:.6; } 
#header .allWrap .all .allconWrap .all_gnb .gnb > li .dp2 > li > a:before { content:""; position:absolute; left:0; top:50%; width:4px; height:2px; background:rgba(255,255,255,.6); transform:translateY(-50%); } 
#header .allWrap .all .allconWrap .all_gnb .gnb > li .dp2 > li > a .tt { font-weight:400; } 
#header .allWrap .all .allconWrap .all_gnb .gnb > li:hover .dp1,
#header .allWrap .all .allconWrap .all_gnb .gnb > li.on .dp1 { color:#eb474f; } 
#header .allWrap .all .allconWrap .all_gnb .gnb > li .dp2 > li:hover > a,
#header .allWrap .all .allconWrap .all_gnb .gnb > li .dp2 > li.on > a { text-decoration:underline; opacity:1; } 

#header.allOpen { z-index:999; } 
#header.allOpen .allWrap .all { visibility:visible; z-index:99; opacity:1; } 
#header.allOpen .allWrap .all .wrap_in { opacity:1; transform:translateX(0); } 
#header.allOpen .allWrap .all .allconWrap { opacity:1; transition-delay:.1s; } 

.scroll #header .flexH,
.scroll #header .headerWrap .gnb_wrap .gnb > li,
.scroll #header .headerWrap .gnb_wrap .gnb > li .dp1 { height:5em; } 
.scroll #header .headerWrap .logo > .in img { transform:scale(.8); transform-origin:left; } 
#header.active .headerWrap { background:#fff; box-shadow:0 .375em .625em rgba(0,0,0,.1); } 
#header.active .headerWrap .logo > .in .pos.A { visibility:hidden; } 
#header.active .headerWrap .logo > .in .pos.B { visibility:visible; } 
#header.active .headerWrap .gnb_wrap .gnb > li .dp1 { color:#15151f; } 
#header.active .allWrap .btn_all .ham,
#header.active .allWrap .btn_all .ham:before,
#header.active .allWrap .btn_all .ham:after { background:#15151f; } 

#header.gnbOpen .headerWrap .gnb_wrap .gnb > li { height:auto; } 
#header.gnbOpen .headerWrap .gnb_wrap .gnb > li .dp2 { padding:1em 0 1.6em 0; } 


/*footer*/
#footer .goTop { position:fixed; right:1em; bottom:1em; width:4em; height:4em; background:#870c18; border:3px solid transparent; border-radius:50%; color:#fff; opacity:0; transform:translateY(6em); transition:.3s; } 
#footer .goTop > .in { } 
#footer .goTop > .in .xi { display:block; } 
#footer .goTop > .in .tt { display:block; font-size:.750em; } 
#footer .goTop:hover { background:#fff; border-color:#870c18; color:#870c18; } 
.scroll #footer .goTop { opacity:1; transform:translateY(0); } 

/*#footer .goCall { position:fixed; right:1em; bottom:5.5em; width:4em; height:4em; background:#870c18; border:3px solid transparent; border-radius:50%; color:#fff; opacity:0; transform:translateY(6em); transition:.3s; } 
#footer .goCall > .in { } 
#footer .goCall > .in .xi { display:block; } 
#footer .goCall > .in .tt { display:block; font-size:.750em; } 
#footer .goCall:hover { background:#fff; border-color:#870c18; color:#870c18; } 
.scroll #footer .goCall { opacity:1; transform:translateY(0); } */

#footer .goCall { position: fixed; bottom: 1em; right: 5.5em; height:4em; color:#333; opacity:0; transform:translateY(6em); transition:.3s; } 
#footer .goCall:before { content:""; position:absolute; top:0; right:0; width:4em; height:inherit; background:#870c18; border-radius:50%; transition:.4s; } 
#footer .goCall > * { position:relative; } 
#footer .goCall .t1 { font-size:.938em; font-weight:500; padding-right:2em; } 
#footer .goCall .t1:after { content:""; position:absolute; top:50%; right:-1em; width:2em; height:2px; background:#bbb; } 
#footer .goCall .t2 { font-size:1.1em; color:#fff; font-weight:600; padding:0 0 0 1.5em; display:none; } 
#footer .goCall .xi { width:4em; text-align:center; font-size:1em; color:#fff; } 
#footer .goCall .xi:before { font-size:1.5em; } 
#footer .goCall:hover:before { width:100%; border-radius:10em; } 
#footer .goCall:hover .t1 { display:none; } 
#footer .goCall:hover .t2 { display:block; } 
.scroll #footer .goCall { opacity:1; transform:translateY(0); } 


#footer { background:#34363c; } 
#footer .infoWrap { padding:3.875em 0 5em 0; } 
#footer .infoWrap > .inner { color:#fff; } 
#footer .infoWrap .logo img { width:8em; opacity:.6; } 
#footer .infoWrap .copy_wrap { flex:1; padding-left:9.375em; font-weight:400; } 
#footer .infoWrap .copy_wrap .info { line-height:1.8; } 
#footer .infoWrap .copy_wrap .info > li:not(.br) { padding-right:2.75em; } 
#footer .infoWrap .copy_wrap .info > li.br { width:100%; } 
#footer .infoWrap .copy_wrap .info > li a[href]:hover { text-decoration:underline; } 
#footer .infoWrap .copy_wrap .copy { margin-top:1.875em; } 
#footer .infoWrap .copy_wrap .copy .tt { font-size:.875em; opacity:.4; } 

#footer .infoWrap .side_wrap { } 
#footer .infoWrap .side_wrap .sns > li { margin-left:.313em; } 
#footer .infoWrap .side_wrap .sns > li:first-child { margin-left:0; } 
#footer .infoWrap .side_wrap .sns > li .in { width:2.5em; height:2.5em; border:1px solid rgba(255,255,255,.4); border-radius:50%; transition:.2s; } 
#footer .infoWrap .side_wrap .sns > li .in .xi { font-size:1.125em; } 
#footer .infoWrap .side_wrap .sns > li .in:hover { background:#870c18; border-color:#870c18; } 

#footer .infoWrap .privacy_wrap { margin-right: 1em; } 

/*contents*/
#contents { } 
#contents .sub_page_top { } 
#contents .sub_page_top.bg_about { background-image:url(../images/sub/sub_visual_about.jpg); } 
#contents .sub_page_top.bg_dcoc { background-image:url(../images/sub/sub_visual_dcoc.jpg); } 
#contents .sub_page_top.bg_inquiry { background-image:url(../images/sub/sub_visual_inquiry.jpg); } 
#contents .sub_page_top.bg_news { background-image:url(../images/sub/sub_visual_news.jpg); } 
#contents .sub_page_top.bg_service { background-image:url(../images/sub/sub_visual_service.jpg); } 
#contents .sub_page_top.bg_security { background-image:url(../images/sub/sub_visual_security.jpg); } 

#contents .sub_page_top > .inner { height:30em; /*padding:8em 0 2.5em 0; */ color:#fff; } 
#contents .sub_page_top .sub_txt .tt { /*letter-spacing:1.125em; */ transform:translateY(3em); opacity:0; font-size: .850em; letter-spacing: .5em; } 
#contents .sub_page_top .sub_txt + .sub_tit { margin-top:1.625em; } 
/*#contents .sub_page_top .sub_tit .tt { font-size:2.750em; font-weight:700; } */
#contents .sub_page_top .sub_tit .tt { font-size:2em; font-weight:600; transform:scaleX(0); opacity:0; } 
#contents .sub_page_top .wrap_in .line { display:inline-block; margin:1em auto; width:1px; height:0; background:#fff; opacity:.5; transition:.8s; } 

.load #contents .sub_page_top .sub_txt .tt { transform:translateY(0); opacity:1; transition:1.3s; transition-delay:1s } 
.load #contents .sub_page_top .sub_tit .tt { transform:translateY(0); opacity:1; transition:1.3s; transition-delay:.8s } 
.load #contents .sub_page_top .wrap_in .line { height:2em; transition:1.3s; transition-delay:.5s } 

#contents .sub_page_menu { } 
#contents .sub_page_menu > .inner { position:relative; } 
#contents .sub_page_menu .gnb { display:block; transform:translateY(-50%); } 
#contents .sub_page_menu .gnb > li,
#contents .sub_page_menu .gnb > li .dp1,
#contents .sub_page_menu .gnb > li .dp3 { display:none; } 
#contents .sub_page_menu .gnb > li.on { display:block; } 
#contents .sub_page_menu .gnb > li .dp2 { flex-wrap:wrap; justify-content:center; padding:0 0 1px 1px; } 
#contents .sub_page_menu .gnb > li .dp2 > li { flex:1; max-width:16.66%; position:relative; } 
#contents .sub_page_menu .gnb > li .dp2 > li > a { margin:0 0 -1px -1px; padding:.5em .5em; height:5em; background:#fff; border:1px solid #ddd; color:#888; transition:.2s; } 
#contents .sub_page_menu .gnb > li .dp2 > li > a .tt { font-size:1.125em; } 
#contents .sub_page_menu .gnb > li .dp2 > li:hover > a { color:#870c18; } 
#contents .sub_page_menu .gnb > li .dp2 > li.on { z-index:2; } 
#contents .sub_page_menu .gnb > li .dp2 > li.on > a { background:#870c18; border-color:#870c18; color:#fff; } 

#contents .sub_con_top { padding-top:3.75em; text-align:center; } 
#contents .sub_page_menu + .sub_con_top { padding-top:1.25em; } 
#contents .sub_con_top .con_tit .tit { font-size:3.000em; color:#111; font-weight:400; } 
#contents .sub_con_top .con_nav { margin-bottom:1.25em; } 
#contents .sub_con_top .con_nav > li { position:relative; padding:0 .625em 0 1.25em; color:#888; } 
#contents .sub_con_top .con_nav > li:before { content:"\e93e"; font-family:xeicon; position:absolute; left:0; top:50%; transform:translateY(-50%); font-size:.750em; color:#888; } 
#contents .sub_con_top .con_nav > li:first-child:before { display:none; } 
#contents .sub_con_top .con_nav > li:first-child { padding:0 .25em 0 0; } 
#contents .sub_con_top .con_nav > li:last-child .tt { color:#333; font-weight:600; } 
#contents .sub_con_top .con_nav > li > * { display:block; } 
#contents .sub_con_top .con_nav > li .home .xi { font-size:1.125em; } 
#contents .sub_con_top .con_nav > li .tt { font-size:1em; } 

#contents .doc { padding:2em 0 10em 0; box-sizing:border-box; } 
#contents .doc.pd { padding:2em 0 0 0; box-sizing:border-box; } 

#contents .margin { padding-top:30px; } 
#contents .margin_1 { padding-top:70px; } 
#contents .margins { padding:20px 0; } 
#contents .margins_1 { padding:50px 0; } 

/*SUB PAGE*******************/
/*inc*/


/***********************/
/*POPUP******************/
.popWrap.popDef { width:50em; } 
.popWrap.popPw { width:28em; } 
.popWrap.popMsg { width:38em; } 


/***********************/
/*MAIN******************/

.visualSlider_wrap { position:relative; overflow:hidden; } 

.mainSlider { position:relative } 
.mainSlider .el { position:relative; overflow:hidden } 
.mainSlider .el .bg { position:absolute; left:0; top:0; width:100%; height:100%; } 

.mainSlider .el .visual_shape { position:absolute; top:-5vw; left:-7vw; opacity:0; transform:scale(2,2); transform-origin:left top; } 
.mainSlider .el .visual_shape img { width:80vw; } 

.mainSlider .el .main_slogan { position:absolute; left:0; bottom:15vh; width:100%; color:#fff; } 
.mainSlider .el .main_slogan .slogan { padding-left:4vw; } 
.mainSlider .el .main_slogan .slogan .tit,
.mainSlider .el .main_slogan .slogan .txt { transform:translateX(8vw); opacity:0; } 
.mainSlider .el .main_slogan .slogan .txt { margin-top:4.625em; } 
.mainSlider .el .main_slogan .slogan b { font-weight:900; } 
.mainSlider .el .main_slogan .slogan .tt { line-height:1.4; } 
.mainSlider .el .main_slogan .slogan .t1 { font-size:6.250em; font-weight:300; line-height:1; } 
.mainSlider .el .main_slogan .slogan .t2 { font-size:2.250em; font-weight:600; } 
.mainSlider .el .main_slogan .slogan .t3 { font-size:1.500em; font-weight:500; } 

.mainSlider .el.swiper-slide-active .visual_shape { transform:scale(1,1); opacity:.9; transition:1.8s; } 
.mainSlider .el.swiper-slide-active .slogan .tit,
.mainSlider .el.swiper-slide-active .slogan .txt { transform:translateX(0); opacity:1; transition:2.5s; } 
.mainSlider .el.swiper-slide-active .slogan .txt { transition-delay:1s } 

.mainControl { position:absolute; left:0; bottom:2em; width:100%; z-index:100 } 
.mainControl .box0 { position:relative } 
.mainControl .mainSlider-btn { width:3.125em; cursor:pointer; line-height:2.5em; color:#fff; outline:none; text-align:center } 
.mainControl .mainSlider-btn .xi { font-size:1.5em; text-align:center; } 
.mainControl .mainSlider-btn:hover { color:#fff; opacity:1 } 
.mainControl .mainProgress { position:relative; text-align:center; margin-right:1em } 
.mainControl .mainPauseWrap { position:absolute; top:0; left:0; width:100%; height:100%; text-align:center; display:flex; align-items:center; justify-content:center; } 
.mainControl .mainPauseWrap .mainSlider-btn { line-height:50px } 
.mainControl .mainPauseWrap .mainSlider-btn .xi { font-size:1.5em; } 
.mainControl .mainPauseWrap .mainSlider-play { display:none } 
.mainControl .mainPauseWrap.pause .mainSlider-pause { display:none } 
.mainControl .mainPauseWrap.pause .mainSlider-play { display:block; opacity:1; color:#fff } 
.mainControl .mainSlider-pagination { margin-left:2em; } 
.mainControl .mainSlider-pagination span { width:1em; height:1em; background:#fff; border-radius:0; font-size:.625em; opacity:.7; margin:0 .25em; transition:.3s; } 
.mainControl .mainSlider-pagination span.swiper-pagination-bullet-active { width:7em; opacity:1; } 

/**/
.mainBg { } 
.mainBg.bg1 { background:#870c18; } 
.mainBg.bg2 { } 

.main_con { padding:8.125em 0; } 
.main_con.st2 { padding:0em 0; } 
.main_con.main_service { padding:0 0; } 
.main_con.main_news,
.main_con.main_customer { padding:5em 0; } 
.main_conBg1 { background:#4d050c; } 
.main_conBg2 { background:#f2f2f2; } 

.main_txt { } 
.main_txt > .tit { margin-bottom:3em; } 
.main_txt > .tit.mg1 { margin-bottom:1.5em; } 
.main_txt > .tit.mg2 { margin-bottom:4.5em; } 
.main_txt > .txt .tt { line-height:1.4; } 
.main_txt .tt { margin-top:1em; } 
.main_txt .tt:first-child { margin-top:0; } 
.main_txt .br { display:block; } 
.main_txt .op1 { opacity:.6; } 
.main_txt .t1 { font-size:.938em; } /*15*/
.main_txt .t2 { font-size:1.000em; } /*16*/
.main_txt .t3 { font-size:1.063em; } /*17*/
.main_txt .t4 { font-size:1.125em; } /*18*/
.main_txt .t5 { font-size:1.250em; } /*20*/
.main_txt .t6 { font-size:1.375em; } /*22*/
.main_txt .t7 { font-size:1.500em; } /*24*/
.main_txt .t8 { font-size:1.625em; } /*26*/
.main_txt .t9 { font-size:1.750em; } /*28*/
.main_txt .t10 { font-size:1.875em; } /*30*/
.main_txt .t11 { font-size:2.375em; } /*38*/ 
.main_txt .t12 { font-size:3.375em; } /*54*/
.main_txt .t13 { font-size:4.375em; line-height:1; } /*70*/ 

.main_txt .dot { position: relative; padding-left: 1em; } 
.main_txt .dot:before { position: absolute; content: ""; width: 5px; height: 5px; border-radius: 50%; background: #fff; top: 10px; left: 0; } 

.cw .main_txt .tt { color:#fff; } 

.main_more { } 
.main_more.pd1 { padding-top:2.5em; } 
.main_more.pd2 { } 
.main_more > .more { text-align:center; padding:1.25em 1.875em; border-radius:6em; background:#870c18; color:#fff; transition:.2s; } 
.main_more > .more > .tt { font-size:1.063em; } 
.main_more > .more > .xi { font-size:1.125em; margin-left:.5em; } 
.main_more > .more > .xi:not(.xi-download):before { content:"\e907"; } 
.main_more > .more.re { background:#fff; color:#870c18; } 
.main_more > .more:hover { background:#15151f; color:#fff; } 

.main_more.st2 > .more { padding:0; background:transparent; color:#870c18; } 
.main_txtWrap.flex.vt .main_more.st2 { margin-top:.375em; } 

.main_layout > .inner { } 
.main_layout > .inner > .layL { width:50%; max-width:31.25em; padding-right:5em; } 
.main_layout > .inner > .layR { flex:1; } 

.main_bnList1 { margin-top:4em; text-align:center; } 
.main_bnList1 .inner { padding:5em 0; } 
.main_bnList1 .inner .list { } 
.main_bnList1 .inner .list .list_wrap { } 
.main_bnList1 .inner .list .list_wrap .list_con { } 
.main_bnList1 .inner .list .list_wrap .list_con .circle_wrap { } 
.main_bnList1 .inner .list .list_wrap .list_con .circle_wrap .circle { position: relative; width: 17.5em; height: 17.5em; background: #000; border-radius: 50%; opacity: 0.5; } 
.main_bnList1 .inner .list .list_wrap .list_con .circle_wrap .circle:before { position: absolute; content: ""; width: 1px; height: 3.125em; background: #ddd; bottom: 0; } 
.main_bnList1 .inner .list .list_wrap .list_con .circle_wrap .circle_tt { position: absolute; } 
.main_bnList1 .inner .list .list_wrap .list_con .circle_wrap .circle_tt .t1 { margin-top: 2.1875em; text-transform: uppercase; } 
.main_bnList1 .inner .list .list_wrap .list_con .circle_wrap .circle_tt .t2 { font-size: 1.75em; font-weight: 600; margin-top: 0.3em; } 
.main_bnList1 .inner .list .list_wrap .list_con p { color: #fff; } 
.main_bnList1 .inner .list .list_wrap .list_con .t3 { font-size: 1.125em; margin-top: 1.18em; } 

.main_service .main_layout > .inner > .layL { padding-top:2.75em; padding-bottom:2.75em; } 
.main_bnList2,
.main_bnList2 > .list,
.main_bnList2 > .list > li,
.main_bnList2 > .list > li .wrap_in { flex:1; } 
.main_bnList2 > .list { margin:0 0 -1.25em -1.25em; } 
.main_bnList2 > .list.none { margin:0; } 
.main_bnList2 > .list > li { } 
.main_bnList2 > .list > li .wrap_in { position:relative; z-index:1; margin:0 0 1.25em 1.25em; padding:2.5em 2.5em; transition:.3s; } 
.main_bnList2 > .list.none > li .wrap_in { margin-left:0; } 
.main_bnList2 > .list > li .wrap_in:before { content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:#870c18; opacity:0; transform:scale(.4,.4); transition:.3s; } 
.main_bnList2 > .list > li .wrap_in .main_txt { position:relative; } 
.main_bnList2 > .list > li .wrap_in .main_txt > .txt { min-height:3.5em; } 
.main_bnList2 > .list > li .wrap_in:hover { z-index: 2; padding-bottom: 3.5em; } 
.main_bnList2 > .list > li .wrap_in:hover:before { opacity:1; transform:scale(1.2,1.2); } 
.main_bnList2.fix { display:block; margin-top:64px; } 

.sub_hover > .main_bnList2 > .list > li .wrap_in { position:relative; z-index:1; margin:0 0 1.25em 1.25em; padding:4.5em 6em; transition:.0s; } 
.sub_hover > .main_bnList2 > .list > li .wrap_in_1 { position:relative; z-index:1; margin:0 0 1.25em 0; padding:4.5em 6em; transition:.0s; } 
.sub_hover > .main_bnList2 > .list > li .wrap_in:before { content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:#870c18; opacity:0; transform:scale(0,0); transition:.1s; } 
.sub_hover > .main_bnList2 > .list > li .wrap_in:hover { z-index: 0; } 
.sub_hover > .main_bnList2 > .list > li .wrap_in:hover:before { opacity:1; transform:scale(1,1); } 
.main_txt > span { display:block; } 

.main_layout2 > .inner { } 
.main_layout2 > .inner > .layL { flex:1; } 
.main_layout2 > .inner > .layR { width:50%; padding:3em 6vw 3.125em 6.25em; } 

.main_dcocSlider { padding:3.875em 0 3.125em 0; } 

.main_news { position:relative; overflow:hidden; } 
.main_news .shape { position:absolute; } 
.main_news .shape img { opacity:.4; } 
.main_news .shape.pos1 { left:-1.5vw; bottom:-.2vw; } 
.main_news .shape.pos1 img { width:40vw; } 
.main_news .shape.pos2 { right:-17vw; bottom:-.2vw; } 
.main_news .shape.pos2 img { width:47vw; } 
.main_news .main_layout { position:relative; } 
.main_news .main_layout > .inner > .layL { padding-top:1.875em; padding-bottom:1.875em; } 

.main_news .notice_wrap { color:#fff; } 
.main_news .notice_new .link .tit > .tt,
.main_news .notice_wrap .link .txt > .tt { display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; } 
.main_news .notice_wrap .link .txt > .tt { opacity:.8; } 

.main_news .notice_new { padding:1.875em .5em; border-top:2px solid rgba(135,12,24,.9); } 
.main_news .notice_new .link > .date { width:8.75em; } 
.main_news .notice_new .link > .con { flex:1; } 
.main_news .notice_new .link > .date .day { font-size:2.500em; } 
.main_news .notice_new .link > .date .tt { font-size:1em; opacity:.5; } 
.main_news .notice_new .link .tit > .tt { font-size:1.375em; } 
.main_news .notice_new .link .txt > .tt { font-size:1.063em; } 
.main_news .notice_new .link .txt { margin-top:.625em; } 
.main_news .notice_new .link:hover .tit > .tt { text-decoration:underline; } 

.main_news .notice_list { margin:0 0 -1.25em -1.25em; } 
.main_news .notice_list > li { flex:1; } 
.main_news .notice_list > li .link { flex:1; margin:0 0 1.25em 1.25em; padding:1.875em 1.875em; background:rgba(135,12,24,.8); transition:.2s; } 
.main_news .notice_list > li .link > .date ~ div { margin-top:1.125em; } 
.main_news .notice_list > li .link > .date .tt { font-size:.875em; opacity:.4; } 
.main_news .notice_list > li .link > .tit .tt { font-size:1.125em; } 
.main_news .notice_list > li .link > .txt .tt { font-size:1.000em; } 
.main_news .notice_list > li .link:hover { box-shadow:3px 3px .625em rgba(0,0,0,.2); transform:translateY(-.625em); } 

.main_layout3 > .inner { } 
.main_layout3 > .inner > .layL { width:50%; padding-right:3.125em; } 
.main_layout3 > .inner > .layM { width:24.5%; padding-left:3.125em; } 
.main_layout3 > .inner > .layR { flex:1; padding-left:5em; } 
.main_layout3 > .inner > .flex.col > .con_wrap { flex:1 0 auto; } 
.main_layout3 > .inner > .flex > .con_wrap.flex > * { flex:1; } 

.main_customer .gallery_list { margin:0 0 -1.125em -1.125em; } 
.main_customer .gallery_list > li { flex:1; } 
.main_customer .gallery_list > li .link { flex:1; margin:0 0 1.125em 1.125em; background:#fff; transition:.2s; } 
.main_customer .gallery_list > li .link .tit { padding:1.75em 1.125em; } 
.main_customer .gallery_list > li .link .tit > .tt { display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; } 
.main_customer .gallery_list > li .link:hover { box-shadow:2px 2px 1em rgba(0,0,0,.2); } 

.main_customer .bnLink_wrap { padding:1.875em 2.5em; } 
.main_customer .bnLink_wrap .icon { margin-bottom:.625em; } 
.main_customer .bnLink_wrap .icon img { width:2em; } 

.main_customer .cs_wrap { /*padding:.625em 0 1.5em 0; */ padding-bottom: 1.5em; } 
.main_customer .cs_wrap .info { } 
.main_customer .cs_wrap .info .flex .txt { flex:1; } 
.main_customer .cs_wrap .info > .tel { } 
.main_customer .cs_wrap .info > .tel > .icon { width:1.875em; height:1.875em; background:#870c18; border-radius:50%; color:#fff; } 
.main_customer .cs_wrap .info > .tel > .icon .xi { font-size:1em; } 
.main_customer .cs_wrap .info > .tel > .txt { padding-left:.625em; } 
.main_customer .cs_wrap .info > .tel > .txt .tt { font-size:1.250em; } 
.main_customer .cs_wrap .info > .etc { } 
.main_customer .cs_wrap .info > .etc > li { margin-top:.75em; } 
.main_customer .cs_wrap .info > .etc > li .tit { width:3.75em; } 
.main_customer .cs_wrap .info > .etc > li .txt { } 
.main_customer .cs_wrap .sns_wrap { } 
.main_customer .cs_wrap .sns_wrap .main_txt { width:3.75em; } 
.main_customer .cs_wrap .sns_wrap .sns { flex:1; } 
.main_customer .cs_wrap .sns_wrap .sns > li { padding:0 .125em; } 
.main_customer .cs_wrap .sns_wrap .sns > li .in { width:2.5em; height:2.5em; background:#15151f; border-radius:50%; color:#fff; transition:.2s; } 
.main_customer .cs_wrap .sns_wrap .sns > li .xi { font-size:1.125em; } 
.main_customer .cs_wrap .sns_wrap .sns > li .in:hover { background:#870c18; } 

.digital_wrap { } 
.digital_wrap .digital_logo { } 
.digital_wrap .digital_logo > p { margin-left: 0.875em; font-size: 1.5em; color: #870c18; font-weight: 700; } 
.digital_wrap .digital_txt { } 
.digital_wrap .digital_txt .digital_dot { margin: 1.5em 0 0 3.3125em; } 
.digital_wrap .digital_txt .digital_dot > li { position: relative; font-size: 1.125em; color: #666; padding-left: 0.9375em; font-weight: 500; line-height: 1.6; } 
.digital_wrap .digital_txt .digital_dot2 { margin: 1.5em 0 0 3.3125em; } 
.digital_wrap .digital_txt .digital_dot2 > li { position: relative; font-size: 1.125em; color: #666; font-weight: 500; line-height: 1.6; } 
.digital_wrap .digital_txt .digital_dot > li:before { position: absolute; content: ""; width: 5px; height: 5px; background: #870c18; border-radius: 50%; top: 50%; transform: translateY(-50%); left: 0; } 
.wrap_control .sliderBtnSt .xi { font-size: 2em; color: #15151f; } 
.wrap_control .mV_pagination { width:auto; font-weight: 600; font-size: 1.125em; color: #15151f; } 
.wrap_control .mV_pagination .swiper-pagination-current { margin-left: 1em; font-weight:bold; font-size: 1.5em; color:#870c18; } 
.wrap_control .mV_pagination .swiper-pagination-total { margin-right: 1em; } 
.wrap_control .mainPipeline-btn { cursor: pointer; } 
/* sub */
.subBg.bg1 { background:#f9f9fa; padding: 5em 0; margin-top: 5em; } 

.sub_tt { } 
.sub_tt.red { color: #870c18; } 
.sub_tt.w { color: #fff; } 
.sub_tt.we1 { font-weight: 600; } 
.sub_tt.we2 { font-weight: 700; } 
.sub_tt.we3 { font-weight: 500; } 
.sub_tt.dot { position: relative; padding-left: 0.5em; } 
.sub_tt.dot:before { position: absolute; content: ""; width: 5px; height: 5px; border-radius: 50%; background: #870c18; top: 6.5px; left: 0; } 
.sub_tt.redot { position: relative; padding-right: 0.5em; } 
.sub_tt.redot:before { position: absolute; content: ""; width: 5px; height: 5px; border-radius: 50%; background: #870c18; top: 10px; right: 0; } 
.sub_tt.dot2 { position: relative; padding-left: 0.5em; } 
.sub_tt.dot2:before { position: absolute; content: ""; left: 0; top: 20px; width: 3px; height: 3px; border-radius: 50%; background: #666; } 
.sub_tt.dot2:first-of-type:before { top: 11px; } 
.sub_tt.li { line-height: 1.6; } 

.sub_tt.tit { text-align: center; font-size: 1.5em; /*letter-spacing: .375em !important; */ line-height: 1.6; text-transform: uppercase; font-weight: 600; } 
.sub_tt.tit2 { text-align: center; font-size: 2em; font-weight: 700; line-height: 1.8em; } 
.sub_tt.t1 { line-height: 1.6; padding-bottom: 1em; font-size: 1.1em; } 
.sub_tt.t1:last-of-type { padding-bottom: 0; } 
.sub_tt.t2 { font-size: 1.4em; } 
.sub_tt.t3 { font-size: 2.375em; } 
.sub_tt.t4 { font-size: 1.375em; } 
.sub_tt.t5 { font-size: 1.05em; padding:0.5em; line-height: 1.6; } 
.sub_tt.t5:first-of-type { padding-top:0; } 
.sub_tt.t5:last-of-type { padding-bottom:0; } 
.sub_tt.t6 { font-size: 1.1em; } 
.sub_tt.t7 { font-size: 1.05em; padding-bottom:1em; line-height: 1.6; } 
.sub_tt.t7:last-of-type { padding-bottom:0; } 
.sub_tt.t8 { font-size:0.9em; } 

.greetings_wrap p { letter-spacing: -.5px; } 
.greetings_wrap > .wrap_img { width: 45%; } 
.greetings_wrap > .wrap_tt { display:inline-block; width: 55%; padding-left: 3em; box-sizing: border-box; } 
.greetings_wrap > .wrap_tt > .wrap_img { margin-top: 2em; } 
.greetings_wrap > .wrap_tt .ft_great { font-family:'Tangerine', cursive; font-weight:600; font-size: 1.7em; } 

.page_ttbg_bg { background: url(../images/sub/vision_bg.jpg); padding: 6em 0; margin-bottom: 5em; background-attachment: fixed; } 
.page_ttbg_bg .sub_tt.t4 { margin-bottom: 1em; } 

.page_ttbg_wrap.st1 { margin-top: 4em; } 
.page_ttbg_wrap.st1 > li { width:45%; } 
.page_ttbg_wrap.st1 > li .wrap_tt .page_tt1 { font-size:1.313em; font-weight:500; color:#000; line-height:1.5; padding: 0.8em 0 0.4em 0; } 
.page_ttbg_wrap.st1 > li .wrap_tt .page_tt1.h1 { min-height:3em; } 
.page_ttbg_wrap.st1 > p .wrap_tt .page_tt1 { font-size:1.313em; font-weight:500; color:#000; line-height:1.5; } 
.page_ttbg_wrap.st1 > li .wrap_tt .page_tt2 { line-height:1.5; font-size:1em; color:#000; position: relative; padding-left: 1.4em; } 
.page_ttbg_wrap.st1 > li .wrap_tt .page_tt2 i { color:#870c18; } 
.page_ttbg_wrap.st1 > li .wrap_tt .page_tt2 i:before { position: absolute; left: 0; top: -5px; } 
.page_ttbg_wrap.st1 > li .wrap_tt .page_tt2 i.xi2 { vertical-align:middle; } 
.page_ttbg_wrap.st1 > li .wrap_tt .page_tt2 i.xi2:before { position:unset; } 
.page_ttbg_wrap.st1 > li .wrap_tt .page_tt3 { font-size: 1.125em; font-weight: 500; margin-bottom: 1em; } 
.page_ttbg_wrap.st1 > li .wrap_tt .page_tt3 i { background-color:#870c18; border-radius:50%; width:1em; height:1em; color:#fff; margin-right:.5em; vertical-align: bottom; } 
.page_ttbg_wrap.st1 > li .wrap_img { width:100% } 
.page_ttbg_wrap.st1 > li:nth-child(2n) { margin-bottom:-3em } 
.page_ttbg_wrap.st1 > li:nth-child(2n) .wrap_tt { text-align:left } 
.page_ttbg_wrap.st1 > li:nth-child(3),
.page_ttbg_wrap.st1 > li:nth-child(4) { margin-top:4em; } 
.page_line.st1 { width:2em; height: 3px; margin:1em 0 .75em 0; background:#870c18; content:""; } 
.page_line.st1_1 { width:2em; height: 3px; margin:1em 0 .75em 0; background:#870c18; content:""; } 
.page_line.st1_2 { width:2em; height: 3px; margin:1em 0 .75em 0; background:#870c18; content:""; } 


.page_ttbg_wrap.st2 { margin-top: 1em; } 
.page_ttbg_wrap.st2 .page_ttbg_1 { margin-top:3em; } 
.page_ttbg_wrap.st2 .page_ttbg { margin-top:4.375em; } 
.page_ttbg_wrap.st2 .page_ttbg:first-child { margin-top:0; } 
.page_ttbg_wrap.st2 .page_ttbg > .wrap_img { width:46%; } 
.page_ttbg_wrap.st2 .page_ttbg > .wrap_con { flex:1; padding-left: 4em; } 
.page_ttbg_wrap.st2 .page_ttbg > .wrap_con.top { padding-top:0; } 
.page_ttbg_wrap.st2 .page_ttbg > .wrap_con > .xi { color: #870c18; font-size: 1.6em; } 
.page_ttbg_wrap.st2 .page_ttbg:nth-child(2n) { flex-direction:row-reverse; } 
.page_ttbg_wrap.st2 .page_ttbg:nth-child(2n) > .wrap_con { padding: 0 4em 0 0; text-align:right; } 
.page_ttbg_wrap.st2 .page_ttbg > .wrap_con .page_line { display:inline-block; } 
.page_ttbg_wrap.st2 .page_ttbg > .wrap_con .page_tt1 { padding: 0.8em 0 0.4em 0; font-size: 1.313em; font-weight: 500; color: #000; line-height: 1.5; } 
.page_ttbg_wrap.st2 .page_ttbg > .wrap_con .page_tt2 { line-height: 1.5; font-size: 1em; color: #000; } 
.page_ttbg_wrap.st2 .page_ttbg > .wrap_con .page_tt3 { padding: 0em 0 0.4em 0; font-size: 1.313em; font-weight: 500; color: #000; line-height: 1.5; } 


.page_ttbg_wrap.st1 > .title { font-size: 1.313em; font-weight: 500; color: #000; line-height: 1.5; } 

.page_ttbg_wrap.st3 { margin-top: 3em; } 
.page_ttbg_wrap.st4 { margin-top: 2em; } 

.vision_list .list_wrap { text-align: center; } 
.vision_list .list_wrap .list_con .circle_wrap .circle { position: relative; width: 17.5em; height: 17.5em; background: #fff; border-radius: 50%; border: 1px solid #ddd; box-shadow: 0 0 0.5em rgb(0 0 0 / 10%); } 
.vision_list .list_wrap .list_con .circle_wrap .circle:before { position: absolute; content: ""; width: 1px; height: 3.125em; background: #ddd; bottom: 0; } 

.vision_list .list_wrap .list_con .circle_wrap .circle_tt { position: absolute; } 
.vision_list .list_wrap .list_con .circle_wrap .circle_tt .t1 { margin-top: 2em; text-transform: uppercase; } 
.vision_list .list_wrap .list_con .circle_wrap .circle_tt .t2 { font-size: 1.5em; font-weight: 600; margin-top: 0.3em; } 
.vision_list .list_wrap .list_con p { color: #000; } 
.vision_list .list_wrap .list_con .t3 { font-size: 1.1em; margin-top: 1.18em; } 

.root_daum_roughmap.root_daum_roughmap_landing { width:100% !important; border-bottom: 1px solid #ddd; } 
.wrap_controllers { display: none; } 
.map_info1 { overflow:hidden; margin-bottom:20px; box-shadow:2px 3px 8px -1px #a4a4a4; padding:1.5em; margin-top:1em; font-weight:400; box-sizing:border-box; } 
.map_info1 .t1 span { color:#666; display:inline-block; margin-right:30px; margin-bottom:10px; line-height:1.5; } 
.map_info1 .t1 span:last-child { margin-right:0; } 
.map_info1 .t1 .xi { font-size:1em; color:#fff; margin-right:10px; border-radius:50%; width:1.8em; height:1.8em; line-height:1.8em; text-align:center; background:#870c18; } 

.agree_txt .t1 { padding: 2em 0 1em 0; line-height:1.8; font-size:1.063em; color:#666; } 
.agree_box { border:1px solid #ddd; box-shadow:1px 1px 1em rgba(0,0,0,.2); padding:2em } 
.agree_box .tit { font-size:1.188em; font-weight:500; color:#111; margin-bottom:1em; margin-top:2em } 
.agree_box .tit:first-child { margin-top:0 } 
.agree_box .con { font-size:.875em; color:#666; line-height:1.6 } 
.agree_box .con.hSt { overflow-y:scroll; height:10em; } 
.agree_box .con > * { padding-top:.5em; } 
.agree_box .check { border-top:1px solid #ddd; margin-top:1.5em; padding-top:1em } 
label_st.agree_box ul { margin-top:1em } 
.agree_box table { margin:1em 0; width:100% } 
.agree_box table th,
.agree_box table td { border:1px solid #ddd; padding:1em } 
.agree_box table th { background:#f5f5f5 } 
.agree_box p strong { font-size:1.125em; color:#333 } 
.agree_box a { vertical-align:top; color:#666; text-decoration:underline } 
.agree_box a:hover { opacity:.6 } 
.agree_box strong { vertical-align:top; font-weight:500 } 
.agree_big_ti { padding:3em 0; } 
.agree_big_ti > i { font-size:2.5em; text-align:center; font-weight:700; } 

.board_st.write { border-top-left-radius:1em; border-top-right-radius:1em; overflow:hidden; } 
.board_st.write th,
.board_st.write td { padding-left:1.5em; text-align:left; font-size: 1.1em; } 

.board_st.tbl_st th { background: #870c18; font-weight: 600; color:#fff; } 
.board_st.tbl_st th,
.board_st.tbl_st td { padding-left:1.5em; text-align:center; font-size: 1.1em; border: 1px solid #eee; line-height:1.6; } 
.board_st.tbl_st .bg { background: #fbf9f9; } 
.board_st.tbl_st th:first-of-type,
.board_st.tbl_st td:first-of-type { border-left: none; } 
.board_st.tbl_st th:last-of-type,
.board_st.tbl_st td:last-of-type { border-right: none; } 
.board_st.tbl_st .txt_bg { padding: 0.5em 1em; background: #870c18; border-radius: 20px; color: #fff; margin-bottom: 0.5em; display: inline-block; } 
.board_st.tbl_st .txt_bg:last-of-type { margin-bottom: 0; } 
.board_st.tbl_st .bg2 { background-color:rgba(135,12,24,.1); } 
.board_st.tbl_st .bg3 { background-color:#fff8f9; } 
.board_st.tbl_st .bg4 { background-color:rgba(135,12,24,1); } 

.sub_process_wrap { position:relative; padding-right:5% } 
.sub_process_wrap .line { position:absolute; background:#f1f1f1 } 
.sub_process_wrap .line1 { width: 90%; height: 3px; left: 10%; top: 3.5em; } 
.sub_process_wrap .line2 { width:3px; height:50%; right:0%; top:3.5em } 
.sub_process_wrap .line3 { width:90%; height:3px; right:0; top:calc(50% + 3.5em) } 
.sub_process_wrap .line:after { content:""; position:absolute; background:#870c18 } 
.sub_process_wrap .line1:after { width:0; height:100%; left:0; top:0; transition:2s; transition-delay:1s } 
.sub_process_wrap .line2:after { width:100%; height:0; right:0; top:0; transition:1s; transition-delay:2.875s } 
.sub_process_wrap .line3:after { width:0; height:100%; right:0; top:0; transition:2s; transition-delay:3.75s } 
.load .sub_process_wrap .line1:after { width:100% } 
.load .sub_process_wrap .line2:after { height:100% } 
.load .sub_process_wrap .line3:after { width:100% } 

.sub_process { position:relative; margin:0 0 -4em -4em } 
.sub_process > li { width:20%; } 
.scroll .sub_process > li { visibility:visible; opacity:1 } 
.sub_process > li .in { margin: 0 0 4em 4em } 
.sub_process > li .in .icon { display: flex; justify-content: center; align-items: center; margin:0 auto; width:7em; text-align:center; border:1px solid #ddd; background:#fff; font-size:1em; color:#999; border-radius:50%; box-shadow:0 0 .5em rgba(0,0,0,.1); position:relative; height: 7em; } 
.sub_process > li .in.color .icon { background: #870c18; } 
.sub_process > li .in.color .icon .tit { color: #fff; } 
.sub_process > li .in .icon .xi { font-size:2.5em } 
.sub_process > li .in .con { margin-top:1em; text-align:center } 
.sub_process > li .in .con .t1 { color:#870c18; font-size:.875em } 
.sub_process > li .in .con .t2 { color:#313232; font-weight:500; font-size:1.125em; margin:.25em 0 } 
.sub_process > li .in .con .t3 { color:#5c5e5e; font-size:.875em; min-height:3em } 
.sub_process > li:nth-child(6) { order:4 } 
.sub_process > li:nth-child(7) { order:3 } 
.sub_process > li:nth-child(8) { order:2 } 
.sub_process > li:nth-child(9) { order:1 } 
.sub_process > li .in .icon .tit { padding: 1em; box-sizing: border-box; color: #870c18; font-weight: 600; font-size: .95em; } 

.circleAni { position:absolute; width:100%; height:100%; border:1px solid #870c18; left:-1px; top:-1px; opacity:0; border-radius:100%; animation-duration: 3s; animation-iteration-count: infinite; opacity:0; transition-delay:5.75s } 
.load .circleAni.c1 { opacity:.7 } 
.circleAni.c1 { animation-name: circleAni } 
.circleAni.c2 { animation-name: circleAni; animation-delay: 1s } 
.circleAni.c3 { animation-name: circleAni; animation-delay: 2s } 
@keyframes circleAni {0% { opacity:.7 } 
100% { opacity:0; transform:scale(1.2) } 
 }

.service_wrap { } 
.service_wrap .service_con { width: 100%; padding: 2em; box-sizing: border-box; border: 1px solid #ddd; border-radius: 10px; margin-bottom: 0.5em; } 
.service_wrap .service_con:nth-of-type(2n+1) { background: #f9f9f9; } 
.service_wrap .service_con:last-of-type { margin-bottom: 0; } 
.service_wrap .service_con > p:first-of-type { margin-bottom: .8em; } 
.service_txt { margin: 0 0 .538em .8em; } 
.service_txt:last-of-type { margin-bottom: 0; } 
.service_txt > li { display: flex; align-items: center; } 
.service2_span { font-weight:bold; } 
.service_wrap .service_con .mintxt { padding:0.5em; } 

.service_wrap .service_con.level { background:#fff; } 

.why_wrap { } 
.why_wrap .why_con { margin-bottom: 2em; } 
.why_wrap .why_con:last-of-type { margin-bottom: 0; } 
.why_wrap .why_con .why_txt { width: 100%; padding: 2em; box-sizing: border-box; border: 1px solid #ddd; margin-top: 1em; background: #f9f9f9; border-radius: 10px; } 

.why_con_inner { background-color:#fff; padding:1em 1.5em; } 
.why_con_inner:first-of-type { margin-top: 1em; } 
.why_con_inner span { font-weight:600; margin-right:0.5em; } 
.why_con_inner .inn_tit { margin-bottom:0.5em; } 
.why_con_inner > p:first-of-type { margin-bottom: 0.5em; } 
.why_con_inner > p > .xi { color: #870c18; } 
.service_txt ul li { text-decoration:none; } 

.margin { margin-top:40px; } 

.page_icon_bn > .list { margin:0 0 -.375em -.375em; text-align:center; } 
.page_icon_bn > .list > li { flex:1 1 1%; } 
.page_icon_bn > .list.flex.hc > li { flex:1 1 25%; max-width:25%; } 
.page_icon_bn > .list > li .in { flex:1; margin:0 0 .375em .375em; padding:1.5em 1em; border:1px solid rgba(255,255,255,.6); border-radius:.313em; color:#fff; transform:translateY(0); transition:.3s; } 
.page_icon_bn > .list > li .in .con { width:100%; } 
.page_icon_bn > .list > li .in .icon { margin-bottom:1em; } 
.page_icon_bn > .list > li .in .icon img { width:3.5em; } 
.page_icon_bn > .list > li .in .tit .tt { display:block; padding:.125em 0; font-weight:500; } 
.page_icon_bn > .list > li .in .tit .t1 { font-size:1.125em; } 
.page_icon_bn > .list > li .in .tit .t1.en { font-size:.875em; font-weight:700; text-transform:uppercase; } 
.page_icon_bn > .list > li .in .tit .t2 { font-size:1.250em; } 
.page_icon_bn.cw > .list > li .in { background:#870c18; border-color:rgba(0,0,0,.5); color:#111; } 
.page_icon_bn > .list > li:hover .in { background:#870c18; border-color:rgba(255,255,255,.6); color:#fff; transform:translateY(-1em); } 


.page_icon_bn.st2 { padding:0 6em; } 
.page_icon_bn.st2 > .list { margin:0 0 -3em -3em; } 
.page_icon_bn.st2 > .list > li .in { margin:0 0 3em 3em; padding:0; border-width:.5em; border-radius:100%; } 

.page_img_bn { } 
.page_img_bn > .list { margin:0 0 -1em -1em; } 
.page_img_bn > .list > li { flex:1; } 
.page_img_bn > .list.flexW3 > li { flex:1 1 33.33%; } 
.page_img_bn > .list > li .in { position:relative; margin:0 0 0 1em; height:22em; color:#fff; } 
.page_img_bn > .list > li .in:before { content:""; position:absolute; z-index:1; left:0; right:0; top:0; bottom:0; background:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.8) 100%); } 
.page_img_bn > .list > li .in:after { content:""; position:absolute; z-index:2; left:0; right:0; top:0; bottom:0; background:#870c18; box-shadow:2px 2px .75em rgba(0,0,0,.4); opacity:0; visibility:hidden; transition:.2s; } 
.page_img_bn > .list > li .in .con { position:relative; z-index:3; flex:1; padding:2em 2em; transition:.2s; } 
.page_img_bn > .list > li .in .con .tt strong { font-weight:700; } 
.page_img_bn > .list > li .in .con .t1 { opacity:.6; margin-bottom:.5em; /*letter-spacing: 4px; */ font-size: .938em; text-transform:uppercase; font-weight: 500; } 
.page_img_bn > .list > li .in .con .t2 { font-size:1.750em; font-weight:500; letter-spacing:-1px; } 
.page_img_bn > .list > li .in .con .t3 { font-size:1.625em; font-weight:700; } 
.page_img_bn > .list > li .in .con .page_more { margin-top:1.5em; } 
.page_img_bn > .list > li .in:hover:after { opacity:.8; visibility:visible; } 
.page_img_bn > .list > li .in:hover .con { padding-bottom:7em; } 

.why_img { margin: 0 auto; width:57.9375em; z-index:-1; } 
.why_img img { width:100%; } 

.page_ttbg_wrap.st1 > li.dcoc_con:nth-child(2n) { margin-top: 0em !important; } 
.page_ttbg_wrap.st1 > li.dcoc_con { width: 49%; } 

.fda_bg_wrap { margin:4% 0 0; } 
.fda_bg_wrap .inner { padding:4em 0; } 

/*.fda_tit_wrap .sub_tt { color:#fff; } 
.fda_tit_wrap .sub_tt.tit2 { margin-top:1em; } */

.fda_step_wrap .list { margin:4em 0 -3em -3em; } 
.fda_step_wrap .list > li { flex:1 1 33.33%; max-width:33.33%; } 
.fda_step_wrap .list > li .in { margin:0 0 3em 3em; text-align:center; background:#fff; padding: 0 1.313em; position:relative; border-radius:10px; height:12.5em; border: 1px solid #ddd; box-shadow: 0 0 0.5em rgb(0 0 0 / 10%); } 
.fda_step_wrap .list > li .in .icon { } 
.fda_step_wrap .list > li .in .icon > img { width:15%; } 
.fda_step_wrap .list > li .in .num { margin:0.5em 0; color:#870c18 !important; } 
/*.fda_step_wrap .list > li .in .tt { padding-top:1em; } */
.fda_step_wrap .list > li .in .tt > p { font-weight:600; font-size:1.22em; color:#222; line-height:1.4; } 
.fda_step_wrap .list > li .in .tt > .span { /*letter-spacing: .375em !important; */ text-transform:uppercase; font-weight:400; font-size:.92em; margin-bottom:.3em; } 
.fda_step_wrap .list > li .in .tt > .span2 { /*letter-spacing: .375em !important; */ text-transform:uppercase; font-weight:400; font-size:1.1em; margin-bottom:.3em; } 
.fda_step_wrap .list > li .in .tt > p.en { font-size:.84em; color:#666; font-weight: 400; margin-top:.5em; } 
.fda_step_wrap .list > li .in .arrow { position:absolute; width:3em; line-height:3em; right:-3em; text-align:center; bottom:50%; margin-bottom:-1.5em; font-size:1em } 
.fda_step_wrap .list > li:nth-child(3) .arrow { right:50%; bottom:0; margin-bottom:-3em; margin-right:-1.5em } 
.fda_step_wrap .list > li:nth-child(4) .arrow,
.fda_step_wrap .list > li:nth-child(5) .arrow { left:-3em; transform:rotateY(-180deg); -webkit-transform:rotateY(-180deg); } 
.fda_step_wrap .list > li:nth-child(4) { order:2 } 
.fda_step_wrap .list > li:nth-child(5) { order:1 } 
/*.fda_step_wrap .list > li:last-child .in { background:#870c18; } 
.fda_step_wrap .list > li:last-child .in .tt > p { color:#fff; } */

.fda_step_wrap .list.st1 > li { flex:1 1 20%; max-width:20%; } 
.fda_step_wrap .list.st1 > li:nth-child(3) .arrow { right:-3em; bottom:50%; margin-bottom:-1.5em; margin-right:0; } 
.fda_step_wrap .list.st1 > li:nth-child(4) .arrow { right:-3em; bottom:50%; margin-bottom:-1.5em; margin-right:0; left:inherit; transform:none; -webkit-transform:none; } 
.fda_step_wrap .list.st1 > li:nth-child(5) .arrow { right:50%; bottom:0; margin-bottom:-3em; margin-right:-1.5em; left:inherit; } 
.fda_step_wrap .list.st1 > li:nth-child(4) { order:inherit; } 
.fda_step_wrap .list.st1 > li:nth-child(5) { order:inherit; } 
.fda_step_wrap .list.st1 > li:nth-child(6) { order:5; } 
.fda_step_wrap .list.st1 > li:nth-child(7) { order:4; } 
.fda_step_wrap .list.st1 > li:nth-child(8) { order:3; } 
.fda_step_wrap .list.st1 > li:nth-child(9) { order:2; } 
.fda_step_wrap .list.st1 > li:nth-child(10) { } 
.fda_step_wrap .list.st1 > li:nth-child(6) .arrow,
.fda_step_wrap .list.st1 > li:nth-child(7) .arrow,
.fda_step_wrap .list.st1 > li:nth-child(8) .arrow,
.fda_step_wrap .list.st1 > li:nth-child(9) .arrow { left:-3em; transform:rotateY(-180deg); -webkit-transform:rotateY(-180deg); } 

.fda_step_wrap .list.st2 > li { flex:1 1 25%; max-width:25%; } 
.fda_step_wrap .list.st2 > li:nth-child(3) .arrow { right:-3em; bottom:50%; margin-bottom:-1.5em; margin-right:0; left:inherit; transform:none; -webkit-transform:none; } 
.fda_step_wrap .list.st2 > li:nth-child(4) .arrow { right:50%; bottom:0; margin-bottom:-3em; margin-right:-1.5em; left:inherit; } 
.fda_step_wrap .list.st2 > li:nth-child(4) { order:inherit } 
.fda_step_wrap .list.st2 > li:nth-child(5) { order:5 } 
.fda_step_wrap .list.st2 > li:nth-child(6) { order:4; } 
.fda_step_wrap .list.st2 > li:nth-child(7) { order:3; } 
.fda_step_wrap .list.st2 > li:nth-child(8) { order:2 } 
.fda_step_wrap .list.st2 > li:nth-child(6) .arrow,
.fda_step_wrap .list.st2 > li:nth-child(7) .arrow,
.fda_step_wrap .list.st1 > li:nth-child(8) .arrow { left:-3em; transform:rotateY(-180deg); -webkit-transform:rotateY(-180deg); } 

.fda_step_wrap .list.hst > li .in { min-height:12em; } 
.fda_step_wrap .list.hst2 > li .in { min-height:13.5em; } 

.tab_idx { border-radius: 2em; overflow: hidden; width:70%; margin:0 auto; } 
.tab_idx > li { flex:1 1 25%; background-color: #f4f4f4; transition:.3s; cursor: pointer; } 
.tab_idx > li a { padding:1em 1em;; min-height: 2em; height: 2em; color:#111; display:inline-block; line-height: 2em; } 
.tab_idx > li:hover, .tab_idx > li.on { color: #fff; font-weight: 600; background-color: #870c18; } 
.tab_idx > li:hover > a, .tab_idx > li.on > a { color:#fff; } 

.txt_box { border-radius: 10px; /*border: 1px solid #ddd; */ background-color: rgba(135,12,24,.1); padding: 1.313em; } 

.product_mintt { width:50%; } 

.business { } 
.business .tit { margin-bottom: 40px; } 
.business ul li { position: relative; padding-bottom: 4em; } 
.business ul li.left .img { text-align: left; } 
.business ul li.right .img { text-align: right; } 
.business ul li .img img { display: inline-block; vertical-align: top; width:48%; } 
.business ul li .con { position: absolute; left: 580px; top: 100px; width:36em; height:12em; background-color: #870c18; padding: 3em; box-shadow: 0 15px 70px rgba(0,0,0,0.25); -webkit-box-shadow: 0 15px 70px rgba(0,0,0,0.25); border-radius:2em; } 
.business ul li .con.h2 { height:9em; } 
.business ul li .con.h3 { height:22em; } 
.business ul li .con.h4 { height:13em; } 

.business ul li.right .con { left: 8%; } 
.business ul li.right .con.right { left: 8%; } 
.business ul li .con.right:before { content: ""; position: absolute; left: 645px; top: 70px; display: inline-block; width: 60px; height: 2px; background: #fff; } 
.business ul li .con:before { content: ""; position: absolute; left: -30px; top: 70px; display: inline-block; width: 60px; height: 2px; background: #fff; } 
.business ul li .con .link { background-color: rgba(0,0,0,.5); padding: 1em; color:#fff; } 
.business ul li .con .name { margin-bottom: 1em; font-size: 1.6em; font-weight: 600; border-bottom: 1px solid #fff; padding-bottom: 0.5em; margin-bottom: 0.5em; color:#fff; } 
.business ul li .con .desc { font-size: 1.2em; } 
.business ul li .con .desc2 { font-size: 1em; } 
.business ul li .con .desc3 { font-size: 1.1em; color:#fff; } 
.business ul li .con .desc3 .xi { background-color:#fff; border-radius:50%; color:#870c18; margin-right:.3em; width: 1.3em; height: 1.3em; line-height: 1.3em; text-align: center; } 
.business ul li .con .desc4 { font-size: 1em; margin-bottom: 0.3em; color: #fff; } 
.business ul li .con .desc5 { font-size: .85em; margin-bottom: 0.1em; margin-left: .5em; margin-top: .3em; } 
.business ul li .con .link a { display: inline-block; font-family: nbb; font-size: 16px; color: #008850; padding-right: 12px; background-size: 6px 9px; -webkit-background-size: 6px 9px; margin-bottom: 5px; } 
.business ul li .con .link a:hover { color: #008850; text-decoration: underline; } 
.chk { position: relative; z-index: 10; } 
.chk::after { content: ""; position: absolute; top: 15px; left: 0; width: .5em; height: .5em; background-color: #a73944; z-index: -1; } 
.business ul li .con .link.st2 { background-color: rgba(255, 255, 255, .3); padding: 1em; color: #fff; } 
.business ul li .con .link.st2 > .sub_tt {text-shadow: 3px 3px 5px #333;} 