/* common css */


::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-thumb {background-color: #c1c1c1;border-radius: 10px;}
::-webkit-scrollbar-track {background-color: #f1f1f1;}

.hdn-txt {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    width: 1px;
    height: 1px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bcbec0;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bcbec0;
    opacity: 1;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #bcbec0;
    opacity: 1;
}

body {
    width: 100%;
    margin: 0 auto;
    font-family: 'Noto Sans Korean';
    font-weight: 400;
    letter-spacing: -1px;
}

/***************************************************************************
PAGE 02 style css **********************************************************/
/************ header */

.logo-tit{
    background-color: #70122b;
    height: 80px;
}
.logo-tit a{
    color:#fff;
    display: inline-block;
    padding: 13px 0 13px 30px;
    text-decoration: none;;
}
.logo-tit a img{vertical-align: middle;}
.logo-tit a span{
    text-decoration: none;
    font-size: 22px;
    display:inline-block;
    margin-left:10px;
    margin-top:10px;
    padding-left:10px;
    border-left: 1px solid rgba(255,255,255,.5);
    line-height: 1;
    vertical-align:middle;
    margin-bottom: 10px;
}
.cam-head.de-page01 {
    width: 100%;
    z-index: 10;
}
.cam-head.de-page01:after {
    content: '';
    display: block;
    clear: both;
}

.cam-head.de-page01 .inner {
    float: left;
    width: 100%;
    max-width: 370px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.cam-head.de-page01:after {
    content: '';
    display: block;
    clear: both;
}

.cam-head.de-page01 .logo-tit a {
    display: block;
    line-height: 80px;
    border-right: 1px solid #bcbec0;
    background-color: #fff;
    padding-left: 20px;
}

.cam-head.de-page01 .logo-tit img {
    display: inline-block;
    vertical-align: middle;
}
.cam-head.de-page01 .srch {
    position: relative;
    width: 100%;
    background: url(./../images/srch-bg.png);
    padding: 25px 30px;
    box-sizing: border-box;
}

.cam-head.de-page01 .srch #srch-sq {
    width: 100%;
    line-height: 50px;
    font-family: 'Noto Sans Korean';
    font-size: 15px;
    font-weight: 300;
    background-color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    border: none;
    border-radius: 10px;
}

.cam-head.de-page01 .srch .srch-sq {
    height:0;
    overflow: hidden;
    display: block;
}

.cam-head.de-page01 .srch .srch-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 40px;
    top: 35px;
    border: 0;
    background: url(../images/srch-icon.png) center center no-repeat;
}

.head-tab {
    position: absolute;
    width: 100%;
    max-width: 400px;
    right: 50px;
    top: 20px;
    z-index: 11;
}

.head-tab a {
    color: #fff;
    font-size: 18px;
    font-family: 'Noto Sans Korean';
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .45);
    border: none;
    display: inline-block;
    padding: 10px 30px;
    margin-left: 5px;
}

.head-tab a.on {
	float: left;
    background-color: #0054a6;
}
.head-tab a{
}

/************ body */
.cam-body.de-page01 {
    position: relative;
    width: 100%;
}

.cam-body.de-page01 .left-tab {
    position: absolute;
    left: 0;
    top: 80px;
    border-right: 1px solid #bcbec0;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    transition: ease-in-out .3s;
    z-index: 2;
    background: #fff;
    height: calc(100vh - 80px);
}
.cam-body.de-page01 .left-tab.on {
    left: -370px;
}
.cam-body.de-page01 .left-tab .left-list-li{
    width: 370px;
    height: 200px;
    max-height: 423px;
    background-color: #fff;
    overflow-y: scroll;
    padding: 15px 10px 15px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #d8d8d8;
}
.cam-body.de-page01 .left-tab li a {
    display: block;
    color: #666;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    padding: 10px 30px;
    box-sizing: border-box;
}

.cam-body.de-page01 .left-tab li a.on,
.cam-body.de-page01 .left-tab li a:hover {
    color: #fff;
    background-color: #ba7587;
}

.cam-body.de-page01 .left-tab .leftButton {
    position: absolute;
    width: 30px;
    height: 60px;
    right: -30px;
    top: 50%;
    margin-top: -30px;
    background: url(../images/left-tab-close.png) 9px center no-repeat #fff;
    text-indent: -99999px;
    border-right: 1px solid #bcbec0;
    border-top: 1px solid #bcbec0;
    border-bottom: 1px solid #bcbec0;
    border-left: none;
    border-radius: 0 10px 10px 0;
}
.cam-body.de-page01 .left-tab .left-list-bottom{
    width: 370px;
}
.cam-body.de-page01 .left-tab .left-list-bottom .info{
    text-align: center;
    background: #eff3f6;
    width: 100%;
    overflow: hidden;
}
.cam-body.de-page01 .left-tab .left-list-bottom .thum{
    display: inline-block;
    margin-top: 30px;
    padding: 0 10px 8px 0;
    background: url(./../images/thum-bg.png) right bottom no-repeat;
    position: relative;
    width:240px;
    background-size: 95% 92%;
}
.cam-body.de-page01 .left-tab .left-list-bottom .thum .slide{
}
.cam-body.de-page01 .left-tab .left-list-bottom .thum .slide li{
    display:inline-block;
}
.cam-body.de-page01 .left-tab .left-list-bottom .thum .slide li img{
    width:100%;
}
.cam-body.de-page01 .left-tab .left-list-bottom .thum:after,
.cam-body.de-page01 .left-tab .left-list-bottom .thum:before{
    content:'';
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    background: #000;
}
.cam-body.de-page01 .left-tab .left-list-bottom .thum:after{
    background: #af8290;
    right: -18px;
    bottom: -18px;
    opacity: 0.8;
}
.cam-body.de-page01 .left-tab .left-list-bottom .thum:before{
    background: #bc99a5;
    left: -10px;
    top: -10px;
    z-index: 1;
}
.cam-body.de-page01 .left-tab .left-list-bottom .thum img{
    position: relative;
    z-index: 1;
}
.cam-body.de-page01 .left-tab .left-list-bottom .thum .dots{
    text-align: left;
    position: absolute;
    bottom: -50px;
    z-index: 1001;
}
.cam-body.de-page01 .left-tab .left-list-bottom .thum .dots ul{

}
.cam-body.de-page01 .left-tab .left-list-bottom .thum .dots ul li{
    display:inline-block;
    margin-right: 5px;
}
.cam-body.de-page01 .left-tab .left-list-bottom .thum .dots ul li button{
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #919191;
    border: none;
}
.cam-body.de-page01 .left-tab .left-list-bottom .thum .dots ul li.slick-active button{
    background: #70122b;
}


.cam-body.de-page01 .left-tab .left-list-bottom .txt{
    text-align: left;
    margin-top: 50px;
    padding: 0 45px;
    line-height: 1.6;
    overflow: auto;
    height: calc(100vh - 615px);
}
.cam-body.de-page01 .left-tab .left-list-bottom .txt .title{
    margin-bottom: 30px;
    color: #212121;
    font-size: 23px;
}
.cam-body.de-page01 .left-tab .left-list-bottom p{
    margin-bottom: 30px;
}
.cam-body.de-page01 .left-tab .left-list-bottom p strong{
    display: block;
    background: url(./../images/list-dot.png) left 7px no-repeat;
    padding-left: 20px;
    margin-bottom: 10px;
}

.cam-body.de-page01 .left-tab .left-list-bottom span{
    
line-height: 1.2;
}
.cam-body.de-page01 .left-tab button.on {
    background-image: url(../images/left-tab-open.png);
}

.cam-body.de-page01 .map-api {
    width: 100%;
    /**max-width: 1600px;**/
    height: calc(100vh - 80px);
}

.cam-body.de-page01 .map-api img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.campusClose{position:absolute;right: 20px;top: 25px;width:40px;height:40px;background: url(./../images/close.png) no-repeat;text-indent:-9999px;}
/************ respon */

@media all and (max-height: 800px) and (min-width:1200px){
.cam-body.de-page01 .left-tab .left-list-bottom .txt{margin-top:25px;height: calc(100vh - 590px);}
.cam-body.de-page01 .left-tab .left-list-bottom .txt .title{line-height:1.25;margin-bottom:10px;}    
}


/* width 920 */
@media all and (max-width: 920px) {
    .cam-head.de-page01 .logo-tit {
        float: none;
    }

    .cam-head.de-page01 .srch {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
    }

    .cam-body.de-page01 .left-tab ul {
        width: 250px;
    }

    .cam-body.de-page01 .left-tab.on {
        left: -250px;
    }

    .cam-tail.de-page01 .cont-info {
        position: relative;
        float: none;
        width: 100%;
        max-width: inherit;
        margin-bottom: 10px;
    }

    .cam-tail.de-page01 .cont-info:after {
        content: '';
        display: block;
        clear: both;
    }

    .cam-tail.de-page01 .cont-txt {
        float: none;
        width: 100%;
        max-width: inherit;
    }
}

/* width 700 */
@media all and (max-width: 767px) {
    .logo-tit{
        height: 60px;
    }
    .logo-tit a{
    padding: 12px 0 12px 15px;
    }
    .logo-tit a img{
        width: 120px;
    }
    .logo-tit a span{
        font-size: 16px;
    }
    .left-tab.on .left-list-wrap{
        height: 0;
        overflow: hidden;
    }
    .left-tab .left-list-wrap{

    }

    .cam-head.de-page01 .srch .srch-btn{
        top:25px;
        right:30px;
    }
    
    .cam-head.de-page01 .logo-tit {
        margin: 0 auto;
    }
   .cam-head.de-page01 .srch{
       padding:15px 20px;
   }
    .cam-head.de-page01 .inner {
        max-width: 100%;
    }

    .cam-head.de-page01 .logo-tit a {
        text-align: left;
        padding-left: 20px;
    }

    .cam-body.de-page01 .left-tab {
        width: 100%;
        border-right: 0px;
        height: auto;
        top: 60px;
    }

    .cam-body.de-page01 .left-tab ul {
        width: 100%;
        max-height: 200px;
        transition: ease-in-out .3s;
    }

    .cam-body.de-page01 .left-tab ul.hddn {
        position: absolute;
        top: -200px;
        /* visibility: hidden;
        height: 0; */
    }

    .cam-body.de-page01 .left-tab .leftButton {
        width: 20px;
        height: 60px;
        top: auto;
        bottom: -40px;
        right: 50%;
        border-top: 1px solid #bcbec0;
        border-left: none;
        border-right: 1px solid #bcbec0;
        border-bottom: 1px solid #bcbec0;
        margin-right: -10px;
        transform: rotate(90deg);
        background-position: 3px center;
    }

    .cam-body.de-page01 .left-tab.on {
        left: auto;
    }

    .cam-body.de-page01 .map-api {
        padding-top: 100px;
    }
    .cam-body.de-page01 .left-tab .left-list-li{
        width:100%;
        padding: 0;
        max-height: 200px;
        height: 160px;
    }
    .cam-body.de-page01 .left-tab .left-list-bottom{
        width:100%;
        height: 230px;
        overflow: auto;
    }
    .campusClose{
        width: 25px;
        height: 25px;
        background-size: cover;
    }
}

/* width 600 */
@media all and (max-width: 550px) {
    .cam-body.de-page01 .left-tab .left-list-bottom .txt{margin-top:25px;height: calc(100vh - 590px);}
.cam-body.de-page01 .left-tab .left-list-bottom .txt .title{line-height:1.25;margin-bottom:10px;}    
    .head-tab {
        max-width: 160px;
    }

    .head-tab a {
        font-size: 15px;
    }

    .cam-tail.de-page01 {
        padding: 20px;
    }

    .cam-tail.de-page01 .cont-info img {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .cam-tail.de-page01 .cont-info ul {
        float: none;
        width: 100%;
    }
}

/* width 420 */
@media all and (max-width: 420px) {
    .cam-head.de-page01 .logo-tit img {
        width: 40%;
    }

    .head-tab button {
        font-size: 15px;
        line-height: 40px;
        margin-bottom: 0;
    }

    .cam-tail.de-page01 {
        padding: 15px;
    }
}

#ctgr{display:none;}