<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media ( min-width: 1024px ) {
/*  -------------------------------------- 怨듯넻 css ------------------------------------------------ */

html, body {
    position: relative;
    height: 100%;
    font-size:14px;
}
*{
    padding:0;
    margin:0;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}
#menu{
    position: absolute;
    width: 100%;
    height: 100px;
    background-color:rgba(20, 29, 37, 0.8);
    z-index:2000;
}
#main_logo_wrapper{
   width:20%;
   height:100px;
   float:left;
   text-align: center;
   padding-top:20px;
}
#main_logo{
    width:100px;
    height:60px;
    object-fit:contain;
    margin-right:30%;
}
#main_title_wrapper &gt; ul &gt; li &gt; a{
    line-height: 100px;
    font-weight:600;
    font-size:15px;
}
#main_title_wrapper{
    width: 60%;
    float: left;
}
#main_title_wrapper &gt; ul &gt; li{
    list-style: none;
    width:25%;
    float: left;
    vertical-align: middle;
    text-align: center;
}
#main_title_wrapper &gt; ul &gt; li &gt; ul &gt; li{
    list-style: none;
    font-size: 13px;
    line-height: 30px;
    padding-top:1%;
}
.main_title{
    text-decoration: none;
    mouse-pointer: cursor;
    color:white;
}
.sub-title{
    text-decoration: none;
    mouse-pointer: cursor;
    color:white;
}
.sub{
    color:white;
    background-color:rgba(20, 29, 37, 0.8);
    display:none;
}
.mobile_nav_wrapper{
    display:none;
}
/* ----------------------------------------------- /怨듯넻 css -------------------------------------------------------*/
.bg_img{
    width: 100%;
    height: 350px;
    background-image: url('../../img/怨듯넻_img/menu.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
.sub_sub_btn_wrapper ul{
    width:80%;
    max-width:1200px;
    height:60px;
    margin: 0 auto;
    line-height:3;
    list-style:none;
    border-bottom:1px solid #e5e5e5;
}
.sub_sub_btn_wrapper ul li{
    width:50%;
    height:60px;
    float:left;
    text-align:center;
    font-size:20px;
    font-weight:600;
    cursor:pointer;
}
.sub_sub_btn_wrapper ul li:hover{
    border-bottom:1px solid black;
}
.section02{
    width: 90%;
    max-width:1400px;
    height: auto;
    margin: 30px auto;
    padding-bottom:40px;
    display: flex;
    justify-content:center;
}
.information_content_wrapper{
    width:50%;
    height:100%;
    color: #666;
}
.line_info_01{
    width:70%;
    padding:10px;
    max-width:1200px;
    margin: 0 auto 10px;
    text-align:center;
    font-size:18px;
    font-weight:600;
    color:#666;
    background-color: #f6f3f2;
    outline: 1px solid #e4dcd3;
}

.information_content_wrapper ul{
    width:100%;
    height:450px;
    list-style:none;
    text-align:center;
    display:grid;
}
.information_content_wrapper ul span{
    font-size:25px;
    font-weight: 600;
}
.information_content_wrapper ul li{
    width:70%;
    line-height: 2;
    font-size: 14px;
    margin: 10px auto;
    padding: 10px;
    outline: 1px solid #e4dcd3;
}
.information_img_wrapper{
    width:50%;
    height:450px;
}
.information_img_wrapper img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.line_info_02{
    width:80%;
    max-width:1200px;
    margin: 0 auto;
    text-align:center;
    font-size:25px;
    font-weight:600;
    color:#666;
}
.line_info_02:before{
    content: '';
    width: 100px;
    height: 2px;
    background: #666;
    position: absolute;
    margin-top: 20px;
    margin-left: -150px;
}
.line_info_02:after{
    content: '';
    width: 100px;
    height: 2px;
    background: #666;
    position: absolute;
    margin-top: 20px;
    margin-left: 40px;
}
.section03{
    width:90%;
    max-width:1400px;
    height:auto;
    margin-left:5%;
    margin:45px auto;
    display:flex;
}
#map{
    width:50%;
    height:50vh;
}
#map_info{
    width: 15%;
    height:auto;
    position:absolute;
    margin-left:1%;
    margin-top:1%;
    background-color:white;
    z-index: 1;
    box-shadow: 5px 5px 10px grey;
    padding:1%;

}
#map_info p{
    font-size:0.5vw;
    margin-top:1%;
}
#map_info p:nth-child(1){
    font-size:0.8vw;
    font-weight:bold;
}
#map_info span{
    font-size:0.6vw;
    color:#1A73E8;
    margin-left:2%;
}
#map_info span:hover{
    cursor:pointer;
}
#info{
    width:47%;
    height:50vh;
    margin-left:3%;
}
#info h3{
    margin-top:2%;
}


}

/* 紐⑤컮�� */
@media ( max-width: 1023px ) {
/* --------------------------------------- 怨듯넻 css -------------------------------------------- */
html, body {
    position: relative;
    height: 100%;
}
*{
    padding:0;
    margin:0;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}
#menu{
    position: absolute;
    width: 100%;
    height: 100px;
    background-color:rgba(20, 29, 37, 0.8);
    z-index:2000;
}
#main_logo_wrapper{
   width:20%;
   height:100px;
   float:left;
   text-align: center;
   padding-top:20px;
   margin-left:1%;
}
#main_logo{
    width:100px;
    height:60px;
    object-fit:contain;
}
#main_title_wrapper &gt; ul &gt; li &gt; a{
    line-height: 100px;
}
#main_title_wrapper{
    width: 60%;
    float: left;
    display:none;
}
#main_title_wrapper &gt; ul &gt; li{
    list-style: none;
    width:25%;
    float: left;
    vertical-align: middle;
    text-align: center;
}
#main_title_wrapper &gt; ul &gt; li &gt; ul &gt; li{
    list-style: none;
    font-size: 11px;
    line-height: 30px;
}
.main-title{
    text-decoration: none;
    mouse-pointer: cursor;
    color:white;
}
.sub-title{
    text-decoration: none;
    mouse-pointer: cursor;
    color:white;
}
.sub{
    color:white;
    background-color:rgba(20, 29, 37, 0.8);
    display:none;
}
.mobile_nav_wrapper {
    text-align:right;
}
.mobile-nav-wrap {
    /* display: none; */
}
.mobile-header-nav {
  background-color:rgba(20, 29, 37, 0.8);
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100px;
  left:0;
  width: 100%;
}
.mobile-header-nav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-header-nav li a {
  color: white;
  display: block;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.mobile-header-nav-sub{
    display:none;
}

.hamburger-menu {
  display: inline-block;
  height: 100px;
  padding: 35px 25px;
  transition: all 0.3s ease-in-out;
}
.hamburger-menu:hover {
  cursor: pointer;
}
.hamburger-menu .menu-item {
  background: white;
  display: block;
  height: 3px;
  margin: 0 0 10px;
  transition: all 0.3s ease-in-out;
  width: 40px;
}
.hamburger-menu.open .menu-item {
  margin: 0 0 5px;
}
.hamburger-menu.open .menu-item:first-child {
  transform: rotate(45deg);
  transform-origin: 10px;
}
.hamburger-menu.open .menu-item:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.open .menu-item:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 8px;
}
/* --------------------------------------- /怨듯넻 css -------------------------------------------- */

.bg_img{
    width: 100%;
    height: 350px;
    background-image: url('../../img/怨듯넻_img/menu.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
.sub_sub_btn_wrapper ul{
    width:100%;
    height:60px;
    margin: 0 auto;
    line-height:3;
    list-style:none;
    border-bottom:1px solid #e5e5e5;
}
.sub_sub_btn_wrapper ul li{
    width:50%;
    height:60px;
    float:left;
    text-align:center;
    font-size:20px;
    font-weight:600;
    cursor:pointer;
}
.sub_sub_btn_wrapper ul li:hover{
    border-bottom:1px solid black;
}
.�ъ뾽��_wrapper{
    width:100%;
    height:auto;
    text-align:center;
    margin-bottom: 2%;
}
.�ъ뾽��_wrapper ul{
    list-style: none;
    display: flex;
    justify-content:center;
}
.�ъ뾽��_wrapper ul li{
    width:70px;
    font-size: 1em;
    font-weight:600;
}
.section02{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.information_content_wrapper{
    width:100%;
    color: #666;
    order:1;
    margin-top:-4px;
}
.line_info_01{
    font-size:18px;
    font-weight:600;
    padding: 10px 0 10px;
    text-align:center;
    background-color: #f6f3f2;
    outline: 1px solid #e4dcd3;
}

.information_content_wrapper ul{
    width:100%;
    height:100%;
    list-style:none;
    text-align:center;
    order:2;
}
.information_content_wrapper ul span{
    font-size:18px;
    font-weight: 600;
    line-height:1.5;
}
.information_content_wrapper ul li{
    line-height: 2;
    font-size: 12px;
    padding: 10px;
    border: 1px solid #e4dcd3;
}
.information_img_wrapper{
    width:100%;
    height:100%;
}
.information_img_wrapper img{
    width:100%;
}
.line_info_02{
    font-size:18px;
    font-weight:600;
    padding: 10px 0 10px;
    text-align:center;
    color:#666;
    background-color: #f6f3f2;
    outline: 1px solid #e4dcd3;
}
.section03{
    width:100%;
    height:auto;
}
#map{
    width:100%;
    height:50vh;
}
#map_info{
    width: 15%;
    height:auto;
    position:absolute;
    margin-left:1%;
    margin-top:1%;
    background-color:white;
    z-index: 1;
    box-shadow: 5px 5px 10px grey;
    padding-top:1%;
    padding-left:1%;
    padding-bottom:1%;
    display:none;
}
#info{
    width:90%;
    height:auto;
    margin-left:5%;
    margin-top:5%;
}
#info h3{
    font-size:1.2em;
    margin-top:3%;
}
#info p{
    font-size: 1em;
}





}
</pre></body></html>