@charset "utf-8";

/********************************************
	HEADER
********************************************/
#header{position:fixed;top:0;display:flex;justify-content:space-between; align-items: center;width: 100%;height:150px;margin:0 auto;/*background-color: rgba(255,255,255,.95);*/transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out;z-index: 3; padding:0 5%;box-sizing: border-box;}
#header .logoArea{width:120px;transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;z-index: 4;}
#header .logo{display:inline-block;width:100%;min-height:50px;background:url(/images/logo-wh.png) 0% 50% no-repeat;text-indent: -9999px;box-sizing: border-box;}

body.mainpage #header .logo{display:inline-block;width:100%;min-height:50px;background:url(/images/logo-wh.png) 0% 50% no-repeat;text-indent: -9999px;box-sizing: border-box;}
body.mainpage #header.bg_on .logo{background:url(/images/logo.png) 0% 50% no-repeat;min-height:35px;background-size:auto 35px;}
/*
#header .t--search{position: relative;width:40px;min-height:20px;background:url(/images/layout/i_search_wh.png) 50% 50% no-repeat; text-align:right;transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;z-index: 4;}
#header .util{position: relative;width:90px;text-align:right;transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;z-index: 4;}
#header .util a{display:inline-block;min-height:14px;background:url(/images/layout/ico_arrow1.png) 0% 50% no-repeat; padding-left:17px;margin-left:10px;font-family: 'Roboto';font-style: normal;font-weight: 400;font-size: 1.3rem; letter-spacing:-0.02em;line-height:1;color:rgba(255,255,255, .6);}
#header .util a:first-child{background:none; padding-left:0px;margin-left:0px;}
#header .util a.on{color:#fff;}
*/
#header.on .logo{background:url(/images/logo-wh.png) 0% 50% no-repeat;}

#gnb {flex:1; text-align:right;}
#gnb > h2 {position:absolute;font-size:0;line-height:0;overflow:hidden;}
#gnb .gnb_wrap {margin:0 auto;position:relative}
#gnb .gnb_wrap:hover, #gnb .gnb_wrap:focus, #gnb .gnb_wrap:active{z-index:3}
#gnb #gnb1_ul { width: 100%; text-align:right; transition: 1.0s; position: relative; }
#gnb #gnb1_ul:before{ content: ""; display: block; width: 100%; height: 0; background-color: rgba(4,17,42,0.9); border-bottom:0px solid #ebebeb; position: fixed; width: 100%; left: 0; top: 0; z-index: -2; opacity: 0; transition: 0.5s; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.1) 0px 0px 0px 1px; }
#gnb.on #gnb1_ul:before{ height: 320px; opacity: 1; }

#gnb .sap-logo {position:absolute; left:-120px;top:180px; width:80px; height:45px;background:url(/images/layout/sap-logo.png) 0% 50% no-repeat; opacity:0;transition: 0.5s;}
#gnb.on .sap-logo {opacity: 1; }
#header.bg_on #gnb .sap-logo{top:170px;}

#gnb:after{ content: ""; display: block; position: absolute; width: 100%; height: 0px; left: 0; right: 0; margin: 0 auto; bottom: 0px; background-color:#bbb; z-index: 5; opacity: 0; transition: 0.5s; }
#gnb:hover:after{ opacity: 1; }
#gnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#gnb .gnb1_li {float:none; display: inline-block; line-height:50px;position:relative; padding-right:90px; }
#gnb .gnb1_li .bg{ display: none; }
.gnb1_a {display:block;font-weight: 700;color:rgba(255,255,255, .9); text-decoration:none; font-size:17px;letter-spacing:-0.02em;text-transform:uppercase; text-shadow: -1px 1px 8px 2px rgba(0, 0, 0, .1); }
.gnb1_li .gnb1_a{ position: relative; display: block; }
.gnb2_li:first-child {border:0}
.gnb2_ul {display: none; position:absolute;top:50px; padding-top:15px;  width: 100%; left: 0; right: 0; opacity: 0; }
.gnb2_ul li{ position: relative; top: 0px; opacity: 0; }
#gnb .gnb1_li > a{ position: relative; transition: 0.3s;cursor: pointer; z-index: 6;}
#gnb .gnb1_li:hover > a{ color: #fff; }
#gnb .gnb1_li > a:after{ content: ""; display: block; width: 100%; height: 2px; background-color: #fff; position: absolute; left: 50%; bottom:0px; opacity: 0; transform: scale(0) translate(-50%,0); z-index: 50; } 
#gnb .gnb1_li:hover > a:after{ opacity: 1; transition: 0.5s; transform: scale(1) translate(-50%,0); transition-delay: 0.1s; }


.gnb2_ul .gnb2_ul_box { border-top:0;padding:0;padding-right:20px;  }
.gnb2_a {display:block;padding:7px 0px;font-weight:400;font-size:13px; letter-spacing:-0.02em;line-height:1.3;color:rgba(255,255,255, .8);text-align:left;text-decoration:none;position: relative; z-index: 1;}
a.gnb2_a:hover{color: #fff; }

.gnb2_ul.on{ opacity: 1; }
.gnb2_ul.on li:nth-child(1){ opacity: 1; top: 0; /* transition: 1.0s;  */}
.gnb2_ul.on li:nth-child(2){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.2s;*/ }
.gnb2_ul.on li:nth-child(3){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.4s;*/ }
.gnb2_ul.on li:nth-child(4){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.6s;*/ }
.gnb2_ul.on li:nth-child(5){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(6){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(7){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(8){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }
.gnb2_ul.on li:nth-child(9){ opacity: 1; top: 0; /*transition: 1.0s; transition-delay: 0.8s;*/ }

.gnb1_li_air .gnb2_a {}
.gnb1_li_on .gnb2_a {}
.gnb2_a:focus, .gnb2_a:hover {color:#fff}

/* 상단 레이아웃#fff버전 - 스크롤 반응시 상단 메뉴 */
#header.bg_on{position:fixed;height:60px; border-bottom:1px solid #ebebeb;background-color: rgba(255,255,255,1);}
#header.bg_on .logoArea{}
#header.bg_on .logo{background:url(/images/logo.png) 0% 50% no-repeat;min-height:35px;background-size:auto 35px;}
#header.bg_on #gnb .gnb1_li {line-height:40px;}
#header.bg_on .gnb2_ul {top:40px;}
#header.bg_on .gnb1_a {font-weight: 600;font-size:16px;color:#333;}
#header.bg_on .gnb2_a {color:#666;}
#header.bg_on a.gnb2_a:hover{ color: #000; }
#header.bg_on #gnb #gnb1_ul:before{background-color: rgba(255,255,255,1); border-bottom:1px solid #ebebeb;}
#header.bg_on #gnb .gnb1_li > a:after{  background-color: var(--concept-color); } 
#header.bg_on #gnb.on #gnb1_ul:before{ height:260px;}
#header.bg_on #gnb .gnb1_li:hover > a{ color: var(--concept-color); }
#header.bg_on .t--search{background:url(/images/layout/i_search_20.png) 50% 50% no-repeat;}
#header.bg_on.on .logo{min-height:35px;background:url(/images/logo.png) 0% 50% no-repeat;background-size:auto 35px !important;}
/*
#header.bg_on .util a{color:#777;background:url(/images/layout/ico_arrow1_bl.png) 0% 50% no-repeat;}
#header.bg_on .util a.on{font-weight: 500;color:#333;}
*/

#header.bg_on .hamburger-inner,
#header.bg_on .hamburger-inner:after,
#header.bg_on .hamburger-inner:before {position: absolute; width: 27px; height: 3px; background-color: #333 !important;transition: transform .3s ease .2s, background-color .3s ease .2s, opacity .3s ease .3s;}


/*모바일메뉴 */
#header .m_open{text-align:right; width:60px;transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;z-index: 4;}

/* hamburger */
.hamburger { margin-right: 0;margin-left: auto;overflow: visible;cursor: pointer;z-index: 7;border: 0; transition-timing-function: linear;transition-duration: .3s ease;transition-property: opacity, -webkit-filter;transition-property: opacity, filter;transition-property: opacity, filter, -webkit-filter;}
.hamburger-box {position: relative;display: inline-block;width: 27px; height: 21px;vertical-align: middle;}
.hamburger-inner {display: block;top: 0;}

.hamburger-inner:after,
.hamburger-inner:before {display: block;content: '';}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {position: absolute; width: 27px; height: 3px; background-color: #fff;transition: transform .3s ease .2s, background-color .3s ease .2s, opacity .3s ease .3s;}
.hamburger-inner:before { top: 9px; left: -8px;}
.hamburger-inner:after { top: 18px;   width: 26px;}

.hamburger-active { margin-right: 0;margin-left: auto;overflow: visible;cursor: pointer;z-index: 7;border: 0; transition-timing-function: linear;transition-duration: .3s ease;transition-property: opacity, -webkit-filter;transition-property: opacity, filter;transition-property: opacity, filter, -webkit-filter;}
.hamburger-active .hamburger-box {position: relative;display: inline-block;width:30px; height:30px;vertical-align: middle;}
.hamburger-active .hamburger-inner,
.hamburger-active .hamburger-inner:after { position: absolute; width: 27px; height: 3px;background-color: #333;transition-delay: .1s;}
.hamburger-active .hamburger-inner { -webkit-transform: translate3d(0, 9px, 0) rotate(45deg); transform: translate3d(0, 9px, 0) rotate(45deg);}
.hamburger-active .hamburger-inner:before {opacity: 0; transition: opacity .3s ease 0s}
.hamburger-active .hamburger-inner:after {width: 27px;-webkit-transform: translate3d(0, -18px, 0) rotate(-90deg); transform: translate3d(0, -18px, 0) rotate(-90deg);}

/* mMenu */
.mask {display:none; position:fixed; top:0; left:0; width:100%; height:100%; padding:0px; z-index:198; background:#000;  -ms-filter: alpha(opacity=80); filter: alpha(opacity=80); opacity:0.8; -moz-opacity:0.8;}
.mask .close{position:absolute;  top:10px;left:10px; z-index:202;} /* add */

.mMenu {display:none; position: fixed; right:-550px; top:0; width:550px; padding:0px;background-color:rgba(255,255,255,1);z-index:202; -webkit-overflow-scrolling: touch; overflow-y: auto;height:100%;}
.mMenu .mclose { position:absolute;  top:30px;right:30px; }
.mMenu .mTop {display:block;text-align:center;margin:40px 0px 40px; box-sizing: border-box;}
.mMenu .mTop .logo_s{display:inline-block; width:100%;min-height:40px;background:url(/images/logo.png) 50% 50% no-repeat; background-size:auto 40px;}

/*
.mMenu .mTop .language_area{display:inline-block; width:100%;}
.mMenu .mTop .language_area a{position: relative;display:inline-block;margin-left:10px;border:2px solid #666; padding:4px 16px; border-radius:16px;font-weight: 400;font-size:14px;color: #aaa;line-height:1;}
.mMenu .mTop .language_area a:first-child{margin-left:0px;}
.mMenu .mTop .language_area a:first-child:before{width:0px;}
.mMenu .mTop .language_area a.on{font-weight: 500;color: #fff;line-height:1;border:2px solid #fff;}
*/

.mMenu .mTop .btnArea{display: flex;width:100%;}
.mMenu .mTop .btnArea > * {flex: 1;}

.mMenu .list {padding:0px;}
.lnav{width:100%;-webkit-transition: all .25s ease-in;transition: all .25s ease-in;}
.lnav, .lnav ul, .lnav li {list-style: none;}
.lnav ul {margin:0px;}
.lnav {padding: 0px;margin: 0px;}
.lnav > li {margin: 0px 0; border-bottom:1px solid #f1f1f1;}
.lnav > li li {margin: 0px; background: #f6f6f6; }
.lnav > li li li{margin: 0px;}
.lnav a {line-height:1;font-weight:700;letter-spacing:-0.01em;display: block;outline: none;text-decoration: none;}
.lnav a .caret {float: right;/* width:13px;height:10px;display: inline-block;vertical-align: top;background:url(../img/lmenu.png) right center no-repeat; */ border-style:solid;border-width: 9px 6px 0 6px;border-color: #3e4358 transparent transparent transparent; -webkit-transition: -webkit-transform .65s ease; transition: transform .65s ease;}
.lnav li.open > a > .caret{-webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);border-color: var(--concept-color) transparent transparent transparent;}

.lnav li a {color:#333; font-size:18px;line-height:1; padding:15px 40px;text-transform:uppercase; } 
.lnav > li li a {color:#333;  font-size:16px;line-height:1;font-weight: 400;padding: 10px 40px 10px 50px; text-transform:capitalize;}
.lnav li.open {}
.lnav li.open a{color:var(--concept-color);}
.lnav li.open li a {color:#333;}
.lnav li.open li a:hover{color:var(--concept-color);}
.lnav li.active a{color:var(--concept-color);}
.lnav li li.active a{color:var(--concept-color);}
.lnav li.off a{}

/* 2 depth 여백 추가 */
.lnav > li li{}
.lnav li li:first-child{padding-top:10px;}
.lnav li li:last-child{padding-bottom:14px;}
/* .lnav li li:last-child{padding-bottom:14px;} */



/* 바디에 스크롤 막는 방법 */
.not_scroll{
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.not_scroll .cont {
    position: relative;
    top: 0;
}

/* Msearch */
.Msearch {position:fixed; top:-200%;width:100%; padding:70px 40px 40px;  z-index:9; background:#fff; border-bottom:1px solid #dfdfdf; box-shadow: 0px 1px 8px rgba(0,0,0,0.1); -webkit-overflow-scrolling: touch;}
.Msearch .mclose {position:absolute;  top:20px;right:5%; }
.Msearch .mclose img{max-width:100%;}
.Msearch .msearchBox{display:inline-block; width: 100%;  margin:0px; text-align:center; padding:0px;}
.Msearch .msearchBox > h3{font-weight:500;color:#424242;font-size: 14px;line-height:1.3;margin-bottom:20px;}
.Msearch .searchTb{position:relative;display:inline-block;width:100%; max-width:600px;vertical-align:middle;transition: all 0.3s ease-out}
.Msearch .searchTb input{width:100%;color:#000;font-size:14px;height:45px;padding:0px 50px 0 25px;border:2px solid #000;background:#fff;border-radius:48px;box-sizing:border-box;}
.Msearch .searchTb .btn__search{position: absolute;top:50%;transform:translateY(-50%);right:25px;width:18px;height:18px;background:url(/images/layout/i_search_18.png) 0 50% no-repeat;text-indent: -9999px; z-index: 2;}
.Msearch .searchTb .btn__search input[type=image]{border:0}
.Msearch .searchTb input:focus {outline: none;border-color:var(--concept-color);}

.Msearch input::placeholder {color:#333;font-size:16px;}
.Msearch input:-ms-input-placeholder {color:#333;font-size:16px;}
.Msearch input::-ms-input-placeholder {color:#333;font-size:16px;}
.Msearch input::-webkit-input-placeholder {color:#333;font-size:16px;}
.Msearch input::-moz-placeholder {color:#333;font-size:16px;}

/* Header END */

A.roll img{display:inline; border:0; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out;}
A.roll img.over { display:none; }
A.roll:hover {border:0; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out;}
A.roll:hover img { display:none; }
A.roll:hover img.over { display:inline;}

.btn_up_layer {position:fixed; right:10px;bottom:40px;display:none;padding:0px;width:60px; height:60px; background:url(/images/layout/top.png) right bottom no-repeat;z-index:100;cursor:pointer;transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out;/* -ms-filter: alpha(opacity=90); filter: alpha(opacity=90); opacity:0.9; -moz-opacity:0.9;*/}

/* footer  */
.footer{width:100%; margin:0px auto;/*overflow:hidden;*/padding:40px 0; background:#33353c;box-sizing: border-box;}
.footer:after {content:""; display:block; clear:both; height:0;}
.footer .f-inner{width:100%; max-width:1200px; margin:0px auto;}
.footer_menu {width:100%;margin-bottom:30px;}
.footer_menu > a {display:inline-block; font-weight: 500;font-size: 16px;color: #cfcfcf; margin-left:20px;}
.footer_menu > a:first-child{ margin-left:0px;}
.footer_menu .bold{font-weight: 600;color: #fff;}
.footer_menu .blank{display:none;}

.footer .f_cont{width:100%;text-align:left;font-weight:400;color:#cfcfcf; font-size:14px;line-height:1.4;letter-spacing:-0.01em;}
.footer .f_cont > span{position: relative;display:inline-block;font-weight:400;color:#cfcfcf; font-size:14px;line-height:1.4;letter-spacing:-0.01em;padding-left:8px; margin-left:8px;}
.footer .f_cont > span::after{position:absolute;left:0; top:3px;content: ' ';width:1px;height:12px;background:#aaa; }
.footer .f_cont > span:first-child{padding-left:0px; margin-left:0px;}
.footer .f_cont > span:first-child::after{display:none;}

.footer .f_copy{text-align:left;font-weight:200;color:#cfcfcf; font-size:13px;line-height:1.3;letter-spacing:-0.01em; margin-top:10px;}	

.ellipsis02{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2; /* 라인수 */ -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em;height: 2.6em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */}
.ellipsis03{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 3; /* 라인수 */ -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em;height: 3.9em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */} 
.ellipsis04{overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 4; /* 라인수 */ -webkit-box-orient: vertical; word-wrap:break-word; line-height: 1.3em;height: 5.2em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */} 

/*img 관련 */
.imgMax{max-width:100%;}
.imgFix{width:100%;}
.fullsize{display: inline-block;width: 100%;}
.fullsize img{width: 100%;}

/* 팝업 Basic */
.popupWrap_A{position:relative;display: inline-block; width: 100%;/*background:#fff;*/margin:0;padding:4%;}/* basic */
.popupWrap_B{position:relative;display: inline-block; width: 100%;background:#fff;margin:0 auto;}
.popupWrap_A img, .popupWrap_B img{max-width: 100%;}

.icon-close-black{position: absolute;right:20px;top:10px;width:21px; height:21px;background:url(/images/layout/close_black.png) 50% 50% no-repeat;text-indent: -9999px; z-index:2}
.icon-close-white{position: absolute;right:5px;top:0px;width:21px; height:21px;background:url(/images/layout/close_white.png) 50% 50% no-repeat;text-indent: -9999px; z-index:2}
.icon-close-sm{position: absolute;right:0px;top:0px;width:15px; height:15px;background:url(/images/layout/i_close_14.png) 50% 50% no-repeat; text-indent: -9999px; z-index:2}

.popupBox_A{position:relative;width: 100%;padding:25px;background:#fff;margin-top:30px;border-radius:16px;} /* basic - x버튼 위에 */
.popupBox_A img{max-width: 100%;}

.p-title {font-weight:700;font-size:18px;line-height:1;color:#222;letter-spacing:-0.02em;margin:0px 0 20px;border-bottom:1px solid #dfdfdf; padding-bottom:10px;}
.txt_sty1{font-weight:500;color:#666; font-size:14px;line-height:1.45;margin-bottom:20px;}

.pop--top{position:fixed;left:50%;top:0px;transform:translateX(-50%);width:100%;max-width:800px; height:40px;background:#dde6f5;box-shadow: 0px 1px 16px rgba(0, 0, 0, .1); z-index:2}
.pop--top.short{position:absolute;}
.pop--tit{font-weight:700;font-size:17px;color: #000;line-height:40px;letter-spacing:-0.05rem;  padding-left:40px;}
.popupBox_B{position:relative;width: 100%;padding:60px 40px;background:#fff;overflow: hidden;} 
.popupBox_B .txt1{font-weight:400;font-size:13px;color: #333;line-height:1.4;letter-spacing:-0.05rem;margin-bottom:10px;} 
.popupBox_B .b-tit{display:block; font-weight:700;font-size:14px;color: #333;line-height:1.4;letter-spacing:-0.05rem;margin-bottom:5px;} 
.popupBox_B .tit{font-weight:600;font-size:13px;color: #333;line-height:1.4;letter-spacing:-0.05rem;margin-bottom:10px;} 

.popupBox_B .sec{padding-top:40px;} 

.privacyBox{height:400px;overflow-y:auto;font-weight:200;font-size:13px;color:#575757;letter-spacing:-0.02em;line-height:1.4;margin-top:30px;padding:0 10px;box-sizing: border-box;}
.privacyBox > h3{font-weight:400;margin-bottom:10px;}
.privacyBox > p{margin-bottom:10px;}

.textTb{display: inline-block; width:100%;margin-bottom:20px;}
.textTb .tit1{font-weight: 700;color:#333;font-size:16px;line-height:1.45;letter-spacing:-0.01em;margin-bottom:10px;}
.textTb .txt1{color:#555;font-size:13px;line-height:1.45;letter-spacing:-0.01em;}
.textTb .txt2{color:#555;font-size:13px;line-height:1.45;letter-spacing:-0.01em;margin-bottom:10px;}
.textTb .txt3{color:#555;font-size:13px;line-height:1.45;letter-spacing:-0.01em;padding-left:20px;margin-bottom:8px;box-sizing: border-box;}
.textTb .txt4{color:#555;font-size:13px;line-height:1.45;letter-spacing:-0.01em;padding-left:40px;margin-bottom:8px;box-sizing: border-box;}


/* video 사용할 경우 */
.video_wrap{position: relative; margin:0px auto; padding-bottom: 56.25%;height: 0;overflow: hidden;margin-bottom:40px;}
.youtubeP{position: absolute;top: 0;left: 0;width: 100%; height: 100%;}

.content-video{position:relative; width:100%; margin:0 auto; text-align:center; background-color: #000; overflow:hidden; vertical-align:top; padding: 0px;}
.content-video:after {clear:both;display:block;height:0;overflow:hidden;visibility:hidden;content:"";} 
.content-video-txt{z-index: 2; position:absolute; top:50%;transform:translateY(-50%);text-align:center; }
.content-video video{background-color: #000;opacity:1;vertical-align:top;max-width:100%;height:auto}

.pc_only{display: inline-block;}
.mo_only{display: none;}


/********************************************
	MAIN
********************************************/

/* main swiper : main img swiper 적용 */
.main-swiper-wrap {position: relative; width:100%;height: 100vh;}
.main-swiper-inbox { position: relative; width: 100%;height: 100%;margin: 0 auto;}
.main-swiper{width: 100%;height: 100%;}
.main-swiper .swiper-slide {overflow: hidden;position: relative;width: 100%;height: 100%}
.main-swiper .visual-slide-bg {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: no-repeat 50% 50%;background-size: cover;-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1); -webkit-transition: transform 3s;-webkit-transition: -webkit-transform 3s;transition: -webkit-transform 3s;transition: transform 3s;transition: transform 3s, -webkit-transform 3s;will-change: transform; }
.main-swiper .swiper-slide-active .visual-slide-bg {-webkit-transform: scale(1.0);-ms-transform: scale(1.0);transform: scale(1.0); }
.main-swiper .swiper-slide-active .main-swiper-tit{transform: translateX(0);}
.main-swiper .swiper-slide-active .main-swiper-text {transform: translateX(0);transition-delay: 0.5s;opacity: 1; }
.main-swiper .swiper-slide-active .main-swiper-btn {transform: translateX(0)}  

.main-swiper-content{/* position: absolute; width: 100%; top:50%;transform: translateY(-50%);  */ position: relative; display:flex;justify-content:center; flex-direction: column; width: 100%; max-width:var(--wrap-width); height:100%; margin:0 auto; padding:100px 0%; box-sizing: border-box;  z-index: 2;}

.main-swiper-tit {font-family: 'Paperozi'; font-weight:800;font-size:50px;color:#fff; line-height: 1.3; text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5);  transform: translateX(150px); -webkit-transform: translateX(150px);transition: 1.7s ease}
.main-swiper-tit > span{color:var(--concept-color); }
.main-swiper-text {font-weight:400; color:#fff; font-size:20px;line-height:1.6;letter-spacing:0em; margin-top:40px; /* text-transform: uppercase; */ text-shadow: -3px 3px 16px 1px rgba(0, 0, 0, .5); transform: translateX(-250px); opacity: 0; -webkit-transform: translateX(-250px); transition: 1.7s ease;}
.main-swiper-text br{display:none;}

.main-swiper-btn{margin-top:40px;transform: translateX(-150px); -webkit-transform: translateX(-150px);transition: 1.7s ease }
.main-swiper-btn > a{display:inline-flex;justify-content: center;align-items: center; flex-direction: column; gap:0; width:100px; height:100px; border-radius: 50%; border:1px solid #fff; font-weight:200; color:#fff; font-size:12px;line-height:1.2; padding-bottom:10px;box-sizing: border-box; }
.main-swiper-btn .arrow{ font-weight:300; color:var(--concept-color); font-size:30px; }
.main-swiper-btn > a:hover{border:1px solid var(--concept-color);color:#fff; background:var(--concept-color); }
.main-swiper-btn > a:hover .arrow{color:#fff;  }

.swiper-pagination.main-swiper-nav {bottom:60px; padding: 0 10%; text-align: left;}
.swiper-pagination.main-swiper-nav .swiper-pagination-bullet {display: inline-block;width: 7px; height: 6px; background-image: url("/images/layout/icon_swiper_off.png"); background-color: rgba(0, 0, 0, 0); background-position: center; background-size: 100% auto; background-repeat: no-repeat; vertical-align: middle; transition: .37s ease;margin: 0 7px !important; box-sizing: border-box; }
.swiper-pagination.main-swiper-nav .swiper-pagination-bullet-active { width: 10px;height: 10px; background-image:none;  border-radius: 50%; border:1px solid #fff; }
.swiper-pagination.main-swiper-nav .swiper-pagination-bullet { opacity: 1}

.main-swiper .swiper-button-prev{position: absolute; z-index: 2;width:107px;height:51px; text-indent:-9999px; background:url(/images/layout/img_prev_mainvisual.png) no-repeat left 50%; left:20px; top:50%; cursor:pointer; border:0;border: none;outline: none;}
.main-swiper .swiper-button-next {position: absolute; z-index: 2;width:107px;height:51px; text-indent:-9999px; background:url(/images/layout/img_next_mainvisual.png) no-repeat right 50%; right:20px; top:50%; cursor:pointer;border:0;border: none;outline: none;}
.main-swiper .swiper-button-prev:hover{background:url(/images/layout/img_prev_mainvisual_hover.png) no-repeat left 50%;}
.main-swiper .swiper-button-next:hover{background:url(/images/layout/img_next_mainvisual_hover.png) no-repeat right 50%;}
.main-swiper .swiper-button-prev:after{content:'';display:block;position:absolute;left:20px;top:50%;width:0;height:1px;background:#fff;
-webkit-transition: 100ms width;
    -o-transition: 100ms width;
    transition: 100ms width;
}
.main-swiper .swiper-button-next:after{content:'';display:block;position:absolute;right:20px;top:50%;width:0;height:1px;background:#fff;
-webkit-transition: 100ms width;
    -o-transition: 100ms width;
    transition: 100ms width;
}
.main-swiper .swiper-button-prev:hover:after, .main-swiper .swiper-button-next:hover:after {width:60px;}
/* n */
.main-swiper-wrap .control_box { width: 100%; max-width:var(--wrap-width); margin:0 auto;  display: flex; flex-direction: row; position: absolute; left:50%;transform: translateX(-50%); bottom:30px; z-index: 2; align-items: center;box-sizing: border-box; }
.main-swiper-wrap .control_box .btn_pause {width: 9px; height: 11px; background: url('/images/layout/btn_stop.png'); cursor: pointer; margin: 0 15px;}
.main-swiper-wrap .control_box .btn_pause.on {background: url('/images/layout/btn_start.png');}
.main-swiper-wrap .control_box .pager {display: flex; flex-direction: row;}
.main-swiper-wrap .control_box .pager button{opacity:.5;position:relative;display:flex;justify-content:center;align-items:center;width:auto;height:auto;border-radius:50%;font-size:15px;color:#fff;cursor:pointer;background:transparent;transition:.3s;font-family:var(--font-basic); transform: scale(0.5);}
.main-swiper-wrap .control_box .pager button:before {display: block; position: absolute; top: -150px; writing-mode: vertical-rl; font-size: 25px; transform: rotate(180deg); opacity: 0; transition: all 0.2s;}
.main-swiper-wrap .control_box .pager button.on:before {opacity: 0; /* 숫자보이게 : opacity: 1; */}
.main-swiper-wrap .control_box .pager button:nth-child(1):before {content: "|\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0 01";}
.main-swiper-wrap .control_box .pager button:nth-child(2):before {content: "|\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0 02";}
.main-swiper-wrap .control_box .pager button:nth-child(3):before {content: "|\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0 03";}
.main-swiper-wrap .control_box .pager button:nth-child(4):before {content: "|\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0 04";}
.main-swiper-wrap .control_box .pager button span{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%); font-size:14px;}
.main-swiper-wrap .control_box .pager button.on{opacity:1}
.main-swiper-wrap .control_box .pager .progress{transform:rotate(-90deg)}
.main-swiper-wrap .control_box .pager .circle-origin{fill:transparent;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-dasharray:125.664px;stroke-dashoffset:125.664px}
.main-swiper-wrap .control_box .pager button.on .circle-origin{animation:progress 5s}

/* 일반 화살표 사용시 적용 */
.main-swiper-wrap .navi_box {display: flex; flex-direction: row; align-items: center; position: absolute; left: 50%;transform: translateX(-50%); bottom: 5%; z-index: 2;}
.main-swiper-wrap .navi_box .swiper-button-next, .main-swiper-wrap .navi_box .swiper-button-prev {position: relative; margin-top: 0; left: 0; width: 11px; height: 17px; background-size:11px auto;}
.main-swiper-wrap .navi_box .swiper-button-prev {background-image: url('/images/layout/btn_prev.png');}
.main-swiper-wrap .navi_box .swiper-button-next {background-image: url('/images/layout/btn_next.png');}
.main-swiper-wrap .navi_box p {color: #fff; margin: 0 15px; font-size: 9px; font-weight: 100;}
/* n */

.m-progress {position: absolute;bottom: 0;left: 0; width: 100%;z-index:2}
.m-progress-bg {height: 4px; background-color: rgba(255, 255, 255, .3)}
.m-progress-bar {display: inline-block; width: 0; height: 100%; background-color:var(--concept-color); opacity: 0; transition-delay: unset}
.m-progress-bar.active {opacity: 1}
.m-progress-bar.animate {animation: progressAni 5s linear infinite}

@keyframes progressAni {
  0% {width: 0;}
  100% { width: 100%;}
}
@keyframes progress{0%{stroke-dashoffset:125.664px}90%{stroke-dashoffset:0}100%{stroke-dashoffset:-125.664px}}
/* main swiper END */


/* ---------------------- main-visual : old ----------------------------- */
.main-container {width: 100%;overflow:hidden;margin-top:0px;}
.main-visual {/*max-height:1040px;*/height: 100vh; opacity:0;-webkit-transition: opacity 0.5s; transition:opacity 0.5s;position:relative; }
.main-visual.visual-loaded {opacity:1;}
.main-visual-container,.main-visual-wrapper,.main-visual-slide,.main-visual-slide-bg{width: 100%; height:100%;overflow:hidden;}
.main-visual-slide-bg {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: no-repeat center center;background-size: cover;-webkit-transform: scale(1.8);-ms-transform: scale(1.8);transform: scale(1.8); -webkit-transition: transform 3s;-webkit-transition: -webkit-transform 3s;transition: -webkit-transform 3s;transition: transform 3s;transition: transform 3s, -webkit-transform 3s;will-change: transform;}
/* .main-visual-slide-bg--overlay:before { content: ""; background: #000; opacity: 0.6; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1;} */
.main-visual-loaded .main-visual-slide-bg {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}

.main-visual-content {display:flex;justify-content: center;align-items: center;width: 100%;max-width:1400px; height:100%;position: relative; z-index: 1;margin: auto; padding: 0px 5% 40px;box-sizing: border-box;}

.main-visual-content-inner{display:inline-flex;width: 100%;justify-content: center;}
.main-visual-content-inner > * {padding-left:80px;box-sizing: border-box}
.main-visual-content-inner > *:first-child{padding-left:0px; }

.main-visual-title {font-weight:800;font-size:50px;line-height: 1.2;letter-spacing:0.03rem;color: rgba(255,255,255,1); /*text-transform:capitalize;*/ opacity:0;text-shadow: 3px 3px 24px rgba(0, 0, 0, .2);}
.main-visual-desc {opacity:0;}
.main-visual-desc > p{font-weight:400;font-size:20px;color: #fff;line-height: 1.5;/* will-change: transform;*/ text-shadow: 3px 3px 24px rgba(0, 0, 0, .2); margin-top:20px;}
.main-visual-desc > p:first-child{margin-top:0px;}
.main-visual-desc > p br{}
/* .main-visual-desc > span{position: relative;display: inline-block;font-weight:500;font-size: 2.4rem;color: #fff;line-height: 1.3;will-change: transform;text-shadow: 3px 3px 24px rgba(0, 0, 0, .2); padding-left:5px;box-sizing: border-box;}
.main-visual-desc > span:after{position: absolute; left:0; bottom:0px; content: ''; width:100%; height:6px; background:var(--concept-color);} */
.main-visual-loaded .main-visual-title {opacity:1;}
.main-visual-loaded .main-visual-desc {opacity:1;}

.main-visual .swiper-navigation-wrap {position:relative;font-size:0;}
.main-visual .swiper-navigation {position:absolute;bottom:5.0rem;left:10%;opacity:0;z-index:10;}
.main-visual .swiper-navigation button:before, .main-visual .swiper-navigation button:after {color:#fff;}
.main-visual .swiper-control {text-align: center;width: 100%;z-index: 100;}
.main-visual-btn_play { position: absolute; bottom: .2rem; left: .2rem; display: block; width: 4.5rem; height: 4.5rem; background: #fff; border-radius: 50%; }
.main-visual-btn_play:after { content: ''; border-top: 0.5rem solid transparent; border-left: 0.7rem solid #0f4c82; border-bottom: 0.5rem solid transparent; position: absolute; top: 50%; left: 50%; width: auto; height: auto; margin-left: -0.2rem; margin-top: -0.5rem; z-index: 2;}
.main-visual-loaded .swiper-navigation {opacity:1;}

.main-visual .swiper-pagination {font-size:1.4rem; font-weight:700; color:#fff;}
.main-visual .swiper-pagination-current {font-weight:700; color:#fff;width: 3.0rem;margin-left: 0rem;}
.main-visual .swiper-pagination-total {margin-right:0;margin-left:0;width: 3.0rem;}
.main-visual .swiper-progress__hidden-space {display: inline-block;vertical-align: middle;width: 14.0rem;height: .2rem;margin: 0 0px 0 .3rem;position: relative;}
.main-visual .swiper-progress__hidden-space:before {display:none;}
.main-visual .swiper-progress__wrap {display: block;width: 14.0rem;height: .2rem;position: absolute;left: 3.4rem;top: 50%;margin-top:-1px;background: rgba(255,255,255,0.5);overflow: hidden;}
.main-visual .swiper-progress {display: block;width: 0;height: 100%;background: #fff;}

.main-visual .swiper-pagination-current.include-zero:before {content : '0'}
.main-visual .swiper-pagination-total.include-zero:before {content : '0'}

.HomeSlider_item.swiper-slide-active .main-visual-content-inner > div > * { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none;}
.main-visual-content-inner { width:100%;vertical-align: middle;}
/* ----------------------  main-visual : old END ----------------------------- */

.m--scroll {bottom:20px;left:50%;width:34px;margin-left:-25px; overflow: hidden;position: absolute;z-index:2;text-align: center;}
.m--scroll {animation: scrollAni 2.0s ease-in-out reverse; animation-iteration-count: infinite; 
	-webkit-animation: scrollAni 2.0s ease-in-out reverse; -webkit-animation-iteration-count: infinite; 
	-moz-animation: scrollAni 2.0s ease-in-out reverse; -moz-animation-iteration-count: infinite; 
}
 @keyframes scrollAni{
	0%{bottom: 20px;} 
	25%{bottom: 30px;} 
	50%{bottom: 20px;} 
	75%{bottom: 30px;} 
	100%{bottom: 20px;} 
}
@-webkit-keyframes scrollAni{
	0%{bottom: 20px;} 
	25%{bottom: 30px;} 
	50%{bottom: 20px;} 
	75%{bottom: 30px;} 
	100%{bottom: 20px;} 
}
@-moz-keyframes scrollAni{
	0%{bottom: 20px;} 
	25%{bottom: 30px;} 
	50%{bottom: 20px;} 
	75%{bottom: 30px;} 
	100%{bottom: 20px;} 
}

/* text 관련 */
.section-tit{font-weight:800;font-size:4.5rem;color: #000;line-height:1;letter-spacing:-0.01rem;text-transform:capitalize;margin-bottom:3rem;}
.section-stit{display:flex;flex-wrap: wrap; gap:5px; font-weight:800;font-size:30px;color: #000;line-height:1;letter-spacing:-0.01rem;text-transform:capitalize;margin-bottom:4rem;}

.title{font-weight:800;font-size:4.5rem;color: var(--second-color);line-height:1.3;letter-spacing:-0.01em;margin-bottom:50px;}
.title > em{display: inline-block; width:100%; margin-top:10px;font-style: normal;font-weight:400;font-size:18px;color:#000;line-height:1.3;letter-spacing:-0.01rem;}
.title > strong{display: inline-block;font-style: normal;font-weight:700;font-size:24px;line-height:1.45;}

.circle--tit{position:relative;text-align:left;font-weight:700;font-size:2.4rem;color:#333;line-height:1.3; padding-left:10px;box-sizing: border-box;margin-bottom:30px;}
.circle--tit::before{position:absolute;content: ' ';left:0;top:2px; width:6px; height:6px;background:var(--point-color);border-radius: 50%; }

.bullet-list{display: inline-block;width:100%;padding-left:10px;font-weight:400;font-size:16px;color:#333;letter-spacing:-0.02rem;line-height:1.4;margin-bottom:8px;box-sizing: border-box;}
.bullet-list::before {content: ' '; display: inline-block; vertical-align: top;width:4px; height:4px; margin-top:8px;margin-left:-10px;margin-right:6px;border-radius: 50%; background:var(--concept-color);}

.in-title{width: fit-content;font-weight:700;font-size:20px;color:#333;letter-spacing:-0.01em;line-height:1.3; }
.in-title.line{color:#000;line-height:0.6;padding: 0 2px; border-bottom:6px solid;border-color: rgba(31, 81, 162, .8);  }
.in-title.underline{color:#000; text-decoration: underline;text-decoration-color: rgba(31, 81, 162, 0.8) !important; -webkit-text-decoration-color: rgba(31, 81, 162, .8) !important;text-decoration-thickness:4px !important;text-underline-offset:4px !important; border:0;line-height:1.3; }

.line-list{position:relative;font-weight:400;font-size:16px;color:#333;line-height:1.45; padding-left:12px;box-sizing: border-box;}
.line-list::before{position:absolute;content: '-';left:0;top:0px;font-size:18px;color:#444; }

.line-list-s{position:relative;font-weight:400;font-size:14px;color:#333;line-height:1.45; padding-left:10px;box-sizing: border-box;}
.line-list-s::before{position:absolute;content: '-';left:0;top:0px;font-size:16px;color:#444; }

.txt-1{font-weight:500;font-size:2rem;color:#333;line-height:1.45;letter-spacing:-0.01rem;margin-bottom:4rem;} 
.txt-2{font-weight:600;font-size:2.4rem;color:#333;line-height:1.45;letter-spacing:-0.01rem;margin-bottom:2rem;} 
.txt-3{font-weight:400;font-size:2.2rem;color:#333;line-height:1.6;letter-spacing:-0.01rem;margin-bottom:4rem;} 


.text-list{font-weight:400;font-size:16px;color:#333;letter-spacing:-0.01rem;line-height:1.45; text-indent:-16px; padding-left:16px; margin-bottom:5px;box-sizing: border-box;}

.bullet-list-2{display: inline-block;width:100%;padding-left:8px;font-weight:400;font-size:14px;color:#333;letter-spacing:-0.02rem;line-height:1.4;margin-bottom:8px;box-sizing: border-box;}
.bullet-list-2::before {content: ' '; display: inline-block; vertical-align: top;width:3px; height:3px; margin-top:8px;margin-left:-8px;margin-right:5px;border-radius: 50%; background:var(--concept-color);}

.bullet-list-3{display: inline-block;width:100%;padding-left:10px;font-weight:400;font-size:17px;color:#000;line-height:1.4;margin-bottom:10px;box-sizing: border-box;}
.bullet-list-3::before {content: ' '; display: inline-block; vertical-align: top;width:4px; height:4px; margin-top:9px;margin-left:-10px;margin-right:6px;border-radius: 50%; /* background:#888; */}

.text-list-1{position: relative;display: inline-block;width:100%;padding-left:10px;font-weight:400;font-size:15px;color:#666;letter-spacing:-0.02rem;line-height:1.4;margin-bottom:5px;box-sizing: border-box;}
.text-list-1::before {position: absolute;left: 0; top:0; content: '-'; display: inline-block; /*width:3px; height:1px;background:#666;*/}

/* main-section */
.section-wrap{width:100%;max-width:var(--wrap-width); margin:0 auto;  padding:var(--padding-t) 0;box-sizing: border-box;}
.section-1{width:100%;}
.section-1 .section-tit{margin-bottom:40px;}
.section-1 ul{display:flex;flex-wrap: wrap; gap:40px; width:100%;}
.section-1 li{position:relative; width:-webkit-calc(100% / 2 - 20px); width:calc(100% / 2 - 20px); min-height:300px; z-index:1;}
.section-1 li a{display:flex; flex-direction: column; width:100%; height:100%; padding:50px 35% 80px 50px; border-radius:10px; box-sizing: border-box; position:relative; z-index:1; transform:translateY(0);transition:transform 0.3s ease, box-shadow 0.3s ease;}
.section-1 li a::after {position:absolute;left:0px; top:0px;content: ' '; width:100%;height: 100%; border-radius:10px;background:rgba(15, 82, 186, .5); opacity: 0;transition:opacity 0.3s; z-index:0;}

.section-1 .tit{font-weight:700;font-size:26px;color:#fff;line-height:1.3;letter-spacing:-0.01rem;margin-bottom:20px;}
.section-1 .tit > span{display: inline-block;width:100%;font-weight:500;font-size:16px;margin-top:0px;}
.section-1 .txt{font-weight:300;font-size:16px;color:#fff;line-height:1.45;letter-spacing:-0.01rem;}
.section-1 .tit, .section-1 .txt{ position:relative; z-index:2;}
.section-1 .btnArea{position:absolute; right:20px; bottom:20px; opacity: 0; z-index:2; transform:translateY(10px); transition:all 0.3s;}
.section-1 .btn{display:inline-flex;justify-content: center; align-items: center; width:30px; height:30px; background:#000; border-radius: 50%; font-weight:400;font-size:24px;color:#fff;line-height:1; padding-bottom:3px; box-sizing: border-box;}
.section-1 li a.type1{ background:url(/images/main/sec01-bg1.jpg) 100% 100% no-repeat var(--second-color); background-size:cover; }
.section-1 li a.type2{ background:url(/images/main/sec01-bg2.jpg) 100% 100% no-repeat var(--second-color); background-size:cover; }
.section-1 li a.type3{ background:url(/images/main/sec01-bg3.jpg) 100% 100% no-repeat var(--second-color); background-size:cover; }
.section-1 li a.type4{ background:url(/images/main/sec01-bg4.jpg) 100% 100% no-repeat var(--second-color); background-size:cover; }
.section-1 li:hover a{transform:translateY(-16px) scale(1.02); box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
.section-1 li:hover a::after {opacity:1; }
.section-1 li:hover .btnArea{opacity: 1; transform:translateY(0);}

.section-2{width:100%; background: #f6f6f6;padding:var(--padding-t) 0;box-sizing: border-box;}
.section-2 .section-tit{width:100%;max-width:var(--wrap-width); margin:0 auto 40px; box-sizing: border-box;}
/* section-portfolio 스와이퍼 */ 
.swiper-product { position:relative; width:100%;margin:0px auto; z-index:1; padding:40px 0;box-sizing: border-box;} 
.swiper-product .swiper-slide {width:380px; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; transform:translateY(0);transition:transform 0.3s ease, box-shadow 0.3s ease;}
.swiper-product .swiper-slide img{width:100%;}
.swiper-product .swiper-slide:hover {transform:translateY(-16px) scale(1.02); box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }

.swiper-product .swiper-scrollbar {display:none;border-radius:10px;position:relative;-ms-touch-action:none;background:#e2e2e2}
.swiper-product.swiper-container-horizontal>.swiper-scrollbar {position:absolute;left:4%;bottom:0px;z-index:50;height:3px;width:92%;}
.swiper-product .swiper-scrollbar-drag {height:100%;width:100%;position:relative;background:rgba(146, 77, 77, 0.9);border-radius:0px;left:0;top:0}
.swiper-product .swiper-scrollbar-cursor-drag {cursor:move}
.swiper-product .swiper-pagination-progress {background:rgba(0,0,0,.9);position:absolute}

.main-product{display:flex;flex-direction: column;justify-content: space-between; width:100%; cursor:pointer;border-radius:10px; /* background: linear-gradient(90deg, #0b183a 40%, #0f52ba); */  box-sizing: border-box;position:relative; }
.main-product .thumb{position:relative; width:100%;   padding:0px; border-radius:10px; overflow: hidden; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 16px; box-sizing: border-box; }
/*.main-product .thumb img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%;object-fit: cover; object-position: 50% 50%; border-radius:10px; -webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s; } 
.main-product:hover .thumb img{-webkit-transform: scale(1.1) rotate(0.02deg); -moz-transform: scale(1.1) rotate(0.02deg); -ms-transform: scale(1.1) rotate(0.02deg); -o-transform: scale(1.1) rotate(0.02deg); transform: scale(1.1) rotate(0.02deg); }*/
.main-product .textArea{position:absolute;left:0;top:0; width:100%; height:100%; padding:40px; box-sizing: border-box;}
.main-product .tit{font-weight:700;font-size:26px;color:#fff;line-height:1.3;letter-spacing:-0.01rem;margin-bottom:20px;}
.main-product .tit > span{display: inline-block;width:100%;font-weight:500;font-size:16px;margin-top:0px;}
.main-product .txt{font-weight:300;font-size:15px;color:#fff;line-height:1.45;letter-spacing:-0.01rem;}
.main-product .btnArea{position:absolute; right:20px; top:20px; opacity:1; z-index:2; transform:translateY(10px); transition:all 0.3s;}
.main-product .btn{display:inline-flex;justify-content: center; align-items: center; width:30px; height:30px; background:var(--concept-color); border-radius: 50%; font-weight:400;font-size:24px;color:#fff;line-height:1; padding-bottom:3px; box-sizing: border-box;}
/*화이트 버전교차할경우 .type1: loof하면 안됨 */
.main-product.type1 .tit, .main-product.type1 .txt{color:var(--second-color);}
.main-product.type1 .thumb{border:1px solid #eee;}

/* 버튼관련- 사용안함 */ 
.swiper-product-button{position: absolute;top:0px; left:50%; width:110px; margin-left:-55px; /* transform:translateX(-50%);*/  padding:0px;z-index:2;}  
.swiper-product-button .swiper-button-prev,  
.swiper-product-button .swiper-button-next{width:50px; height:42px; background-size:auto 42px; top:0;margin-top:0px;z-index:2;} /*크기*/
.swiper-product-button .swiper-button-prev{background: url(/images/main/c-prev.png) 50% 50% no-repeat; left:0px; } /*이미지,위치*/
.swiper-product-button .swiper-button-next{background: url(/images/main/c-next.png) 50% 50% no-repeat; left:60px; }
.swiper-product.swiper-pagination-bullet {width: 12px;height: 7px;margin:0px 4px;display: inline-block;border-radius:24px; background: #bbb; border:0;}
.swiper-product .swiper-pagination-bullet-active {width:40px;height:7px;background:var(--concept-color);}
/* 버튼관련- 사용안함 */ 

.section-3{position:relative;display:flex;justify-content: center; align-items: center;width:100%;margin:0 auto;padding:100px 5%;box-sizing: border-box;}
.section-3:before{position:absolute; left:0%; top:0px;content: ' ';width:100%;height:100%;background-size: cover; background:url(/images/main/main-sec3.jpg) 0 0 no-repeat; z-index:-1}
.section-3 .tit{text-align:center;font-weight:700;font-size:3rem;color: #fff;line-height:1.3;letter-spacing:-0.01em;text-transform:capitalize;}

.section-4{width:100%;margin:0 auto;}
.section-4 .section-tit{margin-bottom:40px;}

.sec4-1{position:relative;width:100%;border:1px solid #dfdfdf; background:#fff; padding:40px;box-shadow: 2px 2px 24px 2px rgba(22,22,22, 0.1);border-radius:4px; transition:all 0.2s ease-in-out;box-sizing: border-box;}
.sec4-1 .btnArea{position:absolute; right:40px; top:40px;}
.sec4-1 ul{display:flex;justify-content: center;align-items: center;width:100%; max-width:900px; margin:auto;}
.sec4-1 .txtBox{margin-right:20px;}
.sec4-1 .imgBox{flex:0 0 300px;}
.sec4-1 .imgBox img{max-width:100%;}

.sec4-2{width:100%; margin:20px 0;}
.sec4-2 .btnArea{position:absolute; right:30px; top:20px;}
.sec4-2 ul{display:flex;align-items: center;width:100%;}
.sec4-2 li{position:relative;flex:1; margin-left:20px;border:1px solid #dfdfdf; background:#2c2c2c; padding:20px 30px;box-shadow: 2px 2px 24px 2px rgba(22,22,22, 0.1); border-radius:4px;box-sizing: border-box;}
.sec4-2 li:first-child{margin-left:0px;}
.sec4-2 .circle--tit{color:#fff;font-size:2.0rem;margin-bottom:20px;}
.sec4-2 .txt{font-weight:500;font-size:16px;color: rgba(255,255,255,.7);line-height:1.3;letter-spacing:-0.01em;padding-left:10px;box-sizing: border-box;}

.sec4-3{position:relative;width:100%;border:1px solid #dfdfdf; background:#fff; padding:40px;box-shadow: 2px 2px 24px 2px rgba(22,22,22, 0.1);border-radius:4px; transition:all 0.2s ease-in-out;box-sizing: border-box;}
.sec4-3 .btnArea{position:absolute; right:40px; top:40px;}
.sec4-3 ul{display:flex;justify-content: center;align-items: center;width:100%; margin:auto;}
.sec4-3 li{flex:1; margin-left:20px;padding:0 20px;box-sizing: border-box;}
.sec4-3 .tit{font-weight:700;font-size:18px;color: #333;line-height:1.3;letter-spacing:-0.01em;margin-bottom:15px;}

.more--btn{display:inline-flex;justify-content: center; align-items: center;width:30px; height:30px;background:var(--concept-color);font-weight:300;font-size:24px;color:#fff;line-height:1;border-radius:50%; padding-bottom:3px; box-sizing: border-box;}
.more--btn:hover{color:#fff;}
.more--btn.gray-bg{background:#8d9196;}

.section-5{width:100%;margin:0 auto; background: #f6f6f6;padding:var(--padding-t) 0;box-sizing: border-box; overflow: hidden;}
.section-5 .section-stit{width:100%;max-width:var(--wrap-width); margin:0 auto; box-sizing: border-box;}
.section-5 > div{padding:40px 0 60px;}
.section-5 > div:last-of-type{padding:40px 0 20px;}

.marquee {width: 100%; overflow: hidden;}
.marquee-track {display: flex; width: max-content;}
.marquee-content {display: flex;}
.marquee-content .item {display:inline-flex;justify-content:center;align-items: center;  flex: 0 0 200px; height:70px; margin-right:10px;padding:16px 20px;box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 5px 0px, rgba(0, 0, 0, 0.05) 0px 0px 1px 0px; background: #fff;  border-radius:4px; box-sizing: border-box;}
.marquee-content .item img{max-width:100%; max-height:100%; /*height: 40px;width: auto;*/ }

.marquee.top .marquee-track { animation: marquee-left 25s linear infinite;}/* 위쪽 (왼쪽으로 이동) */
.marquee.bottom .marquee-track { animation: marquee-right 50s linear infinite;}/* 아래쪽 (오른쪽으로 이동) */
.marquee:hover .marquee-track {animation-play-state: paused;}

@keyframes marquee-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes marquee-right {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

.slideImg{position: relative; display: inline-block; width:100%; height:0px;padding-top:75%;overflow: hidden;border:1px solid #dfdfdf; border-radius:4px;background-size: cover; background:#fff;box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
.slideImg img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%; }
.slideImg_mid{position: relative; display: inline-block; width:100%; height:0px;padding-top:100%;overflow: hidden;border:1px solid #dfdfdf; border-radius:4px;background-size: cover; background:#fff;box-sizing: border-box;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; }
.slideImg_mid img{position: absolute; top: 0; left: 0; right: 0; bottom: 0;width:100%; height:100%; }

/*  SUB LAYOUT :: 비주얼 */
#visual{overflow:hidden; position:relative; width:100%; height:var(--sub-visual-height); background-size:cover !important;}
#visual .visual-img-con{
	position:absolute; left:0; width:100%; height:100%; 
	-ms-transform: scale(1.1,1.1) rotate(0.0001deg);
    -o-transform: scale(1.1,1.1) rotate(0.0001deg);
    -moz-transform: scale(1.1,1.1) rotate(0.0001deg);
    -webkit-transform: scale(1.1,1.1) rotate(0.0001deg);
     transform: scale(1.1,1.1) rotate(0.0001deg);
	-webkit-transition:transform 5s  ease-in-out ;
	-moz-transition:transform 5s ease-in-out ;
	-o-transition:transform 5s ease-in-out ;
	-ms-transition:transform 5s ease-in-out ;
    transition:transform 5s ease-in-out ;	
}
#visual .visual-txt-con{position:relative; display:flex; width:100%;justify-content:center; align-items: center;flex-direction: column; margin:0 auto; height:100%;padding:80px 5% 0; z-index:2;}
#visual .visual-tit{text-align:center; font-weight:800; color:#fff; font-size:5rem;line-height:1.2;letter-spacing:0rem;text-transform:uppercase;text-shadow: 1px 1px 16px rgba(0,0,0,0.2); margin-bottom:0px;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}
#visual .visual-sub-txt{font-weight: 500; color:rgba(255,255,255,.7);font-size:2.2rem;line-height:1;text-shadow: 1px 1px 16px rgba(0,0,0,0.2); margin-top:10px;-webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}
#visual .sub--menu{/*display:inline-flex;width:100%; justify-content:center; */ position:absolute; left:50%;transform:translateX(-50%); bottom:40px; width:100%; text-align:center; z-index:2;   -webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;-ms-transition:all 0.4s;transition:all 0.4s}
#visual .visual-tit, #visual .visual-sub-txt{position:relative; opacity:0;filter:Alpha(opacity=0); visibility:hidden;
	-moz-transition:transform 0.8s, opacity 1.0s;
	-ms-transition:transform 0.8s, opacity 1.0s;
	-webkit-transition:transform 0.8s, opacity 1.0s;
	-o-transition:transform 0.8s, opacity 1.0s;
	transition:transform 0.8s, opacity 1.0s;
	/* -ms-transform: translateX(-50px) rotate(0.0001deg); 
    -o-transform: translateX(-50px) rotate(0.0001deg); 
    -moz-transform: translateX(-50px) rotate(0.0001deg);
    -webkit-transform: translateX(-50px) rotate(0.0001deg); 
     transform: translateX(-50px) rotate(0.0001deg); */
}
#visual .sub--menu{opacity:0;filter:Alpha(opacity=0); visibility:hidden;}

/* Active */
#visual.active .visual-img-con{
	-ms-transform: scale(1.0,1.0) rotate(0.0001deg);
    -o-transform: scale(1.0,1.0) rotate(0.0001deg);
    -moz-transform: scale(1.0,1.0) rotate(0.0001deg);
    -webkit-transform: scale(1.0,1.0) rotate(0.0001deg);
     transform: scale(1.0,1.0) rotate(0.0001deg);
}
#visual.active .visual-tit, #visual.active .visual-sub-txt{
	opacity:1.0;filter:Alpha(opacity=100); visibility:visible;
	-ms-transform: translateX(0) rotate(0.0001deg);
    -o-transform: translateX(0) rotate(0.0001deg);
    -moz-transform: translateX(0) rotate(0.0001deg);
    -webkit-transform: translateX(0) rotate(0.0001deg);
     transform: translateX(0) rotate(0.0001deg); 
}

#visual.active .sub--menu{opacity:1.0;filter:Alpha(opacity=100); visibility:visible;}

#visual.active .visual-tit{-webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -o-transition-delay:0.3s; -ms-transition-delay:0.3s; transition-delay:0.3s}
#visual.active .visual-sub-txt{-webkit-transition-delay:0.6s; -moz-transition-delay:0.6s; -o-transition-delay:0.6s; -ms-transition-delay:0.6s; transition-delay:0.6s}
#visual.active .sub--menu{bottom:30px;-webkit-transition-delay:0.6s; -moz-transition-delay:0.6s; -o-transition-delay:0.6s; -ms-transition-delay:0.6s; transition-delay:0.6s}

.visual-img-con.tbg01{background: url("/images/sub/topbg01-1.jpg") no-repeat center / cover rgb(255, 255, 255);}
.visual-img-con.tbg02{background: url("/images/sub/subtop-02.jpg") no-repeat 10% 50% / cover rgb(255, 255, 255);}
.visual-img-con.tbg03{background: url("/images/sub/topbg02.jpg") no-repeat center / cover rgb(255, 255, 255);} /* it solution */
.visual-img-con.tbg04{background: url("/images/sub/topbg03.jpg") no-repeat center / cover rgb(255, 255, 255);} /* products */
.visual-img-con.tbg05{background: url("/images/sub/subtop-5.jpg") no-repeat center / cover rgb(255, 255, 255);} 
.visual-img-con.tbg06{background: url("/images/sub/topbg06.jpg") no-repeat center / cover rgb(255, 255, 255);} /* itnews */
.visual-img-con.tbg07{background: url("/images/sub/topbg07.jpg") no-repeat center / cover rgb(255, 255, 255);} /* contact */
.visual-img-con.tbg08{background: url("/images/sub/subtop-8.jpg") no-repeat center / cover rgb(255, 255, 255);}


#visual .sub--menu > a{position:relative;display: inline-flex;justify-content:center; align-items: center;height:40px; text-align:center;margin:0 2px 10px;font-weight: 500; color:var(--second-color); background:rgba(255,255,255, .9); font-size:16px;line-height:1;letter-spacing:-0.02rem; min-width:160px;border-radius:4px; padding:0 20px; box-sizing: border-box;box-shadow: 2px 2px 24px 4px rgba(22,22,22, 0.15);}
#visual .sub--menu > a.on{color:#fff;background:var(--second-color);}
#visual .sub--menu > a:hover{color:#fff;background:var(--second-color);}

#visual .sub--menu.system > a{min-width:180px; padding:0 25px;}

.menuTab-wrap{position:relative;width:100%; margin:0 auto; background-color:#fff; border-bottom:0px solid #ccc;  box-sizing: border-box;}
.menuTab-wrap::before{ position:absolute; left:0; bottom:0;content: ' '; width:100%; height:1px; background-color:#ccc; }
.menuTab{position:relative; width:100%;max-width:1200px; margin:0 auto;box-sizing: border-box;}
.menuTab ul{display:flex; justify-content:center; align-items: center; gap:0px; width:100%;padding:0px 0;  box-sizing: border-box;}
.menuTab li{flex:1; border-right:1px solid #ccc; }
.menuTab li:first-child{ border-left:1px solid #ccc;}
.menuTab li.lg{flex:1.5; }
.menuTab a{display:flex;align-items: center; justify-content: center;text-align:center;height:50px;font-weight:500;font-size:16px;line-height:1;letter-spacing:0.01rem; padding:0 2px;  box-sizing: border-box; color:#333;}
.menuTab li.active a{font-weight:700;color:#fff; background:#172e68; /*color:var(--concept-color); border-bottom:2px solid var(--concept-color);*/ }
.menuTab li:hover a{font-weight:700;color:#fff; background:#172e68; }

.sub--menu-wrap{position:relative;width:100%;height:45px; display:none;z-index: 2;}
.submenuM{position:relative;width:100%;height:45px;text-align:left;font-weight:700;font-size:16px;line-height:38px;letter-spacing:-0.03em;color:#333;text-transform:capitalize; background:#fff; border-bottom:1px solid #dfdfdf; padding:0 50px 0 5%;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.submenuM::before{position: absolute;content: ' ';top: 40%;right:20px;width: 0;height: 0;pointer-events: none;border-style :solid;border-width: 8px 5px 0 5px;border-color: var(--concept-color) transparent transparent transparent;}

.submenu_toggle{display:none;z-index:3;position:absolute;left:0%;top:45px;width:100%;padding:8px 0;background:#fff;border-bottom:1px solid #dfdfdf;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.submenu_toggle li{width:100%; text-align:left;padding:0 30px;border-bottom:1px solid #ebebeb;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.submenu_toggle > a{display: inline-block;width:100%;text-align:left;font-weight: 400;font-size:15px;color:#666;line-height:40px;letter-spacing:-0.03em;padding:0 5%;border-bottom:0px solid #ebebeb;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.submenu_toggle > a.on{font-weight: 500;color:var(--concept-color);}

.container {width:100%;margin:6rem 0 8rem;overflow: hidden; min-height:400px;}

.inner{width:100%;max-width:1200px;margin:0 auto;padding:0;box-sizing: border-box;}

.location{width:100%;margin:0px 0 10px;}
.location li{position:relative;display: inline-block;padding-left: 25px;font-weight:500;font-size:15px;color: #333;line-height: 1;letter-spacing:-0.01em;text-transform:capitalize;} 
.location li::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 5px;height: 5px;background:#dbdbdb;border-radius:50%;margin-left:10px; }
.location .i_home{display: inline-block;width:18px; height:16px;background: url(/images/layout/ico_home.png) 0 50% no-repeat;text-indent: -9999px;}
.location li:first-child{padding-left:0px; }
.location li:first-child::after {position:absolute; left:0; top:50%;transform:translateY(-50%);content: ' '; width: 0px;height: 0px;margin-left:0px; }

/* table-scroll */
.table-scroll {margin: 0 auto 20px;overflow: auto; 
    scrollbar-arrow-color: #fff; /* IE 6+ scroll styles */
    scrollbar-face-color: #999;
    scrollbar-shadow-color: #333;
    scrollbar-highlight-color: #000;
    scrollbar-darkshadow-color: #000;
    scrollbar-track-color: #ddd; /* Last IE 6+ scroll styles */
    scrollbar-color: #999 #ddd; /* Firefox 64+ */
    scrollbar-width: thin; /* Firefox 64+ */
    width: 100%;    
  }
  
.table-scroll::-webkit-scrollbar {width: 6px;height: 6px;}
.table-scroll::-webkit-scrollbar-track {background: padding-box #ddd;border-radius: 4px;}
.table-scroll::-webkit-scrollbar-thumb {background: padding-box #999;border-radius: 4px;}
.table-scroll::-webkit-scrollbar-thumb:hover { background: padding-box #aaa;}
.table-scroll::-webkit-scrollbar-thumb:active {background: padding-box #333;box-shadow: inset 0 0 3px rgba(192, 192, 192, 0.5);}
  
.table-wrapper {/*height: 30em;height: 66.9vh;margin: 0 auto;min-height: 7em;*/ border-top:1px solid var(--second-color); width: 98%;height:100%;min-width:768px;}
.table-wrapper table {border-collapse: collapse;font-variant-numeric: tabular-nums; vertical-align: middle;}
.sticky-table {margin: 0 auto;text-align: center;width: 100%;}
.table-head, .table-foot {-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.table-head:before, .table-head:after {content: "";display: table;}
.table-head:after {clear: both;}
.table-body, .table-foot {cursor: default;}
.table-wrapper table td:first-child{border-left:0px solid #e1e1e1;}
/* .table-body .table-row:nth-child(even) {background: #f9f9f9;} */

.table-wrapper .left{text-align:left; padding-left:20px;}

.col-head {text-align:center;padding:12px 10px;vertical-align:middle;background: #f8f8f8;border-bottom:1px solid #e1e1e1;font-size:16px;color: #333;font-weight:700;line-height:1;letter-spacing:-0.02rem;} 
.cell{padding:12px 10px;vertical-align:middle;border-bottom:1px solid #e1e1e1;border-left:1px solid #e1e1e1;text-align:center;font-size:16px;color: #333;font-weight:400;line-height:1.4;letter-spacing:-0.02rem;}

.tr--point{border-top:1px solid #ef0303;border-bottom:1px solid #ef0303;background: #fff6f6;text-align:center;box-sizing: border-box;}
.f-sm{font-size:14px;}

.lborder {border-left:1px solid #e1e1e1 !important;}
.rborder {border-right:1px solid #e1e1e1 !important;}
.bg--gray{background: #fafafa;}
.bg--white{background: #fff;}
.bg--lblue{background: #f6f8fc;font-weight:600; }

.table-wrapper.cTable {width:100%;min-width:100%;} /* c table */


/* About */
.about-top{display:flex; flex-wrap: wrap; width:100%;padding-top:20px; margin-bottom:80px; overflow: hidden; }
.about-top .leftArea{flex:0 0 55%; text-align: center; margin-right:5%; padding:0 5%; box-sizing: border-box;}
.about-top .leftArea img{max-width:100%;}
.about-top .rightArea{flex:0 0 40%;}
.about-top .rightArea ul:nth-child(2){ border-top:2px solid #333; padding-top:15px;}
.about-top .tit{font-weight:700;font-size:4rem;color:#333;line-height: 1.2;letter-spacing:-0.01rem;text-transform:capitalize; margin-bottom:20px;}
.about-top .txt{font-weight:400;font-size:2rem;color:#333;line-height: 1.45;letter-spacing:-0.02rem;}
.about-top .circle--tit{font-size:2.2rem;margin-bottom:0;}

.info_tb{display:inline-flex;width:100%;margin-top:15px; }
.info_tb .info-tit{flex:0 0 100px; font-weight:500;font-size:1.7rem;color:#333;letter-spacing:-0.05rem;line-height:1.4;}
.info_tb .info-txt{flex:1;font-weight:400;font-size:1.6rem;color:#666;letter-spacing:-0.05rem;line-height:1.4;}

.about-mid{width:100%; background:#fafafa;padding:80px 0;box-sizing: border-box;}
.about-mid ul{display:flex;justify-content: center; align-items: center; width:100%;}
.about-mid li{padding:0 60px;}
.about-mid li img{max-width:100%;}
.about-mid .circle--tit{font-size:2.2rem;}

/* history */
.timeline {line-height: 1.4em; list-style: none; margin: 0;padding: 0; width: 100%;}
.timeline-item {padding-left: 40px; position: relative;}
.timeline-item:last-child { padding-bottom: 0;}
.timeline-info {font-size: 12px; font-weight: 700;letter-spacing: 3px; margin: 0 0 .5em 0; text-transform: uppercase;#fff-space: nowrap;}

.timeline-marker {position: absolute;top: 0;bottom: 0;left: 0;width: 10px;}
.timeline-marker:before {background: var(--concept-color); border: 2px solid transparent; border-radius: 100%; content: "";display: block;height: 10px; position: absolute; top: 4px; left: 0; width: 10px;transition: background 0.3s ease-in-out, border 0.3s ease-in-out;}
.timeline-marker:after { content: "";width: 2px; background: #CCD5DB; display: block;position: absolute;top: 24px;bottom: 0; left: 5px;}
.timeline-item:last-child .timeline-marker:after { content: none;}
.timeline-item:not(.period):hover .timeline-marker:before { background: transparent;border: 3px solid var(--concept-color);}
.timeline-content {padding-bottom: 40px;}
.timeline-content .timeline-title {font-weight:700;font-size:30px; color: #1a1a1a;line-height:1;letter-spacing:-0.0em; margin-bottom:25px;}
.timeline-content p{margin-bottom:8px;  /*font-family: 'NotoSansKR';font-style: normal; font-weight:400;font-size:16px; color: #555;line-height:1.45;letter-spacing:-0.0em; margin-bottom:8px;*/}
.timeline-content p:last-child { margin-bottom: 0;}
.timeline-content p > span {font-weight:700;color: #333; }
.timeline-content .timeline_txt {width:100%; margin-bottom:12px;}
.timeline-content .txt {font-weight:400;font-size:16px; color: #666;line-height:1.45;letter-spacing:-0.0em; }
/*
.timeline-content .timeline_txt {display:flex;width:100%; margin-bottom:12px;}
.timeline-content .month {flex:0 0 50px; font-weight:600;font-size:17px; color:#333;line-height:1.45;letter-spacing:-0.0em;}
.timeline-content .txt {flex:1;font-weight:400;font-size:16px; color: #666;line-height:1.45;letter-spacing:-0.0em; }
*/

.timeline-centered .timeline-item:nth-child(even) .timeline_txt {flex-direction:row-reverse;}

.timeline-centered,
.timeline-centered .timeline-item,
.timeline-centered .timeline-info,
.timeline-centered .timeline-marker,
.timeline-centered .timeline-content {display: block;margin: 0; padding: 0;}
.timeline-centered .timeline-item {padding-bottom: 40px;overflow: hidden; }
.timeline-centered .timeline-marker {position: absolute;left: 50%;margin-left: -5px; }
.timeline-centered .timeline-info,.timeline-centered .timeline-content {width: 50%;}
.timeline-centered .timeline-item:nth-child(odd) .timeline-info { float: left; padding-right: 30px;}
.timeline-centered .timeline-item:nth-child(odd) .timeline-content { float: right; text-align: left; padding-left: 30px; box-sizing: border-box;}
.timeline-centered .timeline-item:nth-child(even) .timeline-info { float: right; text-align: left;  padding-left: 30px;}
.timeline-centered .timeline-item:nth-child(even) .timeline-content { float: left; text-align: right;padding-right: 30px; box-sizing: border-box;}

.marker-outline .timeline-marker:before {background: transparent;border-color: var(--concept-color);}
.marker-outline .timeline-item:hover .timeline-marker:before { background: var(--concept-color);}

.why--wrap{width:100%;}
.why--wrap ul{display:flex; }
.why--wrap li{position:relative;flex:1; margin-left:15px; border:1px solid #dfdfdf; padding:40px; border-radius:4px;  box-sizing: border-box;}
.why--wrap li:first-child{margin-left:0px;}
.why--wrap .num{position: absolute; left:20px; top:20px;font-weight:800;font-size:4rem;color:var(--concept-color);line-height:1;letter-spacing:-0.01rem;}
.why--wrap .imgArea{width:100%;text-align:center; margin-bottom:40px;}
.why--wrap .tit{width:100%;text-align:center;font-weight:700;font-size:2.4rem; color: #333;line-height:1.45;letter-spacing:-0.01rem;margin-bottom:20px;}
.why--wrap .txt{text-align:center;font-weight:500;font-size:17px; color: #666;line-height:1.45;letter-spacing:-0.01rem; }

.why--wrap .why-sec{display:inline-flex;flex-wrap: wrap; justify-content: center; align-items: center;height:100%;  width:100%;}
.why--wrap .why-sec .sec:first-child{margin-top:0px; }
.why--wrap .why-sec .sec{flex:0 0 100%; margin-top:30px; box-sizing: border-box;}

/*
.certification{width:100%; max-width:1000px; margin:0 auto 60px;}
.certification ul{display:flex;justify-content: center; }
.certification li{flex:1; margin-left:40px;text-align:center;box-sizing: border-box;}
.certification li:first-child{margin-left:0px;}
*/

.certification{width:100%; margin:0 auto 60px;}
.certification ul{display:flex;justify-content: center;flex-wrap: wrap; gap:40px; }
.certification li{position:relative;  flex:1;border-radius: 8px;border:1px solid #0f52ba; padding:20px;box-sizing: border-box; box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 12px;}
.certification li:last-of-type{border:1px solid #172e68; }

.certification .titArea{display:inline-flex; align-items: center; width:fit-content; height:32px; border-radius:24px;background:url(/images/layout/icon-crown.png) 20px 50% no-repeat #0f52ba;background-size: 13px auto; font-weight:500;font-size:14px;color: #fff;line-height:1; padding:5px 30px 5px 40px;box-sizing: border-box; margin-bottom:20px;}
.certification .contArea{display:flex; flex-wrap: wrap; gap:10px; }
.certification .contArea > *{width:calc(50% - 5px); display: inline-block;text-align: center;font-weight:500;font-size:14px;color: #555;line-height:1; border:1px solid #ddd; box-shadow: rgba(149, 157, 165, 0.05) 0px 6px 12px 0px; border-radius:4px;  padding:8px 5px;  box-sizing: border-box;}
.certification .contArea > *.full{width:100%;}
.certification li:last-of-type .titArea{background:url(/images/layout/icon-crown.png) 20px 50% no-repeat #172e68; background-size: 13px auto; }

.certification-img{width:100%; margin-bottom:40px;}
.certification-img ul{display:flex;flex-wrap: wrap; gap:30px; width:100%;max-width:1200px; margin:0 auto;}
.certification-img li{position:relative; width:-webkit-calc(100% / 4 - 22.5px); width:calc(100% / 4 - 22.5px); padding:10px;border:1px solid #dfdfdf;background:#fff;box-sizing: border-box;}
.certification-img li > a{width:100%;}
.certification-img .thumbImg{margin-bottom:20px; border-bottom:1px solid var(--concept-color);  padding:0px 0px 20px; box-sizing: border-box; }
.certification-img .thumbImg img{max-width:100%;border:0px solid #f1f1f1; }
.certification-img .tit{font-weight:500;font-size:14px;color:#333;line-height:1.3; margin-bottom:5px;}
.certification-img .view{position:absolute;right:10px; bottom:10px; width:15px; height:12px; background:url(/images/layout/i_filedown_blue.png) 50% 50% no-repeat;background-size:15px auto;  z-index: 2; }
.certification-img .btn{text-align:center; margin-top:10px;}
.certification-img .btn a{color:#333;}

.organization{width:100%;margin-bottom:6rem;font-size:0;}
.organization .imgArea{width:100%;text-align:center; margin-bottom:40px;}
.organization ul{display:flex;flex-wrap: wrap; }
.organization li{flex:1;margin:0 5px;padding:20px;border:1px solid #ebebeb;box-sizing: border-box;}
.organization .tit{font-weight:700;font-size:2.0rem; color: #333;line-height:1;letter-spacing:-0.01rem;margin-bottom:15px;}

.organization-1{width:100%;border:1px solid #ebebeb; padding:40px; box-sizing: border-box;}
.organization-1 .imgArea{width:100%;text-align:center;box-sizing: border-box;}

/* 오시는 길 */
.map-content{display:flex;align-items: flex-start; width:100%;}
.map-content .map--wrap{flex:1; margin-left:60px;}
.map-content > *:first-child{ margin-left:0px;}
.map-content .circle--tit{margin-bottom:20px;}

  .map{position:relative; padding-bottom:0px; }
  .map::after{position:absolute;content: ""; left:0; bottom:0; widtH:100%; height:80px; background: #fff;}
  .root_daum_roughmap{z-index: 0 !important; }
  .pan_roughmap{z-index: 2 !important; position:absolute;left:0; top:0; width:90%; height:90%; background: transparent; }

.map-contacts {display:block;width:100%;padding:0px;margin:3rem auto 0;font-size:0;box-sizing: border-box;}
.map-contacts ul{display: inline-block;width:100%; margin-bottom:15px;}
.map-contacts .c_title{display: inline-block;width:100px;text-align:left;font-weight:700; font-size:17px;color:#000;letter-spacing: -0.02em;line-height:1.4;}
.map-contacts .c_content{display: inline-block;width:calc(100% - 100px);text-align:left;font-weight:400;color:#333;font-size:16px;letter-spacing: -0.03em;line-height:1.4;}
.map-contacts.type1{position:relative; margin:calc(-80px + 3rem)  auto 0;}


.b--area{width:100%; max-width:1073px;min-height:354px; background: url(/images/sub/about06-1.png) 50% 0 no-repeat; font-size:0; margin:0 auto;}
.b--area ul{display: inline-block;width:100%; padding:0 7px;box-sizing: border-box;}
.b--area li{display: inline-block;width:33.3333%; padding:0 20px;box-sizing: border-box;}

.b--area .circle{display: inline-flex;width:100%;height:354px;justify-content: center; align-items: center;text-align: center;font-size: 2.2rem;color: #fff;font-weight: 700;text-shadow: 0px 2px 2px rgba(0,0,0,0.3);line-height:1.2; }
.b--area .txtBox{position:relative;display: inline-block;width:100%;min-height: 470px; margin-top:40px; padding:35px 25px;border:1px solid #dfdfdf;border-radius:4px; box-sizing: border-box; }
.b--area .txtBox:before {content: '';display: block;position: absolute;top: -5px;left: 50%;transform: translateX(-50%);width:10px;height:10px;border-radius: 50%;z-index: 2;}
.b--area li.b1 .txtBox:before { background:var(--concept-color);}
.b--area li.b2 .txtBox:before { background:#172e68;}
.b--area li.b3 .txtBox:before { background:#3bc7d8;}
.b--area.s03 .txtBox{min-height:180px;}
.b--area.s03{margin:6rem auto;}

.b--area .stit{text-align: center; font-weight:800;font-size:2.2rem; line-height:1;letter-spacing:-0.01rem;margin-bottom:30px;}
.b--area li.b1 .stit{ color: var(--concept-color);}
.b--area li.b2 .stit{ color: #172e68;}
.b--area li.b3 .stit{ color: #3bc7d8;}

.b--area dl{margin-top:15px;}
.b--area dl:first-child{margin-top:0px;}
.b--area .list_tit{position: relative;width:100%; font-weight:600;font-size:17px;color:#333;letter-spacing:-0.01rem;line-height:1.45;padding-left:10px;margin-bottom:5px;box-sizing: border-box;}
.b--area .list_tit::after {position: absolute;top:9px; left: 0;content: ' ';width:4px; height:4px;border-radius: 100%; background:#333;}

.b--area .list_normal{position: relative;width:100%; font-weight:400;font-size:15px;color:#666;letter-spacing:-0.01rem;line-height:1.45;padding-left:22px;margin-bottom:5px;box-sizing: border-box;}
.b--area .list_normal::after {display: inline-block;content: "-";vertical-align: middle;position: absolute;top: 0; left:10px;color: #666;background:none;}

/* news */
/* paging */
.pagination {display:block;margin:40px 0;text-align: center; font-size:0;overflow: hidden;}
.pagination-button {display: inline-block;width: 30px;height: 30px;border: 1px solid #dfdfdf;border-left: 0;font-weight:400;font-size:12px; color: #666;line-height: 30px;}
.pagination-button:first-child {border-left: 1px solid #dfdfdf;}
.pagination-button:hover,
.pagination-button.active {background-color:#f9f9f9;color:var(--concept-color); font-weight:700;}
.pagination-first, .pagination-prev, .pagination-next, .pagination-last {background-repeat: no-repeat;background-position: 50% 50%;text-indent: -9999px}
.pagination-first {background-image: url(/images/layout/pagination-first.png)}
.pagination-prev {background-image: url(/images/layout/pagination-prev.png)}
.pagination-next{background-image: url(/images/layout/pagination-next.png)}
.pagination-last {background-image: url(/images/layout/pagination-last.png)}
.pagination-first.disabled {background-image: url(/images/layout/pagination-first-off.png); pointer-events: none;}
.pagination-prev.disabled {background-image: url(/images/layout/pagination-prev-off.png); pointer-events: none;}
.pagination-next.disabled {background-image: url(/images/layout/pagination-next-off.png); pointer-events: none;}
.pagination-last.disabled {background-image: url(/images/layout/pagination-last-off.png); pointer-events: none;}

.topArea{min-height:15px; background:url(/images/layout/ico-notice.png) 0 0 no-repeat;font-size:13px;color: #333;line-height:1;letter-spacing:-0.02rem;padding-left:20px;padding-bottom:10px;box-sizing: border-box;}
.topArea > span{font-weight: 700;}

.list--search{display:flex;width:100%; max-width:400px;margin-left:auto; margin-bottom:10px;}
.list--search .selectArea{width:120px;}
.list--search .selectArea select{background-color: transparent;}
.list--search .inputArea{flex:1 1 0;padding-left:5px;}

/* boardView */
.board-view {width:100%;margin:0px auto;overflow: hidden;}
.board-view .subjectBox{display:flex;width:100%;/*flex-wrap: wrap;*/align-items:center;padding:20px;border-top:1px solid #7d7d7d;border-bottom:1px solid #d9d9d9;box-sizing: border-box;}
.board-view .subjectBox .leftArea{flex:1;}
.board-view .subjectBox .rightArea{width:300px;text-align:right;}
.board-view .subject{font-weight:600;color:#333;font-size:2.4rem;letter-spacing:-0.02rem;line-height:1.4;}
.board-view .stit{display: inline-block;font-weight:500;font-size:14px;line-height:1;color:#6b6b6b; margin-right:10px;}
.board-view .date{display: inline-block;font-weight:400;font-size:14px;line-height:1;color:#6b6b6b; margin-right:20px;}
.board-view .hit{display: inline-block;font-weight:400;font-size:14px;line-height:1;color:#6b6b6b;}
.board-view .file_box{display: inline-flex; flex-wrap: wrap;width:100%; padding:15px 20px; border-bottom:1px solid #dfdfdf; box-sizing: border-box;}
.board-view .file_box > a{width:100%; margin-top:12px;font-size:14px;line-height:1;color:#6b6b6b;}
.board-view .file_box > a:first-child{margin-top:0px;}

.board-view .content_box{display: inline-block; width:100%; padding:40px 20px; min-height:200px;box-sizing: border-box;}
.board-view .content_box .imgBox{display: inline-block; width:100%; text-align:center;}
.board-view .content_box img{max-width:100%;}
.board-view .content_box table{max-width:100%; margin-top:10px;border-top:1px solid #333;}
.board-view .content_box table td{padding:12px 5px;vertical-align:middle;border-bottom:1px solid #dfdfdf;border-left:1px solid #dfdfdf;border-right:1px solid #dfdfdf;word-wrap: break-word;word-break: keep-all;}
.board-view .content_box p{margin-bottom:20px;font-weight:400;font-size:15px;color:#666;line-height:1.45;}

.board-view .btnBox{display:flex;width:100%;justify-content: space-between; align-items: center; padding:20px;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;box-sizing: border-box;}
.board-view .btnBox .item1{flex:1;padding:0 10px;align-self: center;line-height:28px;overflow: hidden; text-overflow: ellipsis;#fff-space: nowrap;}
.board-view .btnBox .item2{width:80px;text-align:center;}
.board-view .btnBox .item3{flex:1;padding:0 10px;text-align:right;align-self: center;line-height:28px;overflow: hidden; text-overflow: ellipsis;#fff-space: nowrap;}
.board-view .btnBox .s-txt{font-weight: 400;font-size:15px;line-height:28px;color:#888;}

.board-btn-prev{display:inline-block;font-weight: 500;font-size:14px;color:#222;line-height:28px;margin-right:15px;text-align:center;border:0px solid #e5e5e5;}
.board-btn-next{display:inline-block;font-weight: 500;font-size:14px;color:#222;line-height:28px;margin-left:15px;text-align:center;border:0px solid #e5e5e5;}

.i_list{display:inline-block;width:25px;height:20px;background:url(/images/layout/ico_list.png) center center no-repeat;background-size:auto 20px;text-indent: -9999px;}
.i_file{display:inline-block;width:15px;height:12px; background:url(/images/layout/i_filedown.png) 0 0 no-repeat;text-indent: -9999px; margin-right:10px;  }
.i_new{display:inline-block;width:16px;height:16px;background:url(/images/layout/i_new.png) center center no-repeat;background-size:auto 16px;text-indent: -9999px;margin-right:5px;}
.i_secret{display:inline-block;width:12px;height:16px;background:url(/images/layout/ico_secret.png) center center no-repeat;background-size:auto 16px;text-indent: -9999px;margin-right:5px;}
.i_reply{display:inline-block;width:20px;height:15px;background:url(/images/layout/re.png) center center no-repeat;background-size:auto 15px;text-indent: -9999px;margin-right:5px;}

/* board list-tb */
.boardList {width:100%;margin:0px auto; font-size:0;border-top:1px solid #333;}
.boardList ul {display:flex; width:100%;/*flex-wrap: wrap;*/justify-content: space-between;align-items: center; border-bottom: 1px solid #dfdfdf;width:100%;}
.boardList .list-head{background-color: #fafafa;height:40px;text-align:center;}
.boardList .list-body{background-color: #fff;padding:10px 0px;}

.boardList .etc-blank{flex:0 0 0px;}
.boardList .stit_mo{position: relative;display:none;font-weight: 200;font-size:12px;color:#888;line-height:1;letter-spacing:-0.02rem;margin-right:5px; padding-right:7px; }
.boardList .stit_mo::after {background:#dfdfdf; right:0; top:1px; width:1px; height:10px;display: block; position: absolute; content: ""; z-index: 1;}

.boardList .tit-chkbox{flex:0 0 50px;}
.boardList .tit-no{flex:0 0 70px;font-weight: 500;font-size:15px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-subject{flex:1;font-weight: 500;font-size:15px;color:#333;line-height:1; padding:0 10px;} 
.boardList .tit-name{flex:0 0 100px;font-weight: 500;font-size:15px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-file{flex:0 0 80px;font-weight: 500;font-size:15px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-hit{flex:0 0 80px;font-weight: 500;font-size:15px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}
.boardList .tit-date{flex:0 0 100px;font-weight: 500;font-size:15px;color:#333;line-height:1;padding:0 5px;box-sizing: border-box;}

.boardList .chkbox{flex:0 0 50px;text-align:center;}
.boardList .no{flex:0 0 70px;font-size:15px;color:#333;line-height:1.3; padding:0 5px;text-align:center;} 
.boardList .subject{flex:1;font-size:15px;color:#333;line-height:1.3; padding:0 10px;text-align:left;overflow: hidden; text-overflow: ellipsis;#fff-space: nowrap;} 
.boardList .name{flex:0 0 100px;font-size:15px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}
.boardList .file{flex:0 0 80px;font-size:15px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}
.boardList .hit{flex:0 0 80px;font-size:15px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}
.boardList .date{flex:0 0 100px;font-size:15px;color:#666;line-height:1;text-align:center;padding:0 5px;box-sizing: border-box;}

.boardList .nodata{flex:0 0 100%; padding:80px 0px;font-size:15px;color:#666;line-height:1;text-align:center;}

.i--notice{color:var(--concept-color); font-weight:700;}
.boardList .list-body.notice{background-color: #f8faff;}
.boardList .list-body.notice .no{color:var(--concept-color); font-weight:700;}

/* ...줄임표 옆 아이콘적용시 */
.subject--wrap {display:inline-flex; width: 100%; height: 100%;align-items: center;justify-content: space-between;}
.subject--wrap .b-subject {flex:1; overflow: hidden; text-overflow: ellipsis;#fff-space: nowrap;font-size:2.0rem;}
.subject--wrap .list--type {width:80px;margin-left:4px;text-align:right}
.sp--icon {display: inline-block;vertical-align: middle;border-radius:24px; padding:8px 12px 8px;font-weight:500;font-size:13px;line-height:1;}
/* ...줄임표 옆 아이콘적용시 END */
/* board End */

/* form */
.form_sty1{width:100%;margin:15px 0 40px;border-top:1px solid #666; font-size:0;box-sizing: border-box;}
.form_sty1 ul{width:100%;margin-top:0px;border-bottom:1px solid #dfdfdf;padding:10px 0px;}
.form_sty1 ul:first-child{}
.form_sty1 li{display: inline-block; vertical-align:middle;}
.form_sty1 li.top{vertical-align:top;padding-top:10px;}
.form_sty1 .tit{display: inline-block;width:150px;}
.form_sty1 .tit > span{position:relative;display: inline-block;font-weight:600;font-size: 16px;color: #333;line-height:1;letter-spacing:-0.02rem;}
.form_sty1 .tit > span.required{padding-right:10px;}
.form_sty1 .tit > span.required::before{position:absolute; right:0; top:0;content: '*';width:6px;height:6px;border-radius: 0%;font-size:14px;color: #ff0000;}
.form_sty1 input[type=radio] + label{padding-left:20px; margin:5px 10px 5px 0;}
.form_sty1 .cont{display: inline-block;width:calc(100% - 150px);}
.form_sty1 .txt{display: inline-block;padding:0 10px;font-weight:400;font-size:14px;color: #333;line-height:40px;letter-spacing:-0.02rem;}
.form_sty1 .txt-bold{font-weight:700;font-size: 16px;color: #333;line-height:40px;letter-spacing:-0.02rem;}
.form_sty1 .txt-bold > span{font-weight:400;font-size: 15px;color: #666;line-height:40px;letter-spacing:-0.02rem;}
.form_sty1 a{vertical-align:middle;}
.form_sty1 .cont-txt{display:flex;align-items: center; min-height:24px; font-weight:400;font-size: 16px;color: #333;line-height:1.2;letter-spacing:-0.02rem;}

.form_sty1.application{width:100%;margin:0px 0 40px;border-top:0px solid #666;}
.form_sty1.application ul{padding:16px 0px;}
.form_sty1 .tit-full{display: flex;align-items: center;flex-wrap: wrap; width:100%;margin-bottom:10px;}
.form_sty1 .cont-full{display: inline-block;width:100%;}

.file--name{display:inline-block;margin-left:10px;font-weight: 400;font-size:14px;line-height:20px;color:#666;}
.file--del{font-weight: 400;font-size:13px;line-height:1;color:#666;background:url(/images/layout/btn_close_14.png) 0 50% no-repeat;padding-left:20px;margin-top:10px;box-sizing: border-box;}

/* file upload */
.inputfile-wrap {position: relative;display: flex; width: 100%;}
.inputfile-wrap input[type="file"] {position: absolute;width: 1px;height: 1px;margin: -1px; padding: 0; border: 0; overflow: hidden;clip: rect(0, 0, 0, 0);}
.inputfile-wrap label.btn {display: block;width: 100px;height:40px;margin-left: 10px; color:#262729;border:1px solid #262729;background:#fff;line-height:40px;padding:0px 5px;text-align:center; font-size:15px;font-weight: 400;border-radius:4px;box-sizing: border-box;}
.inputfile-wrap input{width:100%;height:40px;padding:0 10px;border:1px solid #dfdfdf;background:#fff;color:#666; border-radius:4px; font-size:14px;box-sizing:border-box;transition: border-color 0.15s ease-in-out;}
.inputfile-wrap input:focus {outline: none;background-color:#fff;border-color:var(--concept-color);}

.wr_box{display: inline-block; width:100%; margin:0px auto 15px;text-align:center; }
.wr_box textArea{display: inline-block;width:100%;border:1px solid #dfdfdf;background:#fafafa; height:150px; padding:10px;#fff-space: pre-wrap; color:#444; font-size:14px;line-height:1.3;font-weight:400;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.wr_box textArea:focus {outline: none;border-color:#b1b1b1}
.right-chkBox{display: inline-block; width:100%; text-align:right; margin:0px auto 20px;}

.f-group-A {display:flex;width:100%;margin:0px;align-items:center;}
.f-group-A > * {margin-left:10px;}
.f-group-A > *:first-child { margin-left: 0;}
.f-group-A .select-w{width:30%;} /* 모바일 100% */
.f-group-A .w1{width:50%;}
.f-group-A .w2{width:100px;}
.f-group-A .input-w{flex: 1;}
.f-group-A .sm{min-width:10px;text-align:center;font-weight:400;font-size:14px;color:#333;}

/* 기타 Sub page */
.sub--wrap{}
.sub--wrap > * {margin-top:6rem;} 
.sub--wrap > *:first-child{margin-top:0rem;} 

.list-typeA{display:block;width:100%;text-align:left;margin:0px auto;font-size:0;}
.list-typeA li{display: inline-block;width:15.6666%; margin-left:1.2%; margin-bottom:1.2%;}
.list-typeA li:nth-child(6n-5){margin-left:0;}

.partner-wrap{width:100%;}
.partner-wrap ul{display:flex;flex-wrap: wrap;width:100%; gap:20px; }
.partner-wrap li{width:-webkit-calc(100% / 6 - 16.6666px); width:calc(100% / 6 - 16.6666px); }
.partner-wrap li > a{display:block;width:100%;}
.partner-txt{text-align: center; font-weight:500;font-size:12px;color: #666;line-height:1.2; margin-top:5px;}

.partner-box{display:flex;align-items: center;justify-content:center; font-weight:700;font-size:18px;color: #172e68;line-height:1; border:1px solid #dfdfdf; padding:15px 20px; width:100%; height:70px;background: #fff;  border-radius:4px;  box-sizing: border-box;}
.partner-box img{max-width:100%; max-height:100%;}

.erp--img{display:flex;align-items: center;justify-content:center;margin-bottom:6rem; gap:50px; }
.erp--img > *{flex:1;text-align:center;}
.erp--img img{max-width:100%;}

.list-typeB{display:block;width:100%;margin:0px auto;}
.list-typeB ul{display:flex;flex-wrap: wrap;width:100%;justify-content:center;}
.list-typeB li{flex:0 0 32.33333%; margin-left:1.5%;margin-bottom:1.5%;border:1px solid #dfdfdf;border-radius:4px; box-sizing: border-box; }
.list-typeB li:nth-child(3n-2){margin-left:0;}

.system--topbox{display:flex;align-items: center; justify-content:center; min-height:55px; font-weight:700;font-size:18px;color: #172e68;line-height:1.3;letter-spacing:-0.02rem; border:1px solid var(--concept-color);border-radius:4px; padding:0 20px; box-sizing: border-box;box-shadow: 0px 0px 6px 2px rgba(22,22,22, 0.1); }
.system--midbox{display:block; padding:20px 20px 10px; box-sizing: border-box; }
.system--midbox h4{font-weight:700;font-size:18px;color:var(--concept-color);letter-spacing:-0.02rem;line-height:1.4;margin-bottom:10px;}
.system--midbox p{display: inline-block;width:100%;padding-left:10px;font-weight:400;font-size:16px;color:#666;letter-spacing:-0.02rem;line-height:1.4;margin-bottom:10px;box-sizing: border-box;}
.system--midbox p::before {content: ' '; display: inline-block; vertical-align: top;width:4px; height:4px; margin-top:8px;margin-left:-10px;margin-right:6px;border-radius: 50%; background:var(--concept-color);}

.intergration--top{display:flex;}
.intergration--top .imgBox{flex:1;background:url(/images/sub/system02-bg.jpg) 50% 0% no-repeat; background-size:cover;}
.intergration--top .textBox{flex:1; background: var(--bs-gradient);padding:12rem 3rem 12rem 8rem; box-sizing: border-box;}
.intergration--top .tit{font-weight:800;font-size:4rem;color:#fff;letter-spacing:-0.02rem;line-height:1.3;margin-bottom:3rem;}
.intergration--top .tit > span{color:#2770e0;}
.intergration--top p{font-weight:500;font-size:2rem;color:#fff;letter-spacing:-0.02rem;line-height:1.45;margin-top:20px;}
.intergration--top p:first-child{margin-top:0px;}
.intergration--mid{display:flex;justify-content:center; font-weight:800;font-size:3.5rem;color:var(--second-color); letter-spacing:-0.02rem;line-height:1.3;background:url(/images/sub/system02-1.png) 50% 0% no-repeat; background-size:auto 100%; padding:5rem 2rem; box-sizing: border-box;}
.intergration--bot{display:block; margin:5rem 0; }
.intergration--bot ul{display:flex; gap:20px;}
.intergration--bot li{flex:1;}
.intergration--bot p{width:100%;font-weight:500;font-size:1.8rem;color:#333;letter-spacing:-0.02rem;line-height:1.3;border-radius:4px; padding:12px 20px; background:#fff;box-shadow: 0px 0px 3px 1px rgba(22,22,22, 0.12); margin-bottom:10px }

.management--img{width:100%; text-align:center; margin:10rem 0 0;box-sizing: border-box;}
.management--img img{max-width:100%; }
.management--top{width:100%; max-width:800px; margin:8rem auto; text-align:center; font-weight:600;font-size:2rem;color:#222;letter-spacing:-0.02rem;line-height:1.45; background:#f2f7fc; padding:40px 80px; border-radius:8px; box-sizing: border-box;}
.management--mid{width:100%; background:#f7f7f7; padding:8rem 5%;box-sizing: border-box;}
.management--mid .m-inner{display:flex; width:100%; max-width:1200px; margin:0 auto;}
.management--mid .m-inner > *{flex:1; margin-left:25px;}
.management--mid .m-inner > *:first-child{margin-left:0px;}
.management--mid .box-tab{position:relative;display:inline-block;width:100%;text-align:center;margin-bottom:30px;background:#313b5e;font-weight:600;font-size:1.9rem;color:#fff;letter-spacing:-0.02rem;line-height:1.3; padding:10px; border-radius:4px; box-sizing: border-box;}
.management--mid .box-tab::before {position: absolute;left: 50%;transform:translateX(-50%); bottom:-20px; content: ' '; display: inline-block; width:8px; height:8px;border-radius: 50%; background:#2770e0; }
.management--mid .box{width:100%;background:#fff;padding:20px 30px;box-shadow: 2px 2px 24px 2px rgba(22,22,22, 0.1); border-radius:4px; box-sizing: border-box;}

.outsourcing--tit{display: inline-block;width:100%;text-align: center;font-weight:500;font-size:3.0rem;color:#333;letter-spacing:-0.03rem;line-height:1.5;margin:4rem 0;}
.outsourcing--top{display:flex; width:100%;}
.outsourcing--top > *{flex:1; margin-left:25px;  display: inline-flex;}
.outsourcing--top > *:first-child{margin-left:0px;}
.outsourcing--top .box-tab{position:relative;display:inline-block;width:100%;text-align:center; border:2px solid var(--concept-color); background:#fff;font-weight:600;font-size:1.9rem;color:var(--concept-color);letter-spacing:-0.02rem;line-height:1.3;/*text-shadow: 0px 2px 2px rgba(0,0,0,0.3);*/ padding:15px; border-radius:4px; box-sizing: border-box;}
.outsourcing--top .box-tab.second{border:2px solid #313b5e; color:#313b5e; }
.outsourcing--top .text-wrap{padding:20px 30px;box-sizing: border-box;}
.outsourcing--top .box{width:100%;background:#fff;box-shadow: 2px 2px 24px 2px rgba(22,22,22, 0.1); border-radius:4px; box-sizing: border-box;}

.outsourcing--mid{position:relative;width:100%; padding:10rem 5%; box-sizing: border-box;}
.outsourcing--mid::before {position: absolute;left:0;bottom:0px; content: ' '; width:100%; height:80%;background:#f7f7f7; z-index: -1; }
.outsourcing-inner{display:flex; width:100%; max-width:1073px;min-height:354px; background: url(/images/sub/system04-1.png) 50% 0 no-repeat; font-size:0; margin:0 auto;}
.outsourcing-inner ul{display: inline-block;width:100%; padding:0 7px;box-sizing: border-box;}
.outsourcing-inner li{display: inline-block;width:33.3333%; padding:0 20px;box-sizing: border-box;}

.outsourcing-inner .circle{display: inline-flex;width:100%;height:354px;justify-content: center; align-items: center;text-align: center;font-size: 2.2rem;color: #fff;font-weight: 700;text-shadow: 0px 2px 2px rgba(0,0,0,0.3);line-height:1.2; }
.outsourcing-inner .txtBox{position:relative;display: inline-block;width:100%;min-height:260px; margin-top:40px; padding:35px 25px;background:#fff;box-shadow: 2px 2px 24px 2px rgba(22,22,22, 0.1);border-radius:4px; box-sizing: border-box; }
.outsourcing-inner .txtBox:before {content: '';display: block;position: absolute;top: -5px;left: 50%;transform: translateX(-50%);width:10px;height:10px;border-radius: 50%;z-index: 9;}
.outsourcing-inner li.b1 .txtBox:before { background:#53c67c;}
.outsourcing-inner li.b2 .txtBox:before { background:#294997;}
.outsourcing-inner li.b3 .txtBox:before { background:#6559c1;}

.imgArea--center{width:100%;text-align:center;}
.imgArea--center img{max-width:100%;}

.list-typeC{display:block;width:100%;position:relative;}
.list-typeC ul{display:flex;flex-wrap: wrap;width:100%;justify-content:center;}
.list-typeC li{flex:0 0 23.5%; margin-left:2%;margin-bottom:0%;}
.list-typeC li:nth-child(4n-3){margin-left:0;}

.list-typeD{display:block;width:100%;}
.list-typeD ul{display:flex;flex-wrap: wrap;width:100%;}
.list-typeD li{flex:0 0 19%; margin-left:1.25%;margin-bottom:0%; border:1px solid #dfdfdf;background:#fff;padding:25px 20px; border-radius:4px; box-sizing: border-box;}
.list-typeD li:nth-child(5n-4){margin-left:0;}

.solution01-1{width:100%;text-align: center;background:#fff;border:1px solid #dfdfdf; padding:40px; border-radius:4px; box-sizing: border-box; }
.solution01-1 .tit{font-weight:700;font-size:2.2rem;color:#333;letter-spacing:-0.03rem;line-height:1; margin-bottom:3rem;}
.solution01-1 .iconArea{width:100%;}

.solution01-icon1{display:inline-block;background:url(/images/sub/solution01-icon1.png) 50% 50% no-repeat;background-size:auto 80px;height:80px; width:100%;}
.solution01-icon2{display:inline-block;background:url(/images/sub/solution01-icon2.png) 50% 50% no-repeat;background-size:auto 80px;height:80px; width:100%;}
.solution01-icon3{display:inline-block;background:url(/images/sub/solution01-icon3.png) 50% 50% no-repeat;background-size:auto 80px;height:80px; width:100%;}
.solution01-icon4{display:inline-block;background:url(/images/sub/solution01-icon4.png) 50% 50% no-repeat;background-size:auto 80px;height:80px; width:100%;}

.solution-fullbg{width:100%; background:#f6f6f6; margin:6rem 0; padding:6rem 0;box-sizing: border-box;}
.solution-fullbg.group{margin:0rem 0;}
.solution-fullbg .mtb-1{margin:6rem 0}

.list-typeE{display:block;width:100%;margin:0px auto;}
.list-typeE ul{display:flex;flex-wrap: wrap;width:100%;justify-content:center;}
.list-typeE li{flex:0 0 32.33333%; margin-left:1.5%;margin-bottom:1.5%;border:1px solid #dfdfdf;border-radius:4px; box-sizing: border-box; }
.list-typeE li:nth-child(3n-2){margin-left:0;}

.erpbox--box{display:block;}
.erpbox--box ul{display:flex; gap:10px;}
.erpbox--box li{flex:1;}
.erpbox--box p{text-align: center;font-weight:500;font-size:18px;color:#333;letter-spacing:-0.02rem;line-height:1.3;border:1px solid #dfdfdf; background:#fff;border-radius:4px; padding:10px;/*box-shadow: 0px 0px 3px 1px rgba(22,22,22, 0.12);*/}
.erpbox--box .f-bold{font-weight:700;}

.erpbox--box-2{display:block;}
.erpbox--box-2 ul{display:flex; gap:10px; margin-bottom:10px;}
.erpbox--box-2 li{flex:1;}
.erpbox--box-2 p{text-align: center;font-weight:500;font-size:16px;color:#333;letter-spacing:-0.02rem;line-height:1.3;border:1px solid #dfdfdf;background:#fff; border-radius:4px; padding:10px;/*box-shadow: 0px 0px 3px 1px rgba(22,22,22, 0.12);*/}

.solution02--img{width:100%;text-align: center; margin:5rem auto;}
.solution02--img img{max-width:100%;}

.solution02--stit{text-align: center;font-weight:700;font-size:2.2rem;color:#333;letter-spacing:-0.03rem;line-height:1; margin-bottom:3rem;}

.solution02--box{width:100%; margin-bottom:6rem;}
.solution02--box ul{display:flex; width:100%;margin-top:20px;}
.solution02--box ul > *{display: inline-flex;justify-content:center;flex-direction: column; }
.solution02--box ul:first-child{margin-top:0px;}
.solution02--box .box-tab{flex:0 0 200px; margin-right:20px; display: inline-flex;text-align: center;background:var(--concept-color);font-weight:600;font-size:20px;color:#fff;letter-spacing:-0.02rem;line-height:1.3;padding:15px; border-radius:4px; box-sizing: border-box;}
.solution02--box .box-tab.second{background:#313b5e;}
.solution02--box .text-wrap{flex:1; padding:20px 30px;background:#fff;box-shadow: 2px 2px 24px 2px rgba(22,22,22, 0.1); border-radius:4px;box-sizing: border-box;}
.solution02--box .text-tit{font-weight:700;font-size:20px;color:#333;letter-spacing:-0.03rem;line-height:1.45; margin-bottom:15px;}

.solution02--mid{width:100%; margin-bottom:5rem; }
.solution02--mid .mid-tit{width:100%; margin-bottom:20px;}
.solution02--mid .mid-tit > span{display: inline-flex;justify-content:center;align-items: center; padding:10px 20px;;border-radius:4px;font-weight:700;font-size:18px;color:#fff;letter-spacing:-0.02rem;line-height:1;background:var(--concept-color); }
.solution02--mid > ul{display:flex; width:100%;}
.solution02--mid > ul > *{flex:1; margin-left:20px;padding:40px;background:#fff;border:1px solid #ebebeb; border-radius:4px;box-sizing: border-box;}
.solution02--mid > ul > *:first-child{margin-left:0px;}
.solution02--mid .s-tit{font-weight:800;font-size:20px;color:#225ea4;letter-spacing:-0.03rem;line-height:1; margin-bottom:20px; border-bottom:1px solid #dfdfdf;padding-bottom:10px;}

.solution02--mid .project{display:block; width:100%;}
.solution02--mid .project > ul{display:flex; margin-top:20px;}
.solution02--mid .project > ul > .p--tit{flex:0 0 120px;font-weight:700;font-size:18px;color:#000;letter-spacing:-0.03rem;line-height:1;}
.solution02--mid .project > ul > .p--txt{flex:1; margin-left:20px;}

.solution03{width:100%;}
.solution03 ul{display:flex; width:100%; max-width:1200px; margin:0 auto;}
.solution03 ul > *{flex:1; margin-left:15px;background:#fff;box-shadow: 2px 2px 24px 2px rgba(22,22,22, 0.1); border-radius:4px;}
.solution03 ul > *:first-child{margin-left:0px;}
.solution03 .box-tab{ position:relative;display:inline-block;width:100%;text-align:center;background:#2858a7;font-weight:600;font-size:1.9rem;color:#fff;letter-spacing:-0.02rem;line-height:1.3; padding:10px; border-radius:4px; box-sizing: border-box;}
.solution03 .box-tab:before {content: '';display: block;position: absolute;bottom: -4px;left: 50%;transform: translateX(-50%);width:8px;height:8px;border-radius: 50%;background:#fff;z-index: 9;}
.solution03 .box{width:100%;background:#fff;padding:20px 30px;box-sizing: border-box;}

.solution03--mid{display:flex;justify-content:center; font-weight:800;font-size:3rem;color:var(--second-color); letter-spacing:-0.02rem;line-height:1.3;background:url(/images/sub/system02-1.png) 50% 100% no-repeat; background-size:auto 100%; padding:2rem; box-sizing: border-box;}

.solution03-1{width:100%; margin-bottom:6rem;}
.solution03-1 ul{display:flex; width:100%; max-width:600px; margin:0 auto;}
.solution03-1 ul > *{flex:1; margin-left:15px;}
.solution03-1 ul > *:first-child{margin-left:0px;}
.solution03-1 .box-tab{position:relative;display:inline-block;width:100%;text-align:center;margin-bottom:30px;background:#313b5e;font-weight:600;font-size:1.9rem;color:#fff;letter-spacing:-0.02rem;line-height:1.3; padding:10px; border-radius:4px; box-sizing: border-box;}
.solution03-1 .box-tab::before {position: absolute;left: 50%;transform:translateX(-50%); bottom:-20px; content: ' '; display: inline-block; width:8px; height:8px;border-radius: 50%; background:#2770e0; }
.solution03-1 .box{width:100%;background:#fff;padding:20px 30px;box-shadow: 2px 2px 24px 2px rgba(22,22,22, 0.1); border-radius:4px; box-sizing: border-box;}
.solution03-2{width:100%; margin-bottom:6rem;}
.solution03-3{width:100%;text-align:center; margin-bottom:5rem;border:1px solid #ebebeb; padding:50px; border-radius:4px;box-sizing: border-box;}
.solution03-3 img{max-width:100%;}

.list-typeF{display:block;width:100%;margin:0px auto;position:relative;}
.list-typeF > ul{display:flex;flex-wrap: wrap;width:100%;justify-content:center;}
.list-typeF > ul > li{flex:0 0 48%; margin-left:4%;border:1px solid #dfdfdf;border-radius:4px; box-sizing: border-box; }
.list-typeF > ul > li:nth-child(odd){margin:0 0% 2% 0% !important;}
.list-typeF > ul > li:nth-child(even){margin:0 0% 2% 4% !important;}
.list-typeF .cBox{width:150px;height:150px;text-align:center;position:absolute;left:50%; top:50%;transform: translate(-50%, -50%); border-radius: 50%; background:var(--bs-gradient-1);display: inline-flex;justify-content:center;align-items: center; flex-direction: column;  z-index: 2;}
.list-typeF .ctit{font-weight:700;font-size:20px;color:#fff;letter-spacing:-0.03rem;line-height:1; margin-bottom:10px;}
.list-typeF .ctxt{font-weight:500;font-size:16px;color:#fff;letter-spacing:-0.03rem;line-height:1.3;}
.list-typeF .c-desc{text-align:center; font-weight:600;font-size:17px;color:#333;letter-spacing:-0.03rem;line-height:1.3;margin-bottom:5px;background:#f9f9f9; padding:8px;box-sizing: border-box;}
/* .list-typeF .cBox{display:flex;justify-content:center;align-items: center; flex-direction: column;width:100%;background:#2770e0; padding:10px;} */

.groupware-arrow{display:flex;height:35px; background:url(/images/sub/arrow-up-bg.png) 50% 100% no-repeat; background-size:auto 35px; margin:4rem 0 0; border-bottom:0px solid #ebebeb;}
.box--tit{width:100%;text-align:center; margin-bottom:10px; font-weight:600;font-size:2rem;color:#fff;letter-spacing:-0.03rem;line-height:1;border:1px solid var(--concept-color);background:var(--concept-color); padding:10px; border-radius:4px;box-sizing: border-box;}
.pms-arrow{display:flex;justify-content:center; font-weight:800;font-size:2.4rem;color:var(--second-color); letter-spacing:-0.02rem;line-height:1; min-height:35px; background:url(/images/sub/arrow-up-bg.png) 50% 100% no-repeat; background-size:auto 100%; margin:4rem 0 0; padding:2rem;box-sizing: border-box;}

.pms--box{display:block;}
.pms--box ul{display:flex;gap:10px;}
.pms--box li{flex:1;border:1px solid var(--concept-color); background:#fff;border-radius:4px; padding:15px;}
.pms--box .pms-1{display:inline-block; width:100%;text-align:left;font-weight:700;font-size:16px;color:#333;letter-spacing:-0.02rem;line-height:1.3;margin-bottom:5px;}
.pms--box .pms-2{display:inline-block; width:100%;text-align:left;font-weight:500;font-size:16px;color:#666;letter-spacing:-0.02rem;line-height:1.3;}

.pms--section{margin-top:6rem; border-top:1px solid #dfdfdf; padding-top:6rem; }
.pms--img{display:block;text-align:center;background:#f6f8fb;border-radius:4px; padding:30px 10px;}
.pms--img img{max-width:100%;}

.pms--arrow{display:flex;height:24px; background:url(/images/sub/arrow-down-bg1.png) 50% 100% no-repeat; background-size:auto 24px;}

.pms--list{display:block;}
.pms--list ul{display:flex;gap:10px; margin-top:15px;}
.pms--list li{flex:1;border:1px solid #b2bbcd; background:#fff;border-radius:4px; padding:15px;}
.pms--list li.big{flex:1.3;}
.pms--list .big--img img{max-width:100%;}
.pms--list .big--img{width:100%;display:flex; justify-content:center; align-items: center; height:100%;}
.pms--list li.s1{border:1px solid var(--concept-color); background:var(--concept-color); padding:12px;}
.pms--list li.s1 .tit{margin-bottom:0px; color:#fff;}
.pms--list .tit{width:100%;text-align:center; margin-bottom:10px; font-weight:700;font-size:18px;color:var(--second-color);letter-spacing:-0.03rem;line-height:1;}
.pms--list .txt{width:100%;text-align:center; margin-top:5px;border:1px solid #d1d7e4;background:#fafafa; padding:8px;border-radius:4px;  font-weight:500;font-size:16px;color:#666;letter-spacing:-0.03rem;line-height:1;}

.pms--list ul.s2{display:flex;flex-wrap: wrap;gap:0px;}
.pms--list ul.s2 li{flex:0 0 100%;border:1px solid #b2bbcd; background:#fff;border-radius:4px; padding:15px; margin-bottom:10px;}
.pms--list ul.s2 .stit{flex:0 0 100%;text-align:center;font-weight:700;font-size:18px;color:var(--second-color);letter-spacing:-0.03rem;line-height:1;}
.pms--list ul.s2 .sbox{flex:0 0 100%;}

.sbox-wrap{display:flex;flex-wrap: wrap;}
.sbox-wrap dd{flex:0 0 24%; margin-left:1.3333%;margin-top:10px;text-align:center; border:1px solid #d1d7e4;background:#fafafa; padding:8px;border-radius:4px;  font-weight:500;font-size:16px;color:#666;letter-spacing:-0.03rem;line-height:1; }
.sbox-wrap dd:nth-child(4n-3){margin-left:0%;}

.pms--list-2{display:block;}
.pms--list-2 ul{display:flex;flex-wrap: wrap;}
.pms--list-2 li{flex:0 0 49.5%;margin-bottom:1%;border:1px solid #ebebeb; border-radius:4px; padding:0px; background:#fff;/*box-shadow: 0px 0px 3px 1px rgba(22,22,22, 0.12);*/}
.pms--list-2 li:nth-child(odd){margin-left:0% !important;}
.pms--list-2 li:nth-child(even){margin-left:1% !important;}
.pms--list-2 .tit{text-align:center;font-weight:600;font-size:20px;color:#fff;letter-spacing:-0.03rem;line-height:1.3;padding:10px 20px; background:#709ee2; border-radius:4px;}
.pms--list-2 .tit.b1{background:var(--concept-color);}
.pms--list-2 .tit.b2{background:var(--second-color);}
.pms--list-2 .tit.b3{background:#4a47aa;}
.pms--list-2 .txt{text-align:center;font-weight:500;font-size:18px;color:#666;letter-spacing:-0.03rem;line-height:1.3; padding:0px 15px 20px;}
.pms--list-2 .list--img{width:100%;text-align:center;padding:20px 10px;}
.pms--list-2 .list--img img{max-width:100%;}

.pms--pc{}
.pms--m{display:none;}

.support-sec1{display:flex;flex-wrap: wrap;justify-content: center;align-items:center;width:100%;margin:0 auto;padding-left:100px;}
.support-sec1 .circleArea{flex:0 0 300px;text-align:center;box-sizing: border-box;}
.support-sec1 .circleArea .circle_1{position:relative;width:100%;height:0; padding-top:100%;text-align:center;background:rgba(15, 82, 186,.9);border-radius: 50%; box-sizing: border-box;}  
.support-sec1 .circleArea .circle_2{position:relative;width:100%;height:0; padding-top:100%;text-align:center;background:rgba(23, 46, 104,.9);margin-left:-50px;border-radius: 50%;box-sizing: border-box;}  
.support-sec1 .circleArea .circle_3{position:relative;width:100%;height:0; padding-top:100%;text-align:center;background:rgba(59, 199, 216,.9);margin-left:-100px;border-radius: 50%;box-sizing: border-box;}  
.support-sec1 .v_tit{position:absolute;left:50%; top:50%;transform:translate(-50%, -50%); font-weight:600;font-size:2.5rem;color:#fff;line-height:1; min-height:40px; padding-top:70px;}  
.support-sec1 .v1{background:url(/images/sub/e-icon1.png) 50% 0% no-repeat;} 
.support-sec1 .v2{background:url(/images/sub/e-icon2.png) 50% 0% no-repeat;} 
.support-sec1 .v3{background:url(/images/sub/e-icon3.png) 50% 0% no-repeat;} 

.support-sec2{margin-top:5rem;}
.support-sec2 > h3{margin-bottom:10px;text-align:center;font-weight:500;font-size:18px;color:#333;letter-spacing:-0.03rem;line-height:1.3; }
.support-sec2 > p{margin-bottom:5px;text-align:center;font-weight:500;font-size:18px;color:#333;letter-spacing:-0.03rem;line-height:1.3; }

.recruit-sec{margin-bottom:4rem;}
.recruit-sec .desc{font-weight:400;font-size:18px;color:#333;line-height:1.45;letter-spacing:-0.01rem; padding-left:12px;box-sizing: border-box;}

.recruit--box{display:block; width:100%; margin:0 auto; }
.recruit--box ul{display:flex;justify-content: center; gap:10px;}
.recruit--box li{flex:1;text-align: center; border:1px solid var(--second-color);border-radius:4px;padding:10px; }
.recruit--box li.a1{border:1px solid rgba(15, 82, 186,.5);}
.recruit--box li.a2{border:1px solid rgba(15, 82, 186,.6);}
.recruit--box li.a3{border:1px solid rgba(15, 82, 186,.7);}
.recruit--box li.a4{border:1px solid rgba(15, 82, 186,.8);}
.recruit--box li.a5{border:1px solid rgba(15, 82, 186,.9);}
.recruit--box li.a6{border:1px solid rgba(15, 82, 186,1);}

.recruit--box.b1 li{flex:1;height:auto; border:1px solid #dfdfdf;padding:30px 10px; }
.recruit--box .txt{text-align: center;font-weight:500;font-size:17px;color:var(--second-color);letter-spacing:-0.02rem;line-height:1.3;}
.recruit--box .icon{width:100%; height:70px; margin-bottom:20px; }
.recruit--box .icon.icon1{background:url(/images/sub/r-icon1.png) 50% 0% no-repeat; }
.recruit--box .icon.icon2{background:url(/images/sub/r-icon2.png) 50% 0% no-repeat; }
.recruit--box .icon.icon3{background:url(/images/sub/r-icon3.png) 50% 0% no-repeat; }
.recruit--box .icon.icon4{background:url(/images/sub/r-icon4.png) 50% 0% no-repeat; }
.recruit--box .icon.icon5{background:url(/images/sub/r-icon5.png) 50% 0% no-repeat; }
.recruit--box .icon.icon6{background:url(/images/sub/r-icon6.png) 50% 0% no-repeat; }

.c--tit{text-align: center;font-weight:400;font-size:2.4rem;color:#333;letter-spacing:-0.01rem;line-height:1.5;margin-bottom:4rem;}
.c--tit > span{font-weight:700;}
.c--txt{font-weight:400;font-size:2rem;color:#333;letter-spacing:-0.01rem;line-height:1.45;}
.wms--arrow{display:flex;justify-content:center;background:url(/images/sub/system02-1.png) 50% 100% no-repeat; background-size:auto 100%; height:50px;margin-bottom:3rem;}

.wms--top{display:flex;align-items:center;}
.wms--top .w-box{flex:1;display:inline-flex;justify-content:center;align-items:center;text-align:center;font-weight:500;font-size:18px;color:#333;letter-spacing:-0.03rem;line-height:1.45;min-height:80px; padding:20px 30px;border:1px solid #dfdfdf;border-radius:4px; box-sizing: border-box;}
.wms--top .w-circle{flex:0 0 250px; display:inline-flex;justify-content:center;align-items:center;  height:250px;background:#53c67c;border-radius: 50%; text-align:center; font-weight:700;font-size:2.2rem;color:#fff;letter-spacing:-0.03rem;line-height:1.3; padding:0 10px;}
.wms--top .arrow--l{flex:0 0 60px;height:25px;background:url(/images/sub/arrow--l.png) 50% 50% no-repeat; background-size:auto 25px;}
.wms--top .arrow--r{flex:0 0 60px;height:25px;background:url(/images/sub/arrow--r.png) 50% 50% no-repeat; background-size:auto 25px;}

.p--section{width:100%; margin-top:8rem;}
.p--section .section-stit{ /* font-size:3.2rem;*/ margin-bottom:3rem; }
.p--section.border{padding-top:8rem; border-top:1px solid #888; }

.border--box{width:100%; border:1px solid #dfdfdf;background:#fff; text-align:center;border-radius:4px;padding:50px 40px;box-sizing: border-box;}
.border--box img{max-width:100%; }

.list-typeG{display:block;width:100%;margin:0px auto;}
.list-typeG ul{display:flex;flex-wrap: wrap;width:100%;justify-content:center;}
.list-typeG li{flex:0 0 19%;margin-left:1.25%;margin-bottom:1.5%;border:1px solid #dfdfdf;border-radius:4px; box-sizing: border-box; }
.list-typeG li:nth-child(5n-4){margin-left:0;}

.sample--box{width:100%;padding:20px;box-sizing: border-box;}
.sample--box .tArea{width:100%;text-align:left;padding:30px 15px 0;box-sizing: border-box;}

.wms--mid{display:flex; align-items:center; gap:10px; margin-bottom:5rem;}
.wms--mid .first{flex:1; }
.wms--mid .second{flex:0 0 200px;text-align:center; }
.wms--mid .second img{max-width:100%; }
.wms--mid .box-tab{ position:relative;display:inline-block;width:100%;text-align:center;background:#2858a7;font-weight:600;font-size:1.9rem;color:#fff;letter-spacing:-0.02rem;line-height:1.3; padding:10px; border-radius:4px; box-sizing: border-box;}
.wms--mid .box-tab:before {content: '';display: block;position: absolute;bottom: -4px;left: 50%;transform: translateX(-50%);width:8px;height:8px;border-radius: 50%;background:#fff;z-index: 9;}
.wms--mid .box{width:100%;background:#fff;padding:20px 30px;box-sizing: border-box;}
.wms--mid .box > p{font-weight:500;font-size:1.8rem;color:#333;letter-spacing:-0.02rem;line-height:1.45;}
.wms--mid .box-tab.a1{ background:#49ae3c;}
.wms--mid .box-tab.a2{ background:#2c4163;}
.wms--mid .box-tab.a3{ background:#318f60;}
.wms--mid > div > ul{display:block;}
.wms--mid > div > ul > li{display:inline-block;width:100%;margin-top:40px;}
.wms--mid > div > ul > li:first-child{margin-top:0px;}

.sfa--mid{display:flex; align-items:center; gap:10px; margin-bottom:5rem;}
.sfa--mid .first{flex:1; }
.sfa--mid .second{flex:0 0 200px;text-align:center; }
.sfa--mid .second img{max-width:100%; }
.sfa--mid .box-tab{ position:relative;display:inline-block;width:100%;text-align:center;background:#2858a7;font-weight:600;font-size:1.9rem;color:#fff;letter-spacing:-0.02rem;line-height:1.3; padding:10px; border-radius:4px; box-sizing: border-box;}
.sfa--mid .box-tab:before {content: '';display: block;position: absolute;bottom: -4px;left: 50%;transform: translateX(-50%);width:8px;height:8px;border-radius: 50%;background:#fff;z-index: 9;}
.sfa--mid .box{width:100%;background:#fff;padding:20px 30px;box-shadow: 0px 0px 3px 1px rgba(22,22,22, 0.12); box-sizing: border-box;}
.sfa--mid .box > p{font-weight:500;font-size:1.8rem;color:#333;letter-spacing:-0.02rem;line-height:1.45;}
.sfa--mid .box-tab.a1{ background:#318f60;}
.sfa--mid > div > ul{display:block;}
.sfa--mid > div > ul > li{display:inline-block;width:100%;margin-top:40px;}
.sfa--mid > div > ul > li:first-child{margin-top:0px;}

.ams--top{display:flex; width:100%; gap:30px;}
.ams--top > *{flex:1; }
.ams--top .box{width:100%;background:#fff;border:1px solid #2858a7; padding:40px; border-radius:4px; box-sizing: border-box;}
.ams--top .box.a1{border:1px solid #318f60;}

.ep-1{display:flex;flex-wrap: wrap; gap:60px; border:1px solid #ddd; padding:40px; margin:40px auto;box-sizing: border-box;}
.ep-1 .contArea{flex:0 0 40%; margin-top:20px; }
.ep-1 .contArea p{margin-top:10px;}
.ep-1 .contArea p:first-child{margin-top:0px;}
.ep-1 .imgArea{flex:1;}
.ep-1 .imgArea img{width:100%;}

.ep-2{margin:0px auto 0; }
.ep-2 ul{display:flex; gap:80px; flex-wrap: wrap; margin-top:40px; }
.ep-2 ul .imgArea{flex:0 0 30%;}
.ep-2 ul .contArea{flex:1; }
.ep-2 .txt{font-weight:400;font-size:18px;color:#666;line-height:1.45;margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #ddd;} 
.ep-2 .bullet-list > span{font-weight:600;}
.ep-2 .contArea p{margin-top:10px;}
.ep-2 .contArea p:first-child{margin-top:0px;}

.ep-tit{font-weight:700;font-size:20px;color:#333;line-height:1.45;margin-bottom:10px;} 
.ep-stit{font-weight:700;font-size:18px;color:#333;line-height:1.45;margin-bottom:10px;} 
.ep-img{width:100%;}
.ep-img img{width:100%;}
.ep-tit-box{width:100%;text-align: center; border-radius: 4px; padding:10px 8px; background:#2858a7;font-weight:600;font-size:16px;color:#fff;letter-spacing:-0.02rem;line-height:1;}
.ep-tit-box.c01{color:#474b55; border:1px solid #474b55; background: #fff; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;  }

.ep-3{position: relative;  margin:20px auto; padding:0px 0;}
.ep-3 > ul{display:flex; gap:20px; flex-wrap: wrap; }
.ep-3 > ul > li {width:-webkit-calc(100% / 3 - 13.3333px); width:calc(100% / 3 - 13.3333px); position: relative;}
.ep-3 .ep-tit-box{margin-bottom:15px; }
.ep-3 > ul > li > h3{position: relative; display: inline-block;width:100%;padding-left:10px;font-weight:600;font-size:16px;color:#333;letter-spacing:-0.02rem;line-height:1.2;margin-bottom:5px;box-sizing: border-box; }
.ep-3 > ul > li > h3::before {position: absolute; left:0; top:8px; content: ' '; display: inline-block; width:4px; height:4px;border-radius: 50%; background:var(--concept-color);}
.ep-3 > ul > li > p{padding-left:10px;font-weight:400;font-size:15px;color:#333;letter-spacing:-0.02rem;line-height:1.4;box-sizing: border-box; margin-bottom:10px; }

.ep-tag{position: absolute; left:0; bottom:-20px; width:100%; height:40px;}
.ep-tag > ul{width:100%; height:100%; display:flex; gap:20px; }
.ep-tag > ul > li:first-of-type{width:33%; padding:0 5%;box-sizing: border-box;}
.ep-tag > ul > li:nth-of-type(2){width:67%; padding:0 10%;box-sizing: border-box;}
.ep-tag .tag{text-align: center; width:100%; border-radius: 4px; padding:8px; background:#6b99c8;font-weight:600;font-size:16px;color:#fff;letter-spacing:-0.02rem;line-height:1; }
.ep-tag .tag.s1{background:#ffcc33;}
.ep-tag .tag-1{text-align: center;width:100%; border-radius: 4px; padding:8px; background:#ffcc33;font-weight:600;font-size:16px;color:#fff;letter-spacing:-0.02rem;line-height:1; }

.ep-tag-m{position: absolute; left:10%; bottom:-20px; width:80%; height:40px; display:none;}
.ep-tag-m .tag{text-align: center; width:100%; border-radius: 4px; padding:8px; background:#6b99c8;font-weight:600;font-size:15px;color:#fff;letter-spacing:-0.02rem;line-height:1;}
.ep-tag-m .tag.s1{background:#ffcc33;}

.ep-4{display:flex;flex-wrap: wrap; gap:60px; margin:60px auto;box-sizing: border-box;}
.ep-4 .contArea{flex:0 0 40%; margin-top:0px; }
.ep-4 .contArea p{margin-top:10px;}
.ep-4 .contArea p:first-child{margin-top:0px;}
.ep-4 .imgArea{flex:1;}
.ep-4 .imgArea img{width:100%; max-width:600px;}
.ep-4 .contArea dl{margin-top:15px;}
.ep-4 .contArea dlfirst-child{margin-top:0px;}
.ep-4 .contArea dt{font-weight:700;font-size:16px;color:#333;line-height:1.45;letter-spacing:-0.01rem;margin-bottom:5px;}
.ep-4 .contArea dd {display:flex;flex-wrap: wrap;align-items: center; gap:3px;}
.ep-4 .contArea dd img{max-width:100%; }

.ep-5{display:flex;flex-wrap: wrap; gap:40px; margin:60px auto;box-sizing: border-box;}
.ep-5 > *{width:-webkit-calc(100% / 2 - 20px); width:calc(100% / 2 - 20px); border:1px solid #ddd; padding:30px;box-sizing: border-box;}
.ep-5 .full{width:100%; }

.list-typeH{display:block;width:100%;margin:0px auto;position:relative;}
.list-typeH > ul{display:flex;flex-wrap: wrap;width:100%;justify-content:center;}
.list-typeH > ul > li{flex:0 0 49%; margin-left:2%;border:1px solid #dfdfdf;border-radius:4px; box-sizing: border-box; }
.list-typeH > ul > li:nth-child(odd){margin:0 0% 2% 0% !important;}
.list-typeH > ul > li:nth-child(even){margin:0 0% 2% 2% !important;}

.ams--box{display:flex; width:100%;height:100%;align-items:center; gap:10px;padding:30px 20px; box-sizing: border-box; }
.ams--box .ams--icon{flex:0 0 200px;}
.ams--box .ams--cont{flex:1; display:inline-flex; flex-direction: column; }
.ams--box .ams--tit{font-weight:700;font-size:20px;color:#333;letter-spacing:-0.02rem;line-height:1.3; margin-bottom:15px;}
.ams--box .txt--box{display:block;}
.ams--box .txt--box > ul{display:flex;margin-top:5px;gap:30px; }
.ams--box .txt--box > ul:first-child{margin-top:0px;}
.ams--box .txt--box > ul > li{}
.ams--txt{position: relative;display: inline-block;width:100%;padding-left:10px;font-weight:400;font-size:16px;color:#666;letter-spacing:-0.02rem;line-height:1.4;box-sizing: border-box;}
.ams--txt::before {position: absolute;left: 0; top:0; content: '-'; display: inline-block;}

.ams-icon1{min-height:74px;background:url(/images/sub/ams-icon1.png) 50% 50% no-repeat; }
.ams-icon2{min-height:74px;background:url(/images/sub/ams-icon2.png) 50% 50% no-repeat; }
.ams-icon3{min-height:74px;background:url(/images/sub/ams-icon3.png) 50% 50% no-repeat; }
.ams-icon4{min-height:74px;background:url(/images/sub/ams-icon4.png) 50% 50% no-repeat; }
.ams-icon5{min-height:74px;background:url(/images/sub/ams-icon5.png) 50% 50% no-repeat; }
.ams-icon6{min-height:74px;background:url(/images/sub/ams-icon6.png) 50% 50% no-repeat; }

/******************** 버튼 css *********************/
.title--u4a{display:flex;flex-wrap: wrap;align-items: center; gap:10px; margin-bottom:40px;}
.title--u4a .tit{font-weight:800;font-size:4.5rem;color: var(--second-color);line-height:1.3;letter-spacing:-0.01em;}
.title--u4a .tit > strong{display: inline-block;font-style: normal;font-weight:700;font-size:24px;line-height:1.45;}
.title--u4a .desc{width:100%; margin-top:10px;font-style: normal;font-weight:400;font-size:18px;color:#333;line-height:1.3;letter-spacing:-0.01rem;}
.title--u4a .title--btnArea{ }  
.title--btn{display: inline-flex;align-items:center; gap:10px; width:fit-content; height:50px;  border:1px solid #cc00ff; background:#f6edf8; padding:0 15px; border-radius: 4px; box-sizing: border-box;}   
.title--btn > .txt{font-weight:700;font-size:24px;color: var(--second-color);line-height:1.45;letter-spacing:-0.01em; padding-top:6px;}   
.title--btn > .icon img{height:40px;}   
.title--desc{width:100%; margin-bottom:40px; font-style: normal;font-weight:400;font-size:18px;color:#333;line-height:1.3;letter-spacing:-0.01rem;}

.tit-sy1{font-weight:700;font-size:20px;color:#333;line-height:1.3;letter-spacing:-0.01em;}
.tit-sy2{font-weight:700;font-size:18px;color:#333;line-height:1.3;letter-spacing:-0.01em;}
.txt-sy1{font-weight:400;font-size:16px;color:#333;line-height:1.45;letter-spacing:-0.01em;}
.txt-sy2{font-weight:400;font-size:14px;color:#333;line-height:1.45;letter-spacing:-0.01em;}

.sap-logoimg img{height:50px;}
.u4a-1{width:100%; margin-top:60px;}
.u4a-1 .imgArea{width:100%; text-align: center; margin-bottom:40px;padding:0;box-sizing: border-box;}
.u4a-1 .imgArea img{max-width:100%;}
.u4a-1 ul{display:flex;flex-wrap: wrap; gap:20px; width:100%;}
.u4a-1 li{width:-webkit-calc(100% / 4 - 15px); width:calc(100% / 4 - 15px); border:1px solid #666; border-radius: 4px; padding:25px;box-sizing: border-box;}
.u4a-1 h4{margin-bottom:10px;}

.u4a-2{width:100%;background: #fafafa; padding:8rem 0;margin-top:8rem; }
.u4a-2 .imgArea{width:100%; text-align: center; margin-top:30px;padding:0;box-sizing: border-box;}
.u4a-2 .imgArea img{max-width:100%;}

/* 반응형 스크롤 처리 컨테이너 */
.table-fiori {width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;padding:0px 0;}
.table-fiori table{ width: 100%;min-width: 900px; /* 테이블 형태 유지를 위한 최소 너비 */border-collapse: collapse; table-layout: fixed; }
.table-fiori th, .table-fiori td {padding:10px;border: 1px solid #ddd;text-align: left;vertical-align: middle;font-size: 14px;line-height: 1.6;box-sizing: border-box; position: relative;}
.table-fiori .col-header { /*width: 15%;*/ background-color: var(--gray-light);text-align: center; font-weight:600; }/* 구분 열 */
.table-fiori thead th {color:#fff;text-align: center;font-size:16px; border: none;}
.table-fiori .header-fiori {background-color: var(--blue-bg);color:#fff;text-align: center; font-size:16px; }
/* 오렌지 헤더 별도 처리 (점선 연결을 위해) */
.table-fiori .header-u4a {color:#fff;text-align: center;font-size:16px; background-color: var(--orange-primary);border-left: 4px dashed var(--orange-primary) !important;border-top: 4px dashed var(--orange-primary) !important;border-right: 4px dashed var(--orange-primary) !important;}
/* 점선 영역 (오렌지색) 스타일 */
.highlight-zone {border: 4px dashed var(--orange-primary) !important; background-color: var(--orange-light);position: relative;}
/* 원형 아이콘 영역 */
.summary-box {text-align: center;background-color: #fff;border-top: 4px dashed var(--orange-primary) !important;border-right: 4px dashed var(--orange-primary) !important;border-bottom: 4px dashed var(--orange-primary) !important;}
/* .circle-container {display: grid;grid-template-columns: 1fr 1fr;gap:10px 5px;justify-items: center;align-items: center;} */
.circle-container {display:flex;flex-wrap: wrap; gap:10px 5px;justify-items: center;align-items: center; width:100%; }
.circle-container .circle{flex:1; display:inline-flex; align-items: center;justify-content: center;text-align: center;}
.circle-container .circle > span{width:130px; height:130px; border-radius: 50%;display:flex; align-items: center;justify-content: center;color:#fff;font-weight:700;font-size:16px;line-height: 1.3; text-align: center;padding:5px;box-sizing: border-box;}
.circle-container .circle.type1  > span{ background-color: #2e5496;}
.circle-container .circle.type2  > span{ background-color: #00b0f0;}
.circle-container .logoimg{width:100%; margin: 10px 0; text-align: center;}
.circle-container .logoimg img{max-width:150px;}

/* 다른 스타일 */
.table-fiori.type-a{padding-top:20px; }
.table-fiori.type-a table{min-width: 540px; }
.table-fiori.type-a td{background: #f9f9f9;padding:10px 15px;}
.table-fiori .header-u4a-1 {color:#fff;text-align: center;font-size:16px; background-color: var(--orange-primary);border-left: 4px dashed var(--orange-primary) !important;border-top: 4px dashed var(--orange-primary) !important;border-right: 4px dashed var(--orange-primary) !important;}
.table-fiori .col-header-1 { background-color:#31a4cb !important;text-align: center; font-weight:600;color:#fff; font-size: 14px;line-height: 1.2; padding:10px 5px !important; }/* 구분 열 */
/* 점선 영역 (오렌지색) 스타일-1 */
.highlight-zone-1 {border-left: 4px dashed var(--orange-primary) !important;border-top: 4px dashed var(--orange-primary) !important;border-right: 4px dashed var(--orange-primary) !important; background-color:#e8f1f6  !important;position: relative;}
.highlight-zone-2 {border-left: 4px dashed var(--orange-primary) !important;border-bottom: 4px dashed var(--orange-primary) !important;border-right: 4px dashed var(--orange-primary) !important; background-color:#fff  !important;}
.table-fiori .imgArea{width:100%; margin:30px 0 10px; text-align: center;padding:0 8%;box-sizing: border-box;}
.table-fiori .imgArea img{max-width:100%;}
.table-fiori .num{position: absolute; left:2px; top:2px; width:20px; height:20px; border-radius: 50%;background:var(--second-color); display:flex; align-items: center;justify-content: center;color:#fff;font-weight:700;font-size:14px;line-height: 1; z-index: 2;  }
.table-fiori .tagArea{position: absolute; left:10px; top:-10px; width:calc(100% - 20px); height:50px;z-index: 2;  }
.table-fiori .tagArea .tag{position:relative; padding:6px 24px; border-radius:4px; background: #0070c0; font-weight:700;font-size:17px;line-height: 1;color:#fff;   }
.table-fiori .tagArea .tag::before{position: absolute; content: ""; left:30px; bottom:-7px; border-style :solid;border-width: 7px 5px 0 5px;border-color:#0070c0 transparent transparent transparent;   }
.table-fiori .tagArea .tag.orange-type{background:var(--orange-primary); }
.table-fiori .tagArea .tag.orange-type::before{border-color:var(--orange-primary) transparent transparent transparent;   }
.table-fiori .tagArea .tag img{max-width:100%;}

.u4a-box{position:relative; width:100%; margin:50px 0; font-weight:500;font-size:16px;line-height:1.45;color:#375877; padding:40px 30px 20px; border:1px solid #7e91a3; background:#f3f7fb;border-radius:4px; box-sizing: border-box;}
.u4a-box .tagArea{position: absolute; left:10px; top:-10px; width:calc(100% - 20px); height:40px;z-index: 2;  }
.u4a-box .tagArea .tag{position:relative; padding:6px 24px; border-radius:4px; background: var(--orange-primary); font-weight:700;font-size:16px;line-height:1;color:#fff;   }
.u4a-box .tagArea .tag::before{position: absolute; content: ""; left:30px; bottom:-7px; border-style :solid;border-width: 7px 5px 0 5px;border-color:var(--orange-primary) transparent transparent transparent;   }

/*ul {margin: 0;padding-left: 15px;list-style-type: none;}
ul li::before {content: "• "; margin-left: -10px;}
.plus-sign {grid-column: span 2;font-size: 24px;font-weight: bold;margin: 10px 0;color: #666;}
.plus-sign img{max-width:100%;}
*/
/*.u4a-2 .logoimg{width:100%;text-align: center; margin-bottom:20px;}
.u4a-2 .logoimg img{max-width:100%;}
.u4a-2 ul{display:flex;flex-wrap: wrap; gap:0px; width:100%;}
.u4a-2 li{display: inline-flex; justify-content: space-between;flex-direction: column; width:-webkit-calc(100% / 2); width:calc(100% / 2); background: #fff; border:1px solid #ddd; padding:30px;box-sizing: border-box;}
.u4a-2 .imgArea{width:100%; text-align: center; margin-top:30px;padding:0 5%;box-sizing: border-box;}
.u4a-2 .imgArea img{width:100%; max-width:400px;}
.u4a-2 h4{margin-bottom:5px;}
.u4a-2 li:nth-child(even) .textArea{text-align: right}
*/

.u4a-3{width:100%; margin-top:40px;}
.u4a-3 .logoimg{width:100%;text-align: center; margin-bottom:20px;}
.u4a-3 .logoimg img{max-width:100px;}
.u4a-3 .imgArea{width:100%;margin-bottom:20px;}
.u4a-3 .imgArea img{width:100%;}
.u4a-3 ul{display:flex;flex-wrap: wrap; gap:30px; width:100%;}
.u4a-3 li{flex:1; border:1px solid #ddd; padding:25px; border-radius: 4px; box-sizing: border-box;}
.u4a-3 li:nth-child(2){flex:1.2; background: #f2f5fa; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; }
.u4a-3 h4{display:flex;flex-wrap: wrap; gap:5px;  margin-bottom:10px;}
.u4a-3 .txt-sy2{margin-top:8px;}
.u4a-3 .num{display: inline-flex; justify-content:center;align-items: center; width:24px; height:24px; border-radius: 50%; background: #444;font-weight:400;font-size:11px;color:#fff;line-height:1;  }
.u4a-3 .line-list-s{font-size:14px;padding-left:20px;margin-bottom:5px;}
.u4a-3 .line-list-s::before{left:10px; }

.u4a-4{width:100%; margin-top:40px;}
.u4a-4 ul{display:flex;flex-wrap: wrap; gap:20px; width:100%;}
.u4a-4 li{width:-webkit-calc(100% / 2 - 10px); width:calc(100% / 2 - 10px); border:1px solid #666; border-radius: 4px; padding:30px;box-sizing: border-box;}
.u4a-4 h4{margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #ddd;}
.u4a-4 .line-list-s{font-size:14px;padding-left:20px;margin-bottom:5px;}
.u4a-4 .line-list-s::before{left:10px; }

.u4a-5{width:100%; margin-top:40px;}
.u4a-5 .icon{width:100%; margin-bottom:20px;}
.u4a-5 .icon img{width:100%; max-width:100px; }
.u4a-5 .icon-1{width:100%; margin-bottom:20px;}
.u4a-5 .icon-1 img{height:60px;}
.u4a-5 ul{display:flex;flex-wrap: wrap; gap:20px; justify-content: center;text-align: center; width:100%; }
.u4a-5 li{width:-webkit-calc(100% / 4 - 15px); width:calc(100% / 4 - 15px); border:1px solid #f1f1f1; border-radius: 4px; padding:30px;box-sizing: border-box; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;}
.u4a-5 h3{margin-bottom:20px;}
.u4a-5 .list{text-align: left;}
.u4a-5 .list > p{margin-bottom:0px;}
.u4a-5 p:last-child{margin-bottom:0px;}

.u4a-6{width:100%; margin-top:40px;}
.u4a-6 .icon{width:100%; text-align: center; margin:15px 0 30px;}
.u4a-6 .icon img{height:60px;}
.u4a-6 ul{display:flex;flex-wrap: wrap; gap:20px; width:100%; }
.u4a-6 li{width:-webkit-calc(100% / 4 - 15px); width:calc(100% / 4 - 15px); border:1px solid #666; border-radius: 4px; padding:25px;box-sizing: border-box;}
.u4a-6 h4{text-align: center;font-weight:800; margin-bottom:5px;}
.u4a-6 h5{text-align: center;font-weight:400;font-size:16px;color:#333;line-height:1.3;letter-spacing:-0.01em;  }

.u4a-7{width:100%; margin-top:60px;}
.u4a-7 > ul{display:flex;flex-wrap: wrap; gap:20px; width:100%; }
.u4a-7 > ul > li{width:-webkit-calc(100% / 2 - 10px); width:calc(100% / 2 - 10px); border:1px solid #ddd; border-radius: 4px;box-sizing: border-box;}
.u4a-7 > ul > li:last-child .topArea{background:var(--second-color);}
.u4a-7 .topArea{width:100%; text-align: center;  font-weight:700;font-size:18px;color:#fff;line-height:1.2; background:var(--concept-color); border-radius: 4px; padding:10px 5px;box-sizing: border-box;}
.u4a-7 .contArea{width:100%; padding:30px;box-sizing: border-box;}
.u4a-7 .imgArea{width:100%;text-align: center; padding:0 5%; box-sizing: border-box;margin-bottom:30px; }
.u4a-7 .imgArea img{max-width:100%;}
.u4a-7 .contArea > ul{display:flex;flex-wrap: wrap; gap:10px 20px;}
.u4a-7 .contArea > ul > li{width:-webkit-calc(100% / 2 - 10px); width:calc(100% / 2 - 10px); }
.u4a-7 .contArea dl{margin-top:10px;}
.u4a-7 .contArea dl:first-child{margin-top:0px;}
.u4a-7 .contArea dt{margin-bottom:5px;}
.u4a-7 .contArea dd{padding-left:10px;box-sizing: border-box;}

.certification-u4a{width:100%; margin:40px 0;}
.certification-u4a ul{display:flex;flex-wrap: wrap; gap:20px; width:100%;max-width:1200px; margin:0 auto;}
.certification-u4a li{position:relative; width:-webkit-calc(100% / 5 - 16px); width:calc(100% / 5 - 16px); padding:10px;border:1px solid #dfdfdf;background:#fff;box-sizing: border-box;}
.certification-u4a li > a{width:100%;}
.certification-u4a .thumbImg{margin-bottom:20px; border-bottom:1px solid var(--concept-color);  padding:0px 0px 20px; box-sizing: border-box; }
.certification-u4a .thumbImg img{max-width:100%;border:0px solid #f1f1f1; }
.certification-u4a .tit{font-weight:400;font-size:13px;color:#333;line-height:1.3; margin-bottom:5px;}
.certification-u4a .view{position:absolute;right:10px; bottom:10px; width:15px; height:12px; background:url(/images/layout/i_filedown_blue.png) 50% 50% no-repeat;background-size:15px auto;  z-index: 2; }
.certification-u4a .btn{text-align:center; margin-top:10px;}
.certification-u4a .btn a{color:#333;}



.ubtn{display:block;width:100%;min-height:50px; margin-bottom:20px; position:relative;}      
.demo_wrap {
	position: absolute;
	top: 0;
	left: 220px;
}

.main_demo {
	/* width: 430px; */
	height: 45px;
	position: relative;
}

.title_demo {
	width: 100px;
	height: 45px;
	line-height: 44px;
	border-radius: 20px;
	background-color: #172E68;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	-moz-box-shadow: 0px 4px 9px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, .6);
	box-shadow: 0px 4px 9px rgba(0, 0, 0, .6);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	cursor: pointer;
}

.main_demo a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	color: #000000;
	font-size: 14px;
}

.main_demo i {
	width: 100%;
	height: 100%;
	display: block;
}

.demo,
.chart,
.video {
	width: 35px;
	height: 35px;
	line-height: 44px;
	border-radius: 35px;
	background-color: #ffffff;
	text-align: center;
	-moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 8px rgba(0, 0, 0, .5);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.demo span,
.chart span,
.video span {
	display: none;
}

.demo:hover span,
.chart:hover span,
.video:hover span {
	display: block;
	position: absolute;
	bottom:50px;
	margin-left: 3.5px;font-weight:400;font-size:14px;line-height:1.3;  color:#666;
}

.demo i {
	background-image: url(/images/layout/demo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70%;
}

.chart i {
	background-image: url(/images/layout/chart.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70%;
}

.video i {
	background-image: url(/images/layout/video.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70%;
}


/* old version */        
#button_wrap {
	width: 160px;
	height: 45px;
	/* position: absolute;
	top: 20%;
	left: 30%;
	transform: translate(-50%, -50%); */
	cursor: pointer;
	transition: width 1s linear, height 1s linear, top 1s linear, left 1s linear;
	font-weight:500;font-size:15px;line-height:1; 

}

#button_wrap.on {
	width: 100%;
	height: 100vh;
	top: 50%;
	left: 50%;
	box-shadow: 2px 2px 5px #8d8d8d;
}

#button_wrap.on .button_bg {
	width: 100%;
	height: 100%;
}

#button_wrap.on .button_bg span {
	display: none;
}

.button_bg {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background: #FFFFFF;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;

}

.door {
	width: 100%;
	height: 50%;
	background: #172E68;
	position: absolute;
}

.door.off {
	display: none;
}

.top_door {
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	text-align: center;
	transition: top 0.5s linear, box-shadow 0.5s linear;
}

.top_door span {
	width: 100%;height:100%;
	color: #ffffff;
	position: relative;display:flex;align-items:center;justify-content:center;
}

.bottom_door {
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 0 0 20px 20px;
	overflow: hidden;
	text-align: center;
	transition: bottom 0.5s linear, box-shadow 0.5s linear;
}

.bottom_door span {
	width: 100%;height:100%;
	color: #ffffff;
	position: relative;
	bottom: 0;display:flex;align-items:center;justify-content:center;
}

.button_bg:hover .top_door {
	top: -40%;
	box-shadow: 0 4px 3px #8d8d8d;
	overflow: hidden;
}

.button_bg:hover .bottom_door {
	bottom: -40%;
	box-shadow: 0 -4px 3px #8d8d8d;
}