@charset "utf-8";
html, body {word-break: keep-all;font-size:17px;}

/**/
.fc-blue {color:#1e7ce5;}
.fc-blue-2 {color:#006ae2;}
.fc-teal {color:#39bfc0;}
.fc-mint {color:#39bfc0;}
.lh-1 {line-height: 1.1;}
.lh-2 {line-height: 1.2;}
.lh-3 {line-height: 1.3;}
.lh-4 {line-height: 1.4;}
.lh-5 {line-height: 1.5;}

/**/
.pages {font-family: 'Pretendard' , sans-serif;}
.pages .subject {
    font-weight:bold; padding-left:15px; position:relative; margin-bottom:30px;
    font-family: 'Pretendard' ,sans-serif; color:#111;
}
.pages .subject:after {
    content:''; width:4px; position:absolute; margin:auto; top:0; right:auto; bottom:0; left:0;
    background:#20b7e5; height:50%; transform:translateY(2px);
}
.pages span.fc-sky{margin-right: 6px;}
.pages .wrap > section {margin-bottom:80px;}
.pages .wrap > section:last-child {margin-bottom:0;}
.pages .box-border-blue {border:2px solid #006ae2; border-radius:10px;}
.pages .box-blue {
    background:#e1f2fc; border-radius:15px; padding:10px 2px; text-align:center;
    position:relative; color:#006ae2;
}
.pages .box-gray {border-radius:10px; background:#f7f7f7;}
.pages .box-white {background:#fff; border-radius:10px;}
.pages .box-orange {background:#fcf4f2; padding:16px; border-radius:10px;}
.pages .after-arrow {position:relative;}
.pages .after-arrow:after,
.pages .after-arrow:before {
    content:''; position:absolute; margin:auto; top:0; bottom:0;
}
.pages .after-arrow:before {
    height:1px; width:70px; background:#999; top:0; bottom:0;
    right:0;
}
.pages .after-arrow:after {
    background:linear-gradient(45deg, transparent 50%, #999 50%);
    width:9px; height:9px;
    transform:rotate(45deg);
}
.pages img.shadow {box-shadow:none; filter:drop-shadow(0 0 10px rgba(0,0,0,0.3));}

/**/
.pages .card-body {padding:40px 50px;}
@media(max-width:768px){
    .pages .subject{margin-bottom: 15px;}
    .pages .card-body {padding:40px 30px;}
}


/**/
#menu-8 {}
#menu-8 .ceo {margin-bottom:100px; padding-bottom:100px;}
#menu-8 .ceo .text {line-height:35px;}
#menu-8 .company {margin-bottom:150px;}
#menu-8 .company .card {border-radius: 20px;}
#menu-8 .company .card-body {padding:80px 0;}
#menu-8 .company .flex {justify-content: space-evenly;}
#menu-8 .company .item {width:20%; position:relative; z-index:10;}
#menu-8 .company .item .rect {position:relative;}
#menu-8 .company .item .rect:after {
    content:''; position:absolute; width:100%; height:1px; margin:auto; top:0; bottom:0;
    border-top:1px dashed #ccc; z-index:1;
}
#menu-8 .company .item .circle {
    width:180px; height:180px; display:flex; justify-content: center; align-items: center; flex-direction: column;
    border:15px solid #20b7e6; margin:auto; border-radius:100%; background:#fff; z-index:10; position:relative;
    transform:scale(1);
}
#menu-8 .company .item .circle .icon {
    height:50px; display:flex; align-items: center; justify-content: center;
    margin-bottom:8px;
}
#menu-8 .company .item .circle .name {font-weight:bold;text-align: center; line-height: 1;}
#menu-8 .company .item .text {
    text-align:center; color:#888; margin-top:20px; line-height: 1.4;
}
#menu-8 .certified {}
#menu-8 .certified .flex {flex-wrap:wrap;}
#menu-8 .certified .item {width:18.4%; margin-bottom:50px; margin-right:2%;}
#menu-8 .certified .item .img {
    height:320px; display:flex; justify-content: center; align-items: center; border:1px solid #ccc;
    border-radius:15px; background:#fff; padding:10px;
}
#menu-8 .certified .item .name {text-align:center; margin-top:15px;}

@media(min-width:1025px){
    #menu-8 .certified .item:nth-child(5n) {margin-right:0;}
}
@media(max-width:1024px) and (min-width:769px){
    #menu-8 .certified .item:nth-child(4n) {margin-right:0;}
    #menu-8 .certified .item {width:23.5%;}
}
@media(max-width:768px){
    #menu-8 .ceo{padding-bottom: 30px; margin-bottom: 80px;}
    #menu-8 .ceo .text{line-height: 25px;}
    #menu-8 .ceo p.fs-46{font-size: 24px;}
    #menu-8 .certified .item:nth-child(2n) {margin-right:0;}
    #menu-8 .certified .item {width:49%;margin-bottom: 30px;}
    #menu-8 .certified .item .img {height:260px;}
}


@media(max-width:1024px){
    #menu-8 .company .item .circle {width:120px; height:120px; border-width:8px;}
}
@media(max-width:768px){
    #menu-8 .company{margin-bottom: 80px;}
    #menu-8 .company .card-body {overflow-x:auto; padding: 60px 0;}
    #menu-8 .company .flex {width:730px;}
    #menu-8 .company .item {width:20%;}
    #menu-8 .company .item .circle .icon{height: 30px;}
    #menu-8 .company .item .text{margin-top: 10px; line-height: 1.1;}

}

/**/
#menu-9 {padding-top:100px; background:#f7f7f7;}
#menu-9 .history {}
#menu-9 .hi-head {
    display:flex; align-items: center; justify-content: center; padding:30px 0 10px 0; margin-bottom:75px;
}
#menu-9 .hi-head .rect {
    display:flex; justify-content: center; align-items: center; position:relative;
}
#menu-9 .hi-head .rect:before {
    content:''; position:absolute; display:block; margin:auto; height:1px; z-index:1;
    top:0; right:0; bottom:0; left:0; width:100%; border-top:1px dashed #d5d5d5;
}
#menu-9 .hi-head .rect > a {
    cursor:pointer; user-select:none;
    padding:10px; width:140px; text-align: center; margin:0 30px; border-radius:30px;
    background:#d5d5d5; color:#fff; transition:all 300ms; z-index:10;
}
#menu-9 .hi-head {display:flex; flex-direction:column;}
#menu-9 .hi-head .rect > a:first-child {margin-left:0;}
#menu-9 .hi-head .rect > a:last-child {margin-right:0;}
#menu-9 .hi-head .rect > a.active {background:#20b7e5;}
#menu-9 .hi-body .rect {position:relative; width:100%;}
#menu-9 .hi-body .rect:before {
    content:''; position:absolute; margin:auto; width:1px; height:100%; background:#ccc;
    top:0; right:0; bottom:0; left:0;
}
#menu-9 .hi-body .rect:last-child {padding-bottom:100px;}
#menu-9 .hi-body .rect:first-child:after,
#menu-9 .hi-body .rect:last-child:after {
    content:''; position:absolute; margin:auto;
    width:29px; height:1px; background:#ccc;
}
#menu-9 .hi-body .rect:first-child:after {top:0; right:0; bottom:auto; left:0;}
#menu-9 .hi-body .rect:last-child:after {top:auto; right:0; bottom:0; left:0;}
#menu-9 .hi-body .rect > div {width:50%;}
#menu-9 .hi-body .rect .year {
    float:right; text-align:left; padding:100px 70px 0 70px;
}
#menu-9 .hi-body .rect .year .number {margin-bottom:20px;}
#menu-9 .hi-body .rect .img {float:right; padding:0 70px;}
#menu-9 .hi-body .rect .img img {box-shadow:25px 25px 0 0 #e1ecf5;}
#menu-9 .hi-body .rect .story {
    padding-top:130px; float:left;
    padding-right:100px; padding-left:0;
}
#menu-9 .hi-body .rect .story .item {
    margin-bottom:30px; position:relative;
    text-align:right;
}
#menu-9 .hi-body .rect .story .item:first-child:before,
#menu-9 .hi-body .rect .story .item:first-child:after {content:''; display:block; position:absolute; margin:auto;}
#menu-9 .hi-body .rect .story .item:first-child:before {
    width:14px; height:14px; border:3px solid #20b7e5; background:#fff; border-radius:100%;
    top:10px; z-index:10;
    right:-107px; left:auto;
}
#menu-9 .hi-body .rect .story .item:first-child:after {
    width:60px; height:1px; background:#20b7e5; top:16px; z-index:1;
    right:-107px; left:auto;
}
#menu-9 .hi-body .rect .story .story-subject {font-weight:bold; line-height: 1.2; margin-bottom: 6px;}
#menu-9 .hi-body .rect .story .story-text {
    display:inline-block; padding-left:15px; color:#999; position:relative; line-height: 1.3; font-size:16px;
}
#menu-9 .hi-body .rect .story .story-text:before {
    content:''; width:6px; height:1px; background:#999; position:absolute;
    top:9px; right:auto; bottom:0; left:4px;
}

@media(min-width:769px){
    #menu-9 .hi-body .rect:nth-child(2n) {}
    #menu-9 .hi-body .rect:nth-child(2n) .year {float:left; text-align:right;}
    #menu-9 .hi-body .rect:nth-child(2n) .story {float:right; padding-right:0; padding-left:100px;}
    #menu-9 .hi-body .rect:nth-child(2n) .story .item {text-align:left;}
    #menu-9 .hi-body .rect:nth-child(2n) .story .item:first-child:before,
    #menu-9 .hi-body .rect:nth-child(2n) .story .item:first-child:after {right:auto; left:-107px;}
    #menu-9 .hi-body .rect:nth-child(2n) .img {float:left;}
}
@media(max-width:768px){
    #menu-9{padding-top: 60px;}
    #menu-9 .hi-head {overflow:auto; justify-content: flex-start;}
    #menu-9 .hi-head .rect {min-width:720px;}
    #menu-9 .hi-body { padding:0 0 0 20px;}
    #menu-9 .hi-body .rect > div {width:100%;}
    #menu-9 .hi-body .rect:before {right:auto;}
    #menu-9 .hi-body .rect:first-child:after ,
    #menu-9 .hi-body .rect:last-child:after {right:auto; transform:translateX(-50%);}
    #menu-9 .hi-body .rect .year {float:none; padding: 60px 30px 0 30px;}
    #menu-9 .hi-body .rect .year .number.fs-72{font-size:40px;}
    #menu-9 .hi-body .rect .story {padding:0 0 0 30px; float:none;}
    #menu-9 .hi-body .rect .story .item:first-child:before,
    #menu-9 .hi-body .rect .story .item:first-child:after {left:-37px; right:auto;}
    #menu-9 .hi-body .rect .story .item:first-child:before {top:3px;}
    #menu-9 .hi-body .rect .story .item:first-child:after {top:9px;width: 30px;}
    #menu-9 .hi-body .rect .story .item {text-align:left;margin-bottom: 20px}
    #menu-9 .hi-body .rect .story .story-text{font-size:13px; line-height: 1.1;}
    #menu-9 .hi-body .rect .img {float:none;}
}
@media(max-width:425px){
    /*#menu-9 .hi-body .rect .year {padding:100px 30px 0 30px;}*/
    #menu-9 .hi-body .rect .story .item:first-child:after {width:26px;}
    #menu-9 .hi-body .rect .story {padding:0 0 0 30px;}
    #menu-9 .hi-body .rect .story .item:first-child:before,
    #menu-9 .hi-body .rect .story .item:first-child:after {left:-36px;}
    #menu-9 .hi-body .rect .img {padding:0 30px;}
}

/**/
#menu-10 {}

/**/
#menu-11 {}
#menu-11 #map{height: 600px;}
#menu-11 .location {display:flex; justify-content: space-between; flex-wrap:wrap;}
#menu-11 .location > div {}
#menu-11 .location > div:nth-child(1) {width:40%;}
#menu-11 .location > div:nth-child(2) {width:60%;border-top:1px solid #000; padding:10px 20px; border-bottom:1px solid #ccc;}
#menu-11 .location .row {padding:10px;}
#menu-11 .location .row > div:nth-child(1) {color:#454545; font-weight: 600;}
#menu-11 .location .row > div:nth-child(2) {color:#777;}

@media(max-width:768px){
    #menu-11 #map{height: 300px;}
    #menu-11 .location{flex-direction: column; margin-bottom: 40px;}
    #menu-11 .location > div {width:100%;}
    #menu-11 .location > div:nth-child(1){width: 100%; margin-bottom: 10px;}
    #menu-11 .location > div:nth-child(2){width:100%; padding: 10px 0;}
}
@media(max-width:425px){
    #menu-11 #map{height: 200px;}
    #menu-11 .location .row > div:nth-child(1) {padding-left:0;}
}

/**/
.card.flowchart {padding:80px 0;}
.card.flowchart .flex {justify-content: space-between; flex-wrap: wrap; gap: 40px 0;}
.card.flowchart .flex > div {}
.card.flowchart .flex .circle {
    width:250px; height:250px; border:1px solid #ddd; border-radius:100%;
    box-shadow:0 0 10px 10px rgba(238, 238, 238, 0.7); position:relative;
}
.card.flowchart .flex .circle .number {
    position:absolute; color:#fff; background:var(--color-sky); margin:auto; border-radius:100%;
    top:0; right:0; bottom:auto; left:0; width:40px; height:40px; display:flex; justify-content: center;
    align-items: center; font-family:Pretendard, sans-serif; font-size:17px; font-weight:bold;
    transform:translateY(-45%);
}
.card.flowchart .flex .circle .number span {transform: translateY(-2px);}
.card.flowchart .flex .arrow {display:flex; align-items: center;}
.card.flowchart .flex .circle .circle-subtxt{display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%;}
.card.flowchart .flex .circle .circle-subtxt strong{display: block; font-size: 20px; margin-bottom: 5px;}
.card.flowchart .flex .circle .circle-subtxt span{display: block; text-align: left; width: 100%; padding-left: 47px; position: relative; font-size: 16px; color: #666; line-height: 1; margin-bottom: 5px;}
.card.flowchart .flex .circle .circle-subtxt span::after{position: absolute; content: ""; top: 7px; left: 35px; width: 5px; height: 5px; background: #20b7e5; border-radius: 50%;} 
.card.flowchart .flex .arrow {display:flex; align-items: center;}

.subtit-box ul{display: flex; flex-direction: column;}
.subtit-box ul li{display: flex; align-items: center; margin-bottom: 10px; border-bottom: 1px dashed #ccc; padding-bottom: 10px;}
.subtit-box ul li:last-child{border-bottom: none;}
.subtit-box ul li strong{background-color: rgba(32,183,229,0.1); font-size: 20px; color: #20b7e5; padding: 13px 20px; width: 20%; text-align: center; border-radius: 3px; line-height: 1.1;}
.subtit-box ul li span{color: #666; font-size: 18px; padding-left: 15px; display: block; width: 80%;}

@media(max-width:1042px){
    .card.flowchart .flex{flex-direction: column; align-items: center; }
    .card.flowchart .flex .arrow{transform: rotate(90deg);}
}
@media(max-width:996px){
    .subtit-box ul li strong{width: 30%; font-size: 18px;}
    .subtit-box ul li span{font-size: 16px;}
}
@media(max-width:700px){
    .subtit-box ul li{ flex-direction: column; }
    .subtit-box ul li strong{margin-bottom: 5px; width: 100%;}
}

/**/
#menu-28 {}
#menu-28 .card .card-flex {display:flex;}
#menu-28 .card .card-flex > div {}
#menu-28 .map {text-align:center; width:40%;}
#menu-28 .point {width:60%; padding:0 30px; display:flex; justify-content: center; flex-direction: column;}
#menu-28 .point .flex {padding:20px 0 0 0; flex-direction: column;}
#menu-28 .point .flex .con {display: flex; border-bottom:1px solid #ccc; padding-bottom: 6px; align-items: center;}
#menu-28 .point .flex .con > div:nth-child(1) {margin-right:15px;}
/*#menu-28 .point .flex > div:nth-child(2) {margin-right:15px;}*/
#menu-28 .point .flex > div:nth-child(2) {margin-left: 40px; line-height: 1.2; margin-top: 6px;}

@media(max-width:1024px){
    #menu-28 .card .card-flex {flex-wrap:wrap;}
    #menu-28 .card .card-flex > div {width:100%;}
    #menu-28 .point {padding:0;}
    #menu-28 .point .flex {flex-wrap:wrap;}
    #menu-28 .point .flex > div:nth-child(1) {}
    #menu-28 .point .flex > div:nth-child(2) {}
    #menu-28 .point .flex > div:nth-child(3) {width:100%; padding-left:40px;}
}
@media(max-width:768px){
    #menu-28 .point .flex > div:nth-child(1) img{width: 15px;}
    #menu-28 .point .flex > div:nth-child(2){margin-left: 30px;}
    #menu-28 .point .flex > div.fs-16{font-size:13px;}
}

/**/
#menu-29 {}
#menu-29 .flex {justify-content: space-between;}
#menu-29 .flex > div {width:48%; text-align:center;}
#menu-29 .flex > div .box {
    text-align:center; margin-bottom:20px; background:#f5f5f5; border-radius:10px;
    padding:30px 10px;
}
#menu-29 .flex > div .box:nth-child(1) {
    display:inline-block; background:#e1f2fc; color:#006ae2; font-weight:bold; border:3px solid #fff;
    padding:20px 40px; box-shadow:5px 5px 10px 0 #eeeeee;
}
#menu-29 .flex > div .box:nth-child(2) {}
#menu-29 .flex > div .box:nth-child(3) {
    min-height:180px; display:flex; align-items: center; justify-content: center; flex-direction: column;
}
#menu-29 .flex > div.left .box:nth-child(1) {background:#e1f2fc;}
#menu-29 .flex > div.left .box:nth-child(2) {background:#e1f2fc;}
#menu-29 .flex > div.left .box:nth-child(3) {}
#menu-29 .flex > div.right .box:nth-child(1) {background:#e8f8fa; color:#39bfc0;}
#menu-29 .flex > div.right .box:nth-child(2) {background:#e8f8fa;}
#menu-29 .flex > div.right .box:nth-child(3) {}
#menu-29 .bnr {margin-bottom:20px; min-height:110px;}
#menu-29 .bnr img {margin:5px;}

@media(max-width:1024px){
    #menu-29 .flex .box:nth-child(4) {outline:1px solid red;}
    #menu-29 .flex .box br {display:none;}
}
@media(max-width:768px){
    #menu-29 .flex {flex-wrap:wrap;}
    #menu-29 .flex > div {width:100%;}
    #menu-29 .flex > div:first-child {margin-bottom:30px; padding-bottom:30px; border-bottom:1px solid #ccc;}
    #menu-29 .flex > div .box:nth-child(3){min-height: auto;}
}

/**/
.card-si {}
.card-si .items {
    width:67%; display:flex; flex-wrap:wrap; margin-top:30px; padding:20px;
    background:#f7f7f7; border-radius:10px; height:auto;
}
.card-si .items .item {
    width:auto; margin-right:2%; margin-bottom:2%; padding:2%; height:170px;
    background:#fff;
}
.card-si .items .item > div:nth-child(1) {font-weight:bold; color:#454545; margin-bottom:10px;}
.card-si .items .item > div:nth-child(2) {color:#888;}
.card-si .items .item:last-child {margin-right:0;}
.card-si .system {width:30%;}
.card-si .system .box {
    display:flex; justify-content: center; align-items: center; height:350px;
    border:2px solid #1e7ce5; border-radius:10px; padding:40px 10px;
}
.card-si .needs {
    width:58%; background:#fcf4f2; padding:20px; border-radius:10px;
}
.card-si .wide {
    width:40%; padding:20px; background:#e8f8fa; border-radius:10px;
    display:flex; flex-wrap:wrap;
}
.card-si .wide > div {width:100%; position:relative;}
.card-si .wide > div:nth-child(1):before {
    content:''; display:block; background:#fff; width:100%; height:1px;
    position:absolute; left:0; bottom:10px;
}
/*.card-si .wide.wide-tran {*/
/*    background:#fff; justify-content: space-between; padding:0;*/
/*}*/
/*.card-si .wide.wide-tran > div {*/
/*    background:#e8f8fa; width:47.5%; border-radius:10px; padding:20px;*/
/*    height:100%;*/
/*}*/

/**/
#mmenu-30 {}
@media(max-width:1024px){
    .card-si .items .item br {display:none;}
}
@media(max-width:768px){
    .card-si .card-body {}
    .card-si .card-body > .flex {flex-wrap:wrap; margin:0 !important;}
    .card-si .card-body > .flex > div {width:100%;}
    .card-si .items {height:auto;}
    .card-si .items .item,
    .card-si .items .item:nth-child(4n) {width:30%; margin-right:5%;}
    .card-si .items .item:nth-child(3n) {margin-right:0;}
    #menu-30 .system {margin-top:30px;}
    #menu-30 .needs {margin-top:30px;}
    #menu-30 .wide {margin-top:30px;}
    #menu-30 .wide > div:nth-child(2) {margin-top:20px;}
}
@media(max-width:540px){
    .card-si .items .item,
    .card-si .items .item:nth-child(4n),
    .card-si .items .item:nth-child(3n) {width:48%; margin-right:4%;}
    .card-si .items .item:nth-child(2n) {margin-right:0;}
}

/**/
#menu-31 {}
@media(max-width:768px){
    #menu-31 .needs {margin:30px 0 60px 0;}
    #menu-31 .wide.wide-tran > div {width:100%; height:auto; margin-bottom:20px;}
    #menu-31 .wide.wide-tran > div:last-child {margin:0;}
}

/**/
#menu-31 {}
#menu-31 .card-si .wide.wide-tran {position:relative;}
#menu-31 .card-si .wide.wide-tran:before {
    content:'< Customized services >';
    display:block; position:absolute; margin:auto; top:-30px;
    color:#333; text-align:center; width:100%; font-weight:bold;
}

/**/
#menu-32 {}
#menu-32 #sec-01 .card-body {position:relative;}
#menu-32 #sec-01 .card-body > div:nth-child(1) {display:flex; justify-content: space-between;}
#menu-32 #sec-01 .card-body > div:nth-child(2) {
    position:absolute; top:40px; left:0; padding:0 400px;
    width:100%; height:0; display:flex; flex-direction: column; align-items: center;
}
#menu-32 #sec-01 .card-body .box-green {
    background:#e8f8fa; padding:25px 16px; border-radius:15px; width:360px;
    display:flex; flex-direction: column; justify-content: space-between;
    position:relative;
}
#menu-32 #sec-01 .card-body .box-none {width:360px;}
#menu-32 #sec-01 .card-body .box-white {padding:23px 16px;}
#menu-32 #sec-01 .card-body .box-orange {margin:0 0 20px 0;}
#menu-32 #sec-01 .card-body .box-orange ul {display:flex; flex-wrap:wrap;}
#menu-32 #sec-01 .card-body .box-orange ul > li {width:50%;}
#menu-32 #sec-01 .card-body .box-orange ul.full > li {width:100%;}
#menu-32 #sec-01 .card-body .box-border-blue {
    border:2px solid #006ae2; border-radius:10px; width:225px; margin:auto;
    position:relative;
}
#menu-32 #sec-01 .card-body .box-border-blue:before,
#menu-32 #sec-01 .card-body .box-border-blue:after {
    content:''; position:absolute; width:80%; height:1px; background:#c7c7c7;
    margin:auto; top:0; right:auto; bottom:0; left:auto;
}
#menu-32 #sec-01 .card-body .box-border-blue:before {left:0; transform:translateX(-120%);}
#menu-32 #sec-01 .card-body .box-border-blue:after {right:0; transform:translateX(120%);}
#menu-32 #sec-01 .card-body .box-service {display:flex; width:100%; flex-wrap:wrap; justify-content: center;}
#menu-32 #sec-01 .card-body .box-service > div {
    width:30%; background:#e1f2fc; margin:8px; padding:15px 10px;
    text-align:center; border-radius:10px;
}
#menu-32 #sec-01 .card-body .rect {width:90%;}
#menu-32 #sec-01 .card-body .arrow-service {
    display:flex; align-items: center; justify-content: center; height:80px; position:relative;
}
#menu-32 #sec-01 .card-body .arrow-service > div {transform:translateX(65%); position:relative;}
#menu-32 #sec-01 .card-body .arrow-service:before {
    content:''; position:absolute; margin:auto; top:0; right:0; bottom:0; left:0;
    width:1px; height:50px; background:#c7c7c7;
}
#menu-32 #sec-01 .card-body .arrow-service:after {
    content:''; position:absolute; margin:auto; top:auto; right:0; bottom:10px; left:0;
    width:5px; height:5px; transform:rotate(-45deg);
    border-left:5px solid #c7c7c7; border-bottom:5px solid #c7c7c7;
    border-top:5px solid transparent; border-right:5px solid transparent;
}
#menu-32 #sec-02 .card {width:49%;}
#menu-32 #sec-02 .card-body {position:relative;padding: 30px 35px;}
#menu-32 #sec-02 .img {position:absolute; bottom:1.25rem; right:1.25rem; display:flex;}
#menu-32 #sec-02 .img > div {margin-right:20px;}
#menu-32 #sec-02 .img > div:last-child {margin-right:0;}

@media(max-width:1560px){
    #menu-32 #sec-01 .card-body .box-border-blue:before,
    #menu-32 #sec-01 .card-body .box-border-blue:after {width:60%;}
}
@media(max-width:1460px){
    #menu-32 #sec-01 .card-body > div:nth-child(1) {justify-content: center; margin-bottom:60px; position:relative;}
    #menu-32 #sec-01 .card-body > div:nth-child(1):before {
        content:''; display:block; width:1px; height:40px; position:absolute; margin:auto;
        top:auto; right:0; bottom:0; left:0; transform: translateY(60px);
        background:#c7c7c7;
    }
    #menu-32 #sec-01 .card-body > div:nth-child(1) > div {margin:1%;}
    #menu-32 #sec-01 .card-body > div:nth-child(1) .box-none {
        display:flex; flex-direction: column; justify-content: space-between;
    }
    #menu-32 #sec-01 .card-body > div:nth-child(2) {position:relative; height:auto; width:100%; padding:30px 0 0 0; top:0;}
    #menu-32 #sec-01 .card-body .box-white {margin-bottom:5%;}
    #menu-32 #sec-01 .card-body .box-white:last-child {margin-bottom:0;}
    #menu-32 #sec-01 .card-body .box-orange {margin:0;}
    #menu-32 #sec-01 .card-body .box-border-blue:before,
    #menu-32 #sec-01 .card-body .box-border-blue:after {display:none;}
}

/**/
#menu-34 {}
#menu-34 .card {padding:40px 30px;}
#menu-34 .card .flex > div {}
#menu-34 .card .rect-phone {display:flex; width:45%;}
#menu-34 .card .rect-phone > div {}
#menu-34 .card .rect-phone > div:nth-child(1) {width:45%; position:relative;}
#menu-34 .card .rect-phone > div:nth-child(1) img {
    position:absolute; margin:auto; top:0; right:auto; bottom:0; left:0; z-index:10;
    filter:drop-shadow(0 0 10px rgba(0,0,0,0.5));
}
#menu-34 .card .rect-phone > div:nth-child(1):before {
    content:''; display:block; position:absolute;
    width:100%; height:100%; left:0;
    background:url(/images/content/menu/menu_34_02.png) no-repeat center right;
}
#menu-34 .card .rect-phone > div:nth-child(2) {width:55%; z-index:10;}
#menu-34 .card .box-blue-green {
    background:#e8f8fa; color:#39bfc0; display:flex; flex-wrap:wrap; border-radius:15px ;
    justify-content: space-between; padding:4% 4% 0 4%; margin-bottom:4%;
}
#menu-34 .card .box-blue-green > div {
    width:48%; background:#fff; margin-bottom:4%; text-align:center; font-weight:bold;
    padding:5% 10px; border-radius:10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#menu-34 .card .box-gray {
    display:flex; align-items: center; justify-content: center;
    height:60px; padding:5px; margin:2% 0; font-size:15px;
}
#menu-34 .card .rect-banner {
    width:52%;
}
#menu-34 .card .rect-banner .rect-body {
    background:#fcf4f2; width:100%; padding:2%; display:flex; flex-wrap:wrap;
    border-radius:15px;
}
#menu-34 .card .rect-banner .rect-body > div {
    width:16.6%; text-align:center; margin:1.3% 0;
}

@media(max-width:1300px){
    #menu-34 .card .flex {flex-wrap: wrap;}
    #menu-34 .card .flex > div {width:100%;}
    #menu-34 .rect-phone {margin-bottom:50px;}
}
@media(max-width:768px){
    #menu-34 .card .rect-phone {flex-wrap: wrap; margin-bottom: 30px;}
    #menu-34 .card .rect-phone > div {}
    #menu-34 .card .rect-phone > div:nth-child(1) {width:100%; padding-bottom:150px;}
    #menu-34 .card .rect-phone > div:nth-child(1):before {
        transform:rotate(90deg); position:absolute; width:343px; height:343px;
        top:auto; right:0; bottom:0; left:0; margin:auto;
    }
    #menu-34 .card .rect-phone > div:nth-child(1) img {display:block; position:relative;}
    #menu-34 .card .rect-phone > div:nth-child(2) {width:100%;}
    #menu-34 .card .rect-phone > div:nth-child(2) > div:nth-child(1) {display: none;}
    #menu-34 .card .rect-banner .rect-head .fc-17{font-size:15px;}
    #menu-34 .card .rect-banner .rect-body > div {width:25%;}
    #menu-34 .card .box-gray{font-size:14px;}
}
@media(max-width:425px){
    #menu-34 .card {padding:0;}
    #menu-34 .card .rect-banner .rect-body > div {width:33.3%;}

}

/**/
#menu-35 {}
#menu-35 .card-body {}
#menu-35 .flex {justify-content:space-between;}
#menu-35 .flex > div {}
#menu-35 .flex > .left {
    width:40%; display:flex; justify-content: space-between; align-items: center;
}
#menu-35 .flex > .left > div:nth-child(1) {
    width:auto; text-align:center; color:#006ae2; font-weight:bold; position:relative;
    transform:translateY(-3%); z-index:10;
}
#menu-35 .flex > .left > div:nth-child(1) > div {position:relative; z-index:10;}
#menu-35 .flex > .left > div:nth-child(2) {width:62%; position:relative;}
#menu-35 .flex > .left > div:nth-child(2):before {
    position:absolute; content:''; width:125px; height:343px; left:0; transform:translateX(-100%);
    background:url(/images/content/menu/menu_34_02.png) no-repeat center center;
}
#menu-35 .box-list {width:100%; display:flex; flex-wrap:wrap; justify-content: space-between;}
#menu-35 .box-list .box-blue {width:48%; z-index:10; margin-bottom:4%; padding: 15px 2px;}
#menu-35 .box-list .box-blue > div:nth-child(1) {font-weight:bold; color:#006ae2;}
#menu-35 .box-list .box-blue > div:nth-child(2) {color:#888;}
#menu-35 .flex > .right {width:56%; position:relative;}
#menu-35 .flex > .right > div {text-align:center; z-index:10;}
#menu-35 .flex > .right > div > div:nth-child(1) {line-height:18px; margin-bottom:4px; font-weight:bold;}
#menu-35 .flex > .right .img-1 {position:absolute; left:0; bottom:0;}
#menu-35 .flex > .right .img-2 {position:absolute; left:196px; bottom:0;}
#menu-35 .flex > .right .img-3 {position:absolute; left:382px; bottom:0;}
#menu-35 .flex > .right .img-4 {display:flex; justify-content: flex-end;}
#menu-35 .flex > .right .img-4 {display:flex; justify-content: flex-end; z-index:1; padding-bottom:30px;}
#menu-35 .flex > .right img {filter:drop-shadow(0 0 10px rgba(0,0,0,0.3));}

@media(max-width:1440px){
    #menu-35 .card-body {flex-wrap:wrap;}
    #menu-35 .flex > .left,
    #menu-35 .flex > .right {width:100%;}
    #menu-35 .flex > .right {display:flex; justify-content: space-evenly; align-items: flex-end;}
    #menu-35 .flex > .right .img-1 {position:relative; left:0;}
    #menu-35 .flex > .right .img-2 {position:relative; left:0;}
    #menu-35 .flex > .right .img-3 {position:relative; left:0;}
    #menu-35 .flex > .right .img-4 {display:block; padding:0;}
}
@media(max-width:768px){
    #menu-35 .flex > .left {flex-wrap:wrap;}
    #menu-35 .flex > .left > div:nth-child(1) {width:100%; padding-bottom:100px;}
    #menu-35 .flex > .left > div:nth-child(1) > div{font-size: 14px;}
    #menu-35 .flex > .left > div:nth-child(2) {width:100%;}
    #menu-35 .flex > .left > div:nth-child(2):before {
        width:343px; transform:rotate(90deg) translateX(-70%); max-width:100%;
        margin:auto; top:0; right:0; bottom:auto; left:0;
    }
    #menu-35 .flex > .right > div {padding:1%;}
    #menu-35 .flex > .right > div > div:nth-child(1){line-height: 13px;}
}
@media(max-width:343px){
    #menu-35 .flex > .left > div:nth-child(2):before {
        width:200px; height:200px; background-size:auto 100%;
    }

}

/**/
#menu-36 {}
#menu-36 .wrap {}
#menu-36 .card-body {align-items: center;}
#menu-36 .flex {justify-content: space-between;}
#menu-36 .flex > div {}
#menu-36 .flex > div:nth-child(1) {width:40%;}
#menu-36 .flex > div:nth-child(2) {width:58%;}
#menu-36 .box-border-blue {border:2px solid #006ae2; border-radius:10px; text-align:center; background:#fff; padding:40px 0;}
#menu-36 .box-orange {margin-top:30px; padding:30px;}
#menu-36 .box-orange li {color:#777;}
#menu-36 .box-gray {background:#f5f5f5; display:flex; flex-wrap:wrap; height:100%; border-radius:10px; padding:45px 10px;}
#menu-36 .box-gray > div {width:50%; text-align:center; margin-bottom:30px;}
#menu-36 .box-gray > div:last-child {width:100%; margin-bottom:0;}
#menu-36 .box-gray > div > div {}
#menu-36 .box-gray > div > div:nth-child(1) {}
#menu-36 .box-gray > div > div:nth-child(2) {margin-top:10px; color:#454545; font-weight:bold;}

@media(max-width:1024px){
    #menu-36 .flex {flex-wrap:wrap;}
    #menu-36 .flex > div:nth-child(1) {width:100%; margin-bottom:4%;}
    #menu-36 .flex > div:nth-child(2) {width:100%;}
    #menu-36 .box-gray {justify-content: space-between;}
    #menu-36 .box-gray > div {width:48%;}
}

/**/
#menu-39 {}
#menu-39 .flex {justify-content: space-between;}
#menu-39 .flex > div {width:31%;}
#menu-39 .flex .box-blue {display:flex; justify-content: space-between; flex-wrap:wrap; padding:1%;}
#menu-39 .flex .box-blue .box-white {
    width:48%; margin:1%; display:flex; justify-content: center; align-items: center;
    color:#39bfc0; font-weight:bold;padding:0 10px;
}
#menu-39 .flex .exobid {text-align:center; display:flex; justify-content: space-between; flex-direction: column;}
#menu-39 .flex .box-gray {padding:2% 1%; display:flex; justify-content: space-between; align-items: center; flex-direction: column;}
#menu-39 .flex .box-gray .box-white {width:100%; height:40%; padding:20px;}

@media(max-width:1200px){
    #menu-39 .flex {flex-wrap:wrap;}
    #menu-39 .flex > div {width:100%; margin-bottom:30px;}
    #menu-39 .flex > div:last-child {margin-bottom:0;}
    #menu-39 .flex .box-blue .box-white {padding:15px; height:auto;}

}
@media(max-width:768px){
    #menu-39 .flex .box-blue .box-white{font-size:14px;}
    #menu-39 .flex .box-gray{padding: 10px;}
}
@media(max-width:375px){
    #menu-39 .flex .box-blue .box-white {width:100%;}
}

/**/
#menu-40 {}
#menu-40 img {filter:drop-shadow(0 0 10px rgba(0,0,0,0.3));}
#menu-40 .flex {justify-content: space-evenly;}
#menu-40 .box-orange {text-align:center; margin:auto; max-width:800px;}
#menu-40 .after-arrow:before,
#menu-40 .after-arrow:after {right:-100px;}

@media(max-width:1000px){
    #menu-40 .flex > div {padding:0 2%;}
    #menu-40 br {display:none;}
}
@media(max-width:768px){
    #menu-40 .flex {flex-wrap:wrap;}
    #menu-40 .flex > div {width:100%; text-align:center; max-height:340px;}
    #menu-40 .flex > div div:first-child {height:80%;}
    #menu-40 .flex > div div img {max-height:100%;}
    #menu-40 .box-orange{font-size:15px;}
    #menu-40 .box-orange.mt-4{margin-top: 0 !important;}
}

/**/
#menu-41 {}
#menu-41 .flex {justify-content: space-between;}
#menu-41 .flex > div {width:48%;}
#menu-41 .box-blue {background:#e1f2fc;}
#menu-41 .box-blue img {margin:0 2%;}
#menu-41 .box-pink {background:#fcf4f2; text-align:center;}
#menu-41 .box-pink,
#menu-41 .box-blue {padding:30px 20px 50px 20px;}
#menu-41 .box-border-mint {
    text-align:center; border:2px solid #39bfc0; border-radius:10px; max-width:800px; margin:auto;
    padding:30px; margin-top:4%;
}

@media(max-width:1200px){
    #menu-41 .flex {flex-wrap:wrap;}
    #menu-41 .flex > div {width:100%; margin-bottom:30px;}
}
@media(max-width:768px){
    #menu-41 .flex > div{margin-bottom: 20px;}
    #menu-41 .box-blue > div:nth-child(2) {display:flex; justify-content: center;}
    #menu-41 .box-blue > div:nth-child(2) img {max-width:48%;}
    #menu-41 .box-border-mint{padding: 20px;}
}

/**/
#menu-42 {}
#menu-42 .flex {justify-content: space-between;}
#menu-42 .function {width:39%; display:flex; flex-direction: column; justify-content: space-between;}
#menu-42 .function > div {height:46%;}
#menu-42 .function-default {}
#menu-42 .function-customizing {}
#menu-42 .fn-head {text-align:center; height:30px; color:#333;}
#menu-42 .fn-body {display:flex; justify-content: space-between; height:180px;}
#menu-42 .fn-body > div {width:31%; text-align:center; background:#f7f7f7; padding:20px 5px;}
#menu-42 .fn-body > div > div:nth-child(1) {
    height:35px; display:flex; align-items: center; justify-content: center; margin-bottom:5px;
}
#menu-42 .fn-body > div > div:nth-child(2) {color:#454545; font-weight:bold;}
#menu-42 .fn-body > div > div:nth-child(3) {font-size:14px; color:#888; margin-top:10px;}
#menu-42 .service {width:59%;}
#menu-42 .service-1 {display:flex; justify-content: space-between;}
#menu-42 .service-1 > div:nth-child(1) {width:450px; text-align: center;}
#menu-42 .service-1 > div:nth-child(1) .box-border-blue {padding:30px 0;}
#menu-42 .service-1 > div:nth-child(2) {
    display:flex; justify-content: center; align-items: center; font-size:15px;
    color:#999; position:relative;
}
#menu-42 .service-1 > div:nth-child(2):before,
#menu-42 .service-1 > div:nth-child(2):after {
    content:''; position:absolute; margin:auto;
}
#menu-42 .service-1 > div:nth-child(2):before {
    height:1px; width:70px; background:#999; top:0; bottom:0;
    transform:translateY(18px);
}
#menu-42 .service-1 > div:nth-child(2):after {
    background:linear-gradient(45deg, transparent 50%, #999 50%);
    width:9px; height:9px;
    transform:translateY(18px) translateX(35px) rotate(45deg);
}
#menu-42 .service-1 > div:nth-child(3) .box-list {}
#menu-42 .service-1 > div:nth-child(3) .box-blue {width:230px; padding:20px 10px;}
#menu-42 .service-2 {width:450px; margin-top:10px;}
#menu-42 .service-2 .box-gray {display:flex; justify-content: center; align-items: center; height:90px; margin-top:10px;}
#menu-42 .service-2 .box-gray > div {margin:5px;}

@media(max-width:1200px){
    #menu-42 .flex {flex-wrap:wrap;}
    #menu-42 .function {width:100%; margin-bottom:60px;}
    #menu-42 .service {width:100%;}
    #menu-42 .service-1 > div:nth-child(2) {width:90px;}
    #menu-42 .service-1 .box-list {display:flex; flex-direction: column; justify-content: space-between;}
    #menu-42 .service-2 {width:100%;}
    #menu-42 .service-2 .box-gray {justify-content: space-evenly;}
}
@media(max-width:900px){
    #menu-42 .service-1 {align-items: center; flex-direction: column;}
    #menu-42 .service-1 > div {width:100%;}
    #menu-42 .service-1 > div:nth-child(1) {margin:auto; max-width:100%;}
    #menu-42 .service-1 > div:nth-child(2) {height:100px;text-align: center;line-height: 1.1;}
    #menu-42 .service-1 > div:nth-child(2):before{ transform:rotate(90deg); width: 20px; bottom: -60px;}
    #menu-42 .service-1 > div:nth-child(2):after{ transform:rotate(135deg); bottom: 8px;}
    #menu-42 .service-1 .box-list {flex-direction: row; flex-wrap: wrap; justify-content: center; margin-top: 10px;}
    #menu-42 .service-1 .box-list > div {margin:0.5%;}

    #menu-42 .function-default {height:auto; margin-bottom:50px;}
    #menu-42 .function > div {height:auto;}
    #menu-42 .fn-body {flex-wrap: wrap; height:auto; justify-content: center;}
    #menu-42 .fn-body > div {width:48%; margin:1%;}

}
@media(max-width:768px){
    #menu-42 .flex{padding: 20px;}
    #menu-42 .service-1{font-size:15px;}
    #menu-42 .function{margin-bottom: 30px;}
    #menu-42 .fn-body > div > div:nth-child(2){font-size: 15px;}
    #menu-42 .fn-body > div > div:nth-child(3){font-size: 13px;}
}
@media(max-width:425px){
    /*#menu-42 .fn-body > div {width:100%; margin:2% 0;}*/

}
