@charset "utf-8";

/* 내용관리 */
#ctt {
    margin: 0;
    padding: 0px;
    background: #fff
}

.ctt_admin {
    text-align: right
}

#ctt header h1 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

#ctt_con {
    padding: 0px;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 60px;
}

#ctt_con img {
    max-width: 100%;
    height: auto
}

.ctt_img {
    text-align: center
}

/*인사말 시작{*/
.ctt_greeting .con_wrap {
    display: flex;
    gap: 80px;
    justify-content: space-between;
    line-height: 1.5;
    word-break: keep-all;

}

.ctt_greeting .con_wrap .con_l {
    width: 100%;
}

.ctt_greeting .con_wrap .con_l img {
    width: 100%;
}

.ctt_greeting .con_wrap .con_r {
    width: 100%;
    max-width: 620px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.ctt_greeting .con_wrap .con_r .con_img {
    padding-top: 15px;
    padding-bottom: 60px;

}

.ctt_greeting .con_wrap .con_r .con_txt>p {
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 40px;
}

.ctt_greeting .con_wrap .con_r .intro_wrap {
    display: flex;
    flex-direction: column;
    gap: 35px;
    white-space: nowrap;
}

.ctt_greeting .con_wrap .con_r .writer {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: end;
    gap: 30px;
    font-size: 18px;
}

.ctt_greeting .con_wrap .con_r .writer p {
    font-size: 24px;
    letter-spacing: 20px;
    font-weight: 400;
}

p {
    word-break: keep-all;
}


/*인사말 끝}*/


/*인사말 반응형 시작{*/
@media screen and (max-width: 1440px) {



    .ctt_greeting .con_wrap {
        align-items: center;
    }

    .ctt_greeting .con_wrap .con_r .con_txt>p {
        font-size: 32px;
    }

    .ctt_greeting .con_wrap .con_r {
        font-size: 16px;
        padding-bottom: 20px;
        max-width: unset;
    }

    .ctt_greeting .con_wrap .con_r .intro_wrap {
        gap: 20px;
    }

    .ctt_greeting .con_wrap .con_r .con_img {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .ctt_greeting .con_wrap {
        flex-direction: column;
    }

    .ctt_greeting .con_wrap .con_l {
        text-align: center;
    }

    .ctt_greeting .con_wrap .con_l img {
        max-width: 713px !important;
    }

    .ctt_greeting .con_wrap {
        gap: 30px;
    }

    .ctt_greeting .con_wrap .con_r .intro_wrap {
        font-size: 18px;
        white-space: normal;
    }

    .ctt_greeting .con_wrap .con_r .intro_wrap br {
        display: none;
    }

    .ctt_greeting .con_wrap .con_r {
        padding: 0;
    }


}

@media screen and (max-width: 767px) {

    #ctt_con {
        margin-bottom: 0px;
    }
}

/*인사말 반응형 끝{*/


/* 연혁 시작{*/
.timeline {
    position: relative;
    max-width: 850px;
    margin: auto;
    padding: 130px 0 0
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background-color: #ccc;
    transform: translateX(-50%);
}

.timeline_year {
    text-align: center;
    font-size: 55px;
    font-weight: bold;
    color: #8e6d4b;
    padding-left: 180px;
    position: absolute;
    top: 0;
    left: 0;
}

.timeline_item {
    position: relative;
    display: flex;
    align-items: center;
}

.timeline_dot {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    left: 50%;
    width: 9px;
    height: 9px;
    background-color: #222;
    border-radius: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}

.timeline_content_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 80px;
    margin-left: 230px;
}

.timeline_month {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    text-align: right;
    color: #555;
    font-size: 24px;
    padding-left: 120px;
}

.timeline_content {
    color: #333;
    margin-left: 230px;
    font-size: 18px;
}

.timeline_content p {
    white-space: nowrap;
}

.timeline_year_wrap {
    position: relative;
    display: flex;
    width: 100%;
    padding: 130px 0;
}

.timeline_item_wrap {
    padding-bottom: 100px;
}

.txt_wrap{
    font-size: 18px;
}

/* 연혁 끝{*/


/* 연혁 반응형 시작{ */
@media screen and (max-width: 1440px) {
    .timeline_content p {
        white-space: normal;
    }

}

@media screen and (max-width: 1024px) {
    .timeline_year {
        padding-left: 30px;
        position: absolute;
        top: -90px;
        font-size: 32px;
    }

    .timeline_content_wrapper {
        flex-direction: column;
        align-items: start;
        margin: 0 30px;
        height: fit-content;
        padding-top: 10px;
    }

    .timeline_month,
    .timeline_content {
        width: 100%;
        text-align: left;
    }

    .timeline::before {
        left: 20px;
        transform: none;
    }

    .timeline_dot {
        left: 17px;
        top: 0;
        transform: none;
    }


    .timeline_month,
    .timeline_content {
        padding-left: 40px;
        position: static;
    }

    .timeline_content {
        margin-left: 0;
    }

    .timeline_item_wrap {
        padding-bottom: 130px;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

}

@media screen and (max-width: 768px) {
    .ctt_history img {
        display: none;
    }

    .circle1 {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: #222;
        border-radius: 9999px;
        vertical-align: middle;
        margin-left: 13px;
    }

    .circle1.last {
        position: relative;
        top: -5px;
    }
}

/* 연혁 반응형 끝} */


/*조직및업무 시작{*/
.flex {
    position: relative;
    width: 100%;
    display: flex;
}

.f_center {
    justify-content: center;
    align-items: center;
}

.org_img {
    padding-top: 50px;
}

/*조직및업무 끝{*/

/*조직및업무 반응형 시작{*/

@media screen and (max-width: 768px) {
    .ctt_org .con_img:first-child img {
        display: none;
    }

    .org_img {
        padding: 0;
    }

}

/*조직및업무 반응형 끝}*/

/* 오시는길 시작{*/
.map_wrap {
    position: relative;
    width: 100%;
}

.root_daum_roughmap {
    width: 100% !important;
}

.txt_wrapper {
    padding-top: 80px;
    font-size: 18px;
}

.txt_wrapper .txt_wrap {
    padding: 20px 35px !important;
    display: flex !important;
    align-items: center !important;
    border-bottom: 1px solid #c9c9c9 !important;
    gap: 50px !important;
    border-top: 0 !important;
}

.ctt_mem .txt_wrapper .txt_wrap {
    margin: 0 !important;
}

.txt_wrapper .txt_wrap .txt_item {
    display: flex;
    gap: 25px;
    align-items: center;
}

.root_daum_roughmap .wrap_btn_zoom {
    z-index: 2 !important;
}

/* 오시는길 끝{*/


/*오시는길 반응형 시작{*/

@media screen and (max-width: 768px) {
    .root_daum_roughmap .wrap_map {
        height: 350px !important;
    }

    .txt_wrapper {
        padding-top: 40px;
    }

    .txt_wrapper .txt_wrap {
        padding: 10px 20px !important;
        flex-direction: column;
        align-items: start !important;
        gap: 10px !important;
        margin: 0 !important;
    }

    .txt_wrapper .txt_wrap .txt_item {
        gap: 10px;
    }
}

/*오시는길 반응형 끝}*/

/* 회원가입 시작{*/
.txt_wrapper .txt_wrap h3 {
    font-size: 30px;
    font-weight: 500;
    min-width: 120px;
}

.txt_wrapper .txt_wrap:first-child h3,
.txt_wrapper .txt_wrap:nth-child(3) h3,
.txt_wrapper .txt_wrap:nth-child(4) h3 {

    letter-spacing: 10px;
}

.txt_wrapper .txt_wrap:last-child {
    align-items: start !important;
}

.down_btn {
    position: relative;
    padding-top: 40px;
    text-align: right;

}

.down_btn a {
    width: 100%;
    background-color: #444d52;
    padding: 20px 40px;
    max-width: 400px;
    font-size: 24px;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    color: #fff;
    display: inline-flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
}

.ctt_rental .down_btn a{
    max-width: 420px;
}
/* 회원가입 끝}*/


/*회원가입 반응형 시작{*/

@media screen and (max-width: 768px) {
    .ctt_mem .con_img img {
        display: none;
    }

    .ctt_mem .txt_wrapper .txt_wrap {
        padding: 10px 0px;
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    .down_btn a {
        font-size: 18px;
        white-space: nowrap;
    }

    .down_btn img {
        max-width: 25px;
    }
}

/*회원가입 반응형 끝}*/


/* 사용안내 시작{*/
.txt_wrapper .txt_wrap h3 {
    font-size: 30px;
    font-weight: 500;
    min-width: 120px;
}

.txt_wrapper .txt_wrap:first-child h3,
.txt_wrapper .txt_wrap:nth-child(3) h3 {
    letter-spacing: 0px;
}

.ctt_rental .down_btn {
    text-align: left;
}

.ctt_rental .con_wrap {
    display: flex;
    align-items: start;
    gap: 90px;
}

.ctt_rental .txt_wrapper {
    padding-top: 0px;
}

.ctt_rental .con_l {
    width: 100%;
    max-width: 710px;
}

.ctt_rental .con_r {
    width: calc(100% - 710px)
}

.ctt_rental .txt_wrapper .txt_wrap {
    padding: 15px 25px !important;
    margin: 0;
}

.ctt_rental .txt_wrapper .txt_wrap:last-child {
    align-items: center !important;
}

/* 사용안내 끝{*/

/*사용안내 반응형 시작{*/

@media screen and (max-width: 1280px) {
    .ctt_rental .con_wrap {
        gap: 30px;
    }

    .ctt_rental .con_l {
        max-width: 500px;
    }

    .ctt_rental .con_r {
        width: calc(100% - 500px);
    }
}



@media screen and (max-width: 1024px) {
    .ctt_rental .con_img img {
        width: 100%;
    }

    .ctt_rental .con_wrap {
        flex-direction: column;
    }

    .ctt_rental .con_l {
        max-width: unset;
    }

    .ctt_rental .con_r {
        width: 100%
    }

    .ctt_rental .txt_wrapper .txt_wrap:last-child {
        align-items: start !important;
    }

    .ctt_rental .txt_wrapper .txt_wrap {
        padding: 10px 0px;
    }

    .ctt_rental .down_btn {
        text-align: right;
    }

}

/*사용안내 반응형 끝}*/

.ctt_mem {}