@charset "utf-8";

:root {
    --main: #542786;
    --gray: #888;
    --green: #006940;
    --bg: #fff;

    --f12: 0.75rem;
    --f13: 0.81rem;
    --f14: 0.88rem;
    --f15: 0.94rem;
    --f16: 1rem;
    --f20: 1.25rem;
    --f22: 1.38rem;

    --serif: 'Noto Serif KR';
    --mont: 'Montserrat';
    --gothic: 'Nanum Gothic';
}


/* common */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

body{
    font-family: 'Noto Sans KR', sans-serif;
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* contents */
.wrap{
    margin: auto 0;
    text-align: center;
    min-width: 1600px;
    overflow: hidden;
}

.top{
    height: 1500px;
    overflow: hidden;
    position: relative;
}
.top>img{
    width: 100%;
}

.text{
    position: absolute;
    top: 71px;
    left: 50%;
    transform: translateX(-50%); 
}

.text .logo{
    border-top: 2px solid #231F20;
    padding-top: 11px; 
}

.text p{
    margin-top: 82px;
    font-size: 40px;
    color: var(--green);
    font-family: var(--serif);
    font-weight: 600;
}

.text p span{
    font-weight: 700;
}

.team_download{
    position: absolute;
    bottom: 104px;
    left: 50%;
    transform: translateX(-50%);
}
.team_download h1{
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
}
.team_download h1 img{
    display: block;
    margin: 6px auto 0;
}

.box{
    margin-top: 72px;
    background: rgba(255, 255, 255, 0.8);
    width: 1280px;
    padding: 28px 44px;
    text-align: left;
    position: relative;
}

.box .circle{
    position: absolute;
    top: 0;
    right: 56px;
    transform: translateY(-50%);
    width: 232px;
    height: 232px;
    background: var(--main);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    outline: 1px solid #fff;
    outline-offset: -6px;
    padding: 40px 34px;
    font-family: var(--gothic);
}

.box .circle h1{
    color: #8AA5D6;
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    line-height: 35px;
}

.box .circle h2{
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-top: 18px;
    line-height: 28px;
    font-family: var(--mont);
}
.box .circle h2 span{
    display: block;
    font-weight: 300;
    font-size: 20px;
    font-family: 'Noto Sans KR';
}

.down h1{
    text-align: left;
    color: var(--main);
    font-size: 42px;
    font-weight: 600;
}
.down p{
    font-weight: 400;
    font-size: 28px;
    color: var(--main);
    line-height: 38px;
    letter-spacing: -0.56px;
    margin-top: 12px;
}

.down .info{
    margin: 15px 0 34px;
}
.down .info li{
    line-height: 38px;
    font-size: 24px;
    font-weight: 400;
}
.down .info li span{
    font-weight: 600;
}

.down a{
    width: 514px;
    max-width: 100%;
    background: var(--main);
    color: #fff;
    margin: 0 auto;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    gap: 13px;
    padding: 8px 21px;
    font-size: 30px;
    font-weight: 500;
}
.down-icon{
    width: 37px;
}

/* 오시는길 */
.map{
    padding-top: 70px;
    width: 1766px;
    margin: 0 auto;
}
.map h1{
    margin-bottom: 40px;
    color: var(--main);
}
.root_daum_roughmap{
    width: 100% !important;
}
.root_daum_roughmap .wrap_map{
    height: 722px !important;
}
.root_daum_roughmap .cont{
    display: none;
}
.hide{
    display: none;
}

.map-info{
    margin-top: 36px;
    text-align: left;
}
.map-info span{
    color: var(--main);
    font-weight: 700;
    font-size: 28px;
}
.map-info li{
    font-size: 28px;
    line-height: 38px;
    font-weight: 300;
    position: relative;
    padding-left: 40px;
}
.map-info li::before{
    content: '';
    position: absolute;
    top: 16px;
    left: 15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #231F20;
}

/* 푸터 */
.footer{
    background: #5E5E5E;
    color: #fff;
    padding: 16px 72px;
    display: flex;
    align-items: center;
    margin-top: 67px;
    gap: 55px;
}
.f-list{
    display: flex;
    flex-wrap: wrap;
}
.f-list li{
    font-size: 22px;
    font-weight: 400;
    line-height: 38px;
    margin-right: 34px;
}
.f-list li span{
    font-weight: 600;
}
.line-break{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

/* 모바일, 태블릿 */
@media (min-width: 320px) and (max-width: 1024px) {
    .mt10{
        margin-top: 10px;
    }

    .wrap{
        margin: 0 auto;
        min-width: 320px;
    }
    .top{
        height: 824px;
    }
    .top > img{
        object-fit: cover;
        object-position: center;
        height: 100%;
    }
    .text{
        top: 38px;
        width: 100%;
    }
    .text .logo{
        border-top: 1px solid #231F20;
        padding-top: 7px;
    }
    .logo img{
        width: 213px;
    }
    .text p{
        font-size: var(--f16);
    }

    .team_download{
        bottom: 35px;
    }
    .team_download h1{
        font-size: var(--f20);
    }
    .team_download h1 img{
        width: 207px;
    }

    .box{
        width: 60%;
        padding: 21px 19px;
        min-width: 300px;
        margin: 60px auto 0;
    }
    .box .circle{
        width: 102px;
        height: 102px;
        right: 6px;
        padding: 14px 0px;
        outline-offset: -3px;
    }
    .box .circle h1{
        font-size: var(--f14);
        line-height: 18px;
    }
    .box .circle h2{
        font-size: var(--f14);
        line-height: 18px;
        margin-top: 3px;
    }
    .box .circle h2 span{
        font-size: var(--f12);
    }

    .down h1{
        font-size: var(--f16);
    }
    .down p{
        font-size: var(--f14);
        line-height: 18px;
        margin: 14px 0 11px;
    }

    .down .info{
        margin: 11px 0 24px;
    }
    .down .info li{
        font-size: var(--f14);
    }

    .down-text{
        width: 192px;
    }
    .down-icon{
        width: 17px;
    }

    /* 오시는 길 */
    .map{
        width: calc(100% - 40px);
        padding-top: 33px;
    }
    .map h1{
        font-size: var(--f22);
        margin-bottom: 22px;
    }
    .root_daum_roughmap .wrap_map{
        height: 463px !important;
    }

    .map-info{
        margin-top: 25px;
    }
    .map-info span{
        letter-spacing: -0.48px;
        font-size: 16px;
        margin-bottom: 10px;
        display: block;
    }
    .map-info li{
        font-size: var(--f15);
        line-height: 30px;
        padding-left: 20px;
    }
    .map-info li::before{
        top: 14px;
        left: 8px;
        width: 4px;
        height: 4px;
    }

    /* 푸터 */
    .footer{
        display: block;
        text-align: left;
        padding: 24px 28px;
        margin-top: 47px;
    }
    .f-logo{
        width: 148px;
        margin-bottom: 15px;
    }

    .f-list{
        display: block;
    }
    .f-list li{
        font-size: var(--f12);
        line-height: 30px;
        margin-right: 10px;
    }
    .line-break{
        display: block;
    }
}