@charset "utf-8";
/* ff: 'Nanum Myeongjo', serif; */
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');
:root {
    --main-: #2A3747;
    --sub: #AE9968;
    --light-: #C6C8CA;
    --white-: #fff;
    --mark-: rgba(255, 0, 0, 0.30);
    --font-na: 'Nanum Myeongjo', serif;
    --cover: cover;
    --50: 50%;
    --33: 33.3333333%;
    --25: 25%;
    --20: 20%;
    --sub-page-tit: 56px;

    /*  페이지 공통 패딩  */
    --padding: 150px 0;
}

@media (max-width: 1200px) {
    :root {
        --sub-page-tit: 56px;
        --padding: 120px 20px;
    }
}

@media (max-width: 1024px) {
    :root {
        --sub-page-tit: 40px;
    }
}

@media (max-width: 768px) {
    :root {
        --sub-page-tit: 36px;
        --padding: 60px 20px;
    }
}

/* 페이지 사이드 바 ***********************************************/

#side_bar {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    z-index: 9;
}

#side_bar .wrap {
    width: 110px;
    text-align: center;
    background: #fff;
}

#side_bar .wrap .top {
    padding: 20px 0;
    background: #887256;
}

#side_bar .wrap .top h2 {
    color: #fff;
    font-size: 15px;
    text-decoration: underline;
}

#side_bar .wrap ul {
    display: flex;
    flex-direction: column;
    padding: 0 12px;
    border-left: 1px solid rgba(238, 238, 238, 0.7);
    border-right: 1px solid rgba(238, 238, 238, 0.7);
}

#side_bar .wrap ul li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

#side_bar .wrap ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 32px 0;
}

#side_bar .wrap ul li a > p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    margin-top: 8px;
}

#side_bar .wrap ul li a > span {
    font-size: 32px;
    color: #887256;
}

#side_bar .wrap ul li.info > a strong {
    display: inline-block;
    color: #887256;
    font-weight: 600;
    margin-top: 4px;
}

#side_bar .wrap .bot {
    padding: 20px 0;
    background: #887256;
}

#side_bar .wrap .bot h2 {
    color: #fff;
    font-size: 15px;
    line-height: 1;
    text-decoration: underline;
    margin-bottom: 12px;
}

#side_bar .wrap .bot p {
    color: #fff;
    line-height: 1.3;
    margin-bottom: 4px;
    font-size: 14px;
}

#side_bar .wrap .bot span {
    color: #b6ada1;
    font-size: 14px;
}

/* 페이지 공통 타이틀 ***********************************************/

.cm_sub_tit,
.sub_container .cm_sub_tit {
    text-align: center;
    margin: 0 auto 80px;
}

.cm_sub_tit h2,
.sub_container .cm_sub_tit h2 {
    font-size: 56px;
    line-height: 1;
}

@media (max-width:1280px) {

    .cm_sub_tit h2,
    .sub_container .cm_sub_tit h2 {
        font-size: 40px;
    }
}

@media (max-width:768px) {

    .cm_sub_tit,
    .sub_container .cm_sub_tit {
        margin: 0 auto 60px;
    }

    .cm_sub_tit h2,
    .sub_container .cm_sub_tit h2 {
        font-size: 28px;
    }
}


/*  fullpages reset ***********************************************/

.fp-viewing-3 #headerWrap .header_inner .logo a:after,
.fp-viewing-4 #headerWrap .header_inner .logo a:after {
    background: url(../images/main/logo-c.svg) top center no-repeat !important;
    background-size: 160px !important;
}

.fp-viewing-3 #headerWrap #gnbWrap .gnb > li > a > span,
.fp-viewing-4 #headerWrap #gnbWrap .gnb > li > a > span {
    color: #555;
}

.fp-viewing-3 #headerWrap .sitemap_btn span,
.fp-viewing-4 #headerWrap .sitemap_btn span {
    color: #555;
}

.fp-viewing-4 #headerWrap {
    background: #fff;
}

.fp-viewing-6 #headerWrap {
    display: none;
}

.fp-viewing-6 #side_bar {
    display: none;
}



.fullpage-1 .slider_wrap {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    overflow: hidden;
}

.fullpage-1 .slider_wrap .item {
    position: relative;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
}

.fullpage-1 .slider_wrap .item .txt {
    position: relative;
    top: 35%;
    text-align: center;
    max-width: 1440px;
    margin: 0 auto;
    z-index: 2;
}

.fullpage-1 .slider_wrap .man_tit01 h2 {
    font-size: 64px;
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -.8px;
    display: block;
    text-shadow: 0 0 10px rgb(0 0 0 / 40%);
    margin-top: 24px;
    font-family: var(--font-na);
}

.fullpage-1 .slider_wrap .man_tit02 p {
    font-size: 22px;
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -.8px;
    display: block;
    text-shadow: 0 0 10px rgb(0 0 0 / 40%);
    margin-top: 12px;
}

.fullpage-1 .slider_wrap .man_tit03 strong {
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -.8px;
    display: block;
    text-shadow: 0 0 10px rgb(0 0 0 / 40%);
    font-family: var(--font-na);
}

.fullpage-1 .slider_wrap .slick-active .man_tit01 h2 {
    animation: slide-up1;
    animation-duration: 1.4s;
}

.fullpage-1 .slider_wrap .slick-active .man_tit02 p {
    animation: slide-up2;
    animation-duration: 1.8s;
}

.fullpage-1 .slider_wrap .slick-active .man_tit03 strong {
    animation: slide-up3;
    animation-duration: 1s;
}

@keyframes slide-up1 {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    30% {
        transform: translateY(30px);
        opacity: 0;
    }
}

@keyframes slide-up2 {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    30% {
        transform: translateY(30px);
        opacity: 0;
    }
}

@keyframes slide-up3 {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }

    30% {
        transform: translateY(30px);
        opacity: 0;
    }
}

.fullpage-1 .slider_wrap .slider_nav {
    position: absolute;
    bottom: 10%;
    left: calc((100% - 1460px) / 2);
    transform: translateY(-50%);
    z-index: 2;
}

.fullpage-1 .slider_wrap .slide_paging {
    font-family: 'pretendard';
    font-size: 13px;
    padding-top: 3px;
    width: 60px;
    text-align: left;
}

.fullpage-1 .slider_wrap .slide_paging {
    color: #fff;
    font-size: 16px;
}

.fullpage-1 .slider_wrap .slide_progress {
    display: block;
    position: relative;
    height: 2px;
    width: 100%;
    transform: translateY(2px);
    background-color: rgba(255, 255, 255, 0.2);
}

.fullpage-1 .slider_wrap .slide_progress .progress {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    background-color: #fff;
    width: 0;
    z-index: 1;
}

.fullpage-1 .slider_wrap .nav_item button {
    display: inline-block;
    width: 30px;
    height: 18px;
    border: 0;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    vertical-align: middle;
}

.fullpage-1 .slider_wrap .btn_play.stop {
    background: url(../images/main/btn_stop.svg) no-repeat center;
    background-size: 12px;
}

.fullpage-1 .slider_wrap .btn_play {
    background: url(../images/main/btn_play.svg) no-repeat center;
    background-size: 12px;
}


.fullpage-1 .slider_wrap .btn_prev i,
.fullpage-1 .slider_wrap .btn_next i {
    font-size: 14px;
    color: #fff;
}

.fullpage-1 .slider_wrap .item .item_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover !important;
    background-position: center center;
    z-index: 1;
    transform: scale(1.2);
    transition: all 9s;
}

.fullpage-1 .slider_wrap .item_bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .4);
    z-index: 2;
}

.fullpage-1 .slider_wrap .item.active .item_bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.fullpage-2 {
    position: relative;
}

.fullpage-2 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/main/fullpage_bg1.jpg) top center no-repeat;
    background-size: cover !important;
    z-index: 1;
}

.fullpage-2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(27, 24, 20, .95);
    z-index: 2;
}

.fullpage-2 .inner {
    position: relative;
    z-index: 3;
}

.fullpage-2 .inner .dflx {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
}

.fullpage-2 .inner .dflx .left {
    width: 40%;
}

.fullpage-2 .inner .dflx .left .df {
    display: flex;
    align-items: center;
    height: 100%;
}

.fullpage-2 .inner .dflx .left .df .tit strong {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    font-family: var(--font-na);
}

.fullpage-2 .inner .dflx .left .df .tit h2 {
    font-size: 64px;
    line-height: 1;
    margin: 24px 0 24px;
    color: #fff;
}

.fullpage-2 .inner .dflx .left .df .tit p {
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
}

.fullpage-2 .inner .dflx .right {
    width: 60%;
}

.fullpage-2 .inner .dflx .right .df ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 32px;
}

.fullpage-2 .inner .dflx .right .df ul li {
    width: 50%;
    padding: 0 24px;
    margin-bottom: 48px;
}

.fullpage-2 .inner .dflx .right .df ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.fullpage-2 .inner .dflx .right .df ul li a span {
    position: absolute;
    display: inline-block;
    bottom: 32px;
    left: 32px;
    z-index: 5;
    color: #fff;
    font-size: 32px;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 0);
}

.fullpage-2 .inner .dflx .right .df ul li a:hover span {
    opacity: 1;
    visibility: visible;
    transform: translate(5px, -5px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    transition-delay: 0.2s;
}

.fullpage-2 .inner .dflx .right .df ul li a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #887256;
    opacity: .95;
    transition: all 0.5s cubic-bezier(0.3, 0.1, 0.8, 1);
    z-index: 1;
}

.fullpage-2 .inner .dflx .right .df ul li a.active:after {
    opacity: 0;
    height: 2%;
}

.fullpage-2 .inner .dflx .right .df ul li a .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.fullpage-2 .inner .dflx .right .df ul li a .bg1 {
    background: url(../images/main/fp1_img1.jpg) top center no-repeat;
}

.fullpage-2 .inner .dflx .right .df ul li a .bg2 {
    background: url(../images/main/fp1_img2.jpg) top center no-repeat;
}

.fullpage-2 .inner .dflx .right .df ul li a .bg3 {
    background: url(../images/main/fp1_img3.jpg) top center no-repeat;
}

.fullpage-2 .inner .dflx .right .df ul li a .bg4 {
    background: url(../images/main/fp1_img4.jpg) top center no-repeat;
}

.fullpage-2 .inner .dflx .right .df ul li a .over {
    height: 280px;
    padding: 32px;
    position: relative;
    z-index: 3;
}

.fullpage-2 .inner .dflx .right .df ul li a.active .over:after {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 280px;
    position: absolute;
    display: block;
    background: linear-gradient(180deg, rgb(0, 0, 0, .9) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.fullpage-2 .inner .dflx .right .df ul li a .over .con {
    padding-top: 30px;
    position: relative;
    z-index: 4;
}

.fullpage-2 .inner .dflx .right .df ul li a .over strong {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.fullpage-2 .inner .dflx .right .df ul li a.active .over strong {
    color: #AE9968;
}

.fullpage-2 .inner .dflx .right .df ul li a .over h2 {
    font-size: 28px;
    line-height: 1;
    color: #fff;
    margin-top: 12px;
}

.fullpage-2 .inner .dflx .right .df ul li:nth-child(even) {
    transform: translateY(50px);
}

.fullpage-3 {
    position: relative;
    background: #363942;
}

.fullpage-3 .bot_txt p {
    position: absolute;
    width: 100%;
    left: 49%;
    bottom: -50px;
    transform: translateX(-50%);
    font-size: calc(350 / 1920* 100vw);
    color: #434751;
    font-style: italic;
    font-weight: 600;
    line-height: .8;
    z-index: 1;
}

.fullpage-3 .inner .dflx {
    display: flex;
    max-width: 1200px;
    height: 100vh;
    margin: 0 auto;
}

.fullpage-3 .inner .dflx .left {
    width: 60%;
}

.fullpage-3 .inner .dflx .right {
    width: 40%;
}

.fullpage-3 .inner .dflx .left .df {
    display: flex;
    align-items: center;
    height: 100%;
}

.fullpage-3 .inner .dflx .left .df strong {
    color: #fff;
    font-weight: 400;
    font-family: var(--font-na);
}

.fullpage-3 .inner .dflx .left .df h2 {
    color: #fff;
    font-size: 52px;
    margin: 12px 0 36px;
    font-family: var(--font-na);
    font-weight: 500;
}

.fullpage-3 .inner .dflx .left .df p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 56px;
    font-weight: 600;
}

.fullpage-3 .inner .dflx .left .df p span {
    color: #fff;
    font-size: 14px;
    padding-right: 4px;
}

.fullpage-3 .inner .dflx .left .df a {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
}

.fullpage-3 .inner .dflx .right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}

.fullpage-4 {
    position: relative;
}

.fullpage-4 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/main/fullpage_bg4.jpg) top center no-repeat;
    background-size: cover !important;
    z-index: 1;
}

.fullpage-4:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(225 222 205 / 95%);
    z-index: 2;
}

.fullpage-4 .inner {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.fullpage-4 .inner .tit {
    position: relative;
    margin: 0 0 60px;
}

.fullpage-4 .inner .tit strong {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-na);
    color: #84705E;
}

.fullpage-4 .inner .tit h2 {
    font-size: 36px;
    color: #111;
    line-height: 1;
    margin-top: 12px;
}

.fullpage-4 .inner .tit .search_wrap {
    position: absolute;
    width: 460px;
    right: 0;
    bottom: -30px;
}

.fullpage-4 .inner .tit .search_wrap input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #84705E;
    padding: 0 20px;
    outline: none;
    color: #84705E;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    position: relative;
}

.fullpage-4 .inner .tit .search_wrap button {
    border: none;
    background: none;
    border: none;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: #84705E;
    position: absolute;
    top: 0;
    right: 0;
}

.fullpage-4 .inner .tit .search_wrap button span {
    color: #fff;
}

.fullpage-4 .inner .tit .search_wrap .tag {
    margin-top: 8px;
}

.fullpage-4 .inner .tit .search_wrap .tag ul {
    display: flex;
}

.fullpage-4 .inner .tit .search_wrap .tag ul li:not(:last-child) {
    margin-right: 16px;
}

.fullpage-4 .inner .tit .search_wrap .tag ul li a span {
    font-size: 15px;
    color: #a8a8a8;
}

.fullpage-4 .inner .list_swp a {
    display: block;
    width: 100%;
    height: 100%;
}

.fullpage-4 .inner .list_swp .wrap {
    display: flex;
    flex-direction: column;
    height: 380px;
}

.fullpage-4 .inner .list_swp .wrap .top,
.fullpage-4 .inner .list_swp .wrap .img_wrap {
    justify-content: space-between;
}

.fullpage-4 .inner .list_swp .wrap .top {
    background: #fff;
    padding: 30px 20px;

}

.fullpage-4 .inner .list_swp .wrap .top .con .df .cate_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.fullpage-4 .inner .list_swp .wrap .top .con .df span.cate {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    padding: 0 12px;
    background: #7E7E7E;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

.fullpage-4 .inner .list_swp .wrap .top .con .df span.date {
    font-size: 12px;
    color: #ddd;
}

.fullpage-4 .inner .list_swp .wrap .top .con .df .desc h2 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 16px;

    /* 말줄임 추가 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fullpage-4 .inner .list_swp .wrap .top .con .df .desc p {
    color: #AAAAAA;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 보여줄 줄 수 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fullpage-4 .inner .list_swp .wrap .img_wrap {
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.fullpage-4 .inner .list_swp .wrap .img_wrap p {
    font-size: 20px;
    color: #ADADAD;
}

.fullpage-5 .inner .dflx {
    display: flex;
    align-items: center;
}

.fullpage-5 .inner .dflx .tit {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.fullpage-5 .inner .dflx .tit h2 {
    font-size: 56px;
    font-weight: 600;
    color: #555;
}

.fullpage-5 .inner .news_swp .df {
    display: flex;
    flex-direction: column;
    height: 320px;
}

.fullpage-5 .inner .news_swp .df .top {
    flex: 1;
    border-top: 3px solid #111;
}

.fullpage-5 .inner .news_swp .df .top .desc {
    padding-top: 24px;
}

.fullpage-5 .inner .news_swp .df .top .desc strong {
    font-size: 15px;
    color: #a2a2a2;
}

.fullpage-5 .inner .news_swp .df .top .desc h2 {
    font-size: 24px;
    line-height: 1;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fullpage-5 .inner .news_swp .df .bot {
    height: 190px;
}

.fullpage-5 .inner .news_swp .df .bot .img_wrap {
    background: #eee;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullpage-5 .inner .dflx .left {
    width: 55%;
}

.fullpage-5 .inner .dflx .left .left_df {
    padding: 0 80px;
}

.fullpage-5 .inner .dflx .right {
    width: 45%;
}

.fullpage-5 .inner .dflx .right {
    position: relative;
    height: 100vh;
}

.fullpage-5 .inner .dflx .right:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .3);
    z-index: 1;
}

.fullpage-5 .inner .dflx .right .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/main/fullpage_bg5.png) top center no-repeat;
    background-size: cover !important;
}

.fullpage-5 .inner .dflx .right .tit h2 {
    margin-bottom: 12px;
}

.fullpage-5 .inner .dflx .right .tit h2,
.fullpage-5 .inner .dflx .right .tit p {
    color: #fff;
}

.fullpage-5 .inner .dflx .right .df {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 80px;
    padding-bottom: 140px;
    position: relative;
    z-index: 2;
}

.fullpage-5 .inner .dflx .right .df .btn_wrap {
    display: flex;
    flex-direction: column;
}

.fullpage-5 .inner .dflx .right .df .btn_wrap a:first-child {
    margin-bottom: 16px;
}

.fullpage-5 .inner .dflx .right .df .btn_wrap a {
    display: flex;
    width: 220px;
    height: 60px;
    align-items: center;
    padding: 0 20px;
    border: 1px solid #fff;
    background: rgb(0, 0, 0, .1);
    justify-content: space-between;
    color: #fff;
}

.fullpage-5 .inner .dflx .right .df .btn_wrap a .adf {
    display: flex;
    align-items: center;
}

.fullpage-5 .inner .dflx .right .df .btn_wrap a .adf .ic1 {
    padding-right: 8px;
}

.fullpage-6 {
    position: relative;
}

.fullpage-6 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/main/fullpage_bg6.png) top center no-repeat;
    background-size: cover !important;
    z-index: 1;
}

.fullpage-6 .inner {
    position: relative;
    z-index: 2;
}

.fullpage-6 .inner .tit {
    text-align: center;
    margin-bottom: 60px;
}

.fullpage-6 .inner .tit h2 {
    font-size: 48px;
    line-height: 1;
    color: #fff;
    margin-bottom: 16px;
}

.fullpage-6 .inner .tit p {
    color: #fff;
    font-size: 22px;
    line-height: 1;
}

.fullpage-6 .inner .tit p span {
    color: #E2C06E;
}

.fullpage-6 .form-dflx {
    display: flex;
}

.fullpage-6 .form-list {
    margin-bottom: 30px;
}

.fullpage-6 .form-dflx .left,
.fullpage-6 .form-dflx .right {
    width: 50%;
}

.fullpage-6 .form-dflx .right {
    margin-left: 30px;
}

/*  라디오버튼  */


.fullpage-6 .input-item:not(:last-of-type) {
    margin-right: 20px
}

.fullpage-6 .input-item > label,
.fullpage-6 .input-item strong {
    display: flex;
    align-items: center;
    color: #222;
    font-weight: bold;
    border-right: 1px solid #ddd;
    width: 120px;
    font-size: 18px;
}

.fullpage-6 .inp-sty {
    color: #363636;
    font-size: 18px;
}

.fullpage-6 .inp-sty[type="text"] {
    display: block;
    width: 100%;
    font-size: 15px;
    color: #fff;
    border: transparent;
    background: #fff;
    padding: 20px 12px;
    border-radius: 4px;

}

.fullpage-6 .inp-sty:focus {
    border: 1px solid #111;
    transition: all .5s;
}

.fullpage-6 .inp-sty[type="text"]::placeholder,
.fullpage-6 textarea::placeholder {
    font-size: 16px;
    color: #888;
}

.fullpage-6 .input-item input:focus {
    outline: none !important;
}


.fullpage-6 .mt30 {
    margin-top: 30px;
}

.fullpage-6 #txtarea_box {
    padding: 20px;
    border: 1px solid #eee;
}

.fullpage-6 #txtarea_box .desc {
    padding: 30px;
    font-size: 12px;
    color: #999;
    height: 150px;
    overflow-y: scroll;
}

.fullpage-6 .txt_area {
    margin-top: 30px;
}

.fullpage-6 .txt_area label {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.fullpage-6 .txt_area textarea {
    display: block;
    width: 100%;
    font-size: 18px;
    color: #ddd;
    border: transparent;
    background: #fff;
    padding: 0;
    height: 120px;
    resize: none;
    margin-top: 12px;
    border-radius: 4px;
    padding: 20px 0 0 12px;
}

.fullpage-6 .btn_wrapper {
    margin-top: 37px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.fullpage-6 .btn_submit {
    display: inline-block;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    background: #AC955E;
    padding: 15px 65px;
}

.fullpage-6 .dflx-inp {
    display: flex;
    width: 100%;
}

.fullpage-6 .dflx-inp .left {
    width: 80%;
}

.fullpage-6 .dflx-inp .right {
    width: 30%;
}

.fullpage-6 .wr-dflx {
    display: flex;
}

.fullpage-6 .wr-dflx .left,
.fullpage-6 .wr-dflx .right {
    width: 50%;
}

.fullpage-6 .wr-dflx .right {
    margin-left: 30px;
}

.fullpage-6 .select {
    width: 100%;
    height: 57px;
    padding-left: 12px;
    background-color: #f9f9f9;
    border: 0;
    color: #999;
}

.fullpage-6 .input-tit h3 {
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 12px;
}

.fullpage-6 .div-form {
    max-width: 1200px;
    margin: 0 auto 50px;
}

.fullpage-6 .txt_area {
    margin-top: 30px;
}

.fullpage-6 .txt_area label {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}


/*  개인정보동의  */
.fullpage-6 .agree_chk {
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.fullpage-6 .reg_agree h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 20px;
}

.fullpage-6 .reg_agree .agree_chk {
    max-width: 100%;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 3px solid #333;
}

.fullpage-6 .agree_chk .agree_chk_box {
    font-size: 14px;
    color: #fff;
    position: relative;
    text-align: center;
    letter-spacing: -0.5px;
    margin: 10px 0;
}

.fullpage-6 .agree_chk .agree_chk_box input[type=checkbox] {
    display: none
}

.fullpage-6 .agree_chk .agree_chk_box input[type=checkbox] + label::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    margin-top: -3px;
    vertical-align: middle;
    background: url('../images/main/chkbox_icon_off.svg');
}

.fullpage-6 .agree_chk .agree_chk_box input[type=checkbox]:checked + label::before {
    background: #AC955E url('../images/main/chkbox_icon_on.svg');
}

.fullpage-6 .agree_chk .agree_chk_box label {
    vertical-align: baseline
}

.fullpage-6 .agree_chk .agree_chk_box a {
    font-weight: bold;
    color: #fff;
    padding-left: 8px;
}

.fullpage-6 .agree_chk .agree_chk_box > label > a.privacy_info {
    color: #fff;
    text-decoration: underline;
}


.fullpage-6 .reg_agree_btn .input-summit {
    width: 100%;
    display: block;
    margin-top: 20px;
    height: 60px;
    background-color: #181818;
    color: white;
    font-size: 15px;
    cursor: pointer;
    outline: none;
    border: none;
}

.fullpage-6 .form_wrap {
    position: relative;
    z-index: 2;
}

.news_swp {
    overflow: hidden;
}

@media (max-width:1560px) {
    .fullpage-2 .inner .dflx .left .df {
        padding-left: 80px;
    }
}

@media (max-width:1550px) {
    .fullpage-4 .inner {
        padding: 0 40px;
    }
}

@media (max-width:1520px) {
    #side_bar {
        display: none;
    }


    .fullpage-1 .slider_wrap .man_tit01 h2 {
        font-size: 40px;
    }

    .fullpage-1 .slider_wrap .man_tit02 p {
        font-size: 20px;
    }

    .fullpage-1 .slider_wrap .sub_tit span {
        font-size: 56px;
    }

    .fullpage-1 .slider_wrap .man_tit span {
        font-size: 20px;
    }

}

@media (max-width:1440px) {
    .fullpage-5 .inner .dflx .left .left_df {
        padding: 0 40px;
    }
}

@media (max-width:1280px) {
    .fullpage-3 .inner .dflx .left .df h2 {
        font-size: 40px;
    }

    .fullpage-2 .inner .dflx .left .df .tit p {
        font-size: 18px;
    }

    .fullpage-3 .inner .dflx .left .df {
        padding-left: 40px;
    }

    .fullpage-2 .inner .dflx .left .df .tit h2 {
        font-size: 40px;
    }

    .fullpage-6 .inner {
        padding: 0 40px;
    }
}

@media (max-width:1200px) {
    .fullpage-5 .inner .dflx .tit h2 {
        font-size: 40px;
    }

    .fullpage-4 .inner .tit h2 {
        font-size: 32px;
    }

    .fullpage-5 .inner .dflx .right .df {
        padding-left: 60px;
    }


    .fullpage-3 .inner .dflx {
        height: 85vh;
    }
}

@media (max-width:1060px) {
    .fullpage-3 .inner .dflx .left {
        width: 50%;
    }

    .fullpage-3 .inner .dflx .left .df h2 {
        font-size: 32px;
    }

}

@media (max-width:1024px) {

    .fullpage-5 .inner .dflx .left .left_df {
        padding: 0 20px;
    }



    .fullpage-5 .inner .news_swp .df .top .desc h2 {
        font-size: 20px;
    }

    .fullpage-5 .inner .dflx .tit h2 {
        font-size: 32px;
    }

    .fullpage-3 .inner .dflx {
        height: 75vh;
    }

    .fullpage-5 .inner .dflx {
        flex-direction: column;
    }

    .fullpage-5 .inner .dflx .right,
    .fullpage-5 .inner .dflx .left {
        width: 100%;
        padding: 80px 0;
    }

    .fullpage-5 .inner .dflx .right {
        height: auto;

    }

    .fullpage-5 .inner .dflx .right .df {
        padding-left: 40px;
    }

    .fullpage-5 .inner .dflx .right .tit p {
        max-width: 320px;
        line-height: 1.4;
        word-break: keep-all;
    }

    .fullpage-6 .inner .tit h2 {
        font-size: 36px;
    }

    .fullpage-2 .inner .dflx .left .df .tit h2 {
        font-size: 32px;
    }

    .fullpage-2 .inner {
        padding: 120px 0 100px;
    }

    .fullpage-2 .inner .dflx {
        flex-direction: column;
    }

    .fullpage-3 .inner .dflx .left .df h2 {
        font-size: 32px;
    }

    .fullpage-2 .inner .dflx .right .df ul li:nth-child(even) {
        transform: none;
    }

    .fullpage-2 .inner .dflx .left .df {
        padding-left: 24px;
    }

    .fullpage-2 .inner .dflx .right .df ul li a .over h2 {
        font-size: 24px;
    }

    .fullpage-2 .inner .dflx .left,
    .fullpage-2 .inner .dflx .right {
        width: 100%;
    }

    .fullpage-2 .inner .dflx .left {
        margin-bottom: 32px;
    }

    .fullpage-4 .inner .tit h2 {
        margin-bottom: 16px;
    }

    .fullpage-4 .inner .tit .search_wrap {
        position: relative;
        width: 100%;
        right: inherit;
        bottom: inherit;
    }

    .fullpage-4 .inner {
        padding: 80px 40px;
    }

    .fullpage-5 .inner .dflx .right .df {
        padding-left: 20px;
    }

}

@media (min-width:899px) {
    .mbr {
        display: none;
    }
}

@media (max-width:900px) {
    .mbr {
        display: block;
    }

    .fullpage-3 .inner .dflx .left .df h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    .fullpage-3 .inner {
        padding: 60px 0 0;
    }

    .fullpage-3 .inner .dflx {
        height: auto;
    }
}


@media (max-width:768px) {
    .fullpage-6 .inner .tit h2 {
        font-size: 32px;
    }

    .fullpage-3 .inner .dflx .left .df h2 {
        font-size: 20px;
    }

    .fullpage-3 .inner .dflx .left .df strong {
        font-size: 13px;
        opacity: .7;
    }

    .fullpage-3 .inner {
        padding: 40px 0 0;
    }

    .fullpage-3 .bot_txt p {
        bottom: -27px;
    }

    .fullpage-3 .inner .dflx .left {
        position: relative;
    }

    .fullpage-3 .inner .dflx .left .df {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .fullpage-3 .inner .dflx .left .df a {
        background: var(--sub);
        color: #fff;
        width: auto;
        padding: 0 16px;
        height: 45px;
        line-height: 45px;
        font-size: 15px;
    }

    .fullpage-6 .wr-dflx div:not(:last-child) {
        margin-bottom: 24px;
    }

    .fullpage-6 .input-tit {
        margin-bottom: 12px !important;
    }

    .fullpage-6 .txt_area label,
    .fullpage-6 .input-tit h3 {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 0;
    }

    .fullpage-6 .wr-dflx {
        flex-direction: column;
    }

    .fullpage-6 .wr-dflx .left,
    .fullpage-6 .wr-dflx .right {
        width: 100%;
    }



    .fullpage-6 .wr-dflx .right {
        margin-left: 0;
    }

    .fullpage-6 .inner {
        padding: 80px 20px;
    }

    .fullpage-4 .inner .list_swp .wrap .top .con .df .desc h2 {
        font-size: 22px;
    }

    .fullpage-4 .inner .tit .search_wrap input {
        font-size: 14px;
    }

    .fullpage-4 .inner .tit strong {
        font-size: 15px;
    }

    .fullpage-4 .inner .tit h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .fullpage-4 .inner {
        padding: 80px 20px;
    }

    .fullpage-1 .slider_wrap .man_tit01 h2 {
        font-size: 32px;
    }

    .fullpage-1 .slider_wrap .man_tit02 p {
        font-size: 18px;
    }

    .slider_wrap .sub_tit span {
        font-size: 32px;
    }

}

@media (max-width:550px) {
    .fullpage-3 .inner .dflx .left .df a {
        font-size: 14px;
        border: none;
    }

    .fullpage-3 .inner .dflx .left .df {
        top: 44%;
    }

    .fullpage-3 .inner .dflx .left .df p {
        font-size: 15px;
    }

    .fullpage-3 .inner .dflx .left .df p span {
        font-size: 12px;
    }

    .fullpage-3 .inner .dflx .left .df {
        padding-left: 0;
    }

    .fullpage-2 .inner .dflx .right .df ul li {
        width: 100%;
    }

    .fullpage-1 .slider_wrap .man_tit01 strong {
        font-size: 14px;
    }

    .fullpage-1 .slider_wrap .man_tit01 h2 {
        font-size: 28px;
    }

    .fullpage-1 .slider_wrap .man_tit02 p {
        font-size: 15px;
    }

    .fullpage-2 .inner .dflx .right .df ul li a .over {
        height: 180px;
    }

    .fullpage-2 .inner .dflx .right .df ul li a span {
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        opacity: 1;
        visibility: visible;
        left: inherit;
        bottom: inherit;
    }

    .fullpage-2 .inner .dflx .right .df ul li a:hover span {

        transform: translate(0, 0);
        transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
        transition-delay: 0.2s;
    }
}



/*  visual  */
#mouse-scroll {
    position: absolute;
    margin: auto;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    z-index: 2;
}

#mouse-scroll .mouse {
    height: 21px;
    width: 14px;
    border-radius: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 2px solid #ffffff;
    top: 170px;
}

#mouse-scroll .mouse-in {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: #ffffff;
    position: relative;
    -webkit-animation: animated-mouse 1.2s ease infinite;
}

#mouse-scroll .down-arrow-1,
#mouse-scroll .down-arrow-2,
#mouse-scroll .down-arrow-3 {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite:;
}

#mouse-scroll .down-arrow-1 {
    margin-top: 6px;
}

#mouse-scroll .down-arrow-2 {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-3 {
    -webkit-animation-delay: .3s;
    -moz-animation-dekay: .3s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll span {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 0 0 3px 5px;
}


@-webkit-keyframes animated-mouse {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}





/*    footer    */
#footer {
    padding: 100px 0;
    background: #111;
}

#footer .inner {
    padding: 0 80px;
}

#footer .inner .ft_top,
#footer .inner .ft_mid,
#footer .inner .ft_addr {
    margin-bottom: 40px;
}

#footer .inner .ft_top .dflx {
    display: flex;
    justify-content: space-between;
}

#footer .inner .ft_top .dflx .nav ul {
    display: flex;
}

#footer .inner .ft_top .dflx .nav a {
    color: #999;
}

#footer .inner .ft_top .dflx .nav a:first-child {
    color: #fff;
}

#footer .inner .ft_top .dflx .nav ul li:not(:last-child) {
    margin-right: 16px;
}

#footer .inner .ft_top .dflx .cont {
    text-align: right;
    margin-right: 120px;

}

@media (max-width:1520px) {
    #footer .inner .ft_top .dflx .cont {
    margin-right: 0;

}
}

#footer .inner .ft_top .dflx .cont h3 a,
#footer .inner .ft_top .dflx .cont h3 {
    color: #fff;
    font-size: 24px;
}

#footer .inner .ft_mid .dflx {
    display: flex;
    justify-content: space-between;
}

#footer .inner .ft_mid .dflx .left .ft_tit {}

#footer .inner .ft_mid .dflx .left .ft_tit h2 {
    font-size: 32px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 24px;
    font-family: var(--font-na);
}

#footer .inner .ft_mid .dflx .left .ft_tit a {
    display: inline-block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
}

#footer .inner .ft_mid .dflx .right ul {
    display: flex;
}

#footer .inner .ft_mid .dflx .right ul li {
    width: 20%;
}

#footer .inner .ft_mid .dflx .right ul li:not(:last-child) {
    margin-right: 50px;
}

#footer .inner .ft_mid .dflx .right ul li h3 {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 16px;
}

#footer .inner .ft_mid .dflx .right ul li a {
    color: #fff;
    opacity: .8;
    display: block;
    font-size: 15px;
}

#footer .inner .ft_mid .dflx .right ul li a:not(:last-child) {
    margin-bottom: 8px;
}

#footer .inner .ft_addr p {
    font-size: 13px;
    color: #999;
}

#footer .inner .ft_addr p:first-child {
    margin-bottom: 8px;
}

#footer .inner .ft_addr p span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: 400;
}

#footer .inner .ft_bot .brand ul {
    display: flex;
}

#footer .inner .ft_bot .brand ul li {
    color: #fff;
}

#footer .inner .ft_bot .brand ul li:not(:last-child) {
    margin-right: 8px;

}

#footer .inner .ft_bot {
    position: relative;
}

#footer .inner .ft_bot .cp {
    color: #999;
    font-size: 14px;
}

.footer_sns .inner {
    background: #fff;
}

.footer_sns .inner .dflx ul {
    display: flex;
    justify-content: space-between;
    height: 300px;

}

.footer_sns .inner .dflx ul li {
    width: 33.333333%;
    display: inline-block;
    height: 100%;
    border-top: 1px solid #111;
}



.footer_sns .inner .dflx ul li:not(:last-child) {
    border-right: 1px solid #111;
}

.footer_sns .inner .dflx ul li a {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.footer_sns .inner .dflx ul li a:hover {
    background: #f1f1f1;
}

.footer_sns .inner .dflx ul li a .top {
    font-size: 24px;
    font-family: var(--eng-font);
}

.footer_sns .inner .dflx ul li a .bot .df {
    display: flex;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 40px;
    font-family: var(--eng-font);
}

@media (max-width:1200px) {
    #footer .inner .ft_mid .dflx {
        display: block;
    }

    #footer .inner .ft_mid .dflx .right {
        display: none;
    }
}

@media (max-width:1024px) {
    #footer .inner .ft_bot .cp {
        position: static;
        margin-top: 24px;
    }

    #footer .inner {
        padding: 0 40px;
    }
}

@media (max-width:830px) {
    #footer .inner .ft_top .dflx {
        display: block;
    }

    #footer .inner .ft_top .dflx .cont {
        margin-top: 32px;
        text-align: left;
    }
}

@media (max-width:768px) {
    .footer_sns .inner {
        background: #fff;
    }

    .footer_sns .inner .dflx ul {
        flex-direction: column;
        height: auto;
    }

    .footer_sns .inner .dflx ul li {
        width: 100%;
        border-top: none;
    }

    .footer_sns .inner .dflx ul li:first-child {
        border-top: 1px solid #111;
    }

    .footer_sns .inner .dflx ul li:not(:last-child) {
        border-bottom: 1px solid #111;
        border-right: none;
    }

    .footer_sns .inner .dflx ul li a {
        flex-direction: row;
        align-items: center;
        padding: 20px;
    }

    .footer_sns .inner .dflx ul li a .top {
        font-size: 18px;
    }

    .footer_sns .inner .dflx ul li a .bot .df {
        font-size: 22px;
    }

    #footer .inner {
        padding: 0 20px;
    }

    #footer .inner .ft_mid .dflx .left .ft_tit h2 {
        font-size: 20px;
    }

    #footer .inner .ft_top .dflx .cont h3 {
        font-size: 20px;
    }

    #footer .inner .ft_bot .brand ul {
        flex-wrap: wrap;
    }

    #footer .inner .ft_bot .brand ul li {
        line-height: 1.4;
    }

    #footer {
        padding: 80px 0;
    }

    #footer .inner .ft_top .dflx .nav a {
        font-size: 14px;
    }

    #footer .inner .ft_top .dflx .nav a:not(:last-child) {
        margin-right: 8px;
    }

    #footer .inner .ft_bot .cp {
        font-size: 13px;
    }
}

