@import url(root.css);

/* subtop */
#subtop {
    height: 650px;
    position: relative;
    overflow: hidden;    
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 5%;
}
#subtop.smHeight {
    height: 550px;
}
#subtop .subtopBg {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover !important;

    /* -webkit-animation: zoomOutInBg 1.8s ease-out 1;
    -moz-animation: zoomOutInBg 1.8s ease-in 1;
    -ms-animation: zoomOutInBg 1.8s ease-in 1;
    -o-animation: zoomOutInBg 1.8s ease-in 1;
    animation: zoomOutInBg 1.8s ease-in 1; */
}
@keyframes zoomOutInBg {
    0% {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }  
}
#subtop .subtopBg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 36, 39, 0.35);
}
#subtop .subtopBg {
    object-fit: cover;
    height: 650px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
#subtop .subtopTxt {
    position: relative;
    z-index: 8;
}
#subtop .subTxt {
    opacity: .85;
}
@media (max-width:768px){
    #subtop.smHeight,
    #subtop,
    #subtop .subtopBg {
        height: 40vh;
        min-height: 350px;
        height: 40vh;
        min-height: 350px;
    }
}

/* subTabs */
#subTabs {
    width: 100%;
    z-index: 15;
}
#subTabs .con {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.3);
    padding: 10px;
    border-radius: 100px;
    text-align: center;

    transition: background-color 0.4s, transform 0.4s 0.2s;
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
}
#subTabs .con > a {
    display: block;
    flex-grow: 1;
    flex-basis: 33.3333%;
    color: rgba(255,255,255,.5);
    font-size: 20px;
    padding: 15px 10px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}
/* #subTabs .con > a:not(:first-child)::after {
    content: "";
    position: absolute;
    left: 0;
    top: 35%;
    height: 30%;
    width: 2px;
    background-color: rgba(255,255,255,.3);
} */
#subTabs .con > a.act {
    color: rgba(255,255,255,1);
    /* background-color: rgba(44, 107, 255, 0.6); */
    background-color: rgba(21, 168, 187, 0.9);
    border-radius: 100px;
}
@media (max-width:992px){
    #subTabs .con {
        padding: 10px 15px;
    }
    #subTabs .con > a {
        font-size: 16px;
        padding: 7px 15px;
    }
}
@media (max-width:500px){
    #subTabs .con > a {
        font-size: calc(100vw * (16 / 500));
        padding: 3px 10px;
    }
}

/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    display: inline-block;
}
#site_config .site {
    display: flex;
    align-items: center;
}
#site_config .site .home {
    display: inline-block;
    line-height: 50px;
    position: relative;
    font-size: 18px;
    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 .slashed {
    color: #fff;
    display: inline-block;
    margin: 0 1px;
}
#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;
    margin: 0 10px;
    opacity: .4;
    -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 {
    position: relative;
    z-index: 3;
    color: #fff;
}
#site_config .site .home i,
#site_config .site .home span {
    display: inline-block;
    vertical-align: middle;
}
#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(-8px);
}
#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;
    }
}



/* company1 : sec1 */
#company1 .sec1 {
    position: relative;
}
#company1 .sec1 .df {
    font-size: 9vw;
    line-height: 1em;
    opacity: .03;
    white-space: nowrap;
    font-weight: 700;
    position: absolute;
    right: 10%;
    top: 13%;
}
#company1 .sec1 .contWrap {
    display: flex;
    width: 2800px;
    gap: 30px;
    align-items: flex-start;
}
#company1 .sec1 .contWrap > div {
    position: relative;
    flex-grow: 1;
    flex-basis: 25%;
}
#company1 .sec1 .contWrap .item {
    display: flex;
    align-items: center;
    gap: 30px;
} 
#company1 .sec1 .contWrap .item .cc {
    width: calc(100% - 100px);
}  
#company1 .sec1 .contWrap .item .arr {
    width: 70px;
}  
#company1 .sec1 .contWrap .item .img img {
    border-radius: var(--border-radius-25);
} 
#company1 .sec1 .contWrap .item .txt {   
    padding: 20px 0px 0;
}
@media (min-width:992px){
    #company1 .sec1 {
        min-height: 100svh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width:992px){
    #company1 .sec1 .df {
        top: 2%;
        right: 0%;
        width: 100%;
        text-align: center;
    }
    #company1 .sec1 .contWrap {
        flex-wrap: wrap;
        width: 100%;
        gap: 15px;
    }
    #company1 .sec1 .contWrap > div {
        flex-basis: 33.33333%;
    }
    #company1 .sec1 .contWrap .item {
        margin-top: 0px !important;
    }
    #company1 .sec1 .contWrap .item .txt { 
        padding: 60px 30px;
    }
}
@media (max-width:768px){
    #company1 .sec1 .contWrap {
        gap: 10px;
    }
    #company1 .sec1 .contWrap > div {
        flex-basis: 50%;
    }
    #company1 .sec1 .contWrap .item {
        flex-direction: column;
        gap: 0;
    } 
    #company1 .sec1 .contWrap .item .arr {
        width: 100%;
        padding: 10px;
        text-align: center;
    } 
    #company1 .sec1 .contWrap .item .arr img {
        width: 40px;
    }
    #company1 .sec1 .contWrap .item .txt { 
        padding: 20px 0 0;
    }
}
@media (max-width:500px){
    #company1 .sec1 .contWrap > div {
        flex-basis: 100%;
    }
}

/* aim_items */
.aim_items .item {
    aspect-ratio: 400/563;
    display: flex;
    align-items: flex-end;
    padding: 35px;
    border-radius: var(--border-radius-15);
}
.aim_items .item.item1 {
    background: url(../img/aim_item1.jpg) center center no-repeat;
    background-size: cover;
}
.aim_items .item.item2 {
    background: url(../img/aim_item2.jpg) center center no-repeat;
    background-size: cover;
}
.aim_items .item.item3 {
    background: url(../img/aim_item3.jpg) center center no-repeat;
    background-size: cover;
}
.aim_items .item.item4 {
    background: url(../img/aim_item4.jpg) center center no-repeat;
    background-size: cover;
}
@media (min-width:992px){
    .aim_items > div:nth-child(even) {
        padding-top: 40px;
    }
}
@media (max-width:992px){
    .aim_items > div {
        padding: 10px;
    }
    .aim_items .item {
        aspect-ratio: 400/400;
        padding: 35px 25px;
    }
}
@media (max-width:768px){
    .aim_items > div {
        padding: 10px;
    }
    .aim_items .item {
        aspect-ratio: 400/200;
    }
}

/* processMangement */
.processMangement {
    display: flex;
    align-items: center;
    text-align: center;
}
.processMangement .item {
    width: calc(25% - 10px);
}
.processMangement .step {
    display: inline-block;
    padding: 3px 15px;
    border-radius: 50px;
    color: var(--bg-color);
}
.processMangement .arr {
    width: 15px;
}
@media (max-width:768px){
    .processMangement {
        flex-direction: column;
    }
    .processMangement .item {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 30px;
        border: 1px solid #ddd;
        border-radius: 10px;
    }
    .processMangement .item .img {
        width: 80px;
        order: 2;
    }
    .processMangement .item .txt {
        width: calc(100% - 80px);
        margin-top: 0px !important;
        padding-right: 20px;
        text-align: left;
        order: 1;
    }
    .processMangement .arr {
        width: 100%;
    }
    .processMangement .arr i {
        display: inline-block;
        transform: rotate(90deg);
    }
}

/* hisBox */
.hisBox .hisItem {
    display: flex;
    align-items: flex-start;
}
.hisBox .hisItem .hd {
    width: 110px;
}
.hisBox .hisItem .cc {
    width: calc(100% - 110px);
}

/* president */
.president {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* company3 */
#company3 .sec1 {
    position: relative;
    overflow: hidden;
}
@media (min-width:992px){
    #company3  .sec1 .fbox .rt {
        padding: 30px 0;
    }
    #company3  .sec1 .ceoimg {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50%;
    }
}
@media (max-width:992px){
    #company3  .sec1 .fbox {
        flex-wrap: wrap;
    }
    #company3  .sec1 .fbox .lft,
    #company3  .sec1 .fbox .rt {
        width: 100%;
    }
    #company3  .sec1 .ceoimg {
        background-color: #babab2;
        border-radius: var(--border-radius-15);
        padding: 20px 20px 0;
    }
    #company3  .sec1 .ceoimg img {
        width: 40%;
    }
}


/* company3 */
#company3 .sec2 .btnItem i {
    font-size: 1.2em;
}
#company3 .mtit .h1dft,
#company3 .hd1,
#company3 .hd2 {
	display: inline-block;
	position: relative;
}
#company3 .mtit .h1dft .img_hd {
	position: absolute;
	left: 100%;
	top: 0%;
	transform: translate3d(-30%, -50%, 0);
}
#company3 .hd1 .img_hd1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
}
#company3 .hd2 .img_hd2 {
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate3d(-50%, 0%, 0);
}
@media (min-width:1200px){
	#company3 .mtit .h1dft .img_hd,
	#company3 .hd1 .img_hd1,
	#company3 .hd2 .img_hd2 {
		max-width: none;
	}
}
@media (max-width:768px){
	#company3 .mtit .h1dft .img_hd {
		max-width: 10vw;
		transform: translate3d(-100%, -50%, 0);
	}
}

/* sec3 */
#company3 .sec3 {
    background: url(../img/com3_bg3.png) right bottom no-repeat;
}
#company3 .sec3 {
    background-size: 40%;
}
/* bookWrp */
.bookWrp {
    position: relative;
}
.bookWrp .bookTxt .rt_inner {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
@media (min-width:1200px){
    .bookWrp .bookImg img {
        max-width: 70%;
    }
    .bookWrp .bookTxt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 10%;
    }
}
@media (max-width:1600px) and (min-width:1200px){
    .bookWrp .bookImg img {
        max-width: 50%;
    }
    .bookWrp .bookTxt {
        padding-left: 10%;
    }
}
@media (max-width:1200px){
    .bookWrp .bookImg {
        padding-right: 30%;
    }
    .bookWrp .fbox {
        flex-wrap: wrap;
    }
    .bookWrp .fbox > div {
        width: 100%;
    }
    .bookWrp .fbox > .rt {
        padding-top: 20px;
        text-align: center;
    }
}

/* tabs_btn */
/* #tabs_btn {
    display: flex;
    gap: 10px;
}
#tabs_btn .tab_btn {
    flex-grow: 1;
    flex-basis: 25%;
    border: 2px solid #ddd;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    color: #999;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    line-height: 1.2em;
}
#tabs_btn .tab_btn.act {
    background-color: var(--bg-color);
    color: #fff;
    border-color: var(--bg-color);
    box-shadow: 2px 2px 10px rgba(21, 168, 187, 0.25);
}
@media (max-width:768px){
    #tabs_btn {
        gap: 5px;
    }
} */

/* tabs_btn */
#tabs_btn .tabWrps {
    position: relative;
}
#tabs_btn .tabWrps #lnbMn {
    display: flex;
    align-items: center;
    justify-content: center;
}
#tabs_btn .tabWrps #lnbMn li a {
    display: block;
    text-decoration: none;
    color: #999;
    font-size: 17px;
    line-height: 1.3em;
    font-weight: 500;
}
@media (min-width:992px) {
    #tabs_btn .tabWrps #lnbMn {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 10px;
    }
    #tabs_btn .tabWrps #lnbMn li {
        flex-grow: 1;
        flex-basis: 25%;
        border: 2px solid #ddd;
        border-radius: 8px;
        text-align: center;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        line-height: 1.2em;
    }
    #tabs_btn .tabWrps #lnbMn li a {
        padding: 12px;
        display: block;
        text-decoration: none;
        color: #999;
        width: 100%;
    }
    #tabs_btn .tabWrps #lnbMn li.act {
        background-color: var(--bg-color);
        color: #fff;
        border-color: var(--bg-color);
        box-shadow: 5px 5px 15px rgba(21, 168, 187, 0.25);
    }
    #tabs_btn .tabWrps #lnbMn li.act a {
        color: #fff;
    }
}
@media (max-width:992px) {
    #tabs_btn .tabWrps #lnbMn.act {
        display: block;
    }
    #tabs_btn .tabWrps #lnbMn li a {
        padding: 15px;
        font-size: 15px;
        border: 0px;
        width: 100%;
    }
    #tabs_btn .tabWrps #lnbMn li.act a {
        color: var(--main-color);
        background-color: #fff2f8;
    }
    #tabs_btn .tabWrps #cateName {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        border: 1px solid #ddd;
        cursor: pointer;
    }
}

/* pfImgs */
#pfImgs .pfImg {
    overflow: hidden;
    display: block;
    text-decoration: none;
}
#pfImgs .pfImg img {
    transition: all 1.2s;
    -o-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
}
#pfImgs .pfImg:hover img {
    transform: scale(1.1);
}

/* costTit */
.costTit {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    white-space: nowrap;
}
.costTit .name {
    display: flex;
    align-items: center;
    gap: 15px;
}
.costTit .line {
    border-bottom: 2px dashed #aaa;
    width: 100%;
}
@media (max-width:992px){
    .costTit {
        flex-direction: column;
    }
}

/* costSet */
.costSet .costItem {
	padding: 30px;
	border-radius: var(--border-radius-25);
	background-color: #fff;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
	position: relative;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	border: 2px solid #eee;
    position: relative;
}
.costSet .costItem .icon {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font-size: 100px;
	line-height: 1em;
	color: #f2f8f9;
    opacity: .5;
	z-index: 0;
}
.costSet .costItem.costItem_imp {
    background-color: #e8f7fa;
    border-color: var(--main-color);
	box-shadow: 5px 5px 15px rgba(21, 168, 187, 0.2);
}
.costSet .costItem.costItem_imp .icon {
	color: rgba(21, 168, 187, 0.08);
}
.costSet .costItem .top,
.costSet .costItem .bt {
    position: relative;
    z-index: 5;
}
.costSet .costItem .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.costSet .costItem .top .num {
    display: inline-block;
    background-color: var(--bg-color);
    line-height: 1em;
    padding: 8px; 
    color: #fff;
    font-weight: 700;
}
.costSet .costItem .top .ext {
    color: var(--bg-color);
    background-color: #e3f5f7;
    line-height: 1em;
    padding: 8px;
    border-radius: 8px;
    font-weight: 600;
}
.costSet .costItem.costItem_imp .top .ext {
    background-color: #fff;
}
@media (max-width:768px){
    .costSet .costItem {
        max-height: 50vw;
    }
}
@media (max-width:500px){
    .costSet > div {
        width: 100%;
    }
    .costSet .costItem {
        height: auto;
        gap: 15px;
        padding: 30px 20px;
    }
    .costSet .costItem .nm br {
        display: none;
    }
}


/* costItem_col */
.costSet .costItem_col {
	padding: 30px;
	border-radius: var(--border-radius-25);
	background-color: #fff;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
	position: relative;
    display: flex;
	border: 2px solid #eee;
    position: relative;
}
.costSet .costItem_col .lft,
.costSet .costItem_col .lft .num {
    width: 35px;
}
.costSet .costItem_col .lft .num {
    display: inline-block;
    background-color: var(--bg-color);
    line-height: 1em;
    padding: 8px 0; 
    color: #fff;
    font-weight: 700;
    text-align: center;
}
.costSet .costItem_col .rt {
    width: calc(100% -  35px);
    padding-left: 20px;
}
@media (min-width:1200px){
    .costSet .costItem_col .rt.fbox {
        gap: 10px;
    }
}
@media (max-width:768px){
    .costSet .costItem_col {
        padding: 15px;
    }
    .costSet .costItem_col .costItem_ovf {
        flex-wrap: wrap;
    }
    .costSet .costItem_col .costItem_ovf .dft {
        width: 100%;
    }
}
/* packBox */
.packBox .lft {
    width: calc(100% - 820px);
}
.packBox .rt {
    width: 820px;
}
.packBox .rt .row {
    margin: 0 -10px;
}
.packBox .rt .row > div {
    padding: 10px;
}
.packBox .item {
    padding: 30px 15px;
    border-radius: var(--border-radius-15);
    background-color: #fff;
    text-align: center;
}
.packBox .item .tcon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    margin-top: 15px;
}
.packBox .item .tcon .dft {
    line-height: 1.2em;
}
@media (max-width:1200px){
    .packBox {
        flex-wrap: wrap;
    }
    .packBox .lft,
    .packBox .rt {
        width: 100%;
    }
    .packBox .rt {
        margin-top: 20px;
    }
    .packBox .sbTxt {
        margin-top: 15px;
    }
}
@media (max-width:768px){
    .packBox .rt .row {
        margin: 0 -5px;
    }
    .packBox .rt .row > div {
        padding: 5px;
    }
    .packBox .item {
        display: flex;
        align-items: center;
        padding: 15px 30px;
    }
    .packBox .item .ic {
        order: 2;
        width: 70px;
    }
    .packBox .item .tcon {
        height: auto;
        margin-top: 0px;
        order: 1;
        width: calc(100% - 70px);
        padding-right: 15px;
        text-align: left;
        justify-content: space-between;
    }
}
/* impTxt */
.impTxt {
    text-align: center;
}
.impTxt span {
    display: inline-block;
    padding: 8px 20px;
    background-color: #f67035;
    border-radius: 30px;
    color: #fff;
    line-height: 1.2em;
}

/* chkCon */
.chkCon {
    display: flex;
    gap: 10px;
    align-items: center;
}
.chkCon i {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--main-color);
    color: #fff;
    font-weight: 400;
    font-size: .8em;
}

/* ifCon */
.ifCon {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #717a7e;
}
.ifCon i {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* sv_img */
.sv_img {
    position: relative;
}
.sv_img .txt .row {
    margin: 0 -10px;
}
.sv_img .txt .row > div {
    padding: 10px;
}
.sv_img .txt .item {
	padding: 30px;
	border-radius: var(--border-radius-15);
	background-color: #fff;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
	position: relative;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.sv_img .txt .item .icon {
    position: absolute;
    right: 20px;
    top: 20px;
}
.sv_img .txt .item .icon img {
    background-color: #e4f0f6;
    border-radius: 20px;
}
@media (min-width:1200px){
    .sv_img {
        padding-right: 30%;
    }
    .sv_img .img {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate3d(22%, -50%, 0);
    }
}
@media (max-width:1200px){
    .sv_img .img {
        display: none;
    }
    .sv_img .txt .item .icon img {
        width: 60px;
    }
}
@media (max-width:768px){
    .sv_img .txt .item {
        padding: 20px;
        height: auto;
        gap: 15px;
    }
}
/* hompage */
.hompage {
    padding: 30px;
    border-radius: var(--border-radius-25);
    background-color: rgba(21, 168, 187, 0.2);
}
.hompage .costSet .costItem_col {
    padding: 15px 30px;
    border: 0px;
    border-radius: var(--border-radius-15);
}
.hompage .costSet .costItem_col .lft {
    width: calc(100% - 150px);
    padding: 0 15px;
    gap: 15px;
    position: relative;
}
.hompage .costSet .costItem_col .lft:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #aaa;
    transform: translate3d(0, -50%, 0);
}
.hompage .costSet .costItem_col .rt {
    width: 150px;
    text-align: right;
}
@media (max-width:768px){
    .hompage {
        padding: 25px 20px;
}
    .hompage .costSet .costItem_col {
        flex-direction: column;
        padding: 20px;
    }
    .hompage .costSet .costItem_col .rt,
    .hompage .costSet .costItem_col .lft {
        width: 100%;
        padding: 0;
        gap: 10px;
    }
    .hompage .costSet .costItem_col .lft {
        padding-left: 15px;
    }
    .hompage .costSet .costItem_col .rt {
        /* text-align: left; */
    }
}
/* hompageTop */
.hompageTop {
    padding: 15px;
    border-radius: var(--border-radius-25) var(--border-radius-25) 0 0;
    background-color: var(--main-color);
    text-align: center;
}
.hompageTop + .hompage {
    border-radius: 0 0 var(--border-radius-25) var(--border-radius-25);
}
/*  */
@media (max-width:992px){
    #service4 .sec1 .fbox > div,
    #service3 .sec1 .fbox > div,
    #service2 .sec1 .fbox > div,
    #service1 .sec1 .fbox > div {
        width: 100%;
    }
}


/* costItem_yt */
.costItem_yt {
	padding: 30px;
	border-radius: var(--border-radius-25);
	background-color: #fff;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
	position: relative;
    display: flex;
	border: 2px solid #eee;
    position: relative;
    justify-content: space-between;
}
.costItem_yt .cc {
    padding-left: 15px;
}
.costItem_yt .ytNm {
    position: relative;
    padding-left: 20px;
    width: 170px;
}
.costItem_yt .ytNm:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #aaa;
    transform: translate3d(0, -50%, 0);
}
.costItem_yt .lft {
    width: calc(100% - 270px);
}
.costItem_yt .rt {
    width: 100px;
    text-align: right;
}
@media (max-width:768px){
    .costItem_yt {
        flex-wrap: wrap;
        padding: 20px;
        align-items: flex-end;
    }
    .costItem_yt .ytNm,
    .costItem_yt .lft .dft {
        width: 100%;
        padding: 0px;
    }
    .costItem_yt .ytNm {
        margin-bottom: 10px !important;
    }
    .costItem_yt .lft {
        width: calc(100% - 100px);
    }
    .costItem_yt .rt {
        width: 100px;
    }
}



/* 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 + .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: 1em;
}
.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: var(--main-color);
}
.formItem .formWrp .form-control:not(textarea) {
    height: 60px;
}
.formItem .formWrp.budget {
    display: flex;
    gap: 10px;
    align-items: center;
    max-width: 500px;
    white-space: nowrap;
}
.formItem > label {
    width: 240px;
    font-weight: 700;
}
.formItem .formWrp {
    width: calc(100% - 240px);
    display: block;
    position: relative;;
}
.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;
}
.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;
}
.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;
}
@media (min-width:992px){
    .formItem .formWrp .form-control:not(textarea) {
        max-width: 415px;
    }
}
@media (max-width:768px){
    .formItem {
        flex-wrap: wrap;
    }
    .formItem > label {
        width: 100%;
    }
    .formItem .formWrp {
        width: 100%;
        margin-top: 8px;
    }
    .formItem .formWrp .form-control:not(textarea) {
        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;
    }
}
