@charset "urf-8";


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* - Google Fonts | Noto Sans KR - */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/* - Noonnu Fonts | Gmarket Sans M/B - */
@font-face { font-family: 'GmarketSansMedium'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'GmarketSansBold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff'); font-weight: normal; font-style: normal; }

/*아리따돋움*/
@font-face { font-family: 'Arita-dotum-Medium'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Arita-dotum-Medium.woff') format('woff'); font-weight: normal; font-style: normal; } 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    font-family: 'Noto Sans KR', sans-serif;
    /*font-family: 'GmarketSansMedium';
    font-family: 'GmarketSansBold';*/
    
    font-weight: 400;
    color: #333;
}



/* HTML5 display-role reset for older browsers */
*{
    box-sizing: border-box;   
    -webkit-touch-callout : none;
    -webkit-overflow-scrolling: touch; 
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.6;
}
a {
    text-decoration: none;
    outline: none;
    color: #333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{
    width: 100%;
}

/* */
.scroll-active{
    overflow: hidden;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
#Container{
    min-width: 320px;
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    
    overflow: hidden;
    position: relative;
}
.Wrapper {
    padding: 0 10px;
}

.clear:after{
    content: '';
    display: block;
    clear: both;
}
.divider{
    display: inline-block;
    width: 1px; height: 10px;
    background: #aaa;
    margin: 0 10px;
}
.orange{
    color: #ff7800;
}
.red2{
    color: #e22d38;
}

/* h1 - h6  타 이 틀  공 통 사 항 */

/* 메인페이지 메인타이틀 */
h2{
    display: block;
    font-size: 35px;
    line-height: 45px;
    font-family: 'GmarketSansBold';
    color: rgb(0,0,0);
    margin-right: 10px;
}
h2 .titPoint{
    font-size: 43px;
    line-height: 45px;
    font-family: 'GmarketSansBold';
    color: #ff7800;
}
h3{
    line-height: 30px;
    font-size: 25px;
    font-weight: 700;
}
/* 서브페이지 섹션타이틀- NORMAL ver. */
h4{
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    
    /* 미디어쿼리 
    font-size: 18px;
    line-height: 18px; */
}

/* 메인페이지 작은 타이틀 (story ) */
h5{
    float: left;
    font-size: 20px;
    font-weight: 700;
    color: rgb(0,0,0);
}



/* P A G E  T I T L E 영 역  공 통 사 항 */
.pgTitle.Wide, 
.pgTitle.Basic{
    width: 100%; 
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.pgTitle.Wide{
    height: 200px;
}
.pgTitle.Basic{
    height: 200px;
}

.pgTitle.Wide .pgTitArea, 
.pgTitle.Basic .pgTitArea{
    width: 80%;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    text-align: center;
}
.pgTitle .pgTitArea h3{
    color: #fff;
}
.pgTitle .pgTitArea h3>span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    padding-bottom: 5px;
}
.pgTitle .pgTitArea p{
    line-height: 18px;
    font-size: 12px;
    color: #fff;
}
.pgTitle.Wide .pgTitArea p{
    margin-top: 20px;
}
.pgTitle.Basic .pgTitArea p{
    margin-top: 5px;
}

/* L N B  T I T L E  공 통 사 항 */
.lnbTitle{
    text-align: center;
    margin: 40px 0;
}
.lnbTitle>p{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #666;
    margin-top: 5px;
}


/* P A G E - C N B 버 튼 T A B  공 통 사 항 */

/* section 내 와이드 컬러형 more btn */
.moreLink{
    text-align: center;
}
.moreLink .linkBtn{
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    background-image: linear-gradient(to right, #ff7800 0%, #f24611 51%, #ff7800 100%);
    background-size: 200% auto;
    transition: all 0.5s;
    cursor: pointer;
}
.moreLink .linkBtn>span{
    color: #fff;
}
.moreLink .btnGray{
    background-image: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-top: solid 1px #eee;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,.2);
    color: #666;    
}
.moreLink>a.btnGray>span{
    color: #666;
}

/* section 내 작은 텍스트형 more btn */
.moreBtn>a{
    float: right;
    display: block;
    font-size: 12px;
    color: #666;
    padding: 5px 0 5px 10px;
}
.moreBtn>a:after{
    content: '+';
    margin-left: 3px;
}

/* 버튼 내 '>' span 스타일 */
.btnArrow{
    font-family: 'Arita-dotum-Medium';
    font-weight: 700;
    margin-left: 5px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

/* 게시판 하단 버튼 STYLE */
.List_btn{
    width: 100%;
    margin: 20px 0 30px 0;
}
.List_btn .rv-btn, 
.List_btn .paging-btn{
    text-align: center;
}
.List_btn .rv-btn>a, 
.List_btn .paging-btn>a{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    background: #ff7800;
    color: #fff;
    cursor: pointer;
}
.List_btn .rv-btn>a>span{
    color: #fff;
}
.List_btn .rv-btn>a:hover, 
.List_btn .paging-btn>a:hover{
    background: #f24611;
}
/* 이전글, 다음글, 목록 - 구분 STYLE */
.List_btn .paging-btn>a{
    padding: 11px 20px;
}
.List_btn .paging-btn>a.gobtn{
    background: #eee;
    color: #666;
}
.List_btn .paging-btn>a.gobtn:hover{
    background: #666;
    color: #eee;
}



/* * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * M E D I A  * * * * * * * * */
@media screen and (max-width: 540px){
    /* 메인페이지 메인타이틀 */
    h2{
        font-size: 20px;
        line-height: 28px;
    }
    h2 .titPoint{
        font-size: 28px;
        line-height: 28px;
    }
    h3{
        line-height: 26px;
        font-size: 20px;
    }
    h4{
        font-size: 18px;
        line-height: 18px;
    }
    /* 메인페이지 작은 타이틀 */
    h5{
        font-size: 16px;
    }
    /* section 내 more btn */
    .moreBtn>a{
        font-size: 12px;
        padding: 3px 0 3px 10px;
    }
    
    /* PAGE TITLE 공통사항 */
    .pgTitle.Wide{
        height: 120px;
    }
    .pgTitle.Basic{
        height: 150px;
    }
    .pgTitle.Basic .pgTitArea{
        width: 100%;
    }
    .pgTitle.Wide .pgTitArea h3>span{
        font-size: 12px;
        line-height: 16px;
        padding-bottom: 2px;
    }
    .pgTitle.Wide .pgTitArea p{
        margin-top: 12px;
        display: none;
    }
    /* LNB TITLE 공통사항 */
    .lnbTitle{
        margin: 40px 0 20px 0;
    }
    .lnbTitle>p{
        font-size: 12px;
    }
    /* 게시판 하단 버튼 STYLE */
    .List_btn .rv-btn>a, 
    .List_btn .paging-btn>a{
        font-size: 12px;
    }
    .List_btn .paging-btn>a{
        padding: 8px 17px;
    }
    
}








.cnbTab{
    width: 100%; height: 48px;
    margin-bottom: 50px;
}
.cnbTab .cnbMenu{
    width: 100%;
    display: flex;
}
.cnbMenu>li{
    width: 16.67%; height: 100%;
    text-align: center;
    background: yellow;
}
.cnbMenu>li>a{
    width: 100%; height: 100%;
    display: inline-block;
    border-bottom: 1px solid #000;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #888;
    padding: 13px 0;
}
.cnbMenu>li>a.cnbSelect{
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-bottom: none;
}
.cnbMenu>li>a:hover{
    color: #000;
}


/* PAGINATE 공통사항 */
.paginate{
    text-align: center;
    padding: 20px 0;
}
.paginate .paging {
    display: inline-block;
}
.paginate .paging>li{
    display: inline-block;
}
.paginate .pageBtn{
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #eee;
    width: 40px; height: 40px;
    margin: 0 1px ;
    font-size: 15px;
    font-family: 'Arita-dotum-Medium';
    line-height: 40px;
    color: #666;
}
/* paginate Arrows */
.paginate .pageBtn.pgStart{
    background: url(../img/4community/PAGINATE_START.svg);
}
.paginate .pageBtn.pgEnd{
    background: url(../img/4community/PAGINATE_END.svg);
}
/* 현재 페이지 클릭상택 STYLE */
.paginate .pageBtn.pgActive{
    border: 1px solid #f24611;
    color: #f24611;
    font-weight: 500;
}





/* 화면 넓이 아이폰6 보다 좁은 경우 */
@media screen and (max-width: 365px){
    .divider{
        margin: 0 3px;
    }
    /* PAGE TITLE */
    .pgTitle.Basic .pgTitArea p{
        font-size: 11px;
    }
    
    
    
}
    






