@charset "utf-8";#m-logo { display: none; } 
.desc { display: flex; height: 58px; justify-content: center; align-items: center; padding: 0 25px 0 20px; background: #FFF; font-size: 18px; font-weight: 500; color: #303841; /* 19.8px */
 letter-spacing: -0.36px; position: absolute; top: 45px; left: 50%; z-index: 1; font-style: normal; line-height: 110%; transform: translate(-50%,0); border-radius: 10px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08); opacity: 1; transition: all 0.8s ease-in-out; } 
.desc.none { opacity: 0; } 
.desc i { display: block; width: 20px; height: 20px; flex: 0 0 20px; margin-right: 8px; background-repeat: no-repeat; background-position: center; background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99935 18.3327C12.3005 18.3327 14.3838 17.3999 15.8919 15.8919C17.3999 14.3838 18.3327 12.3005 18.3327 9.99935C18.3327 7.69818 17.3999 5.61485 15.8919 4.10679C14.3838 2.59876 12.3005 1.66602 9.99935 1.66602C7.69818 1.66602 5.61485 2.59876 4.10679 4.10679C2.59876 5.61485 1.66602 7.69818 1.66602 9.99935C1.66602 12.3005 2.59876 14.3838 4.10679 15.8919C5.61485 17.3999 7.69818 18.3327 9.99935 18.3327Z' fill='%232594CF'/%3E%3Crect x='10' y='6' width='0.9' height='1.125' fill='white'/%3E%3Crect x='10' y='8.25' width='0.9' height='5.25' fill='white'/%3E%3C/svg%3E%0A"); } 
.hidden-menu { width: 20px; height: 60px; background-repeat: no-repeat; background-position: center; background-image: url("data:image/svg+xml,%3Csvg width='20' height='60' viewBox='0 0 20 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H15C17.7614 0 20 2.23858 20 5V55C20 57.7614 17.7614 60 15 60H0V0Z' fill='white'/%3E%3C/svg%3E%0A"); position: absolute; top: calc(50% - 30px); right: -20px; box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.10); } 
.hidden-menu span { display: block; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 1L1 6L6 11' stroke='%23BDBFC8' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); font-size: 0; } 
.hidden-menu.on span { background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L6 6L1 1' stroke='%23BDBFC8' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); } 
#year { display: none; width: calc(100% - 90px); height: 100%; background: #3A4051; position: absolute; top: 0; left: 90px; z-index: 22; } 
#year .scroll { display: flex; height: 100%; overflow-x: auto; overflow-y: hidden; min-width: 100%; position: relative;touch-action: auto !important; align-items: center;padding-bottom: 100px;overflow-y:hidden;overflow-x: auto !important;} 
.year-list { display: flex; width: auto; height: 100%; z-index: 22; position: relative;} 
.year-list dl {width: auto;display: flex;height: 720px;justify-content: center;align-items: center;flex-wrap: wrap;flex: none; min-width: 560px;position: relative;flex-direction: column;margin-left: 120px;align-content: flex-start;}
.year-list dt { display: flex; align-items: flex-end; justify-content: flex-start; color: #FFF; font-size: 20px; font-style: normal; font-weight: 700; line-height: normal; letter-spacing: -0.5px; position: fixed;     position: fixed; top: 50px; left: 160px; font-style: normal; line-height: normal; } 
.year-list dt span{ display: block; margin-left: 10px; color: #FFF; font-size: 18px; font-style: normal; font-weight: 400; line-height: normal; letter-spacing: -0.36px; }
.year-list dd {display: flex;width: 280px;    height: calc(100% / 3 - 40px);justify-content: center;align-items: center;position: relative;z-index: 2;margin: 20px 10px;transition: all .3s; } 
.year-list .img-box { position: relative; cursor: pointer; } 
.year-list .img-box::after { display: block; width: calc(100% + 10px); height: calc(100% + 10px); background: #fff; position: absolute; top: -5px; left: -5px; z-index: 1; content: ""; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10); transition: all 0.2s ease-in-out; } 
.year-list dd:hover { z-index: 99; transform: scale(1.25);} 
.year-list dd:hover .img-box::after { background: #2594CF; } 
.year-list .img-box img { display: block; width: auto; height: 100%; max-height: 184px; position: relative; z-index: 2;} 
.year-list .loading{ position: absolute; top: 0; left:calc(100% - 130px); width: 100px; margin: 0; height: 100%; ; transform: scale(1); transition: 1s; }
.year-list .loading:hover{ transform: scale(1); }
.year-control { display: flex; width: 100%; height: 100px; justify-content: space-between; align-items: center; padding-right: 200px; padding-left: 200px; background: #292D3A; position: absolute; bottom: 0; z-index: 33;flex-wrap: wrap;justify-content: center;align-content: center;}
 .year-control p{
  color: #FFF;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 110%; /* 16.5px */
letter-spacing: -0.3px;
margin-bottom: 14px;
word-break: keep-all;
 }
.range { width: 100%; height: 30px; position: relative; display: flex; align-items: center; } 
.range input[type=range] { display: none; width: 100%; height: 7px; background: #3D414E; -webkit-appearance: none; border-radius: 8px; outline: none; } 
.range input::-webkit-slider-thumb { width: 30px; height: 30px; background: #2594CF; position: relative; z-index: 2; -webkit-appearance: none; appearance: none; border-radius: 50%; border: 5px solid #fff; cursor: pointer; } 
.range input::-moz-range-thumb { width: 30px; height: 30px; background: #2594CF; border-radius: 50%; border: 5px solid #fff; cursor: pointer; } 
.range .bar { display: block; width: 0; height: 7px; background: #2594CF; position: absolute; top: 11px; left: 0; z-index: 0; border-radius: 8px; } 




.tooltip-wrap { position: relative; } 
.tooltip-wrap .icon { cursor: pointer; display: block; width: 20px; height: 20px; background-repeat: no-repeat; background-position: center; background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.89475 6.59019H1.81252V6.53739C1.83012 4.86565 2.34044 4.35533 3.19391 3.83621C3.71303 3.51946 4.10897 3.02673 4.10897 2.33164C4.10897 1.47817 3.44907 0.941455 2.6308 0.941455C1.9181 0.941455 1.20541 1.36379 1.13503 2.38443H0C0.0615905 0.879865 1.20541 0 2.6308 0C4.18816 0 5.2 1.00305 5.2 2.37563C5.2 3.35228 4.74247 4.02978 3.96819 4.50491C3.19391 4.98003 2.91235 5.45516 2.89475 6.53739V6.59019ZM2.39323 9.20338C1.9533 9.20338 1.58376 8.84264 1.59256 8.40271C1.58376 7.96277 1.9533 7.60203 2.39323 7.60203C2.83316 7.60203 3.19391 7.96277 3.19391 8.40271C3.19391 8.84264 2.83316 9.20338 2.39323 9.20338Z' fill='white'/%3E%3C/svg%3E%0A"); border-radius: 50%; background-color: #697785; } 
.tooltip { display: block; position: absolute; top: -100px; left: -24px; opacity: 1; transition: all 0.4s ease-in-out; } 
.tooltip.none { opacity: 0; } 
.tooltip span { display: block; width: 100vw; max-width: 355px; padding: 15px 20px; background: #fff; font-size: 15px; font-weight: 400; color: #404040; /* 22.5px */
 letter-spacing: -0.3px; position: relative; z-index: 1; border: 1px solid #D9D9D9; box-shadow: 0 5.696px 14.241px rgba(0, 0, 0, 0.05); word-break: keep-all; border-radius: 10px; font-style: normal; line-height: 150%; } 
.tooltip::after { display: block; width: 27px; height: 17px; background-repeat: no-repeat; background-position: center -1px; background-image: url("data:image/svg+xml,%3Csvg width='27' height='19' viewBox='0 0 27 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6841 17.291L0.914682 0.499771L25.1157 0.499773L14.3463 17.291C13.724 18.2611 12.3064 18.2611 11.6841 17.291Z' fill='white' stroke='%23D9D9D9'/%3E%3C/svg%3E%0A"); position: absolute; bottom: -15px; left: 20px; z-index: 2; content: "";}
.tooltip-menu { width: 200px; height: 44px; position: relative;}
.tooltip-menu > button { display: flex; width: 100%; height: 100%; justify-content: space-between; align-items: center; padding: 0 15px; background: #3D414E; font-size: 16px; font-weight: 500; color: #FFF; /* 24px */
 letter-spacing: -0.32px; position: relative; z-index: 12; border-radius: 4px; border: 1px solid rgba(255, 255, 255, 0.10); font-style: normal; line-height: 150%; } 
.tooltip-menu > button::after { display: block; width: 9px; height: 6px; background-repeat: no-repeat; background-position: center; background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.21191 5.2876L4.32283 1.39851L0.43374 5.2876' stroke='white'/%3E%3C/svg%3E%0A"); content: ""; transition: all 0.2s ease-in-out; } 
.tooltip-menu.active > button::after { transform: rotate(-180deg); } 
.tooltip-menu .dept1 { display: none; width: 100%; max-height: 340px; padding: 6px 4px 44px; background: #3D414E; position: absolute; bottom: 0; left: 0; z-index: 11; border: 1px solid rgba(255, 255, 255, 0.10); border-radius: 4px; overflow: auto; } 
.tooltip-menu.active .dept1 { display: block; } 
.tooltip-menu.active + .nicescroll-rails { display: block !important; } 
.tooltip-menu + .nicescroll-rails { display: none !important; } 
.tooltip-menu .dept1 li { display: block; width: 100%; height: 36px;}
.tooltip-menu .dept1 li > button { display: flex; width: 100%; height: 100%; justify-content: flex-start; align-items: center; padding: 0 8px; background: transparent; transition: all 0.2s ease-in-out; border-radius: 4px; } 
.tooltip-menu .dept1 li > button:hover { background: #2594CF; } 
.tooltip-menu .dept1 li > button .text { font-size: 16px; font-weight: 500; color: #FFF; /* 16px */
 letter-spacing: -0.64px; font-style: normal; line-height: 100%; } 
.reviewImg { width: calc(100% + 90px); height: 100%; margin-left: -90px; overflow: hidden; cursor: pointer; } 
.reviewImg img { display: block; width: auto; max-width: none; height: 100%; } 
/*공통*/
body,
html { height: 100%; overflow-y: hidden; } 
#totalWrap { width: 100%; height: 100%; padding-left: 90px; position: relative; min-height: 0; overflow: hidden; } 
/* 나늠스퀘어 */
#app { width: 100%; height: 100%; } 
.ir { background: url("../img/ir.png") no-repeat; } 
.break { display: block; line-height: 1; } 
.no_txt { font-size: 0; line-height: 0; } 
button { background: none; } 
#service { width: 90px; height: 100%; background: #323745; position: fixed; top: 0; left: 0; z-index: 999; } 
#service > ul { display: block;}
#service > ul li { border-bottom: 1px solid rgba(255, 255, 255, 0.10); } 
#service > ul li.active { border-bottom: 0 solid #000; } 
#service > ul li a { display: block; width: 90px; height: 90px; position: relative;}
#service > ul li a .inner { display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; align-content: center; align-content: wrap; flex-wrap: wrap; position: relative; z-index: 2; border-radius: 8px; } 
#service > ul li a::before { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; content: ""; border-radius: 9px; background-color: transparent; transition: all 0.2s;}
#service > ul li a:focus::before,
#service > ul li a:hover::before { background-color: #2594CF; } 
#service > ul li i { display: block; width: 24px; height: 24px; margin-bottom: 8px; background-repeat: no-repeat; background-position: center; transition: all 0.2s; } 
#service > ul li.n2 i { background-image: url("data:image/svg+xml,%3Csvg width='16' height='21' viewBox='0 0 16 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.00008 0.5C3.58908 0.5 8.14446e-05 4.089 8.14446e-05 8.495C-0.0289186 14.94 7.69608 20.284 8.00008 20.5C8.00008 20.5 16.0291 14.94 16.0001 8.5C16.0001 4.089 12.4111 0.5 8.00008 0.5ZM8.00008 12.5C5.79008 12.5 4.00008 10.71 4.00008 8.5C4.00008 6.29 5.79008 4.5 8.00008 4.5C10.2101 4.5 12.0001 6.29 12.0001 8.5C12.0001 10.71 10.2101 12.5 8.00008 12.5Z' fill='white'/%3E%3C/svg%3E%0A"); } 
#service > ul li.n3 i { background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 5.5C17.7596 5.50172 17.5214 5.54677 17.297 5.633L14.899 3.67C14.958 3.456 15 3.234 15 3C15 1.614 13.886 0.5 12.5 0.5C11.114 0.5 10 1.614 10 3C10 3.396 10.1 3.765 10.262 4.097L7.353 7.535C7.23656 7.51321 7.11845 7.50149 7 7.5C6.821 7.5 6.652 7.53 6.488 7.574L3.925 5.011C3.97 4.848 4 4.679 4 4.5C4 3.392 3.108 2.5 2 2.5C0.892 2.5 0 3.392 0 4.5C0 5.608 0.892 6.5 2 6.5C2.179 6.5 2.348 6.47 2.512 6.426L5.075 8.989C5.02693 9.15514 5.0017 9.32705 5 9.5C5 10.608 5.892 11.5 7 11.5C8.108 11.5 9 10.608 9 9.5C9 9.263 8.952 9.04 8.877 8.829L11.79 5.387C12.017 5.453 12.252 5.5 12.5 5.5C12.8946 5.49782 13.2831 5.40148 13.633 5.219L16.032 7.182C16.0132 7.28702 16.0025 7.39334 16 7.5C16 8.608 16.892 9.5 18 9.5C19.108 9.5 20 8.608 20 7.5C20 6.392 19.108 5.5 18 5.5Z' fill='white'/%3E%3C/svg%3E%0A"); } 
#service > ul li.n1 a span { width: 24px; height: 24px; background-repeat: no-repeat; background-position: center; background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.743 10.3309L10.743 0.330904C10.364 -0.0910957 9.63598 -0.0910957 9.25698 0.330904L0.256984 10.3309C0.12744 10.4745 0.0424085 10.6526 0.0122281 10.8437C-0.0179524 11.0347 0.00801875 11.2304 0.0869837 11.4069C0.246984 11.7679 0.604984 11.9999 0.999984 11.9999H2.99998V18.9999C2.99998 19.2651 3.10534 19.5195 3.29288 19.707C3.48041 19.8945 3.73477 19.9999 3.99998 19.9999H6.99998C7.2652 19.9999 7.51955 19.8945 7.70709 19.707C7.89463 19.5195 7.99998 19.2651 7.99998 18.9999V14.9999H12V18.9999C12 19.2651 12.1053 19.5195 12.2929 19.707C12.4804 19.8945 12.7348 19.9999 13 19.9999H16C16.2652 19.9999 16.5196 19.8945 16.7071 19.707C16.8946 19.5195 17 19.2651 17 18.9999V11.9999H19C19.1937 12.0007 19.3834 11.9452 19.546 11.8401C19.7087 11.7349 19.8372 11.5847 19.916 11.4078C19.9947 11.2309 20.0203 11.0348 19.9896 10.8436C19.9589 10.6524 19.8732 10.4743 19.743 10.3309Z' fill='white'/%3E%3C/svg%3E%0A"); font-size: 0; } 
#service > ul li a span { display: block; width: 100%; font-size: 16px; font-weight: 400; color: #FFF; letter-spacing: -0.32px; text-align: center; font-style: normal; line-height: normal; transition: all 0.2s; } 
#service > ul li.active .inner { left: 10px; } 
#service > ul li.active a::before,
#service > ul li.active a:focus::before,
#service > ul li.active a:hover::before { left: 10px; background-color: #2594CF; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15); } 
#service .log{
  border-top: 1px solid rgba(255,255,255,.15);
  position: absolute;
  bottom:0;
  left:0;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  color: #fff;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.28px;
}
#service .log i{
  height: 24px;
  display: block;
  width: 100%;
  margin-bottom: 6px;
  background-repeat: no-repeat;
  background-position: center;
}
#service .dept1{
  margin-top: 10px;
  padding: 7px 10px; padding-right: 0;
  opacity: 0;
}
#service .dept1 li,#service .dept1 li button{
  display: block;
  text-align: left;
  padding: 5px 0;
  border: 0px;
  width: 100%;
}
#service .dept1  button .text{
  color: rgba(255, 255, 255, 0.80);
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.28px;
transition:  color .3s;
}
#service .dept1 button:hover .text,#service .dept1 button.active .text{
color: #2594CF;
}
#service .log.in i{background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0.5C4.579 0.5 0 5.079 0 10.5C0 15.921 4.579 20.5 10 20.5C15.421 20.5 20 15.921 20 10.5C20 5.079 15.421 0.5 10 0.5ZM10 5.5C11.727 5.5 13 6.772 13 8.5C13 10.228 11.727 11.5 10 11.5C8.274 11.5 7 10.228 7 8.5C7 6.772 8.274 5.5 10 5.5ZM4.894 15.272C5.791 13.952 7.287 13.072 9 13.072H11C12.714 13.072 14.209 13.952 15.106 15.272C13.828 16.64 12.015 17.5 10 17.5C7.985 17.5 6.172 16.64 4.894 15.272Z' fill='white'/%3E%3C/svg%3E%0A");}
#service .log.out i{background-image: url("data:image/svg+xml,%3Csvg width='14' height='21' viewBox='0 0 14 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0.5H1C0.734784 0.5 0.48043 0.605357 0.292893 0.792893C0.105357 0.98043 0 1.23478 0 1.5V10.5L5 6.5V9.5H11V11.5H5V14.5L0 10.5V19.5C0 19.7652 0.105357 20.0196 0.292893 20.2071C0.48043 20.3946 0.734784 20.5 1 20.5H13C13.2652 20.5 13.5196 20.3946 13.7071 20.2071C13.8946 20.0196 14 19.7652 14 19.5V1.5C14 1.23478 13.8946 0.98043 13.7071 0.792893C13.5196 0.605357 13.2652 0.5 13 0.5Z' fill='white'/%3E%3C/svg%3E%0A");}
#intro { width: 100%; height: 100%; background: url("../img/loadingMap.jpg") no-repeat center; background-size: cover; position: absolute; top: 0; left: 0; z-index: 9; overflow: hidden; background-color: #fff; } 
#intro .intro_inner { display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; align-content: center; flex-wrap: wrap; text-align: center; } 
#intro .intro_inner header { width: 100%; padding-top: 50px; padding-bottom: 100px; } 
#intro .intro_inner header h1 { display: block; width: 341px; height: 95px; margin: 0 auto; background-repeat: no-repeat; background-position: center; background-image: url("data:image/svg+xml,%3Csvg width='341' height='95' viewBox='0 0 341 95' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.75' d='M110.774 15.944C110.826 15.3373 110.895 14.7653 110.982 14.228C111.069 13.6733 111.181 13.1273 111.32 12.59C111.459 12.0527 111.623 11.5067 111.814 10.952C112.005 10.3973 112.23 9.808 112.49 9.184C112.837 8.36933 113.201 7.598 113.582 6.87C113.963 6.142 114.466 5.42267 115.09 4.712C115.298 4.46933 115.549 4.218 115.844 3.958C116.139 3.698 116.468 3.45533 116.832 3.23C117.196 3.00467 117.577 2.82267 117.976 2.684C118.375 2.54533 118.773 2.476 119.172 2.476C119.779 2.476 120.325 2.658 120.81 3.022C121.174 3.29933 121.408 3.63733 121.512 4.036C121.633 4.43467 121.711 4.80733 121.746 5.154C121.763 5.466 121.763 5.73467 121.746 5.96C121.729 6.168 121.677 6.36733 121.59 6.558C121.521 6.67933 121.425 6.75733 121.304 6.792C121.2 6.82667 121.113 6.844 121.044 6.844C120.801 6.844 120.645 6.73133 120.576 6.506C120.524 6.28067 120.472 6.00333 120.42 5.674C120.368 5.22333 120.247 4.816 120.056 4.452C119.883 4.07067 119.545 3.88 119.042 3.88C118.522 3.88 117.993 4.088 117.456 4.504C116.936 4.92 116.451 5.42267 116 6.012C115.549 6.60133 115.142 7.22533 114.778 7.884C114.431 8.52533 114.154 9.08 113.946 9.548C113.686 10.172 113.461 10.7267 113.27 11.212C113.097 11.68 112.941 12.148 112.802 12.616C112.681 13.0667 112.577 13.5433 112.49 14.046C112.421 14.5487 112.351 15.138 112.282 15.814C112.247 16.23 112.239 16.6287 112.256 17.01C112.273 17.374 112.343 17.7033 112.464 17.998C112.585 18.2927 112.767 18.5267 113.01 18.7C113.27 18.8733 113.608 18.96 114.024 18.96C114.613 18.96 115.185 18.856 115.74 18.648C116.312 18.44 116.867 18.1887 117.404 17.894C117.855 17.6513 118.314 17.3653 118.782 17.036C119.25 16.6893 119.848 16.2213 120.576 15.632C120.68 15.5627 120.801 15.5367 120.94 15.554C121.079 15.554 121.191 15.5973 121.278 15.684C121.382 15.7533 121.434 15.8573 121.434 15.996C121.451 16.1173 121.391 16.256 121.252 16.412C120.801 16.8973 120.307 17.348 119.77 17.764C119.25 18.18 118.643 18.5873 117.95 18.986C117.291 19.3327 116.607 19.636 115.896 19.896C115.185 20.1387 114.44 20.26 113.66 20.26C112.984 20.26 112.447 20.1387 112.048 19.896C111.649 19.636 111.346 19.3067 111.138 18.908C110.947 18.492 110.826 18.0327 110.774 17.53C110.739 17.01 110.739 16.4813 110.774 15.944ZM128.829 12.46C128.777 12.46 128.708 12.512 128.621 12.616C128.535 12.72 128.448 12.85 128.361 13.006C128.292 13.162 128.223 13.318 128.153 13.474C128.084 13.63 128.023 13.76 127.971 13.864C127.798 14.2627 127.599 14.722 127.373 15.242C127.165 15.762 127.044 16.2733 127.009 16.776C126.975 17.296 126.905 17.6773 126.801 17.92C126.697 18.1453 126.515 18.2753 126.255 18.31C126.099 18.3273 125.961 18.2927 125.839 18.206C125.735 18.1193 125.64 18.0153 125.553 17.894C125.484 17.7553 125.423 17.6167 125.371 17.478C125.337 17.3393 125.311 17.244 125.293 17.192C125.207 16.828 125.103 16.438 124.981 16.022C124.877 15.5887 124.782 15.1813 124.695 14.8C124.522 13.708 124.392 12.6507 124.305 11.628C124.236 10.588 124.227 9.548 124.279 8.508C124.314 7.988 124.34 7.45067 124.357 6.896C124.392 6.324 124.453 5.752 124.539 5.18C124.557 5.076 124.583 4.90267 124.617 4.66C124.652 4.4 124.695 4.14 124.747 3.88C124.817 3.60267 124.895 3.36 124.981 3.152C125.068 2.92667 125.181 2.788 125.319 2.736C125.683 2.59733 125.978 2.61467 126.203 2.788C126.429 2.944 126.524 3.19533 126.489 3.542C126.472 3.71533 126.429 3.854 126.359 3.958C126.307 4.04467 126.264 4.15733 126.229 4.296C126.108 4.69467 126.013 5.19733 125.943 5.804C125.874 6.39333 125.822 7.01733 125.787 7.676C125.753 8.33467 125.735 9.002 125.735 9.678C125.735 10.3367 125.753 10.9347 125.787 11.472C125.787 11.576 125.796 11.7667 125.813 12.044C125.848 12.3213 125.874 12.6333 125.891 12.98C125.926 13.3093 125.961 13.656 125.995 14.02C126.047 14.3667 126.099 14.6787 126.151 14.956C126.255 14.696 126.359 14.436 126.463 14.176C126.55 13.9507 126.645 13.708 126.749 13.448C126.871 13.1707 126.992 12.9107 127.113 12.668C127.391 12.1133 127.659 11.68 127.919 11.368C128.179 11.056 128.483 10.8827 128.829 10.848C129.107 10.8307 129.349 10.9173 129.557 11.108C129.783 11.2987 129.973 11.5413 130.129 11.836C130.285 12.1307 130.407 12.4513 130.493 12.798C130.597 13.1273 130.667 13.422 130.701 13.682C130.771 14.1327 130.84 14.5833 130.909 15.034C130.996 15.4847 131.091 15.9787 131.195 16.516C131.23 16.7067 131.273 16.9407 131.325 17.218C131.377 17.478 131.429 17.7553 131.481 18.05C131.551 18.3447 131.62 18.648 131.689 18.96C131.759 19.272 131.828 19.5667 131.897 19.844C131.984 20.1387 132.045 20.4073 132.079 20.65C132.131 20.8927 132.192 21.1353 132.261 21.378C132.313 21.586 132.279 21.7593 132.157 21.898C132.053 22.0367 131.923 22.106 131.767 22.106C131.577 22.106 131.438 22.0453 131.351 21.924C131.282 21.82 131.204 21.664 131.117 21.456C130.875 20.8493 130.658 20.1993 130.467 19.506C130.294 18.8127 130.155 18.2147 130.051 17.712C129.913 17.036 129.783 16.4033 129.661 15.814C129.54 15.2073 129.436 14.6527 129.349 14.15C129.315 13.9767 129.28 13.7947 129.245 13.604C129.211 13.396 129.167 13.214 129.115 13.058C129.081 12.8847 129.037 12.746 128.985 12.642C128.933 12.5207 128.881 12.46 128.829 12.46ZM134.007 18.362C133.955 17.686 133.938 17.0013 133.955 16.308C133.973 15.5973 134.007 14.9387 134.059 14.332C134.111 13.708 134.163 13.1793 134.215 12.746C134.285 12.2953 134.337 11.992 134.371 11.836C134.406 11.6627 134.475 11.524 134.579 11.42C134.701 11.2987 134.883 11.238 135.125 11.238C135.368 11.238 135.524 11.2727 135.593 11.342C135.68 11.394 135.723 11.524 135.723 11.732C135.723 11.8707 135.697 12.0093 135.645 12.148C135.611 12.2693 135.576 12.4167 135.541 12.59C135.507 12.7633 135.463 13.032 135.411 13.396C135.359 13.7427 135.316 14.1673 135.281 14.67C135.247 15.1553 135.229 15.7013 135.229 16.308C135.229 16.9147 135.255 17.556 135.307 18.232C135.359 18.804 135.463 19.2633 135.619 19.61C135.793 19.9393 136.018 20.0867 136.295 20.052C136.642 20.0173 136.902 19.818 137.075 19.454C137.266 19.09 137.457 18.6653 137.647 18.18C137.803 17.764 137.933 17.3047 138.037 16.802C138.159 16.2993 138.237 15.866 138.271 15.502C138.289 15.3633 138.315 15.1207 138.349 14.774C138.384 14.41 138.419 14.0287 138.453 13.63C138.488 13.2313 138.523 12.8587 138.557 12.512C138.592 12.1653 138.609 11.9227 138.609 11.784L138.661 10.978C138.661 10.5967 138.843 10.406 139.207 10.406C139.727 10.406 139.979 10.6053 139.961 11.004C139.944 11.212 139.927 11.4373 139.909 11.68C139.909 11.9227 139.892 12.1567 139.857 12.382C139.823 12.7113 139.797 13.0753 139.779 13.474C139.779 13.8727 139.779 14.2713 139.779 14.67C139.779 15.1553 139.788 15.6233 139.805 16.074C139.84 16.5073 139.901 16.9493 139.987 17.4C140.005 17.5213 140.048 17.6947 140.117 17.92C140.187 18.128 140.265 18.3533 140.351 18.596C140.438 18.8387 140.516 19.0727 140.585 19.298C140.655 19.506 140.707 19.6707 140.741 19.792C140.759 19.8613 140.724 19.9393 140.637 20.026C140.551 20.13 140.455 20.182 140.351 20.182C140.109 20.182 139.918 20.0867 139.779 19.896C139.727 19.8267 139.649 19.7227 139.545 19.584C139.459 19.4453 139.363 19.298 139.259 19.142C139.173 18.986 139.086 18.83 138.999 18.674C138.93 18.5007 138.869 18.3533 138.817 18.232C138.731 18.5787 138.583 18.9773 138.375 19.428C138.167 19.8613 137.959 20.2167 137.751 20.494C137.543 20.7713 137.344 20.9967 137.153 21.17C136.963 21.3433 136.703 21.43 136.373 21.43C135.767 21.43 135.238 21.1613 134.787 20.624C134.354 20.104 134.094 19.35 134.007 18.362ZM146.93 13.24C146.878 12.8067 146.748 12.59 146.54 12.59C146.402 12.59 146.263 12.746 146.124 13.058C145.986 13.37 145.83 13.76 145.656 14.228C145.518 14.592 145.396 14.9733 145.292 15.372C145.188 15.7707 145.067 16.2127 144.928 16.698C144.842 17.0447 144.781 17.4433 144.746 17.894C144.712 18.3447 144.694 18.7693 144.694 19.168C144.694 19.5493 144.504 19.74 144.122 19.74C143.828 19.74 143.637 19.6273 143.55 19.402C143.464 19.1593 143.386 18.9513 143.316 18.778C143.282 18.7087 143.23 18.5873 143.16 18.414C143.108 18.2407 143.048 18.0587 142.978 17.868C142.909 17.66 142.84 17.4693 142.77 17.296C142.718 17.1053 142.684 16.9667 142.666 16.88C142.528 16.4293 142.406 15.9353 142.302 15.398C142.198 14.8607 142.146 14.3667 142.146 13.916C142.146 13.5347 142.38 13.344 142.848 13.344C143.23 13.344 143.42 13.5953 143.42 14.098C143.42 14.358 143.464 14.7047 143.55 15.138C143.637 15.554 143.724 15.9007 143.81 16.178C143.897 15.7793 143.992 15.3807 144.096 14.982C144.218 14.5833 144.356 14.1673 144.512 13.734C144.72 13.162 144.92 12.6507 145.11 12.2C145.301 11.7493 145.613 11.3507 146.046 11.004C146.22 10.8653 146.402 10.77 146.592 10.718C146.783 10.666 146.948 10.6487 147.086 10.666C147.312 10.7007 147.468 10.77 147.554 10.874C147.658 10.978 147.762 11.1253 147.866 11.316C147.988 11.5587 148.083 11.81 148.152 12.07C148.239 12.33 148.3 12.59 148.334 12.85C148.404 13.2487 148.456 13.6387 148.49 14.02C148.525 14.4013 148.56 14.7827 148.594 15.164C148.629 15.4587 148.664 15.7707 148.698 16.1C148.733 16.4293 148.794 16.7587 148.88 17.088C148.984 17.5387 149.106 18.024 149.244 18.544C149.383 19.0467 149.565 19.5407 149.79 20.026C149.86 20.1993 149.938 20.39 150.024 20.598C150.128 20.806 150.232 21.0053 150.336 21.196C150.44 21.404 150.527 21.586 150.596 21.742C150.683 21.9153 150.735 22.0453 150.752 22.132C150.787 22.288 150.778 22.4093 150.726 22.496C150.674 22.5827 150.605 22.6433 150.518 22.678C150.38 22.73 150.232 22.7127 150.076 22.626C149.938 22.5393 149.79 22.4093 149.634 22.236C149.478 22.08 149.322 21.8893 149.166 21.664C149.028 21.456 148.906 21.248 148.802 21.04C148.664 20.7627 148.534 20.494 148.412 20.234C148.308 19.974 148.204 19.6967 148.1 19.402C147.91 18.8647 147.754 18.336 147.632 17.816C147.511 17.296 147.398 16.7327 147.294 16.126C147.242 15.606 147.182 15.112 147.112 14.644C147.06 14.176 147 13.708 146.93 13.24ZM148.465 26.968C148.5 26.7947 148.613 26.6993 148.803 26.682C148.977 26.6647 149.176 26.656 149.401 26.656H150.779C151.074 26.6387 151.325 26.6213 151.533 26.604C151.759 26.604 152.097 26.5607 152.547 26.474C153.657 26.2833 154.523 25.8327 155.147 25.122C155.771 24.4113 156.083 23.406 156.083 22.106C156.083 21.9847 156.075 21.8027 156.057 21.56C156.057 21.3173 156.049 21.066 156.031 20.806C156.031 20.546 156.023 20.2947 156.005 20.052C156.005 19.8267 155.997 19.6447 155.979 19.506C155.945 19.2633 155.91 18.9947 155.875 18.7C155.858 18.388 155.832 18.076 155.797 17.764C155.763 17.452 155.728 17.1487 155.693 16.854C155.659 16.5593 155.624 16.2993 155.589 16.074C155.503 16.3167 155.373 16.5333 155.199 16.724C155.043 16.9147 154.861 17.0793 154.653 17.218C154.359 17.426 154.003 17.5733 153.587 17.66C153.189 17.7293 152.894 17.7467 152.703 17.712C152.339 17.66 152.045 17.5473 151.819 17.374C151.594 17.1833 151.438 16.906 151.351 16.542C151.282 16.2127 151.282 15.8833 151.351 15.554C151.421 15.2073 151.525 14.904 151.663 14.644C151.785 14.4013 151.949 14.1587 152.157 13.916C152.365 13.6733 152.591 13.4393 152.833 13.214C153.093 12.9887 153.345 12.772 153.587 12.564C153.847 12.356 154.081 12.174 154.289 12.018C154.497 11.862 154.679 11.7233 154.835 11.602C155.009 11.4633 155.147 11.3593 155.251 11.29C155.338 11.2207 155.459 11.1427 155.615 11.056C155.789 10.952 155.997 10.8913 156.239 10.874C156.343 10.874 156.439 10.9087 156.525 10.978C156.612 11.03 156.664 11.0907 156.681 11.16C156.716 11.264 156.725 11.368 156.707 11.472C156.69 11.5587 156.621 11.6627 156.499 11.784C156.361 11.9227 156.239 12.0353 156.135 12.122C156.031 12.2087 155.893 12.3387 155.719 12.512C155.858 12.7893 156.014 13.2053 156.187 13.76C156.378 14.3147 156.543 14.8693 156.681 15.424C156.837 16.0827 156.95 16.7587 157.019 17.452C157.106 18.1453 157.184 18.856 157.253 19.584C157.271 19.7573 157.279 19.9827 157.279 20.26C157.297 20.5373 157.314 20.8147 157.331 21.092C157.349 21.3867 157.357 21.6727 157.357 21.95C157.375 22.2273 157.383 22.4527 157.383 22.626C157.383 24.0127 156.985 25.148 156.187 26.032C155.39 26.9333 154.315 27.4793 152.963 27.67C152.686 27.7047 152.443 27.7307 152.235 27.748C152.027 27.7827 151.828 27.8 151.637 27.8C151.464 27.8 151.282 27.8 151.091 27.8C150.918 27.8 150.701 27.7913 150.441 27.774C150.181 27.7567 149.93 27.722 149.687 27.67C149.427 27.6353 149.202 27.5833 149.011 27.514C148.925 27.4793 148.803 27.4187 148.647 27.332C148.491 27.2453 148.431 27.124 148.465 26.968ZM152.625 16.256C152.677 16.3947 152.79 16.464 152.963 16.464C153.241 16.464 153.492 16.4207 153.717 16.334C153.96 16.23 154.185 16.1 154.393 15.944C154.705 15.7013 154.905 15.424 154.991 15.112C155.095 14.8 155.104 14.5053 155.017 14.228C154.983 14.0893 154.922 13.968 154.835 13.864C154.749 13.7427 154.679 13.656 154.627 13.604C154.489 13.656 154.315 13.7513 154.107 13.89C153.899 14.0287 153.674 14.228 153.431 14.488C153.345 14.5747 153.223 14.7133 153.067 14.904C152.929 15.0773 152.807 15.2767 152.703 15.502C152.669 15.5713 152.634 15.684 152.599 15.84C152.565 15.9787 152.573 16.1173 152.625 16.256ZM160.064 22.392C159.873 22.4267 159.717 22.4093 159.596 22.34C159.475 22.288 159.388 22.21 159.336 22.106C159.301 22.0193 159.301 21.9153 159.336 21.794C159.388 21.69 159.492 21.5947 159.648 21.508C159.96 21.3347 160.272 21.118 160.584 20.858C160.913 20.6153 161.208 20.3553 161.468 20.078C161.971 19.5407 162.378 18.96 162.69 18.336C163.019 17.6947 163.262 17.1747 163.418 16.776C163.539 16.464 163.617 16.152 163.652 15.84C163.687 15.528 163.721 15.2247 163.756 14.93C163.791 14.6007 163.799 14.2713 163.782 13.942C163.765 13.5953 163.721 13.292 163.652 13.032C163.6 12.7547 163.513 12.5293 163.392 12.356C163.288 12.1827 163.158 12.0787 163.002 12.044C162.742 12.0093 162.499 12.044 162.274 12.148C162.066 12.2347 161.884 12.3733 161.728 12.564C161.589 12.7547 161.477 12.9887 161.39 13.266C161.321 13.526 161.295 13.7947 161.312 14.072C161.347 14.5747 161.373 15.1467 161.39 15.788C161.425 16.4293 161.511 16.984 161.65 17.452C161.702 17.6427 161.702 17.816 161.65 17.972C161.615 18.128 161.494 18.232 161.286 18.284C161.095 18.336 160.931 18.2927 160.792 18.154C160.653 17.998 160.532 17.8073 160.428 17.582C160.341 17.3567 160.263 17.1227 160.194 16.88C160.142 16.62 160.107 16.4033 160.09 16.23C160.055 15.9527 160.021 15.6667 159.986 15.372C159.969 15.06 159.943 14.7653 159.908 14.488C159.873 14.0893 159.847 13.682 159.83 13.266C159.83 12.85 159.83 12.3993 159.83 11.914C159.83 11.03 159.856 10.12 159.908 9.184C159.977 8.23067 160.064 7.32933 160.168 6.48C160.237 5.87333 160.315 5.26667 160.402 4.66C160.506 4.05333 160.601 3.44667 160.688 2.84C160.705 2.71867 160.766 2.62333 160.87 2.554C160.991 2.46733 161.095 2.41533 161.182 2.398C161.425 2.36333 161.615 2.38933 161.754 2.476C161.893 2.54533 161.962 2.66667 161.962 2.84C161.962 3.27333 161.936 3.70667 161.884 4.14C161.849 4.52133 161.806 4.868 161.754 5.18C161.719 5.492 161.676 5.83 161.624 6.194C161.572 6.57533 161.52 7 161.468 7.468C161.433 7.91867 161.399 8.378 161.364 8.846C161.329 9.314 161.303 9.782 161.286 10.25C161.269 10.7007 161.26 11.1253 161.26 11.524C161.468 11.2467 161.745 11.03 162.092 10.874C162.439 10.7007 162.785 10.6313 163.132 10.666C163.479 10.7007 163.773 10.8133 164.016 11.004C164.259 11.1947 164.458 11.4287 164.614 11.706C164.787 11.9833 164.917 12.2953 165.004 12.642C165.091 12.9887 165.143 13.3267 165.16 13.656C165.177 13.7947 165.186 14.0027 165.186 14.28C165.203 14.5573 165.177 14.982 165.108 15.554C165.004 16.438 164.735 17.2787 164.302 18.076C163.869 18.856 163.357 19.6187 162.768 20.364C162.612 20.572 162.43 20.7887 162.222 21.014C162.014 21.2393 161.789 21.4473 161.546 21.638C161.303 21.8287 161.052 21.9933 160.792 22.132C160.549 22.2707 160.307 22.3573 160.064 22.392ZM167.17 18.362C167.118 17.686 167.1 17.0013 167.118 16.308C167.135 15.5973 167.17 14.9387 167.222 14.332C167.274 13.708 167.326 13.1793 167.378 12.746C167.447 12.2953 167.499 11.992 167.534 11.836C167.568 11.6627 167.638 11.524 167.742 11.42C167.863 11.2987 168.045 11.238 168.288 11.238C168.53 11.238 168.686 11.2727 168.756 11.342C168.842 11.394 168.886 11.524 168.886 11.732C168.886 11.8707 168.86 12.0093 168.808 12.148C168.773 12.2693 168.738 12.4167 168.704 12.59C168.669 12.7633 168.626 13.032 168.574 13.396C168.522 13.7427 168.478 14.1673 168.444 14.67C168.409 15.1553 168.392 15.7013 168.392 16.308C168.392 16.9147 168.418 17.556 168.47 18.232C168.522 18.804 168.626 19.2633 168.782 19.61C168.955 19.9393 169.18 20.0867 169.458 20.052C169.804 20.0173 170.064 19.818 170.238 19.454C170.428 19.09 170.619 18.6653 170.81 18.18C170.966 17.764 171.096 17.3047 171.2 16.802C171.321 16.2993 171.399 15.866 171.434 15.502C171.451 15.3633 171.477 15.1207 171.512 14.774C171.546 14.41 171.581 14.0287 171.616 13.63C171.65 13.2313 171.685 12.8587 171.72 12.512C171.754 12.1653 171.772 11.9227 171.772 11.784L171.824 10.978C171.824 10.5967 172.006 10.406 172.37 10.406C172.89 10.406 173.141 10.6053 173.124 11.004C173.106 11.212 173.089 11.4373 173.072 11.68C173.072 11.9227 173.054 12.1567 173.02 12.382C172.985 12.7113 172.959 13.0753 172.942 13.474C172.942 13.8727 172.942 14.2713 172.942 14.67C172.942 15.1553 172.95 15.6233 172.968 16.074C173.002 16.5073 173.063 16.9493 173.15 17.4C173.167 17.5213 173.21 17.6947 173.28 17.92C173.349 18.128 173.427 18.3533 173.514 18.596C173.6 18.8387 173.678 19.0727 173.748 19.298C173.817 19.506 173.869 19.6707 173.904 19.792C173.921 19.8613 173.886 19.9393 173.8 20.026C173.713 20.13 173.618 20.182 173.514 20.182C173.271 20.182 173.08 20.0867 172.942 19.896C172.89 19.8267 172.812 19.7227 172.708 19.584C172.621 19.4453 172.526 19.298 172.422 19.142C172.335 18.986 172.248 18.83 172.162 18.674C172.092 18.5007 172.032 18.3533 171.98 18.232C171.893 18.5787 171.746 18.9773 171.538 19.428C171.33 19.8613 171.122 20.2167 170.914 20.494C170.706 20.7713 170.506 20.9967 170.316 21.17C170.125 21.3433 169.865 21.43 169.536 21.43C168.929 21.43 168.4 21.1613 167.95 20.624C167.516 20.104 167.256 19.35 167.17 18.362ZM185.5 23.64C185.136 23.3107 184.824 23.0073 184.564 22.73C184.304 22.4527 184.07 22.1753 183.862 21.898C183.654 21.638 183.455 21.3607 183.264 21.066C183.091 20.7887 182.9 20.4767 182.692 20.13C182.45 19.7487 182.224 19.3847 182.016 19.038C181.826 18.674 181.635 18.31 181.444 17.946C181.323 17.7033 181.21 17.4953 181.106 17.322C181.02 17.1313 180.933 16.9667 180.846 16.828C180.638 16.464 180.456 16.1 180.3 15.736C180.214 15.5453 180.162 15.3633 180.144 15.19C180.144 14.9993 180.24 14.826 180.43 14.67C180.777 14.41 181.063 14.4447 181.288 14.774C181.375 14.9127 181.505 15.112 181.678 15.372C181.852 15.632 181.982 15.8487 182.068 16.022C182.415 16.646 182.727 17.244 183.004 17.816C183.282 18.3707 183.62 18.9513 184.018 19.558C184.417 20.1647 184.746 20.65 185.006 21.014C185.284 21.378 185.587 21.7507 185.916 22.132C185.951 22.1667 186.012 22.2187 186.098 22.288C186.185 22.3747 186.28 22.4613 186.384 22.548C186.488 22.652 186.584 22.7387 186.67 22.808C186.774 22.8947 186.852 22.9467 186.904 22.964C187.078 23.068 187.251 23.172 187.424 23.276C187.615 23.38 187.78 23.4493 187.918 23.484C188.109 23.536 188.282 23.588 188.438 23.64C188.612 23.692 188.802 23.7353 189.01 23.77C189.322 23.8047 189.522 23.8653 189.608 23.952C189.712 24.0387 189.764 24.1513 189.764 24.29C189.764 24.5327 189.643 24.68 189.4 24.732C189.158 24.784 188.88 24.81 188.568 24.81C187.407 24.81 186.384 24.42 185.5 23.64ZM176.79 19.558C176.773 19.506 176.747 19.3933 176.712 19.22C176.678 19.0293 176.634 18.8127 176.582 18.57C176.53 18.31 176.478 18.0413 176.426 17.764C176.374 17.4693 176.322 17.1833 176.27 16.906C176.253 16.8367 176.227 16.6633 176.192 16.386C176.158 16.1087 176.114 15.814 176.062 15.502C176.028 15.1727 175.993 14.8693 175.958 14.592C175.924 14.3147 175.898 14.1327 175.88 14.046C175.724 12.8673 175.612 11.5933 175.542 10.224C175.473 8.83733 175.438 7.468 175.438 6.116C175.438 5.24933 175.464 4.374 175.516 3.49C175.603 3.19533 175.794 3.048 176.088 3.048C176.331 3.048 176.539 3.10867 176.712 3.23C176.886 3.334 176.972 3.53333 176.972 3.828C176.972 4.41733 176.964 5.00667 176.946 5.596C176.946 6.168 176.946 6.75733 176.946 7.364C176.946 7.97067 176.955 8.57733 176.972 9.184C177.007 9.79067 177.05 10.4493 177.102 11.16C177.12 11.5067 177.137 11.81 177.154 12.07C177.189 12.3127 177.224 12.5467 177.258 12.772C177.293 12.9973 177.328 13.2227 177.362 13.448C177.397 13.656 177.432 13.8987 177.466 14.176C177.778 13.7773 178.064 13.4047 178.324 13.058C178.602 12.7113 178.94 12.2953 179.338 11.81C179.928 11.1167 180.552 10.4753 181.21 9.886C181.886 9.27933 182.614 8.768 183.394 8.352C183.516 8.28267 183.646 8.23067 183.784 8.196C183.923 8.16133 184.053 8.15267 184.174 8.17C184.296 8.18733 184.391 8.23933 184.46 8.326C184.547 8.41267 184.59 8.55133 184.59 8.742C184.59 8.82867 184.547 8.924 184.46 9.028C184.374 9.11467 184.27 9.21 184.148 9.314C184.044 9.40067 183.932 9.48733 183.81 9.574C183.706 9.64333 183.628 9.69533 183.576 9.73C182.987 10.146 182.406 10.6227 181.834 11.16C181.28 11.6973 180.734 12.278 180.196 12.902C179.919 13.214 179.685 13.5 179.494 13.76C179.304 14.0027 179.13 14.2367 178.974 14.462C178.836 14.67 178.706 14.878 178.584 15.086C178.463 15.2767 178.342 15.4847 178.22 15.71C178.012 16.0567 177.926 16.386 177.96 16.698C178.012 17.27 178.064 17.764 178.116 18.18C178.168 18.596 178.229 19.0553 178.298 19.558C178.333 19.7313 178.264 19.87 178.09 19.974C177.917 20.078 177.735 20.13 177.544 20.13C177.388 20.13 177.241 20.0867 177.102 20C176.981 19.9133 176.877 19.766 176.79 19.558ZM194.941 20.858C194.906 20.65 194.975 20.5113 195.149 20.442C195.322 20.3727 195.504 20.3033 195.695 20.234C195.833 20.182 196.024 20.104 196.267 20C196.509 19.896 196.665 19.8267 196.735 19.792C197.133 19.6013 197.489 19.3673 197.801 19.09C198.13 18.8127 198.295 18.492 198.295 18.128C198.295 18.0413 198.277 17.9547 198.243 17.868C198.208 17.7813 198.113 17.6947 197.957 17.608C197.61 17.4 197.246 17.2007 196.865 17.01C196.501 16.8193 196.171 16.5853 195.877 16.308C195.495 15.9787 195.183 15.606 194.941 15.19C194.698 14.7567 194.577 14.28 194.577 13.76C194.577 13.344 194.655 12.9367 194.811 12.538C194.984 12.1393 195.209 11.784 195.487 11.472C195.781 11.16 196.119 10.9087 196.501 10.718C196.899 10.5273 197.315 10.432 197.749 10.432C198.39 10.432 198.936 10.6053 199.387 10.952C199.855 11.2813 200.219 11.68 200.479 12.148L200.557 12.304C200.643 12.4947 200.609 12.668 200.453 12.824C200.297 12.9627 200.089 13.006 199.829 12.954C199.794 12.954 199.768 12.9453 199.751 12.928C199.733 12.9107 199.707 12.8847 199.673 12.85C199.43 12.5553 199.153 12.2867 198.841 12.044C198.546 11.8013 198.182 11.68 197.749 11.68C197.246 11.68 196.847 11.8793 196.553 12.278C196.258 12.6593 196.102 13.1273 196.085 13.682C196.067 14.098 196.128 14.4447 196.267 14.722C196.405 14.982 196.587 15.2073 196.813 15.398C197.09 15.6407 197.376 15.8487 197.671 16.022C197.983 16.178 198.329 16.3773 198.711 16.62C198.953 16.776 199.179 16.9493 199.387 17.14C199.595 17.3133 199.699 17.5733 199.699 17.92C199.699 18.232 199.638 18.5267 199.517 18.804C199.395 19.0813 199.231 19.3327 199.023 19.558C198.832 19.766 198.615 19.9567 198.373 20.13C198.147 20.3033 197.922 20.4507 197.697 20.572C197.437 20.7107 197.159 20.8407 196.865 20.962C196.57 21.0833 196.232 21.1787 195.851 21.248C195.677 21.2827 195.487 21.2827 195.279 21.248C195.088 21.2133 194.975 21.0833 194.941 20.858ZM203.906 13.812C203.68 13.8467 203.429 13.8727 203.152 13.89C202.874 13.9073 202.536 13.9247 202.138 13.942C201.947 13.942 201.774 13.8987 201.618 13.812C201.479 13.708 201.41 13.5433 201.41 13.318C201.41 13.1273 201.47 12.9627 201.592 12.824C201.713 12.668 201.869 12.59 202.06 12.59C202.389 12.59 202.71 12.5813 203.022 12.564C203.334 12.5293 203.611 12.4947 203.854 12.46C203.871 12.044 203.888 11.6453 203.906 11.264C203.94 10.8827 203.975 10.458 204.01 9.99C204.027 9.782 204.044 9.548 204.062 9.288C204.096 9.028 204.122 8.75933 204.14 8.482C204.174 8.18733 204.2 7.90133 204.218 7.624C204.235 7.34667 204.261 7.09533 204.296 6.87C204.348 6.402 204.599 6.15067 205.05 6.116C205.552 6.08133 205.804 6.30667 205.804 6.792C205.804 7.08667 205.769 7.52867 205.7 8.118C205.63 8.70733 205.561 9.45267 205.492 10.354C205.457 10.7353 205.431 11.082 205.414 11.394C205.396 11.6887 205.379 12.0093 205.362 12.356C205.743 12.3213 206.046 12.3127 206.272 12.33C206.514 12.33 206.8 12.3127 207.13 12.278C207.251 12.278 207.381 12.278 207.52 12.278C207.658 12.2607 207.78 12.2693 207.884 12.304C207.988 12.3387 208.074 12.408 208.144 12.512C208.213 12.5987 208.239 12.746 208.222 12.954C208.204 13.1273 208.083 13.2487 207.858 13.318C207.65 13.37 207.433 13.4133 207.208 13.448C206.844 13.4827 206.523 13.5173 206.246 13.552C205.986 13.5693 205.691 13.604 205.362 13.656V14.618C205.362 14.8953 205.37 15.19 205.388 15.502C205.405 15.814 205.431 16.1 205.466 16.36C205.535 16.8453 205.587 17.2093 205.622 17.452C205.674 17.6947 205.734 17.9113 205.804 18.102C205.908 18.3967 206.038 18.6567 206.194 18.882C206.367 19.1073 206.601 19.22 206.896 19.22C207.121 19.22 207.294 19.2027 207.416 19.168C207.537 19.1333 207.693 19.0987 207.884 19.064C208.213 19.012 208.386 19.142 208.404 19.454C208.421 19.6967 208.334 19.8787 208.144 20C207.97 20.1387 207.745 20.26 207.468 20.364C207.294 20.4333 207.121 20.468 206.948 20.468C206.774 20.4853 206.592 20.494 206.402 20.494C206.055 20.494 205.726 20.364 205.414 20.104C205.119 19.844 204.885 19.5147 204.712 19.116C204.504 18.648 204.339 18.1627 204.218 17.66C204.096 17.14 204.01 16.6027 203.958 16.048C203.94 15.8747 203.923 15.6667 203.906 15.424C203.906 15.1813 203.906 14.9473 203.906 14.722C203.906 14.4967 203.906 14.2973 203.906 14.124C203.906 13.9507 203.906 13.8467 203.906 13.812ZM209.741 18.934C209.672 18.5007 209.646 18.1627 209.663 17.92C209.681 17.6773 209.707 17.4433 209.741 17.218C209.828 16.6113 209.958 16.0307 210.131 15.476C210.322 14.9213 210.539 14.3407 210.781 13.734C210.903 13.422 211.041 13.1273 211.197 12.85C211.371 12.5553 211.501 12.3387 211.587 12.2C211.657 12.1133 211.752 12.0613 211.873 12.044C212.012 12.0093 212.133 12.0093 212.237 12.044C212.428 12.0787 212.575 12.174 212.679 12.33C212.783 12.4687 212.835 12.6247 212.835 12.798C212.835 12.954 212.792 13.1013 212.705 13.24C212.619 13.3787 212.532 13.5433 212.445 13.734C211.821 14.8433 211.405 16.0133 211.197 17.244C211.145 17.5387 211.102 17.816 211.067 18.076C211.05 18.3187 211.076 18.5787 211.145 18.856C211.197 19.0987 211.31 19.22 211.483 19.22C211.622 19.22 211.769 19.1767 211.925 19.09C212.081 18.986 212.203 18.8907 212.289 18.804C212.723 18.3533 213.069 17.8767 213.329 17.374C213.607 16.854 213.745 16.2733 213.745 15.632C213.745 15.3893 213.728 15.1467 213.693 14.904C213.659 14.6613 213.615 14.4273 213.563 14.202C213.511 13.9767 213.451 13.76 213.381 13.552C213.329 13.344 213.251 13.11 213.147 12.85C213.113 12.746 213.113 12.6593 213.147 12.59C213.199 12.5033 213.269 12.4427 213.355 12.408C213.442 12.3733 213.537 12.3647 213.641 12.382C213.745 12.3993 213.841 12.46 213.927 12.564C214.378 13.0147 214.699 13.5693 214.889 14.228C215.097 14.8867 215.184 15.554 215.149 16.23C215.115 17.062 214.889 17.7987 214.473 18.44C214.075 19.0813 213.546 19.636 212.887 20.104C212.627 20.2947 212.385 20.416 212.159 20.468C211.951 20.5373 211.674 20.572 211.327 20.572C211.05 20.572 210.816 20.52 210.625 20.416C210.435 20.312 210.279 20.1733 210.157 20C210.036 19.844 209.941 19.6707 209.871 19.48C209.802 19.2893 209.759 19.1073 209.741 18.934ZM217.037 11.576C216.968 11.4373 216.968 11.3073 217.037 11.186C217.107 11.0473 217.159 10.9607 217.193 10.926C217.28 10.874 217.367 10.8307 217.453 10.796C217.54 10.7613 217.653 10.7613 217.791 10.796C217.895 10.8307 217.982 10.8913 218.051 10.978C218.121 11.0647 218.199 11.16 218.285 11.264C218.372 11.3853 218.485 11.5933 218.623 11.888C218.779 12.1827 218.892 12.4167 218.961 12.59C219.117 12.3473 219.256 12.1393 219.377 11.966C219.499 11.7753 219.603 11.628 219.689 11.524C219.811 11.3853 219.923 11.2553 220.027 11.134C220.131 11.0127 220.261 10.8827 220.417 10.744C220.712 10.4667 221.024 10.2327 221.353 10.042C221.7 9.85133 222.047 9.69533 222.393 9.574C222.584 9.522 222.749 9.47867 222.887 9.444C223.043 9.40933 223.191 9.38333 223.329 9.366C223.468 9.366 223.581 9.392 223.667 9.444C223.754 9.496 223.815 9.56533 223.849 9.652C223.884 9.72133 223.884 9.79933 223.849 9.886C223.832 9.97267 223.789 10.0333 223.719 10.068C223.529 10.172 223.338 10.2847 223.147 10.406C222.974 10.51 222.775 10.6313 222.549 10.77C221.873 11.2033 221.215 11.8273 220.573 12.642C220.383 12.8847 220.201 13.1533 220.027 13.448C219.871 13.7253 219.75 14.0373 219.663 14.384C219.577 14.8 219.577 15.2073 219.663 15.606C219.733 16.0047 219.793 16.438 219.845 16.906C219.897 17.374 219.941 17.7033 219.975 17.894C220.01 18.0847 220.045 18.2927 220.079 18.518C220.114 18.7433 220.149 18.9513 220.183 19.142C220.218 19.298 220.192 19.454 220.105 19.61C220.036 19.766 219.863 19.844 219.585 19.844C219.343 19.844 219.161 19.7487 219.039 19.558C218.935 19.35 218.831 19.09 218.727 18.778C218.693 18.6567 218.641 18.4833 218.571 18.258C218.519 18.0153 218.467 17.7727 218.415 17.53C218.363 17.27 218.32 17.0187 218.285 16.776C218.251 16.5333 218.225 16.3427 218.207 16.204C218.19 16.1347 218.173 16.0307 218.155 15.892C218.138 15.7533 218.121 15.6233 218.103 15.502C218.086 15.3633 218.069 15.242 218.051 15.138C218.051 15.0167 218.051 14.9387 218.051 14.904C218.017 14.5573 217.956 14.1847 217.869 13.786C217.783 13.3873 217.696 13.058 217.609 12.798C217.54 12.642 217.453 12.4687 217.349 12.278C217.263 12.07 217.159 11.836 217.037 11.576ZM228.743 22.106C228.76 21.6207 228.76 21.1093 228.743 20.572C228.743 20.052 228.734 19.5493 228.717 19.064C228.699 18.5613 228.673 18.0847 228.639 17.634C228.604 17.1833 228.569 16.7847 228.535 16.438C228.431 16.5767 228.301 16.7327 228.145 16.906C227.989 17.062 227.807 17.218 227.599 17.374C227.391 17.5127 227.157 17.6427 226.897 17.764C226.637 17.8853 226.351 17.9547 226.039 17.972C225.744 18.0067 225.441 17.946 225.129 17.79C224.834 17.634 224.635 17.4433 224.531 17.218C224.409 16.958 224.331 16.7153 224.297 16.49C224.279 16.2473 224.279 15.9527 224.297 15.606C224.314 15.0687 224.357 14.618 224.427 14.254C224.496 13.8727 224.591 13.4307 224.713 12.928C224.747 12.7547 224.808 12.6073 224.895 12.486C224.981 12.3647 225.12 12.304 225.311 12.304C225.467 12.304 225.605 12.356 225.727 12.46C225.865 12.564 225.917 12.7113 225.883 12.902C225.848 13.266 225.787 13.656 225.701 14.072C225.614 14.4707 225.553 14.8693 225.519 15.268C225.501 15.4413 225.493 15.6147 225.493 15.788C225.493 15.9613 225.519 16.1433 225.571 16.334C225.657 16.6287 225.865 16.7847 226.195 16.802C226.524 16.802 226.801 16.7153 227.027 16.542C227.373 16.2647 227.694 15.8833 227.989 15.398C228.283 14.9127 228.465 14.3493 228.535 13.708L228.769 11.316C228.786 11.1947 228.803 11.082 228.821 10.978C228.855 10.8567 228.925 10.77 229.029 10.718C229.185 10.6313 229.375 10.6227 229.601 10.692C229.843 10.744 229.982 10.9087 230.017 11.186C230.017 11.5327 229.982 11.966 229.913 12.486C229.861 13.006 229.826 13.5693 229.809 14.176C229.791 14.8347 229.8 15.528 229.835 16.256C229.887 16.9667 229.939 17.686 229.991 18.414C230.043 19.142 230.077 19.8613 230.095 20.572C230.129 21.3 230.112 21.9847 230.043 22.626C229.887 23.9953 229.462 25.1133 228.769 25.98C228.093 26.864 227.079 27.4273 225.727 27.67C225.467 27.722 225.233 27.7567 225.025 27.774C224.817 27.7913 224.617 27.8 224.427 27.8C224.253 27.8173 224.071 27.8173 223.881 27.8C223.69 27.8 223.465 27.7913 223.205 27.774C222.945 27.7567 222.693 27.722 222.451 27.67C222.191 27.6353 221.965 27.5833 221.775 27.514C221.688 27.4793 221.567 27.4187 221.411 27.332C221.255 27.2453 221.194 27.124 221.229 26.968C221.263 26.7947 221.376 26.6993 221.567 26.682C221.74 26.6647 221.939 26.656 222.165 26.656H223.543C223.924 26.656 224.219 26.6473 224.427 26.63C224.652 26.6127 224.947 26.5607 225.311 26.474C226.333 26.2487 227.148 25.7893 227.755 25.096C228.361 24.4027 228.691 23.406 228.743 22.106Z' fill='white'/%3E%3Cpath d='M37.65 45.5V87H31.6V45.5H37.65ZM3.85 86.5V46H25.9V51.2H9.9V81.3H27.65V86.5H3.85ZM78.6422 45.5V87H72.5422V45.5H78.6422ZM43.8422 86.5L52.6422 51.1H44.8422V46H68.3422V51.1H58.7422L55.8922 62.6H61.6422C62.7922 62.6 63.5422 63.25 63.7922 64.25L69.3422 86.5H63.2422L58.6922 68.2C58.5922 67.85 58.3422 67.7 57.9922 67.7H54.5922L49.9422 86.5H43.8422ZM113.584 66.8V58.25H108.884V53.15H113.584V45.5H119.634V66.8H113.584ZM85.8344 65.4V46H107.884V50.5H91.8344V53.55H106.434V57.85H91.8344V60.9H109.634V65.4H85.8344ZM87.7844 87V75.7H113.684V73.25H87.7844V68.75H119.634V80H93.7844V82.45H120.134V87H87.7844ZM134.877 71.8V81.7H161.627V86.95H128.777V71.8H134.877ZM126.827 54.55C126.827 49.15 131.577 45.05 137.877 45.05C144.127 45.05 148.877 49.15 148.877 54.55V58.85C148.877 64.25 144.127 68.35 137.877 68.35C131.577 68.35 126.827 64.25 126.827 58.85V54.55ZM132.727 58.55C132.727 61.5 135.027 63.25 137.877 63.25C140.677 63.25 143.027 61.5 143.027 58.55V54.85C143.027 51.9 140.677 50.1 137.877 50.1C135.027 50.1 132.727 51.9 132.727 54.85V58.55ZM150.377 64.35V59.15H154.577V54.25H150.377V49.05H154.577V45.5H160.627V75.2H154.577V64.35H150.377ZM202.619 80.7V86H167.319V80.7H174.069V72.15H179.969V80.7H189.969V72.15H195.869V80.7H202.619ZM168.069 51.1V46H201.869V51.1H168.069ZM168.319 70.2V65.1H173.869L172.969 52.55H178.869L179.719 65.1H190.219L191.119 52.55H196.969L196.119 65.1H201.619V70.2H168.319Z' fill='%23C0E9FF'/%3E%3Cpath d='M254.111 45.5V87H248.011V66H241.861V60.7H248.011V45.5H254.111ZM218.811 86.5L228.461 45.5H234.561L230.961 60.7H237.061C238.211 60.7 238.961 61.35 239.211 62.35L245.261 86.5H239.211L234.161 66.5C234.061 66.15 233.811 66 233.461 66H229.761L224.911 86.5H218.811ZM295.103 45.5V87H289.053V45.5H295.103ZM261.303 86.5V46H267.203V60.7H277.003V46H282.853V86.5H261.303ZM267.203 81.4H277.003V65.7H267.203V81.4ZM337.095 80.7V86H301.795V80.7H337.095ZM302.045 70.7L310.495 45.5H316.745L314.595 51.9H328.795C329.995 51.9 330.745 52.55 331.045 53.4L336.845 70.7H330.545L326.245 57.7C326.145 57.35 325.845 57.15 325.495 57.15H312.845L308.345 70.7H302.045Z' fill='white'/%3E%3C/svg%3E%0A"); font-size: 0; } 
#intro .intro_inner header span { display: block; margin-top: 25px; font-size: 18px; font-weight: 400; color: #fff; /* 27px */
 letter-spacing: -0.36px; text-align: center; text-align: center; font-style: normal; line-height: 150%; } 
#intro .intro_inner .loading-data span { display: block; margin-top: 15px; font-size: 15px; font-weight: 400; color: #fff; font-style: normal; line-height: 150%; /* 22.5px */}
#header { width: 100%; height: 100%; z-index: 20; } 
#header .scroll { height: 100%; position: relative; } 
#search_btn2 { width: 31px; height: 31px; background: url("../img/icon_search_2.png") no-repeat center; position: absolute; top: 193px; right: 50px; } 
.c-top-box { width: 100%; height: 190px; background-repeat: no-repeat; background-image: url("../img/c-box-bg.jpg"); } 
.c-top-box #logo { width: 100%; height: 100%; background-repeat: no-repeat; background-position: 34px center; background-image: url("data:image/svg+xml,%3Csvg width='99' height='80' viewBox='0 0 99 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.93 34.04V21.5H22.59V34.04H18.93ZM1.41 33.17L7.2 21.5H11.01L9.12 25.28H12.3C12.99 25.28 13.41 25.67 13.68 26.15L17.31 33.17H13.5L11.19 28.64C11.07 28.43 10.92 28.34 10.68 28.34H7.62L5.22 33.17H1.41ZM3.48 46.4V39.5H18.99V37.91H3.48V35.21H22.59V42.08H7.05V43.67H22.89V46.4H3.48ZM47.7853 34.4V37.34H26.6053V34.4H35.3653V32.57H27.3553V25.94H43.4653V24.47H27.3553V21.8H47.0353V28.46H30.9253V29.93H47.1853V32.57H39.0253V34.4H47.7853ZM27.2053 42.11V39.17H47.0353V46.4H43.4053V42.11H27.2053ZM71.7806 21.5V46.4H68.1206V21.5H71.7806ZM50.9006 46.1L56.1806 24.86H51.5006V21.8H65.6006V24.86H59.8406L58.1306 31.76H61.5806C62.2706 31.76 62.7206 32.15 62.8706 32.75L66.2006 46.1H62.5406L59.8106 35.12C59.7506 34.91 59.6006 34.82 59.3906 34.82H57.3506L54.5606 46.1H50.9006ZM96.3759 36.32H76.5459V21.8H96.2259V24.92H80.1759V33.2H96.3759V36.32ZM75.7959 45.8V42.62H84.5559V37.49H88.2159V42.62H96.9759V45.8H75.7959Z' fill='%232594CF'/%3E%3Cpath d='M22.59 51.5V76.4H18.93V63.8H15.24V60.62H18.93V51.5H22.59ZM1.41 76.1L7.2 51.5H10.86L8.7 60.62H12.36C13.05 60.62 13.5 61.01 13.65 61.61L17.28 76.1H13.65L10.62 64.1C10.56 63.89 10.41 63.8 10.2 63.8H7.98L5.07 76.1H1.41ZM47.1853 51.5V76.4H43.5553V51.5H47.1853ZM26.9053 76.1V51.8H30.4453V60.62H36.3253V51.8H39.8353V76.1H26.9053ZM30.4453 73.04H36.3253V63.62H30.4453V73.04ZM72.3806 72.62V75.8H51.2006V72.62H72.3806ZM51.3506 66.62L56.4206 51.5H60.1706L58.8806 55.34H67.4006C68.1206 55.34 68.5706 55.73 68.7506 56.24L72.2306 66.62H68.4506L65.8706 58.82C65.8106 58.61 65.6306 58.49 65.4206 58.49H57.8306L55.1306 66.62H51.3506Z' fill='%23101010'/%3E%3Cpath d='M3.735 8.66C3.765 8.31 3.805 7.98 3.855 7.67C3.905 7.35 3.97 7.035 4.05 6.725C4.13 6.415 4.225 6.1 4.335 5.78C4.445 5.46 4.575 5.12 4.725 4.76C4.925 4.29 5.135 3.845 5.355 3.425C5.575 3.005 5.865 2.59 6.225 2.18C6.345 2.04 6.49 1.895 6.66 1.745C6.83 1.595 7.02 1.455 7.23 1.325C7.44 1.195 7.66 1.09 7.89 1.01C8.12 0.93 8.35 0.89 8.58 0.89C8.93 0.89 9.245 0.994999 9.525 1.205C9.735 1.365 9.87 1.56 9.93 1.79C10 2.02 10.045 2.235 10.065 2.435C10.075 2.615 10.075 2.77 10.065 2.9C10.055 3.02 10.025 3.135 9.975 3.245C9.935 3.315 9.88 3.36 9.81 3.38C9.75 3.4 9.7 3.41 9.66 3.41C9.52 3.41 9.43 3.345 9.39 3.215C9.36 3.085 9.33 2.925 9.3 2.735C9.27 2.475 9.2 2.24 9.09 2.03C8.99 1.81 8.795 1.7 8.505 1.7C8.205 1.7 7.9 1.82 7.59 2.06C7.29 2.3 7.01 2.59 6.75 2.93C6.49 3.27 6.255 3.63 6.045 4.01C5.845 4.38 5.685 4.7 5.565 4.97C5.415 5.33 5.285 5.65 5.175 5.93C5.075 6.2 4.985 6.47 4.905 6.74C4.835 7 4.775 7.275 4.725 7.565C4.685 7.855 4.645 8.195 4.605 8.585C4.585 8.825 4.58 9.055 4.59 9.275C4.6 9.485 4.64 9.675 4.71 9.845C4.78 10.015 4.885 10.15 5.025 10.25C5.175 10.35 5.37 10.4 5.61 10.4C5.95 10.4 6.28 10.34 6.6 10.22C6.93 10.1 7.25 9.955 7.56 9.785C7.82 9.645 8.085 9.48 8.355 9.29C8.625 9.09 8.97 8.82 9.39 8.48C9.45 8.44 9.52 8.425 9.6 8.435C9.68 8.435 9.745 8.46 9.795 8.51C9.855 8.55 9.885 8.61 9.885 8.69C9.895 8.76 9.86 8.84 9.78 8.93C9.52 9.21 9.235 9.47 8.925 9.71C8.625 9.95 8.275 10.185 7.875 10.415C7.495 10.615 7.1 10.79 6.69 10.94C6.28 11.08 5.85 11.15 5.4 11.15C5.01 11.15 4.7 11.08 4.47 10.94C4.24 10.79 4.065 10.6 3.945 10.37C3.835 10.13 3.765 9.865 3.735 9.575C3.715 9.275 3.715 8.97 3.735 8.66ZM14.1516 6.65C14.1216 6.65 14.0816 6.68 14.0316 6.74C13.9816 6.8 13.9316 6.875 13.8816 6.965C13.8416 7.055 13.8016 7.145 13.7616 7.235C13.7216 7.325 13.6866 7.4 13.6566 7.46C13.5566 7.69 13.4416 7.955 13.3116 8.255C13.1916 8.555 13.1216 8.85 13.1016 9.14C13.0816 9.44 13.0416 9.66 12.9816 9.8C12.9216 9.93 12.8166 10.005 12.6666 10.025C12.5766 10.035 12.4966 10.015 12.4266 9.965C12.3666 9.915 12.3116 9.855 12.2616 9.785C12.2216 9.705 12.1866 9.625 12.1566 9.545C12.1366 9.465 12.1216 9.41 12.1116 9.38C12.0616 9.17 12.0016 8.945 11.9316 8.705C11.8716 8.455 11.8166 8.22 11.7666 8C11.6666 7.37 11.5916 6.76 11.5416 6.17C11.5016 5.57 11.4966 4.97 11.5266 4.37C11.5466 4.07 11.5616 3.76 11.5716 3.44C11.5916 3.11 11.6266 2.78 11.6766 2.45C11.6866 2.39 11.7016 2.29 11.7216 2.15C11.7416 2 11.7666 1.85 11.7966 1.7C11.8366 1.54 11.8816 1.4 11.9316 1.28C11.9816 1.15 12.0466 1.07 12.1266 1.04C12.3366 0.959999 12.5066 0.969999 12.6366 1.07C12.7666 1.16 12.8216 1.305 12.8016 1.505C12.7916 1.605 12.7666 1.685 12.7266 1.745C12.6966 1.795 12.6716 1.86 12.6516 1.94C12.5816 2.17 12.5266 2.46 12.4866 2.81C12.4466 3.15 12.4166 3.51 12.3966 3.89C12.3766 4.27 12.3666 4.655 12.3666 5.045C12.3666 5.425 12.3766 5.77 12.3966 6.08C12.3966 6.14 12.4016 6.25 12.4116 6.41C12.4316 6.57 12.4466 6.75 12.4566 6.95C12.4766 7.14 12.4966 7.34 12.5166 7.55C12.5466 7.75 12.5766 7.93 12.6066 8.09C12.6666 7.94 12.7266 7.79 12.7866 7.64C12.8366 7.51 12.8916 7.37 12.9516 7.22C13.0216 7.06 13.0916 6.91 13.1616 6.77C13.3216 6.45 13.4766 6.2 13.6266 6.02C13.7766 5.84 13.9516 5.74 14.1516 5.72C14.3116 5.71 14.4516 5.76 14.5716 5.87C14.7016 5.98 14.8116 6.12 14.9016 6.29C14.9916 6.46 15.0616 6.645 15.1116 6.845C15.1716 7.035 15.2116 7.205 15.2316 7.355C15.2716 7.615 15.3116 7.875 15.3516 8.135C15.4016 8.395 15.4566 8.68 15.5166 8.99C15.5366 9.1 15.5616 9.235 15.5916 9.395C15.6216 9.545 15.6516 9.705 15.6816 9.875C15.7216 10.045 15.7616 10.22 15.8016 10.4C15.8416 10.58 15.8816 10.75 15.9216 10.91C15.9716 11.08 16.0066 11.235 16.0266 11.375C16.0566 11.515 16.0916 11.655 16.1316 11.795C16.1616 11.915 16.1416 12.015 16.0716 12.095C16.0116 12.175 15.9366 12.215 15.8466 12.215C15.7366 12.215 15.6566 12.18 15.6066 12.11C15.5666 12.05 15.5216 11.96 15.4716 11.84C15.3316 11.49 15.2066 11.115 15.0966 10.715C14.9966 10.315 14.9166 9.97 14.8566 9.68C14.7766 9.29 14.7016 8.925 14.6316 8.585C14.5616 8.235 14.5016 7.915 14.4516 7.625C14.4316 7.525 14.4116 7.42 14.3916 7.31C14.3716 7.19 14.3466 7.085 14.3166 6.995C14.2966 6.895 14.2716 6.815 14.2416 6.755C14.2116 6.685 14.1816 6.65 14.1516 6.65ZM17.1389 10.055C17.1089 9.665 17.0989 9.27 17.1089 8.87C17.1189 8.46 17.1389 8.08 17.1689 7.73C17.1989 7.37 17.2289 7.065 17.2589 6.815C17.2989 6.555 17.3289 6.38 17.3489 6.29C17.3689 6.19 17.4089 6.11 17.4689 6.05C17.5389 5.98 17.6439 5.945 17.7839 5.945C17.9239 5.945 18.0139 5.965 18.0539 6.005C18.1039 6.035 18.1289 6.11 18.1289 6.23C18.1289 6.31 18.1139 6.39 18.0839 6.47C18.0639 6.54 18.0439 6.625 18.0239 6.725C18.0039 6.825 17.9789 6.98 17.9489 7.19C17.9189 7.39 17.8939 7.635 17.8739 7.925C17.8539 8.205 17.8439 8.52 17.8439 8.87C17.8439 9.22 17.8589 9.59 17.8889 9.98C17.9189 10.31 17.9789 10.575 18.0689 10.775C18.1689 10.965 18.2989 11.05 18.4589 11.03C18.6589 11.01 18.8089 10.895 18.9089 10.685C19.0189 10.475 19.1289 10.23 19.2389 9.95C19.3289 9.71 19.4039 9.445 19.4639 9.155C19.5339 8.865 19.5789 8.615 19.5989 8.405C19.6089 8.325 19.6239 8.185 19.6439 7.985C19.6639 7.775 19.6839 7.555 19.7039 7.325C19.7239 7.095 19.7439 6.88 19.7639 6.68C19.7839 6.48 19.7939 6.34 19.7939 6.26L19.8239 5.795C19.8239 5.575 19.9289 5.465 20.1389 5.465C20.4389 5.465 20.5839 5.58 20.5739 5.81C20.5639 5.93 20.5539 6.06 20.5439 6.2C20.5439 6.34 20.5339 6.475 20.5139 6.605C20.4939 6.795 20.4789 7.005 20.4689 7.235C20.4689 7.465 20.4689 7.695 20.4689 7.925C20.4689 8.205 20.4739 8.475 20.4839 8.735C20.5039 8.985 20.5389 9.24 20.5889 9.5C20.5989 9.57 20.6239 9.67 20.6639 9.8C20.7039 9.92 20.7489 10.05 20.7989 10.19C20.8489 10.33 20.8939 10.465 20.9339 10.595C20.9739 10.715 21.0039 10.81 21.0239 10.88C21.0339 10.92 21.0139 10.965 20.9639 11.015C20.9139 11.075 20.8589 11.105 20.7989 11.105C20.6589 11.105 20.5489 11.05 20.4689 10.94C20.4389 10.9 20.3939 10.84 20.3339 10.76C20.2839 10.68 20.2289 10.595 20.1689 10.505C20.1189 10.415 20.0689 10.325 20.0189 10.235C19.9789 10.135 19.9439 10.05 19.9139 9.98C19.8639 10.18 19.7789 10.41 19.6589 10.67C19.5389 10.92 19.4189 11.125 19.2989 11.285C19.1789 11.445 19.0639 11.575 18.9539 11.675C18.8439 11.775 18.6939 11.825 18.5039 11.825C18.1539 11.825 17.8489 11.67 17.5889 11.36C17.3389 11.06 17.1889 10.625 17.1389 10.055ZM24.5944 7.1C24.5644 6.85 24.4894 6.725 24.3694 6.725C24.2894 6.725 24.2094 6.815 24.1294 6.995C24.0494 7.175 23.9594 7.4 23.8594 7.67C23.7794 7.88 23.7094 8.1 23.6494 8.33C23.5894 8.56 23.5194 8.815 23.4394 9.095C23.3894 9.295 23.3544 9.525 23.3344 9.785C23.3144 10.045 23.3044 10.29 23.3044 10.52C23.3044 10.74 23.1944 10.85 22.9744 10.85C22.8044 10.85 22.6944 10.785 22.6444 10.655C22.5944 10.515 22.5494 10.395 22.5094 10.295C22.4894 10.255 22.4594 10.185 22.4194 10.085C22.3894 9.985 22.3544 9.88 22.3144 9.77C22.2744 9.65 22.2344 9.54 22.1944 9.44C22.1644 9.33 22.1444 9.25 22.1344 9.2C22.0544 8.94 21.9844 8.655 21.9244 8.345C21.8644 8.035 21.8344 7.75 21.8344 7.49C21.8344 7.27 21.9694 7.16 22.2394 7.16C22.4594 7.16 22.5694 7.305 22.5694 7.595C22.5694 7.745 22.5944 7.945 22.6444 8.195C22.6944 8.435 22.7444 8.635 22.7944 8.795C22.8444 8.565 22.8994 8.335 22.9594 8.105C23.0294 7.875 23.1094 7.635 23.1994 7.385C23.3194 7.055 23.4344 6.76 23.5444 6.5C23.6544 6.24 23.8344 6.01 24.0844 5.81C24.1844 5.73 24.2894 5.675 24.3994 5.645C24.5094 5.615 24.6044 5.605 24.6844 5.615C24.8144 5.635 24.9044 5.675 24.9544 5.735C25.0144 5.795 25.0744 5.88 25.1344 5.99C25.2044 6.13 25.2594 6.275 25.2994 6.425C25.3494 6.575 25.3844 6.725 25.4044 6.875C25.4444 7.105 25.4744 7.33 25.4944 7.55C25.5144 7.77 25.5344 7.99 25.5544 8.21C25.5744 8.38 25.5944 8.56 25.6144 8.75C25.6344 8.94 25.6694 9.13 25.7194 9.32C25.7794 9.58 25.8494 9.86 25.9294 10.16C26.0094 10.45 26.1144 10.735 26.2444 11.015C26.2844 11.115 26.3294 11.225 26.3794 11.345C26.4394 11.465 26.4994 11.58 26.5594 11.69C26.6194 11.81 26.6694 11.915 26.7094 12.005C26.7594 12.105 26.7894 12.18 26.7994 12.23C26.8194 12.32 26.8144 12.39 26.7844 12.44C26.7544 12.49 26.7144 12.525 26.6644 12.545C26.5844 12.575 26.4994 12.565 26.4094 12.515C26.3294 12.465 26.2444 12.39 26.1544 12.29C26.0644 12.2 25.9744 12.09 25.8844 11.96C25.8044 11.84 25.7344 11.72 25.6744 11.6C25.5944 11.44 25.5194 11.285 25.4494 11.135C25.3894 10.985 25.3294 10.825 25.2694 10.655C25.1594 10.345 25.0694 10.04 24.9994 9.74C24.9294 9.44 24.8644 9.115 24.8044 8.765C24.7744 8.465 24.7394 8.18 24.6994 7.91C24.6694 7.64 24.6344 7.37 24.5944 7.1ZM25.4801 15.02C25.5001 14.92 25.5651 14.865 25.6751 14.855C25.7751 14.845 25.8901 14.84 26.0201 14.84H26.8151C26.9851 14.83 27.1301 14.82 27.2501 14.81C27.3801 14.81 27.5751 14.785 27.8351 14.735C28.4751 14.625 28.9751 14.365 29.3351 13.955C29.6951 13.545 29.8751 12.965 29.8751 12.215C29.8751 12.145 29.8701 12.04 29.8601 11.9C29.8601 11.76 29.8551 11.615 29.8451 11.465C29.8451 11.315 29.8401 11.17 29.8301 11.03C29.8301 10.9 29.8251 10.795 29.8151 10.715C29.7951 10.575 29.7751 10.42 29.7551 10.25C29.7451 10.07 29.7301 9.89 29.7101 9.71C29.6901 9.53 29.6701 9.355 29.6501 9.185C29.6301 9.015 29.6101 8.865 29.5901 8.735C29.5401 8.875 29.4651 9 29.3651 9.11C29.2751 9.22 29.1701 9.315 29.0501 9.395C28.8801 9.515 28.6751 9.6 28.4351 9.65C28.2051 9.69 28.0351 9.7 27.9251 9.68C27.7151 9.65 27.5451 9.585 27.4151 9.485C27.2851 9.375 27.1951 9.215 27.1451 9.005C27.1051 8.815 27.1051 8.625 27.1451 8.435C27.1851 8.235 27.2451 8.06 27.3251 7.91C27.3951 7.77 27.4901 7.63 27.6101 7.49C27.7301 7.35 27.8601 7.215 28.0001 7.085C28.1501 6.955 28.2951 6.83 28.4351 6.71C28.5851 6.59 28.7201 6.485 28.8401 6.395C28.9601 6.305 29.0651 6.225 29.1551 6.155C29.2551 6.075 29.3351 6.015 29.3951 5.975C29.4451 5.935 29.5151 5.89 29.6051 5.84C29.7051 5.78 29.8251 5.745 29.9651 5.735C30.0251 5.735 30.0801 5.755 30.1301 5.795C30.1801 5.825 30.2101 5.86 30.2201 5.9C30.2401 5.96 30.2451 6.02 30.2351 6.08C30.2251 6.13 30.1851 6.19 30.1151 6.26C30.0351 6.34 29.9651 6.405 29.9051 6.455C29.8451 6.505 29.7651 6.58 29.6651 6.68C29.7451 6.84 29.8351 7.08 29.9351 7.4C30.0451 7.72 30.1401 8.04 30.2201 8.36C30.3101 8.74 30.3751 9.13 30.4151 9.53C30.4651 9.93 30.5101 10.34 30.5501 10.76C30.5601 10.86 30.5651 10.99 30.5651 11.15C30.5751 11.31 30.5851 11.47 30.5951 11.63C30.6051 11.8 30.6101 11.965 30.6101 12.125C30.6201 12.285 30.6251 12.415 30.6251 12.515C30.6251 13.315 30.3951 13.97 29.9351 14.48C29.4751 15 28.8551 15.315 28.0751 15.425C27.9151 15.445 27.7751 15.46 27.6551 15.47C27.5351 15.49 27.4201 15.5 27.3101 15.5C27.2101 15.5 27.1051 15.5 26.9951 15.5C26.8951 15.5 26.7701 15.495 26.6201 15.485C26.4701 15.475 26.3251 15.455 26.1851 15.425C26.0351 15.405 25.9051 15.375 25.7951 15.335C25.7451 15.315 25.6751 15.28 25.5851 15.23C25.4951 15.18 25.4601 15.11 25.4801 15.02ZM27.8801 8.84C27.9101 8.92 27.9751 8.96 28.0751 8.96C28.2351 8.96 28.3801 8.935 28.5101 8.885C28.6501 8.825 28.7801 8.75 28.9001 8.66C29.0801 8.52 29.1951 8.36 29.2451 8.18C29.3051 8 29.3101 7.83 29.2601 7.67C29.2401 7.59 29.2051 7.52 29.1551 7.46C29.1051 7.39 29.0651 7.34 29.0351 7.31C28.9551 7.34 28.8551 7.395 28.7351 7.475C28.6151 7.555 28.4851 7.67 28.3451 7.82C28.2951 7.87 28.2251 7.95 28.1351 8.06C28.0551 8.16 27.9851 8.275 27.9251 8.405C27.9051 8.445 27.8851 8.51 27.8651 8.6C27.8451 8.68 27.8501 8.76 27.8801 8.84ZM32.1716 12.38C32.0616 12.4 31.9716 12.39 31.9016 12.35C31.8316 12.32 31.7816 12.275 31.7516 12.215C31.7316 12.165 31.7316 12.105 31.7516 12.035C31.7816 11.975 31.8416 11.92 31.9316 11.87C32.1116 11.77 32.2916 11.645 32.4716 11.495C32.6616 11.355 32.8316 11.205 32.9816 11.045C33.2716 10.735 33.5066 10.4 33.6866 10.04C33.8766 9.67 34.0166 9.37 34.1066 9.14C34.1766 8.96 34.2216 8.78 34.2416 8.6C34.2616 8.42 34.2816 8.245 34.3016 8.075C34.3216 7.885 34.3266 7.695 34.3166 7.505C34.3066 7.305 34.2816 7.13 34.2416 6.98C34.2116 6.82 34.1616 6.69 34.0916 6.59C34.0316 6.49 33.9566 6.43 33.8666 6.41C33.7166 6.39 33.5766 6.41 33.4466 6.47C33.3266 6.52 33.2216 6.6 33.1316 6.71C33.0516 6.82 32.9866 6.955 32.9366 7.115C32.8966 7.265 32.8816 7.42 32.8916 7.58C32.9116 7.87 32.9266 8.2 32.9366 8.57C32.9566 8.94 33.0066 9.26 33.0866 9.53C33.1166 9.64 33.1166 9.74 33.0866 9.83C33.0666 9.92 32.9966 9.98 32.8766 10.01C32.7666 10.04 32.6716 10.015 32.5916 9.935C32.5116 9.845 32.4416 9.735 32.3816 9.605C32.3316 9.475 32.2866 9.34 32.2466 9.2C32.2166 9.05 32.1966 8.925 32.1866 8.825C32.1666 8.665 32.1466 8.5 32.1266 8.33C32.1166 8.15 32.1016 7.98 32.0816 7.82C32.0616 7.59 32.0466 7.355 32.0366 7.115C32.0366 6.875 32.0366 6.615 32.0366 6.335C32.0366 5.825 32.0516 5.3 32.0816 4.76C32.1216 4.21 32.1716 3.69 32.2316 3.2C32.2716 2.85 32.3166 2.5 32.3666 2.15C32.4266 1.8 32.4816 1.45 32.5316 1.1C32.5416 1.03 32.5766 0.974999 32.6366 0.935C32.7066 0.884999 32.7666 0.854999 32.8166 0.844999C32.9566 0.825 33.0666 0.84 33.1466 0.89C33.2266 0.93 33.2666 1 33.2666 1.1C33.2666 1.35 33.2516 1.6 33.2216 1.85C33.2016 2.07 33.1766 2.27 33.1466 2.45C33.1266 2.63 33.1016 2.825 33.0716 3.035C33.0416 3.255 33.0116 3.5 32.9816 3.77C32.9616 4.03 32.9416 4.295 32.9216 4.565C32.9016 4.835 32.8866 5.105 32.8766 5.375C32.8666 5.635 32.8616 5.88 32.8616 6.11C32.9816 5.95 33.1416 5.825 33.3416 5.735C33.5416 5.635 33.7416 5.595 33.9416 5.615C34.1416 5.635 34.3116 5.7 34.4516 5.81C34.5916 5.92 34.7066 6.055 34.7966 6.215C34.8966 6.375 34.9716 6.555 35.0216 6.755C35.0716 6.955 35.1016 7.15 35.1116 7.34C35.1216 7.42 35.1266 7.54 35.1266 7.7C35.1366 7.86 35.1216 8.105 35.0816 8.435C35.0216 8.945 34.8666 9.43 34.6166 9.89C34.3666 10.34 34.0716 10.78 33.7316 11.21C33.6416 11.33 33.5366 11.455 33.4166 11.585C33.2966 11.715 33.1666 11.835 33.0266 11.945C32.8866 12.055 32.7416 12.15 32.5916 12.23C32.4516 12.31 32.3116 12.36 32.1716 12.38ZM36.2709 10.055C36.2409 9.665 36.2309 9.27 36.2409 8.87C36.2509 8.46 36.2709 8.08 36.3009 7.73C36.3309 7.37 36.3609 7.065 36.3909 6.815C36.4309 6.555 36.4609 6.38 36.4809 6.29C36.5009 6.19 36.5409 6.11 36.6009 6.05C36.6709 5.98 36.7759 5.945 36.9159 5.945C37.0559 5.945 37.1459 5.965 37.1859 6.005C37.2359 6.035 37.2609 6.11 37.2609 6.23C37.2609 6.31 37.2459 6.39 37.2159 6.47C37.1959 6.54 37.1759 6.625 37.1559 6.725C37.1359 6.825 37.1109 6.98 37.0809 7.19C37.0509 7.39 37.0259 7.635 37.0059 7.925C36.9859 8.205 36.9759 8.52 36.9759 8.87C36.9759 9.22 36.9909 9.59 37.0209 9.98C37.0509 10.31 37.1109 10.575 37.2009 10.775C37.3009 10.965 37.4309 11.05 37.5909 11.03C37.7909 11.01 37.9409 10.895 38.0409 10.685C38.1509 10.475 38.2609 10.23 38.3709 9.95C38.4609 9.71 38.5359 9.445 38.5959 9.155C38.6659 8.865 38.7109 8.615 38.7309 8.405C38.7409 8.325 38.7559 8.185 38.7759 7.985C38.7959 7.775 38.8159 7.555 38.8359 7.325C38.8559 7.095 38.8759 6.88 38.8959 6.68C38.9159 6.48 38.9259 6.34 38.9259 6.26L38.9559 5.795C38.9559 5.575 39.0609 5.465 39.2709 5.465C39.5709 5.465 39.7159 5.58 39.7059 5.81C39.6959 5.93 39.6859 6.06 39.6759 6.2C39.6759 6.34 39.6659 6.475 39.6459 6.605C39.6259 6.795 39.6109 7.005 39.6009 7.235C39.6009 7.465 39.6009 7.695 39.6009 7.925C39.6009 8.205 39.6059 8.475 39.6159 8.735C39.6359 8.985 39.6709 9.24 39.7209 9.5C39.7309 9.57 39.7559 9.67 39.7959 9.8C39.8359 9.92 39.8809 10.05 39.9309 10.19C39.9809 10.33 40.0259 10.465 40.0659 10.595C40.1059 10.715 40.1359 10.81 40.1559 10.88C40.1659 10.92 40.1459 10.965 40.0959 11.015C40.0459 11.075 39.9909 11.105 39.9309 11.105C39.7909 11.105 39.6809 11.05 39.6009 10.94C39.5709 10.9 39.5259 10.84 39.4659 10.76C39.4159 10.68 39.3609 10.595 39.3009 10.505C39.2509 10.415 39.2009 10.325 39.1509 10.235C39.1109 10.135 39.0759 10.05 39.0459 9.98C38.9959 10.18 38.9109 10.41 38.7909 10.67C38.6709 10.92 38.5509 11.125 38.4309 11.285C38.3109 11.445 38.1959 11.575 38.0859 11.675C37.9759 11.775 37.8259 11.825 37.6359 11.825C37.2859 11.825 36.9809 11.67 36.7209 11.36C36.4709 11.06 36.3209 10.625 36.2709 10.055ZM46.8464 13.1C46.6364 12.91 46.4564 12.735 46.3064 12.575C46.1564 12.415 46.0214 12.255 45.9014 12.095C45.7814 11.945 45.6664 11.785 45.5564 11.615C45.4564 11.455 45.3464 11.275 45.2264 11.075C45.0864 10.855 44.9564 10.645 44.8364 10.445C44.7264 10.235 44.6164 10.025 44.5064 9.815C44.4364 9.675 44.3714 9.555 44.3114 9.455C44.2614 9.345 44.2114 9.25 44.1614 9.17C44.0414 8.96 43.9364 8.75 43.8464 8.54C43.7964 8.43 43.7664 8.325 43.7564 8.225C43.7564 8.115 43.8114 8.015 43.9214 7.925C44.1214 7.775 44.2864 7.795 44.4164 7.985C44.4664 8.065 44.5414 8.18 44.6414 8.33C44.7414 8.48 44.8164 8.605 44.8664 8.705C45.0664 9.065 45.2464 9.41 45.4064 9.74C45.5664 10.06 45.7614 10.395 45.9914 10.745C46.2214 11.095 46.4114 11.375 46.5614 11.585C46.7214 11.795 46.8964 12.01 47.0864 12.23C47.1064 12.25 47.1414 12.28 47.1914 12.32C47.2414 12.37 47.2964 12.42 47.3564 12.47C47.4164 12.53 47.4714 12.58 47.5214 12.62C47.5814 12.67 47.6264 12.7 47.6564 12.71C47.7564 12.77 47.8564 12.83 47.9564 12.89C48.0664 12.95 48.1614 12.99 48.2414 13.01C48.3514 13.04 48.4514 13.07 48.5414 13.1C48.6414 13.13 48.7514 13.155 48.8714 13.175C49.0514 13.195 49.1664 13.23 49.2164 13.28C49.2764 13.33 49.3064 13.395 49.3064 13.475C49.3064 13.615 49.2364 13.7 49.0964 13.73C48.9564 13.76 48.7964 13.775 48.6164 13.775C47.9464 13.775 47.3564 13.55 46.8464 13.1ZM41.8214 10.745C41.8114 10.715 41.7964 10.65 41.7764 10.55C41.7564 10.44 41.7314 10.315 41.7014 10.175C41.6714 10.025 41.6414 9.87 41.6114 9.71C41.5814 9.54 41.5514 9.375 41.5214 9.215C41.5114 9.175 41.4964 9.075 41.4764 8.915C41.4564 8.755 41.4314 8.585 41.4014 8.405C41.3814 8.215 41.3614 8.04 41.3414 7.88C41.3214 7.72 41.3064 7.615 41.2964 7.565C41.2064 6.885 41.1414 6.15 41.1014 5.36C41.0614 4.56 41.0414 3.77 41.0414 2.99C41.0414 2.49 41.0564 1.985 41.0864 1.475C41.1364 1.305 41.2464 1.22 41.4164 1.22C41.5564 1.22 41.6764 1.255 41.7764 1.325C41.8764 1.385 41.9264 1.5 41.9264 1.67C41.9264 2.01 41.9214 2.35 41.9114 2.69C41.9114 3.02 41.9114 3.36 41.9114 3.71C41.9114 4.06 41.9164 4.41 41.9264 4.76C41.9464 5.11 41.9714 5.49 42.0014 5.9C42.0114 6.1 42.0214 6.275 42.0314 6.425C42.0514 6.565 42.0714 6.7 42.0914 6.83C42.1114 6.96 42.1314 7.09 42.1514 7.22C42.1714 7.34 42.1914 7.48 42.2114 7.64C42.3914 7.41 42.5564 7.195 42.7064 6.995C42.8664 6.795 43.0614 6.555 43.2914 6.275C43.6314 5.875 43.9914 5.505 44.3714 5.165C44.7614 4.815 45.1814 4.52 45.6314 4.28C45.7014 4.24 45.7764 4.21 45.8564 4.19C45.9364 4.17 46.0114 4.165 46.0814 4.175C46.1514 4.185 46.2064 4.215 46.2464 4.265C46.2964 4.315 46.3214 4.395 46.3214 4.505C46.3214 4.555 46.2964 4.61 46.2464 4.67C46.1964 4.72 46.1364 4.775 46.0664 4.835C46.0064 4.885 45.9414 4.935 45.8714 4.985C45.8114 5.025 45.7664 5.055 45.7364 5.075C45.3964 5.315 45.0614 5.59 44.7314 5.9C44.4114 6.21 44.0964 6.545 43.7864 6.905C43.6264 7.085 43.4914 7.25 43.3814 7.4C43.2714 7.54 43.1714 7.675 43.0814 7.805C43.0014 7.925 42.9264 8.045 42.8564 8.165C42.7864 8.275 42.7164 8.395 42.6464 8.525C42.5264 8.725 42.4764 8.915 42.4964 9.095C42.5264 9.425 42.5564 9.71 42.5864 9.95C42.6164 10.19 42.6514 10.455 42.6914 10.745C42.7114 10.845 42.6714 10.925 42.5714 10.985C42.4714 11.045 42.3664 11.075 42.2564 11.075C42.1664 11.075 42.0814 11.05 42.0014 11C41.9314 10.95 41.8714 10.865 41.8214 10.745ZM52.2927 11.495C52.2727 11.375 52.3127 11.295 52.4127 11.255C52.5127 11.215 52.6177 11.175 52.7277 11.135C52.8077 11.105 52.9177 11.06 53.0577 11C53.1977 10.94 53.2877 10.9 53.3277 10.88C53.5577 10.77 53.7627 10.635 53.9427 10.475C54.1327 10.315 54.2277 10.13 54.2277 9.92C54.2277 9.87 54.2177 9.82 54.1977 9.77C54.1777 9.72 54.1227 9.67 54.0327 9.62C53.8327 9.5 53.6227 9.385 53.4027 9.275C53.1927 9.165 53.0027 9.03 52.8327 8.87C52.6127 8.68 52.4327 8.465 52.2927 8.225C52.1527 7.975 52.0827 7.7 52.0827 7.4C52.0827 7.16 52.1277 6.925 52.2177 6.695C52.3177 6.465 52.4477 6.26 52.6077 6.08C52.7777 5.9 52.9727 5.755 53.1927 5.645C53.4227 5.535 53.6627 5.48 53.9127 5.48C54.2827 5.48 54.5977 5.58 54.8577 5.78C55.1277 5.97 55.3377 6.2 55.4877 6.47L55.5327 6.56C55.5827 6.67 55.5627 6.77 55.4727 6.86C55.3827 6.94 55.2627 6.965 55.1127 6.935C55.0927 6.935 55.0777 6.93 55.0677 6.92C55.0577 6.91 55.0427 6.895 55.0227 6.875C54.8827 6.705 54.7227 6.55 54.5427 6.41C54.3727 6.27 54.1627 6.2 53.9127 6.2C53.6227 6.2 53.3927 6.315 53.2227 6.545C53.0527 6.765 52.9627 7.035 52.9527 7.355C52.9427 7.595 52.9777 7.795 53.0577 7.955C53.1377 8.105 53.2427 8.235 53.3727 8.345C53.5327 8.485 53.6977 8.605 53.8677 8.705C54.0477 8.795 54.2477 8.91 54.4677 9.05C54.6077 9.14 54.7377 9.24 54.8577 9.35C54.9777 9.45 55.0377 9.6 55.0377 9.8C55.0377 9.98 55.0027 10.15 54.9327 10.31C54.8627 10.47 54.7677 10.615 54.6477 10.745C54.5377 10.865 54.4127 10.975 54.2727 11.075C54.1427 11.175 54.0127 11.26 53.8827 11.33C53.7327 11.41 53.5727 11.485 53.4027 11.555C53.2327 11.625 53.0377 11.68 52.8177 11.72C52.7177 11.74 52.6077 11.74 52.4877 11.72C52.3777 11.7 52.3127 11.625 52.2927 11.495ZM57.4648 7.43C57.3348 7.45 57.1898 7.465 57.0298 7.475C56.8698 7.485 56.6748 7.495 56.4448 7.505C56.3348 7.505 56.2348 7.48 56.1448 7.43C56.0648 7.37 56.0248 7.275 56.0248 7.145C56.0248 7.035 56.0598 6.94 56.1298 6.86C56.1998 6.77 56.2898 6.725 56.3998 6.725C56.5898 6.725 56.7748 6.72 56.9548 6.71C57.1348 6.69 57.2948 6.67 57.4348 6.65C57.4448 6.41 57.4548 6.18 57.4648 5.96C57.4848 5.74 57.5048 5.495 57.5248 5.225C57.5348 5.105 57.5448 4.97 57.5548 4.82C57.5748 4.67 57.5898 4.515 57.5998 4.355C57.6198 4.185 57.6348 4.02 57.6448 3.86C57.6548 3.7 57.6698 3.555 57.6898 3.425C57.7198 3.155 57.8648 3.01 58.1248 2.99C58.4148 2.97 58.5598 3.1 58.5598 3.38C58.5598 3.55 58.5398 3.805 58.4998 4.145C58.4598 4.485 58.4198 4.915 58.3798 5.435C58.3598 5.655 58.3448 5.855 58.3348 6.035C58.3248 6.205 58.3148 6.39 58.3048 6.59C58.5248 6.57 58.6998 6.565 58.8298 6.575C58.9698 6.575 59.1348 6.565 59.3248 6.545C59.3948 6.545 59.4698 6.545 59.5498 6.545C59.6298 6.535 59.6998 6.54 59.7598 6.56C59.8198 6.58 59.8698 6.62 59.9098 6.68C59.9498 6.73 59.9648 6.815 59.9548 6.935C59.9448 7.035 59.8748 7.105 59.7448 7.145C59.6248 7.175 59.4998 7.2 59.3698 7.22C59.1598 7.24 58.9748 7.26 58.8148 7.28C58.6648 7.29 58.4948 7.31 58.3048 7.34V7.895C58.3048 8.055 58.3098 8.225 58.3198 8.405C58.3298 8.585 58.3448 8.75 58.3648 8.9C58.4048 9.18 58.4348 9.39 58.4548 9.53C58.4848 9.67 58.5198 9.795 58.5598 9.905C58.6198 10.075 58.6948 10.225 58.7848 10.355C58.8848 10.485 59.0198 10.55 59.1898 10.55C59.3198 10.55 59.4198 10.54 59.4898 10.52C59.5598 10.5 59.6498 10.48 59.7598 10.46C59.9498 10.43 60.0498 10.505 60.0598 10.685C60.0698 10.825 60.0198 10.93 59.9098 11C59.8098 11.08 59.6798 11.15 59.5198 11.21C59.4198 11.25 59.3198 11.27 59.2198 11.27C59.1198 11.28 59.0148 11.285 58.9048 11.285C58.7048 11.285 58.5148 11.21 58.3348 11.06C58.1648 10.91 58.0298 10.72 57.9298 10.49C57.8098 10.22 57.7148 9.94 57.6448 9.65C57.5748 9.35 57.5248 9.04 57.4948 8.72C57.4848 8.62 57.4748 8.5 57.4648 8.36C57.4648 8.22 57.4648 8.085 57.4648 7.955C57.4648 7.825 57.4648 7.71 57.4648 7.61C57.4648 7.51 57.4648 7.45 57.4648 7.43ZM60.8316 10.385C60.7916 10.135 60.7766 9.94 60.7866 9.8C60.7966 9.66 60.8116 9.525 60.8316 9.395C60.8816 9.045 60.9566 8.71 61.0566 8.39C61.1666 8.07 61.2916 7.735 61.4316 7.385C61.5016 7.205 61.5816 7.035 61.6716 6.875C61.7716 6.705 61.8466 6.58 61.8966 6.5C61.9366 6.45 61.9916 6.42 62.0616 6.41C62.1416 6.39 62.2116 6.39 62.2716 6.41C62.3816 6.43 62.4666 6.485 62.5266 6.575C62.5866 6.655 62.6166 6.745 62.6166 6.845C62.6166 6.935 62.5916 7.02 62.5416 7.1C62.4916 7.18 62.4416 7.275 62.3916 7.385C62.0316 8.025 61.7916 8.7 61.6716 9.41C61.6416 9.58 61.6166 9.74 61.5966 9.89C61.5866 10.03 61.6016 10.18 61.6416 10.34C61.6716 10.48 61.7366 10.55 61.8366 10.55C61.9166 10.55 62.0016 10.525 62.0916 10.475C62.1816 10.415 62.2516 10.36 62.3016 10.31C62.5516 10.05 62.7516 9.775 62.9016 9.485C63.0616 9.185 63.1416 8.85 63.1416 8.48C63.1416 8.34 63.1316 8.2 63.1116 8.06C63.0916 7.92 63.0666 7.785 63.0366 7.655C63.0066 7.525 62.9716 7.4 62.9316 7.28C62.9016 7.16 62.8566 7.025 62.7966 6.875C62.7766 6.815 62.7766 6.765 62.7966 6.725C62.8266 6.675 62.8666 6.64 62.9166 6.62C62.9666 6.6 63.0216 6.595 63.0816 6.605C63.1416 6.615 63.1966 6.65 63.2466 6.71C63.5066 6.97 63.6916 7.29 63.8016 7.67C63.9216 8.05 63.9716 8.435 63.9516 8.825C63.9316 9.305 63.8016 9.73 63.5616 10.1C63.3316 10.47 63.0266 10.79 62.6466 11.06C62.4966 11.17 62.3566 11.24 62.2266 11.27C62.1066 11.31 61.9466 11.33 61.7466 11.33C61.5866 11.33 61.4516 11.3 61.3416 11.24C61.2316 11.18 61.1416 11.1 61.0716 11C61.0016 10.91 60.9466 10.81 60.9066 10.7C60.8666 10.59 60.8416 10.485 60.8316 10.385ZM65.0408 6.14C65.0008 6.06 65.0008 5.985 65.0408 5.915C65.0808 5.835 65.1108 5.785 65.1308 5.765C65.1808 5.735 65.2308 5.71 65.2808 5.69C65.3308 5.67 65.3958 5.67 65.4758 5.69C65.5358 5.71 65.5858 5.745 65.6258 5.795C65.6658 5.845 65.7108 5.9 65.7608 5.96C65.8108 6.03 65.8758 6.15 65.9558 6.32C66.0458 6.49 66.1108 6.625 66.1508 6.725C66.2408 6.585 66.3208 6.465 66.3908 6.365C66.4608 6.255 66.5208 6.17 66.5708 6.11C66.6408 6.03 66.7058 5.955 66.7658 5.885C66.8258 5.815 66.9008 5.74 66.9908 5.66C67.1608 5.5 67.3408 5.365 67.5308 5.255C67.7308 5.145 67.9308 5.055 68.1308 4.985C68.2408 4.955 68.3358 4.93 68.4158 4.91C68.5058 4.89 68.5908 4.875 68.6708 4.865C68.7508 4.865 68.8158 4.88 68.8658 4.91C68.9158 4.94 68.9508 4.98 68.9708 5.03C68.9908 5.07 68.9908 5.115 68.9708 5.165C68.9608 5.215 68.9358 5.25 68.8958 5.27C68.7858 5.33 68.6758 5.395 68.5658 5.465C68.4658 5.525 68.3508 5.595 68.2208 5.675C67.8308 5.925 67.4508 6.285 67.0808 6.755C66.9708 6.895 66.8658 7.05 66.7658 7.22C66.6758 7.38 66.6058 7.56 66.5558 7.76C66.5058 8 66.5058 8.235 66.5558 8.465C66.5958 8.695 66.6308 8.945 66.6608 9.215C66.6908 9.485 66.7158 9.675 66.7358 9.785C66.7558 9.895 66.7758 10.015 66.7958 10.145C66.8158 10.275 66.8358 10.395 66.8558 10.505C66.8758 10.595 66.8608 10.685 66.8108 10.775C66.7708 10.865 66.6708 10.91 66.5108 10.91C66.3708 10.91 66.2658 10.855 66.1958 10.745C66.1358 10.625 66.0758 10.475 66.0158 10.295C65.9958 10.225 65.9658 10.125 65.9258 9.995C65.8958 9.855 65.8658 9.715 65.8358 9.575C65.8058 9.425 65.7808 9.28 65.7608 9.14C65.7408 9 65.7258 8.89 65.7158 8.81C65.7058 8.77 65.6958 8.71 65.6858 8.63C65.6758 8.55 65.6658 8.475 65.6558 8.405C65.6458 8.325 65.6358 8.255 65.6258 8.195C65.6258 8.125 65.6258 8.08 65.6258 8.06C65.6058 7.86 65.5708 7.645 65.5208 7.415C65.4708 7.185 65.4208 6.995 65.3708 6.845C65.3308 6.755 65.2808 6.655 65.2208 6.545C65.1708 6.425 65.1108 6.29 65.0408 6.14ZM71.7939 12.215C71.8039 11.935 71.8039 11.64 71.7939 11.33C71.7939 11.03 71.7889 10.74 71.7789 10.46C71.7689 10.17 71.7539 9.895 71.7339 9.635C71.7139 9.375 71.6939 9.145 71.6739 8.945C71.6139 9.025 71.5389 9.115 71.4489 9.215C71.3589 9.305 71.2539 9.395 71.1339 9.485C71.0139 9.565 70.8789 9.64 70.7289 9.71C70.5789 9.78 70.4139 9.82 70.2339 9.83C70.0639 9.85 69.8889 9.815 69.7089 9.725C69.5389 9.635 69.4239 9.525 69.3639 9.395C69.2939 9.245 69.2489 9.105 69.2289 8.975C69.2189 8.835 69.2189 8.665 69.2289 8.465C69.2389 8.155 69.2639 7.895 69.3039 7.685C69.3439 7.465 69.3989 7.21 69.4689 6.92C69.4889 6.82 69.5239 6.735 69.5739 6.665C69.6239 6.595 69.7039 6.56 69.8139 6.56C69.9039 6.56 69.9839 6.59 70.0539 6.65C70.1339 6.71 70.1639 6.795 70.1439 6.905C70.1239 7.115 70.0889 7.34 70.0389 7.58C69.9889 7.81 69.9539 8.04 69.9339 8.27C69.9239 8.37 69.9189 8.47 69.9189 8.57C69.9189 8.67 69.9339 8.775 69.9639 8.885C70.0139 9.055 70.1339 9.145 70.3239 9.155C70.5139 9.155 70.6739 9.105 70.8039 9.005C71.0039 8.845 71.1889 8.625 71.3589 8.345C71.5289 8.065 71.6339 7.74 71.6739 7.37L71.8089 5.99C71.8189 5.92 71.8289 5.855 71.8389 5.795C71.8589 5.725 71.8989 5.675 71.9589 5.645C72.0489 5.595 72.1589 5.59 72.2889 5.63C72.4289 5.66 72.5089 5.755 72.5289 5.915C72.5289 6.115 72.5089 6.365 72.4689 6.665C72.4389 6.965 72.4189 7.29 72.4089 7.64C72.3989 8.02 72.4039 8.42 72.4239 8.84C72.4539 9.25 72.4839 9.665 72.5139 10.085C72.5439 10.505 72.5639 10.92 72.5739 11.33C72.5939 11.75 72.5839 12.145 72.5439 12.515C72.4539 13.305 72.2089 13.95 71.8089 14.45C71.4189 14.96 70.8339 15.285 70.0539 15.425C69.9039 15.455 69.7689 15.475 69.6489 15.485C69.5289 15.495 69.4139 15.5 69.3039 15.5C69.2039 15.51 69.0989 15.51 68.9889 15.5C68.8789 15.5 68.7489 15.495 68.5989 15.485C68.4489 15.475 68.3039 15.455 68.1639 15.425C68.0139 15.405 67.8839 15.375 67.7739 15.335C67.7239 15.315 67.6539 15.28 67.5639 15.23C67.4739 15.18 67.4389 15.11 67.4589 15.02C67.4789 14.92 67.5439 14.865 67.6539 14.855C67.7539 14.845 67.8689 14.84 67.9989 14.84H68.7939C69.0139 14.84 69.1839 14.835 69.3039 14.825C69.4339 14.815 69.6039 14.785 69.8139 14.735C70.4039 14.605 70.8739 14.34 71.2239 13.94C71.5739 13.54 71.7639 12.965 71.7939 12.215Z' fill='%23666666'/%3E%3C/svg%3E%0A"); } 
/* 메뉴 */

#gnb .tooltip-wrap{
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 4;
}

#gnb .tooltip{ top: -80px;}
#gnb .tooltip span{width: 335px;}
/* 지도 */
/* 인포창 */
#info { width: 390px; height: 100%; margin-left: -514px; background: #fff; position: absolute; top: 0; left: 90px; z-index: 10; z-index: 31; transition: 0.25s ease-in-out; box-shadow: 2px 0 10px rgba(0,0,0,.2); } 
#info .info-header { display: flex; width: 100%; height: 90px; justify-content: space-between; align-items: center; padding: 0 20px; } 
#info .info_back { width: 24px; height: 24px; background-repeat: no-repeat; background-position: center; background-size: 100%; background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.40039 12H21.4004' stroke='%23697785' stroke-linejoin='round'/%3E%3Cpath d='M9.40038 18L3.40039 12L9.40038 6' stroke='%23697785' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); } 
#info .info_close { width: 24px; height: 24px; background-repeat: no-repeat; background-position: center; background-size: 100%; background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 7L17.5 17' stroke='%23697785' stroke-linejoin='round'/%3E%3Cpath d='M7.5 17L17.5 7' stroke='%23697785' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); position: static; border: 0; } 
#info .info-title { font-size: 16px; font-weight: 400; color: #303841; /* 16px */
 letter-spacing: -0.32px; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-style: normal; line-height: 100%; } 
body.show_info #info { margin-left: 0; } 
#info .scroll { height: calc(100% - 160px); } 
#info .info_inner { width: 100%; margin: 0; padding-bottom: 90px; } 
#info .thumb { display: flex; width: 100%; height: 228px; margin: 0; padding-top: 0; position: relative; overflow: hidden;align-items: center;justify-content: center; } 
#info .thumb:before {width: 100%;height: 100%;background-repeat: no-repeat;background-position: 50%;background-size: 50%;/* background-image: url("data:image/svg+xml,%3Csvg width='307' height='43' viewBox='0 0 307 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.05 0.999997H36.15V21.9H30.05V0.999997ZM10.5 0.999997H16.85L13.7 7.3H19C19.5667 7.3 20.0333 7.45 20.4 7.75C20.7667 8.01666 21.0667 8.35 21.3 8.75L27.35 20.45H21L17.15 12.9C16.95 12.5667 16.6667 12.4 16.3 12.4H11.2L7.2 20.45H0.85L10.5 0.999997ZM4.3 31H30.15V28.35H4.3V23.85H36.15V35.3H10.25V37.95H36.65V42.5H4.3V31ZM78.1422 27.4H42.8422V22.5H57.4422V19.45H44.0922V8.4H70.9422V5.95H44.0922V1.5H76.8922V12.6H50.0422V15.05H77.1422V19.45H63.5422V22.5H78.1422V27.4ZM43.8422 30.45H76.8922V42.5H70.8422V35.35H43.8422V30.45ZM103.884 37.2H130.634V42.45H97.7844V27.3H103.884V37.2ZM95.8344 10.05C95.8344 8.71667 96.1177 7.46666 96.6844 6.3C97.251 5.13333 98.0177 4.13333 98.9844 3.3C99.9844 2.43333 101.151 1.76667 102.484 1.3C103.851 0.799998 105.318 0.549997 106.884 0.549997C108.451 0.549997 109.901 0.799998 111.234 1.3C112.568 1.76667 113.718 2.43333 114.684 3.3C115.684 4.13333 116.468 5.13333 117.034 6.3C117.601 7.46666 117.884 8.71667 117.884 10.05V14.35C117.884 15.7167 117.601 16.9833 117.034 18.15C116.468 19.2833 115.684 20.2833 114.684 21.15C113.718 21.9833 112.568 22.65 111.234 23.15C109.901 23.6167 108.451 23.85 106.884 23.85C105.318 23.85 103.851 23.6167 102.484 23.15C101.151 22.65 99.9844 21.9833 98.9844 21.15C98.0177 20.2833 97.251 19.2833 96.6844 18.15C96.1177 16.9833 95.8344 15.7167 95.8344 14.35V10.05ZM101.734 14.05C101.734 15.55 102.234 16.7167 103.234 17.55C104.234 18.35 105.451 18.75 106.884 18.75C108.284 18.75 109.484 18.35 110.484 17.55C111.518 16.7167 112.034 15.55 112.034 14.05V10.35C112.034 8.85 111.518 7.68333 110.484 6.85C109.484 6.01666 108.284 5.6 106.884 5.6C105.451 5.6 104.234 6.01666 103.234 6.85C102.234 7.68333 101.734 8.85 101.734 10.35V14.05ZM119.384 14.65H123.584V9.75H119.384V4.55H123.584V0.999997H129.634V30.7H123.584V19.85H119.384V14.65ZM171.627 41.5H136.327V36.2H143.077V27.65H148.977V36.2H158.977V27.65H164.877V36.2H171.627V41.5ZM137.077 1.5H170.877V6.6H137.077V1.5ZM137.327 20.6H142.877L141.977 8.05H147.877L148.727 20.6H159.227L160.127 8.05H165.977L165.127 20.6H170.627V25.7H137.327V20.6Z' fill='%23C0E9FF'/%3E%3Cpath d='M223.119 42.5H217.019V21.5H210.869V16.2H217.019V0.999997H223.119V42.5ZM197.469 0.999997H203.569L199.969 16.2H206.069C206.635 16.2 207.102 16.35 207.469 16.65C207.835 16.95 208.085 17.35 208.219 17.85L214.269 42H208.219L203.169 22C203.069 21.6667 202.835 21.5 202.469 21.5H198.769L193.919 42H187.819L197.469 0.999997ZM264.111 42.5H258.061V0.999997H264.111V42.5ZM230.311 1.5H236.211V16.2H246.011V1.5H251.861V42H230.311V1.5ZM246.011 36.9V21.2H236.211V36.9H246.011ZM306.103 41.5H270.803V36.2H306.103V41.5ZM279.503 0.999997H285.753L283.603 7.4H297.803C298.403 7.4 298.886 7.55 299.253 7.85C299.62 8.11667 299.886 8.46667 300.053 8.9L305.853 26.2H299.553L295.253 13.2C295.153 12.8333 294.903 12.65 294.503 12.65H281.853L277.353 26.2H271.053L279.503 0.999997Z' fill='white'/%3E%3C/svg%3E%0A"); */position: absolute;top: 0;left: 0;z-index: -1;opacity: 0.4;background-color: #969696;content: '';} 
#info .thumb a{display: flex; width: 100%; height: 100%; align-items: center; justify-content: center;}
#info .thumb img {display: block;width: auto;max-width: none;height: 100%;max-height: 252px;margin: 0 auto;} 
#info .title { margin-top: 15px; margin-bottom: 0; padding: 0 20px; font-size: 18px; font-weight: 700; color: #303841; /* 19.8px */
 letter-spacing: -0.36px; font-style: normal; line-height: 110%; } 
#info .title span { display: block; display: none; width: 35px; height: 55px; margin-top: -3px; margin-right: 10px; background: url("../img/title_icon.png"); font-size: 13px; color: #fff; text-align: center; float: left; line-height: 25px; } 
#info .year { display: flex; justify-content: flex-start; align-items: center; margin-top: 8px; padding: 0 20px 12px; border-bottom: 1px dashed #D9DAE1;flex-wrap: wrap;}
#info .year em,
#info .years span { font-size: 14px; font-weight: 400; color: #303841; /* 15.4px */
 letter-spacing: -0.28px; font-style: normal; line-height: 110%; } 
#info .year em { margin-right: 4px; } 
#info .year p{display: block;width: 100%;text-align: left;}

#info .content {
 display: -webkit-box;
 height: 74px;
 padding: 10px 20px 0;
 font-size: 15px;
 font-weight: 400;
 color: #303841; /* 22.5px */
 letter-spacing: -0.15px;
 overflow: hidden;
 font-style: normal;
 line-height: 150%;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 text-overflow: ellipsis;
 }
#info .more { display: flex; width: calc(100% - 40px); height: 45px; margin: 12px auto 0; justify-content: center; align-items: center; background: #FFF; font-size: 15px; font-weight: 400; color: #303841; /* 15px */
 letter-spacing: -0.3px; text-align: center; border-radius: 4px; border: 1px solid #D9DAE1; font-style: normal; line-height: 100%; transition: all 0.2s; } 
#info .more:hover { background: #F9F9FA; } 
#info .media_wrap { height:; padding: 24px 20px 6px; } 
.media_wrap .media_haeder { display: flex; height: 33px; justify-content: space-between; align-items: center; } 
.media_wrap .media_haeder .media_tit { font-size: 16px; font-weight: 600; color: #303841; /* 17.6px */
 letter-spacing: -0.32px; font-style: normal; line-height: 110%; } 
.media_wrap .media_haeder select { display: block; height: 100%; padding: 6px 10px 6px 9px; background: #FFF; font-size: 14px; font-weight: 500; color: #303841; /* 21px */
 letter-spacing: -0.28px; border-radius: 4px; border: 1px solid #D9DAE1; font-style: normal; line-height: 150%; } 
#media_thumb { display: flex; width: 100%; height: 236px; justify-content: flex-start; align-items: flex-start; align-content: flex-start; flex-wrap: wrap; margin-top: 12px;}
#media_thumb li { width: calc(100% / 3 - 4px); height: calc(50% - 6px); margin-right: 2px; margin-bottom: 6px; margin-left: 2px; border: 1px solid #D9DAE1; } 
#media_thumb li a { display: block; width: 100%; height: 100%; background: #F9F9FA; position: relative; overflow: hidden; } 
#media_thumb li a img { width: auto; max-width: none; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } 
#info .media_wrap .more { width: 100%; } 
#info dl { width: 100%; max-width: 100%; margin: 33px auto 0; padding: 28px 0 18px; font-size: 16px; color: #444; overflow: hidden; border-top: 1px solid #E7E7E7; border-bottom: 1px solid #E7E7E7; } 
#info dt { width: 95px; margin-bottom: 10px; font-size: 16px; font-weight: bold; color: #333333; color: #0057D9; float: left; } 
#info dt:before { display: inline-block; width: 16px; height: 16px; margin-right: 8px; background-repeat: no-repeat; background-position: 50%; content: ''; vertical-align: middle; } 
#info .location:before { margin-bottom: 4px; background-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 17.9167C9.5 17.9167 15.4375 13.1667 15.4375 8.02087C15.4375 4.74167 12.7792 2.08337 9.5 2.08337C6.2208 2.08337 3.5625 4.74167 3.5625 8.02087C3.5625 13.1667 9.5 17.9167 9.5 17.9167Z' stroke='%23999999' stroke-width='1.2' stroke-linejoin='round'/%3E%3Cpath d='M9.5 10.3959C10.8117 10.3959 11.875 9.33255 11.875 8.02087C11.875 6.7092 10.8117 5.64587 9.5 5.64587C8.18833 5.64587 7.125 6.7092 7.125 8.02087C7.125 9.33255 8.18833 10.3959 9.5 10.3959Z' stroke='%23999999' stroke-width='1.2' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); } 
#info .call:before { width: 16px; height: 16px; margin-right: 7px; margin-bottom: 2px; margin-left: 3px; background-image: url("data:image/svg+xml,%3Csvg width='19' height='20' viewBox='0 0 19 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5376 8.65674C16.6377 7.98548 16.6049 7.29828 16.4392 6.63751C16.2203 5.76462 15.7696 4.93796 15.0869 4.25535C14.4043 3.57274 13.5777 3.122 12.7048 2.90312C12.044 2.73744 11.3568 2.70462 10.6855 2.80468' stroke='%23999999' stroke-width='1.2' stroke-linejoin='round'/%3E%3Cpath d='M13.533 8.33887C13.6402 7.6198 13.417 6.86098 12.8634 6.30745C12.3099 5.75392 11.5511 5.53071 10.832 5.6379' stroke='%23999999' stroke-width='1.2' stroke-linejoin='round'/%3E%3Cpath d='M5.69056 3.98108C5.97817 3.98108 6.24314 4.13705 6.38271 4.38849L7.35112 6.13286C7.4779 6.36125 7.48384 6.63751 7.36703 6.87117L6.43413 8.73697C6.43413 8.73697 6.70448 10.1269 7.83593 11.2584C8.96738 12.3898 10.3527 12.6555 10.3527 12.6555L12.2182 11.7228C12.452 11.6058 12.7285 11.6119 12.9569 11.7389L14.7063 12.7115C14.9575 12.8511 15.1132 13.116 15.1132 13.4034V15.4117C15.1132 16.4344 14.1633 17.173 13.1943 16.846C11.204 16.1745 8.11468 14.8959 6.15657 12.9377C4.19842 10.9796 2.9198 7.89028 2.24826 5.90007C1.92129 4.93103 2.65995 3.98108 3.68264 3.98108H5.69056Z' stroke='%23999999' stroke-width='1.2' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); } 
#info dd { display: block; width: auto; width: calc(100% - 95px); margin-bottom: 10px; color: #333333; letter-spacing: -1px; float: left; } 
#info .detail_link { display: block; width: 100%; height: 55px; margin-top: 50px; margin-bottom: 10px; background: #f24d0b; font-size: 15px; font-weight: 700; color: #fff; text-align: center; line-height: 55px; } 
#info .button_wrap { display: flex; width: 100%; justify-content: flex-start; align-items: center; flex-wrap: wrap; padding: 30px 0 0; font-size: 0; letter-spacing: 0; overflow: hidden; word-spacing: 0; /* border-top: 10px solid #eeeeee; */}
#info .button_wrap a,
#info .button_wrap button { display: inline-block; width: calc(100% / 2 - 10px); height: 65px; margin-right: 10px; margin-bottom: 10px; background: #F9F9F9; text-align: center; border: 1px solid #E0E0E0; border-radius: 10px; transition: 0.2s ease-in-out; vertical-align: middle; } 
#info .button_wrap a,
#info .button_wrap button { display: flex; width: calc(100% / 2 - 10px); max-width: calc(100% / 2 - 10px); justify-content: flex-start; align-items: center; text-align: center; } 
#info .button_wrap button.wid { display: block; width: 100%; max-width: 100%; margin-right: 0; } 
#info .button_wrap button:nth-child(3n) { margin-right: 0; } 
#info .button_wrap a span,
#info .button_wrap button span { display: block; width: 100%; height: 16px; font-size: 16px; color: #666; line-height: 1.2; } 
#info .button_wrap a:focus span,
#info .button_wrap a:hover span,
#info .button_wrap button:focus span,
#info .button_wrap button:hover span { color: #fff; /* font-weight: 600; */}
.info_close { width: 46px; height: 46px; background-repeat: no-repeat; background-position: 50%; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z' fill='rgba(0,17,60,1)'/%3E%3C/svg%3E"); position: absolute; top: 10px; right: 10px; border: 1px solid #DDD; border-radius: 100%; background-color: rgba(255,255,255,0.8); vertical-align: top; } 
#info .button_wrap a:hover,
#info .button_wrap button:hover { background: #0057D9; border-color: #0057D9; } 
#info .button_wrap button#m-navi-btn { display: none; padding: 19px 0; background: #fae100; font-size: 16px; color: rgba(0, 0, 0, 0.80); border: 1px solid #fae100; } 
#info .button_wrap button#m-navi-btn span { display: inline-block; width: 32px; height: 32px; margin: -3px 5px 0 0; background: url(../img/kakao-navi-icon.png)no-repeat; vertical-align: middle; } 
#info .button_wrap button#m-navi-btn:focus,
#info .button_wrap button#m-navi-btn:hover { color: #000; } 
#scroll_arrow { width: 40px; height: 40px; background: url("../img/scroll.png") no-repeat center; position: absolute; right: 30px; bottom: 10px; animation-name: updown; animation-duration: 1s; animation-iteration-count: infinite; } 
@keyframes updown { 
 0% { margin-bottom: 0; } 
 50% { margin-bottom: -10px; } 
 100% { margin-bottom: 0; } 
 }
#loading { display: none; height: 5px; background: #fff; position: fixed; top: 0; right: 0; left: 0; z-index: 9999; } 
#progress { width: 0; height: 100%; background: #3aff80; top: 0; left: 0; } 
#mediaCnt { width: 100%; height: 100%; padding-left: 311px; position: absolute; top: 0; right: 0; z-index: 10; } 
#vrPano { width: 100%; height: 100%; position: relative; } 
#pano { width: 100%; height: 100%; } 
#mouse_notice { width: 300px; height: 300px; margin-top: -150px; margin-left: -150px; background: url("../img/mouse.png") no-repeat center; position: absolute; top: 50%; left: 50%; } 
#control { height: 330px; position: absolute; top: 50%; left: 50px; transform: translateY(-50%); } 
#control .slider_wrap { width: 7px; padding: 40px 0; background: #1975c3; position: absolute; top: 83px; left: 22px; } 
#slider { width: 7px; height: 140px; background: #1975c3; position: relative; } 
#slider span { display: block; width: 32px; height: 32px; margin-bottom: -16px; margin-left: -12px; background: url("../img/grip.png"); position: absolute; outline: 0; } 
#fs_btn { display: block; width: 54px; height: 54px; background: url("../img/fs_btn.png"); } 
#zoomIn_btn { display: block; width: 54px; height: 54px; background: url("../img/plus_btn.png"); position: absolute; top: 54px; } 
#zoomOut_btn { display: block; width: 54px; height: 54px; background: url("../img/minus_btn.png"); position: absolute; top: 278px; } 
#krpanoSWFObject * { box-sizing: content-box; } 
#pano-close { display: block; width: 54px; height: 54px; background: #1975c3 url("../img/pano-x.png") no-repeat center; background-size: 20px; position: absolute; top: 20px; right: 20px; border-radius: 27px; box-shadow: 2px 2px 5px rgba(0,0,0,.2); } 
#youtubeWrap { width: 100%; height: 100%; background: #000; text-align: center; position: relative; line-height: 100vh; vertical-align: middle; } 
#youtubeWrap iframe { width: 100%; height: 100%; border: 0; } 
#youtube-close { display: block; width: 54px; height: 54px; background: #1975c3 url("../img/pano-x.png") no-repeat center; background-size: 20px; position: absolute; top: 20px; right: 20px; border-radius: 27px; box-shadow: 2px 2px 5px rgba(0,0,0,.2); } 
#imagesWrap { width: 100%; height: 100%; background: #fff; position: relative; } 
#images-close { display: block; width: 60px; height: 60px; background: rgba(0,0,0,0.35) url("../img/pano-x.png") no-repeat center; background-size: 20px; position: absolute; top: 50px; right: 50px; z-index: 10; border-radius: 70px; } 
#images_list { width: 100%; height: 100%; position: relative; } 
#images_list .image_item { width: 100%; height: 100%; background-position: center; background-size: cover; position: absolute; opacity: 0; transition: 0.3s ease-in-out; } 
#images_list .image_item.active { z-index: 10; opacity: 1; } 
#slide_thumb_wrap { height: 180px; background: rgba(0,0,0,.5); position: absolute; right: 0; bottom: 0; left: 0; z-index: 20; } 
#slide_next,
#slide_prev { width: 28px; height: 52px; margin-top: -26px; top: 50%; } 
#slide_prev { background: url("../img/ctr_prev.png") no-repeat center; position: absolute; left: 50px; } 
#slide_next { background: url("../img/ctr_next.png") no-repeat center; position: absolute; right: 50px; } 
#slide_thumb { height: 120px; margin: -60px auto 0; position: absolute; top: 50%; right: 150px; left: 150px; overflow: hidden; } 

@media screen and (max-height: 1599px){

}
@media screen and (max-width: 1599px){
 
 #intro { padding-left: 0; } 
 #head { width: 33.33%; height: 50%; padding-left: 30px; background-position: right bottom; background-image: url("../img/t-head.png"); } 
 #head .ment { width: 90%; max-width: 350px; margin-top: 40px; } 
 #head .copyright { width: 90%; max-width: 400px; font-size: 13px; bottom: 30px; left: 30px; } 
 #head .copyright span { display: inline-block; } 
 #intro_logo { width: 214px; height: 95px; margin-top: 40px; background-repeat: no-repeat; background-size: 100% auto; background-image: url("../img/t-logo.png"); } 
 }
@media screen and (max-width: 1440px){
 #gnb .dept1 > li { flex: 0 0 calc(100% / 3); padding: 0 3%; width: calc(100% / 3); } 
 #gnb .dept1 > li > button .thum { aspect-ratio: 196/130; height: auto; } 
 }
@media screen and (max-width: 1280px) {
 #gnb .dept1 > li { flex: 0 0 calc(100% / 2); padding: 0 3%; width: calc(100% / 2); } 
 }
@media screen and (max-width: 1024px){
  #year .scroll{
        overflow-x: auto !important;
    overflow-y: hidden !important;
  }
 .desc { top: 20px; } 
 #gnb::after { display: none; } 
 #gnb::before { display: block; width: 100%; top: auto; left: 0; height: 50px; bottom: 0; bottom: 90px; z-index: 1;
 background: linear-gradient(0deg, #F2F5F9 0%, transparent 100%); } 
 #gnb { overflow-x: hidden; overflow-y: auto; padding-top: 0; padding-bottom: 90px;}
 #gnb .scroll { padding-bottom: 60px; } 
 #gnb .dept1 { width: 100%; flex-wrap: wrap; padding: 110px 20px 40px; margin-right: 0; position: static; height: auto;}
 #gnb .dept1 > li { height: auto; padding-bottom: 0 !important; padding-top: 0 !important; margin-bottom: 25px; } 
 #gnb .dept1 > li > button .text { margin-top: 8px; } 
 #gnb .dept1 > li.btn_14 { right: 20px; bottom: -5px; } 
 }
@media screen and (max-width: 980px) {
#service .dept1{
  margin-top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-content: flex-start;
  padding: 70px 5px ;
  position: absolute;
  top:0;
  bottom: auto !important;
  width: 200px;
  height: 100vh;
  left:100vw;
  transition: right .4s,left .4s;
  background: #fff;
  z-index: 22;
  flex-wrap: wrap;
  overflow: auto;
}
#service .dept1 li{
  width: calc(100% / 2 - 10px);
  margin:   5px;
  aspect-ratio: 1/1;
  padding: 0;
}
#service .dept1 li button{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #323745;
}
 #gnb .dept2 > li > button { padding-left: 0; } 
 #intro { height: 100%; padding-left: 90px; } 
 #intro .map_img { width: 100%; max-width: 100%; height: 40%; text-align: center; right: 0; bottom: 14%; min-width: auto; } 
 #intro .map_img img { display: inline-block; width: auto; height: 100%; position: static; transform: none; } 
 #intro .scroll_arr { /* bottom: 5%; */}
 #intro .vert_line2 { display: none; } 
 .marker_info .go_btn { width: calc(100% - 40px); height: 37px; padding: 11px 15px; font-size: 14px; border-radius: 5px; } 
 .tour_name { font-size: 19px; } 
 #intro .mouse { /* width: 21px; */
 /* height: 30px; */
 /* background: url(../img/intro_mouse.png) no-repeat center / 100%; */
 /* margin-bottom: 5px; */}
 #intro header { /* margin-top: -210px; */}
 #intro .arr2 { width: 38px; height: 14px; background: url("../img/intro_arr.png") no-repeat center / auto 100%; } 
 #intro .arr1 { width: 38px; height: 14px; background: url("../img/intro_arr.png") no-repeat center / auto 100%; } 
 #intro header h1 .logo { /* width: 92px; */
 /* height: auto; */}
 #intro header p { font-size: 14px; opacity: 0.7; } 
 #intro header h1 { /* font-size: 28px; */
 /* margin-bottom: 10px; */}
 .header_bg { width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); position: fixed; top: 0; right: 0; z-index: 20; } 
 #search_btn2 { width: 80px; height: 80px; background: url("../img/icon_search_2.png") no-repeat center; top: 0; right: 0; } 
 #search_wrap { background: #f1f2fa; z-index: 40; overflow: hidden; overflow-y: auto; } 
 #search { width: 100%; height: calc(100% - 100px); margin-left: 0; padding: 0 10%; background: #fff; position: absolute; top: 100px; left: auto; } 
 #searchKeyword { height: 48px; padding: 0 15px; font-size: 16px; } 
 #searchForm { height: 50px; margin-top: -25px; padding-right: 50px; border: 1px solid #ddd; } 
 #searchSubmit { width: 50px; } 
 #searchSubmit img { width: 50%; } 
 #searchResult .search_notfound .ment1 { font-size: 16px; font-weight: 700; } 
 #searchResult .search_notfound .ment2 { font-size: 14px; } 
 #searchResult .item { height: 60px; line-height: 60px; } 
 #searchResult .item .item_title { width: calc(100% - 35px); padding-right: 10px; } 
 #searchResult .item .search_detail_btn { width: 30px; height: 30px; background: #1a66a7 url("../img/link_w.png") no-repeat center / 50%; border-radius: 500%; text-indent: -300px; overflow: hidden; } 
 #searchResult .item .item_address { display: none; } 
 #searchResult .item .item_cate { display: none; } 
 #search_close { background: url("../img/x_b_b.png") no-repeat center / 50%; right: 20px; left: auto; } 
 #head { width: 100%; height: 280px; background-image: none; position: static; } 
 #head .copyright { width: 100%; max-width: 100%; height: 120px; padding: 30px; background: #034b90 url("../img/m-f-logo.png") no-repeat top right; background-size: 120px auto; position: absolute; bottom: 0; left: 0; } 
 #cate { height: auto; overflow: hidden; } 
 #cate li { width: 100%; height: 300px; } 
 #cate .cate1 { margin-left: 0; } 
 #cate li h2 { margin-top: -100px; } 
 #cate li p { margin-top: 50px; } 
 #cate li button { width: 100%; height: 100%; margin-top: 0; font-size: 0; top: 0; left: 0; border: 0; transform: translateY(0) translateX(0); text-indent: -1000%; } 
 #cate li button span:before { width: 0; height: 0; } 
 #cate li button:before { width: 0; height: 0; } 
 #cate li button span:after { width: 0; height: 0; } 
 #cate li button:hover span:before { width: 0; height: 0; } 
 #cate li button:hover:before { width: 0; height: 0; } 
 #cate li button:hover span:after { width: 0; height: 0; } 
 #cate .cate1 { background-image: url("../img/m-intro1.png"); } 
 #cate .cate2 { background-image: url("../img/m-intro2.png"); } 
 #cate .cate3 { background-image: url("../img/m-intro3.png"); } 
 #cate .cate4 { background-image: url("../img/m-intro4.png"); } 
 #cate .cate5 { background-image: url("../img/m-intro5.png"); } 
 #head-toggle { width: 50px; height: 50px; background: url("../img/menu-toggle.png") no-repeat right center; background-size: 24px auto; position: absolute; top: 30px; right: 0; } 
 #header { width: 360px; position: fixed; right: -660px; left: auto; z-index: 20; } 
 #gnb .dept1 { margin-top: 0; } 
 .nicescroll-rails { display: none !important; } 
 #gnb .dept1 > li > button { /* height: 80px; */
 /* font-size: 19px; */}
 #gnb .dept1 > li.btn_1 { border-top: 0; } 
 #gnb .dept1 .icon { /* width: 80px; */
 /* height: 80px; */}
 #gnb .dept1 .icon_1 { background-size: 31px auto; } 
 #gnb .dept1 .icon_2 { background-size: 33px auto; } 
 #gnb .dept1 .icon_3 { background-size: 20px auto; } 
 #gnb .dept1 .icon_4 { background-size: 33px auto; } 
 #gnb .dept1 .icon_5 { background-size: 27px auto; } 
 #menu-bg { width: 100%; height: 100%; background: #000; position: absolute; position: fixed; top: 0; left: 0; z-index: 4; opacity: 0.8; } 
 #m-top { width: 100%; height: 90px; position: absolute; top: 0; left: 0; z-index: 2; } 
 #m-logo { display: none; width: 183px; height: 45px; margin-right: auto; margin-left: auto; background-repeat: no-repeat; background-position: 50% 50%; background-size: 100%; background-image: url("data:image/svg+xml,%3Csvg width='183' height='45' viewBox='0 0 183 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_5469_5390)'%3E%3Cpath d='M53.4964 30.9424V27.7988C57.0746 26.7509 59.6304 22.7126 59.6304 17.7798V9.98452H63.2341V17.7798C63.2341 22.2015 65.4066 26.2908 69.1126 27.7221V30.8658C66.0711 30.0479 62.7741 27.2365 61.4962 24.4506C59.9371 27.7221 56.9212 30.1246 53.4964 30.9424ZM71.3617 32.4248V9.60114H74.8377V17.7543H77.9047V20.8724H74.8377V32.4248H71.3617ZM96.2365 32.4248V9.60114H99.7124V32.4248H96.2365ZM79.5213 24.7317V16.1952C79.5213 12.1059 82.2305 9.72894 86.3454 9.72894C90.4603 9.72894 93.1695 12.1059 93.1695 16.1952V24.7317C93.1695 28.8211 90.4603 31.198 86.3454 31.198C82.2305 31.198 79.5213 28.8211 79.5213 24.7317ZM89.6935 24.834V16.093C89.6935 13.9972 88.3901 12.617 86.3454 12.617C84.3007 12.617 82.9972 13.9972 82.9972 16.093V24.834C82.9972 26.9298 84.3007 28.3099 86.3454 28.3099C88.3901 28.3099 89.6935 26.9298 89.6935 24.834ZM103.629 30.8146V10.189H107.105V17.4987H113.699V10.189H117.175V18.6488H120.345V9.60114H123.82V32.4248H120.345V21.767H117.175V30.8146H103.629ZM107.105 27.901H113.699V20.4124H107.105V27.901ZM128.76 22.4059V10.0868H147.801V12.9237H132.287V14.7895H147.596V17.5243H132.287V19.5689H148.184V22.4059H128.76ZM126.843 26.9553V24.0161H149.59V26.9553H140.031V32.4248H136.402V26.9553H126.843ZM151.845 24.7829V16.1441C151.845 12.0548 154.555 9.72894 158.618 9.72894C162.682 9.72894 165.391 12.0548 165.391 16.1441V18.6488H168.561V9.60114H172.037V32.4248H168.561V21.767H165.391V24.7829C165.391 28.8722 162.682 31.198 158.618 31.198C154.555 31.198 151.845 28.8722 151.845 24.7829ZM161.915 24.8595V16.0674C161.915 13.9716 160.663 12.6426 158.618 12.6426C156.574 12.6426 155.321 13.9716 155.321 16.0674V24.8595C155.321 26.9553 156.574 28.2844 158.618 28.2844C160.663 28.2844 161.915 26.9553 161.915 24.8595Z' fill='white'/%3E%3C/g%3E%3Cg filter='url(%23filter1_d_5469_5390)'%3E%3Cpath d='M17.6367 9.61474L23.2546 26.1191L28.8725 9.61474H34.927L27.0677 32.814H19.4414L11.5822 9.61474H17.6367Z' fill='url(%23paint0_linear_5469_5390)' shape-rendering='crispEdges'/%3E%3C/g%3E%3Cg filter='url(%23filter2_d_5469_5390)'%3E%3Cpath d='M31.6118 9.61474H44.6232C45.6129 9.61474 46.5734 9.76028 47.4758 10.0223C48.349 10.3133 49.1058 10.7209 49.7462 11.2448C50.3866 11.827 50.8814 12.5256 51.2598 13.3988C51.6091 14.2721 51.8129 15.32 51.8129 16.4843C51.8129 18.0561 51.5509 19.3078 51.027 20.2392C50.503 21.2289 49.7171 21.9857 48.6983 22.5679L53.1228 32.814H46.8063L43.1969 24.3144L37.6663 25.5369V32.814H31.6118V9.61474ZM45.7875 16.6298C45.7875 16.1059 45.6129 15.611 45.2636 15.2035C44.8851 14.8251 44.3903 14.6214 43.8081 14.6214H37.6663V20.2392L43.1969 19.2205C44.1865 19.0458 44.856 18.7256 45.2344 18.2599C45.5837 17.7942 45.7875 17.2702 45.7875 16.6298Z' fill='url(%23paint1_linear_5469_5390)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_5469_5390' x='42.8467' y='0.371698' width='139.84' height='44.1224' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1.41991'/%3E%3CfeGaussianBlur stdDeviation='5.32468'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_5469_5390'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_5469_5390' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_5469_5390' x='0.93268' y='0.385308' width='44.6444' height='44.498' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1.41991'/%3E%3CfeGaussianBlur stdDeviation='5.32468'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_5469_5390'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_5469_5390' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter2_d_5469_5390' x='20.962' y='0.385308' width='42.8104' height='44.498' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1.41991'/%3E%3CfeGaussianBlur stdDeviation='5.32468'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_5469_5390'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_5469_5390' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_5469_5390' x1='11' y1='17.8442' x2='40.9245' y2='17.8442' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2316FFAB'/%3E%3Cstop offset='1' stop-color='%2316FFAB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_5469_5390' x1='29.5742' y1='17.8442' x2='59.4988' y2='17.8442' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2316FFAB'/%3E%3Cstop offset='1' stop-color='%2316FFAB' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"); } 
 #m-title { display: none; height: 60px; margin-left: 10px; font-size: 16px; color: #fff; float: left; line-height: 60px; } 
 #m-title .m-arrow { display: inline-block; width: 30px; height: 30px; margin-top: -3px; background: url("../img/m-arrow.png") no-repeat center; background-size: 10px auto; vertical-align: middle; } 
 #m-toggle { position: absolute; top: 0; right: 0; width: 90px; height: 90px; background-image: url("data:image/svg+xml,%3Csvg width='26' height='22' viewBox='0 0 26 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2H23.9999' stroke='white' stroke-width='2.5' stroke-linecap='square'/%3E%3Cpath d='M2 11L24 11' stroke='white' stroke-width='2.5' stroke-linecap='square'/%3E%3Cpath d='M2 20H23.9999' stroke='white' stroke-width='2.5' stroke-linecap='square'/%3E%3C/svg%3E%0A"); background-repeat: no-repeat; background-position: 50%; } 
 #m-toggle { top: 20px; left: calc(100vw - 70px); right: auto; width: 50px; height: 50px; border-radius: 5px; background-color: rgb(50, 55, 69); box-shadow: 0 3px 6px 0 rgba(50, 55, 69, 0.30); } 
   #m-close{width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636z' fill='rgba(0,17,60,1)'/%3E%3C/svg%3E");
    position: absolute;
    top: 15px;
    left: calc(-45px + 100vw);
    border: 1px solid #DDD;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99;
  } 
 .c-top-box .c-logo { display: block; width: 183px; height: 100%; background-position: center; background-image: url("data:image/svg+xml,%3Csvg width='183' height='45' viewBox='0 0 183 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_5469_5390)'%3E%3Cpath d='M53.4964 30.9424V27.7988C57.0746 26.7509 59.6304 22.7126 59.6304 17.7798V9.98452H63.2341V17.7798C63.2341 22.2015 65.4066 26.2908 69.1126 27.7221V30.8658C66.0711 30.0479 62.7741 27.2365 61.4962 24.4506C59.9371 27.7221 56.9212 30.1246 53.4964 30.9424ZM71.3617 32.4248V9.60114H74.8377V17.7543H77.9047V20.8724H74.8377V32.4248H71.3617ZM96.2365 32.4248V9.60114H99.7124V32.4248H96.2365ZM79.5213 24.7317V16.1952C79.5213 12.1059 82.2305 9.72894 86.3454 9.72894C90.4603 9.72894 93.1695 12.1059 93.1695 16.1952V24.7317C93.1695 28.8211 90.4603 31.198 86.3454 31.198C82.2305 31.198 79.5213 28.8211 79.5213 24.7317ZM89.6935 24.834V16.093C89.6935 13.9972 88.3901 12.617 86.3454 12.617C84.3007 12.617 82.9972 13.9972 82.9972 16.093V24.834C82.9972 26.9298 84.3007 28.3099 86.3454 28.3099C88.3901 28.3099 89.6935 26.9298 89.6935 24.834ZM103.629 30.8146V10.189H107.105V17.4987H113.699V10.189H117.175V18.6488H120.345V9.60114H123.82V32.4248H120.345V21.767H117.175V30.8146H103.629ZM107.105 27.901H113.699V20.4124H107.105V27.901ZM128.76 22.4059V10.0868H147.801V12.9237H132.287V14.7895H147.596V17.5243H132.287V19.5689H148.184V22.4059H128.76ZM126.843 26.9553V24.0161H149.59V26.9553H140.031V32.4248H136.402V26.9553H126.843ZM151.845 24.7829V16.1441C151.845 12.0548 154.555 9.72894 158.618 9.72894C162.682 9.72894 165.391 12.0548 165.391 16.1441V18.6488H168.561V9.60114H172.037V32.4248H168.561V21.767H165.391V24.7829C165.391 28.8722 162.682 31.198 158.618 31.198C154.555 31.198 151.845 28.8722 151.845 24.7829ZM161.915 24.8595V16.0674C161.915 13.9716 160.663 12.6426 158.618 12.6426C156.574 12.6426 155.321 13.9716 155.321 16.0674V24.8595C155.321 26.9553 156.574 28.2844 158.618 28.2844C160.663 28.2844 161.915 26.9553 161.915 24.8595Z' fill='white'/%3E%3C/g%3E%3Cg filter='url(%23filter1_d_5469_5390)'%3E%3Cpath d='M17.6367 9.61474L23.2546 26.1191L28.8725 9.61474H34.927L27.0677 32.814H19.4414L11.5822 9.61474H17.6367Z' fill='url(%23paint0_linear_5469_5390)' shape-rendering='crispEdges'/%3E%3C/g%3E%3Cg filter='url(%23filter2_d_5469_5390)'%3E%3Cpath d='M31.6118 9.61474H44.6232C45.6129 9.61474 46.5734 9.76028 47.4758 10.0223C48.349 10.3133 49.1058 10.7209 49.7462 11.2448C50.3866 11.827 50.8814 12.5256 51.2598 13.3988C51.6091 14.2721 51.8129 15.32 51.8129 16.4843C51.8129 18.0561 51.5509 19.3078 51.027 20.2392C50.503 21.2289 49.7171 21.9857 48.6983 22.5679L53.1228 32.814H46.8063L43.1969 24.3144L37.6663 25.5369V32.814H31.6118V9.61474ZM45.7875 16.6298C45.7875 16.1059 45.6129 15.611 45.2636 15.2035C44.8851 14.8251 44.3903 14.6214 43.8081 14.6214H37.6663V20.2392L43.1969 19.2205C44.1865 19.0458 44.856 18.7256 45.2344 18.2599C45.5837 17.7942 45.7875 17.2702 45.7875 16.6298Z' fill='url(%23paint1_linear_5469_5390)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_5469_5390' x='42.8467' y='0.371698' width='139.84' height='44.1224' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1.41991'/%3E%3CfeGaussianBlur stdDeviation='5.32468'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_5469_5390'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_5469_5390' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_5469_5390' x='0.93268' y='0.385308' width='44.6444' height='44.498' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1.41991'/%3E%3CfeGaussianBlur stdDeviation='5.32468'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_5469_5390'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_5469_5390' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter2_d_5469_5390' x='20.962' y='0.385308' width='42.8104' height='44.498' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1.41991'/%3E%3CfeGaussianBlur stdDeviation='5.32468'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_5469_5390'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_5469_5390' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_5469_5390' x1='11' y1='17.8442' x2='40.9245' y2='17.8442' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2316FFAB'/%3E%3Cstop offset='1' stop-color='%2316FFAB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_5469_5390' x1='29.5742' y1='17.8442' x2='59.4988' y2='17.8442' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2316FFAB'/%3E%3Cstop offset='1' stop-color='%2316FFAB' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"); } 
 .marker_img { display: none; } 
 body.show_info #info { margin-right: 0; margin-left: 0; } 
 #info { margin-right: -420px; margin-left: 0; right: 0; left: auto; } 
 #info .title { font-size: 20px; } 
 #info .title span { width: 20px; height: 38px; background-repeat: no-repeat; background-size: 20px auto; } 
 #info .info_inner { width: 100%; padding: 10px 0; } 
 #info .thumb { width: 100%; max-width: 400px; margin-top: 0; padding-top: 0; } 
 #info .thumb img { width: auto; max-width: none; height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } 
 #info .button_wrap a,
 #info .button_wrap button { margin-right: 10px; margin-bottom: 10px; } 
 #info .button_wrap button#m-navi-btn { display: inline-block; } 
 .info_close { margin: 0; top: 15px;  right: auto; left: 15px; -webkit-transform: rotate(90deg); } 
 #m-list { width: 100%; padding-bottom: 50px; background: #fff; position: absolute; top: 290px; left: 0; z-index: 1; /*box-shadow: 0px -2px 10px rgba(0, 0, 0, .2); */}
 #m-list .dept2 { padding: 10px; overflow: hidden; } 
 #m-list > button { display: block; width: 100%; padding: 10px; text-align: left; border-bottom: 1px solid #ddd; } 
 #m-list li { width: 50%; padding: 0 5px; float: left; } 
 #m-list li button { width: 100%; padding: 10px 5px; text-align: left; border-bottom: 1px solid #ddd; } 
 #m-list .icon { display: inline-block; width: 40px; height: 40px; background-repeat: no-repeat; background-position: center; vertical-align: middle; } 
 #m-list .icon_1 { background-size: 26px auto; background-image: url("../img/cate1_icon_on.png"); } 
 #m-list .icon_2 { background-size: 28px auto; background-image: url("../img/cate2_icon_on.png"); } 
 #m-list .icon_3 { background-size: 17px auto; background-image: url("../img/cate3_icon_on.png"); } 
 #m-list .icon_4 { background-size: 28px auto; background-image: url("../img/cate4_icon_on.png"); } 
 #m-list .icon_5 { background-size: 23px auto; background-image: url("../img/cate5_icon_on.png"); } 
 #m-list .text { display: inline-block; vertical-align: middle; } 
 #m-list .apbt { display: inline-block; width: 15px; height: 15px; /*margin-top:-3px; */
 margin-right: 5px; background: #2b7ad3; font-size: 11px; color: #fff; text-align: center; border-radius: 10px; line-height: 15px; vertical-align: middle; } 
 #m-list .apbt_text { display: inline-block; font-size: 14px; vertical-align: middle; } 
 .m-hide { display: none !important; } 
 #mediaCnt { height: calc(100% - 60px); padding-right: 0; top: 60px; z-index: 10; } 
 #mouse_notice { width: 200px; height: 200px; margin-top: -100px; margin-left: -100px; background-size: cover; background-image: url("../img/m-hand.png"); } 
 #control { display: none; } 
 #pano-close { width: 30px; height: 30px; background-size: 15px; top: 10px; right: 10px; } 
 #slide_thumb_wrap { height: 100px; } 
 #slide_thumb { height: 60px; margin-top: -30px; right: 55px; left: 55px; } 
 .thumb_li { width: 95px; height: 60px; margin-right: 10px; } 
 #slide_prev { background-size: 50% auto; left: 10px; } 
 #slide_next { background-size: 50% auto; right: 10px; } 
 #slide_next,
 #slide_prev { width: 30px; height: 30px; margin-top: -15px; } 
 }
@media screen and (min-width: 1600px) {
 /* only pc */
 .device-m { display: none !important; } 
 }
@media screen and (min-width: 981px) and (max-width: 1599px) {
 /* only tablet */
 .device-m { display: none !important; } 
}
@media (max-height:805px){
 #intro .vert_line1 { display: none; } 
 }
@media (max-width:768px){
  .year-list dt{top: 100px; left: 60px;}
 #gnb { margin-top: 70px; height: calc(100% - 70px); padding-bottom: 110px; } 
 #gnb::before { bottom: 110px; } 
 .desc { width: max-content; max-width: 80vw; } 
 #service { width: 100vw; height: 70px; } 
 #m-logo { display: block; width: 208px; height: 100%; font-size: 0; margin-left: 15px; background-size: 100%; background-repeat: no-repeat; background-position: 50% 50%;  background-image: url("data:image/svg+xml,%3Csvg width='206' height='20' viewBox='0 0 206 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M105.882 11.8114H99.5419V13.3966H105.34V19.7371H91.095V13.3966H96.8927V11.8114H90.5522V9.59657H105.882V11.8114ZM90.8779 5.05829C90.8779 3.21257 92.3545 1.75771 94.287 1.75771H102.169C104.08 1.75771 105.557 3.21257 105.557 5.05829C105.557 6.92571 104.08 8.35886 102.169 8.35886H94.287C92.3545 8.35886 90.8779 6.92571 90.8779 5.05829ZM93.4402 5.05829C93.4402 5.81828 93.9396 6.23086 94.6996 6.23086H101.735C102.495 6.23086 103.016 5.81828 103.016 5.05829C103.016 4.32 102.495 3.88571 101.735 3.88571H94.6996C93.9396 3.88571 93.4402 4.32 93.4402 5.05829ZM93.6356 17.6091H102.799V15.5246H93.6356V17.6091Z' fill='%232594CF'/%3E%3Cpath d='M88.2973 1.71428V19.7371H85.6699V1.71428H88.2973ZM73.6184 19.52V1.93143H76.1807V8.31543H80.4367V1.93143H82.9773V19.52H73.6184ZM76.1807 17.3051H80.4367V10.4869H76.1807V17.3051Z' fill='%232594CF'/%3E%3Cpath d='M71.1464 1.71428V19.7371H68.519V1.71428H71.1464ZM56.359 19.52V17.2617H56.5761C60.1155 17.2617 62.8081 14.8514 63.1772 10.704H56.359V8.53257H63.2207V4.14629H56.4675V1.93143H65.8264V9.72686C65.8264 15.264 62.287 19.52 56.5761 19.52H56.359Z' fill='%232594CF'/%3E%3Cpath d='M50.9555 19.7154V1.93143H55.3852V4.23314H53.5829V19.7154H50.9555ZM39.1212 5.81828C39.1212 3.34286 41.1624 1.51886 43.8766 1.51886C46.6126 1.51886 48.6538 3.34286 48.6538 5.81828V15.416C48.6538 17.8914 46.6126 19.7154 43.8766 19.7154C41.1624 19.7154 39.1212 17.8914 39.1212 15.416V5.81828ZM41.6618 15.3074C41.6618 16.6537 42.6389 17.5223 43.8766 17.5223C45.1144 17.5223 46.0915 16.6537 46.0915 15.3074V5.92686C46.0915 4.58057 45.1144 3.712 43.8766 3.712C42.6389 3.712 41.6618 4.58057 41.6618 5.92686V15.3074Z' fill='%232594CF'/%3E%3Cpath d='M32.936 12.4411H26.5955V14.1566H32.3932V19.7371H29.7658V16.3714H18.04V14.1566H23.9463V12.4411H17.6058V10.248H32.936V12.4411ZM18.1486 8.79314V1.93143H20.6892V3.23429H29.8526V1.93143H32.3932V8.79314H18.1486ZM20.6892 6.66514H29.8526V5.31886H20.6892V6.66514Z' fill='white'/%3E%3Cpath d='M15.7851 11.9417H9.44457V13.4617H12.1589C14.0263 13.4617 15.4594 14.8731 15.4594 16.6754C15.4594 18.4777 14.0263 19.8891 12.1589 19.8891H4.10286C2.21371 19.8891 0.780571 18.4777 0.780571 16.6754C0.780571 14.8731 2.21371 13.4617 4.10286 13.4617H6.79543V11.9417H0.454857V9.72686H15.7851V11.9417ZM0.672 8.74971L3.58171 4.81943H0.997714V2.69143H6.79543V0.867429H9.44457V2.69143H15.2423V4.81943H12.6583L15.568 8.74971H12.7234L9.81371 4.81943H6.42629L3.51657 8.74971H0.672ZM3.34286 16.6754C3.34286 17.3703 3.79886 17.7611 4.51543 17.7611H11.7246C12.4411 17.7611 12.9189 17.3703 12.9189 16.6754C12.9189 15.9806 12.4411 15.5897 11.7246 15.5897H4.51543C3.79886 15.5897 3.34286 15.9806 3.34286 16.6754Z' fill='white'/%3E%3Cpath d='M199.615 3.641C199.706 3.61833 199.898 3.61267 200.193 3.624C200.499 3.63533 200.737 3.658 200.907 3.692C201.247 3.76 201.593 3.91867 201.944 4.168C202.295 4.406 202.533 4.661 202.658 4.933C202.76 5.12567 202.822 5.40333 202.845 5.766C202.868 6.12867 202.885 6.905 202.896 8.095C202.907 9.73833 202.947 10.594 203.015 10.662C203.038 10.6847 203.168 10.662 203.406 10.594C203.825 10.4807 204.222 10.509 204.596 10.679C204.981 10.849 205.259 11.1267 205.429 11.512C205.576 11.8407 205.525 12.1467 205.276 12.43C205.027 12.702 204.76 12.753 204.477 12.583C204.194 12.413 203.927 12.3053 203.678 12.26C203.44 12.2147 203.287 12.175 203.219 12.141C203.128 12.107 203.072 12.09 203.049 12.09C203.026 12.09 203.009 12.124 202.998 12.192C202.998 12.2487 203.004 12.3223 203.015 12.413C203.038 12.4923 203.066 12.5717 203.1 12.651C203.145 12.7643 203.168 12.855 203.168 12.923C203.168 12.9797 203.145 13.1383 203.1 13.399C203.032 13.7617 202.987 14.266 202.964 14.912C202.93 15.7733 202.879 16.3343 202.811 16.595C202.754 16.867 202.618 17.1277 202.403 17.377C202.312 17.479 202.227 17.6037 202.148 17.751C201.978 18.0797 201.802 18.21 201.621 18.142C201.451 18.0853 201.423 17.8813 201.536 17.53C201.627 17.224 201.644 16.918 201.587 16.612C201.564 16.442 201.508 15.6657 201.417 14.283C201.383 13.8637 201.36 13.5917 201.349 13.467L201.315 13.28L200.822 13.314C200.516 13.3253 200.289 13.348 200.142 13.382C200.051 13.3933 199.853 13.4217 199.547 13.467C199.082 13.535 198.657 13.62 198.272 13.722C198.057 13.7787 197.921 13.8127 197.864 13.824C197.864 13.824 197.779 13.8467 197.609 13.892C197.45 13.926 197.314 13.96 197.201 13.994C196.362 14.2093 195.813 14.317 195.552 14.317C195.45 14.317 195.297 14.3453 195.093 14.402C194.9 14.4473 194.747 14.4983 194.634 14.555C194.475 14.623 194.328 14.64 194.192 14.606C194.067 14.5607 193.897 14.4417 193.682 14.249C193.41 13.9997 193.263 13.7447 193.24 13.484C193.229 13.212 193.336 12.9003 193.563 12.549C193.688 12.3563 193.75 12.2487 193.75 12.226C193.75 12.2033 193.778 12.124 193.835 11.988C194.209 11.1833 194.47 10.5147 194.617 9.982C194.685 9.744 194.708 9.58533 194.685 9.506C194.662 9.41533 194.555 9.29067 194.362 9.132C193.433 8.32733 193.087 7.80033 193.325 7.551C193.382 7.483 193.461 7.449 193.563 7.449C193.665 7.449 193.852 7.48867 194.124 7.568C194.441 7.64733 194.696 7.66433 194.889 7.619C195.082 7.56233 195.422 7.38667 195.909 7.092C196.306 6.86533 196.753 6.72933 197.252 6.684C197.751 6.62733 198.102 6.68967 198.306 6.871C198.499 7.041 198.618 7.14867 198.663 7.194C198.833 7.33 198.85 7.59067 198.714 7.976C198.646 8.15733 198.567 8.28767 198.476 8.367C198.397 8.44633 198.204 8.56533 197.898 8.724C197.252 9.05267 196.833 9.319 196.64 9.523C196.459 9.727 196.413 9.95933 196.504 10.22C196.583 10.424 196.464 10.696 196.147 11.036C195.977 11.24 195.835 11.41 195.722 11.546C195.597 11.7047 195.382 11.9313 195.076 12.226C194.759 12.5433 194.6 12.736 194.6 12.804C194.6 12.9173 194.645 12.974 194.736 12.974C194.849 12.974 195.252 12.906 195.943 12.77C196.544 12.668 197.014 12.5773 197.354 12.498C197.445 12.4753 197.632 12.4357 197.915 12.379C198.198 12.3223 198.385 12.2883 198.476 12.277C198.612 12.243 199.014 12.1637 199.683 12.039C200.046 11.971 200.267 11.9257 200.346 11.903C200.448 11.8803 200.573 11.852 200.72 11.818C200.89 11.7613 201.003 11.733 201.06 11.733C201.117 11.733 201.151 11.716 201.162 11.682C201.173 11.648 201.156 11.2797 201.111 10.577C201.066 9.863 201.02 9.302 200.975 8.894C200.93 8.40667 200.884 7.687 200.839 6.735C200.828 6.38367 200.811 6.13433 200.788 5.987C200.777 5.82833 200.76 5.67533 200.737 5.528C200.714 5.36933 200.663 5.25033 200.584 5.171C200.516 5.09167 200.442 5.018 200.363 4.95C200.295 4.882 200.17 4.79133 199.989 4.678C199.332 4.236 199.122 3.91867 199.36 3.726C199.417 3.68067 199.502 3.65233 199.615 3.641Z' fill='white'/%3E%3Cpath d='M187.973 3.811C188.222 3.65233 188.709 3.66933 189.435 3.862C190.16 4.05467 190.63 4.29267 190.846 4.576C191.05 4.85933 191.203 5.27867 191.305 5.834C191.407 6.38933 191.441 6.99567 191.407 7.653C191.384 8.04967 191.384 8.622 191.407 9.37C191.441 10.118 191.48 10.5713 191.526 10.73C191.548 10.832 191.735 10.815 192.087 10.679C192.347 10.5997 192.602 10.5827 192.852 10.628C193.112 10.662 193.333 10.7583 193.515 10.917C193.707 11.0757 193.855 11.2513 193.957 11.444C194.07 11.6253 194.11 11.8237 194.076 12.039C194.042 12.2543 193.923 12.4357 193.719 12.583C193.492 12.7643 193.203 12.7473 192.852 12.532C192.693 12.4413 192.466 12.345 192.172 12.243C191.888 12.141 191.701 12.0957 191.611 12.107C191.565 12.107 191.537 12.141 191.526 12.209C191.526 12.277 191.537 12.4583 191.56 12.753C191.582 12.9457 191.571 13.2007 191.526 13.518C191.48 13.8127 191.441 14.3283 191.407 15.065C191.384 15.8017 191.356 16.221 191.322 16.323C191.288 16.493 191.265 16.6063 191.254 16.663C191.242 16.7763 191.146 16.9293 190.965 17.122C190.783 17.3033 190.67 17.462 190.625 17.598C190.579 17.7567 190.506 17.8643 190.404 17.921C190.302 17.989 190.194 17.9947 190.081 17.938C190.001 17.8927 189.99 17.666 190.047 17.258C190.081 17.02 190.058 16.5553 189.979 15.864C189.911 15.252 189.854 14.691 189.809 14.181C189.809 14.147 189.809 14.0903 189.809 14.011C189.775 13.6257 189.724 13.4047 189.656 13.348C189.588 13.2913 189.35 13.2857 188.942 13.331C188.874 13.331 188.817 13.3367 188.772 13.348C188.409 13.382 188.148 13.3707 187.99 13.314C187.865 13.28 187.78 13.2687 187.735 13.28C187.689 13.28 187.599 13.3197 187.463 13.399C187.032 13.637 186.516 13.8523 185.916 14.045C185.326 14.2263 184.873 14.317 184.556 14.317C184.102 14.3057 183.819 14.2943 183.706 14.283C183.592 14.2603 183.411 14.1867 183.162 14.062C182.527 13.7447 182.21 13.2743 182.21 12.651C182.221 12.0163 182.55 11.342 183.196 10.628C183.479 10.3333 183.621 10.169 183.621 10.135C183.621 10.1123 183.49 10.101 183.23 10.101C182.878 10.101 182.448 9.97067 181.938 9.71C181.836 9.65333 181.711 9.54 181.564 9.37C181.428 9.2 181.36 9.07533 181.36 8.996C181.36 8.83733 181.405 8.74667 181.496 8.724C181.586 8.70133 181.802 8.724 182.142 8.792C182.776 8.93933 183.74 8.70133 185.032 8.078C185.258 7.96467 185.377 7.89667 185.389 7.874C185.389 7.86267 185.36 7.857 185.304 7.857C184.828 7.823 184.476 7.74367 184.25 7.619C184.034 7.483 183.83 7.23933 183.638 6.888C183.241 6.15133 183.099 5.613 183.213 5.273C183.258 5.12567 183.354 5.069 183.502 5.103C183.604 5.12567 183.672 5.154 183.706 5.188C183.751 5.222 183.808 5.30133 183.876 5.426C184.023 5.68667 184.17 5.85667 184.318 5.936C184.476 6.01533 184.697 6.03233 184.981 5.987C185.695 5.87367 186.205 5.89067 186.511 6.038C186.828 6.19667 187.038 6.395 187.14 6.633C187.242 6.85967 187.208 7.06367 187.038 7.245C186.936 7.33567 186.89 7.39233 186.902 7.415C186.924 7.42633 187.038 7.44333 187.242 7.466C187.446 7.48867 187.576 7.517 187.633 7.551C187.689 7.57367 187.74 7.64167 187.786 7.755C187.842 7.925 187.797 8.17433 187.65 8.503C187.502 8.82033 187.338 9.04133 187.157 9.166C186.885 9.34733 186.737 9.46633 186.715 9.523C186.692 9.57967 186.743 9.676 186.868 9.812C187.026 9.99333 187.14 10.1747 187.208 10.356C187.287 10.526 187.4 10.8773 187.548 11.41C187.627 11.7047 187.644 11.9313 187.599 12.09C187.474 12.6567 187.491 12.991 187.65 13.093C187.695 13.1157 187.746 13.11 187.803 13.076C188.007 12.9627 188.284 12.8323 188.636 12.685C188.704 12.6623 188.874 12.6453 189.146 12.634C189.418 12.6 189.576 12.566 189.622 12.532C189.656 12.498 189.673 12.2883 189.673 11.903C189.684 11.5063 189.673 11.1267 189.639 10.764C189.616 10.4693 189.588 10.1067 189.554 9.676C189.542 9.58533 189.531 9.455 189.52 9.285C189.508 9.115 189.491 8.92233 189.469 8.707C189.457 8.48033 189.446 8.31033 189.435 8.197C189.389 7.60767 189.367 7.14867 189.367 6.82C189.367 6.46867 189.338 6.157 189.282 5.885C189.225 5.60167 189.174 5.42033 189.129 5.341C189.095 5.26167 189.027 5.188 188.925 5.12C188.664 4.95 188.415 4.75733 188.177 4.542C187.95 4.32667 187.831 4.17933 187.82 4.1C187.808 4.02067 187.808 3.964 187.82 3.93C187.842 3.896 187.893 3.85633 187.973 3.811ZM185.593 10.849C185.343 10.7243 185.111 10.7073 184.896 10.798C184.692 10.8887 184.482 11.0927 184.267 11.41C184.04 11.7387 183.887 11.9427 183.808 12.022C183.536 12.3053 183.405 12.5377 183.417 12.719C183.439 12.9003 183.598 13.0023 183.893 13.025C184.301 13.0703 184.59 13.0817 184.76 13.059C184.941 13.0363 185.071 12.9683 185.151 12.855C185.173 12.8097 185.253 12.7417 185.389 12.651C185.683 12.447 185.853 12.124 185.899 11.682C185.955 11.24 185.853 10.9623 185.593 10.849Z' fill='white'/%3E%3Cpath d='M175.594 3.437C175.979 3.301 176.279 3.25 176.495 3.284C176.721 3.318 176.988 3.454 177.294 3.692C177.418 3.78267 177.526 3.93 177.617 4.134C177.707 4.338 177.741 4.49667 177.719 4.61C177.685 4.80267 177.52 5.40333 177.226 6.412C177.124 6.752 176.88 7.01833 176.495 7.211C176.257 7.33567 176.041 7.45467 175.849 7.568C175.679 7.68133 175.514 7.74367 175.356 7.755C175.208 7.77767 175.072 7.823 174.948 7.891C174.834 7.94767 174.698 7.993 174.54 8.027C174.324 8.07233 174.109 8.19133 173.894 8.384C173.678 8.56533 173.576 8.71833 173.588 8.843C173.599 8.96767 173.803 9.013 174.2 8.979C174.596 8.945 174.874 8.86567 175.033 8.741C175.305 8.52567 175.571 8.40667 175.832 8.384C175.979 8.36133 176.177 8.32167 176.427 8.265C176.88 8.17433 177.254 8.214 177.549 8.384C177.855 8.554 177.934 8.775 177.787 9.047C177.673 9.251 177.537 9.51167 177.379 9.829C177.231 10.1463 177.152 10.3333 177.141 10.39C177.129 10.458 177.163 10.492 177.243 10.492C177.345 10.5033 177.917 10.475 178.96 10.407C180.127 10.339 180.971 10.4013 181.493 10.594C181.878 10.7527 182.105 11.019 182.173 11.393C182.252 11.767 182.127 12.039 181.799 12.209C181.697 12.2657 181.51 12.2883 181.238 12.277C180.966 12.2657 180.773 12.226 180.66 12.158C180.206 11.9087 179.883 11.767 179.691 11.733C179.498 11.699 179.045 11.7047 178.331 11.75C177.685 11.7953 177.203 11.8747 176.886 11.988C176.568 12.09 176.279 12.1637 176.019 12.209C175.769 12.243 175.582 12.2827 175.458 12.328C174.857 12.4867 174.239 12.6 173.605 12.668C173.287 12.7133 173.083 12.7473 172.993 12.77C172.687 12.8493 172.194 12.9513 171.514 13.076C171.332 13.0987 171.179 13.127 171.055 13.161C170.556 13.2857 170.222 13.3367 170.052 13.314C169.814 13.2913 169.502 13.2063 169.117 13.059C168.743 12.9003 168.505 12.7643 168.403 12.651C168.323 12.5603 168.295 12.481 168.318 12.413C168.352 12.3337 168.431 12.2713 168.556 12.226C168.692 12.1693 168.856 12.141 169.049 12.141C169.377 12.141 169.927 12.073 170.698 11.937C171.049 11.8803 171.417 11.801 171.803 11.699C172.086 11.631 172.301 11.5857 172.449 11.563C172.664 11.529 172.862 11.4837 173.044 11.427C173.248 11.3703 173.412 11.325 173.537 11.291C173.684 11.2683 173.809 11.2343 173.911 11.189C174.035 11.1437 174.183 11.0983 174.353 11.053C174.636 10.9737 174.902 10.7243 175.152 10.305C175.288 10.0897 175.339 9.982 175.305 9.982C175.282 9.982 175.214 10.0103 175.101 10.067C174.591 10.3277 174.12 10.3787 173.69 10.22C172.896 9.914 172.386 9.608 172.16 9.302C171.944 8.996 171.95 8.61067 172.177 8.146L172.33 7.84H172.143C171.893 7.84 171.672 7.74367 171.48 7.551C171.4 7.46033 171.366 7.37533 171.378 7.296C171.4 7.20533 171.48 7.09767 171.616 6.973C171.808 6.79167 171.961 6.67833 172.075 6.633C172.199 6.58767 172.341 6.59333 172.5 6.65C172.67 6.70667 173.038 6.67833 173.605 6.565C173.639 6.55367 173.707 6.54233 173.809 6.531C173.911 6.50833 173.979 6.49133 174.013 6.48C174.126 6.45733 174.239 6.41767 174.353 6.361C174.398 6.33833 174.574 6.24767 174.88 6.089C175.367 5.83967 175.611 5.511 175.611 5.103C175.611 5.05767 175.582 5.02933 175.526 5.018C175.48 5.00667 175.441 5.018 175.407 5.052C175.395 5.086 175.367 5.103 175.322 5.103C175.276 5.103 175.163 5.14267 174.982 5.222C174.687 5.33533 174.421 5.43167 174.183 5.511C173.843 5.613 173.605 5.681 173.469 5.715C173.333 5.73767 173.14 5.749 172.891 5.749C172.573 5.73767 172.324 5.698 172.143 5.63C171.961 5.55067 171.763 5.39767 171.548 5.171C171.162 4.763 171.174 4.55333 171.582 4.542C171.74 4.542 171.973 4.56467 172.279 4.61C172.8 4.68933 173.474 4.491 174.302 4.015C174.676 3.79967 175.106 3.607 175.594 3.437ZM176.682 12.362C176.852 12.294 177.067 12.294 177.328 12.362C177.6 12.4187 177.804 12.515 177.94 12.651C178.325 13.025 178.404 13.9827 178.178 15.524C178.121 15.966 178.047 16.6233 177.957 17.496C177.923 17.7907 177.877 17.9833 177.821 18.074C177.764 18.176 177.651 18.244 177.481 18.278C177.356 18.2893 177.265 18.312 177.209 18.346C177.061 18.414 176.903 18.4537 176.733 18.465C176.574 18.4763 176.455 18.4537 176.376 18.397C176.33 18.363 176.302 18.2893 176.291 18.176C176.279 18.074 176.262 17.768 176.24 17.258C176.206 16.544 176.172 15.983 176.138 15.575C176.115 15.1557 176.109 14.9233 176.121 14.878C176.177 14.708 176.104 14.623 175.9 14.623C175.718 14.623 175.333 14.6967 174.744 14.844C174.596 14.878 174.341 14.9347 173.979 15.014C173.661 15.082 173.429 15.1387 173.282 15.184C173.066 15.2407 172.738 15.1953 172.296 15.048C171.865 14.8893 171.593 14.7193 171.48 14.538C171.298 14.2773 171.27 14.079 171.395 13.943C171.519 13.807 171.763 13.7673 172.126 13.824C172.398 13.858 172.687 13.8523 172.993 13.807C173.219 13.773 173.554 13.7277 173.996 13.671C174.562 13.603 174.999 13.5067 175.305 13.382C175.622 13.246 175.888 13.042 176.104 12.77C176.262 12.566 176.455 12.43 176.682 12.362Z' fill='white'/%3E%3Cpath d='M164.52 3.811C164.667 3.72033 164.928 3.709 165.302 3.777C166.356 3.95833 167.098 4.202 167.529 4.508C167.959 4.814 168.197 5.26733 168.243 5.868C168.277 6.19667 168.311 6.44033 168.345 6.599C168.413 6.973 168.413 7.47167 168.345 8.095C168.231 9.149 168.197 10.016 168.243 10.696C168.265 11.104 168.271 12.039 168.26 13.501C168.248 14.6343 168.237 15.3087 168.226 15.524C168.214 15.7393 168.175 15.9377 168.107 16.119C168.027 16.3683 167.988 16.5893 167.988 16.782C167.988 16.9293 167.976 17.0257 167.954 17.071C167.931 17.1277 167.874 17.2183 167.784 17.343C167.67 17.513 167.58 17.6717 167.512 17.819C167.421 18.0797 167.279 18.1817 167.087 18.125C166.905 18.0683 166.849 17.904 166.917 17.632C166.951 17.4847 166.928 17.2353 166.849 16.884C166.633 15.9433 166.509 15.099 166.475 14.351C166.441 13.603 166.412 13.0647 166.39 12.736C166.288 11.0813 166.254 10.1067 166.288 9.812C166.299 9.676 166.288 9.35867 166.254 8.86C166.22 8.35 166.191 7.76633 166.169 7.109C166.135 6.45167 166.101 6.04933 166.067 5.902C166.01 5.74333 165.982 5.61867 165.982 5.528C165.982 5.38067 165.834 5.24467 165.54 5.12C164.69 4.73467 164.27 4.389 164.282 4.083C164.293 3.96967 164.372 3.879 164.52 3.811ZM161.528 7.109C161.698 7.075 161.987 7.058 162.395 7.058C162.859 7.06933 163.165 7.126 163.313 7.228C163.46 7.33 163.715 7.66433 164.078 8.231L164.435 8.809L164.503 9.506C164.593 10.322 164.616 10.7697 164.571 10.849C164.525 10.9283 164.446 11.002 164.333 11.07C164.231 11.138 164.134 11.172 164.044 11.172C163.772 11.172 163.534 11.2797 163.33 11.495C163.205 11.6423 163.063 11.835 162.905 12.073C162.746 12.2997 162.661 12.4527 162.65 12.532C162.638 12.5433 162.627 12.5773 162.616 12.634C162.616 12.6793 162.61 12.7133 162.599 12.736C162.553 12.9287 162.242 13.1893 161.664 13.518C161.176 13.79 160.785 13.977 160.491 14.079C160.207 14.181 159.901 14.2377 159.573 14.249C159.233 14.2717 159 14.3227 158.876 14.402C158.751 14.47 158.66 14.4983 158.604 14.487C158.547 14.4643 158.394 14.351 158.145 14.147C157.793 13.875 157.595 13.5917 157.55 13.297C157.538 13.161 157.584 13.0987 157.686 13.11C157.754 13.11 157.844 13.1497 157.958 13.229C158.694 13.739 159.799 13.3593 161.273 12.09C162.417 11.104 162.882 10.3957 162.667 9.965C162.61 9.85167 162.542 9.78367 162.463 9.761C162.383 9.73833 162.14 9.727 161.732 9.727C161.108 9.727 160.655 9.70433 160.372 9.659C160.1 9.60233 159.867 9.506 159.675 9.37C159.369 9.14333 159.153 8.928 159.029 8.724C158.915 8.52 158.898 8.34433 158.978 8.197C159.057 8.03833 159.227 7.93633 159.488 7.891C159.658 7.857 159.918 7.755 160.27 7.585C160.78 7.347 161.199 7.18833 161.528 7.109Z' fill='white'/%3E%3Cpath d='M146.152 3.845C146.311 3.777 146.526 3.73733 146.798 3.726C147.081 3.71467 147.285 3.73167 147.41 3.777C147.614 3.85633 148.147 3.97533 149.008 4.134C149.507 4.21333 149.847 4.36067 150.028 4.576C150.221 4.78 150.425 5.24467 150.64 5.97C150.685 6.106 150.68 6.38933 150.623 6.82C150.578 7.23933 150.498 7.66433 150.385 8.095C150.306 8.42367 150.119 8.65033 149.824 8.775C149.541 8.88833 149.059 8.945 148.379 8.945C147.688 8.945 147.155 8.83733 146.781 8.622C146.588 8.52 146.486 8.469 146.475 8.469C146.441 8.469 146.311 8.39533 146.084 8.248C145.869 8.08933 145.721 7.97033 145.642 7.891C145.54 7.789 145.404 7.61333 145.234 7.364C145.064 7.10333 144.928 6.86533 144.826 6.65C144.588 6.15133 144.599 5.61867 144.86 5.052C145.132 4.48533 145.563 4.083 146.152 3.845ZM148.396 5.222C148.305 5.188 148.056 5.171 147.648 5.171C147.251 5.171 146.974 5.154 146.815 5.12C146.543 5.086 146.277 5.24467 146.016 5.596C145.812 5.87933 145.699 6.072 145.676 6.174C145.653 6.276 145.687 6.429 145.778 6.633C145.88 6.88233 145.988 7.058 146.101 7.16C146.226 7.25067 146.447 7.35267 146.764 7.466C147.115 7.57933 147.359 7.63033 147.495 7.619C147.631 7.59633 147.795 7.49433 147.988 7.313C148.305 7.01833 148.504 6.769 148.583 6.565C148.628 6.463 148.685 6.361 148.753 6.259C148.912 6.04367 148.895 5.78867 148.702 5.494C148.6 5.33533 148.498 5.24467 148.396 5.222ZM152.136 9.166C152.533 9.132 152.839 9.132 153.054 9.166C153.281 9.18867 153.575 9.25667 153.938 9.37C154.21 9.44933 154.386 9.51733 154.465 9.574C154.544 9.61933 154.646 9.72133 154.771 9.88C155.02 10.1973 155.077 10.5147 154.941 10.832C154.816 11.1493 154.539 11.3533 154.108 11.444C153.859 11.5007 153.643 11.5063 153.462 11.461C153.281 11.4043 153.077 11.291 152.85 11.121C152.589 10.917 152.357 10.7923 152.153 10.747C151.96 10.7017 151.569 10.6847 150.98 10.696C150.266 10.7073 149.801 10.7357 149.586 10.781C149.382 10.8377 149.133 10.8773 148.838 10.9C147.433 11.0247 146.554 11.1097 146.203 11.155C145.863 11.189 145.574 11.2343 145.336 11.291C144.973 11.393 144.713 11.461 144.554 11.495C144.078 11.6197 143.789 11.699 143.687 11.733C143.279 11.8577 142.848 11.8917 142.395 11.835C141.942 11.7783 141.539 11.6367 141.188 11.41C140.848 11.1833 140.695 10.9453 140.729 10.696C140.763 10.5373 141.001 10.492 141.443 10.56C141.738 10.6167 141.964 10.6337 142.123 10.611C142.69 10.5543 143.239 10.4693 143.772 10.356C144.01 10.322 144.276 10.2767 144.571 10.22C144.911 10.152 145.194 10.0953 145.421 10.05C145.534 10.0387 145.693 10.0103 145.897 9.965C146.305 9.88567 146.685 9.829 147.036 9.795C147.263 9.77233 147.461 9.744 147.631 9.71C148.209 9.59667 148.719 9.523 149.161 9.489C149.58 9.44367 149.892 9.40967 150.096 9.387C150.538 9.34167 150.787 9.319 150.844 9.319C151.082 9.285 151.326 9.251 151.575 9.217C151.847 9.183 152.034 9.166 152.136 9.166ZM148.94 11.461C149.28 11.359 149.58 11.376 149.841 11.512C150.26 11.7273 150.504 11.8803 150.572 11.971C150.64 12.0617 150.663 12.2827 150.64 12.634C150.629 12.94 150.583 13.212 150.504 13.45C150.402 13.688 150.345 13.9203 150.334 14.147C150.311 14.4077 150.255 14.6003 150.164 14.725C150.073 14.8383 149.892 14.946 149.62 15.048C149.416 15.116 149.269 15.1783 149.178 15.235C149.099 15.2803 148.951 15.3427 148.736 15.422C148.543 15.4787 148.379 15.558 148.243 15.66C148.096 15.7733 147.937 15.8697 147.767 15.949C147.472 16.085 147.285 16.255 147.206 16.459C147.183 16.5497 147.206 16.612 147.274 16.646C147.365 16.6687 147.608 16.646 148.005 16.578C148.413 16.5213 148.764 16.4477 149.059 16.357C149.569 16.187 150.017 16.119 150.402 16.153C150.787 16.187 151.037 16.3173 151.15 16.544C151.365 16.9973 151.19 17.3713 150.623 17.666C150.068 17.9607 149.286 18.091 148.277 18.057C147.778 18.0457 147.45 18.0117 147.291 17.955C147.132 17.9097 146.883 17.7793 146.543 17.564C146.124 17.2807 145.857 17.0313 145.744 16.816C145.631 16.6007 145.631 16.3343 145.744 16.017C145.778 15.9037 145.772 15.83 145.727 15.796C145.682 15.762 145.529 15.711 145.268 15.643C144.928 15.5523 144.696 15.4617 144.571 15.371C144.458 15.269 144.435 15.1557 144.503 15.031C144.56 14.9403 144.639 14.878 144.741 14.844C144.843 14.81 145.053 14.7817 145.37 14.759C145.778 14.725 146.039 14.6967 146.152 14.674C146.186 14.6627 146.277 14.6457 146.424 14.623C146.571 14.589 146.668 14.5663 146.713 14.555C146.962 14.5097 147.138 14.4643 147.24 14.419C147.353 14.3623 147.529 14.2433 147.767 14.062C148.05 13.8467 148.232 13.671 148.311 13.535C148.402 13.399 148.379 13.3253 148.243 13.314C148.107 13.2913 147.875 13.331 147.546 13.433C146.832 13.6597 146.299 13.7957 145.948 13.841C145.597 13.875 145.296 13.824 145.047 13.688C144.594 13.4613 144.367 13.212 144.367 12.94C144.356 12.6907 144.543 12.5773 144.928 12.6C144.939 12.6 144.951 12.6057 144.962 12.617C145.109 12.6283 145.251 12.6227 145.387 12.6C145.534 12.566 145.886 12.4867 146.441 12.362C146.52 12.3393 146.781 12.277 147.223 12.175C147.359 12.1523 147.552 12.09 147.801 11.988C148.062 11.886 148.232 11.8067 148.311 11.75C148.481 11.6253 148.691 11.529 148.94 11.461Z' fill='white'/%3E%3Cpath d='M136.977 3.318C137.147 3.182 137.64 3.25567 138.456 3.539C139.272 3.811 139.827 4.08867 140.122 4.372C140.258 4.508 140.388 4.68933 140.513 4.916C140.649 5.13133 140.734 5.31267 140.768 5.46C140.813 5.65267 140.83 6.463 140.819 7.891C140.807 9.30767 140.779 10.2143 140.734 10.611C140.711 10.7923 140.677 11.3023 140.632 12.141C140.609 12.7983 140.581 13.212 140.547 13.382C140.513 13.552 140.422 13.7957 140.275 14.113C140.161 14.351 140.065 14.5153 139.986 14.606C139.918 14.6967 139.821 14.7533 139.697 14.776C139.572 14.7987 139.43 14.8553 139.272 14.946C139.136 15.0367 138.977 15.0877 138.796 15.099C138.626 15.1103 138.229 15.1047 137.606 15.082C137.254 15.0593 136.994 15.065 136.824 15.099C136.654 15.1217 136.455 15.1897 136.229 15.303C136.059 15.371 135.945 15.3993 135.889 15.388C135.843 15.3767 135.821 15.3143 135.821 15.201C135.821 15.0877 135.849 15.0083 135.906 14.963C135.962 14.9177 136.081 14.8893 136.263 14.878C136.433 14.8553 136.688 14.8157 137.028 14.759C137.345 14.691 137.645 14.657 137.929 14.657C138.337 14.657 138.575 14.5777 138.643 14.419C138.665 14.3283 138.682 14.0563 138.694 13.603C138.716 13.1383 138.722 12.787 138.711 12.549C138.688 12.3337 138.66 12.2203 138.626 12.209C138.592 12.1977 138.422 12.243 138.116 12.345C137.889 12.4357 137.651 12.5093 137.402 12.566C137.152 12.6113 136.954 12.634 136.807 12.634C136.659 12.634 136.58 12.6113 136.569 12.566C136.569 12.5207 136.529 12.447 136.45 12.345C136.223 12.005 136.348 11.835 136.824 11.835C137.005 11.835 137.3 11.7557 137.708 11.597C138.127 11.427 138.45 11.257 138.677 11.087C138.711 11.0757 138.716 10.815 138.694 10.305C138.682 9.795 138.66 9.51733 138.626 9.472C138.546 9.336 138.28 9.268 137.827 9.268C137.521 9.268 137.362 9.2 137.351 9.064C137.339 8.97333 137.436 8.90533 137.64 8.86C137.9 8.80333 138.133 8.73533 138.337 8.656C138.552 8.56533 138.671 8.486 138.694 8.418C138.728 8.35 138.733 7.86833 138.711 6.973C138.699 6.07767 138.677 5.53367 138.643 5.341C138.597 5.11433 138.529 4.94433 138.439 4.831C138.348 4.71767 138.167 4.58733 137.895 4.44C137.407 4.19067 137.107 4.02067 136.994 3.93C136.88 3.828 136.829 3.71467 136.841 3.59C136.863 3.46533 136.909 3.37467 136.977 3.318ZM132.948 5.137C133.095 5.09167 133.214 5.07467 133.305 5.086C133.996 5.188 134.568 5.29567 135.022 5.409C135.588 5.56767 135.968 5.732 136.161 5.902C136.365 6.072 136.506 6.37233 136.586 6.803C136.654 7.15433 136.682 7.42067 136.671 7.602C136.659 7.78333 136.591 8.00433 136.467 8.265C136.331 8.55967 136.263 8.78633 136.263 8.945C136.263 9.17167 136.166 9.37 135.974 9.54C135.781 9.69867 135.452 9.86867 134.988 10.05C134.716 10.152 134.427 10.2143 134.121 10.237C133.826 10.2597 133.633 10.2313 133.543 10.152C133.509 10.1293 133.299 10.0103 132.914 9.795C132.449 9.53433 132.126 9.30767 131.945 9.115C131.763 8.911 131.605 8.605 131.469 8.197C131.253 7.551 131.276 6.96733 131.537 6.446C131.661 6.19667 131.871 5.936 132.166 5.664C132.46 5.392 132.721 5.21633 132.948 5.137ZM134.784 6.582C134.591 6.48 134.376 6.48 134.138 6.582C134.047 6.62733 133.928 6.633 133.781 6.599C133.633 6.565 133.509 6.57067 133.407 6.616C133.305 6.66133 133.191 6.769 133.067 6.939C132.953 7.08633 132.823 7.23367 132.676 7.381C132.494 7.551 132.421 7.755 132.455 7.993C132.5 8.21967 132.642 8.401 132.88 8.537C133.322 8.79767 133.701 8.83167 134.019 8.639C134.336 8.435 134.631 7.976 134.903 7.262C135.039 6.91067 134.999 6.684 134.784 6.582ZM137.028 10.067C137.141 10.0103 137.22 10.0217 137.266 10.101C137.311 10.169 137.317 10.288 137.283 10.458C137.203 10.832 137.073 11.1153 136.892 11.308C136.722 11.5007 136.455 11.6537 136.093 11.767C135.877 11.8237 135.719 11.8917 135.617 11.971C135.515 12.039 135.39 12.158 135.243 12.328C134.993 12.634 134.648 12.9683 134.206 13.331C133.775 13.6937 133.407 13.9487 133.101 14.096C132.817 14.232 132.313 14.436 131.588 14.708C131.406 14.776 131.163 14.8837 130.857 15.031C130.562 15.167 130.392 15.235 130.347 15.235C130.313 15.235 130.279 15.252 130.245 15.286C130.177 15.354 130.018 15.3597 129.769 15.303C129.519 15.2463 129.372 15.1727 129.327 15.082C129.27 14.9347 129.287 14.7647 129.378 14.572C129.48 14.368 129.599 14.266 129.735 14.266C129.848 14.266 130.097 14.1753 130.483 13.994C130.879 13.8127 131.248 13.6143 131.588 13.399C131.724 13.3083 131.967 13.1327 132.319 12.872C132.67 12.6 132.846 12.4583 132.846 12.447C132.834 12.413 132.772 12.396 132.659 12.396C132.545 12.396 132.387 12.413 132.183 12.447C131.979 12.4697 131.78 12.5093 131.588 12.566C131.18 12.668 130.874 12.719 130.67 12.719C130.352 12.7303 130.012 12.617 129.65 12.379C129.287 12.1297 129.015 11.8293 128.834 11.478C128.732 11.2967 128.76 11.138 128.919 11.002C129.077 10.866 129.253 10.849 129.446 10.951C129.672 11.0643 130.029 11.1323 130.517 11.155C131.004 11.1663 131.491 11.1267 131.979 11.036C132.069 11.0247 132.29 10.985 132.642 10.917C132.925 10.883 133.123 10.849 133.237 10.815C133.327 10.7923 133.469 10.7583 133.662 10.713C133.832 10.6677 134.002 10.611 134.172 10.543C134.342 10.475 134.478 10.4297 134.58 10.407C134.84 10.339 134.971 10.305 134.971 10.305C135.458 10.169 135.968 10.101 136.501 10.101C136.795 10.101 136.971 10.0897 137.028 10.067ZM134.223 15.048C134.449 15.0027 134.602 15.0027 134.682 15.048C134.761 15.0933 134.812 15.1953 134.835 15.354C134.846 15.5127 134.925 15.7393 135.073 16.034C135.22 16.3287 135.35 16.5327 135.464 16.646C135.509 16.6913 135.673 16.765 135.957 16.867C136.251 16.969 136.478 17.037 136.637 17.071C136.761 17.0937 137.045 17.0143 137.487 16.833C137.77 16.7197 138.053 16.68 138.337 16.714C138.631 16.7593 138.869 16.8727 139.051 17.054C139.198 17.19 139.272 17.3147 139.272 17.428C139.272 17.5413 139.198 17.717 139.051 17.955C138.994 18.057 138.954 18.125 138.932 18.159C138.92 18.193 138.875 18.2327 138.796 18.278C138.728 18.3347 138.677 18.3687 138.643 18.38C138.62 18.3913 138.541 18.4027 138.405 18.414C138.269 18.4253 138.15 18.431 138.048 18.431C137.946 18.431 137.764 18.431 137.504 18.431C136.937 18.431 136.569 18.4197 136.399 18.397C136.229 18.3743 136.081 18.3177 135.957 18.227C135.866 18.159 135.73 18.0853 135.549 18.006C135.243 17.8473 134.863 17.479 134.41 16.901C133.956 16.323 133.73 15.9093 133.73 15.66C133.73 15.5127 133.775 15.3823 133.866 15.269C133.968 15.1443 134.087 15.0707 134.223 15.048Z' fill='white'/%3E%3Cpath d='M123.806 4.168C124.033 4.134 124.327 4.14533 124.69 4.202C125.053 4.24733 125.319 4.321 125.489 4.423C125.693 4.54767 125.823 4.73467 125.88 4.984C125.937 5.23333 125.908 5.48833 125.795 5.749C125.727 5.89633 125.693 6.11733 125.693 6.412C125.693 6.69533 125.67 6.939 125.625 7.143C125.421 8.04967 125.251 8.622 125.115 8.86C125.047 8.98467 125.047 9.05267 125.115 9.064C125.194 9.07533 125.5 9.064 126.033 9.03C126.815 8.97333 127.416 8.962 127.835 8.996C128.254 9.03 128.623 9.12633 128.94 9.285C129.303 9.46633 129.524 9.70433 129.603 9.999C129.694 10.2937 129.62 10.5657 129.382 10.815C129.257 10.951 129.025 11.0417 128.685 11.087C128.356 11.1323 128.113 11.104 127.954 11.002C127.58 10.7867 127.28 10.6563 127.053 10.611C126.838 10.5543 126.486 10.543 125.999 10.577C125.852 10.5883 125.631 10.6053 125.336 10.628C125.041 10.6507 124.888 10.662 124.877 10.662C124.594 10.6733 124.299 10.7187 123.993 10.798C123.517 10.9113 123.109 10.9963 122.769 11.053C122.463 11.0983 122.202 11.1493 121.987 11.206C121.726 11.274 121.454 11.3193 121.171 11.342C120.842 11.376 120.525 11.4383 120.219 11.529C119.856 11.631 119.55 11.699 119.301 11.733C119.006 11.801 118.723 11.8747 118.451 11.954C117.986 12.1127 117.612 12.192 117.329 12.192C117.261 12.192 117.012 12.1127 116.581 11.954C116.15 11.784 115.884 11.665 115.782 11.597C115.725 11.563 115.652 11.478 115.561 11.342C115.47 11.1947 115.425 11.0927 115.425 11.036C115.425 10.9227 115.482 10.8433 115.595 10.798C115.708 10.7527 115.912 10.73 116.207 10.73C116.592 10.73 117.153 10.6733 117.89 10.56C118.253 10.5033 118.819 10.3957 119.59 10.237C119.896 10.1803 120.219 10.1237 120.559 10.067C120.763 10.0217 121.086 9.95933 121.528 9.88C121.947 9.78933 122.225 9.73267 122.361 9.71C122.905 9.59667 123.211 9.523 123.279 9.489C123.347 9.44367 123.392 9.33033 123.415 9.149C123.426 8.945 123.455 8.65033 123.5 8.265C123.557 7.86833 123.591 7.466 123.602 7.058L123.636 6.429H123.347C122.667 6.429 121.925 6.633 121.12 7.041C120.803 7.19967 120.542 7.279 120.338 7.279C120.134 7.26767 119.919 7.16 119.692 6.956C119.533 6.83133 119.369 6.718 119.199 6.616C119.006 6.514 118.831 6.34967 118.672 6.123C118.513 5.885 118.434 5.67533 118.434 5.494C118.434 5.324 118.502 5.222 118.638 5.188C118.774 5.14267 119.023 5.154 119.386 5.222C119.533 5.256 119.715 5.273 119.93 5.273C120.157 5.273 120.321 5.26167 120.423 5.239C120.616 5.18233 120.956 5.09167 121.443 4.967C121.67 4.899 121.93 4.797 122.225 4.661C122.61 4.46833 123.137 4.304 123.806 4.168ZM120.049 13.586C120.117 13.552 120.253 13.5293 120.457 13.518C120.672 13.5067 120.808 13.518 120.865 13.552C120.899 13.586 120.933 13.7163 120.967 13.943C121.012 14.385 121.16 14.844 121.409 15.32C121.545 15.592 121.647 15.7563 121.715 15.813C121.794 15.8697 121.998 15.9263 122.327 15.983C122.622 16.051 122.843 16.0737 122.99 16.051C123.149 16.0397 123.353 15.9773 123.602 15.864C124.055 15.66 124.378 15.5467 124.571 15.524C124.775 15.5013 125.007 15.5523 125.268 15.677C125.381 15.7337 125.478 15.83 125.557 15.966C125.648 16.102 125.693 16.2323 125.693 16.357C125.693 16.4363 125.642 16.5837 125.54 16.799C125.449 17.0257 125.37 17.173 125.302 17.241C125.143 17.4223 124.554 17.53 123.534 17.564C123.092 17.5867 122.792 17.581 122.633 17.547C122.474 17.5243 122.327 17.4507 122.191 17.326C122.078 17.224 121.93 17.1163 121.749 17.003C121.636 16.9237 121.415 16.7197 121.086 16.391C120.757 16.0737 120.536 15.8357 120.423 15.677C120.332 15.5637 120.242 15.3823 120.151 15.133C120.038 14.8723 119.936 14.6853 119.845 14.572C119.72 14.402 119.675 14.2263 119.709 14.045C119.743 13.8637 119.856 13.7107 120.049 13.586Z' fill='white'/%3E%3C/svg%3E%0A"); } 
 #service > ul { display: flex; align-items: center; justify-content: flex-start; position: fixed; bottom: 20px; left: calc(50% - 94px); } 
 #service.showYear > ul { bottom: 110px; } 
 #service > ul li { border-bottom: 0 solid #000; margin: 0 7px; } 
 #service > ul li.n1 { display: none; } 
 #service > ul li a { width: 74px; height: 74px; } 
 #service > ul li.active .inner { top: 0; left: 0; } 
 #service > ul li a::before { background-color: #323745; } 
 #service > ul li.active a::before,
 #service > ul li.active a:hover::before { background-color: #2594CF; left: 0; top: 0; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15); height: 100%; } 
 #m-toggle { top: 0; width: 74px; height: 70px; box-shadow: 0 3px 6px 0 rgba(50, 55, 69, 0); border-left: 1px solid rgba(255, 255, 255, 0.30); border-radius: 0; } 

 #totalWrap { margin-left: 0; width: 100%; padding-left: 0; } 
  #service .log{width: 74px;height: 70px;left:auto;right: 70px;        border-left: 1px solid rgba(255, 255, 255, 0.30);}
 #map-legend { right: auto; left: 10px; } 
 #intro { padding-left: 0; } 
 #year { left: 0; top: 70px; width: 100%; height: calc(100% - 70px);}
 .year-control { padding-left: 20px; padding-right: 20px; } 

 .tooltip-menu { width: 150px; height: 44px; position: relative; } 
 .year-list dl {  margin-left: 50px;}
 .year-list dd { width: 176px; height: 167px; } 
 .range { width: calc(100% - 220px); height: 30px; } 
 #intro { z-index: 1000; } 
 #info { z-index: 999; height: calc(100% - 70px);}
 .year-control { justify-content: center; } 
 .tooltip-wrap { display: none; } 
 #gnb .dept1 > li > button i{width: 50px;height: 50px;}
 }
@media (max-width:700px){
 #intro .intro_inner header span { padding: 0 15px; word-break: keep-all; font-size: 16px; } 
 #intro .intro_inner header span br { display: none; } 
 }
@media (max-width:640px){
 #gnb .dept1 > li.btn_14 { width: 150px; height: 45px; } 
 #gnb .dept1 > li.btn_14 button .text { text-align: left; } 
  .year-list dl{ height: 550px; }
  .year-list dd { width: 146px !important; height: 111px; }
 }
@media (max-width:540px){
 #service > ul {
 left: calc(50% - 53px); } 
 #service > ul li { margin: 0 4px; } 
 #service > ul li a { width: 45px; padding: 0 5px; height: 45px; } 
 #service > ul li a span { font-size: 14px; } 
 #service > ul li i { display: none; } 
 }
@media (max-width:510px){
 
 #gnb .dept1 > li > button .text { width: 100%; padding: 0; text-align: center; } 
 #gnb .dept1 > li.btn_14 button .text { text-align: left; } 
 #intro .intro_inner .middle-text .c-sub { font-size: 16px; } 
 #intro .intro_inner .middle-text .c-tit { top: 250px; font-size: 14px; } 
 #intro .intro_inner .middle-text img { width: 100%; max-width: 434px; max-height: none; } 
 #map-legend { display: none; bottom: 5px; left: 5px; padding: 7px 5px; border-radius: 4px; } 
 #map-legend li { padding: 2px; margin: 0 4px; } 
 #service > ul li a span { font-size: 13px; } 
 #service > ul li i { display: none; } 
 #gnb .dept1 { padding-top: 80px; } 
 .desc { padding: 8px; font-size: 16px; justify-content: center; word-break: keep-all; min-height: 35px; height: auto; text-align: center; } 
 .desc i { display: none; } 
 
 .tooltip-menu { position: absolute; right: 10px; top: -55px; } 
 .range { width: calc(100% - 40px); height: 30px; } 
 .year-list dd { width: 140px; height: 130px; } 
 .year-list dl { min-width: 260px; margin-left: 20px;}
 .tooltip { top: -130px; left: -17px; } 
 .tooltip span { max-width: 245px; } 
 .tooltip::after { bottom: -13px; left: 14px; } 
}
@media (max-width:460px){
 #service > ul { left: 16px; } 
 #gnb .dept1 { padding-left: 5px; padding-right: 5px; } 
 #intro .intro_inner header h1 { width: 100%; background-size: 80% auto; } 
 }
@media (max-width:420px) {
  #m-logo{
    width: calc(100% - 170px);
  }
 #intro .intro_inner header { padding-bottom: 50px; } 
 #intro .intro_inner header span { padding: 0 15px; } 
 #intro { padding-left: 0; height: 100%; } 
 #totalWrap { width: 100%; margin-left: 0; } 
 #map { height: 100%; } 
 .c-top-box { height: 90px; } 
 .c-top-box .c-logo { padding-top: 20px; } 
 .c-top-box .c-logo img { width: 100%; max-width: 140px; max-height: none; } 
 #header { width: 260px; } 
 #intro .intro_inner .middle-text { padding: 0 15px; } 
 #intro .intro_inner .middle-text .c-tit { top: 110%; width: 100%; padding: 0 10px; line-height: 1.2; } 
 #gnb .dept2 > li > button { padding-left: 40px; } 
 .c-top-box .c-logo img { background-image: url("data:image/svg+xml,%3Csvg width='183' height='45' viewBox='0 0 183 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_5469_5390)'%3E%3Cpath d='M53.4964 30.9424V27.7988C57.0746 26.7509 59.6304 22.7126 59.6304 17.7798V9.98452H63.2341V17.7798C63.2341 22.2015 65.4066 26.2908 69.1126 27.7221V30.8658C66.0711 30.0479 62.7741 27.2365 61.4962 24.4506C59.9371 27.7221 56.9212 30.1246 53.4964 30.9424ZM71.3617 32.4248V9.60114H74.8377V17.7543H77.9047V20.8724H74.8377V32.4248H71.3617ZM96.2365 32.4248V9.60114H99.7124V32.4248H96.2365ZM79.5213 24.7317V16.1952C79.5213 12.1059 82.2305 9.72894 86.3454 9.72894C90.4603 9.72894 93.1695 12.1059 93.1695 16.1952V24.7317C93.1695 28.8211 90.4603 31.198 86.3454 31.198C82.2305 31.198 79.5213 28.8211 79.5213 24.7317ZM89.6935 24.834V16.093C89.6935 13.9972 88.3901 12.617 86.3454 12.617C84.3007 12.617 82.9972 13.9972 82.9972 16.093V24.834C82.9972 26.9298 84.3007 28.3099 86.3454 28.3099C88.3901 28.3099 89.6935 26.9298 89.6935 24.834ZM103.629 30.8146V10.189H107.105V17.4987H113.699V10.189H117.175V18.6488H120.345V9.60114H123.82V32.4248H120.345V21.767H117.175V30.8146H103.629ZM107.105 27.901H113.699V20.4124H107.105V27.901ZM128.76 22.4059V10.0868H147.801V12.9237H132.287V14.7895H147.596V17.5243H132.287V19.5689H148.184V22.4059H128.76ZM126.843 26.9553V24.0161H149.59V26.9553H140.031V32.4248H136.402V26.9553H126.843ZM151.845 24.7829V16.1441C151.845 12.0548 154.555 9.72894 158.618 9.72894C162.682 9.72894 165.391 12.0548 165.391 16.1441V18.6488H168.561V9.60114H172.037V32.4248H168.561V21.767H165.391V24.7829C165.391 28.8722 162.682 31.198 158.618 31.198C154.555 31.198 151.845 28.8722 151.845 24.7829ZM161.915 24.8595V16.0674C161.915 13.9716 160.663 12.6426 158.618 12.6426C156.574 12.6426 155.321 13.9716 155.321 16.0674V24.8595C155.321 26.9553 156.574 28.2844 158.618 28.2844C160.663 28.2844 161.915 26.9553 161.915 24.8595Z' fill='white'/%3E%3C/g%3E%3Cg filter='url(%23filter1_d_5469_5390)'%3E%3Cpath d='M17.6367 9.61474L23.2546 26.1191L28.8725 9.61474H34.927L27.0677 32.814H19.4414L11.5822 9.61474H17.6367Z' fill='url(%23paint0_linear_5469_5390)' shape-rendering='crispEdges'/%3E%3C/g%3E%3Cg filter='url(%23filter2_d_5469_5390)'%3E%3Cpath d='M31.6118 9.61474H44.6232C45.6129 9.61474 46.5734 9.76028 47.4758 10.0223C48.349 10.3133 49.1058 10.7209 49.7462 11.2448C50.3866 11.827 50.8814 12.5256 51.2598 13.3988C51.6091 14.2721 51.8129 15.32 51.8129 16.4843C51.8129 18.0561 51.5509 19.3078 51.027 20.2392C50.503 21.2289 49.7171 21.9857 48.6983 22.5679L53.1228 32.814H46.8063L43.1969 24.3144L37.6663 25.5369V32.814H31.6118V9.61474ZM45.7875 16.6298C45.7875 16.1059 45.6129 15.611 45.2636 15.2035C44.8851 14.8251 44.3903 14.6214 43.8081 14.6214H37.6663V20.2392L43.1969 19.2205C44.1865 19.0458 44.856 18.7256 45.2344 18.2599C45.5837 17.7942 45.7875 17.2702 45.7875 16.6298Z' fill='url(%23paint1_linear_5469_5390)'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_5469_5390' x='42.8467' y='0.371698' width='139.84' height='44.1224' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1.41991'/%3E%3CfeGaussianBlur stdDeviation='5.32468'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_5469_5390'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_5469_5390' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_5469_5390' x='0.93268' y='0.385308' width='44.6444' height='44.498' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1.41991'/%3E%3CfeGaussianBlur stdDeviation='5.32468'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_5469_5390'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_5469_5390' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter2_d_5469_5390' x='20.962' y='0.385308' width='42.8104' height='44.498' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1.41991'/%3E%3CfeGaussianBlur stdDeviation='5.32468'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_5469_5390'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_5469_5390' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_5469_5390' x1='11' y1='17.8442' x2='40.9245' y2='17.8442' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2316FFAB'/%3E%3Cstop offset='1' stop-color='%2316FFAB' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_5469_5390' x1='29.5742' y1='17.8442' x2='59.4988' y2='17.8442' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2316FFAB'/%3E%3Cstop offset='1' stop-color='%2316FFAB' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"); } 
 .c-top-box { background-image: none; } 
 }
@media (max-width:370px){
 #info { width: 90%; } 
 .marker_info { width: 220px; } 
 .marker_info .close_btn { right: -46px; width: 40px; height: 40px; } 
 }
@keyframes floating { 
 0% { margin-top: 0; } 
 50% { margin-top: 5px; } 
 100% { margin-top: 0; } 
 }
 @media (max-height:1024px){
   .year-list dl{ height: 650px; }
 .year-list dd { width: 186px; height: 131px; }
 }
 @media (max-height:840px){
  .year-list dl{height: calc(100vh - 300px); }
  .year-list dd { width: 146px; height: 111px; }
 
 }

