@import url(../css/root.css);

/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    display: inline-block;
    border-radius: 100px;
}
#site_config .site .home {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    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 .slashed {
    background-color: #ffffff;
    display: inline-block;
    height: 16px;
    width: 2px;
    height: 12px;
    transform: skewX(-15deg);
    vertical-align: middle;
    margin: 0 2px;
    opacity: .2;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    position: relative;
}
#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: inline-block;
    line-height: 1em;
    padding: 0px 10px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: rgba(255,255,255,0.5);
}
#site_config .site .home.home3 > span {
    color: #fff;
    font-weight: 600;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    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: translateY(10px);
}
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    line-height: 1em;
    padding: 10px;
    color: rgba(255,255,255,0.5);
    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: #fff;
}
#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 (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;
    }
}

/* subTop */
.subTop {
    background-color: #001a37;
}
@media (max-width:768px) {
    .subTop {
        text-align: center;
    }
}
/* stit */
.stit .tt {
    display: inline-block;
    background-color: #f8fafd;
    border-radius: 10px;
    padding: 5px 30px;
}
/* subtabs */
.subtabs ul {
    display: flex;
    gap: 1vw;
}
.subtabs ul a {
    font-size: 18px;
    text-decoration: none;
    display: block;
    color: rgba(255,255,255,0.5);
    padding: 12px 40px;
    border-radius: 50px;
    font-weight: 500;
}
.subtabs ul a.act {
    color: #fff;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}
@media (max-width:768px){
    .subtabs {
        border-bottom: 0px;
    }
    .subtabs ul {
        gap: 2vw;
        row-gap: 2vw;
        flex-wrap: wrap;
        justify-content: center;
    }
    .subtabs ul a {
        font-size: 15px;
        padding: 4px 8px 4px 0;
    }
    .subtabs ul a.act {
        padding: 4px 15px;
    }
}


/* company1 */
#company1 .sec1 {
    /* background-color: rgba(244, 247, 252, 0.5); */
    position: relative;
    /* background: url(../img/com1_bg.png) right bottom no-repeat; */
}
#company1 .sec1 .container {
    position: relative;
    z-index: 3;
}
#company1 .sec1 .named {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#company1 .sec1 .named .name {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-left: 15px;
}
#company1 .sec1 .company1_img {
    padding: 30px 15px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
#company1 .sec1 .company1_img img {
    border-radius: 30px;
}
#company1 .img {
    position: relative;
}
#company1 .profile_main {
    width: 650px;
    max-width: 100%;
}
#company1 .career {
    position: absolute;
    right: 10%;
    bottom: 5%;
    /* background: linear-gradient(to right, #036eb8, #171c61); */
    background-color: rgba(250, 250, 250, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    text-align: left;
    padding: 30px;
    border-radius: 10px;
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
#company1 .career .pList li:after {
    background-color: #a0a0a0;
    top: 9px;
}
@media (max-width:1200px) {
    #company1 .career {
        width: 230px;
        padding: 20px;
    }
}
@media (max-width:768px) {
    #company1 .sec1 {
        background-size: 100%;
    }
    #company1 .sec1 .company1_img {
        margin-top: 40px;
    }
    #company1 .sec1 .company1_img img {
        border-radius: 15px;
    }
    #company1 .sec1 .named img {
        width: 60px;
    }
    #company1 .career {
        padding: 20px;
        border-radius: 10px;
        width: 200px;
        right: 3%;
    }
}


/* profile */
.profile {
    background-color: #f4f4f2;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}
.profile .infoBox {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
}
.profile .infoBox .tt {
    letter-spacing: 4px;
}
.profile .infoBox .nm {
    gap: 10px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
@media (max-width:768px) {
    .profile .img {
        padding-left: 10vw;
    }
    .profile .infoBox {
        padding-bottom: 0px;
    }
}
/* comInfo */
#company3 .comInfo {
    display: flex;
    align-items: center;
    padding: 20px 10px;
    border-top: 1px solid #ddd;
}
#company3 .comInfo:last-child {
    border-bottom: 1px solid #ddd;
}
#company3 .comInfo .tt {
    width: 130px;
    font-weight: 500;
}
#company3 .comInfo .cc {
    width: calc(100% - 130px);
    padding-left: 15px;
}
#company3 .comInfo .tt,
#company3 .comInfo .cc {
    color: #666;
}
@media (min-width:992px) {
    #company3 .locTop .stit img {
        width: 300px;
    }
    #company3 .locTop > .lft {
        width: 400px;
    }
    #company3 .locTop > .rt {
        width: calc(100% - 400px);
    }
}
@media (max-width:992px) {
    #company3 .locTop {
        display: block;
    }
    #company3 .locTop > .lft {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
    #company3 .comInfo {
        flex-direction: column;
        padding: 20px 10px;
    }
    #company3 .comInfo .tt,
    #company3 .comInfo .cc {
        width: 100%;
        padding-left: 0;
    }
    #company3 .comInfo .tt {
        opacity: .6;
    }
}

/* mapbox */
.mapbox .cont {
    display: none !important;
}
.mapbox .root_daum_roughmap {
	border: 0px !important;
	padding: 0px !important;
}
.mapbox .root_daum_roughmap .map_border {
    opacity: 0;
}
.mapbox .root_daum_roughmap .wrap_map,
.mapbox iframe {
    height: 500px !important;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map,
	.mapbox iframe {
		height: 250px !important;
	}
}


/* business1 */
.bsnTopImg {
    height: 300px;
}
#business1 .bsnTopImg {
    background: url(../img/bsn1.jpg) center center no-repeat;
}
#business2 .bsnTopImg {
    background: url(../img/bsn2.jpg) center center no-repeat;
}
#business3 .bsnTopImg {
    background: url(../img/bsn3.jpg) center center no-repeat;
}
#business4 .bsnTopImg {
    background: url(../img/bsn4.jpg) center center no-repeat;
}
#business5 .bsnTopImg {
    background: url(../img/bsn5.jpg) center center no-repeat;
}
#contact .bsnTopImg {
    background: url(../img/bsn6.jpg) center center no-repeat;
}

/* dotTit */
.dotTit .dot {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    border: 4px solid var(--main-color);
}
/* dvdHr */
.dvdHr {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 4rem 0;
}
/* 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;
}
.techItem .img img {
    width: 60px;
}
@media (max-width:768px) {
    .techItem {
        padding: 20px 20px 35px;
    }
    .techItem .img img {
        width: 70px;
    }
}

/* checkList */
.checkList .check {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px 20px;
}
.checkList .check + .check {
    margin-top: 10px;
}
.checkList .check .chk {
    width: 30px;
}
.checkList .check .chk img {
    background-color: #03004c;
    border-radius: 10px;
}
.checkList .check .con {
    width: calc(100% - 30px);
    padding: 0 20px;
}
@media (max-width:768px){
    .checkList .check {
        flex-wrap: wrap;
        padding: 10px 20px 15px;
    }
    .checkList .check .chk {
        width: 20px;
    }
    .checkList .check .chk img {
        border-radius: 3px;
    }
    .checkList .check .con {
        width: calc(100% - 20px);
        padding-left: 15px;
    }
}

/* hisConBox */
.hisConBox {
    border: 1px solid #ddd;
    padding: 40px;
    border-radius: 10px;
    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: #f6f9fc;
    border-radius: 15px;
}
@media (max-width:768px){
    .hisConBox {
        padding: 30px 20px;
    }
    .hisConBox .icon {
        text-align: right;
    }
    .hisConBox .icon img {
        width: 40px;
        margin-top: 10px;
    }
}

/* numItem */
.numItem {
    display: flex;
    align-items: center;
    gap: 15px;
}
.numItem .num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: .8em;
    color: #fff;
    background-color: var(--main-color);
}
.numItem .cc {
    width: calc(100% - 55px);
}
/* prcBox */
.prcBox {
    padding: 40px;
    border-radius: var(--sub-border-radius20);
    border: 1px solid #ddd;
    background-color: #fff;
}
/* prc */
.prc li .num {
    position: relative;
    padding-top: 10px;
}
.prc li .ibox,
.prc li .tbox {
    padding: 0 15px;
}
.prc li .ibox img {
    background-color: #fcfcfc;
    border-radius: 50%;
    border: 2px solid #eee;
    padding: 10px;
    width: 100px;
}
.prc li .tbox p {
    opacity: .8;
    line-height: 1.4em;
}
@media (min-width:768px){
    .prc li {
        margin: 30px 0;
    }
    .prc li .ibox {
        margin-top: 15px;
    }
    .prc li .num::before {
        content: "";
        position: absolute;
        left: 50%;
        top: -1px;
        transform: translateX(-50%);
        border-radius: 50%;
        width: 5px;
        height: 5px;
        background-color: #0d174e;
        z-index: 3;
    }
    .prc li .num:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        border-bottom: 1px dashed #ddd;
        z-index: 1;
    }
}
@media (max-width:768px){
    .prc li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .prc li {
        padding-bottom: 15px !important;
    }
    .prc li:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
    }
    .prc li .num {
        text-align: left;
        width: 100%;
        padding-left: 15px;
    }
    .prc li .num::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -3px;
        transform: translateY(-50%);
        border-radius: 50%;
        width: 7px;
        height: 7px;
        background-color: #0d174e;
    }
    .prc li .ibox {
        width: 100px;
    }
    .prc li .tbox {
        width: calc(100% - 100px);
        padding-left: 10px;
        text-align: left;
    }
}



/*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;
}
.table.table_basic tbody tr td .unit {
    display: inline-block;
    font-size: .75em;
    border: 1px solid #ddd;
    padding: 0 10px;
    border-radius: 5px;
    font-weight: 500;
    vertical-align: middle;
    margin-right: 8px;
}
@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));
    }
}


/* processCon */
.processCon .row {
    margin: 0 -10px;
}
.processCon .row > li {
    padding: 0 10px;
}
.processCon .item {
    background-color: #fafafa;
    padding: 4rem 1.5rem;
    border-radius: 20px;
    text-align: center;
    position: relative;
}
.processCon .item .arr {
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    transform: translate3d(-50%, -50%, 0);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00328a;
    border-radius: 50%;
    color: #fff;
    z-index: 9;
}
.processCon .item .step {
    background-color: #000;
    color: #fff;
    display: inline-block;
    line-height: 1em;
    padding: 7px 20px;
    border-radius: 60px;
}
.processCon .item p {
    line-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}
@media (min-width:768px) {
    .processCon .item .bt {
        min-height: 80px;
    }
}
@media (max-width:768px) {
    .processCon .item {
        padding: 2rem 1rem;
        border-radius: 5px;
    }
    .processCon .item .icon img {
        width: 70px;
    }
    .processCon li:nth-child(2) .item .arr,
    .processCon li:nth-child(4) .item .arr {
        display: none;
    }
}
@media (max-width:500px) {
    .processCon li .item .arr {
        display: flex !important;
        left: 50%;
        top: 100%;
        width: 30px;
        height: 30px;
    }
    .processCon li .item .arr i {
        display: inline-block;
        transform: rotate(90deg);
    }
    .processCon .dft br {
        display: none;
    }
}



/* 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 {
    padding: 30px;
    border: 1px solid #ddd;
}
.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 {
    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){
    .dkForm {
        padding: 30px 15px;
    }
    .contactForm .checkWrp {
        line-height: 30px;
    }
    .contactForm .checkWrp .checkbox-custom {
        margin: 0px !important;
        margin-right: 5px !important;
    }
    .dkForm .contactForm .btnWrp {
        width: 100%;
        margin-top: 15px;
    }
}


/* lineupItem */
.lineupItem {
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 20px;
    overflow: hidden;
    background: url(../img/tImg_bg.png) left center no-repeat;
    background-size: 70%;
    background-color: #f7f7f7;

    transition: all 0.15s;
    -o-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
}
.lineupItem:hover {
    border-color: var(--main-color);
}
.lineupItem,
.lineupItem .lineupItemThum {
    position: relative;
}
.lineupItem .actorInfo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 40px 20px;
    z-index: 10;
}
.lineupItem .actorInfo .lined {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: var(--main-color);
    margin-bottom: 15px;
}
.lineupItem .actorInfo .more {
    display: inline-block;
    line-height: 1em;
    padding: 7px 13px;
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    font-size: .9em;
}
.lineupItem .actorInfo:hover .more {
    background-color: #000;
}
.lineupItem .actorInfo .btId {
    opacity: 0.8;
    margin-top: 2px;
}
.lineupItem .actorItemThum {
    text-align: right;
}
.lineupItem .actorItemThum img {
    width: 70%;
}
.lineupItem .zoomInfo {
    position: absolute;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.lineupItem:hover .zoomInfo {
    background-color: rgba(0,0,0,0.3);
    /* backdrop-filter: blur(2px); */
}
@media (max-width:768px){
    .lineupItem .actorInfo,
    .lineupItem .zoomInfo {
        z-index: 30;
    }
    .lineupItem .actorInfo {
        padding: 40px 20px 10px;
    }
    .lineupItem .zoomInfo {
        height: auto;
        left: 0;
        top: 0;
        opacity: 1;
        backdrop-filter: blur(0px);
        background-color: transparent;
        padding: 15px;
        justify-content: flex-end;
    }
    .lineupItem .zoomInfo .links {
        gap: 4px;
    }
    .lineupItem .zoomInfo img {
        width: 45px;
    }
    .lineupItem .lineupItemThum:before {
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5) !important;
        opacity: 1 !important;
    }
}


/* pfProfs modal */
.card_select.pfProfs .modal-header .cls_btn2 {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border: 0px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #333;
    border: 0px;
    font-size: 25px;
}
.privacy.pfProfs .modal-dialog > div .modal-content {
    max-width: 1200px;
    border-radius: 0px;
}
.privacy.pfProfs .modal-body {
    padding: 0;
}
.privacy.pfProfs .modal-body .btList > li,
.privacy.pfProfs .modal-body .impList > li {
    margin: 4px 0;
}
.privacy.pfProfs .modal-body .btList > li .dft,
.privacy.pfProfs .modal-body .impList > li .dft {
    position: relative;
    padding-left: 10px;
    font-weight: 400;
}
.privacy.pfProfs .modal-body .btList > li p {
    color: #666;
    font-weight: 300;
}
.privacy.pfProfs .modal-body .btList > li .dft:after,
.privacy.pfProfs .modal-body .impList > li .dft:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background-color: #ccc;
}
.privacy.pfProfs .modal-body .fbox .img {
    background-color: #ddd;
    position: relative;
    text-align: right;
}
.privacy.pfProfs .modal-body .fbox .bigTit {
    padding: 10% 5% 0;
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
}
.privacy.pfProfs .modal-body .fbox .txt {
    padding: 30px 60px;
}
.privacy.pfProfs .modal-body .fbox .txt .cr_tt {
    display: inline-block;
    padding: 3px 15px;
    border-radius: 4px;
    background-color: rgba(228, 189, 194, 0.15);
}
.privacy.pfProfs .modal-body .fbox .txt .sm {
    font-size: .6em;
    opacity: .6;
}
@media (min-width:768px) {
    .privacy.pfProfs .modal-body {
        position: relative;
    }
    .privacy.pfProfs .modal-body:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        background-color: #f7f7f7;
        z-index: 0;
    }
    .privacy.pfProfs .modal-body .fbox {
        position: relative;
        z-index: 4;
    }
}
@media (max-width:768px) {
    .privacy.pfProfs .modal-body .fbox > div {
        width: 100%;
    }
    .privacy.pfProfs .modal-body .fbox .img img {
        max-width: 80vw;
    }
    .privacy.pfProfs .modal-body .fbox .txt {
        padding: 30px 20px;
    }
}

/*card_select*/
.card_select .modal-content {
    border-radius: 10px;
    border: 0px;
}
.card_select .modal-header {
    border: 0px;
    background-color: #fff;
    padding: 0;
    position: relative;
    border-radius: 20px 20px 0 0;
}
.card_select .modal-header .cls_btn {
    position: absolute;
    right: -20px;
    top: -20px;
    height: 60px;
    background: url(../img/cls_btn.png) center center no-repeat;
    width: 60px;
    cursor: pointer;
    border: 0px;
    z-index: 5;
}
.card_select .modal-header h4 {
    font-weight: 700;  
    line-height: 1.2em; 
}
.card_select .modal-header p {
    color: #999;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 10px;
}
.card_select .modal-body {
    padding: 30px 20px;
}
.card_select .modal-body > p {
    font-weight: 600;
    margin-bottom: 15px;
}
.card_select .modal-body > .bt_cmt {
    color: #999;
    font-weight: 400;
    margin-top: 10px;
    font-size: 14px;
}
.card_select .modal-body .row {
    margin: 0 -5px;
}
.card_select .modal-body .row > li {
    padding: 0 5px;
    margin: 5px 0;
}
.card_select .modal-body ul li a {
    text-decoration: none;
    display: block;
    text-align: center;
    border: 2px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    font-size: 17px;
    color: #333;
    word-break: keep-all;
}
.card_select .modal-body ul li a h6 {
    color: #666;
    margin-top: 5px;
}
@media (max-width:768px){
    .card_select .modal-body {
        padding: 20px 10px 40px;
    }
    .card_select .modal-body > p {
        margin-bottom: 5px;
    }
    .card_select .modal-body ul li a h6 {
        font-size: 13px;
    }
    .card_select .modal-body > .bt_cmt {
        font-size: 12px;
    }
    .card_select .modal-header .cls_btn {
        right: -5px;
        top: -5px;
        height: 40px;
        width: 40px;
        background-size: 40px !important;
    }
}
/*gift_confirm*/
.gift_confirm .bt_ {
    margin-top: 10px;
}
.gift_confirm .bt_ a {
    display: inline-block;
    color: #37018d;
    font-weight: 600;
}
.gift_confirm .infobox {
    margin: 20px 0;
    padding: 20px 15px;
    background-color: #f7f7f7;
    border-radius: 10px;
}
.gift_confirm .infobox ul li {
    color: #333;
    margin: 10px 0;
    padding-left: 20px;
    position: relative;
    line-height: 1.2em;
}
.gift_confirm .infobox ul li span {
    position: absolute;
    left: 0;
}
.gift_confirm .wanningbox {
    margin: 20px 0;
    padding: 20px 15px;
    background-color: #ffe5e5;
    border-radius: 10px;
}
.gift_confirm .wanningbox p {
    color: #156ad6;
}
@media (max-width: 768px) {
    .gift_confirm .wanningbox,
    .gift_confirm .infobox {
        margin: 15px 0;
    }
    .gift_confirm .infobox ul li,
    .gift_confirm .wanningbox p {
        font-size: 13px;
    }
}


/* techItem */
.sevItem {
    padding: 30px;
    border-radius: var(--sub-border-radius20);
    background-color: #f7f7f7;
}
.sevItem .img {
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}
@media (min-width:768px) {
    .sevItem .txt {
        min-height: 130px;
    }
    #business2 .sevItem .txt {
        min-height: 160px;
    }
    #business4 .sevItem .txt {
        min-height: 170px;
    }
    #contact .sevItem .txt {
        min-height: 150px;
    }
}
@media (max-width:992px) and (min-width:768px) {
    .sevItem {
        padding: 20px;
    }
    #business1 .sevItem .txt {
        min-height: 140px;
    }
    #business2 .sevItem .txt {
        min-height: 160px;
    }
    #business3 .sevItem .txt {
        min-height: 170px;
    }
    #business4 .sevItem .txt {
        min-height: 110px;
    }
}
@media (max-width:768px) {
    .sevItem {
        padding: 20px 20px 35px;
    }
}

/* lined_dvd */
@media (max-width:768px) {
    .lined_dvd {
        display: block;
        margin-top: 10px;
    }
}