.menu.open span{
  background: #b3b3b3;
}
.aside_logo{width: 70px; padding-top: 10px;}
.aside_logo img{width: 100%;}
aside section li{
  position: relative;
  padding-left: 30px;
}
aside section li::before{
  content: "";
  width: 22px;
  height: 22px;
  position: absolute; 
  left: 0;
  background: url(../images/menu_01.png);
  background-size: 22px;
}
aside section li.bar::before{
  display: none;
}
aside section li:nth-child(1)::before{ 
  background: url(../images/menu_01.png);
  background-size: 22px;
}
aside section li:nth-child(2)::before{ 
  background: url(../images/menu_02.png);
  background-size: 22px;
}
aside section li:nth-child(3)::before{ 
  background: url(../images/menu_03.png);
  background-size: 22px;
}
aside section li:nth-child(4)::before{
  display: none;
}
aside section li:nth-child(5)::before{ 
  background: url(../images/menu_04.png);
  background-size: 22px;
}
aside section li:nth-child(6)::before{ 
  background: url(../images/menu_05.png);
  background-size: 22px;
}
aside section li:nth-child(7)::before{
  display: none;
}
aside section li:nth-child(8)::before{ 
  background: url(../images/menu_06.png);
  background-size: 22px;
}

aside section .version{
  position: absolute;
  bottom: 2rem;
  right: 1rem; 
  color: #808080;
  font-size: 11px;
}

.logo_header{width: 70px; padding-top:10px ;}
.logo_header img{width: 100%;}

.search_cont{
  background: #f2f2f2;
  padding: .5rem 1rem; 
}
.search_cont .search_input input[type="search"] {
  padding-right: 2rem;
  background: #fff url(../images/ico/search.png) center right .5rem no-repeat !important;
  background-size: 20px 20px !important;
  width: 100%;
}
.search_cont .search_input input[type="text"] {
  padding-right: 2rem;
  background: #fff;
  width: 100%;
}

.index_cont{
  background: url(../images/bg_m.png) center top;
  background-size: 100%;
  height: 100%;
  overflow: hidden;
}
.index_cont .index_text{
  color: #fff;
  text-shadow: 1px 1px 2px #de903f;
  padding: 50px 20px;
  height: 100%;
  position: relative;
}
.index_cont .index_text .text_01{
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}
.index_cont .index_text .text_02{
  font-size: 16px;
  font-weight: 500;
  padding-top: 1rem;
}
.index_cont .index_text .text_03{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1.8px;
}
.index_cont .index_logo{
  position: absolute;
  bottom:  7rem;
  right: 0;
}

/* sunnyContent */
.sunnyContent{
  overflow-y: auto;
}
.map_area{
  background: #f2f2f2;
  width: 100%;
  height: 260px;
  overflow: hidden; 
}
.mymap_area{
  background: #f2f2f2;
  width: 100%;
  height: 260px;
  overflow: hidden; 
}
.search_input .tit{
  text-align: center;
  font-size: 15px;
  color: #515151;
  font-weight: 500;
}
.content_area{
  background: #f2f2f2;
  width: 100%;
}
.card_box{
  background: #fff; 
  color: #595757;
}
.card_box .box_tit{
  padding: 1rem;
  font-size: 15px;
  border-bottom: 2px solid #f2f2f2 ;
}
.card_box .box_list{
  padding: 5px 1rem;
}
.card_box .box_list li{
  position: relative;
  padding: 1rem 0 1.3rem;
  border-bottom: 1px solid #f2f2f2 ;
}
.card_box .box_list li p{
  font-size: 13px;
  position: absolute;
  top: 1.6rem;
  left: 0;
}
.card_box .box_list li strong{
  display: block;
  text-align: right;
  font-size: 23px;
  font-weight: 500;
}
.card_box .box_list li strong span{
  font-size: 13px;
  font-weight: 400;
}
.card_box .box_list li em{
  font-size: 12px;
  color: #b3b3b3;
  position: absolute;
  bottom: 5px;
  right: 0;
}
.em_gray{
  font-size: 12px;
  font-weight: 100;
  color: #b3b3b3;
  position: absolute;
  bottom: 19px;
}
.card_box .boxtxt{
  text-align: center;
  padding: 20px 0 35px;
  font-size: 20px;
  border-bottom: 2px solid #f2f2f2;
}
.card_box .boxtxt .txt_org{
  color: #fb913b;
  position: relative;
  display: inline-block;
}
.card_box .boxtxt .txt_org strong{
  font-size: 35px;
  text-align: center;
  font-weight: 500;
}
.card_box .boxtxt .txt_org em{
  font-size: 14px;
  position: absolute;
  width: 140px;
  bottom: -20px;
  left: 70px;
  margin-left: -50%;
}

.card_box .box_top{
  padding: 5px 1rem 0;
}
/* Tab Menu */
.card_box .tab-menu {
  flex: 0 0 auto;
  display: flex;  
}
.card_box .tab-menu li {
  flex: 1 1 50%;
  text-align: center;
  line-height: 45px !important;
  border-bottom: 1px solid #b3b3b3;
  color: #b3b3b3; 
}
.card_box .tab-menu li:first-child{
  margin-right: 4px;
}
.card_box .tab-menu li:last-child{
  margin-left: 4px;
}
.card_box .tab-menu li.current { 
  color: #fb913b;
  font-weight: bold;
  border-bottom: 1px solid #fb913b;
}
.card_box .tab-content {
  display: none
}
.card_box .tab-content.current {
  display: block
}
.card_box .box_tablist{
  padding: 0 1rem;
}
.card_box .box_tablist li{
  position: relative;
  padding: 1rem 0 1.3rem;
  border-bottom: 1px solid #f2f2f2 ;
}
.card_box .box_tablist li:last-child{
  border: 0;
}
.card_box .box_tablist li p{
  font-size: 13px;
  position: absolute;
  top: 1.6rem;
  left: 0;
}
.card_box .box_tablist li strong{
  display: block;
  text-align: right;
  font-size: 23px;
  font-weight: 500;
}
 


.box .box_p_org{
  font-size: 17px;
  color: #fb913b;
  text-align: center;
  padding: 1rem;
  font-weight: 500;
  margin: 0 auto;
}
.box .selectbox{
  text-align: center;
  position: relative;
  width: 80%;
  margin: 0 auto 20px;
}
.box .selectbox::after {
  content: '';
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 0;
  height: 0;
  border: 1px solid transparent;
  border-width: 11px 7px 0 7px;
  border-color: #333 transparent transparent transparent; 
}
.box .selectbox select{
  width: 100%;
  background: #fff;

  border-radius: 5px;
  border: 1px solid #b3b3b3;
  padding-right: 2rem;
  -webkit-appearance: none;
}
.box .selectbox select option{
  font-size: 20px;
}
.box_bottom{
  text-align: center;
  padding: 2rem 1rem;
}
.box .bottom_txt{
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 25px;
}
button.btn_org{
  text-align: center;
  border: 1px solid #fbae3b; 
  border-radius: 5px;
  background: url(../images/bg_m.png) center top;
  background-size: 100%;
  font-size: 25px;
  font-weight: 700;
  line-height: 43px;
  color: #fff;
  text-shadow: 1px 1px 2px #de903f;
  box-shadow: 1px 1px 3px rgb(202 202 202);
  width: 80%;
}

/* footer_area */
.footer_area{
  text-align: center;
  letter-spacing: 0;
  padding: 20px;
}
.footer_area ul{
  display: flex;  
  width: 200px;
  margin: 0 auto;
}
.footer_area li{
  flex: 1 1 auto;
  font-size: 11px;
  color: #717171;
}
.footer_area li a{
  font-size: 11px;
  color: #717171;
}
.footer_area h4{
  font-size: 15px;
  color: #515151;
  font-weight: 500;
  margin: 15px 0 10px;
}
.footer_area p{
  font-size: 11px;
  color: #717171;
  width: 230px;
  margin: 0 auto 10px;
}

/* 오시는길  */
.box_location{
  padding: 1rem;
}
.box_location p{
  letter-spacing: 0;
}
.box_location p.tit{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
/* 개인정보 처리 방침 */
.box_privacy{
  background: #fff; 
  color: #595757;
  border-bottom: 2px solid #f2f2f2 ;
}
.box_privacy .box_cont{
  padding:1rem;
}
.box_privacy .box_cont p{
  font-size: 14px;
}
.box_privacy .box_cont h4{
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}
.box_privacy .box_cont p strong{
  display: inline-block;
  font-size: 13px;
  margin-top: 7px;
}
pre{ 
  white-space: pre-wrap; /* pre tag내에 word wrap */
  font-size: 14px; 
  line-height: 17px;
}  


@media screen and (min-width: 769px) {
  .index_cont {
    background: url(../images/bg_m.png) center 15%;
    background-size: 100%;
  }
  .search_cont{
    background: #f8f8f8;
  }
  .search_cont .search_input{
    max-width: 620px;
    margin: 0 auto;
  }
  .index_cont .index_text{
    max-width: 920px;
    margin: 0 auto;
  } 
  .sunnyContent{
    background: #f8f8f8;
  }
  .map_area{
    max-width: 920px;
    margin: 0 auto;
    height: 600px;
  }
  .mymap_area{
    max-width: 920px;
    margin: 0 auto;
    height: 600px;
  }
  .content_area{
    max-width: 920px;
    margin: 0 auto;
    padding: 15px 0;
    background: #f8f8f8;
  }
  .card_box .box_tit{
    margin-left: 1%;
  }
  .card_box .box_list,
  .card_box .box_tablist{
    display: flow-root;
  }
  .card_box .box_list li,
  .card_box .box_tablist li{
    display: inline-block;
    width: 46%;
    margin: 0 1%;
  }
  .card_box .box_list li:nth-child(1),
  .card_box .box_list li:nth-child(3),
  .card_box .box_list li:nth-child(5),
  .card_box .box_tablist li:nth-child(1),
  .card_box .box_tablist li:nth-child(3),
  .card_box .box_tablist li:nth-child(5){
    margin-right: 4%;
  }
  .card_box .box_list li:nth-child(3),
  .card_box .box_list li:nth-child(5),
  .card_box .box_tablist li:nth-child(3),
  .card_box .box_tablist li:nth-child(5){
    border: 0;
  }
  .box .box_p_org{ 
    padding: 2rem 1rem;
  }
  .box .selectbox{
    width: 50%;
    margin-bottom: 2rem;
  }
  /* tab */
  .card_tabbox{
    margin-top: 10px;
  }
  .card_box .box_top{
    padding: 0;
    background: #f2f2f2;
  }
  .card_box .tab-menu li {
    flex: 1 1 50%;
    text-align: center;
    line-height: 45px !important;
    border-bottom: 1px solid #b3b3b3;
    background: #b3b3b3;
    color: #fff; 
    font-weight: bold;
  }
  .card_box .tab-menu li:first-child{
    margin-right: 4px;
  }
  .card_box .tab-menu li:last-child{
    margin-left: 4px;
  }
  .card_box .tab-menu li.current { 
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #fb913b;
    background: #fb923b;
  }

  /* footer_area */
  .footer_area{ 
    padding: 30px;
    background: #fff;
  }
  .footer_area li a{
    font-size: 12px;
  }
  .footer_area p{
    font-size: 11px;
    color: #717171;
    width: auto
  }

}