@charset "utf-8";

/* commmon */
.layout_wrapper, .wp1, .wp2, .wp3, .wp4, .wp5, .wp6 {
    visibility: hidden;
}

.fadeInUp, .fadeInLeft, .fadeInRight {
    visibility: visible;
}

/* visualWrap */
#visualWrap {
    overflow: hidden;
    position: relative;
    height: 85vh;
}

#visualWrap .slide {
    height: 85vh;
    text-align: center;
}

#visualWrap .slide .layout_wrapper {
    margin-top: 27vh;
    text-align: center;
}

/*#visualWrap .slide2 .layout_wrapper{margin-top: 27vh;}*/
#visualWrap .slide .tit {
    display: block;
    font-size: 121px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

/*#visualWrap .slide2 .tit{color: #fff;font-weight: 500;line-height: 108px;}*/
#visualWrap .slide .dsc {
    display: block;
    font-size: 60px;
    color: #fff;
    font-weight: 300;
    letter-spacing: -1.2px;
}

#visualWrap .slide .dsc.for_mobile {
    display: none;
}


#visualWrap .slide {
    background: url(/img/main_visual.png) no-repeat center center;
    background-size: cover;
}

/*#visualWrap .slide2 {background:url(/img/visual_03_1.png) no-repeat center top;background-size: cover;}*/
#visualWrap ul.pager {
    display: block;
    position: absolute;
    bottom: 40px;
    right: 50%;
    z-index: 100;
    padding: 0;
    list-style: none;
    transform: translateX(50%);
}

#visualWrap ul.pager:after {
    display: block;
    content: "";
    clear: both;
}

#visualWrap ul.pager li {
    display: block;
    float: left;
    margin-left: 10px;
}

#visualWrap ul.pager li:first-child {
    margin: 0;
}

#visualWrap ul.pager li a {
    display: block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 10px;
    text-indent: -9999px;
    opacity: 0.6;
}

#visualWrap ul.pager li a.active {
    opacity: 1;
}

.controls_wrap span {
    display: block;
    position: absolute;
    top: 50%;
    width: 90px;
    height: 90px;
    margin-top: -45px;
    z-index: 80;
    background: url(/img/arr_visual.png) no-repeat;
    background-position: 0 0;
    text-indent: -9999px;
}

.controls_wrap span.btn_prev {
    left: 68px;
}

.controls_wrap span.btn_next {
    right: 68px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.controls_wrap span:hover {
    /*background-position: -104px 0*/
}

.controls_wrap a {
    display: block;
    width: 90px;
    height: 90px;
}

@media only screen and (max-width: 1150px) {
    #visualWrap .slide .tit {
        font-size: 65px;
    }

    #visualWrap .slide .layout_wrapper {
        margin-top: 33vh;
    }

    #visualWrap .slide .dsc {
        font-size: 24px
    }
}

@media only screen and (max-width: 991px) {
    #visualWrap .slide .dsc.for_mobile {
        display: block;
    }

    #visualWrap .slide .dsc.for_pc {
        display: none;
    }

    #visualWrap .slide .layout_wrapper {
        padding: 0 10px;
        margin-top: 36vh;
        text-align: center;
    }

    #visualWrap .slide .tit {
        font-size: 40px;
        letter-spacing: 0.2px;
        margin-bottom: 5px;
    }

    #visualWrap .slide .dsc {
        font-size: 21px;
        letter-spacing: -0.2px;
    }

    /*#visualWrap .slide .dsc br{display: none;}*/
    #visualWrap .slide2 .tit {
        line-height: 50px;
    }
}

@media only screen and (max-width: 450px) {
    #visualWrap .slide .layout_wrapper {
        padding: 0 10px;
        margin-top: 36vh;
        text-align: center;
    }

    #visualWrap .slide .tit {
        font-size: 32px;
        margin-bottom: 10px;
    }

    #visualWrap .slide .dsc {
        font-size: 17px
    }

    #visualWrap .slide1 .layout_wrapper {
        margin-top: 40vh;
    }
}

/* introduce */
#introduce {
    background-color: #f5f5f5;
}

/*#introduce .inner_wrap{padding: 80px 0 70px;}*/
#introduce .title_comm {
    margin-bottom: 2px;
}

#introduce .intro_txt {
    float: left;
    width: 100%;
    font-size: 17px;
    color: #444;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

#introduce .intro_txt p {
    margin: 0 0 30px 0;
    line-height: 1.6;
}

#introduce .intro_list {
    margin: 0 0 3px 0;
    font-size: 15px;
    color: #282828;
}

#introduce .intro_list_txt {
    margin: 0 0 0 34px
}

#introduce .intro_sub_txt span {
    float: left;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 8px 0 0;
    border-radius: 50%;
    color: #fff;
    background-color: #3ba237;
    text-align: center;
    line-height: 25px;
}

#introduce .intro_img {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-around
}

#introduce .intro_img img {
    width: auto;
    max-width: 230px;
    height: 100%;
    max-height: 240px;
}

#introduce .intro_txt .list_wrap {
    width: 100%;
    max-width: 990px;
    display: flex;
    justify-content: space-between
}

#introduce .intro_txt .title {
    color: #fff;
    font-size: 18px;
    text-align: center;
    height: 32px;
    width: 190px;
    border-radius: 17px;
    background-color: #3ba237;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 5px;
}

#introduce .intro_txt .list .li {
    color: #666666;
    font-weight: 300;
    font-size: 18px;
    padding-top: 8px;
    position: relative;
    padding-left: 10px;
}

#introduce .intro_txt .list .li:before {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #8bc453;
    border-radius: 50%;
    content: '';
    margin-top: 10px;
    margin-left: -10px;
}

@media only screen and (max-width: 991px) {
    #introduce .intro_txt .list_wrap {
        display: block;
        float: left;
        text-align: center;
    }

    #introduce .intro_txt .list .li {
        font-size: 14px;
    }

    #introduce .intro_txt {
        float: none;
        width: 100%;
        font-size: 14px;
        max-width: 550px;
        margin: 50px auto 0
    }

    #introduce .intro_img {
        float: none;
        width: 100%;
        max-width: 100%
    }

    #introduce .intro_txt .list_wrap > div .title {
        margin: 0 auto;
    }

    #introduce .intro_txt .list_wrap > div:first-child, #introduce .intro_txt .list_wrap > div:nth-of-type(2) {
        padding-bottom: 30px;
    }

    #introduce .intro_txt .list .li:before {
        margin-top: 7px;
    }
}

@media only screen and (max-width: 650px) {
    #introduce .intro_txt .list_wrap {
        text-align: center;
    }

    #introduce .intro_txt .list_wrap .title {
        margin: 0 auto 5px;
    }

    #introduce .intro_txt .list_wrap > div {
        width: 100%;
    }
}


/* time*/
#time {
    background-color: #f3f3f3
}

#time .inner_wrap {
    padding: 60px 0 90px;
}

#time .title_comm {
    margin-bottom: 45px;
}

#time .items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

#time .item .text {
    color: #666;
    font-weight: 300;
    font-size: 23px;
    text-align: center;
    letter-spacing: -1px;
    padding-top: 10px;
}

#time .item .text strong {
    color: #333;
    font-weight: bold;
}

#time .item .text span {
    color: #3ba237;
    font-weight: bold;
}

#time .items .item .img img {
    max-width: 180px;
}

@media only screen and (max-width: 991px) {
    #time .item .text {
        font-size: 16px;
    }

    #time .items .item .img {
        text-align: center;
    }

    #time .items .item .img img {
        display: inline-block;
        width: 90%;
    }
}

@media only screen and (max-width: 600px) {
    #time .items {
        display: block;
    }

    #time .items .item {
        width: 50%;
        float: left;
    }

    #time .items .item:nth-of-type(n+3) {
        padding-top: 40px;
    }

    #time .item .text {
        font-size: 20px;
    }
}

#video {
    background-color: #fff;
}

/* galleryA */
.gallery {
    background-color: #f5f5f5;
}

.gallery .titie_comm:hover {
    opacity: .7
}

.gallery .sp_wrap {
    position: relative;
    text-align: center;
}

.gallery .sp_wrap a {
    display: block;
}

.gallery .sp_img {
    overflow: hidden;
}

.gallery .sp_wrap img {
    width: 100%;
    transition: all 1s
}

.gallery .sp_wrap img:hover {
    transform: scale(1.02);
}

.gallery .sp_wrap p {
    overflow: hidden;
    margin: 13px 0 0 0;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.gallery .sp_wrap p:hover {
    color: #0085E9;
}

.gallery .sp_wrap span {
    overflow: hidden;
    display: inline-block;
    font-size: 16px;
    color: #7a7a7a;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left
}

.gallery .btn_swiper {
    width: 42px;
    height: 75px;
    margin-top: -50px;
    background: url('/img/arr_ga.png') no-repeat;
    background-position: 0 0;
    -webkit-box-orient: vertical;
}

/*.gallery .btn_swiper:hover{background-position: -47px 0;}*/
.gallery .swiper-button-next, .gallery .swiper-button-next2 {
    transform: rotate(180deg);
    right: -100px;
}

.gallery .swiper-button-prev, .gallery .swiper-button-prev2 {
    left: -100px;
}

.gallery .more_btn {
    text-align: center;
    margin-top: 55px;
}

.gallery .more_btn a {
    display: inline-block;
    width: 180px;
    height: 60px;
    background-color: #2c57a6;
    color: white;
    font-weight: 500;
    font-size: 20px;
    border-radius: 30px;
    line-height: 60px;
}

.gallery .more_btn a:hover {
    background-color: #5688cd
}

@media only screen and (max-width: 991px) {
    .gallery .sp_wrap p {
        margin: 12px 0 0 0;
        font-size: 13px;
    }

    .gallery .sp_wrap span {
        font-size: 13px;
    }

    .gallery .more_btn a {
        width: 140px;
        height: 45px;
        font-size: 18px;
        line-height: 45px;
        border-radius: 40px;
    }
}

/* boardA */
#boardA {
    background-color: #f8f8f8
}

#boardA .tbl_bod {
    float: left;
    width: 48%;
    margin: 0 3.35% 0 0;
    font-size: 18px;
    color: #282828;
}

#boardA .tbl_bod:last-child {
    margin: 0
}

#boardA .tbl_bod h4 {
    display: inline-block;
    font-size: 26px;
    vertical-align: bottom;
    color: #222222;
    font-weight: 600;
}

#boardA .tbl_bod h4 a:hover {
    opacity: .7
}

#boardA .tbl_bod > span {
    display: inline-block;
    margin: 0 12px 20px 0;
}

#boardA .tbl_bod .bu_notice {
    width: 32px;
}

#boardA .tbl_bod .bu_data {
    width: 42px;
}

#boardA .tbl_bod .bu_video {
    width: 39px;
}

#boardA .tbl_bod span img {
    width: 100%;
}

#boardA .tbl_bod table {
    width: 100%;
    table-layout: fixed;
}

#boardA .tbl_bod thead th {
    width: 30%;
    padding: 12px 0;
    border-top: 2px solid #404040;
    background-color: #e9e9e9;
}

#boardA .tbl_bod thead th:first-child {
    width: 70%;
    border-right: 1px solid #d9d9d9
}

#boardA .tbl_bod tr:last-child td {
    border-bottom: 1px solid #d9d9d9
}

#boardA .tbl_bod td {
    padding: 12px 20px;
    border-top: 1px solid #d9d9d9;
    background: #fff;
}

#boardA .tbl_bod td:first-child {
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-right: 1px solid #f4f4f4
}

#boardA .tbl_bod td:last-child {
    color: #666666;
    text-align: center;
    font-weight: 400;
    font-family: "Roboto";
}

/* #boardA .tbl_bod td a{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;} */
#boardA .tbl_bod td:first-child:hover, #boardA .tbl_bod td:first-child:hover a {
    color: #3ba237
}

#boardA .tbl_bod .right {
    float: right;
}

#boardA .tbl_bod .more_btn a {
    display: flex;
    width: 40px;
    height: 40px;
    background-color: #2c57a6;
    border-radius: 50%;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 16px;
}

#boardA .tbl_bod .more_btn a:hover {
    background-color: #5688cd
}

@media only screen and (max-width: 991px) {
    #boardA .tbl_bod {
        float: none;
        width: 100%;
        font-size: 14px;
    }

    #boardA .tbl_bod:last-child {
        margin: 40px 0 0 0;
    }

    #boardA .tbl_bod h4 {
        font-size: 20px;
        margin: 4px 0 0 0;
    }

    #boardA .tbl_bod span {
        margin: 0 6px 4px 0;
    }

    #boardA .tbl_bod .bu_notice {
        width: 24px;
    }

    #boardA .tbl_bod .bu_data {
        width: 34px;
    }

    #boardA .tbl_bod .bu_video {
        width: 30px;
    }

    #boardA .tbl_bod td {
        padding: 12px 10px;
    }
}

/* contactWrap */
#contactWrap {
    background: url(/img/pc-sub-img-04.png) no-repeat top center, #000;
    background-size: cover;
}

#contactWrap .inner_wrap {
    color: #fff;
}

#contactWrap .title_comm {
    color: #fff;
}

#contactWrap .contact_form {
    width: 65%;
    margin: 40px auto 0;
}

#contactWrap .contact_form table {
    width: 100%;
}

#contactWrap .contact_form .fs {
    padding: 0 2% 0 0
}

#contactWrap .contact_form input[type='text'], #contactWrap .contact_form input[type='email'], #contactWrap .contact_form textarea, #contactWrap .contact_form select {
    width: 100%;
    height: 44px;
    padding: 10px;
    background: #fff;
    border: 0;
    margin: 0 0 30px;
    border-radius: 5px;
    color: rgba(33, 33, 33, 0.57);
    font-size: 17px;
    resize: none;
    letter-spacing: -0.6px;
    font-family: "Noto Sans KR", sans-serif;
}

#contactWrap .contact_form textarea {
    margin: 0 0 30px;
}

.checkbox {
    margin-top: 10px;
}

.checkbox input {
    width: 20px;
    height: 20px;
}

.checkbox label {
    font-size: 18px;
}

.checkbox a {
    color: #fff;
    text-decoration: underline;
}



#contactWrap .contact_form input:focus, #contactWrap .contact_form textarea:focus {
    border: 0 !important;
    box-shadow: none;
}

#contactWrap .contact_form textarea {
    height: 190px;
}

#contactWrap .btnarea {
    text-align: center;
}

#contactWrap .btnarea input {
    width: 300px;
    height: 60px;
    margin: 60px 0 0 0;
    border: 0;
    border-radius: 5px;
    background-color: #0085e9;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    font-family: 'Noto Sans KR', sans-serif;
    -webkit-appearance: none;
    transition: .3s all;
}

#contactWrap .btnarea input:hover {
    background-color: #0075CC;
}

@media only screen and (max-width: 991px) {
    #contactWrap .contact_form {
        width: 100%;
    }

    #contactWrap .contact_form input[type='text'], #contactWrap .contact_form input[type='email'] {
        height: 40px;
        font-size: 16px;
    }

    #contactWrap .contact_form textarea {
        font-size: 16px;
    }

    #contactWrap .btnarea input {
        width: 120px;
        margin: 10px 0 0;
        font-size: 18px;
    }
}

/* mapWrap */
#mapWrap {
    background-color: #fff;
}

#mapWrap #daumRoughmapContainer1649116741417 {
    width: 100%;
    margin-top: 60px;
    height: 692px;
    /*border: 1px solid #d6d6d6;*/
}

.root_daum_roughmap .wrap_map {
    height: 692px !important;
}

#mapWrap .map_item_wrap {
    display: flex;
    justify-content: space-between;
    padding: 46px 0;
    border-bottom: 1px solid #d5d5d5;
}

#mapWrap .map_item_wrap .map_item {
    display: flex;
    width: 100%;
    align-items: center;
}

.map__item__icon {
    display: block;
    width: 120px;
}

.map__item__icon img {
    width: 100%;
}

#mapWrap .map_item p {
    display: flex;
    flex-direction: column;
    padding: 0 11px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.4px;
}

.map__item__title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.map__item__content {
    color: #7a7a7a;
    font-size: 18px;
}

#mapWrap .map_item:last-child p {
    padding: 9px 0 0 8px;
}

#mapWrap .map_item strong {
    margin: 0 10px 0 0;
}

.map__notice {
    padding-top: 63px;
    text-align: center;
}

.map__notice__title {
    font-size: 23px;
    font-weight: 600;
    color: #707070;
}

.map__notice__content {
    font-size: 18px;
    color: #707070;
    padding-top: 22px;
}

/*@media only screen and (max-width: 1370px){*/
/*  #mapWrap .map_item>span{width:45px;}*/
/*  #mapWrap .map_item p{width:80%;padding:2px 0 0 13px;font-size: 14px; }*/
/*}*/
@media only screen and (max-width: 991px) {
    #mapWrap #daumRoughmapContainer1649116741417 {
        height: 480px;
    }

    .root_daum_roughmap .wrap_map {
        height: 480px !important;
    }

    #mapWrap .map_item_wrap {
        display: block;
        max-width: 100%;
        padding: 20px 0;
    }

    #mapWrap .map_item_wrap .map_item {
        width: 100%;
        padding-bottom: 10px;
    }

    #mapWrap .map_item_wrap .map_item:last-child {
        padding-bottom: 0;
    }

    #mapWrap .map_item > span {
        width: 65px;
        margin: 3px 0 0 0;
    }

    /*#mapWrap .map_item:last-child > span{margin: 7px 0 0 0;}*/
    #mapWrap .map_item p, #mapWrap .map_item:last-child p {
        padding: 0 0 0 14px;
        font-size: 14px;
    }

    #mapWrap .map_item:first-child p {
        padding: 8px 0 0 14px;
    }

    .map__item__title {
        font-size: 16.5px;
    }

    .map__item__content {
        font-size: 15px;
    }

    .map__notice {
        padding-top: 20px;
    }

    .map__notice__title {
        font-size: 17px;
        line-height: 1.3;
    }

    .map__notice__content {
        padding-top: 10px;
        font-size: 15px;
        letter-spacing: -0.5px;
    }
}

@media only screen and (max-width: 430px) {
    #mapWrap .map_item p, #mapWrap .map_item:last-child p {
        font-size: 13px;
        letter-spacing: -0.3px;
    }
}

.sec__wrap {
    padding-top: 58px;
}

.flex-wrap {
    display: flex;
    justify-content: space-between;
}

.sec__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 40px;
    width: 100%;
}

.sec__img {
    width: 100%;
}

.sec__text__part {
    font-size: 20px;
    padding-bottom: 23px;
    color: #212121;
    word-break: keep-all;
    letter-spacing: -0.01em;
    line-height: 1.58;
}

.sec__text--full {
    font-size: 18px;
    color: #4e4e4e;
    text-align: center;
}

.sec__text--full p {
    font-size: 20px;
    font-weight: 500;
    color: #373737;
    padding-top: 21px;
}

.sec__text__part:last-child {
    padding-bottom: 0;
}

#re-position {
    background: #fff;
}

#re-position .sec__wrap {
    padding-top: 42px;
}

#re-position .sec__img {
    padding-top: 60px;
}

#consult {
    background: #f5f5f5;
}

#consult .sec__img {
    padding-top: 52px;
    text-align: center;
}

.consult__item {
    width: 228px;
    color: #000;
}

.consult__item__title {
    font-size: 23px;
    font-weight: 600;
    display: flex;
    line-height: 32px;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 2px solid #c0c0c0;
}

.consult__item__title span {
    margin-left: 5px;
}

.consult__item__content {
    padding-top: 30px;
    font-size: 19px;
    line-height: 32px;
    display: flex;
    flex-direction: column;
    letter-spacing: -0.5px;
}

#process {
    background: #fff;
}

#process .sec__wrap {
    padding-top: 22px;
}

#process .sec__text--full {
    color: #000;
}

.process__notice {
    padding-top: 30px;
    color: #d51313;
    line-height: 1.5;
}

.process__notice a {
    color: inherit;
    text-decoration: underline;
}

.process__item-wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    padding-top: 60px;
}

.process__item {
    display: grid;
    grid-template-columns: 80px 1fr;
    position: relative;
    width: 100%;
    height: fit-content;
    border: 2px solid #000;
    border-radius: 21px;
    margin-right: 13px;
    padding: 15px 10px 15px 0;
    background: #f7faff;
}

.process__num {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.process__item__title {
    font-size: 20px;
    letter-spacing: -0.6px;
    font-weight: bold;
}

.process__item__content {
    padding-top: 4px;
    font-size: 19px;
    color: #7a7a7a;
    letter-spacing: -0.45px;
    line-height: 1.27;
}

.process__item__content a {
    display: inline-block;
    text-decoration: underline;
    font-size: 17px;
    padding-top: 5px;
}

.process__item__intro {
    font-size: 16px;
    line-height: 1.6;
}

.process__item__intro strong {
    font-size: 17px;
}

.process__item:last-child {
    margin-right: 0;
}

.process__item__img {
    position: absolute;
    max-width: 97px;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%);
}

#solution .sec__text--full {
    color: #000;
}

#solution .sec__wrap {
    padding-top: 22px;
}

.solution__item-wrap {
    padding: 29px 0;
    /*margin: 60px 0;*/
    margin: 60px 0 0;
    border-top: 3px solid #e3e3e3;
    border-bottom: 3px solid #e3e3e3;
}

.solution__item {
    width: 100%;
    text-align: center;
}

.solution__item__title {
    padding-top: 13px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.18;
}

.solution__item__content {
    padding-top: 28px;
}

.solution__item__content span {
    display: block;
    font-size: 15px;
    padding-top: 11px;
}

.solution__item__content span:first-child {
    padding-top: 0;
}

.solution__btn {
    margin: 0 auto;
    width: 300px;
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 5px;
    background-color: #0085e9;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: 0.3s all;
}

.solution__btn:hover {
    background-color: #0075CC;
}

#promotion-video {
    background: #fff;
}

#promotion-video .sec__wrap {
    padding-top: 42px;
}

.promotion__video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.35%;
}

.promotion__video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#example-field {
    /*background: #f5f5f5;*/
}

.sp_wrap {
    padding-top: 60px;
}

.flex-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.flex-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.2rem;
    border-radius: 5px;
    width: 80%;
}

.flex-item:nth-child(odd) {
    background-color: #f8d7b4;
    align-self: flex-start;
}

.flex-item:nth-child(even) {
    background-color: #b4d4f8;
    align-self: flex-end;
}

.flex-item img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.flex-item .content-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    width: 100%;
}

.flex-item .content-wrap {
    width: 100%;
    font-size: 17px;
    letter-spacing: -0.45px;
    line-height: 1.35;
}

.flex-item .profile_title {
    display: inline-block;
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #ababab;
    padding-bottom: 10px;
}

.flex-item .profile_title br {
    display: none;
}

@media only screen and (max-width: 991px) {
    .sec__wrap, #re-position .sec__wrap, #process .sec__wrap, #solution .sec__wrap, .gallery .sp_wrap {
        padding-top: 0;
    }

    #mapWrap #daumRoughmapContainer1649116741417 {
        margin-top: 0;
    }

    #promotion-video .sec__wrap {
        padding-top: 30px;
    }

    .flex-wrap {
        flex-wrap: wrap;
    }

    .sec__wrap.flex-wrap {
        flex-direction: column-reverse;
    }

    .sec__text {
        padding-right: 0;
        padding-top: 15px;
    }

    .sec__text__part {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .sec__text--full {
        font-size: 15px;
        word-break: keep-all;
        letter-spacing: -0.5px;
    }

    .sec__text--full .process__notice {
        padding-top: 10px;
    }

    .sec__text--full p {
        padding-top: 10px;
        font-size: 16.5px;
    }

    .sec__img img {
        width: 100%;
    }

    #re-position .sec__img {
        padding-top: 20px;
    }

    #consult .sec__img {
        padding-top: 20px;
    }

    .consult__item {
        width: 48.5%;
        padding-top: 20px;
    }

    .consult__item__title {
        font-size: 16.5px;
        padding-bottom: 5px;
    }

    .consult__item__title img {
        width: 20px;
    }

    .consult__item__content {
        padding-top: 15px;
        font-size: 14px;
        letter-spacing: -0.7px;
        line-height: 25px;
    }

    .process__item-wrap {
        padding-top: 20px;
    }

    .process__item {
        grid-template-columns: 1fr;
        grid-gap: 8px;
        border-radius: 15px;
        margin: 0;
        padding: 15px;
    }

    .process__num {
        font-size: 26px;
        border-bottom: 1px solid #ababab;
    }

    .process__item:last-child {
        margin: 0;
    }

    .process__item::after {
        top: 0;
        left: 50%;
        transform: translate(-50%, -75%) rotate(90deg);
    }

    .process__item__img {
        max-width: 70px;
        transform: none;
        left: 8px;
        top: 8px;
    }

    .process__item__title {
        font-size: 16.5px;
        text-align: center;
    }

    .process__item__content {
        font-size: 14px;
    }

    .process__item__content a {
        font-size: 13px;
    }

    .process__item__intro {
        font-size: 13px;
    }

    .process__item__intro strong {
        font-size: 14px;
    }

    .solution__item-wrap {
        margin: 20px 0;
        padding: 15px 0;
    }

    .solution__item {
        width: 49%;
    }

    .solution__item:nth-of-type(n+3) {
        padding-top: 15px;
    }

    .solution__item__img {
        max-width: 80px;
        margin: 0 auto;
    }

    .solution__item__title {
        font-size: 16.5px;
        padding-top: 7px;
    }

    .solution__item__content {
        padding-top: 20px;
    }

    .solution__item__content span {
        padding-top: 5px;
        font-size: 14px;
    }

    .solution__item__content span:first-child {
        padding-top: 0;
    }

    .solution__btn {
        font-size: 15px;
        width: 200px;
        height: 40px;
    }

    #contactWrap .contact_form {
        margin: 25px auto 0;
    }

    #contactWrap .contact_form input[type='text'], #contactWrap .contact_form input[type='email'], #contactWrap .contact_form textarea {
        margin: 0 0 15px 0;
        font-size: 13px;
    }

    #contactWrap .contact_form select {
        margin: 0 0 15px;
        font-size: 13px;
    }

    .checkbox {
        margin: 0;
    }

    .checkbox label {
        font-size: 14px;
    }

    #contactWrap .btnarea input {
        width: 120px;
        height: 40px;
        font-size: 15px;
        margin: 25px 0 0;
    }

    .footer__icon-wrap {
        right: 10px;
    }

    .flex-item {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        width: 100%;
    }

    .flex-item img {
        width: 120px;
        height: 120px;
    }

    .flex-item .profile_title {
        width: 100%;
        text-align: center;
        font-size: 17px;
        letter-spacing: -1.5px;
    }

    .flex-item .profile_title br {
        display: block;
    }

    .flex-item .content-wrap {
        font-size: 14px;
    }

    .flex-item .content-box {
        flex-direction: column;
        gap: 1rem;
    }

}


.together {
    padding : 10px 0 30px 0;
    background: #f5f5f5;
}

.together_title {
    color         : #2E4A9B;
    text-align    : center;
    font-size     : 30px;
    font-weight   : 500;
    margin-bottom : 30px;
}

.together_content {
    width                 : 90%;
    margin                : 0 auto;
    display               : grid;
    grid-template-columns : 1fr 1fr 1fr 1fr 1fr;
    align-items           : center;
    grid-row-gap          : 20px;
    grid-column-gap       : 8px;
}

.together_img {
    margin : 0 auto;
}

@media (max-width : 1400px) {
    .together_content {
        display               : grid;
        grid-template-columns : 1fr 1fr 1fr 1fr;
    }
}

@media (max-width : 991px) {
    .together_title {
        font-size : 25px;
    }

    .together_content {
        display               : grid;
        grid-template-columns : 1fr 1fr 1fr;
    }
}

@media (max-width : 770px) {
    .together_content {
        display               : grid;
        grid-template-columns : 1fr 1fr;
        grid-column-gap       : 10px;
    }
}
