
/* subtop */
#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;
    }
}

/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    display: inline-block;
    /* background-color: rgba(0,0,0,0.3); */
    border-radius: 100px;
    padding: 0 15px;
}
#site_config .site .home {
    float: left;
    line-height: 50px;
    position: relative;
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    position: relative;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 0px;
}
#site_config .site .home .site_toggle i {
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.act .site_toggle i {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    text-align: center;
}
#site_config .site .home > span {
    display: block;
    padding: 0px 10px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: #fff;
}
#site_config .site .home > ul {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 200px;
    border-top: 0px;
    padding: 12px 8px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    transform: translate3d(-50%, -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;
    font-weight: 500;
    color: #333;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home > ul li a.act {
    color: #333;
}
#site_config .site .home > ul li a:hover{
    color: #111;
    text-decoration: underline;
    font-weight: 700;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (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: 11px;
    }
    #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;
    }
}
/* subtopWrp */
#subtopWrp {
    position: relative;
}
#subtopWrp #sub_tabs {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
    border-radius: 80px 0 0 0;
    width: 90%;
    left: 10%;
    text-transform: capitalize;
}
@media (max-width:768px) {
    #subtopWrp #sub_tabs {
        width: 100%;
        left: 0%;
        position: relative;
        border-radius: 40px 0 0 0;
    }
    #sub_tabs ul .dropdown-menu {
        justify-content: center;
        float: none;
    }
}

/* sub_tabss */
#sub_tabs {
    border-bottom: 1px solid #ddd;
    padding: 0 10vw;
}
#sub_tabs ul .dropdown-toggle {
    display: none;
}
#sub_tabs ul .dropdown-menu {
    position: relative;
    display: block;
    box-shadow: 0 0 0;
    background-color: transparent;
    border: 0;
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    width: 100%;
    column-gap: 3vw;
}
#sub_tabs ul .dropdown-menu li a {
    padding: 22px 0 20px;
    font-size: 17px;
    color: #aaa;
    font-weight: 300;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    background-color: transparent !important;
}
#sub_tabs ul .dropdown-menu li:hover a {
    background-color: transparent;
}
#sub_tabs ul .dropdown-menu li.act a {
    border-bottom-color: #174876;
    color: #174876;
    font-weight: 500;
}
@media (max-width:768px) {
    #sub_tabs {
        padding: 0 4vw;
    }
}
@media (max-width:500px) {
    #sub_tabs ul .dropdown-menu {
        flex-wrap: wrap;
        row-gap: 5px;
        padding: 0;
        justify-content: center;
    }
    #sub_tabs ul .dropdown-menu li a {
        padding: 11px 0;
        font-size: 11px;
    }
}


/* stit */
.stit {
    padding-bottom: 60px;
    border-bottom: 1px solid #aaa;
}
@media (max-width:768px){
    .stit {
        padding-bottom: 20px;
    }
}
/* company1 */
#company1 .sec1 .signWrp {
    flex-direction: column;
    align-items: flex-end;
}
#company1 .sec1 .sign {
    gap: 20px;
    align-content: center;
}
#company1 .com1_bt img {
    width: 100%;
}
/* dotTit */
.dotTit span,
.dotTit .dot {
    display: inline-block;
    vertical-align: baseline;
}
.dotTit .dot {
    width: 5px;
    height: 5px;
    background-color: #187cb8;
    border-radius: 50%;
}
/* numItem */
.numItem {
    display: flex;
    align-items: center;
}
.numItem .nn {
    width: 30px;
}
.numItem .tt {
    width: calc(100% - 61px);
}
.numItem .dvd {
    height: 30px;
    width: 1px;
    background-color: #ddd;
    margin: 0 15px;
}

/* specItem */
.specItem {
    padding: 60px;
    border-top: 1px solid #ddd;
}
.specItem.specItem_iq {
    padding: 40px;
    border-top: 0px solid #ddd;
}
.specItem:last-child,
.specItem + .specItem {
    border-bottom: 1px solid #ddd;
}
.specItem .icon {
    width: 130px;
    text-align: center;
}
.specItem .txt {
    width: calc(100% - 90px);
    padding-right: 20px;
}
@media (max-width:768px){
    .specItem {
        padding: 30px 10px;
    }
    .specItem .icon {
        width: 100%;
        text-align: right;
    }
    .specItem .icon img {
        width: 70px;
    }
    .specItem .txt {
        width: 100%;
        padding-bottom: 20px;
    }
}


/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
    margin: 10px 0;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 3px;
    height: 3px;
    background-color: #aaa;
}
.pList > li p {
    font-weight: 400;
}
@media (max-width:768px){
    .pList > li:after {
        top: 8px ;
    }
}
/* hList */
.hList > li {
    position: relative;
    padding-left: 15px;
    margin: 3px 0;
}
.hList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.hList > li h4 {
    font-weight: 400;
}
@media (max-width:768px){
    .hList > li:after {
        top: 5px;
    }
}

/* factorItems */
.factorItems .item {
    background-color: #f2f6f9;
    padding: 40px 15px;
}
@media (max-width:768px){
    .factorItems .item {
        text-align: left;
        padding: 20px 15px;
    }
}

/* containsItem */
.containsItem .item {
    background-color: #f2f6f9;
    padding: 40px 25px;
}
@media (max-width:768px){
    .containsItem .item {
        text-align: left;
        padding: 20px 15px;
    }
}

/* specTit */
.specTit {
    position: relative;
    padding-left: 15px;
}
.specTit:after {
    content: "";
    position: absolute;
    left: 0;
    top: 25%;
    height: 50%;
    width: 2px;
    background-color: #174876;
}


#service2 .sec1 .fbox .img img,
#service1 .sec1 .fbox .img img {
    border-bottom: 1px solid #ddd;
	filter: blur(20px);	
    opacity: 0;
	transition:all 1.2s;
    transition-delay: 0.5s;
}
#service2 .sec1 .fbox .img.aos-animate img,
#service1 .sec1 .fbox .img.aos-animate img {
	filter: blur(0px);	
    opacity: 1;
}
@media (max-width:768px) {
    #service1 .sec1 .fbox +  .fbox{
        margin-top: 60px;
    }
    #service1 .sec1 .fbox .img {
        width: 100%;
        order: 2;
    }
    #service1 .sec1 .fbox .txt {
        width: 100%;
        order: 1;
        padding-bottom: 20px;
    }
}


/* contactForm */
.contactForm .fTit {
    margin-bottom: 20px !important;
    padding-left: 10px;
    position: relative;
}
.contactForm .fTit:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    background-color: #000;
    transform: translateY(-50%);
}
.contactForm ul li {
    margin: 20px 0;
}
.contactForm .form-item {
    position: relative;
}
.contactForm .form-item > label {
    /* position: absolute; */
    gap: 5px;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 0;
    font-weight: 600;
    margin: 0;
}
.contactForm .radio-custom-wrp,
.contactForm select.form-common,
.contactForm input.form-common[type="tel"],
.contactForm input.form-common[type="email"],
.contactForm input.form-common[type="text"] {
    height: 48px;
    margin-top: 12px;
}
.contactForm .radio-custom-wrp {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contactForm .radio-custom-wrp .radio-custom,
.contactForm .radio-custom-wrp .radio-custom label {
    margin: 0px;
}
.contactForm .form-common {
    box-shadow: 0 0 0;
    border-radius: 8px;
    border: 1px solid #d0d4dd ;
    font-weight: 500;
    font-size: 1.7rem;
    background-color: transparent;
}
.contactForm input.form-common[type="file"] {
    border-width: 1px;
    padding: 1px;
    height: auto;
    padding: 10px;
}
.contactForm .checkWrp {
    line-height: 29px;
}
.contactForm .form-item .form-common {
    /* padding-left: 95px; */
}
.contactForm label {
    font-size: 1.9rem;
    line-height: 1em;
    color: #333;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
    padding-left: 5px;
}
.contactForm .btnItem {
    width: 100%;
}
.contactForm .agrees input,
.contactForm .agrees label,
.contactForm .agrees strong {
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}
.contactForm .agrees label {
    margin-left: 5px;
    display: inline;
}
.contactForm .agrees strong {
    font-weight: 600;
    cursor: pointer;
    margin-left: 5px;
}
.contactForm .btnWrp .btnItem {
    justify-content: center;
}

@media (max-width:768px){
    .contactForm {
        padding: 3rem 1rem;
    }
    .contactForm ul li {
        margin: 40px 0;
    }
    .contactForm .fTit {
        margin-bottom: 10px !important;
    }
    .contactForm .checkWrp {
        line-height: 30px;
    }
    .contactForm .checkWrp .radio-custom {
        margin: 0px !important;
        margin-right: 5px !important;
    }
    .contactForm .radio-custom-wrp {
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 15px;
        height: auto;
    }
}


/* contBoxs */
.contBoxs {
    padding: 3rem 5rem;
    background-color: #222;
    border-radius: 20px;
}
.contBoxs .item {
    /* border: 1px solid #aaa; */
    display: flex;
    align-items: center;
    padding: 20px;
}
.contBoxs .item.kakao {
    background-color: rgba(250, 234, 98, 0.2);
}
@media (max-width:768px) {
    .contBoxs {
        padding: 3rem 2rem;
        border-radius: 10px;
    }
    .contBoxs .item {
        padding: 10px;
    }
    .contBoxs .item .icon {
        font-size: 30px;
        width: 30px;
    }
    .contBoxs .item .txt {
        width: calc(100% - 30px);
    }
}

/* radioExtra */
.radioExtra {
    display: flex;
    align-items: center;
    gap: 8px;
}
.radioExtra .form-control {
    width: 70px;
    margin: 0px !important;
}


/* formContents */
.formContents {
    /* border-top: 1px solid #aaa; */
}
.formContents > li {
    display: flex;
    align-items: flex-start;
}
.formContents > li > div {
    padding: 15px 0;
}
.formContents > li.canvas {
    background-color: #fbfffb;
}
.formContents > li > .tit {
    width: 230px;
}
.formContents > li > .con {
    width: calc(100% - 230px);
}
.formContents > li > .con .checkbox-custom,
.formContents > li > .con .radio-custom {
    margin: 0 12px 0 0;
}
.formContents > li > .tit label {
    font-size: 17px;
    color: #333;
}
.formContents > li > .con .checkbox-custom label ,
.formContents > li > .con .radio-custom label  {
    font-size: 16px;
    color: #333;
}
.formContents > li > .tit label {
    font-weight: 600;
    margin: 0px;
}
@media (min-width:768px) {
    .formContents > li > .tit label,
    .formContents > li > .con .checkbox-custom,
    .formContents > li > .con .radio-custom {
        line-height: 40px;
    }
    .formContents > li > .con .checkbox-custom.line,
    .formContents > li > .con .radio-custom.line {
        line-height: 25px;
        margin-top: 5px;
    }
}
@media (max-width:767px) {
    .formContents > li {
        flex-wrap: wrap;
    }
    .formContents > li > .tit,
    .formContents > li > .con {
        width: 100%;
    }
    .formContents > li > .tit {
        padding: 10px 0 0;
    }
    .formContents > li > .con {
        padding: 5px 0 10px;
    }
    .formContents > li > .tit label {
        font-size: 15px;
    }
    .formContents > li > .con .checkbox-custom label ,
    .formContents > li > .con .radio-custom label  {
        font-size: 14px;
    }
}

/* formBtn */
.formBtn {
    line-height: 40px;
    background-color: #444;
    border: 0px;
    text-align: center;
    width: 100px;
    color: #fff;
}
.formBtn.gr {
    background-color: #126919;
}
/* form-flex */
.form-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.form-flex.noflow {
    white-space: nowrap;
    gap: 8px;
}
.form-flex.spaceBetween {
    justify-content: space-between;
}
.form-flex + .form-flex:not(.noBorder) {
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}
.form-flex.fx > div {
    flex-grow: 1;
}
.form-flex,
.form-flex label {
    font-size: 17px;
}
.form-flex .form-control,
.form-flex .t,
.form-flex .modalBtn,
.form-flex .checkbox-custom label ,
.form-flex .radio-custom label  {
    font-size: 16px;
}
.form-flex .modalBtn {
    display: inline-block;
    cursor: pointer;
    color: #aaa;
}
.form-flex .form-control {
    border-radius: 0px;
    box-shadow: 0 0 0;
    border-color: #ddd;
}
.form-flex .form-control:not(textarea) {
    height: 40px;
}
.form-flex.infoItem {
    min-height: 40px;
}
@media (min-width:768px) {
    .form-flex.mx80 {
        width: 80%;
    }
    .form-flex .form-control.wr250 {
        max-width: 250px;
    }
    .form-flex .form-control {
        min-width: 100px;
    }
}
@media (max-width:767px) {
    .form-flex:not(.mobileFlex) {
        flex-wrap: wrap;
    }
    .form-flex.noflow {
        gap: 4px;
    }
    .form-flex,
    .form-flex label,
    .form-flex .modalBtn,
    .form-flex .form-control {
        font-size: 15px;
    }
    .form-flex .form-control {
        padding: 6px 8px;
    }
    .form-flex .form-control,
    .form-flex .checkbox-custom label ,
    .form-flex .radio-custom label  {
        font-size: 14px;
    }
    .form-flex.infoItem {
        min-height: auto;
    }
}

/* formAgrees */
.formAgrees {
    border-top: 1px solid #333;
}
.formAgrees > li {
    padding: 8px 0;
    font-size: 17px;
    border-bottom: 1px solid #ddd;
}
.formAgrees > li.all {
    border-bottom-color: #333;
}
.formAgrees > li .radio-custom {
    padding: 5px 0;
}
.formAgrees > li .checkbox-custom,
.formAgrees > li .radio-custom {
    padding: 0px;
    width: 100%;
}
.formAgrees > li .hasModal .checkbox-custom,
.formAgrees > li .hasModal .radio-custom {
    width: calc(100% - 70px);
}
.formAgrees > li .checkbox-custom label,
.formAgrees > li .radio-custom label {
    display: block;
    width: 100%;
    color: #848484;
    border-radius: 4px;
    height: 55px;
    padding-left: 40px;
    padding-right: 20px;
    display: flex;
    align-items: center;
}
.formAgrees > li .checkbox-custom.big label,
.formAgrees > li .radio-custom.big label {
    height: 90px;
}
.formAgrees > li .checkbox-custom.md label,
.formAgrees > li .radio-custom.md label {
    height: 70px;
}
.formAgrees > li .checkbox-custom.md label span strong,
.formAgrees > li .checkbox-custom.big label span strong,
.formAgrees > li .radio-custom.md label span strong,
.formAgrees > li .radio-custom.big label span strong {
    display: block;
    font-size: 20px;
    line-height: 1em;
}
.formAgrees > li .checkbox-custom input[type="checkbox"]:checked + label,
.formAgrees > li .radio-custom input[type="radio"]:checked + label {
    border-color: #111;
    color: #111;
    /* background-color: #f5f8ff;
    box-shadow: 5px 5px 20px rgba(141, 160, 214, 0.15); */
}
.formAgrees > li .checkbox-custom label::before,
.formAgrees > li .radio-custom label::before {
    left: 0px;
    right: auto;
    width: 27px;
    height: 27px;
    margin-top: 0px;
    transform: translateY(-50%);
    background-color: #c7c7c7;
    border-color: #c7c7c7;
    border-radius: 50%;
}
.formAgrees > li .checkbox-custom input[type="checkbox"] + label:after,
.formAgrees > li .radio-custom input[type="radio"] + label:after {
    content: "\eb7b";
    font-family: remixicon!important;
    font-style: normal;
    right: auto;
    left: 5px;
    background-color: transparent;
    font-size: 17px;
    position: absolute;
    width: 13px;
    height: 17px;
    margin-top: 0px;
    transform: translateY(-50%);
    top: 50%;
    line-height: 1;
    color: #fff;
}
.formAgrees > li .checkbox-custom input[type="checkbox"]:checked + label::before,
.formAgrees > li .radio-custom input[type="radio"]:checked + label::before {
    background-color: #099814;
    border-color: #099814;
}
.formAgrees > li .checkbox-custom input[type="checkbox"]:checked + label:after,
.formAgrees > li .radio-custom input[type="radio"]:checked + label:after {
    box-shadow: 0 0 0;
}
@media (max-width:767px) {
    .formAgrees > li {
        font-size: 15px;
    }
    .formAgrees > li .checkbox-custom label, 
    .formAgrees > li .radio-custom label {
        height: 40px;
        padding-left: 35px;
    }
    .formAgrees > li .checkbox-custom label::before, 
    .formAgrees > li .radio-custom label::before {
        width: 24px;
        height: 24px;
    }
    .formAgrees > li .checkbox-custom input[type="checkbox"] + label:after, 
    .formAgrees > li .radio-custom input[type="radio"] + label:after {
        font-size: 14px;
    }
}

/* 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: 600px !important;
    border-radius: var(--sub-border-radius30);
    overflow: hidden;
}
@media (max-width:768px) {
	.mapbox .root_daum_roughmap .wrap_map,
	.mapbox iframe {
		height: 250px !important;
	}
}