@import url(root.css);

/* bg */
.bg-gray {
    background-color: #f7f7f7;
}
.bg-gr {
    background-color: #f5f7f5;
}
/* row */
.row.nallow {
    margin: 0 -5px;
}
.row.nallow > li,
.row.nallow > div {
    padding: 0 5px;
}
/* subtop */
#subtop .miniTxt {
    bottom: 10%;
}
/* arrSteps */
.arrSteps {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 3px;
  width: 30px;
  height: 45px;
  /* border: 2px solid #fff; */
  border-radius: 50px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  font-size: 15px;
}
.arrSteps .arr {
    animation: fadeDown 1.5s infinite ease-in-out;
    display: inline-block;
}
.arrSteps .arr.arr1 {
    animation-delay: 0s;
}
.arrSteps .arr.arr2 {
    animation-delay: 0.3s;
}
.arrSteps .arr.arr3 {
    animation-delay: 0.6s;
}
@media (max-width:768px) {
    .arrSteps {
        width: 25px;
        height: 40px;
        font-size: 13px;
    }
}

/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    display: block;
    width: 100%;
    background-color: rgba(39, 39, 39, 0.8);
    padding: 0 20px;
}
#site_config .site .home {
    float: left;
    line-height: 55px;
    position: relative;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    -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 3px;
    position: relative;
    z-index: 3;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}
#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%, -8px, 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;
    color: #666;
    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 (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;
    }
}

/* subTabs */
#subTabs {
    padding: 30px 0;
}
#subTabs .tabWrps {
    position: relative;
}
#subTabs .tabWrps #lnbMn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4vw;
}
#subTabs .tabWrps #lnbMn li a {
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    color: #999;
    font-size: 18px;
    line-height: 1em;
    font-weight: 500;
    padding-bottom: 5px;
}
#subTabs .tabWrps #lnbMn li.act a {
    color: #231f20;
    border-color: #231f20;
}
@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 {
        background-color: #fcfcfc;
    }
    #subTabs .tabWrps #cateName {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        border: 1px solid #ddd;
        cursor: pointer;
    }
}

/* bsWrp */
.bsWrp .content img {
    border-radius: 10px;
}
@media (min-width:1200px){
    .bsWrp {
        display: flex;
    }
    .bsWrp .stit {
        width: 600px;
    }
    .bsWrp .content {
        width: calc(100% - 600px);
        padding-left: 40px;
    }
}
@media (max-width:1200px) and (min-width:991px){
    .bsWrp {
        display: flex;
    }
    .bsWrp .stit {
        width: 450px;
    }
    .bsWrp .content {
        width: calc(100% - 450px);
        padding-left: 30px;
    }
}
@media (max-width:991px){
    .bsWrp .stit {
        margin-bottom: 15px;
    }
}

/* processWrp */
.processWrp .proceessItem {
    display: flex;
    align-items: flex-start;
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}
.processWrp .proceessItem .num {
    width: 70px;
}
.processWrp .proceessItem .con {
    width: calc(100% - 70px);
}

/* tags */
.tags .tg {
    display: inline-block;
    line-height: 1em;
    padding: 5px 10px;
    border: 1px solid #ddd;
    font-size: .9em;
}

/* process */
#process .sec1 {
    border-top: 1px solid #ddd;
    position: relative;
}
#process .sec2 {
    /* border-top: 1px solid #ddd; */
    background-color: #f7f7f7;
    position: relative;
    z-index: 10;
}
@media (min-width:991px){
    #process .sec1:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100px;
        width: 100%;
        background: linear-gradient(transparent, #fff);
        z-index: 5;
    }
    #process .sec1 .pin-wrapper > div:after {
        content: "";
        background: url(../img/process_bg1.png) left 90% no-repeat;
        background-attachment: fixed;
        position: fixed;
        background-size: 100%;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        -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;
    }
    #process .sec1 .pin-wrapper > div.sticky-active:after {
        opacity: 1;
    }
}

/* iterviews */
.iterviews {
    display: flex;
    flex-direction: column;
    padding: 20px;
    /* background-color: #f7f7f7; */
}
.iterviews .itItem {
    padding: 80px 30px;
    display: flex;
    flex-wrap: wrap;
}
.iterviews .itItem .con,
.iterviews .itItem .icon,
.iterviews .itItem .tcon {
    width: 100%;
    text-align: center;
}
.iterviews .itItem .icon {
    padding: 20px 0;
}
.iterviews .itItem .icon img {
    /* background-color: rgba(255, 255, 255, 0.8); */
    border-radius: var(--border-radius-15);
}
.iterviews .itItem .step {
    text-transform: uppercase;
    position: relative;
}
/* .iterviews .itItem .step:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background-color: #4b4b4b;
    border-radius: 50%;
} */
@media (max-width:1200px) and (min-width:991px){
    .iterviews {
        align-items: flex-start;
    }
    .iterviews .itItem {
        flex-direction: column;
        width: 33.33333%;
    }
    .iterviews .itItem .icon {
        text-align: right;
        padding-top: 20px;
        width: 100%;
    }
    .iterviews .itItem .icon img {
        width: 80px;
    }
    .iterviews .itItem .tcon {
        width: 100%;
        padding-right: 0;
    }
}
@media (min-width:992px) {
    .iterviews .itItem {
        border-top: 1px solid #ddd;
    }
    .iterviews .itItem:last-child {
        border-bottom: 1px solid #ddd;
    }
}
@media (max-width:992px) {
    .iterviews {
        flex-wrap: wrap;
        padding: 40px 30px;
    }
    .iterviews .itItem {
        width: 100%;
        padding: 50px 0;
    }
    .iterviews .itItem + .itItem {
        border-top: 1px solid #ddd;
    }
    .iterviews .itItem .tcon br {
        display: none;
    }
}
@media (max-width:768px) {
    .iterviews {
        padding: 20px;
    }
    .iterviews .itItem .icon {
        padding: 10px 0;
    }
    .iterviews .itItem .icon img {
        width: 60px;
    }
}
/* tnb1 */
#tnb1 .sec4 {
    /* border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; */
}
#tnb1 .sec6 {
    /* background-color: #999; */
}
@media (min-width:992px) {
    #tnb1 .sec6 {
        height: 100svh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (min-width:768px) {
    #tnb1 .sec7 .fbox .lft {
        width: 45%;
    }
    #tnb1 .sec7 .fbox .rt {
        width: 55%;
    }
}
@media (max-width:768px) {
    #tnb1 .sec2 {
        text-align: center;
    }
    #tnb1 .sec7 .fbox {
        text-align: center;
    }
    #tnb1 .sec7 .fbox > div {
        width: 100%;
    }
    #tnb1 .sec7 .fbox .rt {
        margin-top: 30px;
    }
}

/* tnb_action */
@media (min-width:992px) {
    #tnb_action #step1,
    #tnb_action #step2,
    #tnb_action #step3,
    #tnb_action #step4,
    #tnb_action #step5,
    #tnb_action #step6 {
        opacity: 0;
    }
    #tnb_action #step1 {
        opacity: 0;
        transform-origin: top center;
        scale: 1 0;
    }
}
@media (max-width:992px) {
    #tnb_action #step1,
    #tnb_action #step2,
    #tnb_action #step3,
    #tnb_action #step4,
    #tnb_action #step5,
    #tnb_action #step6 {
        opacity: 1 !important;
    }
    #tnb_action svg {
        width: 80vw;
    }
}

/* com_int */
.com_int {
    border-top: 2px solid #111;
    border-bottom: 2px solid #111;
    padding: 30px 0;
}
.com_int .wrpItem {
    position: relative;
}
.com_int .wrpItem .front {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.com_int .row {
    margin: 0 -3px;
}
.com_int .row > div {
    padding: 0 3px;
}
.com_int > .row > div {
    padding: 3px;
}

/* ceoBox */
@media (min-width:768px) {
    .ceoBox {
        justify-content: space-between;
    }
    .ceoBox .img {
        width: 300px;
    }
}

/* borderBox */
.borderBox {
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
@media (max-width:768px) {
    .borderBox {
        padding: 10px;
        border-radius: 4px;
    }
}

/*table_basic*/
.table.table_basic {
    border-top: 1px solid #111;
}
.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: 15px;
    color: #333;
    line-height: 1.3em;
    text-transform: none;
    border: 1px solid #aaa;
    padding: 15px 20px;
}
.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: 700;
}
.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 tr th,
.table.table_basic.table_vh tr th {
    vertical-align: middle;
}
@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: 13px;
        padding: 10px 15px;
    }
}



/* infoItem */
.infoItem .infoCon {
    margin-top: 0px;
    position: relative;
}
.infoItem .infoBtn {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px;
}
.infoItem .infoCon,
.infoItem .infoBtn .more {
    -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;
}
.infoItem .infoBtn .more {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.infoItem.active .infoCon {
    margin-top: 30px;
}
.infoItem.active .infoBtn .more {
    transform: rotate(180deg);
}
@media (min-width:992px) {
    /* .infoItem .processInfo:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 0%;
        border-bottom: 2px dotted var(--main-color);
        z-index: 1;
        opacity: .3;
        
        animation: lineMove 5s linear infinite;
    } */
    @keyframes lineMove {
        0% {
            width: 0%;
            opacity: .3;
        }
        80% {
            width: 100%;
            opacity: .3;
        }
        100% {
            width: 100%;
            opacity: 0;
        }
    }
    .infoItem .infoCon .proItem2 {
        margin-top: 0px !important;
        position: relative;
    }
}
/* proItem2 */
.processInfo .row {
    margin: 0 -10px;
}
.processInfo .row > div {
    padding: 10px;
    position: relative;
}
.processInfo .row > div .stepArr {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 5;
}
.processInfo .row > div .stepArr i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #111;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 600;
}
.proItem2 .proItem {
    padding: 120px 15px 100px;
    background-color: #111;
    text-align: center;
    position: relative;
    z-index: 1;
}
.proItem2 .proItem.proItem1 {
    background: url(../img/proItem1_bg.jpg) center center no-repeat;
    background-size: cover;
}
.proItem2 .proItem.proItem2 {
    background: url(../img/proItem2_bg.jpg) center center no-repeat;
    background-size: cover;
}
.proItem2 .proItem.proItem3 {
    background: url(../img/proItem3_bg.jpg) center center no-repeat;
    background-size: cover;
}
.proItem2 .proItem.proItem4 {
    background: url(../img/proItem4_bg.jpg) center center no-repeat;
    background-size: cover;
}
.proItem2 .proItem .tcon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.processInfo2 .proItem2 .proItem .tcon {
    height: auto;
}
.proItem2 .proItem .num {
    position: absolute;
    left: 18px;
    top: 18px;
}
@media (max-width:768px) {
    .processInfo .row {
        margin: 0 -5px;
    }
    .processInfo .row > div {
        padding: 5px;
    }
    .proItem2 .proItem .icon img {
        width: 40px;
    }
}
@media (max-width:500px) {
    .processInfo .row > div {
        width: 100%;
    }
    .proItem2 .proItem {
        display: flex;
        align-items: center;
        padding: 35px 30px 30px;
    }
    .proItem2 .proItem .num {
        left: 30px;
    }
    .proItem2 .proItem .tcon {
        height: auto;
        width: calc(100% - 60px);
        text-align: left;
        padding-right: 15px;
        order: 1;
        justify-content: flex-start;
    }
    .proItem2 .proItem .icon,
    .proItem2 .proItem .icon img {
        width: 50px;
        order: 2;
    }
    .processInfo .row > div .stepArr {
        right: 50%;
        top: 100%;
        transform: translate3d(50%, -50%, 0);
    }
    .processInfo .row > div .stepArr i {
        width: 30px;
        height: 30px;
    }
    .processInfo .row > div .stepArr i::before {
        transform: rotate(90deg);
    }
}




/*board_01_list board-pagination - 하단 페이징*/
#project1 .board_pagin_wrp {
	padding-top: 10px
}
#project1 .pagination > li > a, #project1 .pagination > li > span, #project1 .pagination > li > a:hover, #project1 .pagination > li > span:hover, #project1 .pagination > li > a:focus, #project1 .pagination > li > span:focus {
    color: #848484;
    font-size: 13px;
}
#project1 .pagination > .active > a {
    color: #ffffff;
    background-color: #5d5d5d !important;
    border-color: #343434;
}
@media (max-width: 496px) {
	#project1 .pagination>li>a, .pagination>li>span {
    	padding: 5px 10px;
	}
}

/* snsIconSet */
.snsIconSet {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.snsIconSet a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    flex-direction: column;
    text-decoration: none;
}
.snsIconSet a img {
    width: 40px;
}
@media (max-width:768px) {
    .snsIconSet {
        justify-content: center;
    }
    .snsIconSet a img {
        width: 30px;
    }
}

/* project1_view */
#project1_view .topSec .details {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
#project1_view .topSec .details .sp {
    display: flex;
    align-items: center;
    padding: 5px 0;
}
#project1_view .topSec .details .sp .hd {
    width: 100px;
}
#project1_view .topSec .details .sp .con {
    width: calc(100% - 100px);
    color: #999;
}
#project1_view .topSec .details .btnItem {
    display: inline-flex;
    align-items: center;
}

@media (min-width:992px) {
    #project1_view .topSec .lft {
        width: 63%;
    }
    #project1_view .topSec .rt {
        width: 37%;
    }
}
@media (max-width:992px) {
    #project1_view .topSec {
        flex-wrap: wrap;
    }
    #project1_view .topSec .lft,
    #project1_view .topSec .rt {
        width: 100%;
    }
    #project1_view .topSec .rt {
        padding-top: 30px;
        padding-left: 0px;
    }
}


/* exTabs */
.exTabs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.exTabs a {
    display: block;
    padding: 5px 30px;
    color: rgba(17, 17, 17, 0.4);
    border: 1px solid transparent;
    text-decoration: none;
}
.exTabs a.active {
    background-color: #5a5a5a;
    color: #fff;
}
.pdtBdTop.pdtBdTopHasFilter .lft {
    gap: 5px 0;
}
@media (min-width:992px){
    .pdtBdTop.pdtBdTopHasFilter .lft {
        width: calc(100% - 200px);
        padding-right: 100px;
    }
    .pdtBdTop.pdtBdTopHasFilter .rt {
        width: 200px;
    }
}
@media (max-width:992px){
    .pdtBdTop.pdtBdTopHasFilter .lft {
        justify-content: center;
    }
    .pdtBdTop.pdtBdTopHasFilter .rt {
        width: 200px;
    }
}
@media (max-width:992px){
    .exTabs {
        margin-bottom: 15px !important;
    }
    .exTabs a {
        padding: 2px 20px;
    }
}

/* projectTeamItem */
.projectTeamItem {
    align-items: stretch;
}
.projectTeamItem > div {
    display: flex;
    align-items: center;
}
.projectTeamItem > .txt {
    position: relative;
    padding: 0 90px 0 40px !important;
}
.projectTeamItem > .rt.txt {
    padding: 0 40px 0 90px !important;
}
@media (min-width:768px) {
    .projectTeamItem > .txt,
    .projectTeamItem > .rt.txt {
        align-items: flex-start;
        padding-top: 40px !important;
    }
    .projectTeamItem > .txt:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 95%;
        height: 1px;
        background-color: #333;
    }
    .projectTeamItem > .rt.txt:after {
        left: auto;
        right: 0;
    }
    .projectTeamItem > .txt::before,
    .projectTeamItem > .rt.txt::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 95%;
        height: 1px;
        background-color: #333;
    }
    .projectTeamItem > .rt.txt::before {
        left: auto;
        right: 0;
    }
}
@media (max-width:768px) {
    .projectTeamItem > .txt,
    .projectTeamItem > .rt.txt {
        padding: 25px 0 !important;
        order: 2;
    }
    .projectTeamItem > .img {
        order: 1;
    }
}

/* proConBox */
.proConBox .proconItem {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #333;
    padding: 50px 0;
}
.proConBox .proconItem .proConTit {
    width: 80px;
}
.proConBox .proconItem .proConTit .dft {
    position: relative;
    /* padding-left: 10px; */
}
/* .proConBox .proconItem .proConTit .dft:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background-color: #111;
} */
.proConBox .proconItem .proContent {
    width: calc(100% - 80px);
    text-align: center;
}
.proConBox .proconItem .proContent .item + .item{
    margin-top: 50px;
}
.proConBox .proconItem .proContent .item .num {
    display: inline-block;
    background-color: #efefef;
    border-radius: 20px;
    padding: 3px 20px;
}
@media (max-width:768px) {
    .proConBox .proconItem {
        flex-wrap: wrap;
        padding: 30px;
    }
    .proConBox .proconItem .proConTit {
        width: 100%;
    }
    .proConBox .proconItem .proContent {
        width: 100%;
    }
}

/* contactCommon */
#contactCommon {
    background-color: #231f20;
}

/* infoCon */
.infoCon {
    padding: 30px;
    border-radius: var(--border-radius-15);
    border: 1px dashed #aaa;
    background-color: rgba(255,255,255,.5);
}
.infoCon > strong {
    display: block;
}
.infoCon .top {
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #aaa;
    margin-bottom: 10px;
    font-size: .85em;
}
.infoCon .con > span {
    display: inline-flex;
    font-weight: 400;
}
.infoCon .con .nn {
    display: inline-flex;
    width: 22px;
    height: 22px;
    background-color: var(--main-color);
    border-radius: 50%;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: .7em;
    margin-right: 5px;
}
.infoCon .con .cc {
    display: inline-flex;
    margin-right: 10px;
    width: calc(100% - 32px);
}
@media (max-width:768px){
    .infoCon {
        padding: 20px;
    }
}


/* pList */
.pList .dft {
    position: relative;
    padding-left: 12px;
    margin-top: 6px;
    line-height: 1.5em;
}
.pList .dft:after {
    content: "";
    position: absolute;
    top: 9px;
    width: 3px;
    height: 3px;
    background-color: #aaa;
    left: 0;
}
@media (max-width:768px){
    .pList .dft:after {
        top: 9px;
    }
}
@media (max-width:500px){
    .pList .dft:after {
        top: 8px;
    }
}
/* form */
.form .btnItem {
    width: 100%;
    text-align: center;
    justify-content: center;
    border-radius: 3px;
}
/* formItem */
.formItem {
    display: flex;
    align-items: center;
    padding: 20px 15px;
    border-top: 1px solid #ddd;
}
.formItem.formItemAgree {
    border: 0px;
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.formItem.pass {
    align-items: flex-start;
}
.formItem.pass label {
    height: 60px;
    display: flex;
    align-items: center;
}
.formItem + .formItem {
    margin-top: 20px;
}
.formItem .formWrp .row {
    margin: 0 -5px;
}
.formItem .formWrp .row > [class*='col-'] {
    padding: 0 5px;
}
.formItem .impt {
    display: block;
    margin-top: 8px;
    font-size: .85em;
    text-align: left;
}
.formItem label,
.formItem .formWrp .form-control {
    margin: 0px;
    font-size: 16px;
}
.formItem .formWrp .form-control {
    box-shadow: 0 0 0;
    border: 1px solid #ddd;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.formItem .formWrp .form-control:focus {
    border-color: #333;
}
.formItem .formWrp .form-control:not(textarea, [type="file"]) {
    height: 60px;
}
.formItem .formWrp .form-control[type="file"] {
    border: 0px;
    overflow: visible;
    padding: 0px;
}
.formItem .formWrp.budget {
    display: flex;
    gap: 10px;
    align-items: center;
    max-width: 500px;
    white-space: nowrap;
}
.formItem > label {
    width: 190px;
    font-weight: 700;
}
.formItem .formWrp {
    width: calc(100% - 190px);
    display: block;
    position: relative;;
}
.formItem .sltWrp select {
    position: relative;
    z-index: 3;
    background-color: transparent;
}
.formItem .sltWrp:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 30px;
    height: 30px;
    background: url(../img/select.svg) center center no-repeat;
    background-size: 15px;
    z-index: 0;
}
.formItem .formWrp select {
   -webkit-appearance:none;
   -moz-appearance:none; 
   appearance:none;
}
.formItem .formWrp select::-ms-expand{
   display:none; /*for IE10,11*/
}
.formItem .formWrp .radio-custom {
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    margin: 5px 0;
}
.formItem .formWrp .radio-custom label:before {
    background-color: #fff;
    border-color: #cecece;
}
.formItem .formWrp .checkbox-primary label:before {
    background-color: #eee;
    border-color: #eee;
}
.formItem .formWrp .radio-custom input:checked + label:after, 
.formItem .formWrp .checkbox-primary input:checked + label:before {
    background-color: #3b77e0;
    border-color: #3b77e0;
}
.formItem .formWrp .agrBtn {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    border: 1px solid #aaa;
    padding: 4px 8px;
    line-height: 1em;
    border-radius: 4px;
    color: #666;
    cursor: pointer;
}
@media (min-width:992px){
    .formItem .formWrp .form-control:not(textarea, .wide) {
        /* max-width: 415px; */
    }
}
@media (max-width:768px){
    .formItem {
        flex-wrap: wrap;
    }
    .formItem > label {
        width: 100%;
        }
    .formItem label,
    .formItem .formWrp .form-control {
        font-size: 15px;
    }
    .formItem .formWrp {
        width: 100%;
        margin-top: 8px;
    }
    .formItem.pass label {
        height: auto;
    }
    .formItem .formWrp .form-control:not(textarea, [type="file"]) {
        height: 50px;
    }
}
/* agreeCon */
.agreeCon {
    padding: 25px;
    background-color: #f7f7f7;
    border-radius: 10px;
    max-height: 150px;
    overflow-y: auto;
}
.agreeCon p {
    font-size: 15px;
}
@media (max-width:768px){
    .agreeCon {
        padding: 20px;
    }
}


/* analytics_ui_calendar */
.analytics_ui_calendar.ui-calendar-id-cd {
    display: none
}
.analytics_ui_calendar.ui-calendar-id-cd.active {
    display: block;
}
#ui-datepicker-div.ui-datepicker {
    padding: 10px !important;
    /* padding: 15px; */
    border: 0px !important;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    width: 300px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar {
    font-size: 14px;
}
#ui-datepicker-div.ui-datepicker .ui-widget-header {
    background-color: transparent;
    border: 0px;
    padding: 15px 0;
    font-size: 16px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev:after {
    content: "\ea1b";
    font-family: "tabler-icons" !important;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next:after {
    content: "\ea1c";
    font-family: "tabler-icons" !important;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev, 
#ui-datepicker-div.ui-datepicker .ui-datepicker-next {
    background-image: none;
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0px !important;
    text-decoration: none;
    top: 50%;
    width: 32px;
    height: 32px;
    transform: translate3d(0, -50%, 0);
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev:hover, 
#ui-datepicker-div.ui-datepicker .ui-datepicker-next:hover {
    background-color: #f1f1f1;
    border-radius: 8px;
}

#ui-datepicker-div.ui-datepicker table thead tr th,
#ui-datepicker-div.ui-datepicker table tbody tr th,
#ui-datepicker-div.ui-datepicker table tbody tr td {
    padding: 0px;
}
#ui-datepicker-div.ui-datepicker table thead tr th span,
#ui-datepicker-div.ui-datepicker table tbody tr th a,
#ui-datepicker-div.ui-datepicker table tbody tr td a,
#ui-datepicker-div.ui-datepicker table tbody tr th span,
#ui-datepicker-div.ui-datepicker table tbody tr td span {
    color: #333;
    border: 0px;
    padding: 8px 2px;
    text-align: center;
    background-color: transparent;
}
#ui-datepicker-div.ui-datepicker table thead tr th span {
    font-weight: 400;
}
#ui-datepicker-div.ui-datepicker table tbody tr td .ui-state-active {
    background-color: #333;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
}


/* cont_box */
@media (min-width:992px) {
    .cont_box .lft {
        width: 550px;
    }
    .cont_box .rt {
        width: calc(100% - 550px);
        padding-left: 10vw;
    }
}
@media (max-width:1400px) and (min-width:992px) {
    .cont_box .rt {
        padding-left: 5vw;
    }
}
@media (max-width:992px) {
    .cont_box {
        flex-wrap: wrap;
    }
    .cont_box .lft {
        width: 100%;
    }
    .cont_box .rt {
        width: 100%;
    }
}

/* text-lg */
.txt-lg {
    font-size: 1.4em;
}