@charset "UTF-8";
@import url(default.css);

#header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 80px;
    background: #003487 url(../img/topmenu_bg.png) no-repeat center;
    z-index: 30;
    /* vr,campus,bg보다 위에 있어야됨 */
}

.header_logo_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 511px;
    height: 80px;
    background: url(../img/logo_bg.png) no-repeat center;
}

.header_logo {
    font-size: 0;
    line-height: 80px;
    position: absolute;
    top: 0;
    left: 50px;
    height: 80px;
}

.header_logo .logo_link {
    display: block;
    height: 80px;
}

.header_logo .logo {
    position: relative;
    top: 3px;
    display: inline-block;
    vertical-align: middle;
}

.header_logo .text {
    font-size: 26px;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin-left: 33px;
    vertical-align: middle;
    color: #fff;
}

.header_logo .text:before {
    position: absolute;
    top: 2px;
    left: -16px;
    width: 1px;
    height: 25px;
    content: '';
    background: rgba(255, 255, 255, 0.4);
}

.topmenu {
    max-width: 1204px;
    margin: 0 auto;
}

.topmenu_list {
    font-size: 0;
    line-height: 80px;
    float: right;
    height: 80px;
    margin-right: 100px;
}

.topmenu_item {
    line-height: 1;
    display: inline-block;
    margin-left: 86px;
    vertical-align: middle;
}

.topmenu_item:frist-child {
    margin-left: 0;
}

.topmenu_link {
    font-size: 20px;
    display: block;
    padding: 10px;
    color: #fff;
}

.mobile_home {
    display: none;
}

[id^=krpanoSWFObject] * {
    box-sizing: content-box;
}

#pano {
    position: absolute;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #eee;
}

#pano2 {
    display: none;
    position: absolute;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #eee;
}

#bottom {
    position: relative;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 6px;
    background: #0091e4;
    z-index: 30;
    /* vr,campus,bg보다 위에 있어야됨 */
}

.control_wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 410px;
    height: 54px;
    padding-left: 184px;
}

.control {
    position: absolute;
    top: 0;
    left: 0;
    width: 184px;
    height: 54px;
    background: url(../img/vr_control_bg.png) no-repeat center;
    padding-top: 8px;
    padding-left: 47px;
}

.control_btn {
    width: 40px;
    height: 40px;
    float: left;
}

.control_btn_play {
    background: url(../img/vr_play.png) no-repeat center;
}

.control_btn_stop {
    background: url(../img/vr_stop.png) no-repeat center;
}

.control_wrap .title {
    font-size: 20px;
    line-height: 54px;
    min-width: 280px;
    height: 54px;
    padding: 0 40px;
    background: #fff;
}

.control_wrap .title br {
    display: none;
}

#campus {
    animation-name: fadeInUp;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
    display: none;
    position: absolute;
    background: #fff;
    width: 1270px;
    height: 710px;
    top: 50%;
    left: 50%;
    margin-left: -635px;
    margin-top: -360px;
    z-index: 20;
    /* vr,bg보다 위에 있어야됨 */
}

.campus_title_wrap {
    display: none;
}

.campus_list_wrap {
    float: left;
    width: 210px;
    height: 700px;
    margin-top: 5px;
    margin-left: 5px;
    background: #f0ebec;
    overflow-y: auto;
}

.campus_list {
    padding: 16px 0;
}

.campus_item {
    width: 165px;
    margin: 0 auto;
}

.campus_item_btn {
    font-size: 0;
    position: relative;
    display: block;
    width: 165px;
    line-height: 40px;
    height: 40px;
    padding: 0 10px 0 40px;
    border-bottom: 1px solid #ddd;
}

.campus_item_btn .building_number {
    position: absolute;
    color: #fff;
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #58b531;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
}

.campus_item_btn .building_name {
    color: #555;
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
    font-size: 14px;
}

.campus_item_btn:hover {
    background: #58b531;
}

.campus_item_btn:hover .building_number {
    background: #fff;
    color: #58b531;
}

.campus_item_btn:hover .building_name {
    color: #fff;
}

.campus_map_wrap {
    float: left;
    width: 1045px;
    margin-top: 5px;
    margin-left: 5px;
}

.campus_map {
    position: relative;
}

.campus_map_img {
    width: 100%;
    display: block;
}

.campus_marker_wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.campus_marker {
    position: absolute;
    margin-top: -48px;
    margin-left: -22px;
    display: block;
    width: 44px;
    height: 58px;
    background: url(../img/marker.png) no-repeat center;
}

.campus_marker .building_number {
    font-size: 16px;
    text-align: center;
    display: block;
    color: #fff;
    padding-top: 7px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.campus_close_btn {
    background: #3d3b3c url(../img/icon_close.png) no-repeat center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.opacity_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    /* vr보다 위에 있어야됨 */
}

#info {
    animation-name: fadeInUp;
    animation-fill-mode: forwards;
    animation-duration: 0.5s;
    display: none;
    position: absolute;
    background: #fff;
    width: 990px;
    height: 560px;
    top: 50%;
    left: 50%;
    margin-left: -494px;
    margin-top: -275px;
    z-index: 20;
    /* vr,bg보다 위에 있어야됨 */
}

.info_side {
    float: left;
    width: 210px;
    height: 550px;
    margin-top: 5px;
    margin-left: 5px;
}

.info_building_title {
    width: 210px;
    height: 120px;
    line-height: 120px;
    background: url(../img/title_bg.jpg) no-repeat center;
    color: #fff;
    font-size: 0;
    padding: 0 30px;
}

.info_building_title_inner {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
}

.info_building_number {
    display: block;
    font-size: 28px;
}

.info_building_name {
    display: block;
    font-size: 28px;
}

.info_building_name br {
    display: none;
}

.info_list_wrap {
    width: 210px;
    height: calc(100% - 120px);
    background: #f0ebec;
    overflow-y: auto;
}

.info_list {
    padding: 0 30px;
}

.info_list_ii {
    margin-top: 23px;
}

.info_list_title {
    font-size: 20px;
}

.info_list2_li {
    font-size: 14px;
    margin-top: 10px;
}

.info_photo_wrap {
    float: left;
    width: 765px;
    margin-top: 5px;
    margin-left: 5px;
}

.info_photo {
    position: relative;
}

.info_photo_img {
    width: 100%;
    display: block;
}

.info_close_btn {
    background: #3d3b3c url(../img/icon_close.png) no-repeat center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.opacity_bg2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    /* vr보다 위에 있어야됨 */
}

#footer {
    display: none;
}

/* 쇼 /히든  */
.campus-active #campus {
    display: block;
}

.campus-active .opacity_bg {
    display: block;
}

.pano2-active #pano2 {
    display: block;
}

.info-active #info {
    display: block;
}

.info-active .opacity_bg2 {
    display: block;
}

@keyframes fadeInUp {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* 캠퍼스 맵 마커 */
.marker_01 {
    left: 49.9%;
    top: 17.9%;
}

.marker_02 {
    left: 59.0%;
    top: 17.0%;
}

.marker_03 {
    left: 43.5%;
    top: 11.1%;
}

.marker_04 {
    left: 47.2%;
    top: 7.1%;
}

.marker_05 {
    left: 56.0%;
    top: 12.1%;
}

.marker_06 {
    left: 63.2%;
    top: 10.4%;
}

.marker_07 {
    left: 67.3%;
    top: 13.0%;
}

.marker_08 {
    left: 72.1%;
    top: 14.8%;
}

.marker_09 {
    left: 72.6%;
    top: 22.0%;
}

.marker_10 {
    left: 77.0%;
    top: 23.0%;
}

.marker_11 {
    left: 79.2%;
    top: 29.3%;
}

.marker_12 {
    left: 84.2%;
    top: 35.4%;
}

.marker_13 {
    left: 40.6%;
    top: 17.9%;
}

.marker_14 {
    left: 35.7%;
    top: 20.2%;
}

.marker_15 {
    left: 31.0%;
    top: 18.3%;
}

.marker_16 {
    left: 25.4%;
    top: 20.6%;
}

.marker_17 {
    left: 19.8%;
    top: 22.2%;
}

.marker_18 {
    left: 30.4%;
    top: 27.5%;
}

.marker_19 {
    left: 32.0%;
    top: 37.5%;
}

.marker_20 {
    left: 27.1%;
    top: 43.2%;
}

.marker_21 {
    left: 7.9%;
    top: 42.3%;
}

.marker_22 {
    left: 15.7%;
    top: 49.9%;
}

.marker_23 {
    left: 3.5%;
    top: 43.5%;
}

.marker_24 {
    left: 30.1%;
    top: 52.3%;
}

.marker_25 {
    left: 40.1%;
    top: 57.8%;
}

.marker_26 {
    left: 72%;
    top: 52%;
}

.marker_27 {
    left:86%;
    top: 55%;
}

.marker_28 {
    left: 87%;
    top: 45%;
}

.marker_29 {
    left: 80%;
    top: 44%;
}

.marker_30 {
    left: 79%;
    top: 39%;
}

.marker_31 {
   left: 77.3%;
    top: 37.3%;
}

.marker_32 {
  left: 95.2%;
    top: 42.4%;
}

.marker_33 {
     left: 94.2%;
    top: 49.4%;
}


.marker_34 {
    left: 86.2%;
    top: 39.4%;
}

.marker_35 {
    left: 60.2%;
    top: 88.5%;
}

.marker_36 {
    left: 55%;
    top: 33.5%;
}

.marker_37 {
    left: 55%;
    top: 42.5%;
}

.marker_38 {
    left: 46%;
    top: 42.5%;
}

.marker_39 {
    left: 47.3%;
    top: 57.5%;
}

.marker_40 {
    left: 18.4%;
    top: 61.0%;
}

.marker_41 {
    left: 58.2%;
    top: 79.5%;
}


/* 글자 크기 조절 */
.info_27 .info_building_number,
.info_27 .info_building_name,
.info_24 .info_building_number,
.info_24 .info_building_name {
    font-size: 24px;
}

/* 태블릿 */
@media (max-width: 1300px),
(max-height: 900px) {
    #campus {
        width: 1025px;
        height: 545px;
        margin-left: -512px;
        margin-top: -272px;
    }

    .campus_list_wrap {
        height: 535px;
    }

    .campus_map_wrap {
        width: 800px;
    }
}

/* 모바일 */
@media (max-width: 1050px),
(max-height: 720px) and (orientation: landscape) {
    #header {
        height: 72px;
        background: #0091e4;
    }

    .header_logo_wrap {
        width: auto;
        height: 72px;
    }

    .header_logo {
        height: 72px;
        left: 16px;
    }

    .header_logo .logo_link {
        height: 72px;
    }

    .header_logo .text {
        display: none;
    }

    .header_logo .logo {
        width: auto;
        height: 40px;
        top: 0;
    }

    .topmenu {
        display: none;
    }

    .mobile_home {
        display: block;
        position: absolute;
        top: 16px;
        right: 16px;
        width: 40px;
        height: 40px;
        background: #003487 url(../img/icon_home.png) no-repeat center;
        border-radius: 50%;
    }

    #pano {
        display: none;
    }

    #pano2 {
        display: none !important;
    }

    #campus {
        display: block !important;
        width: auto;
        height: auto;
        top: 72px;
        margin-top: 0;
        margin-left: 0;
        left: 0;
        right: 0;
        bottom: 72px;
        background: #f0ebec;
        animation: none;
    }

    .campus_title_wrap {
        display: block;
        text-align: center;
        color: #666;
        height: 136px;
        padding-top: 40px;
    }

    .campus_title {
        font-size: 22px;
    }

    .campus_title em {
        color: #003487;
        font-weight: 600;
    }

    .campus_txt {
        font-size: 13px;
        line-height: 1.5;
        margin-top: 10px;
    }

    .campus_list_wrap {
        float: none;
        width: 100%;
        height: calc(100% - 136px);
        margin-left: 0;
        margin-top: 0;
    }

    .campus_list {
        padding: 0 18px;
    }

    .campus_item {
        width: 100%;
        margin-bottom: 3px;
    }

    .campus_item_btn {
        width: 100%;
        background: #fff url(../img/list_arr.png) no-repeat right 16px center;
        height: 48px;
        line-height: 48px;
        padding-left: 19px;
        position: relative;
        border-left: 6px solid #4baa25;
    }

    .campus_item_btn:hover {
        background: #fff url(../img/list_arr.png) no-repeat right 16px center;
    }

    .campus_item_btn:hover .building_number {
        color: #444;
    }

    .campus_item_btn:hover .building_name {
        color: #444;
    }

    .campus_item_btn .building_number {
        position: static;
        vertical-align: middle;
        display: inline-block;
        color: #444;
        font-size: 15px;
        background: none;
        font-weight: 600;
        margin-right: 5px;
    }

    .campus_item_btn .building_number {
        color: #444;
    }

    .campus_item_btn .building_name br {
        display: none;
    }

    .campus_close_btn {
        display: none;
    }

    .campus_map {
        display: none;
    }

    #info {
        width: auto;
        height: auto;
        top: 72px;
        margin-top: 0;
        margin-left: 0;
        left: 0;
        right: 0;
        bottom: 72px;
        background: #f0ebec;
        animation: none;
    }

    .info_side {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-top: 0;
        margin-left: 0;
        width: 100%;
        height: 248px;
    }

    .info_building_title {
        height: 56px;
        line-height: 56px;
        width: 100%;
        background: #67bd3e url(../img/mobile_title_bg.jpg) no-repeat center;
        text-align: center;
    }

    .info_building_number,
    .info_building_name {
        display: inline-block;
        font-size: 18px;
    }

    .info_photo_wrap {
        width: 100%;
        height: calc(100% - 248px);
        margin-top: 0;
        margin-left: 0;
    }

    .info_photo {
        height: 100%;
        text-align: center;
        overflow: hidden;
    }

    .info_photo_img {
        margin-left: 50%;
        height: 100%;
        width: auto;
        display: block;
        transform: translateX(-50%);
    }

    .info_close_btn {
        display: none;
    }

    .info_list_wrap {
        width: 100%;
        height: calc(100% - 56px);
    }

    #bottom {
        display: none;
    }

    #footer {
        display: block;
        position: absolute;
        height: 72px;
        bottom: 0;
        left: 0;
        right: 0;
        background: #222;
        line-height: 72px;
        font-size: 0;
        text-align: center;
        padding: 0 18px;
    }

    .footer_info {
        vertical-align: middle;
        display: inline-block;
        font-size: 11px;
        color: #868686;
        line-height: 1.5;
    }

    /* 글자 크기 조절 */
    .info_27 .info_building_number,
    .info_27 .info_building_name,
    .info_24 .info_building_number,
    .info_24 .info_building_name {
        font-size: 18px;
    }
}
