/* =========================================================================================
 *   ���뽺Ÿ��
 * =========================================================================================*/

body {
    font-family: "Noto Sans KR", "Montserrat", sans-serif;
    font-size: 17px;
    line-height: 1.48;
    font-weight: 400;
    color: #666666;
    letter-spacing: -0.4px;
    word-break: keep-all;
    animation: fadein 1000ms ease-out;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

a {
    font-family: "Noto Sans KR", "Montserrat", sans-serif;
    text-decoration: none;
    color: #666;
    transition: all 0.3s ease;
}
a:hover {
    text-decoration: none;
    transition: all 0.3s ease;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Noto Sans KR", "Montserrat", sans-serif;
    font-weight: 500;
}

p {
    font-size: 16px;
    line-height: 1.48;
    font-weight: 400;
    color: #666666;
    letter-spacing: -0.4px;
}

#contents {
    width: 100%;
    text-align: center;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1480px) {
    .container {
        width: 100%;
        padding: 0 20px;
        max-width: 100%;
    }
}

@media screen and (max-width: 1280px) {
    body {
        font-size: 16px;
    }
    p {
        font-size: 15px;
    }
    .container {
        padding: 0 40px;
    }

    br.br-n {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 15px;
    }
    p {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
}

/* TOP��ư */
#go-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9;
}

#go-top a:before {
    font-family: "xeicon";
    font-size: 24px;
    line-height: 1.4;
    padding: 0;
    opacity: 1;
    color: #fff;
    content: "\e915";
    top: 9px;
    left: 13px;
}

#go-top a {
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    background: #1e1e1e;
    border-radius: 100%;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#go-top a:hover {
    color: #ffffff;
}

@media screen and (max-width: 1024px) {
    #go-top {
        bottom: 40px;
    }

    #go-top a:before {
        font-size: 22px;
        left: 12px;
    }

    #go-top a {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 480px) {
    #go-top {
        bottom: 30px;
    }
}

/* =========================================================================================
 *   �˾�â ��Ÿ��
 * =========================================================================================*/

#popUp {
    position: fixed;
    max-width: 100%;
    height: auto;
    bottom: 0;
    margin-left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 999999999;
    font-size: 0;
}

/* �˾�â OPEN ��ư */
#plus span {
    position: absolute;
    color: #fff;
    font-size: 12px;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 500;
    right: 0;
    z-index: 99999;
    writing-mode: tb-rl;
    width: 100%;
    height: 100%;
    display: flex;
    letter-spacing: 2px;
    align-items: center;
    justify-content: center;
}

#plus::after {
    border-radius: 6px;
    content: "";
    display: block;
    position: relative;
    width: 42px;
    height: 90px;
    margin-left: -5px;
    background: #000000;
}

.popup-list .img {
    display: inline-block;
}

#new span {
    background: #fff;
    position: absolute;
    color: #1c8dc4;
    padding: 4px 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: -5px;
}

#popUp .close {
    color: #ffffff;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    background: #333333;
    z-index: 9;
}

#popUp .close:before {
    font-family: "xeicon";
    padding: 0;
    font-size: 26px;
    top: 7px;
    opacity: 1;
    color: #fff;
    content: "\e921";
    right: 18px;
}

#plus {
    position: fixed;
    color: #fff;
    left: -5px;
    bottom: 30px;
    margin-left: -425px;
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
    cursor: pointer;
    text-align: left;
    letter-spacing: 1px;
    z-index: 99999999999;
}

.today {
    padding: 10px;
    font-size: 12px;
    background: #333333;
}

@media all and (max-width: 1280px) {
    #plus {
        bottom: 100px;
    }
}

@media all and (max-width: 1024px) {
    /* �˾�â �̹��� ������ */
    .popup-list .img img {
        width: 300px;
        height: auto;
    }

    #plus {
        bottom: 100px;
    }

    #popUp .close {
        width: 38px;
        height: 38px;
    }

    #popUp .close:before {
        font-size: 22px;
    }
}

@media all and (max-width: 820px) {
    /* �˾�â �̹��� ������ */
    .popup-list .img img {
        width: 280px;
    }
}

@media all and (max-width: 640px) {
    /* �˾�â �̹��� ������ */
    .popup-list .img img {
        width: 200px;
    }
}

/* =========================================================================================
 *  ���������޴� ��Ÿ��
 * =========================================================================================*/

ul.quick {
    position: fixed;
    top: 40%;
    right: 15px;
    z-index: 8;
}

ul.quick li {
    font-size: 12px;
    padding: 5px 0;
}

ul.quick li i {
    display: flex;
    font-size: 22px;
    color: #454545;
    background: #fff;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

ul.quick li a {
    transition: all 0.3s ease;
}

/* ���̹� ���콺���� �÷� */
ul.quick li a:hover i.xi-naver {
    background: #2eb616;
    color: #fff;
    transition: all 0.2s ease;
}

/* īī�� ���콺���� �÷� */
ul.quick li a:hover i.xi-kakao {
    background: #f1cf00;
    color: #fff;
    transition: all 0.2s ease;
}

/* �ν�Ÿ�׷� ���콺���� �÷� */
ul.quick li a:hover i.xi-instagram {
    background: #fc1c75;
    color: #fff;
    transition: all 0.2s ease;
}

/* ��Ʃ�� ���콺���� �÷� */
ul.quick li a:hover i.xi-youtube-play {
    background: #fe5a51;
    color: #fff;
    transition: all 0.2s ease;
}

@media all and (max-width: 1280px) {
    ul.quick li i {
        font-size: 18px;
        width: 35px;
        height: 35px;
    }
}

@media all and (max-width: 1024px) {
    ul.quick {
        right: 5px;
    }
}

@media all and (max-width: 480px) {
    ul.quick li {
        padding: 3px 0;
    }
}

/* =========================================================================================
 *  ���� Ÿ��Ʋ ��Ÿ��
 * =========================================================================================*/

.section {
    padding: 120px 30px;
}

.section .section-info {
    width: 100%;
    text-align: center;
}

.section .section-info h2 {
    color: #000000;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    padding-bottom: 15px;
    display: inline-block;
}

.section .section-info p {
    color: #666666;
    font-size: 16px;
    line-height: 1.67;
    padding-bottom: 60px;
    letter-spacing: -1px;
}

@media screen and (max-width: 1280px) {
    .section {
        padding: 80px 30px;
    }

    .section .section-info h2 {
        font-size: 32px;
        padding-bottom: 15px;
    }

    .section .section-info p {
        font-size: 15px;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .section .section-info {
        padding-top: 0;
    }

    .section .section-info h2 {
        font-size: 30px;
    }

    .section .section-info p {
        font-size: 14px;
    }
}

@media screen and (max-width: 820px) {
    .section {
        padding: 60px 20px;
    }

    .section .section-info h2 {
        font-size: 26px;
    }

    .section .section-info p {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    .section .section-info h2 {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .section .section-info p {
        font-size: 13px;
        padding-bottom: 25px;
    }
}

@keyframes zoom {
    0% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn02 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.4;
    }
}
@keyframes fadeUp {
    0% {
        transform: translateY(200px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeUp02 {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeDown {
    0% {
        transform: translateY(-200px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeLeft {
    0% {
        transform: translateX(-200px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes upDown {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    100% {
        transform: translateY(10px);
        opacity: 1;
    }
}

/* =========================================================================================
 *  ���κ��־� �����̵� �ؽ�Ʈ (�̹��� ������� �����Ͻ� �� �����ϴ�)
 * =========================================================================================*/

.main-visual {
    width: 100%;
    height: 100vh;
    position: relative;
    padding-top: 95px;
    margin: 0 auto;
    padding: 0;
}

.main-visual .main-slider .slider-visual > .visual-txt {
    letter-spacing: -1px;
    font-family: "Noto Sans KR", "Montserrat", sans-serif;
}

.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con {
    text-align: center;
}

/* Ÿ��Ʋ ��Ʈ ��Ÿ�� */
.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-1 {
    font-size: 50px;
    line-height: 1.28;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0px;
    margin-bottom: 30px;
}

/* �����κ� ��Ʈ ��Ÿ�� */
.main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-2 {
    font-size: 19px;
    line-height: 1.4;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: -1px;
}

@media screen and (max-width: 1600px) {
    .main-visual {
        width: 100%;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
    }
}

@media screen and (max-width: 1280px) {
    .main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-1 {
        font-size: 42px;
    }
    .main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-2 {
        font-size: 17px;
    }
}

@media screen and (max-width: 1024px) {
    .main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-1 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-2 {
        font-size: 16px;
    }
}

@media screen and (max-width: 820px) {
    .main-visual .main-slider .slider-visual > .visual-txt {
        margin-top: 0;
    }
    .main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-1 {
        font-size: 28px;
    }
    .main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-2 {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .main-visual .main-slider .slider-visual > .visual-txt {
        padding: 40px;
    }
    .main-visual .main-slider .slider-visual > .visual-txt > .inner-txt-con > .inner-txt-1 {
        font-size: 24px;
    }
}

/* =========================================================================================
 *  PRODUCT ����
 * =========================================================================================*/

.product {
    background: #fff;
    margin-bottom: -50px;
}

/* �̹��� �׵θ� */
.product .board_output_gallery_img img {
    border: 1px solid #ccc;
}

.product .board_output_gallery_subject {
    display: inline-block;
    text-align: left;
    width: 92%;
    margin-top: 10px;
}

/* ���� ��Ÿ�� */
.product .board_output_gallery_subject a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 2px;
}

.product .board_output_gallery_description {
    color: #787878;
    font-size: 15px;
    display: inline-block;
    text-align: left;
    width: 92%;
    margin-bottom: 50px;
}

@media screen and (max-width: 1920px) {
    /*---- ĭ���� ���� ���̸� �������ֽø� �˴ϴ�.---*/

    /* ���簢�� 3ĭ */
    .output_gal_type1 tr td {
        width: 33%;
    }

    /* ���簢�� 4ĭ */
    .output_gal_type2 tr td {
        width: 25%;
    }

    /* ���� ���簢�� 4ĭ */
    .output_gal_type3 tr td {
        width: 25%;
    }
}

@media screen and (max-width: 1280px) {
    /* ���� ��Ÿ�� */
    .product .board_output_gallery_subject a {
        font-size: 18px;
        margin-top: 10px;
    }
    .product .board_output_gallery_description {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    /* ���� ��Ÿ�� */
    .product .board_output_gallery_subject a {
        font-size: 17px;
        margin-top: 5px;
    }
    .product .board_output_gallery_description {
        font-size: 14px;
    }
}

@media screen and (max-width: 820px) {
    /* ���� ��Ÿ�� */
    .product .board_output_gallery_subject a {
        font-size: 16px;
        margin-top: 7px;
    }
    .product .board_output_gallery_description {
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {
    .product .board_output_gallery_subject {
        width: 99%;
        margin-top: 0;
    }
    .product .board_output_gallery_description {
        width: 99%;
        margin-bottom: 35px;
    }

    /* ���簢�� 3ĭ */
    .output_gal_type1 tr td {
        width: 100%;
        display: block;
    }

    /* ���簢�� 3ĭ */
    .output_gal_type2 tr td {
        width: 100%;
        display: block;
    }

    /* ���� ���簢�� 4ĭ */
    .output_gal_type3 tr td {
        width: 100%;
        display: block;
    }
}

/* =========================================================================================
 *  BRAND STORY ����
 * =========================================================================================*/

.brand {
    padding: 0;
    display: flex;
}

/***** ���� �Ұ��� *****/
.brand .left {
    width: 50%;
    display: flex;
    align-items: center;
    text-align: right;
    background: url("../../img/main/brandstory_bg_20230806.jpg") no-repeat top center;
    background-size: cover;
}

.brand .section-info {
    text-align: right;
    padding-right: 120px;
}
.brand .section-info h2 {
    color: #fff;
    padding-bottom: 30px;
}
.brand .section-info p {
    color: #fff;
    opacity: 0.85;
    line-height: 2.4;
    padding-bottom: 0;
}

.brand .section-info span {
    margin-top: 30px;
    display: block;
}

/* ��ư */
a.br-btn {
    display: inline-block;
    padding: 8px 40px 8px 30px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #fff;
}

a.br-btn:after {
    font-family: "xeicon";
    content: "\e93f";
    font-size: 20px;
    top: 5px;
    right: 19px;
}

a.br-btn:hover {
    color: #555;
    background: #fff;
}

/***** ������ ���� *****/
.brand .right {
    width: 50%;
    background-size: cover;
}

.brand .right .movie-wrap {
    width: 100%;
    background: #000;
}

.brand .right .movie-wrap .movie {
    position: relative;
    opacity: 0.9;
    width: 100%;
    padding-bottom: 56.25%;
    text-align: left;
}

.brand .right .movie-wrap .movie video {
    position: absolute;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1280px) {
    .brand .section-info {
        padding-right: 80px;
    }
    .brand .section-info h2 {
        padding-bottom: 20px;
    }
    .brand .section-info p {
        line-height: 1.8;
    }
    a.br-btn {
        font-size: 14px;
        padding: 6px 30px 6px 20px;
    }
    a.br-btn:after {
        font-size: 18px;
        top: 3px;
        right: 11px;
    }
}

@media screen and (max-width: 1024px) {
    .brand .section-info {
        padding-right: 45px;
    }
    .brand .section-info span {
        margin-top: 20px;
    }
    a.br-btn {
        padding: 5px 25px 5px 15px;
        font-size: 13px;
    }
    a.br-btn:after {
        font-size: 16px;
        top: 3px;
        right: 9px;
    }
}

@media screen and (max-width: 820px) {
    .brand {
        flex-direction: column;
    }
    .brand .section-info {
        padding-right: 0;
    }
    .brand .left {
        width: 100%;
        padding: 50px;
    }
    .brand .right {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .brand .left {
        padding: 35px;
    }
    .brand .section-info p {
        word-break: keep-all;
    }
    .brand .section-info p br {
        display: none;
    }
}

/* =========================================================================================
 *  PARTNER ����
 * =========================================================================================*/

.m-partner {
    background: #f2f2f2;
}

ul.m-partner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

ul.m-partner li {
    width: 19.2%;
    margin-right: 1%;
    margin-bottom: 1%;
    background: #fff;
    padding: 25px 0;
    line-height: 0;
}

ul.m-partner li:nth-child(5n + 5) {
    margin-right: 0;
}

@media screen and (max-width: 1024px) {
    ul.m-partner li img {
        width: 70%;
    }
}

@media screen and (max-width: 820px) {
    ul.m-partner li {
        padding: 15px 0;
    }
}

@media screen and (max-width: 480px) {
    ul.m-partner li {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    ul.m-partner li:nth-child(5n + 5) {
        margin-right: 2%;
    }
    ul.m-partner li:nth-child(2n + 2) {
        margin-right: 0;
    }
}

/* =========================================================================================
 *  CUSTOMER ����
 * =========================================================================================*/

.customer {
    background: #fff;
    padding: 80px 30px;
}

.customer .container {
    display: flex;
}

.customer .section-info {
    text-align: left;
    position: relative;
}

.customer .section-info h2 {
    font-size: 30px;
}

.customer .section-info p {
    opacity: 0.85;
    padding-bottom: 40px;
}

/****** ���� �������� ******/
.customer .left {
    width: 50%;
    padding-right: 50px;
}

/* �������� ����Ʈ ��Ʈ��Ÿ�� */
.customer .wrap .output_table tr td a {
    color: #1e1e1e;
    font-size: 16px;
    line-height: 1.67;
}
.customer .wrap .output_table tr td a:hover {
    color: #bbb;
}
.customer .wrap .output_table tr td {
    color: #1e1e1e;
    font-size: 15px;
    line-height: 1.67;
    text-align: left;
    padding: 25px 10px;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

.customer .board_output_1_tr td:last-child {
    text-align: right !important;
}
.customer .board_output_1_tr td:first-child {
    width: 3% !important;
}

/****** ������ ���� ******/
.customer .right {
    width: 50%;
    padding-left: 50px;
}

.customer .right iframe {
    border: 1px solid #ccc !important;
    height: 99%;
}

@media screen and (max-width: 1280px) {
    .customer {
        padding: 80px 30px;
    }
    .customer .section-info p {
        padding-bottom: 30px;
    }
    .customer .wrap .output_table tr td {
        padding: 20px 10px;
    }
}

@media screen and (max-width: 1024px) {
    .customer {
        padding: 50px 20px;
    }
    .customer .section-info h2 {
        font-size: 24px;
    }
    .customer .section-info p {
        padding-bottom: 20px;
    }

    /****** ���� �������� ******/
    .customer .left {
        padding-right: 40px;
    }
    .customer .wrap .output_table tr td a {
        font-size: 14px;
    }
    .customer .wrap .output_table tr td {
        font-size: 13px;
        padding: 16px 5px;
    }

    /****** ������ �������� ******/
    .customer .right {
        padding-left: 40px;
    }
    .customer table.form-table td input,
    .customer table.form-table td textarea {
        padding: 6px;
    }
    .customer table.form-table .formmail_title_bgcolor {
        width: 20% !important;
    }
    .customer a.btn-form {
        padding: 8px 25px;
        font-size: 14px;
    }
}

@media screen and (max-width: 820px) {
    .customer .container {
        flex-direction: column;
    }
    .customer .section-info h2 {
        font-size: 22px;
    }
    .customer .section-info p {
        padding-bottom: 20px;
    }

    .customer .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 60px;
    }
    .customer .right {
        width: 100%;
        padding-left: 0;
    }
    .customer table.form-table .formmail_title_bgcolor {
        width: 10% !important;
    }
}

@media screen and (max-width: 640px) {
    .customer table.form-table .formmail_title_bgcolor {
        width: 15% !important;
    }
}

@media screen and (max-width: 480px) {
    .customer .left {
        margin-bottom: 40px;
    }
    .customer .section-info h2 {
        font-size: 20px;
    }
    .customer .output_table tr td:nth-child(1) {
        width: 20px !important;
        padding-left: 5px !important;
    }
    .customer .output_table tr td {
        font-size: 13px;
    }
}

@media screen and (max-width: 360px) {
    .customer table.form-table .formmail_title_bgcolor {
        width: 100%;
        display: block;
    }
    .customer table.form-table td {
        width: 100%;
        display: block;
    }
    .customer table.form-table td:nth-child(even) {
        margin-bottom: 5px;
    }
}

/* =========================================================================================
 *  �ϴ� ǲ�� ����
 * =========================================================================================*/

.footer {
    padding: 0;
}

footer {
    background: #2e2e2e;
    color: #999;
    text-align: left;
    font-size: 15px;
    line-height: 1.78;
    padding: 40px 70px;
}

footer a,
footer a:hover {
    color: #ccc;
}

footer .foot-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* ǲ�� ���� */
footer .foot-wrap .f-cont {
    width: 70%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

footer .foot-wrap .f-cont .f-logo {
    width: 30%;
    line-height: 0;
}

footer .foot-wrap .f-cont .f-logo img {
    opacity: 0.7;
}

footer .foot-wrap .f-cont .f-link {
    width: 70%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

footer .foot-wrap .f-cont .top-link {
    width: 30%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

footer .foot-wrap .f-cont .top-link li {
    padding-right: 30px;
    position: relative;
}

footer .foot-wrap .f-cont .top-link li:last-child {
    padding-right: 0;
}

footer .foot-wrap .f-cont .top-link li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #666666;
    right: 13px;
    top: 9px;
    position: absolute;
}

footer .foot-wrap .f-cont .top-link li:last-child:after {
    display: none;
}

footer .foot-wrap .f-cont .bot-link {
    width: 100%;
    padding-top: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

footer .foot-wrap .f-cont .bot-link li {
    padding-right: 40px;
}

footer .foot-wrap .f-cont .bot-link li:last-child {
    padding-right: 0;
}

footer .foot-wrap .f-cont .bot-link .copy_end {
    width: 100%;
}

/* ǲ�� ��ȭ��ȣ */
footer .foot-wrap .f-etc {
    width: 30%;
    text-align: right;
}

footer .foot-wrap .f-etc .footer-select {
    width: 30%;
    font-family: "Noto Sans KR", "Montserrat", sans-serif;
}

footer .foot-wrap .f-etc .tel {
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
}

.call:before {
    font-family: "xeicon";
    font-size: 36px;
    line-height: 1.4;
    padding: 0;
    opacity: 1;
    color: #fff;
    content: "\e9d3";
}

footer .foot-wrap .f-etc .tel span {
    display: inline-block;
    color: #fff;
    margin-right: 5px;
}

footer .foot-wrap .f-etc .footer-select {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 25px;
    max-width: 250px;
    color: #cccccc;
    vertical-align: middle;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

footer .foot-wrap .f-etc .footer-select .placeholder {
    position: relative;
    display: block;
    background-color: #383838;
    z-index: 1;
    padding: 8px 15px;
    border-radius: 2px;
    cursor: pointer;
}

footer .foot-wrap .f-etc .footer-select .placeholder:hover {
    background: #383838;
}

footer .foot-wrap .f-etc .footer-select .placeholder:after {
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    font-family: "xeicon";
    content: "\e941";
    z-index: 10;
}

footer .foot-wrap .f-etc .footer-select.is-open .placeholder:after {
    content: "\f077";
}

footer .foot-wrap .f-etc .footer-select.is-open ul {
    display: block;
}

footer .foot-wrap .f-etc .footer-selectfooter .foot-wrap .f-etc .footer-select--white .placeholder {
    background: #fff;
    color: #999;
}

footer .foot-wrap .f-etc .footer-selectfooter .foot-wrap .f-etc .footer-select--white .placeholder:hover {
    background: #cccccc;
}

footer .foot-wrap .f-etc .footer-select ul {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #eeeeee;
    border-radius: 2px;
    left: 0;
    bottom: 50px;
    list-style: none;
    padding: 15px;
    z-index: 100;
}

footer .foot-wrap .f-etc .footer-select ul li {
    display: block;
    text-align: left;
    padding: 5px 10px;
    color: #999;
    cursor: pointer;
}

footer .foot-wrap .f-etc .footer-select ul li:hover {
    background: #aaaaaa;
    color: #ffffff;
}

@media screen and (max-width: 1480px) {
    footer .foot-wrap .f-cont .f-logo {
        width: 100%;
    }

    footer .foot-wrap .f-cont .f-link {
        width: 100%;
    }

    footer .foot-wrap .f-cont .top-link {
        width: 100%;
        padding-top: 20px;
    }
}

@media screen and (max-width: 1280px) {
    footer .foot-wrap .f-cont .f-logo img {
        width: 200px;
    }

    footer .foot-wrap .f-etc .tel {
        font-size: 32px;
    }
    .call:before {
        font-size: 32px;
    }

    footer .foot-wrap .f-etc .footer-select {
        max-width: 200px;
    }
}

@media screen and (max-width: 1024px) {
    footer {
        font-size: 14px;
        padding: 30px;
    }

    footer .foot-wrap .f-cont {
        width: 60%;
    }

    footer .foot-wrap .f-cont .f-logo img {
        width: 160px;
    }

    footer .foot-wrap .f-etc {
        width: 40%;
    }
}

@media screen and (max-width: 820px) {
    footer .foot-wrap .f-cont {
        width: 100%;
    }

    footer .foot-wrap .f-etc {
        width: 100%;
        text-align: left;
        padding-top: 20px;
    }
    footer .foot-wrap .f-etc .footer-select {
        padding-top: 15px;
    }

    footer .foot-wrap .f-cont .bot-link {
        padding-top: 15px;
    }
    footer .foot-wrap .f-etc .tel {
        font-size: 26px;
    }
    footer .foot-wrap .f-etc .tel a {
        color: #fff;
    }
    .call:before {
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {
    footer .foot-wrap .f-cont .f-logo img {
        width: 140px;
    }
}
