/* common css */
.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 */
.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;
    background-color: #0055bc;
    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 .logo-tit span{
    text-decoration: none;
    font-size: 22px;
    color: #5b5b5c;
	display:inline-block;
	margin-left:10px;
	margin-top:10px;
	padding-left:10px;
	border-left:1px solid #ddd;
	line-height:1.2;
	vertical-align:middle;
	margin-bottom: 10px;
}
.cam-head.de-page01 .srch {
    position: relative;
    width: 100%;
    background-color: #0055bc;
    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;
    height: 45px;
}

.cam-head.de-page01 .srch .srch-sq {
    display: block;
    color: #fff;
    background: url(../images/srch-pick.png) left center no-repeat;
    padding-left: 40px;
    margin-bottom: 15px;
    cursor: pointer;
    line-height: 2;
}

.cam-head.de-page01 .srch .srch-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 40px;
    top: 80px;
    border: 0;
    background: url(../images/srch-icon.png) center center no-repeat;
}

.head-tab {
    position: absolute;
    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 {
	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: 0;
    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;
}

.cam-body.de-page01 .left-tab.on {
    left: -370px;
}

.cam-body.de-page01 .left-tab ul {
    width: 370px;
    height: 100%;
    max-height: 378px;
    background-color: #fff;
    overflow-y: scroll;
    padding: 15px 10px 15px 0;
    box-sizing: border-box;
}

.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: #0055bc;
    background-color: #f6f6f6;
}

.cam-body.de-page01 .left-tab button {
    position: absolute;
    width: 30px;
    height: 60px;
    right: -30px;
    top: 50%;
    margin-top: -30px;
    background: url(../images/left-tab-close.png) 2px 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 button.on {
    background-image: url(../images/left-tab-open.png);
}

.cam-body.de-page01 .map-api {
    width: 100%;
    /* max-width: 1600px; */
    height: 600px;
}

.cam-body.de-page01 .map-api img {
    width: 100%;
    height: 100%;
}

.cam-body.de-page01 .body-btm {
    width: 100%;
    background-color: #f6f6f6;
}

.cam-body.de-page01 .body-btm img {
    display: block;
    width: 100%;
    max-width: 940px;
    padding: 65px 0;
    margin: 0 auto;
}

.cam-body.de-page01 .body-top,
.cam-body.de-page01 .body-btm {
    display: none;
}

.cam-body.de-page01 .body-top.on,
.cam-body.de-page01 .body-btm.on {
    display: block;
}

/************ tail */
.cam-tail.de-page01 {
    position: relative;
    width: 100%;
    border-top: 1px solid #0055bc;
    padding: 15px 20px;
    box-sizing: border-box;
}

.cam-tail.de-page01:after {
    content: '';
    display: block;
    clear: both;
}

.cam-tail.de-page01 h3 {
    color: #000;
    font-size: 34px;
    font-weight: normal;
    margin-bottom: 20px;
}

.cam-tail.de-page01 .cont-info {
    /* float: left; */
    width: 100%;
}

.cam-tail.de-page01 .cont-info img {
    float: left;
    width: 45%;
    border: 1px solid #ccc;
}

.cam-tail.de-page01 .cont-info > ul {
    max-height: 250px;
    padding: 10px;
    box-sizing: border-box;
    overflow-y: scroll;
}

.cam-tail.de-page01 > .cont-info > ul > li {
    color: #666;
    font-size: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    font-weight: 300;
    position: relative;
    padding-left: 100px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 30px;
    min-height: 32px;
}

.cam-tail.de-page01 .cont-info ul li:last-child {
    margin-bottom: 0;
}

.cam-tail.de-page01 .cont-info ul strong {
    float: left;
    width: 100px;
    color: #0055bc;
    font-size: 16px;
    font-weight: 500;
    background: url(../images/cont-info-dot.png) left center no-repeat;
    padding-left:13px;
    position: absolute;
    left: 0;
    width: 100px;
    box-sizing: border-box;
    word-break: keep-all;
}
.cam-tail.de-page01 .cont-info ul li ul li{
    display:inline-block;
    padding-left:10px;
    position:relative;
    margin:0 7px 5px;
}
.cam-tail.de-page01 .cont-info ul li ul li:before{
    content:'';
    display:block;
    position:absolute;
    width:5px;
    height:5px;
    background:#929292;
    border-radius:100%;
    left:0;
    top:12px;
        
}

.cam-tail.de-page01 .cont-info ul p {
}
.cam-tail.de-page01 .cont-info ul p a{
    text-decoration: none;
    color: #555;
    margin-right: 10px;
    word-break: keep-all;
}
.cam-tail.de-page01 .cont-info ul p span{
	margin:0 3px;
	display:inline-block;
}

.cam-tail.de-page01 .cont-txt {
    float: right;
    width: 30%;
}

.cam-tail.de-page01 .cont-txt h3 {
    color: #333;
    font-size: 18px;
    text-align: center;
    background-color: #f8f8f8;
    border: 1px solid #e8e8e9;
    margin-bottom: 15px;
    padding: 15px;
    box-sizing: border-box;
}

.cam-tail.de-page01 .cont-txt dl {
    position: relative;
    border-bottom: 1px solid #e8e8e9;
    padding: 15px 20px;
    box-sizing: border-box;
}

.cam-tail.de-page01 .cont-txt dl:after {
    content: '';
    display: block;
    clear: both;
}

.cam-tail.de-page01 .cont-txt dt {
    float: left;
    width: 20%;
}

.cam-tail.de-page01 .cont-txt dd {
    float: right;
    width: 80%;
    color: #666;
}

.cam-tail.de-page01 .cont-txt a {
    position: relative;
    color: #666;
    text-decoration: none;
    padding-right: 25px;
}

.cam-tail.de-page01 .cont-txt a:hover {
    text-decoration: underline;
}

.cam-tail.de-page01 .cont-txt a:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    right: 0;
    top: 50%;
    margin-top: -6px;
    background: url(../images/new-win.png) center center no-repeat;
}

/************ respon */
/* 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: 285px;
    }

    .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: 700px) {
    .cam-head.de-page01 .logo-tit {
        margin: 0 auto;
    }

    .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;
    }

    .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 {
        /* visibility: hidden;
        height: 0; */
        height: 0;
        overflow: hidden;
        padding: 0;
    }

    .cam-body.de-page01 .left-tab button {
        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);
    }

    .cam-body.de-page01 .left-tab.on {
        left: auto;
        top: -200px;
    }

    .cam-body.de-page01 .map-api {
        padding-top: 180px;
    }
}

/* width 600 */
@media all and (max-width: 550px) {
    .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;
    }
}




/***************************************************************************
PAGE 02 style css **********************************************************/




.cam-head.de-page02 {
    width: 100%;
    border-bottom: 4px solid #0054a6;
    z-index: 10;
}

.cam-head.de-page02:after {
    content: '';
    display: block;
    clear: both;
}

.cam-head.de-page02 .inner {
    float: left;
    width: 100%;
    max-width: 300px;
    background-color: #0055bc;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.cam-head.de-page02:after {
    content: '';
    display: block;
    clear: both;
}

.cam-head.de-page02 .logo-tit a {
    display: block;
    text-align: left;
    line-height: 80px;
    background-color: #fff;
    padding-left: 20px;
}

.cam-head.de-page02 .logo-tit img {
    display: inline-block;
    vertical-align: middle;
}

.cam-head.de-page02 .head-tab {
    position: absolute;
    width: 100%;
    max-width: 280px;
    right: 20px;
    top: 0;
    z-index: 1;
}

.cam-head.de-page02 .head-tab a {
    width: 49%;
    color: #fff;
    font-size: 18px;
    font-family: 'Noto Sans Korean';
    font-weight: 300;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .45);
    border: none;
    margin: 17px 0;
}

.cam-head.de-page02 .head-tab a.on {
    background-color: #0054a6;
}

.cam-head.de-page02 .head-tab a.camp {
    float: left;
}

.cam-head.de-page02 .head-tab a.facil {
    float: right
}

/************ body */
.cam-body.de-page02 {
    position: relative;
    width: 100%;
}

.cam-body.de-page02 .body-btm {
    width: 100%;
    background-color: #f6f6f6;
}

.cam-body.de-page02 .body-btm img {
    display: block;
    width: 100%;
    max-width: 940px;
    padding: 65px 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

/************ tail */
.cam-tail.de-page02 {
    position: relative;
    width: 100%;
    border-top: 2px solid #0055bc;
}

.cam-tail.de-page02:after {
    content: '';
    display: block;
    clear: both;
}

.cam-tail.de-page02 .inner {
    padding: 35px 50px;
    box-sizing: border-box;
    overflow: hidden;
}

.cam-tail.de-page02 h3 {
    float: left;
    width: 130px;
    color: #0054a6;
    font-size: 23px;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 10px;
}

.cam-tail.de-page02 .icon-txt {
    float: right;
    width: 100%;
    max-width: calc(100% - 150px);
}

.cam-tail.de-page02 .icon-txt li {
    float: left;
    width: calc(100% / 7 - 20px);
    color: #666;
    font-size: 15px;
    font-weight: 350;
    margin-right: 20px;
    margin-bottom: 5px;
}

.cam-tail.de-page02 .icon-txt li a {
    color: #666;
    text-decoration: none;
    background: url(../images/new-win.png) right center no-repeat;
    padding-right: 20px;
}

.cam-tail.de-page02 .icon-txt li a:hover {
    text-decoration: underline;
}

.cam-tail.de-page02 .icon-slide {
    float: left;
    width: 100%;
    background-color: #464d5d;
    padding: 30px 20px;
    box-sizing: border-box;
}

.cam-tail.de-page02 .icon-slide ul {
    max-width: 1600px;
    margin: 0 auto;
}

.cam-tail.de-page02 .icon-slide li {
    float: left;
}

.cam-tail.de-page02 .icon-slide a {
    position: relative;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
    text-decoration: none;
    padding-left: 40px;
}

.cam-tail.de-page02 .icon-slide a:hover {
    text-decoration: underline;
}

.cam-tail.de-page02 .icon-slide a:before {
    content: '';
    position: absolute;
    width: 29px;
    height: 26px;
    left: 0;
    top: 50%;
    margin-top: -13px;
    border: 1px solid #000;
    background-image: url(../images/camp-icons.png);
    background-repeat: no-repeat;
}

.cam-tail.de-page02 .icon-slide li a.icon-slide01:before {
    background-position: left center;
}

.cam-tail.de-page02 .icon-slide li a.icon-slide02:before {
    background-position: -29px center;
}

.cam-tail.de-page02 .icon-slide li a.icon-slide03:before {
    background-position: -58px center;
}

.cam-tail.de-page02 .icon-slide li a.icon-slide04:before {
    background-position: -87px center;
}

.cam-tail.de-page02 .icon-slide li a.icon-slide05:before {
    background-position: -116px center;
}

.cam-tail.de-page02 .icon-slide li a.icon-slide06:before {
    background-position: -145px center;
}

.cam-tail.de-page02 .icon-slide li a.icon-slide07:before {
    background-position: -174px center;
}

.cam-tail.de-page02 .icon-slide li a.icon-slide08:before {
    background-position: -203px center;
}

.cam-tail.de-page02 .icon-slide li a.icon-slide09:before {
    background-position: -232px center;
}

.cam-tail.de-page02 .icon-slide li a.icon-slide10:before {
    background-position: -261px center;
}


/************ respon */

/* width 1050 */
@media all and (max-width: 1050px) {
    .cam-tail.de-page02 .icon-slide ul {
        position: relative;
        padding: 0 50px;
        box-sizing: border-box;
    }

    .cam-tail.de-page02 .icon-slide ul li {
        margin-right: 10px;
    }

    .cam-tail.de-page02 .icon-slide .slick-arrow {
        position: absolute;
        width: 30px;
        height: 50px;
        top: 50%;
        text-indent: -99999px;
        border: 1px solid #0054a6;
        background-color: rgba(255, 255, 255, .3);
        background-position: center center;
        background-repeat: no-repeat;
        padding: 5px;
        margin-top: -25px;
        transition: ease-in-out .3s;
    }

    .cam-tail.de-page02 .icon-slide .slick-arrow:hover {
        background-color: rgba(255, 255, 255, 1);
    }

    .cam-tail.de-page02 .icon-slide .slick-prev {
        left: 0;
        background-image: url(../images/left-tab-close.png);
    }

    .cam-tail.de-page02 .icon-slide .slick-next {
        right: 0;
        background-image: url(../images/left-tab-open.png);
    }

    .cam-tail.de-page02 .icon-txt li {
        width: calc(100% / 4 - 20px);
    }
}

/* width 920 */
@media all and (max-width: 920px) {
    .cam-head.de-page02 .logo-tit {
        float: none;
    }

    .cam-tail.de-page02 h3 {
        float: none;
        width: 100%;
    }

    .cam-tail.de-page02 .icon-txt {
        float: none;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .cam-tail.de-page02 .icon-txt li {
        width: calc(100% / 3 - 20px);
    }
}

/* width 700 */
@media all and (max-width: 700px) {
    .cam-head.de-page02 .logo-tit {
        margin: 0 auto;
    }

    .cam-head.de-page02 .inner {
        max-width: 100%;
    }

    .cam-tail.de-page02 .inner {
        padding: 30px;
    }

    .cam-tail.de-page02 .icon-txt li {
        width: calc(100% / 2 - 20px);
    }
}

/* width 550 */
@media all and (max-width: 550px) {
    .cam-head.de-page02 .head-tab {
        max-width: 160px;
    }

    .cam-head.de-page02 .head-tab a {
        font-size: 15px;
    }

    .cam-head.de-page02 .cam-tail.de-page02 .inner {
        padding: 20px;
    }
}

/* width 420 */
@media all and (max-width: 420px) {
    .cam-head.de-page02 .logo-tit img {
        width: 40%;
    }

    .cam-head.de-page02 .head-tab button {
        font-size: 15px;
        line-height: 40px;
        margin-bottom: 0;
    }

    .cam-tail.de-page02 .icon-txt li {
        width: 100%;
    }
}




/***************************************************************************
PAGE 03 style css **********************************************************/





.cam-head.de-page03 {
    width: 100%;
    z-index: 10;
}

.cam-head.de-page03:after {
    content: '';
    display: block;
    clear: both;
}

.cam-head.de-page03 .inner {
    float: left;
    width: 100%;
    max-width: 300px;
    background-color: #0055bc;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.cam-head.de-page03:after {
    content: '';
    display: block;
    clear: both;
}

.cam-head.de-page03 .logo-tit a {
    display: block;
    text-align: center;
    line-height: 80px;
    border-right: 1px solid #bcbec0;
    background-color: #fff;
}

.cam-head.de-page03 .logo-tit img {
    display: inline-block;
    vertical-align: middle;
}

.cam-head.de-page03 .srch {
    position: relative;
    width: 100%;
    max-height: 100px;
    background-color: #0055bc;
    padding: 15px;
    box-sizing: border-box;
}

.cam-head.de-page03 .srch #srch-sq {
    width: 100%;
    height: 40px;
    font-family: 'Noto Sans Korean';
    font-size: 15px;
    font-weight: 300;
    background-color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
}

.cam-head.de-page03 .srch .srch-sq {
    display: block;
    color: #fff;
    background: url(../images/srch-pick.png) left center no-repeat;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
}

::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;
}

.cam-head.de-page03 .srch .srch-btn {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 25px;
    top: 60px;
    border: 0;
    background: url(../images/srch-icon.png) center center no-repeat;
}

.cam-head.de-page03 .head-tab {
    position: absolute;
    width: 100%;
    max-width: 280px;
    right: 20px;
    top: 20px;
    z-index: 1;
}

.cam-head.de-page03 .head-tab a {
    width: 49%;
    color: #fff;
    font-size: 18px;
    font-family: 'Noto Sans Korean';
    font-weight: 300;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .45);
    border: none;
}

.cam-head.de-page03 .head-tab a.camp {
    float: left;
    background-color: #0054a6;
}

.cam-head.de-page03 .head-tab a.facil {
    float: right
}

/************ body */
.cam-body.de-page03 {
    position: relative;
    width: 100%;
}

.cam-body.de-page03 .body-btm {
    width: 100%;
    background-color: #f6f6f6;
}

.cam-body.de-page03 .body-btm img {
    display: block;
    width: 100%;
    max-width: 940px;
    padding: 65px 0;
    margin: 0 auto;
}

.cam-body.de-page03 .body-top,
.cam-body.de-page03 .body-btm {
    display: none;
}

.cam-body.de-page03 .body-top.on,
.cam-body.de-page03 .body-btm.on {
    display: block;
}

/************ tail */
.cam-tail.de-page03 {
    position: relative;
    width: 100%;
    border-top: 2px solid #0055bc;
    padding: 35px 50px;
    box-sizing: border-box;
}

.cam-tail.de-page03:after {
    content: '';
    display: block;
    clear: both;
}

.cam-tail.de-page03 h3 {
    color: #0054a6;
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 10px;
}

.cam-tail.de-page03 .cont-info {
    float: left;
    width: 60%;
}

.cam-tail.de-page03 .cont-info img {
    float: left;
    width: 45%;
    border: 1px solid #ccc;
}

.cam-tail.de-page03 .cont-info ul {
    float: right;
    width: 50%;
    max-height: 250px;
    padding: 10px;
    box-sizing: border-box;
    overflow-y: scroll;
}

.cam-tail.de-page03 .cont-info ul li {
    color: #666;
    font-size: 15px;
    margin-bottom: 20px;
    overflow: hidden;
	position:relative;
	padding-left:80px;
}

.cam-tail.de-page03 .cont-info ul li:last-child {
    margin-bottom: 0;
}

.cam-tail.de-page03 .cont-info ul span {
    float: left;
    width: 100px;
    color: #0055bc;
    font-size: 16px;
    font-weight: bold;
	position:absolute;
	left:0;
}

.cam-tail.de-page03 .cont-info ul p {
    font-weight: 350;
}

.cam-tail.de-page03 .cont-txt {
    float: right;
    width: 35%;
}

.cam-tail.de-page03 .cont-txt h3 {
    color: #333;
    font-size: 18px;
    text-align: center;
    background-color: #f8f8f8;
    border: 1px solid #e8e8e9;
    margin-bottom: 15px;
    padding: 15px;
    box-sizing: border-box;
}

.cam-tail.de-page03 .cont-txt dl {
    position: relative;
    border-bottom: 1px solid #e8e8e9;
    padding: 15px 20px;
    box-sizing: border-box;
}

.cam-tail.de-page03 .cont-txt dl:after {
    content: '';
    display: block;
    clear: both;
}

.cam-tail.de-page03 .cont-txt dt {
    float: left;
    width: 20%;
}

.cam-tail.de-page03 .cont-txt dd {
    float: right;
    width: 80%;
    color: #666;
}

.cam-tail.de-page03 .cont-txt a {
    position: relative;
    color: #666;
    text-decoration: none;
    padding-right: 25px;
}

.cam-tail.de-page03 .cont-txt a:hover {
    text-decoration: underline;
}

.cam-tail.de-page03 .cont-txt a:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    right: 0;
    top: 50%;
    margin-top: -6px;
    background: url(../images/new-win.png) center center no-repeat;
}

.build-list.btn a{
	position: absolute;
    right: 20px;
    top: 15px;
    background-color: #0054a6;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
}
/************ respon */
/* width 920 */
@media all and (max-width: 920px) {
    .cam-head.de-page03 .logo-tit {
        float: none;
    }

    .cam-head.de-page03 .srch {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
    }

    .cam-body.de-page03 .left-tab ul {
        width: 250px;
    }

    .cam-body.de-page03 .left-tab.on {
        left: -250px;
    }

    .cam-tail.de-page03 .cont-info {
        position: relative;
        float: none;
        width: 100%;
        max-width: inherit;
        margin-bottom: 10px;
    }

    .cam-tail.de-page03 .cont-info:after {
        content: '';
        display: block;
        clear: both;
    }

    .cam-tail.de-page03 .cont-txt {
        float: none;
        width: 100%;
        max-width: inherit;
    }
}

/* width 700 */
@media all and (max-width: 700px) {
	.head-tab{
	display:table;
	width:100%;
	position: relative;
	max-width: 100%;
	top: 0;
	right: 0;
	}
	.head-tab a{
	width: calc(100% / 2);
	margin: 0;
	padding: 10px 0;
	box-sizing: border-box;
	}
    .cam-head.de-page03 .logo-tit {
        margin: 0 auto;
    }

    .cam-head.de-page03 .inner {
        max-width: 100%;
    }

    .cam-head.de-page03 .logo-tit a {
        text-align: left;
        padding-left: 20px;
    }

    .cam-body.de-page03 .left-tab {
        width: 100%;
        border-right: 0px;
    }

    .cam-body.de-page03 .left-tab ul {
        width: 100%;
        max-height: 200px;
        transition: ease-in-out .3s;
    }

    .cam-body.de-page03 .left-tab ul.hddn {
        position: absolute;
        top: -200px;
        /* visibility: hidden;
        height: 0; */
    }

    .cam-body.de-page03 .left-tab button {
        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);
    }

    .cam-body.de-page03 .left-tab.on {
        left: auto;
        top: -200px;
    }

    .cam-body.de-page03 .map-api {
        padding-top: 180px;
    }
}

/* width 600 */
@media all and (max-width: 550px) {
    .head-tab {
    }

    .head-tab a {
        font-size: 15px;
    }

    .cam-tail.de-page03 {
        padding: 20px;
    }

    .cam-tail.de-page03 .cont-info img {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .cam-tail.de-page03 .cont-info ul {
        float: none;
        width: 100%;
    }
}

/* width 420 */
@media all and (max-width: 420px) {
    .cam-head.de-page03 .logo-tit img {
        width: 40%;
    }

    .cam-head.de-page03 .head-tab button {
        font-size: 15px;
        line-height: 40px;
        margin-bottom: 0;
    }

    .cam-tail.de-page03 {
        padding: 15px;
    }
}





/************ font */
@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 100;
    src: local('Noto Sans Thin'), local('NotoSans-Thin'),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Thin-Hestia.eot),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Thin-Hestia.eot?#iefix) format('embedded-opentype'),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/woff/NotoSansKR-Thin-Hestia.woff) format('woff'),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/otf/NotoSansKR-Thin-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 300;
    src: local('Noto Sans Light'), local('NotoSans-Light'),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Light-Hestia.eot),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Light-Hestia.eot?#iefix) format('embedded-opentype'),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/woff/NotoSansKR-Light-Hestia.woff) format('woff'),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/otf/NotoSansKR-Light-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 350;
    src: local('Noto Sans DemiLight'), local('NotoSans-DemiLight'),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-DemiLight-Hestia.eot),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-DemiLight-Hestia.eot?#iefix) format('embedded-opentype'),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/woff/NotoSansKR-DemiLight-Hestia.woff) format('woff'),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/otf/NotoSansKR-DemiLight-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 400;
    src: local('Noto Sans Regular'), local('NotoSans-Regular'),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Regular-Hestia.eot),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Regular-Hestia.eot?#iefix) format('embedded-opentype'),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/woff/NotoSansKR-Regular-Hestia.woff) format('woff'),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/otf/NotoSansKR-Regular-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 500;
    src: local('Noto Sans Medium'), local('NotoSans-Medium'),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Medium-Hestia.eot),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Medium-Hestia.eot?#iefix) format('embedded-opentype'),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/woff/NotoSansKR-Medium-Hestia.woff) format('woff'),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/otf/NotoSansKR-Medium-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 700;
    src: local('Noto Sans Bold'), local('NotoSans-Bold'),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Bold-Hestia.eot),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Bold-Hestia.eot?#iefix) format('embedded-opentype'),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/woff/NotoSansKR-Bold-Hestia.woff) format('woff'),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/otf/NotoSansKR-Bold-Hestia.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal;
    font-weight: 900;
    src: local('Noto Sans Black'), local('NotoSans-Black'),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Black-Hestia.eot),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/eot/NotoSansKR-Black-Hestia.eot?#iefix) format('embedded-opentype'),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/woff/NotoSansKR-Black-Hestia.woff) format('woff'),
        url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/fonts/otf/NotoSansKR-Black-Hestia.otf) format('opentype');
}
