@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;   
	
	/*scroll-behavior: smooth;*/
    -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;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
.Wrapper{
    width: 90%;
    min-width: 1180px;
    max-width: 1200px;
    margin: 0 auto;
    /*background: rgba(0,255,0,.06);*/
}
@media screen and (max-width: 1200px){
    .Wrapper{
        width: 100%;
        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;
}
.bold{
    font-weight: bold;
}
::selection {
    background: #ff7800;
    color: #FFF;
    text-shadow: none;
}


/* 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;
}
.pgTitle.Wide{
    height: 400px;
}
.pgTitle.Basic{
    height: 300px;
}

.pgTitle.Wide .pgTitArea, 
.pgTitle.Basic .pgTitArea{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    text-align: center;
}
.pgTitle.Wide .pgTitArea h2, 
.pgTitle.Basic .pgTitArea h2{
    line-height: 56px;
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}
.pgTitle.Wide .pgTitArea h4{
    line-height: 32px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 5px;
}
.pgTitle.Wide .pgTitArea h4>span{
    font-weight: 500;
    color: #fff;
}
.pgTitle.Wide .pgTitArea p, 
.pgTitle.Basic .pgTitArea p{
    line-height: 24px;
    font-size: 17px;
    color: #fff;
}
.pgTitle.Wide .pgTitArea p{
    margin-top: 40px;
}
.pgTitle.Basic .pgTitArea p{
    margin-top: 20px;
}


/* P A G E - L N B  N A V 영 역  공 통 사 항 */
#lnbNav{
    width: 100%; height: 50px;
    background: #eee;
}
#lnbNav .lnbMenu{
    width: 100%;
    display: flex;
}
.lnbMenu>li{
    width: 25%; height: 100%;
    text-align: center;
}
.lnbMenu>li>a{
    width: 100%; height: 100%;
    display: inline-block;
    border-right: 1px solid #fff;
    background: #eee;
    color: #666;
    padding: 12px 0 13px 0;
}
.lnbMenu>li:first-child>a{
	border-left: 1px solid #fff;
}
.lnbMenu>li>a.lnbSelect{
    background: #fff;
    font-weight: 500;
    color: #ff7800;
}
.lnbMenu>li>a:hover{
    color: #000;
}
.lnbMenu>li>a.lnbSelect:hover{
    color: #ff7800;
}


/* P A G E - L N B  타 이 틀  공 통 사 항 */
.lnbTitle{
    text-align: center;
    margin: 70px 0;
}
.lnbTitle .lnbTitB{
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #000;
}
.lnbTitle .lnbTitL{
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #666;
    margin-top: 14px;
}

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

.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;
}


/* 게시판 하단 버튼 STYLE */
.List_btn{
    width: 100%;
    margin-bottom: 30px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.List_btn .rv-btn, 
.List_btn .paging-btn{
    text-align: right;
}
.List_btn .rv-btn>a, 
.List_btn .paging-btn>a{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 11px 50px;
    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;
}





/* 버튼 hover 효과를 위한 transition */
.btnEf{    
    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;
}

/* 버튼 내 '>' 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;
}


/* 그라데이션 더보기 버튼 */
.moreLink{
    text-align: center;
}
.moreLink>a, 
.moreLink .linkBtn{
    display: inline-block;
    width: 30%;
    padding: 12px 0;
    color: #fff;
    font-size: 15px;
    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>a>span{
    color: #fff;
}
.moreLink>a:hover{
    background-position: right center; 
}





.moreLink>a.btnGray{
    background-image: linear-gradient(to right, #eee 0%, #d7d7d7 51%, #eee 100%);
    color: #666;
    
}
.moreLink>a.btnGray>span{
    color: #666;
}
