@charset 'utf-8';

/** main **/
/* 모집 아이콘 공통 */
.recrutEndIcon{
    width: 73px;
    height: 28px;
    background: url('../img/club/mkml/label_recruited@2x.png') no-repeat;
    background-size: 72px 28px;
}
.recruitingIcon{
    width: 59px;
    height: 28px;
    background: url('../img/club/mkml/label_recruiting@2x.png') no-repeat;
    background-size: 59px 28px;
}
.prerecruitIcon{
    width: 73px;
    height: 28px;
    background: url('../img/club/mkml/label_berecruit@2x.png') no-repeat;
    background-size: 72px 28px;
}
/* main top */
.clubSierraMain_topWrap{
    width: 100%;
}
.clubSierraMain_topContainer{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
/* .topImgBg{
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
} */
.clubSierraMain_topMainImg{
    width: 100%;
    height: 240px;
    /* background: linear-gradient(to left, rgba(0,0,0,.99),rgba(0,0,0,.4)), url('../img/banner/img_top_banner_srr.png') no-repeat; */
    background: url('../img/banner/img_top_banner_srr.png') no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}
.clubSierraMain_topMainTxt{
    color: #ffffff;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.clubSierraMain_topMainTxt dl{
    position: absolute;
    top: -190px;
    left: 0px;
    width: 100%;
}
.clubSierraMain_topMainTxt dl dt{
    font-size: 40px;
    font-weight: 500;
}
.clubSierraMain_topMainTxt dl dd{
    font-size: 15px;
    width: 621px;
}
.clubSierraMain_topMainTxt dl dd:nth-child(2){
    margin-top: 14px;
}
.clubSierraMain_topMainTxt dl dd:last-child{
    width: 272px;
    height: 120px;
    position: absolute;
    right: 0;
    top: 10px;
}
.clubSierraMain_topMainTxt dl dd:last-child img{
    width: 272px;
    height: 120px;
}

/* main tab */
.clubSierraTab_wrap{
    width: 1200px;
    margin: 60px auto 0 auto;
}
.clubSierraTab_wrap .-fdp-tab-line-type__header li{
    font-size: 18px;
    margin-right: 60px;
}
.clubSierraTab_wrap .-fdp-tab-line-type__header li:first-child{
    margin-left: 0;
}
.clubSierraTab_wrap .-fdp-tab-line-type__header-item{
    color: rgba(0, 0, 0, 0.8);
    padding: 0;
}

/** 산행목록 **/
.clubSierraList_topWrap{
    width: 100%;
}
.clubSierraList_topContainer{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 20px 0 70px 0;
    border-bottom: 1px solid #cccccc;
}
.clubSierraList_topContainer .sliderArea_txtWrap{
    width: 1080px;
    text-align: left;
    position: absolute;
    top: 60px;
    left: 60px;
    z-index: 10;
    color: #ffffff;
}
.clubSierraList_topContainer .bannerBg{
    width: 1200px;
    height: 340px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000000;
    opacity: 0.4;
    z-index: 0;
}
.clubSierraList_topContainer .sliderArea_sTxt span{
    display: inline-block;
}
.clubSierraList_topContainer .sliderArea_sTxt span:last-child{
    font-size: 14px;
    height: 28px;
    vertical-align: top;
    padding-top: 3px;
    margin-left: 4px;
}
.clubSierraList_topContainer .sliderArea_tit{
    font-size: 40px;
    font-weight: 500;
    margin-top: 10px;
}
.clubSierraList_topContainer .sliderArea_cTxt{
    font-size: 16px;
    margin-top: 4px;
}
.clubSierraList_topContainer .sliderArea_particiBtn{
    position: absolute;
    right: 0;
    top: 168px;
}

/* 산행목록 banner */
.clubSierraList_topContainer .role_banner_container {
    width: 1200px;
    height: 340px;
    text-align: left;
    padding: 0px;
    background-image:url('../img/club/sierra/img_banner_default@2x.png');
    background-repeat: no-repeat;
    background-size: 1200px 340px;
    position: relative;
}

/* 산행 목록 리스트 */
.clubSierraList_bottomWrap{
    width: 100%;
}
.clubSierraList_bottomContainer{
    padding-top: 40px;
    padding-bottom: 60px;
}
.clubSierraList_bottomContainer .eventList{
    text-align: left;
    padding-bottom: 20px;
}
.clubSierraList_bottomContainer .eventList_row li{
    margin-bottom: 20px;
}
.clubSierraList_bottomContainer .eventList_row li:first-child{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}
.clubSierraList_bottomContainer .eventList_row dl{
    color: #ffffff;
    height: 340px;
    position: relative;
}
.clubSierraList_bottomContainer .eventList_row dt{
    font-size: 40px;
    font-weight: 500;
    position: absolute;
    margin-top: 100px;
    margin-left: 60px;
    z-index: 10;
}
.clubSierraList_bottomContainer .eventList_row dd{
    font-size: 16px;
    height: 340px;
}
.clubSierraList_bottomContainer .eventList_row dd:nth-child(2){
    position: absolute;
    margin-top: 163px;
    margin-left: 60px;
    z-index: 10;
}
.clubSierraList_bottomContainer .eventList_row dd img{
    width: 1200px;
    height: 340px;
}
.clubSierraList_bottomContainer .list_bg{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0px;
}

/** 산행목록 상세 **/
/* top contents */
.clubSierraDetail_topContainer{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 40px 0 64px 0;
    border-bottom: 1px solid #cccccc;
}
.clubSierraDetail_topContainer td{
    height: 300px;
    text-align: left;
    vertical-align: top;
    color: #000000;
}
.clubSierraDetail_topContainer td:first-child{
    width: 700px;
}
.clubSierraDetail_topContainer .detailTit{
    font-size: 26px;
    font-weight: 500;
    padding-top: 6px;
}
.clubSierraDetail_topContainer .detailExp{
    font-size: 16px;
    padding-top: 20px;
    line-height: 1.5;
    margin-right: 120px;
}
.clubSierraDetail_topContainer .detailCont{
    font-size: 18px;
    padding-top: 30px;
    line-height: 1.5;
}
.clubSierraDetail_topContainer td:last-child img{
    width: 500px;
    height: 300px;
}
/* gallery contents */
.clubSierraDetail_galContainer {
    padding-top: 40px;
    padding-bottom: 109px;
    width: 1200px;
    margin: 0 auto;
}
.clubSierraDetail_galContainer .detailGalleryTit{
    font-size: 26px;
    font-weight: 500;
    color: #000000;
    text-align: left;
    margin-bottom: 20px;
}
.clubSierraDetail_galContainer .detailGalleryList li{
    width: 100%;
    margin-bottom: 30px;
}
.clubSierraDetail_galContainer .detailGalleryList li img{
    width: 100%; 
    height: 800px;
}
.clubSierraDetail_galContainer .detailGalleryList li:nth-child(3n){
    margin-right: 0;
} 
/* gallery popup */
.clubSierraDetail_galContainer .detailGalleryList_imgPopup{
    position: absolute;
    width: 1000px;
    /*margin: 220px auto; */
}
.clubSierraDetail_galContainer .detailGalleryList_imgPopup img{
    width: 1000px;
    height: 640px;
}

/**공지사항**/
.sierNoticeListTable{
    padding-bottom: 60px;
}
.sierNoticeListTable table{
    width: 100%;
    margin-top: 40px;
    text-align: left;
    font-size: 16px;
    color: #000000;
    margin-bottom: 40px;
}
.sierNoticeListTable thead th{
    height: 60px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #cccccc;
    padding-left: 30px;
    font-weight: 500;
    text-align: left;
}
.sierNoticeListTable tbody tr:hover{
    background-color: rgba(0, 0, 0, 0.02);
}
.sierNoticeListTable tbody td{
    height: 60px;
    border-bottom: 1px solid #cccccc;
    padding-left: 30px;
    color: #000000;
}
.sierNoticeListTable tbody td a{
    color: #000000;
}
.sierNoticeListTable .maintit {
    font-size:20px
}

/*공지사항 상세*/
.sierNoticeDetail{
    width: 100%;
    margin-top: 40px;
}
.sierNoticeDetail thead th{
    height: 100px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #cccccc;
    vertical-align: middle;
    text-align: left;
    position: relative;
}
.sierNoticeDetail thead th dl dt{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}
.sierNoticeDetail thead th dl dd{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}
.sierNoticeDetail .listReturnBtn{
    position: absolute;
    right: 0;
    top: 30px;
}
/* .sierNoticeDetail .listReturnBtn button{
    width: 106px;
} */
.sierNoticeDetail tbody td{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding-top: 40px;
    padding-bottom: 80px;
}

/**소개 및 회칙**/
.sierIntroWrap{
    width: 100%;
    margin-top: 30px;
}
.sierIntroWrap li{
    border-bottom: 1px solid #cccccc;
    padding-top: 10px;
    padding-bottom: 60px;
    height: auto;
    position: relative;
}
.sierIntroWrap li:last-child{
    border-bottom: none;
}
.sierIntroWrap dt{
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}
.sierIntroWrap dd{
    font-size: 18px;
    color: #292929;
    margin-top: 20px;
}
.sierIntroWrap .sierraLogo{
    position: absolute;
    right: 60px;
    bottom: 60px;
}
.sierIntroWrap .sierraLogo img{
    width: 300px;
    height: 145px;
}
.sierIntroWrap .organiChart img{
    width: 1124px;
    /* height: 272px; */
    margin-top: 40px;
}

/** 전체 일정 **/
.clubSierraCalendar_wrap{
    text-align: left;
    padding-bottom: 60px;
    width: 1200px;
    margin: 0 auto;
}
.clubSierraCalendar_list{
    width: 100%;
    margin-top: 20px;
}
.clubSierraCalendar_list li{
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 20px;
}
.clubSierraCalendar_list li:nth-child(3n){
    margin-right: 0px;
}
.clubSierraCalendar_cont{
    margin-top: 8px;
    font-size: 18px;
    color: rgba( 0, 0, 0, 0.8);
    position: relative;
}
.clubSierraCalendar_cont .label{
    position: absolute;
    right: 0;
    display: inline-block;
    height: 20px;
}
.clubSierraCalendar_cont .label img{
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
    margin-right: 4px;
}