/*Content CSS*/
footer {width:100%; background-color:#fff; clear:both; text-align: left; border-top: 1px solid #ddd;  }
.footer_con {width: 100%; max-width: 1460px; padding: 60px; margin: 0 auto; }
.footer_con > div {display: flex; justify-content: space-between; }
.footer_con .top {width: 100%; margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #ddd; }
.footer_con .top ul {display: flex;}
.footer_con .top ul li a {font-size: 17px; font-weight: 400; color:#666; word-break: keep-all; transition: color .3s ease;cursor: pointer;}
.footer_con .top ul li a:hover {color:#506171; }
.footer_con .top ul li::after {width: 1px; height: 12px; background: rgba(0,0,0,.2); display: inline-block; content: ""; margin: 0 35px; position: relative; top:-0;}
.footer_con .top ul li:last-child::after {display: none;}

footer .pc {display: block; }
footer .mob {display: none;}
.footer_con .btm {display: block;}
.ft_copy {font-size: 13px; font-weight: 300; color: rgba(0, 0, 0, 0.8); word-break: keep-all; line-height: 24px; }
.footer_con .btm span {font-size: 13px; font-weight: 300; color:rgba(0, 0, 0, 0.3);  line-height: 24px; margin-top: 20px;}
.footer_con .btm span a {color:rgba(0, 0, 0, 0.3);}


#top_btn {position: fixed; right: 20px; bottom: 20px; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; border: 1px solid #333; color: #333; font-size: 15px; background: rgba(255,255,255,0.5); z-index: 10; transition: .3s; pointer-events: none; opacity: 0;}
#top_btn:hover {border-color: #506171; background: #506171; color: #fff;}
.scrolled #top_btn {opacity: 1; pointer-events: auto;}

/* 모달 */
#policy .modal-header {text-align: center; }
#policy .modal-header h1 {font-size:20px; font-weight:600; color:#000; text-align: center; width: 100%; }
#policy .modal-body p { font-size:14px; font-weight: 300; color:#666; text-align: left; letter-spacing: -.5px;}
#policy .modal-body {min-height: 300px; }
#policy .modal-dialog {max-width: 1300px !important}
#policy .modal-dialog textarea {width: 100%; border:0; height: auto ; font-size:14px; font-weight: 300; color:#555; letter-spacing: -.5px; word-break: keep-all; line-height: 26px; height: 75vh; background-color: #f7f7f7; border-radius: 5px; padding:20px;}

/* 모달 */
#privacy .modal-header {text-align: center; }
#privacy .modal-header h1 {font-size:20px; font-weight:600; color:#000; text-align: center; width: 100%; }
#privacy .modal-body p { font-size:14px; font-weight: 300; color:#666; text-align: left; letter-spacing: -.5px;}
#privacy .modal-body {min-height: 300px; }
#privacy .modal-dialog {max-width: 1300px !important}
#privacy .modal-dialog textarea {width: 100%; border:0; height: auto ; font-size:14px; font-weight: 300; color:#555; letter-spacing: -.5px; word-break: keep-all; line-height: 26px; height: 75vh; background-color: #f7f7f7; border-radius: 5px; padding:20px;}

@media screen and (max-width: 1460px) {
    /* .ft_copy.pc br {display: none;} */
    .footer_con  {padding: 60px 50px; }
    .footer_con .btm {flex-direction: column; align-items: flex-start; }
    .footer_con .btm span {margin-top: 10px;}

    /* 모달 */
    #policy .modal-dialog {padding: 0 15px; }
    #policy .modal-header h1 {font-size:18px;}

    #privacy .modal-dialog {padding: 0 15px; }
    #privacy .modal-header h1 {font-size:18px;}
}

@media screen and (max-width: 1024px) {
    footer {text-align: center;}
    footer .pc {display: none; }
    footer .mob {display: block;}
    .footer_con > div {flex-direction: column; align-items: center;}
    .footer_con {padding: 50px 30px;}
    .footer_con .top {margin-bottom: 20px; padding-bottom: 20px;}
    /* .footer_con .top ul  {display: none;} */
    .footer_con .top ul li a {font-size: 14px; }
    .footer_con .top ul li::after {margin:0 15px; top: 1px; height: 12px;}
    .footer_con .top ul li a img {height: 20px;}

    .ft_copy,
    .footer_con .btm span {font-size: 12px; line-height: 1.65; }
    .footer_con .btm span {margin:10px 0 0; }

    /* .footer_con .top {display: block;}
    .footer_con .top  h1 {margin: 0 0 15px;}
    .footer_con .top ul {display: flex; justify-content: center; width: 100%;}
    .footer_con .top ul li {font-size: 13px;}
    .footer_con .top ul li::after {margin: 0 10px;} */

    #policy .modal-body textarea {font-size: 12px; padding: 10px; line-height: 1.6;}
    
    #privacy .modal-body textarea {font-size: 12px; padding: 10px; line-height: 1.6;}

}

@media screen and (max-width: 640px) {
    .footer_con {padding:40px 20px;}

    .footer_con .top {display: none;}
    .footer_con .top ul li a {font-size: 13px; }
    .footer_con .top ul li::after {margin:0 10px; top: 0; }

    /* .ft_copy,
    .footer_con .btm span {font-size: 11px; line-height: 20px;} */


}
@media screen and (max-width: 480px) {

}
