@import url(../css/root.css);

/* stit */
.stit .tt {
    display: inline-block;
    background-color: #fff6f6;
    color: var(--main-color);
    border-radius: 10px;
    padding: 5px 30px;
}
/* subtop */
#subtop {
    position: relative;
    overflow: hidden;
}
#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%;
    background-size: cover !important;
}
#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: 350px;
    }
    #subtop .fbox h1 {
        font-size: 40px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .fbox {
        height: 300px;
    }
    #subtop .fbox h1 {
        font-size: 30px;
    }
}

/* sitecon */
.sitecon {
    display: inline-block;
    padding: 15px 50px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 100px;
    backdrop-filter: blur(5px);
}
.sitecon .dashed {
    height: 13px;
    width: 2px;
    background-color: rgba(255,255,255,.5);
    transform: skew(15deg);
    margin: 0 10px;
    display: inline-block;
}


/* subTitleDot */
.subTitleDot {
    padding-left: 35px;
    position: relative;
}
.subTitleDot .dot {
    position: absolute;
    left: 0;
    top: 50%;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 5px solid var(--main-color2);
    transform: translateY(-60%);
}
@media (max-width:768px) {
    .subTitleDot {
        padding-left: 25px;
    }
    .subTitleDot .dot {
        width: 17px;
        height: 17px;
        border-width: 4px;
    }
}

/* iset */
.iset .item {
    border: 1px solid #ddd;
    padding: 40px;
}
.iset .item .icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: rgba(250, 240, 240, 0.5);
    margin-left: auto;
}
@media (max-width:768px) {
    .iset .item {
        padding: 20px;
        display: flex;
    }
    .iset .item .tcon {
        order: 1;
        width: calc(100% - 70px);
    }
    .iset .item .icon {
        order: 2;
        width: 70px;
    }
    .iset .item .icon i {
        width: 40px;
        height: 40px;
    }
}

/*table_basic*/
.table.table_basic {
    border-top: 1px solid #aaa;
}
.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: #666;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #ddd;
    padding: 18px 35px;
}
.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 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: 600;
}
.table.table_basic thead tr th {
    background-color: #f4f4f4;
    border-top: 1px solid #454f5d;
}
.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));
    }
}

/* subTabs */
#subTabs {
    padding: 30px 0;
}
#subTabs .tabWrps {
    position: relative;
}
#subTabs .tabWrps #lnbMn {
    display: flex;
    align-items: center;
    justify-content: center;
}
#subTabs .tabWrps #lnbMn li a {
    display: block;
    text-decoration: none;
    color: #999;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 500;
    padding-bottom: 5px;
}
@media (min-width:992px) {
    #subTabs .tabWrps #lnbMn {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        padding: 10px;
        border-radius: 100px;
        text-align: center;
        box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
    }
    #subTabs .tabWrps #lnbMn li {
        display: block;
        flex-grow: 1;
        flex-basis: 50%;
        color: rgba(10,10,10,.5);
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        position: relative;
    }
    #subTabs .tabWrps #lnbMn li a {
        padding: 15px 20px;
    }
    #subTabs .tabWrps #lnbMn li.act a {
        color: rgba(255, 255, 255, 1);
        background-color: #111;
        border-radius: 100px;
    }
}
@media (max-width:992px) {
    #subTabs .tabWrps #lnbMn {
        position: absolute;
        left: 0;
        top: calc(100% - 1px);
        width: 100%;
        margin-top: 0;
        border-radius: 0;
        border-top: 0px;
        display: none;
        max-height: 200px;
        overflow-y: auto;        
        border: 1px solid #ddd;
        background-color: #fff;
        z-index: 20;
        text-align: center;
    }
    #subTabs .tabWrps #lnbMn.act {
        display: block;
    }
    #subTabs .tabWrps #lnbMn li a {
        padding: 15px;
        font-size: 15px;
        border: 0px;
        width: 100%;
    }
    #subTabs .tabWrps #lnbMn li.act a {
        color: var(--main-color2);
        background-color: #fff2f8;
    }
    #subTabs .tabWrps #cateName {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        border: 1px solid #ddd;
        cursor: pointer;
    }
}
/* company1 */
#company1 .mapbox .root_daum_roughmap .cont {
    display: none !important;
}
#company1 .mapbox .root_daum_roughmap .wrap_map,
#company1 .mapbox iframe {
    height: 600px !important;
    border-radius: 0;
    overflow: hidden;
}
@media (max-width:768px){
    #company1 .mapbox .root_daum_roughmap .wrap_map,
    #company1 .mapbox iframe {
        height: 250px !important;
    }
}



/* 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;
    }
}

/* his_bt */
.his_bt {
    position: relative;
}
.his_bt .historyImgsWrpWrp {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 200px;
    width: 100%;
}
.his_bt .historyImgsWrpWrp > .pin-spacer {
    height: auto !important;
}
.his_bt .historyImgs {
    height: 460px;
    width: 100%;
    background: url(../img/his_top.jpg) center right no-repeat;
    background-size: cover;
}
@media (max-width:768px){
    .his_bt .historyImgsWrpWrp {
        top: 70px;
        z-index: 8;
        background-color: #fff;
        margin: -15px;
        padding: 15px;
        width: calc(100% + 30px);
    }
    .his_bt .historyImgs {
        height: 300px;
    }
}
@media (max-width:500px){
    .his_bt .historyImgs {
        height: 200px;
    }
}
/* historyBox */
.historyBoxWrp {
    position: relative;
    margin-left: auto;
    width: 50%;
    padding-top: 600px;
}
.historyBox {
    position: relative;
}
.historyBox .historyItem {
    position: relative;
    padding-left: 70px !important;
}
.historyBox .historyProgress {
    position: absolute;
    left: 35px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #ddd;
    transform: translateX(-50%);
}
.historyBox .historyProgress .crrt{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background-color: var(--main-color);
}
.historyBox .historyItem + .historyItem {
    margin-top: 120px;
}
.historyBox .historyItem .yy {
    position: relative;
}
.historyBox .historyItem .yy:after {
    content: "";
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 12px;
    height: 12px;
    background-color: var(--main-color);
    border-radius: 50%;
}
.historyBox .historyItem .his {
    display: flex;
    margin-top: 30px;
}
.historyBox .historyItem .his + .his {
    margin-top: 20px;
}
.historyBox .historyItem .his .date {
    width: 130px;
    font-weight: 600;
}
.historyBox .historyItem .his .date_con {
    width: calc(100% - 130px);
}
.historyBox .historyItem .his .date_con .cc {
    display: block;
    padding-left: 14px;
    position: relative;
}
.historyBox .historyItem .his .date_con .cc + .cc {
    margin-top: 5px;
}
.historyBox .historyItem .his .date_con .cc:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 3px;
    background-color: #aaa;
    transform: translateY(-60%);
}
@media (max-width:768px){
    .historyBoxWrp {
        width: 100%;
        padding-top: 0;
    }
    .historyBox .historyItem {
        padding-left: 40px !important;
    }
    .historyBox .historyItem + .historyItem {
        margin-top: 60px;
    }
    .historyBox .historyProgress {
        position: absolute;
        left: 20px;
    }
    .historyBox .historyItem .yy:after {
        left: -20px;
        width: 7px;
        height: 7px;
    }
    .historyBox .historyItem .his .date {
        width: 80px;
    }
    .historyBox .historyItem .his .date_con {
        width: calc(100% - 80px);
    }
}
@media (max-width:500px){
    .historyBox .historyItem .his .date {
        width: 60px;
    }
    .historyBox .historyItem .his .date_con {
        width: calc(100% - 60px);
    }
}

/* imgBorder */
.imgBorder {
    border: 1px solid #ddd;
    border-radius: var(--border-radius-10);
}


/* borderBox */
.borderBox {
    border: 2px dashed rgba(50, 50, 50, 0.2);
    position: relative;
    border-radius: var(--border30);
}
.borderBox .tit .con {
    display: flex;
    align-items: center;
    padding: 15px 50px;
    background-color: #333;
    border-radius: 100px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}
.borderBox .tit .con .dvd {
    display: inline-block;
    width: 1px;
    height: 15px;
    margin: 0 15px;
    background-color: #fff;
}
@media (min-width:768px) {
    .borderBox:not(.borderBoxNoFloat) .tit {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate3d(-50%, -50%, 0);
    }
    .borderBox .iconSetBox .tcon {
        margin-top: 15px;
    }
}
@media (max-width:768px) {
    .borderBox {
        border: 2px dashed rgba(125, 133, 106, 0.5);
        position: relative;
        border-radius: var(--border30);
        padding: 30px 20px !important;
    }
    .borderBox .tit {
        margin-bottom: 20px !important;
        text-align: center;
    }
    .borderBox .tit .con {
        padding: 7px 20px;
        justify-content: center;
    }
}
@media (max-width:500px) {
    .borderBox .tit {
        margin-bottom: 10px !important;
    }
}

/* licenses */
.licenses .item .tcon {
    height: 130px;
}
.licenses .item img {
    border: 1px solid #ddd;
}

/* subPage */
#subPage {
    background-color: rgba(252, 252, 252, 0.7);
}

/* facItem */
.facItem .row {
    margin: 0 -8px;
}
.facItem .row > div {
    padding: 0 8px;
}
.facItem {
    padding: 20px;
    border-radius: var(--border-radius-25);
    background-color: #fff;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
}
.facItem img {
    border-radius: 5px;
}
.facItem + .txt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.facItem + .txt .sm {
    font-size: .7em;
    font-weight: 500;
    color: #999;
}
@media (max-width:768px) {
    .facItem + .txt {
        flex-direction: column;
        gap: 0;
    }
}

/* useItems */
.useItems {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}
.useItems .item {
    padding: 15px 25px;
    background-color: #f4f1f7;
    background-color: #f7f7f7;
    border-radius: 8px;
    color: #73509d;
    color: #666;
    font-weight: 600;
}
@media (max-width:768px) {
    .useItems {
        gap: 4px;
    }
    .useItems .item {
        padding: 8px 10px;
        border-radius: 4px;
    }
}

/* prdItem */
.prdItem {
    padding: 40px 20px;
    background-color: #f4f4f4;
    border-radius: var(--border-radius-15);
    /* box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05); */
    text-align: center;
}
.prdItem .img img {
    mix-blend-mode: darken;
}
.prdItem.prdItem_col {
    display: flex;
    align-items: center;
    padding: 40px;
}
.prdItem.prdItem_col .txt {
    width: calc(100% - 200px);
    text-align: left;
    order: 1;
}
.prdItem.prdItem_col .img {
    width: 200px;
    order: 2;
}
@media (max-width:768px) {
    .prdItem img {
        width: 70%;
    }
    .prdItem.prdItem_col {
        padding: 20px 0 20px 20px;
    }
    .prdItem.prdItem_col .txt {
        width: calc(100% - 100px);
        text-align: left;
        order: 1;
    }
    .prdItem.prdItem_col .img {
        width: 100px;
        order: 2;
    }
}

/* listDecos */
.listDecos > li {
    position: relative;
    /* background-color: #f3f1fa; */
    border-radius: 5px;
    padding: 10px 0;
}
.listDecos > li + li {
    margin-top: 0;
}
.listDecos > li .dft {
    position: relative;
    padding-left: 25px;
    color: #5a4e85;
}
.listDecos > li .dft > i {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 4px;
    height: 4px;
    color: #784aff;
}
.listDecos.listDecos_gray > li {
    /* background-color: #f7f7f7; */
}
.listDecos.listDecos_gray > li .dft {
    color: #666;
}
.listDecos > li .dft > i {
    color: #999;
}
@media (max-width:768px){
    .listDecos > li .dft:after {
        top: 11px;
    }
}


/* checkList2 */
.checkList2 {
    margin: 0 -4px;
}
.checkList2 > li {
    padding: 4px;
}
.checkList2 .dft {
    background-color: rgba(228, 228, 228, 0.3);
    border-radius: 5px;
    padding: 10px 25px;
}
@media (max-width:500px) {
    .checkList2 {
        margin: 0 -3px;
    }
    .checkList2 > div {
        width: 100%;
        padding: 3px;
    }
    .checkList2 .dft {
        padding: 8px 15px;
    }
}

/* dvdHr */
.dvdHr {
    width: 100%;
    height: 1px;
    background-color: rgba(150, 150, 150, 0.4);
    margin: 6rem 0;
}
.dvdHr.darken {
    background-color: rgba(150, 150, 150, 7);
}
.dvdHr.big {
    margin: 13rem 0;
}
@media (max-width:768px) {
    .dvdHr {
        margin: 4rem 0;
    }
    .dvdHr.big {
        margin: 6rem 0;
    }
}


/* rsItems */
.rsItems .rsItem {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
    padding: 35px 15px;
}
.rsItems .rsItem .num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #6d4dca;
    color: #fff;
    margin: 0 auto;
    font-size: 14px;
    border-radius: 50%;
}
.rsItems .rsItem.imp .num {
    color: #fff;
    background-color: #b18b39;
}
@media (min-width:768px) {
    .rsItems .rsItem .tt {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 55px;
        line-height: 1.35em;
    }
}
@media (max-width:768px) {
    .rsItems .rsItem {
        padding: 25px 15px;
    }
    .rsItems .rsItem .num {
        width: 35px;
        height: 35px;
    }
}