﻿:root{--primary-color: #42ca65;--primary-hover: #3ebc5d;--primary-light: #f8fff9;--primary-light-hover: #f0fff3;--primary-dark: #008422;--primary-border: #00a733;--primary-boxshadow: 0 0 15px rgba(0, 197, 97, 0.2509803922);--contents-header-color: linear-gradient(180deg, #effbf4 0%, #effbf4 100%);--primary-gradient01: linear-gradient(45deg, #3dc86a, #4fe1da);--primary-gradient02: linear-gradient(#fff, #fff), linear-gradient(to right, #42ca65 0%, #4fe1da 100%);--tnb-color: #55b400;--gnb-bg: #fdfaf2;--gnb-line: #f3e2b5;--default-bg: #fff;--default-border: #dbdbdb;--default-color: #333;--default-hover: #f6f6f6;--secondary-color: #333;--secondary-hover: #000;--tertiary-color: #0091e7;--tertiary-hover: #f0f9ff;--positive-color: #0093e3;--positive-hover: #0082c8;--warning-color: #f53232;--warning-hover: #da2e2e;--disabled-color: #ddd;--disabled-text-color: #666}body.theme01{--primary-color: #42ca65;--primary-hover: #3ebc5d;--primary-light: #f8fff9;--primary-light-hover: #f0fff3;--primary-dark: #008422;--primary-border: #00a733;--primary-boxshadow: 0 0 15px rgba(0, 197, 97, 0.2509803922);--contents-header-color: linear-gradient(180deg, #effbf4 0%, #effbf4 100%);--primary-gradient01: linear-gradient(45deg, #3dc86a, #4fe1da);--primary-gradient02: linear-gradient(#fff, #fff), linear-gradient(to right, #42ca65 0%, #4fe1da 100%);--tnb-color: #55b400;--gnb-bg: #fdfaf2;--gnb-line: #f3e2b5}body.theme02{--primary-color: #1c98e0;--primary-hover: #3093d1;--primary-light: #f7faff;--primary-light-hover: #e6eefb;--primary-dark: #005c91;--primary-border: #2a95dd;--primary-boxshadow: 0 0 15px rgba(37, 141, 213, 0.2705882353);--contents-header-color: linear-gradient(180deg, #f0f9fc 0%, #f0f9fc 100%);--primary-gradient01: linear-gradient(45deg, #2188cd, #67b2ff);--primary-gradient02: linear-gradient(#fff, #fff), linear-gradient(to right, #1c98e0 0%, #4fe1da 100%);--tnb-color: #1c98e0;--gnb-bg: #f7fdff;--gnb-line: #c9f2ff}body.theme03{--primary-color: #278ce3;--primary-hover: #3363d4;--primary-light: #f7faff;--primary-light-hover: #efecfc;--primary-dark: #2559cf;--primary-border: #3b6aeb;--primary-boxshadow: 0 0 15px rgba(0, 161, 197, 0.2509803922);--contents-header-color: linear-gradient(180deg, #effbff 0%, #effbff 100%);--primary-gradient01: linear-gradient(45deg, #278ce3, #4fe1da);--primary-gradient02: linear-gradient(#fff, #fff), linear-gradient(to right, #278ce3 0%, #4fe1da 100%);--tnb-color: #3b6aeb;--gnb-bg: #f7faff;--gnb-line: #c8dcff}body.theme04{--primary-color: #8136f7;--primary-hover: #6824d5;--primary-light: #fbf8ff;--primary-light-hover: #ffecd9;--primary-dark: #542ea8;--primary-border: #542ea8;--primary-boxshadow: 0 0 15px rgba(150, 65, 243, 0.2509803922);--contents-header-color: linear-gradient(180deg, #fcf4ff 0%, #fcf4ff 100%);--primary-gradient01: linear-gradient(45deg, #8954df, #bf42ff);--primary-gradient02: linear-gradient(#fff, #fff), linear-gradient(to right, #8954df 0%, #ff34f9 100%);--tnb-color: #7a2ff1;--gnb-bg: #fbf8ff;--gnb-line: #e0dde5}body.theme05{--primary-color: #9236f7;--primary-hover: #8132d5;--primary-light: #fcfaff;--primary-light-hover: #e6eefb;--primary-dark: #542ea8;--primary-border: #542ea8;--primary-boxshadow: 0 0 15px rgba(150, 65, 243, 0.2509803922);--contents-header-color: linear-gradient(180deg, #fcf4ff 0%, #fcf4ff 100%);--primary-gradient01: linear-gradient(45deg, #8954df, #bf42ff);--primary-gradient02: linear-gradient(#fff, #fff), linear-gradient(to right, #8954df 0%, #ff34f9 100%);--tnb-color: linear-gradient(275deg, #f05757, #c12df2);--gnb-bg: #fbf8ff;--gnb-line: #e0dde5}:root{--btn-height: 40px;--btn-width: 80px;--btn-padding: 5px 10px;--btn-border-radius: 2px;--btn-transition: all 0.2s ease;--btn-font-weight: 500;--btn-line-height: 1}.btn{display:inline-flex;justify-content:center;align-items:center;vertical-align:middle;min-height:var(--btn-height);padding:var(--btn-padding);border-radius:var(--btn-border-radius);min-width:var(--btn-width);box-sizing:border-box;font-weight:var(--btn-font-weight);line-height:var(--btn-line-height);word-break:keep-all;transition:var(--btn-transition);cursor:pointer;background-color:var(--default-bg);border:1px solid var(--default-border);color:var(--default-color)}.btn:hover:not(:disabled){background-color:var(--default-hover)}.btn_primary{display:inline-flex;justify-content:center;align-items:center;vertical-align:middle;min-height:var(--btn-height);padding:var(--btn-padding);border-radius:var(--btn-border-radius);min-width:var(--btn-width);box-sizing:border-box;font-weight:var(--btn-font-weight);line-height:var(--btn-line-height);word-break:keep-all;transition:var(--btn-transition);cursor:pointer;background-color:var(--primary-color);border:1px solid var(--primary-color);color:#fff}.btn_primary:hover:not(:disabled){background-color:var(--primary-hover);border-color:var(--primary-hover)}.btn_secondary{display:inline-flex;justify-content:center;align-items:center;vertical-align:middle;min-height:var(--btn-height);padding:var(--btn-padding);border-radius:var(--btn-border-radius);min-width:var(--btn-width);box-sizing:border-box;font-weight:var(--btn-font-weight);line-height:var(--btn-line-height);word-break:keep-all;transition:var(--btn-transition);cursor:pointer;background-color:var(--secondary-color);border:1px solid var(--secondary-color);color:#fff}.btn_secondary:hover:not(:disabled){background-color:var(--secondary-hover);border-color:var(--secondary-hover)}.btn_tertiary{display:inline-flex;justify-content:center;align-items:center;vertical-align:middle;min-height:var(--btn-height);padding:var(--btn-padding);border-radius:var(--btn-border-radius);min-width:var(--btn-width);box-sizing:border-box;font-weight:var(--btn-font-weight);line-height:var(--btn-line-height);word-break:keep-all;transition:var(--btn-transition);cursor:pointer;background-color:#fff;border:1px solid var(--tertiary-color);color:var(--tertiary-color)}.btn_tertiary:hover:not(:disabled){background-color:var(--tertiary-hover)}.btn_positive{display:inline-flex;justify-content:center;align-items:center;vertical-align:middle;min-height:var(--btn-height);padding:var(--btn-padding);border-radius:var(--btn-border-radius);min-width:var(--btn-width);box-sizing:border-box;font-weight:var(--btn-font-weight);line-height:var(--btn-line-height);word-break:keep-all;transition:var(--btn-transition);cursor:pointer;background-color:var(--positive-color);border:1px solid var(--positive-color);color:#fff}.btn_positive:hover:not(:disabled){background-color:var(--positive-hover);border-color:var(--positive-hover)}.btn_warning{display:inline-flex;justify-content:center;align-items:center;vertical-align:middle;min-height:var(--btn-height);padding:var(--btn-padding);border-radius:var(--btn-border-radius);min-width:var(--btn-width);box-sizing:border-box;font-weight:var(--btn-font-weight);line-height:var(--btn-line-height);word-break:keep-all;transition:var(--btn-transition);cursor:pointer;background-color:var(--warning-color);border:1px solid var(--warning-color);color:#fff}.btn_warning:hover:not(:disabled){background-color:var(--warning-hover);border-color:var(--warning-hover)}.btn:disabled,.btn_primary:disabled,.btn_secondary:disabled,.btn_tertiary:disabled,.btn_positive:disabled,.btn_warning:disabled{display:inline-flex;justify-content:center;align-items:center;vertical-align:middle;min-height:var(--btn-height);padding:var(--btn-padding);border-radius:var(--btn-border-radius);min-width:var(--btn-width);box-sizing:border-box;font-weight:var(--btn-font-weight);line-height:var(--btn-line-height);word-break:keep-all;transition:var(--btn-transition);cursor:pointer;background-color:var(--disabled-color);border:1px solid var(--disabled-color);color:var(--disabled-text-color);cursor:auto}.btn_sm{display:inline-flex;justify-content:center;align-items:center;vertical-align:middle;min-height:var(--btn-height);padding:var(--btn-padding);border-radius:var(--btn-border-radius);min-width:var(--btn-width);box-sizing:border-box;font-weight:var(--btn-font-weight);line-height:var(--btn-line-height);word-break:keep-all;transition:var(--btn-transition);cursor:pointer;min-height:32px;min-width:60px;padding:5px 8px;font-size:14px}.btn_lg{display:inline-flex;justify-content:center;align-items:center;vertical-align:middle;min-height:var(--btn-height);padding:var(--btn-padding);border-radius:var(--btn-border-radius);min-width:var(--btn-width);box-sizing:border-box;font-weight:var(--btn-font-weight);line-height:var(--btn-line-height);word-break:keep-all;transition:var(--btn-transition);cursor:pointer;min-height:48px;min-width:100px;padding:8px 16px;font-size:16px}.btn_link{display:inline-flex;justify-content:center;align-items:center;vertical-align:middle;min-height:var(--btn-height);padding:var(--btn-padding);border-radius:var(--btn-border-radius);min-width:var(--btn-width);box-sizing:border-box;font-weight:var(--btn-font-weight);line-height:var(--btn-line-height);word-break:keep-all;transition:var(--btn-transition);cursor:pointer;gap:5px;border-radius:50px;padding:12px 30px;font-weight:500;color:#fff;background-color:#000}.btn_link::before{display:block;content:"";flex:none;width:18px;height:18px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z'%3E%3C/path%3E%3C/svg%3E");transition:all .2s ease}.btn_link:not(:disabled):hover{background-color:var(--primary-color);transform:translateY(-2px)}.btn_link_primary{display:inline-flex;justify-content:center;align-items:center;vertical-align:middle;min-height:var(--btn-height);padding:var(--btn-padding);border-radius:var(--btn-border-radius);min-width:var(--btn-width);box-sizing:border-box;font-weight:var(--btn-font-weight);line-height:var(--btn-line-height);word-break:keep-all;transition:var(--btn-transition);cursor:pointer;gap:5px;border-radius:50px;padding:12px 30px;font-weight:500;color:#fff;background:linear-gradient(45deg, var(--primary-color), var(--primary-color))}.btn_link_primary::before{display:block;content:"";flex:none;width:18px;height:18px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z'%3E%3C/path%3E%3C/svg%3E");transition:all .2s ease}.btn_link_primary:not(:disabled):hover{background:var(--primary-gradient01);box-shadow:var(--primary-boxshadow);transform:translateY(-2px)}.btn_download{display:inline-flex;justify-content:center;align-items:center;vertical-align:middle;min-height:var(--btn-height);padding:var(--btn-padding);border-radius:var(--btn-border-radius);min-width:var(--btn-width);box-sizing:border-box;font-weight:var(--btn-font-weight);line-height:var(--btn-line-height);word-break:keep-all;transition:var(--btn-transition);cursor:pointer;gap:5px;padding:12px 30px;font-weight:500;border-radius:5px;color:#224191;background-color:#fff;border:1px solid #224191}.btn_download::before{display:block;content:"";flex:none;width:18px;height:18px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(34,65,145,1)'%3E%3Cpath d='M13 10H18L12 16L6 10H11V3H13V10ZM4 19H20V12H22V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V12H4V19Z'%3E%3C/path%3E%3C/svg%3E");transition:all .2s ease}.btn_download:not(:disabled):hover{background-color:#224191;color:#fff}.btn_download:not(:disabled):hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M13 10H18L12 16L6 10H11V3H13V10ZM4 19H20V12H22V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V12H4V19Z'%3E%3C/path%3E%3C/svg%3E")}.btn_apply{display:inline-flex;justify-content:center;align-items:center;vertical-align:middle;min-height:var(--btn-height);padding:var(--btn-padding);border-radius:var(--btn-border-radius);min-width:var(--btn-width);box-sizing:border-box;font-weight:var(--btn-font-weight);line-height:var(--btn-line-height);word-break:keep-all;transition:var(--btn-transition);cursor:pointer;gap:5px;border-radius:50px;padding:12px 30px;font-weight:500;color:#fff;background-color:#333}.btn_apply::before{display:block;content:"";flex:none;width:18px;height:18px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M17 2V4H20.0066C20.5552 4 21 4.44495 21 4.9934V21.0066C21 21.5552 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5551 3 21.0066V4.9934C3 4.44476 3.44495 4 3.9934 4H7V2H17ZM7 6H5V20H19V6H17V8H7V6ZM9 16V18H7V16H9ZM9 13V15H7V13H9ZM9 10V12H7V10H9ZM15 4H9V6H15V4Z'%3E%3C/path%3E%3C/svg%3E");transition:all .2s ease}.btn_apply:not(:disabled):hover{background-color:#000;transform:translateY(-2px)}.btn_apply_primary{display:inline-flex;justify-content:center;align-items:center;vertical-align:middle;min-height:var(--btn-height);padding:var(--btn-padding);border-radius:var(--btn-border-radius);min-width:var(--btn-width);box-sizing:border-box;font-weight:var(--btn-font-weight);line-height:var(--btn-line-height);word-break:keep-all;transition:var(--btn-transition);cursor:pointer;gap:5px;border-radius:50px;padding:12px 30px;font-weight:500;color:#fff;background-color:#0093e3}.btn_apply_primary::before{display:block;content:"";flex:none;width:18px;height:18px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M17 2V4H20.0066C20.5552 4 21 4.44495 21 4.9934V21.0066C21 21.5552 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5551 3 21.0066V4.9934C3 4.44476 3.44495 4 3.9934 4H7V2H17ZM7 6H5V20H19V6H17V8H7V6ZM9 16V18H7V16H9ZM9 13V15H7V13H9ZM9 10V12H7V10H9ZM15 4H9V6H15V4Z'%3E%3C/path%3E%3C/svg%3E");transition:all .2s ease}.btn_apply_primary:not(:disabled):hover{background-color:#0082c8;transform:translateY(-2px)}table:not(.form_table,.calendar_table) a[class*=btn],table:not(.form_table,.calendar_table) button[class*=btn]{min-width:36px;min-height:36px}table:not(.form_table,.calendar_table) .btn_container{padding:0}.btn_container{display:flex;flex-flow:row wrap;box-sizing:border-box;justify-content:center;gap:5px;padding:20px 0 0}.btn_container.pt0{padding:0}.btn_container.pt40{padding:40px 0 0}.btn_container.pt50{padding:50px 0 0}.btn_container.pt60{padding:60px 0 0}.btn_container.pb40{padding:0 0 40px}.btn_container.pb50{padding:0 0 50px}.btn_container.pb60{padding:0 0 60px}.btn_container.left{justify-content:flex-start}.btn_container.right{justify-content:flex-end}.btn_container.justify{display:flex;width:100%;flex-flow:row nowrap;justify-content:space-between}.btn_container.column{display:flex;flex-flow:column}.btn_container.column *[class*=btn]{width:100%}.btn_container.full{display:flex;flex-flow:row nowrap;padding:40px 0 0}.btn_container.full *[class*=btn]{flex:1;min-height:44px;line-height:initial}.btn_container.full.mt0{margin:0}.btn_container.full.mt40{margin:40px 0 0}.btn_container.full.mt50{margin:50px 0 0}.btn_container.full.mt60{margin:60px 0 0}.btn_container.full.mb20{margin:0 0 20px}.btn_container.full.mb30{margin:0 0 30px}.btn_container.full.mb40{margin:0 0 40px}.btn_container.full.mb50{margin:0 0 50px}.btn_container.full.mb60{margin:0 0 60px}.btn_container.full_column{display:flex;flex-flow:column}.btn_container.full_column *[class*=btn]{flex:1;min-height:46px}.btn_container:not(:has(*)){display:none}a[class*=btn_ico_],button[class*=btn_ico_],label[class*=btn_ico_]{gap:5px}a[class*=btn_ico_]::before,button[class*=btn_ico_]::before,label[class*=btn_ico_]::before{display:block;content:"";flex:none;width:18px;height:18px;background-repeat:no-repeat;background-position:center;transition:all .2s ease}.btn_ico_search::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_search::before,.btn_secondary.btn_ico_search::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_search::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_reset::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M5.46257 4.43262C7.21556 2.91688 9.5007 2 12 2C17.5228 2 22 6.47715 22 12C22 14.1361 21.3302 16.1158 20.1892 17.7406L17 12H20C20 7.58172 16.4183 4 12 4C9.84982 4 7.89777 4.84827 6.46023 6.22842L5.46257 4.43262ZM18.5374 19.5674C16.7844 21.0831 14.4993 22 12 22C6.47715 22 2 17.5228 2 12C2 9.86386 2.66979 7.88416 3.8108 6.25944L7 12H4C4 16.4183 7.58172 20 12 20C14.1502 20 16.1022 19.1517 17.5398 17.7716L18.5374 19.5674Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_reset::before,.btn_secondary.btn_ico_reset::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M5.46257 4.43262C7.21556 2.91688 9.5007 2 12 2C17.5228 2 22 6.47715 22 12C22 14.1361 21.3302 16.1158 20.1892 17.7406L17 12H20C20 7.58172 16.4183 4 12 4C9.84982 4 7.89777 4.84827 6.46023 6.22842L5.46257 4.43262ZM18.5374 19.5674C16.7844 21.0831 14.4993 22 12 22C6.47715 22 2 17.5228 2 12C2 9.86386 2.66979 7.88416 3.8108 6.25944L7 12H4C4 16.4183 7.58172 20 12 20C14.1502 20 16.1022 19.1517 17.5398 17.7716L18.5374 19.5674Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_apply::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M17 2V4H20.0066C20.5552 4 21 4.44495 21 4.9934V21.0066C21 21.5552 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5551 3 21.0066V4.9934C3 4.44476 3.44495 4 3.9934 4H7V2H17ZM7 6H5V20H19V6H17V8H7V6ZM9 16V18H7V16H9ZM9 13V15H7V13H9ZM9 10V12H7V10H9ZM15 4H9V6H15V4Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_apply::before,.btn_secondary.btn_ico_apply::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M17 2V4H20.0066C20.5552 4 21 4.44495 21 4.9934V21.0066C21 21.5552 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5551 3 21.0066V4.9934C3 4.44476 3.44495 4 3.9934 4H7V2H17ZM7 6H5V20H19V6H17V8H7V6ZM9 16V18H7V16H9ZM9 13V15H7V13H9ZM9 10V12H7V10H9ZM15 4H9V6H15V4Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_apply::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M17 2V4H20.0066C20.5552 4 21 4.44495 21 4.9934V21.0066C21 21.5552 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5551 3 21.0066V4.9934C3 4.44476 3.44495 4 3.9934 4H7V2H17ZM7 6H5V20H19V6H17V8H7V6ZM9 16V18H7V16H9ZM9 13V15H7V13H9ZM9 10V12H7V10H9ZM15 4H9V6H15V4Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_apply_cancel::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M9 3V1H7V3H3C2.44772 3 2 3.44772 2 4V20C2 20.5523 2.44772 21 3 21H21C21.5523 21 22 20.5523 22 20V4C22 3.44772 21.5523 3 21 3H17V1H15V3H9ZM4 10H20V19H4V10ZM4 5H7V6H9V5H15V6H17V5H20V8H4V5ZM9.87862 10.9644L12 13.0858L14.1212 10.9644L15.5355 12.3785L13.4142 14.5001L15.5354 16.6212L14.1213 18.0354L12 15.9143L9.87855 18.0354L8.46442 16.6211L10.5857 14.5001L8.46436 12.3785L9.87862 10.9644Z'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.btn_primary.btn_ico_apply_cancel::before,.btn_secondary.btn_ico_apply_cancel::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M9 3V1H7V3H3C2.44772 3 2 3.44772 2 4V20C2 20.5523 2.44772 21 3 21H21C21.5523 21 22 20.5523 22 20V4C22 3.44772 21.5523 3 21 3H17V1H15V3H9ZM4 10H20V19H4V10ZM4 5H7V6H9V5H15V6H17V5H20V8H4V5ZM9.87862 10.9644L12 13.0858L14.1212 10.9644L15.5355 12.3785L13.4142 14.5001L15.5354 16.6212L14.1213 18.0354L12 15.9143L9.87855 18.0354L8.46442 16.6211L10.5857 14.5001L8.46436 12.3785L9.87862 10.9644Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_apply_cancel::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M9 3V1H7V3H3C2.44772 3 2 3.44772 2 4V20C2 20.5523 2.44772 21 3 21H21C21.5523 21 22 20.5523 22 20V4C22 3.44772 21.5523 3 21 3H17V1H15V3H9ZM4 10H20V19H4V10ZM4 5H7V6H9V5H15V6H17V5H20V8H4V5ZM9.87862 10.9644L12 13.0858L14.1212 10.9644L15.5355 12.3785L13.4142 14.5001L15.5354 16.6212L14.1213 18.0354L12 15.9143L9.87855 18.0354L8.46442 16.6211L10.5857 14.5001L8.46436 12.3785L9.87862 10.9644Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_write::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M15.7279 9.57627L14.3137 8.16206L5 17.4758V18.89H6.41421L15.7279 9.57627ZM17.1421 8.16206L18.5563 6.74785L17.1421 5.33363L15.7279 6.74785L17.1421 8.16206ZM7.24264 20.89H3V16.6473L16.435 3.21231C16.8256 2.82179 17.4587 2.82179 17.8492 3.21231L20.6777 6.04074C21.0682 6.43126 21.0682 7.06443 20.6777 7.45495L7.24264 20.89Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_write::before,.btn_secondary.btn_ico_write::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M15.7279 9.57627L14.3137 8.16206L5 17.4758V18.89H6.41421L15.7279 9.57627ZM17.1421 8.16206L18.5563 6.74785L17.1421 5.33363L15.7279 6.74785L17.1421 8.16206ZM7.24264 20.89H3V16.6473L16.435 3.21231C16.8256 2.82179 17.4587 2.82179 17.8492 3.21231L20.6777 6.04074C21.0682 6.43126 21.0682 7.06443 20.6777 7.45495L7.24264 20.89Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_write::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M15.7279 9.57627L14.3137 8.16206L5 17.4758V18.89H6.41421L15.7279 9.57627ZM17.1421 8.16206L18.5563 6.74785L17.1421 5.33363L15.7279 6.74785L17.1421 8.16206ZM7.24264 20.89H3V16.6473L16.435 3.21231C16.8256 2.82179 17.4587 2.82179 17.8492 3.21231L20.6777 6.04074C21.0682 6.43126 21.0682 7.06443 20.6777 7.45495L7.24264 20.89Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_edit:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M16.7574 2.99677L14.7574 4.99677H5V18.9968H19V9.23941L21 7.23941V19.9968C21 20.5491 20.5523 20.9968 20 20.9968H4C3.44772 20.9968 3 20.5491 3 19.9968V3.99677C3 3.44448 3.44772 2.99677 4 2.99677H16.7574ZM20.4853 2.09727L21.8995 3.51149L12.7071 12.7039L11.2954 12.7063L11.2929 11.2897L20.4853 2.09727Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_edit:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M16.7574 2.99677L14.7574 4.99677H5V18.9968H19V9.23941L21 7.23941V19.9968C21 20.5491 20.5523 20.9968 20 20.9968H4C3.44772 20.9968 3 20.5491 3 19.9968V3.99677C3 3.44448 3.44772 2.99677 4 2.99677H16.7574ZM20.4853 2.09727L21.8995 3.51149L12.7071 12.7039L11.2954 12.7063L11.2929 11.2897L20.4853 2.09727Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_edit:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M16.7574 2.99677L14.7574 4.99677H5V18.9968H19V9.23941L21 7.23941V19.9968C21 20.5491 20.5523 20.9968 20 20.9968H4C3.44772 20.9968 3 20.5491 3 19.9968V3.99677C3 3.44448 3.44772 2.99677 4 2.99677H16.7574ZM20.4853 2.09727L21.8995 3.51149L12.7071 12.7039L11.2954 12.7063L11.2929 11.2897L20.4853 2.09727Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_delete::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M17 6H22V8H20V21C20 21.5523 19.5523 22 19 22H5C4.44772 22 4 21.5523 4 21V8H2V6H7V3C7 2.44772 7.44772 2 8 2H16C16.5523 2 17 2.44772 17 3V6ZM18 8H6V20H18V8ZM9 11H11V17H9V11ZM13 11H15V17H13V11ZM9 4V6H15V4H9Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_delete::before,.btn_secondary.btn_ico_delete::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M17 6H22V8H20V21C20 21.5523 19.5523 22 19 22H5C4.44772 22 4 21.5523 4 21V8H2V6H7V3C7 2.44772 7.44772 2 8 2H16C16.5523 2 17 2.44772 17 3V6ZM18 8H6V20H18V8ZM9 11H11V17H9V11ZM13 11H15V17H13V11ZM9 4V6H15V4H9Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_delete::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M17 6H22V8H20V21C20 21.5523 19.5523 22 19 22H5C4.44772 22 4 21.5523 4 21V8H2V6H7V3C7 2.44772 7.44772 2 8 2H16C16.5523 2 17 2.44772 17 3V6ZM18 8H6V20H18V8ZM9 11H11V17H9V11ZM13 11H15V17H13V11ZM9 4V6H15V4H9Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_keyboard::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M4 5V19H20V5H4ZM3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM6 7H8V9H6V7ZM6 11H8V13H6V11ZM6 15H18V17H6V15ZM11 11H13V13H11V11ZM11 7H13V9H11V7ZM16 7H18V9H16V7ZM16 11H18V13H16V11Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_keyboard::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M4 5V19H20V5H4ZM3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM6 7H8V9H6V7ZM6 11H8V13H6V11ZM6 15H18V17H6V15ZM11 11H13V13H11V11ZM11 7H13V9H11V7ZM16 7H18V9H16V7ZM16 11H18V13H16V11Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_keyboard::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M4 5V19H20V5H4ZM3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM6 7H8V9H6V7ZM6 11H8V13H6V11ZM6 15H18V17H6V15ZM11 11H13V13H11V11ZM11 7H13V9H11V7ZM16 7H18V9H16V7ZM16 11H18V13H16V11Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_bookmark::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M4 2H20C20.5523 2 21 2.44772 21 3V22.2763C21 22.5525 20.7761 22.7764 20.5 22.7764C20.4298 22.7764 20.3604 22.7615 20.2963 22.7329L12 19.0313L3.70373 22.7329C3.45155 22.8455 3.15591 22.7322 3.04339 22.4801C3.01478 22.4159 3 22.3465 3 22.2763V3C3 2.44772 3.44772 2 4 2ZM19 19.9645V4H5V19.9645L12 16.8412L19 19.9645ZM12 13.5L9.06107 15.0451L9.62236 11.7725L7.24472 9.45492L10.5305 8.97746L12 6L13.4695 8.97746L16.7553 9.45492L14.3776 11.7725L14.9389 15.0451L12 13.5Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_bookmark::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M4 2H20C20.5523 2 21 2.44772 21 3V22.2763C21 22.5525 20.7761 22.7764 20.5 22.7764C20.4298 22.7764 20.3604 22.7615 20.2963 22.7329L12 19.0313L3.70373 22.7329C3.45155 22.8455 3.15591 22.7322 3.04339 22.4801C3.01478 22.4159 3 22.3465 3 22.2763V3C3 2.44772 3.44772 2 4 2ZM19 19.9645V4H5V19.9645L12 16.8412L19 19.9645ZM12 13.5L9.06107 15.0451L9.62236 11.7725L7.24472 9.45492L10.5305 8.97746L12 6L13.4695 8.97746L16.7553 9.45492L14.3776 11.7725L14.9389 15.0451L12 13.5Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_bookmark::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M4 2H20C20.5523 2 21 2.44772 21 3V22.2763C21 22.5525 20.7761 22.7764 20.5 22.7764C20.4298 22.7764 20.3604 22.7615 20.2963 22.7329L12 19.0313L3.70373 22.7329C3.45155 22.8455 3.15591 22.7322 3.04339 22.4801C3.01478 22.4159 3 22.3465 3 22.2763V3C3 2.44772 3.44772 2 4 2ZM19 19.9645V4H5V19.9645L12 16.8412L19 19.9645ZM12 13.5L9.06107 15.0451L9.62236 11.7725L7.24472 9.45492L10.5305 8.97746L12 6L13.4695 8.97746L16.7553 9.45492L14.3776 11.7725L14.9389 15.0451L12 13.5Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_unmark::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M5 2H19C19.5523 2 20 2.44772 20 3V22.1433C20 22.4194 19.7761 22.6434 19.5 22.6434C19.4061 22.6434 19.314 22.6168 19.2344 22.5669L12 18.0313L4.76559 22.5669C4.53163 22.7136 4.22306 22.6429 4.07637 22.4089C4.02647 22.3293 4 22.2373 4 22.1433V3C4 2.44772 4.44772 2 5 2ZM18 4H6V19.4324L12 15.6707L18 19.4324V4ZM8 9H16V11H8V9Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_unmark::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M5 2H19C19.5523 2 20 2.44772 20 3V22.1433C20 22.4194 19.7761 22.6434 19.5 22.6434C19.4061 22.6434 19.314 22.6168 19.2344 22.5669L12 18.0313L4.76559 22.5669C4.53163 22.7136 4.22306 22.6429 4.07637 22.4089C4.02647 22.3293 4 22.2373 4 22.1433V3C4 2.44772 4.44772 2 5 2ZM18 4H6V19.4324L12 15.6707L18 19.4324V4ZM8 9H16V11H8V9Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_unmark::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M5 2H19C19.5523 2 20 2.44772 20 3V22.1433C20 22.4194 19.7761 22.6434 19.5 22.6434C19.4061 22.6434 19.314 22.6168 19.2344 22.5669L12 18.0313L4.76559 22.5669C4.53163 22.7136 4.22306 22.6429 4.07637 22.4089C4.02647 22.3293 4 22.2373 4 22.1433V3C4 2.44772 4.44772 2 5 2ZM18 4H6V19.4324L12 15.6707L18 19.4324V4ZM8 9H16V11H8V9Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_cart::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M4.00436 6.41686L0.761719 3.17422L2.17593 1.76001L5.41857 5.00265H20.6603C21.2126 5.00265 21.6603 5.45037 21.6603 6.00265C21.6603 6.09997 21.6461 6.19678 21.6182 6.29L19.2182 14.29C19.0913 14.713 18.7019 15.0027 18.2603 15.0027H6.00436V17.0027H17.0044V19.0027H5.00436C4.45207 19.0027 4.00436 18.5549 4.00436 18.0027V6.41686ZM6.00436 7.00265V13.0027H17.5163L19.3163 7.00265H6.00436ZM5.50436 23.0027C4.67593 23.0027 4.00436 22.3311 4.00436 21.5027C4.00436 20.6742 4.67593 20.0027 5.50436 20.0027C6.33279 20.0027 7.00436 20.6742 7.00436 21.5027C7.00436 22.3311 6.33279 23.0027 5.50436 23.0027ZM17.5044 23.0027C16.6759 23.0027 16.0044 22.3311 16.0044 21.5027C16.0044 20.6742 16.6759 20.0027 17.5044 20.0027C18.3328 20.0027 19.0044 20.6742 19.0044 21.5027C19.0044 22.3311 18.3328 23.0027 17.5044 23.0027Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_cart::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M4.00436 6.41686L0.761719 3.17422L2.17593 1.76001L5.41857 5.00265H20.6603C21.2126 5.00265 21.6603 5.45037 21.6603 6.00265C21.6603 6.09997 21.6461 6.19678 21.6182 6.29L19.2182 14.29C19.0913 14.713 18.7019 15.0027 18.2603 15.0027H6.00436V17.0027H17.0044V19.0027H5.00436C4.45207 19.0027 4.00436 18.5549 4.00436 18.0027V6.41686ZM6.00436 7.00265V13.0027H17.5163L19.3163 7.00265H6.00436ZM5.50436 23.0027C4.67593 23.0027 4.00436 22.3311 4.00436 21.5027C4.00436 20.6742 4.67593 20.0027 5.50436 20.0027C6.33279 20.0027 7.00436 20.6742 7.00436 21.5027C7.00436 22.3311 6.33279 23.0027 5.50436 23.0027ZM17.5044 23.0027C16.6759 23.0027 16.0044 22.3311 16.0044 21.5027C16.0044 20.6742 16.6759 20.0027 17.5044 20.0027C18.3328 20.0027 19.0044 20.6742 19.0044 21.5027C19.0044 22.3311 18.3328 23.0027 17.5044 23.0027Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_cart::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M4.00436 6.41686L0.761719 3.17422L2.17593 1.76001L5.41857 5.00265H20.6603C21.2126 5.00265 21.6603 5.45037 21.6603 6.00265C21.6603 6.09997 21.6461 6.19678 21.6182 6.29L19.2182 14.29C19.0913 14.713 18.7019 15.0027 18.2603 15.0027H6.00436V17.0027H17.0044V19.0027H5.00436C4.45207 19.0027 4.00436 18.5549 4.00436 18.0027V6.41686ZM6.00436 7.00265V13.0027H17.5163L19.3163 7.00265H6.00436ZM5.50436 23.0027C4.67593 23.0027 4.00436 22.3311 4.00436 21.5027C4.00436 20.6742 4.67593 20.0027 5.50436 20.0027C6.33279 20.0027 7.00436 20.6742 7.00436 21.5027C7.00436 22.3311 6.33279 23.0027 5.50436 23.0027ZM17.5044 23.0027C16.6759 23.0027 16.0044 22.3311 16.0044 21.5027C16.0044 20.6742 16.6759 20.0027 17.5044 20.0027C18.3328 20.0027 19.0044 20.6742 19.0044 21.5027C19.0044 22.3311 18.3328 23.0027 17.5044 23.0027Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_excel{border-color:#4f962a;color:#4f962a}.btn_ico_excel:hover:not(:disabled){background-color:#f5fff0}.btn_ico_excel::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(79,150,42,1)'%3E%3Cpath d='M2.85858 2.87732L15.4293 1.0815C15.7027 1.04245 15.9559 1.2324 15.995 1.50577C15.9983 1.52919 16 1.55282 16 1.57648V22.4235C16 22.6996 15.7761 22.9235 15.5 22.9235C15.4763 22.9235 15.4527 22.9218 15.4293 22.9184L2.85858 21.1226C2.36593 21.0522 2 20.6303 2 20.1327V3.86727C2 3.36962 2.36593 2.9477 2.85858 2.87732ZM4 4.73457V19.2654L14 20.694V3.30599L4 4.73457ZM17 19H20V4.99997H17V2.99997H21C21.5523 2.99997 22 3.44769 22 3.99997V20C22 20.5523 21.5523 21 21 21H17V19ZM10.2 12L13 16H10.6L9 13.7143L7.39999 16H5L7.8 12L5 7.99997H7.39999L9 10.2857L10.6 7.99997H13L10.2 12Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_excel::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M2.85858 2.87732L15.4293 1.0815C15.7027 1.04245 15.9559 1.2324 15.995 1.50577C15.9983 1.52919 16 1.55282 16 1.57648V22.4235C16 22.6996 15.7761 22.9235 15.5 22.9235C15.4763 22.9235 15.4527 22.9218 15.4293 22.9184L2.85858 21.1226C2.36593 21.0522 2 20.6303 2 20.1327V3.86727C2 3.36962 2.36593 2.9477 2.85858 2.87732ZM4 4.73457V19.2654L14 20.694V3.30599L4 4.73457ZM17 19H20V4.99997H17V2.99997H21C21.5523 2.99997 22 3.44769 22 3.99997V20C22 20.5523 21.5523 21 21 21H17V19ZM10.2 12L13 16H10.6L9 13.7143L7.39999 16H5L7.8 12L5 7.99997H7.39999L9 10.2857L10.6 7.99997H13L10.2 12Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_check::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M9.9997 15.1709L19.1921 5.97852L20.6063 7.39273L9.9997 17.9993L3.63574 11.6354L5.04996 10.2212L9.9997 15.1709Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_check::before,.btn_secondary.btn_ico_check::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M9.9997 15.1709L19.1921 5.97852L20.6063 7.39273L9.9997 17.9993L3.63574 11.6354L5.04996 10.2212L9.9997 15.1709Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_check::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M9.9997 15.1709L19.1921 5.97852L20.6063 7.39273L9.9997 17.9993L3.63574 11.6354L5.04996 10.2212L9.9997 15.1709Z'%3E%3C/path%3E%3C/svg%3E")}.btn:disabled.btn_ico_check::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(119,119,119,1)'%3E%3Cpath d='M9.9997 15.1709L19.1921 5.97852L20.6063 7.39273L9.9997 17.9993L3.63574 11.6354L5.04996 10.2212L9.9997 15.1709Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_list::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_list::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_list::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_login::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M4 15H6V20H18V4H6V9H4V3C4 2.44772 4.44772 2 5 2H19C19.5523 2 20 2.44772 20 3V21C20 21.5523 19.5523 22 19 22H5C4.44772 22 4 21.5523 4 21V15ZM10 11V8L15 12L10 16V13H2V11H10Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_login::before,.btn_secondary.btn_ico_login::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M4 15H6V20H18V4H6V9H4V3C4 2.44772 4.44772 2 5 2H19C19.5523 2 20 2.44772 20 3V21C20 21.5523 19.5523 22 19 22H5C4.44772 22 4 21.5523 4 21V15ZM10 11V8L15 12L10 16V13H2V11H10Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_login::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M4 15H6V20H18V4H6V9H4V3C4 2.44772 4.44772 2 5 2H19C19.5523 2 20 2.44772 20 3V21C20 21.5523 19.5523 22 19 22H5C4.44772 22 4 21.5523 4 21V15ZM10 11V8L15 12L10 16V13H2V11H10Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_detail::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748ZM12.1779 7.17624C11.4834 7.48982 11 8.18846 11 9C11 10.1046 11.8954 11 13 11C13.8115 11 14.5102 10.5166 14.8238 9.82212C14.9383 10.1945 15 10.59 15 11C15 13.2091 13.2091 15 11 15C8.79086 15 7 13.2091 7 11C7 8.79086 8.79086 7 11 7C11.41 7 11.8055 7.06167 12.1779 7.17624Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_detail::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748ZM12.1779 7.17624C11.4834 7.48982 11 8.18846 11 9C11 10.1046 11.8954 11 13 11C13.8115 11 14.5102 10.5166 14.8238 9.82212C14.9383 10.1945 15 10.59 15 11C15 13.2091 13.2091 15 11 15C8.79086 15 7 13.2091 7 11C7 8.79086 8.79086 7 11 7C11.41 7 11.8055 7.06167 12.1779 7.17624Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_detail::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748ZM12.1779 7.17624C11.4834 7.48982 11 8.18846 11 9C11 10.1046 11.8954 11 13 11C13.8115 11 14.5102 10.5166 14.8238 9.82212C14.9383 10.1945 15 10.59 15 11C15 13.2091 13.2091 15 11 15C8.79086 15 7 13.2091 7 11C7 8.79086 8.79086 7 11 7C11.41 7 11.8055 7.06167 12.1779 7.17624Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_normal::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748ZM12.1779 7.17624C11.4834 7.48982 11 8.18846 11 9C11 10.1046 11.8954 11 13 11C13.8115 11 14.5102 10.5166 14.8238 9.82212C14.9383 10.1945 15 10.59 15 11C15 13.2091 13.2091 15 11 15C8.79086 15 7 13.2091 7 11C7 8.79086 8.79086 7 11 7C11.41 7 11.8055 7.06167 12.1779 7.17624Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_normal::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748ZM12.1779 7.17624C11.4834 7.48982 11 8.18846 11 9C11 10.1046 11.8954 11 13 11C13.8115 11 14.5102 10.5166 14.8238 9.82212C14.9383 10.1945 15 10.59 15 11C15 13.2091 13.2091 15 11 15C8.79086 15 7 13.2091 7 11C7 8.79086 8.79086 7 11 7C11.41 7 11.8055 7.06167 12.1779 7.17624Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_normal::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748ZM12.1779 7.17624C11.4834 7.48982 11 8.18846 11 9C11 10.1046 11.8954 11 13 11C13.8115 11 14.5102 10.5166 14.8238 9.82212C14.9383 10.1945 15 10.59 15 11C15 13.2091 13.2091 15 11 15C8.79086 15 7 13.2091 7 11C7 8.79086 8.79086 7 11 7C11.41 7 11.8055 7.06167 12.1779 7.17624Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_upload::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM11 12V9H13V12H16V14H13V17H11V14H8V12H11Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_upload::before,.btn_secondary.btn_ico_upload::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM11 12V9H13V12H16V14H13V17H11V14H8V12H11Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_upload::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM11 12V9H13V12H16V14H13V17H11V14H8V12H11Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_view::before{display:inline-block;width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M12.0003 3C17.3924 3 21.8784 6.87976 22.8189 12C21.8784 17.1202 17.3924 21 12.0003 21C6.60812 21 2.12215 17.1202 1.18164 12C2.12215 6.87976 6.60812 3 12.0003 3ZM12.0003 19C16.2359 19 19.8603 16.052 20.7777 12C19.8603 7.94803 16.2359 5 12.0003 5C7.7646 5 4.14022 7.94803 3.22278 12C4.14022 16.052 7.7646 19 12.0003 19ZM12.0003 16.5C9.51498 16.5 7.50026 14.4853 7.50026 12C7.50026 9.51472 9.51498 7.5 12.0003 7.5C14.4855 7.5 16.5003 9.51472 16.5003 12C16.5003 14.4853 14.4855 16.5 12.0003 16.5ZM12.0003 14.5C13.381 14.5 14.5003 13.3807 14.5003 12C14.5003 10.6193 13.381 9.5 12.0003 9.5C10.6196 9.5 9.50026 10.6193 9.50026 12C9.50026 13.3807 10.6196 14.5 12.0003 14.5Z'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center center}.btn_primary.btn_ico_view::before,.btn_secondary.btn_ico_view::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M12.0003 3C17.3924 3 21.8784 6.87976 22.8189 12C21.8784 17.1202 17.3924 21 12.0003 21C6.60812 21 2.12215 17.1202 1.18164 12C2.12215 6.87976 6.60812 3 12.0003 3ZM12.0003 19C16.2359 19 19.8603 16.052 20.7777 12C19.8603 7.94803 16.2359 5 12.0003 5C7.7646 5 4.14022 7.94803 3.22278 12C4.14022 16.052 7.7646 19 12.0003 19ZM12.0003 16.5C9.51498 16.5 7.50026 14.4853 7.50026 12C7.50026 9.51472 9.51498 7.5 12.0003 7.5C14.4855 7.5 16.5003 9.51472 16.5003 12C16.5003 14.4853 14.4855 16.5 12.0003 16.5ZM12.0003 14.5C13.381 14.5 14.5003 13.3807 14.5003 12C14.5003 10.6193 13.381 9.5 12.0003 9.5C10.6196 9.5 9.50026 10.6193 9.50026 12C9.50026 13.3807 10.6196 14.5 12.0003 14.5Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_view::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M12.0003 3C17.3924 3 21.8784 6.87976 22.8189 12C21.8784 17.1202 17.3924 21 12.0003 21C6.60812 21 2.12215 17.1202 1.18164 12C2.12215 6.87976 6.60812 3 12.0003 3ZM12.0003 19C16.2359 19 19.8603 16.052 20.7777 12C19.8603 7.94803 16.2359 5 12.0003 5C7.7646 5 4.14022 7.94803 3.22278 12C4.14022 16.052 7.7646 19 12.0003 19ZM12.0003 16.5C9.51498 16.5 7.50026 14.4853 7.50026 12C7.50026 9.51472 9.51498 7.5 12.0003 7.5C14.4855 7.5 16.5003 9.51472 16.5003 12C16.5003 14.4853 14.4855 16.5 12.0003 16.5ZM12.0003 14.5C13.381 14.5 14.5003 13.3807 14.5003 12C14.5003 10.6193 13.381 9.5 12.0003 9.5C10.6196 9.5 9.50026 10.6193 9.50026 12C9.50026 13.3807 10.6196 14.5 12.0003 14.5Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_download::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M13 10H18L12 16L6 10H11V3H13V10ZM4 19H20V12H22V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V12H4V19Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_download::before,.btn_secondary.btn_ico_download::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M13 10H18L12 16L6 10H11V3H13V10ZM4 19H20V12H22V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V12H4V19Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_download::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M13 10H18L12 16L6 10H11V3H13V10ZM4 19H20V12H22V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V12H4V19Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_print::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M17 2C17.5523 2 18 2.44772 18 3V7H21C21.5523 7 22 7.44772 22 8V18C22 18.5523 21.5523 19 21 19H18V21C18 21.5523 17.5523 22 17 22H7C6.44772 22 6 21.5523 6 21V19H3C2.44772 19 2 18.5523 2 18V8C2 7.44772 2.44772 7 3 7H6V3C6 2.44772 6.44772 2 7 2H17ZM16 17H8V20H16V17ZM20 9H4V17H6V16C6 15.4477 6.44772 15 7 15H17C17.5523 15 18 15.4477 18 16V17H20V9ZM8 10V12H5V10H8ZM16 4H8V7H16V4Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_print::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M17 2C17.5523 2 18 2.44772 18 3V7H21C21.5523 7 22 7.44772 22 8V18C22 18.5523 21.5523 19 21 19H18V21C18 21.5523 17.5523 22 17 22H7C6.44772 22 6 21.5523 6 21V19H3C2.44772 19 2 18.5523 2 18V8C2 7.44772 2.44772 7 3 7H6V3C6 2.44772 6.44772 2 7 2H17ZM16 17H8V20H16V17ZM20 9H4V17H6V16C6 15.4477 6.44772 15 7 15H17C17.5523 15 18 15.4477 18 16V17H20V9ZM8 10V12H5V10H8ZM16 4H8V7H16V4Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_print::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M17 2C17.5523 2 18 2.44772 18 3V7H21C21.5523 7 22 7.44772 22 8V18C22 18.5523 21.5523 19 21 19H18V21C18 21.5523 17.5523 22 17 22H7C6.44772 22 6 21.5523 6 21V19H3C2.44772 19 2 18.5523 2 18V8C2 7.44772 2.44772 7 3 7H6V3C6 2.44772 6.44772 2 7 2H17ZM16 17H8V20H16V17ZM20 9H4V17H6V16C6 15.4477 6.44772 15 7 15H17C17.5523 15 18 15.4477 18 16V17H20V9ZM8 10V12H5V10H8ZM16 4H8V7H16V4Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_calendar::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M9 1V3H15V1H17V3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H7V1H9ZM20 11H4V19H20V11ZM8 13V15H6V13H8ZM13 13V15H11V13H13ZM18 13V15H16V13H18ZM7 5H4V9H20V5H17V7H15V5H9V7H7V5Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_calendar::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M9 1V3H15V1H17V3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H7V1H9ZM20 11H4V19H20V11ZM8 13V15H6V13H8ZM13 13V15H11V13H13ZM18 13V15H16V13H18ZM7 5H4V9H20V5H17V7H15V5H9V7H7V5Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_calendar::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M9 1V3H15V1H17V3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H7V1H9ZM20 11H4V19H20V11ZM8 13V15H6V13H8ZM13 13V15H11V13H13ZM18 13V15H16V13H18ZM7 5H4V9H20V5H17V7H15V5H9V7H7V5Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_link::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_link::before,.btn_secondary.btn_ico_link::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_link::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_home::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20C20 20.5523 19.5523 21 19 21ZM13 19H18V9.15745L12 3.7029L6 9.15745V19H11V13H13V19Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_home::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20C20 20.5523 19.5523 21 19 21ZM13 19H18V9.15745L12 3.7029L6 9.15745V19H11V13H13V19Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_home::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20C20 20.5523 19.5523 21 19 21ZM13 19H18V9.15745L12 3.7029L6 9.15745V19H11V13H13V19Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_prev::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M7.82843 10.9999H20V12.9999H7.82843L13.1924 18.3638L11.7782 19.778L4 11.9999L11.7782 4.22168L13.1924 5.63589L7.82843 10.9999Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_prev::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M7.82843 10.9999H20V12.9999H7.82843L13.1924 18.3638L11.7782 19.778L4 11.9999L11.7782 4.22168L13.1924 5.63589L7.82843 10.9999Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_prev::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M7.82843 10.9999H20V12.9999H7.82843L13.1924 18.3638L11.7782 19.778L4 11.9999L11.7782 4.22168L13.1924 5.63589L7.82843 10.9999Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_next[class*=btn_ico_]::before{display:none}.btn_ico_next::after{display:block;content:"";flex:none;width:20px;height:20px;background-repeat:no-repeat;background-position:center;transition:all .2s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M16.1716 10.9999L10.8076 5.63589L12.2218 4.22168L20 11.9999L12.2218 19.778L10.8076 18.3638L16.1716 12.9999H4V10.9999H16.1716Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_next::after,.btn_secondary.btn_ico_next::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M16.1716 10.9999L10.8076 5.63589L12.2218 4.22168L20 11.9999L12.2218 19.778L10.8076 18.3638L16.1716 12.9999H4V10.9999H16.1716Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_next::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M16.1716 10.9999L10.8076 5.63589L12.2218 4.22168L20 11.9999L12.2218 19.778L10.8076 18.3638L16.1716 12.9999H4V10.9999H16.1716Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_reserve::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M9 1V3H15V1H17V3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H7V1H9ZM20 10H4V19H20V10ZM15.0355 11.136L16.4497 12.5503L11.5 17.5L7.96447 13.9645L9.37868 12.5503L11.5 14.6716L15.0355 11.136ZM7 5H4V8H20V5H17V6H15V5H9V6H7V5Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_reserve::before,.btn_secondary.btn_ico_reserve::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M9 1V3H15V1H17V3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H7V1H9ZM20 10H4V19H20V10ZM15.0355 11.136L16.4497 12.5503L11.5 17.5L7.96447 13.9645L9.37868 12.5503L11.5 14.6716L15.0355 11.136ZM7 5H4V8H20V5H17V6H15V5H9V6H7V5Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_reserve::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M9 1V3H15V1H17V3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H7V1H9ZM20 10H4V19H20V10ZM15.0355 11.136L16.4497 12.5503L11.5 17.5L7.96447 13.9645L9.37868 12.5503L11.5 14.6716L15.0355 11.136ZM7 5H4V8H20V5H17V6H15V5H9V6H7V5Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_reserve:disabled:before,.btn_primary.btn_ico_reserve:disabled:before,.btn_secondary.btn_ico_reserve:disabled:before,.btn_tertiary.btn_ico_reserve:disabled:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(102,102,102,1)'%3E%3Cpath d='M9 3V1H7V3H3C2.44772 3 2 3.44772 2 4V20C2 20.5523 2.44772 21 3 21H21C21.5523 21 22 20.5523 22 20V4C22 3.44772 21.5523 3 21 3H17V1H15V3H9ZM4 10H20V19H4V10ZM4 5H7V6H9V5H15V6H17V5H20V8H4V5ZM9.87862 10.9644L12 13.0858L14.1212 10.9644L15.5355 12.3785L13.4142 14.5001L15.5354 16.6212L14.1213 18.0354L12 15.9143L9.87855 18.0354L8.46442 16.6211L10.5857 14.5001L8.46436 12.3785L9.87862 10.9644Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_delivery::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M8.96456 18C8.72194 19.6961 7.26324 21 5.5 21C3.73676 21 2.27806 19.6961 2.03544 18H1V6C1 5.44772 1.44772 5 2 5H16C16.5523 5 17 5.44772 17 6V8H20L23 12.0557V18H20.9646C20.7219 19.6961 19.2632 21 17.5 21C15.7368 21 14.2781 19.6961 14.0354 18H8.96456ZM15 7H3V15.0505C3.63526 14.4022 4.52066 14 5.5 14C6.8962 14 8.10145 14.8175 8.66318 16H14.3368C14.5045 15.647 14.7296 15.3264 15 15.0505V7ZM17 13H21V12.715L18.9917 10H17V13ZM17.5 19C18.1531 19 18.7087 18.5826 18.9146 18C18.9699 17.8436 19 17.6753 19 17.5C19 16.6716 18.3284 16 17.5 16C16.6716 16 16 16.6716 16 17.5C16 17.6753 16.0301 17.8436 16.0854 18C16.2913 18.5826 16.8469 19 17.5 19ZM7 17.5C7 16.6716 6.32843 16 5.5 16C4.67157 16 4 16.6716 4 17.5C4 17.6753 4.03008 17.8436 4.08535 18C4.29127 18.5826 4.84689 19 5.5 19C6.15311 19 6.70873 18.5826 6.91465 18C6.96992 17.8436 7 17.6753 7 17.5Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_delivery::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M8.96456 18C8.72194 19.6961 7.26324 21 5.5 21C3.73676 21 2.27806 19.6961 2.03544 18H1V6C1 5.44772 1.44772 5 2 5H16C16.5523 5 17 5.44772 17 6V8H20L23 12.0557V18H20.9646C20.7219 19.6961 19.2632 21 17.5 21C15.7368 21 14.2781 19.6961 14.0354 18H8.96456ZM15 7H3V15.0505C3.63526 14.4022 4.52066 14 5.5 14C6.8962 14 8.10145 14.8175 8.66318 16H14.3368C14.5045 15.647 14.7296 15.3264 15 15.0505V7ZM17 13H21V12.715L18.9917 10H17V13ZM17.5 19C18.1531 19 18.7087 18.5826 18.9146 18C18.9699 17.8436 19 17.6753 19 17.5C19 16.6716 18.3284 16 17.5 16C16.6716 16 16 16.6716 16 17.5C16 17.6753 16.0301 17.8436 16.0854 18C16.2913 18.5826 16.8469 19 17.5 19ZM7 17.5C7 16.6716 6.32843 16 5.5 16C4.67157 16 4 16.6716 4 17.5C4 17.6753 4.03008 17.8436 4.08535 18C4.29127 18.5826 4.84689 19 5.5 19C6.15311 19 6.70873 18.5826 6.91465 18C6.96992 17.8436 7 17.6753 7 17.5Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_delivery::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M8.96456 18C8.72194 19.6961 7.26324 21 5.5 21C3.73676 21 2.27806 19.6961 2.03544 18H1V6C1 5.44772 1.44772 5 2 5H16C16.5523 5 17 5.44772 17 6V8H20L23 12.0557V18H20.9646C20.7219 19.6961 19.2632 21 17.5 21C15.7368 21 14.2781 19.6961 14.0354 18H8.96456ZM15 7H3V15.0505C3.63526 14.4022 4.52066 14 5.5 14C6.8962 14 8.10145 14.8175 8.66318 16H14.3368C14.5045 15.647 14.7296 15.3264 15 15.0505V7ZM17 13H21V12.715L18.9917 10H17V13ZM17.5 19C18.1531 19 18.7087 18.5826 18.9146 18C18.9699 17.8436 19 17.6753 19 17.5C19 16.6716 18.3284 16 17.5 16C16.6716 16 16 16.6716 16 17.5C16 17.6753 16.0301 17.8436 16.0854 18C16.2913 18.5826 16.8469 19 17.5 19ZM7 17.5C7 16.6716 6.32843 16 5.5 16C4.67157 16 4 16.6716 4 17.5C4 17.6753 4.03008 17.8436 4.08535 18C4.29127 18.5826 4.84689 19 5.5 19C6.15311 19 6.70873 18.5826 6.91465 18C6.96992 17.8436 7 17.6753 7 17.5Z'%3E%3C/path%3E%3C/svg%3E")}.btn:disabled.btn_ico_delivery::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(119,119,119,1)'%3E%3Cpath d='M8.96456 18C8.72194 19.6961 7.26324 21 5.5 21C3.73676 21 2.27806 19.6961 2.03544 18H1V6C1 5.44772 1.44772 5 2 5H16C16.5523 5 17 5.44772 17 6V8H20L23 12.0557V18H20.9646C20.7219 19.6961 19.2632 21 17.5 21C15.7368 21 14.2781 19.6961 14.0354 18H8.96456ZM15 7H3V15.0505C3.63526 14.4022 4.52066 14 5.5 14C6.8962 14 8.10145 14.8175 8.66318 16H14.3368C14.5045 15.647 14.7296 15.3264 15 15.0505V7ZM17 13H21V12.715L18.9917 10H17V13ZM17.5 19C18.1531 19 18.7087 18.5826 18.9146 18C18.9699 17.8436 19 17.6753 19 17.5C19 16.6716 18.3284 16 17.5 16C16.6716 16 16 16.6716 16 17.5C16 17.6753 16.0301 17.8436 16.0854 18C16.2913 18.5826 16.8469 19 17.5 19ZM7 17.5C7 16.6716 6.32843 16 5.5 16C4.67157 16 4 16.6716 4 17.5C4 17.6753 4.03008 17.8436 4.08535 18C4.29127 18.5826 4.84689 19 5.5 19C6.15311 19 6.70873 18.5826 6.91465 18C6.96992 17.8436 7 17.6753 7 17.5Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_map::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M2 5L9 2L15 5L21.303 2.2987C21.5569 2.18992 21.8508 2.30749 21.9596 2.56131C21.9862 2.62355 22 2.69056 22 2.75827V19L15 22L9 19L2.69696 21.7013C2.44314 21.8101 2.14921 21.6925 2.04043 21.4387C2.01375 21.3765 2 21.3094 2 21.2417V5ZM16 19.3955L20 17.6812V5.03308L16 6.74736V19.3955ZM14 19.2639V6.73607L10 4.73607V17.2639L14 19.2639ZM8 17.2526V4.60451L4 6.31879V18.9669L8 17.2526Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_map::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M2 5L9 2L15 5L21.303 2.2987C21.5569 2.18992 21.8508 2.30749 21.9596 2.56131C21.9862 2.62355 22 2.69056 22 2.75827V19L15 22L9 19L2.69696 21.7013C2.44314 21.8101 2.14921 21.6925 2.04043 21.4387C2.01375 21.3765 2 21.3094 2 21.2417V5ZM16 19.3955L20 17.6812V5.03308L16 6.74736V19.3955ZM14 19.2639V6.73607L10 4.73607V17.2639L14 19.2639ZM8 17.2526V4.60451L4 6.31879V18.9669L8 17.2526Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_map::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M2 5L9 2L15 5L21.303 2.2987C21.5569 2.18992 21.8508 2.30749 21.9596 2.56131C21.9862 2.62355 22 2.69056 22 2.75827V19L15 22L9 19L2.69696 21.7013C2.44314 21.8101 2.14921 21.6925 2.04043 21.4387C2.01375 21.3765 2 21.3094 2 21.2417V5ZM16 19.3955L20 17.6812V5.03308L16 6.74736V19.3955ZM14 19.2639V6.73607L10 4.73607V17.2639L14 19.2639ZM8 17.2526V4.60451L4 6.31879V18.9669L8 17.2526Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_map_marker::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M12 20.8995L16.9497 15.9497C19.6834 13.2161 19.6834 8.78392 16.9497 6.05025C14.2161 3.31658 9.78392 3.31658 7.05025 6.05025C4.31658 8.78392 4.31658 13.2161 7.05025 15.9497L12 20.8995ZM12 23.7279L5.63604 17.364C2.12132 13.8492 2.12132 8.15076 5.63604 4.63604C9.15076 1.12132 14.8492 1.12132 18.364 4.63604C21.8787 8.15076 21.8787 13.8492 18.364 17.364L12 23.7279ZM12 13C13.1046 13 14 12.1046 14 11C14 9.89543 13.1046 9 12 9C10.8954 9 10 9.89543 10 11C10 12.1046 10.8954 13 12 13ZM12 15C9.79086 15 8 13.2091 8 11C8 8.79086 9.79086 7 12 7C14.2091 7 16 8.79086 16 11C16 13.2091 14.2091 15 12 15Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_map_marker::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M12 20.8995L16.9497 15.9497C19.6834 13.2161 19.6834 8.78392 16.9497 6.05025C14.2161 3.31658 9.78392 3.31658 7.05025 6.05025C4.31658 8.78392 4.31658 13.2161 7.05025 15.9497L12 20.8995ZM12 23.7279L5.63604 17.364C2.12132 13.8492 2.12132 8.15076 5.63604 4.63604C9.15076 1.12132 14.8492 1.12132 18.364 4.63604C21.8787 8.15076 21.8787 13.8492 18.364 17.364L12 23.7279ZM12 13C13.1046 13 14 12.1046 14 11C14 9.89543 13.1046 9 12 9C10.8954 9 10 9.89543 10 11C10 12.1046 10.8954 13 12 13ZM12 15C9.79086 15 8 13.2091 8 11C8 8.79086 9.79086 7 12 7C14.2091 7 16 8.79086 16 11C16 13.2091 14.2091 15 12 15Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_map_marker::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M12 20.8995L16.9497 15.9497C19.6834 13.2161 19.6834 8.78392 16.9497 6.05025C14.2161 3.31658 9.78392 3.31658 7.05025 6.05025C4.31658 8.78392 4.31658 13.2161 7.05025 15.9497L12 20.8995ZM12 23.7279L5.63604 17.364C2.12132 13.8492 2.12132 8.15076 5.63604 4.63604C9.15076 1.12132 14.8492 1.12132 18.364 4.63604C21.8787 8.15076 21.8787 13.8492 18.364 17.364L12 23.7279ZM12 13C13.1046 13 14 12.1046 14 11C14 9.89543 13.1046 9 12 9C10.8954 9 10 9.89543 10 11C10 12.1046 10.8954 13 12 13ZM12 15C9.79086 15 8 13.2091 8 11C8 8.79086 9.79086 7 12 7C14.2091 7 16 8.79086 16 11C16 13.2091 14.2091 15 12 15Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_positive::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_positive::before,.btn:disabled.btn_ico_positive::before,.btn_secondary.btn_ico_positive::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_positive::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_negative::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_negative::before,.btn:disabled.btn_ico_negative::before,.btn_secondary.btn_ico_negative::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_time::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM13 12H17V14H11V7H13V12Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_time::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM13 12H17V14H11V7H13V12Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_time::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM13 12H17V14H11V7H13V12Z'%3E%3C/path%3E%3C/svg%3E")}.btn:disabled.btn_ico_wait::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(119,119,119,1)'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM13 12H17V14H11V7H13V12Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_warning::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM11 15H13V17H11V15ZM11 7H13V13H11V7Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_warning::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM11 15H13V17H11V15ZM11 7H13V13H11V7Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_warning::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM11 15H13V17H11V15ZM11 7H13V13H11V7Z'%3E%3C/path%3E%3C/svg%3E")}.btn:disabled.btn_ico_warning::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(119,119,119,1)'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM11 15H13V17H11V15ZM11 7H13V13H11V7Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_plus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_plus::before,.btn_secondary.btn_ico_plus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_plus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_minus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M5 11V13H19V11H5Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_minus::before,.btn_secondary.btn_ico_minus::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M5 11V13H19V11H5Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M5 11V13H19V11H5Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_sangho::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M16.0503 12.0498L21 16.9996L16.0503 21.9493L14.636 20.5351L17.172 17.9988L4 17.9996V15.9996L17.172 15.9988L14.636 13.464L16.0503 12.0498ZM7.94975 2.0498L9.36396 3.46402L6.828 5.9988L20 5.99955V7.99955L6.828 7.9988L9.36396 10.5351L7.94975 11.9493L3 6.99955L7.94975 2.0498Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_sangho::before,.btn_secondary.btn_ico_sangho::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M16.0503 12.0498L21 16.9996L16.0503 21.9493L14.636 20.5351L17.172 17.9988L4 17.9996V15.9996L17.172 15.9988L14.636 13.464L16.0503 12.0498ZM7.94975 2.0498L9.36396 3.46402L6.828 5.9988L20 5.99955V7.99955L6.828 7.9988L9.36396 10.5351L7.94975 11.9493L3 6.99955L7.94975 2.0498Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_sangho::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M16.0503 12.0498L21 16.9996L16.0503 21.9493L14.636 20.5351L17.172 17.9988L4 17.9996V15.9996L17.172 15.9988L14.636 13.464L16.0503 12.0498ZM7.94975 2.0498L9.36396 3.46402L6.828 5.9988L20 5.99955V7.99955L6.828 7.9988L9.36396 10.5351L7.94975 11.9493L3 6.99955L7.94975 2.0498Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_negativenmember::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M14 14.252V16.3414C13.3744 16.1203 12.7013 16 12 16C8.68629 16 6 18.6863 6 22H4C4 17.5817 7.58172 14 12 14C12.6906 14 13.3608 14.0875 14 14.252ZM12 13C8.685 13 6 10.315 6 7C6 3.685 8.685 1 12 1C15.315 1 18 3.685 18 7C18 10.315 15.315 13 12 13ZM12 11C14.21 11 16 9.21 16 7C16 4.79 14.21 3 12 3C9.79 3 8 4.79 8 7C8 9.21 9.79 11 12 11ZM19 17.5858L21.1213 15.4645L22.5355 16.8787L20.4142 19L22.5355 21.1213L21.1213 22.5355L19 20.4142L16.8787 22.5355L15.4645 21.1213L17.5858 19L15.4645 16.8787L16.8787 15.4645L19 17.5858Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_negativenmember::before,.btn_secondary.btn_ico_negativenmember::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M14 14.252V16.3414C13.3744 16.1203 12.7013 16 12 16C8.68629 16 6 18.6863 6 22H4C4 17.5817 7.58172 14 12 14C12.6906 14 13.3608 14.0875 14 14.252ZM12 13C8.685 13 6 10.315 6 7C6 3.685 8.685 1 12 1C15.315 1 18 3.685 18 7C18 10.315 15.315 13 12 13ZM12 11C14.21 11 16 9.21 16 7C16 4.79 14.21 3 12 3C9.79 3 8 4.79 8 7C8 9.21 9.79 11 12 11ZM19 17.5858L21.1213 15.4645L22.5355 16.8787L20.4142 19L22.5355 21.1213L21.1213 22.5355L19 20.4142L16.8787 22.5355L15.4645 21.1213L17.5858 19L15.4645 16.8787L16.8787 15.4645L19 17.5858Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_negativenmember::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M14 14.252V16.3414C13.3744 16.1203 12.7013 16 12 16C8.68629 16 6 18.6863 6 22H4C4 17.5817 7.58172 14 12 14C12.6906 14 13.3608 14.0875 14 14.252ZM12 13C8.685 13 6 10.315 6 7C6 3.685 8.685 1 12 1C15.315 1 18 3.685 18 7C18 10.315 15.315 13 12 13ZM12 11C14.21 11 16 9.21 16 7C16 4.79 14.21 3 12 3C9.79 3 8 4.79 8 7C8 9.21 9.79 11 12 11ZM19 17.5858L21.1213 15.4645L22.5355 16.8787L20.4142 19L22.5355 21.1213L21.1213 22.5355L19 20.4142L16.8787 22.5355L15.4645 21.1213L17.5858 19L15.4645 16.8787L16.8787 15.4645L19 17.5858Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_call::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M9.36556 10.6821C10.302 12.3288 11.6712 13.698 13.3179 14.6344L14.2024 13.3961C14.4965 12.9845 15.0516 12.8573 15.4956 13.0998C16.9024 13.8683 18.4571 14.3353 20.0789 14.4637C20.599 14.5049 21 14.9389 21 15.4606V19.9234C21 20.4361 20.6122 20.8657 20.1022 20.9181C19.5723 20.9726 19.0377 21 18.5 21C9.93959 21 3 14.0604 3 5.5C3 4.96227 3.02742 4.42771 3.08189 3.89776C3.1343 3.38775 3.56394 3 4.07665 3H8.53942C9.0611 3 9.49513 3.40104 9.5363 3.92109C9.66467 5.54288 10.1317 7.09764 10.9002 8.50444C11.1427 8.9484 11.0155 9.50354 10.6039 9.79757L9.36556 10.6821ZM6.84425 10.0252L8.7442 8.66809C8.20547 7.50514 7.83628 6.27183 7.64727 5H5.00907C5.00303 5.16632 5 5.333 5 5.5C5 12.9558 11.0442 19 18.5 19C18.667 19 18.8337 18.997 19 18.9909V16.3527C17.7282 16.1637 16.4949 15.7945 15.3319 15.2558L13.9748 17.1558C13.4258 16.9425 12.8956 16.6915 12.3874 16.4061L12.3293 16.373C10.3697 15.2587 8.74134 13.6303 7.627 11.6707L7.59394 11.6126C7.30849 11.1044 7.05754 10.5742 6.84425 10.0252Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_call::before,.btn_secondary.btn_ico_call::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M9.36556 10.6821C10.302 12.3288 11.6712 13.698 13.3179 14.6344L14.2024 13.3961C14.4965 12.9845 15.0516 12.8573 15.4956 13.0998C16.9024 13.8683 18.4571 14.3353 20.0789 14.4637C20.599 14.5049 21 14.9389 21 15.4606V19.9234C21 20.4361 20.6122 20.8657 20.1022 20.9181C19.5723 20.9726 19.0377 21 18.5 21C9.93959 21 3 14.0604 3 5.5C3 4.96227 3.02742 4.42771 3.08189 3.89776C3.1343 3.38775 3.56394 3 4.07665 3H8.53942C9.0611 3 9.49513 3.40104 9.5363 3.92109C9.66467 5.54288 10.1317 7.09764 10.9002 8.50444C11.1427 8.9484 11.0155 9.50354 10.6039 9.79757L9.36556 10.6821ZM6.84425 10.0252L8.7442 8.66809C8.20547 7.50514 7.83628 6.27183 7.64727 5H5.00907C5.00303 5.16632 5 5.333 5 5.5C5 12.9558 11.0442 19 18.5 19C18.667 19 18.8337 18.997 19 18.9909V16.3527C17.7282 16.1637 16.4949 15.7945 15.3319 15.2558L13.9748 17.1558C13.4258 16.9425 12.8956 16.6915 12.3874 16.4061L12.3293 16.373C10.3697 15.2587 8.74134 13.6303 7.627 11.6707L7.59394 11.6126C7.30849 11.1044 7.05754 10.5742 6.84425 10.0252Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_call::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M9.36556 10.6821C10.302 12.3288 11.6712 13.698 13.3179 14.6344L14.2024 13.3961C14.4965 12.9845 15.0516 12.8573 15.4956 13.0998C16.9024 13.8683 18.4571 14.3353 20.0789 14.4637C20.599 14.5049 21 14.9389 21 15.4606V19.9234C21 20.4361 20.6122 20.8657 20.1022 20.9181C19.5723 20.9726 19.0377 21 18.5 21C9.93959 21 3 14.0604 3 5.5C3 4.96227 3.02742 4.42771 3.08189 3.89776C3.1343 3.38775 3.56394 3 4.07665 3H8.53942C9.0611 3 9.49513 3.40104 9.5363 3.92109C9.66467 5.54288 10.1317 7.09764 10.9002 8.50444C11.1427 8.9484 11.0155 9.50354 10.6039 9.79757L9.36556 10.6821ZM6.84425 10.0252L8.7442 8.66809C8.20547 7.50514 7.83628 6.27183 7.64727 5H5.00907C5.00303 5.16632 5 5.333 5 5.5C5 12.9558 11.0442 19 18.5 19C18.667 19 18.8337 18.997 19 18.9909V16.3527C17.7282 16.1637 16.4949 15.7945 15.3319 15.2558L13.9748 17.1558C13.4258 16.9425 12.8956 16.6915 12.3874 16.4061L12.3293 16.373C10.3697 15.2587 8.74134 13.6303 7.627 11.6707L7.59394 11.6126C7.30849 11.1044 7.05754 10.5742 6.84425 10.0252Z'%3E%3C/path%3E%3C/svg%3E")}.btn_ico_gallery::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M2.9918 21C2.44405 21 2 20.5551 2 20.0066V3.9934C2 3.44476 2.45531 3 2.9918 3H21.0082C21.556 3 22 3.44495 22 3.9934V20.0066C22 20.5552 21.5447 21 21.0082 21H2.9918ZM20 15V5H4V19L14 9L20 15ZM20 17.8284L14 11.8284L6.82843 19H20V17.8284ZM8 11C6.89543 11 6 10.1046 6 9C6 7.89543 6.89543 7 8 7C9.10457 7 10 7.89543 10 9C10 10.1046 9.10457 11 8 11Z'%3E%3C/path%3E%3C/svg%3E")}.btn_primary.btn_ico_gallery::before,.btn_secondary.btn_ico_gallery::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M2.9918 21C2.44405 21 2 20.5551 2 20.0066V3.9934C2 3.44476 2.45531 3 2.9918 3H21.0082C21.556 3 22 3.44495 22 3.9934V20.0066C22 20.5552 21.5447 21 21.0082 21H2.9918ZM20 15V5H4V19L14 9L20 15ZM20 17.8284L14 11.8284L6.82843 19H20V17.8284ZM8 11C6.89543 11 6 10.1046 6 9C6 7.89543 6.89543 7 8 7C9.10457 7 10 7.89543 10 9C10 10.1046 9.10457 11 8 11Z'%3E%3C/path%3E%3C/svg%3E")}.btn_tertiary.btn_ico_gallery::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,145,231,1)'%3E%3Cpath d='M2.9918 21C2.44405 21 2 20.5551 2 20.0066V3.9934C2 3.44476 2.45531 3 2.9918 3H21.0082C21.556 3 22 3.44495 22 3.9934V20.0066C22 20.5552 21.5447 21 21.0082 21H2.9918ZM20 15V5H4V19L14 9L20 15ZM20 17.8284L14 11.8284L6.82843 19H20V17.8284ZM8 11C6.89543 11 6 10.1046 6 9C6 7.89543 6.89543 7 8 7C9.10457 7 10 7.89543 10 9C10 10.1046 9.10457 11 8 11Z'%3E%3C/path%3E%3C/svg%3E")}@font-face{font-family:"Pretendard";font-weight:700;font-display:block;src:url("../font/Pretendard-Bold.woff2") format("woff2"),url("../font/Pretendard-Bold.woff") format("woff")}@font-face{font-family:"Pretendard";font-weight:600;font-display:block;src:url("../font/Pretendard-SemiBold.woff2") format("woff2"),url("../font/Pretendard-SemiBold.woff") format("woff")}@font-face{font-family:"Pretendard";font-weight:500;font-display:block;src:url("../font/Pretendard-Medium.woff2") format("woff2"),url("../font/Pretendard-Medium.woff") format("woff")}@font-face{font-family:"Pretendard";font-weight:400;font-display:block;src:url("../font/Pretendard-Regular.woff2") format("woff2"),url("../font/Pretendard-Regular.woff") format("woff")}@font-face{font-family:"Pretendard";font-weight:300;font-display:block;src:url("../font/Pretendard-Light.woff2") format("woff2"),url("../font/Pretendard-Light.woff") format("woff")}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,button{margin:0;padding:0;border:0}html,body,form,fieldset,p,div,h1,h2,h3,h4,h5,h6{-webkit-text-size-adjust:none}html,body{background-color:#fff}html{font-size:62.5%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{font-family:"Pretendard","Malgun Gothic",sans-serif;font-size:1.6rem;font-weight:400;line-height:1;word-break:keep-all;letter-spacing:-0.03em;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;color:#252525}a{background:rgba(0,0,0,0);text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0);color:#252525;transition:all .2s ease}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}svg:not(:root){overflow:hidden}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto;white-space:pre;white-space:pre-wrap;word-wrap:break-word}code,kbd,pre,samp{font:inherit}mark{background:#ff0;color:#1a1a1a}dfn{font-style:italic}table{width:100%;border-collapse:collapse;border-spacing:0;border:0 none}td,th{padding:0}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font:inherit}address,caption,cite,code,dfn,em,var{font-style:normal}img{max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button,select{text-transform:none}button{overflow:visible;border:0 none;background-color:rgba(0,0,0,0);transition:all .2s ease}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#b0b0b0}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#b0b0b0}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#b0b0b0}.scroll_lock{touch-action:none;-webkit-overflow-scrolling:none;overflow:hidden;overscroll-behavior:none}input[type=checkbox]{width:18px;height:18px}input[type=radio]{width:18px;height:18px}label,button{cursor:pointer}label,input{vertical-align:middle}.label_wrap{display:flex}.label_wrap.center{justify-content:center}.label_wrap.left{justify-content:flex-start}.label_wrap.right{justify-content:flex-end}.label_box{display:block;padding:0 0 0 23px;line-height:1;box-sizing:border-box;position:relative}.label_box input[type=checkbox]{position:absolute;left:0;top:1px}.label_box input[type=radio]{position:absolute;left:0;top:1px}.label_box label{min-height:18px;display:inline-flex;align-items:center;gap:5px;line-height:1.2em;word-break:keep-all}.label_box.gray label{font-weight:500;color:#555}.label_text_box{display:flex;flex-flow:row wrap;align-items:center;gap:5px}@media screen and (max-width: 760px){.label_wrap{flex-flow:column nowrap}input[type=checkbox]{width:16px;height:16px}input[type=radio]{width:16px;height:16px}.label_box{padding:0 0 0 20px}}.label_select{display:flex;flex-flow:row wrap;align-items:center;gap:5px;padding:0;position:static}.label_select label{flex:none;font-weight:600}.label_in_checkbox{display:inline-flex;gap:6px;align-items:center}.label_in_checkbox+.label_in_checkbox{margin-left:8px}input[type=text]:disabled,input[type=password]:disabled,input[type=number]:disabled,input[type=tel]:disabled,input[type=email]:disabled,input[type=url]:disabled,input[type=search]:disabled,input[type=file]:disabled,input[type=date]:disabled,input[type=month]:disabled,input[type=time]:disabled,input[type=datetime-local]:disabled{background:#f5f5f5}input[type=text]:read-only,input[type=password]:read-only,input[type=number]:read-only,input[type=tel]:read-only,input[type=email]:read-only,input[type=url]:read-only,input[type=search]:read-only,input[type=file]:read-only,input[type=date]:read-only,input[type=month]:read-only,input[type=time]:read-only,input[type=datetime-local]:read-only{background:#f5f5f5}th .label_box{justify-content:center}a.skip{position:fixed;left:-9999px;top:-9999px;display:block;line-height:3em;background:#40b2cd;color:#fff;text-align:center}a.skip:hover,a.skip:focus{position:static;left:0;top:0}input[type=text]:disabled,input[type=password]:disabled{background:#f2f2f2}.container{margin:0 auto}.hidden,.none{position:fixed;left:-9999px}.float_left{float:left}.float_right{float:right}.contents_ready{padding:50px 0;text-align:center}.right{text-align:right}.text_center{text-align:center}.text_right{text-align:right}.text_left{text-align:left}.img_box{display:flex;flex-flow:row wrap;gap:10px}.img_box.center{justify-content:center}.img_box.right{justify-content:flex-end}.img_box.width100 img{width:100%}.scroll_guide{display:none;margin-bottom:1.5vh;padding:20px 20px 20px 55px;border:1px dashed #e5e5e5;position:relative}.scroll_guide p{font-size:1.5rem;font-weight:600;line-height:1.3em;color:#444;word-break:keep-all}.scroll_guide::before{display:block;content:"";width:20px;height:33px;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("../images/ico_table_scroll.png");position:absolute;left:20px;top:50%;transform:translateY(-50%)}@media screen and (max-width: 760px){.scroll_guide{display:block}}.table_scroll{max-width:100%;width:100%}.table_scroll::-webkit-scrollbar{height:5px;background-color:#f1f1f1}.table_scroll::-webkit-scrollbar-thumb{background-color:#888;border-radius:10px}.table_scroll+.table_scroll{margin:20px 0 0}@media screen and (max-width: 760px){.table_scroll{padding:0 0 5px;overflow-x:auto}.table_scroll .table th,.table_scroll .table td{word-break:keep-all}}ul+.table_scroll,ul+.table{margin:20px 0 0}li .table{margin:10px 0 0}.table_tar{margin:0 0 5px;text-align:right;font-weight:500;line-height:1.5em;color:#555}.table{border-top:2px solid #000}.table+.table{margin:30px 0 0}.table caption{text-align:left}.table tr.notice{background-color:#f8f8f8}.table th,.table td{padding:15px 15px;font-size:1.6rem;line-height:1.3em;box-sizing:border-box;word-break:keep-all}.table th.num,.table td.num{width:50px}.table th.library,.table td.library{width:100px}.table th.writer,.table td.writer{width:100px}.table th.apply_status,.table td.apply_status{width:100px}.table th.state,.table th.status,.table td.state,.table td.status{width:80px}.table th.join_period,.table td.join_period{width:200px}.table th.write_date,.table td.write_date{width:110px}.table th.view,.table td.view{width:70px}.table th.apply_check,.table td.apply_check{width:100px}.table th.period,.table td.period{width:100px}.table th.target,.table td.target{width:100px}.table th.recruitment,.table td.recruitment{width:100px}.table th.manage,.table td.manage{width:100px}.table th.cancel,.table td.cancel{width:100px}.table th.file,.table td.file{width:50px}.table th{background:#f1f1f1;border:1px solid #dbdbdb;border-top:0 none;font-weight:600;text-align:center}.table th.center{text-align:center}.table th.left{text-align:left}.table th.right{text-align:right}.table th label{font-weight:500}.table tbody th{background-color:#fbfbfb}.table td{background:#fff;border:1px solid #dbdbdb;border-top:0 none}.table td.center{text-align:center}.table td.left{text-align:left}.table td.right{text-align:right}.table td.title{text-align:left}.table td.title a{display:flex;align-items:center;gap:5px}.table td.club_name a,.table td.club_name button{font-weight:500;display:-webkit-inline-box;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.table td.club_name a:hover,.table td.club_name button:hover{color:#0091e7}.table td .title_text{display:-webkit-inline-box;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.table td .title_text:hover{color:#0091e7}.table .notice td.num{font-size:0}.table .notice td.num::before{display:block;content:"공지";width:27px;height:16px;font-size:0;background-repeat:no-repeat;background-position:center;background-image:url("../images/ico_notice.gif")}.table .join_period{width:100%;font-size:1.5rem;color:#777}.table .table_data_empty td{padding:30px 10px;background-color:#fafafa;color:#999}.table ul li{text-align:left}.table .ico_new{display:inline-block;flex:none;width:23px;height:11px;font-size:0}.table .ico_new::before{display:block;content:"";width:100%;height:100%;background-repeat:no-repeat;background-position:center;transition:all .2s ease;background-image:url("../images/ico_new.gif")}.table .ico_secret{display:inline-block;flex:none;width:16px;height:16px;font-size:0}.table .ico_secret::before{display:block;content:"";width:100%;height:100%;background-repeat:no-repeat;background-position:center;transition:all .2s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='rgba(153,153,153,1)'%3E%3Cpath d='M19 10H20C20.5523 10 21 10.4477 21 11V21C21 21.5523 20.5523 22 20 22H4C3.44772 22 3 21.5523 3 21V11C3 10.4477 3.44772 10 4 10H5V9C5 5.13401 8.13401 2 12 2C15.866 2 19 5.13401 19 9V10ZM5 12V20H19V12H5ZM11 14H13V18H11V14ZM17 10V9C17 6.23858 14.7614 4 12 4C9.23858 4 7 6.23858 7 9V10H17Z'%3E%3C/path%3E%3C/svg%3E")}.table .ongoing,.table .register{color:#1fab2f;font-weight:600}.table .positive{color:#0093e3;font-weight:600}.table .negative{color:#e92f4d;font-weight:600}.table .disabled{color:#666;font-weight:600}.table.center th,.table.center td{text-align:center}.table.center th.center{text-align:center}.table.center th.left{text-align:left}.table.center th.right{text-align:right}.table.center td.center{text-align:center}.table.center td.left{text-align:left}.table.center td.right{text-align:right}.table.center td.title{text-align:left}.table.left th,.table.left td{text-align:left}.table.left th.center{text-align:center}.table.left th.left{text-align:left}.table.left th.right{text-align:right}.table.left td.center{text-align:center}.table.left td.left{text-align:left}.table.left td.right{text-align:right}.table.left td.title{text-align:left}.table.right th,.table.right td{text-align:right}.table.right th.center{text-align:center}.table.right th.left{text-align:left}.table.right th.right{text-align:right}.table.right td.center{text-align:center}.table.right td.left{text-align:left}.table.right td.right{text-align:right}.table.right td.title{text-align:left}@media screen and (max-width: 760px){.table{border-top-width:1px}.table th,.table td{padding:12px 12px}.table th,.table td{word-break:break-all}}.must_text{text-align:right;color:#777;padding:0 0 12px}.must_ico{font-size:0;display:inline-block;vertical-align:text-top;line-height:1}.must_ico::before{display:block;content:"*";font-size:20px;font-weight:600;color:#eb0000}.flex_box{display:flex;flex-flow:row wrap;align-items:center;gap:5px}.flex_box input[type=text]{flex:1}.id_box{display:flex;flex-flow:row wrap;align-items:center;gap:5px}.id_box input[type=text]{flex:1;min-width:0}.email_box{display:flex;flex-flow:row wrap;align-items:center;gap:5px}.email_box input[type=text],.email_box select{flex:1;min-width:0}.email_box .at{color:#999}.phone_box{display:flex;align-items:center;gap:5px}.phone_box:has(select) select{flex:1;min-width:0}.phone_box:has(select) input[type=text],.phone_box:has(select) input[type=number]{flex:2 1 0}.phone_box input[type=text],.phone_box input[type=number]{flex:1;min-width:0}.phone_box .dash{color:#999}.upload_box{display:flex;align-items:center;gap:5px}.upload_box__file{position:fixed;left:-99999px;top:-99999px}.upload_box__name{flex:1;display:flex;align-items:center;height:40px;padding:0 10px;color:#b0b0b0;border-radius:3px;border:1px solid #dbdbdb;background-color:#fff;box-sizing:border-box}.upload_box__name.active{color:#252525}@media screen and (max-width: 760px){.upload_box .btn_ico_upload{gap:0;min-width:initial;width:40px;padding:0;font-size:0}}.school_box{display:flex;flex-flow:row wrap;align-items:center;gap:15px}.school_box__item{display:flex;align-items:center;gap:5px}.school_box__item input[type=text]{width:60px;text-align:right}.school_box__item label{flex:none}@media screen and (max-width: 760px){.school_box{gap:10px}.school_box__item{flex:1}.school_box__item input[type=text]{width:100%;min-width:0}}.opt_in{display:flex;align-items:center;gap:5px;margin:10px 0 0}.opt_in.full button{width:100%}.opt_in.half button{width:50%}.opt_in label{font-weight:500;color:#555}.address_box{display:flex;flex-flow:row wrap;align-items:center;gap:5px}.address_box .post_code{flex:1 1 100%;display:flex;align-items:center;gap:5px}.address_box .post_code>input[type=text]{max-width:150px;width:100px}.address_box input[type=text]{flex:1 1 100%}.checkbox_container{display:flex;flex-flow:row wrap;align-items:center;gap:15px}.label_container{display:flex;flex-flow:row wrap;align-items:center;gap:10px}@media screen and (max-width: 760px){.checkbox_container{gap:10px}}.period_container{display:flex;align-items:center;gap:5px;height:40px;border-radius:3px;border:1px solid #dbdbdb;background-color:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.period_container input[type=text],.period_container input[type=month],.period_container input[type=date],.period_container input[type=datetime-local],.period_container input[type=time]{flex:1;min-width:0;height:100%;border:0 none;background-color:rgba(0,0,0,0)}.period_container input[type=text]:hover,.period_container input[type=text]:focus,.period_container input[type=month]:hover,.period_container input[type=month]:focus,.period_container input[type=date]:hover,.period_container input[type=date]:focus,.period_container input[type=datetime-local]:hover,.period_container input[type=datetime-local]:focus,.period_container input[type=time]:hover,.period_container input[type=time]:focus{outline:0 none}.period_container:has(input[type=date]:focus){outline:2px solid #000}.period_container:has(input[type=date]:disabled){background-color:#efefef}.period_container:has(input[type=date]:disabled) input[type=date]{background-color:rgba(0,0,0,0)}.wave{color:#777}.condition_wrap{display:flex;flex-wrap:wrap;gap:20px}.condition_item{display:flex;align-items:center;gap:8px}.condition_item input[type=number]{width:80px}.form_table{border-top:1px solid #000}.form_table th,.form_table td{padding:20px 20px;border-left:0 none;border-right:0 none}.form_table tbody th,.form_table th{background-color:#fff;text-align:left;font-weight:600}.form_table tbody th label,.form_table th label{text-align:left;font-weight:600}.form_table select{max-width:500px;width:100%}.form_table td>input[type=text],.form_table td>input[type=password],.form_table td>input[type=date]{max-width:500px;width:100%}.form_table textarea{width:100%;height:150px;resize:none}.form_table .period_container,.form_table .flex_box,.form_table .id_box,.form_table .email_box,.form_table .phone_box,.form_table .address_box,.form_table .upload_box,.form_table .school_box{max-width:500px;width:100%}.form_table .period_container>input[type=text],.form_table .flex_box>input[type=text],.form_table .id_box>input[type=text],.form_table .email_box>input[type=text],.form_table .phone_box>input[type=text],.form_table .address_box>input[type=text],.form_table .upload_box>input[type=text],.form_table .school_box>input[type=text]{max-width:initial;width:auto}.form_table .period_container select,.form_table .flex_box select,.form_table .id_box select,.form_table .email_box select,.form_table .phone_box select,.form_table .address_box select,.form_table .upload_box select,.form_table .school_box select{max-width:initial;width:auto}@media screen and (max-width: 760px){.form_table{display:block}.form_table tbody{display:block}.form_table tr{display:flex;flex-flow:column nowrap;padding:15px 0;border-bottom:1px solid #dbdbdb}.form_table th{display:block;padding:0;margin:0 0 12px;border:0 none}.form_table td{display:block;padding:0;border:0 none}.form_table select{max-width:100%}.form_table td>input[type=text],.form_table td>input[type=password]{max-width:100%}.form_table .flex_box,.form_table .id_box,.form_table .email_box,.form_table .phone_box,.form_table .address_box,.form_table .school_box{max-width:100%}.form_table .email_box select{flex:1 1 100%}}.board_table th,.board_table td{border-left:0 none;border-right:0 none;background-color:rgba(0,0,0,0)}.board_table th{font-weight:600}@media screen and (max-width: 760px){.board_table{display:block;width:calc(100% + 4vw);margin:0 -2vw}.board_table thead{position:fixed;left:-99999px;top:-99999px}.board_table tbody{display:block}.board_table tr{display:flex;flex-flow:row wrap;gap:6px 8px;padding:12px 2vw;border-bottom:1px solid #dbdbdb}.board_table tr:has(.no_data){border:0 none}.board_table td{display:block;padding:0;border:0 none}.board_table td.num{display:none}.board_table td.title{width:100%;order:1}.board_table td.title a,.board_table td.title .title_text{font-size:1.7rem;font-weight:500}.board_table td:not(.title){width:auto;order:2;font-size:1.5rem;color:#777}.board_table td .ico_file{width:16px;height:16px}.board_table td .ico_file::before{background-size:16px auto}.board_table td.no_data{width:100%;padding:50px 15px;font-weight:500}}.mypage_table th,.mypage_table td{border-left:0 none;border-right:0 none;background-color:rgba(0,0,0,0)}.mypage_table th{font-weight:600}@media screen and (max-width: 760px){.mypage_table{display:block;border-top:0 none}.mypage_table thead{position:fixed;left:-99999px;top:-99999px}.mypage_table tbody{display:block}.mypage_table tr{display:flex;flex-flow:row wrap;border-radius:5px;border:1px solid #dbdbdb;overflow:hidden}.mypage_table tr:last-child{border-bottom:1px solid #dbdbdb}.mypage_table tr:has(.no_data){padding:0;border:0 none}.mypage_table tr+tr{margin:15px 0 0}.mypage_table td{display:flex;flex-flow:row wrap;align-items:center;width:100%;min-height:36px;padding:10px 10px 10px 90px;text-align:left;border:0 none;border-bottom:1px solid #dbdbdb;box-sizing:border-box;position:relative}.mypage_table td:last-child{padding:0;border-bottom:0 none}.mypage_table td::before{flex:none;display:flex;content:"";align-items:center;width:80px;height:100%;padding:10px 10px;font-weight:600;border-right:1px solid #dbdbdb;background-color:#f9f9f9;box-sizing:border-box;position:absolute;left:0;top:0}.mypage_table td.num{display:none}.mypage_table td.title::before{content:"제목"}.mypage_table td.title.club_name::before{content:"동아리명"}.mypage_table td .title_text{font-weight:600}.mypage_table td.library{width:100%}.mypage_table td.library::before{content:"도서관"}.mypage_table td.apply_person::before{content:"신청인원"}.mypage_table td.state,.mypage_table td.status{width:100%}.mypage_table td.state::before,.mypage_table td.status::before{content:"상태"}.mypage_table td.manage{width:100%}.mypage_table td.manage::before{content:"관리"}.mypage_table td.apply_check::before{content:"신청내역"}.mypage_table td.applicant::before{content:"신청자"}.mypage_table td.join_period::before{content:"가입기간"}.mypage_table td.reserve_date::before{content:"예약일"}.mypage_table td.reg_date::before{content:"신청일시"}.mypage_table td.reserve_expire_date::before{content:"예약만기일"}.mypage_table td.detail_view::before{content:"상세보기"}.mypage_table td.cancel::before{content:"취소"}.mypage_table td.no_data{width:100%;padding:50px 15px}.mypage_table td.no_data::before{display:none}}.file_download{display:flex;gap:5px;padding:0 0 0 23px;line-height:1.3em;position:relative}.file_download::before{display:block;content:"";width:18px;height:18px;background-repeat:no-repeat;background-position:center;position:absolute;left:0;top:0}.file_download:hover{color:#0091e7}.file_download.pdf::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(225,85,85,1)'%3E%3Cpath d='M5 4H15V8H19V20H5V4ZM3.9985 2C3.44749 2 3 2.44405 3 2.9918V21.0082C3 21.5447 3.44476 22 3.9934 22H20.0066C20.5551 22 21 21.5489 21 20.9925L20.9997 7L16 2H3.9985ZM10.4999 7.5C10.4999 9.07749 10.0442 10.9373 9.27493 12.6534C8.50287 14.3757 7.46143 15.8502 6.37524 16.7191L7.55464 18.3321C10.4821 16.3804 13.7233 15.0421 16.8585 15.49L17.3162 13.5513C14.6435 12.6604 12.4999 9.98994 12.4999 7.5H10.4999ZM11.0999 13.4716C11.3673 12.8752 11.6042 12.2563 11.8037 11.6285C12.2753 12.3531 12.8553 13.0182 13.5101 13.5953C12.5283 13.7711 11.5665 14.0596 10.6352 14.4276C10.7999 14.1143 10.9551 13.7948 11.0999 13.4716Z'%3E%3C/path%3E%3C/svg%3E")}.file_download.hwp::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(8,132,228,1)'%3E%3Cpath d='M16 2L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918C3 2.44405 3.44749 2 3.9985 2H16ZM16 8.66667H8V7.33333L11.333 7.333L11.3333 6H12.6667L12.666 7.333H14.999L15 4H5V20H19V8L16 7.999V8.66667ZM9.33333 14.6667L9.333 16.666L16 16.6667V18H8V14.6667H9.33333ZM12 14.3333C12.5523 14.3333 13 14.781 13 15.3333C13 15.8856 12.5523 16.3333 12 16.3333C11.4477 16.3333 11 15.8856 11 15.3333C11 14.781 11.4477 14.3333 12 14.3333ZM12 9C13.3807 9 14.5 10.1193 14.5 11.5C14.5 12.8807 13.3807 14 12 14C10.6193 14 9.5 12.8807 9.5 11.5C9.5 10.1193 10.6193 9 12 9ZM12 10.3333C11.3557 10.3333 10.8333 10.8557 10.8333 11.5C10.8333 12.1443 11.3557 12.6667 12 12.6667C12.6443 12.6667 13.1667 12.1443 13.1667 11.5C13.1667 10.8557 12.6443 10.3333 12 10.3333Z'%3E%3C/path%3E%3C/svg%3E")}.file_download.zip::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,86,145,1)'%3E%3Cpath d='M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM19 20V4H5V20H19ZM14 12V17H10V14H12V12H14ZM12 4H14V6H12V4ZM10 6H12V8H10V6ZM12 8H14V10H12V8ZM10 10H12V12H10V10Z'%3E%3C/path%3E%3C/svg%3E")}.file_download.excel::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(9,118,65,1)'%3E%3Cpath d='M13.2 12L16 16H13.6L12 13.7143L10.4 16H8L10.8 12L8 8H10.4L12 10.2857L13.6 8H15V4H5V20H19V8H16L13.2 12ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918Z'%3E%3C/path%3E%3C/svg%3E")}.file_download.ppt::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(190,60,32,1)'%3E%3Cpath d='M3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM5 4V20H19V8H16V14H10V16H8V8H15V4H5ZM10 10V12H14V10H10Z'%3E%3C/path%3E%3C/svg%3E")}.file_download.word::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(49,91,157,1)'%3E%3Cpath d='M16 8V16H14L12 14L10 16H8V8H10V13L12 11L14 13V8H15V4H5V20H19V8H16ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918Z'%3E%3C/path%3E%3C/svg%3E")}.file_download.image::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M15 8V4H5V20H19V8H15ZM3 2.9918C3 2.44405 3.44749 2 3.9985 2H16L20.9997 7L21 20.9925C21 21.5489 20.5551 22 20.0066 22H3.9934C3.44476 22 3 21.5447 3 21.0082V2.9918ZM11 9.5C11 10.3284 10.3284 11 9.5 11C8.67157 11 8 10.3284 8 9.5C8 8.67157 8.67157 8 9.5 8C10.3284 8 11 8.67157 11 9.5ZM17.5 17L13.5 10L8 17H17.5Z'%3E%3C/path%3E%3C/svg%3E")}.file_download.zip::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(250,205,27,1)'%3E%3Cpath d='M20 22H4C3.44772 22 3 21.5523 3 21V3C3 2.44772 3.44772 2 4 2H20C20.5523 2 21 2.44772 21 3V21C21 21.5523 20.5523 22 20 22ZM19 20V4H5V20H19ZM14 12V17H10V14H12V12H14ZM12 4H14V6H12V4ZM10 6H12V8H10V6ZM12 8H14V10H12V8ZM10 10H12V12H10V10Z'%3E%3C/path%3E%3C/svg%3E")}@media screen and (max-width: 760px){.file_download{padding:0 0 0 21px}.file_download::before{width:16px;height:16px;background-size:16px auto;top:1px}}.page_remote{display:flex;flex-flow:row wrap;margin-top:30px;border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;background:#fafafa}.page_remote dt,.page_remote dd{display:flex;align-items:center;padding:15px 15px;box-sizing:border-box}.page_remote dt.next,.page_remote dd.next{border-bottom:1px solid #dbdbdb}.page_remote dt{width:50px;flex:none;justify-content:center;padding:0;font-size:0}.page_remote dt::before{display:block;content:"";width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(37,37,37,1)'%3E%3Cpath d='M11.9999 10.8284L7.0502 15.7782L5.63599 14.364L11.9999 8L18.3639 14.364L16.9497 15.7782L11.9999 10.8284Z'%3E%3C/path%3E%3C/svg%3E")}.page_remote dt.prev::before{transform:rotate(180deg)}.page_remote dd{padding-left:0;width:calc(100% - 50px);color:#999}.page_remote dd a{text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;max-width:100%;overflow:hidden;font-weight:500;color:#555;line-height:1.3em}.page_remote dd a:hover{color:#0091e7}input[type=button]{cursor:pointer}input[type=text],input[type=password],input[type=number],input[type=tel],input[type=email],input[type=url],input[type=search],input[type=file],input[type=date],input[type=month],input[type=time],input[type=datetime-local],select,.input{height:40px;border:solid 1px #dbdbdb;border-radius:2px;background:#fff;padding:0 10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}textarea{border:solid 1px #dbdbdb;border-radius:2px;background:#fff;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;overflow:auto;padding:10px;line-height:1.3em;height:auto}.jsElasticArea{transition:all .2s ease}input[type=date],input[type=month],input[type=datetime-local]{padding:0 10px;box-sizing:border-box}input[type=date]::-webkit-calendar-picker-indicator,input[type=month]::-webkit-calendar-picker-indicator,input[type=datetime-local]::-webkit-calendar-picker-indicator{cursor:pointer;background-position:center center;background-size:18px auto;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(153,153,153,1)'%3E%3Cpath d='M9 1V3H15V1H17V3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H7V1H9ZM20 11H4V19H20V11ZM8 13V15H6V13H8ZM13 13V15H11V13H13ZM18 13V15H16V13H18ZM7 5H4V9H20V5H17V7H15V5H9V7H7V5Z'%3E%3C/path%3E%3C/svg%3E")}input[type=date]::-webkit-calendar-picker-indicator:hover,input[type=date]::-webkit-calendar-picker-indicator:focus,input[type=month]::-webkit-calendar-picker-indicator:hover,input[type=month]::-webkit-calendar-picker-indicator:focus,input[type=datetime-local]::-webkit-calendar-picker-indicator:hover,input[type=datetime-local]::-webkit-calendar-picker-indicator:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,0,0,1)'%3E%3Cpath d='M9 1V3H15V1H17V3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H7V1H9ZM20 11H4V19H20V11ZM8 13V15H6V13H8ZM13 13V15H11V13H13ZM18 13V15H16V13H18ZM7 5H4V9H20V5H17V7H15V5H9V7H7V5Z'%3E%3C/path%3E%3C/svg%3E")}input[type=time]{padding:0 10px;box-sizing:border-box}input[type=time]::-webkit-calendar-picker-indicator{cursor:pointer;background-position:center center;background-size:18px auto;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(153,153,153,1)'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM13 12H17V14H11V7H13V12Z'%3E%3C/path%3E%3C/svg%3E")}input[type=time]::-webkit-calendar-picker-indicator:hover,input[type=time]::-webkit-calendar-picker-indicator:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,0,0,1)'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM13 12H17V14H11V7H13V12Z'%3E%3C/path%3E%3C/svg%3E")}select{padding:0 28px 0 10px;background-color:#fff;background-repeat:no-repeat;background-position:center right 6px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,0,0,1)'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");-o-appearance:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}select::-ms-expand{display:none}input[type=text][disabled],input[type=text]:disabled,input[type=password][disabled],input[type=password]:disabled,input[type=number][disabled],input[type=number]:disabled,input[type=tel][disabled],input[type=tel]:disabled,input[type=email][disabled],input[type=email]:disabled,input[type=url][disabled],input[type=url]:disabled,input[type=search][disabled],input[type=search]:disabled,input[type=file][disabled],input[type=file]:disabled,input[type=date][disabled],input[type=date]:disabled,input[type=month][disabled],input[type=month]:disabled,input[type=time][disabled],input[type=time]:disabled,input[type=datetime-local][disabled],input[type=datetime-local]:disabled,select[disabled],select:disabled{background-color:#efefef;color:#888;cursor:auto}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){select{padding:0 0 0 5px}}.input02,.width02{width:2%}.input03,.width03{width:3%}.input04,.width04{width:4%}.input05,.width05{width:5%}.input06,.width06{width:6%}.input07,.width07{width:7%}.input08,.width08{width:8%}.input09,.width09{width:9%}.input10,.width10{width:10%}.input15,.width15{width:15%}.input17,.width17{width:17%}.input20,.width20{width:20%}.input25,.width25{width:25%}.input30,.width30{width:30%}.input33,.width33{width:33%}.input35,.width35{width:35%}.input40,.width40{width:40%}.input45,.width45{width:45%}.input50,.width50{width:50%}.input55,.width55{width:55%}.input60,.width60{width:60%}.input65,.width65{width:65%}.input70,.width70{width:70%}.input75,.width75{width:75%}.input80,.width80{width:80%}.input85,.width85{width:85%}.input86,.width86{width:86%}.input87,.width87{width:87%}.input88,.width88{width:88%}.input89,.width89{width:89%}.input90,.width90{width:90%}.input92,.width92{width:92%}.input94,.width94{width:94%}.input95,.width95{width:95%}.input97,.width97{width:97%}.input98,.width98{width:98%}.input99,.width99{width:99%}.input100,.width100{width:100%}.float_right{float:right}.float_left{float:left}.flex1{flex:1}.flex1_100{flex:1;width:100%}.flex_auto{flex:1 1 auto}.flex_auto_100{flex:1 1 auto;width:100px}.m0{margin:0}.m10{margin:10px}.m20{margin:20px}.m30{margin:30px}.m40{margin:40px}.m50{margin:50px}.m60{margin:60px}.m70{margin:70px}.m80{margin:80px}.m90{margin:90px}.m100{margin:100px}.mt10{margin-top:10px}.mt20{margin-top:20px}.mt30{margin-top:30px}.mt40{margin-top:40px}.mt50{margin-top:50px}.mt60{margin-top:60px}.mt70{margin-top:70px}.mt80{margin-top:80px}.mt90{margin-top:90px}.mt100{margin-top:100px}.mb10{margin-bottom:10px}.mb20{margin-bottom:20px}.mb30{margin-bottom:30px}.mb40{margin-bottom:40px}.mb50{margin-bottom:50px}.mb60{margin-bottom:60px}.mb70{margin-bottom:70px}.mb80{margin-bottom:80px}.mb90{margin-bottom:90px}.mb100{margin-bottom:100px}.ml05{margin-left:5px}.ml10{margin-left:10px}.ml20{margin-left:20px}.ml30{margin-left:30px}.ml40{margin-left:40px}.ml50{margin-left:50px}.ml60{margin-left:60px}.ml70{margin-left:70px}.ml80{margin-left:80px}.ml90{margin-left:90px}.ml100{margin-left:100px}.mr10{margin-right:10px}.mr20{margin-right:20px}.mr30{margin-right:30px}.mr40{margin-right:40px}.mr50{margin-right:50px}.mr60{margin-right:60px}.mr70{margin-right:70px}.mr80{margin-right:80px}.mr90{margin-right:90px}.mr100{margin-right:100px}.mtb10{margin:10px 0}.mtb20{margin:20px 0}.mtb30{margin:30px 0}.mtb40{margin:40px 0}.mtb50{margin:50px 0}.mtb60{margin:60px 0}.mtb70{margin:70px 0}.mtb80{margin:80px 0}.mtb90{margin:90px 0}.mtb100{margin:100px 0}.p0{padding:0}.p10{padding:10px}.p20{padding:20px}.p30{padding:30px}.p40{padding:40px}.p50{padding:50px}.p60{padding:60px}.p70{padding:70px}.p80{padding:80px}.p90{padding:90px}.p100{padding:100px}.pt10{padding-top:10px}.pt20{padding-top:20px}.pt30{padding-top:30px}.pt40{padding-top:40px}.pt50{padding-top:50px}.pt60{padding-top:60px}.pt70{padding-top:70px}.pt80{padding-top:80px}.pt90{padding-top:90px}.pt100{padding-top:100px}.pb10{padding-bottom:10px}.pb20{padding-bottom:20px}.pb30{padding-bottom:30px}.pb40{padding-bottom:40px}.pb50{padding-bottom:50px}.pb60{padding-bottom:60px}.pb70{padding-bottom:70px}.pb80{padding-bottom:80px}.pb90{padding-bottom:90px}.pb100{padding-bottom:100px}.pl10{padding-left:10px}.pl20{padding-left:20px}.pl30{padding-left:30px}.pl40{padding-left:40px}.pl50{padding-left:50px}.pl60{padding-left:60px}.pl70{padding-left:70px}.pl80{padding-left:80px}.pl90{padding-left:90px}.pl100{padding-left:100px}.pr10{padding-right:10px}.pr20{padding-right:20px}.pr30{padding-right:30px}.pr40{padding-right:40px}.pr50{padding-right:50px}.pr60{padding-right:60px}.pr70{padding-right:70px}.pr80{padding-right:80px}.pr90{padding-right:90px}.pr100{padding-right:100px}.ptb10{padding:10px 0}.ptb20{padding:20px 0}.ptb30{padding:30px 0}.ptb40{padding:40px 0}.ptb50{padding:50px 0}.ptb60{padding:60px 0}.ptb70{padding:70px 0}.ptb80{padding:80px 0}.ptb90{padding:90px 0}.ptb100{padding:100px 0}.flex{display:flex}.flex_jcac{display:flex;justify-content:center;align-items:center}.flex_jc{display:flex;justify-content:center}.flex_ac{display:flex;align-items:center}.flex_ae{display:flex;align-items:flex-end}.flex_col{display:flex;flex-flow:column nowrap}.flex_col_jcac{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center}.flex_col_jc{display:flex;flex-flow:column nowrap;justify-content:center}.flex_col_ac{display:flex;flex-flow:column nowrap;align-items:center}.flex_jsb{display:flex;justify-content:space-between}.flex_col_jsb{display:flex;flex-flow:column nowrap;justify-content:space-between}.flex_rowwrap{display:flex;flex-flow:row wrap}.flex_colwrap{display:flex;flex-flow:column wrap}.flex1{flex:1}.flex1_100{flex:1;width:100%}.flex_auto{flex:1 1 auto}.flex_auto_100{flex:1 1 auto;width:100%}.gap5{gap:5px}.gap10{gap:10px}.gap15{gap:15px}.gap20{gap:20px}.gap25{gap:25px}.gap30{gap:30px}.gap35{gap:35px}.gap40{gap:40px}.gap45{gap:45px}.gap50{gap:50px}.gap55{gap:55px}.gap60{gap:60px}.gap65{gap:65px}.gap70{gap:70px}.gap75{gap:75px}.gap80{gap:80px}.gap85{gap:85px}.gap90{gap:90px}.gap95{gap:95px}.gap100{gap:100px}.proce_list{display:flex;gap:10px;padding:20px 20px;border-radius:8px;background-color:#f8f9fa;counter-reset:porce-counter}.proce_list li{flex:1;display:flex;flex-flow:column nowrap;align-items:center}.proce_list li::before{display:flex;justify-content:center;align-items:center;content:counter(porce-counter);counter-increment:porce-counter;width:40px;height:40px;margin:0 0 10px;font-size:2rem;font-weight:700;line-height:initial;border-radius:50%;color:#fff;background-color:#3498db}.proce_box{flex:1;display:flex;flex-flow:column nowrap;width:100%;border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.05)}.proce_title{display:flex;justify-content:center;align-items:center;width:100%;height:64px;padding:10px 15px;font-size:1.8rem;line-height:1.3em;font-weight:700;color:#fff;background-color:#3498db;box-sizing:border-box}.proce_content{flex:1;display:flex;justify-content:center;align-items:center;width:100%;padding:15px 15px;text-align:center;font-weight:500;line-height:1.5em;word-break:keep-all;background-color:#fff;box-sizing:border-box}.list_box{padding:20px 20px;border-radius:20px;box-shadow:0 0 10px rgba(0,0,0,.06)}.list_01{width:100%;display:flex;flex-flow:column nowrap;gap:10px;box-sizing:border-box}.list_01>li{padding:0 0 0 15px;line-height:1.5em;font-weight:500;word-break:keep-all;position:relative}.list_01>li::before{display:block;content:"";width:7px;height:7px;background-color:var(--primary-color);position:absolute;left:0;top:8px}.list_01>li__blue{color:#0093e3}.list_01>li__wrn{color:#e92f4d}.list_01>li>ul,.list_01>li>ol{margin:10px 0 0}.table .list_01>li{font-weight:400}.list_02{width:100%;display:flex;flex-flow:column nowrap;gap:10px;box-sizing:border-box}.list_02>li{padding:0 0 0 15px;font-size:1.5rem;line-height:1.5em;color:#555;position:relative;word-break:keep-all}.list_02>li::before{display:block;content:"";width:7px;height:7px;border:1px solid var(--primary-color);background-color:#fff;box-sizing:border-box;position:absolute;left:0;top:7px}.list_02>li__blue{color:#0093e3;font-weight:600}.list_02>li__wrn{color:#e92f4d;font-weight:600}.list_02>li>a{font-size:1.5rem}.list_02>li>ul,.list_02>li>ol{padding:10px 0 0}.list_03{width:100%;display:flex;flex-flow:column nowrap;gap:10px;box-sizing:border-box}.list_03>li{padding:0 0 0 16px;font-size:1.5rem;line-height:1.5em;color:#555;position:relative;word-break:keep-all}.list_03>li::before{display:block;content:"";width:8px;height:1px;background-color:var(--primary-color);box-sizing:border-box;position:absolute;left:0;top:10px}.list_03>li__blue{color:#0093e3}.list_03>li__wrn{color:#e92f4d}.list_03>li>ul,.list_03>li>ol{padding:10px 0 0}.list_04{width:100%;display:flex;flex-flow:column nowrap;gap:10px;box-sizing:border-box}.list_04>li{padding:0 0 0 16px;font-size:1.5rem;font-weight:500;line-height:1.5em;color:#777;position:relative;word-break:keep-all}.list_04>li::before{display:block;content:"";width:0;height:0;border-left:3px solid rgba(0,0,0,0);border-right:3px solid rgba(0,0,0,0);border-bottom:5px solid var(--primary-color);box-sizing:border-box;position:absolute;left:0;top:8px}.list_04>li__blue{color:#0093e3}.list_04>li__wrn{color:#e92f4d}.list_04>li>ul,.list_04>li>ol{padding:8px 0 0}.go_link{padding:0 21px 0 0;line-height:1.5em;position:relative}.go_link::after{display:block;content:"";width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='rgba(170,170,170,1)'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z'%3E%3C/path%3E%3C/svg%3E");position:absolute;right:0;top:0}.go_link strong{transition:all .2s ease}.go_link:hover{color:#0091e7}.go_link:hover strong{color:#0091e7}.go_download{display:flex;align-items:center;gap:5px;line-height:1.5em}.go_download::after{display:block;content:"";width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='rgba(170,170,170,1)'%3E%3Cpath d='M13 10H18L12 16L6 10H11V3H13V10ZM4 19H20V12H22V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V12H4V19Z'%3E%3C/path%3E%3C/svg%3E")}.num_list{width:100%;display:flex;flex-flow:column nowrap;gap:10px}.num_list>li{line-height:1.3em;counter-increment:steps;padding:0 0 0 20px;position:relative}.num_list>li::before{display:inline-block;content:counter(steps) ".";color:#333;position:absolute;left:0;top:0}.dash_list{display:flex;flex-flow:column nowrap;gap:10px}.dash_list>li{color:#777;padding-left:15px;line-height:1.3em;position:relative}.dash_list>li::before{display:block;content:"";width:5px;height:1px;background:#999;position:absolute;left:0;top:9px}.dash_list>li.wrn{color:#eb0000}.explain_list{width:100%;display:flex;flex-flow:column nowrap;gap:5px}.explain_list>li{color:#555;position:relative;padding-left:16px;line-height:1.5em;font-weight:500;word-break:keep-all}.explain_list>li::before{display:inline-block;content:"※";position:absolute;left:0;top:0}.explain_list>li.wrn{color:#e92f4d}.explain_list>li.wrn_bold{font-weight:600;color:#e92f4d}.explain_list>li.blue{color:#0093e3}.num_list_02{width:100%;display:flex;flex-flow:column nowrap;gap:10px}.num_list_02>li{color:#777;font-size:15px;padding:0 0 0 18px;position:relative;counter-increment:steps2}.num_list_02>li::before{display:inline-block;content:counter(steps2) ".";font-size:15px;position:absolute;left:0;top:0;color:#777;font-weight:500}.num_list_02>li.wrn{color:#e92f4d}.circle_num_list_01{counter-reset:circle 0}.circle_num_list_01>li{padding-left:30px;font-size:20px;font-weight:500;line-height:1.3em;position:relative}.circle_num_list_01>li::before{display:inline-flex;justify-content:center;align-items:center;line-height:1;font-size:14px;width:16px;height:16px;border-radius:50%;border:2px solid #252525;font-weight:600;position:absolute;left:0;top:2px;counter-increment:circle 1;content:counter(circle)}.circle_num_list_01>li+li{margin:10px 0 0}.circle_num_list_01>li.wrn{color:#e92f4d}.circle_num_list_02{counter-reset:circle 0}.circle_num_list_02>li{line-height:1.3em;padding-left:24px;position:relative}.circle_num_list_02>li::before{display:inline-flex;justify-content:center;align-items:center;line-height:1;font-size:12px;width:14px;height:14px;border-radius:50%;border:1px solid #252525;font-weight:600;position:absolute;left:0;top:2px;counter-increment:circle 1;content:counter(circle)}.circle_num_list_02>li+li{margin-top:20px}.circle_num_list_02>li.wrn{color:#e92f4d}.explain{width:100%;display:block;color:#777;padding:10px 0 0;line-height:1.5em;font-weight:500;position:relative}.explain::before{display:inline-block;content:"※";margin-right:6px}.explain__wrn{color:#e92f4d}.explain__wrn::before{color:#e92f4d}.explain.p0{padding:0}.explain.pb5{padding:0 0 5px}.explain.pb10{padding:0 0 10px}.explain_point{width:100%;display:block;color:#777;padding:0 0 0 24px;margin:10px 0 0;line-height:1.5em;font-weight:500;box-sizing:border-box;position:relative}.explain_point::before{display:block;content:"";width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("../images/ico_explain_point.gif");position:absolute;left:0;top:4px}.explain_point.title{margin:0 0 10px;color:#252525}.explain_point.m0{margin:0}.explain_point.mt20{margin:20px 0 0}.explain_point.mb05{margin:0 0 5px}.explain_point.mb10{margin:0 0 10px}.explain_point+.explain_point{margin:5px 0 0}li .explain_point{font-size:1.5rem}li .explain_point::before{top:3px}.explain2{display:block;color:#777;margin:10px 0 0;line-height:1.3em;font-size:14px}.explain2:before{display:inline-block;content:"※";margin:0 6px 0 0}.explain2.wrn{color:#e92f4d}.explain2.wrn::before{color:#e92f4d}.form_msg{width:100%;margin:10px 0 0;font-weight:500}.form_msg.sucess{color:#0093e3}.form_msg.fail{color:#e92f4d}.form_msg.center{text-align:center}.bold{font-weight:600}.strong{font-weight:700}.wrn{color:#e92f4d}.wrn_bold{font-weight:600;color:#e92f4d}.red{color:#e92f4d}.red_bold{font-weight:600;color:#e92f4d}.blue{color:#0093e3}.blue_bold{font-weight:600;color:#0093e3}.link:hover{color:#0091e7}.link:hover span,.link:hover strong{color:#0091e7}.ico_file{font-size:0;display:block;width:18px;height:18px;margin:0 auto}.ico_file::before{display:block;content:"";width:100%;height:100%;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(170,170,170,1)'%3E%3Cpath d='M18 19H19V6.82843L17.1716 5H16V9H7V5H5V19H6V12H18V19ZM4 3H18L20.7071 5.70711C20.8946 5.89464 21 6.149 21 6.41421V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3ZM8 14V19H16V14H8Z'%3E%3C/path%3E%3C/svg%3E")}.paging_container{display:flex;flex-flow:row wrap;gap:3px;justify-content:center;align-items:center;padding:20px 0 0}.paging_container button,.paging_container strong{width:30px;height:30px;display:flex;justify-content:center;align-items:center;font-size:1.5rem;line-height:initial;color:#777;border-radius:4px;background-color:#fff;box-sizing:border-box}.paging_container button:hover,.paging_container strong:hover{background-color:#f2f2f2}.paging_container .current{background-color:#666;color:#fff;font-weight:600;border:0 none}.paging_container .current:hover{background-color:#666}.paging_container .first,.paging_container .last,.paging_container .prev,.paging_container .next{font-size:0}.paging_container .first::before,.paging_container .last::before,.paging_container .prev::before,.paging_container .next::before{display:block;content:"";width:100%;height:100%;background-repeat:no-repeat;background-position:center;transition:all .2s ease}.paging_container .first::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(0,0,0,0.35)'%3E%3Cpath d='M4.83578 12L11.0429 18.2071L12.4571 16.7929L7.66421 12L12.4571 7.20712L11.0429 5.79291L4.83578 12ZM10.4857 12L16.6928 18.2071L18.107 16.7929L13.3141 12L18.107 7.20712L16.6928 5.79291L10.4857 12Z'%3E%3C/path%3E%3C/svg%3E")}.paging_container .prev::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(0,0,0,0.35)'%3E%3Cpath d='M10.8284 12.0007L15.7782 16.9504L14.364 18.3646L8 12.0007L14.364 5.63672L15.7782 7.05093L10.8284 12.0007Z'%3E%3C/path%3E%3C/svg%3E")}.paging_container .next::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(0,0,0,0.35)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E")}.paging_container .last::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(0,0,0,0.35)'%3E%3Cpath d='M19.1642 12L12.9571 5.79291L11.5429 7.20712L16.3358 12L11.5429 16.7929L12.9571 18.2071L19.1642 12ZM13.5143 12L7.30722 5.79291L5.89301 7.20712L10.6859 12L5.89301 16.7929L7.30722 18.2071L13.5143 12Z'%3E%3C/path%3E%3C/svg%3E")}.check_wrap{text-align:right;color:#777}.check_ico{font-size:0;display:inline-block;vertical-align:text-top;line-height:1}.check_ico::before{display:block;content:"✔";font-size:18px;font-weight:500;color:#0066c3}@keyframes spin{to{-webkit-transform:rotate(360deg)}}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg)}}.loadingWrap{position:fixed;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.9);z-index:1000;text-align:center}.loadingWrap p{margin-top:15px;font-weight:300;font-size:38px;opacity:.8;color:#fff;letter-spacing:0}.loadingWrap #loading{margin-top:800px}#loading{display:inline-block;width:70px;height:70px;border:8px solid rgba(102,169,232,.534);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite;-webkit-animation:spin 1s ease-in-out infinite}#loading p{font-size:24px;font-weight:600}@keyframes hatch{0%{transform:rotate(0deg) scaleY(0.6)}20%{transform:rotate(-2deg) scaleY(1.05)}35%{transform:rotate(2deg) scaleY(1)}50%{transform:rotate(-2deg)}65%{transform:rotate(1deg)}80%{transform:rotate(-1deg)}100%{transform:rotate(0deg)}}@-webkit-keyframes hatch{0%{-webkit-transform:rotate(0deg) scaleY(0.6)}20%{-webkit-transform:rotate(-2deg) scaleY(1.05)}35%{-webkit-transform:rotate(2deg) scaleY(1)}50%{-webkit-transform:rotate(-2deg)}65%{-webkit-transform:rotate(1deg)}80%{-webkit-transform:rotate(-1deg)}100%{-webkit-transform:rotate(0deg)}}.animate_hatch{animation-name:hatch;-webkit-animation-name:hatch;animation-duration:2s;-webkit-animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;transform-origin:50% 100%;-ms-transform-origin:50% 100%;-webkit-transform-origin:50% 100%;visibility:visible !important}.calendar_header{min-height:40px;display:flex;justify-content:center;align-items:center;gap:20px;position:relative;margin:0 0 20px}.calendar_header .calendar_date{display:flex;align-items:center;gap:10px;font-size:2.4rem;font-weight:700}.calendar_header select{padding:0 28px 0 0;font-size:2.4rem;font-weight:700;border:0 none}.calendar_header .prev_month_btn,.calendar_header .next_month_btn{width:28px;height:28px;font-size:0;opacity:.3;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='28' height='28' fill='rgba(0,0,0,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E")}.calendar_header .prev_month_btn::before,.calendar_header .next_month_btn::before{display:block;content:"";width:100%;height:100%;background-repeat:no-repeat;background-position:center;transition:all .2s ease;transition:all .2s ease}.calendar_header .prev_month_btn:hover,.calendar_header .next_month_btn:hover{opacity:.8}.calendar_header .prev_month_btn{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='28' height='28' fill='rgba(0,0,0,1)'%3E%3Cpath d='M10.8284 12.0007L15.7782 16.9504L14.364 18.3646L8 12.0007L14.364 5.63672L15.7782 7.05093L10.8284 12.0007Z'%3E%3C/path%3E%3C/svg%3E")}.calendar_header .today_btn{min-width:auto;min-height:36px;padding:0 10px;position:absolute;right:0;top:2px}.calendar_table{border-top:1px solid #dbdbdb}.calendar_table th,.calendar_table td{width:14.2857142857%;box-sizing:border-box}.calendar_table th{padding:10px 10px;font-weight:600;line-height:initial;background-color:#fff}.calendar_table th.sat{color:#3f51b5}.calendar_table th.sun{color:#c30000}.calendar_table td{height:120px;padding:8px 8px;vertical-align:top;position:relative}.calendar_table td.today{border:3px solid #42ca65}.calendar_table td.no_apply{background:repeating-linear-gradient(45deg, #fbfbfb, #fbfbfb 8px, #e5e5e5 8px, #e5e5e5 9px)}.calendar_table .day{display:block;font-weight:500;color:#555;position:relative;z-index:2}.calendar_table .sat .day{color:#3f51b5}.calendar_table .sun .day{color:#c30000}.calendar_table .noday .day{color:#ccc}.calendar_table .schedule_list{margin:5px 0 0}.calendar_table .schedule_list li{position:relative}.calendar_table .schedule_list li+li{margin:12px 0 0}.calendar_table .schedule_list li>a,.calendar_table .schedule_list li>span{font-size:1.4rem;font-weight:500;line-height:1.1em;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break:break-all;color:#555}.calendar_table .schedule_list li>a:hover{color:#0091e7}.calendar_table .schedule_list li::before{display:inline-block;padding:3px 6px;margin:0 0 5px;font-weight:600;font-size:1.3rem;line-height:initial;border-radius:2px;color:#fff}.calendar_table .schedule_list li.class::before{content:"강좌";background-color:#0082e9}.calendar_table .schedule_list li.event::before{content:"행사";background-color:#37a72f}.calendar_table .schedule_list li.closed{padding:4px 6px;font-weight:600;font-size:1.4rem;line-height:initial;border-radius:2px;color:#fff;background-color:#ff7f02}.calendar_table .apply_list{margin:10px 0 0}.calendar_table .apply_list li{display:flex;flex-flow:column nowrap;align-items:flex-start}.calendar_table .apply_list li+li{margin:5px 0 0}.calendar_table .apply_list button{width:100%;padding:5px 5px;font-size:1.5rem;font-weight:500;color:#555;border:1px solid #dbdbdb;box-sizing:border-box}.calendar_table .apply_list button:hover{background-color:#f6f6f6}.calendar_table .apply_list .approval{font-weight:600;color:#1d47da}.calendar_table .apply_btn{width:100%;height:100%;border:3px solid rgba(0,0,0,0);position:absolute;left:0;top:0;font-size:0;box-sizing:border-box;transition:all .2s ease;z-index:2}.calendar_table .apply_btn:hover{background-color:rgba(48,122,232,.05)}.calendar_table .apply_btn:disabled{z-index:1;opacity:1;border:0 none;background:repeating-linear-gradient(45deg, #fafafa, #fafafa 8px, #ededed 8px, #ededed 9px)}.calendar_table .apply_btn.on{background-color:rgba(0,0,0,0);border-color:#307ae8}.calendar_table .apply_status{display:block;width:100px;text-align:center;font-size:1.5rem;font-weight:500;line-height:1.2em;word-break:break-all;color:#777;position:absolute;left:50%;bottom:10px;z-index:2;transform:translateX(-50%)}.calendar_table .apply_status.positive{font-weight:600;color:#0093e3}.calendar_table .btn_apply{width:calc(100% - 16px);min-width:initial;padding:0;border-radius:3px;color:#fff;background-color:#0093e3;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);z-index:2}.calendar_table .btn_apply:hover{background-color:#0082c8;transform:translate(-50%, -50%)}.calendar_caption{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin:15px 0 0}.calendar_caption.left{justify-content:flex-start}.calendar_caption span{display:flex;align-items:center;gap:5px;font-weight:500;color:#555}.calendar_caption span::before{display:block;content:"";width:14px;height:14px;box-sizing:border-box}.calendar_caption .today::before{border:3px solid #42ca65}.calendar_caption .select::before{border:3px solid #307ae8}.calendar_caption .no_apply::before{background:repeating-linear-gradient(45deg, #f0f0f0, #f0f0f0 4px, #dbdbdb 4px, #dbdbdb 5px)}.mo{display:none}@media screen and (max-width: 760px){br.mo{display:initial}}.apply_calendar_container{display:flex;flex-flow:row wrap;gap:20px}.apply_calendar_area{flex:1;padding:25px 20px;border-radius:3px;border:1px solid #dbdbdb;box-sizing:border-box}.apply_calendar_area .calendar_table th:first-child,.apply_calendar_area .calendar_table td:first-child{border-left-color:rgba(0,0,0,0)}.apply_calendar_area .calendar_table th:last-child,.apply_calendar_area .calendar_table td:last-child{border-right-color:rgba(0,0,0,0)}.apply_calendar_area .calendar_table td{height:90px}.apply_list_area{width:240px;padding:25px 15px;border-radius:3px;border:1px solid #dbdbdb;box-sizing:border-box}.apply_list_area:has(.no_data) h4{display:none}.apply_list_area h4{text-align:center;font-size:2rem;font-weight:700;margin:0 0 25px}.apply_list_area ul{height:100%;display:flex;flex-flow:column nowrap;gap:8px}.apply_list_area ul label{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 10px;border-radius:3px;border:1px solid #dbdbdb;box-sizing:border-box;transition:all .2s ease}.apply_list_area ul label:hover{background-color:rgba(48,122,232,.05)}.apply_list_area ul strong{font-weight:600;color:#0093e3}.apply_list_area ul span{font-weight:500;color:#555}.apply_list_area ul :disabled+label{border:0 none;background-color:#ddd}.apply_list_area ul :disabled+label strong{color:#666}.apply_list_area ul :disabled+label span{color:#666}.apply_list_area ul :checked+label{border-color:rgba(0,0,0,0);background-color:#0093e3}.apply_list_area ul :checked+label strong{color:#fff}.apply_list_area ul :checked+label span{color:#fff}.apply_list_area ul .no_data{height:100%}@media screen and (max-width: 1024px){.apply_calendar_container{flex-flow:column nowrap;gap:40px}.apply_calendar_area{flex:none;width:100%;padding:0;border-radius:0;border:0 none}.apply_list_area{width:100%;padding:20px 15px}.apply_list_area ul{flex-flow:row wrap;gap:10px}.apply_list_area ul li{width:calc(50% - 5px)}}@media screen and (max-width: 760px){.apply_list_area ul{gap:8px}.apply_list_area ul li{width:100%}}@media screen and (max-width: 760px){.calendar_header{gap:15px}.calendar_header .calendar_date{gap:5px;font-size:2rem}.calendar_header .prev_month_btn,.calendar_header .next_month_btn{width:24px;height:24px;background-size:24px auto}.calendar_header .today_btn{min-width:auto;min-height:30px;padding:0 8px;font-size:1.5rem;top:5px}.calendar_header .today_btn::before{width:16px;height:16px;background-size:16px auto}.calendar_table{width:760px}.calendar_table .event_list li a,.calendar_table .event_list li span{font-size:1.5rem}.page_remote dt,.page_remote dd{padding:12px 10px}.page_remote dt{width:40px}.page_remote dd{padding-left:0;width:calc(100% - 40px)}}.modal{width:100%;height:100%;box-sizing:border-box;display:none;justify-content:center;align-items:center;padding:50px 50px;position:fixed;left:0;top:0;z-index:20;-webkit-overflow-scrolling:touch;overflow:hidden}.modal .blank{width:100%;height:100%;background-color:rgba(0,0,0,.6);backdrop-filter:blur(2px);opacity:0;transition:all .2s ease;position:fixed;left:0;top:0;z-index:1}.modal_container{max-width:1100px;width:100%;max-height:100%;display:flex;flex-flow:column nowrap;overflow:hidden;background:#fff;border-radius:3px;box-sizing:border-box;position:relative;z-index:2;transition:all .2s ease;opacity:0;margin:30px 0 0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.modal_header{display:flex;align-items:center;padding:20px 30px;border-bottom:1px solid #dbdbdb}.modal_title{font-size:2rem;font-weight:700}.modal_body{flex:1;overflow-y:auto;padding:30px 30px;box-sizing:border-box;-webkit-overflow-scrolling:touch;-webkit-transform:translateZ(0);transform:translateZ(0)}.modal_body::-webkit-scrollbar{width:5px;background-color:#ccc}.modal_body::-webkit-scrollbar-thumb{background-color:#000}.modal:has(.footer__btn-wrapper) .modal_body{padding:30px 30px 0}.modal_footer{width:100%;padding:20px 30px;display:flex;justify-content:center;align-items:center;gap:8px;box-sizing:border-box;background-color:#fff}.modal_footer .btn{flex:1;height:48px;font-size:18px;font-weight:600;line-height:1}.modal_footer .btn.pri{background-color:#252525;border:0 none}.modal_footer .btn.pri:hover{background-color:#050505}.modal .modal_close_btn{min-width:auto;width:28px;height:28px;transition:all .2s ease;border-radius:2px;font-size:0;opacity:.5;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='28' height='28' fill='rgba(37,37,37,1)'%3E%3Cpath d='M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z'%3E%3C/path%3E%3C/svg%3E");position:absolute;right:24px;top:16px;z-index:10}.modal .modal_close_btn:hover{opacity:1}.modal.on .modal_container{opacity:1;margin-top:0}.modal.on .blank{opacity:1}@media screen and (max-width: 1024px){.modal{padding:20px 20px}}@media screen and (max-width: 760px){.modal{padding:0}.modal_container{max-width:100%;height:100%;margin-top:100%;border-radius:0}.modal_header{padding:20px 2vw}.modal_body{padding:20px 2vw}.modal .modal_close_btn{right:2vw}}.dialog .blank{width:100%;height:100%;opacity:0;background-color:rgba(0,0,0,.5);transition:all .2s ease;position:fixed;top:0;left:0;z-index:1}.dialog_container{width:100%;max-width:500px;margin:30px 0 0;opacity:0;background-color:#fff;border-radius:5px;box-shadow:0 4px 8px rgba(0,0,0,.15);overflow:hidden;transition:all .2s ease;position:static;z-index:2;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.dialog_header{padding:15px 20px;background-color:#f8f9fa;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center}.dialog_header h4{margin:0;font-size:18px;font-weight:600;color:#212529}.dialog_header .blind{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.dialog_body{padding:30px 20px 20px}.dialog_body p{font-size:17px;line-height:1.5;color:#495057;text-align:center}.dialog_body .input_area{margin-bottom:20px}.dialog_body .form-control{display:block;width:100%;padding:10px 12px;font-size:16px;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:4px;transition:all .2s ease}.dialog_body .form-control:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.dialog_button{display:flex;justify-content:flex-end;gap:10px;margin:30px 0 0}.dialog_button button{width:100%;height:44px}.dialog_button button.btn_primary{color:#fff;background-color:#007bff;border-color:#007bff}.dialog_button button.btn_primary:hover{background-color:#0069d9;border-color:#0062cc}.dialog_close_btn{width:24px;height:24px;font-size:0;position:absolute;top:13px;right:15px;cursor:pointer;background:none;border:none;display:flex;align-items:center;justify-content:center}.dialog_close_btn::before,.dialog_close_btn::after{content:"";position:absolute;width:16px;height:2px;background-color:#6c757d;transition:all .2s ease}.dialog_close_btn::before{transform:rotate(45deg)}.dialog_close_btn::after{transform:rotate(-45deg)}.dialog_close_btn:hover::before,.dialog_close_btn:hover::after{background-color:#000}.dialog.on .blank{opacity:1}.dialog.on .dialog_container{opacity:1;margin:0}@media screen and (max-width: 760px){.dialog{padding:20px 20px}.dialog_body{padding:20px 15px 15px}.dialog_button{margin:20px 0 0}.dialog_button button{height:40px}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.loading{display:flex;justify-content:center;align-items:center;position:fixed;width:100%;height:100%;background:rgba(0,0,0,.5);top:0;left:0;z-index:50}.loading__spinner{width:80px;height:80px;border:10px solid #f3f3f3;border-top:10px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}.root_daum_roughmap.root_daum_roughmap_landing{width:100%;height:100%}.root_daum_roughmap.root_daum_roughmap_landing .wrap_map{height:calc(100% - 32px)}.root_daum_roughmap.root_daum_roughmap_landing .map{width:100%;height:100%}.root_daum_roughmap.root_daum_roughmap_landing .map_border{display:none}.root_daum_roughmap.root_daum_roughmap_landing .wrap_btn_ico_zoom{z-index:1}.root_daum_roughmap.root_daum_roughmap_landing .wrap_controllers{border:0 none;border-top:1px solid #dbdbdb}.root_daum_roughmap.root_daum_roughmap_landing .cont{display:none}.root_daum_roughmap.root_daum_roughmap_landing .wrap_btn_ico_zoom,.root_daum_roughmap.root_daum_roughmap_landing .wrap_btn_zoom{z-index:5}.jsTabPanel,.jsHoverTabPanel{display:none}.jsTabPanel.on,.jsHoverTabPanel.on{display:block}.jsAccTarget{display:grid;grid-template-rows:0fr;overflow:hidden;opacity:0;transition:all .2s ease;visibility:hidden}.jsAccTarget.on{grid-template-rows:1fr;opacity:1;visibility:visible}.jsAccContainer{overflow:hidden}.multilingual_input[type=text]{width:100%;height:50px;text-align:center;border-color:#1d47da;margin:0 0 20px}.multilingual_language{display:flex;flex-wrap:nowrap;gap:0}.multilingual_language button{width:100%;height:50px;border:1px solid #dbdbdb;box-sizing:border-box;border-radius:0;margin-right:-1px}.multilingual_language button:first-child{border-radius:3px 0 0 3px}.multilingual_language button:last-child{border-radius:0 3px 3px 0}.multilingual_language button.on{background-color:#1d47da;color:#fff;border-color:#1d47da}#textInput{width:80%;margin:10px 0;padding:10px;font-size:16px}.multilingual_keyboard{display:flex;flex-direction:column;align-items:center;margin-top:20px}.keyboard__row{display:flex;justify-content:center;margin-bottom:5px;max-width:100%}.keyboard__row .key{width:50px;height:50px;background:#f0f0f0;border:1px solid #dbdbdb;text-align:center;line-height:50px;margin:2px;font-size:14px;user-select:none}.keyboard__row .key.special{background:gold}.keyboard__row .key:hover{background:#ddd}.keyboard__row .key:active{background:#aaa}.keyboard__row .active{background:#ddd}.keyboard__row:has(button.Space){width:33%}.keyboard__row button.Space{width:100%}.layer_popup{width:100%;height:100%;display:flex;justify-content:center;align-items:center;box-sizing:border-box;position:fixed;top:0;left:0;z-index:100}.layer_popup .blank{width:100%;height:100%;opacity:0;background-color:rgba(0,0,0,.5);backdrop-filter:blur(2px);position:absolute;left:0;top:0;transition:all .2s ease}.layer_popup_container{max-width:1530px;width:100%;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;gap:30px;padding:0 20px;margin:0 auto;opacity:0;box-sizing:border-box;position:relative;transition:all .2s ease}.layer_popup_container:has(.swiper-slide:nth-child(4)){padding:0 80px}.layer_popup_swiper{max-width:400px;width:100%}.layer_popup_swiper:has(.swiper-slide:nth-child(2)){max-width:830px}.layer_popup_swiper:has(.swiper-slide:nth-child(3)){max-width:1260px}.layer_popup_swiper:has(.swiper-slide:nth-child(4)){max-width:1370px}.layer_popup_swiper .swiper-slide{aspect-ratio:1/1;font-size:0;border-radius:5px;border:1px solid rgba(255,255,255,.1);background-repeat:no-repeat;background-position:center center;background-size:cover;box-sizing:border-box}.layer_popup_swiper .popup-content-wrapper{display:none}.layer_popup_container .swiper_prev_btn,.layer_popup_container .swiper_next_btn{width:60px;height:60px;font-size:0;opacity:.5;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='60' height='60' fill='rgba(255,255,255,1)'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E");position:absolute;right:0;top:calc(50% - 50px);transform:translateY(-50%);z-index:1}.layer_popup_container .swiper_prev_btn:hover,.layer_popup_container .swiper_next_btn:hover{opacity:1}.layer_popup_container .swiper_prev_btn.swiper-button-disabled,.layer_popup_container .swiper_next_btn.swiper-button-disabled{display:none}.layer_popup_container .swiper_prev_btn{left:0;right:initial;transform:translateY(-50%) rotate(180deg)}.layer_popup_swiper .swiper_pagination{display:none;align-items:center;justify-content:center;gap:6px;margin:30px 0 0}.layer_popup_swiper .swiper_pagination .swiper-pagination-bullet{width:8px;height:8px;margin:0;opacity:1;background-color:rgba(255,255,255,.5);transition:all .2s ease}.layer_popup_swiper .swiper_pagination .swiper-pagination-bullet-active{width:16px;height:8px;border-radius:50px;background-color:#3f6}.layer_popup_swiper .swiper_pagination:has(.swiper-pagination-bullet:nth-child(2)){display:flex}.layer_popup__function{display:flex;flex-flow:row wrap;gap:10px;justify-content:center;align-items:center}.layer_popup__function .layer_popup__count{height:40px;display:flex;align-items:center;justify-content:center;padding:0 20px;font-weight:500;border-radius:50px;background-color:#fff}.layer_popup__function .layer_popup__count strong{margin:0 0 0 4px;color:red}.layer_popup__function button{height:40px;display:flex;align-items:center;justify-content:center;gap:5px;padding:0 20px;font-weight:500;border-radius:50px;background-color:#fff}.layer_popup__function button::after{display:block;content:"";width:20px;height:20px;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(0,0,0,1)'%3E%3Cpath d='M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z'%3E%3C/path%3E%3C/svg%3E")}.layer_popup__function button:hover{background-color:#e5e5e5}.layer_popup.on .layer_popup_container{margin:0;opacity:1}.layer_popup.on .blank{opacity:1}@media screen and (max-width: 1200px){.layer_popup_container:has(.swiper-slide:nth-child(3)){padding:0 80px}}@media screen and (max-width: 760px){.layer_popup_container{padding:0 20px}.layer_popup_container:has(.swiper-slide:nth-child(3)),.layer_popup_container:has(.swiper-slide:nth-child(4)){padding:0 20px}.layer_popup_container .swiper_prev_btn,.layer_popup_container .swiper_next_btn{display:none}.layer_popup_swiper:has(.swiper-slide:nth-child(2)){max-width:400px}.layer_popup_swiper:has(.swiper-slide:nth-child(3)){max-width:400px}.layer_popup_swiper:has(.swiper-slide:nth-child(4)){max-width:400px}.layer_popup_swiper .swiper_pagination{margin:20px 0 0}.layer_popup_swiper .swiper_pagination .swiper-pagination-bullet{width:6px;height:6px}.layer_popup_swiper .swiper_pagination .swiper-pagination-bullet-active{width:12px;height:6px}.layer_popup__function{gap:6px;width:100%}.layer_popup__function .layer_popup__count{height:30px;padding:0 12px;font-size:1.5rem}.layer_popup__function button{gap:2px;height:30px;padding:0 12px;font-size:1.5rem}.layer_popup__function button::after{width:16px;height:16px;background-size:16px auto}}.comments_wrap{padding:10px 30px;margin:20px 0 0;background-color:#fafafa;border-radius:4px;border:1px solid #ebecef}.comments_item{padding:20px 0;border-bottom:1px solid #ebecef;position:relative}.comments_item:last-of-type{border-bottom:0 none}.comments_item.comments_reply_item{padding:20px 0 20px 30px}.comments_item .comments_user{display:flex;align-items:center;font-weight:600}.comments_item .comments_user::before{display:block;content:"";width:16px;height:16px;margin:0 5px 0 0;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(51,51,51,1)'%3E%3Cpath d='M4 22C4 17.5817 7.58172 14 12 14C16.4183 14 20 17.5817 20 22H18C18 18.6863 15.3137 16 12 16C8.68629 16 6 18.6863 6 22H4ZM12 13C8.685 13 6 10.315 6 7C6 3.685 8.685 1 12 1C15.315 1 18 3.685 18 7C18 10.315 15.315 13 12 13ZM12 11C14.21 11 16 9.21 16 7C16 4.79 14.21 3 12 3C9.79 3 8 4.79 8 7C8 9.21 9.79 11 12 11Z'%3E%3C/path%3E%3C/svg%3E")}.comments_item .comments_text{padding:15px 0 0;font-size:16px;line-height:1.3em}.comments_item .comments_text p{font-size:16px;color:#555}.comments_item .comments_text textarea{width:100%;height:100px;border:0 none}.comments_item .comments_text textarea:focus{outline:0 none}.comments_item .comments_text .btn_wrap{justify-content:flex-end;padding:10px 10px}.comments_item .comments_text .btn_wrap .btn{min-width:40px;min-height:34px;font-size:15px;line-height:initial}.comments_item .comments_text .btn_wrap .btn::before{display:none}.comments_item .comments_text:has(textarea){padding:0;margin:15px 0 0;background-color:#fff;border-radius:4px;border:1px solid #ebecef}.comments_item .comments_text:has(:focus){outline:2px solid #333}.comments_item .commetns_func{display:flex;align-items:center;gap:4px;position:absolute;right:0;top:20px}.comments_item .commetns_func .date{font-size:15px;color:#999;font-weight:300;line-height:1;margin:0 10px 0 0}.comments_item .commetns_func button{font-size:15px;color:#999;line-height:1}.comments_item .commetns_func button:hover{color:#333}.comments_write_area{padding:20px 0 20px}.comments_write_area .comments_write_item{background-color:#fff;border-radius:4px;border:1px solid #ebecef}.comments_write_area .comments_write_item:has(:focus){outline:2px solid #333}.comments_write_area textarea{width:100%;height:150px;border:0 none}.comments_write_area textarea:focus{outline:0 none}.comments_write_area .btn_wrap{justify-content:flex-end;padding:10px 10px}.comments_write_area .btn_wrap .btn{min-width:40px;min-height:34px;font-size:15px;line-height:initial}.comments_write_area .btn_wrap .btn::before{display:none}html:has(.errorContentWrap),body:has(.errorContentWrap){height:100%}.errorContentWrap{display:flex;height:100%;text-align:center;flex-direction:column;justify-content:center;align-items:center;background:#f9f9f9;line-height:1.4}.errorContentWrap .error_img{font-size:0;background:#f9f9f9 url(../images/error.png) no-repeat center 0/contain;height:300px;max-width:100%;width:600px}.errorContentWrap h1{padding:20px 20px;line-height:1.4em;font-size:26px;font-weight:500}.errorContentWrap .errorInfo1{font-weight:500;padding:10px 0;color:#333;font-size:20px}.errorContentWrap a{display:inline-flex;margin-top:30px;padding:16px 32px}.potal.home{background-position:center top;background-repeat:no-repeat;background-size:100% 780px;background-image:url("../images/img_potal_bg01.jpg")}.potal .header_wrapper{height:152px}.potal .gnb_bg{top:152px}.potal .main_container{max-width:1180px;width:100%;padding:0 40px;margin:0 auto;box-sizing:border-box;display:flex;flex-flow:row wrap;gap:20px 20px}@media(max-width: 1024px){.potal .main_container{padding:0 2vw}}.potal .main_search{width:100%;display:flex;justify-content:center;align-items:center;margin:12px 0;position:relative}.potal .main_search input[type=text]{width:100%;height:60px;padding:0 70px 0 20px;font-size:1.8rem;border-color:#252525;border-radius:50px;box-shadow:0 5px 10px rgba(0,0,0,.09)}.potal .main_search button{width:60px;height:60px;font-size:0;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='30' height='30' fill='rgba(37,37,37,1)'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z'%3E%3C/path%3E%3C/svg%3E");position:absolute;right:10px;top:0}.potal .potal_quick{width:calc(50% - 10px);height:274px;display:flex;flex-flow:row wrap;border:1px solid #dbdbdb;border-radius:20px;background-color:#fff;box-sizing:border-box}.potal .potal_quick a{width:33.3333333333%;height:50%;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;gap:10px;padding:20px 20px;border-radius:20px;box-sizing:border-box;transition:none;position:relative}.potal .potal_quick a::before{display:block;content:"";width:1px;height:100%;background-color:#dbdbdb;position:absolute;right:0;top:0}.potal .potal_quick a::after{display:block;content:"";width:100%;height:1px;background-color:#dbdbdb;position:absolute;left:0;bottom:0}.potal .potal_quick a:nth-of-type(3n)::before{display:none}.potal .potal_quick a:nth-of-type(n + 4)::after{display:none}.potal .potal_quick__ico{width:60px;height:50px;background-repeat:no-repeat;background-position:center center}.potal .potal_quick__text{font-weight:500}.potal .potal_quick a:hover{box-shadow:5px 5px 10px rgba(0,0,0,.2);background-image:url("../images/img_potal_link_hover.gif");transform:scale(1.1);z-index:1;transition:all .2s ease}.potal .potal_quick a:hover .potal_quick__text{color:#fff}.potal .potal_quick a:hover::before,.potal .potal_quick a:hover::after{display:none}.potal .main_swiper{width:calc(50% - 10px);height:274px;border-radius:20px;box-sizing:border-box;background-color:#f2f2f2;filter:drop-shadow(0 0 10px rgba(0, 0, 0, 0.23))}.potal .main_swiper .swiper-slide{font-size:0;background-repeat:no-repeat;background-position:center;background-size:cover}.potal .main_swiper .no_data{font-size:1.6rem}.potal .main_swiper .swiper_paging_container{display:flex;gap:8px;position:absolute;left:30px;top:30px;z-index:1}.potal .main_swiper .swiper_pagination{display:flex;align-items:center;gap:5px}.potal .main_swiper .swiper_pagination .swiper-pagination-bullet{width:10px;height:10px;margin:0;background-color:rgba(0,0,0,.2);opacity:1;border-radius:50%;transition:all .2s ease}.potal .main_swiper .swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:20px;border-radius:50px;background-color:#252525}.potal .main_swiper .swiper_pagination:has(:only-child){display:none}.potal .main_swiper .swiper_prev_btn,.potal .main_swiper .swiper_next_btn{width:36px;height:36px;font-size:0;opacity:.1;position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:1;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='36' height='36' fill='rgba(0,0,0,1)'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E")}.potal .main_swiper .swiper_prev_btn:hover,.potal .main_swiper .swiper_next_btn:hover{opacity:.5}.potal .main_swiper .swiper_prev_btn{left:10px;right:initial;transform:rotate(180deg) translateY(50%)}.potal .main_swiper .swiper_play_btn,.potal .main_swiper .swiper_stop_btn{width:18px;height:18px;flex:none;display:none;font-size:0;opacity:.5;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(37,37,37,1)'%3E%3Cpath d='M19.376 12.4161L8.77735 19.4818C8.54759 19.635 8.23715 19.5729 8.08397 19.3432C8.02922 19.261 8 19.1645 8 19.0658V4.93433C8 4.65818 8.22386 4.43433 8.5 4.43433C8.59871 4.43433 8.69522 4.46355 8.77735 4.5183L19.376 11.584C19.6057 11.7372 19.6678 12.0477 19.5146 12.2774C19.478 12.3323 19.4309 12.3795 19.376 12.4161Z'%3E%3C/path%3E%3C/svg%3E")}.potal .main_swiper .swiper_play_btn:hover,.potal .main_swiper .swiper_stop_btn:hover{opacity:1}.potal .main_swiper .swiper_stop_btn{display:block;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(37,37,37,1)'%3E%3Cpath d='M6 5H8V19H6V5ZM16 5H18V19H16V5Z'%3E%3C/path%3E%3C/svg%3E")}.potal .potal_board{width:calc(50% - 10px);height:310px;display:flex;flex-flow:column nowrap;background-color:#fff;border-radius:20px;box-sizing:border-box;filter:drop-shadow(0 0 10px rgba(0, 0, 0, 0.23))}.potal .potal_board__nav{display:flex;border-bottom:1px solid #dbdbdb}.potal .potal_board__nav li{flex:1;position:relative}.potal .potal_board__nav li:not(:first-child)::before{display:block;content:"";width:1px;height:25px;background-color:#dedede;position:absolute;left:0;top:50%;transform:translateY(-50%)}.potal .potal_board__nav li::after{display:block;content:"";width:100%;height:2px;background-color:rgba(0,0,0,0);position:absolute;bottom:-1px;left:0;z-index:1}.potal .potal_board__nav li:has(.on)::after{background-color:var(--primary-color)}.potal .potal_board__nav button{width:100%;padding:20px 20px;text-align:left;font-size:1.9rem;font-weight:500;color:#909090;box-sizing:border-box;position:relative}.potal .potal_board__nav button.on{font-weight:600;color:#252525}.potal .potal_board__nav a{display:block;width:24px;height:24px;font-size:0;opacity:.5;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(51,51,51,1)'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E");position:absolute;right:17px;top:50%;transform:translateY(-50%)}.potal .potal_board__nav a:hover{opacity:1}.potal .potal_board__content{flex:1;display:none;flex-flow:column nowrap;padding:0 20px}.potal .potal_board__content.on{display:flex}.potal .potal_board__content ul{height:100%;display:flex;flex-flow:column nowrap}.potal .potal_board__content li{height:25%;display:flex;flex-flow:row nowrap;align-items:center;gap:20px;padding:0 0;border-bottom:1px dashed #dedede}.potal .potal_board__content li:last-child{border-bottom:0 none}.potal .potal_board__content li a{flex:1;font-weight:500;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.potal .potal_board__content li a:hover{text-decoration:underline}.potal .potal_board__content li.no_data{height:100%;background-color:rgba(0,0,0,0)}.potal .potal_board__content .board_group{display:flex;flex-flow:column nowrap;align-items:center;gap:4px}.potal .potal_board__content .library{font-weight:600;color:var(--primary-color)}.potal .potal_board__content .date{display:flex;align-items:center;justify-content:center;font-size:1.3rem;line-height:initial;font-weight:500;color:#757575}.potal .potal_board__content .status{display:flex;align-items:center;justify-content:center;width:66px;height:20px;font-size:1.3rem;font-weight:700;letter-spacing:-0.03em;line-height:initial;border-radius:3px;color:#757575;background-color:#ddd}.potal .potal_board__content .status.accepting{color:#fff;background-color:#ff8f24}.potal .potal_schedule{width:calc(25% - 15px);height:310px;display:flex;flex-flow:column nowrap;padding:20px 20px 15px;border:1px solid rgba(0,0,0,.05);background-color:#1d47da;border-radius:20px 0 20px 0;box-sizing:border-box;position:relative}.potal .potal_schedule__header{padding:0 0 15px;border-bottom:1px solid rgba(255,255,255,.5);position:relative}.potal .potal_schedule__month{font-size:2.5rem;font-weight:700;color:#fff;padding:0 0 15px}.potal .potal_schedule_swiper{margin:0 24px}.potal .potal_schedule_swiper .swiper-slide{font-size:2.8rem;font-weight:600;color:#fff;opacity:.5}.potal .potal_schedule_swiper .swiper-slide .date_caption{height:5px;display:flex;align-items:center;justify-content:center;gap:5px;padding:0 0 3px}.potal .potal_schedule_swiper .swiper-slide .date_caption span{font-size:0}.potal .potal_schedule_swiper .swiper-slide .date_caption .hollidy{display:flex;align-items:center}.potal .potal_schedule_swiper .swiper-slide .date_caption .hollidy::before{display:block;content:"";width:5px;height:5px;border-radius:50%;background-color:#00ff42}.potal .potal_schedule_swiper .swiper-slide .date_caption .event{display:flex;align-items:center}.potal .potal_schedule_swiper .swiper-slide .date_caption .event::before{display:block;content:"";width:5px;height:5px;border-radius:50%;background-color:#ff7800}.potal .potal_schedule_swiper .swiper-slide.on{opacity:1}.potal .potal_schedule .swiper_prev_btn,.potal .potal_schedule .swiper_next_btn{width:24px;height:24px;font-size:0;opacity:.7;position:absolute;bottom:18px;right:-8px;z-index:1;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(255,255,255,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E")}.potal .potal_schedule .swiper_prev_btn:hover,.potal .potal_schedule .swiper_next_btn:hover{opacity:1}.potal .potal_schedule .swiper_prev_btn{left:-8px;right:initial;transform:rotate(180deg)}.potal .potal_schedule__nav{display:flex;align-items:center;padding:15px 0 20px}.potal .potal_schedule__nav button{flex:1;padding:5px 0;font-size:1.8rem;font-weight:500;color:rgba(255,255,255,.5)}.potal .potal_schedule__nav button.on{color:#fff}.potal .potal_schedule__content{flex:1;width:100%;display:none;padding:0 10px 0 0;box-sizing:border-box;overflow-y:auto}.potal .potal_schedule__content::-webkit-scrollbar{width:4px;background-color:rgba(0,0,0,.3);border-radius:20px}.potal .potal_schedule__content::-webkit-scrollbar-thumb{background-color:#fff;border-radius:20px}.potal .potal_schedule__content::-webkit-scrollbar-button{display:none}.potal .potal_schedule__content:has(.no_data){padding:0}.potal .potal_schedule__content.on{display:flex}.potal .potal_schedule__content ul{width:100%;height:100%;display:flex;flex-flow:row wrap;align-content:flex-start;gap:10px}.potal .potal_schedule__content ul li{width:100%;font-size:1.5rem;color:rgba(255,255,255,.8)}.potal .potal_schedule__content ul li a{display:block;font-size:1.5rem;line-height:1.2em;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:rgba(255,255,255,.8)}.potal .potal_schedule__content ul li a:hover{color:#fff}.potal .potal_schedule__content ul li.no_data{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.potal .potal_schedule__content .holiday_list li{width:calc(50% - 5px);text-align:center}.potal .potal_schedule__caption{display:flex;align-items:center;gap:15px;position:absolute;right:20px;top:25px}.potal .potal_schedule__caption span{gap:5px;font-size:1.5rem;font-weight:500;color:#fff}.potal .potal_schedule__caption .hollidy{display:flex;align-items:center}.potal .potal_schedule__caption .hollidy::before{display:block;content:"";width:5px;height:5px;border-radius:50%;background-color:#00ff42}.potal .potal_schedule__caption .event{display:flex;align-items:center}.potal .potal_schedule__caption .event::before{display:block;content:"";width:5px;height:5px;border-radius:50%;background-color:#ff7800}.potal .main_banner_swiper{width:calc(25% - 15px);height:310px;border:1px solid rgba(0,0,0,.05);background-color:#f2f2f2;border-radius:20px 0 20px 0;box-sizing:border-box}.potal .main_banner_swiper .swiper-slide{font-size:0;background-size:cover;background-position:center;background-repeat:no-repeat}.potal .main_banner_swiper .no_data{font-size:1.6rem}.potal .main_banner_swiper .swiper_btn_container{display:flex;align-items:center;border-radius:0 0 10px 10px;background-color:#fff;overflow:hidden;position:absolute;right:0;top:0;z-index:1}.potal .main_banner_swiper .swiper_btn_container button{width:32px;height:32px;font-size:0;opacity:.5;position:relative;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(0,0,0,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E")}.potal .main_banner_swiper .swiper_btn_container button+button::after{display:block;content:"";width:1px;height:25px;background-color:rgba(0,0,0,.1);position:absolute;left:0;top:50%;transform:translateY(-50%)}.potal .main_banner_swiper .swiper_btn_container button:hover{opacity:1}.potal .main_banner_swiper .swiper_btn_container .swiper_prev_btn{transform:rotate(180deg)}.potal .main_banner_swiper .swiper_btn_container .swiper_play_btn{display:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(0,0,0,1)'%3E%3Cpath d='M19.376 12.4161L8.77735 19.4818C8.54759 19.635 8.23715 19.5729 8.08397 19.3432C8.02922 19.261 8 19.1645 8 19.0658V4.93433C8 4.65818 8.22386 4.43433 8.5 4.43433C8.59871 4.43433 8.69522 4.46355 8.77735 4.5183L19.376 11.584C19.6057 11.7372 19.6678 12.0477 19.5146 12.2774C19.478 12.3323 19.4309 12.3795 19.376 12.4161Z'%3E%3C/path%3E%3C/svg%3E")}.potal .main_banner_swiper .swiper_btn_container .swiper_stop_btn{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(0,0,0,1)'%3E%3Cpath d='M6 5H8V19H6V5ZM16 5H18V19H16V5Z'%3E%3C/path%3E%3C/svg%3E")}.potal .main_books{width:100%;overflow:hidden;padding:60px 0 80px;margin:60px 0 0;border-radius:200px 0 0 0;background-color:#e7f5e7;background-position:center bottom;background-repeat:no-repeat;background-size:100% auto;background-image:url("../images/img_potal_bg02.png")}.potal .main_books__container{max-width:1180px;width:100%;padding:0 40px;margin:0 auto;box-sizing:border-box;position:relative}@media(max-width: 1024px){.potal .main_books__container{padding:0 2vw}}.potal .main_books__container::before{display:block;content:"";width:270px;height:250px;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("../images/img_potal_bg03.png");position:absolute;left:-315px;bottom:-60px}.potal .main_books__container::after{display:block;content:"";width:255px;height:255px;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("../images/img_potal_bg04.png");position:absolute;right:-315px;bottom:-60px}.potal .main_books__nav{display:flex;align-items:center;gap:20px;margin:0 0 40px}.potal .main_books__nav button{font-size:2.6rem;font-weight:600;color:#999;position:relative}.potal .main_books__nav button.on{color:#252525}.potal .main_books__nav button+button{padding:0 0 0 20px}.potal .main_books__nav button+button::before{display:block;content:"";width:1px;height:20px;background-color:#ccc;position:absolute;left:0;top:50%;transform:translateY(-50%)}.potal .recommend_container,.potal .bestbook_container{display:none;align-items:center;gap:40px;position:relative}.potal .recommend_container.on,.potal .bestbook_container.on{display:flex}.potal .recommend_container .more_btn,.potal .bestbook_container .more_btn{display:flex;align-items:center;gap:5px;font-size:2rem;font-weight:500;opacity:.5;position:absolute;right:0;top:-62px}.potal .recommend_container .more_btn::after,.potal .bestbook_container .more_btn::after{display:block;content:"";width:20px;height:20px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(37,37,37,1)'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E");transition:all .2s ease}.potal .recommend_container .more_btn:hover,.potal .bestbook_container .more_btn:hover{opacity:1}.potal .recommend_container .swiper_prev_btn,.potal .recommend_container .swiper_next_btn,.potal .bestbook_container .swiper_prev_btn,.potal .bestbook_container .swiper_next_btn{width:50px;height:50px;font-size:0;opacity:.5;position:absolute;top:50%;right:-80px;transform:translateY(-50%);z-index:1;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='50' height='50' fill='rgba(37,37,37,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");transition:all .2s ease}.potal .recommend_container .swiper_prev_btn:hover,.potal .recommend_container .swiper_next_btn:hover,.potal .bestbook_container .swiper_prev_btn:hover,.potal .bestbook_container .swiper_next_btn:hover{opacity:1}.potal .recommend_container .swiper_prev_btn,.potal .bestbook_container .swiper_prev_btn{left:-80px;right:initial;transform:translateY(-50%) rotate(180deg)}.potal .recommend_container .swiper-button-disabled,.potal .bestbook_container .swiper-button-disabled{opacity:.1}.potal .main_books__detail{flex:1}.potal .main_books__detail>article{min-height:314px;flex-flow:column nowrap;padding:20px 0 0 240px;box-sizing:border-box;position:relative;display:none}.potal .main_books__detail>article.on{display:flex}.potal .main_books__detail .title{font-size:2.2rem;font-weight:600;line-height:1.3em;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.potal .main_books__detail dl{display:flex;flex-flow:row wrap;gap:10px 10px;padding:20px 0 0}.potal .main_books__detail dl dd{font-weight:500;line-height:1.2em;color:#666;position:relative}.potal .main_books__detail dl .author{width:100%}.potal .main_books__detail dl .public_year{padding:0 0 0 10px}.potal .main_books__detail dl .public_year::before{display:block;content:"";width:1px;height:12px;background-color:#ccc;position:absolute;left:0;top:50%;transform:translateY(-50%)}.potal .main_books__detail .cover{width:220px;height:314px;border-radius:5px;filter:drop-shadow(10px 0 13px rgba(0, 0, 0, 0.15));background-repeat:no-repeat;background-position:center;background-size:cover;position:absolute;left:0;top:0}.potal .main_books__detail p{padding:30px 0 0;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-weight:500;line-height:1.5em;color:#666}.potal .main_books__detail p a{display:none}.potal .recommend_swiper,.potal .bestbook_swiper{flex:1}.potal .recommend_swiper .swiper-slide,.potal .bestbook_swiper .swiper-slide{width:100%;height:auto;aspect-ratio:1/1.4;font-size:0;border-radius:5px;border:1px solid rgba(0,0,0,.05);box-sizing:border-box;background-repeat:no-repeat;background-position:center;background-size:cover;filter:drop-shadow(0 0 10px rgba(0, 0, 0, 0.1))}@media(max-width: 1024px){.potal.home{background-size:100% 650px;background-image:url("../images/img_potal_bg01_01.jpg")}.potal .main_container{gap:20px 20px;padding:0 2vw}.potal .main_search{margin:32px 0 0}.potal .potal_quick{width:100%}.potal .main_swiper{width:100%;height:auto;aspect-ratio:16/9;border-radius:20px 0 20px 0}.potal .potal_board{width:100%}.potal .potal_schedule{width:calc(100% - 260px - 10px)}.potal .main_banner_swiper{width:250px;box-shadow:0 0 10px rgba(0,0,0,.15)}.potal .main_books{padding:40px 0 20px;margin:20px 0 0;border-radius:0}.potal .main_books__nav{justify-content:center;gap:15px}.potal .main_books__nav button{font-size:2rem}.potal .main_books__nav button+button{padding:0 0 0 15px}.potal .main_books__detail{display:none}.potal .recommend_swiper,.potal .bestbook_swiper{margin:0 20px}.potal .recommend_container,.potal .bestbook_container{margin:0 0 60px}.potal .recommend_container .swiper_prev_btn,.potal .recommend_container .swiper_next_btn,.potal .bestbook_container .swiper_prev_btn,.potal .bestbook_container .swiper_next_btn{opacity:1;border-radius:50%;background-color:#fff;background-size:28px auto;box-shadow:0 0 10px rgba(0,0,0,.1)}.potal .recommend_container .swiper_prev_btn,.potal .bestbook_container .swiper_prev_btn{left:0}.potal .recommend_container .swiper_next_btn,.potal .bestbook_container .swiper_next_btn{right:0}.potal .recommend_container .more_btn,.potal .bestbook_container .more_btn{gap:0;padding:6px 10px;font-size:1.5rem;opacity:1;border-radius:2px;color:#777;border:1px solid #ccc;top:initial;bottom:-60px;right:50%;transform:translateX(50%)}.potal .recommend_container .more_btn::after,.potal .bestbook_container .more_btn::after{width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(119,119,119,1)'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E")}}@media screen and (max-width: 760px){.potal .main_search input[type=text]{height:54px;padding:0 60px 0 20px}.potal .main_search button{width:54px;height:54px;background-size:26px auto}.potal .potal_quick{height:auto}.potal .potal_quick a{padding:15px 15px}.potal .potal_quick__ico{width:40px;height:40px;background-size:25px auto}.potal .main_swiper .swiper_prev_btn,.potal .main_swiper .swiper_next_btn{display:none;width:30px;height:30px;background-size:30px auto}.potal .potal_board{border-radius:10px}.potal .potal_board__nav button{padding:20px 10px;font-size:1.6rem}.potal .potal_board__nav a{width:16px;height:16px;background-size:16px auto;right:7px}.potal .potal_board__content{padding:0}.potal .potal_board__content li{gap:10px;padding:0 2vw}.potal .potal_schedule{width:100%;height:300px}.potal .potal_schedule__content ul li{font-size:1.6rem}.potal .main_banner_swiper{width:100%}.potal .main_books{padding:30px 0 20px}.potal .main_books__container{padding:0 2vw}.potal .recommend_container .swiper_prev_btn,.potal .recommend_container .swiper_next_btn,.potal .bestbook_container .swiper_prev_btn,.potal .bestbook_container .swiper_next_btn{width:30px;height:30px;background-size:20px auto}}@keyframes swiperText01{to{opacity:1;margin-right:0}}@-webkit-keyframes swiperText01{to{opacity:1;margin-right:0}}@keyframes swiperText02{to{opacity:1;top:190px}}@-webkit-keyframes swiperText02{to{opacity:1;top:190px}}.theme01 .main_visual{height:500px;margin:0 0 50px;position:relative}.theme01 .main_visual_swiper{height:100%}.theme01 .main_visual_swiper .swiper-slide{height:100%;background-repeat:no-repeat;background-position:center;background-size:cover}.theme01 .main_visual_swiper .swiper_text{max-width:1180px;width:100%;padding:0 40px;margin:0 auto;box-sizing:border-box;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}@media(max-width: 1024px){.theme01 .main_visual_swiper .swiper_text{padding:0 2vw}}.theme01 .main_visual_swiper .swiper_text01{margin:0 -300px 0 0;font-size:3.8rem;font-weight:300;letter-spacing:-3px;opacity:0;position:absolute;top:115px;right:40px}.theme01 .main_visual_swiper .swiper_text01 strong{font-weight:700}.theme01 .main_visual_swiper .swiper_text02{position:absolute;top:100px;right:40px;font-size:1.9rem;font-weight:400;letter-spacing:-0.05em;color:#000;opacity:0}.theme01 .main_visual_swiper .swiper-slide-active .swiper_text01{animation:swiperText01 .8s .5s forwards;-webkit-animation:swiperText01 .8s .5s forwards}.theme01 .main_visual_swiper .swiper-slide-active .swiper_text02{animation:swiperText02 .8s 1s forwards;-webkit-animation:swiperText02 .8s 1s forwards}.theme01 .main_visual_swiper .swiper_pagination_wrapper{max-width:1180px;width:100%;padding:0 40px;margin:0 auto;box-sizing:border-box;display:flex;justify-content:flex-end;align-items:center;gap:10px;position:absolute;bottom:60px;left:50%;transform:translateX(-50%);z-index:1}@media(max-width: 1024px){.theme01 .main_visual_swiper .swiper_pagination_wrapper{padding:0 2vw}}.theme01 .main_visual_swiper .swiper_pagination{width:auto;display:flex;justify-content:center;align-items:center;gap:10px}.theme01 .main_visual_swiper .swiper-pagination-bullet{width:32px;height:6px;margin:0;opacity:.3;border-radius:0;background-color:#000}.theme01 .main_visual_swiper .swiper-pagination-bullet-active{opacity:.6}.theme01 .main_visual_swiper .swiper_play_btn,.theme01 .main_visual_swiper .swiper_stop_btn{width:24px;height:24px;font-size:0;opacity:.5;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(0,0,0,1)'%3E%3Cpath d='M19.376 12.4161L8.77735 19.4818C8.54759 19.635 8.23715 19.5729 8.08397 19.3432C8.02922 19.261 8 19.1645 8 19.0658V4.93433C8 4.65818 8.22386 4.43433 8.5 4.43433C8.59871 4.43433 8.69522 4.46355 8.77735 4.5183L19.376 11.584C19.6057 11.7372 19.6678 12.0477 19.5146 12.2774C19.478 12.3323 19.4309 12.3795 19.376 12.4161Z'%3E%3C/path%3E%3C/svg%3E")}.theme01 .main_visual_swiper .swiper_play_btn:hover,.theme01 .main_visual_swiper .swiper_stop_btn:hover{opacity:.6}.theme01 .main_visual_swiper .swiper_stop_btn{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(0,0,0,1)'%3E%3Cpath d='M6 5H8V19H6V5ZM16 5H18V19H16V5Z'%3E%3C/path%3E%3C/svg%3E")}.theme01 .main_quick{max-width:480px;width:100%;display:flex;flex-flow:row wrap;box-shadow:0 0 20px rgba(0,0,0,.8);border-radius:15px;background-color:rgba(0,0,0,.6);overflow:hidden;position:absolute;top:50%;left:max(2vw,50% - 550px);transform:translateY(-50%);z-index:1}.theme01 .main_quick a{width:25%;height:140px;padding:90px 0 0;text-align:center;word-break:keep-all;border-bottom:1px solid rgba(255,255,255,.3);border-right:1px solid rgba(255,255,255,.3);background-repeat:no-repeat;background-position:top 30px center;box-sizing:border-box}.theme01 .main_quick a:nth-of-type(4n){border-right-color:rgba(0,0,0,0)}.theme01 .main_quick a:nth-of-type(n + 5){border-bottom:1px solid rgba(0,0,0,0)}.theme01 .main_quick a span{line-height:1.2em;color:#fff}.theme01 .main_quick a:hover{background-position:top 25px center}.theme01 .main_search{max-width:550px;width:100%;position:absolute;top:50%;left:50%;z-index:1}.theme01 .main_search_area{position:relative}.theme01 .main_search_area input[type=text]{width:100%;height:60px;border-radius:50px;border:none;padding:0 60px 0 20px}.theme01 .main_search_area button{width:60px;height:60px;font-size:0;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(0,0,0,1)'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z'%3E%3C/path%3E%3C/svg%3E");position:absolute;right:0;top:0}.theme01 .main_search_keyword{margin:15px 0 0;display:flex;flex-flow:row wrap;align-items:center;gap:8px}.theme01 .main_search_keyword a{padding:10px 15px;border-radius:50px;font-size:1.4rem;font-weight:600;border-radius:50px;border:1px solid #fff;background-color:rgba(255,255,255,.4)}.theme01 .main_search_keyword a:hover{background-color:#fff}.theme01 .main_container{max-width:1180px;width:100%;padding:0 40px;margin:0 auto;box-sizing:border-box;display:flex;flex-flow:row wrap}@media(max-width: 1024px){.theme01 .main_container{padding:0 2vw}}.theme01 .main_container .h3{font-size:2.5rem;font-weight:700;margin:0 0 20px}.theme01 .main_container .more_btn{width:24px;height:24px;font-size:0;opacity:.3;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(0,0,0,1)'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E");position:absolute;top:0;left:25%}.theme01 .main_container .more_btn:hover{opacity:.6}.theme01 .main_schedule{width:100%;display:flex;gap:30px;padding:30px 0 0;margin:0 0 100px;position:relative}.theme01 .main_schedule__month{width:150px;height:120px;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;gap:12px;border-radius:15px;background:linear-gradient(45deg, #1ad197 0%, #3ad462 100%);position:relative}.theme01 .main_schedule__month h4{font-size:3.5rem;font-weight:700;color:#fff}.theme01 .main_schedule__month button{width:40px;height:40px;font-size:0;position:absolute;top:25px;right:10px;opacity:.6;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='40' height='40' fill='rgba(255,255,255,1)'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E")}.theme01 .main_schedule__month button:hover{opacity:1}.theme01 .main_schedule__month .prev_month_btn{left:10px;right:initial;transform:rotate(180deg)}.theme01 .main_schedule__month strong{font-size:2rem;font-weight:600;color:#fff}.theme01 .schedule_swiper{width:calc(100% - 150px - 30px);overflow:initial;overflow-x:clip;z-index:2}.theme01 .schedule_swiper .swiper-slide{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;gap:20px;position:relative}.theme01 .schedule_swiper .week{width:100%;padding:15px 0;text-align:center;font-size:1.7rem;font-weight:700;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf}.theme01 .schedule_swiper .sat .week{color:#399bff}.theme01 .schedule_swiper .sun .week{color:#ff7171}.theme01 .schedule_swiper .day{width:40px;height:40px;display:flex;justify-content:center;align-items:center;font-size:1.7rem;font-weight:700;line-height:initial;border-radius:50%;box-sizing:border-box;position:relative}.theme01 .schedule_swiper .day span{position:relative;z-index:1}.theme01 .schedule_swiper .today .day::after{display:block;content:"휴관";width:6px;height:6px;font-size:0;border-radius:50%;background-color:var(--primary-color);position:absolute;top:0;left:50%;transform:translateX(-50%)}.theme01 .schedule_swiper .event .day::before{display:block;content:"이벤트";width:36px;height:36px;font-size:0;border-radius:50%;border:3px solid var(--primary-color);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);box-sizing:border-box}.theme01 .schedule_swiper .closed .day::before{display:block;content:"휴관일";width:36px;height:36px;font-size:0;background:repeating-linear-gradient(45deg, #f0f0f0, #f0f0f0 3px, #e8e8e8 3px, #e8e8e8 6px);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);box-sizing:border-box}.theme01 .schedule_swiper .today.event .day::after{top:-8px}.theme01 .schedule_swiper .today.closed .day::after{top:-8px}.theme01 .schedule_swiper .swiper_prev_btn,.theme01 .schedule_swiper .swiper_next_btn{width:30px;height:30px;font-size:0;border-radius:50%;background-color:#444;position:absolute;top:38px;right:0;z-index:1;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='28' height='28' fill='rgba(255,255,255,1)'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E")}.theme01 .schedule_swiper .swiper_prev_btn:hover,.theme01 .schedule_swiper .swiper_next_btn:hover{background-color:#000}.theme01 .schedule_swiper .swiper_prev_btn{left:0;right:initial;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='28' height='28' fill='rgba(255,255,255,1)'%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'%3E%3C/path%3E%3C/svg%3E")}.theme01 .schedule_swiper .swiper-button-disabled{display:none}.theme01 .event_layer{display:none;width:250px;padding:15px 15px;border-radius:10px;background-color:#fff;border:1px solid #dbdbdb;box-shadow:0 0 10px rgba(0,0,0,.05);box-sizing:border-box;position:absolute;top:100%;left:0;z-index:1}.theme01 .event_layer::before{content:"";width:10px;height:10px;border:1px solid #dbdbdb;border-width:1px 1px 0 0;background-color:#fff;transform:rotate(-45deg);position:absolute;top:-6px;left:20px}.theme01 .event_layer dl{max-height:57px;display:flex;flex-flow:row wrap;align-items:center;gap:5px 5px;padding:0 5px 0 0;overflow-y:auto}.theme01 .event_layer dl::-webkit-scrollbar{width:3px;background-color:rgba(0,0,0,.2);border-radius:20px}.theme01 .event_layer dl::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:20px}.theme01 .event_layer dl dt{width:36px;padding:6px 6px;font-size:1.4rem;font-weight:500;color:#fff;background-color:var(--primary-color);box-sizing:border-box}.theme01 .event_layer dl dd{width:calc(100% - 41px)}.theme01 .event_layer a{font-size:1.4rem;font-weight:500;word-break:break-all;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.theme01 .event_layer a:hover{color:#0091e7}.theme01 .event_layer.on{display:block}.theme01 .end_line .event_layer{left:initial;right:0}.theme01 .end_line .event_layer::before{left:initial;right:20px}.theme01 .main_schedule__caption{display:flex;align-items:center;gap:15px;position:absolute;top:0;right:0}.theme01 .main_schedule__caption span{display:flex;align-items:center;gap:5px;font-size:1.4rem;font-weight:500;color:#555}.theme01 .main_schedule__caption span::before{display:block;content:"";width:12px;height:12px;border-radius:50%;box-sizing:border-box}.theme01 .main_schedule__caption .today::before{background-color:var(--primary-color)}.theme01 .main_schedule__caption .closed::before{border-radius:0;background:repeating-linear-gradient(45deg, #f0f0f0, #f0f0f0 2px, #e0e0e0 2px, #e0e0e0 3px)}.theme01 .main_schedule__caption .event::before{border:3px solid var(--primary-color)}.theme01 .main_notice{width:calc((100% - 300px - 20px)/2);position:relative}.theme01 .main_notice__container{width:100%;height:330px;padding:30px 20px;border-radius:15px 0 0 15px;border:1px solid #dbdbdb;box-sizing:border-box}.theme01 .main_notice__list{height:100%;display:flex;flex-flow:column nowrap;gap:10px}.theme01 .main_notice__list li{display:flex;align-items:center;gap:10px}.theme01 .main_notice__list li:first-of-type{min-height:65px;height:auto;flex-flow:column;justify-content:space-between;align-items:flex-start;padding:0 0 15px 92px;border-bottom:1px solid #dbdbdb;position:relative}.theme01 .main_notice__list li:first-of-type::before{width:65px;height:65px;background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:center center;background-image:url("../images/ico_theme01_notice.gif");position:absolute;left:0;top:0;transform:none}.theme01 .main_notice__list li:first-of-type a{font-size:1.8rem;font-weight:600;line-height:1.3em;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.theme01 .main_notice__list li+li{margin:20px 0 0}.theme01 .main_notice__list li::before{display:block;content:"";width:5px;height:5px;background-color:var(--primary-color)}.theme01 .main_notice__list li a{flex:1;font-weight:500;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.theme01 .main_notice__list li a:hover{color:#0091e7}.theme01 .main_notice__list li span{font-size:1.4rem;font-weight:500;color:#888}.theme01 .main_notice__list li:only-child.no_data{height:100%;display:flex;justify-content:center;align-items:center;padding:0;font-size:1.6rem;font-weight:500;color:#999;border:0 none;background-image:none;background-color:rgba(0,0,0,0)}.theme01 .main_notice__list li:only-child.no_data::before{display:none}.theme01 .main_program{width:calc((100% - 300px - 20px)/2);margin:0 0 0 -1px;position:relative}.theme01 .main_program__container{width:100%;height:330px;padding:20px 20px;border-radius:0 15px 15px 0;border:1px solid #dbdbdb;box-sizing:border-box}.theme01 .main_program__list{height:100%;padding:0 10px 0 0;overflow-y:auto}.theme01 .main_program__list:has(.no_data){padding:0}.theme01 .main_program__list::-webkit-scrollbar{width:5px;background-color:rgba(0,0,0,.2);border-radius:20px}.theme01 .main_program__list::-webkit-scrollbar-thumb{background-color:#878787;border-radius:20px}.theme01 .main_program__list li{height:60px;display:flex;flex-flow:column nowrap;justify-content:center;gap:10px;padding:0 0 0 75px;position:relative}.theme01 .main_program__list li+li{margin:15px 0 0}.theme01 .main_program__list li strong{width:60px;height:60px;display:flex;justify-content:center;align-items:center;text-align:center;font-weight:600;line-height:1.1em;border-radius:50%;color:#9b9b9b;background-color:#dfdfdf;position:absolute;left:0;top:0}.theme01 .main_program__list li.accepting strong{background-color:var(--primary-color);color:#fff}.theme01 .main_program__list li a{font-size:1.8rem;font-weight:700;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.theme01 .main_program__list li a:hover{color:#0091e7}.theme01 .main_program__list li span{font-size:1.4rem;font-weight:500;color:#888}.theme01 .main_program__list li.no_data{height:100%;display:flex;justify-content:center;align-items:center;padding:0;font-size:1.6rem;font-weight:500;color:#999;background-color:rgba(0,0,0,0)}.theme01 .main_program__list li.no_data::before{display:none}.theme01 .main_popup{width:300px;margin:0 0 0 20px;position:relative}.theme01 .main_popup .swiper_remote{display:flex;align-items:center;position:absolute;right:0;top:2px;z-index:1}.theme01 .main_popup .swiper_remote button{width:20px;height:20px;font-size:0;opacity:.3;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(0,0,0,1)'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E")}.theme01 .main_popup .swiper_remote button:hover{opacity:.6}.theme01 .main_popup .swiper_remote .swiper_prev_btn{transform:rotate(180deg)}.theme01 .main_popup .swiper_remote .swiper_play_btn{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(0,0,0,1)'%3E%3Cpath d='M19.376 12.4161L8.77735 19.4818C8.54759 19.635 8.23715 19.5729 8.08397 19.3432C8.02922 19.261 8 19.1645 8 19.0658V4.93433C8 4.65818 8.22386 4.43433 8.5 4.43433C8.59871 4.43433 8.69522 4.46355 8.77735 4.5183L19.376 11.584C19.6057 11.7372 19.6678 12.0477 19.5146 12.2774C19.478 12.3323 19.4309 12.3795 19.376 12.4161Z'%3E%3C/path%3E%3C/svg%3E")}.theme01 .main_popup .swiper_remote .swiper_stop_btn{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(0,0,0,1)'%3E%3Cpath d='M6 5H8V19H6V5ZM16 5H18V19H16V5Z'%3E%3C/path%3E%3C/svg%3E")}.theme01 .main_popup .swiper_pagination{width:auto;margin:0 15px 0 0;color:#888}.theme01 .main_popup .swiper_pagination span{line-height:initial;color:#888}.theme01 .main_popup .swiper_pagination .swiper-pagination-current{color:#252525;font-weight:600}.theme01 .popup_swiper{width:100%;height:330px;border-radius:15px;border:1px solid rgba(0,0,0,.1);box-sizing:border-box}.theme01 .popup_swiper .swiper-slide{height:100%;background-repeat:no-repeat;background-position:center center;background-size:100% 100%;font-size:0}.theme01 .popup_swiper .no_data{font-size:1.6rem}.theme01 .main_books{width:100%;height:350px;display:flex;flex-flow:row-reverse nowrap;margin:50px 0 0;border-radius:15px;background-color:#e9f8ee;overflow:hidden;position:relative}.theme01 .main_books h3{width:300px;height:100%;padding:50px 30px;font-size:3.5rem;text-align:right;font-weight:400;line-height:1.2em;color:#fff;background-repeat:no-repeat;background-position:center center;background-image:url("../images/img_theme01_book_bg.gif");box-sizing:border-box}.theme01 .main_books h3 strong{display:block;color:#fff}.theme01 .main_books nav{display:flex;align-items:center;border:1px solid #fff;position:absolute;right:30px;bottom:130px}.theme01 .main_books nav button{width:110px;height:48px;font-size:1.8rem;font-weight:500;color:#fff;border-left:1px solid rgba(0,0,0,0)}.theme01 .main_books nav button.on{font-weight:600;color:var(--primary-color);background-color:rgba(255,255,255,.8)}.theme01 .main_books .more_btn{opacity:.7;left:initial;top:initial;right:50px;bottom:50px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='28' height='28' fill='rgba(255,255,255,1)'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E")}.theme01 .main_books .more_btn:hover{opacity:1}.theme01 .main_books__area{flex:1;height:100%;padding:40px 40px;box-sizing:border-box;display:none}.theme01 .main_books__area.on{display:block}.theme01 .main_books__area ul{width:100%;display:flex;align-items:flex-start;gap:20px}.theme01 .main_books__area li{flex:1;display:flex;flex-flow:row wrap;align-content:flex-start;min-height:270px;gap:20px 8px;padding:0 0 0 200px;position:relative}.theme01 .main_books__area .cover{width:180px;height:270px;border-radius:15px;border:1px solid rgba(0,0,0,.05);background-color:#f2f2f2;background-repeat:no-repeat;background-position:center center;background-size:cover;box-shadow:10px 9px 15px rgba(0,0,0,.2);box-sizing:border-box;position:absolute;left:0;top:0}.theme01 .main_books__area h4{font-size:2rem;font-weight:700;line-height:1.3em;padding:15px 0 0;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.theme01 .main_books__area .story{flex:1 1 100%;min-height:4rem;font-weight:500;line-height:1.3em;color:#444;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.theme01 .main_books__area .story p{font-weight:500;line-height:1.3em;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#444}.theme01 .main_books__area .story p:not(:first-child){display:none}.theme01 .main_books__area .story a{display:none}.theme01 .main_books__area span{font-weight:500;line-height:1.3em;color:#777;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;position:relative}.theme01 .main_books__area span+span{padding:0 0 0 13px}.theme01 .main_books__area span+span::before{display:block;content:"";width:3px;height:3px;border-radius:50%;background-color:#999;position:absolute;left:0;top:8px}.theme01 .main_link{width:100%;display:flex;align-items:center;gap:15px;margin:50px 0 0}.theme01 .main_link a{flex:1;height:100px;display:flex;align-items:center;gap:30px;padding:0 30px;border-radius:15px;background-color:#f2f2f2;background-repeat:no-repeat;background-position:center right 30px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='28' height='28' fill='rgba(0,0,0,0.2)'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E");box-sizing:border-box}.theme01 .main_link a::before{display:block;content:"";width:70px;height:70px;background-repeat:no-repeat;background-position:center center}.theme01 .main_link a span{font-size:1.8rem;font-weight:700;line-height:initial}.theme01 .main_link a:hover{background-color:#eaeaea;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='28' height='28' fill='rgba(0,0,0,0.3)'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E")}.theme01 .main_link .eum_link::before{background-image:url("../images/ico_theme01_link01.png")}.theme01 .main_link .qna_link::before{background-image:url("../images/ico_theme01_link02.png")}.theme01 .footer_banner{margin:30px 0 0;border-top:1px solid #dbdbdb}.theme01.wjecc .main_link{display:none}.theme01 .main_branch{display:none;width:100%;margin:50px 0 0}.theme01.wjecc .main_branch{display:block}.theme01 .main_branch_container{display:flex;flex-flow:row wrap;gap:20px;padding:10px 40px;box-sizing:border-box;background-color:#eaf5fa;border-radius:20px}.theme01 .main_branch_img{width:350px}.theme01 .main_branch_list{flex:1;display:flex;flex-flow:row wrap;justify-content:center;align-items:center}.theme01 .main_branch_list li{flex:1;display:flex;flex-flow:column nowrap;align-items:center}.theme01 .main_branch_list img{width:135px;height:135px;margin:0 0 30px;border-radius:50%;overflow:hidden;box-shadow:0 7px 20px rgba(99,181,224,.41)}.theme01 .main_branch_list strong{margin:0 0 20px;font-size:1.9rem;font-weight:600}.theme01 .main_branch_list a{text-align:center;padding:12px 30px;font-weight:500;line-height:1;border:1px solid #252525;color:#000;position:relative}.theme01 .main_branch_list a span{position:relative}.theme01 .main_branch_list a::before{display:block;content:"";width:100%;height:0;background-color:#252525;transition:all .3s ease;position:absolute;left:0;bottom:0}.theme01 .main_branch_list a:hover{color:#fff}.theme01 .main_branch_list a:hover::before{height:100%}@media screen and (max-width: 1024px){.theme01 .main_visual{display:flex;flex-flow:column nowrap;align-items:center;gap:30px;width:100%;height:660px;padding:200px 2vw 0;position:relative;box-sizing:border-box}.theme01 .main_visual_swiper{width:100%;height:100%;position:absolute;left:0;top:0;z-index:1}.theme01 .main_visual_swiper .swiper_text{height:auto;padding:50px 0 0;position:static;transform:none}.theme01 .main_visual_swiper .swiper_text01{font-size:3.5rem;text-align:center;position:static}.theme01 .main_visual_swiper .swiper_text02{margin:15px 0 0;text-align:center;position:static}.theme01 .main_visual_swiper .swiper_pagination_wrapper{justify-content:center;top:150px;bottom:initial}.theme01 .main_quick{position:static;z-index:1;transform:none}.theme01 .main_search{max-width:480px;position:static;z-index:1}.theme01 .main_search_keyword{margin:10px 0 0}.theme01 .main_wrapper{padding:0 0 30px}.theme01 .main_schedule{flex-flow:column nowrap;gap:10px}.theme01 .main_schedule__month{width:100%;height:90px;gap:8px}.theme01 .main_schedule__month strong{font-size:1.6rem}.theme01 .main_schedule__month button{top:50%;transform:translateY(-50%)}.theme01 .main_schedule__month .prev_month_btn{transform:rotate(180deg) translateY(50%)}.theme01 .schedule_swiper{width:100%}.theme01 .main_notice{width:50%}.theme01 .main_program{width:50%}.theme01 .main_popup{margin:50px auto 0}.theme01 .main_books{margin:50px 0 0}.theme01 .main_books h3{width:250px;padding:50px 20px}.theme01 .main_books nav{right:20px}.theme01 .main_books__area{padding:30px 30px}.theme01 .main_books__area li{flex-flow:column nowrap;align-items:center;gap:8px;min-height:auto;padding:0}.theme01 .main_books__area li .cover{flex-flow:column nowrap;align-items:center;width:120px;height:180px;margin:0 auto;border-radius:5px;position:static}.theme01 .main_books__area li h4{font-size:1.7rem;text-align:center;word-break:keep-all;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.theme01 .main_books__area li .story{display:none}.theme01 .main_books__area li span{text-align:center;font-size:1.5rem;word-break:keep-all;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.theme01 .main_books__area li .publisher{display:none}.theme01 .main_link a{height:80px;background-size:24px auto}.theme01 .main_link a::before{width:50px;height:50px;background-size:contain}.theme01 .main_branch{margin:0}.theme01 .main_branch_container{flex-flow:column nowrap}}@media screen and (max-width: 760px){.theme01 .main_visual{gap:20px;height:460px;padding:140px 2vw 0}.theme01 .main_visual_swiper .swiper_text{padding:30px 0 0}.theme01 .main_visual_swiper .swiper_text01{font-size:2.6rem}.theme01 .main_visual_swiper .swiper_text02{font-size:1.7rem}.theme01 .main_visual_swiper .swiper_pagination_wrapper{top:100px}.theme01 .main_visual_swiper .swiper_play_btn,.theme01 .main_visual_swiper .swiper_stop_btn{width:20px;height:20px;background-size:20px auto}.theme01 .main_quick{max-width:100%}.theme01 .main_quick a{height:90px;padding:60px 0 0;font-size:1.4rem;background-position:top 20px center;background-size:30px auto}.theme01 .main_search{max-width:100%}.theme01 .main_search input[type=text]{height:46px}.theme01 .main_search button{width:46px;height:46px;background-size:24px auto;right:5px}.theme01 .main_search_keyword{gap:5px}.theme01 .main_search_keyword a{padding:8px 10px}.theme01 .main_container .more_btn{width:20px;height:20px;top:2px;left:initial;right:0;background-size:20px auto}.theme01 .main_schedule{margin:0}.theme01 .main_schedule__month{height:80px;gap:6px}.theme01 .schedule_swiper .swiper-slide{gap:15px}.theme01 .schedule_swiper .week{font-size:1.6rem}.theme01 .schedule_swiper .day{font-size:1.6rem}.theme01 .schedule_swiper .swiper_next_btn,.theme01 .schedule_swiper .swiper_prev_btn{width:24px;height:24px;background-size:18px auto}.theme01 .main_notice{width:100%;margin:50px 0 0}.theme01 .main_notice__container{height:auto;padding:20px 15px;border-radius:15px}.theme01 .main_notice__container:has(.no_data){height:100px}.theme01 .main_notice__container li:only-child{padding:0 0 0 92px;margin:0;border-bottom:0 none}.theme01 .main_program{width:100%;margin:50px 0 0}.theme01 .main_program__container{padding:20px 15px;border-radius:15px}.theme01 .main_program__container:has(.no_data){height:100px}.theme01 .main_program__list li a{font-size:1.7rem}.theme01 .main_popup{width:100%;margin:50px 0 0}.theme01 .popup_swiper{height:auto;aspect-ratio:300/330}.theme01 .main_books{flex-flow:column nowrap;height:auto}.theme01 .main_books h3{display:flex;flex-flow:row nowrap;justify-content:center;gap:5px;width:100%;padding:20px 15px 70px;font-size:2.5rem;background-size:cover}.theme01 .main_books nav{left:50%;right:initial;top:60px;bottom:initial;transform:translateX(-50%)}.theme01 .main_books nav button{height:36px;background-size:20px auto}.theme01 .main_books .more_btn{left:initial;right:15px;top:24px;bottom:initial;background-size:20px auto}.theme01 .main_books__area{padding:20px 20px}.theme01 .main_link{flex-flow:column nowrap;gap:10px}.theme01 .main_link a{flex:none;width:100%;height:60px;padding:0 15px;background-position:center right 15px;background-size:20px auto}.theme01 .main_link a::before{width:40px;height:40px}}.theme02 .main_visual_container{max-width:1180px;width:100%;padding:0 40px;margin:0 auto;box-sizing:border-box;height:100%;display:flex;flex-flow:row wrap;justify-content:flex-end;align-items:flex-end;gap:20px 20px}@media(max-width: 1024px){.theme02 .main_visual_container{padding:0 2vw}}.theme02 .main_visual_swiper{width:100%}.theme02 .main_visual_swiper .swiper-slide{width:100%;height:540px;background-repeat:no-repeat;background-position:center center}.theme02 .main_visual_text{max-width:1180px;width:100%;padding:0 40px;margin:0 auto;box-sizing:border-box;padding-top:90px}@media(max-width: 1024px){.theme02 .main_visual_text{padding:0 2vw}}.theme02 .main_visual_text h2{text-align:right;font-size:3rem;font-weight:600;line-height:1.5em}.theme02 .main_visual_text h2 strong{font-size:4rem}.theme02 .main_visual_text h2 span:nth-of-type(1){color:#2e6dee}.theme02 .main_visual_text h2 span:nth-of-type(2){color:#17b288}.theme02 .main_container{max-width:1180px;width:100%;padding:0 40px;margin:0 auto;box-sizing:border-box;display:flex;flex-flow:row wrap;margin-top:-300px}@media(max-width: 1024px){.theme02 .main_container{padding:0 2vw}}.theme02 .main_visual_content{width:100%;display:flex;flex-flow:row wrap;justify-content:flex-end;gap:20px 20px;margin:0 0 60px}.theme02 .main_notice{width:360px;height:425px;display:flex;flex-flow:column nowrap;align-items:center;border-radius:20px;background-color:#17b288;box-shadow:0px 12px 6px rgba(0,0,0,.2);overflow:hidden;position:relative;z-index:1}.theme02 .main_notice__inner{width:100%;height:calc(100% - 54px);display:flex;flex-flow:column nowrap;padding:25px 25px;border-radius:0 0 20px 20px;background-color:#fff;box-shadow:0 5px 5px rgba(0,0,0,.1);box-sizing:border-box}.theme02 .main_notice h3{padding:0 0 20px;margin:0 0 20px;font-size:2.2rem;font-weight:700;line-height:1.5em;border-bottom:1px solid #000;background-repeat:no-repeat;background-position:top right;background-image:url("../images/ico_notice_title.gif")}.theme02 .main_notice ul{flex:1;padding:0 15px 0 0;overflow-y:auto}.theme02 .main_notice ul::-webkit-scrollbar{width:5px;background-color:rgba(0,0,0,.15);border-radius:20px}.theme02 .main_notice ul::-webkit-scrollbar-thumb{border-radius:20px;background-color:#000}.theme02 .main_notice ul li{display:flex;justify-content:space-between;align-items:center;gap:10px}.theme02 .main_notice ul li+li{margin:20px 0 0}.theme02 .main_notice ul li.no_data{height:100%;justify-content:center;align-items:center;font-size:1.6rem;box-sizing:border-box;border:0 none;background-color:rgba(0,0,0,0)}.theme02 .main_notice ul a{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-weight:600}.theme02 .main_notice ul a:hover{color:#0091e7}.theme02 .main_notice ul span{font-size:14px;color:#939393;font-weight:500}.theme02 .main_notice .more_btn{height:54px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;gap:5px;font-weight:600;color:#fff;opacity:.7}.theme02 .main_notice .more_btn::after{display:block;content:"";width:18px;height:18px;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E");transition:all .2s ease}.theme02 .main_notice .more_btn:hover{opacity:1}.theme02 .main_calendar{width:360px;height:425px;display:flex;flex-flow:column nowrap;align-items:center;border-radius:20px;background-color:#17b288;box-shadow:0px 12px 6px rgba(0,0,0,.2);overflow:hidden;position:relative;z-index:1}.theme02 .main_calendar__inner{width:100%;display:flex;flex-flow:column nowrap;padding:25px 25px 20px;border-radius:0 0 20px 20px;background-color:#fff;box-shadow:0 5px 5px rgba(0,0,0,.1);box-sizing:border-box}.theme02 .main_calendar h3{width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 0 15px;margin:0 0 25px;font-size:2.2rem;font-weight:700;line-height:1.5em;border-bottom:1px solid #000;background-repeat:no-repeat;background-position:top right}.theme02 .main_calendar h3 span{width:30px;height:25px;text-align:center;font-size:1.6rem;font-weight:600;color:#fff;background-repeat:no-repeat;background-position:center center;background-size:30px auto;background-image:url("../images/ico_calendar_title.gif")}.theme02 .main_calendar__header{width:100%;display:flex;align-items:center;justify-content:space-between}.theme02 .main_calendar__header strong{font-size:2.2rem;font-weight:700}.theme02 .main_calendar__caption{display:flex;align-items:center;gap:10px}.theme02 .main_calendar__caption span{display:flex;align-items:center;gap:5px;font-size:1.5rem;font-weight:500}.theme02 .main_calendar__caption span::before{display:block;content:"";width:12px;height:12px;border-radius:50%;box-sizing:border-box}.theme02 .main_calendar__caption .today::before{border:2px solid #000}.theme02 .main_calendar__caption .closed::before{background-color:#17b288}.theme02 .main_calendar ul{flex:1;width:calc(100% - 50px);padding:0 15px 0 0;margin:25px auto;background-repeat:repeat-y;background-position:top left 3px;background-image:url("../images/img_calendar_dot.png");box-sizing:border-box;overflow-y:auto;position:relative}.theme02 .main_calendar ul::-webkit-scrollbar{width:5px;background-color:rgba(0,0,0,.15);border-radius:20px}.theme02 .main_calendar ul::-webkit-scrollbar-thumb{border-radius:20px;background-color:#fff}.theme02 .main_calendar ul li{padding:0 0 0 17px;box-sizing:border-box;position:relative}.theme02 .main_calendar ul li::before{display:block;content:"";width:7px;height:7px;border-radius:50%;background-color:#fff;position:absolute;top:5px;left:0}.theme02 .main_calendar ul li+li{margin:20px 0 0}.theme02 .main_calendar ul a{display:block;font-size:1.8rem;font-weight:700;color:rgba(37,37,37,.6);display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.theme02 .main_calendar ul a:hover{color:#252525}.theme02 .main_calendar ul span{display:block;margin:5px 0 0;font-weight:500;color:rgba(255,255,255,.6)}.theme02 .calendar_swiper{width:100%;padding:0 20px;margin:15px 0 0;box-sizing:border-box}.theme02 .calendar_swiper .swiper-slide{display:flex;flex-flow:column nowrap;gap:15px;padding:10px 0;border-radius:50px;border:2px solid rgba(0,0,0,0);box-sizing:border-box}.theme02 .calendar_swiper .week{color:#888;font-weight:600}.theme02 .calendar_swiper .day{font-size:1.8rem;font-weight:700}.theme02 .calendar_swiper .swiper-slide.today{border-color:#000}.theme02 .calendar_swiper .swiper-slide.today .week{color:#252525}.theme02 .calendar_swiper .swiper-slide.closed{background-repeat:no-repeat;background-position:top 3px center;background-size:28px auto;background-image:url("../images/ico_calendar_closed.gif")}.theme02 .calendar_swiper .swiper-slide.closed .week{color:#fff}.theme02 .calendar_swiper .swiper-slide.on .week,.theme02 .calendar_swiper .swiper-slide.on .day{color:#17b288}.theme02 .calendar_swiper .swiper-slide.on.closed .week{color:#fff}.theme02 .calendar_swiper .swiper_prev_btn,.theme02 .calendar_swiper .swiper_next_btn{width:20px;height:100%;font-size:0;background-color:#fff;position:absolute;top:0;right:0;z-index:1;background-repeat:no-repeat;background-position:center center;background-image:url("../images/ico_calendar_arrow.svg")}.theme02 .calendar_swiper .swiper_prev_btn{left:0;right:initial;transform:rotate(180deg)}.theme02 .main_banner_swiper{width:360px;height:425px;margin:0;border-radius:20px;box-shadow:0px 12px 6px rgba(0,0,0,.2);position:relative;z-index:1}.theme02 .main_banner_swiper .swiper-slide{font-size:0;background-repeat:no-repeat;background-position:center center;background-size:cover}.theme02 .main_banner_swiper .no_data{font-size:1.6rem}.theme02 .main_banner_swiper .swiper_paging_container{display:flex;align-items:center;gap:10px;padding:6px 10px;border-radius:50px;background-color:rgba(0,0,0,.4);position:absolute;right:15px;top:15px;z-index:1}.theme02 .main_banner_swiper .swiper_paging_container:not(:has(.swiper-pagination-bullet)),.theme02 .main_banner_swiper .swiper_paging_container:has(.swiper-pagination-bullet:only-child){display:none}.theme02 .main_banner_swiper .swiper_pagination{width:auto;display:flex;align-items:center;gap:6px}.theme02 .main_banner_swiper .swiper_pagination span{width:10px;height:10px;margin:0;border-radius:50%;opacity:.5;background-color:#fff;transition:all .2s ease}.theme02 .main_banner_swiper .swiper_pagination span:hover{opacity:.6}.theme02 .main_banner_swiper .swiper_pagination span.swiper-pagination-bullet-active{width:20px;opacity:1;border-radius:10px}.theme02 .main_banner_swiper .swiper_play_btn,.theme02 .main_banner_swiper .swiper_stop_btn{width:18px;height:18px;flex:none;display:flex;font-size:0;opacity:.5}.theme02 .main_banner_swiper .swiper_play_btn::before,.theme02 .main_banner_swiper .swiper_stop_btn::before{display:block;content:"";width:100%;height:100%;background-repeat:no-repeat;background-position:center;transition:all .2s ease}.theme02 .main_banner_swiper .swiper_play_btn:hover,.theme02 .main_banner_swiper .swiper_stop_btn:hover{opacity:1}.theme02 .main_banner_swiper .swiper_stop_btn::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M6 5H8V19H6V5ZM16 5H18V19H16V5Z'%3E%3C/path%3E%3C/svg%3E")}.theme02 .main_banner_swiper .swiper_play_btn{display:none}.theme02 .main_banner_swiper .swiper_play_btn::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M19.376 12.4161L8.77735 19.4818C8.54759 19.635 8.23715 19.5729 8.08397 19.3432C8.02922 19.261 8 19.1645 8 19.0658V4.93433C8 4.65818 8.22386 4.43433 8.5 4.43433C8.59871 4.43433 8.69522 4.46355 8.77735 4.5183L19.376 11.584C19.6057 11.7372 19.6678 12.0477 19.5146 12.2774C19.478 12.3323 19.4309 12.3795 19.376 12.4161Z'%3E%3C/path%3E%3C/svg%3E")}.theme02 .main_banner_swiper .swiper_prev_btn,.theme02 .main_banner_swiper .swiper_next_btn{width:40px;height:40px;font-size:0;opacity:.5;position:absolute;top:50%;right:0;transform:translateY(-50%);z-index:1;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='40' height='40' fill='rgba(0,0,0,1)'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E")}.theme02 .main_banner_swiper .swiper_prev_btn:hover,.theme02 .main_banner_swiper .swiper_next_btn:hover{opacity:1}.theme02 .main_banner_swiper .swiper_prev_btn{left:0;right:initial;transform:translateY(-50%) rotate(180deg)}.theme02 .main_schedule{width:100%;display:flex;gap:30px;padding:30px 0 0;margin:0 0 100px;position:relative}.theme02 .main_schedule__month{width:150px;height:120px;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;gap:12px;border-radius:15px;background:linear-gradient(45deg, #0097ff 0%, #00c4ff 100%);position:relative}.theme02 .main_schedule__month h4{font-size:3.5rem;font-weight:700;color:#fff}.theme02 .main_schedule__month button{width:40px;height:40px;font-size:0;position:absolute;top:25px;right:10px;opacity:.6;background-repeat:round;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='40' height='40' fill='rgba(255,255,255,1)'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E")}.theme02 .main_schedule__month button:hover{opacity:1}.theme02 .main_schedule__month button::before{display:block;content:"";width:100%;height:100%;background-repeat:no-repeat;background-position:center;transition:all .2s ease}.theme02 .main_schedule__month .prev_month_btn{left:10px;right:initial;transform:rotate(180deg)}.theme02 .main_schedule__month strong{font-size:2rem;font-weight:600;color:#fff}.theme02 .schedule_swiper{width:calc(100% - 150px - 30px);overflow:initial;overflow-x:clip;z-index:2}.theme02 .schedule_swiper .swiper-slide{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;gap:20px;position:relative}.theme02 .schedule_swiper .week{width:100%;padding:15px 0;text-align:center;font-size:1.7rem;font-weight:700;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf}.theme02 .schedule_swiper .sat .week{color:#399bff}.theme02 .schedule_swiper .sun .week{color:#ff7171}.theme02 .schedule_swiper .day{width:40px;height:40px;display:flex;justify-content:center;align-items:center;font-size:1.7rem;font-weight:700;line-height:initial;border-radius:50%;box-sizing:border-box;position:relative}.theme02 .schedule_swiper .day span{position:relative;z-index:1}.theme02 .schedule_swiper .today .day::after{display:block;content:"휴관";width:6px;height:6px;font-size:0;border-radius:50%;background-color:var(--primary-color);position:absolute;top:0;left:50%;transform:translateX(-50%)}.theme02 .schedule_swiper .event .day::before{display:block;content:"이벤트";width:36px;height:36px;font-size:0;border-radius:50%;border:3px solid var(--primary-color);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);box-sizing:border-box}.theme02 .schedule_swiper .closed .day::before{display:block;content:"휴관일";width:36px;height:36px;font-size:0;background:repeating-linear-gradient(45deg, #f0f0f0, #f0f0f0 3px, #e8e8e8 3px, #e8e8e8 6px);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);box-sizing:border-box}.theme02 .schedule_swiper .today.event .day::after{top:-8px}.theme02 .schedule_swiper .today.closed .day::after{top:-8px}.theme02 .schedule_swiper .swiper_prev_btn,.theme02 .schedule_swiper .swiper_next_btn{width:30px;height:30px;font-size:0;border-radius:50%;background-color:#444;position:absolute;top:38px;right:0;z-index:1;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='28' height='28' fill='rgba(255,255,255,1)'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E")}.theme02 .schedule_swiper .swiper_prev_btn:hover,.theme02 .schedule_swiper .swiper_next_btn:hover{background-color:#000}.theme02 .schedule_swiper .swiper_prev_btn{left:0;right:initial;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='28' height='28' fill='rgba(255,255,255,1)'%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'%3E%3C/path%3E%3C/svg%3E")}.theme02 .schedule_swiper .swiper-button-disabled{display:none}.theme02 .event_layer{display:none;width:250px;padding:15px 15px;border-radius:10px;background-color:#fff;border:1px solid #dbdbdb;box-shadow:0 0 10px rgba(0,0,0,.05);box-sizing:border-box;position:absolute;top:105%;left:0;z-index:1}.theme02 .event_layer::before{content:"";width:10px;height:10px;border:1px solid #dbdbdb;border-width:1px 1px 0 0;background-color:#fff;transform:rotate(-45deg);position:absolute;top:-6px;left:20px}.theme02 .event_layer dl{max-height:57px;display:flex;flex-flow:row wrap;align-items:center;gap:5px 5px;padding:0 5px 0 0;overflow-y:auto}.theme02 .event_layer dl::-webkit-scrollbar{width:3px;background-color:rgba(0,0,0,.2);border-radius:20px}.theme02 .event_layer dl::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:20px}.theme02 .event_layer dl dt{width:36px;padding:6px 6px;font-size:1.4rem;font-weight:500;color:#fff;background-color:var(--primary-color);box-sizing:border-box}.theme02 .event_layer dl dd{width:calc(100% - 41px)}.theme02 .event_layer dl dd a{font-size:1.4rem;font-weight:500;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.theme02 .event_layer.on{display:block}.theme02 .end_line .event_layer{left:initial;right:0}.theme02 .end_line .event_layer::before{left:initial;right:20px}.theme02 .main_schedule__caption{display:flex;align-items:center;gap:15px;position:absolute;top:0;right:0}.theme02 .main_schedule__caption span{display:flex;align-items:center;gap:5px;font-size:1.4rem;font-weight:500;color:#555}.theme02 .main_schedule__caption span::before{display:block;content:"";width:12px;height:12px;border-radius:50%;box-sizing:border-box}.theme02 .main_schedule__caption .today::before{background-color:var(--primary-color)}.theme02 .main_schedule__caption .closed::before{border-radius:0;background:repeating-linear-gradient(45deg, #f0f0f0, #f0f0f0 2px, #e0e0e0 2px, #e0e0e0 3px)}.theme02 .main_schedule__caption .event::before{border:3px solid var(--primary-color)}.theme02 .main_link{width:100%;display:flex;gap:20px}.theme02 .main_link a{width:calc(20% - 15px);height:210px;padding:30px 20px 20px;border-radius:20px;border:1px solid rgba(0,0,0,0);background-repeat:no-repeat;background-position:right 26px bottom 26px;box-sizing:border-box;transition:all .3s ease}.theme02 .main_link a:hover{border-color:var(--primary-color);box-shadow:8px 8px 10px rgba(0,0,0,.15);transform:translateY(-20px)}.theme02 .main_link a::before{display:block;margin:0 0 10px;font-size:1.5rem;font-weight:500;color:#149be3}.theme02 .main_link a:nth-of-type(1){background-color:#e6faff}.theme02 .main_link a:nth-of-type(1)::before{content:"대출했던 책을 보고싶다면!"}.theme02 .main_link a:nth-of-type(2){background-color:#dcfdf4}.theme02 .main_link a:nth-of-type(2)::before{content:"원하는 책이 있으신가요?"}.theme02 .main_link a:nth-of-type(3){background-color:#fcf5d3}.theme02 .main_link a:nth-of-type(3)::before{content:"강원특별자치도교육청"}.theme02 .main_link a:nth-of-type(4){background-color:#dcfdf4}.theme02 .main_link a:nth-of-type(4)::before{content:"다양한 행사를 알려드려요."}.theme02 .main_link a:nth-of-type(5){background-color:#d5f1fc}.theme02 .main_link a:nth-of-type(5)::before{content:"지금 강좌를 신청해보세요!"}.theme02 .main_link p{font-size:1.5rem;font-weight:500;color:#149be3;margin:0 0 10px}.theme02 .main_link h4{font-size:2.2rem;font-weight:700}.theme02 .main_recommend{width:100%;margin:70px 0 0;position:relative}.theme02 .main_recommend h3{font-size:3rem;line-height:1.5em;font-weight:700;padding:0 0 0 20px;margin:0 0 30px;position:relative;background-repeat:no-repeat;background-position:center left;background-image:url("../images/img_theme02_recommend.png")}.theme02 .main_recommend .more_btn{width:32px;height:32px;font-size:0;opacity:.3;border-radius:50%;border:1px solid #aaa;position:absolute;top:0;right:0;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(0,0,0,1)'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E")}.theme02 .main_recommend .more_btn:hover{opacity:.6}.theme02 .recommend_swiper{padding:0 20px}.theme02 .recommend_swiper .swiper-slide:nth-child(even){margin-top:40px}.theme02 .recommend_swiper .cover{display:block;width:100%;aspect-ratio:1/1.4;border-radius:20px;border:1px solid rgba(0,0,0,.05);background-repeat:no-repeat;background-position:top center;background-size:cover;box-sizing:border-box;transition:all 1s ease}.theme02 .recommend_swiper .book_title{display:block;margin:15px 0 0;font-size:1.7rem;font-weight:600;line-height:1.3em;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:all .2s ease}.theme02 .recommend_swiper a:hover .cover{transform:rotateY(180deg)}.theme02 .recommend_swiper a:hover .book_title{color:#0091e7}.theme02 .recommend_swiper .author{display:none;font-size:1.2rem}.theme02 .recommend_swiper .swiper_prev_btn,.theme02 .recommend_swiper .swiper_next_btn{width:50px;height:50px;font-size:0;border-radius:50%;background-color:#e6faff;box-shadow:0 0 5px 0 rgba(0,0,0,.2);position:absolute;top:50%;right:5px;transform:translateY(-50%);z-index:1;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='36' height='36' fill='rgba(28,152,224,0.5)'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E");transition:all .2s ease}.theme02 .recommend_swiper .swiper_prev_btn:hover,.theme02 .recommend_swiper .swiper_next_btn:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='36' height='36' fill='rgba(28,152,224,1)'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E")}.theme02 .recommend_swiper .swiper_prev_btn{left:5px;right:initial;transform:rotate(180deg) translateY(50%)}.theme02 .recommend_swiper .swiper-button-disabled{display:none}.theme02 .footer_banner{margin:60px 0 0;border-top:1px solid #dbdbdb}.theme02 .main_board{display:flex;width:100%;margin:70px 0 0}.theme02 .main_board nav{display:flex;flex-flow:column nowrap;gap:50px;width:40%;padding:20px 0;border-right:1px solid #dbdbdb}.theme02 .main_board button{display:flex;flex-flow:column nowrap;align-items:flex-start;gap:5px;text-align:left}.theme02 .main_board button strong{padding:0 10px;font-size:3rem;font-weight:500;line-height:1.5em;opacity:.3;background-repeat:no-repeat;background-position:bottom 3px center;background-size:100% auto}.theme02 .main_board button p{font-size:1.8rem;line-height:1.5em;font-weight:500;color:#555;opacity:.5}.theme02 .main_board button.on strong{font-weight:700;opacity:1;background-image:url("../images/img_theme02_board_deco.gif")}.theme02 .main_board button.on p{opacity:1}.theme02 .main_board__content{flex-flow:column nowrap;gap:20px;width:60%;padding:0 0 0 30px;box-sizing:border-box}.theme02 .main_board__content.on{display:flex}.theme02 .main_board__content ul{flex:1;display:flex;flex-flow:column nowrap}.theme02 .main_board__content li{height:33.3333333333%;display:flex;align-items:center}.theme02 .main_board__content li a{display:block;padding:10px 0;font-size:1.8rem;font-weight:500}.theme02 .main_board__content .more_btn{display:flex;align-items:center;font-weight:500;color:#1d47da;font-size:0}.theme02 .main_board__content .more_btn::before{display:block;content:"MORE";font-size:1.6rem}.theme02 .main_board__content .more_btn::after{display:block;content:"";width:50px;height:50px;margin:0 0 0 15px;border-radius:50%;background-color:#1d47da;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='32' height='32' fill='rgba(255,255,255,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");transition:all .2s ease}.theme02 .main_board__content .more_btn:hover::after{margin:0 0 0 20px}.theme02 .main_board__content .no_data{height:100%;padding:0;border:0 none;background-color:rgba(0,0,0,0)}@media(max-width: 1024px){.theme02 .main_visual_swiper .swiper-slide{height:400px}.theme02 .main_visual_text{padding-top:50px}.theme02 .main_visual_text h2{text-align:center;font-size:2.4rem}.theme02 .main_visual_text h2 strong{font-size:3.2rem}.theme02 .main_notice{flex:1;width:auto}.theme02 .main_calendar{flex:1;width:auto}.theme02 .main_calendar__inner{padding:25px 15px 20px}.theme02 .calendar_swiper .swiper-slide{border-radius:10px}.theme02 .main_calendar ul{width:calc(100% - 30px)}.theme02 .main_banner_swiper{flex:1;width:auto}.theme02 .main_wrapper{padding:0 0 40px}.theme02 .main_schedule{flex-flow:column nowrap;gap:10px}.theme02 .main_schedule__month{width:100%;height:100px}.theme02 .main_schedule__month strong{font-size:1.6rem}.theme02 .main_schedule__month button{top:50%;transform:translateY(-50%)}.theme02 .main_schedule__month .prev_month_btn{transform:rotate(180deg) translateY(50%)}.theme02 .schedule_swiper{flex:none;width:100%}.theme02 .main_link{flex-flow:row wrap;gap:10px}.theme02 .main_link a{flex:1 1 100%;display:flex;flex-flow:column nowrap;justify-content:center;height:96px;padding:20px 20px;background-position:center right 20px;background-size:50px auto}.theme02 .main_link a::before{margin:0 0 6px}.theme02 .main_recommend{margin:60px 0 0}.theme02 .main_board{flex-flow:column nowrap;margin:60px 0 0}.theme02 .main_board nav{flex-flow:row nowrap;width:100%;padding:0 0 20px;margin:0 0 20px;border-bottom:1px solid #dbdbdb;border-right:0 none}.theme02 .main_board nav button{flex:1;justify-content:center;align-items:center}.theme02 .main_board nav button p{display:none}.theme02 .main_board__content{width:100%;padding:0}.theme02 .main_board__content ul{gap:10px}}@media(max-width: 760px){.theme02 .main_visual_text{padding-top:40px}.theme02 .main_visual_text h2{font-size:2rem;text-shadow:0 0 10px rgba(0,0,0,.1)}.theme02 .main_visual_text h2 strong{display:block;font-size:2.8rem}.theme02 .main_container{margin-top:-240px}.theme02 .main_banner_swiper{flex:1 1 100%;height:auto;aspect-ratio:360/400}.theme02 .main_notice{flex:1 1 100%;order:1;height:auto}.theme02 .main_notice ul{flex:initial;height:210px}.theme02 .main_calendar{flex:1 1 100%;order:1}.theme02 .schedule_swiper .swiper-slide{gap:15px}.theme02 .schedule_swiper .week{font-size:1.6rem}.theme02 .schedule_swiper .day{font-size:1.6rem}.theme02 .schedule_swiper .swiper_next_btn,.theme02 .schedule_swiper .swiper_prev_btn{width:24px;height:24px;background-size:18px auto}.theme02 .main_link a{height:86px;padding:10px 15px;background-position:center right 15px}.theme02 .main_link h4{font-size:2rem}.theme02 .main_recommend h3{font-size:2.4rem;padding:0 0 0 14px;background-size:24px auto}.theme02 .main_recommend .more_btn{width:24px;height:24px;background-size:18px auto}.theme02 .recommend_swiper .swiper_prev_btn,.theme02 .recommend_swiper .swiper_next_btn{width:40px;height:40px;background-size:24px auto}.theme02 .main_board nav{gap:0;padding:0 0 15px;margin:0 0 15px}.theme02 .main_board nav button strong{font-size:2.2rem}.theme02 .main_board__content li a{font-size:1.6rem}.theme02 .main_board__content .more_btn::after{width:30px;height:30px;margin:0 0 0 10px;background-size:20px auto}}@keyframes swiperText01{to{opacity:1;margin-right:0}}@-webkit-keyframes swiperText01{to{opacity:1;margin-right:0}}@keyframes swiperText02{to{opacity:1;top:190px}}@-webkit-keyframes swiperText02{to{opacity:1;top:190px}}.theme03 .main_visual{height:500px;margin:0 0 50px;position:relative}.theme03 .main_visual_swiper{height:100%}.theme03 .main_visual_swiper .swiper-slide{height:100%;background-repeat:no-repeat;background-position:center;background-size:cover}.theme03 .main_visual_swiper .swiper_text{max-width:1180px;width:100%;padding:0 40px;margin:0 auto;box-sizing:border-box;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}@media(max-width: 1024px){.theme03 .main_visual_swiper .swiper_text{padding:0 2vw}}.theme03 .main_visual_swiper .swiper_text01{margin:0 -300px 0 0;font-size:4.3rem;font-weight:300;letter-spacing:-3px;opacity:0;position:absolute;top:115px;right:40px}.theme03 .main_visual_swiper .swiper_text01 strong{font-weight:700}.theme03 .main_visual_swiper .swiper_text02{position:absolute;top:100px;right:40px;font-size:1.9rem;font-weight:400;letter-spacing:-0.05em;color:#000;opacity:0}.theme03 .main_visual_swiper .swiper-slide-active .swiper_text01{animation:swiperText01 .8s .5s forwards;-webkit-animation:swiperText01 .8s .5s forwards}.theme03 .main_visual_swiper .swiper-slide-active .swiper_text02{animation:swiperText02 .8s 1s forwards;-webkit-animation:swiperText02 .8s 1s forwards}.theme03 .main_visual_swiper .swiper_pagination_wrapper{max-width:1180px;width:100%;padding:0 40px;margin:0 auto;box-sizing:border-box;display:flex;justify-content:flex-end;align-items:center;gap:10px;position:absolute;bottom:60px;left:50%;transform:translateX(-50%);z-index:1}@media(max-width: 1024px){.theme03 .main_visual_swiper .swiper_pagination_wrapper{padding:0 2vw}}.theme03 .main_visual_swiper .swiper_pagination{width:auto;display:flex;justify-content:center;align-items:center;gap:10px}.theme03 .main_visual_swiper .swiper-pagination-bullet{width:32px;height:6px;margin:0;opacity:.3;border-radius:0;background-color:#000}.theme03 .main_visual_swiper .swiper-pagination-bullet-active{opacity:.6}.theme03 .main_visual_swiper .swiper_play_btn,.theme03 .main_visual_swiper .swiper_stop_btn{width:24px;height:24px;font-size:0;opacity:.5;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(0,0,0,1)'%3E%3Cpath d='M19.376 12.4161L8.77735 19.4818C8.54759 19.635 8.23715 19.5729 8.08397 19.3432C8.02922 19.261 8 19.1645 8 19.0658V4.93433C8 4.65818 8.22386 4.43433 8.5 4.43433C8.59871 4.43433 8.69522 4.46355 8.77735 4.5183L19.376 11.584C19.6057 11.7372 19.6678 12.0477 19.5146 12.2774C19.478 12.3323 19.4309 12.3795 19.376 12.4161Z'%3E%3C/path%3E%3C/svg%3E")}.theme03 .main_visual_swiper .swiper_play_btn:hover,.theme03 .main_visual_swiper .swiper_stop_btn:hover{opacity:.6}.theme03 .main_visual_swiper .swiper_stop_btn{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(0,0,0,1)'%3E%3Cpath d='M6 5H8V19H6V5ZM16 5H18V19H16V5Z'%3E%3C/path%3E%3C/svg%3E")}.theme03 .main_quick{max-width:480px;width:100%;display:flex;flex-flow:row wrap;box-shadow:0 0 20px rgba(0,0,0,.8);border-radius:15px;background-color:rgba(0,0,0,.6);overflow:hidden;position:absolute;top:50%;left:max(2vw,50% - 550px);transform:translateY(-50%);z-index:1}.theme03 .main_quick a{width:25%;height:140px;padding:90px 0 0;text-align:center;word-break:keep-all;border-bottom:1px solid rgba(255,255,255,.3);border-right:1px solid rgba(255,255,255,.3);background-repeat:no-repeat;background-position:top 30px center;box-sizing:border-box}.theme03 .main_quick a:nth-of-type(4n){border-right-color:rgba(0,0,0,0)}.theme03 .main_quick a:nth-of-type(n + 5){border-bottom:1px solid rgba(0,0,0,0)}.theme03 .main_quick a span{line-height:1.2em;color:#fff}.theme03 .main_quick a:hover{background-position:top 25px center}.theme03 .main_search{max-width:550px;width:100%;position:absolute;top:50%;left:50%;z-index:1}.theme03 .main_search_area{position:relative}.theme03 .main_search_area input[type=text]{width:100%;height:60px;border-radius:50px;border:none;padding:0 60px 0 20px}.theme03 .main_search_area button{width:60px;height:60px;font-size:0;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(0,0,0,1)'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z'%3E%3C/path%3E%3C/svg%3E");position:absolute;right:0;top:0}.theme03 .main_search_keyword{margin:15px 0 0;display:flex;flex-flow:row wrap;align-items:center;gap:8px}.theme03 .main_search_keyword a{padding:10px 15px;border-radius:50px;font-size:1.4rem;font-weight:600;border-radius:50px;border:1px solid #fff;background-color:rgba(255,255,255,.4)}.theme03 .main_search_keyword a:hover{background-color:#fff}.theme03 .main_container{max-width:1180px;width:100%;padding:0 40px;margin:0 auto;box-sizing:border-box;display:flex;flex-flow:row wrap}@media(max-width: 1024px){.theme03 .main_container{padding:0 2vw}}.theme03 .main_container .h3{font-size:2.5rem;font-weight:700;margin:0 0 20px}.theme03 .main_container .more_btn{width:24px;height:24px;font-size:0;opacity:.3;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(0,0,0,1)'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E");position:absolute;top:0;left:25%}.theme03 .main_container .more_btn:hover{opacity:.6}.theme03 .main_schedule{width:100%;display:flex;gap:30px;padding:30px 0 0;margin:0 0 100px;position:relative}.theme03 .main_schedule__month{width:150px;height:120px;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;gap:12px;border-radius:15px;background:linear-gradient(45deg, #00aad1 0%, #2d60ef 100%);position:relative}.theme03 .main_schedule__month h4{font-size:3.5rem;font-weight:700;color:#fff}.theme03 .main_schedule__month button{width:40px;height:40px;font-size:0;position:absolute;top:25px;right:10px;opacity:.6;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='40' height='40' fill='rgba(255,255,255,1)'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E")}.theme03 .main_schedule__month button:hover{opacity:1}.theme03 .main_schedule__month .prev_month_btn{left:10px;right:initial;transform:rotate(180deg)}.theme03 .main_schedule__month strong{font-size:2rem;font-weight:600;color:#fff}.theme03 .schedule_swiper{width:calc(100% - 150px - 30px);overflow:initial;overflow-x:clip;z-index:2}.theme03 .schedule_swiper .swiper-slide{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;gap:20px;position:relative}.theme03 .schedule_swiper .week{width:100%;padding:15px 0;text-align:center;font-size:1.7rem;font-weight:700;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf}.theme03 .schedule_swiper .sat .week{color:#399bff}.theme03 .schedule_swiper .sun .week{color:#ff7171}.theme03 .schedule_swiper .day{width:40px;height:40px;display:flex;justify-content:center;align-items:center;font-size:1.7rem;font-weight:700;line-height:initial;border-radius:50%;box-sizing:border-box;position:relative}.theme03 .schedule_swiper .day span{position:relative;z-index:1}.theme03 .schedule_swiper .today .day::after{display:block;content:"휴관";width:6px;height:6px;font-size:0;border-radius:50%;background-color:var(--primary-color);position:absolute;top:0;left:50%;transform:translateX(-50%)}.theme03 .schedule_swiper .event .day::before{display:block;content:"이벤트";width:36px;height:36px;font-size:0;border-radius:50%;border:3px solid var(--primary-color);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);box-sizing:border-box}.theme03 .schedule_swiper .closed .day::before{display:block;content:"휴관일";width:36px;height:36px;font-size:0;background:repeating-linear-gradient(45deg, #f0f0f0, #f0f0f0 3px, #e8e8e8 3px, #e8e8e8 6px);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);box-sizing:border-box}.theme03 .schedule_swiper .today.event .day::after{top:-8px}.theme03 .schedule_swiper .today.closed .day::after{top:-8px}.theme03 .schedule_swiper .swiper_prev_btn,.theme03 .schedule_swiper .swiper_next_btn{width:30px;height:30px;font-size:0;border-radius:50%;background-color:#444;position:absolute;top:38px;right:0;z-index:1;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='28' height='28' fill='rgba(255,255,255,1)'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E")}.theme03 .schedule_swiper .swiper_prev_btn:hover,.theme03 .schedule_swiper .swiper_next_btn:hover{background-color:#000}.theme03 .schedule_swiper .swiper_prev_btn{left:0;right:initial;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='28' height='28' fill='rgba(255,255,255,1)'%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'%3E%3C/path%3E%3C/svg%3E")}.theme03 .schedule_swiper .swiper-button-disabled{display:none}.theme03 .event_layer{display:none;width:250px;padding:15px 15px;border-radius:10px;background-color:#fff;border:1px solid #dbdbdb;box-shadow:0 0 10px rgba(0,0,0,.05);box-sizing:border-box;position:absolute;top:105%;left:0;z-index:1}.theme03 .event_layer::before{content:"";width:10px;height:10px;border:1px solid #dbdbdb;border-width:1px 1px 0 0;background-color:#fff;transform:rotate(-45deg);position:absolute;top:-6px;left:20px}.theme03 .event_layer dl{max-height:57px;display:flex;flex-flow:row wrap;align-items:center;gap:5px 5px;padding:0 5px 0 0;overflow-y:auto}.theme03 .event_layer dl::-webkit-scrollbar{width:3px;background-color:rgba(0,0,0,.2);border-radius:20px}.theme03 .event_layer dl::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:20px}.theme03 .event_layer dl dt{width:36px;padding:6px 6px;font-size:1.4rem;font-weight:500;color:#fff;background-color:var(--primary-color);box-sizing:border-box}.theme03 .event_layer dl dd{width:calc(100% - 41px)}.theme03 .event_layer a{font-size:1.4rem;font-weight:500;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.theme03 .event_layer a:hover{color:#0091e7}.theme03 .event_layer.on{display:block}.theme03 .end_line .event_layer{left:initial;right:0}.theme03 .end_line .event_layer::before{left:initial;right:20px}.theme03 .main_schedule__caption{display:flex;align-items:center;gap:15px;position:absolute;top:0;right:0}.theme03 .main_schedule__caption span{display:flex;align-items:center;gap:5px;font-size:1.4rem;font-weight:500;color:#555}.theme03 .main_schedule__caption span::before{display:block;content:"";width:12px;height:12px;border-radius:50%;box-sizing:border-box}.theme03 .main_schedule__caption .today::before{background-color:var(--primary-color)}.theme03 .main_schedule__caption .closed::before{border-radius:0;background:repeating-linear-gradient(45deg, #f0f0f0, #f0f0f0 2px, #e0e0e0 2px, #e0e0e0 3px)}.theme03 .main_schedule__caption .event::before{border:3px solid var(--primary-color)}.theme03 .main_notice{width:calc((100% - 300px - 20px)/2);position:relative}.theme03 .main_notice__container{width:100%;height:330px;padding:30px 20px;border-radius:15px 0 0 15px;border:1px solid #dbdbdb;box-sizing:border-box}.theme03 .main_notice__list{height:100%;display:flex;flex-flow:column nowrap;gap:10px}.theme03 .main_notice__list li{flex:1;display:flex;align-items:center;gap:10px;margin:5px 0}.theme03 .main_notice__list li::before{display:block;content:"";width:5px;height:5px;background-color:var(--primary-color)}.theme03 .main_notice__list li a{flex:1;font-weight:500;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.theme03 .main_notice__list li span{font-size:1.4rem;font-weight:500;color:#888}.theme03 .main_notice__list li:first-of-type{flex:none;height:80px;flex-flow:column;justify-content:space-between;align-items:flex-start;padding:0 0 15px 92px;margin:0 0 10px;border-bottom:1px solid #dbdbdb;position:relative}.theme03 .main_notice__list li:first-of-type::before{width:65px;height:65px;background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:center center;background-image:url("../images/ico_theme01_notice.gif");position:absolute;left:0;top:0;transform:none}.theme03 .main_notice__list li:first-of-type a{flex:none;font-size:2rem;font-weight:600;line-height:1.3em;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.theme03 .main_notice__list li:only-child.no_data{height:100%;display:flex;justify-content:center;align-items:center;padding:0;font-size:1.6rem;font-weight:500;color:#999;border:0 none;background-image:none;background-color:rgba(0,0,0,0)}.theme03 .main_notice__list li:only-child.no_data::before{display:none}.theme03 .main_program{width:calc((100% - 300px - 20px)/2);margin:0 0 0 -1px;position:relative}.theme03 .main_program__container{width:100%;height:330px;padding:20px 20px;border-radius:0 15px 15px 0;border:1px solid #dbdbdb;box-sizing:border-box}.theme03 .main_program__list{height:100%;padding:0 10px 0 0;overflow-y:auto}.theme03 .main_program__list:has(.no_data){padding:0}.theme03 .main_program__list::-webkit-scrollbar{width:5px;background-color:rgba(0,0,0,.2);border-radius:20px}.theme03 .main_program__list::-webkit-scrollbar-thumb{background-color:#878787;border-radius:20px}.theme03 .main_program__list li{height:60px;display:flex;flex-flow:column nowrap;justify-content:center;gap:10px;padding:0 0 0 75px;position:relative}.theme03 .main_program__list li+li{margin:15px 0 0}.theme03 .main_program__list li strong{width:60px;height:60px;display:flex;justify-content:center;align-items:center;font-weight:600;line-height:1.1em;border-radius:50%;color:#9b9b9b;background-color:#dfdfdf;position:absolute;left:0;top:0}.theme03 .main_program__list li.accepting strong{background-color:var(--primary-color);color:#fff}.theme03 .main_program__list li a{font-size:1.8rem;font-weight:700;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.theme03 .main_program__list li span{font-size:1.4rem;font-weight:500;color:#888}.theme03 .main_program__list li.no_data{height:100%;display:flex;justify-content:center;align-items:center;padding:0;font-size:1.6rem;font-weight:500;color:#999;background-color:rgba(0,0,0,0)}.theme03 .main_program__list li.no_data::before{display:none}.theme03 .main_popup{width:300px;margin:0 0 0 20px;position:relative}.theme03 .main_popup .swiper_remote{display:flex;align-items:center;position:absolute;right:0;top:2px;z-index:1}.theme03 .main_popup .swiper_remote button{width:20px;height:20px;font-size:0;opacity:.3;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(0,0,0,1)'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E")}.theme03 .main_popup .swiper_remote button:hover{opacity:.6}.theme03 .main_popup .swiper_remote .swiper_prev_btn{transform:rotate(180deg)}.theme03 .main_popup .swiper_remote .swiper_play_btn{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(0,0,0,1)'%3E%3Cpath d='M19.376 12.4161L8.77735 19.4818C8.54759 19.635 8.23715 19.5729 8.08397 19.3432C8.02922 19.261 8 19.1645 8 19.0658V4.93433C8 4.65818 8.22386 4.43433 8.5 4.43433C8.59871 4.43433 8.69522 4.46355 8.77735 4.5183L19.376 11.584C19.6057 11.7372 19.6678 12.0477 19.5146 12.2774C19.478 12.3323 19.4309 12.3795 19.376 12.4161Z'%3E%3C/path%3E%3C/svg%3E")}.theme03 .main_popup .swiper_remote .swiper_stop_btn{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(0,0,0,1)'%3E%3Cpath d='M6 5H8V19H6V5ZM16 5H18V19H16V5Z'%3E%3C/path%3E%3C/svg%3E")}.theme03 .main_popup .swiper_pagination{width:auto;margin:0 15px 0 0;color:#888}.theme03 .main_popup .swiper_pagination span{line-height:initial;color:#888}.theme03 .main_popup .swiper_pagination .swiper-pagination-current{color:#252525;font-weight:600}.theme03 .popup_swiper{width:100%;height:330px;border-radius:15px;border:1px solid rgba(0,0,0,.1);box-sizing:border-box}.theme03 .popup_swiper .swiper-slide{height:100%;background-repeat:no-repeat;background-position:center center;background-size:100% 100%;font-size:0}.theme03 .popup_swiper .no_data{font-size:1.6rem}.theme03 .main_books{width:100%;height:350px;display:flex;flex-flow:row-reverse nowrap;margin:50px 0 0;border-radius:15px;background-color:#eaf4f9;overflow:hidden;position:relative}.theme03 .main_books h3{width:300px;height:100%;padding:50px 50px;font-size:3.5rem;text-align:right;font-weight:400;line-height:1.2em;color:#fff;background-repeat:no-repeat;background-position:center center;background-image:url("../images/img_theme03_book_bg.gif");box-sizing:border-box}.theme03 .main_books h3 strong{display:block;color:#fff}.theme03 .main_books nav{display:flex;align-items:center;border:1px solid #fff;position:absolute;right:50px;bottom:130px}.theme03 .main_books nav button{width:100px;height:48px;font-size:1.8rem;font-weight:500;color:#fff;border-left:1px solid rgba(0,0,0,0)}.theme03 .main_books nav button.on{font-weight:600;color:var(--primary-color);background-color:rgba(255,255,255,.8)}.theme03 .main_books .more_btn{opacity:.7;left:initial;top:initial;right:50px;bottom:50px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='28' height='28' fill='rgba(255,255,255,1)'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E")}.theme03 .main_books .more_btn:hover{opacity:1}.theme03 .main_books__area{flex:1;height:100%;padding:40px 40px;box-sizing:border-box;display:none}.theme03 .main_books__area.on{display:block}.theme03 .main_books__area ul{width:100%;display:flex;align-items:flex-start;gap:20px}.theme03 .main_books__area li{flex:1;display:flex;flex-flow:row wrap;gap:20px 8px;padding:0 0 0 200px;position:relative}.theme03 .main_books__area .cover{width:180px;height:270px;border-radius:15px;border:1px solid rgba(0,0,0,.05);background-color:#f2f2f2;background-repeat:no-repeat;background-position:center center;background-size:cover;box-shadow:10px 9px 15px rgba(0,0,0,.2);box-sizing:border-box;position:absolute;left:0;top:0}.theme03 .main_books__area a{flex:1 1 100%}.theme03 .main_books__area h4{font-size:2rem;font-weight:700;line-height:1.3em;padding:15px 0 0;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.theme03 .main_books__area p{flex:1 1 100%;min-height:4rem;font-weight:500;line-height:1.3em;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#444}.theme03 .main_books__area span{font-weight:500;line-height:1.3em;color:#777;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;position:relative}.theme03 .main_books__area span+span{padding:0 0 0 13px}.theme03 .main_books__area span+span::before{display:block;content:"";width:3px;height:3px;border-radius:50%;background-color:#999;position:absolute;left:0;top:8px}.theme03 .main_link{width:100%;display:flex;align-items:center;gap:15px;margin:50px 0 0}.theme03 .main_link a{flex:1;height:100px;display:flex;align-items:center;gap:30px;padding:0 30px;border-radius:15px;background-color:#f2f2f2;background-repeat:no-repeat;background-position:center right 30px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='28' height='28' fill='rgba(0,0,0,0.2)'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E");box-sizing:border-box}.theme03 .main_link a::before{display:block;content:"";width:70px;height:70px;background-repeat:no-repeat;background-position:center center}.theme03 .main_link a span{font-size:1.8rem;font-weight:700;line-height:initial}.theme03 .main_link a:hover{background-color:#eaeaea;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='28' height='28' fill='rgba(0,0,0,0.3)'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E")}.theme03 .main_link .eum_link::before{background-image:url("../images/ico_theme01_link01.png")}.theme03 .main_link .qna_link::before{background-image:url("../images/ico_theme01_link02.png")}.theme03 .footer_banner{margin:30px 0 0;border-top:1px solid #dbdbdb}@media screen and (max-width: 1024px){.theme03 .main_visual{display:flex;flex-flow:column nowrap;align-items:center;gap:30px;width:100%;height:660px;padding:200px 2vw 0;position:relative;box-sizing:border-box}.theme03 .main_visual_swiper{width:100%;height:100%;position:absolute;left:0;top:0;z-index:1}.theme03 .main_visual_swiper .swiper_text{height:auto;padding:50px 0 0;position:static;transform:none}.theme03 .main_visual_swiper .swiper_text01{font-size:3.5rem;text-align:center;position:static}.theme03 .main_visual_swiper .swiper_text02{margin:15px 0 0;text-align:center;position:static}.theme03 .main_visual_swiper .swiper_pagination_wrapper{justify-content:center;top:150px;bottom:initial}.theme03 .main_quick{position:static;z-index:1;transform:none}.theme03 .main_search{max-width:480px;position:static;z-index:1}.theme03 .main_search_keyword{margin:10px 0 0}.theme03 .main_wrapper{padding:0 0 30px}.theme03 .main_schedule{flex-flow:column nowrap;gap:10px}.theme03 .main_schedule__month{width:100%;height:90px;gap:8px}.theme03 .main_schedule__month strong{font-size:1.6rem}.theme03 .main_schedule__month button{top:50%;transform:translateY(-50%)}.theme03 .main_schedule__month .prev_month_btn{transform:rotate(180deg) translateY(50%)}.theme03 .schedule_swiper{width:100%}.theme03 .main_notice{width:50%}.theme03 .main_program{width:50%}.theme03 .main_popup{margin:50px auto 0}.theme03 .main_books{margin:50px 0 0}.theme03 .main_books h3{width:250px;padding:50px 20px}.theme03 .main_books nav{right:20px}.theme03 .main_books__area{padding:30px 30px}.theme03 .main_books__area li{flex-flow:column nowrap;align-items:center;gap:8px;min-height:auto;padding:0}.theme03 .main_books__area li .cover{flex-flow:column nowrap;align-items:center;width:120px;height:180px;margin:0 auto;border-radius:5px;position:static}.theme03 .main_books__area li h4{font-size:1.7rem;text-align:center;word-break:keep-all;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.theme03 .main_books__area li .story{display:none}.theme03 .main_books__area li span{text-align:center;font-size:1.5rem;word-break:keep-all;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.theme03 .main_books__area li .publisher{display:none}.theme03 .main_link a{height:80px;background-size:24px auto}.theme03 .main_link a::before{width:50px;height:50px;background-size:contain}}@media screen and (max-width: 760px){.theme03 .main_visual{gap:20px;height:460px;padding:140px 2vw 0}.theme03 .main_visual_swiper .swiper_text{padding:30px 0 0}.theme03 .main_visual_swiper .swiper_text01{font-size:2.6rem}.theme03 .main_visual_swiper .swiper_text02{font-size:1.7rem}.theme03 .main_visual_swiper .swiper_pagination_wrapper{top:100px}.theme03 .main_visual_swiper .swiper_play_btn,.theme03 .main_visual_swiper .swiper_stop_btn{width:20px;height:20px;background-size:20px auto}.theme03 .main_quick{max-width:100%}.theme03 .main_quick a{height:90px;padding:60px 0 0;font-size:1.4rem;background-position:top 20px center;background-size:30px auto}.theme03 .main_search{max-width:100%}.theme03 .main_search input[type=text]{height:46px}.theme03 .main_search button{width:46px;height:46px;background-size:24px auto;right:5px}.theme03 .main_search_keyword{gap:5px}.theme03 .main_search_keyword a{padding:8px 10px}.theme03 .main_wrapper{padding:0 0 40px}.theme03 .main_container .more_btn{width:20px;height:20px;top:2px;left:initial;right:0;background-size:20px auto}.theme03 .main_schedule{margin:0}.theme03 .main_schedule__month{height:80px;gap:6px}.theme03 .schedule_swiper .swiper-slide{gap:15px}.theme03 .schedule_swiper .week{font-size:1.6rem}.theme03 .schedule_swiper .day{font-size:1.6rem}.theme03 .schedule_swiper .swiper_next_btn,.theme03 .schedule_swiper .swiper_prev_btn{width:24px;height:24px;background-size:18px auto}.theme03 .main_notice{width:100%;margin:50px 0 0}.theme03 .main_notice__container{height:auto;padding:20px 15px;border-radius:15px}.theme03 .main_notice__container:has(.no_data){height:100px}.theme03 .main_notice__container li:only-child{padding:0 0 0 92px;margin:0;border-bottom:0 none}.theme03 .main_program{width:100%;margin:50px 0 0}.theme03 .main_program__container{padding:20px 15px;border-radius:15px}.theme03 .main_program__container:has(.no_data){height:100px}.theme03 .main_program__list li a{font-size:1.7rem}.theme03 .main_popup{width:100%;margin:50px 0 0}.theme03 .popup_swiper{height:auto;aspect-ratio:300/330}.theme03 .main_books{flex-flow:column nowrap;height:auto}.theme03 .main_books h3{display:flex;flex-flow:row nowrap;justify-content:center;gap:5px;width:100%;padding:20px 15px 70px;font-size:2.5rem;background-size:cover}.theme03 .main_books nav{left:50%;right:initial;top:60px;bottom:initial;transform:translateX(-50%)}.theme03 .main_books nav button{height:36px;background-size:20px auto}.theme03 .main_books .more_btn{left:initial;right:15px;top:24px;bottom:initial;background-size:20px auto}.theme03 .main_books__area{padding:20px 20px}.theme03 .main_link{flex-flow:column nowrap;gap:10px}.theme03 .main_link a{flex:none;width:100%;height:60px;padding:0 15px;background-position:center right 15px;background-size:20px auto}.theme03 .main_link a::before{width:40px;height:40px}}.theme04.home{background-repeat:no-repeat;background-position:top 40px center;background-image:url("../images/img_theme04_bg.png")}.theme04 .header_wrapper{border-bottom:1px solid rgba(0,0,0,.1)}.theme04 .header_search input[type=text]{background-color:rgba(0,0,0,0)}.theme04 .main_container{max-width:1180px;width:100%;padding:0 40px;margin:0 auto;box-sizing:border-box;display:flex;flex-flow:row wrap;justify-content:space-between;gap:40px 0}@media(max-width: 1024px){.theme04 .main_container{padding:0 2vw}}.theme04 .main_visual{display:flex;align-items:center;justify-content:center;width:100%;height:490px}.theme04 .main_banner_swiper{max-width:730px;width:100%;height:340px;border-radius:20px 80px 80px;box-shadow:5px 5px 10px rgba(0,0,0,.2)}.theme04 .main_banner_swiper .swiper-slide{font-size:0;background-repeat:no-repeat;background-position:center;background-size:100% 100%}.theme04 .main_banner_swiper .no_data{font-size:1.6rem}.theme04 .main_banner_swiper .swiper_paging_container{display:flex;align-items:center;gap:10px;padding:6px 10px;border-radius:50px;background-color:rgba(0,0,0,.4);position:absolute;left:15px;top:15px;z-index:1}.theme04 .main_banner_swiper:has(.no_image) .swiper_paging_container{display:none}.theme04 .main_banner_swiper .swiper_pagination{width:auto;display:flex;align-items:center;gap:6px}.theme04 .main_banner_swiper .swiper_pagination span{width:10px;height:10px;margin:0;border-radius:50%;opacity:.5;background-color:#fff;transition:all .2s ease}.theme04 .main_banner_swiper .swiper_pagination span:hover{opacity:.6}.theme04 .main_banner_swiper .swiper_pagination span.swiper-pagination-bullet-active{width:20px;opacity:1;background-color:aqua;border-radius:10px}.theme04 .main_banner_swiper .swiper_pagination:has(:only-child){display:none}.theme04 .main_banner_swiper .swiper_play_btn,.theme04 .main_banner_swiper .swiper_stop_btn{width:18px;height:18px;flex:none;display:none;font-size:0;opacity:.5;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M19.376 12.4161L8.77735 19.4818C8.54759 19.635 8.23715 19.5729 8.08397 19.3432C8.02922 19.261 8 19.1645 8 19.0658V4.93433C8 4.65818 8.22386 4.43433 8.5 4.43433C8.59871 4.43433 8.69522 4.46355 8.77735 4.5183L19.376 11.584C19.6057 11.7372 19.6678 12.0477 19.5146 12.2774C19.478 12.3323 19.4309 12.3795 19.376 12.4161Z'%3E%3C/path%3E%3C/svg%3E")}.theme04 .main_banner_swiper .swiper_play_btn::before,.theme04 .main_banner_swiper .swiper_stop_btn::before{display:block;content:"";width:100%;height:100%;background-repeat:no-repeat;background-position:center;transition:all .2s ease}.theme04 .main_banner_swiper .swiper_play_btn:hover,.theme04 .main_banner_swiper .swiper_stop_btn:hover{opacity:1}.theme04 .main_banner_swiper .swiper_stop_btn{display:block;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M6 5H8V19H6V5ZM16 5H18V19H16V5Z'%3E%3C/path%3E%3C/svg%3E")}.theme04 .main_banner_swiper .swiper_prev_btn,.theme04 .main_banner_swiper .swiper_next_btn{width:40px;height:40px;font-size:0;opacity:.3;position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:1;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='40' height='40' fill='rgba(0,0,0,1)'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E")}.theme04 .main_banner_swiper .swiper_prev_btn:hover,.theme04 .main_banner_swiper .swiper_next_btn:hover{opacity:.6}.theme04 .main_banner_swiper .swiper_prev_btn{left:10px;right:initial;transform:translateY(-50%) rotate(180deg)}.theme04 .main_schedule{width:28%;height:274px;display:flex;flex-flow:column nowrap;align-items:center;gap:25px;padding:25px 25px;margin:0 60px 0 0;border-radius:50px 50px 20px 50px;background-color:var(--primary-color);box-sizing:border-box}.theme04 .main_schedule select{width:100%;padding:0 10px;text-align:center;font-size:1.8rem;font-weight:700;border-radius:50px;color:var(--primary-color)}.theme04 .main_schedule option{font-weight:600;color:var(--primary-color)}.theme04 .main_schedule dl{display:flex;flex-flow:row wrap;align-items:flex-start;justify-content:flex-start;gap:20px 0;width:100%}.theme04 .main_schedule dt{display:flex;align-items:center;gap:10px;width:80px;font-size:2.2rem;font-weight:700;color:#fff}.theme04 .main_schedule dt::before{display:block;content:"";width:6px;height:6px;border-radius:50%}.theme04 .main_schedule__closed dt::before{background-color:aqua}.theme04 .main_schedule__event dt::before{background-color:#f0f}.theme04 .main_schedule dd{display:flex;flex-flow:column nowrap;gap:10px;width:calc(100% - 80px)}.theme04 .main_schedule__closed dt{min-height:36px}.theme04 .schedule_swiper{width:100%}.theme04 .schedule_swiper .swiper-slide{display:flex;flex-flow:column nowrap;align-items:center;gap:5px;font-size:2.5rem;font-weight:700;color:#fff}.theme04 .schedule_swiper .swiper-slide::before{display:block;content:"";width:6px;height:6px;border-radius:50%;background-color:aqua}.theme04 .main_schedule .swiper_pagination{height:3px;border-radius:50px;background-color:rgba(0,0,0,.2);overflow:hidden;position:relative}.theme04 .main_schedule .swiper_pagination .swiper-pagination-progressbar-fill{background-color:#fff}.theme04 .main_schedule__event{display:flex;flex-direction:column;flex:1;min-height:0}.theme04 .main_schedule__event dd{display:flex;flex-direction:column;height:100%}.theme04 .main_schedule__event ul{height:100%;display:flex;flex-flow:column nowrap;gap:10px;padding:0 10px 0 0;overflow-y:auto}.theme04 .main_schedule__event ul::-webkit-scrollbar{width:4px;background-color:rgba(255,255,255,.15);border-radius:20px}.theme04 .main_schedule__event ul::-webkit-scrollbar-thumb{background-color:#fff;border-radius:20px}.theme04 .main_schedule__event li{height:22px;display:flex;align-items:center}.theme04 .main_schedule__event a{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-weight:600;color:rgba(255,255,255,.5)}.theme04 .main_schedule__event a:hover{color:#fff}.theme04 .main_schedule__event .no_event{padding:4px 0;font-weight:600;color:rgba(255,255,255,.5)}.theme04 .main_link{width:calc(72% - 60px);height:274px;display:flex;gap:40px;position:relative}.theme04 .main_link h2{font-size:2.2rem;font-weight:500;background-repeat:no-repeat;background-position:bottom 50px left 0;background-size:75px 42px;background-image:url("../images/img_theme04_link_more.png")}.theme04 .main_link h2 strong{display:block;margin:10px 0 0;font-size:3rem;font-weight:700}.theme04 .main_link__container{flex:1;display:flex;flex-flow:row wrap;gap:12px}.theme04 .main_link__container a{width:calc(33.3333333333% - 8px);height:calc(50% - 6px);padding:20px 20px;font-size:1.9rem;font-weight:600;border:1px solid #dbdbdb;border-radius:10px;background-color:#fff;background-repeat:no-repeat;background-position:right 20px bottom 20px;box-sizing:border-box;position:relative}.theme04 .main_link__container a:hover{color:var(--primary-color);border-color:var(--primary-color);box-shadow:0 4px 10px rgba(0,0,0,.1);transform:translateY(-5px)}.theme04 .main_recommend{width:49%;display:flex;flex-flow:column nowrap;align-items:center;padding:25px 0 50px;border-radius:20px;background-repeat:no-repeat;background-position:center;background-size:cover;background-image:url("../images/img_recommend_bg.jpg");box-sizing:border-box;position:relative}.theme04 .main_recommend .swiper{width:100%;height:228px}.theme04 .main_recommend .swiper-slide{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center}.theme04 .main_recommend h2{padding:10px 0 0;margin:0 0 20px;text-align:center;font-size:2rem;font-weight:600;color:#fff;border-top:1px solid #fff}.theme04 .main_recommend .cover{width:115px;height:130px;margin:0 0 20px;border-radius:10px;background-repeat:no-repeat;background-position:top center;background-size:cover;box-shadow:5px 5px 5px 0 rgba(0,0,0,.3);transition:all .5s ease}.theme04 .main_recommend .book_title{font-size:1.8rem;font-weight:600;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#fff;display:none}.theme04 .main_recommend .author{display:none}.theme04 .main_recommend .swiper-slide-active .cover{width:170px;height:190px}.theme04 .main_recommend .swiper-slide-active .book_title{display:-webkit-box}.theme04 .main_recommend .swiper_paging_container{display:flex;align-items:center;gap:10px;position:absolute;left:50%;bottom:15px;transform:translateX(-50%)}.theme04 .main_recommend .swiper_paging_container.swiper-pagination-lock{display:none}.theme04 .main_recommend .swiper_paging_container:has(:only-child){display:none}.theme04 .main_recommend .swiper_pagination{width:auto;display:flex;align-items:center;gap:5px}.theme04 .main_recommend .swiper_pagination span{width:6px;height:6px;margin:0;opacity:.5;background-color:#fff}.theme04 .main_recommend .swiper_pagination .swiper-pagination-bullet-active{opacity:1;background-color:aqua}.theme04 .main_recommend .swiper_play_btn,.theme04 .main_recommend .swiper_stop_btn{width:20px;height:20px;flex:none;display:flex;font-size:0;opacity:.5}.theme04 .main_recommend .swiper_play_btn::before,.theme04 .main_recommend .swiper_stop_btn::before{display:block;content:"";width:100%;height:100%;background-repeat:no-repeat;background-position:center;transition:all .2s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(255,255,255,1)'%3E%3Cpath d='M19.376 12.4161L8.77735 19.4818C8.54759 19.635 8.23715 19.5729 8.08397 19.3432C8.02922 19.261 8 19.1645 8 19.0658V4.93433C8 4.65818 8.22386 4.43433 8.5 4.43433C8.59871 4.43433 8.69522 4.46355 8.77735 4.5183L19.376 11.584C19.6057 11.7372 19.6678 12.0477 19.5146 12.2774C19.478 12.3323 19.4309 12.3795 19.376 12.4161Z'%3E%3C/path%3E%3C/svg%3E")}.theme04 .main_recommend .swiper_play_btn:hover,.theme04 .main_recommend .swiper_stop_btn:hover{opacity:1}.theme04 .main_recommend .swiper_stop_btn::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(255,255,255,1)'%3E%3Cpath d='M6 5H8V19H6V5ZM16 5H18V19H16V5Z'%3E%3C/path%3E%3C/svg%3E")}.theme04 .main_recommend .swiper_prev_btn,.theme04 .main_recommend .swiper_next_btn{width:36px;height:36px;font-size:0;opacity:.5;position:absolute;bottom:42px;z-index:1}.theme04 .main_recommend .swiper_prev_btn::before,.theme04 .main_recommend .swiper_next_btn::before{display:block;content:"";width:100%;height:100%;background-repeat:no-repeat;background-position:center;transition:all .2s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='36' height='36' fill='rgba(255,255,255,1)'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E")}.theme04 .main_recommend .swiper_prev_btn:hover,.theme04 .main_recommend .swiper_next_btn:hover{opacity:1}.theme04 .main_recommend .swiper_prev_btn{left:calc(50% - 140px);transform:rotate(180deg)}.theme04 .main_recommend .swiper_next_btn{right:calc(50% - 140px)}.theme04 .main_recommend .more_btn{width:28px;height:28px;font-size:0;opacity:.6;position:absolute;right:20px;top:20px;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='28' height='28' fill='rgba(255,255,255,1)'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E")}.theme04 .main_recommend .more_btn:hover{opacity:1}.theme04 .main_best{width:49%;display:flex;flex-flow:column nowrap;align-items:center;padding:25px 0 50px;border-radius:20px;background-color:#fdefe9;box-sizing:border-box;position:relative}.theme04 .main_best .swiper{width:100%;height:228px}.theme04 .main_best .swiper-slide{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center}.theme04 .main_best h2{padding:10px 0 0;margin:0 0 20px;text-align:center;font-size:2rem;font-weight:600;border-top:1px solid #000}.theme04 .main_best .cover{width:115px;height:130px;margin:0 0 20px;border-radius:10px;background-repeat:no-repeat;background-position:top center;background-size:cover;box-shadow:5px 5px 5px 0 rgba(0,0,0,.3);transition:all .3s ease}.theme04 .main_best .book_title{font-size:1.8rem;font-weight:600;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:none}.theme04 .main_best .writer{display:none}.theme04 .main_best .swiper-slide-active .cover{width:170px;height:190px}.theme04 .main_best .swiper-slide-active .book_title{display:-webkit-box}.theme04 .main_best .swiper_paging_container{display:flex;align-items:center;gap:10px;position:absolute;left:50%;bottom:15px;transform:translateX(-50%)}.theme04 .main_best .swiper_pagination{width:auto;display:flex;align-items:center;gap:5px}.theme04 .main_best .swiper_pagination span{width:6px;height:6px;margin:0;opacity:.2;background-color:#000}.theme04 .main_best .swiper_pagination .swiper-pagination-bullet-active{opacity:1;background-color:var(--primary-color)}.theme04 .main_best .swiper_play_btn,.theme04 .main_best .swiper_stop_btn{width:20px;height:20px;flex:none;display:flex;font-size:0;opacity:.3}.theme04 .main_best .swiper_play_btn::before,.theme04 .main_best .swiper_stop_btn::before{display:block;content:"";width:100%;height:100%;background-repeat:no-repeat;background-position:center;transition:all .2s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(0,0,0,1)'%3E%3Cpath d='M19.376 12.4161L8.77735 19.4818C8.54759 19.635 8.23715 19.5729 8.08397 19.3432C8.02922 19.261 8 19.1645 8 19.0658V4.93433C8 4.65818 8.22386 4.43433 8.5 4.43433C8.59871 4.43433 8.69522 4.46355 8.77735 4.5183L19.376 11.584C19.6057 11.7372 19.6678 12.0477 19.5146 12.2774C19.478 12.3323 19.4309 12.3795 19.376 12.4161Z'%3E%3C/path%3E%3C/svg%3E")}.theme04 .main_best .swiper_play_btn:hover,.theme04 .main_best .swiper_stop_btn:hover{opacity:1}.theme04 .main_best .swiper_stop_btn::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(0,0,0,1)'%3E%3Cpath d='M6 5H8V19H6V5ZM16 5H18V19H16V5Z'%3E%3C/path%3E%3C/svg%3E")}.theme04 .main_best .swiper_prev_btn,.theme04 .main_best .swiper_next_btn{width:36px;height:36px;font-size:0;opacity:.2;position:absolute;bottom:42px;z-index:1;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='36' height='36' fill='rgba(0,0,0,1)'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E")}.theme04 .main_best .swiper_prev_btn:hover,.theme04 .main_best .swiper_next_btn:hover{opacity:1}.theme04 .main_best .swiper_prev_btn{left:calc(50% - 140px);transform:rotate(180deg)}.theme04 .main_best .swiper_next_btn{right:calc(50% - 140px)}.theme04 .main_best .more_btn{width:28px;height:28px;font-size:0;opacity:.6;position:absolute;right:20px;top:20px;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='28' height='28' fill='rgba(0,0,0,1)'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E")}.theme04 .main_best .more_btn:hover{opacity:1}.theme04 .main_board{width:100%;padding:40px 0;margin:40px 0 0;background-color:#f5f5f5}.theme04 .main_board__container{max-width:1180px;width:100%;padding:0 40px;margin:0 auto;box-sizing:border-box;position:relative}@media(max-width: 1024px){.theme04 .main_board__container{padding:0 2vw}}.theme04 .main_board nav{display:flex;align-items:center;gap:30px;margin:0 0 30px}.theme04 .main_board nav button{font-size:3rem;font-weight:600;line-height:1.5em;color:#c5c5c5}.theme04 .main_board nav button.on{color:#252525}.theme04 .main_board nav button+button{padding:0 0 0 30px;border-left:1px solid #dbdbdb}.theme04 .main_board ul{display:flex;gap:20px}.theme04 .main_board li{width:calc(25% - 15px);padding:20px 20px 20px 0;border-right:1px solid #dbdbdb;box-sizing:border-box}.theme04 .main_board li:last-child{border-right-color:rgba(0,0,0,0)}.theme04 .main_board li a{display:flex;flex-flow:column nowrap;gap:30px}.theme04 .main_board li a::after{display:block;content:"";width:50px;height:50px;border-radius:50%;background-color:#fff;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='30' height='30' fill='rgba(129,54,247,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");box-shadow:0 0 10px 0 rgba(0,0,0,.1);transition:all .2s ease}.theme04 .main_board li .title{min-height:3em;font-size:1.8rem;font-weight:500;line-height:1.5em;word-break:keep-all;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:all .2s ease}.theme04 .main_board li .date{font-weight:500;color:#999;transition:all .2s ease}.theme04 .main_board li a:hover .title{color:var(--primary-color)}.theme04 .main_board li a:hover .date{color:var(--primary-color)}.theme04 .main_board li a:hover::after{background-color:var(--primary-color);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='30' height='30' fill='rgba(255,255,255,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E")}.theme04 .main_board .no_data{width:100%;height:215px;background-color:rgba(0,0,0,0);border:0 none}.theme04 .main_board .more_btn{display:flex;align-items:center;gap:5px;padding:5px 10px;font-weight:500;line-height:initial;opacity:.5;border-radius:50px;border:1px solid #000;position:absolute;right:40px;top:0}.theme04 .main_board .more_btn::after{display:block;content:"";width:20px;height:20px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(0,0,0,1)'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E")}.theme04 .main_board .more_btn:hover{opacity:1}@media(max-width: 1024px){.theme04.home{background-position:top 70px center}.theme04 .header_wrapper{border:0 none}}@media(max-width: 760px){.theme04 .header_search{display:none;max-width:calc(100% - 4vw);position:absolute;left:50%;top:90px;transform:translateX(-50%);z-index:5;margin:0}.theme04.home .header_search{display:block}.theme04 .main_visual{align-items:flex-end;height:auto;padding:80px 0 0}.theme04 .main_banner_swiper{max-width:100%;height:auto;aspect-ratio:730/450;border-radius:10px 30px 30px}.theme04 .main_link{flex-flow:column nowrap;gap:20px;width:100%;height:auto}.theme04 .main_link h2{background-image:none}.theme04 .main_link__container{gap:10px}.theme04 .main_link__container:not(:has(*)){display:none}.theme04 .main_link__container a{width:calc(50% - 5px);height:100px;padding:15px 15px;font-size:1.8rem;background-position:right 15px bottom 15px}.theme04 .main_schedule{width:100%;margin:0}.theme04 .main_schedule__event a{font-size:1.8rem}.theme04 .main_recommend{width:100%;width:100%;padding:20px 15px 50px}.theme04 .main_recommend .swiper_prev_btn,.theme04 .main_recommend .swiper_next_btn{width:24px;height:24px;background-size:24px auto;right:10px;bottom:48px}.theme04 .main_recommend .swiper_prev_btn{left:10px}.theme04 .main_recommend .more_btn{width:20px;height:20px;background-size:20px auto;right:15px;top:30px}.theme04 .main_best{width:100%;padding:20px 15px 50px}.theme04 .main_best .swiper_prev_btn,.theme04 .main_best .swiper_next_btn{width:24px;height:24px;background-size:24px auto;right:10px;bottom:48px}.theme04 .main_best .swiper_prev_btn{left:10px}.theme04 .main_best .more_btn{width:20px;height:20px;background-size:20px auto;right:15px;top:30px}.theme04 .main_board{padding:25px 0}.theme04 .main_board nav{gap:15px;margin:0 0 20px}.theme04 .main_board nav button{font-size:2.2rem;line-height:initial}.theme04 .main_board nav button+button{padding:0 0 0 15px}.theme04 .main_board ul{flex-flow:row wrap;gap:20px}.theme04 .main_board ul li{width:calc(50% - 10px);padding:15px 20px 15px 0}.theme04 .main_board ul li:nth-child(2n){border-right-color:rgba(0,0,0,0);padding:15px 0}.theme04 .main_board ul li a{gap:20px}.theme04 .main_board ul li a::after{width:30px;height:30px;background-size:18px auto}.theme04 .main_board ul li .title{font-size:1.6rem;min-height:2.4em}.theme04 .main_board ul li .date{font-size:1.5rem}.theme04 .main_board .more_btn{width:20px;height:20px;padding:0;font-size:0;gap:0;border:0 none;right:2vw;top:4px}.theme04 .main_board .more_btn::before{width:100%;height:100%;background-size:20px auto}}.theme05 .header_wrapper{height:130px}.theme05 .header_top__inner{max-width:1580px;width:100%;padding:0 40px;margin:0 auto;box-sizing:border-box}.theme05 .header_top .sitemap{display:flex;align-items:center;gap:5px;padding:0;margin-left:auto;font-weight:600;border:0 none}.theme05 .header_top .sitemap::before{display:block;content:"";width:14px;height:14px;background-repeat:no-repeat;background-position:center;background-image:url("../images/ico_theme05_sitemap.png")}.theme05 .header{max-width:1580px;width:100%;padding:0 40px;margin:0 auto;box-sizing:border-box;flex-flow:row nowrap;height:90px;position:relative}.theme05 .h1 a{width:190px;height:40px}.theme05 .tnb{height:auto}.theme05 .gnb_nav{max-width:1080px;width:100%;height:100%;padding:0 40px;border-top:0 none;box-sizing:border-box}.theme05 .gnb{max-width:initial;width:100%;padding:0}.theme05 .gnb__sub{top:90px}.theme05 .gnb_bg{top:130px}.theme05 .tnb{gap:20px}.theme05 .tnb a{gap:5px;padding:0;font-weight:600}.theme05 .tnb a::before{flex:0 0 auto;display:block;content:"";width:18px;height:18px;background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:center center;background-size:contain;position:static}.theme05 .tnb .login::before{background-image:url("../images/ico_theme05_login.png")}.theme05 .tnb .logout::before{background-image:url("../images/ico_theme05_logout.png")}.theme05 .tnb .join::before{background-image:url("../images/ico_theme05_join.png")}.theme05 .tnb .mypage::before{background-image:url("../images/ico_theme05_mypage.png")}.theme05 .main_visual{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;width:100%;padding:0 40px;margin:0 auto 40px;box-sizing:border-box;position:relative}.theme05 .main_visual_swiper{max-width:1700px;width:100%;border-radius:50px 0}.theme05 .main_visual_swiper .swiper-slide{height:440px;font-size:0;background-repeat:no-repeat;background-position:center;background-size:cover}.theme05 .main_visual_text{padding:90px 2vw 0}.theme05 .main_visual_text h2{text-align:center;font-size:4.6rem;font-weight:700;line-height:1.2em;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.4);position:static;z-index:2}.theme05 .main_visual_text p{margin:15px 0 0;text-align:center;font-size:2.1rem;font-weight:500;line-height:1.2em;color:rgba(255,255,255,.95);text-shadow:0 1px 1px rgba(0,0,0,.4);position:static;z-index:2}.theme05 .main_search{max-width:820px;width:100%;margin:20px 0 0;padding:0 20px;box-sizing:border-box;position:absolute;left:50%;bottom:120px;transform:translateX(-50%);z-index:2}.theme05 .main_search_area{position:relative}.theme05 .main_search_area input[type=text]{width:100%;height:60px;border-radius:50px;border:none;padding:0 60px 0 20px;box-shadow:0 5px 20px rgba(0,0,0,.2)}.theme05 .main_search_area input[type=text]:focus{border:0 none;outline:3px solid #c12df2}.theme05 .main_search_area button{width:60px;height:60px;font-size:0;position:absolute;right:0;top:0;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(0,0,0,1)'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z'%3E%3C/path%3E%3C/svg%3E")}.theme05 .main_search_keyword{margin:15px 0 0;display:flex;align-items:center;gap:8px}.theme05 .main_search_keyword a{padding:10px 15px;border-radius:50px;font-size:1.4rem;font-weight:600;border-radius:50px;border:1px solid #fff;background-color:rgba(255,255,255,.4)}.theme05 .main_search_keyword a:hover{background-color:#fff}.theme05 .main_search_keyword:not(:has(a)){display:none}.theme05 .main_container{max-width:1180px;width:100%;padding:0 40px;margin:0 auto;box-sizing:border-box}@media(max-width: 1024px){.theme05 .main_container{padding:0 2vw}}.theme05 .main_link{padding:0 50px;margin:0 0 40px;position:relative}.theme05 .main_link .swiper_prev_btn,.theme05 .main_link .swiper_next_btn{width:40px;height:40px;font-size:0;border-radius:50%;border:1px solid #dbdbdb;box-sizing:border-box;opacity:.5;background-color:#fff;position:absolute;top:35px;right:0;z-index:1;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='28' height='28' fill='rgba(0,0,0,1)'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E")}.theme05 .main_link .swiper_prev_btn:hover,.theme05 .main_link .swiper_next_btn:hover{opacity:1}.theme05 .main_link .swiper_prev_btn{left:0;right:initial;transform:rotate(180deg)}.theme05 .main_link .swiper-button-disabled{display:none}.theme05 .link_swiper{width:100%;padding:10px 0 0}.theme05 .link_swiper .swiper-wrapper{height:auto}.theme05 .link_swiper .swiper-slide{display:flex;flex-flow:column nowrap;align-items:center;gap:20px;font-size:1.8rem;font-weight:600}.theme05 .link_swiper .main_link__ico{width:90px;height:90px;border-radius:50%;border:1px solid #dbdbdb;box-sizing:border-box;background-repeat:no-repeat;background-position:center;background-size:50px auto;transition:all .6s ease}.theme05 .link_swiper .swiper-slide:hover{color:#252525}.theme05 .link_swiper .swiper-slide:hover .main_link__ico{border-color:#f05757;background-color:#f05757;box-shadow:0 0 0 7px #ffd9d9;transition:all .3s ease}.theme05 .link_swiper .swiper-button-disabled{display:none}.theme05 .main_board{padding:50px 0;margin:0 0 50px;background-color:#ebf0fb;background-repeat:no-repeat;background-position:bottom 0 right 240px;background-image:url("../images/img_theme05_board.png");box-sizing:border-box}.theme05 .main_board__inner{max-width:1180px;width:100%;padding:0 40px;margin:0 auto;box-sizing:border-box;display:flex;flex-flow:row wrap;gap:30px}@media(max-width: 1024px){.theme05 .main_board__inner{padding:0 2vw}}.theme05 .main_board h3{margin:0 0 25px;font-size:2.8rem;font-weight:700}.theme05 .main_board .swiper_remote{display:flex;align-items:center;position:absolute;right:0;top:2px}.theme05 .main_board .swiper_remote button{width:20px;height:20px;font-size:0;opacity:.3;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(0,0,0,1)'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E")}.theme05 .main_board .swiper_remote button:hover{opacity:.6}.theme05 .main_board .swiper_remote .swiper_prev_btn{transform:rotate(180deg)}.theme05 .main_board .swiper_remote .swiper_play_btn{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(0,0,0,1)'%3E%3Cpath d='M19.376 12.4161L8.77735 19.4818C8.54759 19.635 8.23715 19.5729 8.08397 19.3432C8.02922 19.261 8 19.1645 8 19.0658V4.93433C8 4.65818 8.22386 4.43433 8.5 4.43433C8.59871 4.43433 8.69522 4.46355 8.77735 4.5183L19.376 11.584C19.6057 11.7372 19.6678 12.0477 19.5146 12.2774C19.478 12.3323 19.4309 12.3795 19.376 12.4161Z'%3E%3C/path%3E%3C/svg%3E")}.theme05 .main_board .swiper_remote .swiper_stop_btn{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(0,0,0,1)'%3E%3Cpath d='M6 5H8V19H6V5ZM16 5H18V19H16V5Z'%3E%3C/path%3E%3C/svg%3E")}.theme05 .main_board .swiper_remote .swiper_pagination{width:auto;margin:0 15px 0 0;color:#888}.theme05 .main_board .swiper_remote .swiper_pagination span{font-weight:500;line-height:initial;color:#888}.theme05 .main_board .swiper_remote .swiper_pagination .swiper-pagination-current{color:#252525;font-weight:600}.theme05 .main_board .no_data{width:100%;height:260px;border:1px solid rgba(0,0,0,.05);background-color:rgba(0,0,0,0)}.theme05 .main_notice{width:calc(100% - 420px - 30px);position:relative}.theme05 .main_notice .more_btn{width:24px;height:24px;margin:0 0 0 10px;font-size:0;font-weight:600;opacity:.5;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(0,0,0,1)'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E")}.theme05 .main_notice .more_btn:hover{opacity:1}.theme05 .notice_swiper{width:100%}.theme05 .notice_swiper .swiper-slide{display:flex;flex-flow:column nowrap;align-items:flex-start;height:260px;padding:25px 25px;border-radius:20px;border:1px solid rgba(0,0,0,.05);background-color:#fff;box-sizing:border-box}.theme05 .notice_swiper a{display:block}.theme05 .notice_swiper strong{padding:6px 10px;font-size:1.4rem;font-weight:700;border-radius:30px;color:#f05757;background-color:#ffd9d9}.theme05 .main_notice__title{width:100%}.theme05 .main_notice__title a{display:block;height:2.6em;margin:12px 0 0;font-size:1.8rem;font-weight:600;line-height:1.3em;word-break:keep-all;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:all .2s ease}.theme05 .main_notice__title a:hover{color:#f05757}.theme05 .main_notice__content{height:2.6em;margin:15px 0 0;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.theme05 .main_notice__content p{font-weight:500;line-height:1.3em;word-break:break-all;color:#777}.theme05 .main_notice__content p *{font-weight:500;line-height:1.3em;word-break:break-all;color:#777}.theme05 .main_notice__date{display:flex;align-items:center;gap:5px;margin:auto 0 0;font-size:1.5rem;color:#aaa}.theme05 .main_notice__date::before{display:block;content:"";width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='rgba(170,170,170,1)'%3E%3Cpath d='M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM13 12H17V14H11V7H13V12Z'%3E%3C/path%3E%3C/svg%3E")}.theme05 .main_banner{width:420px;position:relative}.theme05 .main_banner_swiper{width:100%;height:260px;border-radius:20px;border:1px solid rgba(0,0,0,.05);overflow:hidden;box-sizing:border-box}.theme05 .main_banner_swiper .swiper-slide{font-size:0;background-repeat:no-repeat;background-position:top center;background-size:100% 100%}.theme05 .main_banner_swiper .no_data{font-size:1.6rem;background-color:rgba(0,0,0,0)}.theme05 .main_program{margin:0 0 50px;position:relative}.theme05 .main_program h3{margin:0 0 30px;text-align:center;font-size:3.5rem;font-weight:700}.theme05 .main_program .swiper_prev_btn,.theme05 .main_program .swiper_next_btn{width:50px;height:50px;font-size:0;border-radius:50%;border:1px solid #aaa;opacity:.5;background-color:#fff;position:absolute;top:205px;right:-70px;z-index:1;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='36' height='36' fill='rgba(0,0,0,1)'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E")}.theme05 .main_program .swiper_prev_btn:hover,.theme05 .main_program .swiper_next_btn:hover{opacity:1}.theme05 .main_program .swiper_prev_btn{left:-70px;right:initial;transform:rotate(180deg)}.theme05 .main_program .swiper-button-disabled{display:none}.theme05 .main_program .swiper_pagination{display:flex;align-items:center;justify-content:center;gap:5px;margin:30px 0 0}.theme05 .main_program .swiper_pagination span{margin:0}.theme05 .main_program .swiper_pagination .swiper-pagination-bullet-active{background-color:var(--primary-color)}.theme05 .main_program .more_btn{width:36px;height:36px;margin:0 0 0 10px;font-size:0;font-weight:600;opacity:.3;border-radius:50%;border:1px solid #aaa;box-sizing:border-box;position:absolute;right:0;top:0;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(0,0,0,1)'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E");background-size:24px auto}.theme05 .main_program .more_btn:hover{opacity:1}.theme05 .program_swiper .swiper-wrapper{height:auto}.theme05 .program_swiper .swiper-slide{padding:0 25px 15px;border-radius:20px;border:1px solid rgba(0,0,0,.05);background-color:#fff;box-sizing:border-box;overflow:hidden;transition:all .2s ease}.theme05 .program_swiper a{display:block}.theme05 .program_swiper .thumbnail{display:block;width:calc(100% + 50px);height:200px;margin:0 -25px 20px;font-size:0;border-bottom:1px solid rgba(0,0,0,.05);background-repeat:no-repeat;background-position:center center;background-size:100% auto;box-sizing:border-box;transition:all .5s ease}.theme05 .program_swiper .title{display:block;margin:0 0 10px;font-size:1.8rem;font-weight:600;color:#252525;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.theme05 .program_swiper .date{display:flex;align-items:center;gap:5px;margin:0 0 20px;font-size:1.5rem;color:#aaa}.theme05 .program_swiper .date::before{display:block;content:"";width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='rgba(170,170,170,1)'%3E%3Cpath d='M9 1V3H15V1H17V3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H7V1H9ZM20 11H4V19H20V11ZM8 13V15H6V13H8ZM13 13V15H11V13H13ZM18 13V15H16V13H18ZM7 5H4V9H20V5H17V7H15V5H9V7H7V5Z'%3E%3C/path%3E%3C/svg%3E")}.theme05 .program_swiper strong{display:block;padding:12px 12px;text-align:center;font-weight:600;border-radius:50px;color:#fff;background-color:#f05757}.theme05 .program_swiper strong.end{background-color:#333}.theme05 .program_swiper .swiper-slide:hover{border-color:#000}.theme05 .program_swiper .swiper-slide:hover .thumbnail{background-size:105% auto}.theme05 .program_swiper .no_data{padding:80px 20px;border:0 none;background-color:#fafafa}.theme05 .main_schedule{width:100%;display:flex;padding:30px 0 0;margin:0 0 100px;position:relative}.theme05 .main_schedule__month{width:150px;height:95px;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;gap:5px;border-radius:15px 0 0 15px;background:linear-gradient(140deg, #f05757, #c12df2);position:relative}.theme05 .main_schedule__month h4{font-size:3.5rem;font-weight:700;color:#fff}.theme05 .main_schedule__month strong{font-weight:600;color:#fff}.theme05 .main_schedule__month button{width:40px;height:40px;font-size:0;position:absolute;top:25px;right:10px;z-index:1;opacity:.6;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='40' height='40' fill='rgba(255,255,255,1)'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E")}.theme05 .main_schedule__month button:hover{opacity:1}.theme05 .main_schedule__month .prev_month_btn{left:10px;right:initial;transform:rotate(180deg)}.theme05 .schedule_swiper_wrapper{width:calc(100% - 150px);display:flex;flex-flow:column nowrap;justify-content:center;padding:0 20px;border-top:1px solid #dbdbdb;box-sizing:border-box;position:relative}.theme05 .schedule_swiper_wrapper::before{display:block;content:"";width:100%;height:1px;background-color:#dbdbdb;position:absolute;top:93px;left:0}.theme05 .schedule_swiper{width:100%;overflow:initial;overflow-x:clip;z-index:2}.theme05 .schedule_swiper .swiper-wrapper{height:auto}.theme05 .schedule_swiper .swiper-slide{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;gap:20px;position:relative}.theme05 .schedule_swiper .day{width:40px;height:40px;display:flex;justify-content:center;align-items:center;font-size:1.7rem;font-weight:700;line-height:initial;border-radius:50%;box-sizing:border-box;position:relative}.theme05 .schedule_swiper .day span{position:relative;z-index:1}.theme05 .schedule_swiper .today .day::after{display:block;content:"휴관";width:6px;height:6px;font-size:0;border-radius:50%;background-color:var(--primary-color);position:absolute;top:0;left:50%;transform:translateX(-50%)}.theme05 .schedule_swiper .event .day::before{display:block;content:"이벤트";width:36px;height:36px;font-size:0;border-radius:50%;border:3px solid var(--primary-color);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);box-sizing:border-box}.theme05 .schedule_swiper .closed .day::before{display:block;content:"휴관일";width:36px;height:36px;font-size:0;background:repeating-linear-gradient(45deg, #f0f0f0, #f0f0f0 3px, #e8e8e8 3px, #e8e8e8 6px);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);box-sizing:border-box}.theme05 .schedule_swiper .today.event .day::after{top:-8px}.theme05 .schedule_swiper .today.closed .day::after{top:-8px}.theme05 .main_schedule .swiper_scrollbar{width:100%;height:4px;margin:8px 0 0;border-radius:50px;background-color:rgba(0,0,0,.05);overflow:hidden}.theme05 .main_schedule .swiper_scrollbar .swiper-scrollbar-drag{border-radius:50px;background-color:#d5d5d5}.theme05 .event_layer{display:none;width:250px;padding:15px 15px;border-radius:10px;background-color:#fff;border:1px solid #dbdbdb;box-shadow:0 0 10px rgba(0,0,0,.05);box-sizing:border-box;position:absolute;top:105%;left:0;z-index:1}.theme05 .event_layer::before{content:"";width:10px;height:10px;border:1px solid #dbdbdb;border-width:1px 1px 0 0;background-color:#fff;transform:rotate(-45deg);position:absolute;top:-6px;left:20px}.theme05 .event_layer dl{max-height:57px;display:flex;flex-flow:row wrap;align-items:center;gap:5px 5px;padding:0 5px 0 0;overflow-y:auto}.theme05 .event_layer dl::-webkit-scrollbar{width:3px;background-color:rgba(0,0,0,.2);border-radius:20px}.theme05 .event_layer dl::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:20px}.theme05 .event_layer dl dt{width:36px;padding:6px 6px;font-size:1.4rem;font-weight:500;color:#fff;background-color:var(--primary-color);box-sizing:border-box}.theme05 .event_layer dl dd{width:calc(100% - 41px)}.theme05 .event_layer dl dd a{font-size:1.4rem;font-weight:500;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.theme05 .event_layer.on{display:block}.theme05 .end_line .event_layer{left:initial;right:0}.theme05 .end_line .event_layer::before{left:initial;right:20px}.theme05 .main_schedule__caption{display:flex;align-items:center;gap:15px;position:absolute;top:0;right:0}.theme05 .main_schedule__caption span{display:flex;align-items:center;gap:5px;font-size:1.4rem;font-weight:500;color:#555}.theme05 .main_schedule__caption span::before{display:block;content:"";width:12px;height:12px;border-radius:50%;box-sizing:border-box}.theme05 .main_schedule__caption .today::before{background-color:var(--primary-color)}.theme05 .main_schedule__caption .closed::before{border-radius:0;background:repeating-linear-gradient(45deg, #f0f0f0, #f0f0f0 2px, #e0e0e0 2px, #e0e0e0 3px)}.theme05 .main_schedule__caption .event::before{border:3px solid var(--primary-color)}.theme05 .main_books_wrapper{padding:50px 0;background-repeat:no-repeat;background-position:top center;background-size:100% 310px;background-image:url("../images/img_theme05_books_bg.jpg");position:relative}.theme05 .main_books_wrapper::before{display:block;content:"";width:230px;height:180px;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("../images/img_theme05_books_deco.png");position:absolute;top:-142px;left:20px}.theme05 .main_books{max-width:1180px;width:100%;padding:0 40px;margin:0 auto;box-sizing:border-box}@media(max-width: 1024px){.theme05 .main_books{padding:0 2vw}}.theme05 .main_books h3{margin:0 0 40px;text-align:center;font-size:3.5rem;font-weight:700;color:#fff}.theme05 .main_books nav{display:flex;justify-content:center;align-items:center;gap:10px;margin:0 0 40px}.theme05 .main_books nav button{width:150px;padding:0 10px 15px;font-size:1.8rem;font-weight:600;color:#bbb;position:relative}.theme05 .main_books nav button::before{display:block;content:"";width:100%;height:4px;background-color:rgba(221,221,221,.6);position:absolute;left:0;bottom:0;transition:all .2s ease}.theme05 .main_books nav button.on{color:#fff}.theme05 .main_books nav button.on::before{background-color:#f05757;box-shadow:0 2px 7px rgba(204,23,23,.4)}.theme05 .main_recommend,.theme05 .main_newbook{min-height:295px;position:relative}.theme05 .main_recommend .cover,.theme05 .main_newbook .cover{display:block;width:100%;max-height:220px;aspect-ratio:1/1.35;margin:0 0 20px;border-radius:20px;border:1px solid rgba(0,0,0,.05);background-repeat:no-repeat;background-position:center;background-size:cover;box-sizing:border-box}.theme05 .main_recommend h4,.theme05 .main_newbook h4{text-align:center;font-size:1.7rem;font-weight:600;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.theme05 .main_recommend .swiper-slide:hover h4,.theme05 .main_newbook .swiper-slide:hover h4{color:#0091e7}.theme05 .main_recommend .swiper-wrapper,.theme05 .main_newbook .swiper-wrapper{height:auto}.theme05 .main_recommend .swiper_prev_btn,.theme05 .main_recommend .swiper_next_btn,.theme05 .main_newbook .swiper_prev_btn,.theme05 .main_newbook .swiper_next_btn{width:50px;height:50px;font-size:0;border-radius:50%;border:1px solid rgba(0,0,0,.05);background-color:#fff;position:absolute;top:calc(50% - 25px);right:-70px;transform:translateY(-50%);z-index:1;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='36' height='36' fill='rgba(0,0,0,0.5)'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E");box-shadow:0 0 10px rgba(0,0,0,.1);transition:all .2s ease}.theme05 .main_recommend .swiper_prev_btn:hover,.theme05 .main_recommend .swiper_next_btn:hover,.theme05 .main_newbook .swiper_prev_btn:hover,.theme05 .main_newbook .swiper_next_btn:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='36' height='36' fill='rgba(0,0,0,1)'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'%3E%3C/path%3E%3C/svg%3E")}.theme05 .main_recommend .swiper_prev_btn,.theme05 .main_newbook .swiper_prev_btn{left:-70px;right:initial;transform:rotate(180deg)}.theme05 .main_recommend .swiper-button-disabled,.theme05 .main_newbook .swiper-button-disabled{display:none}.theme05 .main_recommend .swiper_pagination,.theme05 .main_newbook .swiper_pagination{display:flex;align-items:center;justify-content:center;gap:5px;margin:30px 0 0}.theme05 .main_recommend .swiper_pagination span,.theme05 .main_newbook .swiper_pagination span{margin:0}.theme05 .main_recommend .swiper_pagination .swiper-pagination-bullet-active,.theme05 .main_newbook .swiper_pagination .swiper-pagination-bullet-active{background-color:var(--primary-color)}.theme05 .main_recommend .more_btn,.theme05 .main_newbook .more_btn{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;gap:2px;font-size:0;position:absolute;left:calc(50% + 164px);top:-81px}.theme05 .main_recommend .more_btn::before,.theme05 .main_newbook .more_btn::before{display:block;content:"";width:33px;height:33px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(187,187,187,1)'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E");transition:all .2s ease}.theme05 .main_recommend .more_btn::after,.theme05 .main_newbook .more_btn::after{display:block;content:"";width:100%;height:4px;background-color:rgba(221,221,221,.6);transition:all .2s ease}.theme05 .main_recommend .more_btn:hover::before,.theme05 .main_newbook .more_btn:hover::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(255,255,255,1)'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E")}.theme05 .main_recommend .more_btn:hover::after,.theme05 .main_newbook .more_btn:hover::after{background-color:#f05757}@media(max-width: 1024px){.theme05 .gnb__sub{top:0}.theme05 .header_wrapper{height:70px}.theme05 .main_visual{padding:0}.theme05 .main_visual_swiper{border-radius:0}.theme05 .main_visual_swiper .swiper-slide{height:370px}.theme05 .main_visual_text{padding:50px 2vw 0}.theme05 .main_visual_text p{font-size:1.8rem}.theme05 .main_search{bottom:100px}.theme05 .main_search_area input[type=text]{height:45px;padding:0 50px 0 20px}.theme05 .main_search_area button{width:45px;height:45px}.theme05 .main_visaul_swiper{border-radius:0}.theme05 .main_link .swiper_prev_btn,.theme05 .main_link .swiper_next_btn{width:35px;height:35px;background-size:24px auto;top:38px}.theme05 .main_board__inner{gap:60px}.theme05 .main_notice{width:100%}.theme05 .notice_swiper .swiper-slide{height:auto;padding:20px 20px}.theme05 .notice_swiper .swiper-slide h4{font-size:1.7rem}.theme05 .notice_swiper .swiper-slide p{margin:10px 0 0}.theme05 .notice_swiper .swiper-slide span{margin:10px 0 0}.theme05 .main_banner{width:100%}.theme05 .main_banner_swiper{height:auto;aspect-ratio:420/260}.theme05 .main_program .swiper_next_btn{right:-2vw}.theme05 .main_program .swiper_prev_btn{left:-2vw}.theme05 .main_schedule{flex-flow:column nowrap}.theme05 .main_schedule__month{width:100%;height:auto;padding:10px 15px;border-radius:15px;box-sizing:border-box}.theme05 .main_schedule__month button{width:30px;height:30px;background-size:30px auto;top:50%;transform:translateY(-50%)}.theme05 .main_schedule__month .prev_month_btn{transform:rotate(180deg) translateY(50%)}.theme05 .schedule_swiper_wrapper{width:100%;padding:20px 0;border-top:0 none}.theme05 .main_books_wrapper::before{display:none}.theme05 .main_recommend .swiper_next_btn,.theme05 .main_newbook .swiper_next_btn{right:-2vw}.theme05 .main_recommend .swiper_prev_btn,.theme05 .main_newbook .swiper_prev_btn{left:-2vw}}@media screen and (max-width: 760px){.theme05 .main_visual_swiper .swiper-slide{height:320px}.theme05 .main_visual_text h2{font-size:3rem}.theme05 .main_board h3{font-size:2.5rem}.theme05 .main_program h3{text-align:left;font-size:2.5rem}.theme05 .main_program .more_btn{width:28px;height:28px;background-size:18px auto}.theme05 .main_books_wrapper{padding:30px 0;background-size:cover}.theme05 .main_books h3{text-align:left;font-size:2.5rem;margin:0 0 30px}.theme05 .main_books nav{margin:0 0 30px}.theme05 .main_books nav button{flex:1}.theme05 .main_recommend,.theme05 .main_newbook{min-height:auto;position:static}.theme05 .main_recommend h4,.theme05 .main_newbook h4{color:#fff}.theme05 .main_recommend .swiper_prev_btn,.theme05 .main_recommend .swiper_next_btn,.theme05 .main_newbook .swiper_prev_btn,.theme05 .main_newbook .swiper_next_btn{display:none}.theme05 .main_recommend .swiper_pagination .swiper-pagination-bullet-active,.theme05 .main_newbook .swiper_pagination .swiper-pagination-bullet-active{background-color:#fff}.theme05 .main_recommend .more_btn,.theme05 .main_newbook .more_btn{gap:0;left:initial;top:26px;right:2vw}.theme05 .main_recommend .more_btn::before,.theme05 .main_newbook .more_btn::before{width:24px;height:24px;background-size:24px auto}.theme05 .main_recommend .more_btn::after,.theme05 .main_newbook .more_btn::after{display:none}}.header_wrapper{height:192px;box-sizing:border-box;position:relative}.header_wrapper::before{display:block;content:"";width:100%;height:1px;background-color:rgba(0,0,0,.1);position:absolute;top:130px;left:0;z-index:1}.header_wrapper:not(:has(.header_top))::before{top:90px}.header_top{background:var(--tnb-color)}.header_top__inner{max-width:1180px;width:100%;padding:0 40px;margin:0 auto;box-sizing:border-box;height:40px;display:flex;align-items:center}@media(max-width: 1024px){.header_top__inner{padding:0 2vw}}.header_top a,.header_top button{display:flex;justify-content:center;align-items:center;height:100%;padding:0 15px;font-size:1.5rem;font-weight:500;border-left:1px solid rgba(255,255,255,.2);border-right:1px solid rgba(255,255,255,.2);color:#fff}.header_top a+a,.header_top a+button,.header_top button+a,.header_top button+button{border-left-color:rgba(0,0,0,0)}.header_top a:hover,.header_top button:hover{color:#fff}.header{max-width:1180px;width:100%;padding:0 40px;margin:0 auto;box-sizing:border-box;height:152px;display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center}@media(max-width: 1024px){.header{padding:0 2vw}}.h1 a{display:block;font-size:0}.header_search{max-width:450px;width:100%;height:50px;margin:0 20px;position:relative}.header_search input[type=text]{width:100%;height:100%;padding:0 60px 0 20px;border:1px solid #000;border-radius:50px;box-sizing:border-box}.header_search .search_btn{width:50px;height:50px;position:absolute;right:10px;top:0;font-size:0;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(0,0,0,1)'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z'%3E%3C/path%3E%3C/svg%3E")}.tnb{display:flex;align-items:center;gap:15px;height:90px}.tnb a{display:flex;justify-content:center;align-items:center;gap:15px;padding:8px 0;font-weight:500;line-height:initial;color:#444;position:relative}.tnb a+a::before{display:block;content:"";width:1px;height:12px;background-color:#aaa}.tnb a:hover{color:#0091e7}.tnb .sitemap{font-weight:600;color:#fff;background-color:#333;border-radius:50px;padding:8px 20px;margin:0 0 0 5px;border:0 none}.tnb .sitemap::before{display:none}.tnb .sitemap:hover{color:#fff;background-color:#000}.mobile_card,.gnb_on_btn,.gnb_off_btn{display:none}.gnb_nav{width:100%;height:62px;box-sizing:border-box}.gnb{max-width:1180px;width:100%;padding:0 40px;margin:0 auto;box-sizing:border-box;height:100%;display:flex}@media(max-width: 1024px){.gnb{padding:0 2vw}}.gnb>li{flex:1;height:100%;position:relative;z-index:2}.gnb>li>a{height:100%;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:2rem;position:relative}.gnb>li>a::before{display:block;content:"";width:0;height:3px;background-color:var(--primary-color);position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:2;transition:all .2s ease}.gnb>li.on>a,.gnb>li.active>a{color:var(--primary-color)}.gnb>li.on>a::before,.gnb>li.active>a::before{width:100%}.gnb__sub{width:100%;height:0;display:flex;flex-flow:column nowrap;padding:0;box-sizing:border-box;overflow:hidden;position:absolute;top:61px;left:0;z-index:1;transition:all .2s ease}.gnb__sub>li>a{height:0;display:flex;justify-content:center;align-items:center;color:#555;text-align:center;font-weight:500;word-break:keep-all;opacity:0}.gnb__sub>li>a:hover{font-weight:500;color:var(--primary-color)}.gnb__sub>li>a[target=_blank]{gap:5px}.gnb__sub>li>a[target=_blank]::after{display:block;content:"새창";width:15px;height:15px;font-size:0;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='15' height='15' fill='rgba(153,153,153,1)'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z'%3E%3C/path%3E%3C/svg%3E")}li.on .gnb__sub{background-color:var(--primary-light)}.gnb_bg{width:100%;height:0;opacity:0;background-color:#fff;box-shadow:0 4px 4px rgba(0,0,0,.1);box-sizing:border-box;overflow:hidden;position:absolute;top:192px;left:0;z-index:1;transition:all .2s ease}.header_wrapper.on{background-color:#fff;border-bottom:1px solid #e5e5e5;z-index:10}.header_wrapper.on .gnb__sub{padding:15px 0}.header_wrapper.on .gnb__sub>li>a{opacity:1;height:36px}.header_wrapper.on .gnb_bg{opacity:1}.header_wrapper.on.gnb1 .gnb__sub,.header_wrapper.on.gnb1 .gnb_bg{height:66px}.header_wrapper.on.gnb2 .gnb__sub,.header_wrapper.on.gnb2 .gnb_bg{height:102px}.header_wrapper.on.gnb3 .gnb__sub,.header_wrapper.on.gnb3 .gnb_bg{height:138px}.header_wrapper.on.gnb4 .gnb__sub,.header_wrapper.on.gnb4 .gnb_bg{height:174px}.header_wrapper.on.gnb5 .gnb__sub,.header_wrapper.on.gnb5 .gnb_bg{height:210px}.header_wrapper.on.gnb6 .gnb__sub,.header_wrapper.on.gnb6 .gnb_bg{height:246px}.header_wrapper.on.gnb7 .gnb__sub,.header_wrapper.on.gnb7 .gnb_bg{height:282px}.header_wrapper.on.gnb8 .gnb__sub,.header_wrapper.on.gnb8 .gnb_bg{height:318px}.header_wrapper.on.gnb9 .gnb__sub,.header_wrapper.on.gnb9 .gnb_bg{height:354px}.header_wrapper.on.gnb10 .gnb__sub,.header_wrapper.on.gnb10 .gnb_bg{height:390px}.header_wrapper.on.gnb11 .gnb__sub,.header_wrapper.on.gnb11 .gnb_bg{height:426px}.header_wrapper.on.gnb12 .gnb__sub,.header_wrapper.on.gnb12 .gnb_bg{height:462px}.header_wrapper.on.gnb13 .gnb__sub,.header_wrapper.on.gnb13 .gnb_bg{height:498px}.header_wrapper.on.gnb14 .gnb__sub,.header_wrapper.on.gnb14 .gnb_bg{height:534px}.header_wrapper.on.gnb15 .gnb__sub,.header_wrapper.on.gnb15 .gnb_bg{height:570px}.header_wrapper.on.gnb16 .gnb__sub,.header_wrapper.on.gnb16 .gnb_bg{height:606px}.header_wrapper.on.gnb17 .gnb__sub,.header_wrapper.on.gnb17 .gnb_bg{height:642px}.header_wrapper.on.gnb18 .gnb__sub,.header_wrapper.on.gnb18 .gnb_bg{height:678px}.header_wrapper.on.gnb19 .gnb__sub,.header_wrapper.on.gnb19 .gnb_bg{height:714px}.header_wrapper.on.gnb20 .gnb__sub,.header_wrapper.on.gnb20 .gnb_bg{height:750px}.footer_banner{padding:20px 0}.footer_banner_container{max-width:1180px;width:100%;padding:0 40px;margin:0 auto;box-sizing:border-box;display:flex;align-items:center;gap:20px}@media(max-width: 1024px){.footer_banner_container{padding:0 2vw}}.footer_banner_swiper{width:calc(100% - 80px);margin:0 auto}.footer_banner_swiper .swiper-slide{height:50px;font-size:0;border:1px solid #dbdbdb;border-radius:2px;background-color:#fff;box-sizing:border-box;background-repeat:no-repeat;background-position:center;background-size:contain}.footer_banner .swiper_btn_container{display:flex;align-items:center;gap:5px}.footer_banner .swiper_btn_container button{width:28px;height:28px;border:1px solid #252525;background-color:#fff;border-radius:3px;font-size:0;opacity:.2;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(0,0,0,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E")}.footer_banner .swiper_btn_container button:hover{opacity:1}.footer_banner .swiper_btn_container .swiper_prev_btn{transform:rotate(180deg)}.footer_banner .swiper_btn_container .swiper_play_btn{display:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(0,0,0,1)'%3E%3Cpath d='M19.376 12.4161L8.77735 19.4818C8.54759 19.635 8.23715 19.5729 8.08397 19.3432C8.02922 19.261 8 19.1645 8 19.0658V4.93433C8 4.65818 8.22386 4.43433 8.5 4.43433C8.59871 4.43433 8.69522 4.46355 8.77735 4.5183L19.376 11.584C19.6057 11.7372 19.6678 12.0477 19.5146 12.2774C19.478 12.3323 19.4309 12.3795 19.376 12.4161Z'%3E%3C/path%3E%3C/svg%3E")}.footer_banner .swiper_btn_container .swiper_stop_btn{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(0,0,0,1)'%3E%3Cpath d='M6 5H8V19H6V5ZM16 5H18V19H16V5Z'%3E%3C/path%3E%3C/svg%3E")}.footer_wrapper{padding:0 0 60px;background-color:#1b1f2a;position:relative}.footer_wrapper::before{display:block;content:"";width:100%;height:1px;background-color:rgba(255,255,255,.2);position:inherit;left:0;top:66px}.footer{max-width:1180px;width:100%;padding:0 40px;margin:0 auto;box-sizing:border-box;display:flex;flex-flow:row wrap}@media(max-width: 1024px){.footer{padding:0 2vw}}.footer_nav{display:flex;align-items:center;justify-content:space-between;width:100%;height:65px}.footer_nav__left{display:flex;flex-flow:row wrap;align-items:center;justify-content:center;gap:10px 15px}.footer_nav__left a{font-weight:500;color:#b5b5b5;position:relative}.footer_nav__left a:first-of-type{font-weight:600;color:#b2ebed}.footer_nav__left a+a{padding:0 0 0 15px}.footer_nav__left a+a::before{display:block;content:"";width:1px;height:14px;background-color:rgba(255,255,255,.2);position:absolute;left:0;top:50%;transform:translateY(-50%)}.footer_nav__left a:hover{color:#fff}.footer_nav__right{height:100%;position:relative}.familysite_btn{display:flex;justify-content:space-between;align-items:center;width:270px;height:100%;padding:0 15px;color:#fff;border-left:1px solid rgba(255,255,255,.2);border-right:1px solid rgba(255,255,255,.2);box-sizing:border-box}.familysite_btn::after{display:block;content:"";width:18px;height:18px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(255,255,255,1)'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E")}.familysite_btn.on::after{transform:rotate(180deg)}.familysite_list{width:270px;background-color:#1b1f2a;position:absolute;left:0;bottom:100%;z-index:1}.familysite_list a{display:flex;align-items:center;height:65px;padding:0 15px;box-sizing:border-box;color:#fff;border-bottom:1px solid rgba(255,255,255,.2)}.familysite_list a:hover{background-color:#12151d}.footer_info{width:100%;display:flex;flex-flow:row wrap;align-items:center;gap:10px 20px;margin:30px 0 0}.footer_info dl{display:flex;align-items:center}.footer_info dt,.footer_info dd,.footer_info address{line-height:1.3em;color:#b5b5b5}.footer_info dt{display:flex;align-items:center;gap:5px;margin:0 5px 0 0}.footer_copyright{width:100%;margin:20px 0 0;font-size:1.3rem;letter-spacing:0;line-height:1.3em;color:rgba(255,255,255,.4)}.quick_menu{width:125px;display:flex;flex-flow:column nowrap;gap:15px;position:fixed;right:20px;top:50%;transform:translateY(-50%);z-index:2}.quick_menu__btn{width:100%;height:160px;font-size:0;border-radius:15px;background-repeat:no-repeat;background-position:center;background-image:url("../images/img_quick_lib.jpg")}.quick_menu__list{width:100%;display:flex;flex-flow:column nowrap;border-radius:15px;overflow:hidden;background-color:#fff;box-shadow:0 0 15px rgba(0,0,0,.2)}.quick_menu__list:not(:has(*)){display:none}.quick_menu__list li{border-bottom:1px solid rgba(0,0,0,.1)}.quick_menu__list li:last-of-type{border-bottom:0 none}.quick_menu__list a{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;gap:10px;padding:46px 0 10px;font-size:1.5rem;font-weight:500;letter-spacing:-0.07em;background-repeat:no-repeat;background-position:top 14px center;background-size:22px auto}.quick_menu__list a:hover{color:#1d47da;background-color:#f9f9f9}.library_modal .blank{background-color:rgba(0,0,0,.8)}.library_modal .modal_container{max-width:initial;width:1100px;flex-flow:row nowrap;align-items:center;justify-content:space-between;background-color:rgba(0,0,0,0);overflow:initial}.library_modal .modal_close_btn{width:50px;height:50px;position:absolute;left:50%;top:initial;bottom:-100px;font-size:0;opacity:1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='48' height='48' fill='rgba(210,210,210,1)'%3E%3Cpath d='M10.5859 12L2.79297 4.20706L4.20718 2.79285L12.0001 10.5857L19.793 2.79285L21.2072 4.20706L13.4143 12L21.2072 19.7928L19.793 21.2071L12.0001 13.4142L4.20718 21.2071L2.79297 19.7928L10.5859 12Z'%3E%3C/path%3E%3C/svg%3E")}.library_modal .modal_close_btn:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='48' height='48' fill='rgba(255,255,255,1)'%3E%3Cpath d='M10.5859 12L2.79297 4.20706L4.20718 2.79285L12.0001 10.5857L19.793 2.79285L21.2072 4.20706L13.4143 12L21.2072 19.7928L19.793 21.2071L12.0001 13.4142L4.20718 21.2071L2.79297 19.7928L10.5859 12Z'%3E%3C/path%3E%3C/svg%3E")}.modal_library_map{width:604px;height:508px;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("../images/img_library_map2.png");position:relative}.modal_library_map a{padding:0 0 0 28px;font-size:1.9rem;font-weight:700;transition:none;position:absolute}.modal_library_map a::before{display:block;width:12px;height:12px;font-size:0;border-radius:50%;background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;left:12px;top:50%;transform:translateY(-50%)}.modal_library_map a:hover::before{width:27px;height:32px;border-radius:0;background-size:contain;left:0}.modal_library_map a.library::before{content:"교육도서관";background-image:url("../images/ico_marker_red.svg")}.modal_library_map a.library:hover{color:#ff4a5c}.modal_library_map a.library:hover::before{background-color:rgba(0,0,0,0);background-image:url("../images/ico_marker_red_hover.png")}.modal_library_map a.portal{display:none}.modal_library_map a.culture::before{content:"교육문화관";background-image:url("../images/ico_marker_blue.svg")}.modal_library_map a.culture:hover{color:#2864fa}.modal_library_map a.culture:hover::before{background-color:rgba(0,0,0,0);background-image:url("../images/ico_marker_blue_hover.png")}.modal_library_map a.lib_01{top:49px;left:308px}.modal_library_map a.lib_02{top:92px;left:27px}.modal_library_map a.lib_03{top:97px;left:111px}.modal_library_map a.lib_04{top:97px;left:191px}.modal_library_map a.lib_05{top:182px;left:114px}.modal_library_map a.lib_06{top:137px;left:260px}.modal_library_map a.lib_07{top:83px;left:340px}.modal_library_map a.lib_08{top:140px;left:360px}.modal_library_map a.lib_09{top:228px;left:220px}.modal_library_map a.lib_10{top:294px;left:210px}.modal_library_map a.lib_11{top:277px;left:310px}.modal_library_map a.lib_12{top:200px;left:404px}.modal_library_map a.lib_13{top:370px;left:150px}.modal_library_map a.lib_14{top:328px;left:380px}.modal_library_map a.lib_15{top:300px;left:474px}.modal_library_map a.lib_16{top:408px;left:457px}.modal_library_map a.lib_17{top:411px;left:327px}.modal_library_map a.lib_18{top:103px;left:322px}.modal_library_map a.lib_19{top:188px;left:175px}.modal_library_map a.lib_20{top:242px;left:408px}.modal_library_map a.lib_21{top:346px;left:192px}.modal_library_map a.lib_22{top:371px;left:506px}.modal_library_info article{width:460px;min-height:290px;display:none;flex-flow:column nowrap;padding:30px 30px 0;border-radius:10px;background-color:#fff;background-repeat:no-repeat;background-position:right 15px bottom 83px;background-image:url("../images/img_libaray_deco.gif");box-sizing:border-box;position:relative}.modal_library_info article.on{display:flex}.modal_library_info article h3{font-size:2.4rem;font-weight:700;color:#1bbd44;margin:0 0 20px}.modal_library_info article .type{width:65px;height:35px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;border-radius:5px;box-shadow:5px 5px 8px rgba(0,0,0,.23);position:absolute;left:-14px;top:-20px}.modal_library_info article .type.library{background-color:#ff4a5c}.modal_library_info article .type.culture{background-color:#2864fa}.modal_library_info article dl{display:flex;flex-flow:row wrap;gap:10px 20px;margin:0 0 20px}.modal_library_info article dt{width:30px;height:30px;flex:none;font-size:0}.modal_library_info article dt::before{display:block;content:"";width:100%;height:100%;background-repeat:no-repeat;background-position:center;transition:all .2s ease;background-size:contain}.modal_library_info article dt.address::before{background-image:url("../images/ico_info_map.gif")}.modal_library_info article dt.tel::before{background-image:url("../images/ico_info_tel.gif")}.modal_library_info article dt.fax::before{background-image:url("../images/ico_info_fax.gif")}.modal_library_info article dd{width:calc(100% - 50px);min-height:30px;display:flex;align-items:center;font-size:1.7rem;line-height:1.3em;font-weight:500}.modal_library_info article a{width:calc(100% + 60px);height:80px;display:flex;align-items:center;justify-content:center;margin:auto -30px 0;font-size:1.8rem;font-weight:700;color:#fff;background:linear-gradient(45deg, #00cb5d, #00cb5d);border-radius:10px;transition:all .2s ease}.modal_library_info article a:hover{background:linear-gradient(45deg, #4cdcff, #1de736)}.contents_wrapper{min-height:calc(100vh - 362px);padding:0 0 60px;box-sizing:border-box;background:var(--contents-header-color);background-repeat:no-repeat;background-size:100% 170px}body:has(.header_top) .contents_wrapper{min-height:calc(100vh - 402px)}body.theme05 .contents_wrapper{min-height:calc(100vh - 40px - 90px - 210px)}.main_wrapper{overflow-x:hidden}.contents_container{max-width:1180px;width:100%;padding:0 40px;margin:0 auto;box-sizing:border-box;display:flex;flex-flow:row nowrap;align-items:flex-start;gap:50px;padding-top:40px;background-repeat:no-repeat;background-position:center top;position:relative}@media(max-width: 1024px){.contents_container{padding:0 2vw}}.contents_container.jsContentsTheme01{background-image:url("../images/img_theme01_sub_bg01.png")}.contents_container.jsContentsTheme02{background-image:url("../images/img_theme01_sub_bg02.png")}.contents_container.jsContentsTheme03{background-image:url("../images/img_theme01_sub_bg03.png")}.contents_container.jsContentsTheme04{background-image:url("../images/img_theme01_sub_bg04.png")}.contents_container.jsContentsTheme05{background-image:url("../images/img_theme01_sub_bg05.png")}.theme02 .contents_container.jsContentsTheme01{background-image:url("../images/img_theme02_sub_bg01.png")}.theme02 .contents_container.jsContentsTheme02{background-image:url("../images/img_theme02_sub_bg02.png")}.theme02 .contents_container.jsContentsTheme03{background-image:url("../images/img_theme02_sub_bg03.png")}.theme02 .contents_container.jsContentsTheme04{background-image:url("../images/img_theme02_sub_bg04.png")}.theme02 .contents_container.jsContentsTheme05{background-image:url("../images/img_theme02_sub_bg05.png")}.theme03 .contents_container.jsContentsTheme01{background-image:url("../images/img_theme03_sub_bg01.png")}.theme03 .contents_container.jsContentsTheme02{background-image:url("../images/img_theme03_sub_bg02.png")}.theme03 .contents_container.jsContentsTheme03{background-image:url("../images/img_theme03_sub_bg03.png")}.theme03 .contents_container.jsContentsTheme04{background-image:url("../images/img_theme03_sub_bg04.png")}.theme03 .contents_container.jsContentsTheme05{background-image:url("../images/img_theme03_sub_bg05.png")}.theme04 .contents_container.jsContentsTheme01{background-image:url("../images/img_theme04_sub_bg01.png")}.theme04 .contents_container.jsContentsTheme02{background-image:url("../images/img_theme04_sub_bg02.png")}.theme04 .contents_container.jsContentsTheme03{background-image:url("../images/img_theme04_sub_bg03.png")}.theme04 .contents_container.jsContentsTheme04{background-image:url("../images/img_theme04_sub_bg04.png")}.theme04 .contents_container.jsContentsTheme05{background-image:url("../images/img_theme04_sub_bg05.png")}.theme05 .contents_container.jsContentsTheme01{background-image:url("../images/img_theme05_sub_bg01.png")}.theme05 .contents_container.jsContentsTheme02{background-image:url("../images/img_theme05_sub_bg02.png")}.theme05 .contents_container.jsContentsTheme03{background-image:url("../images/img_theme05_sub_bg03.png")}.theme05 .contents_container.jsContentsTheme04{background-image:url("../images/img_theme05_sub_bg04.png")}.theme05 .contents_container.jsContentsTheme05{background-image:url("../images/img_theme05_sub_bg05.png")}.snb_btn{display:none}.snb{width:200px;border:1px solid var(--primary-color);border-radius:20px;box-sizing:border-box;overflow:hidden;grid-template-rows:1fr;opacity:1;visibility:visible}.snb__title{width:100%;height:140px;display:flex;justify-content:center;align-items:center;font-size:2.4rem;font-weight:700;color:#fff;box-sizing:border-box;background-color:var(--primary-color);background-repeat:no-repeat;background-position:center;background-image:url("../images/img_snb_bg.png")}.snb__list{padding:10px 0 0;margin:-20px 0 0;border-radius:20px 20px 0 0;background-color:#fff}.snb__list>li{border-bottom:1px solid #e5e5e5;box-sizing:border-box}.snb__list>li:last-of-type{border-bottom-color:rgba(0,0,0,0)}.snb__list>li>a{width:100%;display:flex;align-items:center;justify-content:space-between;padding:15px 20px;line-height:1.3em;font-weight:500;letter-spacing:-0.05em;box-sizing:border-box}.snb__list>li>a:hover{color:var(--primary-color)}.snb__list>li>a[target=_blank]::after{display:block;content:"";width:16px;height:16px;border-radius:0;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='rgba(170,170,170,1)'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z'%3E%3C/path%3E%3C/svg%3E")}.snb__list>li.active>a{font-weight:600;color:var(--primary-dark)}.snb__list>li.active>a::after{display:block;content:"";width:6px;height:6px;border-radius:50%;background-color:var(--primary-color)}.snb__sub{display:flex;flex-flow:column nowrap;gap:12px;padding:20px 20px;border-top:1px solid #e5e5e5;background-color:#fdf9ee}.snb__sub:not(:has(a)){display:none}.snb__sub>a{display:flex;align-items:center;gap:10px;font-weight:500;font-size:1.5rem;line-height:1.3em;word-break:keep-all;color:#555;position:relative}.snb__sub>a:hover{color:var(--primary-color)}.snb__sub>a.active{padding:0 0 0 12px;font-weight:600;color:var(--primary-dark)}.snb__sub>a.active::before{display:block;content:"";width:2px;height:12px;background-color:var(--primary-dark);position:absolute;left:0;top:3px}.faceted_wrapper{width:200px;margin:40px 0 0}.faceted_wrapper article{padding:0 0 15px;border-bottom:1px dashed #dbdbdb}.faceted_wrapper article+article{padding:15px 0}.faceted_wrapper h5{padding:12px 12px;font-size:1.5rem;font-weight:600;border-radius:4px;border:1px solid #dbdbdb;background-color:#f3f3f3;box-sizing:border-box}.faceted_wrapper ul{padding:15px 12px 0}.faceted_wrapper li{padding:0 0 0 20px;position:relative}.faceted_wrapper li+li{margin:10px 0 0}.faceted_wrapper li input[type=checkbox]{width:16px;height:16px;position:absolute;left:0;top:1px}.faceted_wrapper li label{display:flex;align-items:center;gap:5px;font-size:1.5rem;line-height:1.2em;color:#555}.faceted_wrapper li label:hover{font-weight:500;color:#252525}.faceted_wrapper li input[type=checkbox]:checked+label{font-weight:500;color:#252525}.faceted_wrapper .btn_view_all{height:32px;display:flex;align-items:center;justify-content:center;padding:0 15px;margin:15px 12px 0;font-size:1.4rem;border-radius:50px;border:1px solid rgba(0,0,0,.05);background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.15);box-sizing:border-box}.faceted_wrapper .btn_view_all:hover{background-color:#fafafa}.faceted_wrapper .btn_view_all::before{display:block;content:"";width:15px;height:15px;margin:0 5px 0 0;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='15' height='15' fill='rgba(85,85,85,1)'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E")}.faceted_wrapper .btn_view_all.folding{font-size:0}.faceted_wrapper .btn_view_all.folding::before{margin:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='15' height='15' fill='rgba(85,85,85,1)'%3E%3Cpath d='M5 11V13H19V11H5Z'%3E%3C/path%3E%3C/svg%3E")}.contents_area{width:calc(100% - 200px - 50px)}.contents_header{padding:15px 0 60px;position:relative}.contents__title{font-size:3.5rem;font-weight:700}.contents__text{display:none}.breadcrumb{display:flex;align-items:center;gap:5px;padding:20px 0 0}.breadcrumb li{font-weight:500}.breadcrumb li a{color:#555}.breadcrumb li:last-child,.breadcrumb li:last-child a{font-weight:600;color:#252525}.breadcrumb li.home a{display:block;width:40px;height:40px;font-size:0;border-radius:50%;background-color:#fff;box-shadow:var(--primary-boxshadow)}.breadcrumb li.home a::before{display:block;content:"";width:100%;height:100%;background-repeat:no-repeat;background-position:center;transition:all .2s ease;background-image:url("../images/ico_bradcrumb_home.png")}.breadcrumb li+li{display:flex;align-items:center;gap:5px}.breadcrumb li+li::before{display:block;content:"";width:18px;height:18px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(204,204,204,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E")}.contents_btn_wrapper{display:flex;align-items:center;gap:10px;position:absolute;right:0;bottom:60px}.contents_btn{width:40px;height:40px;font-size:0;border-radius:50%;background-color:#fff;box-shadow:var(--primary-boxshadow)}.contents_btn.print::before{display:block;content:"";width:100%;height:100%;background-repeat:no-repeat;background-position:center;transition:all .2s ease;background-image:url("../images/ico_contents_print.png")}.contents_btn.share::before{display:block;content:"";width:100%;height:100%;background-repeat:no-repeat;background-position:center;transition:all .2s ease;background-image:url("../images/ico_contents_share.png")}.contents_btn:hover{background-color:#f6f6f6}.contents_share{position:relative}.share_wrapper{padding:5px 0;background-color:#fff;box-shadow:0 0 12px rgba(0,0,0,.12);border-radius:50px;overflow:hidden;position:absolute;left:0;top:45px;z-index:1}.share_btn{display:block;width:40px;height:40px;font-size:0}.share_btn::before{display:block;content:"";width:100%;height:100%;background-repeat:no-repeat;background-position:center;transition:all .2s ease;opacity:.6}.share_btn.facebook::before{background-image:url("../images/ico_share_facebook.png");background-size:25% auto}.share_btn.twitter::before{background-image:url("../images/ico_share_x.png");background-size:40% auto}.share_btn.copy::before{background-image:url("../images/ico_share_copy.png");background-size:40% auto}.share_btn:hover::before{opacity:1}.article+.article{margin:60px 0 0}.article .article+.article{margin:40px 0 0}.h4_deco{font-size:2.5rem;line-height:1.3em;font-weight:700;padding:0 0 0 25px;margin:0 0 20px;position:relative}.h4_deco::before{display:block;content:"";width:14px;height:28px;background-repeat:no-repeat;background-position:center;background-image:url("../images/ico_h4_deco01.gif");background-size:contain;position:absolute;left:0;top:2px}body.theme02 .h4_deco::before{background-image:url("../images/ico_h4_deco02.gif")}body.theme03 .h4_deco::before{background-image:url("../images/ico_h4_deco03.gif")}body.theme04 .h4_deco::before{background-image:url("../images/ico_h4_deco04.gif")}body.theme05 .h4_deco::before{background-image:url("../images/ico_h4_deco05.gif")}.h5_deco{font-size:2.2rem;line-height:1.3em;font-weight:600;padding:0 0 0 25px;margin:0 0 15px;position:relative}.h5_deco::before{display:block;content:"";width:18px;height:10px;background-repeat:no-repeat;background-position:center;background-image:url("../images/ico_h5_deco01.gif");background-size:contain;position:absolute;left:0;top:9px}.h4_title,.h5_title{padding:0 0 0 10px;margin:0 0 15px;font-size:1.9rem;font-weight:600;line-height:1.3em;color:var(--primary-dark);position:relative}.h4_title::before,.h5_title::before{display:block;content:"";width:3px;height:17px;background-color:var(--primary-dark);position:absolute;left:0;top:3px}body.theme02 .h5_deco::before{background-image:url("../images/ico_h5_deco02.gif")}body.theme03 .h5_deco::before{background-image:url("../images/ico_h5_deco03.gif")}body.theme04 .h5_deco::before{background-image:url("../images/ico_h5_deco04.gif")}body.theme05 .h5_deco::before{background-image:url("../images/ico_h5_deco04.gif")}.title_caption{font-weight:500;line-height:1.3em;margin:0 0 20px}.tab_nav{display:flex;align-items:center;padding:5px 5px;margin:0 0 40px;border-radius:15px;background-color:#fff;box-shadow:0 0 12px rgba(0,0,0,.12)}.tab_nav:has(:only-child){display:none}.tab_nav button,.tab_nav a{display:flex;justify-content:center;align-items:center;flex:1;min-height:48px;padding:5px 5px;font-weight:500;color:#555;border-radius:10px;box-sizing:border-box}.tab_nav button:hover,.tab_nav a:hover{background-color:#f6f6f6;color:#444}.tab_nav button.on,.tab_nav a.on{font-weight:600;background-color:var(--primary-color);color:#fff}.tab_nav02{display:flex;align-items:center;margin:0 0 40px}.tab_nav02 a,.tab_nav02 button{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;font-weight:500;color:#999;border:1px solid #ddd;border-bottom:1px solid var(--primary-color);background-color:#fafafa;transition:all .2s ease}.tab_nav02 a+a,.tab_nav02 a+button,.tab_nav02 button+a,.tab_nav02 button+button{margin:0 0 0 -1px}.tab_nav02 a:first-child,.tab_nav02 button:first-child{border-radius:5px 0 0 0}.tab_nav02 a:last-child,.tab_nav02 button:last-child{border-radius:0 5px 0 0}.tab_nav02 a:hover,.tab_nav02 button:hover{color:#666;background-color:#f2f2f2}.tab_nav02 a.on,.tab_nav02 button.on{font-weight:600;color:var(--primary-color);border-color:var(--primary-color);border-bottom-color:rgba(0,0,0,0);background-color:#fff;position:relative;z-index:1}.search_container{display:flex;flex-flow:row wrap;align-items:center;gap:5px;padding:20px 20px;margin:0 0 40px;border-radius:3px;border:1px solid #dbdbdb;box-sizing:border-box;background-color:#fafafa;box-sizing:border-box}.search_container select,.search_container input[type=text],.search_container input[type=date],.search_container button{height:50px}.search_container:has(.label_select:nth-child(n+2)){gap:15px}.search_container.center{justify-content:center}.search_box{flex:1;display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;gap:5px}.search_box input[type=text]{flex:1 1 auto;min-width:0}.search_box button{flex:0 0 auto}.text_box_01{padding:35px 20px;border:1px solid var(--primary-border);margin:0 0 30px;box-sizing:border-box}.text_box_01 p{line-height:1.3em;word-break:keep-all}.text_box_01+.btn_container{margin:0}.text_box_01.center{text-align:center}.text_dash_box{padding:25px 30px;border-radius:10px;border:1px dashed #000;box-sizing:border-box}.text_dash_box p{font-weight:500;line-height:1.3em;word-break:keep-all}.text_dash_box.m0{margin:0}.text_shadow_box{padding:20px 20px;border-radius:20px;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.06);box-sizing:border-box}.text_shadow_box p{font-weight:500;line-height:1.3em}.text_shadow_box__title{line-height:1.3em;margin:0 0 10px;font-weight:500}li .text_shadow_box{margin:10px 0}.gray_box{padding:20px 20px;border-radius:8px;background-color:#f8f9fa;box-sizing:border-box}.noti_box{display:flex;flex-flow:column nowrap;gap:20px;padding:45px 50px 45px 195px;border:1px solid #dbdbdb;box-sizing:border-box;border-top:2px solid #000;background-repeat:no-repeat;background-position:left 50px center;background-image:url("../images/img_noti_box.gif");position:relative}.noti_box::before{display:block;content:"";width:2px;height:30px;background:#222;position:absolute;top:-1px;left:-1px}.noti_box::after{display:block;content:"";width:2px;height:30px;background:#222;position:absolute;top:-1px;right:-1px}.noti_box h4{font-size:2.5rem;font-weight:700}.noti_box a{max-width:230px;width:100%;height:50px}.noti_box.ebook{background-image:url("../images/img_national_ebook.gif")}.noti_box__text{line-height:1.5em;font-weight:500;color:#444}.no_data,.table .no_data{display:flex;justify-content:center;align-items:center;width:100%;padding:80px 20px;text-align:center;font-weight:500;border-radius:3px;color:#999;border:0 none;background-color:#fafafa;box-sizing:border-box}.table:has(.no_data){border:0 none}.table:has(.no_data) thead{display:none}.custom_table tr>:first-child{border-left:0 none}.custom_table tr>:last-child{border-right:0 none}.custom_table th,.custom_table td{padding:20px 20px;border-left:0 none;border-right:0 none}.custom_table thead th,.custom_table tbody th{font-weight:600;background-color:#fff}.swiper_box{padding:40px 0;background-color:#fbf9fd;box-sizing:border-box}.swiper_box .swiper{border-radius:20px;box-shadow:0 0 13px rgba(0,0,0,.1)}.swiper_box .swiper_prev_btn,.swiper_box .swiper_next_btn{width:40px;height:40px;background-color:rgba(0,0,0,.5);font-size:0;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='28' height='28' fill='rgba(255,255,255,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");position:absolute;top:50%;right:0;transform:translateY(-50%);z-index:1}.swiper_box .swiper_prev_btn:hover,.swiper_box .swiper_next_btn:hover{background-color:#000}.swiper_box .swiper_prev_btn{left:0;right:initial;transform:translateY(-50%) rotate(180deg)}.swiper_box .swiper_page{display:flex;align-items:center;gap:8px;position:absolute;bottom:10px;left:50%;transform:translateX(-50%);z-index:1}.swiper_box .swiper_pagination{display:flex;justify-content:center;align-items:center;gap:5px;width:auto}.swiper_box .swiper_pagination .swiper-pagination-bullet{width:8px;height:8px;margin:0;opacity:1;background-color:rgba(0,0,0,.3);transition:all .2s ease}.swiper_box .swiper_pagination .swiper-pagination-bullet-active{width:16px;border-radius:50px;background-color:#3f6}.swiper_box .swiper_play_btn,.swiper_box .swiper_stop_btn{width:18px;height:18px;font-size:0;opacity:.5;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,0,0,1)'%3E%3Cpath d='M19.376 12.4161L8.77735 19.4818C8.54759 19.635 8.23715 19.5729 8.08397 19.3432C8.02922 19.261 8 19.1645 8 19.0658V4.93433C8 4.65818 8.22386 4.43433 8.5 4.43433C8.59871 4.43433 8.69522 4.46355 8.77735 4.5183L19.376 11.584C19.6057 11.7372 19.6678 12.0477 19.5146 12.2774C19.478 12.3323 19.4309 12.3795 19.376 12.4161Z'%3E%3C/path%3E%3C/svg%3E")}.swiper_box .swiper_play_btn:hover,.swiper_box .swiper_stop_btn:hover{opacity:1}.swiper_box .swiper_stop_btn{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,0,0,1)'%3E%3Cpath d='M6 5H8V19H6V5ZM16 5H18V19H16V5Z'%3E%3C/path%3E%3C/svg%3E")}.ebook_header{display:flex;justify-content:center;align-items:center;padding:35px 0;margin:0 0 40px;border:1px solid var(--primary-border);background-color:#fff;background-repeat:no-repeat;background-position:left 150px center;background-image:url("../images/img_ebook_deco.gif")}.ebook_header p{font-weight:500;line-height:1.3em;text-align:center}.ebook_container{display:flex;flex-flow:row wrap;gap:20px 20px}.ebook_container article{width:calc(25% - 15px);display:flex;flex-flow:column nowrap;justify-content:space-between;border:1px solid #dbdbdb;box-sizing:border-box;padding:110px 20px 30px;border-radius:20px;background-repeat:no-repeat;background-position:center 30px}.ebook_container .ebook_item01{background-image:url("../images/img_ebook01.gif")}.ebook_container .ebook_item02{background-image:url("../images/img_ebook02.gif")}.ebook_container .ebook_item03{background-image:url("../images/img_ebook03.gif")}.ebook_container .ebook_item04{background-image:url("../images/img_ebook04.gif")}.ebook_container .ebook_item05{width:calc(50% - 10px);padding:130px 30px 30px;background-image:url("../images/img_ebook05.png");background-size:80px auto}.ebook_container .ebook_item06{width:calc(50% - 10px);padding:130px 30px 30px;background-image:url("../images/img_ebook06.png");background-size:80px auto}.ebook_container h4{text-align:center;font-size:1.8rem;font-weight:700;line-height:1.3em}.ebook_container .btn_container{padding:15px 0 0}.ebook_container .btn_container a{flex:1;height:42px;display:flex;justify-content:center;align-items:center;font-weight:500;border-radius:50px;background:linear-gradient(45deg, var(--primary-color) 0%, var(--primary-color) 100%);color:#fff;box-shadow:0 5px 8px rgba(0,0,0,.12);transition:all .2s ease}.ebook_container .btn_container a:hover{background:var(--primary-gradient01);transform:translateY(-3px)}.eum_info{padding:30px 0px 30px 235px;margin:0 0 50px;background-repeat:no-repeat;background-position:left center;background-size:200px auto;background-image:url("../images/img_eum_info.gif")}.eum_info h4{font-size:2rem;font-weight:700;margin:0 0 20px}.eum_info ul{display:flex;flex-flow:column nowrap;gap:10px}.eum_info ul li{padding:0 0 0 20px;line-height:1.3em;font-weight:500;position:relative}.eum_info ul li::before{display:block;content:"";width:13px;height:10px;background-repeat:no-repeat;background-position:center;background-image:url("../images/ico_eum_list01.gif");position:absolute;left:0;top:5px}.eum_info ul li:nth-of-type(2)::before{background-image:url("../images/ico_eum_list02.gif")}.eum_info ul li:nth-of-type(3)::before{background-image:url("../images/ico_eum_list03.gif")}.eum_terms{height:200px;padding:20px 20px;border-radius:20px;border:1px solid #dbdbdb;box-sizing:border-box}.eum_terms strong{font-size:1.8rem;font-weight:600;color:#252525}.eum_terms__content{height:100%;padding:0 30px 0 0;overflow-y:auto;line-height:1.5em;color:#555}.eum_terms__content::-webkit-scrollbar{width:8px;background-color:rgba(0,0,0,.5);border-radius:20px}.eum_terms__content::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:20px}.thesis_header{padding:30px 20px 30px 140px;margin:0 0 60px;box-sizing:border-box;border-left:3px solid var(--primary-color);border-right:3px solid var(--primary-color);background-repeat:no-repeat;background-position:left 35px center;background-image:url("../images/img_thesis_deco.gif")}.thesis_header p{line-height:1.5em;font-weight:500}.proce_img_list{display:flex;flex-flow:row nowrap;gap:0 30px}.proce_img_list li{width:calc(25% - 21px);position:relative}.proce_img_list li+li::before{display:block;content:"";width:35px;height:10px;background-repeat:no-repeat;background-position:center;background-image:url("../images/ico_arrow.gif");position:absolute;left:-31px;top:46px;z-index:2;transform:none}.proce_img_list p,.proce_img_list a{display:block;text-align:center;padding:120px 0 0;font-weight:500;line-height:1.5em;word-break:keep-all;background-repeat:no-repeat;background-position:center top}.proce_img_list strong{font-weight:600;color:var(--primary-color)}.proce_img_list.thesis{gap:0 90px}.proce_img_list.thesis li{width:calc(33.3333333333% - 60px)}.proce_img_list.thesis li+li::before{left:-62px;top:71px}.proce_img_list.thesis li+li::after{display:block;content:"";width:90px;height:1px;background-color:#000;position:absolute;left:-90px;top:75px;z-index:1;transform:none}.proce_img_list.thesis li:nth-child(1) p{background-image:url("../images/img_thesis_way01.gif")}.proce_img_list.thesis li:nth-child(2) p{background-image:url("../images/img_thesis_way02.gif")}.proce_img_list.thesis li:nth-child(3) p{background-image:url("../images/img_thesis_way03.gif")}.proce_img_list.thesis p{padding:160px 0 0}.proce_img_list.dbpia li{flex:0 0 calc(25% - 21px)}.proce_img_list.dbpia li:nth-child(1) a{background-image:url("../images/img_dbpia_way01.gif")}.proce_img_list.dbpia li:nth-child(2) a{background-image:url("../images/img_dbpia_way02.gif")}.proce_img_list.dbpia li:nth-child(3) a{background-image:url("../images/img_dbpia_way03.gif")}.proce_img_list.dbpia li:nth-child(4) a{background-image:url("../images/img_dbpia_way04.gif")}.proce_img_list.kiss li{flex:0 0 calc(25% - 30px)}.proce_img_list.kiss li a{padding:120px 0 0}.proce_img_list.kiss li:nth-child(1) a{background-image:url("../images/img_kiss_way01.gif")}.proce_img_list.kiss li:nth-child(2) a{background-image:url("../images/img_kiss_way02.gif")}.proce_img_list.kiss li:nth-child(3) a{background-image:url("../images/img_kiss_way03.gif")}.proce_img_list.kiss li:nth-child(4) a{background-image:url("../images/img_kiss_way04.gif")}.griming_header{width:100%;height:200px;display:flex;justify-content:center;align-items:center;background-repeat:no-repeat;background-position:center;background-image:url("../images/img_griming_bg01.png")}.griming_header p{text-align:center;font-weight:600;line-height:1.3em}.griming_header img{width:140px;position:absolute;right:5%;bottom:-20px}.book_search_top{display:flex;flex-flow:row wrap;gap:10px;justify-content:space-between;align-items:center;padding:0 0 10px}.popular_searches{display:flex;flex-flow:row nowrap;align-items:center;gap:15px}.popular_searches h4{flex:0 0 auto;padding:0 0 0 30px;font-size:1.5rem;font-weight:700;background-repeat:no-repeat;background-position:left center;background-size:24px auto;background-image:url("../images/ico_popular.png")}.popular_searches .swiper{width:200px;height:24px}.popular_searches .swiper-wrapper{align-items:flex-start}.popular_searches .swiper-slide{width:auto;height:24px;display:flex;align-items:center;gap:10px}.popular_searches .keyword{flex:1;font-size:1.5rem;font-weight:500;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.popular_searches .rank{flex:0 0 auto;font-size:1.5rem;font-weight:700;font-style:italic;color:#01a3b0}.btn_multilingual{flex:0 0 auto;display:flex;align-items:center;gap:5px;font-weight:500;opacity:.6}.btn_multilingual::before{display:block;content:"";width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='rgba(0,0,0,1)'%3E%3Cpath d='M4 5V19H20V5H4ZM3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM6 7H8V9H6V7ZM6 11H8V13H6V11ZM6 15H18V17H6V15ZM11 11H13V13H11V11ZM11 7H13V9H11V7ZM16 7H18V9H16V7ZM16 11H18V13H16V11Z'%3E%3C/path%3E%3C/svg%3E");transition:all .2s ease}.btn_multilingual:hover{opacity:1}.book_search_top .btn_multilingual{margin:0 0 0 auto}.book_search_container{margin:0 0 40px;position:relative}.book_search_container>*:nth-child(n+2){border-top-color:rgba(0,0,0,0)}.book_search_area{padding:15px 20px;margin:0 0 40px;background-color:#f9f9f9;border:1px solid #dbdbdb;box-sizing:border-box}.book_search_box{display:flex;flex-flow:row nowrap;border:1px solid #dbdbdb;box-sizing:border-box;overflow:hidden}.book_search_box select{height:60px;border-radius:0;border:0 none;border-right:1px solid #dbdbdb}.book_search_box input[type=text]{flex:1;min-width:0;width:100%;height:60px;padding:0 20px;font-weight:500;border-radius:0;border:0 none}.book_search_box button{width:80px;height:60px;padding:0;border-radius:0;border:0 none}.book_search_box .btn_ico_plus{flex-flow:column nowrap;color:#555}.book_search_box .btn+.btn{border-left:1px solid #dbdbdb}.related_search{width:100%;max-height:170px;padding:10px 10px;border:1px solid #dbdbdb;box-sizing:border-box;background-color:#fff;box-shadow:0 4px 8px rgba(0,0,0,.1);box-sizing:border-box;overflow-y:auto;position:absolute;left:0;top:60px;z-index:1}.related_search ul{width:100%;height:100%}.related_search li{width:100%}.related_search li+li{margin:4px 0 0}.related_search a{display:block;width:100%;height:100%;padding:5px 10px;font-weight:500;box-sizing:border-box}.related_search a:hover{background-color:#f9fafb}.related_search strong{font-weight:700;color:#0c43b7}.from_aladin{padding:30px 0 0;text-align:right}.from_aladin a{display:inline-flex;align-items:center;gap:8px;color:#888}.from_aladin a::before{display:block;content:"";width:60px;height:30px;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("../images/img_aladin_logo.png")}.book_search_library{padding:20px 20px;background-color:#f9f9f9;border:1px solid #dbdbdb;box-sizing:border-box}.book_search_library h4{position:fixed;left:-99999px;top:-99999px}.book_search_library ul{display:flex;flex-flow:row wrap;gap:8px}.book_search_library ul li{width:calc(25% - 6px)}.book_search_library ul li input[type=checkbox]{position:fixed;left:-99999px;top:-99999px}.book_search_library label{width:100%;height:42px;display:flex;justify-content:center;align-items:center;font-weight:500;color:#555;background-color:#fff;border:1px solid #dbdbdb;box-sizing:border-box;transition:all .2s ease}.book_search_library label:hover,.book_search_library label:focus{color:#252525;background-color:#fafafa;border-color:#b5b5b5}.book_search_library input[type=checkbox]:checked+label{color:#fff;border-color:#000;background-color:#747474;box-shadow:3px 3px 0 rgba(0,0,0,.2)}.book_search_library input[type=checkbox]:checked:hover+label,.book_search_library input[type=checkbox]:checked:focus+label{background-color:#555}.book_search_date{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;gap:10px;padding:15px 20px;border:1px solid #dbdbdb;box-sizing:border-box;overflow:hidden}.book_search_date .left,.book_search_date .right{display:flex;flex-flow:row wrap;align-items:center;gap:10px}.book_search_date .left strong,.book_search_date .left label,.book_search_date .right strong,.book_search_date .right label{font-weight:600}.book_search_day{display:flex}.book_search_day label{height:40px;display:flex;justify-content:center;align-items:center;padding:0 12px;margin:0 0 0 -1px;font-size:1.5rem;font-weight:500;color:#555;background-color:#fff;border:1px solid rgba(0,0,0,.1);box-sizing:border-box;transition:all .2s ease}.book_search_day label:nth-child(2){border-radius:4px 0 0 4px}.book_search_day label:last-child{border-radius:0 4px 4px 0}.book_search_day label:hover{color:#252525;background-color:#fafafa}.book_search_day input[type=radio]:checked+label{color:#fff;background-color:#747474;border:solid 1px #747474}.book_search_range{display:flex;flex-flow:row nowrap;align-items:center;gap:5px}.book_search_range input[type=date]{flex:1}.book_search_select{display:flex;flex-flow:row wrap;align-items:center;justify-content:center;gap:10px;padding:15px 20px;background-color:#f9f9f9;border:1px solid #dbdbdb;box-sizing:border-box}.book_search_select_container{flex:1;display:flex;flex-flow:row wrap;align-items:center}.book_search_select select{flex:1;height:50px;border-radius:0;margin-left:-1px}.book_search_select select+select{border-left-color:rgba(0,0,0,0)}.book_search_select .btn_ico_search{min-width:80px;height:50px;border-radius:0}.book_search_right{display:flex;flex-flow:row wrap;align-items:center;justify-content:flex-end;gap:5px;margin:0 0 10px}.book_search_right .search_box{flex:initial}.book_search_none{padding:100px 0 0;background-repeat:no-repeat;background-position:center top 20px;background-size:64px auto;background-image:url("../images/ico_book_search_none.png")}.book_search_none p{text-align:center;font-size:1.8rem;font-weight:500;color:#bbb}.search_detail_modal .modal__container{padding:0}.search_detail_modal .modal_header{background-color:#000;border-bottom:0 none}.search_detail_modal .modal_title{color:#fff}.search_detail_modal .btn_container{padding:40px 0 0}.search_detail_modal .modal_close_btn{opacity:1;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='28' height='28' fill='rgba(255,255,255,1)'%3E%3Cpath d='M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z'%3E%3C/path%3E%3C/svg%3E")}.search_detail_container{padding:40px 0 0}.search_detail_container li{padding:0 0 0 100px;position:relative}.search_detail_container li+li{margin:20px 0 0}.search_detail_container .label{font-weight:500;position:absolute;left:0;top:12px}.search_detail_container .detail_box{flex:1;display:flex;flex-flow:row wrap;align-items:center;gap:5px;position:relative}.search_detail_container .detail_box input[type=text],.search_detail_container .detail_box input[type=date]{min-width:0}.search_detail_container .checkbox_container{width:100%;padding:15px 15px;border-radius:3px;border:1px solid #dbdbdb;box-sizing:border-box}.search_detail_container .detail_box:has(.btn_ico_keyboard) input[type=text]{padding:0 40px 0 10px}.search_detail_container .btn_ico_keyboard{min-width:initial;min-height:initial;width:40px;height:40px;gap:0;font-size:0;border:0 none;background-color:rgba(0,0,0,0);opacity:.5;position:absolute;right:0;top:0}.search_detail_container .btn_ico_keyboard::before{background-size:20px auto}.search_detail_container .btn_ico_keyboard:hover,.search_detail_container .btn_ico_keyboard:focus{opacity:1;background-color:rgba(0,0,0,0)}.search_detail_container input[type=text],.search_detail_container select{flex:1}.book_result_top{display:flex;justify-content:space-between;align-items:flex-end;padding:0 0 15px;margin:0 0 15px;border-bottom:1px dashed #dbdbdb}.book_result_top__count{color:#555;font-weight:500}.book_result_top__count strong{font-weight:700;color:#f96f00}.book_result_function{display:flex;flex-flow:row wrap;justify-content:space-between;gap:10px;align-items:center;margin:0 0 15px}.book_result_function .left,.book_result_function .right{display:flex;flex-flow:row wrap;align-items:center;gap:5px}.book_result_list{display:flex;flex-flow:column nowrap;gap:15px}.book_no_result{padding:50px 20px;border:1px solid #dbdbdb;box-sizing:border-box;border-radius:10px}.book_no_result p{text-align:center;font-size:1.8rem;font-weight:500;color:#bbb}.book_item{display:flex;flex-flow:row wrap;align-items:flex-start;justify-content:center;gap:20px;padding:25px 25px;border:1px solid #dbdbdb;box-sizing:border-box;border-radius:10px;position:relative}.book_item:has(input[type=checkbox]){padding:25px 25px 25px 60px}.book_item__cover{display:flex;flex-flow:column nowrap;gap:8px}.book_item__img{width:90px;height:130px;font-size:0;border:1px solid rgba(0,0,0,.08);border-radius:3px;background-repeat:no-repeat;background-position:center;background-size:cover;box-sizing:border-box}.book_ribbon{width:100%;padding:4px 0;text-align:center;font-size:14px;line-height:initial;font-weight:700;border-radius:2px;border:1px solid rgba(0,0,0,0);background-color:#fff;box-sizing:border-box}.mark00{color:#00933b;border-color:#00933b}.mark01{color:#e70021;border-color:#e70021}.mark02{color:#858585;border-color:#858585}.mark03{color:#f08001;border-color:#f08001}.mark04{color:#8b4513;border-color:#8b4513}.mark05{color:#00a7eb;border-color:#00a7eb}.mark06{color:#b38f00;border-color:#b38f00}.mark07{color:#8ec21f;border-color:#8ec21f}.mark08{color:#083090;border-color:#083090}.mark09{color:#8f0171;border-color:#8f0171}.book_item__contents{flex:1;display:flex;flex-flow:column nowrap;gap:15px}.book_item__title{width:100%;padding:0 150px 0 0;font-size:1.8rem;font-weight:700;line-height:1.3em;word-break:keep-all;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;box-sizing:border-box}.book_item__title a{font-size:1.8rem;font-weight:700;line-height:1.3em;word-break:keep-all;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.book_item__title .library{color:#002bc1}.book_item__info01{display:flex;flex-flow:row wrap;gap:10px;width:100%}.book_item__info01 li{display:flex;gap:10px}.book_item__info01 .term{position:fixed;left:-99999px;top:-99999px}.book_item__info01 .desc{color:#777}.book_item__info01 .author .desc{font-weight:600;color:#252525}.book_item__info02{display:flex;flex-flow:row wrap;gap:10px;width:100%;padding:15px 0 0;border-top:1px dashed #dbdbdb}.book_item__info02 li{display:flex;gap:6px;padding:0 11px 0 0;position:relative}.book_item__info02 li::after{display:block;content:"";width:1px;height:14px;border-right:solid 1px #ddd;position:absolute;right:0;top:0}.book_item__info02 li:last-child{padding:0}.book_item__info02 li:last-child::after{display:none}.book_item__info02 .term{font-weight:600;color:#666}.book_item__info02 .desc{color:#777}.book_item__loan{position:absolute;right:25px;top:25px}.book_status{display:flex;align-items:center;gap:5px;font-size:1.5rem;font-weight:600}.book_status::before{display:block;content:"";width:16px;height:16px;background-repeat:no-repeat;background-position:center}.book_status.positive{color:#0093e3}.book_status.positive::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='rgba(0,147,227,1)'%3E%3Cpath d='M9.9997 15.1709L19.1921 5.97852L20.6063 7.39273L9.9997 17.9993L3.63574 11.6354L5.04996 10.2212L9.9997 15.1709Z'%3E%3C/path%3E%3C/svg%3E")}.book_status.negative{color:#e92f4d}.book_status.negative::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(233,47,77,1)'%3E%3Cpath d='M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z'%3E%3C/path%3E%3C/svg%3E")}.loan_count__num{font-weight:600;color:#ffa912}.book_item__checkbox{position:absolute;left:25px;top:28px}.book_location_btn{font-size:1.5rem;padding:0 23px 0 0;color:#666;position:relative}.book_location_btn::before{display:block;content:"위치출력";width:16px;height:16px;font-size:0;opacity:.6;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(102,102,102,1)'%3E%3Cpath d='M17 2C17.5523 2 18 2.44772 18 3V7H21C21.5523 7 22 7.44772 22 8V18C22 18.5523 21.5523 19 21 19H18V21C18 21.5523 17.5523 22 17 22H7C6.44772 22 6 21.5523 6 21V19H3C2.44772 19 2 18.5523 2 18V8C2 7.44772 2.44772 7 3 7H6V3C6 2.44772 6.44772 2 7 2H17ZM16 17H8V20H16V17ZM20 9H4V17H6V16C6 15.4477 6.44772 15 7 15H17C17.5523 15 18 15.4477 18 16V17H20V9ZM8 10V12H5V10H8ZM16 4H8V7H16V4Z'%3E%3C/path%3E%3C/svg%3E");position:absolute;right:0;top:1px;transition:all .2s ease}.book_location_btn:hover::before,.book_location_btn:focus::before{opacity:1}.book_item__button{display:flex;flex-flow:row wrap;gap:5px;padding:15px 0 0;border-top:1px dashed #dbdbdb}.book_item__button .btn,.book_item__button .btn_primary{min-width:100px}.book_detail{display:flex;flex-flow:row wrap}.book_detail__title{width:100%;padding:10px 20px;font-size:1.8rem;text-align:center;font-weight:700;line-height:1.3em;border:1px solid #000;box-sizing:border-box}.book_detail .book_ribbon{padding:6px 10px;font-size:1.5rem}.book_detail__info{display:flex;flex-flow:row nowrap;align-items:flex-start;gap:40px;padding:30px 40px;border:1px solid #dbdbdb;box-sizing:border-box;border-top:0 none}.book_detail__cover{display:flex;flex-flow:column nowrap;gap:10px}.book_detail__img{width:150px;height:210px;border:1px solid rgba(0,0,0,.08);border-radius:3px;background-repeat:no-repeat;background-position:center;background-size:cover;box-sizing:border-box}.book_detail__dl{flex:1;display:flex;flex-flow:row wrap;align-items:flex-start;gap:12px 0}.book_detail__dl dt{width:80px;line-height:1.2em;font-weight:500;box-sizing:border-box;position:relative}.book_detail__dl dt::before{display:block;content:"";width:1px;height:14px;background-color:#e5e5e5;position:absolute;right:0;top:50%;transform:translateY(-50%)}.book_detail__dl dd{width:calc(100% - 80px);padding:0 0 0 20px;line-height:1.2em;box-sizing:border-box}.book_story{margin:40px 0 0}.book_story__box{line-height:1.5em}.book_story__box p{line-height:1.5em}.book_story__box p+p{padding:15px 0 0}.book_story__box a::before{display:inline-flex;content:"더보기";padding:5px 15px 5px 5px;margin:0 0 0 5px;font-size:1.3rem;font-weight:500;line-height:1;border-radius:2px;color:#fff;background-color:#4565a9;background-repeat:no-repeat;background-position:center right 1px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='14' height='14' fill='rgba(255,255,255,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");transition:all .2s ease}.book_story__box a:hover::before{background-color:#355599}.book_story__box img{display:none}.book_collection{margin:40px 0 0}.book_collection__item{width:100%;padding:20px 20px;border:1px solid #dbdbdb;box-sizing:border-box;border-radius:3px;position:relative}.book_collection__item+.book_collection__item{margin:10px 0 0}.book_collection__info{display:flex;flex-flow:row wrap;gap:10px;padding:0 150px 0 0}.book_collection__info ul{display:flex;gap:5px}.book_collection__info .term{font-weight:600;color:#666}.book_collection__info .desc{color:#777}.book_collection__loan{position:absolute;right:20px;top:20px}.book_collection__button{display:flex;flex-flow:row wrap;gap:5px;padding:20px 0 0}.library_bigdata{margin:60px 0 0}.bigdata_loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center}.loading_spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.loading_text{color:#666;font-size:1.6rem;font-weight:500;line-height:1.5;margin:0}.bigdata_error{display:flex;align-items:center;justify-content:center;padding:50px 20px;text-align:center}.error_text{color:#dc3545;font-size:1.6rem;font-weight:500;line-height:1.5;margin:0}.graph_container{width:100%;padding:40px 20px 50px 55px;border:1px solid #dbdbdb;box-sizing:border-box;border-radius:3px}.graph_box{width:100%;position:relative}.graph_x{display:flex;position:relative;z-index:2}.graph_x li{flex:1;display:flex;align-items:flex-end;justify-content:center;height:200px;margin:0 0 1px;position:relative}.graph_x .graph_bar{width:30px;background-color:#d9dee3;position:relative}.graph_x .graph_bar.active{background-color:#2b65a7}.graph_x .graph_bar.active .graph_num{color:#2b65a7;font-weight:600}.graph_x .graph_num{font-size:1.4rem;font-weight:500;position:absolute;left:50%;top:-20px;transform:translateX(-50%)}.graph_x .graph_x__text{width:100%;text-align:center;font-weight:600;position:absolute;left:0;bottom:-30px}.graph_y{display:flex;flex-flow:column nowrap;justify-content:space-between;width:100%;height:100%;position:absolute;left:0;bottom:0;z-index:1}.graph_y li{border-top:1px solid #dbdbdb;position:relative}.graph_y__text{width:30px;text-align:right;font-weight:500;position:absolute;left:-40px;top:50%;transform:translateY(-50%)}.keyword_container{width:100%;height:200px;border:1px solid #dbdbdb;box-sizing:border-box;border-radius:3px}.keyword_container .jqcloud-word{font-weight:700}.keyword_container .jqcloud-word a{font-family:"Pretendard","Malgun Gothic",sans-serif;font-weight:700}.keyword_container .w10{font-size:600%;color:#003b84}.keyword_container .w9{font-size:500%;color:#044eaa}.keyword_container .w8{font-size:450%;color:#1367ce}.keyword_container .w7{font-size:400%;color:#5393e1}.keyword_container .w6{font-size:350%;color:#61aadd}.keyword_container .w5{font-size:300%;color:#8cc0dd}.keyword_container .w4{font-size:250%;color:#555c64}.keyword_container .w3{font-size:200%;color:#757b82}.keyword_container .w2{font-size:160%;color:#757b82}.keyword_container .w1{font-size:120%;color:#757b82}.library_bigdata_books{display:flex;flex-flow:row wrap;gap:30px;width:100%}.library_bigdata_books li{width:calc(20% - 24px)}.library_bigdata_books a{display:flex;flex-flow:column nowrap;align-items:center}.library_bigdata_books .cover{width:100%;aspect-ratio:1/1.4;border:1px solid rgba(0,0,0,.05);border-radius:5px;background-repeat:no-repeat;background-position:top center;background-size:cover;box-sizing:border-box}.library_bigdata_books .book_ribbon{margin:10px 0 0}.library_bigdata_books h5{height:2.6em;margin:15px 0 0;text-align:center;font-weight:600;line-height:1.3em;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.library_bigdata_books .author{display:block;margin:10px 0 0;text-align:center;font-size:1.5rem;font-weight:500;line-height:1.3em;color:#777;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.library_bigdata_books .no_data{flex:1 1 100%}.library_bigdata_text{padding:20px 0 0;margin:40px 0 0;text-align:right;font-size:1.5rem;font-weight:500;line-height:1.3em;color:#777;border-top:1px solid #dbdbdb}.library_bigdata_text a{font-weight:600}.library_bigdata_text a:hover{color:#0091e7}.subsc_container{display:flex;flex-flow:column nowrap;gap:60px}.program_link{display:flex;flex-flow:row wrap;gap:15px;padding:30px 30px;margin:0 0 30px;border:1px solid #dbdbdb;box-sizing:border-box;border-radius:20px}.program_link a{flex:1 1 calc(20% - 15px);height:44px;display:flex;justify-content:space-between;align-items:center;padding:0 10px;font-weight:500;box-sizing:border-box;border-radius:3px;background-color:#e5f9f5}.program_link a::after{display:block;content:"";width:18px;height:18px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(0,205,162,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E")}.program_link a:hover{background-color:#d0f3ed}.hope_store{padding:30px;border:1px solid #dbdbdb;box-sizing:border-box}.hope_store dl{display:flex;flex-flow:column nowrap}.hope_store dl dt{font-size:1.8rem;font-weight:700;margin:0 0 15px}.hope_store dl dd+dt{margin:20px 0 15px}.hope_store dl dd{display:flex;flex-flow:row wrap;gap:12px;padding:0 0 20px;border-bottom:1px dashed #dbdbdb}.hope_store dl dd:last-of-type{padding:0;border-bottom:0 none}.hope_store dl span{width:0 0 calc(25% - 9px)}.hope_store dl label{font-weight:500}.hope_store dl input[type=radio]{flex:none}.program_intro{padding:30px 20px 30px 140px;border-left:3px solid var(--primary-color);border-right:3px solid var(--primary-color);box-sizing:border-box;background-repeat:no-repeat;background-position:left 40px center;display:none}.program_intro.on{display:block}.program_intro p{line-height:1.5em;font-weight:500}.program_intro.type01{background-size:60px auto;background-image:url("../images/img_program01.gif")}.program_intro.type02{background-size:66px auto;background-image:url("../images/img_program02.gif")}.program_intro.type03{background-size:68px auto;background-image:url("../images/img_program03.gif")}.program_intro.type04{background-size:76px auto;background-image:url("../images/img_program04.gif")}.lecture_search_container{display:flex;flex-flow:row wrap;align-items:center;gap:10px;padding:15px 20px;margin:0 0 40px;background-color:#f9f9f9;border:1px solid #dbdbdb;box-sizing:border-box}.lecture_search_container select{height:50px;border-radius:0}.lecture_search_container select:nth-of-type(n + 2){border-left-color:rgba(0,0,0,0)}.lecture_search_container input[type=text],.lecture_search_container input[type=date]{flex:1;min-width:0;height:50px;border-radius:0}.lecture_search_container button{min-width:80px;height:50px;border-radius:0}.lecture_search_select{display:flex;align-items:center}.lecture_date_search{display:flex;align-items:center;gap:5px}.lecture_date_search label{font-weight:600}.lecture_search_area{flex:1;display:flex;align-items:center;gap:5px}.lecture_result_top{display:flex;justify-content:space-between;margin:0 0 15px}.lecture_result_top__count{color:#555;font-weight:500}.lecture_result_top__count strong{font-weight:700;color:#0c43b7;text-decoration:underline}.lecture_result_top__time{display:flex;align-items:center;gap:5px}.lecture_result_top__time strong{font-weight:600}.lecture_result_top__time span{font-weight:600;color:#ff4d4d}.lecture_result_list{display:flex;flex-flow:column nowrap;gap:15px}.lecture_item{padding:20px 30px;border:1px solid #dbdbdb;box-sizing:border-box;display:flex;align-items:center;gap:30px}.lecture_item__contents{flex:1;display:flex;flex-flow:column nowrap;align-items:flex-start}.lecture_item__library{padding:6px 20px;margin:0 0 10px;font-size:1.5rem;line-height:initial;font-weight:600;border-radius:50px;color:#1679d3;background-color:#e9f4ff}.lecture_item__title{margin:0 0 20px}.lecture_item__title a{font-size:2.2rem;font-weight:700;line-height:1.3em}.lecture_item__info{display:flex;flex-flow:row wrap;gap:10px 0}.lecture_item__info dt{width:70px;line-height:1.2em;font-weight:600}.lecture_item__info dd{width:calc(100% - 70px);font-weight:500;line-height:1.2em;color:#444}.lecture_item__info .current{color:blue}.lecture_item__info .max{color:red}.lecture_item__info strong{color:#444}.lecture_item__info .waiting{color:#777}.lecture_item__info .drawing{display:flex;flex-flow:row wrap;gap:5px 0}.lecture_item__info .drawing .label{width:104px;font-weight:500}.lecture_item__info .drawing .value{width:calc(100% - 104px);font-weight:500;color:#444}.lecture_item__poster{width:200px;height:280px;font-size:0;border-radius:3px;box-sizing:border-box;background-repeat:no-repeat;background-position:center;background-size:cover}.lecture_item__poster.no_image{display:none}.lecture_item__button{display:flex;flex-flow:column nowrap;gap:10px}.lecture_item__button button{width:90px;height:90px;font-weight:500;border-radius:50%;border:1px solid #252525}.lecture_item__button button:hover{background-color:#f6f6f6}.lecture_item__button button.accepting{font-weight:600;color:#fff;background-color:#0093e3;border-color:#0093e3}.lecture_item__button button.accepting:hover{background-color:#0082c8;border-color:#0082c8}.lecture_item__button button.prepare,.lecture_item__button button.end{font-weight:600;border-color:var(--disabled-color);background-color:var(--disabled-color);color:var(--disabled-text-color)}.lecture_item__button button.waiting{font-weight:600;border-color:#5d0e99;background-color:#8f4ac4;color:#fff}.lecture_item__button button.waiting:hover{background-color:#7a3699;border-color:#7a3699}.lecture_item__button button.close{font-weight:600;border-color:rgba(0,0,0,0);background-color:#ddd;color:#666}.lecture_detail{border-top:1px solid #000}.lecture_detail__title{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:12px 20px;border-bottom:1px solid #dbdbdb;box-sizing:border-box;font-size:2rem;font-weight:700;line-height:1.3em}.lecture_detail__status{font-size:1.5rem;padding:6px 12px;line-height:initial;color:#fff;border-radius:3px}.lecture_detail__status.accepting{font-weight:600;color:#fff;background-color:#0093e3;border-color:#0093e3}.lecture_detail__status.prepare,.lecture_detail__status.end{font-weight:600;border-color:var(--disabled-color);background-color:var(--disabled-color);color:var(--disabled-text-color)}.lecture_detail__status.waiting{font-weight:600;border-color:#8f4ac4;background-color:#8f4ac4;color:#fff}.lecture_detail__status.close{font-weight:600;border-color:#777;background-color:#909090;color:#fff}.lecture_detail__info{display:flex;align-items:flex-start;gap:40px;padding:20px 20px;background-color:#f9f9f9;border-bottom:1px solid #dbdbdb}.lecture_detail__dl{flex:1;display:flex;flex-flow:row wrap;align-items:flex-start;gap:12px 0}.lecture_detail__dl dt{width:110px;line-height:1.3em;font-weight:600}.lecture_detail__dl dd{width:calc(100% - 110px);font-weight:500;line-height:1.3em;color:#444}.lecture_detail__dl .current{color:blue}.lecture_detail__dl .max{color:red}.lecture_detail__poster{width:300px;height:420px;font-size:0;border-radius:5px;background-repeat:no-repeat;background-position:top center;background-size:cover}.lecture_file{padding:20px 20px;border-bottom:1px solid #dbdbdb}.lecture_file li+li{margin:8px 0 0}.lecture_file button{text-align:left;font-size:1.5rem;font-weight:500;color:#555}.lecture_detail__content{padding:20px 20px;border-bottom:1px solid #dbdbdb}.culture_contents{line-height:1.4}.culture_contents p{padding:3px 0;line-height:1.4}.form_terms{display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;padding:0 20px;border:1px solid #dbdbdb;box-sizing:border-box;position:relative}.form_terms+.form_terms{margin:-1px 0 0}.form_terms:first-of-type{border-radius:3px 3px 0 0}.form_terms:last-of-type{border-radius:0 0 3px 3px}.form_terms h4{font-size:1.8rem;font-weight:600;padding:15px 0}.form_terms button{width:24px;height:24px;font-size:0;opacity:.3;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(0,0,0,1)'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E")}.form_terms button:hover{opacity:1}.form_terms button.on::before{transform:rotate(180deg)}.form_terms .label_box{position:absolute;right:60px;top:14px}.form_terms .label_box label{font-size:1.5rem}.form_terms__content{width:calc(100% + 40px);margin:0 -20px}.form_terms__content>div{max-height:150px;padding:0 20px;font-size:1.5rem;line-height:1.3em;font-weight:500;color:#555;background-color:#fafafa;box-sizing:border-box;overflow-y:auto}.form_terms__content.on{border-top:1px solid #dbdbdb}.form_terms__content.on>div{padding:15px 20px}.familyapply_tr td{padding:30px 0 0;border-bottom:0 none}.fmailymember_wrapper{padding:20px 20px;background-color:#fafafa;border:1px solid #dbdbdb;border-radius:5px}.familymember_item{display:flex;flex-flow:row wrap;box-sizing:border-box;position:relative}.familymember_item+.familymember_item{margin:30px 0 0}.familymember_item h5{flex:1 1 100%;display:flex;align-items:center;height:28px;margin:0 0 10px;font-weight:600}.familymember_item__container{flex:1;display:flex;flex-flow:row wrap;align-items:center;gap:5px}.familymember_item__container>span{display:flex;flex-flow:column nowrap;width:calc(20% - 4px);box-sizing:border-box;position:relative}.familymember_item__container label{width:18px;height:18px;font-size:0;background-repeat:no-repeat;background-position:center center;position:absolute;left:10px;top:50%;transform:translateY(-50%)}.familymember_item__container .name label{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M4 22C4 17.5817 7.58172 14 12 14C16.4183 14 20 17.5817 20 22H18C18 18.6863 15.3137 16 12 16C8.68629 16 6 18.6863 6 22H4ZM12 13C8.685 13 6 10.315 6 7C6 3.685 8.685 1 12 1C15.315 1 18 3.685 18 7C18 10.315 15.315 13 12 13ZM12 11C14.21 11 16 9.21 16 7C16 4.79 14.21 3 12 3C9.79 3 8 4.79 8 7C8 9.21 9.79 11 12 11Z'%3E%3C/path%3E%3C/svg%3E")}.familymember_item__container .relationship label{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M12 11C14.7614 11 17 13.2386 17 16V22H15V16C15 14.4023 13.7511 13.0963 12.1763 13.0051L12 13C10.4023 13 9.09634 14.2489 9.00509 15.8237L9 16V22H7V16C7 13.2386 9.23858 11 12 11ZM5.5 14C5.77885 14 6.05009 14.0326 6.3101 14.0942C6.14202 14.594 6.03873 15.122 6.00896 15.6693L6 16L6.0007 16.0856C5.88757 16.0456 5.76821 16.0187 5.64446 16.0069L5.5 16C4.7203 16 4.07955 16.5949 4.00687 17.3555L4 17.5V22H2V17.5C2 15.567 3.567 14 5.5 14ZM18.5 14C20.433 14 22 15.567 22 17.5V22H20V17.5C20 16.7203 19.4051 16.0796 18.6445 16.0069L18.5 16C18.3248 16 18.1566 16.03 18.0003 16.0852L18 16C18 15.3343 17.8916 14.694 17.6915 14.0956C17.9499 14.0326 18.2211 14 18.5 14ZM5.5 8C6.88071 8 8 9.11929 8 10.5C8 11.8807 6.88071 13 5.5 13C4.11929 13 3 11.8807 3 10.5C3 9.11929 4.11929 8 5.5 8ZM18.5 8C19.8807 8 21 9.11929 21 10.5C21 11.8807 19.8807 13 18.5 13C17.1193 13 16 11.8807 16 10.5C16 9.11929 17.1193 8 18.5 8ZM5.5 10C5.22386 10 5 10.2239 5 10.5C5 10.7761 5.22386 11 5.5 11C5.77614 11 6 10.7761 6 10.5C6 10.2239 5.77614 10 5.5 10ZM18.5 10C18.2239 10 18 10.2239 18 10.5C18 10.7761 18.2239 11 18.5 11C18.7761 11 19 10.7761 19 10.5C19 10.2239 18.7761 10 18.5 10ZM12 2C14.2091 2 16 3.79086 16 6C16 8.20914 14.2091 10 12 10C9.79086 10 8 8.20914 8 6C8 3.79086 9.79086 2 12 2ZM12 4C10.8954 4 10 4.89543 10 6C10 7.10457 10.8954 8 12 8C13.1046 8 14 7.10457 14 6C14 4.89543 13.1046 4 12 4Z'%3E%3C/path%3E%3C/svg%3E")}.familymember_item__container .email label{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM20 7.23792L12.0718 14.338L4 7.21594V19H20V7.23792ZM4.51146 5L12.0619 11.662L19.501 5H4.51146Z'%3E%3C/path%3E%3C/svg%3E")}.familymember_item__container .phone label{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M9.36556 10.6821C10.302 12.3288 11.6712 13.698 13.3179 14.6344L14.2024 13.3961C14.4965 12.9845 15.0516 12.8573 15.4956 13.0998C16.9024 13.8683 18.4571 14.3353 20.0789 14.4637C20.599 14.5049 21 14.9389 21 15.4606V19.9234C21 20.4361 20.6122 20.8657 20.1022 20.9181C19.5723 20.9726 19.0377 21 18.5 21C9.93959 21 3 14.0604 3 5.5C3 4.96227 3.02742 4.42771 3.08189 3.89776C3.1343 3.38775 3.56394 3 4.07665 3H8.53942C9.0611 3 9.49513 3.40104 9.5363 3.92109C9.66467 5.54288 10.1317 7.09764 10.9002 8.50444C11.1427 8.9484 11.0155 9.50354 10.6039 9.79757L9.36556 10.6821ZM6.84425 10.0252L8.7442 8.66809C8.20547 7.50514 7.83628 6.27183 7.64727 5H5.00907C5.00303 5.16632 5 5.333 5 5.5C5 12.9558 11.0442 19 18.5 19C18.667 19 18.8337 18.997 19 18.9909V16.3527C17.7282 16.1637 16.4949 15.7945 15.3319 15.2558L13.9748 17.1558C13.4258 16.9425 12.8956 16.6915 12.3874 16.4061L12.3293 16.373C10.3697 15.2587 8.74134 13.6303 7.627 11.6707L7.59394 11.6126C7.30849 11.1044 7.05754 10.5742 6.84425 10.0252Z'%3E%3C/path%3E%3C/svg%3E")}.familymember_item__container .birth label{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(85,85,85,1)'%3E%3Cpath d='M9 1V3H15V1H17V3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H7V1H9ZM20 11H4V19H20V11ZM7 5H4V9H20V5H17V7H15V5H9V7H7V5Z'%3E%3C/path%3E%3C/svg%3E")}.familymember_item__container input[type=text]{width:100%;min-width:0;padding:0 10px 0 36px}.familymember_item__button{display:flex;gap:5px;position:absolute;right:0;top:0}.familymember_item__button button{width:28px;height:28px;min-width:initial;min-height:initial;padding:0;gap:0;font-size:0}.program_noti{padding:80px 100px 25px;border-radius:20px;border:1px dashed #000;background-repeat:no-repeat;background-position:top 20px center}.program_noti__text{text-align:center;font-weight:600;line-height:1.3em;word-break:keep-all}.program_noti.type01{background-color:#f5faff;border:1px dashed #84b5ff;background-size:45px auto;background-image:url("../images/img_program_noti01.png")}.program_noti.type02{background-color:#fdf5ff;border:1px dashed #b384ff;background-size:50px auto;background-image:url("../images/img_program_noti02.png")}.program_noti.type03{background-color:#ffffec;border:1px dashed #edbd34;background-size:45px auto;background-image:url("../images/img_program_noti03.png")}.program_noti.type04{background-color:#f5f5f5;border:1px dashed #878787;background-size:70px auto;background-image:url("../images/img_program_noti04.png")}.program_noti.type05{background-color:#fff7ec;border:1px dashed #ed7734;background-size:60px auto;background-image:url("../images/img_program_noti05.png")}.program_info>article{display:flex;align-items:flex-start;padding:30px 0;border-bottom:1px solid #e5e5e5}.program_info h4{flex:1;display:flex;align-items:center;min-height:50px;font-size:1.8rem;font-weight:700;line-height:1.3em;padding-left:70px;background-repeat:no-repeat;background-position:top left;background-size:50px auto}.program_info__content{display:flex;flex-flow:column nowrap;justify-content:center;width:calc(100% - 200px);min-height:50px}.program_info>.column{flex-flow:column nowrap;gap:30px}.program_info>.column .program_info__content{width:100%;min-height:auto}.program_info>.column .list_01{padding:0 0 0 70px}.program_info__item01 h4{background-image:url("../images/ico_theme02_use01.png")}.program_info__item02 h4{background-image:url("../images/ico_theme02_use02.png")}.program_info__item03 h4{background-image:url("../images/ico_theme02_use03.png")}.program_info__item04 h4{background-image:url("../images/ico_theme02_use04.png")}.program_info__item05 h4{background-image:url("../images/ico_theme02_use05.png")}.program_info__item06 h4{background-image:url("../images/ico_theme02_use06.png")}.program_info__item07 h4{background-image:url("../images/ico_theme02_use07.png")}.program_info__item08 h4{background-image:url("../images/ico_theme02_use08.png")}.program_info__item09 h4{background-image:url("../images/ico_theme02_use09.png")}.program_info__item10 h4{background-image:url("../images/ico_theme02_use10.png")}.reading_month_swiper{max-width:380px;width:100%;aspect-ratio:380/340;position:relative}.reading_month_swiper .swiper-slide{position:relative;background-repeat:no-repeat;background-position:center;background-size:cover}.reading_camp_swiper{max-width:680px;width:100%;aspect-ratio:680/380;position:relative}.reading_camp_swiper .swiper-slide{position:relative;background-repeat:no-repeat;background-position:center;background-size:cover}.child_book_swiper{max-width:380px;width:100%;aspect-ratio:380/340;position:relative}.child_book_swiper .swiper-slide{position:relative;background-repeat:no-repeat;background-position:center;background-size:100% auto}.one_book_swiper{max-width:680px;width:100%;aspect-ratio:680/380;position:relative}.one_book_swiper .swiper-slide{position:relative;background-repeat:no-repeat;background-position:center;background-size:cover}.selection_book{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;padding:25px 30px;border-radius:20px;border:1px dashed #000;box-sizing:border-box}.selection_book__title{width:100%;padding:10px 10px;margin:0 0 20px;text-align:center;font-weight:600;color:#fff;background-color:#000}.selection_book__info{margin:0 0 15px;font-size:1.7rem;font-weight:600;line-height:1.3em}.selection_book img{max-width:400px;width:100%}.selection_book__text{margin:15px 0 0;text-align:center;font-weight:500;line-height:1.3em;color:#555}.book_quiz{display:flex;gap:40px;padding:35px 35px;border-radius:20px;border:1px dashed #ff8383;background-color:snow;box-sizing:border-box}.book_quiz__book{display:flex;gap:10px}.book_quiz__book li{display:flex;flex-flow:column nowrap;align-items:center}.book_quiz__book li h4{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;gap:10px;font-size:1.7rem;font-weight:600;line-height:1.3em;color:#a23a3a}.book_quiz__book li .cover{width:125px;height:160px;background-repeat:no-repeat;background-position:center;background-size:cover}.book_quiz__book li p{margin:5px 0 0;text-align:center;font-size:1.5rem;font-weight:500;line-height:1.3em}.book_quiz__book li a{display:flex;align-items:center;gap:5px;margin:8px 0 0;font-size:1.4rem;font-weight:500;opacity:.6}.book_quiz__book li a::after{display:block;content:"";width:14px;height:14px;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='14' height='14' fill='rgba(0,0,0,1)'%3E%3Cpath d='M16.1716 10.9999L10.8076 5.63589L12.2218 4.22168L20 11.9999L12.2218 19.778L10.8076 18.3638L16.1716 12.9999H4V10.9999H16.1716Z'%3E%3C/path%3E%3C/svg%3E")}.book_quiz__book li a:hover{color:#252525;opacity:1}.book_quiz__info h4{font-size:2rem;font-weight:700;color:#17a7a0}.book_quiz__info .book_quiz__text01{margin:20px 0 0;font-weight:500;line-height:1.3em}.book_quiz__info .book_quiz__text02{margin:10px 0 0;font-weight:600;line-height:1.3em;color:#eb7f7f}.book_quiz__info h5{margin:30px 0 0;font-size:1.8rem;font-weight:600;color:#17a7a0}.book_quiz__info .list_03{margin:10px 0 0}.dokdo_container{padding:25px 30px 200px;box-sizing:border-box;background-color:#f2faff;background-repeat:no-repeat;background-position:bottom center;background-image:url("../images/img_dokdo_deco.png")}.dokdo_swiper{max-width:650px;width:100%;aspect-ratio:650/360;margin:0 auto;border-radius:10px;box-shadow:0 0 15px rgba(123,189,219,.5);overflow:hidden}.dokdo_swiper .swiper-slide{background-repeat:no-repeat;background-position:center;background-size:cover}.dokdo_swiper .swiper_prev_btn,.dokdo_swiper .swiper_next_btn{width:40px;height:40px;background-color:rgba(0,0,0,.5);font-size:0;background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='28' height='28' fill='rgba(255,255,255,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");position:absolute;top:50%;right:0;transform:translateY(-50%);z-index:1}.dokdo_swiper .swiper_prev_btn:hover,.dokdo_swiper .swiper_next_btn:hover{background-color:#000}.dokdo_swiper .swiper_prev_btn{left:0;right:initial;transform:translateY(-50%) rotate(180deg)}.dokdo_swiper .swiper_pagination{display:flex;justify-content:center;align-items:center;gap:5px;width:auto;position:absolute;bottom:10px;left:50%;transform:translateX(-50%);z-index:1}.dokdo_swiper .swiper_pagination .swiper-pagination-bullet{width:6px;height:6px;margin:0;opacity:1;background-color:rgba(255,255,255,.5)}.dokdo_swiper .swiper_pagination .swiper-pagination-bullet-active{background-color:var(--primary-color)}.dokdo_content{padding:30px 30px;margin:30px 0 0;border-radius:20px;background-color:#fff;box-sizing:border-box}.dokdo_list>li{padding:10px 0 0 60px;background-repeat:no-repeat;background-position:top 1px left;background-image:url("../images/ico_dokdo_list01.png")}.dokdo_list>li+li{margin:15px 0 0}.dokdo_list>li:nth-child(2){background-image:url("../images/ico_dokdo_list02.png")}.dokdo_list>li:nth-child(3){background-image:url("../images/ico_dokdo_list03.png")}.school_header{width:100%;height:230px;margin:0 0 50px;background-repeat:no-repeat;background-position:center top;background-image:url("../images/img_school_header01.gif");position:relative}.school_header p{padding:40px 20px;text-align:center;line-height:1.3em;font-weight:600}.school_header img{position:absolute;left:50%;bottom:0px;transform:translateX(-50%)}.school_function_list{padding:40px 60px;background-color:#fff7f9;box-sizing:border-box;position:relative}.school_function_list::before{display:block;content:"";width:198px;height:214px;background-repeat:no-repeat;background-position:center;background-image:url("../images/img_school_function.gif");position:absolute;right:55px;bottom:20px}.school_function_list li{display:flex;align-items:flex-start;gap:40px}.school_function_list li+li{padding:20px 0 0}.school_function_list li span{line-height:1.3em;font-weight:600;border-top:1px solid #000}.school_function_list li p{flex:80%;padding:0 0 20px;line-height:1.3em;font-weight:500;border-bottom:1px solid #dbdbdb}.school_function_list li:last-child p{padding:0;border-bottom:0 none}.service_list{display:flex;flex-flow:row wrap;align-items:flex-start;gap:15px 15px;padding:30px 30px;border:1px solid #dbdbdb;box-sizing:border-box;border-radius:20px;background-repeat:no-repeat;background-position:right 20px bottom 20px;background-image:url("../images/img_service_list.gif")}.service_list dt{width:110px;height:34px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;text-align:center;line-height:inherit;font-weight:600;border-radius:50px;color:#fff;background-color:#000}.service_list dd{width:calc(100% - 125px);min-height:34px;display:flex;flex-flow:column nowrap;justify-content:center;font-weight:500;line-height:1.3em}.service_list p{line-height:1.3em}.service_list .explain_list{margin:5px 0 0;gap:0}.table_top{display:flex;justify-content:space-between;align-items:flex-end;margin:0 0 15px}.table_top .left,.table_top .right{display:flex;align-items:center;gap:5px}.table_top .right:only-child{margin-left:auto}.table_top__count{color:#555;font-weight:500}.table_top__count strong{font-weight:700;color:#f96f00}.table_top__select{display:flex;align-items:center;gap:5px}.table_top__membership strong{font-weight:600}.table_top__membership strong.normal{color:#0093e3}.table_top__membership strong.expulsion{color:#e92f4d}.table_top__membership strong.withdrawl{color:#e92f4d}.table_top__membership select{margin:0 0 0 5px}.board_search{display:flex;flex-flow:row wrap;align-items:center;gap:5px;padding:20px 20px;margin:40px 0 0;background-color:#fafafa;border:1px solid #dbdbdb;box-sizing:border-box;border-radius:4px;box-sizing:border-box}.board_search_box{flex:1;display:flex;justify-content:center;align-items:center;gap:5px}.board_search_box input[type=text]{flex:1 1 auto;min-width:0;padding:0 40px 0 10px}.board_search_box button{flex:0 0 auto;height:40px}.board_detail{border-top:2px solid #000}.board_detail__title{padding:15px 20px;text-align:center;font-size:1.9rem;font-weight:700;line-height:1.3em;border-bottom:1px solid #dbdbdb}.board_detail__info01{display:flex;flex-flow:row nowrap;align-items:center;gap:10px 15px;padding:15px 20px;border-bottom:1px solid #dbdbdb}.board_detail__info01 dl{display:flex;align-items:center;gap:10px}.board_detail__info01 dl+dl{padding:0 0 0 16px;position:relative}.board_detail__info01 dl+dl::before{display:block;content:"";width:1px;height:12px;background-color:#dbdbdb;position:absolute;left:0;top:50%;transform:translateY(-50%)}.board_detail__info01 dt,.board_detail__info01 dd{font-size:1.5rem;line-height:1.3em}.board_detail__info01 dt{font-weight:600}.board_detail__info01 dd{color:#555}.board_detail__info02{display:flex;flex-flow:column nowrap}.board_detail__info02 dl{display:flex;gap:10px;padding:15px 20px;border-bottom:1px solid #dbdbdb}.board_detail__info02 dt,.board_detail__info02 dd{display:flex;align-items:center;font-size:1.5rem;line-height:1.3em}.board_detail__info02 dt{font-weight:600}.board_detail__info02 dd{flex:1;color:#555}.board_detail__file{display:flex;align-items:flex-start;gap:10px;padding:15px 20px;border-bottom:1px solid #dbdbdb}.board_detail__file dt{position:fixed;left:-99999px;top:-99999px}.board_detail__file dd{flex:1}.board_detail__file li+li{margin:5px 0 0}.board_detail__file a{font-size:1.5rem;line-height:1.3em;color:#555}.board_detail__file a:hover{color:#0091e7}.board_detail__content{line-height:1.35;padding:15px 20px}.board_detail__content *{word-break:break-all;line-height:1.35}.board_detail__content p{padding:3px 0}.board_write__content{padding:20px 0 0}.board_write__content .ck-content{height:400px}.upload_container{display:flex;flex-flow:column nowrap;gap:16px;padding:30px 30px;margin:30px 0 0;box-sizing:border-box;background-color:#f9f9f9;border-radius:6px}.upload_list{width:100%;display:flex;flex-flow:column nowrap;background-color:#fff;border:1px solid #dbdbdb;border-radius:4px;position:relative}.upload_list.no_file{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;padding:50px 0;transition:all .2s ease}.upload_list.no_file::before{display:block;content:"";width:24px;height:24px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(153,153,153,1)'%3E%3Cpath d='M12.4142 5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H10.4142L12.4142 5ZM4 5V19H20V7H11.5858L9.58579 5H4ZM11 12V9H13V12H16V14H13V17H11V14H8V12H11Z'%3E%3C/path%3E%3C/svg%3E");transition:all .2s ease}.upload_list.no_file::after{display:block;content:"업로드할 파일을 추가해주세요.";font-weight:500;color:#777;transition:all .2s ease}.upload_list.file_dragging{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;transition:all .2s ease;border-color:#1f5d97;background-color:#fff}.upload_list.file_dragging::before{display:block;content:"";width:24px;height:24px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='rgba(31,93,151,1)'%3E%3Cpath d='M16 13L22.9641 17.0622L19.9913 17.9129L22.116 21.5933L20.384 22.5933L18.2592 18.9129L16.0359 21.0622L16 13ZM14 6H16V8H21C21.5523 8 22 8.44772 22 9V13H20V10H10V20H14V22H9C8.44772 22 8 21.5523 8 21V16H6V14H8V9C8 8.44772 8.44772 8 9 8H14V6ZM4 14V16H2V14H4ZM4 10V12H2V10H4ZM4 6V8H2V6H4ZM4 2V4H2V2H4ZM8 2V4H6V2H8ZM12 2V4H10V2H12ZM16 2V4H14V2H16Z'%3E%3C/path%3E%3C/svg%3E")}.upload_list.file_dragging::after{display:block;content:"마우스 커서를 떼주세요.";font-size:18px;font-weight:500;color:#1f5d97}.upload_list li{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;padding:10px 20px 10px 44px;box-sizing:border-box;border-bottom:1px dashed #dbdbdb;position:relative}.upload_list li:last-child{border-bottom:0 none}.upload_list li::before{display:block;content:"";width:18px;height:18px;background-repeat:no-repeat;background-position:center;background-size:18px auto;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(31,93,151,1)'%3E%3Cpath d='M18 19H19V6.82843L17.1716 5H16V9H7V5H5V19H6V12H18V19ZM4 3H18L20.7071 5.70711C20.8946 5.89464 21 6.149 21 6.41421V20C21 20.5523 20.5523 21 20 21H4C3.44772 21 3 20.5523 3 20V4C3 3.44772 3.44772 3 4 3ZM8 14V19H16V14H8Z'%3E%3C/path%3E%3C/svg%3E");position:absolute;left:20px;top:10px}.upload_list .upload_title{flex:1;font-weight:500;line-height:1.3em;word-break:break-all;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.upload_list .upload_delete_btn{font-size:0;background-color:rgba(0,0,0,0);transition:all .2s ease;opacity:.5}.upload_list .upload_delete_btn::after{display:block;content:"";width:20px;height:20px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(51,51,51,1)'%3E%3Cpath d='M17 6H22V8H20V21C20 21.5523 19.5523 22 19 22H5C4.44772 22 4 21.5523 4 21V8H2V6H7V3C7 2.44772 7.44772 2 8 2H16C16.5523 2 17 2.44772 17 3V6ZM18 8H6V20H18V8ZM9 11H11V17H9V11ZM13 11H15V17H13V11ZM9 4V6H15V4H9Z'%3E%3C/path%3E%3C/svg%3E")}.upload_list .upload_delete_btn:hover{opacity:1}.upload_bottom{display:flex;flex-flow:row wrap;justify-content:space-between;gap:15px}.upload_bottom .btn_container{padding:0;margin-left:auto}.upload_info{display:flex;flex-flow:row wrap;gap:10px}.upload_info dt{font-weight:500}.upload_info dd{color:#777}.upload_info dd span{color:#777}.board_answer{margin:40px 0 0;border-radius:3px;border:1px solid #dbdbdb;box-sizing:border-box}.board_answer__title{padding:15px 20px;text-align:center;font-size:1.9rem;font-weight:700;line-height:1.3em;border-bottom:1px solid #dbdbdb}.board_answer__info{display:flex;flex-flow:row nowrap;align-items:center;gap:10px 20px;padding:15px 20px;border-bottom:1px solid #dbdbdb}.board_answer__info dl{display:flex;align-items:center;gap:10px}.board_answer__info dl+dl{padding:0 0 0 20px;border-left:1px solid #171717}.board_answer__info dt,.board_answer__info dd{font-size:1.5rem;line-height:1.3em}.board_answer__info dt{font-weight:600}.board_answer__info dd{color:#555;font-weight:500}.board_answer__file{display:flex;flex-flow:row wrap;align-items:flex-start;gap:10px 20px;padding:15px 20px;border-bottom:1px solid #dbdbdb}.board_answer__file dt,.board_answer__file dd{font-size:1.5rem;line-height:1.3em}.board_answer__file dt{font-weight:600}.board_answer__file a{font-size:1.5rem;font-weight:500;line-height:1.3em;color:#555}.board_answer__file a:hover{color:#0091e7}.board_answer__content{padding:15px 20px}.club_detail{border-top:2px solid #000}.club_detail__title{padding:15px 20px;font-size:1.9rem;font-weight:700;line-height:1.3em;border-bottom:1px solid #dbdbdb}.club_detail__info{display:flex;flex-flow:row wrap;gap:20px 20px;padding:20px 20px;background-color:#f9f9f9;border-bottom:1px solid #dbdbdb}.club_detail__info dl{display:flex;flex:1 0 calc(50% - 10px)}.club_detail__info dl dt{width:100px;font-weight:600;color:#444}.club_detail__info dl dd{flex:1;color:#444;font-weight:500}.club_detail__info .active{font-weight:600;color:#0093e3}.club_detail__info .stop{font-weight:600;color:#e92f4d}.club_detail__info .club_detail__button{flex:1 1 100%;margin:10px 0 0}.club_detail__info .club_detail__button:not(:has(*)){display:none}.club_detail__info .btn_apply{width:100%;height:44px;font-weight:500;border-radius:3px;color:#fff;background-color:#0091e7}.club_detail__info .btn_apply:hover{background-color:#0183cf;transform:none}.club_detail__info .btn_apply:disabled{background-color:#8d8d8d}.proce_img_list.lockers{margin:0 0 30px}.proce_img_list.lockers li:nth-child(1) p{background-image:url("../images/img_locker_proce01.png")}.proce_img_list.lockers li:nth-child(2) p{background-image:url("../images/img_locker_proce02.png")}.proce_img_list.lockers li:nth-child(3) p{background-image:url("../images/img_locker_proce03.png")}.proce_img_list.lockers li:nth-child(4) p{background-image:url("../images/img_locker_proce04.png")}.gallery_list{display:flex;flex-flow:row wrap;gap:20px;padding:15px 0 0;border-top:1px solid #000}.gallery_item{flex:0 0 calc(25% - 20px);border:1px solid #e5e5e5;border-radius:3px}.gallery_item__thumbnail{display:block;width:100%;aspect-ratio:1/1;background-repeat:no-repeat;background-position:center;background-size:cover}.gallery_item__thumbnail:hover+.gallery_item__title a{color:#0091e7}.gallery_item__title{padding:12px 12px 0;border-top:1px solid #e5e5e5}.gallery_item__title a{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:600;line-height:1.3em}.gallery_item__info{display:flex;flex-flow:row wrap;gap:8px 10px;padding:10px 12px 12px}.gallery_item__info dt{flex:0 0 14px;height:14px;font-size:0;background-repeat:no-repeat;background-position:center}.gallery_item__info dt::before{display:block;content:"";width:100%;height:100%;background-repeat:no-repeat;background-position:center;transition:all .2s ease}.gallery_item__info dt.writer::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='rgba(153,153,153,1)'%3E%3Cpath d='M4 22C4 17.5817 7.58172 14 12 14C16.4183 14 20 17.5817 20 22H18C18 18.6863 15.3137 16 12 16C8.68629 16 6 18.6863 6 22H4ZM12 13C8.685 13 6 10.315 6 7C6 3.685 8.685 1 12 1C15.315 1 18 3.685 18 7C18 10.315 15.315 13 12 13ZM12 11C14.21 11 16 9.21 16 7C16 4.79 14.21 3 12 3C9.79 3 8 4.79 8 7C8 9.21 9.79 11 12 11Z'%3E%3C/path%3E%3C/svg%3E")}.gallery_item__info dt.write_date::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='rgba(153,153,153,1)'%3E%3Cpath d='M9 1V3H15V1H17V3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3H7V1H9ZM20 11H4V19H20V11ZM7 5H4V9H20V5H17V7H15V5H9V7H7V5Z'%3E%3C/path%3E%3C/svg%3E")}.gallery_item__info dt.view::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='rgba(153,153,153,1)'%3E%3Cpath d='M1.18164 12C2.12215 6.87976 6.60812 3 12.0003 3C17.3924 3 21.8784 6.87976 22.8189 12C21.8784 17.1202 17.3924 21 12.0003 21C6.60812 21 2.12215 17.1202 1.18164 12ZM12.0003 17C14.7617 17 17.0003 14.7614 17.0003 12C17.0003 9.23858 14.7617 7 12.0003 7C9.23884 7 7.00026 9.23858 7.00026 12C7.00026 14.7614 9.23884 17 12.0003 17ZM12.0003 15C10.3434 15 9.00026 13.6569 9.00026 12C9.00026 10.3431 10.3434 9 12.0003 9C13.6571 9 15.0003 10.3431 15.0003 12C15.0003 13.6569 13.6571 15 12.0003 15Z'%3E%3C/path%3E%3C/svg%3E")}.gallery_item__info dd{width:calc(100% - 24px);font-size:1.4rem;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#777}.faq_list{border-top:2px solid #000}.faq_item{border-bottom:1px solid #dbdbdb}.faq_item button{flex:none;width:28px;height:28px;font-size:0;opacity:.3;background-repeat:no-repeat;background-position:right top;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='28' height='28' fill='rgba(53,53,53,1)'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");position:absolute;right:15px;top:18px}.faq_item button:hover{opacity:1}.faq_item:has(.on) button{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='28' height='28' fill='rgba(53,53,53,1)'%3E%3Cpath d='M11.9999 10.8284L7.0502 15.7782L5.63599 14.364L11.9999 8L18.3639 14.364L16.9497 15.7782L11.9999 10.8284Z'%3E%3C/path%3E%3C/svg%3E")}.question_area{padding:20px 60px;position:relative}.question_area h4{font-size:1.7rem;font-weight:500;line-height:1.3em;box-sizing:border-box;cursor:pointer;transition:all .2s ease}.question_area h4:hover{color:#0091e7}.question_area h4 em{flex:none;display:inline-flex;justify-content:center;align-items:center;width:35px;height:35px;margin:0 10px 0 0;font-size:0;line-height:1;border-radius:50%;background-color:#13a3ff;position:absolute;left:15px;top:14px}.question_area h4 em::before{display:block;content:"Q";font-size:1.7rem;font-weight:700;color:#fff}.answer_area{width:100%;padding:0 15px;background-color:#fafafa;box-sizing:border-box;position:relative}.answer_area::after{display:block;content:"";width:100%;height:1px;background-color:#dbdbdb;position:absolute;left:0;top:0}.answer_area.on{padding:15px 15px}.answer_content{padding:0 0 0 85px;position:relative}.answer_content::before{display:block;content:"";width:35px;height:35px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(170,170,170,1)'%3E%3Cpath d='M4.99989 13.9999L4.99976 5L6.99976 4.99997L6.99986 11.9999L17.1717 12L13.222 8.05024L14.6362 6.63603L21.0001 13L14.6362 19.364L13.222 17.9497L17.1717 14L4.99989 13.9999Z'%3E%3C/path%3E%3C/svg%3E");position:absolute;left:0;top:-2px}.answer_content h5{width:35px;height:35px;flex:0 0 auto;display:flex;justify-content:center;align-items:center;font-size:0;background-color:#154064;border-radius:50%;position:absolute;left:35px;top:0}.answer_content h5::before{display:block;content:"A";font-size:1.7rem;font-weight:700;color:#fff}.answer_text{min-height:35px;padding:6px 0 0;box-sizing:border-box}.answer_text p{font-weight:500;line-height:1.3em}.imagine_swiper{max-width:680px;width:100%;aspect-ratio:680/380;position:relative}.imagine_swiper .swiper-slide{position:relative;background-repeat:no-repeat;background-position:center;background-size:cover}.imagine_swiper h4{padding:10px 20px;text-align:center;font-weight:700;border-radius:5px;color:#fff;background-color:rgba(0,0,0,.6);box-sizing:border-box;position:absolute;left:20px;top:20px}.intro_header{padding:60px 35px;margin:0 0 50px;border-radius:50px 20px;background-repeat:no-repeat;background-position:center center;background-size:cover;background-image:url("../images/img_intro_bg.jpg")}.intro_header p{font-size:2.5rem;line-height:1.5em;color:#fff}.intro_header h4{font-size:3.2rem;line-height:1.5em;color:#fff}.intro_header h4 strong{font-weight:700;color:#fff}.theme02 .intro_header{background-image:url("../images/img_intro_bg02.jpg")}.intro_header.type02{background-image:url("../images/img_intro_bg03.jpg");overflow:hidden;position:relative}.intro_header.type02 h4{position:relative;z-index:2}.intro_header.type02::before{display:block;content:"";width:100%;height:100%;background:rgba(0,0,0,.3);position:absolute;left:0;top:0;z-index:1}.intro_content p{font-weight:500;line-height:1.5em;word-break:keep-all}.intro_content p+p{margin:30px 0 0}.intro_content p:first-of-type{font-size:2.2rem;font-weight:600}.intro_content p:last-of-type{font-weight:600}.intro_content p.default{font-size:1.6rem;font-weight:500}.yylib_intro{padding:30px 30px;margin:0 0 40px;border-radius:20px;border:1px dashed #feb654;background-color:#fffefa;background-repeat:no-repeat;background-position:bottom 10px right 20px;background-image:url("../images/img_yylib_intro01.png");box-sizing:border-box;position:relative}.yylib_intro::before{display:block;content:"";width:1px;height:60%;background-color:#fff;position:absolute;left:-1px;top:50%;transform:translateY(-50%)}.yylib_intro::after{display:block;content:"";width:1px;height:60%;background-color:#fff;position:absolute;right:-1px;top:50%;transform:translateY(-50%)}.yylib_intro:last-of-type{margin:0}.yylib_intro h4{margin:0 0 20px;text-align:center;font-size:2.5rem;font-weight:700;color:#ff9300}.yylib_intro p{text-align:center;font-weight:500;line-height:1.3em}.yylib_intro:nth-of-type(2){border-color:#129aba;background-color:#f9fcfd;background-size:150px auto;background-image:url("../images/img_yylib_intro02.png")}.yylib_intro:nth-of-type(2) h4{color:#119bb9}.history_container article{display:flex;gap:60px;margin:0 0 60px}.history_container article:last-child{margin-bottom:0}.history_container article h4{width:220px;font-size:3.3rem;font-weight:700}.history_container article ol{flex:1;display:flex;flex-flow:column nowrap;gap:20px;position:relative}.history_container article ol::before{display:block;content:"";width:15px;height:15px;background-repeat:no-repeat;background-position:left top;background-image:url("../images/ico_theme01_history.png");position:absolute;left:-7px;top:0;z-index:1}.history_container article ol::after{display:block;content:"";width:1px;height:calc(100% - 15px);background-color:#dbdbdb;position:absolute;left:0;bottom:0}.history_container article li{display:flex;align-items:flex-start;padding:0 0 0 150px;line-height:1.6em;font-weight:500;word-break:keep-all;color:#444;box-sizing:border-box;position:relative}.history_container article strong{font-weight:600;position:absolute;left:40px;top:0}.theme02 .history_container ol::before{background-image:url("../images/ico_theme02_history.png")}.theme03 .history_container ol::before{background-image:url("../images/ico_theme03_history.png")}.theme04 .history_container ol::before{background-image:url("../images/ico_theme04_history.png")}.theme05 .history_container ol::before{background-image:url("../images/ico_theme05_history.png")}.org_img{text-align:center}.data_table th,.data_table td{padding:15px 10px}.use_info{border-top:1px dashed #000}.use_info.border0{border-top:0 none}.use_info article{display:flex;align-items:flex-start;padding:40px 0;border-bottom:1px solid #e5e5e5;background-repeat:no-repeat;background-position:top 26px left;background-size:50px auto}.use_info h4{width:25%;display:flex;align-items:center;padding:0 0 0 65px;font-size:1.8rem;font-weight:700;line-height:1.3em}.use_info article:not(:has(.use_info__content)) h4{width:100%}.use_info__content{display:flex;flex-flow:column nowrap;justify-content:center;flex:1}.use_info__content .btn_container{margin:20px 0 0}.use_info__item01{background-image:url("../images/ico_theme01_use01.png")}.use_info__item02{background-image:url("../images/ico_theme01_use02.png")}.use_info__item03{background-image:url("../images/ico_theme01_use03.png")}.use_info__item04{background-image:url("../images/ico_theme01_use04.png")}.use_info__item05{background-image:url("../images/ico_theme01_use05.png")}.use_info__item06{background-image:url("../images/ico_theme01_use06.png")}.use_info.type02 h4{width:15%}.use_info.type02 .use_info__item01{background-image:url("../images/ico_theme02_use01.png")}.use_info.type02 .use_info__item02{background-image:url("../images/ico_theme02_use02.png")}.use_info.type02 .use_info__item03{background-image:url("../images/ico_theme02_use03.png")}.use_info.type02 .use_info__item04{background-image:url("../images/ico_theme02_use04.png")}.use_info.type02 .use_info__item05{background-image:url("../images/ico_theme02_use05.png")}.use_info.type02 .use_info__item06{background-image:url("../images/ico_theme02_use06.png")}.use_info.type02 .use_info__item07{background-image:url("../images/ico_theme02_use07.png")}.use_info.type02 .use_info__item08{background-image:url("../images/ico_theme02_use08.png")}.use_info.type02 .use_info__item09{background-image:url("../images/ico_theme02_use09.png")}.use_info.type02 .use_info__item10{background-image:url("../images/ico_theme02_use10.png")}.facility_info dl{display:flex;flex-flow:row wrap;gap:0 30px}.facility_info dt{width:140px;display:flex;justify-content:center;align-items:center;font-size:3rem;font-weight:700;border-bottom:1px dashed #b5b5b5;background-color:#efefef}.facility_info dl:first-child dt{border-radius:20px 20px 0 0}.facility_info dl:last-child dt{border-radius:0 0 20px 20px;border-bottom-color:rgba(0,0,0,0)}.facility_info dl:last-child dd{border-bottom-color:rgba(0,0,0,0)}.facility_info dd{width:calc(100% - 170px);display:flex;align-items:center;padding:30px 0;line-height:1.3em;font-weight:500;border-bottom:1px solid #dbdbdb;box-sizing:border-box}.facility_list{display:flex;flex-flow:row wrap;gap:20px}.facility_list>dt{width:20%;padding:30px 0 0;font-size:2rem;line-height:1.3em;font-weight:700;border-top:2px solid #000}.facility_list>dd{width:calc(80% - 20px);padding:30px 0 0;border-top:1px solid #dbdbdb}.facility_list .hidden+dd{width:100%;padding:25px 25px 0}.facility_list__item{display:flex;flex-flow:row wrap;gap:15px 0;padding:15px 0 15px 60px;margin:0 0 5px;background-repeat:no-repeat;background-position:top 5px left;background-size:45px auto;box-sizing:border-box}.facility_list__item:last-of-type{margin:0}.facility_list__item>dt{width:20%;font-size:1.7rem;line-height:1.3em;font-weight:600}.facility_list__item>dd{width:80%;display:flex;align-items:center;font-weight:500;line-height:1.3em}.facility_list__item.icon01{background-image:url("../images/img_facility01.png")}.facility_list__item.icon02{background-image:url("../images/img_facility02.png")}.facility_list__item.icon03{background-image:url("../images/img_facility03.png")}.facility_list__item.icon04{background-image:url("../images/img_facility04.png")}.facility_list__item.icon05{background-image:url("../images/img_facility05.png")}.facility_list__item.icon06{background-image:url("../images/img_facility06.png")}.facility_list__item.icon07{background-image:url("../images/img_facility07.png")}.facility_list__item.icon08{background-image:url("../images/img_facility08.png")}.facility_list__item.icon09{background-image:url("../images/img_facility09.png")}.facility_container{display:flex;flex-flow:row nowrap;width:100%;margin:15px 0 0;border-radius:20px;border:1px solid #dbdbdb;box-sizing:border-box;overflow:hidden}.facility_container:first-of-type{margin:0}.facility_img{width:260px;aspect-ratio:260/260;border-right:1px solid rgba(0,0,0,.05);background-repeat:no-repeat;background-position:center center;background-size:cover}.facility_swiper{width:340px;aspect-ratio:340/340;border-radius:20px}.facility_swiper .swiper-slide{background-repeat:no-repeat;background-position:center center;background-size:auto}.facility_swiper button{width:40px;height:40px;font-size:0;background-color:rgba(0,0,0,.6);background-repeat:no-repeat;background-position:center center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='28' height='28' fill='rgba(255,255,255,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");position:absolute;right:0;top:50%;transform:translateY(-50%);z-index:1}.facility_swiper button:hover{background-color:rgba(0,0,0,.8)}.facility_swiper .swiper_prev_btn{left:0;right:initial;transform:translateY(-50%) rotate(180deg)}.facility_detail{flex:1;display:flex;flex-flow:column nowrap;align-items:flex-start;justify-content:center;padding:35px 35px;box-sizing:border-box}.facility_detail dl{display:flex;flex-flow:row wrap;align-items:flex-start;gap:20px 0}.facility_detail dl dt{width:110px;padding:0 0 0 15px;line-height:1.3em;font-weight:600;box-sizing:border-box;position:relative}.facility_detail dl dt::before{display:block;content:"";width:7px;height:7px;background-color:var(--primary-color);position:absolute;left:0;top:7px}.facility_detail dl dd{width:calc(100% - 110px);line-height:1.3em;font-weight:500}.hall_download{width:100%;padding:10px 40px;border-radius:20px;box-shadow:0 0 20px rgba(0,0,0,.06);box-sizing:border-box}.hall_download article{display:flex;flex-flow:row wrap;align-items:center;justify-content:space-between;gap:15px;padding:30px 0 30px 60px;border-bottom:1px dashed #dbdbdb;background-repeat:no-repeat;background-position:center left}.hall_download article:last-of-type{border-bottom-color:rgba(0,0,0,0)}.hall_download h5{font-size:1.8rem;font-weight:600}.hall_download a{height:44px;padding:5px 20px;border-radius:50px}.hall_download__item01{background-image:url("../images/img_hall01.png")}.hall_download__item02{background-image:url("../images/img_hall02.png")}.hall_download__item03{background-image:url("../images/img_hall03.png")}.hall_download__item04{background-image:url("../images/img_hall04.png")}.hall_download__item05{background-image:url("../images/img_hall05.png")}.hall_img{width:100%;height:400px;border-radius:20px;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:cover}.hall_equipment{padding:0 40px;border-radius:20px;border:1px solid #dbdbdb;box-sizing:border-box}.hall_equipment dl{display:flex;flex-flow:row wrap;align-items:center;gap:20px 0;padding:30px 0 30px 55px;background-repeat:no-repeat;background-position:center left;background-image:url("../images/img_hall_equipment01.png")}.hall_equipment dl dt{width:100px;font-size:1.8rem;font-weight:600}.hall_equipment dl dd{flex:1;font-weight:500;line-height:1.3em}.hall_data{display:flex;padding:30px 0;border-radius:20px;box-shadow:0 0 20px rgba(0,0,0,.06)}.hall_data article{flex:1;display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;gap:15px;padding:100px 20px 20px;border-right:1px dashed #dbdbdb;background-repeat:no-repeat;background-position:top 20px center}.hall_data article:last-of-type{border-right-color:rgba(0,0,0,0)}.hall_data h5{font-size:2rem;font-weight:600}.hall_data a,.hall_data button{min-width:80%;height:48px;border-radius:50px}.hall_data__item01{background-image:url("../images/img_hall_data01.png")}.hall_data__item02{background-image:url("../images/img_hall_data02.png")}.hall_seat_modal .modal_container{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;gap:30px;width:600px;background-color:rgba(0,0,0,0)}.hall_seat_modal .modal_container img{width:100%;height:auto}.hall_seat_modal .modal_close_btn{width:50px;height:50px;border-radius:50%;border:1px solid #fff;position:static}.hall_seat_modal .modal_close_btn::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='32' height='32' fill='rgba(255,255,255,1)'%3E%3Cpath d='M11.9997 10.5865L16.9495 5.63672L18.3637 7.05093L13.4139 12.0007L18.3637 16.9504L16.9495 18.3646L11.9997 13.4149L7.04996 18.3646L5.63574 16.9504L10.5855 12.0007L5.63574 7.05093L7.04996 5.63672L11.9997 10.5865Z'%3E%3C/path%3E%3C/svg%3E")}.museum_promotion{margin:0 0 40px}.museum_promotion__header{padding:40px 40px;border-radius:20px 20px 0 0;background-color:#ffe7ec;box-sizing:border-box;position:relative}.museum_promotion__header::before{display:block;content:"";width:225px;height:175px;background-repeat:no-repeat;background-position:center center;background-size:contain;background-image:url("../images/img_museum_deco.png");position:absolute;top:30px;right:-25px}.museum_promotion h4{margin:0 0 15px;font-size:2.4rem;font-weight:600}.museum_promotion p{font-weight:500;line-height:1.3em;color:#555}.museum_promotion video{width:100%;border-radius:0 0 20px 20px}.museum_info{display:flex;flex-flow:row wrap;align-items:center;padding:35px 0;border-radius:20px;background-color:#d3ffb9;background-repeat:no-repeat;background-position:left -365px top -280px;background-image:url("../images/img_museum_bg01.png");box-sizing:border-box}.museum_info h4{width:35%;padding:160px 0 0;text-align:center;font-size:2.4rem;font-weight:700;line-height:1.3em;color:#fff;text-shadow:0 0 10px #27812a;background-repeat:no-repeat;background-position:top 20px center;background-image:url("../images/img_museum_bg02.png")}.museum_info dl{flex:1;display:flex;flex-flow:row wrap;gap:15px 15px}.museum_info dt{display:flex;justify-content:center;align-items:center;width:80px;height:30px;font-weight:600;line-height:1.3em;border-radius:50px;color:#fff;background-color:#1a375f}.museum_info dd{display:flex;align-items:center;width:calc(100% - 95px);min-height:30px;font-weight:500;line-height:1.3em}.declaration{display:flex;flex-flow:column nowrap;align-items:center}.declaration article{width:100%;padding:225px 30px 25px;border-radius:20px;border:1px dashed #000;background-repeat:no-repeat;background-position:top 45px center;background-image:url("../images/img_theme01_declaration.png");box-sizing:border-box;position:relative}.declaration article::before,.declaration article::after{display:block;content:"";width:1px;height:76%;background-color:#fff;position:absolute;top:50%;transform:translateY(-50%)}.declaration article::before{left:-1px}.declaration article::after{right:-1px}.declaration article h4{margin:0 0 10px;text-align:center;font-size:1.9rem;font-weight:700;line-height:1.3em;word-break:keep-all}.declaration article p{text-align:center;font-weight:500;line-height:1.3em;word-break:keep-all}.theme02 .declaration article{background-image:url("../images/img_theme02_declaration.png")}.declaration.type02 article{background-image:url("../images/img_theme01_declaration02.png")}.declaration ol{margin:50px 0 0;counter-reset:dsc-counter}.declaration ol li{min-height:35px;display:flex;align-items:center;padding:0 0 0 50px;font-weight:500;line-height:1.3em;word-break:keep-all;position:relative}.declaration ol li+li{margin:15px 0 0}.declaration ol li::before{display:flex;justify-content:center;align-items:center;flex:none;content:counter(dsc-counter);counter-increment:dsc-counter;width:35px;height:35px;font-weight:600;line-height:initial;border-radius:50%;color:#fff;background-color:#000;box-shadow:0 5px 10px rgba(0,0,0,.3);position:absolute;left:0;top:0}.declaration_text{margin:30px 0 0;text-align:center;font-weight:600;line-height:1.3em}.declaration_text.left{text-align:left}.service_box{padding:20px 20px;border-radius:20px;background-position:right 20px bottom 20px;background-repeat:no-repeat;background-size:160px;box-sizing:border-box}.service_box.type01{border:1px dashed #2bbfc7;background-image:url("../images/img_service_box01.gif")}.service_box.type02{border:1px dashed #467cfb;background-image:url("../images/img_service_box02.gif")}.service_box.type03{padding:20px 20px 50px;border:1px dashed #a469be;background-size:150px auto;background-image:url("../images/img_service_box03.gif")}.service_box.type03_01{padding:20px 20px 50px;border:1px dashed #a469be;background-position:right 20px bottom 10px;background-size:120px auto;background-image:url("../images/img_service_box03.gif")}.service_box.type04{border:1px dashed #ffa04e}.service_box.type05{border:1px dashed #7fc8dd;background-size:100px auto;background-position:right bottom;background-image:url("../images/img_service_box05.gif")}.service_box.type05_01{border:1px dashed #7fc8dd;background-size:60px auto;background-position:right bottom;background-image:url("../images/img_service_box05.gif")}.service_box.type06{border:1px dashed #f659a9;background-size:140px auto;background-image:url("../images/img_service_box06.gif")}.service_box.type06_01{border:1px dashed #f659a9;background-position:right 20px bottom 10px;background-size:75px auto;background-image:url("../images/img_service_box06.gif")}.service_box.type07{padding:20px 20px;border:1px dashed #7d5029;background-size:120px auto;background-image:url("../images/img_service_box07.gif")}.service_box.type08{border:1px dashed #103e89;background-size:120px auto;background-image:url("../images/img_service_box08.gif")}.service_box.type08_01{border:1px dashed #103e89;background-position:right 20px bottom 10px;background-size:90px auto;background-image:url("../images/img_service_box08.gif")}.library_search{display:flex;align-items:center;gap:15px;margin:0 0 40px}.library_search label{font-size:1.8rem;font-weight:600}.library_search_container{display:none}.library_search_container.on{display:block}.library_search_container:only-of-type{display:block}.library_search_map{width:100%;height:400px;margin:0 0 20px;border:1px solid #dbdbdb;box-sizing:border-box;border-radius:20px;overflow:hidden}.library_search_map .root_daum_roughmap.root_daum_roughmap_landing .wrap_map{height:100%}.library_search_map .wrap_controllers{display:none}.library_search_map a{display:block;height:100%}.library_search_map img{width:100%;height:100%;object-fit:cover}.library_search_info{display:flex;flex-flow:row wrap}.library_search_info>div{flex:1;display:flex;flex-flow:column nowrap;align-items:center;gap:10px;padding:15px 20px;border-left:1px solid #dbdbdb;box-sizing:border-box}.library_search_info>div:first-child{border-left-color:rgba(0,0,0,0)}.library_search_info>div strong,.library_search_info>div a{width:100%;padding:45px 0 0;text-align:center;font-weight:700;background-repeat:no-repeat;background-position:center top}.library_search_info>div.address strong{background-image:url("../images/ico_location_map.gif")}.library_search_info>div.tel strong{background-image:url("../images/ico_location_tel.gif")}.library_search_info>div.fax strong{background-image:url("../images/ico_location_fax.gif")}.library_search_info>div.bus strong{background-image:url("../images/ico_location_bus.gif")}.library_search_info>div.facility strong{background-image:url("../images/ico_location_facility.gif")}.library_search_info>div.parking strong{background-image:url("../images/ico_location_parking.gif")}.library_search_info>div.homepage a{background-image:url("../images/ico_location_homepage.gif")}.library_search_info>div span{text-align:center;line-height:1.5em;font-weight:500;word-break:keep-all;color:#555}.library_search_info>div span+ul{padding:10px 0 0}.login_container{max-width:500px;width:100%;display:flex;flex-flow:column nowrap;padding:20px 0 0;margin:0 auto}.login_container .btn_ico_login{height:60px;margin:20px 0 0;font-size:1.8rem;font-weight:600}.login_container .btn_ico_login::before{width:20px;height:20px;background-size:20px auto}.input_id{position:relative}.input_id::before{display:block;content:"";width:20px;height:20px;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("../images/ico_input_id.png");position:absolute;left:15px;top:50%;transform:translateY(-50%)}.input_id input[type=text]{width:100%;height:60px;padding:0 10px 0 50px}.input_pw{position:relative;margin:10px 0 0}.input_pw::before{display:block;content:"";width:20px;height:20px;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("../images/ico_input_pw.png");position:absolute;left:15px;top:50%;transform:translateY(-50%)}.input_pw input[type=password]{width:100%;height:60px;padding:0 10px 0 50px}.save_area{display:flex;flex-flow:row wrap;align-items:center;gap:15px;padding:20px 0 0}.save_noti{display:none;width:100%;padding:20px 20px;border-radius:5px;background-color:#fff;border:1px solid #dbdbdb;box-shadow:10px 10px 20px rgba(0,0,0,.2);box-sizing:border-box}.save_noti p{font-size:1.5rem;line-height:1.3em;font-weight:500}.save_noti strong{display:block;padding:10px 0 0;font-size:1.5rem;line-height:1.3em}.save_area:has(input[type=checkbox]:checked) .save_noti{display:block}.login_link{display:flex;justify-content:center;align-items:center;gap:20px;margin:30px 0 0}.login_link a{font-weight:500;color:#555;position:relative}.login_link a+a{padding:0 0 0 20px}.login_link a+a::before{display:block;content:"";width:1px;height:16px;background-color:#e5e5e5;position:absolute;left:0;top:50%;transform:translateY(-50%)}.login_link a:hover{color:#0091e7}.member_certify_container{display:flex;flex-flow:column nowrap;align-items:center;gap:20px;border:solid 1px #ddd;border-radius:10px;padding:300px 40px 30px;background:url("../images/img_login_request.png") no-repeat center 40px;background-size:265px auto}.member_certify_container label{display:block;text-align:center;font-size:2rem;font-weight:600}.member_certify_container input[type=password]{max-width:400px;width:100%;text-align:center}.member_certify_container .list_01{padding:20px 20px;border-top:1px dashed #dbdbdb;border-bottom:1px dashed #dbdbdb}.list_01+.member_certify_container{margin-top:20px}.join_proce{display:flex;align-items:center;gap:24px;padding:0 0 40px}.join_proce li{flex:1;display:flex;align-items:center;justify-content:center;padding:16px 0;border-radius:50px;border:1px solid #dbdbdb;box-sizing:border-box;background-color:#fff;position:relative}.join_proce li>span{color:#555;font-weight:500}.join_proce li.on{background-color:var(--primary-color);border-color:var(--primary-color)}.join_proce li.on>span{color:#fff;font-weight:600}.join_proce li+li::before{display:block;content:"";width:24px;height:24px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='18' height='18' fill='rgba(204,204,204,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");position:absolute;left:-25px;top:50%;transform:translateY(-50%)}.join_certify{display:flex;flex-flow:row wrap;border:1px solid #dbdbdb;border-radius:5px;box-sizing:border-box;overflow:hidden}.join_certify a,.join_certify button{flex:1;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;padding:40px 20px;box-sizing:border-box;background-color:#fff;border-left:1px solid rgba(0,0,0,0)}.join_certify a+a,.join_certify a+button,.join_certify button+a,.join_certify button+button{border-left:1px dashed #dbdbdb}.join_certify a::before,.join_certify button::before{display:block;content:"";width:200px;height:200px;margin:0 auto 20px;border-radius:50%;border:2px solid #dbdbdb;box-sizing:border-box;background-repeat:no-repeat;background-position:center;transition:all .2s ease}.join_certify a:hover,.join_certify button:hover{opacity:1;background-color:#f9f9f9}.join_certify a:hover::before,.join_certify button:hover::before{border:2px solid var(--primary-color)}.join_certify .over_14::before{background-image:url("../images/img_over_14.svg");background-size:100px auto}.join_certify .under_14::before{background-image:url("../images/img_under_14.svg");background-size:100px auto}.join_certify .certify_phone::before{background-image:url("../images/img_certify_phone.png");background-size:150px auto}.join_certify .certify_ipin::before{background-image:url("../images/img_certify_ipin.png");background-size:150px auto}.join_certify .type{text-align:center;font-size:2rem;font-weight:600;line-height:1.3em;transition:all .2s ease}.join_certify .caption{margin:15px 0 0;font-size:1.6rem;line-height:1.3em;color:#777}.join_certify a.active,.join_certify button.active{background-color:#fff}.join_certify a.active::before,.join_certify button.active::before{border-color:rgba(0,0,0,0);background-color:var(--primary-color)}.join_certify a.active.certify_phone::before,.join_certify button.active.certify_phone::before{background-image:url("../images/img_certify_phone_white.png")}.join_certify a.active.certify_ipin::before,.join_certify button.active.certify_ipin::before{background-image:url("../images/img_certify_ipin_white.png")}.list_01+.join_choice{margin:20px 0 0}.terms_container{display:flex;flex-flow:column nowrap;gap:40px}.terms_item{border:1px solid #dbdbdb;position:relative}.terms_item h4{padding:20px 20px;font-size:1.8rem;font-weight:700;border-bottom:1px solid #dbdbdb}.terms_item .terms_agree{margin:0;position:absolute;right:20px;top:20px}.terms_agree{display:flex;align-items:center;gap:5px;margin:15px 0 0}.terms_agree label{font-weight:500}.terms_content{height:150px;padding:20px 20px;overflow-y:auto}.terms_content strong,.terms_content span{color:#555}.terms_content p{font-size:1.5rem;line-height:1.3em;font-weight:500;color:#555}.terms_content p.bold{font-weight:700}.terms_content p.medium{font-weight:500}.terms_content .table th,.terms_content .table td{padding:12px 12px;font-size:1.5rem}.terms_agree_all{display:flex;align-items:center;justify-content:center;gap:5px}.terms_agree_all label{font-size:1.8rem;font-weight:600}.join_complete h4{font-size:2rem;font-weight:600;text-align:center}.join_complete h4::before{display:block;content:"";width:120px;height:120px;margin:0 auto 20px;background-repeat:no-repeat;background-position:center;background-size:100% auto;background-image:url("../images/img_success.svg")}.find_id_result{padding:30px 20px 40px;border-radius:4px;box-sizing:border-box}.find_id_result h4{font-size:3.2rem;font-weight:600;text-align:center;padding:15px 0}.find_id_result p{font-size:2rem;font-weight:500;color:#777;text-align:center}.find_id_result span{display:block;text-align:center;padding:40px 0 0;line-height:1.3em;font-size:2.4rem;color:#777}.find_id_result span .id{font-weight:700;color:var(--primary-color);font-size:3rem}.find_pw_container{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;gap:15px;padding:25px 20px;margin:0 0 20px;border-radius:3px;border:2px solid var(--primary-color)}.find_pw_container p{width:100%;font-size:1.7rem;line-height:1.3em;font-weight:600;text-align:center;word-break:keep-all}.find_pw_container input[type=text]{width:60%;text-align:center}.loan_status{font-weight:600}.loan_status.loan{color:#245ab2}.loan_status.reserve{color:#4aaa58}.loan_status.return{color:#666}.loan_status.return_delay{color:#666}.loan_status.cancel{color:#666}.apply_status{font-weight:600}.apply_status.apply{color:#1fab2f}.apply_status.accepting{color:#1fab2f}.apply_status.selected{color:#0093e3}.apply_status.fail{color:#e92f4d}.apply_status.in_stock{color:#0093e3}.apply_status.cancel{color:#666}.apply_status.wait{color:#666}.apply_status.reject{color:#e92f4d}.mypage_item_container{display:flex;flex-flow:column nowrap;gap:15px}.mypage_item{display:flex;flex-flow:column nowrap;align-items:flex-start;padding:20px 20px;border:1px solid #dbdbdb;box-sizing:border-box;border-radius:3px;position:relative}.mypage_item .btn,.mypage_item .btn_primary,.mypage_item .btn_secondary{width:90px;height:90px;flex-flow:column nowrap;border-radius:50%;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.mypage_item:has(button){min-height:130px;padding:20px 130px 20px 20px}.mypage_item .myapge_status{margin:0 0 15px}.mypage_item input[type=checkbox]{position:absolute;left:20px;top:64px}.mypage_item__status{display:flex;gap:5px;margin:0 0 15px}.mypage_item__title{display:flex;gap:10px;margin:0 0 20px;font-size:1.8rem;font-weight:700;line-height:1.3em}.mypage_item__title:hover{color:#0091e7}.mypage_item__title input[type=checkbox]{margin:3px 0 0}.mypage_item:has(input[type=checkbox]) .mypage_item__title{padding:0 0 0 28px}.mypage_item__title a{font-size:1.8rem;font-weight:700;line-height:1.3em}.mypage_item__info{display:flex;flex-flow:row wrap;gap:10px 15px}.mypage_item__info li{display:flex;align-items:flex-start;gap:6px}.mypage_item__info .term{height:28px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;color:#444;border:1px solid #dbdbdb;box-sizing:border-box;border-radius:3px;padding:0 10px}.mypage_item__info .detail{min-height:28px;display:flex;align-items:center;font-size:1.5rem;font-weight:500;color:#444}.myapge_status{padding:6px 12px;font-size:1.4rem;font-weight:600;border-radius:50px}.myapge_status.positive{color:#245ab2;background-color:#e9edff}.myapge_status.negative{color:#666;background-color:#f0f0f0}.myapge_status.loan{color:#245ab2;background-color:#e9edff}.myapge_status.reserve{color:#4aaa58;background-color:#dff6ec}.myapge_status.apply{color:#0093e3;background-color:#e9edff}.myapge_status.in_stock{color:#0093e3;background-color:#e9edff}.myapge_status.accepting{color:#1fab2f;background-color:#dff6ec}.myapge_status.return{color:#666;background-color:#f0f0f0}.myapge_status.delay{color:#666;background-color:#f0f0f0}.myapge_status.success{color:#0093e3;background-color:#e9edff}.myapge_status.fail{color:#d54170;background-color:#ffeaf1}.myapge_status.cancel{color:#666;background-color:#f0f0f0}.mobile_card_wrapper{max-width:90%;width:390px;margin:0 auto;border-radius:10px;border:1px solid #e5e5e5;box-shadow:32px 10px 29px rgba(0,0,0,.09);box-sizing:border-box;overflow:hidden}.mobile_card_container{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;padding:40px 0}.mobile_card_container .hatch{width:100px}.mobile_card_container h4{padding:30px 0 15px;font-size:2.3rem;font-weight:700}.mobile_card_container p{padding:0 0 20px;font-size:1.7rem;font-weight:500;color:#009931}.mobile_card_container img{width:264px}.mobile_card_noti{padding:15px 20px;background-color:#f9f9f9;border-top:1px dashed #e5e5e5}.mobile_card_noti li{text-align:center;font-size:1.5rem;line-height:1.7em;font-weight:500;color:#6f6f6f}.sitemap_list{display:flex;flex-flow:row wrap;gap:30px}.sitemap_list>li{width:calc(33.3333333333% - 20px);border-radius:20px;border:1px solid rgba(0,0,0,0);background-image:linear-gradient(#fff, #fff),linear-gradient(to right, var(--primary-color) 0%, var(--primary-color) 100%);background-origin:border-box;background-clip:content-box,border-box;box-sizing:border-box;transition:all .3s ease}.sitemap_list>li:hover{background-image:var(--primary-gradient02);box-shadow:5px 5px 15px rgba(0,0,0,.1)}.sitemap_list>li>span{display:block;padding:20px 20px;text-align:center;font-size:1.8rem;font-weight:700;border-bottom:1px solid var(--primary-color)}.sitemap_sub{padding:15px 20px}.sitemap_sub li{border-bottom:1px dashed #e5e5e5}.sitemap_sub li:last-child{border-bottom:0 none}.sitemap_sub a{display:block;padding:15px 0;text-align:center;font-weight:500}.sitemap_sub a:hover{color:#0091e7}.family_site_container{display:flex;flex-flow:row wrap;gap:0 18px;border-top:2px solid #000}.family_site_container article{flex:1 0 calc(33.3333333333% - 12px);display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;gap:20px;border-bottom:1px solid #dbdbdb;padding:100px 20px 25px;background-repeat:no-repeat;background-size:145px auto;background-position:top 40px center;box-sizing:border-box}.family_site_container article h4{font-size:1.9rem;font-weight:700}.family_site_container article a{width:100%;border-radius:50px}.family_site_container .family_site_noimage{background-image:url("../images/img_family_site_noimage.gif")}.family_site_container .family_site_01{background-image:url("../images/img_family_site01.png")}.family_site_container .family_site_02{background-image:url("../images/img_family_site02.gif")}.family_site_container .family_site_03{background-image:url("../images/img_family_site03.gif")}.family_site_container .family_site_04{background-image:url("../images/img_family_site04.gif")}.family_site_container .family_site_05{background-image:url("../images/img_family_site05.gif")}.family_site_container .family_site_06{background-image:url("../images/img_family_site06.gif")}.family_site_container .family_site_07{background-image:url("../images/img_family_site07.gif")}.family_site_container .family_site_08{background-image:url("../images/img_family_site08.png")}.family_site_container .family_site_09{background-image:url("../images/img_family_site09.gif")}.family_site_container .family_site_10{background-image:url("../images/img_family_site10.gif")}.family_site_container .family_site_11{background-image:url("../images/img_family_site11.gif")}.family_site_container .family_site_12{background-image:url("../images/img_family_site12.jpg")}.family_site_container .family_site_13{background-image:url("../images/img_family_site13.gif")}.family_site_container .family_site_14{background-image:url("../images/img_family_site14.gif")}.family_site_container .family_site_15{background-image:url("../images/img_family_site15.gif")}.family_site_container .family_site_16{background-image:url("../images/img_family_site16.gif")}.family_site_container .family_site_17{background-image:url("../images/img_family_site17.gif")}.family_site_container .family_site_18{background-image:url("../images/img_family_site18.gif")}.family_site_container .family_site_19{background-image:url("../images/img_family_site19.jpg")}.family_site_container .family_site_20{background-image:url("../images/img_family_site20.jpg")}.family_site_container .family_site_21{background-image:url("../images/img_family_site21.gif")}.family_site_container .family_site_22{background-image:url("../images/img_family_site22.gif")}.family_site_container .family_site_23{background-image:url("../images/img_family_site23.gif")}.family_site_container .family_site_24{background-image:url("../images/img_family_site24.png")}.family_site_container .family_site_25{background-image:url("../images/img_family_site25.png")}.family_site_container .family_site_26{background-image:url("../images/img_family_site26.png")}.family_site_container .family_site_27{background-image:url("../images/img_family_site27.gif")}.family_site_container .family_site_28{background-image:url("../images/img_family_site28.png")}.family_site_container .family_site_29{background-image:url("../images/img_family_site29.png")}.family_site_container .family_site_30{background-image:url("../images/img_family_site30.png")}.family_site_container .family_site_31{background-image:url("../images/img_family_site31.png")}.family_site_container .family_site_32{background-image:url("../images/img_family_site32.png")}.family_site_container .family_site_33{background-image:url("../images/img_family_site33.png")}.family_site_container .family_site_34{background-image:url("../images/img_family_site34.png")}.family_site_container .family_site_35{background-image:url("../images/img_family_site35.png")}.family_site_container .family_site_36{background-image:url("../images/img_family_site36.png")}.family_site_container .family_site_37{background-image:url("../images/img_family_site37.png")}.family_site_container .family_site_38{background-size:180px auto;background-image:url("../images/img_family_site38.png")}.family_site_container .family_site_39{background-size:200px auto;background-image:url("../images/img_family_site39.png")}.family_site_container .family_site_40{background-size:200px auto;background-image:url("../images/img_family_site40.png")}.family_site_container .family_site_41{background-size:125px auto;background-image:url("../images/img_family_site41.png")}.family_site_container .family_site_42{background-size:180px auto;background-image:url("../images/img_family_site42.png")}.privacy_mark h5{font-size:1.8rem;font-weight:600;line-height:1.3em;margin:0 0 15px}.privacy_mark ul{display:flex;flex-flow:row wrap;border-bottom:1px solid #dbdbdb;border-right:1px solid #dbdbdb}.privacy_mark li{width:33.3333333333%;box-sizing:border-box;border-top:1px solid #dbdbdb;border-left:1px solid #dbdbdb}.privacy_mark a{display:block;padding:90px 10px 15px;box-sizing:border-box;text-align:center;font-weight:600;background-repeat:no-repeat;background-position:top 20px center;background-size:auto 62px}.privacy_mark__item01 a{background-image:url("../images/img_privacy_label01.gif")}.privacy_mark__item02 a{background-image:url("../images/img_privacy_label02.gif")}.privacy_mark__item03 a{background-image:url("../images/img_privacy_label03.gif")}.privacy_mark__item04 a{background-image:url("../images/img_privacy_label04.gif")}.privacy_mark__item05 a{background-image:url("../images/img_privacy_label05.gif")}.privacy_mark__item06 a{background-image:url("../images/img_privacy_label06.jpg")}.privacy_mark+.privacy_index{margin:30px 0 0}.privacy_index{padding:30px 30px;border-radius:20px;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,.07);box-sizing:border-box}.privacy_index h5{padding:0 0 20px;margin:0 0 20px;text-align:center;font-size:1.8rem;font-weight:600;line-height:1.3em;border-bottom:1px dashed #bfbfbf}.privacy_index p{font-weight:600;line-height:1.3em;margin:0 0 25px}.privacy_index ol{display:flex;flex-flow:row wrap;gap:10px 20px}.privacy_index li{width:calc(50% - 10px)}.privacy_index a{display:flex;align-items:center;min-height:35px;padding:10px 0 10px 45px;font-weight:600;line-height:1.2em;word-break:keep-all;background-repeat:no-repeat;background-position:top left;background-size:35px auto;position:relative;box-sizing:border-box}.privacy_index__item01 a{padding:0 0 0 105px;background-size:auto;background-image:url("../images/img_privacy_deco01.gif")}.privacy_index__item02 a{background-image:url("../images/img_privacy_deco02.gif")}.privacy_index__item03 a{background-image:url("../images/img_privacy_deco03.gif")}.privacy_index__item04 a{background-image:url("../images/img_privacy_deco04.gif")}.privacy_index__item05 a{background-image:url("../images/img_privacy_deco05.gif")}.privacy_index__item06 a{background-image:url("../images/img_privacy_deco06.gif")}.privacy_index__item07 a{background-image:url("../images/img_privacy_deco07.gif")}.privacy_index__item08 a{background-image:url("../images/img_privacy_deco08.gif")}.privacy_index__item09 a{background-image:url("../images/img_privacy_deco09.gif")}.privacy_index__item10 a{background-image:url("../images/img_privacy_deco10.gif")}.privacy_index__item11 a{background-image:url("../images/img_privacy_deco11.gif")}.privacy_index__item12 a{background-image:url("../images/img_privacy_deco12.gif")}.privacy_index__item13 a{background-image:url("../images/img_privacy_deco13.gif")}.privacy_index__item14 a{background-image:url("../images/img_privacy_deco14.gif")}.privacy_index__item15 a{background-image:url("../images/img_privacy_deco15.gif")}.privacy_index__item16 a{background-image:url("../images/img_privacy_deco16.gif")}.privacy_title{padding:10px 0 10px 45px;margin:0 0 20px;font-size:2.2rem;font-weight:600;line-height:1.3em;background-repeat:no-repeat;background-position:top 8px left;background-size:35px auto}.privacy_title.deco01{padding:10px 0 10px 105px;background-size:auto;background-image:url("../images/img_privacy_deco01.gif")}.privacy_title.deco02{background-image:url("../images/img_privacy_deco02.gif")}.privacy_title.deco03{background-image:url("../images/img_privacy_deco03.gif")}.privacy_title.deco04{background-image:url("../images/img_privacy_deco04.gif")}.privacy_title.deco05{background-image:url("../images/img_privacy_deco05.gif")}.privacy_title.deco06{background-image:url("../images/img_privacy_deco06.gif")}.privacy_title.deco07{background-image:url("../images/img_privacy_deco07.gif")}.privacy_title.deco08{background-image:url("../images/img_privacy_deco08.gif")}.privacy_title.deco09{background-image:url("../images/img_privacy_deco09.gif")}.privacy_title.deco10{background-image:url("../images/img_privacy_deco10.gif")}.privacy_title.deco11{background-image:url("../images/img_privacy_deco11.gif")}.privacy_title.deco12{background-image:url("../images/img_privacy_deco12.gif")}.privacy_title.deco13{background-image:url("../images/img_privacy_deco13.gif")}.privacy_title.deco14{background-image:url("../images/img_privacy_deco14.gif")}.privacy_title.deco15{background-image:url("../images/img_privacy_deco15.gif")}.privacy_title.deco16{background-image:url("../images/img_privacy_deco16.gif")}.ck-content h1{font-size:2rem}.ck-content h2{font-size:1.5rem;padding-left:20px}.ck-content h3{font-size:1.2rem;padding-left:40px}@media(max-width: 1400px){.quick_menu{width:100px;top:initial;right:15px;bottom:15px;transform:none}.quick_menu__btn{height:130px;border-radius:10px;background-size:cover}.quick_menu__list{display:none}}@media(max-width: 1024px){.hidden_y{overflow-y:hidden}.header_wrapper::before{display:none}.h1 img{width:190px}.header_wrapper.on .gnb__sub{padding:0 2vw;box-sizing:border-box}.header_wrapper.on.gnb1 .gnb__sub,.header_wrapper.on.gnb1 .gnb_bg{height:100%}.header_wrapper.on.gnb2 .gnb__sub,.header_wrapper.on.gnb2 .gnb_bg{height:100%}.header_wrapper.on.gnb3 .gnb__sub,.header_wrapper.on.gnb3 .gnb_bg{height:100%}.header_wrapper.on.gnb4 .gnb__sub,.header_wrapper.on.gnb4 .gnb_bg{height:100%}.header_wrapper.on.gnb5 .gnb__sub,.header_wrapper.on.gnb5 .gnb_bg{height:100%}.header_wrapper.on.gnb6 .gnb__sub,.header_wrapper.on.gnb6 .gnb_bg{height:100%}.header_wrapper.on.gnb7 .gnb__sub,.header_wrapper.on.gnb7 .gnb_bg{height:100%}.header_wrapper.on.gnb8 .gnb__sub,.header_wrapper.on.gnb8 .gnb_bg{height:100%}.header_wrapper.on.gnb9 .gnb__sub,.header_wrapper.on.gnb9 .gnb_bg{height:100%}.header_wrapper.on.gnb10 .gnb__sub,.header_wrapper.on.gnb10 .gnb_bg{height:100%}.header_wrapper.on.gnb11 .gnb__sub,.header_wrapper.on.gnb11 .gnb_bg{height:100%}.header_wrapper.on.gnb12 .gnb__sub,.header_wrapper.on.gnb12 .gnb_bg{height:100%}.header_wrapper.on.gnb13 .gnb__sub,.header_wrapper.on.gnb13 .gnb_bg{height:100%}.header_wrapper.on.gnb14 .gnb__sub,.header_wrapper.on.gnb14 .gnb_bg{height:100%}.header_wrapper.on.gnb15 .gnb__sub,.header_wrapper.on.gnb15 .gnb_bg{height:100%}.header_wrapper.on.gnb16 .gnb__sub,.header_wrapper.on.gnb16 .gnb_bg{height:100%}.header_wrapper.on.gnb17 .gnb__sub,.header_wrapper.on.gnb17 .gnb_bg{height:100%}.header_wrapper.on.gnb18 .gnb__sub,.header_wrapper.on.gnb18 .gnb_bg{height:100%}.header_wrapper.on.gnb19 .gnb__sub,.header_wrapper.on.gnb19 .gnb_bg{height:100%}.header_wrapper.on.gnb20 .gnb__sub,.header_wrapper.on.gnb20 .gnb_bg{height:100%}.header_top{display:none}.header_wrapper,.potal .header_wrapper{height:auto;overflow:hidden}.header,.theme05 .header{height:70px;padding:0 calc(2vw + 40px) 0 2vw;position:relative;overflow:hidden}.header_search{max-width:380px;height:40px}.header_search .search_btn{width:40px;height:40px}.mobile_card{display:flex;align-items:center;gap:8px;padding:5px 15px;text-align:center;font-size:1.4rem;font-weight:600;word-break:keep-all;border-radius:50px;border:1px solid var(--primary-color)}.mobile_card::before{display:block;content:"";flex:none;width:20px;height:20px;background-repeat:no-repeat;background-position:center;background-size:20px auto;background-image:url("../images/ico_mobile_card.png")}.mobile_card br{display:none}.gnb_on_btn{display:block;width:24px;height:24px;font-size:0;background-repeat:no-repeat;background-position:center;background-size:100% auto;background-image:url("../images/ico_gnb_on.png");position:absolute;right:2vw;top:50%;transform:translateY(-50%)}.gnb_off_btn{width:24px;height:24px;font-size:0;background-repeat:no-repeat;background-position:center;background-size:100% auto;background-image:url("../images/ico_gnb_off.png");position:absolute;right:-100%;top:23px;z-index:10;transition:all .2s ease;display:none}.gnb_off_btn.on{display:block}.tnb,.theme05 .tnb{gap:20px;width:100%;height:70px;padding:0 2vw;background-color:var(--primary-color);box-sizing:border-box;position:fixed;right:-100%;top:0;z-index:10;transition:all .2s ease;display:none}.tnb.on,.theme05 .tnb.on{display:flex}.tnb a,.tnb button,.theme05 .tnb a,.theme05 .tnb button{gap:8px;padding:0;color:#fff}.tnb a::before,.tnb a+a::before,.tnb a+button::before,.tnb button::before,.tnb button+a::before,.tnb button+button::before,.theme05 .tnb a::before,.theme05 .tnb a+a::before,.theme05 .tnb a+button::before,.theme05 .tnb button::before,.theme05 .tnb button+a::before,.theme05 .tnb button+button::before{display:block;content:"";width:30px;height:30px;border-radius:50%;background-color:#fff;background-repeat:no-repeat;background-position:center center;background-size:auto 16px}.tnb a:hover,.tnb button:hover,.theme05 .tnb a:hover,.theme05 .tnb button:hover{color:#fff}.tnb .login::before,.theme05 .tnb .login::before{background-image:url("../images/ico_login_mobile.png")}.tnb .logout::before,.theme05 .tnb .logout::before{background-image:url("../images/ico_logout_mobile.png")}.tnb .join::before,.theme05 .tnb .join::before{background-image:url("../images/ico_join_mobile.png")}.tnb .mypage::before,.theme05 .tnb .mypage::before{background-image:url("../images/ico_mypage_mobile.png")}.tnb .sitemap,.theme05 .tnb .sitemap{display:none}.gnb_nav,.theme05 .gnb_nav{width:100%;height:calc(100vh - 70px);padding:0;border:0 none;background:linear-gradient(90deg, var(--gnb-bg) 0%, var(--gnb-bg) 40%, #fff 40%, #fff 100%);position:fixed;right:-100%;top:70px;z-index:10;transition:all .2s ease;display:none}.gnb_nav.on,.theme05 .gnb_nav.on{display:block}.gnb{padding:0;flex-flow:column nowrap;position:relative}.gnb>li{flex:none;width:40%;height:auto;border-bottom:1px solid var(--gnb-line);position:static}.gnb>li>a{justify-content:flex-start;height:auto;padding:20px 2vw;font-size:1.6rem;font-weight:600;box-sizing:border-box}.gnb>li>a::before{bottom:-1px}.gnb>li>a:hover{color:inherit}.gnb__sub{display:none;width:60%;height:100%;left:40%;top:0;box-sizing:border-box;overflow-y:auto}.gnb__sub>li>a{justify-content:flex-start;padding:20px 2vw;font-weight:500;color:#252525;border-bottom:1px solid #d5d5d5;position:relative}.gnb__sub>li>a::before{display:block;content:"";width:20px;height:20px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(204,204,204,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");position:absolute;right:10px;top:50%;transform:translateY(-50%)}.gnb>li.on>a,.gnb>li.active>a{background-color:#fff}.gnb>li.on .gnb__sub,.gnb>li.active .gnb__sub{display:block;background-color:rgba(0,0,0,0)}.gnb>li.on .gnb__sub>li>a,.gnb>li.active .gnb__sub>li>a{height:auto}.gnb_bg{display:none}.header_wrapper.on .gnb_nav{right:0}.header_wrapper.on .tnb{right:0}.header_wrapper.on .gnb_off_btn{right:15px}.quick_menu{display:block;width:100%;left:0;bottom:0;z-index:10}.quick_menu__btn{height:50px;font-size:1.6rem;font-weight:600;border-radius:0;color:#fff;background-color:var(--primary-color);background-image:none}.quick_menu__list{display:none}.footer_banner{display:none}.footer_wrapper{height:230px}.footer_nav__left a{font-size:1.5rem}.familysite_btn{width:200px;font-size:1.5rem}.familysite_list{width:200px}.familysite_list a{font-size:1.5rem}.footer_info{margin:20px 0 0}.footer_info dt,.footer_info dd,.footer_info address{font-size:1.5rem}.footer_copyright{font-size:1.4rem}.library_modal .modal_container{display:block;width:calc(100% - 20px);height:auto;margin:0;position:absolute;left:50%;bottom:-100%;transform:translateX(-50%);transition:all .3s ease}.library_modal.on .modal_container{bottom:10px}.library_modal .modal_close_btn{width:40px;height:40px;border-radius:5px;background-color:var(--primary-color);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='48' height='48' fill='rgba(255,255,255,1)'%3E%3Cpath d='M10.5859 12L2.79297 4.20706L4.20718 2.79285L12.0001 10.5857L19.793 2.79285L21.2072 4.20706L13.4143 12L21.2072 19.7928L19.793 21.2071L12.0001 13.4142L4.20718 21.2071L2.79297 19.7928L10.5859 12Z'%3E%3C/path%3E%3C/svg%3E");left:initial;top:-50px;right:0;background-size:24px auto;transition:all .2s ease}.library_modal .modal_close_btn:hover{transform:none}.modal_library_map{width:100%;height:100%;padding:20px 0 20px 20px;border-radius:15px;border:5px solid var(--primary-color);background-color:#fff;box-sizing:border-box;overflow:hidden;background-image:none;transition:all .2s ease}.modal_library_map .library_list{display:flex;flex-flow:row wrap;gap:12px;height:100%;padding:0 15px 0 0;overflow-y:auto}.modal_library_map .library_list a{display:flex;justify-content:center;align-items:center;width:calc(33.3333333333% - 8px);height:40px;padding:0;font-size:1.6rem;font-weight:500;border-radius:5px;border:1px solid #d5d5d5;background-color:#fff;box-sizing:border-box;position:static;transition:all .2s ease}.modal_library_map .library_list a::before{display:none}.modal_library_map .library_list a:hover{border-color:var(--primary-color);background-color:var(--primary-light);color:var(--primary-color)}.modal_library_map .library_list a.portal{display:flex}.modal_library_info{display:none}.contents_wrapper{min-height:calc(100vh - 370px);padding:0;background:rgba(0,0,0,0)}.contents_container,.theme01 .contents_container,.theme02 .contents_container,.theme03 .contents_container,.theme04 .contents_container,.theme05 .contents_container{padding:0;flex-flow:column nowrap;gap:0}.contents_container.jsContentsTheme01,.theme01 .contents_container.jsContentsTheme01,.theme02 .contents_container.jsContentsTheme01,.theme03 .contents_container.jsContentsTheme01,.theme04 .contents_container.jsContentsTheme01,.theme05 .contents_container.jsContentsTheme01{background-image:none}.contents_container.jsContentsTheme02,.theme01 .contents_container.jsContentsTheme02,.theme02 .contents_container.jsContentsTheme02,.theme03 .contents_container.jsContentsTheme02,.theme04 .contents_container.jsContentsTheme02,.theme05 .contents_container.jsContentsTheme02{background-image:none}.contents_container.jsContentsTheme03,.theme01 .contents_container.jsContentsTheme03,.theme02 .contents_container.jsContentsTheme03,.theme03 .contents_container.jsContentsTheme03,.theme04 .contents_container.jsContentsTheme03,.theme05 .contents_container.jsContentsTheme03{background-image:none}.contents_container.jsContentsTheme04,.theme01 .contents_container.jsContentsTheme04,.theme02 .contents_container.jsContentsTheme04,.theme03 .contents_container.jsContentsTheme04,.theme04 .contents_container.jsContentsTheme04,.theme05 .contents_container.jsContentsTheme04{background-image:none}.contents_container.jsContentsTheme05,.theme01 .contents_container.jsContentsTheme05,.theme02 .contents_container.jsContentsTheme05,.theme03 .contents_container.jsContentsTheme05,.theme04 .contents_container.jsContentsTheme05,.theme05 .contents_container.jsContentsTheme05{background-image:none}.contents_side{width:100%;position:relative}.snb_btn{display:flex;align-items:center;justify-content:space-between;width:100%;height:50px;padding:0 15px;font-weight:600;color:#fff;background-color:var(--primary-color);box-sizing:border-box}.snb_btn::after{display:block;content:"";width:12px;height:12px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='12' height='12' fill='rgba(255,255,255,1)'%3E%3Cpath d='M12.8659 3.00017L22.3922 19.5002C22.6684 19.9785 22.5045 20.5901 22.0262 20.8662C21.8742 20.954 21.7017 21.0002 21.5262 21.0002H2.47363C1.92135 21.0002 1.47363 20.5525 1.47363 20.0002C1.47363 19.8246 1.51984 19.6522 1.60761 19.5002L11.1339 3.00017C11.41 2.52187 12.0216 2.358 12.4999 2.63414C12.6519 2.72191 12.7782 2.84815 12.8659 3.00017ZM4.20568 19.0002H19.7941L11.9999 5.50017L4.20568 19.0002Z'%3E%3C/path%3E%3C/svg%3E")}.snb_btn.on::after{transform:rotate(180deg)}.snb{width:100%;border-radius:0;grid-template-rows:0fr;visibility:hidden;border:0 none;box-shadow:5px 5px 20px rgba(0,0,0,.1);transition:all .3s ease;position:absolute;top:50px;left:0;z-index:5}.snb__title{display:none}.snb__list{padding:0;margin:0;border-radius:0}.snb__list>li>a{padding:12px 15px}.snb__sub{flex-flow:row wrap;gap:20px 20px;padding:12px 15px 12px 25px;border-top:0 none;background-color:#f9f9f9}.snb__sub>a{width:calc(50% - 10px);padding:0 0 0 13px;box-sizing:border-box;color:#777}.snb__sub>a::before,.snb__sub>a.active::before{display:block;content:"";width:5px;height:5px;background-color:rgba(0,0,0,0);border-left:1px solid #aaa;border-bottom:1px solid #aaa;box-sizing:border-box;position:absolute;left:0;top:5px}.snb__sub>a.active{padding:0 0 0 13px}.contents_area{width:100%;padding:30px 2vw 60px;box-sizing:border-box}.contents_header{display:none}.h4_deco{padding:0 0 0 18px;font-size:2.2rem}.h4_deco::before{width:10px;height:20px;background-size:10px auto;top:4px}.h5_deco{padding:0 0 0 20px;font-size:1.9rem}.h5_deco::before{width:15px;height:8px;background-size:15px auto;top:8px}.faceted_wrapper{display:none}.lecture_detail__poster{width:250px;height:350px}.familymember_item__container>span{width:calc(50% - 5px)}.program_link{gap:12px;padding:20px 20px}.program_link a{flex:1 1 calc(25% - 9px)}.program_intro{padding:80px 20px 20px;border-left-width:2px;border-right-width:2px;background-position:top 10px center;background-size:40px auto}.program_intro p{text-align:center}.program_intro.type01{background-size:40px auto}.program_intro.type02{padding:75px 20px 20px;background-size:55px auto}.program_intro.type03{background-size:55px auto}.program_intro.type04{padding:70px 20px 20px;background-size:60px auto}.thesis_header{padding:75px 20px 20px;border-left-width:2px;border-right-width:2px;background-position:top 10px center;background-size:50px auto}.thesis_header p{text-align:center}.subsc_container{gap:30px}.faq_item button{width:30px;height:30px;background-size:24px auto}.question_area h4 em{width:30px;height:30px}.question_area h4 span{min-height:30px;font-size:1.6rem}.answer_content{padding:0 0 0 70px}.answer_content::before{width:30px;height:30px}.answer_content h5{width:30px;height:30px;left:30px}.answer_text{min-height:30px}.family_site_container{gap:0 20px}.family_site_container article{flex:1 0 calc(50% - 10px)}}@media screen and (max-width: 760px){html{font-size:55%}.header_wrapper,.header,.theme05 .header{overflow:initial}.h1 img{width:170px}.header_search{display:none}.mobile_card br{display:block}.footer_wrapper{height:300px;padding:30px 0 100px;box-sizing:border-box}.footer_wrapper::before{display:none}.footer_nav{justify-content:center;height:auto}.footer_nav a+a{padding:0}.footer_nav a+a::before{display:none}.footer_nav__right{display:none}.footer_info{gap:8px 16px;justify-content:center}.footer_info dt,.footer_info dd,.footer_info address{font-size:1.5rem}.footer_info .address{width:100%}.footer_info .address dd{width:100%}.footer_info address{text-align:center}.footer_copyright{text-align:center}.h4_deco::before{top:3px}.h5_deco::before{top:7px}.h4_title::before,.h5_title::before{height:15px;top:3px}.tab_nav{gap:0;margin:0 0 30px;border-radius:10px}.tab_nav a,.tab_nav button{flex:1 1 auto;min-height:36px;border-radius:6px}.tab_nav02{margin:0 0 30px}.tab_nav02 a,.tab_nav02 button{flex:1 1 auto;min-height:40px}.search_container,.search_container.center{justify-content:flex-start;gap:5px 5px;padding:0;margin:0 0 30px;border:0 none;background-color:rgba(0,0,0,0)}.search_container select,.search_container input[type=text],.search_container input[type=date],.search_container button,.search_container.center select,.search_container.center input[type=text],.search_container.center input[type=date],.search_container.center button{height:40px}.search_container select,.search_container.center select{flex:1}.search_container .label_select,.search_container.center .label_select{width:100%;padding:0 0 0 70px;position:relative;box-sizing:border-box}.search_container .label_select label:not(.hidden),.search_container.center .label_select label:not(.hidden){width:70px;position:absolute;left:0;top:12px}.search_container .label_select select,.search_container .label_select input[type=date],.search_container.center .label_select select,.search_container.center .label_select input[type=date]{flex:1}.search_container:has(.label_select:nth-child(n+2)),.search_container.center:has(.label_select:nth-child(n+2)){gap:10px 5px}.search_container .btn_ico_search,.search_container.center .btn_ico_search{width:100%}.search_container .btn_ico_excel,.search_container.center .btn_ico_excel{width:100%}.search_box{flex:1 1 auto;position:relative}.search_box input[type=text],.search_box button{height:40px}.search_box .btn_ico_search{gap:0;min-width:auto;width:40px;padding:0;font-size:0;border:0 none;background-color:rgba(0,0,0,0);position:absolute;right:0;top:0}.search_box .btn_ico_search::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(0,0,0,1)'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z'%3E%3C/path%3E%3C/svg%3E")}.list_01>li::before{top:6px}.text_box_01{padding:20px 15px}.text_dash_box{padding:20px 15px}.noti_box{align-items:center;padding:85px 15px 15px;background-position:top 15px center;background-size:60px auto}.noti_box h4{text-align:center;font-size:2rem}.noti_box__text{text-align:center}.noti_box a{height:40px}.explain_point::before{top:2px}.paging_container{padding:30px 0 0}.paging_container button,.paging_container strong{width:24px;height:24px}.no_data,.table .no_data{padding:50px 20px;font-size:1.6rem}.ebook_header{padding:80px 20px 20px;background-position:top 20px center;background-size:60px auto}.ebook_container article{flex:1 1 100%;padding:70px 20px 20px;background-position:top 18px center;background-size:40px auto}.ebook_container .ebook_item03{background-size:33px auto}.ebook_container .ebook_item05{padding:74px 20px 20px;background-size:40px auto}.ebook_container .ebook_item06{padding:74px 20px 20px;background-size:40px auto}.ebook_container h4{line-height:1.3em}.proce_img_list{flex-flow:column nowrap;gap:50px}.proce_img_list li{width:100%}.proce_img_list li+li::before{left:50%;top:46px;transform:translateX(-50%) rotate(90deg);top:-30px}.proce_img_list.thesis{gap:50px}.proce_img_list.thesis li{width:100%;background-size:100px auto}.proce_img_list.thesis li+li::after{display:none}.proce_img_list.thesis li+li::before{left:50%;top:46px;transform:translateX(-50%) rotate(90deg);top:-30px}.program_link{gap:9px}.program_link a{flex:1 1 calc(33.3333333333% - 8px)}.eum_info{padding:130px 0 0;background-position:top center;background-size:100px auto}.eum_terms{padding:15px 15px}.eum_terms__content{padding:0 20px 0 0}.book_search_top .btn_multilingual{display:none}.popular_searches .swiper{flex:1}.book_search_date{gap:15px;padding:15px 15px}.book_search_date .left{width:100%}.book_search_date .right{width:100%}.book_search_day{width:100%}.book_search_day label{flex:1}.book_search_range{width:100%}.book_search_area{padding:0;border-radius:0;border:0 none;background-color:rgba(0,0,0,0)}.book_search_box select,.book_search_box input[type=text],.book_search_box button{height:44px}.book_search_box input[type=text]{padding:0 10px}.book_search_box .btn_ico_search{min-width:auto;width:44px;gap:0;font-size:0}.book_search_box .btn_ico_search::before{background-size:20px auto}.book_search_box .btn_ico_plus{min-width:auto;width:60px;font-size:1.4rem}.book_search_library{padding:10px 10px}.book_search_library ul{gap:6px}.book_search_library ul li{width:calc(50% - 3px)}.book_search_library label{height:40px}.book_search_select{flex-flow:row wrap;gap:5px;padding:15px}.book_search_select_container{flex-flow:row wrap;gap:5px}.book_search_select select{flex:1;height:40px;border-radius:2px}.book_search_select select+select{border-left-color:#dbdbdb}.book_search_select .btn_ico_search{width:100%;height:40px;border-radius:2px}.book_result_function{gap:15px 0}.book_result_function .left{width:100%;gap:6px}.book_result_function .right{width:100%;gap:6px}.book_result_function select{flex:1 1 100%}.book_result_function button{flex:1}.book_item,.book_item:has(input[type=checkbox]){flex-flow:column nowrap;align-items:center;gap:15px;padding:15px 15px;border-radius:5px}.book_item input[type=checkbox],.book_item:has(input[type=checkbox]) input[type=checkbox]{left:15px;top:15px}.book_item__contents{width:100%;gap:12px}.book_item__title{padding:0}.book_item__title a{text-align:center}.book_item__info01{justify-content:center;gap:8px}.book_item__info02{justify-content:center;padding:12px 0 0}.book_item__info02 li{gap:5px;padding:0}.book_item__info02 li::after{display:none}.book_location_btn{padding:0 19px 0 0}.book_location_btn::before{width:14px;height:14px;background-size:16px auto}.book_item__loan{justify-content:center;margin:6px 0 0;position:static}.book_item__button{padding:12px 0 0}.book_item__button button{flex:1}.search_detail_container li{display:flex;flex-flow:column nowrap;gap:10px;padding:0}.search_detail_container li+li{margin:25px 0 0}.search_detail_container .label{width:auto;min-height:auto;font-size:1.7rem;position:static}.search_detail_container .detail_box{width:100%}.search_detail_container .detail_box:has(.btn_ico_keyboard) input[type=text]{padding:0 10px}.search_detail_container .btn_ico_keyboard{display:none}.search_detail_container .checkbox_container{padding:0;border-radius:0;border:0 none}.book_detail__info{flex-flow:column nowrap;align-items:center;gap:20px;padding:15px 15px}.book_detail__dl dt{width:64px}.book_detail__dl dt::before{display:none}.book_detail__dl dd{width:calc(100% - 64px);padding:0;color:#444}.book_story__box{padding:15px 15px}.book_collection__item{padding:45px 15px 15px}.book_collection__info{padding:0}.book_collection__loan{left:15px;top:15px}.book_collection__button{padding:12px 0 0;margin:12px 0 0;border-top:1px dashed #dbdbdb}.book_collection__button a,.book_collection__button button{flex:1}.graph_container{padding:40px 15px 50px 45px}.graph_x__text{font-size:1.4rem}.graph_y__text{font-size:1.4rem}.keyword_container .w10{font-size:450%}.keyword_container .w9{font-size:420%}.keyword_container .w8{font-size:300%}.keyword_container .w7{font-size:260%}.keyword_container .w6{font-size:220%}.keyword_container .w5{font-size:180%}.keyword_container .w4{font-size:160%}.keyword_container .w3{font-size:140%}.keyword_container .w2{font-size:120%}.keyword_container .w1{font-size:100%}.library_bigdata_books{gap:18px}.library_bigdata_books li{width:calc(33.3333333333% - 12px)}.library_bigdata_books h5{height:auto}.book_search_right select{flex:1 1 auto}.book_search_right .search_box{flex:1 1 auto}.hope_store{padding:20px 15px}.hope_store dl span{width:calc(50% - 6px)}.lecture_item{flex-flow:column nowrap;gap:15px;padding:15px 15px;border-radius:2px}.lecture_item__library{padding:6px 15px;font-size:1.4rem}.lecture_item__title{width:100%}.lecture_item__title a{font-size:2rem}.lecture_item__poster{display:none}.lecture_item__button{flex-flow:row nowrap;gap:5px;width:100%;padding:15px 0 0;border-top:1px dashed #ddd}.lecture_item__button a,.lecture_item__button button{flex:1;height:36px;border-radius:2px}.form_table .familyapply_tr{padding:15px 0 0;border-bottom:0 none}.form_table .familyapply_tr td{padding:0}.fmailymember_wrapper{padding:0;border-radius:0;border:0 none;background-color:rgba(0,0,0,0)}.familymember_item{padding:15px 15px;border-radius:5px;border:1px solid #dbdbdb;background-color:#fafafa}.familymember_item+.familymember_item{margin:15px 0 0}.familymember_item h5{height:auto}.familymember_item__container>span{width:100%}.familymember_item__button{width:100%;position:static;padding:10px 0 0;margin:10px 0 0;border-top:1px dashed #dbdbdb}.familymember_item__button button{flex:1;width:auto;height:36px}.form_terms{padding:0 15px}.form_terms+.form_terms{margin:50px 0 0}.form_terms h4{font-size:1.6rem}.form_terms button{width:20px;height:20px;background-size:20px auto}.form_terms .label_box{right:0;top:initial;bottom:-30px}.form_terms__content{width:calc(100% + 30px);margin:0 -15px}.form_terms__content>div{padding:0 15px}.form_terms__content.on>div{padding:15px 15px}.lecture_detail__title{padding:12px 15px}.lecture_detail__info{flex-flow:column-reverse nowrap;align-items:center;gap:20px;padding:15px 15px}.lecture_detail__poster{width:200px;height:280px}.lecture_detail__dl{gap:10px 0}.lecture_detail__content{padding:15px 15px}.lecture_file{padding:15px 15px}.board_detail__title{padding:15px 15px}.board_detail__info01{padding:10px 15px;gap:10px 10px}.board_detail__info01 dl{gap:5px}.board_detail__info01 dl+dl{padding:0 0 0 10px}.board_detail__file{gap:10px;padding:10px 15px}.board_detail__content{padding:15px 15px}.board_search{padding:0;margin:30px 0 0;border:0 none;background-color:rgba(0,0,0,0)}.board_search .board_search_box{position:relative}.board_search .btn_ico_search{gap:0;min-width:auto;width:40px;padding:0;font-size:0;border:0 none;background-color:rgba(0,0,0,0);position:absolute;right:0;top:0}.board_search .btn_ico_search::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20' fill='rgba(0,0,0,1)'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z'%3E%3C/path%3E%3C/svg%3E")}.upload_container{padding:0;border-radius:0;background-color:rgba(0,0,0,0)}.upload_container .btn_container{width:100%;margin-left:initial}.upload_container .btn_container button,.upload_container .btn_container label{flex:1}.upload_list li{padding:10px 15px 10px 38px}.upload_list li::before{width:16px;height:16px;background-size:16px auto;left:15px}.club_detail__title{padding:15px 15px}.club_detail__info{gap:15px;padding:15px 15px}.club_detail__info dl{flex:1 1 100%}.swiper_box{padding:0;border-radius:0;background-color:rgba(0,0,0,0)}.swiper_box .swiper_pagination .swiper-pagination-bullet{width:6px;height:6px}.swiper_box .swiper_pagination .swiper-pagination-bullet-active{width:12px;height:6px}.intro_header{padding:40px 20px}.intro_header p{font-size:2rem}.intro_header h4{font-size:2.8rem}.intro_content p:first-child{font-size:1.8rem}.history_container article{flex-flow:column wrap;gap:20px}.history_container article h4{font-size:2.5rem}.history_container article ol{margin:0 0 0 8px}.history_container article li{padding:0 0 0 120px}.history_container article strong{left:20px}.declaration article{padding:150px 15px 20px;background-position:top 35px center;background-size:210px auto}.declaration ol li{min-height:30px;padding:0 0 0 45px}.declaration ol li::before{width:30px;height:30px}.service_list{flex-flow:column nowrap;gap:0;padding:20px 20px;background-size:130px auto}.service_list dt{margin:0 0 10px}.service_list dd{width:100%;min-height:auto}.service_list dd+dt{margin:20px 0 10px}.library_search_map{height:250px}.library_search_info{flex-flow:column nowrap}.library_search_info>div{border-top:1px solid #dbdbdb;border-left:0 none}.library_search_info>div:first-child{border-top:0 none}.school_header{height:auto;padding:50px 20px;background-position:left top;background-size:cover;box-sizing:border-box}.school_header p{padding:0}.school_header img{width:140px;height:64px;background-size:140px auto;bottom:-22px}.school_function_list{padding:30px 20px}.school_function_list::before{display:none}.school_function_list li{gap:30px}.use_info article{flex-flow:column nowrap;gap:10px}.use_info article h4{justify-content:center;width:100%;min-height:auto;padding:55px 0 0;background-size:45px auto;background-position:top center}.use_info article .use_info__content{width:100%}.facility_info dl{gap:0}.facility_info dt{width:80px;font-size:2rem}.facility_info dd{width:calc(100% - 80px);padding:15px 15px;border-bottom:1px dashed #b5b5b5}.hall_img{height:200px}.hall_equipment{padding:0 20px}.hall_equipment dl{flex-flow:column nowrap;padding:85px 0 30px 0;background-position:top 30px center}.hall_equipment dt{text-align:center}.hall_download{padding:0}.hall_download article{flex-flow:column nowrap;padding:85px 0 30px;background-position:top 25px center}.hall_download a{height:40px}.hall_data{flex-flow:column nowrap;padding:0}.hall_data article{padding:85px 0 30px;border-bottom:1px dashed #dbdbdb;background-position:top 30px center;background-size:50px auto}.hall_data article:last-of-type{border-bottom:0 none}.hall_data a,.hall_data button{min-width:auto;height:40px}.privacy_mark ul li{width:50%}.privacy_index{padding:20px 15px}.privacy_index ol{gap:5px 0}.privacy_index li{width:100%}.privacy_index a{padding:6px 0 6px 40px;background-size:30px auto;background-position:top 1px left}.privacy_index__item01 a{background-size:90px auto;padding:6px 0 6px 100px}.privacy_title{padding:5px 0 5px 36px;font-size:1.9rem;background-position:top left;background-size:28px auto}.privacy_title.deco01{padding:5px 0 5px 88px;background-size:80px auto}.mypage_item{padding:15px 15px}.mypage_item:has(button){padding:15px 15px}.mypage_item:has(button) .btn_primary,.mypage_item:has(button) .btn_secondary{margin:15px 0 0;flex-flow:row wrap;width:100%;height:40px;border-radius:2px;position:static;transform:none}.mypage_item .myapge_status{margin:0 0 10px}.mypage_item__title{width:100%;margin:0 0 10px}.mypage_item__info{gap:6px 10px}.mypage_item__info li{align-items:center;width:calc(50% - 5px)}.mypage_item__info .term{height:25px;padding:0 6px}.mypage_item__info .detail{gap:5px;min-height:auto;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;-webkit-box-orient:vertical}.sitemap_list{gap:15px}.sitemap_list>li{width:100%;border-radius:10px}.sitemap_list>li>span{padding:15px 15px;font-size:1.7rem}.sitemap_sub{padding:10px 15px}.sitemap_sub a{font-size:1.5rem}.family_site_container article{flex:1 1 100%}.family_site_container article a{height:40px}.login_container{max-width:100%}.login_container .btn_ico_login{height:46px;font-size:1.6rem}.input_id input[type=text],.input_id input[type=password],.input_pw input[type=text],.input_pw input[type=password]{height:46px}.login_link{padding:20px 0 0;margin:30px 0 0}.join_proce{display:none}.join_article+.form_table{margin:0 0 60px 0;border-top:0 none}.join_certify a,.join_certify button{padding:30px 15px}.join_certify a::before,.join_certify button::before{width:80px;height:80px;margin:0 auto 15px}.join_certify .type{font-size:1.8rem}.join_certify .caption{margin:10px 0 0}.join_certify .under_14::before{background-size:40px auto}.join_certify .over_14::before{background-size:40px auto}.join_certify .certify_phone::before{background-size:70px auto}.join_certify .certify_ipin::before{background-size:60px auto}.terms_item{margin:0 0 30px}.terms_item h4{padding:15px 15px}.terms_item .terms_agree{top:initial;bottom:-30px;right:0}.terms_content{height:150px;padding:15px 15px}.join_complete{padding:20px 0 0}.join_complete h4::before{width:80px;height:80px}.find_pw_container{padding:20px 15px}.member_certify_container{padding:200px 20px 20px;background-size:150px auto}}@media screen and (max-width: 360px){.h1 img{width:160px}}/*# sourceMappingURL=lib2025.css.map */