@charset "utf-8";
/*모바일 퍼스트 스타일*/


/*공지사항-리스트*/
.notice_wrap{padding:20px 15px;}
.notice_wrap li{padding:20px 0 20px 0;border-bottom:1px solid #b2b2b2;box-sizing:border-box;}
.notice_wrap li:first-child{padding-top:0;}
.notice_wrap li a.title{display: block; font-size:16px;}
.notice_wrap li a.title:active{text-decoration: underline;}
.notice_wrap li a:visited{color:#888;}
.notice_wrap li .day{margin-top:20px;color:#888;font-size:12px;letter-spacing: 0;}

/*공지사항-상세*/
.notice_wrap .notice_h {padding-top:20px; padding-bottom: 20px;border-bottom:1px solid #b2b2b2;}
.notice_wrap .notice_h .title{font-size:18px;font-weight: 500; line-height: 28px;word-break:keep-all;}
.notice_wrap .notice_h .day{margin-top:20px;color:#888;font-size:12px;letter-spacing: 0;}
.notice_wrap .notice_con{padding:25px 0;color:#888888;font-size:14px;line-height: 24px;word-break:keep-all;}
.notice_wrap .notice_con p{font-size:14px;line-height: 24px;}
.notice_wrap .notice_con img{max-width:100%;}

/*앱설치 , 에러*/
.state_wrap{}
.state_wrap .state_h{padding:40px 15px 15px 15px;width:100%;background:#0060ba;}
.state_wrap .state_h h3{display: block; padding-top:30px;background: url('../images/state_title.png')no-repeat 0 0;background-size: 30px; color:#fff;font-size:60px;font-weight: 100;}
.state_wrap .state_con{padding:20px 15px;}
.state_wrap .state_con .f14{font-weight: 100;}
.state_wrap .state_con .download{display: block;padding:15px 15px 15px 60px; color:#fff; font-size:17px;font-weight: 100;box-sizing:border-box;}
.state_wrap .state_con .download.apple{background: url('../images/apple.png')no-repeat 15px center #333;background-size: 25px; }
.state_wrap .state_con .download.android{background: url('../images/android.png')no-repeat 15px center #333;background-size: 25px; }
.state_wrap .state_con .lang{display: table;margin: 25px auto 0 auto;}
.state_wrap .state_con .lang li{float:left;padding:0 15px;position: relative;}
.state_wrap .state_con .lang li:first-child:after{display: block;content:"";position: absolute;top:5px;right:0;width:1px;height:15px;background: #888;}
.state_wrap .state_con .lang li a{font-size:16px;color:#888;}


/*이용약관,개인정보처리방침*/
.terms_wrap{margin:20px 15px;padding:20px;border:1px solid #dfdfdf;}
.terms_wrap>h3,.terms_wrap p,.terms_wrap li{line-height: 26px; font-size:16px;font-weight: 300;word-break:keep-all;}
.terms_wrap p{margin-top:25px;margin-bottom:25px;}
.terms_wrap li{margin-top:10px;color:#888;}
.terms_wrap li ol li{padding-left: 10px;}
.terms_wrap table{border:1px solid #ddd;}
/** wsjoo 2022-08-04 modify
.terms_wrap table th,.terms_wrap table td{padding:4px;box-sizing:border-box;color:#f00;}
**/
.terms_wrap table th,.terms_wrap table td{padding:4px;box-sizing:border-box;color:#000;}
.terms_wrap table th{border:1px solid #ddd;font-weight: 500;}
.terms_wrap table td{border:1px solid #ddd;}
/*===========================================*/
/*================미디어 쿼리 시작============*/
/*=====================
모바일 퍼스트 : min-width / 데스크탑 퍼스트 : max-width
=======================*/
@media all and (min-width:1824px){/*데스크탑 큰 모니터*/

}

@media all and (min-width:1224px){/*데스크탑 브라우저 가로*/
}



@media all and (min-width:1024px){/*태블릿 가로*/
}

@media all and (min-width:900px){

}

@media all and (min-width:768px){/*태블릿 세로*/

}


@media all and (min-width:640px){/*모바일 가로*/

}

@media all and (min-width:576px){/*모바일 가로*/
.state_wrap .state_con .mgt60{display: table; margin:60px auto 0 auto;}
.state_wrap .state_con .download{display: inline-block; margin:0 10px;width: 260px}
}

@media all and (min-width:414px){/*아이폰플러스 시리즈*/

}

@media all and (min-width:375px){/*아이폰 시리즈*/

}

@media all and (min-width:360px){/*갤럭시 시리즈*/


}

@media all and (min-width:320px){/*아이폰4 이하*/


}