@charset "utf-8";

#wrap {
	width: 100%;
    position: relative;
	overflow: hidden;
}

.inner {
	width: calc(100% - 4rem);
	max-width: 1600px;
	margin: 0 auto;
}

.pt200{
    padding-top: 20rem;
}

.pb200{
    padding-bottom: 20rem;
}

.mo_br{
    display: none;
}

.mo_pc{
    display: block;
}

/* 흘러가는 글자 */
.marquee_wr {
	width: 100%;
	height: 7vw;
    min-height: 80px;
	margin: auto;
	overflow: hidden;
	position: relative;
    z-index: 1;
}

.marquee {
	width: 200%;
	font-size: 9.8rem;
	font-weight: 200;
	color: #505050;
	opacity: 0.1;
	position: absolute;
	top: 0;
	white-space: nowrap;
	text-transform: uppercase;
	animation: marquee 40s linear infinite;
    font-family: "Noto Serif KR", serif;
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}
/* 흘러가는 글자 */

/* —————————————————————————————————————————————————————————————————— */

/* ----------------------pc------------------------ */

/* intro sec */

.intro{
    display: flex;
}

.intro .intro_bg{
    width: 30%;
    height: 75rem;
    background: url('../img/intro_bg.jpg') no-repeat;
    background-size: cover;
}

.intro .intro_left{
    position: absolute;
    top: 4.2rem;
    left: 22rem;
}

.intro .intro_left .logo{
    width: 7.2rem;
    height: 4.7rem;
}

.intro .intro_left .logo img{
    width: 100%;
}

.intro .intro_left .intro_img{
    width: 60rem;
    height: 72.8rem;
    border-radius: 36rem 36rem 0px 0px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.intro .intro_left .intro_img img{
    width: 100%;
}

.intro_right{
    width: 100%;
    height: 70rem;
    background: #F1EEE9;
    position: relative;
}

.intro_wr{
    position: absolute;
    top: 35%;
    left: 40%;
}

.intro_wr .intro_sub_tit p{
    font-size: 2.5rem;
    line-height: 2.5rem;
    color: #6E6E6E;
    font-weight: lighter;
}

.intro_wr .intro_sub_tit p:nth-of-type(2){
    margin-bottom: 2.2rem;
    text-indent: 6rem;
}

.intro_wr .intro_sub_tit span{
    font-size: 6.5rem;
    color: #6E6E6E;
    opacity: 0.5;
    font-weight: 800;
}

.intro_wr .intro_sub_tit p:nth-of-type(1) span{
    position: relative;
    top: 3rem;
}

.intro_wr .intro_sub_tit p:nth-of-type(2) span{
    position: relative;
    top: 4rem;
}

.intro_wr .intro_pc_tit{
    display: block;
}

.intro_wr .intro_mo_tit{
    display: none;
}

.intro_wr .intro_tit{
    font-size: 4.5rem;
    line-height: 6.5rem;
    margin-bottom: 4.4rem;
    font-weight: lighter;
}

.intro_wr .intro_tit span{
    font-size: 4.5rem;
    color: var(--main-color);
}

.intro_wr .intro_desc{
    font-family: 'Noto Sans KR';
    font-size: 2rem;
}

/* intro sec */

/* sec01 */

.sec01{
    padding-top: 20rem;
}

.sec01 .body_text{
    text-align: center;
    width: 100%;
    position: relative;
}

.sec01 .body_text h2{
    font-size: 3rem;
}

.sec01 .body_text h2 span{
    font-size: 3rem;
    color: var(--main-color);
}

.sec01 .body_text h2 p{
    display: inline-block;
    font-size: 3rem;
    color: #888;
}

.sec01 .line_icon{
    width: 2.3rem;
    height: 2.3rem;
    margin: 6rem auto;
    position: relative;
    z-index: 2;
}

.sec01 .line_left, .sec01 .line_right{
    height: 1px;
    background-color: #353535;
    width: 0;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
}

.sec01 .line_left{
    right: 50%;
    margin-right: 0;
}

.sec01 .line_right{
    left: 50%;
    margin-left: 0;
}

.sec01 .body_text h3{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 2.1rem;
    font-weight: 200;
}

.sec01 .body_list{
    display: flex;
    justify-content: center;
    gap: 5rem;
    margin-top: 13rem;
    position: relative;
}

.sec01 .body_list ul .body_list_img{
    width: 49.8rem;
    height: 63.7rem;
    border-radius: 1000rem;
    overflow: hidden;
}

.sec01 .body_list ul .body_list_img .img01{
        width: 100%;
        height: 100vh;
        background: url('../img/sec01_img01.jpg') no-repeat;
        background-size: contain;
    }

    .sec01 .body_list ul .body_list_img .img02{
        width: 100%;
        height: 100vh;
        background: url('../img/sec01_img02.jpg') no-repeat;
        background-size: contain;
    }

    .sec01 .body_list ul .body_list_img .img03{
        width: 100%;
        height: 100vh;
        background: url('../img/sec01_img03.jpg') no-repeat;
        background-size: contain;
    }

.sec01 .body_list ul li{
    width: 49.8rem;
    text-align: center;
}

.sec01 .body_list ul .tit{
    font-size: 2.3rem;
    color: #353535;
    font-weight: 500;
    margin-top: 5rem;
}

.sec01 .body_list ul .tag{
    font-size: 4.1rem;
    color:var(--main-color);
    opacity: 0.3;
}

.sec01 .body_list ul .desc{
    font-size: 1.9rem;
    color: #353535;
    font-weight: 300;
}

.sec01 .body_list ul:nth-of-type(1),
.sec01 .body_list ul:nth-of-type(3){
    margin-top: 16%;
}

/* sec01 */


/* sec02 */

.dir_intro{
    position: relative;
}

.dir_intro .dir_intro_bg{
    width: 179.9rem;
    height: 73.4rem;
    background: #AC9883;
    position: relative;
    left: 6%;
    z-index: -1;
}

.dir_intro .dir_intro_img{
    width: 72.9rem;
    height: 72.9rem;
    overflow: hidden;
    position: absolute;
    top: 12%;
    right: 6%;
    z-index: 1;
}

.dir_intro .dir_intro_img img{
    width: 100%;
}

.dir_intro .dir_intro_point_txt {
    position: absolute;
    top: 70%;
    right: 2%;
    z-index: 5;
}

.dir_intro .dir_intro_point_txt p{
    font-size: 6.4rem;
    color: #Fff;
    opacity: 0.5 !important;
    text-align: right;
}

.dir_intro .dir_intro_wr{
    position: absolute;
    top: 12%;
    left: 10%;
}

.dir_intro .dir_intro_wr .dir_intro_tit{
    font-size: 3.5rem;
    color: #fff;
}

.dir_intro .dir_intro_wr .dir_intro_desc{
    font-size: 2.0rem;
    color: #222;
    font-weight: 300;
    margin-top: 1.8rem;
    margin-bottom: 4.5rem;
}

.dir_intro .dir_intro_wr .dir_intro_name{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: #fff;
}

.dir_intro .dir_intro_wr .dir_intro_name span{
    font-size: 2rem;
    font-weight: 300;
}

.dir_intro .dir_intro_wr .dir_line{
    height: 1px;
    background: #fff;
    width: 120%;
    margin-top: -2rem;
    margin-left: 20rem;
}

.dir_intro .dir_intro_wr .dir_intro_list{
    font-family: 'Noto Sans KR', sans-serif;
    display: flex;
    flex-direction: row;
    gap: 10rem;
    margin-top: 5rem;
}

.dir_intro .dir_intro_wr .dir_intro_list li{
    font-size: 1.9rem;
    color: #fff;
    line-height: 2;
    margin-left: 1.4rem;
    font-weight: 300;
}


/* sec02 */

/* sec03 */

.sec03_pc{
    display: block;
}

.sec03_mo{
    display: none;
}

.subject_wr .subjesct{
    text-align: center;
}

.subject_wr .subjesct .tag{
    font-size: 2.1rem;
    color: var(--main-color);
    margin-bottom: 1.5rem;
    margin-top: 6rem;
}

.subject_wr .subjesct .tit{
    font-size: 4.1rem;
    font-weight: 300;
    color: #353535;
    margin-bottom: 8.5rem;
}

.subject_list ul {
    display: flex;
    gap: 0.1rem;
}

.subject_list ul li {
    width: 38.4rem;
    height: 68.6rem;
    background: #F1EEE9;
    text-align: center;
    overflow: hidden;
    transition: all 1s ease;
}

.subject_list ul li .subject_wr{
    margin-top: 15.3rem;
    transition: all 1s ease;
}

.subject_list ul li .num{
    font-size: 2.6rem;
    color: var(--main-color);
    transition: all 1s ease;
}

.subject_list ul li .ser{
    font-size: 1.5rem;
    color: var(--main-color);
    transition: all 1s ease;
}

.subject_list ul li .icon {
    display: flex;
    align-items: center;
    height: 14.7rem;
    margin-top: 3.6rem;
}

.subject_list ul li .icon img{
    margin: 0 auto;
    width: 18%;
}

.subject_list ul li:nth-of-type(2) .icon img,
.subject_list ul li:nth-of-type(3) .icon img{
    width: 30%;
}

.subject_list ul li .sub_tit{
    font-size: 3rem;
    color: #353535;
    margin-top: 3.6rem;
    margin-bottom: 2.6rem;
    transition: all 1s ease;
}

.subject_list ul li .sub_desc{
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 1.8rem;
    color: #777;
    transition: all 1s ease;
}

.subject_list ul li:nth-of-type(1):hover {
    background: url('../img/sec03_img01.jpg') no-repeat;
    background-size: cover;
}

.subject_list ul li:nth-of-type(2):hover {
    background: url('../img/sec03_img02.jpg') no-repeat;
    background-size: cover;
}

.subject_list ul li:nth-of-type(3):hover {
    background: url('../img/sec03_img03.jpg') no-repeat;
    background-size: cover;
}

.subject_list ul li:nth-of-type(4):hover {
    background: url('../img/sec03_img04.jpg') no-repeat;
    background-size: cover;
}

.subject_list ul li:nth-of-type(5):hover {
    background: url('../img/sec03_img05.jpg') no-repeat;
    background-size: cover;
}

.subject_list ul li:hover .icon{
    display: none;
}

.subject_list ul li:hover .subject_wr{
    margin-top: 25.6rem;
}

.subject_list ul li:hover .num,
.subject_list ul li:hover .ser,
.subject_list ul li:hover .sub_tit,
.subject_list ul li:hover .sub_desc{
    color: #fff;
}

.subject_dot{
    margin: 6.5rem 0;
    position: relative;
}

.subject_dot .sub_line{
    height: 1px;
    background: #000;
}

.subject_dot [class^="sub_dot"] {
    width: 1.1rem; /* 기본 크기 */
    height: 1.1rem;
    border-radius: 1.1rem;
    background: #000; /* 평상시 색상 */
    opacity: 0;
    position: absolute;
}

.subject_list ul:has(li:nth-child(1):hover) + .subject_dot .sub_dot01 {
    top: -0.5rem;
    left: 10%;
    opacity: 1;
}

.subject_list ul:has(li:nth-child(2):hover) + .subject_dot .sub_dot02 {
    top: -0.5rem;
    left: 30%;
    opacity: 1;
}

.subject_list ul:has(li:nth-child(3):hover) + .subject_dot .sub_dot03 {
    top: -0.5rem;
    left: 50%;
    opacity: 1;
}

.subject_list ul:has(li:nth-child(4):hover) + .subject_dot .sub_dot04 {
    top: -0.5rem;
    left: 70%;
    opacity: 1;
}

.subject_list ul:has(li:nth-child(5):hover) + .subject_dot .sub_dot05 {
    top: -0.5rem;
    left: 90%;
    opacity: 1;
}

/* sec03 */

/* map */

.map_con{
    font-family: 'Noto Sans KR',sans-serif;
    color: #fff;
    position: relative;
    top: 18rem;
}

.map_con .ft_bg{
    width: 100%;
    height: 43vw;
    background: url('../img/footer_bg.jpg') no-repeat;
    background-size: cover;
}

.map_con .map_box{
    position: absolute;
    top: 18%;
    left: 10%;
    display: flex;
    flex-wrap: nowrap;
    gap: 34rem;
}

.map_con .ft_left .dire_tit_box .dire_tit{
    font-size: 3.8rem;
    margin-bottom: 1rem;
}

.map_con .ft_left .dire_tit_box .dire_tit strong{
    font-size: 3.8rem;
    font-weight: 500;
}

.map_con .ft_left .dire_tit_box .dire_desc{
    font-size: 2rem;
}


.map_con .ft_left .dire_tit_box::after{
    content: "";
    display: block;
    background: #fff;
    height: 1px;
    width: 140%;
    opacity: 0.2;
    margin: 2.5rem 0;
}

.map_con .ft_left .sub_hours .sub_hours_tit{
    font-size: 2.0rem;
    font-family: 'Noto Serif KR', sans-serif;
    color: #AC9883;
    margin-bottom: 2.6rem;
}

.map_con .ft_left .sub_hours ul{
    display: flex;
    align-items: baseline;
}

.map_con .ft_left .sub_hours .houre_line{
    content: "";
    display: flex;
    background: #fff;
    height: 1px;
    width: 140%;
    opacity: 0.2;
    margin: 1rem 0;
}

.map_con .ft_left .sub_hours ul li{
    margin-bottom: 1.5rem;
}

.map_con .ft_left .sub_hours .date{
    font-size: 2rem;
    width: 30%;
}

.map_con .ft_left .sub_hours .date::after{
    content: "";
    display: block;
    background: #fff;
    height: 1px;
    width: 15%;
    opacity: 0.4;
    transform: rotate(90deg);
    margin-left: 75%;
    margin-top: -10%;
}

.map_con .ft_left .sub_hours .time{
    font-size: 2rem;
    width: 70%;
    letter-spacing: 0.1rem;
}

.map_con .ft_left .sub_hours .time span{
    font-size: 2rem;
    font-weight: 600;
    color: #DDD1C7;
}

.map_con .ft_left .sub_hours .num{
    font-size: 5rem;
    font-weight: 500;
}

.map_con .ft_left .sub_hours .num span{
    font-size: 3.3rem;
    opacity: 0.5;
}


.map_con .ft_right .map_tit{
    font-size: 2.1rem;
}

.map_con .ft_right .map_tit strong{
    font-size: 2.7rem;
    font-weight: 600;
}

.map_con .ft_right .map{
    width: 78.5rem !important;
    height: 40.8rem !important;
    margin-top: 2rem;
}

.map_con .ft_right .root_daum_roughmap_landing {
    width: 78.5rem !important;
    height: 40.8rem !important;
}


.map_con .ft_right .root_daum_roughmap .wrap_controllers{
    display: none;
}

.map_con .ft_right .root_daum_roughmap .cont .section.lst{
    display: none;
}


.ft_right .place_btn{
    display: flex;
    gap: 15rem;
    justify-content: center;
    margin-top: 5rem;
}

.ft_right .place_btn ul{
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.ft_right .place_btn li:nth-of-type(1){
    width: 2.3rem;
    height: 2.3rem;
    overflow: hidden;
    border-radius: 0.1rem;
}

.ft_right .place_btn li:nth-of-type(1) img{
    width: 100%;
}

.ft_right .place_btn li:nth-of-type(2){
    font-size: 1.7rem;
    color: #fff;
}

.ft_right .place_btn li:nth-of-type(2)::after{
    content: "";
    display: block;
    border: 1px solid rgba(225,225,225, 0.1);
    transform: rotate(90deg);
    width: 2.4rem;
    position: relative;
    top: -1rem;
    left: 14rem;
}

.ft_right .place_btn a:nth-of-type(3) li:nth-of-type(2)::after{
    border: none;
    opacity: 0;
}

/* map */

/* footer */

.bot_pc{
    display: block;
}

.bot_mo{
    display: none;
}

#ft{
    background: rgba(15,15,15,0.05);
    height: auto;
    overflow: hidden;
    margin-top: 9%;
}

#ft .bottom{
    margin-top: 5rem;
    margin-bottom: 5rem;
}

#ft address dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

#ft address dl dt {
    position: relative;
}

#ft address dl dd {
    position: relative;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

#ft address dl dd::before {
    content: ':';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0.4rem;
    line-height: 1.5;
}

#ft address dl:nth-of-type(2) dt:nth-of-type(3){
    font-size: 11px;
}

#ft .copy {
    margin-top: 2rem;
}

#ft address * {
    font-size: 15px;
    color: #444444;
    line-height: 1.5;
    font-family: 'Noto Sans KR',sans-serif;
}

/* footer */

/* ----------------------pc------------------------ */


/* ----------------------mo------------------------ */

@media (max-width:720px) {

    html {
        font-size: 1.3888vw;
    }

    .wrap{
        overflow: hidden;
    }

    .mo_br{
        display: block;
    }

    .mo_pc{
        display: none;
    }

    .marquee{
        width: 500%;
        font-size: 8.8rem;
    }

    /* ———————————————————————————————————————————— */

    .intro {
        display: flex;
        flex-direction: column;
    }

    .intro .intro_bg{
        width: 100%;
        height: 72.2rem;
        background: url('../img/intro_bg_mo.jpg') no-repeat;
        background-size: cover;
    }

    .intro .intro_left{
        position: absolute;
        top: 9rem;
        left: 8%;
    }

    .intro .intro_left .logo{
        width: 9.4rem;
        height: 6.1rem;
        margin: 0 auto;
    }

    .intro .intro_left .logo img{
        width: 100%;
    }

    .intro .intro_left .intro_img{
        width: 60rem;
        height: 72.8rem;
        border-radius: 36rem 36rem 0px 0px;
        overflow: hidden;
        position: relative;
        z-index: 2;
        margin-top: 4rem;
    }

    .intro .intro_left .intro_img img{
        width: 100%;
    }

    .intro_right{
        width: 100%;
        height: 60rem;
        background: #F1EEE9;
        position: relative;
    }


    .intro_wr{
        position: relative;
        top: 43%;
        left: 0;
    }

    .intro_wr .intro_sub_tit p{
        font-size: 2.5rem;
        line-height: 2.5rem;
        color: #6E6E6E;
        font-weight: lighter;
        text-align: center;
        margin-bottom: 2rem;
    }

    .intro_wr .intro_sub_tit p:nth-of-type(2){
        margin-bottom: 2.2rem;
        text-indent: 6rem;
    }

    .intro_wr .intro_sub_tit span{
        font-size: 6.5rem;
        color: #6E6E6E;
        opacity: 0.5;
        font-weight: 800;
    }

    .intro_wr .intro_pc_tit{
        display: none;
    }

    .intro_wr .intro_mo_tit{
        display: block;
    }

    .intro_wr .intro_tit{
        font-size: 4.5rem;
        line-height: 6.5rem;
        margin-bottom: 4.4rem;
        font-weight: lighter;
        text-align: center;
    }

    .intro_wr .intro_tit span{
        font-size: 4.5rem;
        color: var(--main-color);
    }

    .intro_wr .intro_desc{
        font-family: 'Noto Sans KR';
        font-size: 2rem;
        text-align: center;
    }

    .intro_right .marquee_wr{
        display: none;
    }

    /* intro */

    /* sec01 */

    .sec01{
        padding-top: 15rem;
    }

    .sec01 .body_text{
        text-align: center;
        width: 100%;
        position: relative;
    }

    .sec01 .body_text h2{
        font-size: 2.8rem;
    }

    .sec01 .body_text h2 span{
        font-size: 2.8rem;
        color: var(--main-color);
    }

    .sec01 .body_text h2 p{
        display: inline-block;
        font-size: 2.8rem;
        color: #888;
    }

    .sec01 .line_icon{
        width: 2.3rem;
        height: 2.3rem;
        margin: 6rem auto;
        position: relative;
        z-index: 2;
    }

    .sec01 .line_left, .sec01 .line_right{
        height: 1px;
        background-color: #353535;
        width: 0;
        position: absolute;
        top: 47%;
        transform: translateY(-50%);
    }

    .sec01 .line_left{
        right: 50%;
        margin-right: 0;
    }

    .sec01 .line_right{
        left: 50%;
        margin-left: 0;
    }

    .sec01 .body_text h3{
        font-family: 'Noto Sans KR', sans-serif;
        font-size: 2.4rem;
        font-weight: 300;
        line-height: 2.0;
    }

    .sec01 .body_list{
        display: flex;
        flex-direction: column;
        gap: 6rem;
        margin-top: 0rem;
        position: relative;
        align-items: center;
        margin-top: 12rem;
    }

    .sec01 .body_list ul .body_list_img{
        width: 64rem;
        height: 30rem;
        border-radius: 300rem;
        overflow: hidden;
    }

    .sec01 .body_list ul .body_list_img .img01{
        width: 100%;
        height: 100%;
        background: url('../img/sec01_img01.jpg') no-repeat;
        background-size: cover;
        background-position: 0 25%;
    }

    .sec01 .body_list ul .body_list_img .img02{
        width: 100%;
        height: 100%;
        background: url('../img/sec01_img02.jpg') no-repeat;
        background-size: cover;
        background-position: 0 48%;
    }

    .sec01 .body_list ul .body_list_img .img03{
        width: 100%;
        height: 100%;
        background: url('../img/sec01_img03.jpg') no-repeat;
        background-size: cover;
        background-position: 0 71%;
    }

    .sec01 .body_list ul li{
        width: 64rem;
        text-align: center;
    }

    .sec01 .body_list ul .tit{
        font-size: 3rem;
        color: #353535;
        font-weight: 600;
        margin-top: 5rem;
    }

    .sec01 .body_list ul .tag{
        font-size: 4.1rem;
        color:var(--main-color);
        opacity: 0.3;
    }

    .sec01 .body_list ul .desc{
        font-size: 2.4rem;
        color: #353535;
        font-weight: 300;
    }

    .sec01 .body_list ul:nth-of-type(1),
    .sec01 .body_list ul:nth-of-type(3){
        margin-top: 0;
    }

/* sec01 */

/* sec02 */

    .dir_intro{
    position: relative;
    }

    .dir_intro .dir_intro_bg{
        width: 72rem;
        height: 182.8rem;
        background: #AC9883;
        position: relative;
        left: 0;
        z-index: -1;
    }

    .dir_intro .dir_intro_img{
        width: 67.6rem;
        height: 44.7rem;
        overflow: hidden;
        position: absolute;
        top: 6%;
        right: 0;
        z-index: 1;
    }

    .dir_intro .dir_intro_img img{
        width: 100%;

    }

    .dir_intro .dir_intro_point_txt {
        position: absolute;
        top: 17.6%;
        right: 13.8%;
        z-index: 5;
    }

    .dir_intro .dir_intro_point_txt p{
        font-size: 6.4rem;
        color: #Fff;
        opacity: 0.5 !important;
        text-align: right;
    }

    .dir_intro .dir_intro_wr{
        position: absolute;
        top: 35%;
        left: 10%;
        text-align: center;
    }

    .dir_intro .dir_intro_wr .dir_intro_tit{
        font-size: 3.7rem;
        color: #fff;
        
    }

    .dir_intro .dir_intro_wr .dir_intro_desc{
        font-size: 2.2rem;
        color: #222;
        font-weight: 300;
        margin-top: 1.8rem;
        margin-bottom: 4.5rem;
    }

    .dir_intro .dir_intro_wr .dir_intro_name{
        font-family: 'Noto Sans KR', sans-serif;
        font-size: 3.5rem;
        font-weight: 700;
        color: #fff;
        position: relative;
    }

    .dir_intro .dir_intro_wr .dir_intro_name span{
        font-size: 2rem;
        font-weight: 300;
    }

    .dir_intro .dir_intro_wr .dir_intro_name::before{
        content: "";
        display: block;
        height: 1px;
        background: #fff;
        width: 40%;
        position: absolute;
        top: 50%;
        left: -12%;
    }

    .dir_intro .dir_intro_wr .dir_intro_name::after{
        content: "";
        display: block;
        height: 1px;
        background: #fff;
        width: 40%;
        position: absolute;
        top: 50%;
        right: -12%;
    }

    .dir_intro .dir_intro_wr .dir_line{
        height: 1px;
        background: #fff;
        width: 120%;
        margin-top: -2rem;
        margin-left: 20rem;
        display: none;
    }

    .dir_intro .dir_intro_wr .dir_intro_list{
        font-family: 'Noto Sans KR', sans-serif;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        margin-top: 5rem;
    }

    .dir_intro .dir_intro_wr .dir_intro_list li{
        font-size: 2.8rem;
        color: #fff;
        line-height: 2;
        margin-left: 0;
        font-weight: 300;
        text-align: center;
    }


    /* sec02 */


    /* sec03 */

    .sec03_pc{
        display: none;
    }

    .sec03_mo{
        display: block;
    }

    .subject_wr .subjesct{
        text-align: center;
    }

    .subject_wr .subjesct .tag{
        font-size: 2.8rem;
        color: #D0C0C1;
        margin-bottom: 1.5rem;
        margin-top: 6rem;
    }

    .subject_wr .subjesct .tit{
        font-size: 4.5rem;
        font-weight: 300;
        color: #353535;
        margin-bottom: 8.5rem;
    }

    .subject_slide .subject_img {
        width: 41.2rem;
        text-align: center;
        margin: 0 auto;
        position: relative;
    }

    .subject_slide .subject_img figure{
        width: 41.2rem;
        height: 49rem;
    }

    .subject_slide .subject_img figure img{
        width: 100%;
    }

    .subject_slide .subject_img .sub_txt_box{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .subject_slide .subject_img .num{
        font-size: 5.5rem;
        color: #C3A89F;
    }

    .subject_slide .subject_img .tag{
        font-size: 2.4rem;
        color: #C3A89F;
    }

    .subject_slide .subject_txt{
        text-align: center;
    }

    .subject_slide .subject_txt .tit{
        font-size: 3.5rem;
        color: #353535;
        margin-top: 4rem;
        margin-bottom: 2rem;
    }

    .subject_slide .subject_txt .desc{
        font-family: 'Noto Sans KR',sans-serif;
        font-size: 2.4rem;
        color: #777;
    }

    .subject_slide .swiper-button-prev{
        background: url('../img/sec03_prev_icon.svg') no-repeat;
        position: absolute;
        left: 5%;
    }

    .subject_slide .swiper-button-prev{
        background: url('../img/sec03_prev_icon.svg') no-repeat;
        position: absolute;
        left: 5%;
        top: 40%;
    }

    .subject_slide .swiper-button-next{
        background: url('../img/sec03_next_icon.svg') no-repeat;
        position: absolute;
        right: 5%;
        top: 40%;
    }


/* sec03 */

/* map */

.map_con{
    font-family: 'Noto Sans KR',sans-serif;
    color: #fff;
    position: relative;
    top: 18rem;
}

.map_con .ft_bg{
    width: 100%;
    height: 233vw;
    background: url('../img/footer_bg.jpg') no-repeat;
    background-size: cover;
}

.map_con .map_box{
    position: absolute;
    top: 8%;
    left: 5%;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.map_con .ft_left .dire_tit_box .dire_tit{
    font-size: 4.5rem;
    margin-bottom: 1rem;
}

.map_con .ft_left .dire_tit_box .dire_tit strong{
    font-size: 4.5rem;
    font-weight: 500;
}

.map_con .ft_left .dire_tit_box .dire_desc{
    font-size: 2.4rem;
}


.map_con .ft_left .dire_tit_box::after{
    content: "";
    display: block;
    background: #fff;
    height: 1px;
    width: 95%;
    opacity: 0.2;
    margin: 2.5rem 0;
}

.map_con .ft_left .sub_hours .sub_hours_tit{
    font-size: 2.4rem;
    font-family: 'Noto Serif KR', sans-serif;
    color: #AC9883;
    margin-bottom: 2.6rem;
}

.map_con .ft_left .sub_hours ul{
    display: flex;
    align-items: baseline;
}

.map_con .ft_left .sub_hours ul:nth-of-type(7){
    flex-direction: column;
}

.map_con .ft_left .sub_hours .houre_line{
    content: "";
    display: flex;
    background: #fff;
    height: 1px;
    width: 95%;
    opacity: 0.2;
    margin: 3rem 0;
}

.map_con .ft_left .sub_hours ul li{
    margin-bottom: 1.5rem;
}

.map_con .ft_left .sub_hours .date{
    font-size: 3rem;
    width: 30%;
}

.map_con .ft_left .sub_hours .date::after{
    content: "";
    display: none;
    background: #fff;
    height: 1px;
    width: 15%;
    opacity: 0.4;
    transform: rotate(90deg);
    margin-left: 75%;
    margin-top: -10%;
}

.map_con .ft_left .sub_hours .time{
    font-size: 3rem;
    width: 70%;
    letter-spacing: 0.1rem;
}

.map_con .ft_left .sub_hours .time span{
    font-size: 2rem;
    font-weight: 600;
    color: #DDD1C7;
}

.map_con .ft_left .sub_hours .num{
    font-size: 7.1rem;
    font-weight: 500;
    margin-top: -2rem;
}

.map_con .ft_left .sub_hours .num span{
    font-size: 5.0rem;
    opacity: 0.5;
}


.map_con .ft_right .map_tit{
    font-size: 3.0rem;
    line-height: 1.5;
}

.map_con .ft_right .map_tit strong{
    font-size: 3.5rem;
    font-weight: 600;
}

.map_con .ft_right .map{
    width: 64rem !important;
    height: 40.8rem !important;
    margin-top: 2rem;
}

.map_con .ft_right .root_daum_roughmap_landing {
    width: 64rem !important;
    height: 40rem !important;
}

.map_con .ft_right .root_daum_roughmap .wrap_btn_zoom{
    height: 114px;
    right: 8px;
    top: -218px;
}


.ft_right .place_btn{
    display: flex;
    gap: 0;
    justify-content: space-around;
    margin-top: 5rem;
}

.ft_right .place_btn ul{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-left: -1rem;
}

.ft_right .place_btn li:nth-of-type(1){
    width: 3.8rem;
    height: 3.8rem;
    overflow: hidden;
    border-radius: 0.1rem;
    margin-left: -3rem;
}

.ft_right .place_btn li:nth-of-type(1) img{
    width: 100%;
}

.ft_right .place_btn li:nth-of-type(2){
    font-size: 2.7rem;
    color: #fff;
}

.ft_right .place_btn li:nth-of-type(2)::after{
    content: "";
    display: none;
    border: 1px solid rgba(225,225,225, 0.1);
    transform: rotate(90deg);
    width: 2.4rem;
    position: relative;
    top: -1rem;
    left: 14rem;
}

.ft_right .place_btn ul:nth-of-type(3) li:nth-of-type(2)::after{
    border: none;
}

/* map */

.bot_pc{
    display: none;
}

.bot_mo{
    display: block;
}

#ft{
    background: rgba(15,15,15,0.05);
    height: auto;
    overflow: hidden;
    margin-top: 25%;
}

#ft .bottom{
    margin-top: 5rem;
    margin-bottom: 5rem;
}

#ft address dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

#ft address dl dt {
    position: relative;
}

#ft address dl dd {
    position: relative;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

#ft address dl dd::before {
    content: ':';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0.4rem;
    line-height: 1.5;
}

#ft address dl:nth-of-type(2) dt:nth-of-type(3){
    font-size: 1.1rem;
}

#ft .copy {
    margin-top: 2rem;
}

#ft address * {
    font-size: 2rem;
    color: #444444;
    line-height: 1.5;
    font-family: 'Noto Sans KR',sans-serif;
}

/* footer */



}

/* ----------------------mo------------------------ */