/* footer */
footer {
    height: auto !important;
    color: #fff;
    background-color: #333;
    padding: 50px 0;
    display: flex;
    position: relative;
}
footer .cont-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

footer .cont-wrap .intro-txt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
footer .company-info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

footer .cont-wrap .intro-txt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
footer .company-info {
    display: flex;
    flex-direction: row;
}
footer .company-info .logo {
    width: 169px;
    height: 25px;
    background-image: url('../img/f_logo.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: -2px;
}

footer .company-info .address {
    margin-left: 82px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2px;
}
footer .company-info .address div:nth-of-type(1) {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Nanum Square', sans-serif;
}
footer .company-info .address .num span,
footer .company-info .address .num span a,
footer .company-info .address .num a {
    font-size: 16px;
    line-height: 26px;
    color:rgba(255, 255, 255, 0.8);
    font-family: 'Nanum Square', sans-serif;
}
footer .company-info .address .num span:last-child {
    margin-left: 34px;
}
footer .company-info .address div:nth-of-type(3) {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Nanum Square', sans-serif;
    margin-top: 13px;
}

/* 복사 */
footer .company-info .address .clipboard {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
footer .company-info .address .clipboard .copy-input {
    /* max-width: 500px;
    width: 420px; */
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Nanum Square', sans-serif;
    text-align: left;
    /* width: auto; */
    display: block;
}
footer .company-info .address .clipboard textarea {
    border: none;
    padding: 0;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Nanum Square', sans-serif;
    text-align: left;
    pointer-events : none;
    resize: none;
    height: 22px;
}
footer .company-info .address .clipboard textarea::-webkit-scrollbar {
    display: none;
}

footer .company-info .address .nums .num-item .clipboard .copy-input {
    width: 100px;
}

footer .company-info .address .clipboard .copy-input:focus,
footer .company-info .address .clipboard textarea:focus {
    outline: none;
}
.copied, footer .company-info .address .nums .num-item .copied {
    font-family: 'Montserrat', sans-serif;
    width: 230px;
    display: none;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color:#000;
    padding: 15px 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 15px #b8c6db;
    -moz-box-shadow: 0 3px 15px #b8c6db;
    -webkit-box-shadow: 0 3px 15px #b8c6db;
    text-align: center;
}
.copied span, footer .company-info .address .nums .num-item .copied span {
    color: #000;
}
.copy-btn {
    width:40px;
    background-color: transparent;
    font-size: 18px;
    padding: 0;
    border-radius: 5px;
    border:none;
    color:#fff;
    transition: all .4s;
    cursor: pointer;
}
/* .copy-btn:hover {
    transform: scale(1.3);
    color:#1a1a1a;
    cursor:pointer;
} */  
.copy-btn:focus {
    outline:none;
}
.clipboard button {
    background-color: transparent;
    border: none;
    width: 18px;
    height: 18px;
    background-image: url('../img/copy-btn.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    border-radius: 3px;
    padding: 0;
    /* margin-top: 3px; */
    margin-left: 10px;
}
/* 복사 */

footer .company-info .address .nums {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
}
footer .company-info .address .nums .num-item {
    display: flex;
}
footer .company-info .address .nums .num-item p,
footer .company-info .address .nums .num-item span{
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
    /* font-weight: bold; */
    font-family: 'Nanum Square', sans-serif;
    /* text-transform: uppercase; */
    margin-right: 5px;
}
footer .company-info .address .nums .num-item p {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

footer .site-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    gap: 30px;
}

footer .site-info span {
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    font-family: 'Nanum Square', sans-serif;
}
footer .site-info .info-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}
.site-info .info-item .item-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.site-info .info-item .item-list a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Nanum Square', sans-serif;
    text-transform: uppercase;
    line-height: 24px;
}
/* footer */

footer .site-info .social {
    display: flex; justify-content: flex-start; align-items: center; gap:15px;
}
footer .site-info .social .social-btn {
    width:50px; height:50px; border-radius:50%; background-color:#4A4A4A;
    display:flex; justify-content:center; align-items:center;
    position: relative;
}
footer .site-info .social .social-btn:first-child:hover {
    background-color: #4267B2;
}
footer .site-info .social .social-btn:nth-child(2):hover {
    background-color:#fff;
}
footer .site-info .social .social-btn:last-child::before {
    content: '';
    width:19px; height:15px;
    background-image:url('../img/f-down.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
footer .site-info .social .social-btn:last-child:hover {
    background-color: #fff;
}
footer .site-info .social .social-btn:last-child:hover::before {
    background-image: url('../img/f-down01.svg');
}
footer .site-info .social .social-btn:last-child:hover::after {
    content: '회사소개서';
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
    position: absolute;
    bottom: -20px;
    white-space: nowrap;
 }

/* 셀렉트박스 */
div#nav { 
    position: relative;
    width: 240px; height:49px;
} 
div#nav a {
    padding: 5px 15px 5px;
    position: relative;
}
.dropdown-toggle {
    padding: 0;
    background: #777;
    width:240px; height:49px;
    position:absolute;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;

    background-color: rgba(255, 255, 255, 0.07);
    font-size: 13px; color: #fff; font-weight:500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}
.dropdown-toggle::after {
    content: '';
    width: 12px;
    height: 6px;
    background-image: url('../img/select-arrow.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    right: 15px;
}
.dropdown-toggle.f-active::after {
    transform: rotate(180deg);
}

ul.dropdown {
    display: none;
    position: absolute;
    /* top: 100%; */
    bottom:51px;
    margin-top: 5px;
    padding: 5px 5px 0 0;
    background: #fff;
    width:100%;
    border: 1px solid #ddd;
}
ul.dropdown li {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
ul.dropdown li span {
    padding: 10px 15px 0 15px;
    font-size: 15px !important;
    color: #404040 !important;
}
ul.dropdown li a {
    text-decoration: none;
    padding: 0em 1em;
    display: block;
    color: #262626;
}
/* 셀렉트박스 */

@media all and (max-width: 1240px) {
    footer .cont-wrap {
        max-width: 1000px;
        padding: 0 20px;
    }
    footer .company-info .address {
        margin-left: 52px;
    }

    footer .cont-wrap .intro-txt {
        flex-direction: column;
    }
    footer .site-info {
        margin-top: 30px;
    }
}
@media all and (max-width: 900px) {
    footer .company-info {
        flex-direction: column;
    }
    footer .company-info .address {
        margin-left: 0;
        margin-top: 20px;
        gap: 0;
    }
}
@media all and (max-width: 670px) {
    footer .cont-wrap .intro-txt {
        flex-direction: column;
    }
    footer .site-info {
        margin-top: 20px;
    }
}
@media all and (max-width: 520px) {
    footer .company-info .address div:nth-of-type(1) {
        padding-right:20px;
    }
    .clipboard button {
        position: absolute; right:0; top:3px;
        margin: 0;
    }
}
@media all and (max-width: 480px) {
    footer .company-info .address .clipboard.addr {
        align-items: flex-start;
    }
    footer .company-info .address .clipboard.addr button {
        margin-top: 2px;
    }
    footer .company-info .address .clipboard textarea {
        width:300px; height:44px; word-break:keep-all;
    }

    footer .site-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}
@media all and (max-width: 380px) {
    footer .company-info .address div:nth-of-type(1) {
        padding-right:11px;
    }
}
@media all and (max-width: 350px) {
    footer .company-info .address .clipboard textarea {
        width:265px;
    }
    footer .company-info .address .nums {
        flex-direction: column; gap:0; align-items:flex-start; margin-top:7px;
    }
}
@media all and (max-width: 340px) {
    footer .company-info .address .num {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin-top: 7px;
    }
    footer .company-info .address .num span:last-child {
        margin-left: 0;
    }
    footer .company-info .address .num span, footer .company-info .address .num span a {
        line-height: 20px;
    }
}