@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Ruda:400,700');
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700');

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, address, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, select, textarea, *{margin:0; padding:0;box-sizing: border-box;}
h1, h2, h3, h4, h5, h6 {letter-spacing:-0.5px;font-weight: 500;}
img, fieldset{border:0; vertical-align:top;}
table{border-collapse:collapse;}
ul, ol, li{list-style:none;}
address, em{font-style:normal; font-weight:normal; }
li img, object{vertical-align:top;}
caption,th { text-align:left;}
input, select, textarea, form img{vertical-align:top; padding:0;}
a {outline:none;text-decoration:none; color:#333;}
button{border:none; cursor:pointer;}
body { font: 16px /1.5 "Pretendard Variable";color:#333;overflow-x:hidden;scroll-behavior: smooth;}
input[type="checkbox"], input[type="radio"] {width:14px; height:14px; position:relative; top:1px; margin-right:8px;}
button{outline: none;border: 1px solid #000;background-color: transparent;}
html{scroll-behavior: smooth;}
/* 스크롤을 막는 style */
.no-scroll{overflow: hidden;}
/*공통 class정의하여 style*/
.mx-auto{margin: 0 auto;}
.ml-auto{margin-left: auto;}
.mr-auto{margin-right: auto;}
.my-0{margin-top:0 !important;margin-bottom: 0 !important;}
.flex{display: flex;}
.align-items-center{align-items: center;}
.justify-content-center{justify-content: center;}
.h-auto{height: auto;}
.h-100{height: 100%;}
.w-100{width: 100% !important;}
.flex-column{flex-direction: column;}
.blueDot{color: #0191D8;}
.position-relative{position: relative;}
.position-absolute{position: absolute;}
.max-width{max-width: 1920px;}
.right0{right: 0;}
.left0{left: 0;}
.top0{top: 0;}
.bottom0{bottom: 0;}
.pointer{cursor: pointer;}
.bg-transparent{background-color: transparent;}
.border-none{border:none;}
.categorySize{font-size: 2rem;}
.flex-wrap{flex-wrap: wrap;}
.mt-auto{margin-top: auto !important;}
.mt-0{margin-top:0 !important;}
.opacity30{opacity: 0.3;}
.align-items-end{align-items: end;}
.white{color: #fff;}
.fontXL{font-size: 1.25rem;}
.fontXXL{font-size: 1.75rem;}
.ftsizeXL{font-size: 5vw;}
.center{text-align: center;}
.listStyle-none{list-style: none !important;}
.mt_minous{margin-top:-40px !important;}
.mb-3{margin-bottom: 2rem !important;}
.flex-none{flex:none;}
.flex-1{flex: 1;}
.overflow-auto{overflow: auto;}
.d-none{display: none;}

/*공통 커스텀 style-title이나 label인 경우 사용자가 드래그해도 잡히지 않도록 설정*/
div[class*="titleBox_"] > h4,
.roadInfo > div > div > span:first-child,.roadInfo > div > div > div > span:first-child,
.Eng,
.blueDot,h4{user-select: none;}

/*리모콘 메뉴*/
#remote-menu{position: fixed;left: -100px;top: 40%;transform: translateY(-50%);background-color: rgba(0, 0, 0, 0.7);padding: 5px;border-radius: 10px;transition: all 0.3s ease;opacity: 0; /* 초기에는 숨김 상태 */z-index: 1000;}
#remote-menu:hover{left: 5px !important;background-color: #303030;}
#remote-menu:hover a{font-size: 1rem;opacity: 1;}
#remote-menu ul{list-style: none;}
#remote-menu li{position: relative;overflow: hidden;}
#remote-menu li::before{content: '';display: inline-block;position: absolute;top: 0;bottom: 0;margin: auto 0;width: 100%;background-color: #22B7EC;height: 1px;transform: translateX(-100%);transition: all .3s;}
#remote-menu li:hover::before{transform: translateX(0);}
#remote-menu a{color: #fff;text-decoration: none;font-weight: 400;display: block;padding: 7px 12px;border-radius: 5px;transition: all 0.3s;font-size: 12px;z-index: 2;position: relative;text-shadow: -3px -3px 0 #303030,3px -3px 0 #303030,-3px 3px 0 #303030,3px 3px 0 #303030,-3px 0px 0 #303030,3px 0px 0 #303030,0px -3px 0 #303030,0px 3px 0 #303030,-2px -2px 0 #303030,2px -2px 0 #303030,-2px 2px 0 #303030,2px 2px 0 #303030;opacity: 0.5;}


/*헤더*/
.headerBox {position: absolute;left: 0;right: 0;top:0;width:100%;height:60px; margin:0 auto; background-color:rgba(255,255,255,1); z-index:1;transition: all .3s;box-shadow: 0px -4px 26px rgba(0, 0, 0, 0.1);padding: 0 2rem;}
/*홈 메뉴 hover했을 때, 보이는 회사 연혁*/
.headerBox .menuBox li:first-child a:nth-child(2){opacity: 1;transition: all .3s;display: flex;height: 0;width: 100%;border-radius: 20px;backdrop-filter: blur(5px);background-color: rgba(255,255,255,0.26);position: absolute;top: 60px;padding: 0;overflow: hidden;align-items: center;justify-content: center;overflow: hidden;}
.headerBox:hover .menuBox li:first-child a:nth-child(2){width: 100%;height:38px;color: #000;padding: 0.25rem 1rem;}
.headerBox .menuBox li:first-child a:nth-child(2):hover{background-color: rgba(255,255,255,1);color: #303030;top: 62px;}
.headerBox .menuBox li:first-child a:nth-child(2)::before{content: '';display: inline-block;position: absolute;height: 180px;background: #0191D8;transition: all .3s;position: absolute;left: -38px;width: 180px;border-radius: 250px;bottom: -182px;}
.headerBox .menuBox li:first-child a:nth-child(2):hover::before{width: 100%;left: 0;bottom: -172px;}
.header_align{max-width: 1920px;display: flex;height: 100%;margin: 0 auto;align-items: center;}
/*헤더-로고*/
.logo_pc{height: 24px;}
/*헤더-메뉴박스*/
.menuBox{display: flex;margin-left: auto;}
/*메뉴 리스트*/
.header_align nav,.header_align ul,.header_align li,.header_align a{height: 100%;}
.menuBox li a{padding: 0.5em 1.75rem;display: flex;align-items: center;position: relative;font: bold 17px/1.8 "Ruda";cursor: pointer;}
.menuBox li:first-child a:first-child{color: #0191D8;}
/*헤더 hover 애니메이션*/
.header_align li{transition: all .2s;position: relative;}
.header_align li::before{content: '';display: inline-block;position: absolute;left: 0;right: 0;top: -20px;bottom: 0;margin: auto;transform: rotate(45deg);width: 5px;height: 5px;border-style: solid; border-color:#0191D8;border-width: 0 2px 2px 0;opacity: 0;transition: all .2s;border-radius: 1px;}
.header_align li:hover::before{opacity: 1;top: -30px;}
.background-container > .background{background-repeat: no-repeat;background-position: center bottom;background-size: cover;position: absolute;top: 0;left: 0;width: 100%;height: 100%;transition: all .3s;}
#bg1{background-image: url(/img/main.jpg);}
#bg1{background-image: url(/img/main2.jpg);}
/*미니사이즈 헤더 메뉴*/
nav .mini-menuBox{position: fixed;display: flex;flex-direction: column;background-color: rgba(255,255,255,0.7);backdrop-filter: blur(9px);height: 100vh;width: fit-content;padding: 3rem 0 0 0;top: 0;right: -311.8px;box-shadow: 0 1px 12px rgba(0,0,0,0.25);transition: all .3s;}
nav .mini-menuBox li{padding:0;height: auto;display: flex;flex-direction: column;width: 100%;position: relative;}
nav .mini-menuBox li a{padding: 1rem 2rem;font-size: 2rem;position: relative;overflow: hidden;cursor: pointer;}
nav .mini-menuBox li::before{width: 1vw;height: 1vw;border: 3px solid #0191D8;transform: rotate(-45deg);position: absolute;top: 0;left: 20px;opacity: 0;right: auto;bottom: 0;margin: auto 0;border-width: 0 3px 3px 0;}
nav .mini-menuBox li:hover::before{left: 13px;opacity: 1;top: 0;bottom: 0;}
/*미니사이즈 헤더 */
.mini-menuBox li:last-child{top: 0;right: 0;position: absolute;}
.mini-menuBox li:last-child::before{content: none;}
.mini-menuBox li:last-child button[id*="Xbtn"]{top: 10px;right: 15px;}
/*미니사이즈일 때, 사이드바 나오게 하는 버튼*/
#sideMenu{width: 100px;height: 100%;position: relative;right: 0;background-color: #fff;display: flex;justify-content: space-between;flex-direction: column;padding:1.2rem 1rem;border:0;align-items: center;display: none;}
#sideMenu > span{display: inline-block;height: 1px;width: 50%;background-color: #303030;}
/* 페이지 로드 시 컨텐츠 페이드 인 */
.bodySection{opacity: 0;animation: fadeIn 2s ease-in-out forwards;animation-delay: 1s;height: 95vh;overflow: hidden;position: relative;}
/*대문 이미지*/
.BgShadow{background-color: rgba(0,0,0,0.43);position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
/*대문 그라디언트 상단*/
.BgShadow::before,.BgShadow::after{content: '';display: inline-block;position: absolute;top: 0;left: 0;width: 100%;height: 20vh;background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0));}
/*대문 그라디언트 하단*/
.BgShadow::after{top: auto;bottom: 0;background: linear-gradient(rgba(0,0,0,0), rgba(0,20,39,1));}
/*타이틀*/
.TitleBox{padding: 60px 6rem 5rem 6rem;top: 0;left: 0;width: 100%;height: 100%;right: 0;display: flex;flex-direction: column;}
.TitleBox > hgroup{position: relative;margin-top: 6%;}
.TitleBox h1,.TitleBox h4,.TitleBox > nav{color: #fff;}
.TitleBox h4{font-size: 2rem;padding-left: 7px;font-weight: 300;}
.TitleBox h1{font-weight: bold;font-size: 6rem;line-height: 6rem;}
/*타이틀 아래 솔루션 메뉴*/
.TitleBox > nav{margin-top: auto;font-size: 2.1rem;font-weight: 300;}
.TitleBox > nav ul:last-child{margin-left: 1%;}
.TitleBox > nav ul li{position: relative;padding: 4px 20px;display: flex;opacity: 0.85;cursor: pointer;backdrop-filter: blur(0);transition: all .2s;border-radius: 20px;}
.TitleBox > nav ul li::before,.TitleBox > nav ul li::after{content: '';display: inline-block;position: absolute;width: 6px;height: 6px;background-color: #0191D8;border-radius: 20px;top: 0;bottom: 0;margin: auto;left: 0;}
.TitleBox > nav ul li .arrow{display: inline-block;width: 50px;height: 100%;position: relative;margin-left: 10px;opacity: 0.2;transition: all .2s;}
.TitleBox > nav ul li .arrow::before,.TitleBox > nav ul li .arrow::after{content: '';display: inline-block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
.TitleBox > nav ul li .arrow::before{transform: rotate(-45deg);border: 2px solid #fff;width: 10px;height: 10px;border-width: 0 2px 2px 0;left: auto;right: 10px;}
.TitleBox > nav ul li .arrow::after{background-color:#fff; height: 2px;width: 34px;}
.TitleBox li a{top: 0;left: 0;z-index: 3;}
.TitleBox > nav ul li span:first-child{position: relative;z-index: 3;}
.TitleBox > nav ul li span:first-child::before,.TitleBox > nav ul li span:first-child::after{content: '';display: inline-block;z-index: -1;position: absolute;bottom: 8px;width: 0;left: 0;height: 0;transition: all .2s;}
/*대문 솔루션 메뉴 hover*/
.TitleBox > nav ul li:hover,.TitleBox > nav ul li:hover .arrow{opacity: 1;}
.TitleBox > nav ul li:hover{background-color: rgba(0,0,0,0.3);backdrop-filter: blur(10px);}
.TitleBox > nav ul li:hover span:first-child::before,.TitleBox > nav ul li:hover span:first-child::after{width: 100%;height: 8px;background-color: #0191D8;left: 5px;border-radius: 2px;}
.TitleBox > nav ul li:hover span:first-child::after{height:12px;bottom: 10px;background-color: #22B7EC;left: 0;left: 0;}
.TitleBox > nav ul li span:first-child::after{bottom: 10px;left: 0;z-index: -2;}

/*솔루션 둘러보기 버튼 스타일*/
.LetsSolution{background-color: rgba(0, 0, 0, 0.4);backdrop-filter: blur(11px);border-radius: 10rem;border: 1px solid #fff;color: #fff;white-space: nowrap;display: inline-block;width: fit-content;font-size: 1.2rem;font-weight: 100;padding: 0.5rem 1.5rem;margin-top: 3rem;transition: all .3s;position: relative;overflow: hidden;}
.LetsSolution::before{content: '';display: inline-block;position: absolute;top: 0;left: 0;right:auto;bottom:0;margin:auto; width: 30px;height: 30px;border-radius: 30px;background-color: #22B7EC;transform: translateX(-110%);transition: all .3s;}
.LetsSolution:hover::before{transform: translateX(-50%);}
.LetsSolution:hover{border-color: #22B7EC;color: #fff;font-weight: 400;background-color: rgba(0, 0, 0, 0.8);}
.LetsSolution a{top: 0;left: 0;display: inline-block;width: 100%;height: 100%;}

/*우측 스크롤다운 박스*/
.scrollDownBox{color: #fff;transform: rotate(-90deg) scale(1);right: -100px;bottom: 0;transform-origin: left bottom;font-size: 1.3rem;font-weight: 200;transition: all .3s;padding-left: 4rem;opacity: 0.8;user-select: none;}
.txt{animation: movingArrow 1.5s ease-in-out infinite alternate;animation-delay: 1.5s;display: inline-block;}
.shape{display: inline-block;width: 40px;height: 10px;border-bottom: 1px solid #fff;position: absolute;bottom:9px;left: 18px;letter-spacing: 0;animation: movingArrow 1.5s ease-in-out infinite alternate;animation-delay: 1s;}
.shape::before{content:'';display: inline-block;width: 10px;height: 10px;border: 1px solid #fff;position: absolute;top: 10px;left: -24px;right: 0;bottom: 0;margin: auto;transform: rotate(45deg);border-width: 0 0 0 1px;}

/*고객 섹션*/
.clientArea{padding: 5rem;height: auto;display: flex;flex-direction: column;width: 100%;}
/* 고객 더보기 버튼 */
#clientModalBtn{border-radius: 5px; height: 22px;padding: .5rem .25rem;margin-left: 10px;border-color: transparent;transition: all .2s ease-in-out;opacity: 0.4;}
#clientModalBtn:hover{border-color: #0191D8;opacity: 1;}
/*고객 섹션의 로고 배경 홀수는 회색, 짝수는 흰색*/
.clientArea ul:nth-child(even) li:nth-child(even),.clientArea ul:nth-child(odd) li:nth-child(odd){background-color: #fff;}
.clientArea ul:nth-child(even) li:nth-child(odd),.clientArea ul:nth-child(odd) li:nth-child(even){background-color: #FAFAFA;border-radius: 3px;}
.clientArea ul li{height: 170px;flex: 1;}
/*고객 섹션, 가운데 위치한 타이틀*/
.clientArea ul:nth-child(even) li.thrTitle{background-color: #494A4B;overflow: hidden;}
/*고객 섹션의 꾸밈성 동그라미*/
.thrTitle > em{border-radius: 150px;background: linear-gradient(rgba(0,0,0,0), rgba(0,20,39,1));display: inline-block;position: absolute;left: 50%;right: 0;margin: auto;top: 190px;bottom: 0;width:100%;height: 300px;transform: translate(-50%);transition: all .5s;}
.thrTitle:hover > em{top: 175px;}
/*고객 섹션의 타이틀*/
.titleBox_Client h4,.thrTitle button{color: #fff;}
.thrTitle button{border: 1px solid transparent;padding: 2px 8px;border-radius: 5px;top: 6px;right: 6px;transition: all .2s;opacity: 0.45;}
.thrTitle button:hover{border: 1px solid #fff;opacity: 1;}
/*고객 로고 영역*/
.clientArea ul li:not(.thrTitle),.partnerImgBox li{display: flex;align-items: center;justify-content: center;}
/*로고가 svg일 경우*/
.clientArea ul li:not(.thrTitle) span,.partnerImgBox li span{width: 200px;height: 100%;background-repeat: no-repeat;display: inline-block;background-position: center;background-size: 100% auto;text-align: center;display: flex;align-items: center;justify-content: center;position: relative;}
/*로고가 png일 경우*/
.clientArea ul li span img,.partnerImgBox li img{display: inline-block;width: 100%;height: auto;}
.partnerImgBox .planit img{max-width: 160px;}
/*김앤장*/
.kimNjang{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' x='0px' y='0px' viewBox='0 0 1366 150'%3E%3Cg fill='%23692F1D'%3E%3Cpath d='M43.765 67.188h.787c5.916-6.205 30.964-31.821 35.934-37.647 4.8-5.716 8.645-10.029 8.645-12.848 0-1.932-.777-3.217-2.41-3.645-1.633-.19-2.251-.478-2.251-1.594 0-1.205.817-1.543 2.739-1.543 3.555 0 13.057.537 17.628.537 5.438 0 14.77-.537 20.238-.537 1.573 0 2.868.339 2.868 1.543 0 1.265-.867 1.563-2.669 1.563-2.38 0-6.673.727-9.9 1.912-5.328 1.972-11.175 5.707-18.565 12.928-5.219 5.158-31.322 30.864-37.069 36.929 6.205 8.187 39.778 44.31 46.471 50.694 7.619 7.3 15.298 15.089 24.63 18.535 5.069 2.151 8.505 2.599 10.617 2.599 1.086 0 2.241.359 2.241 1.305 0 1.165-.896 1.743-4.153 1.743h-14.87c-5.199 0-8.346 0-11.832-.179-9.332-.946-13.983-4.671-21.254-11.264-7.699-6.673-41.501-46.331-45.116-51.401l-1.922-2.609h-.787v15.676c0 15.826 0 29.42.538 36.88.249 4.661 1.873 8.476 6.165 9.083 2.36.418 6.105.767 8.446.767 1.364 0 2.251.528 2.251 1.305 0 1.165-1.424 1.743-3.247 1.743-9.71 0-20.457-.577-24.809-.577-3.954 0-14.81.577-21.602.577-2.181 0-3.466-.577-3.466-1.743 0-.777.707-1.305 2.789-1.305 2.56 0 4.631-.349 6.155-.767 3.506-.607 4.293-4.422 4.99-9.332.886-7.211.886-20.805.886-36.631V59.728c0-26.223 0-30.864-.359-36.392-.448-5.806-1.812-8.575-7.44-9.86-1.365-.428-4.233-.458-6.633-.458-1.942 0-2.988-.298-2.988-1.563 0-1.205 1.195-1.543 3.884-1.543 8.974 0 19.829.537 23.883.537 4.253 0 14.999-.537 20.785-.537 2.53 0 3.645.339 3.645 1.543 0 1.265-1.066 1.563-2.44 1.563-1.624 0-2.699.03-4.731.458-4.591.916-6.065 3.904-6.394 9.86-.309 5.527-.309 10.169-.309 36.392v7.46z'/%3E%3Cpath d='M154.615 59.727c0-26.223 0-30.855-.329-36.382-.279-5.816-1.992-8.824-5.777-9.601-1.932-.697-4.163-.727-6.235-.727-1.693 0-2.729-.298-2.729-1.833 0-.936 1.424-1.275 4.153-1.275 6.504 0 17.33.538 22.279.538 4.352 0 14.352-.538 20.915-.538 2.221 0 3.675.339 3.675 1.275 0 1.534-1.046 1.833-2.769 1.833-1.763 0-3.068.03-5.179.468-4.691.906-6.026 3.894-6.354 9.86-.299 5.527-.299 10.159-.299 36.382v30.157c0 16.722 0 30.227.627 37.667.528 4.621 1.832 7.688 6.922 8.296 2.4.418 6.175.767 8.734.767 1.942 0 2.759.528 2.759 1.315 0 1.156-1.374 1.733-3.286 1.733-11.394 0-22.17-.577-26.821-.577-3.874 0-14.7.577-21.532.577-2.261 0-3.436-.577-3.436-1.733 0-.787.647-1.315 2.609-1.315 2.709 0 4.681-.348 6.334-.767 3.416-.608 4.352-3.466 4.82-8.505.916-7.231.916-20.736.916-37.457V59.727zM238.621 10.632c.528-2.908 1.504-4.382 2.878-4.382 1.384 0 2.43.787 4.591 5.209l46.879 96.786 46.71-97.992c1.225-2.718 2.241-4.003 3.804-4.003 1.584 0 2.51 1.663 3.048 5.209l15.746 106.099c1.464 10.806 3.227 15.815 8.346 17.359 4.98 1.653 8.426 1.703 10.587 1.703 1.643 0 2.809.06 2.809 1.264 0 1.195-2.042 1.773-4.422 1.773-4.382 0-28.036-.578-34.958-.967-3.834-.408-4.96-.807-4.96-2.011 0-.827.717-1.235 1.902-1.763 1.036-.299 1.613-2.54.807-7.36L332.12 51.895h-.627l-37.458 77.983c-3.964 8.047-4.81 9.611-6.364 9.611-1.534 0-3.276-3.317-5.996-8.436-4.133-7.978-17.688-34.261-19.67-39.071-1.544-3.526-11.911-25.158-17.877-38.165h-.747l-8.904 68.352c-.398 3.118-.548 5.388-.548 8.098 0 3.137 2.301 4.84 5.219 5.547 3.107.757 5.547.807 7.181.807 1.285 0 2.59.348 2.59 1.264 0 1.604-1.554 1.773-4.163 1.773-7.181 0-14.939-.578-17.987-.578-3.307 0-11.503.578-17.021.578-1.733 0-3.088-.17-3.088-1.773 0-.916 1.125-1.264 2.849-1.264 1.245 0 2.54 0 5.05-.449 4.82-1.066 6.215-7.808 7.081-13.575l16.981-111.965zM498.177 131.24c-17.758 0-32.996-13.674-32.996-35.167 0-13.704 5.996-21.861 11.952-26.083 2.848 4.223 13.864 16.692 18.246 21.492 4.432 4.82 20.975 20.915 30.894 29.41-3.676 3.576-14.97 10.348-28.096 10.348m-53.562-27.059c0 14.999 10.995 37.946 47.716 37.946 23.534 0 34.978-10.537 40.585-15.607 14.84 11.364 20.935 13.137 40.495 13.137h13.266c3.685 0 5.149-.577 5.149-1.544 0-1.434-.817-1.494-2.46-1.494-3.356 0-12.808-2.749-18.325-5.976-4.671-2.768-12.33-7.36-23.763-16.832 9.73-11.553 16.791-27.558 16.791-40.595 0-2.331-2.649-3.227-5.916-3.555-9.551-1.106-16.493-1.145-20.536-1.145-1.365 0-2.779.368-2.779 1.663 0 1.115 1.066 1.404 2.171 1.404 2.43 0 6.045.458 8.386 2.58 2.43 1.991 3.207 5.268 3.207 7.878 0 10.577-4.81 21.523-8.267 26.333-3.257-2.769-24.381-21.951-30.177-28.644-13.774-15.288-28.564-28.952-28.564-45.116 0-14.63 11.214-19.501 18.505-19.501 9.561 0 15.557 3.506 19.003 7.649 3.755 4.442 4.96 9.949 4.96 14.421 0 2.609.209 3.317 1.215 3.317.996 0 1.693-.359 2.032-3.008.498-2.59 1.902-16.115 1.902-21.931 0-2.081 0-3.396-2.938-4.482-4.681-1.822-12.26-3.545-20.756-3.545-29.769 0-41.85 18.066-41.73 31.581.229 7.719 1.614 14.7 8.844 24.371-10.348 5.03-28.016 20.666-28.016 40.695M659.3 123.444c-16.861-14.78-21.353-34.061-21.353-50.734 0-11.683 3.635-31.891 20.088-46.949 12.4-11.364 28.733-18.226 54.269-18.226 10.577 0 16.971.657 24.909 1.723 6.504.867 11.981 2.38 17.12 2.909 1.952.149 2.52.886 2.52 2.061 0 1.335-.428 3.446-.807 9.412-.329 5.657-.159 15.009-.478 18.604-.179 2.55-.567 3.844-2.052 3.844-1.315 0-1.713-1.294-1.713-3.735-.209-5.208-2.44-11.204-6.693-15.776-5.767-5.946-19.052-10.726-34.928-10.726-14.949 0-24.76 3.874-32.229 10.726-12.589 11.633-15.845 27.727-15.845 44.31 0 41.043 31.113 61.291 54.16 61.291 15.268 0 24.431-1.613 31.372-9.581 2.938-3.286 5.159-8.356 5.876-11.393.498-2.828.817-3.466 2.201-3.466 1.136 0 1.544 1.275 1.544 2.65 0 2.011-2.121 16.951-3.745 22.837-.867 2.948-1.663 3.745-4.531 4.89-6.822 2.799-19.799 4.013-30.845 4.013-23.523 0-43.263-5.159-58.84-18.684M882.092 64.443c.598 0 1.145-.199 1.145-1.106v-3.615c0-26.223 0-30.855-.368-36.382-.378-5.806-1.793-8.585-7.43-9.86-1.404-.428-4.203-.468-6.603-.468-1.912 0-2.968-.298-2.968-1.554 0-1.205 1.185-1.543 3.545-1.543 9.312 0 20.039.528 24.75.528 4.183 0 14.929-.528 21.682-.528 2.41 0 3.575.339 3.575 1.543 0 1.255-.996 1.554-3.038 1.554-1.424 0-2.998.04-5.069.468-4.571.916-6.025 3.904-6.314 9.86-.339 5.527-.339 10.159-.339 36.382v30.167c0 15.826 0 29.42.896 36.88.438 4.661 1.524 8.465 6.723 9.083 2.38.408 6.145.767 8.665.767 1.902 0 2.759.518 2.759 1.305 0 1.156-1.355 1.733-3.456 1.733-11.155 0-21.901-.577-26.761-.577-4.034 0-14.76.577-21.453.577-2.41 0-3.566-.577-3.566-1.733 0-.787.618-1.305 2.769-1.305 2.45 0 4.641-.359 6.055-.767 3.466-.618 4.322-4.422 5.089-9.342.857-7.201.857-20.796.857-36.621V74.791c0-.627-.548-1.066-1.145-1.066h-65.474c-.588 0-1.135.229-1.135 1.066v15.098c0 15.826 0 29.42.936 36.88.498 4.661 1.514 8.465 6.723 9.083 2.41.408 6.165.767 8.764.767 1.832 0 2.729.518 2.729 1.305 0 1.156-1.424 1.733-3.496 1.733-11.204 0-21.981-.577-26.731-.577-4.064 0-14.87.577-21.761.577-2.241 0-3.396-.577-3.396-1.733 0-.787.677-1.305 2.749-1.305 2.559 0 4.671-.359 6.165-.767 3.426-.618 4.243-4.422 4.98-9.342.855-7.2.855-20.795.855-36.621V59.722c0-26.223 0-30.855-.329-36.382-.398-5.806-1.773-8.585-7.38-9.86-1.404-.428-4.292-.468-6.723-.468-1.862 0-2.928-.298-2.928-1.554 0-1.205 1.275-1.543 3.596-1.543 9.302 0 20.108.528 24.759.528 4.163 0 14.939-.528 21.751-.528 2.341 0 3.506.339 3.506 1.543 0 1.255-.946 1.554-2.968 1.554-1.404 0-2.948.04-5.099.468-4.631.916-5.956 3.904-6.304 9.86-.398 5.527-.398 10.159-.398 36.382v3.615c0 .906.548 1.106 1.135 1.106h65.474z'/%3E%3Cpath d='M971.299 86.251c-.727 0-.936-.428-.727-1.195l15.836-42.178c.149-.638.448-1.504 1.036-1.504.378 0 .568.866.807 1.504l15.457 42.487c.14.458 0 .886-.886.886h-31.523zm34.809 8.705c.857 0 1.404.309 1.633 1.125l13.844 36.442c.857 2.092-.428 3.645-1.593 4.044-1.693.05-2.36.408-2.36 1.355 0 1.165 2.062 1.165 5.029 1.563 13.844.179 26.403.179 32.538.179 6.384 0 7.878-.179 7.878-1.743 0-1.235-.886-1.305-2.231-1.305-1.992 0-4.681-.05-7.101-.767-3.705-.747-8.764-3.167-15.258-18.694-10.926-25.994-38.374-96.039-42.557-105.511-1.663-3.914-2.739-5.388-4.213-5.388-1.743 0-2.818 1.793-4.86 6.752L943.782 120.84c-3.426 8.565-6.683 14.392-14.601 15.427-1.424.298-3.765.348-5.318.348-1.335 0-1.962.359-1.962 1.305 0 1.563.946 1.743 3.167 1.743 9.003 0 18.405-.577 20.297-.577 5.318 0 12.728.577 18.176.577 1.882 0 2.938-.179 2.938-1.743 0-.946-.538-1.305-2.679-1.305h-2.45c-5.398 0-7.002-2.281-7.002-5.378 0-2.032.956-6.185 2.659-10.398l9.242-24.54c.319-1.036.687-1.345 1.524-1.345h38.335z'/%3E%3Cpath d='M1090.729 116.357c.368 13.356 2.599 17.867 5.966 19.083 2.928 1.136 6.195 1.175 8.914 1.175 1.912 0 3.027.359 3.027 1.315 0 1.554-1.633 1.733-4.024 1.733-11.085 0-17.996-.578-21.244-.578-1.573 0-9.601.578-18.545.578-2.161 0-3.784-.17-3.784-1.733 0-.956 1.095-1.315 2.719-1.315 2.191 0 5.299-.04 7.759-.797 4.462-1.473 5.159-6.414 5.258-21.283l1.594-101.677c0-3.426.538-5.816 2.171-5.816 1.992 0 3.526 2.221 6.454 5.268 2.062 2.221 28.016 30.227 53.243 55.116 11.613 11.733 34.768 36.422 37.726 39.181h.856l-1.812-77.066c-.04-10.518-1.703-13.764-5.737-15.407-2.639-1.115-6.752-1.115-9.192-1.115-1.932 0-2.689-.449-2.689-1.564 0-1.334 1.823-1.543 4.492-1.543 8.944 0 17.14.538 20.726.538 1.912 0 8.475-.538 16.792-.538 2.311 0 3.984.209 3.984 1.543 0 1.115-.976 1.564-3.118 1.564-1.673 0-3.057 0-5.119.468-4.721 1.444-6.205 5.039-6.255 14.64l-2.012 108.449c0 3.774-.677 5.268-2.201 5.268-1.882 0-3.954-1.942-5.946-3.914-10.696-10.159-32.677-32.727-50.525-50.445-18.674-18.565-37.716-39.918-40.874-43.234h-.488l1.884 72.106zM1347.044 128.215c0 4.721-.15 5.01-2.221 6.125-11.224 6.016-28.036 7.788-41.372 7.788-41.989 0-79.307-19.958-79.307-67.346 0-27.448 14.292-46.65 29.849-56.162 16.404-9.879 31.761-11.085 46.182-11.085 11.841 0 26.97 1.972 30.486 2.719 3.526.747 9.521 1.733 13.505 1.912 1.962.149 2.36.846 2.36 2.061 0 1.942-1.165 6.673-1.165 28.126 0 2.759-.538 3.675-1.942 3.675-1.135 0-1.524-.916-1.633-2.35-.518-3.884-1.304-9.392-5.846-14.143-5.189-5.537-18.873-13.365-38.354-13.365-9.451 0-21.911.577-34.041 10.597-9.552 8.057-15.706 20.795-15.706 42.119 0 36.83 23.495 64.487 59.747 64.487 4.431 0 10.437 0 14.511-1.952 2.58-1.156 3.366-3.337 3.366-6.364v-16.044c0-8.715 0-15.069-.229-20.327-.199-5.797-1.713-8.555-7.38-9.75-1.344-.388-4.282-.558-6.742-.558-1.524 0-2.51-.348-2.51-1.364 0-1.404 1.135-1.663 3.655-1.663 8.884 0 19.69.498 24.859.498 5.219 0 14.461-.498 20.089-.498 2.27 0 3.356.259 3.356 1.663 0 1.016-.896 1.364-2.151 1.364-1.404 0-2.56.17-4.691.558-4.591.787-6.384 3.805-6.493 9.75-.179 5.259-.179 12.061-.179 20.646v18.883z'/%3E%3C/g%3E%3C/svg%3E");}
/*광장*/
.leeNko{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' x='0px' y='0px' viewBox='0 0 1000 300'%3E%3Cpath fill='%23E54E24' d='M448.369 282.985h33.439v-10.263h-33.439v10.263zm-6.518 5.416V266.45l-.284-2.566-.283-2.281-.284-1.995-.567-1.425h7.935v9.122h33.438l-.283-2.851-.284-2.566-.283-1.995-.567-1.711h8.218V288.4h-46.756zM437.6 245.07h22.954v-10.833H437.6v10.833zm44.207 7.412v-16.534h-14.452v14.824h-36.272V225.4l-.284-2.85-.283-2.281-.283-1.71-.567-1.425h7.935v11.688h22.954v-6.272l-.283-2.281-.567-1.71-.567-1.425h8.218v13.114h14.452v-9.978l-.567-2.281-.283-1.996-.567-1.425h8.218v37.914h-6.802zM591.191 282.984h33.439v-10.263h-33.439v10.263zm-6.801 5.417v-24.517l-.283-2.281-.567-1.996-.567-1.425h8.218v9.122h33.439l-.283-2.851-.283-2.566-.567-1.995-.567-1.711h8.218v30.218H584.39zM580.423 245.07h22.954v-10.833h-22.954v10.833zm44.207 7.412v-16.534h-14.736v14.824h-36.272V222.55l-.283-2.281-.567-1.71-.283-1.425h7.935v11.688h22.954v-3.706l-.283-2.566-.283-2.281-.283-1.71-.567-1.425h7.934v13.114h14.736v-7.412l-.283-2.566-.283-2.281-.283-1.996-.567-1.425h7.935v37.914h-6.521zM514.962 243.074h35.422v-19.1h-35.422v19.1zm-6.517 5.702V225.97l-.283-2.566-.284-1.996-.283-1.995-.567-1.426h49.875v30.788h-48.458zM528.848 289.256v-26.512h-31.455v-5.701h70.561v5.701h-32.022v26.512zM694.341 263.314v-43.045l-.284-2.281-.566-1.71-.567-1.426h8.218v48.462zM654.668 288.116v-19.671l-.284-1.995-.566-1.71-.284-1.426h7.935v19.1h40.523v5.702zM885.055 243.074l-3.117-.285 1.983-11.117.567-4.277v-4.561h-30.889v-5.416h37.407v6.271l-.567 6.842-.85 6.557-1.134 6.271zM902.908 256.188v-33.069l-.284-2.85-.283-2.281-.284-1.996-.567-1.425h8.218v15.964h11.619v5.702h-11.619v19.955z'/%3E%3Cpath fill='%23E54E24' d='M853.316 253.622h-5.951v-5.416h17.57v-9.408l-.284-1.995-.566-1.996-.567-1.425h7.934v14.824l2.834-.285h7.085l9.351-.856 4.534-.57 4.251-.855.567 5.416-3.118.57-3.4.571-7.935.855-8.784.285-8.785.285zM883.354 263.885l-2.55.57-2.55.855-1.984 1.425-1.7 1.426-1.417 1.996-.567 1.995-.283 1.996.283 1.995.567 1.996 1.417 1.995 1.7 1.426 1.984 1.425 2.55.855 2.55.57 3.117.285h.283l2.834-.285 2.834-.57 2.55-.855 1.984-1.425 1.7-1.426 1.134-1.995.85-1.996.283-1.995-.283-1.996-.85-1.995-1.134-1.996-1.7-1.426-1.984-1.425-2.55-.855-2.834-.57-2.834-.285h-.283l-3.117.285zm3.117 26.226-4.534-.285-4.251-.855-3.401-1.711-3.117-1.71-1.417-1.14-1.134-1.425-1.133-1.14-.85-1.425-.567-1.425-.567-1.711-.284-1.425V272.438l.284-1.425.567-1.711.567-1.425.85-1.425 1.133-1.14 1.134-1.141 1.417-1.14 3.117-1.995 3.684-1.426 3.968-1.14 4.534-.285h.283l4.534.285 3.967 1.14 3.684 1.426 3.118 1.995 1.133 1.14 1.417 1.141.85 1.14.85 1.425.85 1.425.283 1.711.283 1.425.283 1.711v1.71l-.567 1.425-.283 1.711-.85 1.425-.85 1.425-.85 1.14-1.134 1.425-1.417 1.14-3.118 1.71-3.684 1.711-3.967.855-4.534.285h-.281zM656.085 223.689l-1.984 1.141-1.7 1.425-1.417 1.996-1.134 2.281-.85 2.281v5.132l.85 2.28 1.134 2.281 1.417 1.71 1.7 1.711 1.984 1.14 2.267.57 2.55.285h1.7l2.267-.285 2.267-.57 2.267-1.14 1.7-1.711 1.417-1.71 1.134-2.281.567-2.28.283-2.566-.283-2.566-.567-2.281-1.134-2.281-1.417-1.996-1.7-1.425-2.267-1.141-2.267-.855H658.352l-2.267.855zm6.801 29.933H658.635l-1.701-.285-1.7-.57-1.417-.57-1.7-.57-1.417-1.14-2.55-2.28-2.267-2.566-1.417-3.136-.567-1.71-.567-1.711-.284-1.995v-3.706l.284-1.71.567-1.71.567-1.711 1.417-3.135 2.267-2.851 2.55-2.28 1.417-.855 1.7-.855 1.417-.57 1.7-.285 1.701-.285 1.984-.285h2.267l1.984.285 1.7.285 1.701.285 1.417.57 1.701.855 1.417.855 2.55 2.28 1.984 2.851 1.701 3.135.567 1.711.567 1.71.283 1.71v3.706l-.283 1.995-.567 1.711-.567 1.71-1.701 3.136-1.984 2.566-2.55 2.28-1.417 1.14-1.701.57-1.417.57-1.701.57-1.7.285h-1.984zM974.319 256.187v-33.068l-.284-2.851-.283-2.28-.284-1.996-.566-1.425h8.218v15.964h11.448v5.701H981.12v19.955z'/%3E%3Cdefs%3E%3Cpath id='a' d='M7.428 8.23h985.144v283.855H7.428z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath fill='%23E54E24' d='m956.466 263.885-2.55.57-2.55.855-1.984 1.425-1.7 1.426-1.417 1.996-.85 1.995-.283 1.996.283 1.995.85 1.996 1.417 1.995 1.417 1.426 2.267 1.425 2.267.855 2.834.57 3.117.285 3.117-.285 2.834-.57 2.267-.855 2.267-1.425 1.7-1.426 1.133-1.995.85-1.996.283-1.995-.283-1.996-.85-1.995-1.133-1.996-1.7-1.426-2.267-1.425-2.267-.855-2.834-.57-3.117-.285-3.118.285zm3.117 26.226-4.534-.285-4.25-.855-3.684-1.711-3.118-1.71-1.133-1.14-1.134-1.425-1.133-1.14-.85-1.425-.567-1.425-.567-1.711-.284-1.425V272.438l.284-1.425.567-1.711.567-1.425.85-1.425 1.133-1.14 1.134-1.141 1.417-1.14 3.117-1.995 3.401-1.426 4.25-1.14 4.534-.285h.284l4.251.285 4.25 1.14 3.684 1.426 3.117 1.995 1.134 1.14 1.133 1.141 1.133 1.14.851 1.425.85 1.425.283 1.711.284 1.425.283 1.711-.283 1.71-.284 1.425-.283 1.711-.85 1.425-.851 1.425-.85 1.14-1.417 1.425-1.134 1.14-3.117 1.71-3.684 1.711-3.967.855-4.534.285h-.283zM924.727 249.631l4.535-2.281 4.534-2.565 3.967-2.851 3.967-3.136 3.401-3.421 3.4-3.991 2.834-3.991 2.551-4.561h-26.355v-5.416h34.856l-2.267 5.416-1.7 3.421-1.984 3.421-2.267 3.136-2.267 3.135 3.4 3.421 3.968 3.136 3.967 2.566 4.251 2.566-2.834 4.845-4.534-2.565-4.251-3.136-3.967-3.136-3.684-3.705-4.534 4.561-5.101 3.706-5.384 3.421-5.668 2.85zM88.478 139.879v-5.131h2.267l3.117-.285 2.833-.285 1.984-1.141 1.7-1.14 1.134-1.71.85-2.281.284-2.85.283-3.421V28.701l-.283-3.706-.567-3.136-.851-2.566-1.417-1.996-.85-.855-.85-.57-2.55-1.14-2.834-.57-3.684-.285h-.567V8.461h46.758v5.416h-4.534l-2.834.57-2.55.57-.85.57-.85.57-.85.855-.567.855-.85 2.566-.283 3.136-.284 3.991v97.495l.567 1.71.283 1.14.85.855 1.134.855 1.133.57 1.701.285h33.155l4.817-.285 3.967-.285 1.7-.57 1.417-.57 1.417-.855 1.417-.855 1.134-1.141 1.133-1.425 1.133-1.711 1.133-1.996 1.701-4.846 1.984-6.271.283-.285h4.534v.57l-3.401 29.363v.57H88.478zm144.24-99.49-3.401.855-3.117 1.141-3.117 1.71-2.834 1.995-2.55 2.566-2.267 3.136-2.267 3.421-1.984 4.561-1.701 4.561-1.417 5.131-.85 5.131h55.825v-1.71l-.283-2.85-.567-3.136-.567-2.851-.567-2.85-1.134-2.566-1.134-2.566-1.417-2.566-1.417-2.566-1.7-1.995-1.7-1.995-1.984-1.996-2.267-1.426-2.267-1.425-2.55-.855-2.834-.57-2.833-.57H236.4l-3.682.285zm-2.268 102.625-4.534-.855-4.534-1.14-4.251-1.71-3.967-2.281-3.967-2.566-3.401-3.136-3.401-3.421-3.117-3.991-2.55-4.276-2.267-4.561-1.984-4.561-1.417-5.131-1.133-5.131-.567-5.131-.284-5.701.284-5.131.567-5.131 1.133-5.131 1.134-4.847 1.984-4.846 1.984-4.561 2.55-4.561 2.834-3.992 3.4-3.705 3.684-3.421 3.967-3.136 4.534-2.566 4.534-1.995 5.101-1.425 5.668-1.14 5.951-.285 3.684.285 3.684.285 3.684.855 3.684.855 3.401 1.426 3.117 1.425 2.833 1.711 2.55 1.995 3.401 2.85 3.117 3.421 2.55 3.421 2.55 3.991 1.984 3.991 1.417 3.991 1.417 4.276.85 4.276.284 4.846v1.14l.283 2.566V82.58h-76.228v4.276l.283 3.991.567 4.276.85 3.991 1.134 3.991 1.701 3.706 1.7 3.706 1.984 3.421 2.55 3.136 2.55 2.851 3.117 2.566 3.117 2.28 3.684 1.995 3.967 1.425 4.251.856 4.818.57h1.984l4.25-.285 4.534-.855 4.534-1.425 4.25-1.711 3.967-2.566 3.968-2.85 3.967-3.421 3.684-3.991.283-.57.567.57 2.834 3.136.284.285-.284.57-3.401 3.991-4.251 4.276-4.817 4.561-2.834 2.281-2.834 1.995-3.117 1.995-3.117 1.711-3.4 1.71-3.401 1.426-3.684 1.14-3.967.855-3.968.57-3.967.285-4.534-.286zM335.584 40.389l-3.401.855-3.401 1.141-2.834 1.71-2.834 1.995-2.55 2.566-2.55 3.136-1.984 3.421-1.984 4.561-1.7 4.561-1.417 5.131-.85 5.131h55.825v-1.71l-.283-2.85-.567-3.136-.567-2.851-.85-2.85-.85-2.566-1.134-2.566-1.417-2.566-1.417-2.566-1.7-1.995-1.984-1.995-1.984-1.996-1.984-1.426-2.55-1.425-2.55-.855-2.55-.57-2.833-.57h-1.701l-3.399.285zm-2.55 102.625-4.534-.855-4.251-1.14-4.251-1.71-3.967-2.281-3.967-2.566-3.684-3.136-3.117-3.421-3.117-3.991-2.55-4.276-2.267-4.561-1.984-4.561-1.417-5.131-1.134-5.131-.567-5.131-.284-5.701.284-5.131.567-5.131.85-5.131 1.417-4.847 1.7-4.846 2.267-4.561 2.55-4.561 2.834-3.992 3.401-3.705 3.684-3.421 3.967-3.136 4.251-2.566 4.818-1.995 5.101-1.425 5.667-1.14 5.668-.285 3.968.285 3.684.285 3.684.855 3.684.855 3.117 1.426 3.4 1.425 2.834 1.711 2.55 1.995 3.401 2.85 2.834 3.421 2.834 3.421 2.267 3.991 1.984 3.991 1.7 3.991 1.417 4.276.567 4.276.567 5.986V82.58H309.23v4.276l.567 3.991.567 4.276.85 3.991 1.133 3.991 1.417 3.706 1.984 3.706 1.984 3.421 2.267 3.136 2.834 2.851 2.833 2.566 3.401 2.28 3.684 1.995 3.968 1.425 4.25.856 4.534.57h1.984l4.534-.285 4.534-.855 4.25-1.425 4.251-1.711 4.251-2.566 3.967-2.85 3.967-3.421 3.401-3.991.566-.57.567.57 2.834 3.136.283.285-.283.57-3.401 3.991-4.25 4.276-4.818 4.561-2.834 2.281-2.834 1.995-3.117 1.995-3.117 1.711-3.401 1.71-3.684 1.426-3.401 1.14-3.967.855-3.967.57-3.968.285-4.816-.286zm-207.15 87.517h-2.55l-1.133-.285-3.117-.285-4.534-.855-6.234-1.711-3.401-1.14-3.4-1.425-3.684-1.71-3.967-1.996-3.967-2.28-3.968-2.566-3.967-3.136-3.967-3.421-1.701-1.996-2.55-2.281-4.25-4.561-1.7-1.711-28.055-28.222-4.534-4.846-2.267 1.995-2.267 2.28-1.984 2.566-1.984 3.421-1.417 3.135-1.133 3.136-.567 3.421v3.136l.283 3.421.85 3.421 1.134 3.421 1.701 3.136 2.55 3.706 2.834 3.421 3.401 2.85 3.401 2.566 3.967 1.996 3.967 1.425 3.968.855 4.25.285 3.401-.285 3.117-.57 2.55-.855 2.834-1.71 2.55-1.711 2.55-1.71.283-.285.284.285 1.134.856 1.7 1.425.567.57-.567.285-3.684 3.421-4.251 2.85-4.251 2.566-4.25 1.995-4.251 1.71-4.251 1.141-4.25.855-4.251.285h-.85l-2.55-.285-2.55-.285-2.55-.57-2.55-.57-2.267-.855-2.267-1.14-2.267-1.141-1.984-1.14-1.984-1.425-1.984-1.71-1.7-1.71-1.701-1.711-1.417-1.995-1.417-2.281-1.417-2.28-1.134-2.281-1.417-3.706-.85-3.421-.283-3.706v-3.421L8 191.476l.85-3.136 1.133-3.421 1.417-3.136 1.7-3.136 1.984-2.85 2.267-2.851 2.55-2.566 2.55-2.566 2.834-1.996 3.117-2.28 2.834-1.711-1.7-2.566-1.701-2.566-1.417-2.566-1.134-2.566-1.417-4.561-1.134-4.561-.567-4.561.284-4.561.567-4.276 1.134-4.276 1.417-3.991 2.267-3.421 1.984-2.566 2.55-2.281 2.55-1.71 2.834-1.71 2.834-1.141 3.401-.855 3.401-.57 3.684-.285 4.534.285 3.117.57 3.117.855 3.117 1.141 3.117 1.425 1.134.57 1.134.57 1.134.285.283-.285.284-.285v-.855l.283-1.14v-1.14h5.101v31.643h-5.384V135.885l-.85-4.276-1.417-3.991-1.7-3.991-2.55-3.421-1.417-1.71-1.417-1.425-1.701-1.14-1.7-1.14-1.7-.855-1.984-.855-1.984-.285-2.267-.285h-2.551l-1.7.285-1.7.57-1.7.856-1.417.855-1.417.855-1.417 1.14-1.134 1.425-1.417 2.281-1.134 1.996-.567 2.281-.567 2.28-.283 2.566.283 2.281.283 2.28.567 2.566.567 2.281.85 2.28 1.133 2.281 1.417 2.281 2.834 4.276 3.684 3.991 32.588 32.498 8.218 8.267 6.801-9.122 3.968-6.557.567-.57 1.417-2.566.567-1.14.567-1.425v-.285l.566-1.71.284-1.71v-1.711l-.284-.855-.566-.57-1.134-.855-1.417-.57-1.984-.57-2.267-.285-4.534-.57h-.567v-5.131h43.073v5.131h-4.25l-1.984.285-1.984.285-1.984.57-2.267.856-2.267 1.425-2.267 1.425-1.984 1.711-1.7 1.71-3.117 3.706-2.834 3.991-2.834 3.991-3.684 5.416-4.817 6.842-2.55 3.421 5.951 5.986 4.251 3.991 4.251 3.421 3.684 3.136 3.968 2.566 3.684 1.995 3.684 1.711 3.684 1.14 3.4.57 3.401.57 5.384.285 3.4-.285h1.417l.566-.285v5.131h-.283l-2.267.57-2.267.285-5.951.285-5.384-.287zm104.85 59.58v-5.131h.567l2.55-.57 1.984-.285 1.7-.57 1.134-.57.85-.855.284-.855.283-.57V278.71l-.85-1.14-2.55-3.421-4.534-4.846-6.234-6.271-14.453-14.539-5.101-5.416-4.817-4.276-3.968-3.136-3.684-2.566-3.117-1.71-2.834-1.14-2.834-.57h-3.117v38.485l.284 4.276.283 3.706 1.133 2.851.567 1.14.567 1.14.85.855 1.134.57 2.267 1.14 3.117.855 3.684.285h.567v5.131h-46.758v-5.131h.567l3.968-.285 3.117-.855 1.417-.57 1.133-.57.85-.855.85-.855 1.134-1.995.85-2.566.284-2.851.283-3.136v-91.793l-.283-3.991-.567-3.136-1.134-2.566-.85-1.14-.85-.855-1.984-1.14-2.267-.855-2.834-.57-3.117-.285h-.567v-5.131h46.758v5.131h-.567l-3.684.285-3.117.855-2.267 1.14-.85.57-.85.855-.85 1.14-.567 1.141-1.133 2.566-.283 3.421-.284 3.991v43.616l2.267-.57 2.55-1.14 2.267-1.141 2.267-1.425 2.55-1.711 2.267-1.71 5.101-4.561.284-.285 11.902-11.973 5.951-5.986 5.384-5.987 4.534-5.416 3.684-4.846 1.417-1.995 1.134-1.996.567-1.71.283-1.14v-1.425l-.283-1.14-.85-.855-.85-.855-1.134-.57-1.984-.57-2.267-.285-2.834-.285h-.567v-5.131h45.907v5.131l-.566.285-3.968.285-3.401.285-2.833.855-2.55.855-2.55.855-2.267 1.425-1.983 1.711-1.984 1.996-3.401 3.706-4.817 5.701-8.218 9.693-9.351 10.832-4.817 5.131-5.101 5.131-4.818 4.561-4.817 3.706 3.117 1.14 3.967 2.566 2.267 1.711 2.55 1.995 2.834 2.566 2.833 2.851 27.488 28.792 15.869 16.534 1.417.855 1.134 1.14 1.701.855 1.7.855 2.267.855 2.267.285 3.117.57 3.401.285h.567v5.131h-51.861zM323.399 187.2l-3.401.57-3.117 1.14-3.117 1.425-3.117 1.71-2.834 1.996-2.55 2.281-2.55 2.566-2.267 2.85-1.984 3.136-1.701 3.421-1.417 3.421-1.134 3.706-.85 3.706-.567 3.991-.284 3.991.284 5.701.567 5.701.85 5.701 1.417 5.417 1.984 4.846 1.984 5.131 2.55 4.561 2.834 4.276 3.117 3.706 3.117 3.421 3.684 2.851 3.684 2.28 3.684 1.996 3.967 1.426 4.251.855 4.251.285 2.834-.285 3.117-.57 3.117-.855 3.117-1.426 2.834-1.71 2.834-1.711 2.55-2.28 2.55-2.851 2.267-2.85 2.267-3.136 1.7-3.421 1.7-3.991 1.134-3.991 1.134-4.276.566-4.561.284-4.846-.284-5.417-.566-5.416-1.134-5.131-1.417-5.131-1.7-4.847-1.984-4.846-2.55-4.276-2.834-4.276-3.117-3.706-3.401-3.136-3.4-2.851-3.684-2.28-3.684-1.711-3.967-1.425-3.967-.855-4.251-.285-3.4.285zm-1.676 104.882-1.725-.26-5.384-1.426-5.384-1.71-5.101-2.281-4.818-2.85-4.534-3.421-3.967-3.706-3.968-3.991-3.117-4.561-2.834-4.561-2.55-5.131-1.7-5.131-1.417-5.416-.85-5.701-.284-5.702.284-3.991.283-3.706.567-3.706.567-3.421.85-3.136 1.134-3.136 1.134-2.85 1.134-2.851 2.833-4.846 3.117-4.276 3.117-3.706 3.117-2.85 3.967-3.421 4.534-2.851 4.534-2.281 4.818-1.996 4.817-1.71 5.384-1.14 5.101-.856 5.384-.285 5.951.285 5.668.856 5.384 1.425 5.384 1.711 4.817 2.566 4.534 2.566 4.534 3.136 3.967 3.706 3.401 3.991 3.117 4.276 2.833 4.561 2.267 5.131 1.984 5.131 1.133 5.417.85 5.701.283 5.986-.283 5.987-.85 5.701-1.133 5.417-1.984 5.416-2.267 4.846-2.833 4.846-3.117 4.276-3.401 3.991-3.967 3.706-4.25 3.421-4.534 2.851-5.101 2.28-5.101 1.995-5.101 1.14-3.616.546h-17.612z'/%3E%3Cdefs%3E%3Cpath id='c' d='M7.428 8.23h985.144v283.855H7.428z'/%3E%3C/defs%3E%3CclipPath id='d'%3E%3Cuse xlink:href='%23c' overflow='visible'/%3E%3C/clipPath%3E%3Cpath fill='%23E54E24' d='m729.196 288.686-3.684-6.842-3.967-7.982-1.7-4.561-1.134-5.132-.85-5.416-.283-5.701.283-5.987.85-5.416 1.134-5.131 1.7-4.562 3.967-7.981 3.684-6.842h5.101l-2.55 5.131-1.984 4.846-1.7 4.562-1.133 4.275-1.134 4.562-.567 4.276-.567 3.991v8.267l.567 4.276.567 4.276 1.134 4.276 1.133 4.276 1.7 4.846 1.984 4.562 2.55 5.131zM766.603 225.97l-3.117.57-2.834.57-2.267 1.14-1.984 1.426-1.417 1.425-.851 1.711-.283 1.995.283 1.71.851 1.711 1.417 1.71 1.984 1.14 2.55 1.141 2.834.855 3.117.285 3.401.285 3.4-.285 2.834-.285 2.834-.855 2.55-1.141 1.984-1.14 1.417-1.426.851-1.71.283-1.995-.283-1.995-.851-1.711-1.417-1.425-1.984-1.426-2.267-1.14-2.834-.57-3.117-.57-3.4-.285-3.684.285zm-1.701 23.661-4.817-.855-1.984-.57-1.984-.855-1.7-.855-1.701-.855-1.416-1.141-1.417-1.14-1.134-1.425-.85-1.14-.567-1.425-.567-1.425-.284-1.711v-3.135l.284-1.425.567-1.425.567-1.426.85-1.425 1.134-1.141 1.417-1.14 1.417-1.141 1.417-1.14 1.984-.855 1.984-.57 1.984-.855 4.817-.57 5.385-.285 5.384.285 4.534.57 2.267.855 1.984.57 1.7.855 1.7 1.14 1.417 1.141 1.134 1.14 1.134 1.141.85 1.425.851 1.426.283 1.425.284 1.425.283 1.71-.283 1.425-.284 1.711-.283 1.425-.851 1.425-.85 1.14-1.134 1.425-1.134 1.14-1.417 1.141-1.7.855-1.7.855-1.984.855-2.267.57-4.534.855-5.384.285-5.386-.285zm13.602 37.914v-23.091h-16.153v22.236h-6.801v-22.236h-15.869v-6.557h60.926v6.557h-15.302v23.091h-6.801zM805.708 288.686l2.268-5.131 2.267-4.562 1.7-4.846 1.133-4.276 1.134-4.276.567-4.276.283-4.276.283-3.991-.283-4.276-.283-3.991-.567-4.276-1.134-4.562-1.133-4.275-1.7-4.562-2.267-4.846-2.268-5.131h5.101l3.684 6.842 3.967 7.981 1.701 4.562 1.134 5.131.849 5.416.284 5.987-.284 5.701-.849 5.416-1.134 5.132-1.701 4.561-3.967 7.982-3.684 6.842z'/%3E%3C/svg%3E");}
/*태평양*/
.teapyungyang{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' x='0px' y='0px' viewBox='0 0 1000 300'%3E%3Cg fill='%23007899'%3E%3Cpath d='M644.202 67.102h27.228v25.232h8.492V67.102h27.155v-7.536h-62.875zM796.914 64.88l-.411-.29-12.217 1.391v1.923l1.681.351c2.044.411 2.443.883 2.443 4.972l.012 12.362a5.461 5.461 0 0 0 5.467 5.467h40.933v-7.451h-37.909V64.88zM786.92 39.414c0-6.024 3.072-11.661 9.846-11.661 7.004 0 9.786 5.637 9.786 11.661s-2.927 11.588-9.786 11.588c-6.774 0-9.846-5.564-9.846-11.588m28.486 0c0-10.233-7.282-19.124-18.64-19.124-11.346 0-18.628 8.891-18.628 19.124 0 10.318 6.992 19.124 18.628 19.124 11.576 0 18.64-8.806 18.64-19.124M857.902 23.445c-12.906 19.547-12.906 43.098 0 62.645h6c-11.54-20.382-11.6-42.082 0-62.645h-6zM893.318 31.889c7.427 0 12.398 2.855 12.398 7.741 0 5.141-5.092 7.875-12.398 7.875s-12.338-2.673-12.338-7.814c0-5.008 4.85-7.802 12.338-7.802m0 21.386c12.628 0 19.245-5.141 19.245-13.584s-6.617-13.644-19.245-13.644c-12.338 0-19.136 5.274-19.136 13.644 0 8.443 6.798 13.584 19.136 13.584M867.728 64.19h12.907v19.934h6.737V64.19h11.891v20.624H906V64.19h12.907v-6.024h-51.179zM964.209 24.718l-.327-.23-9.689 1.101v1.524l1.343.278c1.573.315 1.911.702 1.935 3.726v37.897h6.737V50.229h8.455v-6.036h-8.455V24.718zM938.006 65.613l-.327-.23-9.689 1.101v1.524l1.343.278c1.609.327 1.935.702 1.935 3.943v7.197a4.376 4.376 0 0 0 4.367 4.379h30.397V77.83h-28.026V65.613zM929.819 50.547c0-3.617 2.407-6.096 7.258-6.096 4.742 0 7.028 2.48 7.028 6.096 0 3.81-2.286 6.338-7.028 6.338-4.851 0-7.258-2.661-7.258-6.338m21.022.06c0-6.919-5.08-11.806-13.765-11.806-8.516 0-14.056 4.693-14.056 11.806 0 6.725 5.492 12.06 13.995 12.06 8.746 0 13.826-5.528 13.826-12.06M953.469 31.378H940.333v-6.725l-.327-.23-9.689 1.101v1.524l1.331.278c1.609.315 1.935.689 1.935 3.859v.194h-13.124v5.709h33.01v-5.71zM976.32 23.445c11.6 20.563 11.54 42.264 0 62.645h6c12.906-19.547 12.906-43.098 0-62.645h-6zM737.501 47.666h-15.773V38.86h15.773v8.806zm8.213-27.603-.399-.278-11.89 1.343v1.875l1.645.339c1.984.399 2.383.859 2.371 4.838v3.387h-15.713V20.064h-.012l.012-.012-.399-.278-11.697 1.331v1.851l1.609.327c1.947.399 2.347.847 2.335 4.766l.012 21.446a5.461 5.461 0 0 0 5.467 5.467h26.66V20.063zM662.162 28.069h27.035v15.543h-27.035V28.069zm-8.286-.17v17.624a5.461 5.461 0 0 0 5.467 5.467h38.139v-30.3h-46.388v1.911l1.137.351c1.367.399 1.645.859 1.645 4.947M824.971 25.478v45.675h8.431V17.204l-.411-.29-12.108 1.379v1.911l1.669.351c2.02.399 2.419.859 2.419 4.923M754.113 18.298v1.911l1.669.339c2.02.411 2.431.871 2.419 4.935v7.512h-9.991v7.367h10.003v16.584h8.419V17.209l-.399-.29-12.12 1.379zM605.783 47.666H590.01V38.86h15.773v8.806zm8.213-27.603-.399-.29-11.878 1.355v1.863l1.645.351c1.899.375 2.335.883 2.359 4.475.012.145 0 3.75 0 3.75H590.01V20.064l-.399-.278-11.697 1.331v1.839l1.609.339c1.96.387 2.347 1.004 2.347 4.923v21.277a5.461 5.461 0 0 0 5.467 5.467h26.66V20.063zM622.393 18.298v1.911l1.669.339c2.02.411 2.431.871 2.419 4.935v7.512h-9.991v7.367h10.003v16.584h8.419V17.209l-.399-.29-12.12 1.379zM601.311 84.551v-7.137h25.099l.012 7.137h-25.111zm21.011-23.018v1.911l1.669.339c2.02.411 2.431.871 2.419 4.935v1.318h-25.099v-9.592l-.411-.29-12.12 1.379v1.911l1.681.339c2.02.411 2.419.871 2.419 4.935V86.39a5.476 5.476 0 0 0 5.467 5.467h36.494V60.444l-.399-.29-12.12 1.379zM733.032 84.551v-7.137h25.099l.012 7.137h-25.111zm21.011-23.018v1.911l1.669.339c2.02.411 2.431.871 2.419 4.935l.012 1.318h-25.111v-9.592l-.411-.29-12.12 1.379v1.911l1.681.339c2.02.411 2.419.871 2.419 4.935V86.39a5.476 5.476 0 0 0 5.467 5.467h36.494V60.444l-.399-.29-12.12 1.379zM822.395 226.206h17.902l.012-96.26-.859-.605-25.753 2.927v4.052l3.556.738c4.258.859 5.129 1.851 5.141 10.306v6.677h-18.967v15.35h18.967v12.302h-18.967v15.35h18.967v29.163zM722.25 139.208h79.81v15.676h-79.81zM792.496 277.119c-19.717 0-30.797-7.246-30.797-18.035 0-11.128 11.08-18.047 30.797-18.047 18.979 0 30.349 6.75 30.349 18.047 0 10.959-11.37 18.035-30.349 18.035m-.145-51.42c-34.292 0-49.316 14.334-49.316 33.216 0 20.067 15.023 33.385 49.316 33.385 33.99 0 49.316-13.148 49.316-33.385-.001-19.898-15.326-33.216-49.316-33.216M991.269 166.017v-15.676h-19.704v-20.394l-.859-.605-25.753 2.927v4.052l3.556.738c4.294.859 5.141 1.839 5.141 10.463l.012 73.629h17.902v-22.257h19.704v-15.677h-19.704v-17.201h19.705zM925.593 277.127c-19.281 0-30.204-7.596-30.204-18.555 0-11.794 10.923-19.221 30.204-19.221 19.269 0 30.192 7.427 30.192 19.221 0 11.637-10.923 18.555-30.192 18.555m-.157-53.113c-33.833 0-48.711 14.503-48.711 34.389 0 20.406 14.878 33.893 48.711 33.893 34.292 0 48.711-13.656 48.711-33.893 0-20.225-14.419-34.389-48.711-34.389M876.429 174.615c0-12.314 6.822-23.769 21.543-23.769 13.959 0 21.398 11.455 21.398 23.769 0 12.471-7.282 23.261-21.398 23.261-14.866-.001-21.543-11.117-21.543-23.261m60.843 0c0-20.902-15.023-39.457-39.3-39.457-24.434 0-39.457 18.386-39.457 39.457 0 20.902 14.576 39.288 39.457 39.288 25.486 0 39.3-18.386 39.3-39.288'/%3E%3Cpath d='M809.952 200.073a384.345 384.345 0 0 1-21.241 2.02l1.21-37.933h-17.902l-1.21 39.119c-5.625.339-11.382.508-17.455.677l-1.064-39.796h-17.902l1.512 40.292h-16.995v15.689c34.449 0 66.008-.847 91.047-4.73v-15.338zM698.172 129.337l-25.438 2.891v4.004l3.508.738c4.246.847 5.093 1.814 5.08 10.33l.097 38.949h-13.814v-55.46l-.012.012.012-.024-.835-.593-25.269 2.867v3.98l3.484.726c4.209.847 5.056 1.887 5.044 10.354l.133 84.672h-50.38v-31.861h35.659v-15.519h-35.659v-28.656h37.171V141.07h-61v4.052l2.407.738c2.927.859 3.508 1.839 3.508 10.512l.012 81.14c0 6.423 5.201 11.624 11.612 11.624h56.67v35.236h17.443v-81.769h13.814v86.995h17.6V129.942l-.847-.605zM106.631 276.91c-14.019-.012-28.026-10.124-28.026-24.47l.048-81.479c0-10.753 10.439-16.293 20.539-16.281 29.986.012 42.034 35.792 42.022 64.799-.012 22.159-5.903 57.443-34.583 57.431m20.285-152.205c-19.233-.012-35.538 11.394-47.924 24.422h-.327l.073-139.794L76.464 7.7l-.012.012V7.7l-68.44 7.79L8 21.393l9.459 1.96c11.407 2.286 13.681 4.899 13.669 28.039l-.109 201.168c-.012 23.128-2.286 24.773-13.705 28.027l-8.431 2.153v5.891h53.598c10.257 1.887 21.64 3.254 33.385 3.266 57.359.024 91.93-35.163 91.966-92.196.012-37.486-20.503-74.971-60.916-74.996M273.858 252.554l.133-243.215-2.286-1.633-68.451 7.79v5.891l9.447 1.96c11.407 2.286 13.693 4.899 13.681 28.039l-.109 201.169c-.012 23.14-2.298 24.785-13.705 28.039l-8.431 2.141v5.903h91.821v-5.903l-8.431-2.141c-11.407-3.267-13.681-4.9-13.669-28.04'/%3E%3Cpath d='M386.808 280.339c-9.858-2.964-14.564-11.14-29.768-33.639l-42.312-62.863s10.753-9.919 21.059-19.463c15.664-14.479 28.075-22.668 39.615-26.043l10.862-3.048v-5.903l-78.745-.048v5.903l10.85 3.06c11.903 3.605 13.85 10.79-6.544 29.805l-36.155 33.53 55.533 86.922h7.076l56.658.036v-5.903l-8.129-2.346zM482.778 280.593c-11.407-3.266-13.681-4.899-13.668-28.039l.12-243.215-2.286-1.633-68.439 7.79-.012 5.891 9.459 1.96c11.406 2.298 13.681 4.899 13.668 27.821l-.109 218.067c-.012 10.79 8.552 19.402 19.124 19.402h50.574v-5.903l-8.431-2.141z'/%3E%3C/g%3E%3C/svg%3E");max-width: 140px;}
/*세종*/
.sejong{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' x='0px' y='0px' viewBox='0 0 1000 300'%3E%3Cg fill='%236B1B69'%3E%3Cpath d='m420.058 113.675-75.379-77.956h-11.143v125.862h24.82V84.513l74.956 77.068h11.565V35.719h-24.819zM69.713 82.496 52.907 75.76c-14.37-5.793-20.239-11.63-20.239-20.163 0-10.558 11.045-15.366 21.311-15.366 10.861 0 22.838 4.635 35.605 13.774l.379.271 14.045-18.561-.346-.303c-13.45-11.446-30.809-17.748-48.86-17.748-28.285 0-48.816 16.373-48.816 38.918 0 17.608 11.793 31.739 34.111 40.868l17.434 7.136c15.139 6.172 21.896 12.453 21.896 20.358 0 11.717-12.052 16.957-23.996 16.957-11.283 0-26.552-6.183-38.918-15.756l-.401-.303-12.984 18.8.325.282c14.608 12.594 33.136 19.535 52.183 19.535 30.082 0 51.101-16.741 51.101-40.705-.001-17.414-12.453-31.296-37.024-41.258M531.916 142.51c-5.068 0-9.789-2.068-14.024-6.14-4.114-4.277-6.194-9.009-6.194-14.066 0-3.433 1.342-6.757 3.995-9.876 2.87-3.314 5.815-6.01 13.829-11.565l25.242 29.703c-8.447 7.743-16.394 11.944-22.848 11.944m-3.888-100.999c2.761-2.621 6.334-3.942 10.644-3.942 4.169 0 7.678 1.278 10.428 3.812 2.772 2.555 4.18 5.826 4.18 9.713 0 2.697-.769 5.155-2.295 7.342-1.311 1.917-4.754 5.057-7.872 7.06-4.884 3.108-7.58 4.613-7.58 4.613s-2.707-2.382-6.205-6.27c-3.487-3.898-5.382-8.122-5.382-12.095-.001-4.158 1.375-7.602 4.082-10.233m77.328 66.921L587.521 94.16s-11.717 14.456-15.788 18.744l-21.69-25.296c8.728-5.891 16.589-12.875 19.903-17.683 3.845-5.458 5.794-11.641 5.794-18.376 0-9.735-3.552-17.921-10.547-24.321-6.952-6.346-15.832-9.573-26.39-9.573-10.883 0-19.936 3.335-26.899 9.897-6.855 6.573-10.32 15.203-10.32 25.621 0 9.962 4.57 20.152 13.601 30.288l-6.497 4.44c-13.341 9.194-20.109 20.943-20.109 34.923 0 11.727 4.299 21.722 12.767 29.714 8.609 7.883 19.21 11.879 31.522 11.879 13.211 0 24.44-4.537 36.622-16.59l11.597 13.752h32.421l-26.823-31.251a410.678 410.678 0 0 0 18.671-21.896M763.035 20.541h-31.251l-57.317 67.376V20.541H649.42v141.043h25.047v-36.806l21.462-25.155 42.048 61.961h30.992l-56.536-81.096zM273.358 35.723h24.819v125.862h-24.819zM792.334 35.723h24.819v125.862h-24.819zM977.714 35.716h-11.013l-45.989 74.577-45.221-74.577h-11.554l-14.045 125.862h24.96l7.439-66.705 38.41 62.211 38.128-61.767 6.713 66.261h24.939zM213.193 86.105h-58.074V35.719H130.3v125.862h24.819v-51.588h58.074v51.588h24.819V35.719h-24.819zM527.924 275.027h-34.132v-9.984h34.132v9.984zm0-14.749h-34.132v-9.302h-5.837v29.054h45.805v-29.054h-5.837v9.302zM485.432 228.234h22.816v10.656h-22.816v-10.656zm42.492-3.995h-13.98v-12.756h-5.696v11.987h-22.816v-11.987h-5.685v32.475h34.197v-14.652h13.98v16.676h5.837v-36.958h-5.837v15.215zM543.983 256.05h27.43v25.545h5.923V256.05h27.136v-5.067h-60.489zM728.412 209.015h5.685v47.191h-5.685zM951.331 226.174a39.478 39.478 0 0 1-6.963 3.671c-2.74 1.18-5.545 2.079-8.663 3.011l3.443 3.898c2.707-.563 5.306-1.332 7.71-2.317a45.167 45.167 0 0 0 6.714-3.238c2.101-1.288 3.845-2.599 5.328-4.017 1.646-1.483 2.827-2.869 3.444-4.342.79 1.441 1.949 2.826 3.649 4.342 1.613 1.462 3.379 2.74 5.404 3.942a39.745 39.745 0 0 0 6.779 3.314c2.436 1.018 4.96 1.776 7.71 2.317l.087.011 3.357-4.158a50.191 50.191 0 0 1-8.046-2.523c-2.577-.964-4.97-2.176-7.114-3.606-2.112-1.354-3.779-2.848-5.111-4.581-1.397-1.689-2.21-3.638-2.664-5.382h19.752v-5.046H938.89v5.046h19.524c-.325 1.928-1.061 3.66-2.198 5.155-1.257 1.623-2.849 3.095-4.885 4.503M591.592 236.639h-34.576v-19.286h34.576v19.286zm5.696-24.354h-46.109v29.584h46.109v-29.584z'/%3E%3Cpath d='M965.328 242.14v-8.187h-5.609v8.187h-31.544v5.609h68.697v-5.609zM899.832 231.567h-11.911v5.067h11.911v43.391h5.458v-69.856h-5.458z'/%3E%3Cpath d='M888.728 250.758c-1.873-2.231-3.498-4.786-4.97-7.808-1.375-2.599-2.48-5.555-3.292-8.804-.823-2.913-1.223-5.945-1.223-9.259l-.163-10.688h-5.685v10.688c0 3.086-.379 6.14-1.147 9.107-.79 3.162-1.874 6.129-3.216 8.804a44.726 44.726 0 0 1-4.971 7.97c-1.895 2.469-3.995 4.7-6.443 7.039.303.314 3.942 3.79 3.942 3.79l.108-.098c3.097-2.642 6.053-5.956 8.782-9.865 2.512-3.606 4.483-7.623 5.858-11.933a39.967 39.967 0 0 0 5.956 11.781c2.523 3.714 5.457 7.006 8.912 9.778.617-.606 3.227-3.14 3.909-3.996-2.242-1.795-4.387-3.983-6.357-6.506M913.886 209.025h5.458v72.541h-5.458zM760.724 214.232l-.303.617c-5.284 10.504-7.969 21.387-7.969 32.356s2.685 21.852 7.969 32.356l.26.466h-5.371c-5.599-10.666-8.359-21.657-8.359-32.821 0-10.926 2.761-22.145 8.229-32.973h5.544zM821.857 214.232l.303.617c5.284 10.504 7.969 21.387 7.969 32.356s-2.685 21.852-7.969 32.356l-.26.466h5.371c5.599-10.666 8.359-21.657 8.359-32.821 0-10.926-2.761-22.145-8.219-32.973h-5.554zM974.84 271.353c-.65 1.148-1.516 2.133-2.718 3.108a14.173 14.173 0 0 1-4.18 1.971c-1.7.466-3.476.682-5.425.682-1.981 0-3.801-.227-5.404-.682-1.581-.433-2.945-1.072-4.18-1.971-1.278-.964-2.144-1.949-2.718-3.108-.661-1.169-.985-2.491-.985-4.072 0-3.097 1.191-5.501 3.627-7.331 2.371-1.765 5.631-2.653 9.659-2.653 3.931 0 7.179.866 9.67 2.577 2.393 1.852 3.552 4.277 3.552 7.407 0 1.517-.303 2.881-.898 4.072m1.526-15.181c-1.689-1.224-3.714-2.242-6.042-3.021-2.469-.715-5.122-1.083-7.872-1.083-2.837 0-5.49.368-7.894 1.083-2.339.758-4.375 1.83-6.043 3.184-1.71 1.397-2.956 2.978-3.8 4.808-.878 1.765-1.321 3.822-1.321 6.14 0 2.307.455 4.342 1.397 6.216.802 1.754 2.069 3.335 3.888 4.819 1.603 1.223 3.606 2.242 5.977 3.021 2.523.682 5.079 1.007 7.797 1.007 2.642 0 5.295-.336 7.883-1.007 2.317-.769 4.342-1.787 6.042-3.021 1.733-1.484 3-3.065 3.888-4.819.877-1.939 1.311-3.974 1.311-6.216 0-2.263-.444-4.375-1.321-6.291-.879-1.756-2.146-3.326-3.89-4.82M696.063 255.575h-5.685v24.451h44.657v-5.23h-38.972zM779.728 226.015c.65-1.299 1.57-2.48 2.718-3.498a15.828 15.828 0 0 1 4.147-2.307c1.494-.52 3.151-.78 4.917-.78 1.722 0 3.443.271 4.981.78a15.905 15.905 0 0 1 4.126 2.285 12.917 12.917 0 0 1 2.794 3.509c.66 1.44.985 2.956.985 4.624 0 1.678-.336 3.184-.975 4.472-.726 1.397-1.646 2.556-2.74 3.444-1.137.953-2.48 1.678-4.126 2.231-1.506.563-3.206.845-5.046.845-1.83 0-3.465-.249-4.992-.78-1.679-.563-3.011-1.31-4.072-2.295-1.137-.899-2.057-2.057-2.718-3.454-.693-1.267-1.029-2.718-1.029-4.462.001-1.712.337-3.217 1.03-4.614m-1.267 16.286c1.689 1.483 3.66 2.566 5.837 3.238 2.1.78 4.461 1.17 7.212 1.17 2.728 0 5.1-.379 7.255-1.17a17.085 17.085 0 0 0 5.923-3.238c1.635-1.364 2.956-3.086 3.942-5.122.931-1.993 1.386-4.137 1.386-6.551 0-2.469-.477-4.678-1.462-6.779a16.577 16.577 0 0 0-3.931-5.1c-1.538-1.278-3.443-2.339-5.848-3.238-2.35-.79-4.732-1.17-7.266-1.17s-4.949.39-7.201 1.17c-2.35.856-4.256 1.917-5.847 3.238a17.057 17.057 0 0 0-3.942 5.111c-.964 2.09-1.44 4.299-1.44 6.768s.477 4.613 1.451 6.562c.975 2.036 2.307 3.746 3.931 5.111M762.73 256.152h14.716v23.877h5.793v-23.877h16.135v23.877h5.793v-23.877h14.554v-5.176H762.73zM688.725 238.076c-2.198-2.274-3.26-5.252-3.26-9.118 0-3.855 1.061-6.844 3.26-9.107 2.133-2.22 5.035-3.335 8.641-3.335 3.476 0 6.259 1.094 8.49 3.335 2.122 2.252 3.194 5.328 3.194 9.107 0 1.819-.27 3.487-.833 5.089-.617 1.624-1.397 2.913-2.361 3.952-.974 1.051-2.22 1.917-3.703 2.577-1.506.606-3.119.91-4.786.91-3.629.001-6.531-1.147-8.642-3.41m15.69 7.32c2.133-.758 4.007-1.992 5.588-3.649 1.473-1.473 2.664-3.303 3.65-5.588.866-2.22 1.31-4.646 1.31-7.201 0-2.501-.444-4.895-1.31-7.125-.985-2.285-2.177-4.104-3.65-5.588-1.473-1.462-3.292-2.664-5.588-3.639-2.209-.877-4.613-1.321-7.125-1.321-2.458 0-4.797.411-7.125 1.245-2.274.975-4.104 2.166-5.577 3.638a16.182 16.182 0 0 0-3.65 5.577c-.888 2.068-1.321 4.429-1.321 7.212 0 2.837.433 5.219 1.321 7.277a15.882 15.882 0 0 0 3.65 5.664c1.624 1.635 3.498 2.826 5.577 3.573 2.122.834 4.461 1.235 7.125 1.235 2.729 0 5.068-.433 7.125-1.31M662.658 275.027h-34.132v-9.984h34.132v9.984zm0-14.749h-34.132v-9.302h-5.837v29.054h45.805v-29.054h-5.837v9.302zM620.166 228.234h22.816v10.656h-22.816v-10.656zm42.492-3.995h-13.98v-12.756h-5.696v11.987h-22.816v-11.987h-5.685v32.475h34.197v-14.652h13.98v16.676h5.837v-36.958h-5.837v15.215z'/%3E%3C/g%3E%3C/svg%3E");max-width: 160px;}
/*화우*/
.hwawoo{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' x='0px' y='0px' viewBox='0 0 940 300'%3E%3Cpath fill='%237A726F' d='M6.439 5.088h33.776v46.614H6.439zM58.755 96.165c0-12.02-6.828-21.809-15.221-21.809-8.375 0-15.195 9.789-15.195 21.809 0 12.029 6.819 21.827 15.195 21.827 8.393-.001 15.221-9.798 15.221-21.827'/%3E%3Cpath fill='%237A726F' d='M88.195 51.705V155.05h27.463c.703-10.704 10.1-19.204 21.596-19.204 11.949 0 21.667 9.175 21.667 20.466 0 11.318-9.718 20.52-21.667 20.52-10.909 0-19.942-7.708-21.427-17.657H88.195v37.368h96.117V5.091H44.338v46.614h43.857z'/%3E%3Cpath fill='%237A726F' d='M67.888 200.686v-4.143h16.181v-37.367H37.971l-.356.213-.133-.213H6.444V294.91h128.747v-94.224zM24.227 96.168c0-14.314 8.66-25.952 19.311-25.952 10.66 0 19.328 11.638 19.328 25.952 0 14.296-8.668 25.934-19.328 25.934-10.652 0-19.311-11.638-19.311-25.934m16.981 33.234-.302-.916.907-.373 2.952-1.031.32.942c.285.8 5.895 17.301-2.08 27.028h41.057V55.813H6.436v99.238h30.371c10.215-6.446 5.032-23.685 4.401-25.649M139.292 200.684h45.013v94.224h-45.013zM137.254 172.668c9.673 0 17.524-7.335 17.524-16.359 0-9.015-7.85-16.341-17.524-16.341-9.655 0-17.532 7.326-17.532 16.341 0 9.024 7.877 16.359 17.532 16.359'/%3E%3Cpath fill='%23FFF' d='M137.254 139.965c9.673 0 17.524 7.326 17.524 16.35 0 9.015-7.85 16.35-17.524 16.35-9.655 0-17.532-7.335-17.532-16.35 0-9.024 7.877-16.35 17.532-16.35m-49.059 56.58v-37.368h27.632c1.485 9.949 10.518 17.648 21.427 17.648 11.949 0 21.667-9.193 21.667-20.511 0-11.291-9.718-20.475-21.667-20.475-11.496 0-20.893 8.508-21.596 19.213H88.195V51.707H44.338V5.093h-4.117v46.614H6.445v4.108h77.616v99.238H43.004c7.975-9.726 2.365-26.228 2.081-27.028l-.32-.942-2.961 1.031-.898.373.302.916c.64 1.965 5.814 19.213-4.401 25.65H6.445v4.125h31.038l.124.204.365-.204h46.089v37.368H67.889v4.143h67.303v94.224h4.107v-94.224h45.013v-4.143H88.195z'/%3E%3Cpath fill='%23FFF' d='M28.343 96.165c0-12.02 6.819-21.809 15.185-21.809 8.393 0 15.23 9.789 15.23 21.809 0 12.029-6.837 21.827-15.23 21.827-8.366-.001-15.185-9.798-15.185-21.827m34.523 0c0-14.305-8.668-25.952-19.337-25.952-10.642 0-19.302 11.647-19.302 25.952s8.66 25.943 19.302 25.943c10.668 0 19.337-11.638 19.337-25.943'/%3E%3Cpath fill='%23121B21' d='m818.909 196.84.409 5.014c-6.535-2-14.492-2.845-20.591-.836-9.406 3.112-11.753 12.9-11.753 19.231 0 6.615 3.316 16.715 17.381 16.715 5.094 0 8.588-.845 10.403-1.823v-13.95l-8.162.009c.044-1.618.044-3.654 0-4.819l14.812.018v23.098c-3.503.916-9.691 1.831-15.932 1.831-19.471 0-25.712-10.491-25.712-21.533 0-10.367 4.694-20.742 17.248-23.667 7.281-1.724 17.381-.408 21.897.712M624.64 232.884c-1.236 1.449-3.512 3.396-5.992 4.312-3.539 1.28-10.233.747-12.971-3.423-1.556-2.338-1.983-6.819-.107-9.495 1.654-2.347 4.463-4.259 6.544-5.548.996 1.271 2.081 2.747 4.072 4.917 1.253 1.36 6.534 7.281 8.454 9.237m-4.117-11.576c-1.449-1.6-2.863-3.37-4.223-5.237-1.156-1.565-2.054-3.032-2.792-4.205-1.298-2.098-2.462-6.259-.693-8.695 1.929-2.667 4.579-3.085 7.735-2.934 1.2.027 2.969.276 5.076 1.067l-.249-4.312c-3.041-.738-5.806-1.067-8.224-1.102-2.347-.036-6.223.693-8.401 2.534-2.668 2.24-3.859 6.446-2.383 10.562.702 1.974 2.498 4.828 3.28 5.85-1.831.925-5.512 2.952-8.082 5.574-3.529 3.619-5.103 10.455-1.493 15.461 2.703 3.734 7.433 6.072 13.701 6.019 6.232-.044 10.757-2.463 13.62-5.45l4.401 4.623 6.703.018-6.277-6.784c2.134-2.667 3.636-8.908 3.53-13.238h-5.308c-.018 2.143-.445 6.508-1.849 8.935-1.946-1.769-5.813-6.17-8.072-8.686M666.463 222.281l15.994-26.13h-7.521l-11.54 20.884-10.687-20.884h-7.637l14.313 25.561v18.741h7.078zM693.472 222.745l9.522-23.418 9.318 23.418h-18.84zm4.072-26.592-18.715 44.285 7.344.044 5.352-12.972h22.689l5.094 12.945 7.041-.009-17.674-44.293h-11.131zM738.157 201.449l24.752 39.03h9.638l.062-44.329h-5.939l.133 39.662-24.725-39.662h-9.682l-.018 44.329h5.806zM506.707 236.77c-9.593 0-16.946-6.624-16.946-18.484 0-11.851 7.353-18.502 16.946-18.502s16.946 6.65 16.946 18.502c0 11.86-7.353 18.484-16.946 18.484m0-41.466c-14.465 0-24.121 8.242-24.121 22.982 0 14.732 9.655 22.974 24.121 22.974s24.121-8.242 24.121-22.974c0-14.74-9.655-22.982-24.121-22.982M452.899 236.77c-9.611 0-16.972-6.624-16.972-18.484 0-11.851 7.362-18.502 16.972-18.502 9.593 0 16.946 6.65 16.946 18.502 0 11.86-7.353 18.484-16.946 18.484m0-41.466c-14.465 0-24.121 8.242-24.121 22.982 0 14.732 9.655 22.974 24.121 22.974 14.465 0 24.103-8.242 24.103-22.974-.001-14.74-9.638-22.982-24.103-22.982M410.739 222.281l16.003-26.13h-7.53l-11.531 20.884-10.687-20.884h-7.646l14.314 25.561v18.741h7.095zM543.638 201.449l24.769 39.03h9.674V196.15h-5.806v39.662l-24.699-39.662h-9.682l-.018 44.329h5.806zM766.473 82.689c8.073 0 13.265 6.09 13.265 15.496 0 9.415-5.192 15.488-13.265 15.488-8.064 0-13.274-6.072-13.274-15.488.001-9.406 5.211-15.496 13.274-15.496m.027-7.397c-13.647 0-23.561 9.798-23.561 23.249 0 13.461 9.914 23.249 23.561 23.249 13.638 0 23.561-9.789 23.561-23.249-.001-13.452-9.923-23.249-23.561-23.249M887.284 69.835c9.122 0 14.999 6.819 14.999 17.39 0 10.562-5.877 17.381-14.999 17.381-9.113 0-15.007-6.819-15.007-17.381 0-10.571 5.894-17.39 15.007-17.39m.027 43.013c14.732 0 25.437-10.784 25.437-25.623S902.043 61.62 887.311 61.62c-14.75 0-25.454 10.767-25.454 25.605s10.704 25.623 25.454 25.623'/%3E%3Cpath fill='%23121B21' d='M795.128 70.867h-22.466V58.331l-11.132.036.009 12.5h-23.64l-.018 9.122h57.247z'/%3E%3Cpath fill='%23121B21' d='M817.447 61.639h-10.535v68.04c-3.058 1.547-6.321 3.076-9.477 3.921-3.174.862-8.456 1.414-11.772 1.414H772.15v-17.488h-10.527v17.488h-24.681v8.828h47.192c3.174 0 8.473-.516 12.003-1.431 3.351-.854 6.979-2.347 10.775-4.383v24.28h10.535v-54.571h16.287v-8.66h-16.287V61.639zM842.088 120.26v8.9h40.248v33.384h10.989V129.16h40.239v-8.9zM541.397 77.638c7.468 0 12.296 5.503 12.296 13.967 0 8.5-4.827 14.003-12.296 14.003-7.468 0-12.305-5.503-12.305-14.003.001-8.463 4.837-13.967 12.305-13.967m.018 34.567c12.029 0 20.751-8.651 20.751-20.582 0-11.94-8.721-20.591-20.751-20.591-12.02 0-20.769 8.651-20.769 20.591 0 11.932 8.749 20.582 20.769 20.582M504.78 111.529h-8.446V91.711H481.62v-7.183h14.714V68.364h8.446zM355.267 115.269v7.113h32.193v26.707h8.802v-26.707h32.185v-7.113zM496.334 141.773h-36.398v-9.886h36.398v9.886zm8.446 7.113v-33.42h-8.446v9.486h-36.398v-9.486h-8.41v33.42h53.254zM470.043 102.233h-22.049V90.56h22.049v11.673zm8.446 7.113V72.334h-8.446v11.3h-22.049v-11.3h-8.428v37.012h38.923zM342.413 111.529h-8.428V91.711H319.27v-7.183h14.715V68.364h8.428zM333.987 141.773h-36.416v-9.886h36.416v9.886zm8.429 7.113v-33.42h-8.428v9.486h-36.416v-9.486h-8.42v33.42h53.264zM307.698 102.233h-22.067V90.56h22.067v11.673zm8.447 7.113V72.334h-8.446v11.3H285.64v-11.3h-8.446v37.012h38.951zM373.082 79.05h37.546v19.604h-37.546V79.05zm45.992-7.095h-54.411v33.811h54.411V71.955zM578.28 68.363h8.446v57.158h-8.446zM542.16 119.945h-8.704v28.432h55.824v-7.104h-47.12zM651.587 79.976c6.188 0 10.198 4.632 10.198 11.834 0 7.166-4.01 11.807-10.198 11.807-6.196 0-10.189-4.641-10.189-11.807 0-7.202 3.992-11.834 10.189-11.834m.018 29.25c10.02 0 17.292-7.326 17.292-17.417 0-10.1-7.273-17.417-17.292-17.417-10.029 0-17.319 7.317-17.319 17.417-.001 10.091 7.29 17.417 17.319 17.417M683.049 114.267h-62.182v6.046h14.483v22.529h7.157v-22.529h18.866v22.529h7.157v-22.529h14.519zM608.949 108.56c0-13.167 3.921-25.152 10.375-34.211h-4.383c-7.761 8.588-12.607 20.751-12.607 34.211 0 13.523 4.917 25.712 12.723 34.309h4.356c-6.508-9.051-10.464-21.097-10.464-34.309M694.958 108.56c0-13.167-3.93-25.152-10.393-34.211h4.401c7.735 8.588 12.589 20.751 12.589 34.211 0 13.523-4.881 25.712-12.696 34.309h-4.383c6.525-9.051 10.482-21.097 10.482-34.309'/%3E%3Cpath fill='%23121B21' d='M651.587 104.377c-6.659 0-10.953-4.943-10.953-12.563 0-7.664 4.294-12.607 10.953-12.607s10.971 4.943 10.971 12.607c0 7.62-4.312 12.563-10.971 12.563m.018-29.224c-9.593 0-16.555 7.006-16.555 16.661 0 9.638 6.962 16.643 16.555 16.643s16.528-7.006 16.528-16.643c-.001-9.655-6.936-16.661-16.528-16.661M662.12 142.093h5.673v-22.547h14.509v-4.525h-60.688v4.525h14.501v22.547h5.646v-22.547h20.359zM615.304 142.313h3.014c-6.428-9.38-9.94-21.329-9.94-33.749 0-12.385 3.503-24.28 9.86-33.651h-3.05c-7.913 8.891-12.287 20.813-12.287 33.651 0 12.882 4.419 24.858 12.403 33.749M685.587 142.313h3.005c7.993-8.891 12.376-20.866 12.376-33.749 0-12.838-4.347-24.761-12.251-33.651h-3.05c6.357 9.371 9.851 21.267 9.851 33.651 0 12.42-3.512 24.369-9.931 33.749'/%3E%3C/svg%3E");max-width: 170px;}
/*포스코*/
.posco{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='1147.1735' height='300' viewBox='0 0 1147.1737 299.99999'%3E%3Cpath d='M0 0c3.148 0 5.809-1.558 7.428-4.012 0 0 1.283-1.916 2.177-2.417.899-.511 2.204-.783 3.083-.596.861.195 1.396.357.976 1.826C11.955.743 6.555 4.877 0 4.877c-7.957 0-14.191-6.136-14.191-14.135 0-8.013 6.234-14.149 14.191-14.149 6.361 0 11.334 3.625 13.434 9.468.632 1.692.109 1.933.109 1.933s-.522.722-2.65.234c-2.139-.501-3.081-2.175-3.081-2.175C6.248-16.656 3.344-18.509 0-18.509c-5.051 0-9.086 4.244-9.086 9.251C-9.086-4.2-5.051 0 0 0' style='fill:%2300588a;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(7.65187 0 0 -7.65187 803.48 37.319)'/%3E%3Cpath d='M0 0c0 5.058 4.014 9.258 9.051 9.258 5.031 0 9.047-4.2 9.047-9.258 0-5.007-4.016-9.251-9.047-9.251C4.014-9.251 0-5.007 0 0m23.191 0c0 7.999-6.228 14.135-14.14 14.135C1.131 14.135-5.09 7.999-5.09 0c0-8.014 6.221-14.149 14.141-14.149 7.912 0 14.14 6.135 14.14 14.149' style='fill:%2300588a;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(7.65187 0 0 -7.65187 277.19 108.16)'/%3E%3Cpath d='M0 0c5.027 0 9.041-4.2 9.041-9.258 0-5.007-4.014-9.251-9.041-9.251-5.039 0-9.053 4.244-9.053 9.251C-9.053-4.2-5.039 0 0 0m0-23.407c7.914 0 14.139 6.136 14.139 14.149C14.139-1.259 7.914 4.877 0 4.877c-7.922 0-14.148-6.136-14.148-14.135 0-8.013 6.226-14.149 14.148-14.149' style='fill:%2300588a;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(7.65187 0 0 -7.65187 1038.984 37.319)'/%3E%3Cpath d='m0 0 12.133-.144c1.621-.078 2.043-.87 1.471-2.297-1.034-2.579-4.643-4.637-7.79-4.598-3.849.045-5.789 1.993-7.257 3.531-1.491 1.561-4.209 1.587-5.084 1.248-.873-.318-.463-1.661-.104-2.37 2.324-4.524 7.393-7.023 12.193-7.09 5.112-.058 9.686 2.41 12.358 6.732 2.685 4.337 1.525 9.586-4.582 9.663l-13.813.169c-2.019.027-2.222 1.294-1.63 2.501 1.298 2.661 4.466 4.583 8.099 4.537 3.647-.038 5.617-2.182 6.826-3.369 1.284-1.254 3.973-1.646 5.16-1.051.596.292.565 1.108.016 2.147-2.326 4.421-7.215 6.883-12.226 6.942-4.27.046-9.122-1.93-12.04-6.455C-8.688 6.338-8.549.097 0 0' style='fill:%2300588a;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(7.65187 0 0 -7.65187 530.359 126.747)'/%3E%3Cpath d='M0 0c5.006 0 9.088-4.127 9.088-9.229 0-5.101-4.082-9.235-9.088-9.235-5.016 0-9.076 4.134-9.076 9.235C-9.076-4.127-5.016 0 0 0m-9.975-34.329c.899.092.946 1.203.946 1.203v12.863c2.439-1.968 5.564-3.144 9.021-3.144 7.926 0 14.149 6.136 14.149 14.149 0 7.999-6.223 14.135-14.149 14.135-7.931 0-14.131-6.136-14.131-14.135v-18.733s-.248-2.482.938-4.22c.828-1.207 1.978-2.065 3.226-2.118' style='fill:%2300588a;fill-opacity:1;fill-rule:nonzero;stroke:none' transform='matrix(7.65187 0 0 -7.65187 108.355 37.319)'/%3E%3C/svg%3E");max-width: 120px;}
/*샘표*/
.sampyo{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='867.047865' height='167.89454095271105' viewBox='-183.52279500000003 99.55272952364447 867.047865 167.89454095271105'%3E%3Cpath d='m306.917 401.35 7.697-33.119-19.198 32.443h-7.559l-.917-32.443-10.194 33.12h-8.903l13.756-41.262h13.03l.62 26.967 16.027-26.967h13.59l-8.496 41.261z' style='stroke:none;stroke-width:1;stroke-dasharray:none;stroke-linecap:butt;stroke-dashoffset:0;stroke-linejoin:miter;stroke-miterlimit:4;fill:%23009bd8;fill-rule:nonzero;opacity:1' transform='matrix(3.47 0 0 3.47 -832.005 -1134.108)' vector-effect='non-scaling-stroke'/%3E%3Cg clip-path='url(%23a)' transform='matrix(3.47 0 0 -3.47 348.81 186.97)'%3E%3CclipPath id='a'%3E%3Cpath stroke-linecap='round' d='M-153.183-23.504H96.266v49.335h-249.449Z'/%3E%3C/clipPath%3E%3Cpath d='M0 0s2.119-.013 3.943-.013c3.782 0 6.885-1.285 6.885-5.204 0-4.157-3.843-7.527-9.652-7.527-1.689 0-2.696.118-3.774.303L0 0m-16.709-34.479h9.517l3.099 14.81c1.022-.056 2.374-.241 3.99-.241 5.534 0 10.86 1.223 14.58 3.86 3.505 2.45 6.14 6.428 6.14 11.569 0 3.978-1.821 6.922-4.923 8.755-3.31 2.147-7.973 2.523-12.092 2.523H-8.073l-8.636-41.276' style='stroke:none;stroke-width:1;stroke-dasharray:none;stroke-linecap:butt;stroke-dashoffset:0;stroke-linejoin:miter;stroke-miterlimit:4;fill:%23009bd8;fill-rule:nonzero;opacity:1' transform='translate(-1.95 13.84)' vector-effect='non-scaling-stroke'/%3E%3C/g%3E%3Cg clip-path='url(%23b)' transform='matrix(3.47 0 0 -3.47 468.34 186.99)'%3E%3CclipPath id='b'%3E%3Cpath stroke-linecap='round' d='M-187.603-23.504H61.846v49.335h-249.449Z'/%3E%3C/clipPath%3E%3Cpath d='M0 0h10.132l-32.611-41.261h-11.288l13.092 15.732L-28.143 0h9.538l4.478-17.948z' style='stroke:none;stroke-width:1;stroke-dasharray:none;stroke-linecap:butt;stroke-dashoffset:0;stroke-linejoin:miter;stroke-miterlimit:4;fill:%23009bd8;fill-rule:nonzero;opacity:1' transform='translate(11.82 20.63)' vector-effect='non-scaling-stroke'/%3E%3C/g%3E%3Cg clip-path='url(%23c)' transform='matrix(3.47 0 0 -3.47 591.83 183.71)'%3E%3CclipPath id='c'%3E%3Cpath stroke-linecap='round' d='M-223.163-24.444H26.286v49.335h-249.449Z'/%3E%3C/clipPath%3E%3Cpath d='M0 0c-4.978 0-9.588-.979-13.614-2.69l-16.261-20.576a26.65 26.65 0 0 1-.418-4.68c0-10.577 8.016-18.924 22.355-18.924h.076c8.27 0 15.31 2.426 20.382 6.6 6.223 5.047 9.749 13.131 9.749 21.348C22.269-8.079 14.57 0 0 0m-6.488-39.739h-.082c-8.597 0-12.416 5.075-12.416 11.872 0 9.146 7.002 20.731 17.731 20.731 9.4 0 12.059-5.794 12.059-11.797 0-9.078-7.007-20.806-17.292-20.806' style='stroke:none;stroke-width:1;stroke-dasharray:none;stroke-linecap:butt;stroke-dashoffset:0;stroke-linejoin:miter;stroke-miterlimit:4;fill:%23009bd8;fill-rule:nonzero;opacity:1' transform='translate(4.01 23.44)' vector-effect='non-scaling-stroke'/%3E%3C/g%3E%3Cg clip-path='url(%23d)' transform='matrix(3.47 0 0 -3.47 33.83 186.99)'%3E%3CclipPath id='d'%3E%3Cpath stroke-linecap='round' d='M-62.473-23.504h249.449v49.335H-62.473Z'/%3E%3C/clipPath%3E%3Cpath d='M0 0h10.189L4.928 41.261H-7.563L-29.766 0h10.391l4.239 8.784H-.744L0 0m-11.908 15.493s7.724 16.405 8.866 18.91l1.731-18.91h-10.597' style='stroke:none;stroke-width:1;stroke-dasharray:none;stroke-linecap:butt;stroke-dashoffset:0;stroke-linejoin:miter;stroke-miterlimit:4;fill:%23009bd8;fill-rule:nonzero;opacity:1' transform='translate(9.79 -20.63)' vector-effect='non-scaling-stroke'/%3E%3C/g%3E%3Cg clip-path='url(%23e)' transform='matrix(3.47 0 0 -3.47 -84.48 183.5)'%3E%3CclipPath id='e'%3E%3Cpath stroke-linecap='round' d='M-28.393-24.504h249.449v49.335H-28.393Z'/%3E%3C/clipPath%3E%3Cpath d='M0 0c-5.531 2.081-9.164 3.336-9.747 5.963-.545 2.428 1.615 4.819 7.456 5.35 7.788.571 15.729-2.619 20.917-5.585l4.364 8.11c-6.098 3.75-16.418 6.785-26.907 5.831h-.063c-11.156-1.008-20.484-6.228-18.478-15.172C-21.361-.387-16.526-4.02-8.315-7.184c4.329-1.661 8.927-3.651 9.494-6.193.754-3.395-3.303-5.524-8.087-5.982l-.094.007c-7.925-.706-16.065 2.31-22.15 5.564l-4.655-8.767c6.363-3.056 15.917-6.157 27.004-5.638 4.661.129 8.823.991 12.221 2.466l8.36 15.533C12.323-6.201 8.261-3.106 0 0' style='stroke:none;stroke-width:1;stroke-dasharray:none;stroke-linecap:butt;stroke-dashoffset:0;stroke-linejoin:miter;stroke-miterlimit:4;fill:%23009bd8;fill-rule:nonzero;opacity:1' transform='translate(5.41 4.2)' vector-effect='non-scaling-stroke'/%3E%3C/g%3E%3C/svg%3E");max-width: 130px;}
/*율촌*/
.yulchon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' x='0px' y='0px' viewBox='0 0 650 300'%3E%3Cpath fill='%23003768' d='M9.63 7.378h281.018V291H9.63z'/%3E%3Cdefs%3E%3Cpath id='a' d='M9.63 7.388h623.623V291H9.63z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath fill='%23FFF' d='M26.731 27.62c.139.219.269.419.389.619-.01-.03 6.285 10.974 7.134 12.421v10.466c0 1.427-.599 1.855-2.644 1.855h-.728v2.364H43.871v-2.363h-.728c-2.215 0-2.844-.419-2.844-1.855V40.051l8.44-13.469c.678-1.077 1.137-1.527 2.265-1.776l.569-.13V22.43H42.664v2.346l.649.03c1.457.139 2.285.349 2.285 1.038 0 1.396-3.163 6.156-4.998 9.009-.589.878-1.088 1.656-1.517 2.315L35.93 31.76c-.13-.18-.369-.608-.698-1.147-.758-1.277-2.554-4.28-2.724-4.918.04-.628.778-.888 2.604-.888h.708v-2.375H22.89v2.375h.728c1.437 0 2.296 1.436 3.113 2.813M58.586 27.62v17.061c0 5.148 2.195 11.304 12.701 11.304 8.62 0 12.651-3.741 12.651-11.803V27.62c0-1.985.908-2.813 3.173-2.813h.708v-2.375H76.515v2.346l.678.03c3.193.199 4.091.359 4.091 2.813v16.561c0 6.515-2.634 9.428-8.581 9.428-6.675 0-8.041-4.18-8.041-7.692V27.62c0-1.197.119-1.816.499-2.195.419-.429 1.297-.619 2.763-.619l.719.019V22.43H55.314v2.346l.669.03c2.582.14 2.603.15 2.603 2.814M119.755 55.35h.539l.149-.529 2.604-10.177.219-.898h-2.306l-.199.37a49.176 49.176 0 0 1-3.243 5.088c-1.457 2.016-2.564 3.103-4.599 3.452-1.816.32-3.711.32-5.537.32-4.46 0-4.859-.09-4.859-2.894V27.106c0-1.547.519-2.294 3.612-2.294h.718v-2.384H92.967v2.384h.708c2.205 0 2.804.409 2.804 1.855V51.12c0 1.626-.349 1.856-2.893 1.856h-.708V55.35h26.877zM144.167 55.989c3.412 0 6.754-1.018 9.967-3.053l.908 1.527.219.339h2.065V43.209H155.171l-.12.569c-.918 4.749-4.21 9.827-10.775 9.827-3.582 0-6.256-2.285-7.533-4.44-2.035-3.302-2.763-5.817-2.763-9.677 0-2.016.18-5.857 1.596-8.77 1.886-3.821 5.408-6.295 8.999-6.295 6.664 0 9.747 5.607 10.385 10.406l.08.628h2.155V23.365h-1.806l-.209.3-1.067 1.457c-2.674-1.646-5.667-3.103-9.538-3.103-9.937 0-17.16 7.243-17.16 17.2.001 10.345 6.426 16.77 16.752 16.77M176.245 55.35h.728V52.976h-.728c-2.863 0-3.113-.29-3.113-1.856V40.005h15.275V51.12c0 1.486-.628 1.856-3.312 1.856h-.719V55.35H197.865V52.976h-.708c-2.315 0-2.714-.28-2.714-1.856V26.667c0-1.447.589-1.855 2.824-1.855h.678v-2.384h-13.568v2.384h.719c2.684 0 3.312.369 3.312 1.855v10.685h-15.275V26.667c0-1.497.659-1.855 3.612-1.855h.719v-2.384h-13.718v2.384h.698c2.045 0 2.654.419 2.654 1.855V51.12c0 1.447-.609 1.856-2.804 1.856h-.748V55.35h12.699zM230.072 39.217c0 6.984-3.732 14.387-10.695 14.387-6.774 0-9.857-7.233-9.857-13.987 0-10.505 5.228-15.195 10.396-15.195 3.332 0 10.156 3.612 10.156 14.795m-10.695 16.772c13.449 0 17.011-10.924 17.011-16.731 0-11.832-8.7-17.24-16.781-17.24-4.56 0-16.432 3.143-16.432 17.42-.001 5.726 3.401 16.551 16.202 16.551M276.079 22.43h-10.136v2.314l.658.07c2.903.299 3.363.608 3.363 2.215v19.046l-21.341-23.406-.209-.239H240.572v2.384h.709c1.257.04 2.195 1.047 3.242 2.205l.02.01v23.925c-.02.05-.05.119-.05.169-.11 1.467-.758 1.606-2.883 1.796l-.429.06-.649.069V55.353h10.874v-2.354l-.688-.02c-3.512-.12-3.512-1.277-3.512-1.856v-21.21l23.515 25.561.189.239h1.726V26.97c0-.798.269-1.636 3.562-2.155l.599-.1V22.43h-.718zM43.386 242.994h-.719v2.335l.659.06c1.436.1 2.265.309 2.265 1.008 0 1.387-3.163 6.206-5.038 9.059-.559.868-1.047 1.626-1.467 2.274l-3.152-5.398c-.15-.219-.419-.678-.748-1.277-.758-1.257-2.504-4.18-2.684-4.789.04-.649.788-.878 2.604-.878h.709v-2.394H22.884v2.394h.728c1.447 0 2.305 1.417 3.123 2.794.139.199.269.399.389.608-.02-.03 6.285 10.985 7.143 12.451v10.436c0 1.417-.608 1.846-2.654 1.846h-.728v2.384h12.979v-2.384h-.728c-2.215 0-2.833-.399-2.833-1.846v-11.064l8.44-13.489c.698-1.077 1.158-1.507 2.265-1.756l.569-.139v-2.235H43.386zM77.231 242.994h-.719v2.355l.689.04c3.232.17 4.08.329 4.08 2.794v16.541c0 6.535-2.634 9.448-8.58 9.448-6.675 0-8.042-4.2-8.042-7.682v-18.307c0-1.208.12-1.846.499-2.195.429-.439 1.307-.619 2.764-.599h.718v-2.394H55.312v2.364l.669.03c2.594.11 2.604.15 2.604 2.794v17.07c0 5.138 2.205 11.284 12.701 11.284 8.62 0 12.651-3.741 12.651-11.813v-16.541c0-2.006.908-2.794 3.173-2.794h.708v-2.394H77.231zM121.391 264.305h-.429l-.199.349a53.57 53.57 0 0 1-3.243 5.099c-1.407 1.975-2.564 3.112-4.609 3.462-1.806.309-3.711.309-5.527.309-4.46 0-4.859-.09-4.859-2.883v-22.957c0-1.576.508-2.304 3.612-2.304h.719v-2.384H92.968v2.384h.708c2.205 0 2.804.389 2.804 1.855v24.443c0 1.626-.349 1.846-2.893 1.846h-.708v2.385h27.416l.139-.549 2.614-10.176.219-.878h-1.876zM155.767 263.749h-.599l-.11.569c-.928 4.759-4.221 9.857-10.775 9.857-3.571 0-6.245-2.294-7.533-4.47-2.045-3.262-2.774-5.817-2.774-9.668 0-2.025.19-5.867 1.597-8.78 1.885-3.821 5.407-6.295 9.009-6.295 6.225 0 9.707 5.238 10.376 10.426l.08.609h2.154v-12.051h-1.806l-.209.28-1.067 1.426c-2.674-1.636-5.667-3.073-9.527-3.073-9.947 0-17.17 7.223-17.17 17.17 0 10.366 6.425 16.791 16.751 16.791 3.442 0 6.785-1.027 9.967-3.043l.908 1.507.219.359h2.075V263.75H155.767zM185.098 242.994h-.719v2.394h.719c2.674 0 3.302.359 3.302 1.846v10.685h-15.275v-10.685c0-1.496.669-1.846 3.612-1.846h.728v-2.394h-13.727v2.394h.708c2.035 0 2.644.399 2.644 1.846v24.443c0 1.447-.609 1.846-2.804 1.846h-.738v2.384H176.976v-2.384h-.728c-2.893 0-3.123-.28-3.123-1.846v-11.114H188.4v11.114c0 1.477-.628 1.846-3.302 1.846h-.719v2.384H197.869v-2.384h-.729c-2.304 0-2.704-.28-2.704-1.846v-24.443c0-1.466.599-1.846 2.833-1.846h.679v-2.394h-12.85zM230.066 259.755c0 6.984-3.731 14.417-10.685 14.417-6.774 0-9.867-7.253-9.867-14.007 0-10.496 5.228-15.205 10.406-15.205 3.322 0 10.146 3.621 10.146 14.795m-10.455-17.18c-4.569 0-16.442 3.123-16.442 17.41 0 5.737 3.402 16.552 16.212 16.552 13.449 0 17.001-10.944 17.001-16.721 0-11.853-8.69-17.241-16.771-17.241M266.676 242.994h-.738v2.324l.658.07c2.903.27 3.372.578 3.372 2.195v19.055l-21.341-23.415-.209-.23h-7.852V245.367l.708.02c1.247.02 2.185 1.018 3.253 2.165l.01.04v23.934c-.01.02-.05.09-.05.15-.1 1.457-.788 1.606-2.893 1.796l-.409.05-.658.06v2.325h10.874v-2.364l-.678-.02c-3.532-.11-3.532-1.327-3.532-1.846v-21.221l23.526 25.591.199.209h1.726v-28.723c0-.818.269-1.656 3.542-2.145l.619-.11v-2.285H266.676zM134.637 68.468h.439V66.992h-7.633V68.468h.469c.818 0 1.337.828 1.816 1.626.07.11.139.219.22.359-.03-.03 3.651 6.355 4.16 7.234v6.086c0 .808-.309 1.038-1.517 1.038h-.459v1.436H139.755V84.81h-.439c-1.307 0-1.626-.23-1.626-1.038v-6.445l4.898-7.852c.409-.628.669-.878 1.317-1.038l.359-.06V66.99h-5.268V68.416l.419.03c.968.09 1.277.25 1.277.589 0 .798-1.806 3.571-2.903 5.228-.329.509-.608.948-.828 1.327l-1.835-3.103c-.07-.15-.25-.419-.439-.778-.449-.719-1.427-2.385-1.536-2.754.02-.357.439-.487 1.486-.487M161.497 70.067v9.668c0 3.782-1.507 5.448-4.968 5.448-3.851 0-4.669-2.414-4.669-4.44V70.067c0-.678.08-1.047.309-1.267.239-.23.778-.359 1.606-.329h.429v-1.477h-7.832v1.447l.429.03c1.467.06 1.497.069 1.497 1.596v9.967c0 3.003 1.287 6.605 7.413 6.605 5.058 0 7.403-2.195 7.403-6.904v-9.668c0-1.127.549-1.596 1.826-1.596h.459v-1.477H158.765v1.447l.409.01c1.854.119 2.323.199 2.323 1.616M168.715 84.809h-.449v1.437h16.033l.08-.329 1.516-5.896.17-.579h-1.397l-.15.23c-.628 1.088-1.247 2.085-1.885 2.973-.839 1.157-1.467 1.785-2.644 1.995-1.067.17-2.175.17-3.243.17-2.654 0-2.783-.08-2.783-1.656v-13.39c0-.758.139-1.297 2.075-1.297h.429V67h-8.141v1.467h.449c1.257 0 1.597.23 1.597 1.058v14.247c-.001.897-.13 1.037-1.657 1.037M204.517 85.726l.15.209h1.227v-6.814h-1.307l-.07.359c-.529 2.754-2.464 5.706-6.236 5.706-2.095 0-3.641-1.317-4.4-2.574-1.167-1.916-1.606-3.382-1.606-5.627 0-1.178.13-3.392.938-5.108.908-1.816 2.874-3.652 5.218-3.652 3.612 0 5.637 3.033 6.046 6.046l.04.389h1.297v-7.083h-1.078l-.139.169-.619.828c-1.496-.918-3.272-1.806-5.547-1.806-5.817 0-10.027 4.221-10.027 10.047 0 6.056 3.741 9.817 9.787 9.817 1.985 0 3.931-.599 5.796-1.776l.53.87zM229.139 68.468h.459V66.992h-7.991V68.468h.459c1.536 0 1.896.189 1.896 1.047v6.206h-8.84v-6.206c0-.808.27-1.047 2.075-1.047h.449V66.992h-8.08V68.468h.438c1.198 0 1.527.23 1.527 1.047v14.257c0 .808-.349 1.038-1.606 1.038h-.438v1.436h7.861V84.81h-.439c-1.656 0-1.786-.15-1.786-1.038v-6.445h8.84v6.445c0 .858-.359 1.038-1.896 1.038h-.459v1.436h7.921V84.81h-.429c-1.337 0-1.546-.13-1.546-1.038V69.516c-.001-.818.328-1.048 1.585-1.048M248.248 76.807c0 3.252-1.686 8.38-6.215 8.38-3.931 0-5.717-4.22-5.717-8.111 0-6.116 3.033-8.849 6.066-8.849 1.915 0 5.866 2.085 5.866 8.58m-6.215 9.827c7.881 0 9.967-6.405 9.967-9.787 0-6.924-5.099-10.077-9.817-10.077-2.684 0-9.598 1.816-9.598 10.197-.001 3.332 1.985 9.667 9.448 9.667M256.66 83.771c-.05.808-.429.908-1.696 1.028l-.209.01-.399.05v1.387H260.741v-1.427l-.429-.01c-2.006-.06-2.006-.708-2.006-1.038V71.489l13.629 14.846.16.139h1.018v-16.77c0-.359 0-.928 2.045-1.247l.369-.06V67h-6.375v1.417l.409.04c1.676.169 1.945.329 1.945 1.267v11.025L259.135 67.16l-.15-.16h-4.599v1.437l.42.03c.698 0 1.267.599 1.876 1.277v13.918c-.001.029-.022.079-.022.109M39.565 214.611c.379-.569.649-.858 1.297-1.028l.359-.069v-1.377H35.983v1.407l.399.06c.977.08 1.317.23 1.317.569 0 .798-1.855 3.582-2.913 5.248-.339.489-.639.908-.858 1.307l-1.846-3.112c-.05-.14-.219-.42-.439-.778-.409-.719-1.397-2.375-1.516-2.744.01-.359.439-.489 1.486-.489h.439v-1.467H24.45v1.467h.439c.838 0 1.327.828 1.816 1.606.06.139.139.23.219.359 0 0 3.672 6.375 4.171 7.253v6.066c0 .828-.339 1.067-1.536 1.067h-.449v1.427h7.622v-1.427h-.469c-1.277 0-1.606-.22-1.606-1.067v-6.426l4.908-7.852zM60.103 224.86v-9.647c0-1.158.529-1.606 1.806-1.606h.449V212.13h-6.645v1.447l.419.03c1.886.1 2.365.189 2.365 1.606v9.647c0 3.782-1.536 5.457-4.998 5.457-3.841 0-4.619-2.404-4.619-4.44v-10.665c0-.709.04-1.067.23-1.277.289-.23.798-.35 1.616-.329h.449V212.129h-7.842v1.447l.429.03c1.497.06 1.497.07 1.497 1.606v9.937c0 3.033 1.297 6.615 7.422 6.615 5.067 0 7.422-2.175 7.422-6.904M65.682 229.96h-.429v1.427H81.287l.099-.329 1.497-5.916.16-.569h-1.407l-.12.239a38.413 38.413 0 0 1-1.885 2.953c-.848 1.177-1.517 1.805-2.674 2.015-1.067.18-2.145.18-3.213.18-2.693 0-2.813-.09-2.813-1.646v-13.419c0-.758.139-1.287 2.075-1.287h.449V212.131h-8.151v1.477h.449c1.247 0 1.586.219 1.586 1.047v14.237c-.001.908-.1 1.068-1.657 1.068M100.982 230.004l.509.868.139.209h1.247v-6.824h-1.297l-.07.369c-.529 2.754-2.464 5.697-6.255 5.697-2.075 0-3.632-1.327-4.4-2.564-1.187-1.926-1.606-3.392-1.606-5.637 0-1.167.12-3.392.938-5.108.918-1.816 2.863-3.652 5.237-3.652 3.602 0 5.617 3.033 6.006 6.057l.06.389h1.327v-7.093H101.71l-.13.179-.599.809c-1.497-.918-3.302-1.796-5.557-1.796-5.817 0-10.047 4.241-10.047 10.047 0 6.066 3.772 9.808 9.787 9.808 1.987-.002 3.932-.591 5.818-1.758M119.056 212.132h-.459v1.477h.459c1.507 0 1.896.189 1.896 1.047v6.196h-8.88v-6.196c0-.828.289-1.047 2.085-1.047h.449V212.132h-8.071v1.477h.459c1.187 0 1.516.219 1.516 1.047v14.237c0 .828-.329 1.067-1.586 1.067h-.459v1.427H114.337v-1.426h-.459c-1.647 0-1.806-.169-1.806-1.067v-6.425h8.88v6.425c0 .858-.369 1.067-1.896 1.067h-.459v1.427H126.528v-1.427h-.449c-1.347 0-1.546-.15-1.546-1.067v-14.237c0-.828.329-1.047 1.596-1.047h.439V212.133H119.056zM145.228 221.945c0 3.252-1.666 8.381-6.206 8.381-3.911 0-5.726-4.221-5.726-8.121 0-6.116 3.053-8.839 6.056-8.839 1.926-.001 5.876 2.074 5.876 8.579m-6.205 9.817c7.872 0 9.937-6.385 9.937-9.767 0-6.934-5.078-10.097-9.817-10.097-2.654 0-9.578 1.826-9.578 10.187 0 3.352 1.975 9.677 9.458 9.677M155.272 228.893v-12.282l13.668 14.856.11.139h1.048V214.826c0-.359 0-.918 2.045-1.217l.379-.06v-1.417H166.157v1.417l.389.06c1.676.16 1.925.309 1.925 1.257v11.024L156.1 212.282l-.14-.15h-4.619v1.457l.449.02c.719.019 1.247.599 1.896 1.267v13.918c-.03.04-.06.07-.06.1-.06.838-.429.918-1.676 1.038l-.209.03-.409.04v1.387h6.385v-1.428h-.429c-2.016-.07-2.016-.738-2.016-1.068M31.815 104.53c1.885-4.819 5.926-7.184 9.767-9.588 3.123-1.906 6.625-2.973 10.077-3.761 3.901-.908 8.101-2.165 12.171-2.095 1.556.04 4.101.529 4.709 2.464.649 2.025-2.953 5.737-4.19 6.984-2.215 2.215-4.959 3.971-7.393 5.826-1.347.998-2.933 1.726-4.2 2.814-1.018.888-2.066 1.287-3.202 2.025-.768.479-1.367 1.117-2.255 1.486-2.195.838-4.33 1.776-6.575 2.414-1.876.549-3.931 1.965-5.926 1.097-3.501-1.555-4.489-5.925-2.983-9.666m49.705 44.466c-.628 0-1.267.07-1.766.13-3.123.35-5.138 1.467-8.251 1.597-1.726.08-4.779.927-6.505 1.187-2.075.32-3.372.858-5.208 1.497-2.285.768-1.916-.13-1.626-2.085.23-1.517.489-3.033.559-4.59.06-1.736.359-3.462.269-5.198a36.033 36.033 0 0 0-1.097-7.303c-.289-1.247-.419-2.474-.539-3.761-.12-1.397-.619-3.731 0-5.009.848-1.835 2.793-2.913 4.27-4.16a64.99 64.99 0 0 0 3.782-3.362c.419-.399 1.786-1.497 2.125-2.424.389-1.028.558-.679.578.149.04.848.389 2.444.788 3.133 1.208 2.085 4.151 1.397 5.946 1.027 1.038-.219 2.066-.518 3.133-.688 2.095-.359 4.19-1.158 6.295-.808.858.139.429 3.003.05 3.452-.998 1.167-3.991 1.277-5.407 1.486-.878.11-1.696-.05-2.584.08-1.237.18-2.365.748-3.641.559-2.524-.399-5.048-.609-6.186 2.504-1.117 3.103-.469 6.924 3.173 6.385.968-.17 1.766-.739 2.774-.878 1.267-.22 2.534-.698 3.761-.848 1.566-.209 3.123-.09 4.709-.409 1.197-.24 3.322-.798 3.811.499.558 1.416-.509 3.312-1.647 3.851-1.915.858-5.357.968-7.333 1.307-3.033.529-5.368.669-7.672 1.167-1.137.25-1.916 1.297-2.514 2.544-.409.988-.559 2.075-.479 3.152.08 1.975.968 3.352 2.843 3.662 1.866.309 3.951-.229 5.697-.958 1.986-.788 3.711-.977 5.777-1.416 1.606-.319 3.801-1.167 5.208-.23.409.279.07 2.794-.08 3.183-.549 1.277-1.836 1.557-3.013 1.576m28.903-43.599c-.409.439-.888-.01-1.377.12-.927.239-2.195.1-3.112.409a7.782 7.782 0 0 1-1.986.379c-1.117.08-2.663.389-3.332-.28-.399-.399-.599-1.337-.549-2.185.03-.618.508-1.616.748-1.946.877-1.377 3.442-1.007 5.028-1.007 1.696 0 5.198-.659 5.557 2.025.08.68-.638 2.146-.977 2.485m34.051 42.292c-1.905-.06-3.831.09-4.789.02-3.043-.25-6.086-.429-9.139-.25-2.634.15-5.278-.209-7.912.04-3.302.309-6.594-.01-9.927-.01-.389 0-5.836-.289-9.049-.249-3.791.06-5.427.429-5.487.069-.22-1.436-.578-3.621-.18-5.068.558-1.975 2.734-1.147 4.08-1.247 2.435-.18 4.879-.708 7.363-.608 3.752.189 8.939 3.053 10.017-3.183.379-2.175.18-4.589-1.786-5.407-1.317-.538-2.035-1.217-3.482-1.197-1.416.01-2.833.03-4.25.18-3.871.399-7.373 2.155-11.314 1.566-.599-2.793-.01-3.681 2.464-3.831 2.634-.15 5.048-.768 7.682-.898 1.107-.069 2.235.06 3.292-.069.728-.08 1.407-.509 2.105-.639 1.726-.289 3.552.13 5.228-.2 1.676-.349 1.816-1.726 3.033-2.564.509-.32 1.028-.698 1.058-1.397.25-4.889-3.711-3.981-6.565-3.761-2.494.19-4.968.359-7.463.3-1.826-.02-3.562.519-5.348.519-1.526.01-3.262.459-4.739.329-.03-.957-.23-2.215-.06-3.123.16-1.058.279-.848 1.077-1.117 1.846-.608 4.101-.199 6.036-.459 1.567-.2 3.123-.23 4.759-.23 2.693 0 5.986-.06 8.66.16 2.285.189 4.031 1.187 6.355 1.077 1.895-.08 3.212-1.606 4.719-2.624 1.616-1.137 2.375-3.212 2.644-5.267.209-1.856-1.766-3.003-3.202-3.283-1.597-.319-3.213-.189-4.809-.15-.698.01-1.307-.01-1.975.13-.479.11-1.038.07-1.527-.08-.539-.149-.389-.269-.3-.848.22-1.746.459-3.442.419-4.988-.069-1.088-.409-1.597-.808-2.494-.549-1.197-1.337-2.734-2.923-3.472-1.048-.469-2.025-.938-3.153-1.077-2.274-.3-4.639.289-6.924.399-.997.05-2.035 0-3.043 0-2.135 0-4.829 1.058-4.569-1.916.28-3.162 1.038-7.014.299-10.136-.419-1.746-1.177-4.16-2.813-4.929-2.145-1.047-6.036.469-8.171 1.137-3.711 1.167-4.739 4.739-4.71 8.73.03 2.684.988 8.221-2.663 8.301-.748.04-1.417.259-2.175.219-1.706-.1-3.512.13-5.158.289-2.025.19-4.3 4.629-4.37 6.704-.049 1.925 1.717 2.614 3.193 2.913 2.115.42 4.47-.568 6.625-.648 1.088-.05 2.365-.309 3.293.488 1.028.928 1.177 2.425.15 3.392-.918.878-2.694.828-3.841.938-2.265.25-5.308.649-7.553.409-.868-.08-2.294-.449-3.113.05-.608.389-.808.768-1.217 1.407-.37.519-.839.938-1.048.678-.499-.529-1.407-.678-2.304-.649-2.175.11-4.46.329-6.315 1.516-1.697 1.117-2.534 1.626-3.901 2.464-1.357.828-3.392 1.656-5.158 2.554-2.055 1.058-3.881 2.175-7.004 3.402-4.07 1.586-8.859 3.652-12.69 5.966-3.223 1.936-2.783 6.615-2.045 9.927.25 1.117.818 3.711 1.766 4.25.908.569 2.494.858 3.492.479 1.766-.688 3.083-2.035 4.689-3.043 2.554-1.626 4.819-3.602 7.553-4.909 1.636-.818 3.033-1.357 3.861.549 1.018 2.285 1.208 3.821 1.357 6.236.37 5.108-1.526 9.887-4.01 14.057-2.644 4.4-6.695 7.762-10.715 10.386-2.883 1.855-5.817 4.171-8.151 6.814-1.726 1.975-2.624 4.549-2.584 7.323.03 1.696.419 5.288 2.025 6.006 2.365 1.058 5.228-.828 7.064-2.354 2.335-1.986 4.789-3.741 7.024-5.907 3.562-3.512 8.171-10.944 11.712-14.436 3.732-3.672 1.876-2.833 2.405-1.806.339.808.858 2.175 1.616 2.654 1.237.748 2.684.02 4.001.15 1.946.2 4.21.209 6.096-.419.988-.319 1.876-.988 2.873-1.307a19.118 19.118 0 0 1 3.352-.778c.958-.11.669 0 1.577-.27.858-.239 2.953-.149 3.821-.339 1.666-.339 2.704-1.486 4.42-.758 1.686.748 1.167 2.534 1.237 4.18.139 3.592.509 23.436.539 25.521.01 1.606-.24 3.911.798 5.238 1.028 1.317 3.672 1.416 5.068 1.357 2.484-.12 2.824-2.285 3.522-4.47.658-2.105.678-4.36 1.117-6.495.309-1.586.16-3.282.389-4.889.16-.888.589-1.696.649-2.614.07-1.427-.03-2.913-.03-4.34 0-2.883.15-5.667.06-8.53-.06-1.507.16-3.033.339-4.49.239-2.035.578-2.424 2.365-2.344 1.936.09 4.041-.08 5.946.608 1.028.37 2.085.469 3.083.978 1.766.838 15.404 5.986 17.07 6.136 3.422.289 5.946 1.187 8.979-1.077 3.003-2.185 6.326-3.572 9.488-5.427 2.106-1.327 4.66-3.073 5.757-5.587.519-1.208 1.227-2.045 1.038-3.522-1.578-1.016-4.461-.966-6.237-1.016M220.365 164.638c1.946 1.656 5.707-.429 7.862-.808 4.599-.788 7.922-4.19 10.236-8.211 2.873-4.938-11.204-3.063-12.93-3.243-1.027-.11-2.883-.239-3.851.22-.918.429-1.227 1.477-2.285 1.646-1.826.3-3.552 2.754-3.322 4.889.259 2.215 2.803 4.26 4.29 5.507m53.745-36.874c-3.522-.948-5.468 1.277-7.722 1.108-2.055-.17-3.941-.419-6.166-.3-1.457.08-3.063.559-4.779-1.107-.858-2.564-1.735-6.924.06-9.229 1.446-1.816.977-5.228.877-7.492-.249-5.976-5.167-4.889-8.37-2.634-2.125 1.486-3.571 4.988-4.479 7.502-.529 1.407-1.018 3.063-.708 4.619.199.888-.08 2.105-.01 3.063.16 2.744.758 4.769-2.165 4.859-1.167.03-3.272.289-4.41.3-1.805 0-3.641-.329-5.487-.14-1.946.239-3.562-.309-5.418.469-1.227.509-1.855 1.776-2.873 2.584a21.04 21.04 0 0 0-3.053 2.833c-1.267 1.477-4.14 3.711-3.961 6.056.12 1.267.16 2.414 1.387 2.783 1.746.519 4.759.289 6.575.04.848-.119 1.347-.977 2.285-1.097 3.363-.439 5.796-.588 9.278-.569 1.208.01 3.333-.888 4.639-.858 2.454.09 4.679.868 4.918 1.147 1.028 1.208 2.555 5.418 2.814 7.304.529 3.741 1.037 11.882.678 16.003-.459 4.998-.24 10.635-2.275 15.155-1.207 2.674-2.574 3.452-4.41 5.198-1.396 1.317-3.023 2.235-4.3 3.721-1.566 1.796-6.295 1.966-8.291 1.486-1.187-.269-2.305.459-3.472.19-1.018-.209-2.025-.28-3.063-.37a43.456 43.456 0 0 0-5.337-.05c-2.883.15-6.165-.838-8.889.529-2.944 1.477-2.006 6.455-.499 8.919 1.008 1.636 1.766 2.085 3.223 2.804 1.357.658 1.975 1.616 3.462 1.716 3.502.209 7.183.389 10.625.269 1.846-.06 3.651-.149 5.497-.099 2.025.03 3.971-.878 5.857-1.746 1.646-.788 3.651-1.097 5.228-2.105a49.1 49.1 0 0 0 4.979-3.701c1.277-1.097 2.145-2.704 3.322-3.981 1.297-1.397 2.285-2.903 3.073-4.799 1.477-3.542 2.135-7.483 2.893-11.304.549-2.514.219-5.068.15-7.622-.12-2.963-.678-10.326-.908-13.06a84.315 84.315 0 0 1-.339-8.261c.03-1.457.269-3.671.888-4.2.578-.529.768-.289 2.145-.299 1.346-.02 2.843.269 3.861-.649.908-.838 1.946-1.008 2.983-1.128 1.297-.139 2.564-.618 3.691-1.287.888-.519 2.644-1.267 3.272-2.245 1.158-1.776 3.741-4.739 4.01-7.562.061-.798-.487-2.554-1.286-2.763m-66.456 28.214c-2.235 1.197-4.26 2.724-6.874 2.794-1.526.049-3.192-.329-4.719.09-1.966.539-1.846 3.223-2.145 5.078-.539 3.143-.449 12.292-.399 15.743.04 3.043.189 6.096.209 9.129.06 4.17.08 8.311-.07 12.451-.06 2.065.15 4.37-.259 6.455-.199 1.137-.698 1.856-1.077 2.853-.379 1.067-.429 2.195-1.038 3.153-1.187 1.925-3.093 3.272-4.918 1.646-1.497-1.377-1.776-4.729-1.717-6.814.16-5.108-.119-10.227.17-15.345.15-3.083 1.158-5.976 1.267-9.049.03-1.766.03-3.542-.04-5.298-.11-1.946-.319-14.098-3.182-13.249-1.666.519-2.844 1.836-4.011 3.202-1.227 1.417-2.564 2.414-3.861 3.741-1.407 1.447-2.704 2.913-4.031 4.48-.479.608-6.984 7.313-7.922 8.121-1.297 1.117-2.694 2.355-4.27 2.833-.608.17-1.117.11-1.666.309-1.197.419-2.614.389-3.771-.13-1.027-.399-1.985-.578-3.003-.908a6.47 6.47 0 0 1-2.814-1.946c-.459-.488-.997-.858-1.397-1.407-.229-.349-.289-.698-.499-1.088-.209-.379-.489-.688-.619-1.117-.219-.798-.269-1.676-.438-2.484-.209-.868-.07-1.597.069-2.475.1-.868.1-1.416.689-2.075.429-.449.798-.958 1.277-1.317.988-.728 2.205-.908 3.332-.639 4.28 1.028 9.358-2.125 12.91-4.459 2.983-1.916 6.335-4.16 8.989-6.615 1.287-1.207 2.275-2.704 3.612-3.931 1.387-1.277 2.893-2.534 4.01-4.21.569-.848 1.317-1.447 1.846-2.285.659-1.058 1.417-2.075 2.045-3.173.858-1.457 1.955-3.432 1.656-5.268-.209-1.147-1.826-3.023-2.574-3.741-1.287-1.197-2.554-.968-4.041-.499-1.187.339-2.185 1.157-3.372 1.486-1.975.589-4.41 1.177-6.435 1.486-2.844.379-5.796-.569-8.58-.539-1.636 0-3.103.789-4.41-.788-1.127-1.387-1.078-3.372-.988-5.128.07-1.796 1.058-5.737 2.474-6.485.978-.529 1.946-1.357 2.973-1.746 1.876-.678 3.931-.189 5.806-.778 1.357-.419 2.265-1.008 3.711-1.018 1.287-.03 3.013.169 4.32.269 1.177.11 2.734-.319 3.931-.389 2.095-.119 4.959.09 6.695-1.507 1.486-1.357.758-5.856.758-7.752-.019-2.644.07-5.717 1.726-7.792 2.385-3.063 7.223-5.906 10.596-2.614 1.187 1.167 2.604 3.033 2.713 4.869.16 3.99-4.151 8.75-.3 11.773 1.936 1.507 4.18 1.167 6.495 1.257 2.604.09 4.63.12 7.014 1.277 1.995.988 3.732 1.158 3.691 4.13-.03 1.128.27 2.914-.329 3.921a13.162 13.162 0 0 1-2.215 2.734c-1.217 1.137-2.155.868-3.652 1.037-1.556.17-3.113.42-4.659.569-1.567.17-4.23.449-4.999 2.335-.489 1.287-1.197 1.776-1.227 3.332-.02 2.744 1.995 3.123 3.941 3.452.997.17 2.185.2 3.093.569 1.486.628 2.055 3.502 2.265 5.068.194 1.852-.245 3.618-1.762 4.416' clip-path='url(%23b)'/%3E%3Cpath fill='%23003768' d='M405.645 210.875c8.85 0 17.23 0 23.615-.489v-17.899h-9.009c-5.427 0-10.176.17-14.606.329v18.059zm33.463-61.717c0-10.166-9.508-18.367-22.159-18.367-12.611 0-21.979 8.371-21.979 18.367 0 10.186 9.369 18.398 21.979 18.398 12.651 0 22.159-8.212 22.159-18.398m12.471 0c0 14.965-15.264 26.109-34.63 26.109-19.205 0-34.44-11.323-34.44-26.109 0-20.332 25.111-23.944 26.578-24.104 2.454-2.794.658-4.938-1.317-6.405l2.305-2.963 14.267 2.794-1.297 6.575c1.297.159 28.534 3.611 28.534 24.103m-57.916 44.158c-6.056.479-10.336.988-12.152 1.158-3.143.309-7.383 1.137-11.154 3.432l-25.431-8.031 3.272-4.6c3.791.499 19.056 1.966 25.93 1.966 11.493 0 27.736-.329 46.921-.329 19.385 0 45.963-1.137 64.52-3.282l-1.317 10.166c-11.494-.649-27.257-1.137-43-1.307v16.083c.469-.16.818-.479 1.147-.649l13.618.978-4.929 21.829c1.816 0 3.293 0 4.769-.17l-.848 8.371c-23.445-.978-49.036-.15-59.881.329-.16 1.647-.16 3.612-.16 5.088v4.61c0 4.24 3.123 6.385 8.191 6.215 1.826 0 37.273 0 58.095-1.626l-1.307 7.872c-34.3-1.805-66.286 0-68.092.16-5.736 0-8.061-1.796-8.061-5.906v-9.358c0-7.702-1.287-9.358-10.824-12.142l1.975-3.282 19.515 1.975c9.368-.339 29.551-.828 46.452-1.626l1.307-16.103c-9.837.329-33.313.977-37.413 1.477-2.943.329-6.365.988-9.997 3.282l-19.524-7.553 2.274-3.442c2.993.339 10.047 1.327 16.103 1.805v-17.39zM587.767 131.294c-7.692-.669-12.94-.998-23.126-.329-2.933.15-5.258.479-8.839 1.297l-17.41-8.859 3.282-3.771c2.604.489 9.508 2.464 18.388 3.282 7.553.828 20.013 1.317 29.032.828l-1.327 7.552zm22.329 127.983c-34.281-1.796-69.25 0-71.045.16-6.066 0-8.859-2.943-8.859-7.034v-9.857c0-9.518-1.466-10.675-12.142-13.788l1.975-3.442 22.956 2.294c-.319 2.624-.638 7.542-.638 11.483v6.894c0 4.26 2.763 6.884 8.361 6.734 1.975 0 39.219 0 60.699-2.474l-1.307 9.03zm4.768-72.033c-12.98-5.407-30.19-11.154-46.432-16.092-17.908 9.368-38.411 16.092-55.481 17.899l-3.113-2.624c28.224-6.076 53.825-20.692 72.202-37.084-14.756.469-27.227.649-32.495 1.317-2.774.319-6.066.808-9.847 3.113l-20.493-7.403 2.784-3.771c3.462.329 14.256 1.656 20.672 1.656 30.679 0 42.342-.499 46.273-4.44l16.093 2.304c-6.405 9.348-17.57 18.218-30.699 25.761 15.284 3.931 31.836 7.702 45.624 10.177l-5.088 9.187zm-41.523-2.475c-.489 2.963-1.327 8.55-1.327 12.481v6.236c19.046 0 43.808-1.147 61.238-3.123l-1.327 10.017c-16.731-.978-42.661-1.147-64.002-1.147-21.151 0-34.61 1.307-38.73 1.806-3.113.319-7.383 1.158-11.144 3.771l-25.441-8.201 3.282-4.599c3.781.499 19.046 1.975 25.92 1.975 9.688 0 22.817-.339 38.071-.499v-4.09c0-8.061-.499-10.346-9.508-13.459l2.454-3.621 20.514 2.453zM389.827 91.28l-.11-1.846v-5.527h-15.674v5.168c0 .609-.04 1.417-.169 2.205h15.953zm-16.313 2.374c-.1.698-.299 1.357-.419 1.766h-2.713l-.35-5.148-.249-8.839c-.05-2.783-.709-3.921-3.732-4.979l1.137-1.366 7.163 1.776c-.05 1.067-.309 3.093-.309 4.569v.12h15.674v-2.375c0-2.724-.798-3.911-3.811-4.968l1.088-1.377 7.173 1.776c-.13 1.058-.349 3.143-.349 4.569l-.13 9.129c0 2.265-.639 5.577-.948 6.814h-2.604l-.14-1.467h-16.481zm1.198-27.167-.13-1.716v-6.645h-13.389v6.465c0 .529-.04 1.187-.1 1.896h13.619zm15.713-8.54c-1.067.07-2.614.12-3.432.239-1.088.12-2.135.3-3.562 1.137l-4.739-2.035-.139 6.405c-.05 2.145-.569 5.228-.878 6.525h-2.663l-.11-1.366h-14.167a31.84 31.84 0 0 1-.489 2.085h-2.674l-.339-5.158-.249-11.144c-.06-2.744-.649-3.852-3.682-4.979l1.078-1.317 7.183 1.666c-.2 1.137-.369 3.203-.369 4.63v1.057h13.389v-3.551c0-2.784-.648-3.911-3.721-5.038l1.058-1.317 7.163 1.726c-.099 1.067-.339 3.213-.339 4.63l-.05 3.372c1.547.12 3.841.359 5.507.359 2.903 0 4.849-.06 6.226-.239l-.12-7.512c-.05-2.505-1.307-3.761-4.619-4.859l1.247-1.437 8.041 1.786c-.04 1.048-.349 3.073-.349 4.51l-.18 15.863c0 2.215-.689 5.647-1.048 6.894h-2.374l-.549-5.218-.051-7.714zM420.402 61.732c4.41-.04 12.89-.22 19.345-.519.119-3.023.289-9.069.349-12.461-4.09.06-14.815.18-19.515.3v10.555c0 .658-.05 1.427-.179 2.125m23.674 2.315c-6.525-.35-19.524-.1-24.064 0-.139.599-.2 1.077-.309 1.427h-2.843l-.359-4.739-.17-8.789c-.06-2.893-.788-3.651-4.09-4.609l.997-1.367 6.874.838c14.716 0 18.796-.06 20.233-1.427l4.898.409c-.808 4.799-1.885 11.972-2.534 15.304.649-.06 1.177-.06 1.726-.119l-.359 3.072zm-12.271 24.972c-.05 2.305-.728 5.936-1.077 7.123h-2.505l-.508-5.756-.18-16.662c-5.518.12-9.099.529-10.316.659-1.137.11-2.684.349-4.031 1.237l-9.199-2.973 1.178-1.536c1.366.18 6.884.708 9.368.708 4.16 0 10.017-.17 16.971-.17 6.994 0 16.601-.359 23.296-1.187l-.479 3.681c-5.796-.419-14.826-.479-22.299-.479l-.219 15.355zM495.957 91.28l-.13-1.846v-5.527h-15.654v5.168c0 .609-.049 1.417-.169 2.205h15.953zm-16.301 2.374c-.12.698-.3 1.357-.429 1.766h-2.734l-.35-5.148-.259-8.839c-.05-2.783-.698-3.921-3.711-4.979l1.107-1.366 7.203 1.776c-.069 1.067-.309 3.093-.309 4.569v.12h15.654v-2.375c0-2.724-.768-3.911-3.801-4.968l1.067-1.377 7.183 1.776c-.11 1.058-.359 3.143-.359 4.569l-.139 9.129c0 2.265-.658 5.577-.908 6.814h-2.644l-.1-1.467h-16.471zm1.166-27.167-.13-1.716v-6.645h-13.389v6.465c0 .529-.08 1.187-.119 1.896h13.638zm15.734-8.54c-1.067.07-2.624.12-3.462.239-1.067.12-2.125.3-3.542 1.137l-4.749-2.035-.11 6.405c-.069 2.145-.608 5.228-.908 6.525h-2.654l-.11-1.366h-14.197c-.19.898-.35 1.606-.449 2.085h-2.684l-.359-5.158-.23-11.144c-.06-2.744-.649-3.852-3.691-4.979l1.078-1.317 7.164 1.666c-.17 1.137-.35 3.203-.35 4.63v1.057h13.389v-3.551c0-2.784-.628-3.911-3.701-5.038l1.067-1.317 7.164 1.726c-.13 1.067-.359 3.213-.359 4.63l-.06 3.372c1.546.12 3.841.359 5.507.359 2.913 0 4.868-.06 6.245-.239l-.12-7.512c-.08-2.505-1.316-3.761-4.629-4.859l1.217-1.437 8.081 1.786c-.05 1.048-.349 3.073-.349 4.51l-.19 15.863c0 2.215-.718 5.647-1.067 6.894h-2.365l-.529-5.218-.048-7.714zM553.757 43.603c-.12 1.058-.429 3.083-.429 4.51l-.119 27.875c0 2.185-.778 5.617-1.068 6.864h-2.365l-.529-5.278-.249-29.462c0-2.494-1.307-3.752-4.64-4.919l1.267-1.436 8.132 1.846zm1.706 50.343c-12.391-.658-22.768 0-23.366.06-2.195 0-3.143-1.008-3.143-2.564v-7.173c0-3.372-.23-3.731-4.429-4.968l.768-1.366 8.301.948c-.12.888-.309 2.794-.309 4.16v6.096c0 1.606 1.068 2.554 3.093 2.434.599 0 11.733 0 19.375-.828l-.29 3.201zm-21.77-33.382c0-4.569-3.532-7.961-7.952-7.961-4.26 0-7.932 3.392-7.932 7.961 0 4.609 3.622 7.942 7.932 7.942 4.42-.001 7.952-3.333 7.952-7.942m4.27 0c0 6.116-5.507 10.725-12.221 10.725-6.685 0-12.212-4.679-12.212-10.725 0-8.62 9.149-9.977 9.568-10.037.858-1.117.05-1.776-.838-2.375l.997-1.217 5.168 1.117-.539 2.435c.539.04 10.077 1.656 10.077 10.077M597.976 72.534c-4.899.1-8.071.469-9.159.578-1.007.1-2.384.32-3.571 1.098l-8.171-2.634 1.047-1.357c1.217.16 6.106.628 8.311.628 3.701 0 8.899-.15 15.065-.15 6.205 0 14.736-.319 20.682-1.057l-.429 3.262c-5.148-.369-13.159-.419-19.794-.419' clip-path='url(%23b)'/%3E%3Cpath fill='%23003768' d='M607.428 86.104c-.05 2.055-.648 5.268-.958 6.325h-2.215l-.459-5.108-.13-15.165c-4.898.11 10.605 0 3.971 0l-.209 13.948zM596.058 85.16c-.05 2.045-.649 5.258-.958 6.315h-2.224l-.449-5.108-.16-14.786c-4.898.11 10.616-.05 3.991-.05l-.2 13.629zM610.422 58.339c0 4.899-4.769 8.55-10.824 8.55-6.007 0-10.765-3.711-10.765-8.55 0-6.654 7.852-7.842 8.311-7.892.758-.918.2-1.626-.419-2.095l.719-.978 4.47.918-.42 2.155c.418.05 8.928 1.178 8.928 7.892m-3.901 0c0-3.332-2.973-6.016-6.924-6.016-3.941 0-6.874 2.744-6.874 6.016 0 3.332 2.933 6.026 6.874 6.026 3.951 0 6.924-2.694 6.924-6.026M577.807 91.42c-1.566-.888-3.771-3.272-6.604-7.164-2.833-3.891-4.24-8.989-4.24-15.304 0-5.796 1.287-10.645 3.861-14.526 2.574-3.891 4.849-6.545 6.834-7.942l.659.928c-1.975 1.706-3.861 4.41-5.647 8.131-1.796 3.721-2.693 8.191-2.693 13.409 0 5.188.918 9.618 2.743 13.309 1.816 3.682 3.771 6.426 5.857 8.241l-.77.918zM620.676 90.498c2.115-1.806 4.08-4.549 5.887-8.241 1.805-3.682 2.713-8.121 2.713-13.309 0-5.218-.898-9.688-2.694-13.399-1.785-3.721-3.671-6.435-5.647-8.141l.658-.918c1.986 1.397 4.26 4.041 6.834 7.931 2.574 3.881 3.861 8.73 3.861 14.527 0 6.315-1.417 11.413-4.24 15.304-2.833 3.891-5.038 6.275-6.605 7.163l-.767-.917z' clip-path='url(%23b)'/%3E%3C/svg%3E");max-width:130px;}
/*농협*/
.nonghyup{background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xml:space='preserve' width='555.99701' height='177.75221' x='0px' y='0px' viewBox='0 0 555.99701 177.75221' version='1.1' id='svg902' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs906' /%3E%3Cg id='g990'%3E%3Cpath fill='%23fcc800' d='M 71.226209,67.46877 35.724582,0 71.226209,17.822537 106.7473,0 Z' id='path894' style='stroke-width:0.555999' /%3E%3Cpath fill='%23fcc800' d='M 118.03407,52.833773 142.26894,42.55447 V 7.104551 L 98.832099,25.545915 74.763473,71.180617 c 17.985445,1.745836 31.983827,16.929604 31.983827,35.359293 0,19.64677 -15.897674,35.50997 -35.521091,35.50997 -19.623417,0 -35.53999,-15.8632 -35.53999,-35.50997 0,-18.429133 14.06065,-33.613457 32.003839,-35.359293 L 43.654791,25.545915 0.2084995,7.104551 V 42.55447 L 24.452265,52.833773 C 9.4820013,65.881394 0,85.102268 0,106.53991 c 0,39.33134 31.875404,71.21231 71.226209,71.21231 39.350811,0 71.231211,-31.88097 71.231211,-71.21231 5.6e-4,-21.437642 -9.46309,-40.658516 -24.42335,-53.706137 z' id='path896' style='stroke-width:0.555999' /%3E%3C/g%3E%3Cg fill='%231eac4b' id='g900' transform='matrix(0.55599867,0,0,0.55599867,-0.001112,0)'%3E%3Cpath d='M 988.01,46.814 H 950.67 V 96.11 h -52.68 l -0.033,-0.046 h -50.795 a 39.678,39.678 0 0 1 9.275,25.556 c 0,21.912 -17.813,39.794 -39.791,39.794 -22.025,0 -39.816,-17.882 -39.816,-39.794 0,-21.99 17.723,-39.759 39.691,-39.878 h 67.563 -0.092 28.371 c 2.828,0 4.973,-1.98 5.314,-4.854 0,0 1.043,-6.232 -0.137,-11.409 -0.512,-2.742 -2.418,-4.542 -5.256,-4.542 H 841.247 V 54.41 c -0.17,-6.607 -5.381,-11.938 -11.922,-12.114 h -37.361 l -0.08,18.642 -84.456,0.062 14.941,20.742 h 26.885 c -13.908,10.644 -22.389,24.586 -22.389,39.878 0,33.276 40.156,60.376 89.781,60.376 32.811,0 61.623,-11.908 77.189,-29.677 h 56.766 v 60.075 H 795.473 v -15.049 c -0.113,-6.676 -5.348,-11.994 -11.955,-12.215 h -37.33 l 0.068,78.211 c 0,12.029 9.639,21.832 21.561,22.076 H 999.999 V 58.928 c -0.171,-6.619 -5.415,-11.91 -11.989,-12.114 z m -82.877,84.757 a 42.076,42.076 0 0 0 1.203,-9.951 c 0,-1.669 -0.137,-3.213 -0.285,-4.836 h 44.619 v 14.787 z M 799.65,264.648 c -5.506,-0.273 -4.088,-4.639 -4.178,-10.189 v -21.356 h 155.129 v 31.545 z M 656.816,168.861 c -0.512,-2.793 -2.418,-4.592 -5.223,-4.592 H 536.553 V 134.33 h 109.398 c 2.861,0 4.588,-1.766 4.973,-4.563 0,0 1.09,-6.897 -0.137,-11.7 -0.986,-4.614 -4.938,-4.541 -4.938,-4.541 H 436.098 C 430.7,113.31 426.34,108.86 426.289,103.422 V 58.894 c -0.119,-6.613 -5.364,-11.943 -11.972,-12.08 h -37.414 l 0.102,65.53 c 0,12.068 9.604,21.775 21.61,21.985 h 88.623 v 29.939 l -130.584,0.068 14.986,20.758 h 34.554 c -14.407,9.924 -23.876,26.363 -23.876,45.01 0,23.773 21.849,66.285 129.939,66.285 108.08,0 130.049,-42.682 130.049,-66.285 0,-13.221 -4.803,-25.334 -12.771,-34.859 H 569.59 c 0.137,0 0.238,0.033 0.375,0.09 12.523,5.508 21.389,19.006 21.389,34.77 0,16.076 -9.025,45.191 -79.096,45.191 -70.08,0 -79.055,-28.963 -79.055,-45.191 0,-15.803 9.009,-44.975 79.055,-44.975 h 0.113 v -0.035 h 139.303 c 2.85,0 4.928,-1.93 5.244,-4.859 0,0 1.057,-6.301 -0.102,-11.375 z' id='path898' /%3E%3C/g%3E%3C/svg%3E%0A");max-width: 120px;}
/*경찰청*/
.koreaPolice{background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='koreaPolice' data-name='koreaPolice' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 239.53 70.05'%3E%3Cpath fill='%23f2c320' d='M2.1,2.59s11.98,12.77,29.23,14.11l.67-.22v-1.34l17.36-.45.9-2.57-.56-1.23-1.57-.11-1.34.45-.67.67-1.01-2.69.45-2.35,2.58-.9,1.34.31,1.23-.81,1.73-.75,2.1-.34,2.49.25s1.09-.19,1.43-.19,1.88-.09,1.88-.09l1.29-.17.53-.28.14.87-.48,1.03-.84.9-.61.95v1.12l.08,1.18.42,2.52v1.18l.65,1.48s.87.03,1.06.03,1.82-.06,1.82-.06l2.24.06s2.32.14,2.4.11c.09-.03,3.56-.11,3.78-.11h2.91l2.21-.09.95.17-.06,1.12s-.14.17.14.28c.28.11,3.3-.34,3.3-.34,0,0,1.73-.37,1.85-.37s.9-.2,1.15-.2,3.08-.78,3.25-.81c.17-.03,4.79-1.71,4.79-1.71l3.39-1.71,1.57-.89s3.7-2.18,3.84-2.3c.14-.11,2.66-1.96,2.66-1.96l1.15-1.6,1.4-.9,1.06-.67.42.14.08,1.82-.59,1.23-.64,1.12-.25,1.04.08,1.15-.11,1.4-.62,1.48-.98,1.62-.56.84-.03,1.34-.11,2.04-1.29,2.07-1.32.95-.86.7-.2.95-.25,1.15-.98,1.37-1.01,1.68-2.18.84-1.12.81-.98.17-.59.92-.59.78s-1.17,1.26-1.2,1.37c-.03.11-1.63.67-1.63.67l-1.76.48-1.18.2-.34.62-.78.67s-.45.42-.53.56c-.08.14-.9.67-.9.67l-1.31.31-.84.14-.87.31-.67.62-.62.36-.92.5-1.32.48-1.03.08-.92.06-.76.06-.78.42-.67.76.31.78.67.67s.62.92.62,1.01.14,1.01.14,1.01l-.11.84-.19.73-.56,1.03-.53,1.12-.59.95-.08,2.38-.5,1.37s-.42.87-.5,1.01c-.09.14-.93.67-.93.67,0,0-.67.56-.75.58-.09.03,0,.39,0,.5s.28,1.26.28,1.26l.25.92-.79,1.6s-.25.64-.25.78-.62,1.51-.62,1.51c0,0-.56.98-.56,1.18s-.14.84-.22,1.06c-.08.22-.45,1.82-.45,2.02s-.45,1.01-.73,1.26c-.28.25-1.88.64-1.99.84-.11.2-1.31.45-1.43.45s-1.76-.56-1.76-.56l-1.04-.09-1.45.19s-.87.23-1.01.28c-.14.06-2.1.06-2.1.06,0,0-.75-.17-.87-.28-.11-.11-1.34-.76-1.34-.76l-.23-.67-1.23,1.12s-.08.42-.64.59c-.56.17-1.88.08-1.88.08l-1.6-.59-1.15-.05-1.32.08s-.7.11-1.04.14c-.34.03-1.85.06-1.93.12-.08.05-1.15-.03-1.15-.03l-1.12-.7-.89-1.06-.62-1.06-.03-1.23-.31-1.43-.05-.89-.62-1.29-1.06-1.79s.03-1.46.06-1.59c.03-.14.03-1.21.03-1.21l.14-.56-.34-.64-.98-.45-.79-1.2s-.36-.96-.28-1.29c.08-.33.06-1.42.06-1.42,0,0-.31-.95-.34-1.18-.03-.23-.31-.87-.34-.98-.03-.11-.73-1.34-.73-1.34,0,0-.2-.42-.31-.7-.11-.28-.73-2.04-.73-2.04,0,0,.62-1.23.62-1.32s.64-1.15.7-1.23c.06-.08.48-.64.48-.64l-.84-.92-.9-.42-1.26-.06-1.37-.2-1.29-.34-1.06-.48-.87-.84-.98-.17-2.6-.7-1.26-.92-.81-1.12-.92-.37-1.6-.28-1.6-.73-1.12-.64-.92-1.46-.92-1.34-1.46-.5-1.51-.62-1.23-.95s-1.01-1.2-1.01-1.29-.84-1.34-.84-1.34c0,0-.14-1.29-.14-1.37s-.2-.67-.2-.67l-1.06-.78-1.43-1.46s-.95-1.15-.98-1.26c-.03-.11-.45-1.77-.45-1.77l.03-1.29s-.11-.53-.08-.64c.03-.11-.08-.53-.08-.53l-.87-1.01s-.67-1.23-.67-1.4-.45-1.12-.45-1.34v-.92c0-.11.03-.93.03-.93l.08-.53-.34-1.31-.84-1.04-.14-1.32s-.11-1.01-.11-1.12v-.84l.19-.25Z'/%3E%3Cpolygon fill='%23fff' points='39.41 17.86 48.44 18.68 47.41 22.57 45.34 22.57 40.84 19.9 39.41 17.86'/%3E%3Cpolygon fill='%23fff' points='71.9 17.86 62.76 18.68 63.8 22.57 65.9 22.57 70.45 19.9 71.9 17.86'/%3E%3Cpath fill='%239f6724' d='M108.16,7.93c1.2-1.28,1.53-2.64,1.53-3.75,0-1.49-.59-2.57-.6-2.56-2.33,2.67-13.37,13.2-29.52,14.62v-1.51c0-.09-.05-.12-.12-.12h-17.37c-.13-.81-.23-1.6-.33-2.29h0s0-.01,0-.01h0s-.02-.2-.02-.2c-.25-1.74-.46-3.25-.8-4.15.77-.54,1.41-1.3,1.86-2.2.42-.83.65-1.76.64-2.58v-.18s-.15.1-.15.1c-.23.14-.8.35-.81.36-.82.31-2.29.63-4.64.47-1.27-.11-2.41-.13-3.37-.09-1.01.05-1.82.17-2.41.35-.65.21-1.16.47-1.57.82-.35.29-.54.58-.67.79-1.01-.07-2.31.06-3.26.3-.64.17-1.1.46-1.43.9-.32.43-.49.99-.49,1.68h0c0,.42.09,1.12.34,1.85.33.94.85,1.7,1.54,2.3l.14.12.02-.18c0-.05.18-1.14,1.8-1.17h.54c.37.01.63.11.76.26.12.14.15.39.09.74,0,.04-.15.86-.41,1.75h0s-.04.12-.08.28h-17.56c-.07,0-.12.03-.12.12v1.51C15.52,14.81,4.48,4.29,2.16,1.61c-.01,0-.6,1.08-.6,2.56,0,1.11.33,2.47,1.53,3.75,0,0,0,0,.01.02-.49,1.2-1.14,4.43,2.08,7.15-.06.3-.11.77-.11,1.26,0,1.62.59,4.02,3.57,6.01,0,0,.21.14.34.22-.05.64.03,5.31,6.74,6.97.66,1.92,2.51,4.37,7.02,4.67,1.26,2.06,3.1,3.12,5.58,3.09.6.92,1.75,1.67,3.13,2,.91.21,1.84.24,2.75.06.29.24.81.54,1.51.81,0,0,0,0,.01,0-.8.58-1.19,1.3-1.47,2.13-.44,1.34-.44,2.62.97,4.46.48.66.75,1.22.89,1.87.14.64.17,1.36.17,2.41,0,.66.14,1.28.4,1.83.26.55.66,1.03,1.13,1.37.28.21.59.37.93.49-.21.29-.37.6-.47.93-.18.57-.22,1.18-.1,1.78.11.6.36,1.18.75,1.72.61.84,1.01,1.45,1.28,2.04.26.62.38,1.22.38,2.04-.06,2.33.69,3.35,1.83,4.18,1.15.83,2.35,1.23,4.55.46.78-.25,1.39-.33,2.05-.27.65.05,1.35.25,2.35.58.63.21,1.25.27,1.87.18.6-.07,1.18-.29,1.66-.64.28-.21.53-.45.74-.74.21.29.46.53.74.74.48.35,1.05.57,1.66.64.61.09,1.24.03,1.87-.18.99-.32,1.7-.52,2.34-.58.67-.06,1.27.02,2.05.27,2.19.77,3.4.37,4.55-.46,1.14-.83,1.89-1.86,1.84-4.18,0-.81.11-1.42.37-2.04.26-.59.67-1.2,1.28-2.04.39-.54.64-1.12.75-1.72.12-.6.08-1.21-.11-1.78-.1-.33-.26-.63-.47-.93.34-.12.66-.28.92-.49.48-.34.87-.82,1.14-1.37.27-.56.4-1.18.4-1.83,0-1.05.03-1.77.17-2.41.14-.65.41-1.21.89-1.87,1.41-1.84,1.41-3.12.97-4.46-.28-.84-.67-1.55-1.47-2.13,0,0,.01,0,.01,0,.7-.27,1.22-.57,1.51-.81.91.18,1.84.16,2.74-.06,1.38-.33,2.54-1.08,3.14-2,2.49.02,4.32-1.03,5.58-3.09,4.51-.31,6.35-2.75,7.02-4.67,6.7-1.66,6.78-6.33,6.73-6.97.13-.09.34-.22.34-.22,2.98-2,3.56-4.39,3.56-6.01,0-.49-.05-.96-.11-1.26,3.22-2.72,2.57-5.95,2.09-7.15,0-.02.02-.02.02-.02ZM82.63,25.89h-7.23l.02-.05,3.59-7.78,3.62,7.83ZM85.36,21.82c-1.07.37-2.22.57-3.37.62l-1.15-2.45c2.67-.36,5.21-.93,7.58-1.61-.1.79-.63,2.59-3.06,3.44ZM86.07,22.44c-.39,1.59-1.25,2.68-2.57,3.23l-1.14-2.44c1.12-.07,2.24-.27,3.29-.64.14-.05.28-.1.42-.15ZM67.03,38.73c-.08-.07-.18-.12-.29-.12-.04,0-.09,0-.13.02-.06.03-.12.05-.16.1l-3.95,4.02c-.28-.3-.59-.59-.91-.85l3.53-4.72c.5-.68,1.23-1.17,2-1.18.83,0,1.57.36,2.15,1.14.65.89,1.17,1.55,1.77,2.07-1.27.9-4.43,3.1-7.33,5.12-.23-.37-.48-.73-.76-1.08l4.07-3.95c.07-.07.12-.18.12-.28,0-.11-.05-.21-.12-.3ZM62.33,35.4c-.03-.1-.1-.18-.2-.23-.11-.05-.21-.05-.32-.02-.1.03-.18.11-.23.21l-2.5,5.09c-.4-.16-.82-.29-1.25-.4,1.03-3.37,2.15-7.07,2.6-8.55.68.42,1.48.71,2.51,1.05.92.3,1.49.9,1.75,1.69.23.72,0,1.57-.5,2.26l-3.4,4.81c-.34-.22-.7-.42-1.08-.6l2.6-4.99c.03-.06.04-.12.04-.19,0-.05,0-.09-.02-.13ZM55.62,31.34c-.25,0-.44.21-.44.45l.08,8.01c-.4,0-.8.05-1.19.11-1.05-3.56-2.21-7.51-2.62-8.86.4-.33.78-.73,1.15-1.25,1.23-1.69,2.13-1.78,3.02-1.78s1.78.09,3.01,1.78c.38.52.75.92,1.15,1.25-.4,1.36-1.56,5.3-2.61,8.86-.39-.06-.8-.1-1.2-.11l.08-8.01c0-.24-.19-.45-.43-.45ZM48.94,35.73l2.6,4.99c-.38.18-.74.38-1.08.6l-3.39-4.81c-.5-.69-.74-1.54-.5-2.26.25-.79.82-1.4,1.74-1.69,1.04-.34,1.83-.63,2.51-1.05.45,1.48,1.58,5.17,2.61,8.55-.43.11-.85.24-1.25.4l-2.5-5.09c-.05-.1-.14-.17-.24-.21-.11-.03-.21-.03-.31.02-.1.05-.16.13-.2.23-.02.05-.02.09-.02.13,0,.07.01.13.05.19ZM44.21,39.31l4.07,3.95c-.28.35-.53.7-.76,1.08-2.89-2.02-6.06-4.22-7.32-5.12.6-.52,1.13-1.18,1.77-2.07.58-.78,1.32-1.13,2.14-1.14.77.01,1.5.5,2,1.18l3.54,4.72c-.32.26-.62.55-.91.85l-3.94-4.02s-.1-.07-.16-.1c-.05-.01-.09-.02-.14-.02-.11,0-.2.04-.29.12-.07.09-.11.18-.11.3,0,.1.04.21.11.28ZM74.54,21.25c.77-.5,1.61-.8,2.49-.88l-.69,1.46c-.71-.18-1.32-.38-1.8-.58ZM75.98,22.56l-.87,1.85c-1.08-.54-1.94-1.09-2.42-1.4.04-.05.08-.11.13-.16.3-.39.64-.74.99-1.04.54.24,1.29.5,2.18.75ZM72.03,22.26c-1.62,2.16-4.3,3.6-6.84,3.84-.28-.84-.56-1.68-.82-2.51,1.49-.16,4.35-.8,6.7-3.31,1.46-1.55,3.35-2.86,6.08-2.84.42,0,.84,0,1.26-.02l-.95,2c-1.85,0-3.9.78-5.43,2.84ZM65.76,33.94s-.02-.04-.03-.06c.15-.19.31-.44.45-.73.16.65.29,1.26.37,1.79-.16.03-.32.07-.48.12-.06.02-.11.04-.17.06,0-.05.01-.12.01-.18,0-.35-.06-.69-.16-1ZM65.42,33.22c-.4-.67-1.04-1.2-1.83-1.52.15-.11,1.06-.88,1.41-2.48.35,1.06.68,2.09.94,3.03-.15.39-.34.72-.52.97ZM45.33,35.12c-.06-.02-.12-.04-.17-.06-.15-.05-.32-.09-.48-.12.08-.53.21-1.14.38-1.79.14.3.29.54.45.73,0,.02-.02.04-.02.06-.1.31-.16.65-.16,1,0,.06,0,.12,0,.18ZM45.29,32.26c.26-.94.59-1.97.94-3.03.35,1.59,1.26,2.36,1.41,2.48-.79.32-1.42.85-1.83,1.52-.19-.25-.37-.58-.52-.97ZM46.61,28.1c.08-.24.15-.48.23-.71l.02-.05c.24-.73.49-1.48.73-2.21,0,0,.01.01.01.01.28,1.64,1.04,2.6,1.45,3.02-.06,1.56-.88,2.57-1.22,2.79-.34-.23-1.18-1.26-1.22-2.86ZM49.37,29.47c.19.54.47.96.73,1.26-.5.28-1.09.49-1.85.74.31-.31.83-.96,1.11-2.01ZM49.69,28.4c.09-.06.94-.73,1.39-2.17.48,1.35,1.29,1.97,1.34,2l.09.06c-.24.26-.48.56-.72.91-.35.47-.67.83-1.04,1.12-.43-.32-.92-.99-1.05-1.92ZM51.31,25.08c.24-.2.92-.87,1.27-2.1.35,1.23,1.02,1.9,1.27,2.1-.26,1.33-.97,2.19-1.27,2.39-.31-.2-1.02-1.06-1.27-2.39ZM54.18,25.97c.16.42.36.77.55,1.05-.33.06-.67.16-1.02.34-.1.05-.19.1-.29.16.27-.36.56-.87.76-1.54ZM54.44,25.01c.28-.27.87-.92,1.19-2.04.31,1.12.9,1.77,1.18,2.04-.26.99-.76,1.66-1.06,1.94-.04,0-.08,0-.12,0-.04,0-.08,0-.12,0-.31-.28-.8-.95-1.06-1.94ZM57.06,25.97c.2.68.49,1.19.76,1.54-.1-.05-.19-.1-.29-.16-.35-.18-.7-.28-1.02-.34.19-.27.39-.63.55-1.05ZM57.39,25.08c.24-.2.92-.87,1.27-2.1.35,1.23,1.03,1.9,1.28,2.1-.26,1.33-.96,2.19-1.28,2.39-.3-.2-1.01-1.06-1.27-2.39ZM58.83,28.23s.87-.65,1.34-2c.45,1.45,1.3,2.11,1.39,2.17-.13.92-.62,1.59-1.05,1.92-.37-.29-.7-.65-1.05-1.12-.24-.35-.48-.65-.72-.91l.09-.06ZM61.87,29.47c.28,1.04.8,1.69,1.12,2.01-.75-.25-1.35-.46-1.85-.74.28-.3.55-.72.73-1.26ZM62.18,28.16c.42-.42,1.18-1.38,1.46-3.02,0,0,0,0,0-.01.24.74.49,1.48.74,2.21v.05c.09.23.17.47.25.71-.05,1.59-.88,2.63-1.22,2.86-.34-.23-1.16-1.24-1.23-2.79ZM70.17,19.48c-2.13,2.26-4.87,2.81-6.18,2.93-.39-1.26-.76-2.48-1.06-3.59,2.08-.19,7.83-.7,8.82-.79-.53.4-1.1.93-1.59,1.45ZM63.41,24.41c-.09.09-.16.16-.22.2-.32-.2-1.09-1.1-1.26-2.5.1-.09.32-.29.55-.62.29.94.61,1.92.93,2.92ZM63.05,25.38c-.35,1.28-1.03,2.07-1.32,2.27-.32-.21-1.08-1.12-1.27-2.58.24-.22.82-.81,1.18-1.87.45,1.49,1.36,2.15,1.42,2.19ZM60.18,24.38c-.31-.2-1.01-1.06-1.19-2.36.29-.28.88-.93,1.19-2.05.31,1.12.9,1.77,1.19,2.05-.18,1.3-.88,2.16-1.19,2.36ZM58.66,21.38c-.3-.19-.99-1.04-1.18-2.34.29-.26.87-.92,1.18-2.03.32,1.11.9,1.77,1.19,2.03-.19,1.3-.88,2.15-1.19,2.34ZM58.33,22.02c-.18,1.3-.89,2.16-1.19,2.36-.31-.2-1.01-1.06-1.19-2.36.29-.28.87-.93,1.19-2.05.32,1.12.9,1.77,1.19,2.05ZM55.62,21.38c-.3-.19-1-1.04-1.19-2.34.29-.26.87-.92,1.19-2.03.31,1.11.89,1.77,1.18,2.03-.18,1.3-.88,2.15-1.18,2.34ZM55.29,22.02c-.18,1.3-.88,2.16-1.19,2.36-.31-.2-1.01-1.06-1.19-2.36.29-.28.87-.93,1.19-2.05.32,1.12.9,1.77,1.19,2.05ZM52.58,21.38c-.31-.19-1-1.04-1.19-2.34.29-.26.87-.92,1.19-2.03.31,1.11.89,1.77,1.18,2.03-.19,1.3-.88,2.15-1.18,2.34ZM52.25,22.02c-.18,1.3-.88,2.16-1.19,2.36-.31-.2-1.01-1.06-1.19-2.36.29-.28.87-.93,1.19-2.05.31,1.12.9,1.77,1.19,2.05ZM50.78,25.06c-.2,1.47-.95,2.37-1.28,2.58-.29-.2-.96-.99-1.32-2.27h0c.06-.04.97-.7,1.42-2.19.35,1.06.93,1.65,1.18,1.87ZM48.04,24.6c-.06-.03-.14-.11-.22-.2.33-1,.64-1.98.93-2.92.23.33.45.52.55.62-.17,1.4-.94,2.31-1.26,2.5ZM47.25,22.41c-1.3-.12-4.05-.67-6.18-2.93-.48-.52-1.06-1.05-1.59-1.45,1,.09,6.74.6,8.83.79-.3,1.11-.66,2.33-1.06,3.59ZM40.17,20.28c2.35,2.51,5.22,3.15,6.7,3.31-.27.83-.55,1.67-.83,2.51-2.54-.24-5.22-1.68-6.84-3.84-1.53-2.06-3.59-2.83-5.44-2.84l-.94-2c.42.01.84.02,1.26.02,2.72-.01,4.61,1.29,6.07,2.84ZM36.71,21.25c-.48.2-1.1.4-1.8.58l-.69-1.46c.88.08,1.73.38,2.49.88ZM37.44,21.81c.35.3.68.66.99,1.04.04.05.08.11.12.16-.47.31-1.34.86-2.42,1.4l-.88-1.85c.89-.25,1.65-.51,2.19-.75ZM36.89,26.02l-.41-.86c1.2-.61,2.14-1.22,2.6-1.53.35.39.72.74,1.11,1.07-.94,1.12-3.88,4.22-7.7,4.18-2.18-.02-3.3-1.1-3.83-1.88.83.43,2.09.87,3.58.87,2.39,0,4.11-1.11,4.6-1.51.16-.14.11-.24.06-.34ZM40.82,25.19c.41.29.84.56,1.28.77-.54,1.02-2.6,4.46-6.02,5.04-2.06.34-3.1-.71-3.52-1.31,4.27.02,7.33-3.35,8.27-4.5ZM42.83,26.3c.48.2.98.35,1.51.48-.38,1.16-1.5,3.98-3.49,5.14-1.85,1.06-3.24.31-3.93-.25,3.5-.96,5.43-4.4,5.92-5.36ZM41.27,32.61c2.33-1.34,3.49-4.5,3.85-5.67.2.03.41.06.61.08-.63,1.88-1.23,3.72-1.67,5.32-1.18.97-2.55.7-3.19.48.13-.07.26-.14.39-.21ZM65.5,27.02c.21-.02.42-.05.61-.08.37,1.17,1.53,4.33,3.86,5.67.13.07.26.14.39.21-.65.22-2.01.49-3.19-.48-.43-1.6-1.04-3.43-1.67-5.32ZM66.91,26.78c.52-.13,1.02-.29,1.51-.48.48.97,2.41,4.4,5.91,5.36-.69.56-2.07,1.32-3.93.25-1.99-1.15-3.11-3.98-3.49-5.14ZM69.14,25.97c.45-.22.88-.48,1.28-.77.93,1.15,4,4.52,8.26,4.5-.41.6-1.46,1.65-3.52,1.31-3.43-.58-5.49-4.02-6.02-5.04ZM71.06,24.7c.39-.33.76-.68,1.11-1.07.46.31,1.39.92,2.59,1.53l-.41.86c-.05.1-.1.2.06.34.49.4,2.21,1.51,4.6,1.51,1.49,0,2.74-.44,3.58-.87-.53.78-1.65,1.85-3.83,1.88-3.81.05-6.76-3.06-7.7-4.18ZM78.46,15.74v.55s-12.59,1.03-15.84,1.31c-.14-.59-.25-1.14-.33-1.63h0c-.01-.08-.02-.15-.04-.22h16.21ZM62.26,20.73c-.2.34-.42.56-.56.65-.3-.19-1-1.04-1.19-2.34.23-.21.64-.68.92-1.43.21.94.5,2,.83,3.12ZM49.05,10.41h-.59c-.28,0-1.53.02-1.87.77-.25-.38-.45-.76-.59-1.18-.15-.44-.22-.9-.22-1.34,0-.44.09-.77.26-1,.16-.22.42-.37.79-.47.85-.23,2.07-.34,2.97-.26h.3c.43.04,1.65.73,2.4,1.88,0,0,2.6-.48,4.36-2.2,0,0-3.28.34-5.99-.04-.04,0-.14-.05-.09-.16,0,0,.01-.03.03-.07,0,0,0-.01,0-.01.21-.32.55-.73,1.56-1.05h0c.48-.15,1.21-.25,2.11-.29.92-.04,2.01-.02,3.23.07,1.84.14,3.21-.02,4.18-.25-.28.74-.79,1.62-1.73,2.25h0s-.33.23-.33.23l-.36.25.17.39.16.36c.29.76.51,2.25.75,3.97l.03.19c.14,1.09.32,2.38.55,3.69,0,.03,0,.04.01.07-.07,1.22-.67,2-.97,2.2h-.01c-.35-.23-1.21-1.32-1.22-2.95h-.58c-.01,1.63-.87,2.71-1.22,2.95h-.02c-.35-.23-1.21-1.32-1.22-2.95h-.58c-.01,1.63-.87,2.71-1.22,2.95h-.01c-.36-.23-1.21-1.32-1.21-2.95h-.59c0,1.63-.86,2.71-1.22,2.95h-.02c-.29-.19-.85-.93-.96-2.08.2-.77.44-1.65.46-1.69.3-.99.44-1.85.45-1.89h0c.11-.69,0-1.25-.35-1.67-.34-.42-.89-.65-1.61-.68ZM49.81,17.61c.27.76.68,1.22.92,1.43-.19,1.3-.88,2.15-1.19,2.34-.14-.09-.36-.31-.56-.65.33-1.12.62-2.18.84-3.12ZM32.78,15.74h16.27c-.08.32-.16.65-.22.92h0s0,.01,0,.01c-.06.3-.12.6-.2.92-3.39-.29-15.84-1.31-15.84-1.31v-.55ZM32.23,18.06l3.59,7.78.02.05h-7.23l3.62-7.83ZM25.59,22.59c1.06.38,2.18.58,3.29.64l-1.14,2.44c-1.32-.55-2.18-1.64-2.57-3.23.13.05.27.1.41.15ZM22.82,18.38c2.37.69,4.91,1.25,7.58,1.61l-1.15,2.45c-1.15-.06-2.3-.25-3.37-.62-2.44-.85-2.95-2.65-3.06-3.44ZM2.75,3.87c6.75,6.87,18.28,12.72,28.89,13.48l-.84,1.8C16.72,17.45,6.86,9.95,3.76,6.96c-1.11-1.08-1.25-2.39-1.02-3.09ZM4.07,8.53c2.94,2.61,9.3,6.92,17.86,9.58.03.52.25,1.98,1.48,3.17-5.62-.69-13.28-3.36-17.46-7.03-2.6-2.27-2.3-4.54-1.88-5.72ZM6.22,15.71c4.83,3.72,12.62,6.02,18.02,6.48.19.96.55,1.95,1.22,2.79-4.89.37-11.46-.39-16.19-3.57-3.03-2.04-3.2-4.48-3.05-5.7ZM14.66,28.16c-2.5-.95-4.24-2.64-4.49-5.09,4.98,2.71,11.39,3.15,16.04,2.67.35.27.74.51,1.2.7.07.19.41,1.04,1.24,1.83-1.84.55-8.06,2.14-14-.11ZM23.22,33.12c-3.15-.12-5.21-1.2-6.13-3.27,6.19,1.3,11.68-.72,12.36-.99.55.35,1.25.63,2.09.75.04.08.3.62.86,1.16-1.06.62-4.71,2.51-9.19,2.34ZM23.98,34.1c4.29-.08,7.98-2.02,9.13-2.78.67.39,1.59.68,2.81.52.13.15.34.35.61.55-.93.91-3.41,3-6.89,3.6-2.62.46-4.4-.18-5.66-1.9ZM31.84,38.26c-.93-.12-1.79-.66-2.31-1.24,4.07-.56,6.8-3.13,7.75-4.16.68.34,1.57.54,2.61.31.13.14.38.28.71.41-.95,1.31-4.23,5.25-8.76,4.68ZM35.54,38.84c3.2-1.11,5.35-4.09,5.96-5.03.69.09,1.5.04,2.28-.31-.12.52-.21,1.01-.26,1.45-.92.18-1.76.74-2.37,1.58-1.2,1.63-1.85,2.37-3.44,2.88-.01,0-.02,0-.04,0-.92-.06-1.64-.33-2.12-.59ZM36.16,46.13c-1.24-1.69-1.04-2.58-.76-3.42.27-.84.63-1.68,2.63-2.32.61-.19,1.11-.42,1.54-.71,1.17.81,4.56,3.13,7.63,5.23-.18.35-.35.73-.49,1.1l-7.59-2.55c-.22-.08-.48.05-.55.28-.08.22.06.47.28.56l7.64,2.39c-.11.38-.19.78-.25,1.17-3.73-.09-7.83-.21-9.25-.25-.19-.48-.46-.96-.83-1.48ZM38.51,53.26c-.67-.49-1.06-1.21-1.07-2.18,0-1.09-.03-1.94-.21-2.71,1.55.03,5.41.1,8.94.17-.02.24-.03.5-.03.76,0,.19,0,.36.02.55l-5.61.8c-.11.02-.21.08-.27.16-.06.09-.1.2-.08.31.02.12.07.2.16.27.03.03.08.04.12.05.07.03.13.03.19.02l5.55-.93c.05.41.14.82.24,1.21l-5.63,1.74c-.81.27-1.69.23-2.31-.22ZM39.86,58.51c-.56-.78-.67-1.59-.42-2.39.24-.73.93-1.27,1.74-1.53l5.58-1.91c.15.39.33.76.52,1.13l-5.04,2.5c-.06.03-.11.08-.14.12-.03.04-.05.08-.06.13-.04.11-.03.2.02.31.05.1.14.16.24.2.1.04.21.03.31-.03l5.02-2.65c.23.37.5.73.78,1.05-2.82,2.13-5.89,4.46-7.13,5.39-.3-.73-.78-1.44-1.42-2.33ZM48.27,66.49c-.52.03-1.06.13-1.67.33-1.99.65-2.77.18-3.49-.33-.72-.52-1.39-1.12-1.39-3.22,0-.64-.07-1.18-.2-1.69,1.12-.86,4.38-3.36,7.33-5.65.28.3.58.56.9.82l-4.78,6.42c-.14.19-.1.47.1.61.2.14.47.09.61-.1l4.63-6.52c.33.22.68.43,1.04.61-1.25,3.51-2.63,7.38-3.1,8.72ZM55.04,64.65c0,.86-.31,1.68-.93,2.14-.67.47-1.48.63-2.4.34-1.04-.34-1.86-.57-2.65-.63.51-1.47,1.77-5.11,2.92-8.45.41.17.82.31,1.25.42l-.97,5.58c-.02.11,0,.22.07.3.07.09.16.16.27.17.11.03.21-.01.3-.07.05-.03.07-.06.1-.1.04-.04.06-.11.07-.17l.82-5.57c.4.08.82.13,1.23.16l-.08,5.88ZM55.62,49.29c-1.29,1.93-3.91,2.46-5.85,1.16-1.94-1.29-2.47-3.9-1.17-5.85h0c1.51-2.26,4.09-3.76,7.02-3.76,4.66,0,8.43,3.79,8.43,8.45,0,1.73-.52,3.33-1.42,4.67,1.29-1.95.77-4.56-1.17-5.85-1.94-1.29-4.55-.77-5.84,1.17ZM59.53,67.13c-.92.29-1.74.13-2.4-.34-.62-.46-.92-1.28-.92-2.14l-.08-5.88c.42-.03.83-.08,1.23-.16l.83,5.57c0,.07.04.13.07.17.02.04.05.07.09.1.09.06.2.1.3.07.11-.01.2-.08.27-.17.06-.08.09-.19.07-.3l-.97-5.58c.42-.1.84-.25,1.25-.42,1.15,3.34,2.41,6.98,2.92,8.45-.79.07-1.61.29-2.65.63ZM69.51,63.27c0,2.1-.68,2.69-1.39,3.22-.72.51-1.49.98-3.49.33-.61-.2-1.15-.3-1.67-.33-.47-1.34-1.85-5.21-3.1-8.72.36-.18.71-.39,1.04-.61l4.64,6.52c.14.19.41.24.61.1.2-.14.24-.42.1-.61l-4.78-6.42c.32-.26.62-.53.9-.82,2.95,2.28,6.21,4.79,7.33,5.65-.12.51-.2,1.06-.2,1.69ZM71.38,58.51c-.65.9-1.12,1.6-1.42,2.33-1.24-.94-4.31-3.26-7.13-5.39.28-.33.54-.68.78-1.05l5.01,2.65c.1.06.21.06.31.03.1-.04.19-.1.24-.2.05-.11.06-.21.03-.31-.02-.05-.04-.09-.06-.13-.04-.04-.09-.09-.15-.12l-5.04-2.5c.19-.37.37-.74.52-1.13l5.58,1.91c.81.26,1.5.81,1.74,1.53.26.79.15,1.61-.42,2.39ZM73.8,51.07c0,.97-.4,1.7-1.07,2.18-.62.44-1.5.49-2.31.22l-5.63-1.74c.1-.39.19-.8.24-1.21l5.55.93c.06,0,.13,0,.19-.02.04-.01.08-.03.11-.05.09-.07.15-.15.16-.27.02-.11-.01-.21-.07-.31-.06-.08-.16-.15-.26-.16l-5.62-.8c.01-.19.01-.37.01-.55,0-.26-.01-.51-.03-.76,3.53-.07,7.39-.14,8.94-.17-.18.78-.21,1.62-.21,2.71ZM75.85,42.71c.27.84.47,1.73-.77,3.42-.37.52-.64,1-.83,1.48-1.42.04-5.52.16-9.24.25-.06-.39-.15-.79-.25-1.17l7.64-2.39c.23-.08.36-.33.28-.56-.07-.23-.32-.36-.55-.28l-7.59,2.55c-.14-.38-.3-.75-.48-1.1,3.07-2.1,6.46-4.42,7.63-5.23.43.28.94.51,1.54.71,2,.65,2.36,1.48,2.63,2.32ZM73.57,39.43s-.02,0-.03,0c-1.6-.51-2.24-1.25-3.45-2.88-.61-.84-1.45-1.4-2.37-1.58-.05-.45-.14-.94-.26-1.45.77.35,1.58.4,2.28.31.62.94,2.76,3.91,5.96,5.03-.48.26-1.2.53-2.13.59ZM79.4,38.26c-4.53.57-7.81-3.37-8.76-4.68.33-.13.57-.27.7-.41,1.05.24,1.93.03,2.61-.31.94,1.03,3.68,3.6,7.75,4.16-.52.58-1.38,1.12-2.31,1.24ZM81.6,36c-3.48-.6-5.96-2.69-6.89-3.6.27-.2.47-.4.61-.55,1.21.15,2.13-.13,2.81-.52,1.14.76,4.83,2.7,9.13,2.78-1.26,1.72-3.05,2.35-5.66,1.9ZM88.02,33.12c-4.47.16-8.12-1.73-9.19-2.34.57-.53.83-1.08.87-1.16.85-.12,1.54-.4,2.1-.75.68.27,6.18,2.29,12.36.99-.93,2.07-2.99,3.15-6.14,3.27ZM96.57,28.16c-5.92,2.25-12.15.66-13.99.11.83-.79,1.18-1.64,1.24-1.83.46-.19.86-.43,1.2-.7,4.66.48,11.06.04,16.04-2.67-.25,2.45-1.99,4.14-4.49,5.09ZM101.97,21.41c-4.73,3.17-11.29,3.94-16.18,3.57.67-.83,1.03-1.83,1.21-2.79,5.4-.46,13.2-2.76,18.02-6.48.15,1.22-.02,3.66-3.05,5.7ZM105.29,14.25c-4.18,3.67-11.85,6.34-17.46,7.03,1.23-1.2,1.44-2.65,1.48-3.17,8.57-2.66,14.92-6.96,17.86-9.58.43,1.19.72,3.45-1.87,5.72ZM80.44,19.15l-.84-1.8c10.62-.76,22.14-6.61,28.89-13.48.23.7.09,2.01-1.02,3.09-3.09,2.99-12.95,10.48-27.03,12.19Z'/%3E%3Cpath fill='%230d509a' d='M61.29,47.22c-2.06-.91-4.45-.06-5.48,1.89-.03.1-.07.21-.12.31-.95,2.16-3.47,3.14-5.63,2.19-2.16-.95-3.14-3.47-2.19-5.63h-.03c-1.9,4.31.07,9.35,4.38,11.25,4.32,1.9,9.36-.06,11.26-4.38.95-2.16-.03-4.68-2.19-5.63Z'/%3E%3Cpath fill='%23de2630' d='M55.66,49.41c.95-2.16,3.47-3.14,5.63-2.19,2.16.95,3.14,3.47,2.19,5.63,1.9-4.32-.06-9.36-4.38-11.26-4.32-1.9-9.36.07-11.26,4.38h.03c-.95,2.17.03,4.69,2.19,5.64,2.06.9,4.44.06,5.48-1.9.04-.1.08-.2.12-.3Z'/%3E%3Cg%3E%3Cpath fill='%230d509a' d='M132.87,29.22v-2.37s4.45,0,4.45,0v14.83h-4.45v-3.25s-4.15,0-4.15,0v-3.65s4.16,0,4.16,0v-1.91h-4.15s0-3.64,0-3.64h4.16Z'/%3E%3Cpath fill='%230d509a' d='M163.01,46.33h-16.51v-3.85h20.96s0,8.6,0,8.6h-16.51s0,1.25,0,1.25h16.51v3.98h-18.78c-.74-.01-1.27-.17-1.61-.5-.37-.39-.56-1.03-.57-1.94v-6.32s16.51,0,16.51,0v-1.23Z'/%3E%3Cpath fill='%230d509a' d='M189.69,40.63c-5.52,0-10,3.95-10,8.83s4.48,8.83,10,8.83,10-3.95,10-8.83-4.48-8.83-10-8.83ZM189.69,54.44c-2.97,0-5.38-2.23-5.38-4.99s2.41-4.99,5.38-4.99,5.38,2.23,5.38,4.99-2.41,4.99-5.38,4.99Z'/%3E%3Cpath fill='%230d509a' d='M127.47,40.63c-5.53,0-10,3.95-10,8.83s4.48,8.83,10,8.83,10-3.95,10-8.83-4.48-8.83-10-8.83ZM127.47,54.44c-2.97,0-5.38-2.23-5.38-4.99s2.41-4.99,5.38-4.99,5.38,2.23,5.38,4.99-2.41,4.99-5.38,4.99Z'/%3E%3Cpolygon fill='%230d509a' points='195.7 26.75 195.7 31.87 191.55 31.87 191.55 35.93 195.7 35.93 195.7 41.76 199.94 41.76 199.94 26.75 195.7 26.75'/%3E%3Cpolygon fill='%230d509a' points='167.37 41.05 167.37 35.22 171.51 35.22 171.51 31.17 167.37 31.17 167.37 26.75 163.13 26.75 163.13 41.05 167.37 41.05'/%3E%3Cpath fill='%230d509a' d='M155.21,33.17c-.35-.6-.59-1.25-.77-1.92h5.67v-3.71h-6.13v-2.03h-4.94v2.03h-6.11v3.71h5.4c-.35,1.29-.86,2.32-1.85,3.23-.92.84-1.88,1.6-2.94,2.24-.53.32-1.08.61-1.67.8l1.66,3.34s5.31-.69,7.69-5.55h.26c2.43,4.85,7.91,5.47,7.91,5.47l1.62-3.27c-.91-.17-1.76-.71-2.51-1.22-1.23-.84-2.53-1.82-3.29-3.13Z'/%3E%3Cpath fill='%230d509a' d='M186.75,33.17c-.35-.6-.59-1.25-.78-1.92h5.68v-3.71h-6.13v-2.03h-4.94v2.03h-6.11v3.71h5.4c-.35,1.29-.86,2.32-1.85,3.23-.92.84-1.88,1.6-2.94,2.24-.53.32-1.08.61-1.67.8l1.66,3.34s5.31-.69,7.69-5.55h.27c2.43,4.85,7.91,5.47,7.91,5.47l1.62-3.27c-.91-.17-1.76-.71-2.51-1.22-1.23-.84-2.53-1.82-3.29-3.13Z'/%3E%3Cpath fill='%230d509a' d='M126.56,26.98s-.02,0-.03-.01h-14.06v3.75h9.31c-.39,2.27-2.13,4.02-4.04,5.17-1.74,1.05-3.77,1.62-5.67,2.32-.02,0-.53.2-.53.19,0,0,1.19,3.62,1.19,3.62.09.21,3.34-.98,3.67-1.09,3.4-1.22,7.01-3.4,9.03-6.49.89-1.37,1.47-2.96,1.47-4.6v-2.38s.03-.42-.34-.47Z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%230d509a' d='M111.23,67.9v-5.37h.99v2.36l1.76-2.36h1.2l-2.07,2.66,2.1,2.71h-1.23l-1.77-2.34v2.34h-.99Z'/%3E%3Cpath fill='%230d509a' d='M115.8,64.11c.14-.34.34-.64.61-.91.26-.25.55-.45.87-.58.33-.13.67-.2,1.04-.2s.71.07,1.04.2c.32.13.62.33.88.58.27.27.47.57.61.9.14.34.22.7.22,1.07s-.06.72-.19,1.05c-.12.32-.3.61-.53.87-.28.29-.59.51-.93.67-.35.16-.72.23-1.11.23s-.77-.08-1.11-.24c-.35-.16-.66-.39-.92-.68-.22-.26-.39-.55-.51-.87-.12-.33-.18-.67-.18-1.03,0-.38.07-.73.21-1.07ZM116.72,65.9c.08.22.21.41.37.58.16.17.35.31.57.4.21.09.43.14.66.14.5,0,.92-.18,1.25-.53.33-.35.5-.79.5-1.32,0-.23-.04-.44-.13-.63-.08-.2-.2-.39-.36-.56-.18-.2-.37-.35-.57-.44-.2-.09-.43-.13-.7-.13-.24,0-.45.04-.65.12-.2.08-.38.21-.54.37-.17.17-.31.37-.39.59-.09.22-.13.45-.13.69,0,.25.04.49.12.71Z'/%3E%3Cpath fill='%230d509a' d='M124.95,65.12c-.22.28-.52.49-.9.61l1.6,2.16h-1.23l-1.48-2.06h-.06v2.06h-.97v-5.37h1.31c.31,0,.55,0,.7.03.23.03.43.1.58.2.23.13.41.32.55.58.14.25.21.52.21.81,0,.38-.11.7-.32.98ZM124.06,63.61c-.14-.11-.39-.16-.72-.16h-.44v1.46h.42c.35,0,.59-.05.74-.16.15-.11.23-.29.23-.56s-.08-.46-.23-.58Z'/%3E%3Cpath fill='%230d509a' d='M126.17,67.9v-5.37h2.92v.92h-1.94v1.29h1.94v.92h-1.94v1.29h1.94v.95h-2.92Z'/%3E%3Cpath fill='%230d509a' d='M130.42,67.9h-1.05l2.1-5.37h.89l2.1,5.37h-1.08l-.56-1.49h-1.82l-.58,1.49ZM131.91,63.95l-.56,1.49h1.11l-.55-1.49Z'/%3E%3Cpath fill='%230d509a' d='M135,67.9v-5.37h.94l2.3,3.54v-3.54h.97v5.37h-.9l-2.33-3.64v3.64h-.99Z'/%3E%3Cpath fill='%230d509a' d='M142.48,67.9v-5.37h.94l2.3,3.54v-3.54h.97v5.37h-.9l-2.33-3.64v3.64h-.99Z'/%3E%3Cpath fill='%230d509a' d='M148.29,67.9h-1.05l2.1-5.37h.89l2.1,5.37h-1.08l-.56-1.49h-1.82l-.58,1.49ZM149.79,63.95l-.56,1.49h1.11l-.55-1.49Z'/%3E%3Cpath fill='%230d509a' d='M153.61,67.9v-4.44h-1.04v-.93h3.07v.93h-1.05v4.44h-.98Z'/%3E%3Cpath fill='%230d509a' d='M156.35,67.9v-5.37h.99v5.37h-.99Z'/%3E%3Cpath fill='%230d509a' d='M158.39,64.11c.14-.34.34-.64.61-.91.26-.25.55-.45.87-.58.33-.13.67-.2,1.04-.2s.71.07,1.04.2c.32.13.62.33.88.58.27.27.47.57.61.9.14.34.22.7.22,1.07s-.06.72-.19,1.05c-.12.32-.3.61-.53.87-.28.29-.59.51-.93.67-.35.16-.72.23-1.11.23s-.77-.08-1.12-.24c-.35-.16-.65-.39-.92-.68-.22-.26-.39-.55-.51-.87-.12-.33-.18-.67-.18-1.03,0-.38.07-.73.21-1.07ZM159.31,65.9c.08.22.21.41.37.58.16.17.35.31.57.4.21.09.43.14.66.14.5,0,.92-.18,1.25-.53.33-.35.5-.79.5-1.32,0-.23-.04-.44-.13-.63-.08-.2-.2-.39-.36-.56-.18-.2-.37-.35-.57-.44-.2-.09-.44-.13-.7-.13-.24,0-.45.04-.65.12-.2.08-.38.21-.54.37-.17.17-.3.37-.39.59-.09.22-.13.45-.13.69,0,.25.04.49.12.71Z'/%3E%3Cpath fill='%230d509a' d='M164.51,67.9v-5.37h.94l2.3,3.54v-3.54h.97v5.37h-.9l-2.33-3.64v3.64h-.99Z'/%3E%3Cpath fill='%230d509a' d='M170.32,67.9h-1.05l2.1-5.37h.89l2.1,5.37h-1.08l-.56-1.49h-1.82l-.58,1.49ZM171.81,63.95l-.56,1.49h1.11l-.55-1.49Z'/%3E%3Cpath fill='%230d509a' d='M174.9,67.9v-5.37h.99v4.42h1.68v.95h-2.66Z'/%3E%3Cpath fill='%230d509a' d='M180.56,67.9v-5.37h1.31c.31,0,.55,0,.7.03.23.03.43.1.59.2.23.13.41.32.55.58.14.25.21.52.21.81,0,.49-.17.9-.52,1.21-.35.32-.81.48-1.39.48h-.48v2.06h-.97ZM181.96,64.91c.35,0,.59-.05.74-.16.16-.11.23-.29.23-.56s-.07-.46-.22-.58c-.15-.11-.39-.16-.72-.16h-.45v1.46h.42Z'/%3E%3Cpath fill='%230d509a' d='M184.83,64.11c.14-.34.34-.64.61-.91.26-.25.55-.45.87-.58.33-.13.67-.2,1.04-.2s.71.07,1.04.2c.32.13.62.33.88.58.27.27.47.57.61.9.14.34.22.7.22,1.07s-.06.72-.19,1.05c-.12.32-.3.61-.53.87-.28.29-.59.51-.93.67-.35.16-.72.23-1.11.23s-.77-.08-1.11-.24c-.35-.16-.65-.39-.92-.68-.22-.26-.39-.55-.51-.87-.12-.33-.18-.67-.18-1.03,0-.38.07-.73.21-1.07ZM185.74,65.9c.08.22.21.41.37.58.16.17.35.31.57.4.21.09.43.14.65.14.5,0,.92-.18,1.26-.53.33-.35.5-.79.5-1.32,0-.23-.04-.44-.13-.63-.08-.2-.2-.39-.36-.56-.18-.2-.37-.35-.57-.44-.2-.09-.43-.13-.7-.13-.23,0-.45.04-.65.12-.2.08-.38.21-.54.37-.17.17-.3.37-.39.59-.09.22-.13.45-.13.69,0,.25.04.49.12.71Z'/%3E%3Cpath fill='%230d509a' d='M190.94,67.9v-5.37h.99v4.42h1.68v.95h-2.66Z'/%3E%3Cpath fill='%230d509a' d='M194.34,67.9v-5.37h.99v5.37h-.99Z'/%3E%3Cpath fill='%230d509a' d='M200.31,67.6c-.41.27-.89.4-1.43.4-.4,0-.77-.08-1.12-.24-.35-.16-.65-.38-.92-.68-.22-.26-.39-.55-.51-.87-.12-.33-.18-.67-.18-1.03,0-.38.07-.73.21-1.06.14-.34.35-.64.62-.92.26-.25.55-.45.87-.58.32-.13.67-.2,1.04-.2.55,0,1.03.14,1.45.42.43.29.77.71,1.01,1.25h-1.11c-.17-.24-.37-.42-.6-.53-.22-.1-.47-.15-.76-.15-.23,0-.45.04-.65.12-.2.08-.38.21-.54.37-.18.17-.31.37-.4.59-.09.22-.13.45-.13.69,0,.25.04.49.12.71.08.22.21.41.37.58.16.17.35.31.56.4.21.09.43.14.66.14.28,0,.52-.05.74-.16.22-.11.41-.27.58-.49h1.16c-.27.54-.62.95-1.05,1.23Z'/%3E%3Cpath fill='%230d509a' d='M202.19,67.9v-5.37h2.93v.92h-1.94v1.29h1.94v.92h-1.94v1.29h1.94v.95h-2.93Z'/%3E%3Cpath fill='%230d509a' d='M208.69,67.9h-1.05l2.1-5.37h.89l2.1,5.37h-1.08l-.56-1.49h-1.82l-.58,1.49ZM210.19,63.95l-.56,1.49h1.11l-.55-1.49Z'/%3E%3Cpath fill='%230d509a' d='M218.59,65.07c-.04.89-.32,1.6-.84,2.14-.51.53-1.14.79-1.91.79-.4,0-.77-.08-1.11-.24-.35-.16-.66-.39-.92-.68-.22-.26-.39-.55-.51-.87-.12-.33-.18-.67-.18-1.03,0-.38.07-.73.21-1.07.14-.34.35-.64.62-.91.26-.26.55-.45.87-.59.32-.13.68-.19,1.08-.19.54,0,1.02.14,1.44.41.42.28.75.69.99,1.23h-1.16c-.18-.23-.37-.4-.59-.5-.22-.1-.46-.15-.74-.15-.23,0-.45.04-.64.12-.2.08-.38.21-.54.37-.17.17-.3.37-.39.59-.09.22-.13.45-.13.69,0,.25.04.49.12.71.09.22.21.41.37.58.16.17.35.31.57.4.21.09.43.14.66.14.34,0,.64-.08.89-.24.26-.17.47-.42.62-.75h-1.68v-.97h2.91Z'/%3E%3Cpath fill='%230d509a' d='M219.41,67.9v-5.37h2.92v.92h-1.94v1.29h1.94v.92h-1.94v1.29h1.94v.95h-2.92Z'/%3E%3Cpath fill='%230d509a' d='M223.06,67.9v-5.37h.95l2.3,3.54v-3.54h.97v5.37h-.9l-2.33-3.64v3.64h-.99Z'/%3E%3Cpath fill='%230d509a' d='M232.27,67.6c-.41.27-.89.4-1.43.4-.4,0-.77-.08-1.12-.24-.35-.16-.66-.38-.92-.68-.22-.26-.39-.55-.51-.87-.12-.33-.18-.67-.18-1.03,0-.38.07-.73.21-1.06.14-.34.35-.64.62-.92.26-.25.55-.45.87-.58.32-.13.67-.2,1.04-.2.55,0,1.03.14,1.45.42.43.29.77.71,1.02,1.25h-1.11c-.17-.24-.37-.42-.6-.53-.22-.1-.47-.15-.76-.15-.23,0-.45.04-.65.12-.2.08-.38.21-.54.37-.18.17-.31.37-.4.59-.09.22-.13.45-.13.69,0,.25.04.49.12.71.08.22.21.41.37.58.16.17.35.31.56.4.21.09.43.14.66.14.28,0,.53-.05.74-.16.22-.11.41-.27.58-.49h1.16c-.27.54-.62.95-1.05,1.23Z'/%3E%3Cpath fill='%230d509a' d='M236.32,67.9h-.99v-1.98l-1.65-3.39h1.11l1.05,2.3,1.04-2.3h1.1l-1.66,3.43v1.94Z'/%3E%3C/g%3E%3C/svg%3E");max-width: 176px;}
/*농림축산검역본부*/
.nongrim{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' id='레이어_1' x='0px' y='0px' style='enable-background:new 0 0 901.7 196.2' version='1.1' viewBox='0 0 901.7 196.2'%3E%3Cstyle%3E.st2%7Bfill:%23595757%7D%3C/style%3E%3Cpath d='M151.5 93.6c-17-11.6-38.9-6.9-50.3 10.6-9.6 14.6-24 16.4-29.6 16.4-18.2 0-30.7-12.8-34.4-26.1 0-.1-.1-.2-.1-.4s-.1-.3-.1-.5c-1.5-5.5-1.8-8.2-1.8-14.1 0-31.7 32.6-67.1 79.5-67.1 48 0 75.5 36.6 82.6 56.9-.1-.4-.2-.7-.4-1.1C183.2 28.6 145.5 0 101.1 0 45.3 0 0 45.3 0 101.1c0 49.9 36 92.6 85.9 92.6 39.8 0 66.6-22.3 78.9-53.1 6.8-16.8 2-36.6-13.3-47z' style='fill:%23003668'/%3E%3Cpath d='M197.8 71.4c-5.9-19.8-33.6-58.8-83.2-58.8-46.9 0-79.5 35.3-79.5 67.1 0 5.9.4 8.5 1.8 14.1-.6-2.4-.9-4.8-.9-7.2 0-33 33.1-55.9 67.1-55.9 46 0 83.4 37.3 83.4 83.4 0 36.1-20.8 67.3-51 82.3 38.9-14.1 66.7-51.3 66.7-95.1 0-10.5-1.4-19.7-4.4-29.9z' style='fill:%23e6002d'/%3E%3Cpath d='M257.8 89.2V60.3h10.1v20.3h53.3v8.5h-27.1v7.1h32.2v8.6h-74.4v-8.6H284v-7.1h-26.2zm51.2 37.1c0 2.6-.5 5-1.6 7.3s-2.5 4.3-4.2 5.9c-1.9 1.7-4 3-6.4 4-2.4 1-5 1.5-7.7 1.5s-5.3-.5-7.7-1.5c-2.4-1-4.6-2.3-6.4-4-1.8-1.7-3.2-3.7-4.2-5.9-1.1-2.3-1.6-4.7-1.6-7.3 0-2.6.5-5 1.6-7.3s2.5-4.3 4.2-6c1.9-1.6 4-3 6.4-3.9 2.4-1 5-1.5 7.7-1.5s5.3.5 7.7 1.5c2.4 1 4.6 2.3 6.4 3.9 1.8 1.8 3.2 3.8 4.2 6 1.1 2.3 1.6 4.7 1.6 7.3zm-9.8-.1c0-2.8-1-5.2-3-7.2s-4.4-3-7.2-3-5.2 1-7.2 3-3 4.4-3 7.2 1 5.2 3 7.1c2 2 4.4 3 7.2 3s5.2-1 7.2-3c2-1.9 3-4.3 3-7.1zM386.1 101.5h-47.9V78h35.1v-6.9h-35.1v-8.6h45.1v23.8h-35.1v7.1h37.9zM396.1 60.9h10.1v44.2h-10.1zM420 107.5v-8.6h74.4v8.6h-32.3v8.7h26.3V142h-10.1v-17.3H424v-8.4h28.2v-8.7H420zm31.9-42.1v-6.2h10.4v6.2h26.5v8.4h-26.2l27 14.3-4.6 7.2-27.8-15-27.6 15-4.6-7.2 26.8-14.3h-26.1v-8.4h26.2zM527.8 60.4l25 39.8-8 5.1-17-27.8-16.7 28.5-8.2-5.2 24.9-40.4zm-9.8 52.8v18.2h54.5v8.9H508v-27h10zm52.4-.5h-10V60.9h10v18.6H582v9.9h-11.6v23.3zM827.2 110.7h74.4v8.9h-32.2v20.9h-10.1v-20.9h-32.1v-8.9zm15.9-39.6h42.6V60.8h10v38.9h-62.4V60.8h9.9v10.3zm42.5 8.7H843V91h42.6V79.8zM629.4 105.4h-10.1V72h-29.7v-9h39.8zM649.6 60.7h10.1l.1 43.9h-10.2V88.8h-13.2V80h13.2zM709.3 82.1c0 2.8-.6 5.4-1.7 7.9-1.1 2.4-2.7 4.6-4.6 6.3-1.9 1.9-4.2 3.4-6.8 4.4-2.6 1.1-5.3 1.6-8.3 1.6-3 0-5.7-.5-8.3-1.6-2.6-1.1-4.8-2.6-6.8-4.4-1.9-1.8-3.5-3.9-4.6-6.3-1.1-2.5-1.7-5.1-1.7-7.9 0-2.8.6-5.5 1.7-7.9 1.1-2.4 2.6-4.6 4.6-6.4 1.9-1.9 4.2-3.4 6.8-4.4 2.6-1.1 5.3-1.6 8.3-1.6 3 0 5.7.5 8.3 1.6 2.6 1.1 4.8 2.6 6.8 4.4 1.9 1.8 3.5 3.9 4.6 6.4 1.2 2.4 1.7 5.1 1.7 7.9zm-37.4 26.8h64.7v31.9h-10.1v-22.9h-54.6v-9zm27.6-26.8c0-3.2-1.1-5.9-3.4-8.2-2.3-2.3-5-3.4-8.1-3.4-3.1 0-5.9 1.1-8.2 3.4-2.3 2.3-3.4 5-3.4 8.2 0 3.1 1.1 5.9 3.4 8.1 2.3 2.3 5 3.4 8.2 3.4 3.1 0 5.9-1.1 8.1-3.4 2.3-2.2 3.4-4.9 3.4-8.1zm27.1-21.6h10.1v43.1h-10.1V60.5zM751.1 140.7v-26.1h10v17.6h54.3v8.5z' class='st2'/%3E%3Cpath d='M726.6 60.5h10.1V103h-10.1v-9h-13.3v-8.3h13.3V78h-13.3v-8.3h13.3zM257.8 89V60.2h10.1v20.3h53.3V89h-27.1v7.1h32.2v8.6h-74.4v-8.6H284V89h-26.2zm51.2 37.1c0 2.6-.5 5-1.6 7.3s-2.5 4.2-4.2 5.9c-1.9 1.7-4 3-6.4 4-2.4 1-5 1.5-7.7 1.5s-5.3-.5-7.7-1.5c-2.4-1-4.6-2.3-6.4-4-1.8-1.7-3.2-3.7-4.2-5.9-1.1-2.3-1.6-4.7-1.6-7.3 0-2.6.5-5 1.6-7.3s2.5-4.3 4.2-6c1.9-1.6 4-2.9 6.4-3.9 2.4-1 5-1.5 7.7-1.5s5.3.5 7.7 1.5c2.4 1 4.6 2.3 6.4 3.9 1.8 1.8 3.2 3.8 4.2 6 1.1 2.3 1.6 4.7 1.6 7.3zm-9.8-.1c0-2.8-1-5.2-3-7.2s-4.4-3-7.2-3-5.2 1-7.2 3-3 4.4-3 7.2 1 5.2 3 7.1c2 2 4.4 3 7.2 3s5.2-1 7.2-3c2-1.9 3-4.3 3-7.1zM386.1 101.3h-47.9V77.9h35.1V71h-35.1v-8.6h45.2v23.7h-35.2v7.1h37.9zM396.2 60.7h10.1v44.2h-10.1zM420 107.4v-8.6h74.4v8.6h-32.3v8.7h26.3v25.8h-10.1v-17.3H424v-8.4h28.2v-8.7H420zm31.9-42.1v-6.2h10.4v6.2h26.5v8.4h-26.2l27 14.2-4.6 7.2-27.8-15-27.6 15-4.6-7.2 26.8-14.2h-26.1v-8.4h26.2zM527.8 60.3l25 39.8-8 5.1-17-27.8-16.7 28.5-8.2-5.2 24.9-40.4zm-9.7 52.7v18.1h54.5v8.9H508v-27h10.1zm52.4-.5h-10V60.7h10v18.6h11.6v9.9h-11.6v23.3zM827.2 110.5h74.4v8.9h-32.2v20.9h-10.1v-20.9h-32.1v-8.9zm15.9-39.6h42.6V60.7h10v38.9h-62.5V60.7h9.9v10.2zm42.6 8.8h-42.6v11.2h42.6V79.7zM596.1 109.9h63.6v30.2h-63.6v-30.2zm53.6 8.1H606v13.8h43.7V118zm-20.3-55.1h-39.8v9h29.7v33.4h10.1V62.9zm20.3 16.9h-13.3v8.8h13.3v15.7h10.2l-.1-43.9h-10.1v19.4z' class='st2'/%3E%3Cpath d='M709.4 82c0 2.8-.6 5.4-1.7 7.8-1.2 2.4-2.7 4.5-4.6 6.3-1.9 1.9-4.2 3.4-6.8 4.4-2.6 1.1-5.3 1.6-8.3 1.6-3 0-5.7-.5-8.3-1.6-2.6-1.1-4.8-2.6-6.8-4.4-1.9-1.7-3.5-3.9-4.6-6.3-1.1-2.5-1.7-5.1-1.7-7.8 0-2.8.6-5.5 1.7-7.9 1.1-2.4 2.7-4.6 4.6-6.4 1.9-1.9 4.2-3.4 6.8-4.4 2.6-1.1 5.3-1.6 8.3-1.6 3 0 5.7.5 8.3 1.6 2.6 1.1 4.8 2.6 6.8 4.4 1.9 1.8 3.5 3.9 4.6 6.4 1.1 2.4 1.7 5 1.7 7.9zM672 108.7h64.7v31.8h-10.1v-22.9H672v-8.9zM699.6 82c0-3.2-1.1-5.9-3.4-8.2-2.3-2.3-5-3.4-8.1-3.4-3.1 0-5.9 1.1-8.2 3.4-2.3 2.3-3.4 5-3.4 8.2 0 3.1 1.1 5.8 3.4 8.1s5 3.4 8.2 3.4c3.1 0 5.9-1.1 8.1-3.4 2.2-2.3 3.4-5 3.4-8.1zm27-21.6h10.1v43.1h-10.1V60.4zM819.5 99.2v8.6h-74.4v-8.6h32.1v-7.1H751V60.5h9.9V68h42.6v-7.5h10v31.6h-26.2v7.1h32.2zm-16-22.9h-42.6v7.3h42.6v-7.3zm12 64.2V132h-54.3v-17.6h-10.1v26.1h64.4z' class='st2'/%3E%3Cpath d='M726.6 60.4h10.1v42.4h-10.1v-8.9h-13.2v-8.4h13.2v-7.7h-13.2v-8.3h13.2zM386.1 101.2h-47.8V77.9h35V71h-35v-8.6h45.1v23.7h-35.1v7.1h37.8v8zm-43.4 8.5h63.6v30.2h-63.6v-30.2zm53.6 8.1h-43.6v13.8h43.6v-13.8zm-.1-57.1h10.1v44.1h-10.1V60.7z' class='st2'/%3E%3C/svg%3E");}
/*법무법인 서정*/
/* .sujung{} */
/*법무법인 대륙아주*/
.DR_AJU{max-width:150px;}
/*법무법인 이제*/
.EJE{max-width: 150px;}
/*특허법인 리*/
.clientArea ul li:not(.thrTitle) span.leeInternational{overflow: hidden;height: 40px;align-items:end;max-width: 160px;}
/* 그린펀드 */
.clientArea ul li span.greenFund img,
.clientArea ul li span.koryuAyun img,
.clientArea ul li span.hyeondaiCar img{width: 70%;}
.clientArea ul li span.seum img,
.clientArea ul li span.DR_AJU img,
.clientArea ul li span.poscoInter img{width: 80%;}

/*솔루션 영역*/
.solutionArea{background-color: #FAFAFA;padding: 5rem;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.titleBox_Solution h4,.titleBox_ContactUs h4,.titleBox_Partner h4{color:#303030;font-weight: 600;}
.titleBox_Solution{margin-bottom: 0.5rem;}
.solutionArea > ul{width: 100%;max-width: 1230px;}
.solutionArea > ul > li{flex:1;padding: 1rem;overflow: hidden;height: 360px;box-shadow: 4px 6px 28px -6px rgba(0,0,0,0.15);background-color: #fff;border-radius: 15px;margin-top: 1.5rem;flex-direction: column;display: flex;min-width: 230px;position: relative;}
.solutionArea > ul > li:not(:first-child){margin-left: 1.5rem;}
/*솔루션 상단-각 제품의 색상표현*/
.solutionImgBox{width:70%;height: 100px;background-color: #003768;border-radius: 10px;display: flex;align-items: center;justify-content: center;}
/*솔루션 각 로고*/
.solutionImgBox img{width: 130px;}
.LPS .solutionImgBox,.solutionArea ul .LPS em{background-color: #5C83C5;}
.ERP .solutionImgBox,.solutionArea ul .ERP em{background-color: #624EA3;}
.Search .solutionImgBox,.solutionArea ul .Search em{background-color: #E34E26;}
.BI .solutionImgBox,.solutionArea ul .BI em{background-color: #C03C4B;}
.M-File .solutionImgBox,.solutionArea ul .M-File em{background-color: #1884C4;}
.iManage .solutionImgBox,.solutionArea ul .iManage em{background-color: #45AFD6;}
.Office .solutionImgBox,.solutionArea ul .Office em{background-color: #7EA447;}
/*솔루션 각 카드를 hover했을 때, 나타나는 글자*/
.solutionFace{transition: all .3s;opacity: 1;}
.solutionFace li{font-size: 0.9rem;}
/* .solutionArea > ul > li:hover .solutionFace{opacity: 0;} */
/* .solutionArea > ul > li:hover .solutionFace + div{opacity: 1;} */
/*솔루션 각 카드의 문자자*/
.solutionArea > ul > li .solutionFace + div{opacity: 0;}

/*솔루션 꾸밈성*/
.solutionArea > ul > li em{position: absolute;display: inline-block;top: -15px;left: -15px;background-color: #003768;width: 30px;height: 30px;border-radius: 30px;transition: all .3s;transform:translate(-100%,-100%);}
.solutionArea > ul > li:hover em{transform:translate(-40%,-40%);}
/*솔루션 제품 각 설명박스*/
.solutionArea > ul > li div:last-child{padding:0.75rem 0.5rem 0 0.5rem;}
/*솔루션 제품 리스트*/
/* ul.solutionFace li{list-style: inside;} */
.solutionArea > ul > li div:last-child h6{font-size: 1rem;font-weight: 600;margin-bottom: 1rem;margin-top: 0.1rem;color: #003768;}
.solutionArea > ul > li div:last-child li{width: 50%;min-height: 30px;padding-left: 12px;box-sizing: border-box;position: relative;height: auto;display: flex;align-items: center;white-space: nowrap;}
.solutionArea > ul > li div:last-child li::before{content: '';display: inline-block;position: absolute;top: 0;bottom: 0;margin: auto 0;width: 5px;height: 5px;border-radius: 10px;background-color: #c1c1c1;left: 0;}
/*솔루션 제품제안서 버튼*/
.solutionPDF{width: fit-content;color: #787878;border-radius: 5px;padding: 0.25rem 0.75rem;border: 1px solid #969696;margin-left: auto;margin-top: auto;transition: all .3s;bottom: 0;right:5px;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;cursor: pointer;}
.solutionPDF img{height: 22px;width: 22px;margin-left: 5px;transition: all .3s;}
.solutionPDF:hover{color: #0191D8;border-color: #0191D8;}
.solutionPDF:hover img{filter: invert(48%) sepia(46%) saturate(2911%) hue-rotate(170deg) brightness(88%) contrast(99%);}
/* .solutionArea > ul > li:hover .solutionPDF{bottom: 0;} */
.cardHoverModalBtn{position: absolute;right: 13px;top: 13px;border: 0;outline: none;width: 30px;height: 30px;transition: all .3s;cursor: pointer;z-index: 2;background-color: transparent;border-radius: 5px;}
.cardHoverModalBtn img{opacity: 0.1;transition: all .3s;}
.solutionArea > ul > li:hover .cardHoverModalBtn img{opacity: 0.2;}
.cardHoverModalBtn:hover{background-color: #f1f1f1;}
.solutionArea > ul > li .cardHoverModalBtn:hover img{opacity: 0.5;}


/*ContactUs 영역*/
.contactUsArea{padding: 5rem;}
/*Contact Us Title style*/
.titleBox_ContactUs{padding-left: 0.5rem;max-width: 1320px;margin: 0 auto;}
.roadBox > div{max-width: 1320px;width: 100%;}
/*지도 API 영역*/
.roadBox div > section:first-child{background-color: #fff;overflow: hidden;border-radius: 15px;transition: all .5s;max-width: 620px;}
.contactUsArea:hover .roadBox div > section:first-child{box-shadow: 0px -4px 26px rgba(0, 0, 0, 0.1);}
.roadBox div > section{flex: 1;}
/*지도 우측 설명 영역*/
.roadBox .roadInfo{padding: 1.5rem 1.5rem 1rem 2rem;display: flex;flex-direction: column;flex: 1;}
.roadInfo > div > div{align-items: end;}
/*회사 정보의 각 섹션*/
.roadInfo > div{margin-top: 1rem;}
.roadInfo > div:nth-child(3){justify-content:space-between;max-width: 440px;}
.roadInfo > div:nth-child(4){justify-content:space-between;max-width: 450px;}

/*오시는 길 타이틀*/
.roadTitle{font-size: 1.3rem;margin-bottom: 1.75rem;}
.descriptionInfo > span:first-child{font-size: 0.95rem;}
.Eng{opacity: 0.6; font-size: 0.9rem;margin-left: 7px;}
.engName{font-size: 0.8rem;}

/*각 미니 타이틀*/
.roadInfo > div > div > span:first-child,.roadInfo > div > div > div > span:first-child{font-weight: 500;}
#map{border-radius: 5px;overflow: hidden;}
/*주소정보에 있는 버튼*/
.Program_Download{border:1px solid #303030;color: #303030;border-radius: 5px;padding: 0.1rem 0.5rem;transition: all .2s;}
.Program_Download:hover{border-color: #0191D8;color: #0191D8;}

/*partner영역*/
.partnerArea{padding: 5rem 0 0 0;}
.partnerArea > section:last-child{border-width: 1px 0;border-style: solid;border-color: #303030;flex-wrap: wrap;}
.partnerImgBox{flex-wrap: wrap;}
.partnerImgBox li{height: 200px;flex: 1;max-width: 300px;}
/*파트너 영역*/
/*오픈텍스트*/
.openText{background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!-- Created with Inkscape (http://www.inkscape.org/) --%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' width='126.08253mm' height='23.934204mm' viewBox='0 0 126.08253 23.934204' version='1.1' id='svg102' inkscape:version='0.92.3 (unknown)' sodipodi:docname='drawing.svg'%3E%3Cdefs id='defs96' /%3E%3Csodipodi:namedview id='base' pagecolor='%23ffffff' bordercolor='%23666666' borderopacity='1.0' inkscape:pageopacity='0.0' inkscape:pageshadow='2' inkscape:zoom='0.35' inkscape:cx='241.12334' inkscape:cy='-163.34144' inkscape:document-units='mm' inkscape:current-layer='layer1' showgrid='false' fit-margin-top='0' fit-margin-left='0' fit-margin-right='0' fit-margin-bottom='0' inkscape:window-width='1853' inkscape:window-height='1025' inkscape:window-x='67' inkscape:window-y='27' inkscape:window-maximized='1' /%3E%3Cmetadata id='metadata99'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3E%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg inkscape:label='Layer 1' inkscape:groupmode='layer' id='layer1' transform='translate(-42.036116,-81.681705)'%3E%3Cpath d='m 47.429206,89.674591 c -0.565962,0.872067 -0.774735,1.918758 -0.774735,2.96545 0,2.412647 1.192,4.597752 3.754472,4.597752 2.473325,0 3.694678,-2.01048 3.694678,-4.394552 0,-1.685925 -0.417019,-2.994378 -1.281184,-3.808236 -0.953452,-0.872067 -2.026108,-0.900994 -2.68164,-0.843139 -1.311063,0.08749 -2.085799,0.523522 -2.711591,1.482725 z m 11.322932,2.993672 c 0,3.933119 -2.264657,8.193967 -8.343195,8.193967 -4.380089,0 -8.372827,-2.443337 -8.372827,-8.193967 0,-4.767791 3.009512,-8.432447 8.968845,-8.104363 6.346684,0.357364 7.747177,5.273322 7.747177,8.104363' style='fill:%23231f20;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.03527778' id='path43' inkscape:connector-curvature='0' /%3E%3Cpath d='m 99.433865,86.321439 c 0.44697,-0.476956 0.745075,-0.83432 1.549405,-1.22167 0.71509,-0.298097 1.72826,-0.535869 2.83069,-0.535869 0.92393,0 1.96674,0.148519 2.77107,0.595489 1.63901,0.863952 2.05634,2.26448 2.05634,4.677833 v 10.637658 h -4.55894 v -8.760175 c 0,-1.400528 -0.03,-1.907117 -0.20885,-2.3241 -0.35771,-0.834319 -1.16205,-1.192036 -2.05563,-1.192036 -2.413715,0 -2.413715,1.93675 -2.413715,3.8735 v 8.402811 H 94.815657 V 84.950897 h 4.618208 v 1.370542' style='fill:%23231f20;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.03527778' id='path45' inkscape:connector-curvature='0' /%3E%3Cpath d='M 88.077601,90.706466 C 87.988351,90.051005 87.868757,89.1867 87.213297,88.501605 86.647088,87.935397 85.783134,87.6373 84.978449,87.6373 c -1.102432,0 -1.876777,0.536575 -2.323748,1.013177 -0.625827,0.685448 -0.775052,1.400528 -0.923925,2.055989 z m 4.558596,5.75063 c -0.420159,0.885472 -1.773415,4.405134 -7.747,4.405134 -4.618567,0 -7.86624,-2.825748 -7.86624,-7.920917 0,-3.754613 1.847498,-8.377413 7.985477,-8.377413 0.923925,0 3.60539,-0.114653 5.601758,2.030589 2.026005,2.175227 2.145242,5.214407 2.204863,6.972299 H 81.701142 c -0.02998,1.93675 1.072446,3.873853 3.545771,3.873853 2.502959,0 3.366911,-1.639006 3.933119,-2.741436 l 3.456165,1.757891' style='fill:%23231f20;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.03527778' id='path47' inkscape:connector-curvature='0' /%3E%3Cpath d='m 156.43818,88.173522 h 3.03918 v -3.222625 h -3.00955 v -3.269192 h -4.5586 v 3.269192 h -0.72319 l -2.08703,3.222625 h 2.81022 v 7.385049 c 0,1.489428 0.0296,2.591858 0.65511,3.516136 0.98355,1.429813 2.71181,1.519413 4.29119,1.519413 0.83432,0 1.42981,-0.0896 2.41335,-0.23848 v -3.575399 l -1.63865,0.05927 c -1.22167,0 -1.22167,-0.804333 -1.19203,-1.757891 v -6.908098' style='fill:%23231f20;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.03527778' id='path49' inkscape:connector-curvature='0' /%3E%3Cpath d='m 110.92455,81.681705 h 4.5586 v 3.269192 h 4.73816 l -2.08669,3.222625 h -2.68111 v 6.908094 c -0.03,0.953558 -0.03,1.757891 1.19204,1.757891 l 1.63901,-0.05927 v 3.575403 c -0.9839,0.14887 -1.57939,0.23848 -2.41371,0.23848 -1.57939,0 -3.30764,-0.0896 -4.29084,-1.519417 -0.62582,-0.924278 -0.65546,-2.026708 -0.65546,-3.516136 V 81.681705' style='fill:%23231f20;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.03527778' id='path51' inkscape:connector-curvature='0' /%3E%3Cpath d='m 168.11865,88.173875 h -0.55316 l 0.0194,-1.99002 0.0289,-0.6604 -0.15558,0.543631 -0.66005,2.106789 h -0.50517 l -0.65018,-2.106789 -0.16509,-0.534106 0.0388,0.650875 0.0194,1.99002 h -0.5436 v -3.222978 h 0.76693 l 0.8061,2.543528 0.78599,-2.543528 h 0.76729 z m -4.41784,0 h -0.56303 v -2.747786 h -1.03858 v -0.475192 h 2.62114 v 0.475192 h -1.01953 v 2.747786' style='fill:%23231f20;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.03527778' id='path53' inkscape:connector-curvature='0' /%3E%3Cpath d='m 130.28606,90.706466 c -0.0896,-0.655461 -0.20885,-1.519766 -0.86431,-2.204861 -0.56621,-0.566208 -1.43016,-0.864305 -2.23449,-0.864305 -1.10244,0 -1.87714,0.536575 -2.3241,1.013177 -0.62583,0.685448 -0.7747,1.400528 -0.92393,2.055989 z m 4.29895,5.764389 -0.87313,1.348669 c -0.81703,1.198739 -2.35479,3.042706 -6.75922,3.042706 -4.61857,0 -7.72125,-2.825748 -7.72125,-7.920917 0,-3.754613 1.84715,-8.377413 7.98548,-8.377413 0.92357,0 3.60539,-0.114653 5.60176,2.030589 2.02635,2.175227 2.14524,5.214407 2.20521,6.972299 H 123.9096 c -0.03,1.93675 0.92745,3.873853 3.40077,3.873853 2.50261,0 3.22157,-1.639006 3.78778,-2.741436 l 3.48686,1.77165' style='fill:%23231f20;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.03527778' id='path55' inkscape:connector-curvature='0' /%3E%3Cpath d='m 150.20389,100.47665 -5.69983,-8.172101 4.75332,-7.353652 h -5.21758 l -2.24367,3.471333 -2.42146,-3.471333 h -5.21759 l 5.12939,7.353652 -5.28249,8.172101 h 5.21758 l 2.77319,-4.289429 2.99191,4.289429 h 5.21723' style='fill:%23231f20;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.03527778' id='path57' inkscape:connector-curvature='0' /%3E%3Cpath d='m 68.166824,88.145652 c -0.834319,0 -1.698272,0.333023 -2.353733,1.164873 -0.655814,0.804333 -0.953559,2.052108 -0.953559,3.411007 0,1.830211 0.536575,2.939345 1.102431,3.577167 0.529167,0.5969 1.310922,0.939094 2.055989,0.939094 2.234847,0 3.218038,-2.35338 3.218038,-4.627386 0,-1.913466 -0.566208,-3.937705 -2.443339,-4.381499 -0.208492,-0.05539 -0.417335,-0.08326 -0.625827,-0.08326 z m -3.0988,-1.824213 c 0.438856,-0.66675 1.846086,-1.757892 4.080933,-1.757892 3.813881,0 6.496756,2.890308 6.496756,8.07473 0,3.188053 -1.160991,8.223953 -6.688314,8.223953 -1.98755,0 -3.529189,-1.105603 -3.919361,-1.758242 v 6.511922 h -4.58858 V 84.950897 h 4.618566 v 1.370542' style='fill:%23231f20;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.03527778' id='path59' inkscape:connector-curvature='0' /%3E%3C/g%3E%3C/svg%3E%0A");}
/*영림원*/
.yungrimwon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='39' fill='none' viewBox='0 0 200 39'%3E%3Cpath fill='%23094' d='M35.383 12.732C35.318 5.692 29.588 0 22.522 0 16.201 0 10.946 4.56 9.867 10.574h-.051A9.815 9.815 0 0 0 0 20.389c0 5.422 4.06 9.469 9.199 9.79 1.863-1.439 3.212-2.775 4.625-5.691 1.233-2.596 1.413-4.433 1.478-5.14H10.24a1.52 1.52 0 0 1-1.465.694 1.54 1.54 0 0 1-1.349-1.349 1.53 1.53 0 0 1 1.516-1.708c.54 0 1.015.282 1.285.706h9.687c-.63 5.242-2.955 9.508-6.925 12.501h6.27c.051-.385.09-.77.141-1.17.064-.526.129-1.04.18-1.566.051-.527.116-1.041.154-1.568.193-2.094.334-4.188.398-6.282.052-1.786.077-3.585-.013-5.37h-5.036c-.283.385-.745.629-1.272.616a1.553 1.553 0 0 1-1.49-1.49 1.525 1.525 0 0 1 1.529-1.568c.565 0 1.066.308 1.323.771h8.274v4.304l2.133 2.942 2.222-1.953c.45-.398.874-.822 1.285-1.259a45 45 0 0 0 1.529-1.747l.848-1.105c.103-.141.193-.283.283-.411l.025.026.232-.296 3.764 3.379-2.57 1.375c-1.541 1.002-3.134 1.901-4.74 2.762l-1.542.925c2.313 4.407 5.434 7.156 7.452 8.685h1.002c4.676-.18 8.415-4.021 8.415-8.736s-3.739-8.557-8.415-8.724zm-9.739-.938c-2.878-1.734-5.923-3.186-9.173-4.034l.758-1.349c2.454.154 8.274 1.58 10.355 2.428l-1.953 2.955z'/%3E%3Cpath fill='%23094' d='M23.858 23.768c.052.707.103 1.413.18 2.12.039.527.103 1.04.154 1.567s.116 1.041.18 1.568c.052.385.09.77.141 1.17h5.872c-2.814-1.98-5.46-5.102-6.527-6.425M19.246 30.603c-.077.527-.154 1.04-.257 1.568a28 28 0 0 1-.771 3.135c-.334 1.04-.707 2.094-1.259 3.134h9.893c-.553-1.04-.925-2.094-1.26-3.134a28 28 0 0 1-.77-3.135 33 33 0 0 1-.257-1.568c-.013-.141-.039-.27-.052-.41h-5.216c-.013.14-.038.269-.051.41M56.414 19.747c1.157 0 2.159-.206 2.994-.63a6.3 6.3 0 0 0 1.875-1.426h4.227v3.07h3.623V8.558H65.51v2.312h-3.7c-.462-.758-1.13-1.4-2.004-1.888-.912-.514-2.043-.771-3.379-.771-1.028 0-1.94.154-2.724.462-.783.309-1.439.733-1.94 1.26a4.9 4.9 0 0 0-1.194 1.824 6 6 0 0 0-.386 2.132c0 .745.129 1.452.373 2.146a5.4 5.4 0 0 0 1.156 1.863 5.8 5.8 0 0 0 1.966 1.362c.77.334 1.696.5 2.75.5zm-1.336-8.8c.334-.22.77-.322 1.31-.322s1.016.116 1.35.321c.346.219.63.514.835.861.192.347.32.72.385 1.092.064.398.103.745.103 1.054 0 .385-.039.77-.129 1.169-.09.398-.23.77-.41 1.105a2.8 2.8 0 0 1-.849.835c-.347.205-.77.32-1.285.32q-.81 0-1.31-.346a2.6 2.6 0 0 1-.81-.9 3.5 3.5 0 0 1-.449-1.13 5.7 5.7 0 0 1-.116-1.053c0-.296.039-.668.116-1.067s.231-.77.45-1.117a2.6 2.6 0 0 1 .809-.823m7.542 2.517c0-.077 0-.14-.026-.218h2.904v2.12h-3.033c.116-.463.167-.964.167-1.503v-.399zM67.682 22.869c-.591-.463-1.414-.835-2.429-1.144-1.015-.295-2.312-.45-3.854-.45s-2.813.142-3.816.438c-1.002.295-1.798.668-2.364 1.104-.604.463-1.027.964-1.259 1.504-.231.526-.347 1.015-.347 1.451 0 .412.116.887.347 1.414.232.54.655 1.053 1.246 1.529.566.475 1.362.886 2.364 1.22 1.003.334 2.287.501 3.816.501 1.53 0 2.827-.167 3.829-.5 1.002-.335 1.824-.733 2.415-1.209.604-.475 1.028-.989 1.26-1.528.23-.527.346-1.003.346-1.414 0-.41-.115-.899-.334-1.426-.231-.54-.642-1.04-1.22-1.477zm-4.291 4.998c-.514.167-1.157.257-1.928.257s-1.426-.077-1.94-.244c-.514-.155-.925-.36-1.233-.604-.308-.232-.527-.489-.655-.745-.129-.27-.193-.514-.193-.746 0-.205.064-.436.18-.68.128-.245.347-.489.655-.72.321-.219.732-.411 1.246-.565.514-.155 1.17-.232 1.94-.232.771 0 1.44.09 1.953.257s.938.36 1.246.566c.283.23.476.475.591.732.116.257.167.475.167.655 0 .231-.064.476-.18.733-.115.256-.32.5-.616.745-.296.244-.707.45-1.22.616zM90.602 20.775V8.557h-3.623v9.571a6 6 0 0 1-.784.09 21 21 0 0 1-1.4.039h-7.773c-.308 0-.54-.09-.732-.257q-.27-.25-.27-.771v-1.413h7.284V8.865H72.397v2.48h7.284v1.978h-7.284v4.291c0 1.028.334 1.812.976 2.364.642.54 1.516.81 2.608.81H90.59zM74.735 26.608c0 1.027.321 1.811.976 2.35.63.527 1.517.797 2.621.797h12.283v-7.593H74.748v4.458zm3.919.45c-.193-.155-.296-.386-.296-.707v-1.76h8.698v2.723H79.36c-.27 0-.5-.077-.706-.244zM109.886 27.122h-8.492a1.07 1.07 0 0 1-.707-.258c-.205-.166-.295-.385-.295-.693v-2.313h-3.687v2.762c0 1.028.32 1.812.976 2.351.63.527 1.516.797 2.621.797h12.411v-2.62h-2.814zM112.546 23.82V8.557h-3.623V21.52h-3.688v2.3'/%3E%3Cpath fill='%23094' d='M98.452 20.505c.154.231.231.552.231.976v1.426h3.469v-2.762h5.46v-2.312H93.184v2.35h4.446c.424 0 .693.104.835.31zM95.227 15.083c.437.501 1.08.925 1.889 1.285.81.36 1.888.54 3.212.54 1.323 0 2.338-.18 3.16-.54s1.478-.784 1.94-1.285c.463-.475.784-.976.951-1.503.18-.514.257-.925.257-1.246s-.077-.732-.244-1.234c-.167-.5-.488-1.002-.951-1.477q-.694-.713-1.927-1.233c-.822-.347-1.914-.514-3.238-.514-1.323 0-2.402.167-3.212.514-.822.346-1.451.758-1.875 1.233-.463.475-.771.976-.913 1.49-.141.489-.218.9-.218 1.22 0 .322.077.746.231 1.247.154.514.476 1.028.925 1.503zm6.617-.642c-.36.167-.848.257-1.465.257s-1.092-.09-1.452-.257a2 2 0 0 1-.81-.668 1.57 1.57 0 0 1-.398-.707 3.3 3.3 0 0 1-.102-.707c0-.154.038-.372.102-.63a1.95 1.95 0 0 1 .36-.731c.18-.232.45-.437.81-.604s.848-.257 1.464-.257c.617 0 1.105.09 1.465.257s.642.372.835.604c.18.23.308.475.36.732.064.257.103.475.103.63 0 .192-.039.424-.103.706a1.8 1.8 0 0 1-.373.732c-.18.257-.449.476-.809.643zM116.503 19.027c.257.334.527.694.809 1.092l.09.129.142-.064a21 21 0 0 0 1.477-.784c.642-.36 1.349-.822 2.094-1.362a32 32 0 0 0 2.21-1.709 14 14 0 0 0 1.773-1.824 16 16 0 0 0 1.786 1.837 20.5 20.5 0 0 0 2.068 1.606c.655.476 1.324.9 1.966 1.26.642.359 1.195.68 1.683.963l.154.09.103-.142c.244-.346.501-.693.758-1.053.27-.36.527-.732.771-1.092l.115-.167-.179-.103c-.424-.244-1.054-.59-1.876-1.053a21 21 0 0 1-2.454-1.67 12 12 0 0 1-2.146-2.056c-.591-.72-.886-1.452-.886-2.184V8.479h-3.829v2.262c0 .72-.27 1.426-.809 2.107a11.3 11.3 0 0 1-2.004 1.978 17.3 17.3 0 0 1-2.441 1.645 92 92 0 0 1-2.146 1.169l-.193.103.129.18c.295.398.565.758.809 1.092z'/%3E%3Cpath fill='%23094' d='M126.807 19.606h-3.559v4.766h-8.338v2.544h20.261v-2.544h-8.364zM155.136 17.768h-2.017V11.91h2.017V9.34h-16.792v2.57h1.966v2.672c0 .488.064 1.04.192 1.619.116.514.347 1.028.681 1.567h-2.852v2.544h16.792v-2.544zm-5.538-5.858v5.858h-4.496c-.283-.038-.501-.154-.655-.36a2.3 2.3 0 0 1-.386-.822 2.3 2.3 0 0 1-.193-.783c-.012-.27-.025-.463-.025-.578v-3.34h5.743zM156.896 24.154h-20.261V26.8h20.261zM163.924 21.391h12.578v-2.543h-11.551q-.462 0-.77-.27c-.206-.167-.296-.424-.296-.758v-1.285h12.154v-2.544h-12.154V11.91h12.617V9.34h-16.15v8.98c0 .99.334 1.76.989 2.288.643.514 1.516.783 2.583.783M178.634 24.424h-20.261v2.62h20.261zM195.066 14.84h1.838v5.46H200V8.556h-3.096v3.687h-1.838V8.557h-3.096v9.083a3.8 3.8 0 0 1-.809.128c-.411.026-.938.052-1.568.077h-3.995c-.309 0-.54-.09-.733-.256q-.269-.25-.269-.771v-1.054h5.37v-6.9h-8.942v2.43h5.306v2.08h-5.306v3.765c0 1.028.334 1.811.976 2.364.643.54 1.529.81 2.634.81h10.432zM196.441 23.306h-8.672v-1.722h-3.623v5.05c0 1.027.334 1.81.989 2.337.643.514 1.516.784 2.608.784H200v-8.17h-3.559zm0 4.214h-7.67c-.295 0-.527-.077-.719-.257-.193-.167-.283-.399-.283-.707v-.835h8.672z'/%3E%3C/svg%3E");}

/*푸터 영역*/
footer{background-color: #303030;padding: 5rem;}
/*푸터 영역-우측 회사정보*/
.companyInfoFooter{color: rgba(255,255,255,0.68); font-size: 14px; letter-spacing: 0;padding-left: 5rem;}
.companyInfoFooter p span{display: inline-block;position: relative;}
.companyInfoFooter p span.opacity30{font-weight: 300;margin: 0 0.25rem;}
.companyInfoFooter p{margin: 3px 0;}
footer > section > *{flex:1;}
/*싱크트루 흑백 로고*/
.synctrueWB{background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='synctrueWB' data-name='synctrueWB' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 183.63 41.53'%3E%3Cg%3E%3Cpath fill='%23FFFFFF' d='M15.23,2.47c-1.52-.51-2.91-.76-4.19-.76-1.91,0-3.43.46-4.57,1.39-1.14.93-1.7,2.21-1.7,3.86,0,.94.2,1.77.6,2.47.4.71.93,1.33,1.61,1.87.67.54,1.44,1.01,2.29,1.43.85.42,1.74.83,2.65,1.24,1,.43,1.97.89,2.91,1.38.94.48,1.79,1.05,2.55,1.7.76.65,1.37,1.43,1.82,2.34s.68,1.97.68,3.19c0,2.88-1.12,5.08-3.37,6.6-2.25,1.52-5.16,2.28-8.73,2.28-2.3,0-4.85-.39-7.64-1.17l-.13-.17,1.06-7.38.98-.15,1.52,6.16c1.53.61,3.1.91,4.71.91,2.16,0,3.84-.48,5.04-1.43,1.21-.95,1.81-2.31,1.81-4.08,0-.93-.2-1.74-.59-2.44-.39-.7-.91-1.31-1.57-1.81s-1.41-.97-2.25-1.38c-.84-.41-1.71-.82-2.6-1.23-1.01-.43-2-.9-2.95-1.41-.95-.51-1.82-1.1-2.59-1.77-.77-.67-1.39-1.5-1.86-2.47C.25,10.66.02,9.53.02,8.22.02,5.61,1.12,3.58,3.31,2.15,5.5.72,8.22,0,11.46,0c2.29,0,4.68.27,7.18.8l.15.15-1.28,6.77-.87.15-1.41-5.4Z'/%3E%3Cpath fill='%23FFFFFF' d='M18.96,10.76c1.82.04,3.44.07,4.86.07.97,0,2.52-.02,4.64-.07l.09.89-2.54.69c.53,1.52,1.16,3.19,1.87,5.02.71,1.83,1.46,3.74,2.26,5.72.33.82.69,1.77,1.08,2.84.4-1.08.84-2.19,1.3-3.32.68-1.68,1.34-3.33,1.97-4.96.64-1.63,1.29-3.4,1.97-5.31l-2.47-.69-.09-.89c1.07.04,2.32.07,3.75.07,1.29,0,2.54-.02,3.75-.07l.11.89-2.02.56c-.45.14-.77.44-.98.89-.54,1.23-1.11,2.58-1.74,4.04-1.91,4.48-3.36,8.16-4.34,11.02-.67,1.94-1.27,3.92-1.8,5.96-.54,2.03-.95,3.78-1.24,5.24-.13.71-.39,1.25-.79,1.62-.4.37-1.33.55-2.79.55s-2.94-.05-4.34-.15l-.11-.85c1.59-.25,2.77-.76,3.54-1.54.93-1,2.36-3.65,4.3-7.96l.17-.41-.3-.09c-2.65-6.6-5.04-12.4-7.18-17.4-.19-.43-.52-.73-1-.89l-1.91-.59-.04-.89Z'/%3E%3Cpath fill='%23FFFFFF' d='M42.37,11.78c2.43-.46,4.72-.97,6.88-1.52l.22.15v2.52c2.52-1.78,4.87-2.67,7.04-2.67,2.06,0,3.67.57,4.83,1.72,1.17,1.15,1.75,2.78,1.75,4.89v7.66c0,1.81.01,3.15.04,4.01.01.39.2.64.56.76l2.41.74.04.89c-1.91-.04-3.58-.07-5-.07s-3.01.02-4.74.07l-.09-.89,2.17-.63c.33-.12.51-.34.54-.67.01-.2.02-.66.02-1.37v-9.46c0-1.78-.43-3.06-1.28-3.83-.85-.77-2.11-1.16-3.77-1.16-1.46,0-2.97.42-4.52,1.26v9.48c0,1.81.01,3.46.04,4.97.01.39.18.64.5.74l2.26.67.04.89c-1.79-.04-3.4-.07-4.83-.07s-3.11.02-5.05.07l-.09-.89,2.56-.74c.32-.13.48-.35.5-.67.01-.93.02-1.82.02-2.67v-7.4c0-1.89-.03-3.65-.09-5.27l-2.89-.78-.11-.74Z'/%3E%3Cpath fill='%23FFFFFF' d='M86.23,29.34c-.9.61-2.01,1.12-3.33,1.53-1.32.41-2.64.62-3.94.62-3.12,0-5.62-.92-7.5-2.75-1.87-1.83-2.81-4.27-2.81-7.32,0-3.31,1.06-6,3.18-8.06,2.12-2.06,4.82-3.09,8.1-3.09,2.13,0,4.19.43,6.18,1.3-.48,1.94-.9,3.92-1.28,5.95l-.85.13-1.76-5.21c-.67-.23-1.42-.35-2.26-.35-2.16,0-3.84.75-5.06,2.26-1.22,1.5-1.82,3.49-1.82,5.97,0,2.91.69,5.06,2.06,6.44,1.37,1.39,3.55,2.08,6.53,2.08,1.37,0,2.84-.14,4.4-.41l.13.91Z'/%3E%3Cpath fill='%23FFFFFF' d='M110.4,30.88c-1.78,0-3.75.02-5.9.07l-.09-.93,3.21-.95c.36-.1.55-.33.56-.67.03-1.1.04-2.5.04-4.21V2.52h-7.66l-1.93,5.77-.87.15-.56-7.77.15-.17c3.56.06,6.96.09,10.22.09h5.79c3.24,0,6.66-.03,10.26-.09l.13.17-1.37,7.62-.87.15-1.39-5.92h-7.66v21.65c0,1.71.01,3.11.04,4.21.01.35.2.57.56.67l3.21.95.04.93c-2.24-.04-4.22-.07-5.94-.07Z'/%3E%3Cpath fill='%23FFFFFF' d='M122.66,11.78c2.42-.46,4.72-.97,6.9-1.52l.22.15v2.54c2.68-1.79,5.3-2.69,7.88-2.69l.11.13c-.42,2.16-.83,4.39-1.24,6.7l-.87.15c-.41-1.23-.8-2.22-1.17-2.96-.38-.74-.97-1.12-1.78-1.12s-1.76.36-2.93,1.08v9.39c0,2.26.01,3.87.04,4.84.01.39.2.64.54.74l2.89.82.07.89c-2.26-.04-4.1-.07-5.52-.07s-3.11.02-5.05.07l-.09-.89,2.52-.74c.35-.12.53-.34.54-.67.01-.62.02-1.51.02-2.67v-7.4c0-2.36-.03-4.11-.09-5.27l-2.89-.78-.11-.74Z'/%3E%3Cpath fill='%23FFFFFF' d='M155.72,28.97c-2.26,1.68-4.52,2.52-6.78,2.52s-3.98-.58-5.12-1.74c-1.14-1.16-1.71-2.78-1.71-4.88v-4.6c0-3.1-.03-5.42-.09-6.96l-2.89-.78-.11-.74c2.53-.46,4.88-.97,7.05-1.52l.2.15c-.09,1.69-.13,3.87-.13,6.53v6.9c0,1.75.41,3.02,1.23,3.81.82.79,1.98,1.18,3.49,1.18s3.04-.4,4.61-1.19v-9.24c0-2.02-.03-3.72-.09-5.1l-2.86-.78-.11-.74c2.52-.46,4.86-.97,7.03-1.52l.2.15c-.09,1.74-.13,3.96-.13,6.66,0,5.25.01,8.45.04,9.61.01.59.06,1.07.13,1.43.07.36.21.64.41.84.2.2.5.33.9.41.4.08.93.13,1.59.14l.11.85c-.67.26-1.43.51-2.3.75-.87.24-1.46.36-1.78.36-1.46,0-2.43-.83-2.91-2.5Z'/%3E%3Cpath fill='%23FFFFFF' d='M183.5,29.34c-1.23.77-2.5,1.32-3.8,1.65-1.3.33-2.51.5-3.62.5-3.18,0-5.75-.91-7.71-2.72-1.96-1.82-2.94-4.34-2.94-7.56s.91-5.84,2.74-7.88c1.83-2.04,4.27-3.06,7.33-3.06,2.56,0,4.56.76,5.99,2.29,1.43,1.53,2.14,3.63,2.14,6.32,0,.41-.02.82-.06,1.24h-13.69c0,3.11.73,5.33,2.19,6.67,1.46,1.34,3.75,2.01,6.86,2.01,1.39,0,2.87-.13,4.45-.39l.13.93ZM179.18,18.31v-.65c0-2.05-.32-3.52-.97-4.4s-1.6-1.32-2.88-1.32c-1.69,0-2.97.62-3.87,1.87-.89,1.24-1.4,2.75-1.51,4.51h9.22Z'/%3E%3C/g%3E%3Cpath fill='%23FFFFFF' d='M94.59,14.84c-4.45,0-8.05,3.6-8.05,8.05s3.6,8.05,8.05,8.05,8.05-3.6,8.05-8.05-3.6-8.05-8.05-8.05ZM97.3,18.8l.63-1.09c.04-.06.13-.05.15.02l1.13,4.13s-.02.1-.07.1l-3.63.2c-.06,0-.11-.07-.07-.12l.72-1.25c-.62-.64-2.95-2.67-6.16-.76-.01,0-.03,0-.03-.02.31-.5,3.23-4.27,7.33-1.21ZM91.88,26.97l-.63,1.09c-.04.06-.13.05-.15-.02l-1.13-4.13s.02-.1.07-.1l3.63-.2c.06,0,.11.07.07.12l-.72,1.25c.62.64,2.95,2.67,6.16.76.01,0,.03,0,.03.02-.31.5-3.23,4.27-7.33,1.21Z'/%3E%3C/svg%3E");background-repeat: no-repeat;background-size: auto 100%;display: inline-block;width:130px;height: 35px;opacity: 0.68;background-position: center;max-width: 400px;}

/*모달*/
.modal{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);z-index: 3}
.modalClientBox{height: calc(100vh - 30vh);overflow-y: auto;}
/*모달-컨텐츠*/
.modal-content{background-color: white;padding: 2rem 2.75rem 2rem 3rem;border-radius: 5px;width: 80%;max-width: 1280px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
/*모달-컨텐츠-리스트*/

/*솔루션 모달 MD*/
.modal[id*="MD"] h4 span:first-child{font-size: 1.3rem;margin-bottom: 3px;margin-right: 12px;opacity: 0.75;font-weight: 300;}

/*닫기버튼*/
button[id*="Xbtn"]{position: absolute;top: 20px;right: 30px;cursor: pointer;background-color: transparent;border: 0;padding: 0;width: 60px;height: 60px;transition: all .3s;z-index: 3;}
button[id*="Xbtn"]::before,button[id*="Xbtn"]::after{content: '';display: inline-block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;transform: rotate(-45deg);width: 2px;height: 36px;background-color: #979797;transition: all 0.3s;cursor: pointer;}
button[id*="Xbtn"]::after{transform: rotate(45deg);}
button[id*="Xbtn"]:hover::before,button[id*="Xbtn"]:hover::after{background-color: #303030;}

/*솔루션 모달 이미지*/
.modal-content section:first-child{text-align: center;}
.modal-content section > img{width:100%;height: auto;max-width: 850px;}
/*솔루션 모달 내 첫 번째 섹션 제외하고 나머지 섹션 적용*/
.modal-content section:not(:first-child),#clientModal .modal-content section{position: relative;padding-left: 1rem;}
.modal-content section:not(:first-child)::before{content: '';display: inline-block;position: absolute;left: 0;top: 0;height: 100%;width: 1px;background-color: #0191D8;border-radius: 10px;}
.modal-content section:not(:first-child):last-child{margin-top: 1.5rem;margin-bottom: 3rem;}
.modal-content section:not(:first-child):not(:last-child)::before{background-color: #b5b5b5;}
/*고객모달 제외*/
#clientModal .modal-content section::before{content: none;}
/*솔루션 모달 내 키워드*/
.keyWord ul li{width: 33%;list-style: inside;padding: 2px;}
.keyWord ul li::marker{color: #f9c6c6;}
#M-File_MD .keyWord ul li:last-child{margin-top: 1rem;}
/*비디오*/
video{padding: 10px;}
.video{}

/*고객-모달 제목*/
.modal-content h4{color: #303030;margin-bottom: 0.25rem;}
.modal-content .titleBox_Client{z-index: 2;margin-bottom: 2rem;}
/*고객-모달 카테고리 제목*/
.modalMiniTitle{position: relative;}
.modalMiniTitle h5{font-size: 1.1rem;}
/*고객-모달 카테고리 제목 옆에 꾸밈성 추가*/
.modalMiniTitle > em{position: relative;display: inline-block;width: 2.2rem;height: 100%;}
.modalMiniTitle > em::before,.modalMiniTitle > em::after{content: '';display: inline-block;position: absolute;width: 12px;height: 12px;border-radius: 30px;background-color: #303030;border: 0;top: 0;left: 10px;bottom: 0;right: auto;margin: auto 0;}
.modalMiniTitle > em::after{left: 17px;background-color: transparent;border: 1px solid #303030;width: 10px;height: 10px;}
/*고객-모달 각 섹션*/
.modal_section > ul{padding: 2rem 0 2rem 3rem;border-width: 1px 0 1px 1px;border-radius: 10px 0 0 10px;border-style: solid;border-color: #8C8C8C;}
/*고객-모달 */
.modalClientBox > section{margin: 1.2rem 0;}
/*고객 모달 공통 li style*/
.modalClientBox > section ul{display: flex;flex-wrap: wrap;}
.modalClientBox > section ul li{width: 190px;height: auto;border-radius: 5px;margin: 0.1rem;}
.modalClientBox > section ul li img{width: 100%;height: auto;}
#clientModal .modalClientBox > section ul li{margin-right: 1.85rem;overflow: hidden;height: 120px;min-width:200px;flex:1;text-align: center;}
#clientModal .modalClientBox > section ul li img{transform: translatey(-50%);position: relative;top: 50%;margin-top: 0;height: 140%;width: auto;}

/*연혁*/
.companyHistory{position: fixed;z-index: 300;width: 100%;height: 100%;background-color: #000000c7;backdrop-filter: blur(8px);padding: 3rem 5rem;display: none;}
.historyContents > section{justify-content: center;}
/*연혁 닫기버튼*/
button[id*="Xbtn"].companyHistoryX{width: 80px;height: 80px;}
button[id*="Xbtn"].companyHistoryX::before,button[id*="Xbtn"].companyHistoryX::after{height: 90%;z-index: 3;}
/*연혁 닫기버튼 꾸밈성*/
.companyHistoryX span{transition: all .3s;z-index: 1;background-color: #ffffff;width: 400%;height: 400%;border-radius: 500px;right: -350%;top: -350%;display: inline-block;}
.companyHistoryX:hover span{right: -170px;top: -170px;}
/*연혁 라인*/
.historyLine{margin-left: 200px;margin-top: 10rem;}
.historyLine + div{margin-top: 10rem;}
.historyLine span{display: inline-block;width: 5px;background-color: rgba(255,255,255,0.2);border-radius: 5px;height: 3440px;}
.historySpanBox{max-width:900px;}
.historySpanBox > section{display: flex;flex-direction: column;margin-bottom: 6rem;padding: 1rem;}
/*연혁 각 연도*/
.historySpanBox > section > span:first-child{font-size: 1.25rem;opacity: 1;border-bottom: 1px solid #0191D8;width: 60%;margin-left: -140px;font-weight: 500;padding-left: 15px;min-width: 700px;}
.historySpanBox > section > span:not(:first-child){margin:0.5rem;}
.historySpanBox > section > span:not(:first-child):nth-child(2){margin-top: 1rem;}
/*스크롤바 커스텀 디자인*/
/* Webkit 기반 브라우저 (Chrome, Safari, Opera 등) */
/* 스크롤바 전체 */
::-webkit-scrollbar{width: 12px;height: 12px;}

/* 스크롤바 트랙(배경) */
::-webkit-scrollbar-track{background: #DCDCDC;border-radius: 10px;}

/* 스크롤바 핸들(움직이는 부분) */
::-webkit-scrollbar-thumb{background: #888;border-radius: 10px;border: 3px solid #f1f1f1;}

/* 핸들 hover 상태 */
::-webkit-scrollbar-thumb:hover{background: #555;}

/* 스크롤바 모서리 */
::-webkit-scrollbar-corner{background: #DCDCDC;}

/* Firefox 스크롤바 */
*{scrollbar-width: 10px;scrollbar-color: #8C8C8C #DCDCDC;}




@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes movingArrow {
    from {transform: translateX(0);}
    to {transform: translateX(-6px);}
}

@media screen and (max-width:1180px){
    .clientArea > ul{flex-wrap: wrap;}
    .clientArea > ul li{min-width: 50%;}
    .clientArea > ul.one li:nth-child(3),
    .clientArea > ul.two li:nth-child(2),
    .clientArea > ul.two li:nth-child(2),
    .clientArea > ul.thr li:nth-child(3){background-color: #fff;}
    .clientArea > ul.one li:nth-child(4),
    .clientArea > ul.two li:nth-child(1),
    .clientArea > ul.two li:nth-child(4),
    .clientArea > ul.thr li:nth-child(4){background-color: #FAFAFA;}
    .clientArea > ul.one li:last-child,
    .clientArea > ul.two li:last-child,
    .clientArea > ul.thr li:last-child{display: none;}
    /*푸터*/
    footer{padding: 3rem;}
    .companyInfoFooter{flex: 2;padding-left: 0;}
}

@media screen and (max-width:1166px){
    .solutionArea > ul > li:not(:first-child),
    .solutionArea > ul > li{margin: 1rem;}
    .solutionArea > ul > li{flex: auto;width: 46%;}
    
    /*오시는 길*/
    .contactUsArea article > div > section{flex: auto;width: 100%;}
    .roadBox div > section:first-child{max-width: calc(100% - 20px);}
    .roadInfo > div:nth-child(4) > div{margin-top: 1rem;}
}

@media screen and (max-width:1014px){
    .partnerImgBox li{flex: none;width: 33%;}
}

@media screen and (max-width:988px){
    .historyLine{margin-left: 0;width:120px;justify-content: end;}
    .historyLine span{justify-content:end;}
    .historySpanBox > section > span:first-child{width: calc(100% + 140px);min-width: auto;}

}

@media screen and (max-width:800px){
    .clientArea ul li:not(.thrTitle) span{width: 100%;background-size: 100% auto;max-width: 80%;}
    .clientArea,
    .solutionArea,
    .contactUsArea{padding: 5rem 1rem;}
    .partnerArea{padding: 5rem 0 0 0;}
    .partnerImgBox{flex-wrap: wrap;}
    .partnerImgBox li{width:50%;flex: auto;}

    footer > section{flex-wrap: wrap;}
    footer > section > *,.companyInfoFooter{flex: auto;}
    .companyInfoFooter{margin-top: 1.5rem;}

    .companyHistory{padding: 3rem 2rem;}
    .clientArea ul li span.DR_AJU img{height: 100%;width: auto;}
}

@media screen and (max-width:684px){
    .historyLine{display: none;}
    .historySpanBox > section > span:first-child{width: 100%;margin-left: 0;opacity: 0.35;}
    .historyContents > h3{padding-left: 1rem;padding-bottom: 3rem;}
    .historySpanBox{margin-top: 5rem;padding-bottom: 3rem;}
    .historyLine + div{margin-top: 3rem;}
    button[id*="Xbtn"].companyHistoryX{width: 60px;height: 60px;}
    .companyHistoryX:hover span{right: -140px;top: -140px;}

    /*글자폰트 줄이기*/
    .TitleBox h4{font-size: 4vw;}
    .TitleBox h1{font-size: 14vw;line-height: normal;}
    .TitleBox > nav{font-size: 5vw;}
    /*헤더 모바일 전용 add*/
    .headerBox{padding: 0 0 0 2rem;}
    /*헤더 숨기기*/
    .menuBox{display: none;}
    #sideMenu{display: flex;}
    nav .mini-menuBox{right: 0;}

    /*모달 모바일 전용*/
    .modal-content{padding: 2rem 1.75rem 2rem 1.75rem;}
}
@media screen and (max-width:500px){
    .companyHistory{padding: 3rem 0;}
    .TitleBox{padding: 110px 2rem 5rem 2rem;}
    /*모바일 푸터*/
    .companyInfoFooter p{display: flex;flex-direction: column;text-align: center;}
    .companyInfoFooter p .opacity30{display: none;}
    .partnerImgBox li{width: 100%;height: 150px;}
    .scrollDownBox{transform: rotate(-90deg) scale(0.7);}
    .TitleBox > nav{font-size: 4.5vw;}
    /* 모바일일 때 해상도 너비가 500이하면, 고객 일렬로 보이도록 설정 */
    .clientArea .flex{flex-wrap: wrap;}
    .clientArea .flex li{min-width: 100%;height: 150px;}
    .clientArea ul li:not(.thrTitle) span{max-width: 50%;width:100%;}
    .clientArea ul li span img{width:100%;height: auto;}
    .clientArea ul li:not(.thrTitle) span.nonghyup,
    .clientArea ul li:not(.thrTitle) span.posco{background-size: 70% 100%;}
    .clientArea ul li:not(.thrTitle) span.teapyungyang,
    .clientArea ul li:not(.thrTitle) span.koreaPolice{background-size: 80% 100%;}
    .thrTitle button::before{content: '';display: inline-block;position: absolute;width: 780%;height: 1000%;top:-100%;right: -50%;}
    .clientArea ul li span.DR_AJU img{max-height: 90%;width: auto;}
    /* 고객 순서 변경 */
    ul.flex.one,ul.flex.thr li:nth-child(2){order: 1;}
    ul.flex.two li.thrTitle:last-child,ul.flex.thr,
    ul.flex.thr li:first-child{order: 2;}
    ul.flex.two li.thrTitle,ul.flex.two{order: 3;}
    ul.flex.thr li:nth-child(3),ul.flex.two li:last-child{display: none;}
    #clientModalBtn{padding-top: 0;padding-bottom: 0;}
    #remote-menu{display: none;}
    .clientArea ul:nth-child(even) li:nth-child(even), .clientArea ul:nth-child(odd) li:nth-child(odd){background-color: #fff;}
    .clientArea ul:nth-child(even) li:nth-child(odd), .clientArea ul:nth-child(odd) li:nth-child(even){background-color: #FAFAFA;}
    .clientArea > ul.one li:last-child,
    .clientArea > ul.two li:last-child,
    .clientArea > ul.thr li:last-child{display: flex;}
}
/* 모바일에서 길이가 길 경우 너비가 500내외, 높이가 800이상인 경우 */
@media screen and (max-width:500px) and (min-height:750px){
    .LetsSolution{margin-top: 2rem;}
    /* 첫 번째 섹션 높이 조절 */
    .bodySection{max-height:80vh;}
}