@charset 'UTF-8';
/* 1. mo ~767px까지 */
@media all and (max-width: 767px) {

    .ww-ft-contanine {
    }
    .ft-wrap {
        position: relative;
        padding-top: 2em;
    }
    .ft-wrap:after {
        position: absolute;
        left: 50%;
        top: 0;
        display: block;
        content: '';
        width: 50%;
        height: 35px;
        margin-top: 3em;
        transform: translateX(-50%);
        background: url('../images/logo_wh.png') center center / contain no-repeat;
    }
    .ft-info {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: space-between;
        margin: 80px 0 50px 0;
        gap: 10px;
    }
    .ft-info a{
        width: 48%;
        padding: 0.5em;
        margin: 0.5em 0;
        color: #eee;
        border: 1px solid #fff;
        border-radius: 6px;
    }
    .ft-info > .info-mo {
        width: 100%;
    }
    .ft-info-pc {
        display: none;
    }
    .copyright {
        margin-bottom: 1em;
    }
    .ww-mo-gnb-sec {
        right: -100%;
        top: 0;
    }
    .ft-info a:hover{
        color: var(--main-color);
        background-color: rgba(255, 255, 255, 0.9);
    }
}

/* 2. tb 768px부터~ */
@media all and (min-width: 768px) {
    .util-wrap .util-btn {
        display: block;
        padding: 1em;
        color: #fff;
    }
   /* 사이트맵 */
    .ww-mo-gnb-sec {}
    .ww-util-container{
        font-size: 1.2em;
        padding-left: 2em;
    }
    .sitemap-btn {
        right: 0;
        margin-right: 2em;
    }
    .sitemap-open-btn {

    }
    .sitemap-close-btn {
        margin: 0.5em;
        width: 18px;
        height: 18px;
    }
    .mo-gnb-wrap {}

    .mo-depth1{}
    .mo-depth1 a {}

    .mo-depth2 {}
    .mo-depth2 a {}
    .mo-depth2 > li {}
    .mo-depth2:after {}
    .mo-depth1 ul {}
    .mo-menu1 ul {}
    .mo-menu2 ul {}
    .mo-menu3 ul {}
    .mo-menu4 ul {}
    .mo-menu5 ul {}
    /* 푸터 */
    .ww-ft {
        position: relative;
        text-align: left;
    }
    .ww-ft:after {
        position: absolute;
        left: 0;
        top: 63px;
        display: block;
        content: '';
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    
  
    .ww-ft-contaniner {
    }
    .ft-info {
        display: flex;
        padding: 0 2em;
        justify-content: space-between;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-width: 0 1px;
    }
    .ft-info a {
        padding: 1em 1.6em;
        font-size: 17px;
    }
    .ft-pc {
        position: relative;
        padding-top: 60px;
    }
    .ft-pc:after { /*푸터로고*/
        display: block;
        content: '';
        background: url('../images/logo_b.png') center center / cover no-repeat;
    }
    .ft-info-pc {
        display: block;
        padding-bottom: 40px;
        text-align: left;
        color: var(--medium-gray);
    }
    .ft-info-pc dt {
        display: inline-block;
        float: left;
        padding-right: 1em;
    }
    .ft-info-pc dd {}
    .ft-tel a, .ft-mail a{
        display: inline-block;
        color: var(--medium-gray);
    }
    .copyright {
        /* padding-bottom: 1.6em; */
    }
    .portfolio {
        padding-bottom: 1em;
    }

    }

/* 3. only tb 768px ~ 1279px */
@media all and (min-width: 768px) and (max-width: 1279px) {
    .ft-pc {
        padding-bottom: 30px;
    }
    .ft-pc:after { /*푸터로고*/
        position: absolute;
        right: 5%;
        bottom: 0;
        width: 120px;
        height: 100px;
        margin: 10px 0;
        background-size: contain;
        /* transform: translate(-5%, -30%); */
    }
    .sub-visual-bg {
        height: 600px;
        clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);    /*오각형*/
    }
    .sub-visual-bg > h2 {
        font-size: 40px;
    }
    
}

/* 4. pc 1280px부터~ */
@media all and (min-width: 1280px) {

    #ww-hd {
        position: relative;
        height: 165px;
        padding: 16px 0;
        /* background-color: #fff; */
    }
    #ww-hd:before {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: -1;
    }
    .hd-wrap {}
    .ww-logo {
        left: 50%;
        width: 200px;
        height: 100%;
        transform: translateX(-50%);
        /* background-color: #f00; */
    }
    .ww-logo a {
        display: block;
        padding-top: 34.65%;
        background: url('../images/logo.png') center center / contain no-repeat;
    }
    .util-wrap .util-btn {
        font-weight: 500;
        padding: 1em;
        color: #000;
    }
    .util-wrap .sitemap-open-btn {
        background: url('../images/open_bar.png') center center / cover no-repeat;
        margin-left: 1em;
    }
    #ww-gnb { /*pc gnb 노출*/
        display: block;
    }
    .ww-gnb-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* margin-top: 8px; */
        font-size: 0.9em;
        font-weight: normal;
    }
    .depth1 {
        position: relative;
        text-align: center;
    }
    .depth1 > a {
        display: block;
        padding: 0 50px;
        line-height: 80px;
        font-size: 1.25em;
        font-weight: bold;
        transition: 0.5s;
    }

    .depth2 {
        display: none;
        position: absolute;
        left: 50%;
        top: 0;
        width: 200px;
        padding: 80px 0 30px 0;
        font-weight: 600;
        border-width: 0;
        border-radius: 25px 0 25px 0;
        background-color: var(--main-color);
        z-index: -1;
        transform: translateX(-50%);
    }
    .depth2 a {
        padding: 10px 0;
        font-size: 1.15em;
        line-height: 2em;
        color: #fff;
        font-weight: normal;
        opacity: 0.5;
        transition: 0.3s;
    }
    .depth2 a:hover {
        opacity: 0.75;
    }
    /* pc gnb동작 */
    .depth1:hover > a {
        color: #fff;
    }
    


    /* 사이트맵 */
    .ww-mo-gnb-sec{
        /* height: 100%; */
        background-color: var(--main-color);
        overflow: hidden;
    }
    .ww-util-container{
        font-size: 1.4em;
    }
    .sitemap-btn {
        right: 0;
        margin-right: 2em;
    }
    .mo-util-btn {padding-top: 0.25em;
    color: #ccc;}
    .sitemap-close-btn {
        /* margin: 1em; */
        width: 24px;
        height: 24px;
    }
    .mo-gnb-container {
        overflow: hidden;
        height: calc(100% - 140px);
        background-color: var(--main-color);
    }
    .mo-gnb-wrap {
        height: 100%;
        /* background-color: #f0f; */
    }

    .mo-depth1{
        /* position: relative; */
        float: left;
        width: 20%;
        height: 100%;
        text-align: center;
        padding-top: 1.5em;
        border: 1px solid rgba(255,255,255,0.2);
    }

    .mo-depth1 a {
        font-size: 1.5em;
        padding: 0;
    }

    .mo-depth2 {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        background-color: var(--main-color);
    }
    .mo-depth2 a {
        padding: 1.2em;
        text-align: center;
        font-size: 1.3em;
        color: #ccc;
    }
    .mo-depth2 > li {
        border-width: 0;
    }
    .mo-depth2:after {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        /* background-color: #000; */
        opacity: 0.6;
        z-index: -1;
    }
    .mo-depth1 ul {
        z-index: 1;
    }

    

    /* 푸터 */
    .ft-pc:after { /*푸터로고*/
        position: absolute;
        right: 2%;
        bottom: 2%;
        width: 150px;
        height: 80px;
        margin: 0 2em;
    }

    /* 서브비주얼 */
    .sub-visual-sec {}
    .sub-visual-wrap {}
    .sub-visual-bg {
        height: 650px;
        clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);    /*오각형*/

    }
    .sub-visual-bg > h2{
        font-size: 48px;
        top: 35%;
    }
    .bg1 {}
    .ww-lnb {
        font-size: 1.35em;
        bottom: 25%;
    }
    .ww-lnb-list {}
    .ww-lnb-depth2 {}
}