@charset "utf-8";

/**폰트 사이즈*/
/**********************************************************************************************
기본폰트 13px, 0.813em
22px ---> 11px ---> 0.846em
24px ---> 12px ---> 0.923em
26px ---> 13px ---> 0.813em
28px ---> 14px ---> 1.077em
30px ---> 15px ---> 1.154em
32px ---> 16px ---> 1.231em
34px ---> 17px ---> 1.308em
36px ---> 18px ---> 1.385em
38px ---> 19px ---> 1.462em
48px ---> 24px ---> 1.846em
58px ---> 29px ---> 2.231em
**********************************************************************************************/

/*footer*/
#fullpage .section.m_footer {height:191px !important; visibility: hidden;}
#fullpage .section.m_footer .fp-tableCell {height:191px !important;}
#fullpage .section.m_footer.active {visibility: inherit;} 

.footer_wrap {width:100%; margin:0 auto; text-align:center; padding:25px 15px 35px 15px; box-sizing: border-box;}
.footer_wrap .footer-select {text-align:center; width:100%; border:1px solid #d6d6d6; position: relative; border-left:0; border-right:0;}

.footer_wrap .footer-select {background:#fff url(../images/footer_select.png) center 14px no-repeat; background-size: 73px 9px; }
.footer_wrap .footer-select select.select_st01 {padding:0 10px; width:100%; text-align:center; background-color:#fff; position:relative; /*height:36px; */vertical-align: middle; box-sizing:border-box; position:relative; display:block; border:0; opacity:0;  padding:12px 0;}

.footer_wrap .info_wrap {width:100%; padding:0 20px; margin-top:25px; position: relative; box-sizing:border-box; text-align:center;}
.footer_wrap .info_wrap ul {width:100%; display:table;}
.footer_wrap .info_wrap ul li {display:table-cell; text-align:center; position: relative; vertical-align: middle; line-height:0;}
.footer_wrap .info_wrap ul li a {font-weight:bold; /*font-size:0.923em;*/ color:#333; }
.footer_wrap .info_wrap ul li:before {content: ''; width:1px; height:8px; position:absolute; left:0; top:2px; background-color: #d6d6d6; margin:0 0 1px 0; vertical-align: middle;}
.footer_wrap .info_wrap ul li:first-child:before {display: none;}

.footer_wrap .copy_wrap {margin-top:20px; text-align: center;}
.footer_wrap .copy_wrap p {color:#666; line-height:1.5em; font-size:0.923em;}
.footer_wrap .copy_wrap .txt_copy {margin-top:15px;}
.footer_wrap .copy_wrap .txt_copy span {color:#666 !important; font-family:'Dotum','Arial';}