@charset "utf-8";
/* *******************************************************
 * filename : reset.css
 * description : 태그초기화 CSS
 * date : 2017-05-30
******************************************************** */

html {
	overflow-y:scroll;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display:block;
}
audio, canvas, video {
    display:inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
audio, canvas, img, video {
	vertical-align:middle;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img, fieldset {
	border:0;
}
input, select, textarea {
	line-height:1.2;
	vertical-align:middle;
}
body, table, th, td, input,
textarea, button, select {
	font-family:"돋움", Dotum, Arial, sans-serif;
	font-size:12px;
	color:#666;
}
button, select {
	text-transform:none;
}
button, input {
	line-height:normal;
}
textarea {
	resize:vertical;
	overflow:auto;
}
address, caption, cite, code,
dfn, em, var {
	font-style:normal;
	font-weight:normal;
}
label {
	cursor:pointer;
}
/* For Screen Reader */
legend {
	display:none;
	visibility:hidden;
}
/* For Screen Reader */
caption {
	display:none;
	visibility:hidden;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}
a {
	color:#666;
	text-decoration:none;
}
a:active, a:hover, a:focus {
	text-decoration:none;
}
a:hover {
	color:#333;
}
button{
	margin:0px;
	padding:0px;
	cursor:pointer;
	border:0px;
	background:none;
}

/* 공통 부분 */
html, body {width: 100%; overflow-x: hidden; height: 100%;}

#wrap, ._fnctWrap {height: 100%;}

.clearfix {*zoom:1;}
.clearfix::after {content: ""; display: block; clear: both;}

.area {max-width: 1400px; margin: 0 auto; padding: 0 10px;}
.txt-hidden {font-size: 0; text-indent: -5555px; overflow: hidden;}

header {position: relative; width: 100%; height: 70px; z-index: 10; background:#0f82df;}
header h1.logo {position: absolute; top:12px; float: left; left:20px; margin:0; padding:0; width:234px; height:46px; overflow:hidden; background:url('../images/sp_image.png') no-repeat left top; text-indent:-9999px;}

.header-tab {text-align: right; margin-right: 20px;}
.header-tab ul {display: inline-block; border-radius: 45px; box-sizing:border-box; text-align: center; background: #0c62a8; margin-top: 15px;}
.header-tab li {float: left;}
.header-tab li a {display: inline-block; font-size: 18px; color:#ffffff; margin:0px; padding: 10px 30px 10px 30px;  border-radius: 40px; box-sizing:border-box; background: #0c62a8;}
.header-tab li a span {color: #f28d2c;}
.header-tab li.active a {color: #1081df; background: #ffffff; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease;}
.header-tab li.active a span {color: #1081df;}

#mapContent {position: relative; height: calc(100%); background: #ddd;}
.map-info-wrap {position: absolute; height: 100%; width: 300px; left: 0; top: 0; z-index: 15;}
.map-info-wrap .map-list {position: absolute; z-index: 15; left: 0; top: 0; transition: left 0.5s;}
.map-info-wrap .map-list .map-list-img {width: 300px; height: 190px; background: #282c35; font-size: 34px; color: #fff; line-height: 190px; text-align: center;}
.map-info-wrap .map-list {height: 100%}
.map-info-wrap .map-list-wrap {width: 300px;padding: 15px 20px;height: calc(100% - 190px);overflow-y: auto;background: #fafafa;}
.map-info-wrap .map-list-wrap li {padding: 5px 0;}
.map-info-wrap .map-list-wrap li p {font-size: 15px;color: #505050;line-height: 1.4;}
.map-info-wrap .map-list-wrap li p .num {display: inline-block; margin-right: 9px; padding: 2px 0; width: 35px; font-size: 13px; text-align: center; background-color: #979da3; color:#ffffff;line-height: 1.35;}
.map-info-wrap .map-list-wrap li:hover p .num {background: #f28d2c;}
.map-info-wrap .map-list-wrap li.active p .num {background: #f28d2c;}

.map-info {position: absolute; left: -360px; top: 0; height: 100%; width: 360px; z-index: 10; background: #fff; transition: left 0s;}
.map-info.open {left: 300px; transition: left 0.5s;}
.map-info-close {position: absolute; width: 21px; height: 21px; right: 17px; top:  25px; background:url('../images/sp_image.png') no-repeat; background-position: 0px -50px; z-index: 3;}
.map-info-close:hover {background-position: -21px -50px;}

.map-title {padding: 17px 12px; background: #2e3a46;}
.map-title p {font-size: 20px;color: #fff;width: calc(100% - 25px);line-height: 1.35;word-break: keep-all;}

.map-img-slider .slick-arrow {position: absolute; top: 50%; margin-top: -19px; display: inline-block; width: 25px; height: 38px; font-size: 0; cursor: pointer; background:url('../images/sp_image.png') no-repeat; z-index: 3;}
.map-img-slider .slick-arrow.slick-prev {background-position: -210px -71px; left: 20px;}
.map-img-slider .slick-arrow.slick-prev:hover {background-position:-235px -71px}
.map-img-slider .slick-arrow.slick-next {background-position:-260px -71px; right: 20px;}
.map-img-slider .slick-arrow.slick-next:hover {background-position:-285px -71px;}
.map-img-slider img {width: 100%}

.map-info .map-info-inner {display: none;}
.map-info .map-info-inner.on {display: block;}

.map-info-list {padding: 17px 12px;}
.map-info-list > ul > li::-webkit-scrollbar {width: 10px;}
.map-info-list > ul > li::-webkit-scrollbar-thumb {background-color: rgba(255,255,255,.2);border-radius: 5px;}
.map-info-list > ul > li::-webkit-scrollbar-track {background-color: #545a77;border-radius: 5px;}

.map-info-list > ul > li {position: relative;margin: 5px 0 12px;padding-left: 15px;color: #212121;font-size: 18px;font-family:'Noto Regular';height: 240px;overflow-x: auto;}
.map-info-list > ul > li::before {content: "";position: absolute;left: 0;top: 14px;border: 2px solid #11509E;width: 8px;height: 8px;}
.map-info-list > ul > li > ul > li{font-size: 16px;color:#666;font-family:'Noto Light';line-height: 1.45;padding: 5px 0;}



.map-btn {display: none;}
.map {height: 100%;}

@media all and (max-width: 1250px){
  header {padding-top: 50px;}
  header h1.logo {left: 50%; margin-left: -117px;}

  .header-tab {margin: 0 10px;}
  .header-tab ul {display: block; text-align: center; padding: 5px 0;}
  .header-tab li {float: none; display: inline-block;}
  .header-tab li a {font-size: 13px; padding: 10px; }

  #mapContent {height: calc(100% - 120px);}

  .map-info-wrap {width: auto; position: static;}
  .map-info-wrap .map-list {position: absolute; padding-right: 80px; left: -300px;}
  .map-info-wrap .map-list.open {left: 0;}

  .map-btn {display: block; position: absolute; right: 10px; top: 10px; z-index: 20;}
  .map-btn button {width: 55px; height: 55px; background: url('../images/sp_image.png') no-repeat left top;    background-position: -410px -176px; cursor: pointer;}
  .map-info-wrap .map-list.open .map-btn button {background-position: -410px -120px;}

  .map-bg.on {position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 5;}

  .map-info.open {left: 0; z-index: 100; width: 100%; height: 300px; bottom: 0; top: auto;}
  .map-img-bx {padding: 15px;}
  .map-img-bx .map-img-slider {float: left; width: 360px;}
  .map-img-bx .map-info-list {float: left; width: calc(100% - 384px); max-height: 156px; overflow-y: auto;}
}

@media all and (max-width: 700px){
  .map-img-bx {height: 216px; overflow-y: auto;}
  .map-img-bx .map-img-slider {float: none; width: 100%;}
  .map-img-bx .map-info-list {float: none; width: 100%; max-height: none; overflow: visible; box-sizing: border-box;}
}

/* Slick Slider 초기화 CSS */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
