@import url('common.css');
@import url('font.css');
@import url('header_footer.css');

/* 폰트 종류  common.css */


/*  font-family: 'Nanum Gothic', sans-serif; 400 700 800  */


/*  font-family: 'Nanum Myeongjo', serif; 400 700 800  */


/*  font-family: 'Do Hyeon', sans-serif;  */


/*  font-family: 'Black Han Sans', sans-serif;  */


/*  font-family: 'Jua', sans-serif;  */


/*  font-family: 'Noto Sans KR', sans-serif;
	        font-weight: 100, 300, 400, 500, 700, 900;  */


/* 폰트 종류  font.css */


/* 
        <sandbox>
    font-family: SB_B, sans-serif;
    font-family: SB_M, sans-serif;
    font-family: SB_L, sans-serif;

        <나눔스퀘어>
    font-family: Nanum Square EB, sans-serif;
    font-family: Nanum Square B, sans-serif;
    font-family: Nanum Square M, sans-serif;
    font-family: Nanum Square L, sans-serif;

        <Gmarket 산스 OTF>
    font-family: GmS_B, sans-serif;
    font-family: GmS_M, sans-serif;
    font-family: GmS_L, sans-serif;

        <NEXON Lv.1 고딕>
    font-family: NEXON Lv1 Gothic B;
    font-family: NEXON Lv1 Gothic M;
    font-family: NEXON Lv1 Gothic L;

        <NEXON Lv.2 고딕>
    font-family: NEXON Lv2 Gothic B;
    font-family: NEXON Lv2 Gothic M;
    font-family: NEXON Lv2 Gothic L;

        <타이포 쌍문동 굴림>
    font-family: typo sg;

    */


/* ------------------------------------------------ */





/* ------ section ----- */

section {
    /* 상단 메뉴바 고정 height 60px */
    margin-top: 60px;
    width: 100%;
    max-width: 767px;
    background-color: #f8f9fa;
    padding-bottom: 30px;
}

section h2 {
    font-weight: 700;
    font-size: 1.5rem;
    color: #343434;
    cursor: default;
}


/* ----- Title ----- */

#main_title {
    text-align: center;
}

.mt {
    width: 100%;
    height: calc(12px + 80vw);
    max-height: 500px;
    background: url(../image/login/title_img.jpg) calc(-150px + -10vw) center no-repeat;
    background-size: cover;
}

.mt_container {
    width: 100%;
    max-width: 512px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.mt h2 {
    position: absolute;
    top: 15%;
    width: 100%;
    font: 700 2.625rem gms_b;
    color: #fff;
    letter-spacing: -1px;
    text-shadow: 1px 1px 5px rgba(34, 34, 34, 0.4);
}

.mt .mt_h2_text {
    position: absolute;
    bottom: 7%;
    width: 100%;
    font: 700 1.250rem gms_l;
    word-spacing: 2px;
    cursor: default;
}


/* ----- // Title ----- */


/* 현재 위치 표시 */

#location {
    text-align: right;
    height: 40px;
    /* background: #eee; */
}


/* .location_cont{} */

.location_box {
    padding-top: 7px;
    margin-right: 3%;
    font-weight: 400;
    font-size: 1rem;
    color: #666;
}

.location_box .l_home {
    vertical-align: top;
}

.location_box .l_home:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../image/ico/ico-home@2x.png) 0 center no-repeat;
    background-size: 100%;
    opacity: 0.7;
    position: relative;
    top: 2px;
    right: 5px;
    vertical-align: top;
}

.location_box .material-icons {
    font-size: 1.825rem;
    line-height: 1.8rem;
    vertical-align: top;
}

.location_box .l_page {
    font-weight: 700;
    color: #454545;
    vertical-align: top;
    cursor: pointer;
}
/* // 현재 위치 표시 */

/* ----- login area ----- */
#login{
    width: 100%;
    margin: calc(50px + 4vw) auto;
}
#login ul{}
#login ul li{}
#login ul li+li{
    margin-top: calc(10px + 2vw);
}

#login ul li a{
    display: flex;
    /* -webkit-box-align: center; */
    align-items: center;
    /* -webkit-box-pack: center; */
    justify-content: center;
    width: 80%;
    height: 80px;
    margin: 0 auto;
    border: 2px solid #eee;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 0.63rem 0.94rem #3434344b;
    position: relative;
    filter: contrast(80%);
    transition: all 1s cubic-bezier(.23,1,.32,1);
    color: #fff;
}
#login ul li a:hover{
    transition: all .15s cubic-bezier(.23,1,.32,1);
    filter: contrast(130%);
}
    .login_1{
        background-color: #445d98;
    }
    .login_2{
        background-color: #e74437;
    }
    .login_3{
        background-color: #28a8e0;
    }
    .login_4{
        background-color: #d62829;
    }

.login_icon{
    margin-right: calc(0px + 5vw);
    /* margin-left: calc(5px + 1.2vw) */
}
.login_icon img{
    width: 38px;
}
.login_text{
    font-weight: 400;
    font-size: 0.845rem;
    white-space: nowrap;
    word-break: keep-all;
    word-spacing: normal;
    text-overflow: ellipsis;
}

.login_notice{
    width: 70%;
    margin: calc(60px + 2vw) auto 0; 
}
.login_notice span{
    font-weight: 500;
    font-size: 0.825rem;
    letter-spacing: -1px;
    word-spacing: 2px;
    color: #666;
    word-break: keep-all;
}
/* ----- // login area ----- */

/* ------ // section ----- */

footer{
    margin-top: 0px;
}
/* ------------------------------------------------ */