:root {
    --main-color : #ef0000;   
}
/* subtop */
#subtop {
    /* overflow: hidden; */
    position: relative;
}
#subtop > .brWrp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* border-radius: 0 0 0 100px; */
    z-index: -1;
}
#subtop > .brWrp > .bg {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 130%;
}
#subtop .fbox {
    height: 600px;
}
#subtop .fbox h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,1);
}
#subtop .fbox h1 strong {
    color: #fff;
}
@media (max-width:992px) {
    #subtop > .brWrp {
        border-radius: 0;
    }
    #subtop .fbox {
        height: 450px;
    }
    #subtop .fbox h1 {
        font-size: 40px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .fbox {
        height: 350px;
    }
    #subtop .fbox h1 {
        font-size: 30px;
    }
    #subtop > .brWrp > .bg {
        height: 100%;
        top: 0;
        background-size: cover !important;
        transform: translate3d(0, 0, 0) !important;
    }
}

/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    display: inline-block;
    /* background-color: rgba(0,0,0,0.3); */
    border-radius: 100px;
    padding: 0 15px;
}
#site_config .site .home {
    float: left;
    line-height: 50px;
    position: relative;
    font-size: 17px;
    color: #fff;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    position: relative;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 0px;
}
#site_config .site .home .site_toggle i {
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.act .site_toggle i {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    text-align: center;
}
#site_config .site .home > span {
    display: block;
    padding: 0px 10px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: #fff;
}
#site_config .site .home > ul {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 200px;
    border-top: 0px;
    padding: 12px 8px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    transform: translate3d(-50%, 0px, 0);
}
/* #site_config .site .home > ul li:not(:first-child) {
    border-top: 1px solid #eee;
} */
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    line-height: 1em;
    padding: 10px;
    font-weight: 500;
    color: #333;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home > ul li a.act {
    color: #333;
}
#site_config .site .home > ul li a:hover{
    color: #111;
    text-decoration: underline;
    font-weight: 700;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (min-width:992px) {
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        position: relative;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        padding: 0 30px;
        border-radius: 100px;
        background-color: rgba(255, 255, 255, .05);
        margin: 0 5px;
    }
    #site_config .site .home > .site_toggle {
        min-width: 200px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media (max-width:992px) {
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
}
@media (max-width:768px) {
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 5px;
    }
}


/* fItemBox */
.fItemBox {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.fItemBox .tit {
    width: 100px;
}
.fItemBox .con {
    width: calc(100% - 100px);
}
.fItemBox.fItemBox_col3 .con1 {
    width: calc(50% - 100px);
}
.fItemBox.fItemBox_col3 .con2 {
    width: 50%;
}
@media (max-width:992px){
    .fItemBox .tit {
        width: 70px;
    }
    .fItemBox .con {
        width: calc(100% - 70px);
    }
    .fItemBox.fItemBox_col3 .con1 {
        width: calc(50% - 70px);
    }
}
@media (max-width:500px){
    .fItemBox .tit {
        width: 70px;
    }
    .fItemBox .con {
        width: calc(100% - 70px);
    }
    .fItemBox.fItemBox_col3 {
        flex-wrap: wrap;
    }
    .fItemBox.fItemBox_col3 .con2 {
        width: 100%;
        padding-left: 70px;
        margin-top: 10px;
    }
}

/* company1 */
#company1 .sec1 {
    /* background: url(../img/company1_bg1.png) right bottom no-repeat; */
}
@media (min-width:992px) {
    #company1 .sec1 .fbox > .txt img {
        width: 450px;
    }
}
@media (max-width:992px) {
    #company1 .sec1 {
        background-size: 100%;
    }
    #company1 .sec1 .fbox {
        flex-wrap: wrap;
    }
    #company1 .sec1 .fbox > div {
        width: 100%;
    }
    #company1 .sec1 .fbox > .txt {
        padding-top: 30px;
    }
}


/* #company1 .sec2 */
#company1 .sec2 .item  {
    padding: 60px 20px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .05);
    background-color: #fff;
    border-radius: 15px;
}
#company1 .sec2 .item .tcon {
    margin-top: 25px;
}
@media (max-width:768px){
    #company1 .sec2 .item  {
        display: flex;
        align-items: center;
        padding: 20px;
    }
    #company1 .sec2 .item .icon {
        width: 60px;
        order: 2;
    }
    #company1 .sec2 .item .tcon {
        width: calc(100% - 60px);
        padding-right: 15px;
        margin-top: 0px;
        text-align: left;
        order: 1;
    }
}



.his { position: relative; }
.his::after { content: ""; position: absolute; left: 400px; top: 0px; height: 100%; width: 1px; background-color: rgb(165, 179, 187); z-index: 1; }
.his > li { padding-left: 400px; padding-top: 60px; margin-top: 40px; position: relative; z-index: 3; }
.his > li .imgBox img { border-radius: 10px;}
.his > li h1 { position: absolute; left: 0px; top: 0px; width: 400px; text-align: right; padding-right: 40px; z-index: 3; letter-spacing: -0.03em !important;}
.his > li h1::after { content: ""; position: absolute; right: 0px; top: 50%; background-color: #111; width: 14px; height: 14px; z-index: 3; border-radius: 50%; transform: translate3d(50%, -50%,0);}
.his > li .hisYbox > li { margin-top: 40px; position: relative; display: flex; align-items: flex-start;}
.his > li .hisItem { width: 75%; }
.his > li .imgBox { width: 25%; text-align: right; padding-top: 10px; }
.his > li .hisItem { position: relative; }
.his > li .hisItem h2, .his > li .hisItem h5 { position: relative; padding-left: 60px; }
.his > li .hisItem h2::after { content: ""; position: absolute; left: 0; top: 50%; background-color: var(--main-color); width: 9px; height: 9px; z-index: 3; border-radius: 50%; transform: translate3d(-50%, -50%,0);}
@media (max-width: 992px) {
  .his::after { left: 200px; }
  .his > li { padding-left: 200px; padding-top: 30px; }
  .his > li h1 { width: 200px; }
  .his > li .hisYbox > li { margin-top: 30px; }
  .his > li .hisItem h2, .his > li .hisItem h5 { position: relative; padding-left: 20px; }
}
@media (max-width: 992px) {
  .his::after { left: 0px; }
  .his > li { padding-left: 0px; padding-top: 30px; }
  .his > li h1 { text-align: left; position: relative; padding-left: 20px; padding-right: 0px; }
  .his > li h1::after { left: 0; width: 11px; height: 11px; top: calc(50% - 6px); transform: translateX(-50%); }
  .his > li .hisYbox > li { margin-top: 30px; }
  .his > li .hisItem h2, .his > li .hisItem h5 { position: relative; padding-left: 20px; }
  .his > li .imgBox { padding-left: 20px; }
}
@media (max-width: 600px) {
  .his > li { display: block; }
  .his > li .hisYbox > li { display: block; }
  .his > li .hisItem { width: 100%; }
  .his > li .imgBox { width: 100%; text-align: left; padding: 10px; margin-top: 20px; }
  .his > li .imgBox img { max-width: 70%;}
}

/* hisTop */
.hisTop {
    position: relative;
}
.hisTop .hisTopTxt {
    position: absolute;
    bottom: -5%;
    left: 5%;
    background-color: var(--main-color);
    padding: 60px 50px;
    max-width: 500px;
    width: 100%;
}
.hisTop .hisTopTxt .forNav a {
    text-decoration: none;
    display: inline-block;
    margin-right: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 700;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.hisTop .hisTopTxt .forNav a:hover {
    color: #fff;
}
@media (max-width:768px) {
    .hisTop .hisTopTxt {
        position: relative;
        left: auto;
        bottom: auto;
        padding: 30px 20px;
        max-width: 90%;
        margin-bottom: -5%;
    }
}
/* subTitle */
.subTitle {
    padding-left: 20px;
    position: relative;
}
.subTitle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 4px;
    background-color: var(--main-color);
}


/* company5 */
.addrTop,
.addrTop .tt {
    display: flex;
    align-items: center;
    gap: 8px;
}
.addrTop .tt {
    width: 90px;
}
.addrTop .cc {
    width: calc(100% - 90px);
}
@media (max-width:768px){
    .addrTop {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    .addrTop .tt {
        width: 100%;
    }
    .addrTop .tt img {
        width: 16px;
    }
    .addrTop .cc {
        width: 100%;
        font-size: 5vw;
    }
}

/* business2 */
#business2 .mapbox .root_daum_roughmap .cont {
    display: none !important;
}
#business2 .mapbox .root_daum_roughmap .wrap_map,
#business2 .mapbox iframe {
    height: 600px !important;
    border-radius: 0;
    overflow: hidden;
}
@media (max-width:768px){
    #business2 .mapbox .root_daum_roughmap .wrap_map,
    #business2 .mapbox iframe {
        height: 250px !important;
    }
}


/* comInfo */
.comInfo .ifItem {
    display: flex;
    align-items: center;
}
.comInfo .ifItem .icon {
    width: 70px;
}
.comInfo .ifItem .txt {
    width: calc(100% - 70px);
    padding-left: 25px;
}
@media (min-width:768px){
    .comInfo .rt {
        padding-left: 40px;
        border-left: 1px solid #ddd;
    }
}
@media (max-width:768px){
    .comInfo {
        flex-direction: column;
    }
    .comInfo > div {
        width: 100%;
    }
    .comInfo .ifItem .icon {
        width: 50px;
    }
    .comInfo .ifItem .txt {
        width: calc(100% - 50px);
        padding-left: 15px;
    }
}



/* contactForm */
.contactForm .row {
    margin: 0 -5px;
}
.contactForm .row > li,
.contactForm .row > div {
    padding: 0 5px;
}
.contactForm ul li {
    margin: 10px 0;
}
.contactForm .form-item {
    position: relative;
}
.contactForm .form-item > label {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 13px;
}
.contactForm .form-item > label .c_pt {
    display: inline-block;
    margin-left: 3px;
}
.contactForm select.form-common,
.contactForm input.form-common[type="tel"],
.contactForm input.form-common[type="email"],
.contactForm input.form-common[type="text"] {
    height: 50px;
}
.contactForm .form-common {
    box-shadow: 0 0 0;
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom-width: 1px;
    font-weight: 500;
    font-size: 1.7rem;
    background-color: transparent;
    color: #fff;
}
.contactForm input.form-common[type="file"] {
    border-width: 1px;
    padding: 1px;
}
.contactForm .checkWrp {
    line-height: 50px;
}
.contactForm .form-item .form-common {
    /* padding-left: 95px; */
}
.contactForm label {
    font-size: 1.6rem;
    line-height: 1em;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 400;
}
.contactForm .btnItem {
    width: 100%;
}
.contactForm .agrees input,
.contactForm .agrees label,
.contactForm .agrees strong {
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}
.contactForm .agrees input {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.contactForm .agrees label {
    padding-left: 38px;
    position: relative;
}
.contactForm .agrees label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #ddd;
    transform: translateY(-50%);
    margin-right: 3px;
}
.contactForm .agrees input[type="checkbox"]:checked + label:before {
    background-color: #111;
    border-color: #111;
}
.contactForm .agrees label:after {
    font-family: remixicon !important;
    content: "\eb7b";
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    opacity: 0;
}
.contactForm .agrees input[type="checkbox"]:checked + label:after {
    color: #fff;
    opacity: 1;
}
.contactForm .agrees strong {
    font-weight: 600;
    cursor: pointer;
    margin-left: 5px;
    border-bottom: 1px solid #aaa;
}

.dkForm .contactForm {
    padding: 0px !important;
}
.dkForm .contactForm .form-item > label {
    color: #999;
}
.dkForm .contactForm .form-common {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0);
    color: #666;
}
.dkForm .contactForm label,
.dkForm .contactForm .agrees label {
    color: #666 !important;
}
.formBtnCst .btnWrp .btnItem {
    color: #fff;
    border-color: #000;
    background-color: #000;
}
.formBtnCst .btnWrp .btnItem:hover {
    border-color: #dc3d04;
    box-shadow: 10px 23px 40px rgba(220, 180, 106, 0.25);
}
#online_write  .btnWrp .btnItem {
    margin: 0 auto;
}
@media (min-width:1370px){
    .contactForm {
        padding: 4rem 6rem;
    }
}
@media (max-width:1370px) and (min-width:992px){
    .contactForm {
        padding: 0;
    }
    .contactForm ul {
        max-width: 700px;
    }
}
@media (max-width:768px){
    .contactForm .checkWrp {
        line-height: 30px;
    }
    .contactForm .checkWrp .checkbox-custom {
        margin: 0px !important;
        margin-right: 5px !important;
    }
    .dkForm .contactForm .btnWrp {
        width: 100%;
        margin-top: 15px;
    }
}

/* subTabs */
#subTabs .con {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 100px;
    text-align: center;
}
#subTabs .con > a {
    display: block;
    flex-grow: 1;
    flex-basis: 33.3333%;
    color: #666;
    font-size: 20px;
    padding: 15px 10px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
}
#subTabs .con > a.act {
    color: rgba(255,255,255,1);
    background-color: var(--main-color);
    border-radius: 100px;
}
@media (max-width:992px){
    #subTabs .con > a {
        font-size: 18px;
        padding: 15px 10px;
    }
}
@media (max-width:500px){
    #subTabs .con > a {
        font-size: calc(100vw * (16 / 500));
        padding: 8px 5px;
    }
}




/* tabs */
.tabs {
    
}
.tabs .nav-tabs {
	display: flex;
	align-items: center;
    border-color: transparent;
    border-right: 0px solid #ddd;
}
.tabs .nav-tabs::before,
.tabs .nav-tabs::after {
    display: none;
}
.tabs .nav-tabs li {
    flex-basis: 33.33333%;
    flex-grow: 1;
    text-align: center;
}
.tabs .nav-tabs.col2 {
    flex-wrap: wrap;
}
.tabs .nav-tabs.col2 li {
    flex-grow: unset;
}
.tabs .nav-tabs li a {
    font-size: 15px;
    margin: 0;
    border: 1px solid #ddd !important;
    background-color: #fff;
    border-radius: 0%;
    padding: 15px 10px;
    color: #999 !important;
    font-weight: 600;
    margin-right: -1px;
    text-transform: uppercase;
}
/* .tabs .nav-tabs li:not(:last-child) a {
    border-right: 0px !important;
} */
.tabs .nav-tabs li.active {
    position: relative;
    z-index: 2;
}
.tabs .nav-tabs li.active a {
    color: #333 !important;
    border: 1px solid #333 !important;
    /* border-bottom-color: transparent !important; */
}
.tabs .tab-content {
	border: 0;
	padding: 0;
	box-shadow: 0 0 0;
}
.tabs .tab-content .subTitle {
    text-transform: uppercase;
}
@media (max-width:768px) {
    .tabs .nav-tabs li a {
        font-size: 13px;
        padding: 10px;
    }
    .tabs .nav-tabs li {
        flex-basis: 50%;
    }
}
@media (max-width:500px) {
    .tabs .nav-tabs {
        gap: 5px;
        justify-content: center;
    }
    .tabs .nav-tabs li {
        flex-basis: auto;
    }
    .tabs .nav-tabs li a {
        font-size: 12px;
        padding: 5px 10px;
    }
}


.imgBorder {
    padding: 20px;
    border: 1px solid #ddd;
}


/*table_basic*/
.table.table_basic {
    border-top: 1px solid #454f5d;
}
.table.table_basic.table_fx {
    table-layout: fixed;
}
.table.table_basic thead tr th,
.table.table_basic thead tr td,
.table.table_basic tbody tr th,
.table.table_basic tbody tr td {
    font-size: 18px;
    color: #221814;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 18px 15px;
}
.table.table_basic2 thead tr th,
.table.table_basic2 thead tr td {
    font-size: 16px;
    padding: 5px;
}
.table.table_basic2 tbody tr th,
.table.table_basic2 tbody tr td {
    font-size: 15px;
    padding: 5px;
}
.table.table_basic thead tr th:first-child,
.table.table_basic thead tr td:first-child,
.table.table_basic tbody tr th:first-child,
.table.table_basic tbody tr td:first-child {
    border-left: 0px;
}
.table.table_basic thead tr th:last-child,
.table.table_basic thead tr td:last-child,
.table.table_basic tbody tr th:last-child,
.table.table_basic tbody tr td:last-child {
    border-right: 0px;
}
.table.table_basic thead tr th {
    font-weight: 600;
}
.table.table_basic tbody tr th {
    font-weight: 500;
    word-break: keep-all !important;
}
.table.table_basic tbody tr td {
    font-weight: 400;
}
.table.table_basic.table_center thead tr th,
.table.table_basic.table_center thead tr td,
.table.table_basic.table_center tbody tr th,
.table.table_basic.table_center tbody tr td {
    text-align: center;
}
.table.table_basic.th_center thead tr th,
.table.table_basic.th_center tbody tr th {
    text-align: center;
}
.table.table_basic.table_vh thead tr th,
.table.table_basic.table_vh thead tr td,
.table.table_basic.table_vh tbody tr th,
.table.table_basic.table_vh tbody tr td {
    vertical-align: middle;
}
.table.table_basic.th_vh thead tr th,
.table.table_basic.th_vh tbody tr th {
    vertical-align: middle;
}
.table.table_basic.table_wb thead tr th,
.table.table_basic.table_wb tbody tr td,
.table.table_basic.table_wb tbody tr th {
    word-break: keep-all;
}
.table.table_basic tbody tr th {
    background-color: #fcfcfc;
    font-weight: 700;
}
.table.table_basic thead tr th {
    background-color: #000;
    border-top: 1px solid #454f5d;
    color: #fff;
}
.table.table_basic tbody tr.imp th,
.table.table_basic tbody tr.imp td {
    background-color: #fdfffb;
}
.table.table_basic tbody tr.imp td {
    color: #082c44;
    font-weight: 600;
}
.table.table_basic tbody tr td.text-left {
    text-align: left;
}
.table.table_basic tbody tr td.text-right {
    text-align: right;
}
.table.table_basic tbody tr td.imp {
    background-color: #fffef4;
}
@media (max-width:992px){
    .table_wrp {
        width: 100%;
        overflow-x: scroll;
    }
    .table_wrp .table.table_basic {
        width: 700px;
    }
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: calc(100vw * (18 / 992));
        padding: calc(100vw * (14 / 992));
    }
}
@media (max-width:768px){
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: calc(100vw * (18 / 768));
        padding: calc(100vw * (14 / 768));
    }
}
@media (max-width:500px){
    .table.table_basic thead tr th,
    .table.table_basic thead tr td,
    .table.table_basic tbody tr th,
    .table.table_basic tbody tr td {
        font-size: calc(100vw * (18 / 500));
        padding: calc(100vw * (10 / 500));
    }
}

/* specTit */
.specTit {
    background-color: var(--main-color);
    color: #fff;
    border-radius: 0 50px 50px 0;
    padding: 10px 50px;
    display: inline-block;
    text-transform: uppercase;
}

/* dvdHr */
.dvdHr {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 8rem 0;
}
/* imgContent */
.imgContent .tcon {
    background-color: #f7f7f7;
    padding: 10px;
}


/* pList */
.pList .dft {
    position: relative;
    padding-left: 15px;
}
.pList .dft:after {
    content: "";
    position: absolute;
    top: 13px;
    width: 3px;
    height: 3px;
    background-color: #aaa;
    left: 0;
}

/* listDecos */
.listDecos > li {
    position: relative;
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 15px 20px;
}
.listDecos > li + li {
    margin-top: 8px;
}
.listDecos > li .dft {
    position: relative;
    padding-left: 18px;
}
.listDecos > li .dft:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
@media (max-width:768px){
    .listDecos > li .dft:after {
        top: 8px;
    }
}


/* techItem */
.techItem {
    padding: 30px 30px 50px;
    border-radius: var(--sub-border-radius20);
    background-color: #f7f7f7;
}
.techItem .img {
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
}
@media (max-width:768px) {
    .techItem {
        padding: 20px 20px 35px;
    }
    .techItem .img img {
        width: 70px;
    }
}
/* hisConBox */
.hisConBox {
    border: 1px solid #ddd;
    padding: 50px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hisConBox .txt {
    width: calc(100% - 70px);
    padding-right: 15px;
}
.hisConBox .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: #fff6f6;
    border-radius: 15px;
}
@media (max-width:768px){
    .hisConBox {
        padding: 30px 20px;
    }
    .hisConBox .icon {
        text-align: right;
    }
    .hisConBox .icon img {
        width: 40px;
        margin-top: 10px;
    }
}



/* recruitConBox */
.recruitConBox {
    border: 1px solid #ddd;
    border-top: 2px solid #333;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.recruitConBox .tt {
    gap: 12px;
}
@media (max-width:768px){
    .recruitConBox {
        padding: 30px 20px;
    }
}


/* processCon */
.processCon .item {
    background-color: #fafafa;
    padding: 4rem 1.5rem;
    border-radius: 20px;
    text-align: center;
}
.processCon .item p {
    line-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}
.processCon .item .icon img {
    background-color: #fff;
    border-radius: 50%;
}
@media (max-width:768px) {
    .processCon .item {
        padding: 2rem 1rem;
        border-radius: 5px;
    }
    .processCon .item .icon img {
        width: 70px;
    }
}



/* meritBox */
.meritBox {
    background-color: #fdf7f7;
    padding: 15px 50px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 200px;
}
.meritBox .txt {
    width: calc(100% - 120px);
    padding-right: 15px;
}
.meritBox .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
}
@media (max-width:768px){
    .meritBox {
        padding: 30px 20px;
    }
    .meritBox .icon {
        text-align: right;
    }
    .meritBox .icon img {
        width: 40px;
        margin-top: 10px;
    }
}
