@charset "utf-8";

/* 탑 라인 */
.myposter-top {
    position: relative;
    padding: 10px;
    background-color: #DA2934;
    font-size: 0;
}

.myposter-top a {
    display: block;
    font-size: 0;
    color: #fff;
}

.myposter-top a img {
    height: 24px;
}

.myposter-top h2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.myposter-top h2 a.golink {
    margin-right: 10px;
}

.myposter-top h2 a.phonelink {
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 700;
}

.myposter-top .side-link {
    display: none;
}

@media screen and (min-width:767px) {
    .myposter-top {
        display: flex;
        height: 60px;
        padding: 0 40px;
        justify-content: space-between;
        align-items: center;
    }

    .myposter-top h2 a.golink {
        margin-right: 30px;
    }

    .myposter-top .side-link {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .myposter-top .side-link a img {
        height: 20px;
    }

    .myposter-top .side-link a:not(:first-child) {
        margin-left: 30px;
    }
}

@media screen and (min-width:1139px) {
    .myposter-top {
        padding: 0 70px;
    }

    .myposter-top h2 a.phonelink {
        font-size: 20px;
    }
}


/* 상단 헤더 */
#header {
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    font-size: 12px;
    z-index: 1000;
}

#header h1 {
    position: relative;
}

#header h1 a {
    display: block;
    width: 120px;
    height: 80px;
    margin: 0 auto;
    background: url("../../images/common/logo_w.svg") no-repeat center;
    background-size: auto 50px;
}

#header .social-box a {
    display: block;
    width: 40px;
}

#gnb {
    display: none;
    padding-top: 15px;
}

#gnb ul.gnb_1ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#gnb ul.gnb_1ul li.gnb_1li {
    position: relative;
}

#gnb ul.gnb_1ul li.gnb_1li a.gnb_1a {
    display: block;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    font-family: 'GmarketSansMedium';
}

@media screen and (min-width:639px) {
}

@media screen and (min-width:767px) {
    #header {
        top: 60px;
    }

    #header h1 {
        position: absolute;
        top: 0;
        left: 0;
    }

    #gnb {
        display: block;
    }

    .scrollOn #header {
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(255,255,255,1);
    }

    .scrollOn #header h1 a {
        background: url("../../images/common/logo.svg") no-repeat center;
        background-size: auto 50px;
    }

    .scrollOn #gnb ul.gnb_1ul li.gnb_1li a.gnb_1a {
        color: #212121;
    }
}

@media screen and (min-width:979px) {
    #header h1 a {
        width: 150px;
        height: 100px;
        background-size: auto 80px;
    }

    #gnb {
        padding-top: 30px;
        padding-right: 30px;
    }

    #gnb ul.gnb_1ul li.gnb_1li a.gnb_1a {
        font-size: 16px;
    }

    .scrollOn #gnb {
        padding-top: 25px;
    }
}

@media screen and (min-width:1139px) {
    #header {
        height: 150px;
    }

    #header h1 {
        left: 50px;
    }

    #header h1 a {
        height: 150px;
    }

    #gnb {
        padding-top: 60px;
        padding-right: 40px;
    }
    
    #gnb ul.gnb_1ul li.gnb_1li a.gnb_1a {
        letter-spacing: -.25pt;
        padding: 0 30px;
    }

    .scrollOn #header {
        height: 70px;
        -moz-box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
        box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
    }

    .scrollOn #header h1 a {
        height: 70px;
    }

    .scrollOn #gnb {
        padding-top: 0px;
    }
}

@media screen and (min-width:1439px) {
    #gnb ul.gnb_1ul li.gnb_1li a.gnb_1a {
        font-size: 20px;
    }

    .scrollOn #gnb ul.gnb_1ul li.gnb_1li a.gnb_1a {
        font-size: 16px;
    }
}


/* 하단 푸터 */
#footer {
    position: relative;
    padding: 40px 20px 100px;
    font-size: 12px;
}

#footer .foot-mnu {
    margin-bottom: 30px;
}

#footer .foot-mnu ul li {
    margin-left: 20px;
}

#footer .foot-mnu ul li:first-child {
    margin-left: 0 !important;
}

#footer .foot-mnu ul li a {
    display: block;
    padding: 4px 0;
    color: #9ca7b6;
}

#footer .company-customer .cc-con {
    margin-bottom: 30px;
}

#footer .company-customer .cc-con h4 {
    margin-bottom: 10px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

#footer .company-customer .cc-con ul li {
    margin-right: 20px;
}

#footer .company-customer .cc-con ul li span {
    display: inline-block;
    margin-right: 10px;
    color: #9ca7b6;
}

#footer p.copyright {
    color: #9ca7b6;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 12px;
}

#footer .logo-mark {
    margin-top: 20px;
    font-size: 0;
}

#footer .logo-mark img {
    width: 100px;
}

@media screen and (min-width:639px) {
}

@media screen and (min-width:767px) {
    #footer {
        padding: 50px 40px 80px;
        font-size: 14px;
    }

    #footer .foot-mnu ul li {
        margin-left: 40px;
    }

    #footer .company-customer .cc-con h4 {
        font-size: 14px;
    }
}

@media screen and (min-width:1139px) {
    #footer .foot-mnu {
        margin-bottom: 40px;
    }

    #footer .foot-mnu ul li {
        margin-left: 60px;
    }

    #footer .company-customer {
        display: flex;
        margin-bottom: 50px;
        justify-content: space-between;
        align-items: flex-start;
    }

    #footer .company-customer .cc-con {
        margin-bottom: 0px;
        line-height: 1.8;
    }

    #footer .company-customer .company-info {
        width: 60%;
    }

    #footer .company-customer .customer {
        width: 35%;
    }

    #footer .logo-mark {
        margin-top: 40px;
    }
    
    #footer .logo-mark img {
        width: 150px;
    }
}

@media screen and (min-width:1239px) {
    #footer {
        padding: 50px 0px 80px;
        font-size: 14px;
    }
}

@media screen and (min-width:1439px) {
}


/* 문의하기 박스 */
.counsel-box {
    position: fixed;
    bottom: 20px;
    left: calc(50% + 2px);
    z-index: 2000;
}

.counsel-box a.counsel-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 50px;
    padding: 0 30px;
    background-color: #DA2934;
    color: #fff;
    border-radius: 5px 25px 25px 5px;
    font-size: 14px;
    font-family: 'GmarketSansMedium';
    text-align: center;
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}

.counsel-box a.counsel-btn span.ico {
    margin-right: 10px;
    font-size: 18px;
}

@media screen and (min-width:767px) {
    .counsel-box {
        left: auto;
        right: 20px;
    }

    .counsel-box a.counsel-btn {
        border-radius: 25px;
    }
}

@media screen and (min-width:1239px) {
    .counsel-box {
        bottom: 40px;
        right: 40px;
    }

    .counsel-box a.counsel-btn {
        font-size: 18px;
        -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
        box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    }

    .counsel-box a.counsel-btn:hover {
        background-color: #212121;
    }
}


/* 회사소개서 박스 */
.pdf-box {
    position: fixed;
    bottom: 20px;
    left: calc(50% - 162px);
}

.pdf-box a.pdf-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 50px;
    padding: 0 30px;
    background-color: #DA2934;
    color: #fff;
    border-radius: 25px 5px 5px 25px;
    font-size: 14px;
    font-family: 'GmarketSansMedium';
    text-align: center;
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}

.pdf-box a.pdf-btn span.ico {
    margin-right: 10px;
    font-size: 18px;
}

@media screen and (min-width:767px) {
    .pdf-box {
        position: absolute;
        top: 10px;
        bottom: auto;
        left: 290px;
    }

    .pdf-box a.pdf-btn {
        width: auto;
        height: 40px;
        background-color: #fff;
        color: #DA2934;
        border-radius: 20px;
    }
}

@media screen and (min-width:1139px) {
    .pdf-box {
        left: 340px;
    }

    .pdf-box a.pdf-btn:hover {
        background-color: #333;
        color: #fff;
    }
}