﻿/* common style */
.tit_wrap { margin-bottom: 0.7rem; display: flex; align-items: flex-end;}
.tit_wrap h2 {max-width: calc(100% - 12rem); color:#363636; font-weight:700; font-size:1.1rem;white-space: nowrap; overflow:hidden;}
.tit_wrap span{max-width: 12rem; padding-left: 0.5rem; font-size: 0.7rem; white-space: nowrap; overflow: hidden;}

.btn_more{ position:absolute; top: -2.8rem; right: 0; display: flex; justify-content: center; align-items: center; height: 2rem; text-align: center; line-height:1; color:#363636; }
.btn_more i{ font-size: 1.2rem; -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s;}
.btn_more:hover i,
.btn_more:focus i { -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); }

/* 메인슬로건 */
.M_slogan{font-size: 1.3rem; font-weight: 500; color: #000; letter-spacing: -0.15rem;}
.M_slogan .pc_B{font-weight: 700; color: #114b94;}
.M_slogan .pc_G{font-weight: 700; color: #04854e;}
.M_slogan .tit{font-size: 2rem; font-weight: 400;}
.M_slogan .tit .pc_B{font-weight: 600; color: #114b94;}

/* 바로가기1 */
.M_link3001 { position:relative; height:100%;}
.M_link3001 ul{display: flex; margin: 0 -0.5rem;}
.M_link3001 li { position:relative; flex: 1; vertical-align: top; margin:0 0.5rem;}
.M_link3001 li a {position:relative; display: flex; align-items: center; width:100%; color: #222;}
.M_link3001 li a .img {position: relative; flex-shrink: 0; width: 4rem; height: 4rem; margin-right: 0.5rem; background: #fff; border-radius: 50%; display: flex; justify-content: center; align-items: center; transition: all 0.15s; z-index: 1; overflow: hidden;}
.M_link3001 li a .img::before{content: ''; display: block; position: absolute; top: 0.5rem; right: 0; width: 10rem; height: 10rem; border-radius: 50%; background: #ff8e1d;z-index: -2; opacity: 0; transition: all 0.15s;}
.M_link3001 li a .img::after{content: ''; display: block; position: absolute; top: 1.5rem; left: 0; width: 10rem; height: 10rem; border-radius: 50%; background: #ff7d15;z-index: -1; opacity: 0; transition: all 0.15s;}
.M_link3001 li a .img img { display: block; width: 100%; margin: 0 auto; transition: 0.15s;}
.M_link3001 li a span{display:block; line-height:1rem; max-height:2rem; font-size: 0.85rem; overflow:hidden;}
/** 바로가기1 : active **/
.M_link3001 li a:hover,
.M_link3001 li a:focus{font-weight: 600;}
.M_link3001 li a:hover .img,
.M_link3001 li a:focus .img  {background: #ff9a23;}
.M_link3001 li a:hover .img::before,
.M_link3001 li a:focus .img::before,
.M_link3001 li a:hover .img::after,
.M_link3001 li a:focus .img::after{opacity: 1;}
.M_link3001 li a:hover .img img,
.M_link3001 li a:focus .img img {transform: rotateY(180deg);}

/* 예약시스템 검색존 */
.searchZone{position: relative; padding: 2rem; padding-right: 3.5rem; background: #04854e; border-radius: 0.5rem; color: #fff;}
.searchZone::before{content: ''; display: block; position: absolute; left: -9rem; bottom: 1rem; width: 8rem; height: 8rem; background: url(/images/po/template/T3001/main/3001_img_deco01.png) no-repeat center center;}
.searchZone::after{content: ''; display: block; position: absolute; right: -4.8rem; bottom: -1rem; width: 8rem; height: 13rem; background: url(/images/po/template/T3001/main/3001_img_deco02.png) no-repeat center center;}

.searchZone .sltWrap{width:100%;}
.searchZone .sltWrap .sltBox [class*="slt"]{display: flex; align-items: center;}
.searchZone .sltWrap .sltBox [class*="slt"] .heading01{ flex-shrink: 0; width: 4rem; white-space: nowrap; overflow: hidden; font-size: 0.9rem; font-weight: 600;}

/* 예약시스템 검색존 : 지역기관 */
.searchZone .sltWrap .select_box{ display: flex; padding-right: 0;width: 100%;}
.searchZone .sltWrap .select_box select{background: none; border: 1px solid #9bceb8; height: 2.5rem; padding: 0.5rem; border-radius: 0.25rem;}
.searchZone .sltWrap .select_box .sltArea{width: 45%;}
.searchZone .sltWrap .select_box .sltArea ul{display: flex; width: 100%; }
.searchZone .sltWrap .select_box .sltArea ul li{width: 100%;}
.searchZone .sltWrap .select_box .sltArea ul li.slt01{width: 9rem; flex-shrink: 0; margin-right: 0.5rem;}
.searchZone .sltWrap .select_box .sltArea ul li select{width: 100%;}
.searchZone .sltWrap .select_box select option{color: #000;}

/* 예약시스템 검색존 : 검색박스 */
.searchZone .sltWrap .select_box .sltSch{ width: 55%; padding-left: 0.5rem;}
.searchZone .sltWrap .select_box .sltSch input{width: 100%; height: 2.5rem; padding: 0 0.5rem; border-radius: 0.25rem; border: 0; color:#444}

.searchZone .sltWrap .select_box .sltSch .btn_Search{ flex-shrink: 0; display: inline-block; margin-left: 0.5rem; padding: 0 1rem; line-height: 2.5rem; background: #ff9a23; border: 1px solid #ff9a23; border-radius: 0.3rem; color: #000; font-weight: 600;}
.searchZone .sltWrap .select_box .sltSch .btn_Search i{font-size: 1.2rem; vertical-align: sub;}
/* 예약시스템 검색존 : active */
.searchZone .sltClass ul li a:hover,
.searchZone .sltClass ul li a:focus{font-weight: 600;}
.searchZone .sltClass ul li a.active{ background: #ff9a23; color: #000; font-weight: 600;}

.searchZone .sltClass ul li a.active .img img{transform: translateY(0);}
.searchZone .sltWrap .sltDate input[type="radio"]:focus+label{ font-weight: 600;}
.searchZone .sltWrap .sltDate label:hover,
.searchZone .sltWrap .sltDate label:focus{font-weight: 600;}

/* 예약리스트 */
.listZone{position: relative;}

.listTab_step01{border-bottom: 2px solid #04854e;}
.listTab_step01 ul{display: inline-flex;}
.listTab_step01 ul li ~ li{margin-left: 0.1rem;}
.listTab_step01 ul li a{position: relative; display: block; min-width: 6rem; text-align: center; padding: 0.75rem 0.5rem; border: 2px solid #c5c9d6; border-bottom: 0; border-radius: 0.3rem 0.3rem 0 0; background: #f6f6f6; transition: all 0.15s;}
.listTab_step01 ul li a::before{content: ''; display: block; height: 2px; width: 0; position: absolute; bottom: -2px; left: 50%; transform: translateX(-50%); background: #fff; transition: all 0.15s;}
.listTab_step01 ul li a.current{border-color: #04854e; background: #fff; color: #04854e; font-weight: 600;}
.listTab_step01 ul li a.current::before{width: 100%;}

.listTab_step02 { position: absolute; top: -2.5rem; right: 0;}
.listTab_step02 ul {display: inline-flex;}
.listTab_step02 ul li ~ li{margin-left: 0.1rem;}
.listTab_step02 ul li a{display: block; min-width: 6rem; text-align: center; background: #e2e2e2; padding: 0.5rem; border-radius: 3rem;}
.listTab_step02 ul li a.current{background-color: #005933; color: #fff; font-weight: 600;}

.listTab_step02 ~ ul li{display: none;}
.listTab_step02 ~ ul li.on{display: block;}

.listTab_con {display: none; position: relative; }
.listTab_con.on{display: block;}
.listTab_con > ul{display: flex; flex-wrap: wrap; margin: 0 -1rem;}
.listTab_con > ul .item{width: calc((100% / 3) - 2rem); margin:1rem; padding:1.5rem 2rem; background: #fff; letter-spacing: -0.05rem; box-shadow: 0 0 0.5rem rgba(0,0,0,0.1); border-radius: 0.5rem;}
.listTab_con > ul .item:nth-child(n+7){display: none;}
.listTab_con > ul .item .tag_wrap{display: flex; justify-content: space-between; margin-bottom: 1.2rem;}
.listTab_con > ul .item .tag_wrap [class*="tag_"]{display: block; line-height: 1.5rem; padding: 0 0.5rem; font-size: 0.75rem; border-radius: 3rem; background: #ddd;}
/* 분류별 클래스 | 견학체험:tag_classA / 공연행사:tag_classB / 연수:tag_classC / 시설대관:tag_classD / 교구대여:tag_classE */
.listTab_con > ul [class*="classA"]{background: #008c44 !important; color: #fff;}
.listTab_con > ul [class*="classB"]{background: #e33d65 !important; color: #fff;}
.listTab_con > ul [class*="classC"]{background: #6c74df !important; color: #fff;}
.listTab_con > ul [class*="classD"]{background: #ff9a23 !important; color: #fff;}
.listTab_con > ul [class*="classE"]{background: #2395ff !important; color: #fff;}
/* 접수상태별 클래스 | 접수대기:tag_wait / 접수중:tag_img / 접수마감:tag_end */
.listTab_con > ul [class*="_wait"]{background: #fff !important; border: 1px solid #2149a6; color: #2149a6;}
.listTab_con > ul [class*="_img"]{background: #2149a6 !important; color: #fff;}
.listTab_con > ul [class*="_end"]{background: #525c6e !important; color: #fff;}

.listTab_con > ul .item .tit{margin-bottom: 1rem; font-size: 0.9rem; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 1;}
.listTab_con > ul .item .address{font-size: 0.75rem; line-height: 1; padding-bottom: 1.1rem; margin-bottom: 1.25rem; border-bottom: 2px dotted #c5c9d6;}
.listTab_con > ul .item .address i{font-size: 1.1rem; vertical-align: middle; color: #495061; margin-right: 0.2rem;}
.listTab_con > ul .item .date{font-size: 0.75rem; color: #444;}
.listTab_con > ul .item .date p{line-height: 1;}
.listTab_con > ul .item .date p ~ p{margin-top: 0.7rem;}
.listTab_con > ul .item .date p span{font-weight: 500; color: #000;}

.more_wrap{position: relative; text-align: center;}
.more_wrap::before{content: ''; display: block; width: 100%; height: 2px; background: #e2e4ea; position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: -1;}
.more_wrap a{ box-shadow: 0.5rem 0 #fff, -0.5rem 0 #fff; display: inline-flex; align-items: center; justify-content: center; padding: 0.3rem 0.8rem; background: #e2e2e2; border-radius: 0.3rem; font-size: 0.7rem; transition: all 0.15s;}
.more_wrap a i{font-size: 1rem;}
.more_wrap a:hover,
.more_wrap a:focus{background: #b1b1b1; font-weight: 600; }

/* 게시판 */
.notice3001 { position:relative; height:100%; }
.notice3001 .titTab { position: relative; margin-right: 5rem; margin-bottom: 1.15rem;  }
.notice3001 .titTab li { position:relative; display:inline-block;max-width:calc(100%/3 - 1rem);}
.notice3001 .titTab li ~ li{margin-left: 1rem;}
.notice3001 .titTab a {position: relative; display: block; line-height:1; text-align:center; font-size: 1.1rem; font-weight: 500; color: #767676;}
.notice3001 .titTab a span{display: block; overflow:hidden; white-space:nowrap;}

.notice3001 .topList { display: block; position: absolute;top: 0;left: 0;}
.notice3001 .topList dl { display: block; width:22rem;height: 10.5rem; background: #fff; border-radius:0.5rem; padding: 2rem;}
.notice3001 .topList dt{ position: relative; line-height: 1; font-size: 0.9rem; color:#272727; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.notice3001 .topList dl.new dt span::before {content: "\e9a8"; font-family: 'xeicon'; font-size: 1.2rem; display:inline-block; vertical-align: text-bottom; margin-right:0.2rem; color: #f6ab00;}
.notice3001 .topList dd { margin-top: 1.1rem; }
.notice3001 .topList dd p{font-size: 0.8rem; color: #0c0c0c; line-height:1.2rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-weight: 400; }
.notice3001 .topList .date {display: block; margin-top: 1rem; font-size: 0.75rem; color: #767676; z-index: 1; font-weight: 300;}
.notice3001 .topList .date i {margin-right:5px;}

.notice3001 .list_box { display:none; position: relative; width:100%; }
.notice3001 .list_box ul { height:10.5rem; padding-left: 24rem; }
.notice3001 .list_box li {position: relative; }
.notice3001 .list_box li:nth-child(n+6) {display:none;}
.notice3001 .list_box li a{ position: relative; line-height:2.1rem; display:block; padding-left: 1rem; }
.notice3001 .list_box li a::before {content: "\e929"; font-family: 'xeicon'; font-size: 0.9rem; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); left: 0; color: #586e95;}
.notice3001 .list_box li a.new { padding-left: 1.1rem; }
.notice3001 .list_box li a.new::before{content: "\e9a8"; font-family: 'xeicon'; font-size: 1.2rem;display:inline-block;vertical-align: text-bottom;margin-right:0.2rem;color: #f6ab00;width: auto;height: auto;background: none;transform: translate(-0.3rem, -50%);}
.notice3001 .list_box li p{ width:calc(100% - 4.5rem); overflow:hidden; font-size: 0.8rem; font-weight: 400; color: #272727; text-overflow: ellipsis; white-space: nowrap; }
.notice3001 .list_box li span { position: absolute; top: 0; right: 0; color: #767676; font-size: 0.75rem; font-weight:300; }
/* 게시판 : 데이터 없음 */ 
.notice3001 div.topList { position: relative; top: auto; left: auto; }
.notice3001 div.topList dl.no_data {width: 100%; text-align: center;}
/* 게시판 : active */ 
.notice3001 .titTab a:hover,
.notice3001 .titTab a:focus,
.notice3001 .titTab a.current {color: #222; font-weight: 600;}
.notice3001 .list_box.on { display: block; }
.notice3001 a.topList:hover dd p,
.notice3001 a.topList:focus dd p,
.notice3001 .list_box li a:hover p,
.notice3001 .list_box li a:focus p { text-decoration: underline; }
.notice3001 a, 
.notice3001 :before,
.notice3001 .titTab a::before{-webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }

/* 팝업존 */
.pop3001 { position:relative; width:100%; height:100%; }
.pop3001 .tit_wrap h2{ color: #000;}
.pop3001 .control {position: absolute; top: 0rem; right: 0; text-align: center; z-index: 1; }
.pop3001 .control p { display: inline-block; vertical-align: middle; font-family: 'Montserrat';}
.pop3001 .control p strong {position: relative; color: #0f4e93; font-weight: 700;}
.pop3001 .control p strong::after{content: ''; display: inline-block; width: 0.25rem; height: 0.25rem; background: #666666; margin: 0 0.6rem; vertical-align: middle; border-radius: 50%;}
.pop3001 .control p span{margin-right: 0.2rem;}
.pop3001 .control a {display: inline-block; overflow: hidden; text-align:center; font-size:1.2rem; padding: 0 0.1rem; transition: all 0.15s; -webkit-transition: all 0.15s; vertical-align: middle;}
.pop3001 .control a:hover,
.pop3001 .control a:focus {color:#df5c7e;}
.pop3001 .control .play {display: none;}
.pop3001 .pop_img { position:relative; height:10.5rem; overflow: hidden; border-radius: 0.5rem; isolation: isolate; background-color: rgba(0,0,0,0.1);}
.pop3001 .pop_img div[class*='slick-'],
.pop3001 .pop_img .item {height:100%;}
.pop3001 .pop_img .item a { display: flex; height:100%; line-height:0; align-items:center; justify-content: center;}
.pop3001 .pop_img .item img {position:relative; width:auto; height:auto; max-height: 100%; max-width: 100%;}



/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #e5e5e5; background: #fff;}
.banner_zone .container {position: relative; height: 4rem; overflow: hidden;}
.banner_zone .container::after{content: ''; display: block; clear: both; }
.banner_zone h2 {float:left; margin-top: 1.5rem; width: 5rem; font-size: 0.9rem; font-weight: 700; color: #000;}
.banner_zone .bnWrap { width: calc(100% - 10rem); float:left; padding-top: 0.75rem; overflow: hidden;}
.banner_zone .bnWrap a {display: block; height: 2.5rem; line-height: 2.3rem; text-align: center; margin:0 1.5rem; overflow: hidden;}
.banner_zone .bnWrap a img {max-width: 100%; max-height: 100%; vertical-align: middle;}
.banner_zone .btn {float: right; margin-top: 1.3rem;}
.banner_zone .btn::after{content: ''; display: block; clear: both;}
.banner_zone .btn a {float: left; width: 1.4rem; height: 1.4rem; line-height:1.4rem; text-align:center; overflow: hidden; color: #7f7f7f;}
.banner_zone .btn a.play{display:none;}

@media (max-width: 1500px) {
    /* 예약시스템 검색존 */
    .searchZone{padding: 1.5rem 1rem;}
    .searchZone::before{display: none;}
    .searchZone::after{display: none;}

}

@media (max-width: 1370px) {
    /* 예약시스템 검색존 */
    .searchZone .sltClass ul li a{justify-content: center;}
    .searchZone .sltClass ul li a .img{display: none;}
}


@media (max-width: 1310px) {
    /* 예약리스트 */
    .listTab_con > ul .item{padding: 1rem;}

    .listTab_step02{position: relative; top: 0; margin-top: 0.5rem;}


}

@media (max-width: 1200px) {
    /* 예약시스템 검색존 */
    .searchZone .sltWrap .select_box{flex-direction: column;}
    .searchZone .sltWrap .select_box .sltArea{width: 100%;}
    .searchZone .sltWrap .select_box .sltSch{width: 100%; padding-left: 0; padding-top: 0.5rem;}

}

@media (max-width: 860px) {
    /* 게시판 */
    .notice3001 .topList{position: relative;}
    .notice3001 .topList dl{width: 100%;}
    .notice3001 .list_box ul{padding-left: 0; margin-top: 1rem;} 

    /* 예약리스트 */
    .listTab_step01 ul{flex-wrap: wrap; display: flex;}
    .listTab_step01 ul li{width: calc((100% / 3) - 0.2rem); margin: 0 0.1rem;}

    .listTab_con > ul{flex-direction: column;}
    .listTab_con > ul .item{width: calc(100% - 2rem);}
    
    .listTab_step02 ul{display: flex;}
    .listTab_step02 ul li{width: 25%;}
}

@media (max-width: 768px) {
    
    /* 배너존 */
	.banner_zone .container{height: auto;}
	.banner_zone h2{margin-top: 1rem;}
	.banner_zone .bnWrap{width:100%; }
	.banner_zone .bnWrap a{margin: 0 1rem;}
	.banner_zone .btn{position: absolute; top: 0; right: 0.5rem; margin-top: 1rem;}
}
@media (max-width: 560px) {
    /* 바로가기 */
    .M_link3001 li a{flex-direction: column; align-items: center; justify-content: flex-start;}
    .M_link3001 li a .img{width: 3.5rem; height: 3.5rem; margin-right: 0; margin-bottom: 0.5rem;}
    .M_link3001 li a span{text-align: center;}

    /* 예약시스템 검색존 */
    .searchZone .sltWrap .sltBox [class*="slt"]{flex-wrap: wrap;}
    .searchZone .sltWrap .sltBox [class*="slt"] .heading01{width: 100%; margin-bottom: 0.5rem;}
    .searchZone .sltWrap .select_box .sltSch .btn_Search{width: 100%; margin-top: 0.5rem; margin-left: 0; text-align: center;}
    .searchZone .sltClass ul{flex-wrap: wrap;}
    .searchZone .sltClass ul li{width: 50%; flex: unset; padding: 0.25rem;}
    .searchZone .sltClass ul li ~ li{margin-left: 0;}

    .searchZone .sltWrap .sltDate ul{flex-wrap: wrap;}
    .searchZone .sltWrap .sltDate ul li{width: 50%; flex: unset; padding: 0.25rem;}
    .searchZone .sltWrap .sltDate ul li ~ li{margin-left: 0;}

    .searchZone .sltWrap .select_box .sltArea ul{flex-wrap: wrap;}
    .searchZone .sltWrap .select_box .sltArea ul li{width: 100%;}
    .searchZone .sltWrap .select_box .sltArea ul li.slt01{width: 100%; margin-right: 0; margin-bottom: 0.5rem;}


}

@media (max-width: 520px) {
    /* 메인슬로건 */
    .M_slogan{text-align: center;}
    .M_slogan .tit{font-size: 1.5rem;}

    /* 게시판 */
    .notice3001 .titTab li{max-width:calc(100% - 0.5rem); margin-right: 0.5rem; margin-bottom: 0.5rem;}
    .notice3001 .titTab li ~ li{margin-left: 0;}
    .notice3001 .topList dl{padding: 1rem;}

    /* 팝업존 */
    .tit_wrap h2{max-width: calc(100% - 7.5rem);}

    /* 예약리스트 */
    .listTab_step01 ul li{width: calc(50% - 0.2rem);}
    .listTab_step02 ul{flex-wrap: wrap;}
    .listTab_step02 ul li{width: calc(50% - 0.2rem); margin-left: 0.1rem; margin-right: 0.1rem;margin-bottom: 0.3rem;}


}

@media (max-width: 420px) {

    /* 예약리스트 */
    .listTab_con > ul .item .date p{line-height: 1.4;}
    
}



@media (max-width: 380px) {
    /* 예약시스템 검색존 */
    .searchZone .sltClass ul li{width: 100%;}

    .searchZone .sltWrap .sltDate ul li{width: 100%;}

}

