/* BASIC css start */
 /* 메인 상단 */
 
 
#mship_wrap{letter-spacing: -2px;}
#mship_wrap > #mship_wrap_top {width: 100%; background-image: url("/design/ilsanm/13199/tem173/member_topban01.jpg"); display: flex; flex-direction: column; align-items: center; justify-content: space-evenly;}
        
#mship_wrap > #mship_wrap_top > img{width: 12%; margin-top: 10px;}
#mship_wrap > #mship_wrap_top > h1 {font-size: 18px; font-family: 'Noto Sans KR',sans-serif; font-weight: 700; color: #17406c; margin:10px auto;}
#mship_wrap > #mship_wrap_top > p {font-size: 4vw;font-family: 'Noto Sans KR', sans-serif; font-weight: 400;color: #3e3e3e;text-align: center; margin:10px auto;}

/* 혜택 안내 */
#mship_wrap > #mship_wrap_info { margin: 0 auto; }
#mship_wrap > #mship_wrap_info > h1 {margin-bottom: 10px; margin-top: 10px; font-size: 23px; font-family: 'Noto Sans KR', sans-serif; font-weight: 700;color: #17406c; text-align: center;}
#mship_wrap > #mship_wrap_info > #info_container {display: flex; justify-content: space-evenly;; margin: 0 auto; align-items: center; flex-flow: row wrap;}
#mship_wrap > #mship_wrap_info > #info_container > .info_content {
            width: 180px;
            height: 100px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background-position: center;
            background-size: contain;            
            box-sizing:border-box;
            background-repeat: no-repeat;
        }

#mship_wrap > #mship_wrap_info > #info_container > .info_content > h2 {
            margin-left: 50px;
            font-size: 4vw;
            font-family: 'Noto Sans KR', sans-serif;
            font-weight: 700;
            color: #17406c;
            margin-top: 5px;
            margin-bottom: 5px;
        }

#mship_wrap > #mship_wrap_info > #info_container > .info_content > h3 {
            margin-left: 50px;
            font-size: 16px;
            font-family: 'Noto Sans KR', sans-serif;
            font-weight: 300;
            color: #17406c;
        }

#mship_wrap > #mship_wrap_info > #info_container > .info_content > h4 {
            margin-left: 50px;
            font-size: 12px;
            font-family: 'Noto Sans KR', sans-serif;
            font-weight: 400;
            color: #888888;
        }

        
/* 등급별 혜택 */
#mship_wrap > #mship_wrap_benefit {                        
            margin: 0 auto;
        }

#mship_wrap > #mship_wrap_benefit > #mship_wrap_benefit_title {
            margin-bottom: 20px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            text-align: center;
            align-items: center;
        }

#mship_wrap > #mship_wrap_benefit > #mship_wrap_benefit_title > h1 {
            font-family: 'Noto Sans KR', sans-serif;
            font-size: 6vw;
            font-weight: 700;
            color: #17406c;
            margin-top: 20px;
        }

#mship_wrap > #mship_wrap_benefit > #mship_wrap_benefit_title > p {
            align-self: center;
            font-family: 'Noto Sans KR', sans-serif;
            font-size: 16px;
            font-weight: 400;
            color: #888888;
            padding:10px
        }
#mship_wrap > #mship_wrap_benefit > #benefit_container {display: flex; justify-content: space-evenly; flex-flow: row wrap; align-items: center;}
#mship_wrap > #mship_wrap_benefit > #benefit_container > .benefit_contents {width: 180px; height: 130px;display: flex;flex-direction: column; justify-content: center; background-position: center; box-sizing:border-box;box-sizing: border-box;text-align: left;align-items: center;border-radius: 15px; margin-top: 10px;}
#mship_wrap > #mship_wrap_benefit > #benefit_container > .benefit_contents > h2 {font-size: 21px; font-family: 'Noto Sans KR'; font-weight: 700;}
#mship_wrap > #mship_wrap_benefit > #benefit_container > .benefit_contents > p {font-size: 13px; font-family: 'Noto Sans KR'; font-weight: 400; color: 3e3e3e;}
#mship_wrap > #mship_wrap_benefit > #benefit_container > .benefit_contents > p>span{font-weight: 400; font-family: 'Noto Sans KR', sans-serif; font-size: 10pt; color: #3e3e3e;}
#contents_one>h2{color:#ffffff;}
#contents_one{color:#ffffff;}
#contents_two{color:#ffffff;}
#contents_two>h2{color:#ffffff;}
        
        
/* TAB-MENU */
#contentWrapper{background-color: #f9f9f9;}

#mship_title{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 20px;
    align-items: center;
    }
    
#mship_title>h1{
    font-size: 7vw;
    font-family: 'Noto Sans KR';
    font-weight: 700;
    color: #17406c;
    margin-top: 50px;
    text-align:center;

}    

#mship_title>p{
    font-size: 16px;
    font-weight: 300;
    font-family: 'Noto Sans KR';
    color: #333333;
    margin-top: 20px;
    padding:20px;
    }
    
#mship_title>p>span{
    font-weight: 700;
    color: #17406c;}    

#tabs-container{
    width:95vw;
    margin:0 auto;
}

.tabs-menu {
    height: 40px;
    width: 95vw;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.tabs-menu li {
    width: 15vw;
    height: 40px;
    line-height: 1;      
    background-color: #dddddd;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tabs-menu li a {    
    text-transform: uppercase;
    color: #888888;
    text-decoration: none;
    font-size: 2.8vw;
    font-family: 'Noto Sans KR';
    font-weight: 400;
}

.tabs-menu .current a {
    color: #17406c;
    font-size: 2.8vw;
    font-weight: 700;
    vertical-align: middle;
}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    border-bottom-left-radius: 15px;    
    border-bottom-right-radius: 15px;
    display: flex;
    flex-direction: column;   
}

.tab-content {
    margin:0 auto;
 
}

#tab-1 {
 display: block;   
}

.tab_contents_ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;}

.gift-boxwrap {
    width: 88vw;    
    border: 1px solid#f9f9f9;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    border-radius: 15px;
    background-color: #f9f9f9;
    padding: 5px;
}

.gift-boxwrap .gift-thum {
    width: 20.5vw;
    height: 15.5vh;
    border: 1px solid #ffffff;    
    border-radius: 15px;
    overflow:hidden;
    background-color: #ffffff;
    text-align: center;
}

.gift-boxwrap .gift-thum img { width:18vw; height:15vh;}

.gift-boxwrap .dsc-box {    
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;   
    align-items: center;
    padding: 10px;
    width: 50vw;    
    font-weight: 400;
    font-family: 'Noto Sans KR';
    text-align: left;}
    
.gift-boxwrap> .dsc-box>h1{
    font-size: 3.5vw;
    font-weight: 700;
    font-family: 'Noto Sans KR';
    color: #17406c;}
    
.gift-boxwrap> .dsc-box > p{
    font-size:14px;}
    
    
#mship_login{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 100px;
    background-color: #f3f3f3;
    }
    
    
#mship_login > h1{
font-size: 11pt;
    color: #17406c;
    }
#mship_login > div{
display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 80vw;
    text-align: center;}
    
#mship_login > div > a >h2{
    width: 150px;
    height: 30px;
    border: 1px solid #17406c;
    line-height: 30px;
    border-radius: 10px;
    }
    
/* BASIC css end */

