header {
    background-color: #ffffff;
    border-bottom: 1px solid #ececec;
}

.pcHeadTop #nav > li > a,
.pcHeadTop .gnb > li > a {
    color: #000;
}

.pcHeadTop .gnb > li > button {
    background-image: url(../images/hamBtn_black.png);
}







/* 서브페이지 비주얼 */

.subVisual {
    padding-top: 108px;
    width: 100%;
    height: 380px;
    background-image: url(../images/access_visual_pc.jpg);
    background-repeat: no-repeat;
    background-position: 50% 108px;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}

.subVisual > h2 {
    margin-top: 100px;
    font-size: 42px;
    text-align: center;
    color: #fff;
    line-height: 100%;
    font-weight: normal;
    text-shadow:2px 2px 2px #000;
}

.subVisual > .pcNav {
    max-width: 434px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.subVisual > .pcNav li {
    float: left;
    width: calc(100% / 2);
}

.subVisual > .pcNav li > a {
    display: block;
    font-size: 18px;
    height: 65px;
    line-height: 65px;
    background-color: rgba(9, 79, 163, 0.5);
    color: #fff;
    text-shadow:2px 2px 2px #000;
}

.subVisual > .pcNav li.active > a {
    background-color: #fff;
    color: #000;
    text-shadow:none;
}

.subVisual > .mNav {
    display: none;
}

.trace {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 50px;
}

.trace > a {
    display: inline-block;
    font-size: 16px;
    color: #666;
    vertical-align: middle;
    line-height: 16px;
    position: relative;
}

.trace > .home {
    width: 16px;
    height: 16px;
    background: url(../images/access_home.png) center center no-repeat;
}


.trace > a:nth-child(2),
.trace > a:nth-child(3) {
    padding-left: 14px;
    margin-left: 10px;
    cursor: text;
}

.trace > a:nth-child(2):before,
.trace > a:nth-child(3):before {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background: url(../images/access_rightArrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 0;
    margin-top: -3px;
}

#container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

#container > .contactUs {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 150px;
}

#container > .contactUs > .address {
    padding: 100px 0 150px 0;
    width: 810px;
    margin: 0 auto;
}

#container > .contactUs > .address > strong {
    font-size: 54px;
    color: #000;
    font-weight: 100;
    line-height: 100px;
    display: inline-block;
}

#container > .contactUs > .address > ul {
    display: inline-block;
    margin-left: 100px;
    vertical-align: top;
}

#container > .contactUs > .address > ul > li {
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    line-height: 1;
}

#container > .contactUs > .address > ul > li:first-child {
    margin-top: 10px;
}

#container > .contactUs > .address > ul > li > span {
    display: inline-block;
}

#container > .contactUs > .address > ul > li > span:first-child {
    font-size: 14px;
    color: #000;
    width: 90px;
    font-weight: 600;
}

#container > .contactUs > .tpt {}

#container > .contactUs > .tpt > li {
    float: left;
    vertical-align: top;
    width: 32%;
    margin-right: 2%;
    border: 1px solid #ececec;
    font-size: 14px;
    min-height: 615px;
}

#container > .contactUs > .tpt > li:last-child {
    margin-right: 0;
}

#container > .contactUs > .tpt > li > strong {
    display: block;
    padding: 0 40px;
    font-size: 28px;
    color: #000;
    line-height: 120px;
    height: 120px;
    border-bottom: 2px solid #000;
    position: relative;
}

#container > .contactUs > .tpt > li > strong:after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    top: 27px;
    right: 37px;
}

#container > .contactUs > .tpt > li:first-child > strong:after {
    background-image: url(../images/access_subway.png);
}

#container > .contactUs > .tpt > li:nth-child(2) > strong:after {
    background-image: url(../images/access_car.png);
}

#container > .contactUs > .tpt > li:nth-child(3) > strong:after {
    background-image: url(../images/access_bus.png);
}

#container > .contactUs > .tpt > li > div {
    padding: 40px 0;
    margin: 0 40px;
    border-bottom: 1px solid #ececec;
}

#container > .contactUs > .tpt > li > div:last-child {
    border-bottom: 0;
}

#container > .contactUs > .tpt > li em {
    font-weight: 600;
    line-height: 1;
    font-style: normal;
}

#container > .contactUs > .tpt > li p {
    margin-top: 14px;
    font-size: 16px;
    color: #666;
    line-height: 22px;
    word-break: keep-all !important;
}

#container > .contactUs > .tpt > li span {
    margin-top: -5px;
    margin-left: 25px;
    width: 77%;
    vertical-align: top;
    word-break: keep-all !important;
    line-height: 22px;
    font-size: 16px;
    color: #666;
}

#container > .contactUs > .tpt > li:first-child em.m9 {
    color: #bb8336;
}

#container > .contactUs > .tpt > li:nth-child(2) > div {
    padding: 35px 0;
}

#container > .contactUs > .tpt > li:nth-child(2) > div:first-of-type > p {
    margin-top: 0;
}

#container > .contactUs > .tpt > li:nth-child(3) > div > em,
#container > .contactUs > .tpt > li:nth-child(3) > div > span {
    float: left;
}

#container > .contactUs > .tpt > li:nth-child(3) em.blue {
    color: #3355aa;
}

#container > .contactUs > .tpt > li:nth-child(3) em.green {
    color: #449933;
}

#container > .contactUs > .tpt > li:nth-child(3) em.red {
    color: #cc1122;
}

#container > .contactUs > .tpt > li:nth-child(3) em.orange {
    color: #de7212;
}

#container > #map {
    width: 100%;
    max-width: 1200px;
    /*    overflow:hidden;*/
    margin: 0 auto 200px;
    height: 550px;
    position: relative;
}


















/* footer */

footer {
    margin-top: 0;
}






















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

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

    /* 서브페이지 비주얼 */

    .subVisual {
        margin-bottom: 40px;
        height: 325px;
        padding-top: 105px;
        background-image:url(../images/access_visual_m.jpg);
        background-position: 50% 0;
        background-size:cover;
                background-attachment:inherit;
        overflow: unset;
    }

    .subVisual > h2 {
        margin-top: 70px;
        font-size: 30px;
    }

    .subVisual > .pcNav {
        display: none;
    }

    .subVisual > .mNav {
        display: block;
        width: 100%;
        padding: 0 15px;
        position: absolute;
        bottom: 15px;
        left: 0;
    }

    .subVisual > .mNav > select {
        width: 100%;
        height: 50px;
        border: none;
        background-color: rgba(9, 79, 163, 0.7);
        color: #fff;
        font-size: 15px;
        padding-left: 25px;
    }


    .trace {
        width: 100%;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 210px;
        left: 0;
        text-align: center;
    }

    .trace > .home {
        width: 13px;
        height: 13px;
        background-image: url(../images/access_home_white.png);
        background-size: cover;
    }


    .trace > a:nth-child(2),
    .trace > a:nth-child(3) {
        padding-left: 10px;
        margin-left: 7px;
        color:#fff;
        height:13px;
        line-height:13px;
        font-size:12px;
        text-shadow:2px 2px 2px #000;
    }

    .trace > a:nth-child(2):before,
    .trace > a:nth-child(3):before {
        width: 5px;
        height: 5px;
        background: url(../images/access_rightArrow_white.png);
        background-size:cover;
        margin-top: -2px;
    }
    
    
    
    #container {}
    
    #container > .contactUs {
        max-width:100%;
        padding-bottom:100px;
    }
    
    #container > .contactUs > .address {
        width:auto;
        margin:0 25px;
        padding:10px 0 40px 0;
        text-align:center;
    }
    
    #container > .contactUs > .address > strong {
        display:block;
        font-size:30px;
        line-height:1;
    }
    
    #container > .contactUs > .address > ul {
        margin:0 50px;
    }
    
    #container > .contactUs > .address > ul > li {
        font-size:14px;
        margin-top:22px;
        color:#666;
        line-height:1;
        text-align:left;
    }
    
    #container > .contactUs > .address > ul > li:first-child {
        margin-top:40px;
    }
    
    #container > .contactUs > .address > ul > li > span {
        line-height:20px;
        vertical-align:top;
        width:61%;
        word-break:keep-all !important;
    }
    
    #container > .contactUs > .address > ul > li > span:first-child {
        max-width: 100px;
    }
    
    #container > .contactUs > .tpt {
        margin:0 25px;
    }
    
    #container > .contactUs > .tpt > li {
        width:100%;
        margin-right:0;
        font-size:13px;
        min-height:unset;
        margin-bottom:25px;
        height:auto;
    }
    
    #container > .contactUs > .tpt > li > strong {
        padding:0 25px;
        font-size:18px;
        color:#000;
        line-height:80px;
        height:80px;
    }
    
    #container > .contactUs > .tpt > li > strong:after {
        width:35px;
        height:35px;
        top:22px;
        right:30px;
        background-size:cover;
    }
    
    #container > .contactUs > .tpt > li > div {
        padding:30px 0;
        margin:0 25px;
    }
    
    #container > .contactUs > .tpt > li span {
        width:74%;
    }
    
    
    #container > #map {
        height:300px;
        margin-bottom:0;
    }
    
    
    
    




}




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