.pc-only {
    display:block !important;
}
.mb-only {
    display:none !important;
}
#header {
    display: table;
    padding: 0 40px;
    width: 100%;
    box-sizing: border-box;
}
.main #header, 
.intro #header{
    position: absolute;
    top:0;
    left:0;
    right: 0;
    z-index: 30;
    background:transparent;
}
#wrap.main {
    min-height:979px;
}
#header:after {
    display:block;
    clear:both;
    content: '';
}
.main-contents {
    height:calc(100% - 191px);
}
.contents.work {
    width:1200px;
    margin:0 auto;
    padding-bottom:100px;
}
.home-slide {
    position: relative;
    overflow:hidden;
}
.home-slide li {
    position: absolute;
    left:0;
    top:0;
    font-size:0;
    line-height:0;
}
.home-slide li:first-child{z-index: -1;}
.home-slide li:nth-child(2){z-index: -2;}
.home-slide li:nth-child(3){z-index: -3;}
.home-slide li:nth-child(4){z-index: -4;}
.home-slide li:last-child{z-index: -5;}
.intro-box {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-80%);
    -ms-transform: translate(-50%,-80%);
    -moz-transform: translate(-50%,-80%);
    -webkit-transform: translate(-50%,-80%);
    text-align: center;
}
.intro-box .intro-tit {
    font-size:24px;
    line-height:26px;
    font-family: 'Nanum Square';
    font-weight: bold;
    color:#fff;
}
.intro-box .home-tit {
    font-size:18px;
    line-height:20px;
    font-family: 'Nanum Square';
    font-weight: bold;
    color:#fff;
}
.intro-box .home-tit + .intro-tit {
    margin-top:20px;
}
.intro-box .btn-lang {
    display:block;
    width:324px;
    padding:10px 0;
    margin:20px auto;
    background-color:rgba(31,55,92,0.5);
    border:1px solid #000;
    font-size:20px;
    color:#fff;
    text-align:center;
}
.intro-box .btn-lang + .btn-lang {
    margin-top:10px;
}
.logo {
    padding: 19px 0px 18px;
    vertical-align: middle;
}
.logo a {display:inline-block;}
.gnb {
    position: absolute;
    right: 40px;
    top: 37px;
    text-align: right;
    z-index: 99;
}
.gnb ul {
    display: inline-block;
    overflow:hidden;
}
.gnb li {
    float:left;
    margin-left:34px;
    font-size:20px;
    font-weight: bold;
    color:#141414;
}
.gnb li a:hover {
    color:#e23836;
}
.gnb li:first-child {
    margin-left:0;
}
.main #footer {
    position: static;
}
#footer {
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:35px 0;
    background:#1f375c;
    text-align: center;
    color:#fff;
}
.foot-cont p {
    font-size:15px;
}
.foot-cont span {
    display:block;
    margin-top:10px;
}
.foot-cont .company-info {
    display:inline-block;
    width: 750px;
    margin-top: 20px;
    overflow:hidden;
}
.foot-cont .company-info li {
    position: relative;
    display: inline-block;
    font-size:13px;
    line-height: 20px;
    padding-right: 20px;
}
.foot-cont .company-info li:last-child,
.foot-cont .company-info li:nth-child(3),
.foot-cont .company-info li:nth-child(6) {
    padding-right:0;
}
.foot-cont .company-info.en li:nth-child(3) {
    padding-right:20px;
}
.foot-cont .company-info li:after {
    display:block;
    position: absolute;
    top: 3px;
    right: 7px;
    height: 14px;
    width:1px;
    background:#fff;
    content: '';
}
.foot-cont .company-info li:nth-child(3):after,
.foot-cont .company-info li:nth-child(6):after {
    display:none;
}
.foot-cont .company-info.en li:nth-child(3):after{
    display:block;
}
.foot-cont .company-info li:nth-child(4) {
    clear:both;
}
.foot-cont .company-info li:last-child:after {
    display:none;
}
.foot-cont .company-info li a {
    cursor:text;
    pointer-events: none;
    color:#fff;
}
.main .swiper-container {
    height:100%;
}
.main .swiper-container .swiper-slide a {
    height: 100%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.main .swiper-container img {
    height:100%;
    vertical-align: middle;
}
.container {
    position: relative;
    min-height: 100%;
    padding-top: 70px;
    padding-bottom: 191px;
    background:#fafafc;
}
.com-tit {
    text-align:center;
    font-family: 'Nanum Square';
    font-weight: bold;
}
.com-tit span {
    font-size:13px;
    letter-spacing: 2px;
}
.com-tit p {
    font-size:24px;
}
.dimm {
    display:none;
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    background:rgba(0, 0, 0, .6);
    z-index: 49;
}
.about-txt {
    padding: 0 30px;
    margin-top: 40px;
    margin-bottom: 47px;
    font-size:14px;
    text-align: center;
    color: #828282;
}
.about-img img {
    width:100%;
}
.contact-info {
    width:500px;
    margin:0 auto;
    padding:30px;
    text-align: center;
    background:#fff;
}
.contact-info h2 {
    font-size:26px;
    font-family: 'Nanum Square';
    font-weight: bold;
}
.contact-info p {
    margin-top:20px;
    font-size:15px;
    font-weight: bold;
}
.contact-info a {
    display:inline-block;
    position: relative;
    margin-top:20px;
    font-size:15px;
    font-weight: bold;
    z-index: 0;
}
.contact-info a:hover:after {
    display: block;
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:1px;
    background:#000;
    content:'';
}
.map-box {
    margin-top:70px;
}

.category-tabs ul {
    width: 530px;
    margin:0 auto;
    overflow:hidden;
}
.category-tabs li {
    float:left;
    width:32%;
    text-align: center;
    margin-left:2%;
    cursor: pointer;
}
.category-tabs li span {
    display:block;
    padding: 7px 0;
    font-size: 15px;
    background:#fff;
}
.category-tabs li:hover span,
.category-tabs li.on span {
    background: #1f375c;
    color:#fff;
    font-weight: bold;
}
.category-tabs li:first-child {
    margin-left:0;
}

.thumbnail-wrap {
    overflow: hidden;
    margin-top: 45px;
}
.thumbnail-wrap li {
    float:left;
    width:49%;
    margin-left:2%;
    margin-top:30px;
}
.thumbnail-wrap li:nth-child(odd) {
    clear: both;
    margin-left:0;
}
.thumbnail-wrap li a {
    position: relative;
    display:block;
    border:1px solid #e5e6f1;
}
.thumbnail-wrap li a span {
    display:none;
    position: absolute;
    top:50%;
    left:50%;
    font-size:18px;
    font-weight: bold;
    color:#fff;
    transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
}
.thumbnail-wrap li a:hover:after {
    display:block;
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    background:rgba(0, 0, 0, .5);
    content:'';
}
.thumbnail-wrap li a:hover span {
    display:block;
    z-index: 1;
}
.thumbnail-wrap li img {
    width:100%;
}
.work-tit {
    margin-bottom: 10px;
    height: 70px;
    line-height: 70px;
    background: #26354b;
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-family: 'Nanum Square';
}
.work-slide {
    margin-top:20px;
}
.work-detail-txt {
    margin-top:20px;
    padding:40px;
    background:#fff;
}
.work-detail-txt .sub-tit {
    margin-bottom:10px;
    font-size:24px;
    font-weight: bold;
    color:#222;
    font-family: 'Nanum Square';
}
.work-detail-txt p {
    font-size:16px;
    color:#767676;
}
.work-detail-txt p strong {
    font-weight: bold;
}
.work-detail-txt a {
    display:inline-block;
    width:274px;
    padding: 18px 10px 18px 65px;
    background: url('../kr/image/ico_arr.png') #26354b no-repeat 20px center;
    color:#fff;
    font-size: 16px;
}
.work-detail-txt a:hover {
    background-color:#e23836;
}
.work-detail-txt a br {
    display:none;
}
.work-detail-txt a + a {
    margin-left: 8px;
}
.work-detail-txt a:nth-child(4n+1) {
    margin-left: 0;
}
.work-detail-txt a + a + a + a + a {
    margin-top: 11px;
}
.work-detail-txt p .text-red {
    color:#e23836;
}
.work-detail-txt p .text-blue {
    color:#00a0cb;
}
.work-detail-txt p .text-black {
    color:#000;
}
.work-detail-txt p .text-line {
    text-decoration: underline;
}
.btn-move {
    margin-top: 50px;
    font-size: 0;;
}
.btn-right {
    margin-top:20px;
    text-align: right;
}
.btn-right a {
    display:inline-block;
    background-color: #26354b;
    color: #fff;
    font-size: 16px;
    padding: 10px 40px;
}
.btn-right a:hover {
    background:#e23836;
}
.btn-right + .list-cont {
    margin-top: 80px;
}
.swiper-button-next {
    width:25px;
    height:43px;
    background:url(../kr/image/slidemove_r.png) no-repeat 0 0;
}
.swiper-button-prev {
    width:25px;
    height:43px;
    background:url(../kr/image/slidemove_l.png) no-repeat 0 0;
}
.swiper-pagination-bullet-active {
    background:#007aff;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
    content:'';
}

@media all and (max-width:1700px) {
    .main .swiper-container img {
        max-width:1900px;
        height: 100%;
    }
}
@media (max-width: 1219px) {
    #wrap {
        position:relative;
        width: 100%;
    }
    .pc-only {
        display:none !important;
    }
    .mb-only {
        display: block !important;
    }
    .contents.work {
        width: 768px;
    }
    #header {
        position: fixed;
        top:0;
        left:0;
        background: #fff;
        z-index: 2;
    }
    .intro {
        overflow:hidden;
    }
    .intro #header {
        background:transparent;
    }
    .container {
        padding-top: 120px;
    }
    .gnb li a:hover {
        color:#fff;
    }
    .m-menu {
        position: absolute;
        right: 40px;
        top: 19px;
        width: 50px;
        height:50px;
        font-size:0;
        line-height:0;
    }
    .main-contents {
        width:768px;
        margin:0 auto;
    }
    .intro .main-contents {
        width:auto;
    }
    .main .swiper-container .swiper-slide a {
        display:block;
    }
    .main .swiper-container img {
        width:auto;
        max-width: none;
        height:100%;
        margin: 0 auto;
    }
    .gnb {
        display:none;
        position: fixed;
        background:#fff;
        right:0;
        top:0;
        bottom: 0;
        width: 40%;
        height: 100%;
        padding: 50px 30px;
        background: #1f375c;
        text-align: left;
        z-index: 50;
        transform:translateX(100%);
        -ms-transform:translateX(100%);
        -moz-transform:translateX(100%);
        -webkit-transform:translateX(100%);
        transition: all 0.3s ease-in;
    }
    .gnb.on {
        transform:translateX(0);
        -ms-transform:translateX(0);
        -moz-transform:translateX(0);
        -webkit-transform:translateX(0);
        transition: all 0.3s ease-in;
    }
    .gnb button {
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 10px;
    }
    .gnb button img {
        width: 20px;
    }
    .gnb li {
        float:none;
        margin-left: 0;
    }
    .gnb li a {
        display: block;
        padding: 20px 0;
        color:#fff;
    }
    .contents {
        width: 100%;
    }
    .foot-cont .company-info li a {
        cursor:text;
        pointer-events: auto;
    }
    .about-img {
        height:470px;
        background:url(../kr/image/about.jpg) no-repeat center center;
        background-size: auto 480px;
    }
    .thumbnail-wrap li a span {
        display:block;
        top:auto;
        bottom:-30px;
        left:0;
        font-size:16px;
        color:#000;
        transform:none;
    }
    .contact-info a:after {
        display: block;
        position: absolute;
        bottom:0;
        left:0;
        width:100%;
        height:1px;
        background:#000;
        content:'';
    }
    .contact-info a:active {
        color:#1f375c;
    }
    .thumbnail-wrap li a:hover:after {
        display:none;
    }
    .thumbnail-wrap li a:hover span {
        display:inline-block;
    }
    .movie-box {
        width:768px;
        height:432px;
    }
    .movie-box iframe {
        width:100%;
        height: 100%;
    }
    .work-slide img.mb-only {
        margin:0 auto;
    }
    .btn-right a {
        font-size: 13px;
        padding: 10px 25px;
    }
    .thumbnail-wrap {
        margin-top:25px;
    }
    .thumbnail-wrap li {
        margin-top:50px;
    }
    .work-detail-txt a:hover {
        background-color:#26354b;
    }
    .work-detail-txt a:active {
        background-color:#e23836;
    }
    .work-detail-txt a + a + a {
        margin-top:8px !important;
    }
    .work-detail-txt a:nth-child(odd){
        margin-left: 0;
    }
    .home-slide {
        position: absolute;
        left:50%;
        transform:translateX(-50%);
        -ms-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
        -webkit-transform:translateX(-50%);
    }
    .home-slide li {
        position: static;
        height:100%;
    }
    .home-slide li img {
        height:100%;
    }
    .home-slide li:nth-child(2){
        position: absolute;
        z-index:-2;
    }/*height 100퍼때문에 2제외 전부 static*/
}
@media all and (max-width:768px) {
    #wrap {
        padding-top: 0;
    }
    .contents {
        padding-bottom: 0;
    }
    .contents.work {
        width: 100%;
        padding: 0 12px 50px;
        min-height: calc(100% - 150px);
        height: 100%;
    }
    #wrap.main {
        height: 100% !important;
        padding-top: 0;
        padding-bottom:150px;
    }
    #wrap.roll {
        height:auto !important;
    }
    #wrap.roll #footer {
        position: static;
    }
    .intro-box {
        top:auto;
        bottom:0;
        transform:translate(-50%,0);
    }
    .intro .main-contents {
        position: relative;
        height: 100% !important;
    }
    .intro-box {
        width:100%;
    }
    .intro-box .btn-lang {
        width:90%;
        margin: 10px auto;
        font-size:18px;
    }
    .intro-box .home-tit + .intro-tit {
        margin-top:10px;
    }
    .intro #footer {
        display:none;
    }
    .logo {
        padding:10px 0;
    }
    .logo a {
        width:110px;
    }
    .logo a img {
        width:100%;
    }
    .container {
        padding-top: 70px;
        padding-bottom: 150px;
    }
    .gnb ul {
        display:block;
    }
    .m-menu {
        top: 12px;
        right:10px;
        width: 25px;
        height: 25px;
    }
    .m-menu img {
        width:100%;
    }
    #header {
        padding:0 10px;
    }
    #footer {
        display: table;
        width: 100%;
        height:167px;
        padding: 0 10px 0 10px;
    }
    .main #footer {
        position: absolute;
    }
    .main-contents {
        width:100%;
        height: calc(100% - 150px);
    }
    .gnb {
    width: 80%;
    max-width: 350px;
    }
    .foot-cont .company-info {
        width: auto;
    }
    .foot-cont p {
        display:none;
    }
    .foot-cont span,
    .foot-cont .company-info li {
        margin-top:0;
        font-size:11px;
        line-height: 15px;
    }
    .main .swiper-container .swiper-slide a {
        width: auto;
        vertical-align: middle;
        flex-direction: row;
    }
    .main .swiper-container img {
        width: auto;
        height: 100%;
        vertical-align: middle;
    }
    .foot-cont {
        display:table-cell;
        vertical-align: middle;
    }
    .foot-cont .company-info li {
        padding-right:10px;
    }
    .foot-cont .company-info li:nth-child(3):after {
        display:block;
    }
    .foot-cont .company-info li:nth-child(4) {
        clear:none;
    }
    .foot-cont .company-info li:last-child,
    .foot-cont .company-info li:nth-child(3) {
        padding-right:10px;
    }
    .foot-cont .company-info.en li:nth-child(3) {
        padding-right:10px;
    }
    .foot-cont .company-info li:after {
        height: 12px;
        right: 2px;
    }
    .foot-cont .company-info {
        margin-top:10px;
    }
    .com-tit span {
        font-size:11px;
    }
    .com-tit p {
        font-size:16px;
    }
    .about-txt {
        font-size:11px;
    }
    .about-img {
        height:300px;
        background:url(../kr/image/about.jpg) no-repeat center center;
        background-size: auto 300px;
    }
    .contact-info {
        width:80%;
        padding:30px 10px;
    }
    .contact-info h2 {
        font-size:20px;
    }
    .contact-info p,
    .contact-info a {
        font-size:13px;
    }
    .map-box {
        margin-top:40px;
    }
    .map-box, .map-box img{
        height: 400px;
    }
    .category-tabs ul {
        width:100%;
    }
    .thumbnail-wrap {
        margin-top:13px;
    }
    .thumbnail-wrap li {
        float:none;
        width:100%;
        margin-left:0;
        margin-top: 12px;
        padding-bottom:35px;
    }
    .work + #footer {
        position: absolute;
        bottom: 0;
    }
    .movie-box {
        position: relative;
        width: 100%;
        height: 100%;
        padding-bottom: 56.25%;
    }
    .movie-box iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
    }
    .work-slide img.mb-only {
        width:100%;
    }
    .work-tit {
        height:40px;
        font-size:15px;
        line-height:40px;
    }
    .work-detail-txt {
        padding:10px;
        font-size: 0;
    }
    .work-detail-txt .sub-tit {
        font-size: 15px;
    }
    .work-detail-txt p {
        font-size: 12px;
    }
    .work-detail-txt a {
        width: 120px;
        font-size: 12px;
        padding-left: 45px;
        background-size:20px auto;
        background-position:15px center;
    }
    .work-detail-txt a + a {
        margin-left: 2%;
    }
    .work-detail-txt a:nth-child(4n) {
        margin-left: 2%;
    }
    .btn-move a em {
        display:none;
    }
    .btn-move {
        margin-top:30px;
    }
    .btn-move.double a {
        width:49%;
    }
    .swiper-button-next {
        width:15px;
        height:26px;
        background-size:15px auto;
    }
    .swiper-button-prev {
        width:15px;
        height:26px;
        background-size:15px auto;
    }
    .work-slide .swiper-button-next {
        right:0;
    }
    .work-slide .swiper-button-prev {
        left:0;
    }
    #daumRoughmapContainer1576647775495 {
        height:400px !important;
        padding:0;
    }
}
@media all and (max-width:580px) {
    .main .swiper-container .swiper-slide a {
        display: flex;
        height: 100%;
        align-items: flex-end;
    }
    .main .swiper-container img {
        display:inline-block;
        width:100%;
        height:auto;
    }
    .foot-cont .company-info.en li:first-child:after {
        display:none;
    }
}
@media all and (max-width:360px) {
    .foot-cont span, 
    .foot-cont .company-info li {
        font-size:10px;
    }
    .thumbnail-wrap.en li a span {
        font-size:14px;
    }
}
@media all and (min-height:1024px) and (min-width:768px) {
    .main .swiper-container .swiper-slide a {
        display: flex;
        width: 100%;
        align-items: flex-end;
    }
    .main .swiper-container img {
        height: 80%;
        max-height:609px;
    }
    .main .swiper-container img.pc-only {
        height:100%;
        max-height:900px;
        width:auto;
    }
    #footer {
        position: absolute;
        left: 0;
        right:0;
        bottom:0;
    }
}
@media all and (min-height:1500px) and (min-width:1025px) {
    .main .swiper-container .swiper-slide a {
        align-items: center;
    }
}