@charset 'utf-8';

/* 폰트공통 */
@import url('import/layout_fonts.css');

/* 폰트기본공통 */
@import url('import/layout_basics.css');

/* 하단 푸터공통 */
@import url('import/layout_footer.css');

/* 검색공통 */
@import url('import/layout_search.css');

/* 버튼공통 */
@import url('import/layout_buttons.css');

/* 상단정보공통 */
@import url('import/layout_topBar.css');

/* 퀵정보공통 */
@import url('import/layout_quickBar.css');

/* 메모 공통 */
@import url('import/layout_memo.css');

/* ETC 공통 */
@import url('import/layout_etc.css');

/* LODDING 공통 */
/* @import url('import/layout_loddingStyle_200217.css'); */
@import url('import/layout_loddingStyle_200218.css');

/* POP LODDING 공통 */
@import url('import/layout_popLoddingStyle_230728.css');

/***********************************************************************************************/

/* bottom */
#botArea {position: relative;width: 100%;background-color: #333333;}

#botArea .botLink {width: 90%;margin:0 auto;text-align: center;display: block;padding: 2em 0;}
#botArea .botLink a {margin: 10px 5px;display: inline-block;}

#botArea .botWr {width: 65%;margin:0 auto;display: block;overflow: hidden;line-height: 1.5;color: #898989;text-align: center;}
#botArea .botWr .botWrLeft,
#botArea .botWr .botWrCent,
#botArea .botWr .botWrCentSub,
#botArea .botWr .botWrRight {vertical-align: middle;display: inline-block;}
#botArea .botWr .botWrLeft img.botImg {width:170px;opacity: 0.5;}

#botArea .botWr .botWrCent {/*margin-left: 50px;*/margin:0 auto;width:80%;}
#botArea .botWr .botWrCent .botWrInfo {text-align: center;}
#botArea .botWr .botWrCent .botWrInfo li {display: inline-block;font-size: 14px;}

#botArea .botWr .botWrCentSub {/*margin-left: 50px;*/margin:0 auto;width:58%;}
#botArea .botWr .botWrCentSub .botWrInfo {text-align: center;}
#botArea .botWr .botWrCentSub .botWrInfo li {display: inline-block;font-size: 14px;}

#top_btn {position: fixed;bottom: 20px;right: 20px;width: 50px;height: 50px;line-height: 46px;border: 2px solid #333;color: #333;text-align: center;font-size: 15px;z-index: 90;background: rgba(255,255,255,0.5);cursor: pointer;}

#top_btn .fa{display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
#top_btn .sound_only {display: inline-block !important;position: absolute;top: 0;left: 0;width: 0;height: 0;margin: 0 !important;padding: 0 !important;font-size: 0;line-height: 0;border: 0 !important;overflow: hidden !important;}
#top_btn  .fa-arrow-up:before {content: "\f062";}
#top_btn:hover {border-color: #6a3691;background: #6a3691;color: #fff;}

#botArea .botWrCopy {text-align: center;padding-bottom: 30px;color: #8d8080;}
#botArea .botWrCopy span {display: block;}
#botArea .botWrCopy span:last-child {margin-top: 1.1em;color: #7a7a7a;}