@charset "UTF-8";:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal~.swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-next .swiper-navigation-icon{transform:rotate(180deg)}.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-prev .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}.swiper-vertical .swiper-button-prev .swiper-navigation-icon,.swiper-vertical~.swiper-button-prev .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}.swiper-vertical .swiper-button-next .swiper-navigation-icon,.swiper-vertical~.swiper-button-next .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}@media screen and (min-width: 1024px){.ces-banner-wrap[data-v-5cd4f6c8]{width:50%!important}}@media screen and (min-width: 1024px){.event-timer-box[data-v-5cd4f6c8]{width:65%!important;padding:0 30px!important}}#ces-img[data-v-5cd4f6c8]{width:15%}@media screen and (min-width: 1024px){#ces-img[data-v-5cd4f6c8]{width:12%}}@media screen and (min-width: 1024px){#banner-text[data-v-5cd4f6c8]{margin-left:20px}}@media screen and (min-width: 1024px){#ces-div[data-v-5cd4f6c8]{margin-bottom:0}}.num-ol[data-v-ff8a6ee4]{list-style:none;margin:0;padding:0}.num-ol li[data-v-ff8a6ee4]{display:grid;grid-template-columns:auto 1fr;column-gap:.5rem;align-items:start;margin:.5rem 0}.num-ol .num[data-v-ff8a6ee4]{min-width:2.5ch}.num-ol[data-v-18a92a9a]{list-style:none;margin:0;padding:0}.num-ol li[data-v-18a92a9a]{display:grid;grid-template-columns:auto 1fr;column-gap:.5rem;align-items:start;margin:.5rem 0}.num-ol .num[data-v-18a92a9a]{min-width:2.5ch}@media (min-width: 700px){.image-container-list[data-v-3184ff78]{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:start}}.image-caption-list[data-v-3184ff78]{justify-items:auto;grid-column:span 2 / span 2;padding-top:.5ch}.grid-bullet[data-v-3184ff78]{list-style:none;margin:0;padding:0}.grid-bullet li[data-v-3184ff78]{display:grid;grid-template-columns:auto 1fr;column-gap:.5rem;align-items:start;margin:.5rem 0}.grid-bullet .num[data-v-3184ff78]{color:#99999a;font-weight:600;min-width:2.5ch}.image-container[data-v-3184ff78]{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:start}.image-wrap[data-v-3184ff78]{height:250px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px}.image-card img[data-v-3184ff78]{transform:scale(.7);transform-origin:center;height:auto;object-fit:contain;display:block}.image-card .caption[data-v-3184ff78]{text-align:center;font-size:.95rem}.btnS[data-v-3184ff78]{display:flex;padding:10px 16px;font-size:16px;cursor:pointer;border:2px solid #aaa9a9;transition:transform .2s ease,background-color .2s ease}.text-grid-container[data-v-12cdbc8b]{font-size:.875rem;line-height:1.25rem}@media (min-width: 640px){.text-grid-container[data-v-12cdbc8b]{font-size:1rem;line-height:1.5rem}}.text-grid[data-v-12cdbc8b]{padding-left:1.75rem;padding-right:1.25rem;display:flex;flex-direction:column;gap:1.25rem}@media (min-width: 768px){.text-grid[data-v-12cdbc8b]{padding-left:0;padding-right:0}}.text-grid-header[data-v-12cdbc8b]{display:grid;row-gap:1rem}.text-grid-content[data-v-12cdbc8b]{display:grid;grid-template-columns:min-content 1fr;column-gap:.5rem;align-items:start}.grid-roman[data-v-12cdbc8b]{list-style:none;margin:0;padding:0}.grid-roman li[data-v-12cdbc8b]{display:grid;grid-template-columns:auto 1fr;column-gap:.5rem;align-items:start;margin:.5rem 0}.num[data-v-12cdbc8b]{min-width:2.5ch}.download-landing[data-v-e88657c4]{text-align:center;padding:4rem 2rem}.store-buttons[data-v-e88657c4]{display:flex;justify-content:center;gap:1.2rem;flex-wrap:wrap;margin-top:50px}.ios-btn[data-v-e88657c4],.android-btn[data-v-e88657c4]{display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:12px;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.ios-btn[data-v-e88657c4]:hover,.android-btn[data-v-e88657c4]:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.ios-logo[data-v-e88657c4]{height:56px;width:auto;display:block}.android-logo[data-v-e88657c4]{height:83px;width:auto;display:block}.ios-btn[data-v-e88657c4],.android-btn[data-v-e88657c4]{background:#000}body[data-v-511239e8]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-511239e8]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-511239e8]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-511239e8]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-511239e8]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-511239e8]{width:83%!important}.content #naviText span[data-v-511239e8]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-511239e8]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-511239e8]{width:100%!important}.content #mainCar[data-v-511239e8]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-511239e8]{width:100%}#mainCarPhone[data-v-511239e8]{display:none}.content #buttonMenu_v2[data-v-511239e8]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-511239e8]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-511239e8]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-511239e8]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-511239e8]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-511239e8]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-511239e8]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-511239e8]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-511239e8]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-511239e8]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-511239e8]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-511239e8]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-511239e8]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-511239e8]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-511239e8]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-511239e8]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-511239e8]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-511239e8]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-511239e8]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-511239e8]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-511239e8]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-511239e8]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-511239e8]{bottom:11%;width:30%}.content #naviText span[data-v-511239e8]{font-size:17px}.content #naviText img[data-v-511239e8]{width:80%!important}.content #carName[data-v-511239e8]{right:0%;bottom:12%}.content #carName img[data-v-511239e8]{width:40%!important}.content #buttonMenu_v2>a[data-v-511239e8]{width:33%}.content #buttonMenu>a[data-v-511239e8]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-511239e8]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-511239e8]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-511239e8]{display:block}#mainCarPc[data-v-511239e8]{display:none}.content #buttonMenu_v2[data-v-511239e8],.content #buttonMenu[data-v-511239e8]{width:92%}}@media screen and (max-width: 480px){.content[data-v-511239e8]{padding-top:0}.content #naviText[data-v-511239e8]{bottom:14%;width:45%}.content #naviText span[data-v-511239e8]{font-size:11px}.content #naviText img[data-v-511239e8]{width:88%!important}.content #carName[data-v-511239e8]{right:5%;bottom:15%}.content #carName img[data-v-511239e8]{width:120px!important}.content #buttonMenu_v2[data-v-511239e8]{position:relative}.content #buttonMenu_v2>a>div[data-v-511239e8]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-511239e8]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-511239e8]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-511239e8]{position:relative}.content #buttonMenu>a>div[data-v-511239e8]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-511239e8]{height:120px}.content #buttonMenu>a>div>span[data-v-511239e8]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-511239e8]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-511239e8]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-511239e8]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-511239e8]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-511239e8]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-511239e8]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-511239e8]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-511239e8]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-511239e8]{margin:0;padding:0}html[data-v-511239e8]{background-color:#000;width:100%}.keyword[data-v-511239e8],.highlight[data-v-511239e8]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-511239e8]{font-family:upsys_commonregular}.header_main[data-v-511239e8]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-511239e8]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-511239e8]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-511239e8]>*{float:left}#headerLogo[data-v-511239e8]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-511239e8]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-511239e8]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-511239e8]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-511239e8]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-511239e8]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-511239e8]{font-size:13px}.languageDiv .active[data-v-511239e8]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-511239e8]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-511239e8]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-511239e8]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-511239e8],#languageSelect li[data-v-511239e8]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-511239e8],#languageSelect li:hover a[data-v-511239e8]{color:#000}.footer-manual[data-v-511239e8]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-511239e8]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-511239e8]{line-height:60px}#footerLogo[data-v-511239e8]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-511239e8]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-511239e8]{display:inline-block;width:100%}#copyrightPcSpan[data-v-511239e8]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-511239e8]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-511239e8]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-511239e8]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-511239e8]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-511239e8]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-511239e8]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-511239e8]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-511239e8]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-511239e8]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-511239e8]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-511239e8]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-511239e8]:focus{outline:none}#searchButton[data-v-511239e8]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-511239e8]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-511239e8]{width:80%}table td.right[data-v-511239e8]{width:10%;text-align:center}.result[data-v-511239e8],.resultcount[data-v-511239e8],.noResult[data-v-511239e8]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-511239e8]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-511239e8]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-511239e8]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-511239e8]{color:#e49f81}.cover[data-v-511239e8]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-511239e8]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-511239e8]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-511239e8]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-511239e8]{font-size:12px}.languageDivPhone .active[data-v-511239e8]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-511239e8]{bottom:30px;left:1px}.fontChangeButton[data-v-511239e8]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-511239e8]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-511239e8]{left:0}.languageDiv div[data-v-511239e8]{width:120%;left:-45px;top:5px}#languageSelect[data-v-511239e8]{margin-left:-40px}#banner_img>a[data-v-511239e8]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-511239e8]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-511239e8]{z-index:12}.header_main[data-v-511239e8]{height:40px;padding-top:0}.header[data-v-511239e8]{z-index:12}.header[data-v-511239e8]{height:40px;padding-top:0}#title[data-v-511239e8]{font-size:16px;width:49%}#headerLogo[data-v-511239e8]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-511239e8]{width:20%}.languageDiv div[data-v-511239e8]{width:90%;left:-15px;top:5px}#languageSelect[data-v-511239e8]{margin-left:-10px}.languageDiv ul[data-v-511239e8]{font-size:12px}#menu[data-v-511239e8]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-511239e8]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-511239e8]{width:80%}#rightHeader[data-v-511239e8]{height:40px}#rightHeader>div[data-v-511239e8]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-511239e8]{position:absolute;right:38px;top:0}.searchDiv[data-v-511239e8]{width:90%}#toc[data-v-511239e8]{width:100%}.copyright[data-v-511239e8]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-511239e8]{display:none}#copyrightPhone[data-v-511239e8]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-511239e8]{width:15%!important}#prevBtn[data-v-511239e8],#nextBtn[data-v-511239e8]{width:32px;height:32px;background-size:100%}#searchButton[data-v-511239e8]{margin-left:-1px}table td.left[data-v-511239e8]{text-align:right}table td.center[data-v-511239e8]{width:50%}table td.right[data-v-511239e8]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-511239e8]{left:0}.languageDiv div[data-v-511239e8]{width:100%;left:-5px;top:5px}#languageSelect[data-v-511239e8]{margin-left:20px}.languageDiv ul[data-v-511239e8]{font-size:10px}.noResult>span[data-v-511239e8]{width:200px!important;font-size:14px}#title[data-v-511239e8]{font-size:13px;width:40%}#menu[data-v-511239e8]{position:absolute}#banner_img>a[data-v-511239e8]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-511239e8]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-511239e8]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-511239e8]{font-size:14px}}body[data-v-511239e8]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-511239e8]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-511239e8]{margin:auto;max-width:1120px}.subHeaderInner[data-v-511239e8]>*{float:left}.content p[data-v-511239e8],.content li[data-v-511239e8]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-511239e8]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-511239e8]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-511239e8]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-511239e8]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-511239e8]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-511239e8]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-511239e8]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-511239e8]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-511239e8]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-511239e8]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-511239e8]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-511239e8],p.Para-Basic-B-Sub[data-v-511239e8]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-511239e8]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-511239e8]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-511239e8]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-511239e8]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-511239e8]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-511239e8],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-511239e8],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-511239e8]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-511239e8],p+ul li.Para-Basic-B-Sub[data-v-511239e8]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-511239e8],ul~p.Para-basic-L-bullet-Sub[data-v-511239e8],ul~p.Para-Basic-B-Sub[data-v-511239e8]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-511239e8],ol~p.Para-basic-L-bullet-Sub[data-v-511239e8],ol~p.Para-Basic-B-Sub[data-v-511239e8]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-511239e8],ol+*+p.Para-basic-L-bullet-Sub[data-v-511239e8],ol+*+p.Para-Basic-B-Sub[data-v-511239e8]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-511239e8],a .Para-Basic-B-Sub[data-v-511239e8]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-511239e8]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-511239e8]{margin-left:45px}.content p[data-v-511239e8],li[data-v-511239e8]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-511239e8],p.Para-Basic-B[data-v-511239e8],p.Para-Basic-B-Center[data-v-511239e8]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-511239e8]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-511239e8],p.Para-Basic-B-Center[data-v-511239e8]{text-align:center}p.Para-Table-L-center[data-v-511239e8],p.Para-Table-B-Center[data-v-511239e8]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-511239e8],table p.Para-Basic-B[data-v-511239e8],table p.Para-Basic-B-Center[data-v-511239e8]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-511239e8]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-511239e8]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-511239e8]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-511239e8]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-511239e8]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-511239e8],.content .text>ul[data-v-511239e8],.content .text table ol[data-v-511239e8],.content .text table ul[data-v-511239e8]{padding-left:20px}.content .text>ol[data-v-511239e8]{padding-left:0}p.Para-Illust-L[data-v-511239e8]{text-align:center}p.Para-Illust-L img[data-v-511239e8]{display:inline-block}p.Placeholder-sub[data-v-511239e8],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-511239e8],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-511239e8],.content .text>ol~.figure[data-v-511239e8],p.Placeholder-sub-S[data-v-511239e8],.Para-screen-sub-S[data-v-511239e8],.Para-screen-sub-M[data-v-511239e8],.Para-screen-sub-L[data-v-511239e8]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-511239e8],p.Placeholder-sub-M img[data-v-511239e8],p.Placeholder-sub img[data-v-511239e8]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-511239e8]{margin-left:45px}.Table-pic-Left-sub img[data-v-511239e8]{margin-top:5px;margin-bottom:10px}div.figure[data-v-511239e8]{display:inline-block}p.Para-img-description[data-v-511239e8]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-511239e8]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-511239e8]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-511239e8]{margin-bottom:25px}.text img[data-v-511239e8]{max-width:100%;display:block}.Table-Pic-center[data-v-511239e8]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-511239e8]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-511239e8]{margin:0}p.Para-Box-Num[data-v-511239e8]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-511239e8]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-511239e8]:AFTER{content:". "}span.inline-img img[data-v-511239e8]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-511239e8]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-511239e8]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-511239e8]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-511239e8]{margin-left:6.5%;display:block!important}.discUl li[data-v-511239e8]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-511239e8],.Symbol-R[data-v-511239e8],.Note-R-Pic[data-v-511239e8]{display:block;width:100%}.Symbol-L[data-v-511239e8]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-511239e8]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-511239e8],.Symbol-R li[data-v-511239e8],.Symbol-R p[data-v-511239e8]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-511239e8]{font-size:16px}table.Table-Symbol td ul[data-v-511239e8]{padding-left:20px}table.Table-Symbol[data-v-511239e8]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-511239e8]{color:#bc162c}.Symbol-Black[data-v-511239e8],.Symbol-Black-Table[data-v-511239e8]{font-family:upsys_commonregular}.Symbol-Green[data-v-511239e8]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-511239e8]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-511239e8]{width:auto!important}.video_container[data-v-511239e8]{margin-top:40px;float:right}.video[data-v-511239e8]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-511239e8]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-511239e8]{width:100%}.Table--3col[data-v-511239e8],.Basic-Table[data-v-511239e8],.Table--2col[data-v-511239e8],.Table-Landmark[data-v-511239e8],.Table--4col[data-v-511239e8],.Table-2row-merge[data-v-511239e8],.Table--troubleshooting[data-v-511239e8],.Table-specification[data-v-511239e8],.Table-service-center[data-v-511239e8],.Table-5col[data-v-511239e8],.responsive[data-v-511239e8],.Table--3col-Locations[data-v-511239e8]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-511239e8]:FIRST-CHILD,.Basic-Table tr[data-v-511239e8]:FIRST-CHILD,.Table--2col tr[data-v-511239e8]:FIRST-CHILD,.Table-Landmark tr[data-v-511239e8]:FIRST-CHILD,.Table--4col tr[data-v-511239e8]:FIRST-CHILD,.Table-2row-merge tr[data-v-511239e8]:FIRST-CHILD,.Table--troubleshooting tr[data-v-511239e8]:FIRST-CHILD,.Table-service-center tr[data-v-511239e8]:FIRST-CHILD,.responsive tr[data-v-511239e8]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-511239e8]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-511239e8],.Basic-Table td[data-v-511239e8],.Table--2col td[data-v-511239e8],.Table-Landmark td[data-v-511239e8],.Table--4col td[data-v-511239e8],.Table-2row-merge td[data-v-511239e8],.Table--troubleshooting td[data-v-511239e8],.Table-specification td[data-v-511239e8],.Table-service-center td[data-v-511239e8],.responsive td[data-v-511239e8]{padding:10px}.Table--troubleshooting td[data-v-511239e8]{border-right:none}.Table--troubleshooting[data-v-511239e8]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-511239e8],.Table-Landmark .Para-Pic-Center img[data-v-511239e8]{width:30px}.Table-5col[data-v-511239e8]{border:none}.Table-5col tr[data-v-511239e8]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-511239e8]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-511239e8]{width:15%}.Table--3col td.x3col-L[data-v-511239e8],.x3col-L td.x3col-M[data-v-511239e8]{width:10%}td.x3col-Mid-Text[data-v-511239e8]{text-align:center}td.x3col-R-Pic[data-v-511239e8]{text-align:right}.responsive td p[data-v-511239e8]{text-align:center}table.Table--3col-Locations[data-v-511239e8]{border-collapse:collapse}.Table--3col-Locations td[data-v-511239e8]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-511239e8]{padding:10px}.Para-Pic-Center img[data-v-511239e8]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-511239e8]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-511239e8]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-511239e8]{width:50%}.Table-specification .x3col-L-Grey[data-v-511239e8]{width:20%}.Table-specification .Spec-Mid-text[data-v-511239e8]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-511239e8]{width:50%}.Table--3col .x3col-L-Grey[data-v-511239e8]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-511239e8],.Table--4col .x3col-Mid-Grey[data-v-511239e8],.Table--4col .x3col-R-Grey[data-v-511239e8]{width:30%}.navi td.x3col-Mid-Grey[data-v-511239e8]{width:15%}.Table--3col .x3col-R-Grey[data-v-511239e8]{width:50%}.Table--2col .x3col-L-Grey[data-v-511239e8],.Table--2col td[data-v-511239e8]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-511239e8]{width:70%}.Table--2col-Disc[data-v-511239e8]{border-collapse:collapse}.Table--2col-Disc td[data-v-511239e8]{border:1px solid grey;padding:10px}.Table-PL td[data-v-511239e8]:FIRST-CHILD{width:25%}.resultcount p[data-v-511239e8]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-511239e8]{font-family:SK_namuhx-Bold}.noResult>span[data-v-511239e8]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-511239e8]{color:#f0dfdf;display:block}.result_list[data-v-511239e8]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-511239e8]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-511239e8]{font-family:SK_namuhx-Regular}.resulttext p[data-v-511239e8]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-511239e8]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-511239e8]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-511239e8],.Cross-Reference[data-v-511239e8]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-511239e8]:hover{text-decoration:underline}.fontChangeDiv[data-v-511239e8]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-511239e8]{top:55px}#backButton[data-v-511239e8]{background-size:16px}.chapterTitle[data-v-511239e8]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-511239e8],h2[data-v-511239e8]{font-size:1.3em}#contentAccordion[data-v-511239e8]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-511239e8]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-511239e8]{line-height:21px}.video[data-v-511239e8]{width:46%}}@media screen and (max-width: 640px){h2[data-v-511239e8]{margin-top:40px}.subHeader[data-v-511239e8]{top:40px}.fontChangeDiv[data-v-511239e8]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-511239e8]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-511239e8]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-511239e8]{margin-left:7.3%}table td[data-v-511239e8]{font-size:14px;padding:5px!important}table td p[data-v-511239e8],table td p.Para-Basic-B-Center[data-v-511239e8],table td p.Para-Basic-B[data-v-511239e8]{font-size:14px}table td p.Para-Small-L[data-v-511239e8]{font-size:12px;word-break:break-word}.Table--3col td[data-v-511239e8],.Basic-Table td[data-v-511239e8],.Table--2col td[data-v-511239e8],.Table-Landmark td[data-v-511239e8],.Table--4col td[data-v-511239e8],.Table-2row-merge td[data-v-511239e8],.Table--troubleshooting td[data-v-511239e8],.Table-specification td[data-v-511239e8],.Table-service-center td[data-v-511239e8]{border-right:none}.responsive[data-v-511239e8],.responsive tr[data-v-511239e8],.responsive tbody[data-v-511239e8]{width:100%}.Table--4col-responsive td[data-v-511239e8]{min-width:200px!important;height:auto}.responsive td p[data-v-511239e8]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-511239e8],.Table-Symbol td li[data-v-511239e8]{font-size:16px}p.Placeholder-sub[data-v-511239e8],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-511239e8],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-511239e8],.content .text>ol~.figure[data-v-511239e8],.content .text>ol+ul[data-v-511239e8],.Para-screen-sub-L[data-v-511239e8]{margin-left:0}.resultcount p[data-v-511239e8]{font-size:16px}.Table-specification td p[data-v-511239e8],.Table--3col-Locations td li[data-v-511239e8],p.Para-basic-L-Sub[data-v-511239e8],p.Para-basic-L-Sub-Auto[data-v-511239e8],p.Para-basic-L-center[data-v-511239e8],li.Para-basic-L-bullet[data-v-511239e8],p.Para-basic-L[data-v-511239e8],li.Para-basic-L-hyp-Sub[data-v-511239e8],li.Para-basic-L-hyp-2Sub[data-v-511239e8],li[class^=Para-Num][data-v-511239e8],p.Para-Box-Num[data-v-511239e8],p.Para-Basic-B-Sub[data-v-511239e8],td p.Para-basic-L[data-v-511239e8],td li.Para-basic-L-bullet[data-v-511239e8],p.Para-Basic-B[data-v-511239e8],p.Para-Circle-Num-Sub[data-v-511239e8],.Symbol-L p.Para-basic-L-Sub[data-v-511239e8],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-511239e8]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-511239e8],.Table--3col-Locations td li[data-v-511239e8],p.Para-Table-L-Sub[data-v-511239e8],p.Para-Table-L-Sub-Auto[data-v-511239e8],p.Para-Table-L-center[data-v-511239e8],p.Para-Table-L[data-v-511239e8],li.Para-Table-L-hyp-Sub[data-v-511239e8],li.Para-Table-L-hyp-2Sub[data-v-511239e8],p.Para-Table-B-Sub[data-v-511239e8],td p.Para-Table-L[data-v-511239e8],p.Para-Table-B[data-v-511239e8],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-511239e8]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-511239e8]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-511239e8],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-511239e8]{font-size:14px}.big .Table-specification td p[data-v-511239e8],.big .Table--3col-Locations td li[data-v-511239e8],.big p.Para-basic-L-Sub[data-v-511239e8],.big p.Para-basic-L-Sub-Auto[data-v-511239e8],.big p.Para-basic-L-center[data-v-511239e8],.big li.Para-basic-L-bullet[data-v-511239e8],.big p.Para-basic-L[data-v-511239e8],.big li.Para-basic-L-hyp-Sub[data-v-511239e8],.big li.Para-basic-L-hyp-2Sub[data-v-511239e8],.big li[class^=Para-Num][data-v-511239e8],.big p.Para-Box-Num[data-v-511239e8],.big p.Para-Basic-B-Sub[data-v-511239e8],.big td p.Para-basic-L[data-v-511239e8],.big td li.Para-basic-L-bullet[data-v-511239e8],.big p.Para-Basic-B[data-v-511239e8],.big p.Para-Circle-Num-Sub[data-v-511239e8]{font-size:16px}.big .Table-specification td p[data-v-511239e8],.big .Table--3col-Locations td li[data-v-511239e8],.big p.Para-Table-L-Sub[data-v-511239e8],.big p.Para-Table-L-Sub-Auto[data-v-511239e8],.big p.Para-Table-L-center[data-v-511239e8],.big p.Para-Table-L[data-v-511239e8],.big li.Para-Table-L-hyp-Sub[data-v-511239e8],.big li.Para-Table-L-hyp-2Sub[data-v-511239e8],.big li[class^=Para-Num][data-v-511239e8],.big p.Para-Box-Num[data-v-511239e8],.big p.Para-Table-B-Sub[data-v-511239e8],.big td p.Para-Table-L[data-v-511239e8],.big p.Para-Table-B[data-v-511239e8],.big p.Para-Circle-Num-Sub[data-v-511239e8],.big p.Para-Table-B-Center[data-v-511239e8],.big .Table--3col-ISO td p[data-v-511239e8]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-511239e8],p.Para-Table-B-Center[data-v-511239e8]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-511239e8],.big p.video_title[data-v-511239e8],.big .resultItem p[data-v-511239e8]{font-size:1.05em}h1[data-v-511239e8]{font-size:1.2em;margin-top:0}h2[data-v-511239e8]{font-size:1.1em}.Heading-3[data-v-511239e8]{font-size:1em}.content .text>ol li[data-v-511239e8]:BEFORE{font-size:26px}.video[data-v-511239e8]{width:95%}}p.Para-Table-L[data-v-511239e8]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-511239e8]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-511239e8]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-511239e8]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-511239e8]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-511239e8]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-511239e8]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-511239e8]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-511239e8]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-511239e8]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-511239e8]:before{content:"";display:block;height:15pt}.Bold[data-v-511239e8],span.Bold[data-v-511239e8]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-511239e8]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-511239e8]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-511239e8]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-511239e8]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-511239e8]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-511239e8]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-511239e8]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-511239e8]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-511239e8]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-511239e8]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-511239e8]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-511239e8],.Para-Table-L-Sub-Auto .icon-1[data-v-511239e8]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-511239e8]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-511239e8]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-511239e8]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-511239e8],.Table--2col td p.Para-basic-L[data-v-511239e8]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-511239e8]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-511239e8]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-511239e8]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-511239e8]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-511239e8]{margin-top:8pt!important}.table-responsive[data-v-511239e8]{width:100%;overflow-x:auto}.table-responsive table[data-v-511239e8]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-511239e8]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-511239e8]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-511239e8]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-511239e8]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-511239e8]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-511239e8]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-511239e8]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-511239e8]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-511239e8]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-511239e8]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-511239e8]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-511239e8]{font-size:12px}#table-15.responsive td[data-v-511239e8]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-511239e8]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-511239e8]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-511239e8]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-511239e8]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-511239e8],.Table--4col-Error th[data-v-511239e8]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-511239e8],.Table--4col-Error tr:first-child th[data-v-511239e8]{border-top:none}.Table--4col-Error tr:last-child td[data-v-511239e8]{border-bottom:none}.Table--4col-Error thead td[data-v-511239e8]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-511239e8]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-511239e8]:nth-child(1),.Table--4col-Error thead td[data-v-511239e8]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-511239e8]:nth-child(2),.Table--4col-Error thead td[data-v-511239e8]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-511239e8]:nth-child(3),.Table--4col-Error thead td[data-v-511239e8]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-511239e8]:nth-child(4),.Table--4col-Error thead td[data-v-511239e8]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-511239e8]:nth-child(1),.Table--4col-Error tbody td[data-v-511239e8]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-511239e8]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-511239e8]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-511239e8]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-511239e8]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-511239e8]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-511239e8]{font-size:14px!important}.Table--4col-Error tbody td[data-v-511239e8]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-511239e8],.Table--4col-Error p.Para-Table-B[data-v-511239e8],.Table--4col-Error p.Para-Table-L-Center[data-v-511239e8]{font-size:12px!important}.Table--4col-Error tbody td[data-v-511239e8]:nth-child(1),.Table--4col-Error thead td[data-v-511239e8]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-511239e8]:nth-child(2),.Table--4col-Error thead td[data-v-511239e8]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-511239e8]:nth-child(3),.Table--4col-Error thead td[data-v-511239e8]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-511239e8]:nth-child(4),.Table--4col-Error thead td[data-v-511239e8]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-511239e8]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-511239e8]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-511239e8]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-511239e8]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-511239e8]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-511239e8]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-511239e8]{line-height:1.25;font-weight:500}.Bold-color[data-v-511239e8]{font-weight:700}.char-style-override-4[data-v-511239e8]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-511239e8]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-511239e8]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-511239e8]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-511239e8]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-511239e8]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-511239e8]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-511239e8]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-511239e8]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-511239e8]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-511239e8]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-511239e8]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-511239e8]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-511239e8]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-511239e8]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-511239e8]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-511239e8],tr:last-child td.cell-style-override-7[data-v-511239e8]{border-bottom:0}table#table-16[data-v-511239e8]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-511239e8],.Table--2col-Air-Sensor[data-v-511239e8],.Table--2col-Voice[data-v-511239e8],.Table--2col-Filter[data-v-511239e8],.Table--troubleshooting[data-v-511239e8],.Table--4col-Error[data-v-511239e8],.Table--Specifications[data-v-511239e8]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-511239e8]:last-child,.Table--2col-Voice tr td[data-v-511239e8]:last-child{width:70%}.Table--2col-Voice tr td[data-v-511239e8]:first-child{width:30%}.Para-Table-L-Center[data-v-511239e8]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-511239e8]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-511239e8]{display:block!important}.Table--2col-Information td[data-v-511239e8]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-511239e8]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-511239e8]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-511239e8]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-511239e8]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-511239e8],.Table--4col-responsive table td[data-v-511239e8]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-511239e8],.Table--2col-Information th[data-v-511239e8]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-511239e8]:nth-child(1),.Table--2col-Information th[data-v-511239e8]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-511239e8]:nth-child(2),.Table--2col-Information th[data-v-511239e8]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-511239e8],.Table--2col-Information th[data-v-511239e8]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-511239e8]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-511239e8],.Table--2col-Voice th[data-v-511239e8]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-511239e8]:nth-child(1),.Table--2col-Voice th[data-v-511239e8]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-511239e8]:nth-child(2),.Table--2col-Voice th[data-v-511239e8]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-511239e8]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-511239e8],.Table--2col-Voice tr:last-child td[data-v-511239e8]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-511239e8],.Table--2col-Voice thead th[data-v-511239e8]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-511239e8]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-511239e8]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-511239e8]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-511239e8],.Table--2col-Information th[data-v-511239e8]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-511239e8]:nth-child(1),.Table--2col-Information th[data-v-511239e8]:nth-child(1){width:30%}.Table--2col-Information td[data-v-511239e8]:nth-child(2),.Table--2col-Information th[data-v-511239e8]:nth-child(2){width:70%}.Table--2col-Information td[data-v-511239e8]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-511239e8]{border-bottom:none}.Table--2col-Air-Sensor[data-v-511239e8]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-511239e8],.Table--2col-Air-Sensor th[data-v-511239e8]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-511239e8]:nth-child(1),.Table--2col-Air-Sensor th[data-v-511239e8]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-511239e8]:nth-child(2),.Table--2col-Air-Sensor th[data-v-511239e8]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-511239e8]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-511239e8]{border-bottom:none}.Table--2col-Filter[data-v-511239e8]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-511239e8],.Table--2col-Filter th[data-v-511239e8]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-511239e8]:nth-child(1),.Table--2col-Filter th[data-v-511239e8]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-511239e8]:nth-child(2),.Table--2col-Filter th[data-v-511239e8]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-511239e8]:nth-child(3),.Table--2col-Filter th[data-v-511239e8]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-511239e8]:nth-child(4),.Table--2col-Filter th[data-v-511239e8]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-511239e8]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-511239e8],.Table--2col-Filter tr:last-child td[data-v-511239e8]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-511239e8],.Table--2col-Filter thead th[data-v-511239e8]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-511239e8]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-511239e8]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-511239e8]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-511239e8],.Table--Specifications th[data-v-511239e8]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-511239e8]:first-child,.Table--Specifications th[data-v-511239e8]:first-child{width:16%}.Table--Specifications td[data-v-511239e8]:nth-child(2),.Table--Specifications th[data-v-511239e8]:nth-child(2){width:42%}.Table--Specifications td[data-v-511239e8]:nth-child(3),.Table--Specifications th[data-v-511239e8]:nth-child(3){width:42%}.Table--Specifications td[data-v-511239e8]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-511239e8],.Table--Specifications tr:last-child td[data-v-511239e8]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-511239e8],.Table--Specifications thead th[data-v-511239e8]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-511239e8]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-511239e8]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-511239e8],td.cell-style-override-20[data-v-511239e8]{padding:10px}td.x3col-Mid-text[data-v-511239e8],td.cell-style-override-22[data-v-511239e8],td.cell-style-override-20[data-v-511239e8]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-511239e8]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-511239e8]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-511239e8]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-511239e8]{margin-top:-350px}}#content-div[data-v-511239e8]{min-height:87vh}@media screen and (max-width: 600px){#content-div[data-v-511239e8]{min-height:100vh}}body[data-v-5732d0a9]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-5732d0a9]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-5732d0a9]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-5732d0a9]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-5732d0a9]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-5732d0a9]{width:83%!important}.content #naviText span[data-v-5732d0a9]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-5732d0a9]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-5732d0a9]{width:100%!important}.content #mainCar[data-v-5732d0a9]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-5732d0a9]{width:100%}#mainCarPhone[data-v-5732d0a9]{display:none}.content #buttonMenu_v2[data-v-5732d0a9]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-5732d0a9]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-5732d0a9]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-5732d0a9]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-5732d0a9]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-5732d0a9]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-5732d0a9]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-5732d0a9]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-5732d0a9]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-5732d0a9]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-5732d0a9]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-5732d0a9]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-5732d0a9]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-5732d0a9]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-5732d0a9]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-5732d0a9]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-5732d0a9]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-5732d0a9]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-5732d0a9]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-5732d0a9]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-5732d0a9]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-5732d0a9]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-5732d0a9]{bottom:11%;width:30%}.content #naviText span[data-v-5732d0a9]{font-size:17px}.content #naviText img[data-v-5732d0a9]{width:80%!important}.content #carName[data-v-5732d0a9]{right:0%;bottom:12%}.content #carName img[data-v-5732d0a9]{width:40%!important}.content #buttonMenu_v2>a[data-v-5732d0a9]{width:33%}.content #buttonMenu>a[data-v-5732d0a9]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-5732d0a9]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-5732d0a9]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-5732d0a9]{display:block}#mainCarPc[data-v-5732d0a9]{display:none}.content #buttonMenu_v2[data-v-5732d0a9],.content #buttonMenu[data-v-5732d0a9]{width:92%}}@media screen and (max-width: 480px){.content[data-v-5732d0a9]{padding-top:0}.content #naviText[data-v-5732d0a9]{bottom:14%;width:45%}.content #naviText span[data-v-5732d0a9]{font-size:11px}.content #naviText img[data-v-5732d0a9]{width:88%!important}.content #carName[data-v-5732d0a9]{right:5%;bottom:15%}.content #carName img[data-v-5732d0a9]{width:120px!important}.content #buttonMenu_v2[data-v-5732d0a9]{position:relative}.content #buttonMenu_v2>a>div[data-v-5732d0a9]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-5732d0a9]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-5732d0a9]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-5732d0a9]{position:relative}.content #buttonMenu>a>div[data-v-5732d0a9]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-5732d0a9]{height:120px}.content #buttonMenu>a>div>span[data-v-5732d0a9]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-5732d0a9]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-5732d0a9]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-5732d0a9]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-5732d0a9]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-5732d0a9]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-5732d0a9]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-5732d0a9]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-5732d0a9]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-5732d0a9]{margin:0;padding:0}html[data-v-5732d0a9]{background-color:#000;width:100%}.keyword[data-v-5732d0a9],.highlight[data-v-5732d0a9]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-5732d0a9]{font-family:upsys_commonregular}.header_main[data-v-5732d0a9]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-5732d0a9]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-5732d0a9]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-5732d0a9]>*{float:left}#headerLogo[data-v-5732d0a9]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-5732d0a9]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-5732d0a9]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-5732d0a9]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-5732d0a9]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-5732d0a9]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-5732d0a9]{font-size:13px}.languageDiv .active[data-v-5732d0a9]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-5732d0a9]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-5732d0a9]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-5732d0a9]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-5732d0a9],#languageSelect li[data-v-5732d0a9]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-5732d0a9],#languageSelect li:hover a[data-v-5732d0a9]{color:#000}.footer-manual[data-v-5732d0a9]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-5732d0a9]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-5732d0a9]{line-height:60px}#footerLogo[data-v-5732d0a9]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-5732d0a9]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-5732d0a9]{display:inline-block;width:100%}#copyrightPcSpan[data-v-5732d0a9]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-5732d0a9]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-5732d0a9]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-5732d0a9]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-5732d0a9]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-5732d0a9]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-5732d0a9]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-5732d0a9]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-5732d0a9]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-5732d0a9]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-5732d0a9]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-5732d0a9]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-5732d0a9]:focus{outline:none}#searchButton[data-v-5732d0a9]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-5732d0a9]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-5732d0a9]{width:80%}table td.right[data-v-5732d0a9]{width:10%;text-align:center}.result[data-v-5732d0a9],.resultcount[data-v-5732d0a9],.noResult[data-v-5732d0a9]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-5732d0a9]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-5732d0a9]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-5732d0a9]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-5732d0a9]{color:#e49f81}.cover[data-v-5732d0a9]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-5732d0a9]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-5732d0a9]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-5732d0a9]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-5732d0a9]{font-size:12px}.languageDivPhone .active[data-v-5732d0a9]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-5732d0a9]{bottom:30px;left:1px}.fontChangeButton[data-v-5732d0a9]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-5732d0a9]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-5732d0a9]{left:0}.languageDiv div[data-v-5732d0a9]{width:120%;left:-45px;top:5px}#languageSelect[data-v-5732d0a9]{margin-left:-40px}#banner_img>a[data-v-5732d0a9]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-5732d0a9]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-5732d0a9]{z-index:12}.header_main[data-v-5732d0a9]{height:40px;padding-top:0}.header[data-v-5732d0a9]{z-index:12}.header[data-v-5732d0a9]{height:40px;padding-top:0}#title[data-v-5732d0a9]{font-size:16px;width:49%}#headerLogo[data-v-5732d0a9]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-5732d0a9]{width:20%}.languageDiv div[data-v-5732d0a9]{width:90%;left:-15px;top:5px}#languageSelect[data-v-5732d0a9]{margin-left:-10px}.languageDiv ul[data-v-5732d0a9]{font-size:12px}#menu[data-v-5732d0a9]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-5732d0a9]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-5732d0a9]{width:80%}#rightHeader[data-v-5732d0a9]{height:40px}#rightHeader>div[data-v-5732d0a9]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-5732d0a9]{position:absolute;right:38px;top:0}.searchDiv[data-v-5732d0a9]{width:90%}#toc[data-v-5732d0a9]{width:100%}.copyright[data-v-5732d0a9]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-5732d0a9]{display:none}#copyrightPhone[data-v-5732d0a9]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-5732d0a9]{width:15%!important}#prevBtn[data-v-5732d0a9],#nextBtn[data-v-5732d0a9]{width:32px;height:32px;background-size:100%}#searchButton[data-v-5732d0a9]{margin-left:-1px}table td.left[data-v-5732d0a9]{text-align:right}table td.center[data-v-5732d0a9]{width:50%}table td.right[data-v-5732d0a9]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-5732d0a9]{left:0}.languageDiv div[data-v-5732d0a9]{width:100%;left:-5px;top:5px}#languageSelect[data-v-5732d0a9]{margin-left:20px}.languageDiv ul[data-v-5732d0a9]{font-size:10px}.noResult>span[data-v-5732d0a9]{width:200px!important;font-size:14px}#title[data-v-5732d0a9]{font-size:13px;width:40%}#menu[data-v-5732d0a9]{position:absolute}#banner_img>a[data-v-5732d0a9]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-5732d0a9]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-5732d0a9]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-5732d0a9]{font-size:14px}}body[data-v-5732d0a9]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-5732d0a9]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-5732d0a9]{margin:auto;max-width:1120px}.subHeaderInner[data-v-5732d0a9]>*{float:left}.content p[data-v-5732d0a9],.content li[data-v-5732d0a9]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-5732d0a9]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-5732d0a9]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-5732d0a9]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-5732d0a9]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-5732d0a9]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-5732d0a9]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-5732d0a9]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-5732d0a9]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-5732d0a9]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-5732d0a9]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-5732d0a9]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-5732d0a9],p.Para-Basic-B-Sub[data-v-5732d0a9]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-5732d0a9]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-5732d0a9]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-5732d0a9]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-5732d0a9]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-5732d0a9]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-5732d0a9],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-5732d0a9],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-5732d0a9]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-5732d0a9],p+ul li.Para-Basic-B-Sub[data-v-5732d0a9]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-5732d0a9],ul~p.Para-basic-L-bullet-Sub[data-v-5732d0a9],ul~p.Para-Basic-B-Sub[data-v-5732d0a9]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-5732d0a9],ol~p.Para-basic-L-bullet-Sub[data-v-5732d0a9],ol~p.Para-Basic-B-Sub[data-v-5732d0a9]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-5732d0a9],ol+*+p.Para-basic-L-bullet-Sub[data-v-5732d0a9],ol+*+p.Para-Basic-B-Sub[data-v-5732d0a9]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-5732d0a9],a .Para-Basic-B-Sub[data-v-5732d0a9]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-5732d0a9]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-5732d0a9]{margin-left:45px}.content p[data-v-5732d0a9],li[data-v-5732d0a9]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-5732d0a9],p.Para-Basic-B[data-v-5732d0a9],p.Para-Basic-B-Center[data-v-5732d0a9]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-5732d0a9]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-5732d0a9],p.Para-Basic-B-Center[data-v-5732d0a9]{text-align:center}p.Para-Table-L-center[data-v-5732d0a9],p.Para-Table-B-Center[data-v-5732d0a9]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-5732d0a9],table p.Para-Basic-B[data-v-5732d0a9],table p.Para-Basic-B-Center[data-v-5732d0a9]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-5732d0a9]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-5732d0a9]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-5732d0a9]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-5732d0a9]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-5732d0a9]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-5732d0a9],.content .text>ul[data-v-5732d0a9],.content .text table ol[data-v-5732d0a9],.content .text table ul[data-v-5732d0a9]{padding-left:20px}.content .text>ol[data-v-5732d0a9]{padding-left:0}p.Para-Illust-L[data-v-5732d0a9]{text-align:center}p.Para-Illust-L img[data-v-5732d0a9]{display:inline-block}p.Placeholder-sub[data-v-5732d0a9],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-5732d0a9],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-5732d0a9],.content .text>ol~.figure[data-v-5732d0a9],p.Placeholder-sub-S[data-v-5732d0a9],.Para-screen-sub-S[data-v-5732d0a9],.Para-screen-sub-M[data-v-5732d0a9],.Para-screen-sub-L[data-v-5732d0a9]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-5732d0a9],p.Placeholder-sub-M img[data-v-5732d0a9],p.Placeholder-sub img[data-v-5732d0a9]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-5732d0a9]{margin-left:45px}.Table-pic-Left-sub img[data-v-5732d0a9]{margin-top:5px;margin-bottom:10px}div.figure[data-v-5732d0a9]{display:inline-block}p.Para-img-description[data-v-5732d0a9]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-5732d0a9]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-5732d0a9]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-5732d0a9]{margin-bottom:25px}.text img[data-v-5732d0a9]{max-width:100%;display:block}.Table-Pic-center[data-v-5732d0a9]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-5732d0a9]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-5732d0a9]{margin:0}p.Para-Box-Num[data-v-5732d0a9]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-5732d0a9]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-5732d0a9]:AFTER{content:". "}span.inline-img img[data-v-5732d0a9]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-5732d0a9]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-5732d0a9]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-5732d0a9]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-5732d0a9]{margin-left:6.5%;display:block!important}.discUl li[data-v-5732d0a9]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-5732d0a9],.Symbol-R[data-v-5732d0a9],.Note-R-Pic[data-v-5732d0a9]{display:block;width:100%}.Symbol-L[data-v-5732d0a9]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-5732d0a9]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-5732d0a9],.Symbol-R li[data-v-5732d0a9],.Symbol-R p[data-v-5732d0a9]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-5732d0a9]{font-size:16px}table.Table-Symbol td ul[data-v-5732d0a9]{padding-left:20px}table.Table-Symbol[data-v-5732d0a9]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-5732d0a9]{color:#bc162c}.Symbol-Black[data-v-5732d0a9],.Symbol-Black-Table[data-v-5732d0a9]{font-family:upsys_commonregular}.Symbol-Green[data-v-5732d0a9]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-5732d0a9]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-5732d0a9]{width:auto!important}.video_container[data-v-5732d0a9]{margin-top:40px;float:right}.video[data-v-5732d0a9]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-5732d0a9]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-5732d0a9]{width:100%}.Table--3col[data-v-5732d0a9],.Basic-Table[data-v-5732d0a9],.Table--2col[data-v-5732d0a9],.Table-Landmark[data-v-5732d0a9],.Table--4col[data-v-5732d0a9],.Table-2row-merge[data-v-5732d0a9],.Table--troubleshooting[data-v-5732d0a9],.Table-specification[data-v-5732d0a9],.Table-service-center[data-v-5732d0a9],.Table-5col[data-v-5732d0a9],.responsive[data-v-5732d0a9],.Table--3col-Locations[data-v-5732d0a9]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-5732d0a9]:FIRST-CHILD,.Basic-Table tr[data-v-5732d0a9]:FIRST-CHILD,.Table--2col tr[data-v-5732d0a9]:FIRST-CHILD,.Table-Landmark tr[data-v-5732d0a9]:FIRST-CHILD,.Table--4col tr[data-v-5732d0a9]:FIRST-CHILD,.Table-2row-merge tr[data-v-5732d0a9]:FIRST-CHILD,.Table--troubleshooting tr[data-v-5732d0a9]:FIRST-CHILD,.Table-service-center tr[data-v-5732d0a9]:FIRST-CHILD,.responsive tr[data-v-5732d0a9]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-5732d0a9]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-5732d0a9],.Basic-Table td[data-v-5732d0a9],.Table--2col td[data-v-5732d0a9],.Table-Landmark td[data-v-5732d0a9],.Table--4col td[data-v-5732d0a9],.Table-2row-merge td[data-v-5732d0a9],.Table--troubleshooting td[data-v-5732d0a9],.Table-specification td[data-v-5732d0a9],.Table-service-center td[data-v-5732d0a9],.responsive td[data-v-5732d0a9]{padding:10px}.Table--troubleshooting td[data-v-5732d0a9]{border-right:none}.Table--troubleshooting[data-v-5732d0a9]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-5732d0a9],.Table-Landmark .Para-Pic-Center img[data-v-5732d0a9]{width:30px}.Table-5col[data-v-5732d0a9]{border:none}.Table-5col tr[data-v-5732d0a9]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-5732d0a9]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-5732d0a9]{width:15%}.Table--3col td.x3col-L[data-v-5732d0a9],.x3col-L td.x3col-M[data-v-5732d0a9]{width:10%}td.x3col-Mid-Text[data-v-5732d0a9]{text-align:center}td.x3col-R-Pic[data-v-5732d0a9]{text-align:right}.responsive td p[data-v-5732d0a9]{text-align:center}table.Table--3col-Locations[data-v-5732d0a9]{border-collapse:collapse}.Table--3col-Locations td[data-v-5732d0a9]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-5732d0a9]{padding:10px}.Para-Pic-Center img[data-v-5732d0a9]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-5732d0a9]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-5732d0a9]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-5732d0a9]{width:50%}.Table-specification .x3col-L-Grey[data-v-5732d0a9]{width:20%}.Table-specification .Spec-Mid-text[data-v-5732d0a9]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-5732d0a9]{width:50%}.Table--3col .x3col-L-Grey[data-v-5732d0a9]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-5732d0a9],.Table--4col .x3col-Mid-Grey[data-v-5732d0a9],.Table--4col .x3col-R-Grey[data-v-5732d0a9]{width:30%}.navi td.x3col-Mid-Grey[data-v-5732d0a9]{width:15%}.Table--3col .x3col-R-Grey[data-v-5732d0a9]{width:50%}.Table--2col .x3col-L-Grey[data-v-5732d0a9],.Table--2col td[data-v-5732d0a9]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-5732d0a9]{width:70%}.Table--2col-Disc[data-v-5732d0a9]{border-collapse:collapse}.Table--2col-Disc td[data-v-5732d0a9]{border:1px solid grey;padding:10px}.Table-PL td[data-v-5732d0a9]:FIRST-CHILD{width:25%}.resultcount p[data-v-5732d0a9]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-5732d0a9]{font-family:SK_namuhx-Bold}.noResult>span[data-v-5732d0a9]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-5732d0a9]{color:#f0dfdf;display:block}.result_list[data-v-5732d0a9]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-5732d0a9]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-5732d0a9]{font-family:SK_namuhx-Regular}.resulttext p[data-v-5732d0a9]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-5732d0a9]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-5732d0a9]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-5732d0a9],.Cross-Reference[data-v-5732d0a9]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-5732d0a9]:hover{text-decoration:underline}.fontChangeDiv[data-v-5732d0a9]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-5732d0a9]{top:55px}#backButton[data-v-5732d0a9]{background-size:16px}.chapterTitle[data-v-5732d0a9]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-5732d0a9],h2[data-v-5732d0a9]{font-size:1.3em}#contentAccordion[data-v-5732d0a9]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-5732d0a9]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-5732d0a9]{line-height:21px}.video[data-v-5732d0a9]{width:46%}}@media screen and (max-width: 640px){h2[data-v-5732d0a9]{margin-top:40px}.subHeader[data-v-5732d0a9]{top:40px}.fontChangeDiv[data-v-5732d0a9]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-5732d0a9]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-5732d0a9]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-5732d0a9]{margin-left:7.3%}table td[data-v-5732d0a9]{font-size:14px;padding:5px!important}table td p[data-v-5732d0a9],table td p.Para-Basic-B-Center[data-v-5732d0a9],table td p.Para-Basic-B[data-v-5732d0a9]{font-size:14px}table td p.Para-Small-L[data-v-5732d0a9]{font-size:12px;word-break:break-word}.Table--3col td[data-v-5732d0a9],.Basic-Table td[data-v-5732d0a9],.Table--2col td[data-v-5732d0a9],.Table-Landmark td[data-v-5732d0a9],.Table--4col td[data-v-5732d0a9],.Table-2row-merge td[data-v-5732d0a9],.Table--troubleshooting td[data-v-5732d0a9],.Table-specification td[data-v-5732d0a9],.Table-service-center td[data-v-5732d0a9]{border-right:none}.responsive[data-v-5732d0a9],.responsive tr[data-v-5732d0a9],.responsive tbody[data-v-5732d0a9]{width:100%}.Table--4col-responsive td[data-v-5732d0a9]{min-width:200px!important;height:auto}.responsive td p[data-v-5732d0a9]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-5732d0a9],.Table-Symbol td li[data-v-5732d0a9]{font-size:16px}p.Placeholder-sub[data-v-5732d0a9],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-5732d0a9],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-5732d0a9],.content .text>ol~.figure[data-v-5732d0a9],.content .text>ol+ul[data-v-5732d0a9],.Para-screen-sub-L[data-v-5732d0a9]{margin-left:0}.resultcount p[data-v-5732d0a9]{font-size:16px}.Table-specification td p[data-v-5732d0a9],.Table--3col-Locations td li[data-v-5732d0a9],p.Para-basic-L-Sub[data-v-5732d0a9],p.Para-basic-L-Sub-Auto[data-v-5732d0a9],p.Para-basic-L-center[data-v-5732d0a9],li.Para-basic-L-bullet[data-v-5732d0a9],p.Para-basic-L[data-v-5732d0a9],li.Para-basic-L-hyp-Sub[data-v-5732d0a9],li.Para-basic-L-hyp-2Sub[data-v-5732d0a9],li[class^=Para-Num][data-v-5732d0a9],p.Para-Box-Num[data-v-5732d0a9],p.Para-Basic-B-Sub[data-v-5732d0a9],td p.Para-basic-L[data-v-5732d0a9],td li.Para-basic-L-bullet[data-v-5732d0a9],p.Para-Basic-B[data-v-5732d0a9],p.Para-Circle-Num-Sub[data-v-5732d0a9],.Symbol-L p.Para-basic-L-Sub[data-v-5732d0a9],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-5732d0a9]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-5732d0a9],.Table--3col-Locations td li[data-v-5732d0a9],p.Para-Table-L-Sub[data-v-5732d0a9],p.Para-Table-L-Sub-Auto[data-v-5732d0a9],p.Para-Table-L-center[data-v-5732d0a9],p.Para-Table-L[data-v-5732d0a9],li.Para-Table-L-hyp-Sub[data-v-5732d0a9],li.Para-Table-L-hyp-2Sub[data-v-5732d0a9],p.Para-Table-B-Sub[data-v-5732d0a9],td p.Para-Table-L[data-v-5732d0a9],p.Para-Table-B[data-v-5732d0a9],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-5732d0a9]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-5732d0a9]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-5732d0a9],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-5732d0a9]{font-size:14px}.big .Table-specification td p[data-v-5732d0a9],.big .Table--3col-Locations td li[data-v-5732d0a9],.big p.Para-basic-L-Sub[data-v-5732d0a9],.big p.Para-basic-L-Sub-Auto[data-v-5732d0a9],.big p.Para-basic-L-center[data-v-5732d0a9],.big li.Para-basic-L-bullet[data-v-5732d0a9],.big p.Para-basic-L[data-v-5732d0a9],.big li.Para-basic-L-hyp-Sub[data-v-5732d0a9],.big li.Para-basic-L-hyp-2Sub[data-v-5732d0a9],.big li[class^=Para-Num][data-v-5732d0a9],.big p.Para-Box-Num[data-v-5732d0a9],.big p.Para-Basic-B-Sub[data-v-5732d0a9],.big td p.Para-basic-L[data-v-5732d0a9],.big td li.Para-basic-L-bullet[data-v-5732d0a9],.big p.Para-Basic-B[data-v-5732d0a9],.big p.Para-Circle-Num-Sub[data-v-5732d0a9]{font-size:16px}.big .Table-specification td p[data-v-5732d0a9],.big .Table--3col-Locations td li[data-v-5732d0a9],.big p.Para-Table-L-Sub[data-v-5732d0a9],.big p.Para-Table-L-Sub-Auto[data-v-5732d0a9],.big p.Para-Table-L-center[data-v-5732d0a9],.big p.Para-Table-L[data-v-5732d0a9],.big li.Para-Table-L-hyp-Sub[data-v-5732d0a9],.big li.Para-Table-L-hyp-2Sub[data-v-5732d0a9],.big li[class^=Para-Num][data-v-5732d0a9],.big p.Para-Box-Num[data-v-5732d0a9],.big p.Para-Table-B-Sub[data-v-5732d0a9],.big td p.Para-Table-L[data-v-5732d0a9],.big p.Para-Table-B[data-v-5732d0a9],.big p.Para-Circle-Num-Sub[data-v-5732d0a9],.big p.Para-Table-B-Center[data-v-5732d0a9],.big .Table--3col-ISO td p[data-v-5732d0a9]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-5732d0a9],p.Para-Table-B-Center[data-v-5732d0a9]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-5732d0a9],.big p.video_title[data-v-5732d0a9],.big .resultItem p[data-v-5732d0a9]{font-size:1.05em}h1[data-v-5732d0a9]{font-size:1.2em;margin-top:0}h2[data-v-5732d0a9]{font-size:1.1em}.Heading-3[data-v-5732d0a9]{font-size:1em}.content .text>ol li[data-v-5732d0a9]:BEFORE{font-size:26px}.video[data-v-5732d0a9]{width:95%}}p.Para-Table-L[data-v-5732d0a9]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-5732d0a9]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-5732d0a9]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-5732d0a9]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-5732d0a9]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-5732d0a9]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-5732d0a9]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-5732d0a9]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-5732d0a9]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-5732d0a9]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-5732d0a9]:before{content:"";display:block;height:15pt}.Bold[data-v-5732d0a9],span.Bold[data-v-5732d0a9]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-5732d0a9]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-5732d0a9]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-5732d0a9]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-5732d0a9]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-5732d0a9]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-5732d0a9]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-5732d0a9]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-5732d0a9]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-5732d0a9]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-5732d0a9]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-5732d0a9]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-5732d0a9],.Para-Table-L-Sub-Auto .icon-1[data-v-5732d0a9]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-5732d0a9]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-5732d0a9]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-5732d0a9]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-5732d0a9],.Table--2col td p.Para-basic-L[data-v-5732d0a9]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-5732d0a9]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-5732d0a9]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-5732d0a9]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-5732d0a9]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-5732d0a9]{margin-top:8pt!important}.table-responsive[data-v-5732d0a9]{width:100%;overflow-x:auto}.table-responsive table[data-v-5732d0a9]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-5732d0a9]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-5732d0a9]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-5732d0a9]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-5732d0a9]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-5732d0a9]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-5732d0a9]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-5732d0a9]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-5732d0a9]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-5732d0a9]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-5732d0a9]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-5732d0a9]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-5732d0a9]{font-size:12px}#table-15.responsive td[data-v-5732d0a9]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-5732d0a9]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-5732d0a9]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-5732d0a9]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-5732d0a9]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-5732d0a9],.Table--4col-Error th[data-v-5732d0a9]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-5732d0a9],.Table--4col-Error tr:first-child th[data-v-5732d0a9]{border-top:none}.Table--4col-Error tr:last-child td[data-v-5732d0a9]{border-bottom:none}.Table--4col-Error thead td[data-v-5732d0a9]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-5732d0a9]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-5732d0a9]:nth-child(1),.Table--4col-Error thead td[data-v-5732d0a9]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-5732d0a9]:nth-child(2),.Table--4col-Error thead td[data-v-5732d0a9]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-5732d0a9]:nth-child(3),.Table--4col-Error thead td[data-v-5732d0a9]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-5732d0a9]:nth-child(4),.Table--4col-Error thead td[data-v-5732d0a9]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-5732d0a9]:nth-child(1),.Table--4col-Error tbody td[data-v-5732d0a9]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-5732d0a9]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-5732d0a9]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-5732d0a9]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-5732d0a9]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-5732d0a9]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-5732d0a9]{font-size:14px!important}.Table--4col-Error tbody td[data-v-5732d0a9]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-5732d0a9],.Table--4col-Error p.Para-Table-B[data-v-5732d0a9],.Table--4col-Error p.Para-Table-L-Center[data-v-5732d0a9]{font-size:12px!important}.Table--4col-Error tbody td[data-v-5732d0a9]:nth-child(1),.Table--4col-Error thead td[data-v-5732d0a9]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-5732d0a9]:nth-child(2),.Table--4col-Error thead td[data-v-5732d0a9]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-5732d0a9]:nth-child(3),.Table--4col-Error thead td[data-v-5732d0a9]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-5732d0a9]:nth-child(4),.Table--4col-Error thead td[data-v-5732d0a9]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-5732d0a9]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-5732d0a9]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-5732d0a9]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-5732d0a9]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-5732d0a9]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-5732d0a9]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-5732d0a9]{line-height:1.25;font-weight:500}.Bold-color[data-v-5732d0a9]{font-weight:700}.char-style-override-4[data-v-5732d0a9]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-5732d0a9]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-5732d0a9]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-5732d0a9]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-5732d0a9]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-5732d0a9]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-5732d0a9]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-5732d0a9]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-5732d0a9]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-5732d0a9]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-5732d0a9]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-5732d0a9]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-5732d0a9]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-5732d0a9]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-5732d0a9]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-5732d0a9]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-5732d0a9],tr:last-child td.cell-style-override-7[data-v-5732d0a9]{border-bottom:0}table#table-16[data-v-5732d0a9]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-5732d0a9],.Table--2col-Air-Sensor[data-v-5732d0a9],.Table--2col-Voice[data-v-5732d0a9],.Table--2col-Filter[data-v-5732d0a9],.Table--troubleshooting[data-v-5732d0a9],.Table--4col-Error[data-v-5732d0a9],.Table--Specifications[data-v-5732d0a9]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-5732d0a9]:last-child,.Table--2col-Voice tr td[data-v-5732d0a9]:last-child{width:70%}.Table--2col-Voice tr td[data-v-5732d0a9]:first-child{width:30%}.Para-Table-L-Center[data-v-5732d0a9]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-5732d0a9]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-5732d0a9]{display:block!important}.Table--2col-Information td[data-v-5732d0a9]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-5732d0a9]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-5732d0a9]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-5732d0a9]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-5732d0a9]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-5732d0a9],.Table--4col-responsive table td[data-v-5732d0a9]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-5732d0a9],.Table--2col-Information th[data-v-5732d0a9]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-5732d0a9]:nth-child(1),.Table--2col-Information th[data-v-5732d0a9]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-5732d0a9]:nth-child(2),.Table--2col-Information th[data-v-5732d0a9]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-5732d0a9],.Table--2col-Information th[data-v-5732d0a9]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-5732d0a9]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-5732d0a9],.Table--2col-Voice th[data-v-5732d0a9]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-5732d0a9]:nth-child(1),.Table--2col-Voice th[data-v-5732d0a9]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-5732d0a9]:nth-child(2),.Table--2col-Voice th[data-v-5732d0a9]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-5732d0a9]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-5732d0a9],.Table--2col-Voice tr:last-child td[data-v-5732d0a9]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-5732d0a9],.Table--2col-Voice thead th[data-v-5732d0a9]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-5732d0a9]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-5732d0a9]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-5732d0a9]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-5732d0a9],.Table--2col-Information th[data-v-5732d0a9]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-5732d0a9]:nth-child(1),.Table--2col-Information th[data-v-5732d0a9]:nth-child(1){width:30%}.Table--2col-Information td[data-v-5732d0a9]:nth-child(2),.Table--2col-Information th[data-v-5732d0a9]:nth-child(2){width:70%}.Table--2col-Information td[data-v-5732d0a9]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-5732d0a9]{border-bottom:none}.Table--2col-Air-Sensor[data-v-5732d0a9]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-5732d0a9],.Table--2col-Air-Sensor th[data-v-5732d0a9]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-5732d0a9]:nth-child(1),.Table--2col-Air-Sensor th[data-v-5732d0a9]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-5732d0a9]:nth-child(2),.Table--2col-Air-Sensor th[data-v-5732d0a9]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-5732d0a9]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-5732d0a9]{border-bottom:none}.Table--2col-Filter[data-v-5732d0a9]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-5732d0a9],.Table--2col-Filter th[data-v-5732d0a9]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-5732d0a9]:nth-child(1),.Table--2col-Filter th[data-v-5732d0a9]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-5732d0a9]:nth-child(2),.Table--2col-Filter th[data-v-5732d0a9]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-5732d0a9]:nth-child(3),.Table--2col-Filter th[data-v-5732d0a9]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-5732d0a9]:nth-child(4),.Table--2col-Filter th[data-v-5732d0a9]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-5732d0a9]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-5732d0a9],.Table--2col-Filter tr:last-child td[data-v-5732d0a9]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-5732d0a9],.Table--2col-Filter thead th[data-v-5732d0a9]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-5732d0a9]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-5732d0a9]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-5732d0a9]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-5732d0a9],.Table--Specifications th[data-v-5732d0a9]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-5732d0a9]:first-child,.Table--Specifications th[data-v-5732d0a9]:first-child{width:16%}.Table--Specifications td[data-v-5732d0a9]:nth-child(2),.Table--Specifications th[data-v-5732d0a9]:nth-child(2){width:42%}.Table--Specifications td[data-v-5732d0a9]:nth-child(3),.Table--Specifications th[data-v-5732d0a9]:nth-child(3){width:42%}.Table--Specifications td[data-v-5732d0a9]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-5732d0a9],.Table--Specifications tr:last-child td[data-v-5732d0a9]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-5732d0a9],.Table--Specifications thead th[data-v-5732d0a9]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-5732d0a9]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-5732d0a9]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-5732d0a9],td.cell-style-override-20[data-v-5732d0a9]{padding:10px}td.x3col-Mid-text[data-v-5732d0a9],td.cell-style-override-22[data-v-5732d0a9],td.cell-style-override-20[data-v-5732d0a9]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-5732d0a9]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-5732d0a9]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-5732d0a9]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-5732d0a9]{margin-top:-350px}}#content-div[data-v-5732d0a9]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-5732d0a9]{min-height:100vh}}body[data-v-e4a083d3]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-e4a083d3]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-e4a083d3]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-e4a083d3]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-e4a083d3]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-e4a083d3]{width:83%!important}.content #naviText span[data-v-e4a083d3]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-e4a083d3]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-e4a083d3]{width:100%!important}.content #mainCar[data-v-e4a083d3]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-e4a083d3]{width:100%}#mainCarPhone[data-v-e4a083d3]{display:none}.content #buttonMenu_v2[data-v-e4a083d3]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-e4a083d3]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-e4a083d3]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-e4a083d3]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-e4a083d3]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-e4a083d3]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-e4a083d3]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-e4a083d3]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-e4a083d3]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-e4a083d3]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-e4a083d3]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-e4a083d3]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-e4a083d3]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-e4a083d3]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-e4a083d3]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-e4a083d3]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-e4a083d3]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-e4a083d3]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-e4a083d3]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-e4a083d3]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-e4a083d3]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-e4a083d3]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-e4a083d3]{bottom:11%;width:30%}.content #naviText span[data-v-e4a083d3]{font-size:17px}.content #naviText img[data-v-e4a083d3]{width:80%!important}.content #carName[data-v-e4a083d3]{right:0%;bottom:12%}.content #carName img[data-v-e4a083d3]{width:40%!important}.content #buttonMenu_v2>a[data-v-e4a083d3]{width:33%}.content #buttonMenu>a[data-v-e4a083d3]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-e4a083d3]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-e4a083d3]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-e4a083d3]{display:block}#mainCarPc[data-v-e4a083d3]{display:none}.content #buttonMenu_v2[data-v-e4a083d3],.content #buttonMenu[data-v-e4a083d3]{width:92%}}@media screen and (max-width: 480px){.content[data-v-e4a083d3]{padding-top:0}.content #naviText[data-v-e4a083d3]{bottom:14%;width:45%}.content #naviText span[data-v-e4a083d3]{font-size:11px}.content #naviText img[data-v-e4a083d3]{width:88%!important}.content #carName[data-v-e4a083d3]{right:5%;bottom:15%}.content #carName img[data-v-e4a083d3]{width:120px!important}.content #buttonMenu_v2[data-v-e4a083d3]{position:relative}.content #buttonMenu_v2>a>div[data-v-e4a083d3]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-e4a083d3]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-e4a083d3]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-e4a083d3]{position:relative}.content #buttonMenu>a>div[data-v-e4a083d3]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-e4a083d3]{height:120px}.content #buttonMenu>a>div>span[data-v-e4a083d3]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-e4a083d3]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-e4a083d3]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-e4a083d3]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-e4a083d3]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-e4a083d3]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-e4a083d3]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-e4a083d3]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-e4a083d3]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-e4a083d3]{margin:0;padding:0}html[data-v-e4a083d3]{background-color:#000;width:100%}.keyword[data-v-e4a083d3],.highlight[data-v-e4a083d3]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-e4a083d3]{font-family:upsys_commonregular}.header_main[data-v-e4a083d3]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-e4a083d3]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-e4a083d3]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-e4a083d3]>*{float:left}#headerLogo[data-v-e4a083d3]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-e4a083d3]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-e4a083d3]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-e4a083d3]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-e4a083d3]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-e4a083d3]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-e4a083d3]{font-size:13px}.languageDiv .active[data-v-e4a083d3]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-e4a083d3]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-e4a083d3]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-e4a083d3]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-e4a083d3],#languageSelect li[data-v-e4a083d3]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-e4a083d3],#languageSelect li:hover a[data-v-e4a083d3]{color:#000}.footer-manual[data-v-e4a083d3]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-e4a083d3]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-e4a083d3]{line-height:60px}#footerLogo[data-v-e4a083d3]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-e4a083d3]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-e4a083d3]{display:inline-block;width:100%}#copyrightPcSpan[data-v-e4a083d3]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-e4a083d3]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-e4a083d3]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-e4a083d3]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-e4a083d3]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-e4a083d3]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-e4a083d3]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-e4a083d3]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-e4a083d3]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-e4a083d3]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-e4a083d3]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-e4a083d3]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-e4a083d3]:focus{outline:none}#searchButton[data-v-e4a083d3]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-e4a083d3]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-e4a083d3]{width:80%}table td.right[data-v-e4a083d3]{width:10%;text-align:center}.result[data-v-e4a083d3],.resultcount[data-v-e4a083d3],.noResult[data-v-e4a083d3]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-e4a083d3]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-e4a083d3]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-e4a083d3]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-e4a083d3]{color:#e49f81}.cover[data-v-e4a083d3]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-e4a083d3]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-e4a083d3]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-e4a083d3]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-e4a083d3]{font-size:12px}.languageDivPhone .active[data-v-e4a083d3]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-e4a083d3]{bottom:30px;left:1px}.fontChangeButton[data-v-e4a083d3]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-e4a083d3]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-e4a083d3]{left:0}.languageDiv div[data-v-e4a083d3]{width:120%;left:-45px;top:5px}#languageSelect[data-v-e4a083d3]{margin-left:-40px}#banner_img>a[data-v-e4a083d3]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-e4a083d3]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-e4a083d3]{z-index:12}.header_main[data-v-e4a083d3]{height:40px;padding-top:0}.header[data-v-e4a083d3]{z-index:12}.header[data-v-e4a083d3]{height:40px;padding-top:0}#title[data-v-e4a083d3]{font-size:16px;width:49%}#headerLogo[data-v-e4a083d3]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-e4a083d3]{width:20%}.languageDiv div[data-v-e4a083d3]{width:90%;left:-15px;top:5px}#languageSelect[data-v-e4a083d3]{margin-left:-10px}.languageDiv ul[data-v-e4a083d3]{font-size:12px}#menu[data-v-e4a083d3]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-e4a083d3]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-e4a083d3]{width:80%}#rightHeader[data-v-e4a083d3]{height:40px}#rightHeader>div[data-v-e4a083d3]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-e4a083d3]{position:absolute;right:38px;top:0}.searchDiv[data-v-e4a083d3]{width:90%}#toc[data-v-e4a083d3]{width:100%}.copyright[data-v-e4a083d3]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-e4a083d3]{display:none}#copyrightPhone[data-v-e4a083d3]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-e4a083d3]{width:15%!important}#prevBtn[data-v-e4a083d3],#nextBtn[data-v-e4a083d3]{width:32px;height:32px;background-size:100%}#searchButton[data-v-e4a083d3]{margin-left:-1px}table td.left[data-v-e4a083d3]{text-align:right}table td.center[data-v-e4a083d3]{width:50%}table td.right[data-v-e4a083d3]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-e4a083d3]{left:0}.languageDiv div[data-v-e4a083d3]{width:100%;left:-5px;top:5px}#languageSelect[data-v-e4a083d3]{margin-left:20px}.languageDiv ul[data-v-e4a083d3]{font-size:10px}.noResult>span[data-v-e4a083d3]{width:200px!important;font-size:14px}#title[data-v-e4a083d3]{font-size:13px;width:40%}#menu[data-v-e4a083d3]{position:absolute}#banner_img>a[data-v-e4a083d3]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-e4a083d3]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-e4a083d3]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-e4a083d3]{font-size:14px}}body[data-v-e4a083d3]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-e4a083d3]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-e4a083d3]{margin:auto;max-width:1120px}.subHeaderInner[data-v-e4a083d3]>*{float:left}.content p[data-v-e4a083d3],.content li[data-v-e4a083d3]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-e4a083d3]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-e4a083d3]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-e4a083d3]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-e4a083d3]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-e4a083d3]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-e4a083d3]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-e4a083d3]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-e4a083d3]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-e4a083d3]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-e4a083d3]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-e4a083d3]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-e4a083d3],p.Para-Basic-B-Sub[data-v-e4a083d3]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-e4a083d3]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-e4a083d3]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-e4a083d3]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-e4a083d3]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-e4a083d3]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-e4a083d3],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-e4a083d3],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-e4a083d3]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-e4a083d3],p+ul li.Para-Basic-B-Sub[data-v-e4a083d3]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-e4a083d3],ul~p.Para-basic-L-bullet-Sub[data-v-e4a083d3],ul~p.Para-Basic-B-Sub[data-v-e4a083d3]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-e4a083d3],ol~p.Para-basic-L-bullet-Sub[data-v-e4a083d3],ol~p.Para-Basic-B-Sub[data-v-e4a083d3]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-e4a083d3],ol+*+p.Para-basic-L-bullet-Sub[data-v-e4a083d3],ol+*+p.Para-Basic-B-Sub[data-v-e4a083d3]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-e4a083d3],a .Para-Basic-B-Sub[data-v-e4a083d3]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-e4a083d3]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-e4a083d3]{margin-left:45px}.content p[data-v-e4a083d3],li[data-v-e4a083d3]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-e4a083d3],p.Para-Basic-B[data-v-e4a083d3],p.Para-Basic-B-Center[data-v-e4a083d3]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-e4a083d3]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-e4a083d3],p.Para-Basic-B-Center[data-v-e4a083d3]{text-align:center}p.Para-Table-L-center[data-v-e4a083d3],p.Para-Table-B-Center[data-v-e4a083d3]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-e4a083d3],table p.Para-Basic-B[data-v-e4a083d3],table p.Para-Basic-B-Center[data-v-e4a083d3]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-e4a083d3]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-e4a083d3]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-e4a083d3]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-e4a083d3]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-e4a083d3]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-e4a083d3],.content .text>ul[data-v-e4a083d3],.content .text table ol[data-v-e4a083d3],.content .text table ul[data-v-e4a083d3]{padding-left:20px}.content .text>ol[data-v-e4a083d3]{padding-left:0}p.Para-Illust-L[data-v-e4a083d3]{text-align:center}p.Para-Illust-L img[data-v-e4a083d3]{display:inline-block}p.Placeholder-sub[data-v-e4a083d3],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-e4a083d3],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-e4a083d3],.content .text>ol~.figure[data-v-e4a083d3],p.Placeholder-sub-S[data-v-e4a083d3],.Para-screen-sub-S[data-v-e4a083d3],.Para-screen-sub-M[data-v-e4a083d3],.Para-screen-sub-L[data-v-e4a083d3]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-e4a083d3],p.Placeholder-sub-M img[data-v-e4a083d3],p.Placeholder-sub img[data-v-e4a083d3]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-e4a083d3]{margin-left:45px}.Table-pic-Left-sub img[data-v-e4a083d3]{margin-top:5px;margin-bottom:10px}div.figure[data-v-e4a083d3]{display:inline-block}p.Para-img-description[data-v-e4a083d3]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-e4a083d3]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-e4a083d3]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-e4a083d3]{margin-bottom:25px}.text img[data-v-e4a083d3]{max-width:100%;display:block}.Table-Pic-center[data-v-e4a083d3]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-e4a083d3]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-e4a083d3]{margin:0}p.Para-Box-Num[data-v-e4a083d3]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-e4a083d3]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-e4a083d3]:AFTER{content:". "}span.inline-img img[data-v-e4a083d3]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-e4a083d3]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-e4a083d3]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-e4a083d3]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-e4a083d3]{margin-left:6.5%;display:block!important}.discUl li[data-v-e4a083d3]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-e4a083d3],.Symbol-R[data-v-e4a083d3],.Note-R-Pic[data-v-e4a083d3]{display:block;width:100%}.Symbol-L[data-v-e4a083d3]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-e4a083d3]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-e4a083d3],.Symbol-R li[data-v-e4a083d3],.Symbol-R p[data-v-e4a083d3]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-e4a083d3]{font-size:16px}table.Table-Symbol td ul[data-v-e4a083d3]{padding-left:20px}table.Table-Symbol[data-v-e4a083d3]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-e4a083d3]{color:#bc162c}.Symbol-Black[data-v-e4a083d3],.Symbol-Black-Table[data-v-e4a083d3]{font-family:upsys_commonregular}.Symbol-Green[data-v-e4a083d3]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-e4a083d3]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-e4a083d3]{width:auto!important}.video_container[data-v-e4a083d3]{margin-top:40px;float:right}.video[data-v-e4a083d3]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-e4a083d3]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-e4a083d3]{width:100%}.Table--3col[data-v-e4a083d3],.Basic-Table[data-v-e4a083d3],.Table--2col[data-v-e4a083d3],.Table-Landmark[data-v-e4a083d3],.Table--4col[data-v-e4a083d3],.Table-2row-merge[data-v-e4a083d3],.Table--troubleshooting[data-v-e4a083d3],.Table-specification[data-v-e4a083d3],.Table-service-center[data-v-e4a083d3],.Table-5col[data-v-e4a083d3],.responsive[data-v-e4a083d3],.Table--3col-Locations[data-v-e4a083d3]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-e4a083d3]:FIRST-CHILD,.Basic-Table tr[data-v-e4a083d3]:FIRST-CHILD,.Table--2col tr[data-v-e4a083d3]:FIRST-CHILD,.Table-Landmark tr[data-v-e4a083d3]:FIRST-CHILD,.Table--4col tr[data-v-e4a083d3]:FIRST-CHILD,.Table-2row-merge tr[data-v-e4a083d3]:FIRST-CHILD,.Table--troubleshooting tr[data-v-e4a083d3]:FIRST-CHILD,.Table-service-center tr[data-v-e4a083d3]:FIRST-CHILD,.responsive tr[data-v-e4a083d3]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-e4a083d3]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-e4a083d3],.Basic-Table td[data-v-e4a083d3],.Table--2col td[data-v-e4a083d3],.Table-Landmark td[data-v-e4a083d3],.Table--4col td[data-v-e4a083d3],.Table-2row-merge td[data-v-e4a083d3],.Table--troubleshooting td[data-v-e4a083d3],.Table-specification td[data-v-e4a083d3],.Table-service-center td[data-v-e4a083d3],.responsive td[data-v-e4a083d3]{padding:10px}.Table--troubleshooting td[data-v-e4a083d3]{border-right:none}.Table--troubleshooting[data-v-e4a083d3]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-e4a083d3],.Table-Landmark .Para-Pic-Center img[data-v-e4a083d3]{width:30px}.Table-5col[data-v-e4a083d3]{border:none}.Table-5col tr[data-v-e4a083d3]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-e4a083d3]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-e4a083d3]{width:15%}.Table--3col td.x3col-L[data-v-e4a083d3],.x3col-L td.x3col-M[data-v-e4a083d3]{width:10%}td.x3col-Mid-Text[data-v-e4a083d3]{text-align:center}td.x3col-R-Pic[data-v-e4a083d3]{text-align:right}.responsive td p[data-v-e4a083d3]{text-align:center}table.Table--3col-Locations[data-v-e4a083d3]{border-collapse:collapse}.Table--3col-Locations td[data-v-e4a083d3]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-e4a083d3]{padding:10px}.Para-Pic-Center img[data-v-e4a083d3]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-e4a083d3]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-e4a083d3]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-e4a083d3]{width:50%}.Table-specification .x3col-L-Grey[data-v-e4a083d3]{width:20%}.Table-specification .Spec-Mid-text[data-v-e4a083d3]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-e4a083d3]{width:50%}.Table--3col .x3col-L-Grey[data-v-e4a083d3]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-e4a083d3],.Table--4col .x3col-Mid-Grey[data-v-e4a083d3],.Table--4col .x3col-R-Grey[data-v-e4a083d3]{width:30%}.navi td.x3col-Mid-Grey[data-v-e4a083d3]{width:15%}.Table--3col .x3col-R-Grey[data-v-e4a083d3]{width:50%}.Table--2col .x3col-L-Grey[data-v-e4a083d3],.Table--2col td[data-v-e4a083d3]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-e4a083d3]{width:70%}.Table--2col-Disc[data-v-e4a083d3]{border-collapse:collapse}.Table--2col-Disc td[data-v-e4a083d3]{border:1px solid grey;padding:10px}.Table-PL td[data-v-e4a083d3]:FIRST-CHILD{width:25%}.resultcount p[data-v-e4a083d3]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-e4a083d3]{font-family:SK_namuhx-Bold}.noResult>span[data-v-e4a083d3]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-e4a083d3]{color:#f0dfdf;display:block}.result_list[data-v-e4a083d3]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-e4a083d3]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-e4a083d3]{font-family:SK_namuhx-Regular}.resulttext p[data-v-e4a083d3]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-e4a083d3]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-e4a083d3]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-e4a083d3],.Cross-Reference[data-v-e4a083d3]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-e4a083d3]:hover{text-decoration:underline}.fontChangeDiv[data-v-e4a083d3]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-e4a083d3]{top:55px}#backButton[data-v-e4a083d3]{background-size:16px}.chapterTitle[data-v-e4a083d3]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-e4a083d3],h2[data-v-e4a083d3]{font-size:1.3em}#contentAccordion[data-v-e4a083d3]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-e4a083d3]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-e4a083d3]{line-height:21px}.video[data-v-e4a083d3]{width:46%}}@media screen and (max-width: 640px){h2[data-v-e4a083d3]{margin-top:40px}.subHeader[data-v-e4a083d3]{top:40px}.fontChangeDiv[data-v-e4a083d3]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-e4a083d3]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-e4a083d3]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-e4a083d3]{margin-left:7.3%}table td[data-v-e4a083d3]{font-size:14px;padding:5px!important}table td p[data-v-e4a083d3],table td p.Para-Basic-B-Center[data-v-e4a083d3],table td p.Para-Basic-B[data-v-e4a083d3]{font-size:14px}table td p.Para-Small-L[data-v-e4a083d3]{font-size:12px;word-break:break-word}.Table--3col td[data-v-e4a083d3],.Basic-Table td[data-v-e4a083d3],.Table--2col td[data-v-e4a083d3],.Table-Landmark td[data-v-e4a083d3],.Table--4col td[data-v-e4a083d3],.Table-2row-merge td[data-v-e4a083d3],.Table--troubleshooting td[data-v-e4a083d3],.Table-specification td[data-v-e4a083d3],.Table-service-center td[data-v-e4a083d3]{border-right:none}.responsive[data-v-e4a083d3],.responsive tr[data-v-e4a083d3],.responsive tbody[data-v-e4a083d3]{width:100%}.Table--4col-responsive td[data-v-e4a083d3]{min-width:200px!important;height:auto}.responsive td p[data-v-e4a083d3]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-e4a083d3],.Table-Symbol td li[data-v-e4a083d3]{font-size:16px}p.Placeholder-sub[data-v-e4a083d3],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-e4a083d3],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-e4a083d3],.content .text>ol~.figure[data-v-e4a083d3],.content .text>ol+ul[data-v-e4a083d3],.Para-screen-sub-L[data-v-e4a083d3]{margin-left:0}.resultcount p[data-v-e4a083d3]{font-size:16px}.Table-specification td p[data-v-e4a083d3],.Table--3col-Locations td li[data-v-e4a083d3],p.Para-basic-L-Sub[data-v-e4a083d3],p.Para-basic-L-Sub-Auto[data-v-e4a083d3],p.Para-basic-L-center[data-v-e4a083d3],li.Para-basic-L-bullet[data-v-e4a083d3],p.Para-basic-L[data-v-e4a083d3],li.Para-basic-L-hyp-Sub[data-v-e4a083d3],li.Para-basic-L-hyp-2Sub[data-v-e4a083d3],li[class^=Para-Num][data-v-e4a083d3],p.Para-Box-Num[data-v-e4a083d3],p.Para-Basic-B-Sub[data-v-e4a083d3],td p.Para-basic-L[data-v-e4a083d3],td li.Para-basic-L-bullet[data-v-e4a083d3],p.Para-Basic-B[data-v-e4a083d3],p.Para-Circle-Num-Sub[data-v-e4a083d3],.Symbol-L p.Para-basic-L-Sub[data-v-e4a083d3],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-e4a083d3]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-e4a083d3],.Table--3col-Locations td li[data-v-e4a083d3],p.Para-Table-L-Sub[data-v-e4a083d3],p.Para-Table-L-Sub-Auto[data-v-e4a083d3],p.Para-Table-L-center[data-v-e4a083d3],p.Para-Table-L[data-v-e4a083d3],li.Para-Table-L-hyp-Sub[data-v-e4a083d3],li.Para-Table-L-hyp-2Sub[data-v-e4a083d3],p.Para-Table-B-Sub[data-v-e4a083d3],td p.Para-Table-L[data-v-e4a083d3],p.Para-Table-B[data-v-e4a083d3],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-e4a083d3]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-e4a083d3]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-e4a083d3],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-e4a083d3]{font-size:14px}.big .Table-specification td p[data-v-e4a083d3],.big .Table--3col-Locations td li[data-v-e4a083d3],.big p.Para-basic-L-Sub[data-v-e4a083d3],.big p.Para-basic-L-Sub-Auto[data-v-e4a083d3],.big p.Para-basic-L-center[data-v-e4a083d3],.big li.Para-basic-L-bullet[data-v-e4a083d3],.big p.Para-basic-L[data-v-e4a083d3],.big li.Para-basic-L-hyp-Sub[data-v-e4a083d3],.big li.Para-basic-L-hyp-2Sub[data-v-e4a083d3],.big li[class^=Para-Num][data-v-e4a083d3],.big p.Para-Box-Num[data-v-e4a083d3],.big p.Para-Basic-B-Sub[data-v-e4a083d3],.big td p.Para-basic-L[data-v-e4a083d3],.big td li.Para-basic-L-bullet[data-v-e4a083d3],.big p.Para-Basic-B[data-v-e4a083d3],.big p.Para-Circle-Num-Sub[data-v-e4a083d3]{font-size:16px}.big .Table-specification td p[data-v-e4a083d3],.big .Table--3col-Locations td li[data-v-e4a083d3],.big p.Para-Table-L-Sub[data-v-e4a083d3],.big p.Para-Table-L-Sub-Auto[data-v-e4a083d3],.big p.Para-Table-L-center[data-v-e4a083d3],.big p.Para-Table-L[data-v-e4a083d3],.big li.Para-Table-L-hyp-Sub[data-v-e4a083d3],.big li.Para-Table-L-hyp-2Sub[data-v-e4a083d3],.big li[class^=Para-Num][data-v-e4a083d3],.big p.Para-Box-Num[data-v-e4a083d3],.big p.Para-Table-B-Sub[data-v-e4a083d3],.big td p.Para-Table-L[data-v-e4a083d3],.big p.Para-Table-B[data-v-e4a083d3],.big p.Para-Circle-Num-Sub[data-v-e4a083d3],.big p.Para-Table-B-Center[data-v-e4a083d3],.big .Table--3col-ISO td p[data-v-e4a083d3]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-e4a083d3],p.Para-Table-B-Center[data-v-e4a083d3]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-e4a083d3],.big p.video_title[data-v-e4a083d3],.big .resultItem p[data-v-e4a083d3]{font-size:1.05em}h1[data-v-e4a083d3]{font-size:1.2em;margin-top:0}h2[data-v-e4a083d3]{font-size:1.1em}.Heading-3[data-v-e4a083d3]{font-size:1em}.content .text>ol li[data-v-e4a083d3]:BEFORE{font-size:26px}.video[data-v-e4a083d3]{width:95%}}p.Para-Table-L[data-v-e4a083d3]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-e4a083d3]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-e4a083d3]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-e4a083d3]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-e4a083d3]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-e4a083d3]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-e4a083d3]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-e4a083d3]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-e4a083d3]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-e4a083d3]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-e4a083d3]:before{content:"";display:block;height:15pt}.Bold[data-v-e4a083d3],span.Bold[data-v-e4a083d3]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-e4a083d3]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-e4a083d3]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-e4a083d3]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-e4a083d3]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-e4a083d3]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-e4a083d3]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-e4a083d3]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-e4a083d3]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-e4a083d3]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-e4a083d3]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-e4a083d3]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-e4a083d3],.Para-Table-L-Sub-Auto .icon-1[data-v-e4a083d3]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-e4a083d3]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-e4a083d3]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-e4a083d3]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-e4a083d3],.Table--2col td p.Para-basic-L[data-v-e4a083d3]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-e4a083d3]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-e4a083d3]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-e4a083d3]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-e4a083d3]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-e4a083d3]{margin-top:8pt!important}.table-responsive[data-v-e4a083d3]{width:100%;overflow-x:auto}.table-responsive table[data-v-e4a083d3]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-e4a083d3]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-e4a083d3]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-e4a083d3]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-e4a083d3]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-e4a083d3]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-e4a083d3]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-e4a083d3]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-e4a083d3]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-e4a083d3]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-e4a083d3]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-e4a083d3]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-e4a083d3]{font-size:12px}#table-15.responsive td[data-v-e4a083d3]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-e4a083d3]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-e4a083d3]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-e4a083d3]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-e4a083d3]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-e4a083d3],.Table--4col-Error th[data-v-e4a083d3]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-e4a083d3],.Table--4col-Error tr:first-child th[data-v-e4a083d3]{border-top:none}.Table--4col-Error tr:last-child td[data-v-e4a083d3]{border-bottom:none}.Table--4col-Error thead td[data-v-e4a083d3]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-e4a083d3]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-e4a083d3]:nth-child(1),.Table--4col-Error thead td[data-v-e4a083d3]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-e4a083d3]:nth-child(2),.Table--4col-Error thead td[data-v-e4a083d3]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-e4a083d3]:nth-child(3),.Table--4col-Error thead td[data-v-e4a083d3]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-e4a083d3]:nth-child(4),.Table--4col-Error thead td[data-v-e4a083d3]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-e4a083d3]:nth-child(1),.Table--4col-Error tbody td[data-v-e4a083d3]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-e4a083d3]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-e4a083d3]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-e4a083d3]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-e4a083d3]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-e4a083d3]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-e4a083d3]{font-size:14px!important}.Table--4col-Error tbody td[data-v-e4a083d3]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-e4a083d3],.Table--4col-Error p.Para-Table-B[data-v-e4a083d3],.Table--4col-Error p.Para-Table-L-Center[data-v-e4a083d3]{font-size:12px!important}.Table--4col-Error tbody td[data-v-e4a083d3]:nth-child(1),.Table--4col-Error thead td[data-v-e4a083d3]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-e4a083d3]:nth-child(2),.Table--4col-Error thead td[data-v-e4a083d3]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-e4a083d3]:nth-child(3),.Table--4col-Error thead td[data-v-e4a083d3]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-e4a083d3]:nth-child(4),.Table--4col-Error thead td[data-v-e4a083d3]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-e4a083d3]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-e4a083d3]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-e4a083d3]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-e4a083d3]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-e4a083d3]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-e4a083d3]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-e4a083d3]{line-height:1.25;font-weight:500}.Bold-color[data-v-e4a083d3]{font-weight:700}.char-style-override-4[data-v-e4a083d3]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-e4a083d3]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-e4a083d3]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-e4a083d3]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-e4a083d3]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-e4a083d3]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-e4a083d3]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-e4a083d3]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-e4a083d3]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-e4a083d3]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-e4a083d3]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-e4a083d3]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-e4a083d3]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-e4a083d3]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-e4a083d3]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-e4a083d3]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-e4a083d3],tr:last-child td.cell-style-override-7[data-v-e4a083d3]{border-bottom:0}table#table-16[data-v-e4a083d3]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-e4a083d3],.Table--2col-Air-Sensor[data-v-e4a083d3],.Table--2col-Voice[data-v-e4a083d3],.Table--2col-Filter[data-v-e4a083d3],.Table--troubleshooting[data-v-e4a083d3],.Table--4col-Error[data-v-e4a083d3],.Table--Specifications[data-v-e4a083d3]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-e4a083d3]:last-child,.Table--2col-Voice tr td[data-v-e4a083d3]:last-child{width:70%}.Table--2col-Voice tr td[data-v-e4a083d3]:first-child{width:30%}.Para-Table-L-Center[data-v-e4a083d3]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-e4a083d3]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-e4a083d3]{display:block!important}.Table--2col-Information td[data-v-e4a083d3]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-e4a083d3]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-e4a083d3]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-e4a083d3]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-e4a083d3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-e4a083d3],.Table--4col-responsive table td[data-v-e4a083d3]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-e4a083d3],.Table--2col-Information th[data-v-e4a083d3]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-e4a083d3]:nth-child(1),.Table--2col-Information th[data-v-e4a083d3]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-e4a083d3]:nth-child(2),.Table--2col-Information th[data-v-e4a083d3]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-e4a083d3],.Table--2col-Information th[data-v-e4a083d3]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-e4a083d3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-e4a083d3],.Table--2col-Voice th[data-v-e4a083d3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-e4a083d3]:nth-child(1),.Table--2col-Voice th[data-v-e4a083d3]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-e4a083d3]:nth-child(2),.Table--2col-Voice th[data-v-e4a083d3]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-e4a083d3]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-e4a083d3],.Table--2col-Voice tr:last-child td[data-v-e4a083d3]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-e4a083d3],.Table--2col-Voice thead th[data-v-e4a083d3]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-e4a083d3]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-e4a083d3]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-e4a083d3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-e4a083d3],.Table--2col-Information th[data-v-e4a083d3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-e4a083d3]:nth-child(1),.Table--2col-Information th[data-v-e4a083d3]:nth-child(1){width:30%}.Table--2col-Information td[data-v-e4a083d3]:nth-child(2),.Table--2col-Information th[data-v-e4a083d3]:nth-child(2){width:70%}.Table--2col-Information td[data-v-e4a083d3]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-e4a083d3]{border-bottom:none}.Table--2col-Air-Sensor[data-v-e4a083d3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-e4a083d3],.Table--2col-Air-Sensor th[data-v-e4a083d3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-e4a083d3]:nth-child(1),.Table--2col-Air-Sensor th[data-v-e4a083d3]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-e4a083d3]:nth-child(2),.Table--2col-Air-Sensor th[data-v-e4a083d3]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-e4a083d3]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-e4a083d3]{border-bottom:none}.Table--2col-Filter[data-v-e4a083d3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-e4a083d3],.Table--2col-Filter th[data-v-e4a083d3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-e4a083d3]:nth-child(1),.Table--2col-Filter th[data-v-e4a083d3]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-e4a083d3]:nth-child(2),.Table--2col-Filter th[data-v-e4a083d3]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-e4a083d3]:nth-child(3),.Table--2col-Filter th[data-v-e4a083d3]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-e4a083d3]:nth-child(4),.Table--2col-Filter th[data-v-e4a083d3]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-e4a083d3]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-e4a083d3],.Table--2col-Filter tr:last-child td[data-v-e4a083d3]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-e4a083d3],.Table--2col-Filter thead th[data-v-e4a083d3]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-e4a083d3]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-e4a083d3]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-e4a083d3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-e4a083d3],.Table--Specifications th[data-v-e4a083d3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-e4a083d3]:first-child,.Table--Specifications th[data-v-e4a083d3]:first-child{width:16%}.Table--Specifications td[data-v-e4a083d3]:nth-child(2),.Table--Specifications th[data-v-e4a083d3]:nth-child(2){width:42%}.Table--Specifications td[data-v-e4a083d3]:nth-child(3),.Table--Specifications th[data-v-e4a083d3]:nth-child(3){width:42%}.Table--Specifications td[data-v-e4a083d3]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-e4a083d3],.Table--Specifications tr:last-child td[data-v-e4a083d3]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-e4a083d3],.Table--Specifications thead th[data-v-e4a083d3]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-e4a083d3]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-e4a083d3]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-e4a083d3],td.cell-style-override-20[data-v-e4a083d3]{padding:10px}td.x3col-Mid-text[data-v-e4a083d3],td.cell-style-override-22[data-v-e4a083d3],td.cell-style-override-20[data-v-e4a083d3]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-e4a083d3]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-e4a083d3]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-e4a083d3]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-e4a083d3]{margin-top:-350px}}#content-div[data-v-e4a083d3]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-e4a083d3]{min-height:100vh}}body[data-v-8ba17fb3]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-8ba17fb3]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-8ba17fb3]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-8ba17fb3]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-8ba17fb3]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-8ba17fb3]{width:83%!important}.content #naviText span[data-v-8ba17fb3]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-8ba17fb3]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-8ba17fb3]{width:100%!important}.content #mainCar[data-v-8ba17fb3]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-8ba17fb3]{width:100%}#mainCarPhone[data-v-8ba17fb3]{display:none}.content #buttonMenu_v2[data-v-8ba17fb3]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-8ba17fb3]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-8ba17fb3]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-8ba17fb3]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-8ba17fb3]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-8ba17fb3]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-8ba17fb3]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-8ba17fb3]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-8ba17fb3]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-8ba17fb3]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-8ba17fb3]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-8ba17fb3]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-8ba17fb3]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-8ba17fb3]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-8ba17fb3]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-8ba17fb3]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-8ba17fb3]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-8ba17fb3]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-8ba17fb3]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-8ba17fb3]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-8ba17fb3]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-8ba17fb3]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-8ba17fb3]{bottom:11%;width:30%}.content #naviText span[data-v-8ba17fb3]{font-size:17px}.content #naviText img[data-v-8ba17fb3]{width:80%!important}.content #carName[data-v-8ba17fb3]{right:0%;bottom:12%}.content #carName img[data-v-8ba17fb3]{width:40%!important}.content #buttonMenu_v2>a[data-v-8ba17fb3]{width:33%}.content #buttonMenu>a[data-v-8ba17fb3]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-8ba17fb3]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-8ba17fb3]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-8ba17fb3]{display:block}#mainCarPc[data-v-8ba17fb3]{display:none}.content #buttonMenu_v2[data-v-8ba17fb3],.content #buttonMenu[data-v-8ba17fb3]{width:92%}}@media screen and (max-width: 480px){.content[data-v-8ba17fb3]{padding-top:0}.content #naviText[data-v-8ba17fb3]{bottom:14%;width:45%}.content #naviText span[data-v-8ba17fb3]{font-size:11px}.content #naviText img[data-v-8ba17fb3]{width:88%!important}.content #carName[data-v-8ba17fb3]{right:5%;bottom:15%}.content #carName img[data-v-8ba17fb3]{width:120px!important}.content #buttonMenu_v2[data-v-8ba17fb3]{position:relative}.content #buttonMenu_v2>a>div[data-v-8ba17fb3]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-8ba17fb3]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-8ba17fb3]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-8ba17fb3]{position:relative}.content #buttonMenu>a>div[data-v-8ba17fb3]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-8ba17fb3]{height:120px}.content #buttonMenu>a>div>span[data-v-8ba17fb3]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-8ba17fb3]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-8ba17fb3]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-8ba17fb3]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-8ba17fb3]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-8ba17fb3]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-8ba17fb3]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-8ba17fb3]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-8ba17fb3]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-8ba17fb3]{margin:0;padding:0}html[data-v-8ba17fb3]{background-color:#000;width:100%}.keyword[data-v-8ba17fb3],.highlight[data-v-8ba17fb3]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-8ba17fb3]{font-family:upsys_commonregular}.header_main[data-v-8ba17fb3]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-8ba17fb3]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-8ba17fb3]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-8ba17fb3]>*{float:left}#headerLogo[data-v-8ba17fb3]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-8ba17fb3]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-8ba17fb3]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-8ba17fb3]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-8ba17fb3]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-8ba17fb3]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-8ba17fb3]{font-size:13px}.languageDiv .active[data-v-8ba17fb3]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-8ba17fb3]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-8ba17fb3]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-8ba17fb3]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-8ba17fb3],#languageSelect li[data-v-8ba17fb3]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-8ba17fb3],#languageSelect li:hover a[data-v-8ba17fb3]{color:#000}.footer-manual[data-v-8ba17fb3]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-8ba17fb3]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-8ba17fb3]{line-height:60px}#footerLogo[data-v-8ba17fb3]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-8ba17fb3]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-8ba17fb3]{display:inline-block;width:100%}#copyrightPcSpan[data-v-8ba17fb3]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-8ba17fb3]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-8ba17fb3]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-8ba17fb3]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-8ba17fb3]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-8ba17fb3]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-8ba17fb3]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-8ba17fb3]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-8ba17fb3]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-8ba17fb3]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-8ba17fb3]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-8ba17fb3]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-8ba17fb3]:focus{outline:none}#searchButton[data-v-8ba17fb3]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-8ba17fb3]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-8ba17fb3]{width:80%}table td.right[data-v-8ba17fb3]{width:10%;text-align:center}.result[data-v-8ba17fb3],.resultcount[data-v-8ba17fb3],.noResult[data-v-8ba17fb3]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-8ba17fb3]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-8ba17fb3]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-8ba17fb3]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-8ba17fb3]{color:#e49f81}.cover[data-v-8ba17fb3]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-8ba17fb3]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-8ba17fb3]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-8ba17fb3]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-8ba17fb3]{font-size:12px}.languageDivPhone .active[data-v-8ba17fb3]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-8ba17fb3]{bottom:30px;left:1px}.fontChangeButton[data-v-8ba17fb3]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-8ba17fb3]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-8ba17fb3]{left:0}.languageDiv div[data-v-8ba17fb3]{width:120%;left:-45px;top:5px}#languageSelect[data-v-8ba17fb3]{margin-left:-40px}#banner_img>a[data-v-8ba17fb3]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-8ba17fb3]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-8ba17fb3]{z-index:12}.header_main[data-v-8ba17fb3]{height:40px;padding-top:0}.header[data-v-8ba17fb3]{z-index:12}.header[data-v-8ba17fb3]{height:40px;padding-top:0}#title[data-v-8ba17fb3]{font-size:16px;width:49%}#headerLogo[data-v-8ba17fb3]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-8ba17fb3]{width:20%}.languageDiv div[data-v-8ba17fb3]{width:90%;left:-15px;top:5px}#languageSelect[data-v-8ba17fb3]{margin-left:-10px}.languageDiv ul[data-v-8ba17fb3]{font-size:12px}#menu[data-v-8ba17fb3]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-8ba17fb3]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-8ba17fb3]{width:80%}#rightHeader[data-v-8ba17fb3]{height:40px}#rightHeader>div[data-v-8ba17fb3]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-8ba17fb3]{position:absolute;right:38px;top:0}.searchDiv[data-v-8ba17fb3]{width:90%}#toc[data-v-8ba17fb3]{width:100%}.copyright[data-v-8ba17fb3]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-8ba17fb3]{display:none}#copyrightPhone[data-v-8ba17fb3]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-8ba17fb3]{width:15%!important}#prevBtn[data-v-8ba17fb3],#nextBtn[data-v-8ba17fb3]{width:32px;height:32px;background-size:100%}#searchButton[data-v-8ba17fb3]{margin-left:-1px}table td.left[data-v-8ba17fb3]{text-align:right}table td.center[data-v-8ba17fb3]{width:50%}table td.right[data-v-8ba17fb3]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-8ba17fb3]{left:0}.languageDiv div[data-v-8ba17fb3]{width:100%;left:-5px;top:5px}#languageSelect[data-v-8ba17fb3]{margin-left:20px}.languageDiv ul[data-v-8ba17fb3]{font-size:10px}.noResult>span[data-v-8ba17fb3]{width:200px!important;font-size:14px}#title[data-v-8ba17fb3]{font-size:13px;width:40%}#menu[data-v-8ba17fb3]{position:absolute}#banner_img>a[data-v-8ba17fb3]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-8ba17fb3]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-8ba17fb3]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-8ba17fb3]{font-size:14px}}body[data-v-8ba17fb3]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-8ba17fb3]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-8ba17fb3]{margin:auto;max-width:1120px}.subHeaderInner[data-v-8ba17fb3]>*{float:left}.content p[data-v-8ba17fb3],.content li[data-v-8ba17fb3]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-8ba17fb3]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-8ba17fb3]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-8ba17fb3]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-8ba17fb3]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-8ba17fb3]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-8ba17fb3]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-8ba17fb3]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-8ba17fb3]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-8ba17fb3]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-8ba17fb3]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-8ba17fb3]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-8ba17fb3],p.Para-Basic-B-Sub[data-v-8ba17fb3]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-8ba17fb3]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-8ba17fb3]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-8ba17fb3]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-8ba17fb3]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-8ba17fb3]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-8ba17fb3],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-8ba17fb3],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-8ba17fb3]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-8ba17fb3],p+ul li.Para-Basic-B-Sub[data-v-8ba17fb3]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-8ba17fb3],ul~p.Para-basic-L-bullet-Sub[data-v-8ba17fb3],ul~p.Para-Basic-B-Sub[data-v-8ba17fb3]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-8ba17fb3],ol~p.Para-basic-L-bullet-Sub[data-v-8ba17fb3],ol~p.Para-Basic-B-Sub[data-v-8ba17fb3]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-8ba17fb3],ol+*+p.Para-basic-L-bullet-Sub[data-v-8ba17fb3],ol+*+p.Para-Basic-B-Sub[data-v-8ba17fb3]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-8ba17fb3],a .Para-Basic-B-Sub[data-v-8ba17fb3]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-8ba17fb3]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-8ba17fb3]{margin-left:45px}.content p[data-v-8ba17fb3],li[data-v-8ba17fb3]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-8ba17fb3],p.Para-Basic-B[data-v-8ba17fb3],p.Para-Basic-B-Center[data-v-8ba17fb3]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-8ba17fb3]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-8ba17fb3],p.Para-Basic-B-Center[data-v-8ba17fb3]{text-align:center}p.Para-Table-L-center[data-v-8ba17fb3],p.Para-Table-B-Center[data-v-8ba17fb3]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-8ba17fb3],table p.Para-Basic-B[data-v-8ba17fb3],table p.Para-Basic-B-Center[data-v-8ba17fb3]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-8ba17fb3]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-8ba17fb3]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-8ba17fb3]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-8ba17fb3]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-8ba17fb3]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-8ba17fb3],.content .text>ul[data-v-8ba17fb3],.content .text table ol[data-v-8ba17fb3],.content .text table ul[data-v-8ba17fb3]{padding-left:20px}.content .text>ol[data-v-8ba17fb3]{padding-left:0}p.Para-Illust-L[data-v-8ba17fb3]{text-align:center}p.Para-Illust-L img[data-v-8ba17fb3]{display:inline-block}p.Placeholder-sub[data-v-8ba17fb3],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-8ba17fb3],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-8ba17fb3],.content .text>ol~.figure[data-v-8ba17fb3],p.Placeholder-sub-S[data-v-8ba17fb3],.Para-screen-sub-S[data-v-8ba17fb3],.Para-screen-sub-M[data-v-8ba17fb3],.Para-screen-sub-L[data-v-8ba17fb3]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-8ba17fb3],p.Placeholder-sub-M img[data-v-8ba17fb3],p.Placeholder-sub img[data-v-8ba17fb3]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-8ba17fb3]{margin-left:45px}.Table-pic-Left-sub img[data-v-8ba17fb3]{margin-top:5px;margin-bottom:10px}div.figure[data-v-8ba17fb3]{display:inline-block}p.Para-img-description[data-v-8ba17fb3]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-8ba17fb3]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-8ba17fb3]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-8ba17fb3]{margin-bottom:25px}.text img[data-v-8ba17fb3]{max-width:100%;display:block}.Table-Pic-center[data-v-8ba17fb3]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-8ba17fb3]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-8ba17fb3]{margin:0}p.Para-Box-Num[data-v-8ba17fb3]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-8ba17fb3]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-8ba17fb3]:AFTER{content:". "}span.inline-img img[data-v-8ba17fb3]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-8ba17fb3]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-8ba17fb3]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-8ba17fb3]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-8ba17fb3]{margin-left:6.5%;display:block!important}.discUl li[data-v-8ba17fb3]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-8ba17fb3],.Symbol-R[data-v-8ba17fb3],.Note-R-Pic[data-v-8ba17fb3]{display:block;width:100%}.Symbol-L[data-v-8ba17fb3]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-8ba17fb3]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-8ba17fb3],.Symbol-R li[data-v-8ba17fb3],.Symbol-R p[data-v-8ba17fb3]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-8ba17fb3]{font-size:16px}table.Table-Symbol td ul[data-v-8ba17fb3]{padding-left:20px}table.Table-Symbol[data-v-8ba17fb3]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-8ba17fb3]{color:#bc162c}.Symbol-Black[data-v-8ba17fb3],.Symbol-Black-Table[data-v-8ba17fb3]{font-family:upsys_commonregular}.Symbol-Green[data-v-8ba17fb3]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-8ba17fb3]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-8ba17fb3]{width:auto!important}.video_container[data-v-8ba17fb3]{margin-top:40px;float:right}.video[data-v-8ba17fb3]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-8ba17fb3]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-8ba17fb3]{width:100%}.Table--3col[data-v-8ba17fb3],.Basic-Table[data-v-8ba17fb3],.Table--2col[data-v-8ba17fb3],.Table-Landmark[data-v-8ba17fb3],.Table--4col[data-v-8ba17fb3],.Table-2row-merge[data-v-8ba17fb3],.Table--troubleshooting[data-v-8ba17fb3],.Table-specification[data-v-8ba17fb3],.Table-service-center[data-v-8ba17fb3],.Table-5col[data-v-8ba17fb3],.responsive[data-v-8ba17fb3],.Table--3col-Locations[data-v-8ba17fb3]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-8ba17fb3]:FIRST-CHILD,.Basic-Table tr[data-v-8ba17fb3]:FIRST-CHILD,.Table--2col tr[data-v-8ba17fb3]:FIRST-CHILD,.Table-Landmark tr[data-v-8ba17fb3]:FIRST-CHILD,.Table--4col tr[data-v-8ba17fb3]:FIRST-CHILD,.Table-2row-merge tr[data-v-8ba17fb3]:FIRST-CHILD,.Table--troubleshooting tr[data-v-8ba17fb3]:FIRST-CHILD,.Table-service-center tr[data-v-8ba17fb3]:FIRST-CHILD,.responsive tr[data-v-8ba17fb3]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-8ba17fb3]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-8ba17fb3],.Basic-Table td[data-v-8ba17fb3],.Table--2col td[data-v-8ba17fb3],.Table-Landmark td[data-v-8ba17fb3],.Table--4col td[data-v-8ba17fb3],.Table-2row-merge td[data-v-8ba17fb3],.Table--troubleshooting td[data-v-8ba17fb3],.Table-specification td[data-v-8ba17fb3],.Table-service-center td[data-v-8ba17fb3],.responsive td[data-v-8ba17fb3]{padding:10px}.Table--troubleshooting td[data-v-8ba17fb3]{border-right:none}.Table--troubleshooting[data-v-8ba17fb3]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-8ba17fb3],.Table-Landmark .Para-Pic-Center img[data-v-8ba17fb3]{width:30px}.Table-5col[data-v-8ba17fb3]{border:none}.Table-5col tr[data-v-8ba17fb3]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-8ba17fb3]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-8ba17fb3]{width:15%}.Table--3col td.x3col-L[data-v-8ba17fb3],.x3col-L td.x3col-M[data-v-8ba17fb3]{width:10%}td.x3col-Mid-Text[data-v-8ba17fb3]{text-align:center}td.x3col-R-Pic[data-v-8ba17fb3]{text-align:right}.responsive td p[data-v-8ba17fb3]{text-align:center}table.Table--3col-Locations[data-v-8ba17fb3]{border-collapse:collapse}.Table--3col-Locations td[data-v-8ba17fb3]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-8ba17fb3]{padding:10px}.Para-Pic-Center img[data-v-8ba17fb3]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-8ba17fb3]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-8ba17fb3]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-8ba17fb3]{width:50%}.Table-specification .x3col-L-Grey[data-v-8ba17fb3]{width:20%}.Table-specification .Spec-Mid-text[data-v-8ba17fb3]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-8ba17fb3]{width:50%}.Table--3col .x3col-L-Grey[data-v-8ba17fb3]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-8ba17fb3],.Table--4col .x3col-Mid-Grey[data-v-8ba17fb3],.Table--4col .x3col-R-Grey[data-v-8ba17fb3]{width:30%}.navi td.x3col-Mid-Grey[data-v-8ba17fb3]{width:15%}.Table--3col .x3col-R-Grey[data-v-8ba17fb3]{width:50%}.Table--2col .x3col-L-Grey[data-v-8ba17fb3],.Table--2col td[data-v-8ba17fb3]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-8ba17fb3]{width:70%}.Table--2col-Disc[data-v-8ba17fb3]{border-collapse:collapse}.Table--2col-Disc td[data-v-8ba17fb3]{border:1px solid grey;padding:10px}.Table-PL td[data-v-8ba17fb3]:FIRST-CHILD{width:25%}.resultcount p[data-v-8ba17fb3]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-8ba17fb3]{font-family:SK_namuhx-Bold}.noResult>span[data-v-8ba17fb3]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-8ba17fb3]{color:#f0dfdf;display:block}.result_list[data-v-8ba17fb3]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-8ba17fb3]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-8ba17fb3]{font-family:SK_namuhx-Regular}.resulttext p[data-v-8ba17fb3]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-8ba17fb3]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-8ba17fb3]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-8ba17fb3],.Cross-Reference[data-v-8ba17fb3]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-8ba17fb3]:hover{text-decoration:underline}.fontChangeDiv[data-v-8ba17fb3]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-8ba17fb3]{top:55px}#backButton[data-v-8ba17fb3]{background-size:16px}.chapterTitle[data-v-8ba17fb3]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-8ba17fb3],h2[data-v-8ba17fb3]{font-size:1.3em}#contentAccordion[data-v-8ba17fb3]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-8ba17fb3]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-8ba17fb3]{line-height:21px}.video[data-v-8ba17fb3]{width:46%}}@media screen and (max-width: 640px){h2[data-v-8ba17fb3]{margin-top:40px}.subHeader[data-v-8ba17fb3]{top:40px}.fontChangeDiv[data-v-8ba17fb3]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-8ba17fb3]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-8ba17fb3]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-8ba17fb3]{margin-left:7.3%}table td[data-v-8ba17fb3]{font-size:14px;padding:5px!important}table td p[data-v-8ba17fb3],table td p.Para-Basic-B-Center[data-v-8ba17fb3],table td p.Para-Basic-B[data-v-8ba17fb3]{font-size:14px}table td p.Para-Small-L[data-v-8ba17fb3]{font-size:12px;word-break:break-word}.Table--3col td[data-v-8ba17fb3],.Basic-Table td[data-v-8ba17fb3],.Table--2col td[data-v-8ba17fb3],.Table-Landmark td[data-v-8ba17fb3],.Table--4col td[data-v-8ba17fb3],.Table-2row-merge td[data-v-8ba17fb3],.Table--troubleshooting td[data-v-8ba17fb3],.Table-specification td[data-v-8ba17fb3],.Table-service-center td[data-v-8ba17fb3]{border-right:none}.responsive[data-v-8ba17fb3],.responsive tr[data-v-8ba17fb3],.responsive tbody[data-v-8ba17fb3]{width:100%}.Table--4col-responsive td[data-v-8ba17fb3]{min-width:200px!important;height:auto}.responsive td p[data-v-8ba17fb3]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-8ba17fb3],.Table-Symbol td li[data-v-8ba17fb3]{font-size:16px}p.Placeholder-sub[data-v-8ba17fb3],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-8ba17fb3],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-8ba17fb3],.content .text>ol~.figure[data-v-8ba17fb3],.content .text>ol+ul[data-v-8ba17fb3],.Para-screen-sub-L[data-v-8ba17fb3]{margin-left:0}.resultcount p[data-v-8ba17fb3]{font-size:16px}.Table-specification td p[data-v-8ba17fb3],.Table--3col-Locations td li[data-v-8ba17fb3],p.Para-basic-L-Sub[data-v-8ba17fb3],p.Para-basic-L-Sub-Auto[data-v-8ba17fb3],p.Para-basic-L-center[data-v-8ba17fb3],li.Para-basic-L-bullet[data-v-8ba17fb3],p.Para-basic-L[data-v-8ba17fb3],li.Para-basic-L-hyp-Sub[data-v-8ba17fb3],li.Para-basic-L-hyp-2Sub[data-v-8ba17fb3],li[class^=Para-Num][data-v-8ba17fb3],p.Para-Box-Num[data-v-8ba17fb3],p.Para-Basic-B-Sub[data-v-8ba17fb3],td p.Para-basic-L[data-v-8ba17fb3],td li.Para-basic-L-bullet[data-v-8ba17fb3],p.Para-Basic-B[data-v-8ba17fb3],p.Para-Circle-Num-Sub[data-v-8ba17fb3],.Symbol-L p.Para-basic-L-Sub[data-v-8ba17fb3],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-8ba17fb3]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-8ba17fb3],.Table--3col-Locations td li[data-v-8ba17fb3],p.Para-Table-L-Sub[data-v-8ba17fb3],p.Para-Table-L-Sub-Auto[data-v-8ba17fb3],p.Para-Table-L-center[data-v-8ba17fb3],p.Para-Table-L[data-v-8ba17fb3],li.Para-Table-L-hyp-Sub[data-v-8ba17fb3],li.Para-Table-L-hyp-2Sub[data-v-8ba17fb3],p.Para-Table-B-Sub[data-v-8ba17fb3],td p.Para-Table-L[data-v-8ba17fb3],p.Para-Table-B[data-v-8ba17fb3],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-8ba17fb3]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-8ba17fb3]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-8ba17fb3],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-8ba17fb3]{font-size:14px}.big .Table-specification td p[data-v-8ba17fb3],.big .Table--3col-Locations td li[data-v-8ba17fb3],.big p.Para-basic-L-Sub[data-v-8ba17fb3],.big p.Para-basic-L-Sub-Auto[data-v-8ba17fb3],.big p.Para-basic-L-center[data-v-8ba17fb3],.big li.Para-basic-L-bullet[data-v-8ba17fb3],.big p.Para-basic-L[data-v-8ba17fb3],.big li.Para-basic-L-hyp-Sub[data-v-8ba17fb3],.big li.Para-basic-L-hyp-2Sub[data-v-8ba17fb3],.big li[class^=Para-Num][data-v-8ba17fb3],.big p.Para-Box-Num[data-v-8ba17fb3],.big p.Para-Basic-B-Sub[data-v-8ba17fb3],.big td p.Para-basic-L[data-v-8ba17fb3],.big td li.Para-basic-L-bullet[data-v-8ba17fb3],.big p.Para-Basic-B[data-v-8ba17fb3],.big p.Para-Circle-Num-Sub[data-v-8ba17fb3]{font-size:16px}.big .Table-specification td p[data-v-8ba17fb3],.big .Table--3col-Locations td li[data-v-8ba17fb3],.big p.Para-Table-L-Sub[data-v-8ba17fb3],.big p.Para-Table-L-Sub-Auto[data-v-8ba17fb3],.big p.Para-Table-L-center[data-v-8ba17fb3],.big p.Para-Table-L[data-v-8ba17fb3],.big li.Para-Table-L-hyp-Sub[data-v-8ba17fb3],.big li.Para-Table-L-hyp-2Sub[data-v-8ba17fb3],.big li[class^=Para-Num][data-v-8ba17fb3],.big p.Para-Box-Num[data-v-8ba17fb3],.big p.Para-Table-B-Sub[data-v-8ba17fb3],.big td p.Para-Table-L[data-v-8ba17fb3],.big p.Para-Table-B[data-v-8ba17fb3],.big p.Para-Circle-Num-Sub[data-v-8ba17fb3],.big p.Para-Table-B-Center[data-v-8ba17fb3],.big .Table--3col-ISO td p[data-v-8ba17fb3]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-8ba17fb3],p.Para-Table-B-Center[data-v-8ba17fb3]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-8ba17fb3],.big p.video_title[data-v-8ba17fb3],.big .resultItem p[data-v-8ba17fb3]{font-size:1.05em}h1[data-v-8ba17fb3]{font-size:1.2em;margin-top:0}h2[data-v-8ba17fb3]{font-size:1.1em}.Heading-3[data-v-8ba17fb3]{font-size:1em}.content .text>ol li[data-v-8ba17fb3]:BEFORE{font-size:26px}.video[data-v-8ba17fb3]{width:95%}}p.Para-Table-L[data-v-8ba17fb3]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-8ba17fb3]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-8ba17fb3]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-8ba17fb3]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-8ba17fb3]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-8ba17fb3]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-8ba17fb3]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-8ba17fb3]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-8ba17fb3]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-8ba17fb3]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-8ba17fb3]:before{content:"";display:block;height:15pt}.Bold[data-v-8ba17fb3],span.Bold[data-v-8ba17fb3]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-8ba17fb3]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-8ba17fb3]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-8ba17fb3]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-8ba17fb3]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-8ba17fb3]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-8ba17fb3]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-8ba17fb3]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-8ba17fb3]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-8ba17fb3]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-8ba17fb3]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-8ba17fb3]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-8ba17fb3],.Para-Table-L-Sub-Auto .icon-1[data-v-8ba17fb3]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-8ba17fb3]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-8ba17fb3]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-8ba17fb3]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-8ba17fb3],.Table--2col td p.Para-basic-L[data-v-8ba17fb3]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-8ba17fb3]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-8ba17fb3]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-8ba17fb3]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-8ba17fb3]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-8ba17fb3]{margin-top:8pt!important}.table-responsive[data-v-8ba17fb3]{width:100%;overflow-x:auto}.table-responsive table[data-v-8ba17fb3]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-8ba17fb3]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-8ba17fb3]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-8ba17fb3]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-8ba17fb3]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-8ba17fb3]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-8ba17fb3]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-8ba17fb3]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-8ba17fb3]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-8ba17fb3]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-8ba17fb3]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-8ba17fb3]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-8ba17fb3]{font-size:12px}#table-15.responsive td[data-v-8ba17fb3]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-8ba17fb3]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-8ba17fb3]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-8ba17fb3]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-8ba17fb3]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-8ba17fb3],.Table--4col-Error th[data-v-8ba17fb3]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-8ba17fb3],.Table--4col-Error tr:first-child th[data-v-8ba17fb3]{border-top:none}.Table--4col-Error tr:last-child td[data-v-8ba17fb3]{border-bottom:none}.Table--4col-Error thead td[data-v-8ba17fb3]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-8ba17fb3]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-8ba17fb3]:nth-child(1),.Table--4col-Error thead td[data-v-8ba17fb3]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-8ba17fb3]:nth-child(2),.Table--4col-Error thead td[data-v-8ba17fb3]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-8ba17fb3]:nth-child(3),.Table--4col-Error thead td[data-v-8ba17fb3]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-8ba17fb3]:nth-child(4),.Table--4col-Error thead td[data-v-8ba17fb3]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-8ba17fb3]:nth-child(1),.Table--4col-Error tbody td[data-v-8ba17fb3]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-8ba17fb3]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-8ba17fb3]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-8ba17fb3]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-8ba17fb3]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-8ba17fb3]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-8ba17fb3]{font-size:14px!important}.Table--4col-Error tbody td[data-v-8ba17fb3]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-8ba17fb3],.Table--4col-Error p.Para-Table-B[data-v-8ba17fb3],.Table--4col-Error p.Para-Table-L-Center[data-v-8ba17fb3]{font-size:12px!important}.Table--4col-Error tbody td[data-v-8ba17fb3]:nth-child(1),.Table--4col-Error thead td[data-v-8ba17fb3]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-8ba17fb3]:nth-child(2),.Table--4col-Error thead td[data-v-8ba17fb3]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-8ba17fb3]:nth-child(3),.Table--4col-Error thead td[data-v-8ba17fb3]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-8ba17fb3]:nth-child(4),.Table--4col-Error thead td[data-v-8ba17fb3]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-8ba17fb3]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-8ba17fb3]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-8ba17fb3]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-8ba17fb3]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-8ba17fb3]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-8ba17fb3]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-8ba17fb3]{line-height:1.25;font-weight:500}.Bold-color[data-v-8ba17fb3]{font-weight:700}.char-style-override-4[data-v-8ba17fb3]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-8ba17fb3]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-8ba17fb3]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-8ba17fb3]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-8ba17fb3]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-8ba17fb3]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-8ba17fb3]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-8ba17fb3]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-8ba17fb3]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-8ba17fb3]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-8ba17fb3]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-8ba17fb3]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-8ba17fb3]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-8ba17fb3]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-8ba17fb3]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-8ba17fb3]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-8ba17fb3],tr:last-child td.cell-style-override-7[data-v-8ba17fb3]{border-bottom:0}table#table-16[data-v-8ba17fb3]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-8ba17fb3],.Table--2col-Air-Sensor[data-v-8ba17fb3],.Table--2col-Voice[data-v-8ba17fb3],.Table--2col-Filter[data-v-8ba17fb3],.Table--troubleshooting[data-v-8ba17fb3],.Table--4col-Error[data-v-8ba17fb3],.Table--Specifications[data-v-8ba17fb3]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-8ba17fb3]:last-child,.Table--2col-Voice tr td[data-v-8ba17fb3]:last-child{width:70%}.Table--2col-Voice tr td[data-v-8ba17fb3]:first-child{width:30%}.Para-Table-L-Center[data-v-8ba17fb3]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-8ba17fb3]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-8ba17fb3]{display:block!important}.Table--2col-Information td[data-v-8ba17fb3]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-8ba17fb3]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-8ba17fb3]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-8ba17fb3]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-8ba17fb3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-8ba17fb3],.Table--4col-responsive table td[data-v-8ba17fb3]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-8ba17fb3],.Table--2col-Information th[data-v-8ba17fb3]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-8ba17fb3]:nth-child(1),.Table--2col-Information th[data-v-8ba17fb3]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-8ba17fb3]:nth-child(2),.Table--2col-Information th[data-v-8ba17fb3]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-8ba17fb3],.Table--2col-Information th[data-v-8ba17fb3]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-8ba17fb3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-8ba17fb3],.Table--2col-Voice th[data-v-8ba17fb3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-8ba17fb3]:nth-child(1),.Table--2col-Voice th[data-v-8ba17fb3]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-8ba17fb3]:nth-child(2),.Table--2col-Voice th[data-v-8ba17fb3]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-8ba17fb3]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-8ba17fb3],.Table--2col-Voice tr:last-child td[data-v-8ba17fb3]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-8ba17fb3],.Table--2col-Voice thead th[data-v-8ba17fb3]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-8ba17fb3]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-8ba17fb3]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-8ba17fb3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-8ba17fb3],.Table--2col-Information th[data-v-8ba17fb3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-8ba17fb3]:nth-child(1),.Table--2col-Information th[data-v-8ba17fb3]:nth-child(1){width:30%}.Table--2col-Information td[data-v-8ba17fb3]:nth-child(2),.Table--2col-Information th[data-v-8ba17fb3]:nth-child(2){width:70%}.Table--2col-Information td[data-v-8ba17fb3]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-8ba17fb3]{border-bottom:none}.Table--2col-Air-Sensor[data-v-8ba17fb3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-8ba17fb3],.Table--2col-Air-Sensor th[data-v-8ba17fb3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-8ba17fb3]:nth-child(1),.Table--2col-Air-Sensor th[data-v-8ba17fb3]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-8ba17fb3]:nth-child(2),.Table--2col-Air-Sensor th[data-v-8ba17fb3]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-8ba17fb3]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-8ba17fb3]{border-bottom:none}.Table--2col-Filter[data-v-8ba17fb3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-8ba17fb3],.Table--2col-Filter th[data-v-8ba17fb3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-8ba17fb3]:nth-child(1),.Table--2col-Filter th[data-v-8ba17fb3]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-8ba17fb3]:nth-child(2),.Table--2col-Filter th[data-v-8ba17fb3]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-8ba17fb3]:nth-child(3),.Table--2col-Filter th[data-v-8ba17fb3]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-8ba17fb3]:nth-child(4),.Table--2col-Filter th[data-v-8ba17fb3]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-8ba17fb3]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-8ba17fb3],.Table--2col-Filter tr:last-child td[data-v-8ba17fb3]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-8ba17fb3],.Table--2col-Filter thead th[data-v-8ba17fb3]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-8ba17fb3]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-8ba17fb3]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-8ba17fb3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-8ba17fb3],.Table--Specifications th[data-v-8ba17fb3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-8ba17fb3]:first-child,.Table--Specifications th[data-v-8ba17fb3]:first-child{width:16%}.Table--Specifications td[data-v-8ba17fb3]:nth-child(2),.Table--Specifications th[data-v-8ba17fb3]:nth-child(2){width:42%}.Table--Specifications td[data-v-8ba17fb3]:nth-child(3),.Table--Specifications th[data-v-8ba17fb3]:nth-child(3){width:42%}.Table--Specifications td[data-v-8ba17fb3]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-8ba17fb3],.Table--Specifications tr:last-child td[data-v-8ba17fb3]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-8ba17fb3],.Table--Specifications thead th[data-v-8ba17fb3]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-8ba17fb3]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-8ba17fb3]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-8ba17fb3],td.cell-style-override-20[data-v-8ba17fb3]{padding:10px}td.x3col-Mid-text[data-v-8ba17fb3],td.cell-style-override-22[data-v-8ba17fb3],td.cell-style-override-20[data-v-8ba17fb3]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-8ba17fb3]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-8ba17fb3]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-8ba17fb3]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-8ba17fb3]{margin-top:-350px}}#content-div[data-v-8ba17fb3]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-8ba17fb3]{min-height:100vh}}body[data-v-e8d814b3]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-e8d814b3]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-e8d814b3]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-e8d814b3]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-e8d814b3]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-e8d814b3]{width:83%!important}.content #naviText span[data-v-e8d814b3]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-e8d814b3]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-e8d814b3]{width:100%!important}.content #mainCar[data-v-e8d814b3]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-e8d814b3]{width:100%}#mainCarPhone[data-v-e8d814b3]{display:none}.content #buttonMenu_v2[data-v-e8d814b3]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-e8d814b3]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-e8d814b3]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-e8d814b3]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-e8d814b3]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-e8d814b3]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-e8d814b3]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-e8d814b3]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-e8d814b3]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-e8d814b3]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-e8d814b3]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-e8d814b3]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-e8d814b3]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-e8d814b3]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-e8d814b3]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-e8d814b3]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-e8d814b3]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-e8d814b3]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-e8d814b3]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-e8d814b3]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-e8d814b3]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-e8d814b3]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-e8d814b3]{bottom:11%;width:30%}.content #naviText span[data-v-e8d814b3]{font-size:17px}.content #naviText img[data-v-e8d814b3]{width:80%!important}.content #carName[data-v-e8d814b3]{right:0%;bottom:12%}.content #carName img[data-v-e8d814b3]{width:40%!important}.content #buttonMenu_v2>a[data-v-e8d814b3]{width:33%}.content #buttonMenu>a[data-v-e8d814b3]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-e8d814b3]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-e8d814b3]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-e8d814b3]{display:block}#mainCarPc[data-v-e8d814b3]{display:none}.content #buttonMenu_v2[data-v-e8d814b3],.content #buttonMenu[data-v-e8d814b3]{width:92%}}@media screen and (max-width: 480px){.content[data-v-e8d814b3]{padding-top:0}.content #naviText[data-v-e8d814b3]{bottom:14%;width:45%}.content #naviText span[data-v-e8d814b3]{font-size:11px}.content #naviText img[data-v-e8d814b3]{width:88%!important}.content #carName[data-v-e8d814b3]{right:5%;bottom:15%}.content #carName img[data-v-e8d814b3]{width:120px!important}.content #buttonMenu_v2[data-v-e8d814b3]{position:relative}.content #buttonMenu_v2>a>div[data-v-e8d814b3]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-e8d814b3]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-e8d814b3]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-e8d814b3]{position:relative}.content #buttonMenu>a>div[data-v-e8d814b3]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-e8d814b3]{height:120px}.content #buttonMenu>a>div>span[data-v-e8d814b3]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-e8d814b3]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-e8d814b3]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-e8d814b3]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-e8d814b3]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-e8d814b3]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-e8d814b3]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-e8d814b3]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-e8d814b3]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-e8d814b3]{margin:0;padding:0}html[data-v-e8d814b3]{background-color:#000;width:100%}.keyword[data-v-e8d814b3],.highlight[data-v-e8d814b3]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-e8d814b3]{font-family:upsys_commonregular}.header_main[data-v-e8d814b3]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-e8d814b3]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-e8d814b3]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-e8d814b3]>*{float:left}#headerLogo[data-v-e8d814b3]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-e8d814b3]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-e8d814b3]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-e8d814b3]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-e8d814b3]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-e8d814b3]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-e8d814b3]{font-size:13px}.languageDiv .active[data-v-e8d814b3]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-e8d814b3]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-e8d814b3]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-e8d814b3]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-e8d814b3],#languageSelect li[data-v-e8d814b3]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-e8d814b3],#languageSelect li:hover a[data-v-e8d814b3]{color:#000}.footer-manual[data-v-e8d814b3]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-e8d814b3]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-e8d814b3]{line-height:60px}#footerLogo[data-v-e8d814b3]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-e8d814b3]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-e8d814b3]{display:inline-block;width:100%}#copyrightPcSpan[data-v-e8d814b3]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-e8d814b3]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-e8d814b3]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-e8d814b3]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-e8d814b3]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-e8d814b3]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-e8d814b3]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-e8d814b3]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-e8d814b3]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-e8d814b3]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-e8d814b3]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-e8d814b3]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-e8d814b3]:focus{outline:none}#searchButton[data-v-e8d814b3]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-e8d814b3]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-e8d814b3]{width:80%}table td.right[data-v-e8d814b3]{width:10%;text-align:center}.result[data-v-e8d814b3],.resultcount[data-v-e8d814b3],.noResult[data-v-e8d814b3]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-e8d814b3]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-e8d814b3]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-e8d814b3]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-e8d814b3]{color:#e49f81}.cover[data-v-e8d814b3]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-e8d814b3]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-e8d814b3]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-e8d814b3]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-e8d814b3]{font-size:12px}.languageDivPhone .active[data-v-e8d814b3]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-e8d814b3]{bottom:30px;left:1px}.fontChangeButton[data-v-e8d814b3]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-e8d814b3]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-e8d814b3]{left:0}.languageDiv div[data-v-e8d814b3]{width:120%;left:-45px;top:5px}#languageSelect[data-v-e8d814b3]{margin-left:-40px}#banner_img>a[data-v-e8d814b3]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-e8d814b3]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-e8d814b3]{z-index:12}.header_main[data-v-e8d814b3]{height:40px;padding-top:0}.header[data-v-e8d814b3]{z-index:12}.header[data-v-e8d814b3]{height:40px;padding-top:0}#title[data-v-e8d814b3]{font-size:16px;width:49%}#headerLogo[data-v-e8d814b3]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-e8d814b3]{width:20%}.languageDiv div[data-v-e8d814b3]{width:90%;left:-15px;top:5px}#languageSelect[data-v-e8d814b3]{margin-left:-10px}.languageDiv ul[data-v-e8d814b3]{font-size:12px}#menu[data-v-e8d814b3]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-e8d814b3]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-e8d814b3]{width:80%}#rightHeader[data-v-e8d814b3]{height:40px}#rightHeader>div[data-v-e8d814b3]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-e8d814b3]{position:absolute;right:38px;top:0}.searchDiv[data-v-e8d814b3]{width:90%}#toc[data-v-e8d814b3]{width:100%}.copyright[data-v-e8d814b3]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-e8d814b3]{display:none}#copyrightPhone[data-v-e8d814b3]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-e8d814b3]{width:15%!important}#prevBtn[data-v-e8d814b3],#nextBtn[data-v-e8d814b3]{width:32px;height:32px;background-size:100%}#searchButton[data-v-e8d814b3]{margin-left:-1px}table td.left[data-v-e8d814b3]{text-align:right}table td.center[data-v-e8d814b3]{width:50%}table td.right[data-v-e8d814b3]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-e8d814b3]{left:0}.languageDiv div[data-v-e8d814b3]{width:100%;left:-5px;top:5px}#languageSelect[data-v-e8d814b3]{margin-left:20px}.languageDiv ul[data-v-e8d814b3]{font-size:10px}.noResult>span[data-v-e8d814b3]{width:200px!important;font-size:14px}#title[data-v-e8d814b3]{font-size:13px;width:40%}#menu[data-v-e8d814b3]{position:absolute}#banner_img>a[data-v-e8d814b3]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-e8d814b3]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-e8d814b3]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-e8d814b3]{font-size:14px}}body[data-v-e8d814b3]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-e8d814b3]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-e8d814b3]{margin:auto;max-width:1120px}.subHeaderInner[data-v-e8d814b3]>*{float:left}.content p[data-v-e8d814b3],.content li[data-v-e8d814b3]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-e8d814b3]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-e8d814b3]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-e8d814b3]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-e8d814b3]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-e8d814b3]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-e8d814b3]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-e8d814b3]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-e8d814b3]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-e8d814b3]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-e8d814b3]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-e8d814b3]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-e8d814b3],p.Para-Basic-B-Sub[data-v-e8d814b3]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-e8d814b3]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-e8d814b3]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-e8d814b3]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-e8d814b3]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-e8d814b3],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-e8d814b3],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-e8d814b3]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-e8d814b3],p+ul li.Para-Basic-B-Sub[data-v-e8d814b3]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-e8d814b3],ul~p.Para-basic-L-bullet-Sub[data-v-e8d814b3],ul~p.Para-Basic-B-Sub[data-v-e8d814b3]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-e8d814b3],ol~p.Para-basic-L-bullet-Sub[data-v-e8d814b3],ol~p.Para-Basic-B-Sub[data-v-e8d814b3]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-e8d814b3],ol+*+p.Para-basic-L-bullet-Sub[data-v-e8d814b3],ol+*+p.Para-Basic-B-Sub[data-v-e8d814b3]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-e8d814b3],a .Para-Basic-B-Sub[data-v-e8d814b3]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-e8d814b3]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-e8d814b3]{margin-left:45px}.content p[data-v-e8d814b3],li[data-v-e8d814b3]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-e8d814b3],p.Para-Basic-B[data-v-e8d814b3],p.Para-Basic-B-Center[data-v-e8d814b3]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-e8d814b3]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-e8d814b3],p.Para-Basic-B-Center[data-v-e8d814b3]{text-align:center}p.Para-Table-L-center[data-v-e8d814b3],p.Para-Table-B-Center[data-v-e8d814b3]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-e8d814b3],table p.Para-Basic-B[data-v-e8d814b3],table p.Para-Basic-B-Center[data-v-e8d814b3]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-e8d814b3]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-e8d814b3]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-e8d814b3]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-e8d814b3]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-e8d814b3]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-e8d814b3],.content .text>ul[data-v-e8d814b3],.content .text table ol[data-v-e8d814b3],.content .text table ul[data-v-e8d814b3]{padding-left:20px}.content .text>ol[data-v-e8d814b3]{padding-left:0}p.Para-Illust-L[data-v-e8d814b3]{text-align:center}p.Para-Illust-L img[data-v-e8d814b3]{display:inline-block}p.Placeholder-sub[data-v-e8d814b3],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-e8d814b3],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-e8d814b3],.content .text>ol~.figure[data-v-e8d814b3],p.Placeholder-sub-S[data-v-e8d814b3],.Para-screen-sub-S[data-v-e8d814b3],.Para-screen-sub-M[data-v-e8d814b3],.Para-screen-sub-L[data-v-e8d814b3]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-e8d814b3],p.Placeholder-sub-M img[data-v-e8d814b3],p.Placeholder-sub img[data-v-e8d814b3]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-e8d814b3]{margin-left:45px}.Table-pic-Left-sub img[data-v-e8d814b3]{margin-top:5px;margin-bottom:10px}div.figure[data-v-e8d814b3]{display:inline-block}p.Para-img-description[data-v-e8d814b3]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-e8d814b3]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-e8d814b3]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-e8d814b3]{margin-bottom:25px}.text img[data-v-e8d814b3]{max-width:100%;display:block}.Table-Pic-center[data-v-e8d814b3]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-e8d814b3]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-e8d814b3]{margin:0}p.Para-Box-Num[data-v-e8d814b3]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-e8d814b3]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-e8d814b3]:AFTER{content:". "}span.inline-img img[data-v-e8d814b3]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-e8d814b3]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-e8d814b3]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-e8d814b3]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-e8d814b3]{margin-left:6.5%;display:block!important}.discUl li[data-v-e8d814b3]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-e8d814b3],.Symbol-R[data-v-e8d814b3],.Note-R-Pic[data-v-e8d814b3]{display:block;width:100%}.Symbol-L[data-v-e8d814b3]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-e8d814b3]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-e8d814b3],.Symbol-R li[data-v-e8d814b3],.Symbol-R p[data-v-e8d814b3]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-e8d814b3]{font-size:16px}table.Table-Symbol td ul[data-v-e8d814b3]{padding-left:20px}table.Table-Symbol[data-v-e8d814b3]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-e8d814b3]{color:#bc162c}.Symbol-Black[data-v-e8d814b3],.Symbol-Black-Table[data-v-e8d814b3]{font-family:upsys_commonregular}.Symbol-Green[data-v-e8d814b3]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-e8d814b3]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-e8d814b3]{width:auto!important}.video_container[data-v-e8d814b3]{margin-top:40px;float:right}.video[data-v-e8d814b3]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-e8d814b3]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-e8d814b3]{width:100%}.Table--3col[data-v-e8d814b3],.Basic-Table[data-v-e8d814b3],.Table--2col[data-v-e8d814b3],.Table-Landmark[data-v-e8d814b3],.Table--4col[data-v-e8d814b3],.Table-2row-merge[data-v-e8d814b3],.Table--troubleshooting[data-v-e8d814b3],.Table-specification[data-v-e8d814b3],.Table-service-center[data-v-e8d814b3],.Table-5col[data-v-e8d814b3],.responsive[data-v-e8d814b3],.Table--3col-Locations[data-v-e8d814b3]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-e8d814b3]:FIRST-CHILD,.Basic-Table tr[data-v-e8d814b3]:FIRST-CHILD,.Table--2col tr[data-v-e8d814b3]:FIRST-CHILD,.Table-Landmark tr[data-v-e8d814b3]:FIRST-CHILD,.Table--4col tr[data-v-e8d814b3]:FIRST-CHILD,.Table-2row-merge tr[data-v-e8d814b3]:FIRST-CHILD,.Table--troubleshooting tr[data-v-e8d814b3]:FIRST-CHILD,.Table-service-center tr[data-v-e8d814b3]:FIRST-CHILD,.responsive tr[data-v-e8d814b3]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-e8d814b3]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-e8d814b3],.Basic-Table td[data-v-e8d814b3],.Table--2col td[data-v-e8d814b3],.Table-Landmark td[data-v-e8d814b3],.Table--4col td[data-v-e8d814b3],.Table-2row-merge td[data-v-e8d814b3],.Table--troubleshooting td[data-v-e8d814b3],.Table-specification td[data-v-e8d814b3],.Table-service-center td[data-v-e8d814b3],.responsive td[data-v-e8d814b3]{padding:10px}.Table--troubleshooting td[data-v-e8d814b3]{border-right:none}.Table--troubleshooting[data-v-e8d814b3]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-e8d814b3],.Table-Landmark .Para-Pic-Center img[data-v-e8d814b3]{width:30px}.Table-5col[data-v-e8d814b3]{border:none}.Table-5col tr[data-v-e8d814b3]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-e8d814b3]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-e8d814b3]{width:15%}.Table--3col td.x3col-L[data-v-e8d814b3],.x3col-L td.x3col-M[data-v-e8d814b3]{width:10%}td.x3col-Mid-Text[data-v-e8d814b3]{text-align:center}td.x3col-R-Pic[data-v-e8d814b3]{text-align:right}.responsive td p[data-v-e8d814b3]{text-align:center}table.Table--3col-Locations[data-v-e8d814b3]{border-collapse:collapse}.Table--3col-Locations td[data-v-e8d814b3]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-e8d814b3]{padding:10px}.Para-Pic-Center img[data-v-e8d814b3]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-e8d814b3]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-e8d814b3]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-e8d814b3]{width:50%}.Table-specification .x3col-L-Grey[data-v-e8d814b3]{width:20%}.Table-specification .Spec-Mid-text[data-v-e8d814b3]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-e8d814b3]{width:50%}.Table--3col .x3col-L-Grey[data-v-e8d814b3]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-e8d814b3],.Table--4col .x3col-Mid-Grey[data-v-e8d814b3],.Table--4col .x3col-R-Grey[data-v-e8d814b3]{width:30%}.navi td.x3col-Mid-Grey[data-v-e8d814b3]{width:15%}.Table--3col .x3col-R-Grey[data-v-e8d814b3]{width:50%}.Table--2col .x3col-L-Grey[data-v-e8d814b3],.Table--2col td[data-v-e8d814b3]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-e8d814b3]{width:70%}.Table--2col-Disc[data-v-e8d814b3]{border-collapse:collapse}.Table--2col-Disc td[data-v-e8d814b3]{border:1px solid grey;padding:10px}.Table-PL td[data-v-e8d814b3]:FIRST-CHILD{width:25%}.resultcount p[data-v-e8d814b3]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-e8d814b3]{font-family:SK_namuhx-Bold}.noResult>span[data-v-e8d814b3]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-e8d814b3]{color:#f0dfdf;display:block}.result_list[data-v-e8d814b3]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-e8d814b3]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-e8d814b3]{font-family:SK_namuhx-Regular}.resulttext p[data-v-e8d814b3]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-e8d814b3]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-e8d814b3]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-e8d814b3],.Cross-Reference[data-v-e8d814b3]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-e8d814b3]:hover{text-decoration:underline}.fontChangeDiv[data-v-e8d814b3]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-e8d814b3]{top:55px}#backButton[data-v-e8d814b3]{background-size:16px}.chapterTitle[data-v-e8d814b3]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-e8d814b3],h2[data-v-e8d814b3]{font-size:1.3em}#contentAccordion[data-v-e8d814b3]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-e8d814b3]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-e8d814b3]{line-height:21px}.video[data-v-e8d814b3]{width:46%}}@media screen and (max-width: 640px){h2[data-v-e8d814b3]{margin-top:40px}.subHeader[data-v-e8d814b3]{top:40px}.fontChangeDiv[data-v-e8d814b3]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-e8d814b3]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-e8d814b3]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-e8d814b3]{margin-left:7.3%}table td[data-v-e8d814b3]{font-size:14px;padding:5px!important}table td p[data-v-e8d814b3],table td p.Para-Basic-B-Center[data-v-e8d814b3],table td p.Para-Basic-B[data-v-e8d814b3]{font-size:14px}table td p.Para-Small-L[data-v-e8d814b3]{font-size:12px;word-break:break-word}.Table--3col td[data-v-e8d814b3],.Basic-Table td[data-v-e8d814b3],.Table--2col td[data-v-e8d814b3],.Table-Landmark td[data-v-e8d814b3],.Table--4col td[data-v-e8d814b3],.Table-2row-merge td[data-v-e8d814b3],.Table--troubleshooting td[data-v-e8d814b3],.Table-specification td[data-v-e8d814b3],.Table-service-center td[data-v-e8d814b3]{border-right:none}.responsive[data-v-e8d814b3],.responsive tr[data-v-e8d814b3],.responsive tbody[data-v-e8d814b3]{width:100%}.Table--4col-responsive td[data-v-e8d814b3]{min-width:200px!important;height:auto}.responsive td p[data-v-e8d814b3]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-e8d814b3],.Table-Symbol td li[data-v-e8d814b3]{font-size:16px}p.Placeholder-sub[data-v-e8d814b3],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-e8d814b3],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-e8d814b3],.content .text>ol~.figure[data-v-e8d814b3],.content .text>ol+ul[data-v-e8d814b3],.Para-screen-sub-L[data-v-e8d814b3]{margin-left:0}.resultcount p[data-v-e8d814b3]{font-size:16px}.Table-specification td p[data-v-e8d814b3],.Table--3col-Locations td li[data-v-e8d814b3],p.Para-basic-L-Sub[data-v-e8d814b3],p.Para-basic-L-Sub-Auto[data-v-e8d814b3],p.Para-basic-L-center[data-v-e8d814b3],li.Para-basic-L-bullet[data-v-e8d814b3],p.Para-basic-L[data-v-e8d814b3],li.Para-basic-L-hyp-Sub[data-v-e8d814b3],li.Para-basic-L-hyp-2Sub[data-v-e8d814b3],li[class^=Para-Num][data-v-e8d814b3],p.Para-Box-Num[data-v-e8d814b3],p.Para-Basic-B-Sub[data-v-e8d814b3],td p.Para-basic-L[data-v-e8d814b3],td li.Para-basic-L-bullet[data-v-e8d814b3],p.Para-Basic-B[data-v-e8d814b3],p.Para-Circle-Num-Sub[data-v-e8d814b3],.Symbol-L p.Para-basic-L-Sub[data-v-e8d814b3],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-e8d814b3]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-e8d814b3],.Table--3col-Locations td li[data-v-e8d814b3],p.Para-Table-L-Sub[data-v-e8d814b3],p.Para-Table-L-Sub-Auto[data-v-e8d814b3],p.Para-Table-L-center[data-v-e8d814b3],p.Para-Table-L[data-v-e8d814b3],li.Para-Table-L-hyp-Sub[data-v-e8d814b3],li.Para-Table-L-hyp-2Sub[data-v-e8d814b3],p.Para-Table-B-Sub[data-v-e8d814b3],td p.Para-Table-L[data-v-e8d814b3],p.Para-Table-B[data-v-e8d814b3],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-e8d814b3]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-e8d814b3]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-e8d814b3],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-e8d814b3]{font-size:14px}.big .Table-specification td p[data-v-e8d814b3],.big .Table--3col-Locations td li[data-v-e8d814b3],.big p.Para-basic-L-Sub[data-v-e8d814b3],.big p.Para-basic-L-Sub-Auto[data-v-e8d814b3],.big p.Para-basic-L-center[data-v-e8d814b3],.big li.Para-basic-L-bullet[data-v-e8d814b3],.big p.Para-basic-L[data-v-e8d814b3],.big li.Para-basic-L-hyp-Sub[data-v-e8d814b3],.big li.Para-basic-L-hyp-2Sub[data-v-e8d814b3],.big li[class^=Para-Num][data-v-e8d814b3],.big p.Para-Box-Num[data-v-e8d814b3],.big p.Para-Basic-B-Sub[data-v-e8d814b3],.big td p.Para-basic-L[data-v-e8d814b3],.big td li.Para-basic-L-bullet[data-v-e8d814b3],.big p.Para-Basic-B[data-v-e8d814b3],.big p.Para-Circle-Num-Sub[data-v-e8d814b3]{font-size:16px}.big .Table-specification td p[data-v-e8d814b3],.big .Table--3col-Locations td li[data-v-e8d814b3],.big p.Para-Table-L-Sub[data-v-e8d814b3],.big p.Para-Table-L-Sub-Auto[data-v-e8d814b3],.big p.Para-Table-L-center[data-v-e8d814b3],.big p.Para-Table-L[data-v-e8d814b3],.big li.Para-Table-L-hyp-Sub[data-v-e8d814b3],.big li.Para-Table-L-hyp-2Sub[data-v-e8d814b3],.big li[class^=Para-Num][data-v-e8d814b3],.big p.Para-Box-Num[data-v-e8d814b3],.big p.Para-Table-B-Sub[data-v-e8d814b3],.big td p.Para-Table-L[data-v-e8d814b3],.big p.Para-Table-B[data-v-e8d814b3],.big p.Para-Circle-Num-Sub[data-v-e8d814b3],.big p.Para-Table-B-Center[data-v-e8d814b3],.big .Table--3col-ISO td p[data-v-e8d814b3]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-e8d814b3],p.Para-Table-B-Center[data-v-e8d814b3]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-e8d814b3],.big p.video_title[data-v-e8d814b3],.big .resultItem p[data-v-e8d814b3]{font-size:1.05em}h1[data-v-e8d814b3]{font-size:1.2em;margin-top:0}h2[data-v-e8d814b3]{font-size:1.1em}.Heading-3[data-v-e8d814b3]{font-size:1em}.content .text>ol li[data-v-e8d814b3]:BEFORE{font-size:26px}.video[data-v-e8d814b3]{width:95%}}p.Para-Table-L[data-v-e8d814b3]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-e8d814b3]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-e8d814b3]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-e8d814b3]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-e8d814b3]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-e8d814b3]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-e8d814b3]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-e8d814b3]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-e8d814b3]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-e8d814b3]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-e8d814b3]:before{content:"";display:block;height:15pt}.Bold[data-v-e8d814b3],span.Bold[data-v-e8d814b3]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-e8d814b3]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-e8d814b3]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-e8d814b3]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-e8d814b3]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-e8d814b3]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-e8d814b3]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-e8d814b3]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-e8d814b3]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-e8d814b3]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-e8d814b3]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-e8d814b3]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-e8d814b3],.Para-Table-L-Sub-Auto .icon-1[data-v-e8d814b3]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-e8d814b3]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-e8d814b3]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-e8d814b3]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-e8d814b3],.Table--2col td p.Para-basic-L[data-v-e8d814b3]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-e8d814b3]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-e8d814b3]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-e8d814b3]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-e8d814b3]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-e8d814b3]{margin-top:8pt!important}.table-responsive[data-v-e8d814b3]{width:100%;overflow-x:auto}.table-responsive table[data-v-e8d814b3]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-e8d814b3]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-e8d814b3]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-e8d814b3]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-e8d814b3]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-e8d814b3]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-e8d814b3]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-e8d814b3]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-e8d814b3]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-e8d814b3]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-e8d814b3]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-e8d814b3]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-e8d814b3]{font-size:12px}#table-15.responsive td[data-v-e8d814b3]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-e8d814b3]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-e8d814b3]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-e8d814b3]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-e8d814b3]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-e8d814b3],.Table--4col-Error th[data-v-e8d814b3]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-e8d814b3],.Table--4col-Error tr:first-child th[data-v-e8d814b3]{border-top:none}.Table--4col-Error tr:last-child td[data-v-e8d814b3]{border-bottom:none}.Table--4col-Error thead td[data-v-e8d814b3]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-e8d814b3]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-e8d814b3]:nth-child(1),.Table--4col-Error thead td[data-v-e8d814b3]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-e8d814b3]:nth-child(2),.Table--4col-Error thead td[data-v-e8d814b3]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-e8d814b3]:nth-child(3),.Table--4col-Error thead td[data-v-e8d814b3]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-e8d814b3]:nth-child(4),.Table--4col-Error thead td[data-v-e8d814b3]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-e8d814b3]:nth-child(1),.Table--4col-Error tbody td[data-v-e8d814b3]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-e8d814b3]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-e8d814b3]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-e8d814b3]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-e8d814b3]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-e8d814b3]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-e8d814b3]{font-size:14px!important}.Table--4col-Error tbody td[data-v-e8d814b3]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-e8d814b3],.Table--4col-Error p.Para-Table-B[data-v-e8d814b3],.Table--4col-Error p.Para-Table-L-Center[data-v-e8d814b3]{font-size:12px!important}.Table--4col-Error tbody td[data-v-e8d814b3]:nth-child(1),.Table--4col-Error thead td[data-v-e8d814b3]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-e8d814b3]:nth-child(2),.Table--4col-Error thead td[data-v-e8d814b3]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-e8d814b3]:nth-child(3),.Table--4col-Error thead td[data-v-e8d814b3]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-e8d814b3]:nth-child(4),.Table--4col-Error thead td[data-v-e8d814b3]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-e8d814b3]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-e8d814b3]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-e8d814b3]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-e8d814b3]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-e8d814b3]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-e8d814b3]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-e8d814b3]{line-height:1.25;font-weight:500}.Bold-color[data-v-e8d814b3]{font-weight:700}.char-style-override-4[data-v-e8d814b3]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-e8d814b3]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-e8d814b3]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-e8d814b3]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-e8d814b3]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-e8d814b3]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-e8d814b3]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-e8d814b3]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-e8d814b3]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-e8d814b3]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-e8d814b3]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-e8d814b3]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-e8d814b3]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-e8d814b3]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-e8d814b3]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-e8d814b3]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-e8d814b3],tr:last-child td.cell-style-override-7[data-v-e8d814b3]{border-bottom:0}table#table-16[data-v-e8d814b3]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-e8d814b3],.Table--2col-Air-Sensor[data-v-e8d814b3],.Table--2col-Voice[data-v-e8d814b3],.Table--2col-Filter[data-v-e8d814b3],.Table--troubleshooting[data-v-e8d814b3],.Table--4col-Error[data-v-e8d814b3],.Table--Specifications[data-v-e8d814b3]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-e8d814b3]:last-child,.Table--2col-Voice tr td[data-v-e8d814b3]:last-child{width:70%}.Table--2col-Voice tr td[data-v-e8d814b3]:first-child{width:30%}.Para-Table-L-Center[data-v-e8d814b3]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-e8d814b3]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-e8d814b3]{display:block!important}.Table--2col-Information td[data-v-e8d814b3]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-e8d814b3]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-e8d814b3]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-e8d814b3]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-e8d814b3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-e8d814b3],.Table--4col-responsive table td[data-v-e8d814b3]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-e8d814b3],.Table--2col-Information th[data-v-e8d814b3]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-e8d814b3]:nth-child(1),.Table--2col-Information th[data-v-e8d814b3]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-e8d814b3]:nth-child(2),.Table--2col-Information th[data-v-e8d814b3]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-e8d814b3],.Table--2col-Information th[data-v-e8d814b3]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-e8d814b3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-e8d814b3],.Table--2col-Voice th[data-v-e8d814b3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-e8d814b3]:nth-child(1),.Table--2col-Voice th[data-v-e8d814b3]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-e8d814b3]:nth-child(2),.Table--2col-Voice th[data-v-e8d814b3]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-e8d814b3]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-e8d814b3],.Table--2col-Voice tr:last-child td[data-v-e8d814b3]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-e8d814b3],.Table--2col-Voice thead th[data-v-e8d814b3]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-e8d814b3]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-e8d814b3]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-e8d814b3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-e8d814b3],.Table--2col-Information th[data-v-e8d814b3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-e8d814b3]:nth-child(1),.Table--2col-Information th[data-v-e8d814b3]:nth-child(1){width:30%}.Table--2col-Information td[data-v-e8d814b3]:nth-child(2),.Table--2col-Information th[data-v-e8d814b3]:nth-child(2){width:70%}.Table--2col-Information td[data-v-e8d814b3]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-e8d814b3]{border-bottom:none}.Table--2col-Air-Sensor[data-v-e8d814b3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-e8d814b3],.Table--2col-Air-Sensor th[data-v-e8d814b3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-e8d814b3]:nth-child(1),.Table--2col-Air-Sensor th[data-v-e8d814b3]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-e8d814b3]:nth-child(2),.Table--2col-Air-Sensor th[data-v-e8d814b3]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-e8d814b3]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-e8d814b3]{border-bottom:none}.Table--2col-Filter[data-v-e8d814b3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-e8d814b3],.Table--2col-Filter th[data-v-e8d814b3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-e8d814b3]:nth-child(1),.Table--2col-Filter th[data-v-e8d814b3]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-e8d814b3]:nth-child(2),.Table--2col-Filter th[data-v-e8d814b3]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-e8d814b3]:nth-child(3),.Table--2col-Filter th[data-v-e8d814b3]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-e8d814b3]:nth-child(4),.Table--2col-Filter th[data-v-e8d814b3]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-e8d814b3]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-e8d814b3],.Table--2col-Filter tr:last-child td[data-v-e8d814b3]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-e8d814b3],.Table--2col-Filter thead th[data-v-e8d814b3]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-e8d814b3]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-e8d814b3]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-e8d814b3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-e8d814b3],.Table--Specifications th[data-v-e8d814b3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-e8d814b3]:first-child,.Table--Specifications th[data-v-e8d814b3]:first-child{width:16%}.Table--Specifications td[data-v-e8d814b3]:nth-child(2),.Table--Specifications th[data-v-e8d814b3]:nth-child(2){width:42%}.Table--Specifications td[data-v-e8d814b3]:nth-child(3),.Table--Specifications th[data-v-e8d814b3]:nth-child(3){width:42%}.Table--Specifications td[data-v-e8d814b3]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-e8d814b3],.Table--Specifications tr:last-child td[data-v-e8d814b3]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-e8d814b3],.Table--Specifications thead th[data-v-e8d814b3]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-e8d814b3]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-e8d814b3]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-e8d814b3],td.cell-style-override-20[data-v-e8d814b3]{padding:10px}td.x3col-Mid-text[data-v-e8d814b3],td.cell-style-override-22[data-v-e8d814b3],td.cell-style-override-20[data-v-e8d814b3]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-e8d814b3]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-e8d814b3]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-e8d814b3]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-e8d814b3]{margin-top:-350px}}.cjk-wrap[data-v-e8d814b3]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#content-div[data-v-e8d814b3]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-e8d814b3]{min-height:100vh}.Para-Table-L-Heading[data-v-e8d814b3]{margin-top:10px}}body[data-v-0f3cf6cf]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-0f3cf6cf]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-0f3cf6cf]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-0f3cf6cf]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-0f3cf6cf]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-0f3cf6cf]{width:83%!important}.content #naviText span[data-v-0f3cf6cf]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-0f3cf6cf]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-0f3cf6cf]{width:100%!important}.content #mainCar[data-v-0f3cf6cf]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-0f3cf6cf]{width:100%}#mainCarPhone[data-v-0f3cf6cf]{display:none}.content #buttonMenu_v2[data-v-0f3cf6cf]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-0f3cf6cf]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-0f3cf6cf]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-0f3cf6cf]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-0f3cf6cf]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-0f3cf6cf]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-0f3cf6cf]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-0f3cf6cf]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-0f3cf6cf]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-0f3cf6cf]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-0f3cf6cf]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-0f3cf6cf]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-0f3cf6cf]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-0f3cf6cf]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-0f3cf6cf]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-0f3cf6cf]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-0f3cf6cf]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-0f3cf6cf]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-0f3cf6cf]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-0f3cf6cf]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-0f3cf6cf]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-0f3cf6cf]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-0f3cf6cf]{bottom:11%;width:30%}.content #naviText span[data-v-0f3cf6cf]{font-size:17px}.content #naviText img[data-v-0f3cf6cf]{width:80%!important}.content #carName[data-v-0f3cf6cf]{right:0%;bottom:12%}.content #carName img[data-v-0f3cf6cf]{width:40%!important}.content #buttonMenu_v2>a[data-v-0f3cf6cf]{width:33%}.content #buttonMenu>a[data-v-0f3cf6cf]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-0f3cf6cf]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-0f3cf6cf]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-0f3cf6cf]{display:block}#mainCarPc[data-v-0f3cf6cf]{display:none}.content #buttonMenu_v2[data-v-0f3cf6cf],.content #buttonMenu[data-v-0f3cf6cf]{width:92%}}@media screen and (max-width: 480px){.content[data-v-0f3cf6cf]{padding-top:0}.content #naviText[data-v-0f3cf6cf]{bottom:14%;width:45%}.content #naviText span[data-v-0f3cf6cf]{font-size:11px}.content #naviText img[data-v-0f3cf6cf]{width:88%!important}.content #carName[data-v-0f3cf6cf]{right:5%;bottom:15%}.content #carName img[data-v-0f3cf6cf]{width:120px!important}.content #buttonMenu_v2[data-v-0f3cf6cf]{position:relative}.content #buttonMenu_v2>a>div[data-v-0f3cf6cf]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-0f3cf6cf]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-0f3cf6cf]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-0f3cf6cf]{position:relative}.content #buttonMenu>a>div[data-v-0f3cf6cf]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-0f3cf6cf]{height:120px}.content #buttonMenu>a>div>span[data-v-0f3cf6cf]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-0f3cf6cf]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-0f3cf6cf]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-0f3cf6cf]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-0f3cf6cf]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-0f3cf6cf]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-0f3cf6cf]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-0f3cf6cf]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-0f3cf6cf]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-0f3cf6cf]{margin:0;padding:0}html[data-v-0f3cf6cf]{background-color:#000;width:100%}.keyword[data-v-0f3cf6cf],.highlight[data-v-0f3cf6cf]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-0f3cf6cf]{font-family:upsys_commonregular}.header_main[data-v-0f3cf6cf]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-0f3cf6cf]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-0f3cf6cf]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-0f3cf6cf]>*{float:left}#headerLogo[data-v-0f3cf6cf]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-0f3cf6cf]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-0f3cf6cf]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-0f3cf6cf]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-0f3cf6cf]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-0f3cf6cf]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-0f3cf6cf]{font-size:13px}.languageDiv .active[data-v-0f3cf6cf]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-0f3cf6cf]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-0f3cf6cf]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-0f3cf6cf]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-0f3cf6cf],#languageSelect li[data-v-0f3cf6cf]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-0f3cf6cf],#languageSelect li:hover a[data-v-0f3cf6cf]{color:#000}.footer-manual[data-v-0f3cf6cf]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-0f3cf6cf]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-0f3cf6cf]{line-height:60px}#footerLogo[data-v-0f3cf6cf]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-0f3cf6cf]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-0f3cf6cf]{display:inline-block;width:100%}#copyrightPcSpan[data-v-0f3cf6cf]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-0f3cf6cf]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-0f3cf6cf]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-0f3cf6cf]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-0f3cf6cf]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-0f3cf6cf]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-0f3cf6cf]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-0f3cf6cf]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-0f3cf6cf]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-0f3cf6cf]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-0f3cf6cf]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-0f3cf6cf]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-0f3cf6cf]:focus{outline:none}#searchButton[data-v-0f3cf6cf]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-0f3cf6cf]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-0f3cf6cf]{width:80%}table td.right[data-v-0f3cf6cf]{width:10%;text-align:center}.result[data-v-0f3cf6cf],.resultcount[data-v-0f3cf6cf],.noResult[data-v-0f3cf6cf]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-0f3cf6cf]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-0f3cf6cf]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-0f3cf6cf]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-0f3cf6cf]{color:#e49f81}.cover[data-v-0f3cf6cf]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-0f3cf6cf]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-0f3cf6cf]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-0f3cf6cf]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-0f3cf6cf]{font-size:12px}.languageDivPhone .active[data-v-0f3cf6cf]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-0f3cf6cf]{bottom:30px;left:1px}.fontChangeButton[data-v-0f3cf6cf]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-0f3cf6cf]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-0f3cf6cf]{left:0}.languageDiv div[data-v-0f3cf6cf]{width:120%;left:-45px;top:5px}#languageSelect[data-v-0f3cf6cf]{margin-left:-40px}#banner_img>a[data-v-0f3cf6cf]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-0f3cf6cf]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-0f3cf6cf]{z-index:12}.header_main[data-v-0f3cf6cf]{height:40px;padding-top:0}.header[data-v-0f3cf6cf]{z-index:12}.header[data-v-0f3cf6cf]{height:40px;padding-top:0}#title[data-v-0f3cf6cf]{font-size:16px;width:49%}#headerLogo[data-v-0f3cf6cf]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-0f3cf6cf]{width:20%}.languageDiv div[data-v-0f3cf6cf]{width:90%;left:-15px;top:5px}#languageSelect[data-v-0f3cf6cf]{margin-left:-10px}.languageDiv ul[data-v-0f3cf6cf]{font-size:12px}#menu[data-v-0f3cf6cf]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-0f3cf6cf]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-0f3cf6cf]{width:80%}#rightHeader[data-v-0f3cf6cf]{height:40px}#rightHeader>div[data-v-0f3cf6cf]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-0f3cf6cf]{position:absolute;right:38px;top:0}.searchDiv[data-v-0f3cf6cf]{width:90%}#toc[data-v-0f3cf6cf]{width:100%}.copyright[data-v-0f3cf6cf]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-0f3cf6cf]{display:none}#copyrightPhone[data-v-0f3cf6cf]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-0f3cf6cf]{width:15%!important}#prevBtn[data-v-0f3cf6cf],#nextBtn[data-v-0f3cf6cf]{width:32px;height:32px;background-size:100%}#searchButton[data-v-0f3cf6cf]{margin-left:-1px}table td.left[data-v-0f3cf6cf]{text-align:right}table td.center[data-v-0f3cf6cf]{width:50%}table td.right[data-v-0f3cf6cf]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-0f3cf6cf]{left:0}.languageDiv div[data-v-0f3cf6cf]{width:100%;left:-5px;top:5px}#languageSelect[data-v-0f3cf6cf]{margin-left:20px}.languageDiv ul[data-v-0f3cf6cf]{font-size:10px}.noResult>span[data-v-0f3cf6cf]{width:200px!important;font-size:14px}#title[data-v-0f3cf6cf]{font-size:13px;width:40%}#menu[data-v-0f3cf6cf]{position:absolute}#banner_img>a[data-v-0f3cf6cf]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-0f3cf6cf]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-0f3cf6cf]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-0f3cf6cf]{font-size:14px}}body[data-v-0f3cf6cf]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-0f3cf6cf]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-0f3cf6cf]{margin:auto;max-width:1120px}.subHeaderInner[data-v-0f3cf6cf]>*{float:left}.content p[data-v-0f3cf6cf],.content li[data-v-0f3cf6cf]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-0f3cf6cf]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-0f3cf6cf]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-0f3cf6cf]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-0f3cf6cf]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-0f3cf6cf]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-0f3cf6cf]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-0f3cf6cf]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-0f3cf6cf]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-0f3cf6cf]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-0f3cf6cf]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-0f3cf6cf]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-0f3cf6cf],p.Para-Basic-B-Sub[data-v-0f3cf6cf]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-0f3cf6cf]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-0f3cf6cf]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-0f3cf6cf]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-0f3cf6cf]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-0f3cf6cf]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-0f3cf6cf],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-0f3cf6cf],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-0f3cf6cf]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-0f3cf6cf],p+ul li.Para-Basic-B-Sub[data-v-0f3cf6cf]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-0f3cf6cf],ul~p.Para-basic-L-bullet-Sub[data-v-0f3cf6cf],ul~p.Para-Basic-B-Sub[data-v-0f3cf6cf]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-0f3cf6cf],ol~p.Para-basic-L-bullet-Sub[data-v-0f3cf6cf],ol~p.Para-Basic-B-Sub[data-v-0f3cf6cf]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-0f3cf6cf],ol+*+p.Para-basic-L-bullet-Sub[data-v-0f3cf6cf],ol+*+p.Para-Basic-B-Sub[data-v-0f3cf6cf]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-0f3cf6cf],a .Para-Basic-B-Sub[data-v-0f3cf6cf]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-0f3cf6cf]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-0f3cf6cf]{margin-left:45px}.content p[data-v-0f3cf6cf],li[data-v-0f3cf6cf]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-0f3cf6cf],p.Para-Basic-B[data-v-0f3cf6cf],p.Para-Basic-B-Center[data-v-0f3cf6cf]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-0f3cf6cf]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-0f3cf6cf],p.Para-Basic-B-Center[data-v-0f3cf6cf]{text-align:center}p.Para-Table-L-center[data-v-0f3cf6cf],p.Para-Table-B-Center[data-v-0f3cf6cf]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-0f3cf6cf],table p.Para-Basic-B[data-v-0f3cf6cf],table p.Para-Basic-B-Center[data-v-0f3cf6cf]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-0f3cf6cf]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-0f3cf6cf]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-0f3cf6cf]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-0f3cf6cf]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-0f3cf6cf]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-0f3cf6cf],.content .text>ul[data-v-0f3cf6cf],.content .text table ol[data-v-0f3cf6cf],.content .text table ul[data-v-0f3cf6cf]{padding-left:20px}.content .text>ol[data-v-0f3cf6cf]{padding-left:0}p.Para-Illust-L[data-v-0f3cf6cf]{text-align:center}p.Para-Illust-L img[data-v-0f3cf6cf]{display:inline-block}p.Placeholder-sub[data-v-0f3cf6cf],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-0f3cf6cf],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-0f3cf6cf],.content .text>ol~.figure[data-v-0f3cf6cf],p.Placeholder-sub-S[data-v-0f3cf6cf],.Para-screen-sub-S[data-v-0f3cf6cf],.Para-screen-sub-M[data-v-0f3cf6cf],.Para-screen-sub-L[data-v-0f3cf6cf]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-0f3cf6cf],p.Placeholder-sub-M img[data-v-0f3cf6cf],p.Placeholder-sub img[data-v-0f3cf6cf]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-0f3cf6cf]{margin-left:45px}.Table-pic-Left-sub img[data-v-0f3cf6cf]{margin-top:5px;margin-bottom:10px}div.figure[data-v-0f3cf6cf]{display:inline-block}p.Para-img-description[data-v-0f3cf6cf]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-0f3cf6cf]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-0f3cf6cf]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-0f3cf6cf]{margin-bottom:25px}.text img[data-v-0f3cf6cf]{max-width:100%;display:block}.Table-Pic-center[data-v-0f3cf6cf]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-0f3cf6cf]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-0f3cf6cf]{margin:0}p.Para-Box-Num[data-v-0f3cf6cf]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-0f3cf6cf]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-0f3cf6cf]:AFTER{content:". "}span.inline-img img[data-v-0f3cf6cf]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-0f3cf6cf]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-0f3cf6cf]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-0f3cf6cf]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-0f3cf6cf]{margin-left:6.5%;display:block!important}.discUl li[data-v-0f3cf6cf]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-0f3cf6cf],.Symbol-R[data-v-0f3cf6cf],.Note-R-Pic[data-v-0f3cf6cf]{display:block;width:100%}.Symbol-L[data-v-0f3cf6cf]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-0f3cf6cf]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-0f3cf6cf],.Symbol-R li[data-v-0f3cf6cf],.Symbol-R p[data-v-0f3cf6cf]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-0f3cf6cf]{font-size:16px}table.Table-Symbol td ul[data-v-0f3cf6cf]{padding-left:20px}table.Table-Symbol[data-v-0f3cf6cf]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-0f3cf6cf]{color:#bc162c}.Symbol-Black[data-v-0f3cf6cf],.Symbol-Black-Table[data-v-0f3cf6cf]{font-family:upsys_commonregular}.Symbol-Green[data-v-0f3cf6cf]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-0f3cf6cf]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-0f3cf6cf]{width:auto!important}.video_container[data-v-0f3cf6cf]{margin-top:40px;float:right}.video[data-v-0f3cf6cf]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-0f3cf6cf]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-0f3cf6cf]{width:100%}.Table--3col[data-v-0f3cf6cf],.Basic-Table[data-v-0f3cf6cf],.Table--2col[data-v-0f3cf6cf],.Table-Landmark[data-v-0f3cf6cf],.Table--4col[data-v-0f3cf6cf],.Table-2row-merge[data-v-0f3cf6cf],.Table--troubleshooting[data-v-0f3cf6cf],.Table-specification[data-v-0f3cf6cf],.Table-service-center[data-v-0f3cf6cf],.Table-5col[data-v-0f3cf6cf],.responsive[data-v-0f3cf6cf],.Table--3col-Locations[data-v-0f3cf6cf]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-0f3cf6cf]:FIRST-CHILD,.Basic-Table tr[data-v-0f3cf6cf]:FIRST-CHILD,.Table--2col tr[data-v-0f3cf6cf]:FIRST-CHILD,.Table-Landmark tr[data-v-0f3cf6cf]:FIRST-CHILD,.Table--4col tr[data-v-0f3cf6cf]:FIRST-CHILD,.Table-2row-merge tr[data-v-0f3cf6cf]:FIRST-CHILD,.Table--troubleshooting tr[data-v-0f3cf6cf]:FIRST-CHILD,.Table-service-center tr[data-v-0f3cf6cf]:FIRST-CHILD,.responsive tr[data-v-0f3cf6cf]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-0f3cf6cf]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-0f3cf6cf],.Basic-Table td[data-v-0f3cf6cf],.Table--2col td[data-v-0f3cf6cf],.Table-Landmark td[data-v-0f3cf6cf],.Table--4col td[data-v-0f3cf6cf],.Table-2row-merge td[data-v-0f3cf6cf],.Table--troubleshooting td[data-v-0f3cf6cf],.Table-specification td[data-v-0f3cf6cf],.Table-service-center td[data-v-0f3cf6cf],.responsive td[data-v-0f3cf6cf]{padding:10px}.Table--troubleshooting td[data-v-0f3cf6cf]{border-right:none}.Table--troubleshooting[data-v-0f3cf6cf]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-0f3cf6cf],.Table-Landmark .Para-Pic-Center img[data-v-0f3cf6cf]{width:30px}.Table-5col[data-v-0f3cf6cf]{border:none}.Table-5col tr[data-v-0f3cf6cf]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-0f3cf6cf]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-0f3cf6cf]{width:15%}.Table--3col td.x3col-L[data-v-0f3cf6cf],.x3col-L td.x3col-M[data-v-0f3cf6cf]{width:10%}td.x3col-Mid-Text[data-v-0f3cf6cf]{text-align:center}td.x3col-R-Pic[data-v-0f3cf6cf]{text-align:right}.responsive td p[data-v-0f3cf6cf]{text-align:center}table.Table--3col-Locations[data-v-0f3cf6cf]{border-collapse:collapse}.Table--3col-Locations td[data-v-0f3cf6cf]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-0f3cf6cf]{padding:10px}.Para-Pic-Center img[data-v-0f3cf6cf]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-0f3cf6cf]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-0f3cf6cf]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-0f3cf6cf]{width:50%}.Table-specification .x3col-L-Grey[data-v-0f3cf6cf]{width:20%}.Table-specification .Spec-Mid-text[data-v-0f3cf6cf]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-0f3cf6cf]{width:50%}.Table--3col .x3col-L-Grey[data-v-0f3cf6cf]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-0f3cf6cf],.Table--4col .x3col-Mid-Grey[data-v-0f3cf6cf],.Table--4col .x3col-R-Grey[data-v-0f3cf6cf]{width:30%}.navi td.x3col-Mid-Grey[data-v-0f3cf6cf]{width:15%}.Table--3col .x3col-R-Grey[data-v-0f3cf6cf]{width:50%}.Table--2col .x3col-L-Grey[data-v-0f3cf6cf],.Table--2col td[data-v-0f3cf6cf]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-0f3cf6cf]{width:70%}.Table--2col-Disc[data-v-0f3cf6cf]{border-collapse:collapse}.Table--2col-Disc td[data-v-0f3cf6cf]{border:1px solid grey;padding:10px}.Table-PL td[data-v-0f3cf6cf]:FIRST-CHILD{width:25%}.resultcount p[data-v-0f3cf6cf]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-0f3cf6cf]{font-family:SK_namuhx-Bold}.noResult>span[data-v-0f3cf6cf]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-0f3cf6cf]{color:#f0dfdf;display:block}.result_list[data-v-0f3cf6cf]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-0f3cf6cf]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-0f3cf6cf]{font-family:SK_namuhx-Regular}.resulttext p[data-v-0f3cf6cf]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-0f3cf6cf]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-0f3cf6cf]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-0f3cf6cf],.Cross-Reference[data-v-0f3cf6cf]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-0f3cf6cf]:hover{text-decoration:underline}.fontChangeDiv[data-v-0f3cf6cf]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-0f3cf6cf]{top:55px}#backButton[data-v-0f3cf6cf]{background-size:16px}.chapterTitle[data-v-0f3cf6cf]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-0f3cf6cf],h2[data-v-0f3cf6cf]{font-size:1.3em}#contentAccordion[data-v-0f3cf6cf]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-0f3cf6cf]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-0f3cf6cf]{line-height:21px}.video[data-v-0f3cf6cf]{width:46%}}@media screen and (max-width: 640px){h2[data-v-0f3cf6cf]{margin-top:40px}.subHeader[data-v-0f3cf6cf]{top:40px}.fontChangeDiv[data-v-0f3cf6cf]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-0f3cf6cf]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-0f3cf6cf]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-0f3cf6cf]{margin-left:7.3%}table td[data-v-0f3cf6cf]{font-size:14px;padding:5px!important}table td p[data-v-0f3cf6cf],table td p.Para-Basic-B-Center[data-v-0f3cf6cf],table td p.Para-Basic-B[data-v-0f3cf6cf]{font-size:14px}table td p.Para-Small-L[data-v-0f3cf6cf]{font-size:12px;word-break:break-word}.Table--3col td[data-v-0f3cf6cf],.Basic-Table td[data-v-0f3cf6cf],.Table--2col td[data-v-0f3cf6cf],.Table-Landmark td[data-v-0f3cf6cf],.Table--4col td[data-v-0f3cf6cf],.Table-2row-merge td[data-v-0f3cf6cf],.Table--troubleshooting td[data-v-0f3cf6cf],.Table-specification td[data-v-0f3cf6cf],.Table-service-center td[data-v-0f3cf6cf]{border-right:none}.responsive[data-v-0f3cf6cf],.responsive tr[data-v-0f3cf6cf],.responsive tbody[data-v-0f3cf6cf]{width:100%}.Table--4col-responsive td[data-v-0f3cf6cf]{min-width:200px!important;height:auto}.responsive td p[data-v-0f3cf6cf]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-0f3cf6cf],.Table-Symbol td li[data-v-0f3cf6cf]{font-size:16px}p.Placeholder-sub[data-v-0f3cf6cf],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-0f3cf6cf],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-0f3cf6cf],.content .text>ol~.figure[data-v-0f3cf6cf],.content .text>ol+ul[data-v-0f3cf6cf],.Para-screen-sub-L[data-v-0f3cf6cf]{margin-left:0}.resultcount p[data-v-0f3cf6cf]{font-size:16px}.Table-specification td p[data-v-0f3cf6cf],.Table--3col-Locations td li[data-v-0f3cf6cf],p.Para-basic-L-Sub[data-v-0f3cf6cf],p.Para-basic-L-Sub-Auto[data-v-0f3cf6cf],p.Para-basic-L-center[data-v-0f3cf6cf],li.Para-basic-L-bullet[data-v-0f3cf6cf],p.Para-basic-L[data-v-0f3cf6cf],li.Para-basic-L-hyp-Sub[data-v-0f3cf6cf],li.Para-basic-L-hyp-2Sub[data-v-0f3cf6cf],li[class^=Para-Num][data-v-0f3cf6cf],p.Para-Box-Num[data-v-0f3cf6cf],p.Para-Basic-B-Sub[data-v-0f3cf6cf],td p.Para-basic-L[data-v-0f3cf6cf],td li.Para-basic-L-bullet[data-v-0f3cf6cf],p.Para-Basic-B[data-v-0f3cf6cf],p.Para-Circle-Num-Sub[data-v-0f3cf6cf],.Symbol-L p.Para-basic-L-Sub[data-v-0f3cf6cf],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-0f3cf6cf]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-0f3cf6cf],.Table--3col-Locations td li[data-v-0f3cf6cf],p.Para-Table-L-Sub[data-v-0f3cf6cf],p.Para-Table-L-Sub-Auto[data-v-0f3cf6cf],p.Para-Table-L-center[data-v-0f3cf6cf],p.Para-Table-L[data-v-0f3cf6cf],li.Para-Table-L-hyp-Sub[data-v-0f3cf6cf],li.Para-Table-L-hyp-2Sub[data-v-0f3cf6cf],p.Para-Table-B-Sub[data-v-0f3cf6cf],td p.Para-Table-L[data-v-0f3cf6cf],p.Para-Table-B[data-v-0f3cf6cf],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-0f3cf6cf]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-0f3cf6cf]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-0f3cf6cf],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-0f3cf6cf]{font-size:14px}.big .Table-specification td p[data-v-0f3cf6cf],.big .Table--3col-Locations td li[data-v-0f3cf6cf],.big p.Para-basic-L-Sub[data-v-0f3cf6cf],.big p.Para-basic-L-Sub-Auto[data-v-0f3cf6cf],.big p.Para-basic-L-center[data-v-0f3cf6cf],.big li.Para-basic-L-bullet[data-v-0f3cf6cf],.big p.Para-basic-L[data-v-0f3cf6cf],.big li.Para-basic-L-hyp-Sub[data-v-0f3cf6cf],.big li.Para-basic-L-hyp-2Sub[data-v-0f3cf6cf],.big li[class^=Para-Num][data-v-0f3cf6cf],.big p.Para-Box-Num[data-v-0f3cf6cf],.big p.Para-Basic-B-Sub[data-v-0f3cf6cf],.big td p.Para-basic-L[data-v-0f3cf6cf],.big td li.Para-basic-L-bullet[data-v-0f3cf6cf],.big p.Para-Basic-B[data-v-0f3cf6cf],.big p.Para-Circle-Num-Sub[data-v-0f3cf6cf]{font-size:16px}.big .Table-specification td p[data-v-0f3cf6cf],.big .Table--3col-Locations td li[data-v-0f3cf6cf],.big p.Para-Table-L-Sub[data-v-0f3cf6cf],.big p.Para-Table-L-Sub-Auto[data-v-0f3cf6cf],.big p.Para-Table-L-center[data-v-0f3cf6cf],.big p.Para-Table-L[data-v-0f3cf6cf],.big li.Para-Table-L-hyp-Sub[data-v-0f3cf6cf],.big li.Para-Table-L-hyp-2Sub[data-v-0f3cf6cf],.big li[class^=Para-Num][data-v-0f3cf6cf],.big p.Para-Box-Num[data-v-0f3cf6cf],.big p.Para-Table-B-Sub[data-v-0f3cf6cf],.big td p.Para-Table-L[data-v-0f3cf6cf],.big p.Para-Table-B[data-v-0f3cf6cf],.big p.Para-Circle-Num-Sub[data-v-0f3cf6cf],.big p.Para-Table-B-Center[data-v-0f3cf6cf],.big .Table--3col-ISO td p[data-v-0f3cf6cf]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-0f3cf6cf],p.Para-Table-B-Center[data-v-0f3cf6cf]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-0f3cf6cf],.big p.video_title[data-v-0f3cf6cf],.big .resultItem p[data-v-0f3cf6cf]{font-size:1.05em}h1[data-v-0f3cf6cf]{font-size:1.2em;margin-top:0}h2[data-v-0f3cf6cf]{font-size:1.1em}.Heading-3[data-v-0f3cf6cf]{font-size:1em}.content .text>ol li[data-v-0f3cf6cf]:BEFORE{font-size:26px}.video[data-v-0f3cf6cf]{width:95%}}p.Para-Table-L[data-v-0f3cf6cf]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-0f3cf6cf]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-0f3cf6cf]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-0f3cf6cf]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-0f3cf6cf]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-0f3cf6cf]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-0f3cf6cf]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-0f3cf6cf]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-0f3cf6cf]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-0f3cf6cf]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-0f3cf6cf]:before{content:"";display:block;height:15pt}.Bold[data-v-0f3cf6cf],span.Bold[data-v-0f3cf6cf]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-0f3cf6cf]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-0f3cf6cf]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-0f3cf6cf]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-0f3cf6cf]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-0f3cf6cf]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-0f3cf6cf]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-0f3cf6cf]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-0f3cf6cf]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-0f3cf6cf]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-0f3cf6cf]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-0f3cf6cf]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-0f3cf6cf],.Para-Table-L-Sub-Auto .icon-1[data-v-0f3cf6cf]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-0f3cf6cf]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-0f3cf6cf]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-0f3cf6cf]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-0f3cf6cf],.Table--2col td p.Para-basic-L[data-v-0f3cf6cf]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-0f3cf6cf]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-0f3cf6cf]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-0f3cf6cf]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-0f3cf6cf]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-0f3cf6cf]{margin-top:8pt!important}.table-responsive[data-v-0f3cf6cf]{width:100%;overflow-x:auto}.table-responsive table[data-v-0f3cf6cf]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-0f3cf6cf]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-0f3cf6cf]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-0f3cf6cf]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-0f3cf6cf]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-0f3cf6cf]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-0f3cf6cf]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-0f3cf6cf]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-0f3cf6cf]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-0f3cf6cf]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-0f3cf6cf]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-0f3cf6cf]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-0f3cf6cf]{font-size:12px}#table-15.responsive td[data-v-0f3cf6cf]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-0f3cf6cf]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-0f3cf6cf]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-0f3cf6cf]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-0f3cf6cf]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-0f3cf6cf],.Table--4col-Error th[data-v-0f3cf6cf]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-0f3cf6cf],.Table--4col-Error tr:first-child th[data-v-0f3cf6cf]{border-top:none}.Table--4col-Error tr:last-child td[data-v-0f3cf6cf]{border-bottom:none}.Table--4col-Error thead td[data-v-0f3cf6cf]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-0f3cf6cf]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-0f3cf6cf]:nth-child(1),.Table--4col-Error thead td[data-v-0f3cf6cf]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-0f3cf6cf]:nth-child(2),.Table--4col-Error thead td[data-v-0f3cf6cf]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-0f3cf6cf]:nth-child(3),.Table--4col-Error thead td[data-v-0f3cf6cf]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-0f3cf6cf]:nth-child(4),.Table--4col-Error thead td[data-v-0f3cf6cf]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-0f3cf6cf]:nth-child(1),.Table--4col-Error tbody td[data-v-0f3cf6cf]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-0f3cf6cf]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-0f3cf6cf]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-0f3cf6cf]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-0f3cf6cf]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-0f3cf6cf]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-0f3cf6cf]{font-size:14px!important}.Table--4col-Error tbody td[data-v-0f3cf6cf]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-0f3cf6cf],.Table--4col-Error p.Para-Table-B[data-v-0f3cf6cf],.Table--4col-Error p.Para-Table-L-Center[data-v-0f3cf6cf]{font-size:12px!important}.Table--4col-Error tbody td[data-v-0f3cf6cf]:nth-child(1),.Table--4col-Error thead td[data-v-0f3cf6cf]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-0f3cf6cf]:nth-child(2),.Table--4col-Error thead td[data-v-0f3cf6cf]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-0f3cf6cf]:nth-child(3),.Table--4col-Error thead td[data-v-0f3cf6cf]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-0f3cf6cf]:nth-child(4),.Table--4col-Error thead td[data-v-0f3cf6cf]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-0f3cf6cf]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-0f3cf6cf]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-0f3cf6cf]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-0f3cf6cf]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-0f3cf6cf]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-0f3cf6cf]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-0f3cf6cf]{line-height:1.25;font-weight:500}.Bold-color[data-v-0f3cf6cf]{font-weight:700}.char-style-override-4[data-v-0f3cf6cf]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-0f3cf6cf]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-0f3cf6cf]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-0f3cf6cf]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-0f3cf6cf]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-0f3cf6cf]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-0f3cf6cf]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-0f3cf6cf]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-0f3cf6cf]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-0f3cf6cf]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-0f3cf6cf]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-0f3cf6cf]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-0f3cf6cf]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-0f3cf6cf]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-0f3cf6cf]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-0f3cf6cf]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-0f3cf6cf],tr:last-child td.cell-style-override-7[data-v-0f3cf6cf]{border-bottom:0}table#table-16[data-v-0f3cf6cf]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-0f3cf6cf],.Table--2col-Air-Sensor[data-v-0f3cf6cf],.Table--2col-Voice[data-v-0f3cf6cf],.Table--2col-Filter[data-v-0f3cf6cf],.Table--troubleshooting[data-v-0f3cf6cf],.Table--4col-Error[data-v-0f3cf6cf],.Table--Specifications[data-v-0f3cf6cf]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-0f3cf6cf]:last-child,.Table--2col-Voice tr td[data-v-0f3cf6cf]:last-child{width:70%}.Table--2col-Voice tr td[data-v-0f3cf6cf]:first-child{width:30%}.Para-Table-L-Center[data-v-0f3cf6cf]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-0f3cf6cf]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-0f3cf6cf]{display:block!important}.Table--2col-Information td[data-v-0f3cf6cf]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-0f3cf6cf]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-0f3cf6cf]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-0f3cf6cf]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-0f3cf6cf]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-0f3cf6cf],.Table--4col-responsive table td[data-v-0f3cf6cf]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-0f3cf6cf],.Table--2col-Information th[data-v-0f3cf6cf]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-0f3cf6cf]:nth-child(1),.Table--2col-Information th[data-v-0f3cf6cf]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-0f3cf6cf]:nth-child(2),.Table--2col-Information th[data-v-0f3cf6cf]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-0f3cf6cf],.Table--2col-Information th[data-v-0f3cf6cf]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-0f3cf6cf]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-0f3cf6cf],.Table--2col-Voice th[data-v-0f3cf6cf]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-0f3cf6cf]:nth-child(1),.Table--2col-Voice th[data-v-0f3cf6cf]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-0f3cf6cf]:nth-child(2),.Table--2col-Voice th[data-v-0f3cf6cf]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-0f3cf6cf]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-0f3cf6cf],.Table--2col-Voice tr:last-child td[data-v-0f3cf6cf]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-0f3cf6cf],.Table--2col-Voice thead th[data-v-0f3cf6cf]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-0f3cf6cf]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-0f3cf6cf]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-0f3cf6cf]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-0f3cf6cf],.Table--2col-Information th[data-v-0f3cf6cf]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-0f3cf6cf]:nth-child(1),.Table--2col-Information th[data-v-0f3cf6cf]:nth-child(1){width:30%}.Table--2col-Information td[data-v-0f3cf6cf]:nth-child(2),.Table--2col-Information th[data-v-0f3cf6cf]:nth-child(2){width:70%}.Table--2col-Information td[data-v-0f3cf6cf]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-0f3cf6cf]{border-bottom:none}.Table--2col-Air-Sensor[data-v-0f3cf6cf]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-0f3cf6cf],.Table--2col-Air-Sensor th[data-v-0f3cf6cf]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-0f3cf6cf]:nth-child(1),.Table--2col-Air-Sensor th[data-v-0f3cf6cf]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-0f3cf6cf]:nth-child(2),.Table--2col-Air-Sensor th[data-v-0f3cf6cf]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-0f3cf6cf]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-0f3cf6cf]{border-bottom:none}.Table--2col-Filter[data-v-0f3cf6cf]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-0f3cf6cf],.Table--2col-Filter th[data-v-0f3cf6cf]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-0f3cf6cf]:nth-child(1),.Table--2col-Filter th[data-v-0f3cf6cf]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-0f3cf6cf]:nth-child(2),.Table--2col-Filter th[data-v-0f3cf6cf]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-0f3cf6cf]:nth-child(3),.Table--2col-Filter th[data-v-0f3cf6cf]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-0f3cf6cf]:nth-child(4),.Table--2col-Filter th[data-v-0f3cf6cf]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-0f3cf6cf]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-0f3cf6cf],.Table--2col-Filter tr:last-child td[data-v-0f3cf6cf]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-0f3cf6cf],.Table--2col-Filter thead th[data-v-0f3cf6cf]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-0f3cf6cf]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-0f3cf6cf]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-0f3cf6cf]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-0f3cf6cf],.Table--Specifications th[data-v-0f3cf6cf]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-0f3cf6cf]:first-child,.Table--Specifications th[data-v-0f3cf6cf]:first-child{width:16%}.Table--Specifications td[data-v-0f3cf6cf]:nth-child(2),.Table--Specifications th[data-v-0f3cf6cf]:nth-child(2){width:42%}.Table--Specifications td[data-v-0f3cf6cf]:nth-child(3),.Table--Specifications th[data-v-0f3cf6cf]:nth-child(3){width:42%}.Table--Specifications td[data-v-0f3cf6cf]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-0f3cf6cf],.Table--Specifications tr:last-child td[data-v-0f3cf6cf]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-0f3cf6cf],.Table--Specifications thead th[data-v-0f3cf6cf]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-0f3cf6cf]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-0f3cf6cf]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-0f3cf6cf],td.cell-style-override-20[data-v-0f3cf6cf]{padding:10px}td.x3col-Mid-text[data-v-0f3cf6cf],td.cell-style-override-22[data-v-0f3cf6cf],td.cell-style-override-20[data-v-0f3cf6cf]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-0f3cf6cf]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-0f3cf6cf]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-0f3cf6cf]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-0f3cf6cf]{margin-top:-350px}}#content-div[data-v-0f3cf6cf]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-0f3cf6cf]{min-height:100vh}}body[data-v-c7ec8a3f]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-c7ec8a3f]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-c7ec8a3f]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-c7ec8a3f]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-c7ec8a3f]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-c7ec8a3f]{width:83%!important}.content #naviText span[data-v-c7ec8a3f]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-c7ec8a3f]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-c7ec8a3f]{width:100%!important}.content #mainCar[data-v-c7ec8a3f]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-c7ec8a3f]{width:100%}#mainCarPhone[data-v-c7ec8a3f]{display:none}.content #buttonMenu_v2[data-v-c7ec8a3f]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-c7ec8a3f]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-c7ec8a3f]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-c7ec8a3f]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-c7ec8a3f]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-c7ec8a3f]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-c7ec8a3f]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-c7ec8a3f]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-c7ec8a3f]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-c7ec8a3f]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-c7ec8a3f]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-c7ec8a3f]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-c7ec8a3f]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-c7ec8a3f]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-c7ec8a3f]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-c7ec8a3f]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-c7ec8a3f]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-c7ec8a3f]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-c7ec8a3f]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-c7ec8a3f]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-c7ec8a3f]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-c7ec8a3f]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-c7ec8a3f]{bottom:11%;width:30%}.content #naviText span[data-v-c7ec8a3f]{font-size:17px}.content #naviText img[data-v-c7ec8a3f]{width:80%!important}.content #carName[data-v-c7ec8a3f]{right:0%;bottom:12%}.content #carName img[data-v-c7ec8a3f]{width:40%!important}.content #buttonMenu_v2>a[data-v-c7ec8a3f]{width:33%}.content #buttonMenu>a[data-v-c7ec8a3f]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-c7ec8a3f]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-c7ec8a3f]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-c7ec8a3f]{display:block}#mainCarPc[data-v-c7ec8a3f]{display:none}.content #buttonMenu_v2[data-v-c7ec8a3f],.content #buttonMenu[data-v-c7ec8a3f]{width:92%}}@media screen and (max-width: 480px){.content[data-v-c7ec8a3f]{padding-top:0}.content #naviText[data-v-c7ec8a3f]{bottom:14%;width:45%}.content #naviText span[data-v-c7ec8a3f]{font-size:11px}.content #naviText img[data-v-c7ec8a3f]{width:88%!important}.content #carName[data-v-c7ec8a3f]{right:5%;bottom:15%}.content #carName img[data-v-c7ec8a3f]{width:120px!important}.content #buttonMenu_v2[data-v-c7ec8a3f]{position:relative}.content #buttonMenu_v2>a>div[data-v-c7ec8a3f]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-c7ec8a3f]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-c7ec8a3f]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-c7ec8a3f]{position:relative}.content #buttonMenu>a>div[data-v-c7ec8a3f]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-c7ec8a3f]{height:120px}.content #buttonMenu>a>div>span[data-v-c7ec8a3f]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-c7ec8a3f]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-c7ec8a3f]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-c7ec8a3f]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-c7ec8a3f]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-c7ec8a3f]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-c7ec8a3f]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-c7ec8a3f]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-c7ec8a3f]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-c7ec8a3f]{margin:0;padding:0}html[data-v-c7ec8a3f]{background-color:#000;width:100%}.keyword[data-v-c7ec8a3f],.highlight[data-v-c7ec8a3f]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-c7ec8a3f]{font-family:upsys_commonregular}.header_main[data-v-c7ec8a3f]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-c7ec8a3f]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-c7ec8a3f]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-c7ec8a3f]>*{float:left}#headerLogo[data-v-c7ec8a3f]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-c7ec8a3f]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-c7ec8a3f]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-c7ec8a3f]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-c7ec8a3f]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-c7ec8a3f]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-c7ec8a3f]{font-size:13px}.languageDiv .active[data-v-c7ec8a3f]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-c7ec8a3f]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-c7ec8a3f]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-c7ec8a3f]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-c7ec8a3f],#languageSelect li[data-v-c7ec8a3f]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-c7ec8a3f],#languageSelect li:hover a[data-v-c7ec8a3f]{color:#000}.footer-manual[data-v-c7ec8a3f]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-c7ec8a3f]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-c7ec8a3f]{line-height:60px}#footerLogo[data-v-c7ec8a3f]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-c7ec8a3f]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-c7ec8a3f]{display:inline-block;width:100%}#copyrightPcSpan[data-v-c7ec8a3f]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-c7ec8a3f]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-c7ec8a3f]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-c7ec8a3f]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-c7ec8a3f]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-c7ec8a3f]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-c7ec8a3f]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-c7ec8a3f]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-c7ec8a3f]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-c7ec8a3f]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-c7ec8a3f]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-c7ec8a3f]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-c7ec8a3f]:focus{outline:none}#searchButton[data-v-c7ec8a3f]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-c7ec8a3f]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-c7ec8a3f]{width:80%}table td.right[data-v-c7ec8a3f]{width:10%;text-align:center}.result[data-v-c7ec8a3f],.resultcount[data-v-c7ec8a3f],.noResult[data-v-c7ec8a3f]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-c7ec8a3f]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-c7ec8a3f]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-c7ec8a3f]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-c7ec8a3f]{color:#e49f81}.cover[data-v-c7ec8a3f]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-c7ec8a3f]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-c7ec8a3f]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-c7ec8a3f]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-c7ec8a3f]{font-size:12px}.languageDivPhone .active[data-v-c7ec8a3f]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-c7ec8a3f]{bottom:30px;left:1px}.fontChangeButton[data-v-c7ec8a3f]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-c7ec8a3f]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-c7ec8a3f]{left:0}.languageDiv div[data-v-c7ec8a3f]{width:120%;left:-45px;top:5px}#languageSelect[data-v-c7ec8a3f]{margin-left:-40px}#banner_img>a[data-v-c7ec8a3f]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-c7ec8a3f]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-c7ec8a3f]{z-index:12}.header_main[data-v-c7ec8a3f]{height:40px;padding-top:0}.header[data-v-c7ec8a3f]{z-index:12}.header[data-v-c7ec8a3f]{height:40px;padding-top:0}#title[data-v-c7ec8a3f]{font-size:16px;width:49%}#headerLogo[data-v-c7ec8a3f]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-c7ec8a3f]{width:20%}.languageDiv div[data-v-c7ec8a3f]{width:90%;left:-15px;top:5px}#languageSelect[data-v-c7ec8a3f]{margin-left:-10px}.languageDiv ul[data-v-c7ec8a3f]{font-size:12px}#menu[data-v-c7ec8a3f]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-c7ec8a3f]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-c7ec8a3f]{width:80%}#rightHeader[data-v-c7ec8a3f]{height:40px}#rightHeader>div[data-v-c7ec8a3f]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-c7ec8a3f]{position:absolute;right:38px;top:0}.searchDiv[data-v-c7ec8a3f]{width:90%}#toc[data-v-c7ec8a3f]{width:100%}.copyright[data-v-c7ec8a3f]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-c7ec8a3f]{display:none}#copyrightPhone[data-v-c7ec8a3f]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-c7ec8a3f]{width:15%!important}#prevBtn[data-v-c7ec8a3f],#nextBtn[data-v-c7ec8a3f]{width:32px;height:32px;background-size:100%}#searchButton[data-v-c7ec8a3f]{margin-left:-1px}table td.left[data-v-c7ec8a3f]{text-align:right}table td.center[data-v-c7ec8a3f]{width:50%}table td.right[data-v-c7ec8a3f]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-c7ec8a3f]{left:0}.languageDiv div[data-v-c7ec8a3f]{width:100%;left:-5px;top:5px}#languageSelect[data-v-c7ec8a3f]{margin-left:20px}.languageDiv ul[data-v-c7ec8a3f]{font-size:10px}.noResult>span[data-v-c7ec8a3f]{width:200px!important;font-size:14px}#title[data-v-c7ec8a3f]{font-size:13px;width:40%}#menu[data-v-c7ec8a3f]{position:absolute}#banner_img>a[data-v-c7ec8a3f]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-c7ec8a3f]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-c7ec8a3f]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-c7ec8a3f]{font-size:14px}}body[data-v-c7ec8a3f]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-c7ec8a3f]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-c7ec8a3f]{margin:auto;max-width:1120px}.subHeaderInner[data-v-c7ec8a3f]>*{float:left}.content p[data-v-c7ec8a3f],.content li[data-v-c7ec8a3f]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-c7ec8a3f]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-c7ec8a3f]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-c7ec8a3f]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-c7ec8a3f]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-c7ec8a3f]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-c7ec8a3f]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-c7ec8a3f]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-c7ec8a3f]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-c7ec8a3f]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-c7ec8a3f]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-c7ec8a3f]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-c7ec8a3f],p.Para-Basic-B-Sub[data-v-c7ec8a3f]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-c7ec8a3f]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-c7ec8a3f]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-c7ec8a3f]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-c7ec8a3f]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-c7ec8a3f]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-c7ec8a3f],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-c7ec8a3f],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-c7ec8a3f]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-c7ec8a3f],p+ul li.Para-Basic-B-Sub[data-v-c7ec8a3f]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-c7ec8a3f],ul~p.Para-basic-L-bullet-Sub[data-v-c7ec8a3f],ul~p.Para-Basic-B-Sub[data-v-c7ec8a3f]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-c7ec8a3f],ol~p.Para-basic-L-bullet-Sub[data-v-c7ec8a3f],ol~p.Para-Basic-B-Sub[data-v-c7ec8a3f]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-c7ec8a3f],ol+*+p.Para-basic-L-bullet-Sub[data-v-c7ec8a3f],ol+*+p.Para-Basic-B-Sub[data-v-c7ec8a3f]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-c7ec8a3f],a .Para-Basic-B-Sub[data-v-c7ec8a3f]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-c7ec8a3f]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-c7ec8a3f]{margin-left:45px}.content p[data-v-c7ec8a3f],li[data-v-c7ec8a3f]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-c7ec8a3f],p.Para-Basic-B[data-v-c7ec8a3f],p.Para-Basic-B-Center[data-v-c7ec8a3f]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-c7ec8a3f]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-c7ec8a3f],p.Para-Basic-B-Center[data-v-c7ec8a3f]{text-align:center}p.Para-Table-L-center[data-v-c7ec8a3f],p.Para-Table-B-Center[data-v-c7ec8a3f]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-c7ec8a3f],table p.Para-Basic-B[data-v-c7ec8a3f],table p.Para-Basic-B-Center[data-v-c7ec8a3f]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-c7ec8a3f]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-c7ec8a3f]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-c7ec8a3f]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-c7ec8a3f]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-c7ec8a3f]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-c7ec8a3f],.content .text>ul[data-v-c7ec8a3f],.content .text table ol[data-v-c7ec8a3f],.content .text table ul[data-v-c7ec8a3f]{padding-left:20px}.content .text>ol[data-v-c7ec8a3f]{padding-left:0}p.Para-Illust-L[data-v-c7ec8a3f]{text-align:center}p.Para-Illust-L img[data-v-c7ec8a3f]{display:inline-block}p.Placeholder-sub[data-v-c7ec8a3f],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-c7ec8a3f],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-c7ec8a3f],.content .text>ol~.figure[data-v-c7ec8a3f],p.Placeholder-sub-S[data-v-c7ec8a3f],.Para-screen-sub-S[data-v-c7ec8a3f],.Para-screen-sub-M[data-v-c7ec8a3f],.Para-screen-sub-L[data-v-c7ec8a3f]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-c7ec8a3f],p.Placeholder-sub-M img[data-v-c7ec8a3f],p.Placeholder-sub img[data-v-c7ec8a3f]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-c7ec8a3f]{margin-left:45px}.Table-pic-Left-sub img[data-v-c7ec8a3f]{margin-top:5px;margin-bottom:10px}div.figure[data-v-c7ec8a3f]{display:inline-block}p.Para-img-description[data-v-c7ec8a3f]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-c7ec8a3f]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-c7ec8a3f]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-c7ec8a3f]{margin-bottom:25px}.text img[data-v-c7ec8a3f]{max-width:100%;display:block}.Table-Pic-center[data-v-c7ec8a3f]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-c7ec8a3f]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-c7ec8a3f]{margin:0}p.Para-Box-Num[data-v-c7ec8a3f]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-c7ec8a3f]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-c7ec8a3f]:AFTER{content:". "}span.inline-img img[data-v-c7ec8a3f]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-c7ec8a3f]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-c7ec8a3f]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-c7ec8a3f]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-c7ec8a3f]{margin-left:6.5%;display:block!important}.discUl li[data-v-c7ec8a3f]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-c7ec8a3f],.Symbol-R[data-v-c7ec8a3f],.Note-R-Pic[data-v-c7ec8a3f]{display:block;width:100%}.Symbol-L[data-v-c7ec8a3f]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-c7ec8a3f]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-c7ec8a3f],.Symbol-R li[data-v-c7ec8a3f],.Symbol-R p[data-v-c7ec8a3f]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-c7ec8a3f]{font-size:16px}table.Table-Symbol td ul[data-v-c7ec8a3f]{padding-left:20px}table.Table-Symbol[data-v-c7ec8a3f]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-c7ec8a3f]{color:#bc162c}.Symbol-Black[data-v-c7ec8a3f],.Symbol-Black-Table[data-v-c7ec8a3f]{font-family:upsys_commonregular}.Symbol-Green[data-v-c7ec8a3f]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-c7ec8a3f]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-c7ec8a3f]{width:auto!important}.video_container[data-v-c7ec8a3f]{margin-top:40px;float:right}.video[data-v-c7ec8a3f]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-c7ec8a3f]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-c7ec8a3f]{width:100%}.Table--3col[data-v-c7ec8a3f],.Basic-Table[data-v-c7ec8a3f],.Table--2col[data-v-c7ec8a3f],.Table-Landmark[data-v-c7ec8a3f],.Table--4col[data-v-c7ec8a3f],.Table-2row-merge[data-v-c7ec8a3f],.Table--troubleshooting[data-v-c7ec8a3f],.Table-specification[data-v-c7ec8a3f],.Table-service-center[data-v-c7ec8a3f],.Table-5col[data-v-c7ec8a3f],.responsive[data-v-c7ec8a3f],.Table--3col-Locations[data-v-c7ec8a3f]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-c7ec8a3f]:FIRST-CHILD,.Basic-Table tr[data-v-c7ec8a3f]:FIRST-CHILD,.Table--2col tr[data-v-c7ec8a3f]:FIRST-CHILD,.Table-Landmark tr[data-v-c7ec8a3f]:FIRST-CHILD,.Table--4col tr[data-v-c7ec8a3f]:FIRST-CHILD,.Table-2row-merge tr[data-v-c7ec8a3f]:FIRST-CHILD,.Table--troubleshooting tr[data-v-c7ec8a3f]:FIRST-CHILD,.Table-service-center tr[data-v-c7ec8a3f]:FIRST-CHILD,.responsive tr[data-v-c7ec8a3f]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-c7ec8a3f]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-c7ec8a3f],.Basic-Table td[data-v-c7ec8a3f],.Table--2col td[data-v-c7ec8a3f],.Table-Landmark td[data-v-c7ec8a3f],.Table--4col td[data-v-c7ec8a3f],.Table-2row-merge td[data-v-c7ec8a3f],.Table--troubleshooting td[data-v-c7ec8a3f],.Table-specification td[data-v-c7ec8a3f],.Table-service-center td[data-v-c7ec8a3f],.responsive td[data-v-c7ec8a3f]{padding:10px}.Table--troubleshooting td[data-v-c7ec8a3f]{border-right:none}.Table--troubleshooting[data-v-c7ec8a3f]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-c7ec8a3f],.Table-Landmark .Para-Pic-Center img[data-v-c7ec8a3f]{width:30px}.Table-5col[data-v-c7ec8a3f]{border:none}.Table-5col tr[data-v-c7ec8a3f]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-c7ec8a3f]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-c7ec8a3f]{width:15%}.Table--3col td.x3col-L[data-v-c7ec8a3f],.x3col-L td.x3col-M[data-v-c7ec8a3f]{width:10%}td.x3col-Mid-Text[data-v-c7ec8a3f]{text-align:center}td.x3col-R-Pic[data-v-c7ec8a3f]{text-align:right}.responsive td p[data-v-c7ec8a3f]{text-align:center}table.Table--3col-Locations[data-v-c7ec8a3f]{border-collapse:collapse}.Table--3col-Locations td[data-v-c7ec8a3f]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-c7ec8a3f]{padding:10px}.Para-Pic-Center img[data-v-c7ec8a3f]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-c7ec8a3f]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-c7ec8a3f]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-c7ec8a3f]{width:50%}.Table-specification .x3col-L-Grey[data-v-c7ec8a3f]{width:20%}.Table-specification .Spec-Mid-text[data-v-c7ec8a3f]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-c7ec8a3f]{width:50%}.Table--3col .x3col-L-Grey[data-v-c7ec8a3f]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-c7ec8a3f],.Table--4col .x3col-Mid-Grey[data-v-c7ec8a3f],.Table--4col .x3col-R-Grey[data-v-c7ec8a3f]{width:30%}.navi td.x3col-Mid-Grey[data-v-c7ec8a3f]{width:15%}.Table--3col .x3col-R-Grey[data-v-c7ec8a3f]{width:50%}.Table--2col .x3col-L-Grey[data-v-c7ec8a3f],.Table--2col td[data-v-c7ec8a3f]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-c7ec8a3f]{width:70%}.Table--2col-Disc[data-v-c7ec8a3f]{border-collapse:collapse}.Table--2col-Disc td[data-v-c7ec8a3f]{border:1px solid grey;padding:10px}.Table-PL td[data-v-c7ec8a3f]:FIRST-CHILD{width:25%}.resultcount p[data-v-c7ec8a3f]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-c7ec8a3f]{font-family:SK_namuhx-Bold}.noResult>span[data-v-c7ec8a3f]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-c7ec8a3f]{color:#f0dfdf;display:block}.result_list[data-v-c7ec8a3f]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-c7ec8a3f]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-c7ec8a3f]{font-family:SK_namuhx-Regular}.resulttext p[data-v-c7ec8a3f]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-c7ec8a3f]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-c7ec8a3f]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-c7ec8a3f],.Cross-Reference[data-v-c7ec8a3f]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-c7ec8a3f]:hover{text-decoration:underline}.fontChangeDiv[data-v-c7ec8a3f]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-c7ec8a3f]{top:55px}#backButton[data-v-c7ec8a3f]{background-size:16px}.chapterTitle[data-v-c7ec8a3f]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-c7ec8a3f],h2[data-v-c7ec8a3f]{font-size:1.3em}#contentAccordion[data-v-c7ec8a3f]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-c7ec8a3f]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-c7ec8a3f]{line-height:21px}.video[data-v-c7ec8a3f]{width:46%}}@media screen and (max-width: 640px){h2[data-v-c7ec8a3f]{margin-top:40px}.subHeader[data-v-c7ec8a3f]{top:40px}.fontChangeDiv[data-v-c7ec8a3f]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-c7ec8a3f]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-c7ec8a3f]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-c7ec8a3f]{margin-left:7.3%}table td[data-v-c7ec8a3f]{font-size:14px;padding:5px!important}table td p[data-v-c7ec8a3f],table td p.Para-Basic-B-Center[data-v-c7ec8a3f],table td p.Para-Basic-B[data-v-c7ec8a3f]{font-size:14px}table td p.Para-Small-L[data-v-c7ec8a3f]{font-size:12px;word-break:break-word}.Table--3col td[data-v-c7ec8a3f],.Basic-Table td[data-v-c7ec8a3f],.Table--2col td[data-v-c7ec8a3f],.Table-Landmark td[data-v-c7ec8a3f],.Table--4col td[data-v-c7ec8a3f],.Table-2row-merge td[data-v-c7ec8a3f],.Table--troubleshooting td[data-v-c7ec8a3f],.Table-specification td[data-v-c7ec8a3f],.Table-service-center td[data-v-c7ec8a3f]{border-right:none}.responsive[data-v-c7ec8a3f],.responsive tr[data-v-c7ec8a3f],.responsive tbody[data-v-c7ec8a3f]{width:100%}.Table--4col-responsive td[data-v-c7ec8a3f]{min-width:200px!important;height:auto}.responsive td p[data-v-c7ec8a3f]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-c7ec8a3f],.Table-Symbol td li[data-v-c7ec8a3f]{font-size:16px}p.Placeholder-sub[data-v-c7ec8a3f],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-c7ec8a3f],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-c7ec8a3f],.content .text>ol~.figure[data-v-c7ec8a3f],.content .text>ol+ul[data-v-c7ec8a3f],.Para-screen-sub-L[data-v-c7ec8a3f]{margin-left:0}.resultcount p[data-v-c7ec8a3f]{font-size:16px}.Table-specification td p[data-v-c7ec8a3f],.Table--3col-Locations td li[data-v-c7ec8a3f],p.Para-basic-L-Sub[data-v-c7ec8a3f],p.Para-basic-L-Sub-Auto[data-v-c7ec8a3f],p.Para-basic-L-center[data-v-c7ec8a3f],li.Para-basic-L-bullet[data-v-c7ec8a3f],p.Para-basic-L[data-v-c7ec8a3f],li.Para-basic-L-hyp-Sub[data-v-c7ec8a3f],li.Para-basic-L-hyp-2Sub[data-v-c7ec8a3f],li[class^=Para-Num][data-v-c7ec8a3f],p.Para-Box-Num[data-v-c7ec8a3f],p.Para-Basic-B-Sub[data-v-c7ec8a3f],td p.Para-basic-L[data-v-c7ec8a3f],td li.Para-basic-L-bullet[data-v-c7ec8a3f],p.Para-Basic-B[data-v-c7ec8a3f],p.Para-Circle-Num-Sub[data-v-c7ec8a3f],.Symbol-L p.Para-basic-L-Sub[data-v-c7ec8a3f],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-c7ec8a3f]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-c7ec8a3f],.Table--3col-Locations td li[data-v-c7ec8a3f],p.Para-Table-L-Sub[data-v-c7ec8a3f],p.Para-Table-L-Sub-Auto[data-v-c7ec8a3f],p.Para-Table-L-center[data-v-c7ec8a3f],p.Para-Table-L[data-v-c7ec8a3f],li.Para-Table-L-hyp-Sub[data-v-c7ec8a3f],li.Para-Table-L-hyp-2Sub[data-v-c7ec8a3f],p.Para-Table-B-Sub[data-v-c7ec8a3f],td p.Para-Table-L[data-v-c7ec8a3f],p.Para-Table-B[data-v-c7ec8a3f],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-c7ec8a3f]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-c7ec8a3f]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-c7ec8a3f],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-c7ec8a3f]{font-size:14px}.big .Table-specification td p[data-v-c7ec8a3f],.big .Table--3col-Locations td li[data-v-c7ec8a3f],.big p.Para-basic-L-Sub[data-v-c7ec8a3f],.big p.Para-basic-L-Sub-Auto[data-v-c7ec8a3f],.big p.Para-basic-L-center[data-v-c7ec8a3f],.big li.Para-basic-L-bullet[data-v-c7ec8a3f],.big p.Para-basic-L[data-v-c7ec8a3f],.big li.Para-basic-L-hyp-Sub[data-v-c7ec8a3f],.big li.Para-basic-L-hyp-2Sub[data-v-c7ec8a3f],.big li[class^=Para-Num][data-v-c7ec8a3f],.big p.Para-Box-Num[data-v-c7ec8a3f],.big p.Para-Basic-B-Sub[data-v-c7ec8a3f],.big td p.Para-basic-L[data-v-c7ec8a3f],.big td li.Para-basic-L-bullet[data-v-c7ec8a3f],.big p.Para-Basic-B[data-v-c7ec8a3f],.big p.Para-Circle-Num-Sub[data-v-c7ec8a3f]{font-size:16px}.big .Table-specification td p[data-v-c7ec8a3f],.big .Table--3col-Locations td li[data-v-c7ec8a3f],.big p.Para-Table-L-Sub[data-v-c7ec8a3f],.big p.Para-Table-L-Sub-Auto[data-v-c7ec8a3f],.big p.Para-Table-L-center[data-v-c7ec8a3f],.big p.Para-Table-L[data-v-c7ec8a3f],.big li.Para-Table-L-hyp-Sub[data-v-c7ec8a3f],.big li.Para-Table-L-hyp-2Sub[data-v-c7ec8a3f],.big li[class^=Para-Num][data-v-c7ec8a3f],.big p.Para-Box-Num[data-v-c7ec8a3f],.big p.Para-Table-B-Sub[data-v-c7ec8a3f],.big td p.Para-Table-L[data-v-c7ec8a3f],.big p.Para-Table-B[data-v-c7ec8a3f],.big p.Para-Circle-Num-Sub[data-v-c7ec8a3f],.big p.Para-Table-B-Center[data-v-c7ec8a3f],.big .Table--3col-ISO td p[data-v-c7ec8a3f]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-c7ec8a3f],p.Para-Table-B-Center[data-v-c7ec8a3f]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-c7ec8a3f],.big p.video_title[data-v-c7ec8a3f],.big .resultItem p[data-v-c7ec8a3f]{font-size:1.05em}h1[data-v-c7ec8a3f]{font-size:1.2em;margin-top:0}h2[data-v-c7ec8a3f]{font-size:1.1em}.Heading-3[data-v-c7ec8a3f]{font-size:1em}.content .text>ol li[data-v-c7ec8a3f]:BEFORE{font-size:26px}.video[data-v-c7ec8a3f]{width:95%}}p.Para-Table-L[data-v-c7ec8a3f]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-c7ec8a3f]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-c7ec8a3f]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-c7ec8a3f]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-c7ec8a3f]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-c7ec8a3f]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-c7ec8a3f]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-c7ec8a3f]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-c7ec8a3f]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-c7ec8a3f]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-c7ec8a3f]:before{content:"";display:block;height:15pt}.Bold[data-v-c7ec8a3f],span.Bold[data-v-c7ec8a3f]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-c7ec8a3f]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-c7ec8a3f]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-c7ec8a3f]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-c7ec8a3f]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-c7ec8a3f]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-c7ec8a3f]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-c7ec8a3f]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-c7ec8a3f]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-c7ec8a3f]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-c7ec8a3f]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-c7ec8a3f]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-c7ec8a3f],.Para-Table-L-Sub-Auto .icon-1[data-v-c7ec8a3f]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-c7ec8a3f]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-c7ec8a3f]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-c7ec8a3f]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-c7ec8a3f],.Table--2col td p.Para-basic-L[data-v-c7ec8a3f]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-c7ec8a3f]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-c7ec8a3f]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-c7ec8a3f]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-c7ec8a3f]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-c7ec8a3f]{margin-top:8pt!important}.table-responsive[data-v-c7ec8a3f]{width:100%;overflow-x:auto}.table-responsive table[data-v-c7ec8a3f]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-c7ec8a3f]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-c7ec8a3f]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-c7ec8a3f]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-c7ec8a3f]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-c7ec8a3f]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-c7ec8a3f]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-c7ec8a3f]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-c7ec8a3f]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-c7ec8a3f]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-c7ec8a3f]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-c7ec8a3f]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-c7ec8a3f]{font-size:12px}#table-15.responsive td[data-v-c7ec8a3f]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-c7ec8a3f]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-c7ec8a3f]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-c7ec8a3f]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-c7ec8a3f]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-c7ec8a3f],.Table--4col-Error th[data-v-c7ec8a3f]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-c7ec8a3f],.Table--4col-Error tr:first-child th[data-v-c7ec8a3f]{border-top:none}.Table--4col-Error tr:last-child td[data-v-c7ec8a3f]{border-bottom:none}.Table--4col-Error thead td[data-v-c7ec8a3f]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-c7ec8a3f]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-c7ec8a3f]:nth-child(1),.Table--4col-Error thead td[data-v-c7ec8a3f]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-c7ec8a3f]:nth-child(2),.Table--4col-Error thead td[data-v-c7ec8a3f]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-c7ec8a3f]:nth-child(3),.Table--4col-Error thead td[data-v-c7ec8a3f]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-c7ec8a3f]:nth-child(4),.Table--4col-Error thead td[data-v-c7ec8a3f]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-c7ec8a3f]:nth-child(1),.Table--4col-Error tbody td[data-v-c7ec8a3f]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-c7ec8a3f]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-c7ec8a3f]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-c7ec8a3f]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-c7ec8a3f]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-c7ec8a3f]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-c7ec8a3f]{font-size:14px!important}.Table--4col-Error tbody td[data-v-c7ec8a3f]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-c7ec8a3f],.Table--4col-Error p.Para-Table-B[data-v-c7ec8a3f],.Table--4col-Error p.Para-Table-L-Center[data-v-c7ec8a3f]{font-size:12px!important}.Table--4col-Error tbody td[data-v-c7ec8a3f]:nth-child(1),.Table--4col-Error thead td[data-v-c7ec8a3f]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-c7ec8a3f]:nth-child(2),.Table--4col-Error thead td[data-v-c7ec8a3f]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-c7ec8a3f]:nth-child(3),.Table--4col-Error thead td[data-v-c7ec8a3f]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-c7ec8a3f]:nth-child(4),.Table--4col-Error thead td[data-v-c7ec8a3f]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-c7ec8a3f]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-c7ec8a3f]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-c7ec8a3f]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-c7ec8a3f]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-c7ec8a3f]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-c7ec8a3f]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-c7ec8a3f]{line-height:1.25;font-weight:500}.Bold-color[data-v-c7ec8a3f]{font-weight:700}.char-style-override-4[data-v-c7ec8a3f]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-c7ec8a3f]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-c7ec8a3f]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-c7ec8a3f]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-c7ec8a3f]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-c7ec8a3f]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-c7ec8a3f]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-c7ec8a3f]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-c7ec8a3f]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-c7ec8a3f]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-c7ec8a3f]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-c7ec8a3f]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-c7ec8a3f]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-c7ec8a3f]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-c7ec8a3f]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-c7ec8a3f]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-c7ec8a3f],tr:last-child td.cell-style-override-7[data-v-c7ec8a3f]{border-bottom:0}table#table-16[data-v-c7ec8a3f]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-c7ec8a3f],.Table--2col-Air-Sensor[data-v-c7ec8a3f],.Table--2col-Voice[data-v-c7ec8a3f],.Table--2col-Filter[data-v-c7ec8a3f],.Table--troubleshooting[data-v-c7ec8a3f],.Table--4col-Error[data-v-c7ec8a3f],.Table--Specifications[data-v-c7ec8a3f]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-c7ec8a3f]:last-child,.Table--2col-Voice tr td[data-v-c7ec8a3f]:last-child{width:70%}.Table--2col-Voice tr td[data-v-c7ec8a3f]:first-child{width:30%}.Para-Table-L-Center[data-v-c7ec8a3f]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-c7ec8a3f]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-c7ec8a3f]{display:block!important}.Table--2col-Information td[data-v-c7ec8a3f]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-c7ec8a3f]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-c7ec8a3f]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-c7ec8a3f]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-c7ec8a3f]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-c7ec8a3f],.Table--4col-responsive table td[data-v-c7ec8a3f]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-c7ec8a3f],.Table--2col-Information th[data-v-c7ec8a3f]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-c7ec8a3f]:nth-child(1),.Table--2col-Information th[data-v-c7ec8a3f]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-c7ec8a3f]:nth-child(2),.Table--2col-Information th[data-v-c7ec8a3f]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-c7ec8a3f],.Table--2col-Information th[data-v-c7ec8a3f]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-c7ec8a3f]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-c7ec8a3f],.Table--2col-Voice th[data-v-c7ec8a3f]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-c7ec8a3f]:nth-child(1),.Table--2col-Voice th[data-v-c7ec8a3f]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-c7ec8a3f]:nth-child(2),.Table--2col-Voice th[data-v-c7ec8a3f]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-c7ec8a3f]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-c7ec8a3f],.Table--2col-Voice tr:last-child td[data-v-c7ec8a3f]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-c7ec8a3f],.Table--2col-Voice thead th[data-v-c7ec8a3f]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-c7ec8a3f]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-c7ec8a3f]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-c7ec8a3f]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-c7ec8a3f],.Table--2col-Information th[data-v-c7ec8a3f]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-c7ec8a3f]:nth-child(1),.Table--2col-Information th[data-v-c7ec8a3f]:nth-child(1){width:30%}.Table--2col-Information td[data-v-c7ec8a3f]:nth-child(2),.Table--2col-Information th[data-v-c7ec8a3f]:nth-child(2){width:70%}.Table--2col-Information td[data-v-c7ec8a3f]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-c7ec8a3f]{border-bottom:none}.Table--2col-Air-Sensor[data-v-c7ec8a3f]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-c7ec8a3f],.Table--2col-Air-Sensor th[data-v-c7ec8a3f]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-c7ec8a3f]:nth-child(1),.Table--2col-Air-Sensor th[data-v-c7ec8a3f]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-c7ec8a3f]:nth-child(2),.Table--2col-Air-Sensor th[data-v-c7ec8a3f]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-c7ec8a3f]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-c7ec8a3f]{border-bottom:none}.Table--2col-Filter[data-v-c7ec8a3f]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-c7ec8a3f],.Table--2col-Filter th[data-v-c7ec8a3f]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-c7ec8a3f]:nth-child(1),.Table--2col-Filter th[data-v-c7ec8a3f]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-c7ec8a3f]:nth-child(2),.Table--2col-Filter th[data-v-c7ec8a3f]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-c7ec8a3f]:nth-child(3),.Table--2col-Filter th[data-v-c7ec8a3f]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-c7ec8a3f]:nth-child(4),.Table--2col-Filter th[data-v-c7ec8a3f]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-c7ec8a3f]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-c7ec8a3f],.Table--2col-Filter tr:last-child td[data-v-c7ec8a3f]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-c7ec8a3f],.Table--2col-Filter thead th[data-v-c7ec8a3f]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-c7ec8a3f]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-c7ec8a3f]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-c7ec8a3f]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-c7ec8a3f],.Table--Specifications th[data-v-c7ec8a3f]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-c7ec8a3f]:first-child,.Table--Specifications th[data-v-c7ec8a3f]:first-child{width:16%}.Table--Specifications td[data-v-c7ec8a3f]:nth-child(2),.Table--Specifications th[data-v-c7ec8a3f]:nth-child(2){width:42%}.Table--Specifications td[data-v-c7ec8a3f]:nth-child(3),.Table--Specifications th[data-v-c7ec8a3f]:nth-child(3){width:42%}.Table--Specifications td[data-v-c7ec8a3f]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-c7ec8a3f],.Table--Specifications tr:last-child td[data-v-c7ec8a3f]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-c7ec8a3f],.Table--Specifications thead th[data-v-c7ec8a3f]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-c7ec8a3f]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-c7ec8a3f]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-c7ec8a3f],td.cell-style-override-20[data-v-c7ec8a3f]{padding:10px}td.x3col-Mid-text[data-v-c7ec8a3f],td.cell-style-override-22[data-v-c7ec8a3f],td.cell-style-override-20[data-v-c7ec8a3f]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-c7ec8a3f]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-c7ec8a3f]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-c7ec8a3f]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-c7ec8a3f]{margin-top:-350px}}#content-div[data-v-c7ec8a3f]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-c7ec8a3f]{min-height:100vh}.Para-Note-B-center[data-v-c7ec8a3f]{padding-top:8px}}body[data-v-b6d6f554]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-b6d6f554]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-b6d6f554]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-b6d6f554]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-b6d6f554]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-b6d6f554]{width:83%!important}.content #naviText span[data-v-b6d6f554]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-b6d6f554]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-b6d6f554]{width:100%!important}.content #mainCar[data-v-b6d6f554]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-b6d6f554]{width:100%}#mainCarPhone[data-v-b6d6f554]{display:none}.content #buttonMenu_v2[data-v-b6d6f554]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-b6d6f554]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-b6d6f554]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-b6d6f554]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-b6d6f554]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-b6d6f554]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-b6d6f554]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-b6d6f554]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-b6d6f554]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-b6d6f554]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-b6d6f554]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-b6d6f554]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-b6d6f554]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-b6d6f554]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-b6d6f554]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-b6d6f554]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-b6d6f554]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-b6d6f554]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-b6d6f554]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-b6d6f554]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-b6d6f554]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-b6d6f554]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-b6d6f554]{bottom:11%;width:30%}.content #naviText span[data-v-b6d6f554]{font-size:17px}.content #naviText img[data-v-b6d6f554]{width:80%!important}.content #carName[data-v-b6d6f554]{right:0%;bottom:12%}.content #carName img[data-v-b6d6f554]{width:40%!important}.content #buttonMenu_v2>a[data-v-b6d6f554]{width:33%}.content #buttonMenu>a[data-v-b6d6f554]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-b6d6f554]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-b6d6f554]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-b6d6f554]{display:block}#mainCarPc[data-v-b6d6f554]{display:none}.content #buttonMenu_v2[data-v-b6d6f554],.content #buttonMenu[data-v-b6d6f554]{width:92%}}@media screen and (max-width: 480px){.content[data-v-b6d6f554]{padding-top:0}.content #naviText[data-v-b6d6f554]{bottom:14%;width:45%}.content #naviText span[data-v-b6d6f554]{font-size:11px}.content #naviText img[data-v-b6d6f554]{width:88%!important}.content #carName[data-v-b6d6f554]{right:5%;bottom:15%}.content #carName img[data-v-b6d6f554]{width:120px!important}.content #buttonMenu_v2[data-v-b6d6f554]{position:relative}.content #buttonMenu_v2>a>div[data-v-b6d6f554]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-b6d6f554]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-b6d6f554]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-b6d6f554]{position:relative}.content #buttonMenu>a>div[data-v-b6d6f554]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-b6d6f554]{height:120px}.content #buttonMenu>a>div>span[data-v-b6d6f554]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-b6d6f554]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-b6d6f554]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-b6d6f554]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-b6d6f554]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-b6d6f554]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-b6d6f554]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-b6d6f554]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-b6d6f554]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-b6d6f554]{margin:0;padding:0}html[data-v-b6d6f554]{background-color:#000;width:100%}.keyword[data-v-b6d6f554],.highlight[data-v-b6d6f554]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-b6d6f554]{font-family:upsys_commonregular}.header_main[data-v-b6d6f554]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-b6d6f554]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-b6d6f554]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-b6d6f554]>*{float:left}#headerLogo[data-v-b6d6f554]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-b6d6f554]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-b6d6f554]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-b6d6f554]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-b6d6f554]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-b6d6f554]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-b6d6f554]{font-size:13px}.languageDiv .active[data-v-b6d6f554]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-b6d6f554]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-b6d6f554]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-b6d6f554]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-b6d6f554],#languageSelect li[data-v-b6d6f554]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-b6d6f554],#languageSelect li:hover a[data-v-b6d6f554]{color:#000}.footer-manual[data-v-b6d6f554]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-b6d6f554]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-b6d6f554]{line-height:60px}#footerLogo[data-v-b6d6f554]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-b6d6f554]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-b6d6f554]{display:inline-block;width:100%}#copyrightPcSpan[data-v-b6d6f554]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-b6d6f554]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-b6d6f554]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-b6d6f554]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-b6d6f554]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-b6d6f554]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-b6d6f554]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-b6d6f554]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-b6d6f554]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-b6d6f554]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-b6d6f554]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-b6d6f554]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-b6d6f554]:focus{outline:none}#searchButton[data-v-b6d6f554]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-b6d6f554]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-b6d6f554]{width:80%}table td.right[data-v-b6d6f554]{width:10%;text-align:center}.result[data-v-b6d6f554],.resultcount[data-v-b6d6f554],.noResult[data-v-b6d6f554]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-b6d6f554]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-b6d6f554]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-b6d6f554]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-b6d6f554]{color:#e49f81}.cover[data-v-b6d6f554]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-b6d6f554]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-b6d6f554]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-b6d6f554]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-b6d6f554]{font-size:12px}.languageDivPhone .active[data-v-b6d6f554]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-b6d6f554]{bottom:30px;left:1px}.fontChangeButton[data-v-b6d6f554]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-b6d6f554]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-b6d6f554]{left:0}.languageDiv div[data-v-b6d6f554]{width:120%;left:-45px;top:5px}#languageSelect[data-v-b6d6f554]{margin-left:-40px}#banner_img>a[data-v-b6d6f554]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-b6d6f554]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-b6d6f554]{z-index:12}.header_main[data-v-b6d6f554]{height:40px;padding-top:0}.header[data-v-b6d6f554]{z-index:12}.header[data-v-b6d6f554]{height:40px;padding-top:0}#title[data-v-b6d6f554]{font-size:16px;width:49%}#headerLogo[data-v-b6d6f554]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-b6d6f554]{width:20%}.languageDiv div[data-v-b6d6f554]{width:90%;left:-15px;top:5px}#languageSelect[data-v-b6d6f554]{margin-left:-10px}.languageDiv ul[data-v-b6d6f554]{font-size:12px}#menu[data-v-b6d6f554]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-b6d6f554]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-b6d6f554]{width:80%}#rightHeader[data-v-b6d6f554]{height:40px}#rightHeader>div[data-v-b6d6f554]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-b6d6f554]{position:absolute;right:38px;top:0}.searchDiv[data-v-b6d6f554]{width:90%}#toc[data-v-b6d6f554]{width:100%}.copyright[data-v-b6d6f554]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-b6d6f554]{display:none}#copyrightPhone[data-v-b6d6f554]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-b6d6f554]{width:15%!important}#prevBtn[data-v-b6d6f554],#nextBtn[data-v-b6d6f554]{width:32px;height:32px;background-size:100%}#searchButton[data-v-b6d6f554]{margin-left:-1px}table td.left[data-v-b6d6f554]{text-align:right}table td.center[data-v-b6d6f554]{width:50%}table td.right[data-v-b6d6f554]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-b6d6f554]{left:0}.languageDiv div[data-v-b6d6f554]{width:100%;left:-5px;top:5px}#languageSelect[data-v-b6d6f554]{margin-left:20px}.languageDiv ul[data-v-b6d6f554]{font-size:10px}.noResult>span[data-v-b6d6f554]{width:200px!important;font-size:14px}#title[data-v-b6d6f554]{font-size:13px;width:40%}#menu[data-v-b6d6f554]{position:absolute}#banner_img>a[data-v-b6d6f554]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-b6d6f554]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-b6d6f554]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-b6d6f554]{font-size:14px}}body[data-v-b6d6f554]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-b6d6f554]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-b6d6f554]{margin:auto;max-width:1120px}.subHeaderInner[data-v-b6d6f554]>*{float:left}.content p[data-v-b6d6f554],.content li[data-v-b6d6f554]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-b6d6f554]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-b6d6f554]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-b6d6f554]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-b6d6f554]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-b6d6f554]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-b6d6f554]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-b6d6f554]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-b6d6f554]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-b6d6f554]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-b6d6f554]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-b6d6f554]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-b6d6f554],p.Para-Basic-B-Sub[data-v-b6d6f554]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-b6d6f554]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-b6d6f554]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-b6d6f554]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-b6d6f554]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-b6d6f554]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-b6d6f554],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-b6d6f554],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-b6d6f554]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-b6d6f554],p+ul li.Para-Basic-B-Sub[data-v-b6d6f554]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-b6d6f554],ul~p.Para-basic-L-bullet-Sub[data-v-b6d6f554],ul~p.Para-Basic-B-Sub[data-v-b6d6f554]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-b6d6f554],ol~p.Para-basic-L-bullet-Sub[data-v-b6d6f554],ol~p.Para-Basic-B-Sub[data-v-b6d6f554]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-b6d6f554],ol+*+p.Para-basic-L-bullet-Sub[data-v-b6d6f554],ol+*+p.Para-Basic-B-Sub[data-v-b6d6f554]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-b6d6f554],a .Para-Basic-B-Sub[data-v-b6d6f554]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-b6d6f554]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-b6d6f554]{margin-left:45px}.content p[data-v-b6d6f554],li[data-v-b6d6f554]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-b6d6f554],p.Para-Basic-B[data-v-b6d6f554],p.Para-Basic-B-Center[data-v-b6d6f554]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-b6d6f554]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-b6d6f554],p.Para-Basic-B-Center[data-v-b6d6f554]{text-align:center}p.Para-Table-L-center[data-v-b6d6f554],p.Para-Table-B-Center[data-v-b6d6f554]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-b6d6f554],table p.Para-Basic-B[data-v-b6d6f554],table p.Para-Basic-B-Center[data-v-b6d6f554]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-b6d6f554]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-b6d6f554]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-b6d6f554]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-b6d6f554]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-b6d6f554]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-b6d6f554],.content .text>ul[data-v-b6d6f554],.content .text table ol[data-v-b6d6f554],.content .text table ul[data-v-b6d6f554]{padding-left:20px}.content .text>ol[data-v-b6d6f554]{padding-left:0}p.Para-Illust-L[data-v-b6d6f554]{text-align:center}p.Para-Illust-L img[data-v-b6d6f554]{display:inline-block}p.Placeholder-sub[data-v-b6d6f554],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-b6d6f554],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-b6d6f554],.content .text>ol~.figure[data-v-b6d6f554],p.Placeholder-sub-S[data-v-b6d6f554],.Para-screen-sub-S[data-v-b6d6f554],.Para-screen-sub-M[data-v-b6d6f554],.Para-screen-sub-L[data-v-b6d6f554]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-b6d6f554],p.Placeholder-sub-M img[data-v-b6d6f554],p.Placeholder-sub img[data-v-b6d6f554]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-b6d6f554]{margin-left:45px}.Table-pic-Left-sub img[data-v-b6d6f554]{margin-top:5px;margin-bottom:10px}div.figure[data-v-b6d6f554]{display:inline-block}p.Para-img-description[data-v-b6d6f554]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-b6d6f554]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-b6d6f554]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-b6d6f554]{margin-bottom:25px}.text img[data-v-b6d6f554]{max-width:100%;display:block}.Table-Pic-center[data-v-b6d6f554]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-b6d6f554]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-b6d6f554]{margin:0}p.Para-Box-Num[data-v-b6d6f554]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-b6d6f554]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-b6d6f554]:AFTER{content:". "}span.inline-img img[data-v-b6d6f554]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-b6d6f554]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-b6d6f554]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-b6d6f554]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-b6d6f554]{margin-left:6.5%;display:block!important}.discUl li[data-v-b6d6f554]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-b6d6f554],.Symbol-R[data-v-b6d6f554],.Note-R-Pic[data-v-b6d6f554]{display:block;width:100%}.Symbol-L[data-v-b6d6f554]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-b6d6f554]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-b6d6f554],.Symbol-R li[data-v-b6d6f554],.Symbol-R p[data-v-b6d6f554]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-b6d6f554]{font-size:16px}table.Table-Symbol td ul[data-v-b6d6f554]{padding-left:20px}table.Table-Symbol[data-v-b6d6f554]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-b6d6f554]{color:#bc162c}.Symbol-Black[data-v-b6d6f554],.Symbol-Black-Table[data-v-b6d6f554]{font-family:upsys_commonregular}.Symbol-Green[data-v-b6d6f554]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-b6d6f554]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-b6d6f554]{width:auto!important}.video_container[data-v-b6d6f554]{margin-top:40px;float:right}.video[data-v-b6d6f554]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-b6d6f554]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-b6d6f554]{width:100%}.Table--3col[data-v-b6d6f554],.Basic-Table[data-v-b6d6f554],.Table--2col[data-v-b6d6f554],.Table-Landmark[data-v-b6d6f554],.Table--4col[data-v-b6d6f554],.Table-2row-merge[data-v-b6d6f554],.Table--troubleshooting[data-v-b6d6f554],.Table-specification[data-v-b6d6f554],.Table-service-center[data-v-b6d6f554],.Table-5col[data-v-b6d6f554],.responsive[data-v-b6d6f554],.Table--3col-Locations[data-v-b6d6f554]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-b6d6f554]:FIRST-CHILD,.Basic-Table tr[data-v-b6d6f554]:FIRST-CHILD,.Table--2col tr[data-v-b6d6f554]:FIRST-CHILD,.Table-Landmark tr[data-v-b6d6f554]:FIRST-CHILD,.Table--4col tr[data-v-b6d6f554]:FIRST-CHILD,.Table-2row-merge tr[data-v-b6d6f554]:FIRST-CHILD,.Table--troubleshooting tr[data-v-b6d6f554]:FIRST-CHILD,.Table-service-center tr[data-v-b6d6f554]:FIRST-CHILD,.responsive tr[data-v-b6d6f554]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-b6d6f554]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-b6d6f554],.Basic-Table td[data-v-b6d6f554],.Table--2col td[data-v-b6d6f554],.Table-Landmark td[data-v-b6d6f554],.Table--4col td[data-v-b6d6f554],.Table-2row-merge td[data-v-b6d6f554],.Table--troubleshooting td[data-v-b6d6f554],.Table-specification td[data-v-b6d6f554],.Table-service-center td[data-v-b6d6f554],.responsive td[data-v-b6d6f554]{padding:10px}.Table--troubleshooting td[data-v-b6d6f554]{border-right:none}.Table--troubleshooting[data-v-b6d6f554]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-b6d6f554],.Table-Landmark .Para-Pic-Center img[data-v-b6d6f554]{width:30px}.Table-5col[data-v-b6d6f554]{border:none}.Table-5col tr[data-v-b6d6f554]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-b6d6f554]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-b6d6f554]{width:15%}.Table--3col td.x3col-L[data-v-b6d6f554],.x3col-L td.x3col-M[data-v-b6d6f554]{width:10%}td.x3col-Mid-Text[data-v-b6d6f554]{text-align:center}td.x3col-R-Pic[data-v-b6d6f554]{text-align:right}.responsive td p[data-v-b6d6f554]{text-align:center}table.Table--3col-Locations[data-v-b6d6f554]{border-collapse:collapse}.Table--3col-Locations td[data-v-b6d6f554]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-b6d6f554]{padding:10px}.Para-Pic-Center img[data-v-b6d6f554]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-b6d6f554]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-b6d6f554]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-b6d6f554]{width:50%}.Table-specification .x3col-L-Grey[data-v-b6d6f554]{width:20%}.Table-specification .Spec-Mid-text[data-v-b6d6f554]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-b6d6f554]{width:50%}.Table--3col .x3col-L-Grey[data-v-b6d6f554]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-b6d6f554],.Table--4col .x3col-Mid-Grey[data-v-b6d6f554],.Table--4col .x3col-R-Grey[data-v-b6d6f554]{width:30%}.navi td.x3col-Mid-Grey[data-v-b6d6f554]{width:15%}.Table--3col .x3col-R-Grey[data-v-b6d6f554]{width:50%}.Table--2col .x3col-L-Grey[data-v-b6d6f554],.Table--2col td[data-v-b6d6f554]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-b6d6f554]{width:70%}.Table--2col-Disc[data-v-b6d6f554]{border-collapse:collapse}.Table--2col-Disc td[data-v-b6d6f554]{border:1px solid grey;padding:10px}.Table-PL td[data-v-b6d6f554]:FIRST-CHILD{width:25%}.resultcount p[data-v-b6d6f554]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-b6d6f554]{font-family:SK_namuhx-Bold}.noResult>span[data-v-b6d6f554]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-b6d6f554]{color:#f0dfdf;display:block}.result_list[data-v-b6d6f554]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-b6d6f554]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-b6d6f554]{font-family:SK_namuhx-Regular}.resulttext p[data-v-b6d6f554]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-b6d6f554]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-b6d6f554]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-b6d6f554],.Cross-Reference[data-v-b6d6f554]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-b6d6f554]:hover{text-decoration:underline}.fontChangeDiv[data-v-b6d6f554]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-b6d6f554]{top:55px}#backButton[data-v-b6d6f554]{background-size:16px}.chapterTitle[data-v-b6d6f554]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-b6d6f554],h2[data-v-b6d6f554]{font-size:1.3em}#contentAccordion[data-v-b6d6f554]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-b6d6f554]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-b6d6f554]{line-height:21px}.video[data-v-b6d6f554]{width:46%}}@media screen and (max-width: 640px){h2[data-v-b6d6f554]{margin-top:40px}.subHeader[data-v-b6d6f554]{top:40px}.fontChangeDiv[data-v-b6d6f554]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-b6d6f554]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-b6d6f554]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-b6d6f554]{margin-left:7.3%}table td[data-v-b6d6f554]{font-size:14px;padding:5px!important}table td p[data-v-b6d6f554],table td p.Para-Basic-B-Center[data-v-b6d6f554],table td p.Para-Basic-B[data-v-b6d6f554]{font-size:14px}table td p.Para-Small-L[data-v-b6d6f554]{font-size:12px;word-break:break-word}.Table--3col td[data-v-b6d6f554],.Basic-Table td[data-v-b6d6f554],.Table--2col td[data-v-b6d6f554],.Table-Landmark td[data-v-b6d6f554],.Table--4col td[data-v-b6d6f554],.Table-2row-merge td[data-v-b6d6f554],.Table--troubleshooting td[data-v-b6d6f554],.Table-specification td[data-v-b6d6f554],.Table-service-center td[data-v-b6d6f554]{border-right:none}.responsive[data-v-b6d6f554],.responsive tr[data-v-b6d6f554],.responsive tbody[data-v-b6d6f554]{width:100%}.Table--4col-responsive td[data-v-b6d6f554]{min-width:200px!important;height:auto}.responsive td p[data-v-b6d6f554]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-b6d6f554],.Table-Symbol td li[data-v-b6d6f554]{font-size:16px}p.Placeholder-sub[data-v-b6d6f554],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-b6d6f554],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-b6d6f554],.content .text>ol~.figure[data-v-b6d6f554],.content .text>ol+ul[data-v-b6d6f554],.Para-screen-sub-L[data-v-b6d6f554]{margin-left:0}.resultcount p[data-v-b6d6f554]{font-size:16px}.Table-specification td p[data-v-b6d6f554],.Table--3col-Locations td li[data-v-b6d6f554],p.Para-basic-L-Sub[data-v-b6d6f554],p.Para-basic-L-Sub-Auto[data-v-b6d6f554],p.Para-basic-L-center[data-v-b6d6f554],li.Para-basic-L-bullet[data-v-b6d6f554],p.Para-basic-L[data-v-b6d6f554],li.Para-basic-L-hyp-Sub[data-v-b6d6f554],li.Para-basic-L-hyp-2Sub[data-v-b6d6f554],li[class^=Para-Num][data-v-b6d6f554],p.Para-Box-Num[data-v-b6d6f554],p.Para-Basic-B-Sub[data-v-b6d6f554],td p.Para-basic-L[data-v-b6d6f554],td li.Para-basic-L-bullet[data-v-b6d6f554],p.Para-Basic-B[data-v-b6d6f554],p.Para-Circle-Num-Sub[data-v-b6d6f554],.Symbol-L p.Para-basic-L-Sub[data-v-b6d6f554],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-b6d6f554]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-b6d6f554],.Table--3col-Locations td li[data-v-b6d6f554],p.Para-Table-L-Sub[data-v-b6d6f554],p.Para-Table-L-Sub-Auto[data-v-b6d6f554],p.Para-Table-L-center[data-v-b6d6f554],p.Para-Table-L[data-v-b6d6f554],li.Para-Table-L-hyp-Sub[data-v-b6d6f554],li.Para-Table-L-hyp-2Sub[data-v-b6d6f554],p.Para-Table-B-Sub[data-v-b6d6f554],td p.Para-Table-L[data-v-b6d6f554],p.Para-Table-B[data-v-b6d6f554],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-b6d6f554]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-b6d6f554]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-b6d6f554],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-b6d6f554]{font-size:14px}.big .Table-specification td p[data-v-b6d6f554],.big .Table--3col-Locations td li[data-v-b6d6f554],.big p.Para-basic-L-Sub[data-v-b6d6f554],.big p.Para-basic-L-Sub-Auto[data-v-b6d6f554],.big p.Para-basic-L-center[data-v-b6d6f554],.big li.Para-basic-L-bullet[data-v-b6d6f554],.big p.Para-basic-L[data-v-b6d6f554],.big li.Para-basic-L-hyp-Sub[data-v-b6d6f554],.big li.Para-basic-L-hyp-2Sub[data-v-b6d6f554],.big li[class^=Para-Num][data-v-b6d6f554],.big p.Para-Box-Num[data-v-b6d6f554],.big p.Para-Basic-B-Sub[data-v-b6d6f554],.big td p.Para-basic-L[data-v-b6d6f554],.big td li.Para-basic-L-bullet[data-v-b6d6f554],.big p.Para-Basic-B[data-v-b6d6f554],.big p.Para-Circle-Num-Sub[data-v-b6d6f554]{font-size:16px}.big .Table-specification td p[data-v-b6d6f554],.big .Table--3col-Locations td li[data-v-b6d6f554],.big p.Para-Table-L-Sub[data-v-b6d6f554],.big p.Para-Table-L-Sub-Auto[data-v-b6d6f554],.big p.Para-Table-L-center[data-v-b6d6f554],.big p.Para-Table-L[data-v-b6d6f554],.big li.Para-Table-L-hyp-Sub[data-v-b6d6f554],.big li.Para-Table-L-hyp-2Sub[data-v-b6d6f554],.big li[class^=Para-Num][data-v-b6d6f554],.big p.Para-Box-Num[data-v-b6d6f554],.big p.Para-Table-B-Sub[data-v-b6d6f554],.big td p.Para-Table-L[data-v-b6d6f554],.big p.Para-Table-B[data-v-b6d6f554],.big p.Para-Circle-Num-Sub[data-v-b6d6f554],.big p.Para-Table-B-Center[data-v-b6d6f554],.big .Table--3col-ISO td p[data-v-b6d6f554]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-b6d6f554],p.Para-Table-B-Center[data-v-b6d6f554]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-b6d6f554],.big p.video_title[data-v-b6d6f554],.big .resultItem p[data-v-b6d6f554]{font-size:1.05em}h1[data-v-b6d6f554]{font-size:1.2em;margin-top:0}h2[data-v-b6d6f554]{font-size:1.1em}.Heading-3[data-v-b6d6f554]{font-size:1em}.content .text>ol li[data-v-b6d6f554]:BEFORE{font-size:26px}.video[data-v-b6d6f554]{width:95%}}p.Para-Table-L[data-v-b6d6f554]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-b6d6f554]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-b6d6f554]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-b6d6f554]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-b6d6f554]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-b6d6f554]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-b6d6f554]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-b6d6f554]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-b6d6f554]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-b6d6f554]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-b6d6f554]:before{content:"";display:block;height:15pt}.Bold[data-v-b6d6f554],span.Bold[data-v-b6d6f554]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-b6d6f554]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-b6d6f554]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-b6d6f554]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-b6d6f554]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-b6d6f554]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-b6d6f554]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-b6d6f554]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-b6d6f554]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-b6d6f554]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-b6d6f554]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-b6d6f554]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-b6d6f554],.Para-Table-L-Sub-Auto .icon-1[data-v-b6d6f554]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-b6d6f554]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-b6d6f554]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-b6d6f554]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-b6d6f554],.Table--2col td p.Para-basic-L[data-v-b6d6f554]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-b6d6f554]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-b6d6f554]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-b6d6f554]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-b6d6f554]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-b6d6f554]{margin-top:8pt!important}.table-responsive[data-v-b6d6f554]{width:100%;overflow-x:auto}.table-responsive table[data-v-b6d6f554]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-b6d6f554]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-b6d6f554]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-b6d6f554]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-b6d6f554]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-b6d6f554]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-b6d6f554]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-b6d6f554]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-b6d6f554]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-b6d6f554]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-b6d6f554]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-b6d6f554]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-b6d6f554]{font-size:12px}#table-15.responsive td[data-v-b6d6f554]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-b6d6f554]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-b6d6f554]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-b6d6f554]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-b6d6f554]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-b6d6f554],.Table--4col-Error th[data-v-b6d6f554]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-b6d6f554],.Table--4col-Error tr:first-child th[data-v-b6d6f554]{border-top:none}.Table--4col-Error tr:last-child td[data-v-b6d6f554]{border-bottom:none}.Table--4col-Error thead td[data-v-b6d6f554]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-b6d6f554]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-b6d6f554]:nth-child(1),.Table--4col-Error thead td[data-v-b6d6f554]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-b6d6f554]:nth-child(2),.Table--4col-Error thead td[data-v-b6d6f554]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-b6d6f554]:nth-child(3),.Table--4col-Error thead td[data-v-b6d6f554]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-b6d6f554]:nth-child(4),.Table--4col-Error thead td[data-v-b6d6f554]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-b6d6f554]:nth-child(1),.Table--4col-Error tbody td[data-v-b6d6f554]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-b6d6f554]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-b6d6f554]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-b6d6f554]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-b6d6f554]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-b6d6f554]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-b6d6f554]{font-size:14px!important}.Table--4col-Error tbody td[data-v-b6d6f554]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-b6d6f554],.Table--4col-Error p.Para-Table-B[data-v-b6d6f554],.Table--4col-Error p.Para-Table-L-Center[data-v-b6d6f554]{font-size:12px!important}.Table--4col-Error tbody td[data-v-b6d6f554]:nth-child(1),.Table--4col-Error thead td[data-v-b6d6f554]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-b6d6f554]:nth-child(2),.Table--4col-Error thead td[data-v-b6d6f554]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-b6d6f554]:nth-child(3),.Table--4col-Error thead td[data-v-b6d6f554]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-b6d6f554]:nth-child(4),.Table--4col-Error thead td[data-v-b6d6f554]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-b6d6f554]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-b6d6f554]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-b6d6f554]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-b6d6f554]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-b6d6f554]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-b6d6f554]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-b6d6f554]{line-height:1.25;font-weight:500}.Bold-color[data-v-b6d6f554]{font-weight:700}.char-style-override-4[data-v-b6d6f554]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-b6d6f554]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-b6d6f554]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-b6d6f554]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-b6d6f554]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-b6d6f554]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-b6d6f554]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-b6d6f554]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-b6d6f554]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-b6d6f554]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-b6d6f554]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-b6d6f554]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-b6d6f554]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-b6d6f554]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-b6d6f554]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-b6d6f554]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-b6d6f554],tr:last-child td.cell-style-override-7[data-v-b6d6f554]{border-bottom:0}table#table-16[data-v-b6d6f554]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-b6d6f554],.Table--2col-Air-Sensor[data-v-b6d6f554],.Table--2col-Voice[data-v-b6d6f554],.Table--2col-Filter[data-v-b6d6f554],.Table--troubleshooting[data-v-b6d6f554],.Table--4col-Error[data-v-b6d6f554],.Table--Specifications[data-v-b6d6f554]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-b6d6f554]:last-child,.Table--2col-Voice tr td[data-v-b6d6f554]:last-child{width:70%}.Table--2col-Voice tr td[data-v-b6d6f554]:first-child{width:30%}.Para-Table-L-Center[data-v-b6d6f554]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-b6d6f554]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-b6d6f554]{display:block!important}.Table--2col-Information td[data-v-b6d6f554]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-b6d6f554]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-b6d6f554]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-b6d6f554]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-b6d6f554]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-b6d6f554],.Table--4col-responsive table td[data-v-b6d6f554]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-b6d6f554],.Table--2col-Information th[data-v-b6d6f554]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-b6d6f554]:nth-child(1),.Table--2col-Information th[data-v-b6d6f554]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-b6d6f554]:nth-child(2),.Table--2col-Information th[data-v-b6d6f554]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-b6d6f554],.Table--2col-Information th[data-v-b6d6f554]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-b6d6f554]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-b6d6f554],.Table--2col-Voice th[data-v-b6d6f554]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-b6d6f554]:nth-child(1),.Table--2col-Voice th[data-v-b6d6f554]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-b6d6f554]:nth-child(2),.Table--2col-Voice th[data-v-b6d6f554]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-b6d6f554]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-b6d6f554],.Table--2col-Voice tr:last-child td[data-v-b6d6f554]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-b6d6f554],.Table--2col-Voice thead th[data-v-b6d6f554]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-b6d6f554]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-b6d6f554]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-b6d6f554]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-b6d6f554],.Table--2col-Information th[data-v-b6d6f554]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-b6d6f554]:nth-child(1),.Table--2col-Information th[data-v-b6d6f554]:nth-child(1){width:30%}.Table--2col-Information td[data-v-b6d6f554]:nth-child(2),.Table--2col-Information th[data-v-b6d6f554]:nth-child(2){width:70%}.Table--2col-Information td[data-v-b6d6f554]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-b6d6f554]{border-bottom:none}.Table--2col-Air-Sensor[data-v-b6d6f554]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-b6d6f554],.Table--2col-Air-Sensor th[data-v-b6d6f554]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-b6d6f554]:nth-child(1),.Table--2col-Air-Sensor th[data-v-b6d6f554]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-b6d6f554]:nth-child(2),.Table--2col-Air-Sensor th[data-v-b6d6f554]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-b6d6f554]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-b6d6f554]{border-bottom:none}.Table--2col-Filter[data-v-b6d6f554]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-b6d6f554],.Table--2col-Filter th[data-v-b6d6f554]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-b6d6f554]:nth-child(1),.Table--2col-Filter th[data-v-b6d6f554]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-b6d6f554]:nth-child(2),.Table--2col-Filter th[data-v-b6d6f554]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-b6d6f554]:nth-child(3),.Table--2col-Filter th[data-v-b6d6f554]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-b6d6f554]:nth-child(4),.Table--2col-Filter th[data-v-b6d6f554]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-b6d6f554]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-b6d6f554],.Table--2col-Filter tr:last-child td[data-v-b6d6f554]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-b6d6f554],.Table--2col-Filter thead th[data-v-b6d6f554]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-b6d6f554]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-b6d6f554]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-b6d6f554]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-b6d6f554],.Table--Specifications th[data-v-b6d6f554]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-b6d6f554]:first-child,.Table--Specifications th[data-v-b6d6f554]:first-child{width:16%}.Table--Specifications td[data-v-b6d6f554]:nth-child(2),.Table--Specifications th[data-v-b6d6f554]:nth-child(2){width:42%}.Table--Specifications td[data-v-b6d6f554]:nth-child(3),.Table--Specifications th[data-v-b6d6f554]:nth-child(3){width:42%}.Table--Specifications td[data-v-b6d6f554]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-b6d6f554],.Table--Specifications tr:last-child td[data-v-b6d6f554]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-b6d6f554],.Table--Specifications thead th[data-v-b6d6f554]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-b6d6f554]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-b6d6f554]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-b6d6f554],td.cell-style-override-20[data-v-b6d6f554]{padding:10px}td.x3col-Mid-text[data-v-b6d6f554],td.cell-style-override-22[data-v-b6d6f554],td.cell-style-override-20[data-v-b6d6f554]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-b6d6f554]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-b6d6f554]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-b6d6f554]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-b6d6f554]{margin-top:-350px}}#content-div[data-v-b6d6f554]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-b6d6f554]{min-height:100vh}}body[data-v-c9d7dea2]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-c9d7dea2]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-c9d7dea2]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-c9d7dea2]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-c9d7dea2]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-c9d7dea2]{width:83%!important}.content #naviText span[data-v-c9d7dea2]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-c9d7dea2]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-c9d7dea2]{width:100%!important}.content #mainCar[data-v-c9d7dea2]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-c9d7dea2]{width:100%}#mainCarPhone[data-v-c9d7dea2]{display:none}.content #buttonMenu_v2[data-v-c9d7dea2]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-c9d7dea2]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-c9d7dea2]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-c9d7dea2]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-c9d7dea2]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-c9d7dea2]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-c9d7dea2]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-c9d7dea2]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-c9d7dea2]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-c9d7dea2]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-c9d7dea2]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-c9d7dea2]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-c9d7dea2]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-c9d7dea2]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-c9d7dea2]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-c9d7dea2]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-c9d7dea2]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-c9d7dea2]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-c9d7dea2]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-c9d7dea2]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-c9d7dea2]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-c9d7dea2]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-c9d7dea2]{bottom:11%;width:30%}.content #naviText span[data-v-c9d7dea2]{font-size:17px}.content #naviText img[data-v-c9d7dea2]{width:80%!important}.content #carName[data-v-c9d7dea2]{right:0%;bottom:12%}.content #carName img[data-v-c9d7dea2]{width:40%!important}.content #buttonMenu_v2>a[data-v-c9d7dea2]{width:33%}.content #buttonMenu>a[data-v-c9d7dea2]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-c9d7dea2]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-c9d7dea2]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-c9d7dea2]{display:block}#mainCarPc[data-v-c9d7dea2]{display:none}.content #buttonMenu_v2[data-v-c9d7dea2],.content #buttonMenu[data-v-c9d7dea2]{width:92%}}@media screen and (max-width: 480px){.content[data-v-c9d7dea2]{padding-top:0}.content #naviText[data-v-c9d7dea2]{bottom:14%;width:45%}.content #naviText span[data-v-c9d7dea2]{font-size:11px}.content #naviText img[data-v-c9d7dea2]{width:88%!important}.content #carName[data-v-c9d7dea2]{right:5%;bottom:15%}.content #carName img[data-v-c9d7dea2]{width:120px!important}.content #buttonMenu_v2[data-v-c9d7dea2]{position:relative}.content #buttonMenu_v2>a>div[data-v-c9d7dea2]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-c9d7dea2]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-c9d7dea2]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-c9d7dea2]{position:relative}.content #buttonMenu>a>div[data-v-c9d7dea2]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-c9d7dea2]{height:120px}.content #buttonMenu>a>div>span[data-v-c9d7dea2]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-c9d7dea2]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-c9d7dea2]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-c9d7dea2]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-c9d7dea2]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-c9d7dea2]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-c9d7dea2]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-c9d7dea2]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-c9d7dea2]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-c9d7dea2]{margin:0;padding:0}html[data-v-c9d7dea2]{background-color:#000;width:100%}.keyword[data-v-c9d7dea2],.highlight[data-v-c9d7dea2]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-c9d7dea2]{font-family:upsys_commonregular}.header_main[data-v-c9d7dea2]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-c9d7dea2]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-c9d7dea2]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-c9d7dea2]>*{float:left}#headerLogo[data-v-c9d7dea2]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-c9d7dea2]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-c9d7dea2]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-c9d7dea2]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-c9d7dea2]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-c9d7dea2]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-c9d7dea2]{font-size:13px}.languageDiv .active[data-v-c9d7dea2]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-c9d7dea2]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-c9d7dea2]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-c9d7dea2]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-c9d7dea2],#languageSelect li[data-v-c9d7dea2]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-c9d7dea2],#languageSelect li:hover a[data-v-c9d7dea2]{color:#000}.footer-manual[data-v-c9d7dea2]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-c9d7dea2]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-c9d7dea2]{line-height:60px}#footerLogo[data-v-c9d7dea2]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-c9d7dea2]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-c9d7dea2]{display:inline-block;width:100%}#copyrightPcSpan[data-v-c9d7dea2]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-c9d7dea2]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-c9d7dea2]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-c9d7dea2]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-c9d7dea2]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-c9d7dea2]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-c9d7dea2]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-c9d7dea2]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-c9d7dea2]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-c9d7dea2]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-c9d7dea2]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-c9d7dea2]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-c9d7dea2]:focus{outline:none}#searchButton[data-v-c9d7dea2]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-c9d7dea2]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-c9d7dea2]{width:80%}table td.right[data-v-c9d7dea2]{width:10%;text-align:center}.result[data-v-c9d7dea2],.resultcount[data-v-c9d7dea2],.noResult[data-v-c9d7dea2]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-c9d7dea2]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-c9d7dea2]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-c9d7dea2]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-c9d7dea2]{color:#e49f81}.cover[data-v-c9d7dea2]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-c9d7dea2]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-c9d7dea2]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-c9d7dea2]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-c9d7dea2]{font-size:12px}.languageDivPhone .active[data-v-c9d7dea2]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-c9d7dea2]{bottom:30px;left:1px}.fontChangeButton[data-v-c9d7dea2]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-c9d7dea2]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-c9d7dea2]{left:0}.languageDiv div[data-v-c9d7dea2]{width:120%;left:-45px;top:5px}#languageSelect[data-v-c9d7dea2]{margin-left:-40px}#banner_img>a[data-v-c9d7dea2]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-c9d7dea2]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-c9d7dea2]{z-index:12}.header_main[data-v-c9d7dea2]{height:40px;padding-top:0}.header[data-v-c9d7dea2]{z-index:12}.header[data-v-c9d7dea2]{height:40px;padding-top:0}#title[data-v-c9d7dea2]{font-size:16px;width:49%}#headerLogo[data-v-c9d7dea2]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-c9d7dea2]{width:20%}.languageDiv div[data-v-c9d7dea2]{width:90%;left:-15px;top:5px}#languageSelect[data-v-c9d7dea2]{margin-left:-10px}.languageDiv ul[data-v-c9d7dea2]{font-size:12px}#menu[data-v-c9d7dea2]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-c9d7dea2]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-c9d7dea2]{width:80%}#rightHeader[data-v-c9d7dea2]{height:40px}#rightHeader>div[data-v-c9d7dea2]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-c9d7dea2]{position:absolute;right:38px;top:0}.searchDiv[data-v-c9d7dea2]{width:90%}#toc[data-v-c9d7dea2]{width:100%}.copyright[data-v-c9d7dea2]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-c9d7dea2]{display:none}#copyrightPhone[data-v-c9d7dea2]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-c9d7dea2]{width:15%!important}#prevBtn[data-v-c9d7dea2],#nextBtn[data-v-c9d7dea2]{width:32px;height:32px;background-size:100%}#searchButton[data-v-c9d7dea2]{margin-left:-1px}table td.left[data-v-c9d7dea2]{text-align:right}table td.center[data-v-c9d7dea2]{width:50%}table td.right[data-v-c9d7dea2]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-c9d7dea2]{left:0}.languageDiv div[data-v-c9d7dea2]{width:100%;left:-5px;top:5px}#languageSelect[data-v-c9d7dea2]{margin-left:20px}.languageDiv ul[data-v-c9d7dea2]{font-size:10px}.noResult>span[data-v-c9d7dea2]{width:200px!important;font-size:14px}#title[data-v-c9d7dea2]{font-size:13px;width:40%}#menu[data-v-c9d7dea2]{position:absolute}#banner_img>a[data-v-c9d7dea2]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-c9d7dea2]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-c9d7dea2]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-c9d7dea2]{font-size:14px}}body[data-v-c9d7dea2]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-c9d7dea2]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-c9d7dea2]{margin:auto;max-width:1120px}.subHeaderInner[data-v-c9d7dea2]>*{float:left}.content p[data-v-c9d7dea2],.content li[data-v-c9d7dea2]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-c9d7dea2]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-c9d7dea2]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-c9d7dea2]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-c9d7dea2]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-c9d7dea2]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-c9d7dea2]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-c9d7dea2]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-c9d7dea2]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-c9d7dea2]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-c9d7dea2]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-c9d7dea2]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-c9d7dea2],p.Para-Basic-B-Sub[data-v-c9d7dea2]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-c9d7dea2]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-c9d7dea2]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-c9d7dea2]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-c9d7dea2]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-c9d7dea2]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-c9d7dea2],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-c9d7dea2],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-c9d7dea2]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-c9d7dea2],p+ul li.Para-Basic-B-Sub[data-v-c9d7dea2]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-c9d7dea2],ul~p.Para-basic-L-bullet-Sub[data-v-c9d7dea2],ul~p.Para-Basic-B-Sub[data-v-c9d7dea2]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-c9d7dea2],ol~p.Para-basic-L-bullet-Sub[data-v-c9d7dea2],ol~p.Para-Basic-B-Sub[data-v-c9d7dea2]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-c9d7dea2],ol+*+p.Para-basic-L-bullet-Sub[data-v-c9d7dea2],ol+*+p.Para-Basic-B-Sub[data-v-c9d7dea2]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-c9d7dea2],a .Para-Basic-B-Sub[data-v-c9d7dea2]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-c9d7dea2]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-c9d7dea2]{margin-left:45px}.content p[data-v-c9d7dea2],li[data-v-c9d7dea2]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-c9d7dea2],p.Para-Basic-B[data-v-c9d7dea2],p.Para-Basic-B-Center[data-v-c9d7dea2]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-c9d7dea2]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-c9d7dea2],p.Para-Basic-B-Center[data-v-c9d7dea2]{text-align:center}p.Para-Table-L-center[data-v-c9d7dea2],p.Para-Table-B-Center[data-v-c9d7dea2]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-c9d7dea2],table p.Para-Basic-B[data-v-c9d7dea2],table p.Para-Basic-B-Center[data-v-c9d7dea2]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-c9d7dea2]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-c9d7dea2]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-c9d7dea2]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-c9d7dea2]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-c9d7dea2]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-c9d7dea2],.content .text>ul[data-v-c9d7dea2],.content .text table ol[data-v-c9d7dea2],.content .text table ul[data-v-c9d7dea2]{padding-left:20px}.content .text>ol[data-v-c9d7dea2]{padding-left:0}p.Para-Illust-L[data-v-c9d7dea2]{text-align:center}p.Para-Illust-L img[data-v-c9d7dea2]{display:inline-block}p.Placeholder-sub[data-v-c9d7dea2],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-c9d7dea2],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-c9d7dea2],.content .text>ol~.figure[data-v-c9d7dea2],p.Placeholder-sub-S[data-v-c9d7dea2],.Para-screen-sub-S[data-v-c9d7dea2],.Para-screen-sub-M[data-v-c9d7dea2],.Para-screen-sub-L[data-v-c9d7dea2]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-c9d7dea2],p.Placeholder-sub-M img[data-v-c9d7dea2],p.Placeholder-sub img[data-v-c9d7dea2]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-c9d7dea2]{margin-left:45px}.Table-pic-Left-sub img[data-v-c9d7dea2]{margin-top:5px;margin-bottom:10px}div.figure[data-v-c9d7dea2]{display:inline-block}p.Para-img-description[data-v-c9d7dea2]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-c9d7dea2]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-c9d7dea2]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-c9d7dea2]{margin-bottom:25px}.text img[data-v-c9d7dea2]{max-width:100%;display:block}.Table-Pic-center[data-v-c9d7dea2]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-c9d7dea2]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-c9d7dea2]{margin:0}p.Para-Box-Num[data-v-c9d7dea2]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-c9d7dea2]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-c9d7dea2]:AFTER{content:". "}span.inline-img img[data-v-c9d7dea2]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-c9d7dea2]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-c9d7dea2]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-c9d7dea2]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-c9d7dea2]{margin-left:6.5%;display:block!important}.discUl li[data-v-c9d7dea2]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-c9d7dea2],.Symbol-R[data-v-c9d7dea2],.Note-R-Pic[data-v-c9d7dea2]{display:block;width:100%}.Symbol-L[data-v-c9d7dea2]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-c9d7dea2]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-c9d7dea2],.Symbol-R li[data-v-c9d7dea2],.Symbol-R p[data-v-c9d7dea2]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-c9d7dea2]{font-size:16px}table.Table-Symbol td ul[data-v-c9d7dea2]{padding-left:20px}table.Table-Symbol[data-v-c9d7dea2]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-c9d7dea2]{color:#bc162c}.Symbol-Black[data-v-c9d7dea2],.Symbol-Black-Table[data-v-c9d7dea2]{font-family:upsys_commonregular}.Symbol-Green[data-v-c9d7dea2]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-c9d7dea2]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-c9d7dea2]{width:auto!important}.video_container[data-v-c9d7dea2]{margin-top:40px;float:right}.video[data-v-c9d7dea2]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-c9d7dea2]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-c9d7dea2]{width:100%}.Table--3col[data-v-c9d7dea2],.Basic-Table[data-v-c9d7dea2],.Table--2col[data-v-c9d7dea2],.Table-Landmark[data-v-c9d7dea2],.Table--4col[data-v-c9d7dea2],.Table-2row-merge[data-v-c9d7dea2],.Table--troubleshooting[data-v-c9d7dea2],.Table-specification[data-v-c9d7dea2],.Table-service-center[data-v-c9d7dea2],.Table-5col[data-v-c9d7dea2],.responsive[data-v-c9d7dea2],.Table--3col-Locations[data-v-c9d7dea2]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-c9d7dea2]:FIRST-CHILD,.Basic-Table tr[data-v-c9d7dea2]:FIRST-CHILD,.Table--2col tr[data-v-c9d7dea2]:FIRST-CHILD,.Table-Landmark tr[data-v-c9d7dea2]:FIRST-CHILD,.Table--4col tr[data-v-c9d7dea2]:FIRST-CHILD,.Table-2row-merge tr[data-v-c9d7dea2]:FIRST-CHILD,.Table--troubleshooting tr[data-v-c9d7dea2]:FIRST-CHILD,.Table-service-center tr[data-v-c9d7dea2]:FIRST-CHILD,.responsive tr[data-v-c9d7dea2]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-c9d7dea2]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-c9d7dea2],.Basic-Table td[data-v-c9d7dea2],.Table--2col td[data-v-c9d7dea2],.Table-Landmark td[data-v-c9d7dea2],.Table--4col td[data-v-c9d7dea2],.Table-2row-merge td[data-v-c9d7dea2],.Table--troubleshooting td[data-v-c9d7dea2],.Table-specification td[data-v-c9d7dea2],.Table-service-center td[data-v-c9d7dea2],.responsive td[data-v-c9d7dea2]{padding:10px}.Table--troubleshooting td[data-v-c9d7dea2]{border-right:none}.Table--troubleshooting[data-v-c9d7dea2]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-c9d7dea2],.Table-Landmark .Para-Pic-Center img[data-v-c9d7dea2]{width:30px}.Table-5col[data-v-c9d7dea2]{border:none}.Table-5col tr[data-v-c9d7dea2]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-c9d7dea2]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-c9d7dea2]{width:15%}.Table--3col td.x3col-L[data-v-c9d7dea2],.x3col-L td.x3col-M[data-v-c9d7dea2]{width:10%}td.x3col-Mid-Text[data-v-c9d7dea2]{text-align:center}td.x3col-R-Pic[data-v-c9d7dea2]{text-align:right}.responsive td p[data-v-c9d7dea2]{text-align:center}table.Table--3col-Locations[data-v-c9d7dea2]{border-collapse:collapse}.Table--3col-Locations td[data-v-c9d7dea2]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-c9d7dea2]{padding:10px}.Para-Pic-Center img[data-v-c9d7dea2]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-c9d7dea2]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-c9d7dea2]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-c9d7dea2]{width:50%}.Table-specification .x3col-L-Grey[data-v-c9d7dea2]{width:20%}.Table-specification .Spec-Mid-text[data-v-c9d7dea2]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-c9d7dea2]{width:50%}.Table--3col .x3col-L-Grey[data-v-c9d7dea2]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-c9d7dea2],.Table--4col .x3col-Mid-Grey[data-v-c9d7dea2],.Table--4col .x3col-R-Grey[data-v-c9d7dea2]{width:30%}.navi td.x3col-Mid-Grey[data-v-c9d7dea2]{width:15%}.Table--3col .x3col-R-Grey[data-v-c9d7dea2]{width:50%}.Table--2col .x3col-L-Grey[data-v-c9d7dea2],.Table--2col td[data-v-c9d7dea2]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-c9d7dea2]{width:70%}.Table--2col-Disc[data-v-c9d7dea2]{border-collapse:collapse}.Table--2col-Disc td[data-v-c9d7dea2]{border:1px solid grey;padding:10px}.Table-PL td[data-v-c9d7dea2]:FIRST-CHILD{width:25%}.resultcount p[data-v-c9d7dea2]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-c9d7dea2]{font-family:SK_namuhx-Bold}.noResult>span[data-v-c9d7dea2]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-c9d7dea2]{color:#f0dfdf;display:block}.result_list[data-v-c9d7dea2]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-c9d7dea2]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-c9d7dea2]{font-family:SK_namuhx-Regular}.resulttext p[data-v-c9d7dea2]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-c9d7dea2]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-c9d7dea2]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-c9d7dea2],.Cross-Reference[data-v-c9d7dea2]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-c9d7dea2]:hover{text-decoration:underline}.fontChangeDiv[data-v-c9d7dea2]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-c9d7dea2]{top:55px}#backButton[data-v-c9d7dea2]{background-size:16px}.chapterTitle[data-v-c9d7dea2]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-c9d7dea2],h2[data-v-c9d7dea2]{font-size:1.3em}#contentAccordion[data-v-c9d7dea2]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-c9d7dea2]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-c9d7dea2]{line-height:21px}.video[data-v-c9d7dea2]{width:46%}}@media screen and (max-width: 640px){h2[data-v-c9d7dea2]{margin-top:40px}.subHeader[data-v-c9d7dea2]{top:40px}.fontChangeDiv[data-v-c9d7dea2]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-c9d7dea2]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-c9d7dea2]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-c9d7dea2]{margin-left:7.3%}table td[data-v-c9d7dea2]{font-size:14px;padding:5px!important}table td p[data-v-c9d7dea2],table td p.Para-Basic-B-Center[data-v-c9d7dea2],table td p.Para-Basic-B[data-v-c9d7dea2]{font-size:14px}table td p.Para-Small-L[data-v-c9d7dea2]{font-size:12px;word-break:break-word}.Table--3col td[data-v-c9d7dea2],.Basic-Table td[data-v-c9d7dea2],.Table--2col td[data-v-c9d7dea2],.Table-Landmark td[data-v-c9d7dea2],.Table--4col td[data-v-c9d7dea2],.Table-2row-merge td[data-v-c9d7dea2],.Table--troubleshooting td[data-v-c9d7dea2],.Table-specification td[data-v-c9d7dea2],.Table-service-center td[data-v-c9d7dea2]{border-right:none}.responsive[data-v-c9d7dea2],.responsive tr[data-v-c9d7dea2],.responsive tbody[data-v-c9d7dea2]{width:100%}.Table--4col-responsive td[data-v-c9d7dea2]{min-width:200px!important;height:auto}.responsive td p[data-v-c9d7dea2]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-c9d7dea2],.Table-Symbol td li[data-v-c9d7dea2]{font-size:16px}p.Placeholder-sub[data-v-c9d7dea2],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-c9d7dea2],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-c9d7dea2],.content .text>ol~.figure[data-v-c9d7dea2],.content .text>ol+ul[data-v-c9d7dea2],.Para-screen-sub-L[data-v-c9d7dea2]{margin-left:0}.resultcount p[data-v-c9d7dea2]{font-size:16px}.Table-specification td p[data-v-c9d7dea2],.Table--3col-Locations td li[data-v-c9d7dea2],p.Para-basic-L-Sub[data-v-c9d7dea2],p.Para-basic-L-Sub-Auto[data-v-c9d7dea2],p.Para-basic-L-center[data-v-c9d7dea2],li.Para-basic-L-bullet[data-v-c9d7dea2],p.Para-basic-L[data-v-c9d7dea2],li.Para-basic-L-hyp-Sub[data-v-c9d7dea2],li.Para-basic-L-hyp-2Sub[data-v-c9d7dea2],li[class^=Para-Num][data-v-c9d7dea2],p.Para-Box-Num[data-v-c9d7dea2],p.Para-Basic-B-Sub[data-v-c9d7dea2],td p.Para-basic-L[data-v-c9d7dea2],td li.Para-basic-L-bullet[data-v-c9d7dea2],p.Para-Basic-B[data-v-c9d7dea2],p.Para-Circle-Num-Sub[data-v-c9d7dea2],.Symbol-L p.Para-basic-L-Sub[data-v-c9d7dea2],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-c9d7dea2]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-c9d7dea2],.Table--3col-Locations td li[data-v-c9d7dea2],p.Para-Table-L-Sub[data-v-c9d7dea2],p.Para-Table-L-Sub-Auto[data-v-c9d7dea2],p.Para-Table-L-center[data-v-c9d7dea2],p.Para-Table-L[data-v-c9d7dea2],li.Para-Table-L-hyp-Sub[data-v-c9d7dea2],li.Para-Table-L-hyp-2Sub[data-v-c9d7dea2],p.Para-Table-B-Sub[data-v-c9d7dea2],td p.Para-Table-L[data-v-c9d7dea2],p.Para-Table-B[data-v-c9d7dea2],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-c9d7dea2]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-c9d7dea2]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-c9d7dea2],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-c9d7dea2]{font-size:14px}.big .Table-specification td p[data-v-c9d7dea2],.big .Table--3col-Locations td li[data-v-c9d7dea2],.big p.Para-basic-L-Sub[data-v-c9d7dea2],.big p.Para-basic-L-Sub-Auto[data-v-c9d7dea2],.big p.Para-basic-L-center[data-v-c9d7dea2],.big li.Para-basic-L-bullet[data-v-c9d7dea2],.big p.Para-basic-L[data-v-c9d7dea2],.big li.Para-basic-L-hyp-Sub[data-v-c9d7dea2],.big li.Para-basic-L-hyp-2Sub[data-v-c9d7dea2],.big li[class^=Para-Num][data-v-c9d7dea2],.big p.Para-Box-Num[data-v-c9d7dea2],.big p.Para-Basic-B-Sub[data-v-c9d7dea2],.big td p.Para-basic-L[data-v-c9d7dea2],.big td li.Para-basic-L-bullet[data-v-c9d7dea2],.big p.Para-Basic-B[data-v-c9d7dea2],.big p.Para-Circle-Num-Sub[data-v-c9d7dea2]{font-size:16px}.big .Table-specification td p[data-v-c9d7dea2],.big .Table--3col-Locations td li[data-v-c9d7dea2],.big p.Para-Table-L-Sub[data-v-c9d7dea2],.big p.Para-Table-L-Sub-Auto[data-v-c9d7dea2],.big p.Para-Table-L-center[data-v-c9d7dea2],.big p.Para-Table-L[data-v-c9d7dea2],.big li.Para-Table-L-hyp-Sub[data-v-c9d7dea2],.big li.Para-Table-L-hyp-2Sub[data-v-c9d7dea2],.big li[class^=Para-Num][data-v-c9d7dea2],.big p.Para-Box-Num[data-v-c9d7dea2],.big p.Para-Table-B-Sub[data-v-c9d7dea2],.big td p.Para-Table-L[data-v-c9d7dea2],.big p.Para-Table-B[data-v-c9d7dea2],.big p.Para-Circle-Num-Sub[data-v-c9d7dea2],.big p.Para-Table-B-Center[data-v-c9d7dea2],.big .Table--3col-ISO td p[data-v-c9d7dea2]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-c9d7dea2],p.Para-Table-B-Center[data-v-c9d7dea2]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-c9d7dea2],.big p.video_title[data-v-c9d7dea2],.big .resultItem p[data-v-c9d7dea2]{font-size:1.05em}h1[data-v-c9d7dea2]{font-size:1.2em;margin-top:0}h2[data-v-c9d7dea2]{font-size:1.1em}.Heading-3[data-v-c9d7dea2]{font-size:1em}.content .text>ol li[data-v-c9d7dea2]:BEFORE{font-size:26px}.video[data-v-c9d7dea2]{width:95%}}p.Para-Table-L[data-v-c9d7dea2]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-c9d7dea2]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-c9d7dea2]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-c9d7dea2]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-c9d7dea2]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-c9d7dea2]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-c9d7dea2]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-c9d7dea2]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-c9d7dea2]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-c9d7dea2]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-c9d7dea2]:before{content:"";display:block;height:15pt}.Bold[data-v-c9d7dea2],span.Bold[data-v-c9d7dea2]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-c9d7dea2]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-c9d7dea2]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-c9d7dea2]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-c9d7dea2]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-c9d7dea2]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-c9d7dea2]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-c9d7dea2]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-c9d7dea2]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-c9d7dea2]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-c9d7dea2]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-c9d7dea2]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-c9d7dea2],.Para-Table-L-Sub-Auto .icon-1[data-v-c9d7dea2]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-c9d7dea2]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-c9d7dea2]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-c9d7dea2]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-c9d7dea2],.Table--2col td p.Para-basic-L[data-v-c9d7dea2]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-c9d7dea2]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-c9d7dea2]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-c9d7dea2]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-c9d7dea2]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-c9d7dea2]{margin-top:8pt!important}.table-responsive[data-v-c9d7dea2]{width:100%;overflow-x:auto}.table-responsive table[data-v-c9d7dea2]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-c9d7dea2]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-c9d7dea2]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-c9d7dea2]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-c9d7dea2]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-c9d7dea2]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-c9d7dea2]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-c9d7dea2]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-c9d7dea2]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-c9d7dea2]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-c9d7dea2]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-c9d7dea2]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-c9d7dea2]{font-size:12px}#table-15.responsive td[data-v-c9d7dea2]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-c9d7dea2]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-c9d7dea2]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-c9d7dea2]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-c9d7dea2]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-c9d7dea2],.Table--4col-Error th[data-v-c9d7dea2]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-c9d7dea2],.Table--4col-Error tr:first-child th[data-v-c9d7dea2]{border-top:none}.Table--4col-Error tr:last-child td[data-v-c9d7dea2]{border-bottom:none}.Table--4col-Error thead td[data-v-c9d7dea2]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-c9d7dea2]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-c9d7dea2]:nth-child(1),.Table--4col-Error thead td[data-v-c9d7dea2]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-c9d7dea2]:nth-child(2),.Table--4col-Error thead td[data-v-c9d7dea2]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-c9d7dea2]:nth-child(3),.Table--4col-Error thead td[data-v-c9d7dea2]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-c9d7dea2]:nth-child(4),.Table--4col-Error thead td[data-v-c9d7dea2]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-c9d7dea2]:nth-child(1),.Table--4col-Error tbody td[data-v-c9d7dea2]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-c9d7dea2]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-c9d7dea2]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-c9d7dea2]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-c9d7dea2]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-c9d7dea2]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-c9d7dea2]{font-size:14px!important}.Table--4col-Error tbody td[data-v-c9d7dea2]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-c9d7dea2],.Table--4col-Error p.Para-Table-B[data-v-c9d7dea2],.Table--4col-Error p.Para-Table-L-Center[data-v-c9d7dea2]{font-size:12px!important}.Table--4col-Error tbody td[data-v-c9d7dea2]:nth-child(1),.Table--4col-Error thead td[data-v-c9d7dea2]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-c9d7dea2]:nth-child(2),.Table--4col-Error thead td[data-v-c9d7dea2]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-c9d7dea2]:nth-child(3),.Table--4col-Error thead td[data-v-c9d7dea2]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-c9d7dea2]:nth-child(4),.Table--4col-Error thead td[data-v-c9d7dea2]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-c9d7dea2]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-c9d7dea2]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-c9d7dea2]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-c9d7dea2]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-c9d7dea2]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-c9d7dea2]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-c9d7dea2]{line-height:1.25;font-weight:500}.Bold-color[data-v-c9d7dea2]{font-weight:700}.char-style-override-4[data-v-c9d7dea2]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-c9d7dea2]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-c9d7dea2]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-c9d7dea2]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-c9d7dea2]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-c9d7dea2]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-c9d7dea2]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-c9d7dea2]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-c9d7dea2]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-c9d7dea2]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-c9d7dea2]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-c9d7dea2]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-c9d7dea2]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-c9d7dea2]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-c9d7dea2]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-c9d7dea2]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-c9d7dea2],tr:last-child td.cell-style-override-7[data-v-c9d7dea2]{border-bottom:0}table#table-16[data-v-c9d7dea2]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-c9d7dea2],.Table--2col-Air-Sensor[data-v-c9d7dea2],.Table--2col-Voice[data-v-c9d7dea2],.Table--2col-Filter[data-v-c9d7dea2],.Table--troubleshooting[data-v-c9d7dea2],.Table--4col-Error[data-v-c9d7dea2],.Table--Specifications[data-v-c9d7dea2]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-c9d7dea2]:last-child,.Table--2col-Voice tr td[data-v-c9d7dea2]:last-child{width:70%}.Table--2col-Voice tr td[data-v-c9d7dea2]:first-child{width:30%}.Para-Table-L-Center[data-v-c9d7dea2]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-c9d7dea2]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-c9d7dea2]{display:block!important}.Table--2col-Information td[data-v-c9d7dea2]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-c9d7dea2]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-c9d7dea2]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-c9d7dea2]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-c9d7dea2]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-c9d7dea2],.Table--4col-responsive table td[data-v-c9d7dea2]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-c9d7dea2],.Table--2col-Information th[data-v-c9d7dea2]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-c9d7dea2]:nth-child(1),.Table--2col-Information th[data-v-c9d7dea2]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-c9d7dea2]:nth-child(2),.Table--2col-Information th[data-v-c9d7dea2]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-c9d7dea2],.Table--2col-Information th[data-v-c9d7dea2]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-c9d7dea2]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-c9d7dea2],.Table--2col-Voice th[data-v-c9d7dea2]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-c9d7dea2]:nth-child(1),.Table--2col-Voice th[data-v-c9d7dea2]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-c9d7dea2]:nth-child(2),.Table--2col-Voice th[data-v-c9d7dea2]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-c9d7dea2]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-c9d7dea2],.Table--2col-Voice tr:last-child td[data-v-c9d7dea2]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-c9d7dea2],.Table--2col-Voice thead th[data-v-c9d7dea2]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-c9d7dea2]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-c9d7dea2]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-c9d7dea2]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-c9d7dea2],.Table--2col-Information th[data-v-c9d7dea2]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-c9d7dea2]:nth-child(1),.Table--2col-Information th[data-v-c9d7dea2]:nth-child(1){width:30%}.Table--2col-Information td[data-v-c9d7dea2]:nth-child(2),.Table--2col-Information th[data-v-c9d7dea2]:nth-child(2){width:70%}.Table--2col-Information td[data-v-c9d7dea2]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-c9d7dea2]{border-bottom:none}.Table--2col-Air-Sensor[data-v-c9d7dea2]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-c9d7dea2],.Table--2col-Air-Sensor th[data-v-c9d7dea2]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-c9d7dea2]:nth-child(1),.Table--2col-Air-Sensor th[data-v-c9d7dea2]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-c9d7dea2]:nth-child(2),.Table--2col-Air-Sensor th[data-v-c9d7dea2]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-c9d7dea2]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-c9d7dea2]{border-bottom:none}.Table--2col-Filter[data-v-c9d7dea2]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-c9d7dea2],.Table--2col-Filter th[data-v-c9d7dea2]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-c9d7dea2]:nth-child(1),.Table--2col-Filter th[data-v-c9d7dea2]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-c9d7dea2]:nth-child(2),.Table--2col-Filter th[data-v-c9d7dea2]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-c9d7dea2]:nth-child(3),.Table--2col-Filter th[data-v-c9d7dea2]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-c9d7dea2]:nth-child(4),.Table--2col-Filter th[data-v-c9d7dea2]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-c9d7dea2]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-c9d7dea2],.Table--2col-Filter tr:last-child td[data-v-c9d7dea2]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-c9d7dea2],.Table--2col-Filter thead th[data-v-c9d7dea2]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-c9d7dea2]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-c9d7dea2]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-c9d7dea2]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-c9d7dea2],.Table--Specifications th[data-v-c9d7dea2]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-c9d7dea2]:first-child,.Table--Specifications th[data-v-c9d7dea2]:first-child{width:16%}.Table--Specifications td[data-v-c9d7dea2]:nth-child(2),.Table--Specifications th[data-v-c9d7dea2]:nth-child(2){width:42%}.Table--Specifications td[data-v-c9d7dea2]:nth-child(3),.Table--Specifications th[data-v-c9d7dea2]:nth-child(3){width:42%}.Table--Specifications td[data-v-c9d7dea2]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-c9d7dea2],.Table--Specifications tr:last-child td[data-v-c9d7dea2]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-c9d7dea2],.Table--Specifications thead th[data-v-c9d7dea2]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-c9d7dea2]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-c9d7dea2]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-c9d7dea2],td.cell-style-override-20[data-v-c9d7dea2]{padding:10px}td.x3col-Mid-text[data-v-c9d7dea2],td.cell-style-override-22[data-v-c9d7dea2],td.cell-style-override-20[data-v-c9d7dea2]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-c9d7dea2]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-c9d7dea2]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-c9d7dea2]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-c9d7dea2]{margin-top:-350px}}#content-div[data-v-c9d7dea2]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-c9d7dea2]{min-height:100vh}}body[data-v-6da2b9e3]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-6da2b9e3]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-6da2b9e3]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-6da2b9e3]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-6da2b9e3]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-6da2b9e3]{width:83%!important}.content #naviText span[data-v-6da2b9e3]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-6da2b9e3]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-6da2b9e3]{width:100%!important}.content #mainCar[data-v-6da2b9e3]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-6da2b9e3]{width:100%}#mainCarPhone[data-v-6da2b9e3]{display:none}.content #buttonMenu_v2[data-v-6da2b9e3]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-6da2b9e3]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-6da2b9e3]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-6da2b9e3]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-6da2b9e3]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-6da2b9e3]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-6da2b9e3]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-6da2b9e3]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-6da2b9e3]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-6da2b9e3]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-6da2b9e3]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-6da2b9e3]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-6da2b9e3]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-6da2b9e3]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-6da2b9e3]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-6da2b9e3]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-6da2b9e3]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-6da2b9e3]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-6da2b9e3]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-6da2b9e3]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-6da2b9e3]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-6da2b9e3]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-6da2b9e3]{bottom:11%;width:30%}.content #naviText span[data-v-6da2b9e3]{font-size:17px}.content #naviText img[data-v-6da2b9e3]{width:80%!important}.content #carName[data-v-6da2b9e3]{right:0%;bottom:12%}.content #carName img[data-v-6da2b9e3]{width:40%!important}.content #buttonMenu_v2>a[data-v-6da2b9e3]{width:33%}.content #buttonMenu>a[data-v-6da2b9e3]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-6da2b9e3]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-6da2b9e3]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-6da2b9e3]{display:block}#mainCarPc[data-v-6da2b9e3]{display:none}.content #buttonMenu_v2[data-v-6da2b9e3],.content #buttonMenu[data-v-6da2b9e3]{width:92%}}@media screen and (max-width: 480px){.content[data-v-6da2b9e3]{padding-top:0}.content #naviText[data-v-6da2b9e3]{bottom:14%;width:45%}.content #naviText span[data-v-6da2b9e3]{font-size:11px}.content #naviText img[data-v-6da2b9e3]{width:88%!important}.content #carName[data-v-6da2b9e3]{right:5%;bottom:15%}.content #carName img[data-v-6da2b9e3]{width:120px!important}.content #buttonMenu_v2[data-v-6da2b9e3]{position:relative}.content #buttonMenu_v2>a>div[data-v-6da2b9e3]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-6da2b9e3]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-6da2b9e3]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-6da2b9e3]{position:relative}.content #buttonMenu>a>div[data-v-6da2b9e3]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-6da2b9e3]{height:120px}.content #buttonMenu>a>div>span[data-v-6da2b9e3]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-6da2b9e3]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-6da2b9e3]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-6da2b9e3]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-6da2b9e3]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-6da2b9e3]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-6da2b9e3]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-6da2b9e3]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-6da2b9e3]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-6da2b9e3]{margin:0;padding:0}html[data-v-6da2b9e3]{background-color:#000;width:100%}.keyword[data-v-6da2b9e3],.highlight[data-v-6da2b9e3]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-6da2b9e3]{font-family:upsys_commonregular}.header_main[data-v-6da2b9e3]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-6da2b9e3]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-6da2b9e3]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-6da2b9e3]>*{float:left}#headerLogo[data-v-6da2b9e3]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-6da2b9e3]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-6da2b9e3]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-6da2b9e3]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-6da2b9e3]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-6da2b9e3]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-6da2b9e3]{font-size:13px}.languageDiv .active[data-v-6da2b9e3]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-6da2b9e3]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-6da2b9e3]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-6da2b9e3]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-6da2b9e3],#languageSelect li[data-v-6da2b9e3]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-6da2b9e3],#languageSelect li:hover a[data-v-6da2b9e3]{color:#000}.footer-manual[data-v-6da2b9e3]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-6da2b9e3]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-6da2b9e3]{line-height:60px}#footerLogo[data-v-6da2b9e3]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-6da2b9e3]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-6da2b9e3]{display:inline-block;width:100%}#copyrightPcSpan[data-v-6da2b9e3]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-6da2b9e3]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-6da2b9e3]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-6da2b9e3]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-6da2b9e3]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-6da2b9e3]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-6da2b9e3]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-6da2b9e3]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-6da2b9e3]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-6da2b9e3]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-6da2b9e3]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-6da2b9e3]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-6da2b9e3]:focus{outline:none}#searchButton[data-v-6da2b9e3]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-6da2b9e3]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-6da2b9e3]{width:80%}table td.right[data-v-6da2b9e3]{width:10%;text-align:center}.result[data-v-6da2b9e3],.resultcount[data-v-6da2b9e3],.noResult[data-v-6da2b9e3]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-6da2b9e3]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-6da2b9e3]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-6da2b9e3]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-6da2b9e3]{color:#e49f81}.cover[data-v-6da2b9e3]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-6da2b9e3]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-6da2b9e3]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-6da2b9e3]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-6da2b9e3]{font-size:12px}.languageDivPhone .active[data-v-6da2b9e3]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-6da2b9e3]{bottom:30px;left:1px}.fontChangeButton[data-v-6da2b9e3]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-6da2b9e3]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-6da2b9e3]{left:0}.languageDiv div[data-v-6da2b9e3]{width:120%;left:-45px;top:5px}#languageSelect[data-v-6da2b9e3]{margin-left:-40px}#banner_img>a[data-v-6da2b9e3]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-6da2b9e3]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-6da2b9e3]{z-index:12}.header_main[data-v-6da2b9e3]{height:40px;padding-top:0}.header[data-v-6da2b9e3]{z-index:12}.header[data-v-6da2b9e3]{height:40px;padding-top:0}#title[data-v-6da2b9e3]{font-size:16px;width:49%}#headerLogo[data-v-6da2b9e3]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-6da2b9e3]{width:20%}.languageDiv div[data-v-6da2b9e3]{width:90%;left:-15px;top:5px}#languageSelect[data-v-6da2b9e3]{margin-left:-10px}.languageDiv ul[data-v-6da2b9e3]{font-size:12px}#menu[data-v-6da2b9e3]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-6da2b9e3]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-6da2b9e3]{width:80%}#rightHeader[data-v-6da2b9e3]{height:40px}#rightHeader>div[data-v-6da2b9e3]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-6da2b9e3]{position:absolute;right:38px;top:0}.searchDiv[data-v-6da2b9e3]{width:90%}#toc[data-v-6da2b9e3]{width:100%}.copyright[data-v-6da2b9e3]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-6da2b9e3]{display:none}#copyrightPhone[data-v-6da2b9e3]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-6da2b9e3]{width:15%!important}#prevBtn[data-v-6da2b9e3],#nextBtn[data-v-6da2b9e3]{width:32px;height:32px;background-size:100%}#searchButton[data-v-6da2b9e3]{margin-left:-1px}table td.left[data-v-6da2b9e3]{text-align:right}table td.center[data-v-6da2b9e3]{width:50%}table td.right[data-v-6da2b9e3]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-6da2b9e3]{left:0}.languageDiv div[data-v-6da2b9e3]{width:100%;left:-5px;top:5px}#languageSelect[data-v-6da2b9e3]{margin-left:20px}.languageDiv ul[data-v-6da2b9e3]{font-size:10px}.noResult>span[data-v-6da2b9e3]{width:200px!important;font-size:14px}#title[data-v-6da2b9e3]{font-size:13px;width:40%}#menu[data-v-6da2b9e3]{position:absolute}#banner_img>a[data-v-6da2b9e3]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-6da2b9e3]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-6da2b9e3]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-6da2b9e3]{font-size:14px}}body[data-v-6da2b9e3]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-6da2b9e3]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-6da2b9e3]{margin:auto;max-width:1120px}.subHeaderInner[data-v-6da2b9e3]>*{float:left}.content p[data-v-6da2b9e3],.content li[data-v-6da2b9e3]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-6da2b9e3]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-6da2b9e3]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-6da2b9e3]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-6da2b9e3]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-6da2b9e3]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-6da2b9e3]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-6da2b9e3]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-6da2b9e3]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-6da2b9e3]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-6da2b9e3]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-6da2b9e3]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-6da2b9e3],p.Para-Basic-B-Sub[data-v-6da2b9e3]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-6da2b9e3]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-6da2b9e3]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-6da2b9e3]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-6da2b9e3]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-6da2b9e3]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-6da2b9e3],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-6da2b9e3],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-6da2b9e3]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-6da2b9e3],p+ul li.Para-Basic-B-Sub[data-v-6da2b9e3]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-6da2b9e3],ul~p.Para-basic-L-bullet-Sub[data-v-6da2b9e3],ul~p.Para-Basic-B-Sub[data-v-6da2b9e3]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-6da2b9e3],ol~p.Para-basic-L-bullet-Sub[data-v-6da2b9e3],ol~p.Para-Basic-B-Sub[data-v-6da2b9e3]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-6da2b9e3],ol+*+p.Para-basic-L-bullet-Sub[data-v-6da2b9e3],ol+*+p.Para-Basic-B-Sub[data-v-6da2b9e3]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-6da2b9e3],a .Para-Basic-B-Sub[data-v-6da2b9e3]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-6da2b9e3]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-6da2b9e3]{margin-left:45px}.content p[data-v-6da2b9e3],li[data-v-6da2b9e3]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-6da2b9e3],p.Para-Basic-B[data-v-6da2b9e3],p.Para-Basic-B-Center[data-v-6da2b9e3]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-6da2b9e3]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-6da2b9e3],p.Para-Basic-B-Center[data-v-6da2b9e3]{text-align:center}p.Para-Table-L-center[data-v-6da2b9e3],p.Para-Table-B-Center[data-v-6da2b9e3]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-6da2b9e3],table p.Para-Basic-B[data-v-6da2b9e3],table p.Para-Basic-B-Center[data-v-6da2b9e3]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-6da2b9e3]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-6da2b9e3]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-6da2b9e3]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-6da2b9e3]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-6da2b9e3]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-6da2b9e3],.content .text>ul[data-v-6da2b9e3],.content .text table ol[data-v-6da2b9e3],.content .text table ul[data-v-6da2b9e3]{padding-left:20px}.content .text>ol[data-v-6da2b9e3]{padding-left:0}p.Para-Illust-L[data-v-6da2b9e3]{text-align:center}p.Para-Illust-L img[data-v-6da2b9e3]{display:inline-block}p.Placeholder-sub[data-v-6da2b9e3],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-6da2b9e3],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-6da2b9e3],.content .text>ol~.figure[data-v-6da2b9e3],p.Placeholder-sub-S[data-v-6da2b9e3],.Para-screen-sub-S[data-v-6da2b9e3],.Para-screen-sub-M[data-v-6da2b9e3],.Para-screen-sub-L[data-v-6da2b9e3]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-6da2b9e3],p.Placeholder-sub-M img[data-v-6da2b9e3],p.Placeholder-sub img[data-v-6da2b9e3]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-6da2b9e3]{margin-left:45px}.Table-pic-Left-sub img[data-v-6da2b9e3]{margin-top:5px;margin-bottom:10px}div.figure[data-v-6da2b9e3]{display:inline-block}p.Para-img-description[data-v-6da2b9e3]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-6da2b9e3]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-6da2b9e3]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-6da2b9e3]{margin-bottom:25px}.text img[data-v-6da2b9e3]{max-width:100%;display:block}.Table-Pic-center[data-v-6da2b9e3]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-6da2b9e3]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-6da2b9e3]{margin:0}p.Para-Box-Num[data-v-6da2b9e3]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-6da2b9e3]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-6da2b9e3]:AFTER{content:". "}span.inline-img img[data-v-6da2b9e3]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-6da2b9e3]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-6da2b9e3]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-6da2b9e3]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-6da2b9e3]{margin-left:6.5%;display:block!important}.discUl li[data-v-6da2b9e3]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-6da2b9e3],.Symbol-R[data-v-6da2b9e3],.Note-R-Pic[data-v-6da2b9e3]{display:block;width:100%}.Symbol-L[data-v-6da2b9e3]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-6da2b9e3]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-6da2b9e3],.Symbol-R li[data-v-6da2b9e3],.Symbol-R p[data-v-6da2b9e3]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-6da2b9e3]{font-size:16px}table.Table-Symbol td ul[data-v-6da2b9e3]{padding-left:20px}table.Table-Symbol[data-v-6da2b9e3]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-6da2b9e3]{color:#bc162c}.Symbol-Black[data-v-6da2b9e3],.Symbol-Black-Table[data-v-6da2b9e3]{font-family:upsys_commonregular}.Symbol-Green[data-v-6da2b9e3]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-6da2b9e3]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-6da2b9e3]{width:auto!important}.video_container[data-v-6da2b9e3]{margin-top:40px;float:right}.video[data-v-6da2b9e3]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-6da2b9e3]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-6da2b9e3]{width:100%}.Table--3col[data-v-6da2b9e3],.Basic-Table[data-v-6da2b9e3],.Table--2col[data-v-6da2b9e3],.Table-Landmark[data-v-6da2b9e3],.Table--4col[data-v-6da2b9e3],.Table-2row-merge[data-v-6da2b9e3],.Table--troubleshooting[data-v-6da2b9e3],.Table-specification[data-v-6da2b9e3],.Table-service-center[data-v-6da2b9e3],.Table-5col[data-v-6da2b9e3],.responsive[data-v-6da2b9e3],.Table--3col-Locations[data-v-6da2b9e3]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-6da2b9e3]:FIRST-CHILD,.Basic-Table tr[data-v-6da2b9e3]:FIRST-CHILD,.Table--2col tr[data-v-6da2b9e3]:FIRST-CHILD,.Table-Landmark tr[data-v-6da2b9e3]:FIRST-CHILD,.Table--4col tr[data-v-6da2b9e3]:FIRST-CHILD,.Table-2row-merge tr[data-v-6da2b9e3]:FIRST-CHILD,.Table--troubleshooting tr[data-v-6da2b9e3]:FIRST-CHILD,.Table-service-center tr[data-v-6da2b9e3]:FIRST-CHILD,.responsive tr[data-v-6da2b9e3]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-6da2b9e3]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-6da2b9e3],.Basic-Table td[data-v-6da2b9e3],.Table--2col td[data-v-6da2b9e3],.Table-Landmark td[data-v-6da2b9e3],.Table--4col td[data-v-6da2b9e3],.Table-2row-merge td[data-v-6da2b9e3],.Table--troubleshooting td[data-v-6da2b9e3],.Table-specification td[data-v-6da2b9e3],.Table-service-center td[data-v-6da2b9e3],.responsive td[data-v-6da2b9e3]{padding:10px}.Table--troubleshooting td[data-v-6da2b9e3]{border-right:none}.Table--troubleshooting[data-v-6da2b9e3]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-6da2b9e3],.Table-Landmark .Para-Pic-Center img[data-v-6da2b9e3]{width:30px}.Table-5col[data-v-6da2b9e3]{border:none}.Table-5col tr[data-v-6da2b9e3]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-6da2b9e3]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-6da2b9e3]{width:15%}.Table--3col td.x3col-L[data-v-6da2b9e3],.x3col-L td.x3col-M[data-v-6da2b9e3]{width:10%}td.x3col-Mid-Text[data-v-6da2b9e3]{text-align:center}td.x3col-R-Pic[data-v-6da2b9e3]{text-align:right}.responsive td p[data-v-6da2b9e3]{text-align:center}table.Table--3col-Locations[data-v-6da2b9e3]{border-collapse:collapse}.Table--3col-Locations td[data-v-6da2b9e3]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-6da2b9e3]{padding:10px}.Para-Pic-Center img[data-v-6da2b9e3]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-6da2b9e3]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-6da2b9e3]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-6da2b9e3]{width:50%}.Table-specification .x3col-L-Grey[data-v-6da2b9e3]{width:20%}.Table-specification .Spec-Mid-text[data-v-6da2b9e3]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-6da2b9e3]{width:50%}.Table--3col .x3col-L-Grey[data-v-6da2b9e3]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-6da2b9e3],.Table--4col .x3col-Mid-Grey[data-v-6da2b9e3],.Table--4col .x3col-R-Grey[data-v-6da2b9e3]{width:30%}.navi td.x3col-Mid-Grey[data-v-6da2b9e3]{width:15%}.Table--3col .x3col-R-Grey[data-v-6da2b9e3]{width:50%}.Table--2col .x3col-L-Grey[data-v-6da2b9e3],.Table--2col td[data-v-6da2b9e3]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-6da2b9e3]{width:70%}.Table--2col-Disc[data-v-6da2b9e3]{border-collapse:collapse}.Table--2col-Disc td[data-v-6da2b9e3]{border:1px solid grey;padding:10px}.Table-PL td[data-v-6da2b9e3]:FIRST-CHILD{width:25%}.resultcount p[data-v-6da2b9e3]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-6da2b9e3]{font-family:SK_namuhx-Bold}.noResult>span[data-v-6da2b9e3]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-6da2b9e3]{color:#f0dfdf;display:block}.result_list[data-v-6da2b9e3]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-6da2b9e3]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-6da2b9e3]{font-family:SK_namuhx-Regular}.resulttext p[data-v-6da2b9e3]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-6da2b9e3]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-6da2b9e3]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-6da2b9e3],.Cross-Reference[data-v-6da2b9e3]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-6da2b9e3]:hover{text-decoration:underline}.fontChangeDiv[data-v-6da2b9e3]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-6da2b9e3]{top:55px}#backButton[data-v-6da2b9e3]{background-size:16px}.chapterTitle[data-v-6da2b9e3]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-6da2b9e3],h2[data-v-6da2b9e3]{font-size:1.3em}#contentAccordion[data-v-6da2b9e3]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-6da2b9e3]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-6da2b9e3]{line-height:21px}.video[data-v-6da2b9e3]{width:46%}}@media screen and (max-width: 640px){h2[data-v-6da2b9e3]{margin-top:40px}.subHeader[data-v-6da2b9e3]{top:40px}.fontChangeDiv[data-v-6da2b9e3]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-6da2b9e3]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-6da2b9e3]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-6da2b9e3]{margin-left:7.3%}table td[data-v-6da2b9e3]{font-size:14px;padding:5px!important}table td p[data-v-6da2b9e3],table td p.Para-Basic-B-Center[data-v-6da2b9e3],table td p.Para-Basic-B[data-v-6da2b9e3]{font-size:14px}table td p.Para-Small-L[data-v-6da2b9e3]{font-size:12px;word-break:break-word}.Table--3col td[data-v-6da2b9e3],.Basic-Table td[data-v-6da2b9e3],.Table--2col td[data-v-6da2b9e3],.Table-Landmark td[data-v-6da2b9e3],.Table--4col td[data-v-6da2b9e3],.Table-2row-merge td[data-v-6da2b9e3],.Table--troubleshooting td[data-v-6da2b9e3],.Table-specification td[data-v-6da2b9e3],.Table-service-center td[data-v-6da2b9e3]{border-right:none}.responsive[data-v-6da2b9e3],.responsive tr[data-v-6da2b9e3],.responsive tbody[data-v-6da2b9e3]{width:100%}.Table--4col-responsive td[data-v-6da2b9e3]{min-width:200px!important;height:auto}.responsive td p[data-v-6da2b9e3]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-6da2b9e3],.Table-Symbol td li[data-v-6da2b9e3]{font-size:16px}p.Placeholder-sub[data-v-6da2b9e3],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-6da2b9e3],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-6da2b9e3],.content .text>ol~.figure[data-v-6da2b9e3],.content .text>ol+ul[data-v-6da2b9e3],.Para-screen-sub-L[data-v-6da2b9e3]{margin-left:0}.resultcount p[data-v-6da2b9e3]{font-size:16px}.Table-specification td p[data-v-6da2b9e3],.Table--3col-Locations td li[data-v-6da2b9e3],p.Para-basic-L-Sub[data-v-6da2b9e3],p.Para-basic-L-Sub-Auto[data-v-6da2b9e3],p.Para-basic-L-center[data-v-6da2b9e3],li.Para-basic-L-bullet[data-v-6da2b9e3],p.Para-basic-L[data-v-6da2b9e3],li.Para-basic-L-hyp-Sub[data-v-6da2b9e3],li.Para-basic-L-hyp-2Sub[data-v-6da2b9e3],li[class^=Para-Num][data-v-6da2b9e3],p.Para-Box-Num[data-v-6da2b9e3],p.Para-Basic-B-Sub[data-v-6da2b9e3],td p.Para-basic-L[data-v-6da2b9e3],td li.Para-basic-L-bullet[data-v-6da2b9e3],p.Para-Basic-B[data-v-6da2b9e3],p.Para-Circle-Num-Sub[data-v-6da2b9e3],.Symbol-L p.Para-basic-L-Sub[data-v-6da2b9e3],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-6da2b9e3]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-6da2b9e3],.Table--3col-Locations td li[data-v-6da2b9e3],p.Para-Table-L-Sub[data-v-6da2b9e3],p.Para-Table-L-Sub-Auto[data-v-6da2b9e3],p.Para-Table-L-center[data-v-6da2b9e3],p.Para-Table-L[data-v-6da2b9e3],li.Para-Table-L-hyp-Sub[data-v-6da2b9e3],li.Para-Table-L-hyp-2Sub[data-v-6da2b9e3],p.Para-Table-B-Sub[data-v-6da2b9e3],td p.Para-Table-L[data-v-6da2b9e3],p.Para-Table-B[data-v-6da2b9e3],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-6da2b9e3]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-6da2b9e3]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-6da2b9e3],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-6da2b9e3]{font-size:14px}.big .Table-specification td p[data-v-6da2b9e3],.big .Table--3col-Locations td li[data-v-6da2b9e3],.big p.Para-basic-L-Sub[data-v-6da2b9e3],.big p.Para-basic-L-Sub-Auto[data-v-6da2b9e3],.big p.Para-basic-L-center[data-v-6da2b9e3],.big li.Para-basic-L-bullet[data-v-6da2b9e3],.big p.Para-basic-L[data-v-6da2b9e3],.big li.Para-basic-L-hyp-Sub[data-v-6da2b9e3],.big li.Para-basic-L-hyp-2Sub[data-v-6da2b9e3],.big li[class^=Para-Num][data-v-6da2b9e3],.big p.Para-Box-Num[data-v-6da2b9e3],.big p.Para-Basic-B-Sub[data-v-6da2b9e3],.big td p.Para-basic-L[data-v-6da2b9e3],.big td li.Para-basic-L-bullet[data-v-6da2b9e3],.big p.Para-Basic-B[data-v-6da2b9e3],.big p.Para-Circle-Num-Sub[data-v-6da2b9e3]{font-size:16px}.big .Table-specification td p[data-v-6da2b9e3],.big .Table--3col-Locations td li[data-v-6da2b9e3],.big p.Para-Table-L-Sub[data-v-6da2b9e3],.big p.Para-Table-L-Sub-Auto[data-v-6da2b9e3],.big p.Para-Table-L-center[data-v-6da2b9e3],.big p.Para-Table-L[data-v-6da2b9e3],.big li.Para-Table-L-hyp-Sub[data-v-6da2b9e3],.big li.Para-Table-L-hyp-2Sub[data-v-6da2b9e3],.big li[class^=Para-Num][data-v-6da2b9e3],.big p.Para-Box-Num[data-v-6da2b9e3],.big p.Para-Table-B-Sub[data-v-6da2b9e3],.big td p.Para-Table-L[data-v-6da2b9e3],.big p.Para-Table-B[data-v-6da2b9e3],.big p.Para-Circle-Num-Sub[data-v-6da2b9e3],.big p.Para-Table-B-Center[data-v-6da2b9e3],.big .Table--3col-ISO td p[data-v-6da2b9e3]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-6da2b9e3],p.Para-Table-B-Center[data-v-6da2b9e3]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-6da2b9e3],.big p.video_title[data-v-6da2b9e3],.big .resultItem p[data-v-6da2b9e3]{font-size:1.05em}h1[data-v-6da2b9e3]{font-size:1.2em;margin-top:0}h2[data-v-6da2b9e3]{font-size:1.1em}.Heading-3[data-v-6da2b9e3]{font-size:1em}.content .text>ol li[data-v-6da2b9e3]:BEFORE{font-size:26px}.video[data-v-6da2b9e3]{width:95%}}p.Para-Table-L[data-v-6da2b9e3]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-6da2b9e3]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-6da2b9e3]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-6da2b9e3]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-6da2b9e3]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-6da2b9e3]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-6da2b9e3]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-6da2b9e3]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-6da2b9e3]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-6da2b9e3]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-6da2b9e3]:before{content:"";display:block;height:15pt}.Bold[data-v-6da2b9e3],span.Bold[data-v-6da2b9e3]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-6da2b9e3]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-6da2b9e3]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-6da2b9e3]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-6da2b9e3]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-6da2b9e3]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-6da2b9e3]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-6da2b9e3]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-6da2b9e3]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-6da2b9e3]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-6da2b9e3]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-6da2b9e3]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-6da2b9e3],.Para-Table-L-Sub-Auto .icon-1[data-v-6da2b9e3]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-6da2b9e3]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-6da2b9e3]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-6da2b9e3]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-6da2b9e3],.Table--2col td p.Para-basic-L[data-v-6da2b9e3]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-6da2b9e3]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-6da2b9e3]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-6da2b9e3]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-6da2b9e3]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-6da2b9e3]{margin-top:8pt!important}.table-responsive[data-v-6da2b9e3]{width:100%;overflow-x:auto}.table-responsive table[data-v-6da2b9e3]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-6da2b9e3]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-6da2b9e3]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-6da2b9e3]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-6da2b9e3]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-6da2b9e3]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-6da2b9e3]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-6da2b9e3]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-6da2b9e3]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-6da2b9e3]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-6da2b9e3]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-6da2b9e3]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-6da2b9e3]{font-size:12px}#table-15.responsive td[data-v-6da2b9e3]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-6da2b9e3]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-6da2b9e3]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-6da2b9e3]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-6da2b9e3]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-6da2b9e3],.Table--4col-Error th[data-v-6da2b9e3]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-6da2b9e3],.Table--4col-Error tr:first-child th[data-v-6da2b9e3]{border-top:none}.Table--4col-Error tr:last-child td[data-v-6da2b9e3]{border-bottom:none}.Table--4col-Error thead td[data-v-6da2b9e3]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-6da2b9e3]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-6da2b9e3]:nth-child(1),.Table--4col-Error thead td[data-v-6da2b9e3]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-6da2b9e3]:nth-child(2),.Table--4col-Error thead td[data-v-6da2b9e3]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-6da2b9e3]:nth-child(3),.Table--4col-Error thead td[data-v-6da2b9e3]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-6da2b9e3]:nth-child(4),.Table--4col-Error thead td[data-v-6da2b9e3]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-6da2b9e3]:nth-child(1),.Table--4col-Error tbody td[data-v-6da2b9e3]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-6da2b9e3]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-6da2b9e3]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-6da2b9e3]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-6da2b9e3]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-6da2b9e3]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-6da2b9e3]{font-size:14px!important}.Table--4col-Error tbody td[data-v-6da2b9e3]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-6da2b9e3],.Table--4col-Error p.Para-Table-B[data-v-6da2b9e3],.Table--4col-Error p.Para-Table-L-Center[data-v-6da2b9e3]{font-size:12px!important}.Table--4col-Error tbody td[data-v-6da2b9e3]:nth-child(1),.Table--4col-Error thead td[data-v-6da2b9e3]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-6da2b9e3]:nth-child(2),.Table--4col-Error thead td[data-v-6da2b9e3]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-6da2b9e3]:nth-child(3),.Table--4col-Error thead td[data-v-6da2b9e3]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-6da2b9e3]:nth-child(4),.Table--4col-Error thead td[data-v-6da2b9e3]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-6da2b9e3]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-6da2b9e3]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-6da2b9e3]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-6da2b9e3]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-6da2b9e3]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-6da2b9e3]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-6da2b9e3]{line-height:1.25;font-weight:500}.Bold-color[data-v-6da2b9e3]{font-weight:700}.char-style-override-4[data-v-6da2b9e3]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-6da2b9e3]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-6da2b9e3]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-6da2b9e3]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-6da2b9e3]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-6da2b9e3]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-6da2b9e3]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-6da2b9e3]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-6da2b9e3]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-6da2b9e3]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-6da2b9e3]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-6da2b9e3]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-6da2b9e3]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-6da2b9e3]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-6da2b9e3]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-6da2b9e3]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-6da2b9e3],tr:last-child td.cell-style-override-7[data-v-6da2b9e3]{border-bottom:0}table#table-16[data-v-6da2b9e3]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-6da2b9e3],.Table--2col-Air-Sensor[data-v-6da2b9e3],.Table--2col-Voice[data-v-6da2b9e3],.Table--2col-Filter[data-v-6da2b9e3],.Table--troubleshooting[data-v-6da2b9e3],.Table--4col-Error[data-v-6da2b9e3],.Table--Specifications[data-v-6da2b9e3]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-6da2b9e3]:last-child,.Table--2col-Voice tr td[data-v-6da2b9e3]:last-child{width:70%}.Table--2col-Voice tr td[data-v-6da2b9e3]:first-child{width:30%}.Para-Table-L-Center[data-v-6da2b9e3]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-6da2b9e3]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-6da2b9e3]{display:block!important}.Table--2col-Information td[data-v-6da2b9e3]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-6da2b9e3]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-6da2b9e3]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-6da2b9e3]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-6da2b9e3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-6da2b9e3],.Table--4col-responsive table td[data-v-6da2b9e3]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-6da2b9e3],.Table--2col-Information th[data-v-6da2b9e3]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-6da2b9e3]:nth-child(1),.Table--2col-Information th[data-v-6da2b9e3]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-6da2b9e3]:nth-child(2),.Table--2col-Information th[data-v-6da2b9e3]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-6da2b9e3],.Table--2col-Information th[data-v-6da2b9e3]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-6da2b9e3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-6da2b9e3],.Table--2col-Voice th[data-v-6da2b9e3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-6da2b9e3]:nth-child(1),.Table--2col-Voice th[data-v-6da2b9e3]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-6da2b9e3]:nth-child(2),.Table--2col-Voice th[data-v-6da2b9e3]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-6da2b9e3]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-6da2b9e3],.Table--2col-Voice tr:last-child td[data-v-6da2b9e3]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-6da2b9e3],.Table--2col-Voice thead th[data-v-6da2b9e3]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-6da2b9e3]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-6da2b9e3]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-6da2b9e3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-6da2b9e3],.Table--2col-Information th[data-v-6da2b9e3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-6da2b9e3]:nth-child(1),.Table--2col-Information th[data-v-6da2b9e3]:nth-child(1){width:30%}.Table--2col-Information td[data-v-6da2b9e3]:nth-child(2),.Table--2col-Information th[data-v-6da2b9e3]:nth-child(2){width:70%}.Table--2col-Information td[data-v-6da2b9e3]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-6da2b9e3]{border-bottom:none}.Table--2col-Air-Sensor[data-v-6da2b9e3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-6da2b9e3],.Table--2col-Air-Sensor th[data-v-6da2b9e3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-6da2b9e3]:nth-child(1),.Table--2col-Air-Sensor th[data-v-6da2b9e3]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-6da2b9e3]:nth-child(2),.Table--2col-Air-Sensor th[data-v-6da2b9e3]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-6da2b9e3]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-6da2b9e3]{border-bottom:none}.Table--2col-Filter[data-v-6da2b9e3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-6da2b9e3],.Table--2col-Filter th[data-v-6da2b9e3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-6da2b9e3]:nth-child(1),.Table--2col-Filter th[data-v-6da2b9e3]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-6da2b9e3]:nth-child(2),.Table--2col-Filter th[data-v-6da2b9e3]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-6da2b9e3]:nth-child(3),.Table--2col-Filter th[data-v-6da2b9e3]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-6da2b9e3]:nth-child(4),.Table--2col-Filter th[data-v-6da2b9e3]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-6da2b9e3]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-6da2b9e3],.Table--2col-Filter tr:last-child td[data-v-6da2b9e3]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-6da2b9e3],.Table--2col-Filter thead th[data-v-6da2b9e3]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-6da2b9e3]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-6da2b9e3]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-6da2b9e3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-6da2b9e3],.Table--Specifications th[data-v-6da2b9e3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-6da2b9e3]:first-child,.Table--Specifications th[data-v-6da2b9e3]:first-child{width:16%}.Table--Specifications td[data-v-6da2b9e3]:nth-child(2),.Table--Specifications th[data-v-6da2b9e3]:nth-child(2){width:42%}.Table--Specifications td[data-v-6da2b9e3]:nth-child(3),.Table--Specifications th[data-v-6da2b9e3]:nth-child(3){width:42%}.Table--Specifications td[data-v-6da2b9e3]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-6da2b9e3],.Table--Specifications tr:last-child td[data-v-6da2b9e3]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-6da2b9e3],.Table--Specifications thead th[data-v-6da2b9e3]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-6da2b9e3]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-6da2b9e3]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-6da2b9e3],td.cell-style-override-20[data-v-6da2b9e3]{padding:10px}td.x3col-Mid-text[data-v-6da2b9e3],td.cell-style-override-22[data-v-6da2b9e3],td.cell-style-override-20[data-v-6da2b9e3]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-6da2b9e3]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-6da2b9e3]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-6da2b9e3]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-6da2b9e3]{margin-top:-350px}}#content-div[data-v-6da2b9e3]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-6da2b9e3]{min-height:100vh}}body[data-v-f87209ec]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-f87209ec]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-f87209ec]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-f87209ec]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-f87209ec]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-f87209ec]{width:83%!important}.content #naviText span[data-v-f87209ec]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-f87209ec]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-f87209ec]{width:100%!important}.content #mainCar[data-v-f87209ec]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-f87209ec]{width:100%}#mainCarPhone[data-v-f87209ec]{display:none}.content #buttonMenu_v2[data-v-f87209ec]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-f87209ec]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-f87209ec]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-f87209ec]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-f87209ec]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-f87209ec]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-f87209ec]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-f87209ec]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-f87209ec]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-f87209ec]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-f87209ec]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-f87209ec]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-f87209ec]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-f87209ec]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-f87209ec]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-f87209ec]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-f87209ec]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-f87209ec]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-f87209ec]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-f87209ec]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-f87209ec]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-f87209ec]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-f87209ec]{bottom:11%;width:30%}.content #naviText span[data-v-f87209ec]{font-size:17px}.content #naviText img[data-v-f87209ec]{width:80%!important}.content #carName[data-v-f87209ec]{right:0%;bottom:12%}.content #carName img[data-v-f87209ec]{width:40%!important}.content #buttonMenu_v2>a[data-v-f87209ec]{width:33%}.content #buttonMenu>a[data-v-f87209ec]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-f87209ec]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-f87209ec]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-f87209ec]{display:block}#mainCarPc[data-v-f87209ec]{display:none}.content #buttonMenu_v2[data-v-f87209ec],.content #buttonMenu[data-v-f87209ec]{width:92%}}@media screen and (max-width: 480px){.content[data-v-f87209ec]{padding-top:0}.content #naviText[data-v-f87209ec]{bottom:14%;width:45%}.content #naviText span[data-v-f87209ec]{font-size:11px}.content #naviText img[data-v-f87209ec]{width:88%!important}.content #carName[data-v-f87209ec]{right:5%;bottom:15%}.content #carName img[data-v-f87209ec]{width:120px!important}.content #buttonMenu_v2[data-v-f87209ec]{position:relative}.content #buttonMenu_v2>a>div[data-v-f87209ec]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-f87209ec]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-f87209ec]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-f87209ec]{position:relative}.content #buttonMenu>a>div[data-v-f87209ec]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-f87209ec]{height:120px}.content #buttonMenu>a>div>span[data-v-f87209ec]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-f87209ec]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-f87209ec]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-f87209ec]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-f87209ec]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-f87209ec]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-f87209ec]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-f87209ec]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-f87209ec]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-f87209ec]{margin:0;padding:0}html[data-v-f87209ec]{background-color:#000;width:100%}.keyword[data-v-f87209ec],.highlight[data-v-f87209ec]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-f87209ec]{font-family:upsys_commonregular}.header_main[data-v-f87209ec]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-f87209ec]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-f87209ec]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-f87209ec]>*{float:left}#headerLogo[data-v-f87209ec]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-f87209ec]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-f87209ec]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-f87209ec]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-f87209ec]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-f87209ec]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-f87209ec]{font-size:13px}.languageDiv .active[data-v-f87209ec]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-f87209ec]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-f87209ec]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-f87209ec]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-f87209ec],#languageSelect li[data-v-f87209ec]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-f87209ec],#languageSelect li:hover a[data-v-f87209ec]{color:#000}.footer-manual[data-v-f87209ec]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-f87209ec]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-f87209ec]{line-height:60px}#footerLogo[data-v-f87209ec]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-f87209ec]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-f87209ec]{display:inline-block;width:100%}#copyrightPcSpan[data-v-f87209ec]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-f87209ec]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-f87209ec]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-f87209ec]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-f87209ec]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-f87209ec]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-f87209ec]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-f87209ec]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-f87209ec]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-f87209ec]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-f87209ec]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-f87209ec]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-f87209ec]:focus{outline:none}#searchButton[data-v-f87209ec]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-f87209ec]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-f87209ec]{width:80%}table td.right[data-v-f87209ec]{width:10%;text-align:center}.result[data-v-f87209ec],.resultcount[data-v-f87209ec],.noResult[data-v-f87209ec]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-f87209ec]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-f87209ec]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-f87209ec]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-f87209ec]{color:#e49f81}.cover[data-v-f87209ec]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-f87209ec]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-f87209ec]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-f87209ec]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-f87209ec]{font-size:12px}.languageDivPhone .active[data-v-f87209ec]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-f87209ec]{bottom:30px;left:1px}.fontChangeButton[data-v-f87209ec]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-f87209ec]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-f87209ec]{left:0}.languageDiv div[data-v-f87209ec]{width:120%;left:-45px;top:5px}#languageSelect[data-v-f87209ec]{margin-left:-40px}#banner_img>a[data-v-f87209ec]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-f87209ec]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-f87209ec]{z-index:12}.header_main[data-v-f87209ec]{height:40px;padding-top:0}.header[data-v-f87209ec]{z-index:12}.header[data-v-f87209ec]{height:40px;padding-top:0}#title[data-v-f87209ec]{font-size:16px;width:49%}#headerLogo[data-v-f87209ec]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-f87209ec]{width:20%}.languageDiv div[data-v-f87209ec]{width:90%;left:-15px;top:5px}#languageSelect[data-v-f87209ec]{margin-left:-10px}.languageDiv ul[data-v-f87209ec]{font-size:12px}#menu[data-v-f87209ec]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-f87209ec]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-f87209ec]{width:80%}#rightHeader[data-v-f87209ec]{height:40px}#rightHeader>div[data-v-f87209ec]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-f87209ec]{position:absolute;right:38px;top:0}.searchDiv[data-v-f87209ec]{width:90%}#toc[data-v-f87209ec]{width:100%}.copyright[data-v-f87209ec]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-f87209ec]{display:none}#copyrightPhone[data-v-f87209ec]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-f87209ec]{width:15%!important}#prevBtn[data-v-f87209ec],#nextBtn[data-v-f87209ec]{width:32px;height:32px;background-size:100%}#searchButton[data-v-f87209ec]{margin-left:-1px}table td.left[data-v-f87209ec]{text-align:right}table td.center[data-v-f87209ec]{width:50%}table td.right[data-v-f87209ec]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-f87209ec]{left:0}.languageDiv div[data-v-f87209ec]{width:100%;left:-5px;top:5px}#languageSelect[data-v-f87209ec]{margin-left:20px}.languageDiv ul[data-v-f87209ec]{font-size:10px}.noResult>span[data-v-f87209ec]{width:200px!important;font-size:14px}#title[data-v-f87209ec]{font-size:13px;width:40%}#menu[data-v-f87209ec]{position:absolute}#banner_img>a[data-v-f87209ec]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-f87209ec]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-f87209ec]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-f87209ec]{font-size:14px}}body[data-v-f87209ec]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-f87209ec]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-f87209ec]{margin:auto;max-width:1120px}.subHeaderInner[data-v-f87209ec]>*{float:left}.content p[data-v-f87209ec],.content li[data-v-f87209ec]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-f87209ec]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-f87209ec]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-f87209ec]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-f87209ec]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-f87209ec]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-f87209ec]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-f87209ec]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-f87209ec]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-f87209ec]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-f87209ec]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-f87209ec]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-f87209ec],p.Para-Basic-B-Sub[data-v-f87209ec]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-f87209ec]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-f87209ec]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-f87209ec]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-f87209ec]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-f87209ec]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-f87209ec],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-f87209ec],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-f87209ec]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-f87209ec],p+ul li.Para-Basic-B-Sub[data-v-f87209ec]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-f87209ec],ul~p.Para-basic-L-bullet-Sub[data-v-f87209ec],ul~p.Para-Basic-B-Sub[data-v-f87209ec]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-f87209ec],ol~p.Para-basic-L-bullet-Sub[data-v-f87209ec],ol~p.Para-Basic-B-Sub[data-v-f87209ec]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-f87209ec],ol+*+p.Para-basic-L-bullet-Sub[data-v-f87209ec],ol+*+p.Para-Basic-B-Sub[data-v-f87209ec]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-f87209ec],a .Para-Basic-B-Sub[data-v-f87209ec]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-f87209ec]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-f87209ec]{margin-left:45px}.content p[data-v-f87209ec],li[data-v-f87209ec]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-f87209ec],p.Para-Basic-B[data-v-f87209ec],p.Para-Basic-B-Center[data-v-f87209ec]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-f87209ec]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-f87209ec],p.Para-Basic-B-Center[data-v-f87209ec]{text-align:center}p.Para-Table-L-center[data-v-f87209ec],p.Para-Table-B-Center[data-v-f87209ec]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-f87209ec],table p.Para-Basic-B[data-v-f87209ec],table p.Para-Basic-B-Center[data-v-f87209ec]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-f87209ec]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-f87209ec]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-f87209ec]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-f87209ec]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-f87209ec]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-f87209ec],.content .text>ul[data-v-f87209ec],.content .text table ol[data-v-f87209ec],.content .text table ul[data-v-f87209ec]{padding-left:20px}.content .text>ol[data-v-f87209ec]{padding-left:0}p.Para-Illust-L[data-v-f87209ec]{text-align:center}p.Para-Illust-L img[data-v-f87209ec]{display:inline-block}p.Placeholder-sub[data-v-f87209ec],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-f87209ec],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-f87209ec],.content .text>ol~.figure[data-v-f87209ec],p.Placeholder-sub-S[data-v-f87209ec],.Para-screen-sub-S[data-v-f87209ec],.Para-screen-sub-M[data-v-f87209ec],.Para-screen-sub-L[data-v-f87209ec]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-f87209ec],p.Placeholder-sub-M img[data-v-f87209ec],p.Placeholder-sub img[data-v-f87209ec]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-f87209ec]{margin-left:45px}.Table-pic-Left-sub img[data-v-f87209ec]{margin-top:5px;margin-bottom:10px}div.figure[data-v-f87209ec]{display:inline-block}p.Para-img-description[data-v-f87209ec]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-f87209ec]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-f87209ec]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-f87209ec]{margin-bottom:25px}.text img[data-v-f87209ec]{max-width:100%;display:block}.Table-Pic-center[data-v-f87209ec]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-f87209ec]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-f87209ec]{margin:0}p.Para-Box-Num[data-v-f87209ec]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-f87209ec]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-f87209ec]:AFTER{content:". "}span.inline-img img[data-v-f87209ec]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-f87209ec]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-f87209ec]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-f87209ec]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-f87209ec]{margin-left:6.5%;display:block!important}.discUl li[data-v-f87209ec]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-f87209ec],.Symbol-R[data-v-f87209ec],.Note-R-Pic[data-v-f87209ec]{display:block;width:100%}.Symbol-L[data-v-f87209ec]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-f87209ec]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-f87209ec],.Symbol-R li[data-v-f87209ec],.Symbol-R p[data-v-f87209ec]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-f87209ec]{font-size:16px}table.Table-Symbol td ul[data-v-f87209ec]{padding-left:20px}table.Table-Symbol[data-v-f87209ec]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-f87209ec]{color:#bc162c}.Symbol-Black[data-v-f87209ec],.Symbol-Black-Table[data-v-f87209ec]{font-family:upsys_commonregular}.Symbol-Green[data-v-f87209ec]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-f87209ec]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-f87209ec]{width:auto!important}.video_container[data-v-f87209ec]{margin-top:40px;float:right}.video[data-v-f87209ec]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-f87209ec]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-f87209ec]{width:100%}.Table--3col[data-v-f87209ec],.Basic-Table[data-v-f87209ec],.Table--2col[data-v-f87209ec],.Table-Landmark[data-v-f87209ec],.Table--4col[data-v-f87209ec],.Table-2row-merge[data-v-f87209ec],.Table--troubleshooting[data-v-f87209ec],.Table-specification[data-v-f87209ec],.Table-service-center[data-v-f87209ec],.Table-5col[data-v-f87209ec],.responsive[data-v-f87209ec],.Table--3col-Locations[data-v-f87209ec]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-f87209ec]:FIRST-CHILD,.Basic-Table tr[data-v-f87209ec]:FIRST-CHILD,.Table--2col tr[data-v-f87209ec]:FIRST-CHILD,.Table-Landmark tr[data-v-f87209ec]:FIRST-CHILD,.Table--4col tr[data-v-f87209ec]:FIRST-CHILD,.Table-2row-merge tr[data-v-f87209ec]:FIRST-CHILD,.Table--troubleshooting tr[data-v-f87209ec]:FIRST-CHILD,.Table-service-center tr[data-v-f87209ec]:FIRST-CHILD,.responsive tr[data-v-f87209ec]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-f87209ec]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-f87209ec],.Basic-Table td[data-v-f87209ec],.Table--2col td[data-v-f87209ec],.Table-Landmark td[data-v-f87209ec],.Table--4col td[data-v-f87209ec],.Table-2row-merge td[data-v-f87209ec],.Table--troubleshooting td[data-v-f87209ec],.Table-specification td[data-v-f87209ec],.Table-service-center td[data-v-f87209ec],.responsive td[data-v-f87209ec]{padding:10px}.Table--troubleshooting td[data-v-f87209ec]{border-right:none}.Table--troubleshooting[data-v-f87209ec]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-f87209ec],.Table-Landmark .Para-Pic-Center img[data-v-f87209ec]{width:30px}.Table-5col[data-v-f87209ec]{border:none}.Table-5col tr[data-v-f87209ec]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-f87209ec]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-f87209ec]{width:15%}.Table--3col td.x3col-L[data-v-f87209ec],.x3col-L td.x3col-M[data-v-f87209ec]{width:10%}td.x3col-Mid-Text[data-v-f87209ec]{text-align:center}td.x3col-R-Pic[data-v-f87209ec]{text-align:right}.responsive td p[data-v-f87209ec]{text-align:center}table.Table--3col-Locations[data-v-f87209ec]{border-collapse:collapse}.Table--3col-Locations td[data-v-f87209ec]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-f87209ec]{padding:10px}.Para-Pic-Center img[data-v-f87209ec]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-f87209ec]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-f87209ec]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-f87209ec]{width:50%}.Table-specification .x3col-L-Grey[data-v-f87209ec]{width:20%}.Table-specification .Spec-Mid-text[data-v-f87209ec]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-f87209ec]{width:50%}.Table--3col .x3col-L-Grey[data-v-f87209ec]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-f87209ec],.Table--4col .x3col-Mid-Grey[data-v-f87209ec],.Table--4col .x3col-R-Grey[data-v-f87209ec]{width:30%}.navi td.x3col-Mid-Grey[data-v-f87209ec]{width:15%}.Table--3col .x3col-R-Grey[data-v-f87209ec]{width:50%}.Table--2col .x3col-L-Grey[data-v-f87209ec],.Table--2col td[data-v-f87209ec]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-f87209ec]{width:70%}.Table--2col-Disc[data-v-f87209ec]{border-collapse:collapse}.Table--2col-Disc td[data-v-f87209ec]{border:1px solid grey;padding:10px}.Table-PL td[data-v-f87209ec]:FIRST-CHILD{width:25%}.resultcount p[data-v-f87209ec]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-f87209ec]{font-family:SK_namuhx-Bold}.noResult>span[data-v-f87209ec]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-f87209ec]{color:#f0dfdf;display:block}.result_list[data-v-f87209ec]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-f87209ec]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-f87209ec]{font-family:SK_namuhx-Regular}.resulttext p[data-v-f87209ec]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-f87209ec]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-f87209ec]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-f87209ec],.Cross-Reference[data-v-f87209ec]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-f87209ec]:hover{text-decoration:underline}.fontChangeDiv[data-v-f87209ec]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-f87209ec]{top:55px}#backButton[data-v-f87209ec]{background-size:16px}.chapterTitle[data-v-f87209ec]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-f87209ec],h2[data-v-f87209ec]{font-size:1.3em}#contentAccordion[data-v-f87209ec]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-f87209ec]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-f87209ec]{line-height:21px}.video[data-v-f87209ec]{width:46%}}@media screen and (max-width: 640px){h2[data-v-f87209ec]{margin-top:40px}.subHeader[data-v-f87209ec]{top:40px}.fontChangeDiv[data-v-f87209ec]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-f87209ec]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-f87209ec]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-f87209ec]{margin-left:7.3%}table td[data-v-f87209ec]{font-size:14px;padding:5px!important}table td p[data-v-f87209ec],table td p.Para-Basic-B-Center[data-v-f87209ec],table td p.Para-Basic-B[data-v-f87209ec]{font-size:14px}table td p.Para-Small-L[data-v-f87209ec]{font-size:12px;word-break:break-word}.Table--3col td[data-v-f87209ec],.Basic-Table td[data-v-f87209ec],.Table--2col td[data-v-f87209ec],.Table-Landmark td[data-v-f87209ec],.Table--4col td[data-v-f87209ec],.Table-2row-merge td[data-v-f87209ec],.Table--troubleshooting td[data-v-f87209ec],.Table-specification td[data-v-f87209ec],.Table-service-center td[data-v-f87209ec]{border-right:none}.responsive[data-v-f87209ec],.responsive tr[data-v-f87209ec],.responsive tbody[data-v-f87209ec]{width:100%}.Table--4col-responsive td[data-v-f87209ec]{min-width:200px!important;height:auto}.responsive td p[data-v-f87209ec]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-f87209ec],.Table-Symbol td li[data-v-f87209ec]{font-size:16px}p.Placeholder-sub[data-v-f87209ec],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-f87209ec],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-f87209ec],.content .text>ol~.figure[data-v-f87209ec],.content .text>ol+ul[data-v-f87209ec],.Para-screen-sub-L[data-v-f87209ec]{margin-left:0}.resultcount p[data-v-f87209ec]{font-size:16px}.Table-specification td p[data-v-f87209ec],.Table--3col-Locations td li[data-v-f87209ec],p.Para-basic-L-Sub[data-v-f87209ec],p.Para-basic-L-Sub-Auto[data-v-f87209ec],p.Para-basic-L-center[data-v-f87209ec],li.Para-basic-L-bullet[data-v-f87209ec],p.Para-basic-L[data-v-f87209ec],li.Para-basic-L-hyp-Sub[data-v-f87209ec],li.Para-basic-L-hyp-2Sub[data-v-f87209ec],li[class^=Para-Num][data-v-f87209ec],p.Para-Box-Num[data-v-f87209ec],p.Para-Basic-B-Sub[data-v-f87209ec],td p.Para-basic-L[data-v-f87209ec],td li.Para-basic-L-bullet[data-v-f87209ec],p.Para-Basic-B[data-v-f87209ec],p.Para-Circle-Num-Sub[data-v-f87209ec],.Symbol-L p.Para-basic-L-Sub[data-v-f87209ec],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-f87209ec]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-f87209ec],.Table--3col-Locations td li[data-v-f87209ec],p.Para-Table-L-Sub[data-v-f87209ec],p.Para-Table-L-Sub-Auto[data-v-f87209ec],p.Para-Table-L-center[data-v-f87209ec],p.Para-Table-L[data-v-f87209ec],li.Para-Table-L-hyp-Sub[data-v-f87209ec],li.Para-Table-L-hyp-2Sub[data-v-f87209ec],p.Para-Table-B-Sub[data-v-f87209ec],td p.Para-Table-L[data-v-f87209ec],p.Para-Table-B[data-v-f87209ec],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-f87209ec]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-f87209ec]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-f87209ec],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-f87209ec]{font-size:14px}.big .Table-specification td p[data-v-f87209ec],.big .Table--3col-Locations td li[data-v-f87209ec],.big p.Para-basic-L-Sub[data-v-f87209ec],.big p.Para-basic-L-Sub-Auto[data-v-f87209ec],.big p.Para-basic-L-center[data-v-f87209ec],.big li.Para-basic-L-bullet[data-v-f87209ec],.big p.Para-basic-L[data-v-f87209ec],.big li.Para-basic-L-hyp-Sub[data-v-f87209ec],.big li.Para-basic-L-hyp-2Sub[data-v-f87209ec],.big li[class^=Para-Num][data-v-f87209ec],.big p.Para-Box-Num[data-v-f87209ec],.big p.Para-Basic-B-Sub[data-v-f87209ec],.big td p.Para-basic-L[data-v-f87209ec],.big td li.Para-basic-L-bullet[data-v-f87209ec],.big p.Para-Basic-B[data-v-f87209ec],.big p.Para-Circle-Num-Sub[data-v-f87209ec]{font-size:16px}.big .Table-specification td p[data-v-f87209ec],.big .Table--3col-Locations td li[data-v-f87209ec],.big p.Para-Table-L-Sub[data-v-f87209ec],.big p.Para-Table-L-Sub-Auto[data-v-f87209ec],.big p.Para-Table-L-center[data-v-f87209ec],.big p.Para-Table-L[data-v-f87209ec],.big li.Para-Table-L-hyp-Sub[data-v-f87209ec],.big li.Para-Table-L-hyp-2Sub[data-v-f87209ec],.big li[class^=Para-Num][data-v-f87209ec],.big p.Para-Box-Num[data-v-f87209ec],.big p.Para-Table-B-Sub[data-v-f87209ec],.big td p.Para-Table-L[data-v-f87209ec],.big p.Para-Table-B[data-v-f87209ec],.big p.Para-Circle-Num-Sub[data-v-f87209ec],.big p.Para-Table-B-Center[data-v-f87209ec],.big .Table--3col-ISO td p[data-v-f87209ec]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-f87209ec],p.Para-Table-B-Center[data-v-f87209ec]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-f87209ec],.big p.video_title[data-v-f87209ec],.big .resultItem p[data-v-f87209ec]{font-size:1.05em}h1[data-v-f87209ec]{font-size:1.2em;margin-top:0}h2[data-v-f87209ec]{font-size:1.1em}.Heading-3[data-v-f87209ec]{font-size:1em}.content .text>ol li[data-v-f87209ec]:BEFORE{font-size:26px}.video[data-v-f87209ec]{width:95%}}p.Para-Table-L[data-v-f87209ec]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-f87209ec]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-f87209ec]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-f87209ec]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-f87209ec]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-f87209ec]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-f87209ec]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-f87209ec]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-f87209ec]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-f87209ec]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-f87209ec]:before{content:"";display:block;height:15pt}.Bold[data-v-f87209ec],span.Bold[data-v-f87209ec]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-f87209ec]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-f87209ec]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-f87209ec]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-f87209ec]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-f87209ec]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-f87209ec]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-f87209ec]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-f87209ec]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-f87209ec]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-f87209ec]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-f87209ec]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-f87209ec],.Para-Table-L-Sub-Auto .icon-1[data-v-f87209ec]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-f87209ec]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-f87209ec]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-f87209ec]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-f87209ec],.Table--2col td p.Para-basic-L[data-v-f87209ec]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-f87209ec]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-f87209ec]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-f87209ec]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-f87209ec]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-f87209ec]{margin-top:8pt!important}.table-responsive[data-v-f87209ec]{width:100%;overflow-x:auto}.table-responsive table[data-v-f87209ec]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-f87209ec]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-f87209ec]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-f87209ec]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-f87209ec]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-f87209ec]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-f87209ec]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-f87209ec]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-f87209ec]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-f87209ec]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-f87209ec]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-f87209ec]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-f87209ec]{font-size:12px}#table-15.responsive td[data-v-f87209ec]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-f87209ec]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-f87209ec]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-f87209ec]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-f87209ec]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-f87209ec],.Table--4col-Error th[data-v-f87209ec]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-f87209ec],.Table--4col-Error tr:first-child th[data-v-f87209ec]{border-top:none}.Table--4col-Error tr:last-child td[data-v-f87209ec]{border-bottom:none}.Table--4col-Error thead td[data-v-f87209ec]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-f87209ec]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-f87209ec]:nth-child(1),.Table--4col-Error thead td[data-v-f87209ec]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-f87209ec]:nth-child(2),.Table--4col-Error thead td[data-v-f87209ec]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-f87209ec]:nth-child(3),.Table--4col-Error thead td[data-v-f87209ec]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-f87209ec]:nth-child(4),.Table--4col-Error thead td[data-v-f87209ec]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-f87209ec]:nth-child(1),.Table--4col-Error tbody td[data-v-f87209ec]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-f87209ec]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-f87209ec]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-f87209ec]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-f87209ec]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-f87209ec]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-f87209ec]{font-size:14px!important}.Table--4col-Error tbody td[data-v-f87209ec]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-f87209ec],.Table--4col-Error p.Para-Table-B[data-v-f87209ec],.Table--4col-Error p.Para-Table-L-Center[data-v-f87209ec]{font-size:12px!important}.Table--4col-Error tbody td[data-v-f87209ec]:nth-child(1),.Table--4col-Error thead td[data-v-f87209ec]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-f87209ec]:nth-child(2),.Table--4col-Error thead td[data-v-f87209ec]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-f87209ec]:nth-child(3),.Table--4col-Error thead td[data-v-f87209ec]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-f87209ec]:nth-child(4),.Table--4col-Error thead td[data-v-f87209ec]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-f87209ec]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-f87209ec]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-f87209ec]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-f87209ec]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-f87209ec]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-f87209ec]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-f87209ec]{line-height:1.25;font-weight:500}.Bold-color[data-v-f87209ec]{font-weight:700}.char-style-override-4[data-v-f87209ec]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-f87209ec]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-f87209ec]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-f87209ec]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-f87209ec]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-f87209ec]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-f87209ec]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-f87209ec]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-f87209ec]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-f87209ec]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-f87209ec]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-f87209ec]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-f87209ec]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-f87209ec]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-f87209ec]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-f87209ec]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-f87209ec],tr:last-child td.cell-style-override-7[data-v-f87209ec]{border-bottom:0}table#table-16[data-v-f87209ec]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-f87209ec],.Table--2col-Air-Sensor[data-v-f87209ec],.Table--2col-Voice[data-v-f87209ec],.Table--2col-Filter[data-v-f87209ec],.Table--troubleshooting[data-v-f87209ec],.Table--4col-Error[data-v-f87209ec],.Table--Specifications[data-v-f87209ec]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-f87209ec]:last-child,.Table--2col-Voice tr td[data-v-f87209ec]:last-child{width:70%}.Table--2col-Voice tr td[data-v-f87209ec]:first-child{width:30%}.Para-Table-L-Center[data-v-f87209ec]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-f87209ec]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-f87209ec]{display:block!important}.Table--2col-Information td[data-v-f87209ec]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-f87209ec]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-f87209ec]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-f87209ec]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-f87209ec]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-f87209ec],.Table--4col-responsive table td[data-v-f87209ec]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-f87209ec],.Table--2col-Information th[data-v-f87209ec]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-f87209ec]:nth-child(1),.Table--2col-Information th[data-v-f87209ec]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-f87209ec]:nth-child(2),.Table--2col-Information th[data-v-f87209ec]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-f87209ec],.Table--2col-Information th[data-v-f87209ec]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-f87209ec]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-f87209ec],.Table--2col-Voice th[data-v-f87209ec]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-f87209ec]:nth-child(1),.Table--2col-Voice th[data-v-f87209ec]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-f87209ec]:nth-child(2),.Table--2col-Voice th[data-v-f87209ec]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-f87209ec]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-f87209ec],.Table--2col-Voice tr:last-child td[data-v-f87209ec]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-f87209ec],.Table--2col-Voice thead th[data-v-f87209ec]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-f87209ec]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-f87209ec]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-f87209ec]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-f87209ec],.Table--2col-Information th[data-v-f87209ec]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-f87209ec]:nth-child(1),.Table--2col-Information th[data-v-f87209ec]:nth-child(1){width:30%}.Table--2col-Information td[data-v-f87209ec]:nth-child(2),.Table--2col-Information th[data-v-f87209ec]:nth-child(2){width:70%}.Table--2col-Information td[data-v-f87209ec]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-f87209ec]{border-bottom:none}.Table--2col-Air-Sensor[data-v-f87209ec]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-f87209ec],.Table--2col-Air-Sensor th[data-v-f87209ec]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-f87209ec]:nth-child(1),.Table--2col-Air-Sensor th[data-v-f87209ec]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-f87209ec]:nth-child(2),.Table--2col-Air-Sensor th[data-v-f87209ec]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-f87209ec]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-f87209ec]{border-bottom:none}.Table--2col-Filter[data-v-f87209ec]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-f87209ec],.Table--2col-Filter th[data-v-f87209ec]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-f87209ec]:nth-child(1),.Table--2col-Filter th[data-v-f87209ec]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-f87209ec]:nth-child(2),.Table--2col-Filter th[data-v-f87209ec]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-f87209ec]:nth-child(3),.Table--2col-Filter th[data-v-f87209ec]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-f87209ec]:nth-child(4),.Table--2col-Filter th[data-v-f87209ec]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-f87209ec]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-f87209ec],.Table--2col-Filter tr:last-child td[data-v-f87209ec]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-f87209ec],.Table--2col-Filter thead th[data-v-f87209ec]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-f87209ec]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-f87209ec]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-f87209ec]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-f87209ec],.Table--Specifications th[data-v-f87209ec]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-f87209ec]:first-child,.Table--Specifications th[data-v-f87209ec]:first-child{width:16%}.Table--Specifications td[data-v-f87209ec]:nth-child(2),.Table--Specifications th[data-v-f87209ec]:nth-child(2){width:42%}.Table--Specifications td[data-v-f87209ec]:nth-child(3),.Table--Specifications th[data-v-f87209ec]:nth-child(3){width:42%}.Table--Specifications td[data-v-f87209ec]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-f87209ec],.Table--Specifications tr:last-child td[data-v-f87209ec]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-f87209ec],.Table--Specifications thead th[data-v-f87209ec]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-f87209ec]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-f87209ec]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-f87209ec],td.cell-style-override-20[data-v-f87209ec]{padding:10px}td.x3col-Mid-text[data-v-f87209ec],td.cell-style-override-22[data-v-f87209ec],td.cell-style-override-20[data-v-f87209ec]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-f87209ec]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-f87209ec]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-f87209ec]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-f87209ec]{margin-top:-350px}}#content-div[data-v-f87209ec]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-f87209ec]{min-height:100vh}}body[data-v-3a5d9a67]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-3a5d9a67]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-3a5d9a67]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-3a5d9a67]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-3a5d9a67]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-3a5d9a67]{width:83%!important}.content #naviText span[data-v-3a5d9a67]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-3a5d9a67]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-3a5d9a67]{width:100%!important}.content #mainCar[data-v-3a5d9a67]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-3a5d9a67]{width:100%}#mainCarPhone[data-v-3a5d9a67]{display:none}.content #buttonMenu_v2[data-v-3a5d9a67]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-3a5d9a67]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-3a5d9a67]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-3a5d9a67]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-3a5d9a67]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-3a5d9a67]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-3a5d9a67]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-3a5d9a67]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-3a5d9a67]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-3a5d9a67]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-3a5d9a67]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-3a5d9a67]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-3a5d9a67]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-3a5d9a67]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-3a5d9a67]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-3a5d9a67]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-3a5d9a67]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-3a5d9a67]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-3a5d9a67]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-3a5d9a67]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-3a5d9a67]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-3a5d9a67]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-3a5d9a67]{bottom:11%;width:30%}.content #naviText span[data-v-3a5d9a67]{font-size:17px}.content #naviText img[data-v-3a5d9a67]{width:80%!important}.content #carName[data-v-3a5d9a67]{right:0%;bottom:12%}.content #carName img[data-v-3a5d9a67]{width:40%!important}.content #buttonMenu_v2>a[data-v-3a5d9a67]{width:33%}.content #buttonMenu>a[data-v-3a5d9a67]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-3a5d9a67]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-3a5d9a67]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-3a5d9a67]{display:block}#mainCarPc[data-v-3a5d9a67]{display:none}.content #buttonMenu_v2[data-v-3a5d9a67],.content #buttonMenu[data-v-3a5d9a67]{width:92%}}@media screen and (max-width: 480px){.content[data-v-3a5d9a67]{padding-top:0}.content #naviText[data-v-3a5d9a67]{bottom:14%;width:45%}.content #naviText span[data-v-3a5d9a67]{font-size:11px}.content #naviText img[data-v-3a5d9a67]{width:88%!important}.content #carName[data-v-3a5d9a67]{right:5%;bottom:15%}.content #carName img[data-v-3a5d9a67]{width:120px!important}.content #buttonMenu_v2[data-v-3a5d9a67]{position:relative}.content #buttonMenu_v2>a>div[data-v-3a5d9a67]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-3a5d9a67]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-3a5d9a67]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-3a5d9a67]{position:relative}.content #buttonMenu>a>div[data-v-3a5d9a67]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-3a5d9a67]{height:120px}.content #buttonMenu>a>div>span[data-v-3a5d9a67]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-3a5d9a67]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-3a5d9a67]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-3a5d9a67]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-3a5d9a67]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-3a5d9a67]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-3a5d9a67]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-3a5d9a67]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-3a5d9a67]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-3a5d9a67]{margin:0;padding:0}html[data-v-3a5d9a67]{background-color:#000;width:100%}.keyword[data-v-3a5d9a67],.highlight[data-v-3a5d9a67]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-3a5d9a67]{font-family:upsys_commonregular}.header_main[data-v-3a5d9a67]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-3a5d9a67]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-3a5d9a67]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-3a5d9a67]>*{float:left}#headerLogo[data-v-3a5d9a67]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-3a5d9a67]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-3a5d9a67]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-3a5d9a67]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-3a5d9a67]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-3a5d9a67]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-3a5d9a67]{font-size:13px}.languageDiv .active[data-v-3a5d9a67]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-3a5d9a67]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-3a5d9a67]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-3a5d9a67]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-3a5d9a67],#languageSelect li[data-v-3a5d9a67]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-3a5d9a67],#languageSelect li:hover a[data-v-3a5d9a67]{color:#000}.footer-manual[data-v-3a5d9a67]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-3a5d9a67]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-3a5d9a67]{line-height:60px}#footerLogo[data-v-3a5d9a67]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-3a5d9a67]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-3a5d9a67]{display:inline-block;width:100%}#copyrightPcSpan[data-v-3a5d9a67]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-3a5d9a67]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-3a5d9a67]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-3a5d9a67]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-3a5d9a67]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-3a5d9a67]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-3a5d9a67]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-3a5d9a67]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-3a5d9a67]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-3a5d9a67]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-3a5d9a67]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-3a5d9a67]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-3a5d9a67]:focus{outline:none}#searchButton[data-v-3a5d9a67]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-3a5d9a67]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-3a5d9a67]{width:80%}table td.right[data-v-3a5d9a67]{width:10%;text-align:center}.result[data-v-3a5d9a67],.resultcount[data-v-3a5d9a67],.noResult[data-v-3a5d9a67]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-3a5d9a67]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-3a5d9a67]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-3a5d9a67]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-3a5d9a67]{color:#e49f81}.cover[data-v-3a5d9a67]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-3a5d9a67]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-3a5d9a67]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-3a5d9a67]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-3a5d9a67]{font-size:12px}.languageDivPhone .active[data-v-3a5d9a67]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-3a5d9a67]{bottom:30px;left:1px}.fontChangeButton[data-v-3a5d9a67]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-3a5d9a67]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-3a5d9a67]{left:0}.languageDiv div[data-v-3a5d9a67]{width:120%;left:-45px;top:5px}#languageSelect[data-v-3a5d9a67]{margin-left:-40px}#banner_img>a[data-v-3a5d9a67]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-3a5d9a67]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-3a5d9a67]{z-index:12}.header_main[data-v-3a5d9a67]{height:40px;padding-top:0}.header[data-v-3a5d9a67]{z-index:12}.header[data-v-3a5d9a67]{height:40px;padding-top:0}#title[data-v-3a5d9a67]{font-size:16px;width:49%}#headerLogo[data-v-3a5d9a67]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-3a5d9a67]{width:20%}.languageDiv div[data-v-3a5d9a67]{width:90%;left:-15px;top:5px}#languageSelect[data-v-3a5d9a67]{margin-left:-10px}.languageDiv ul[data-v-3a5d9a67]{font-size:12px}#menu[data-v-3a5d9a67]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-3a5d9a67]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-3a5d9a67]{width:80%}#rightHeader[data-v-3a5d9a67]{height:40px}#rightHeader>div[data-v-3a5d9a67]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-3a5d9a67]{position:absolute;right:38px;top:0}.searchDiv[data-v-3a5d9a67]{width:90%}#toc[data-v-3a5d9a67]{width:100%}.copyright[data-v-3a5d9a67]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-3a5d9a67]{display:none}#copyrightPhone[data-v-3a5d9a67]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-3a5d9a67]{width:15%!important}#prevBtn[data-v-3a5d9a67],#nextBtn[data-v-3a5d9a67]{width:32px;height:32px;background-size:100%}#searchButton[data-v-3a5d9a67]{margin-left:-1px}table td.left[data-v-3a5d9a67]{text-align:right}table td.center[data-v-3a5d9a67]{width:50%}table td.right[data-v-3a5d9a67]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-3a5d9a67]{left:0}.languageDiv div[data-v-3a5d9a67]{width:100%;left:-5px;top:5px}#languageSelect[data-v-3a5d9a67]{margin-left:20px}.languageDiv ul[data-v-3a5d9a67]{font-size:10px}.noResult>span[data-v-3a5d9a67]{width:200px!important;font-size:14px}#title[data-v-3a5d9a67]{font-size:13px;width:40%}#menu[data-v-3a5d9a67]{position:absolute}#banner_img>a[data-v-3a5d9a67]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-3a5d9a67]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-3a5d9a67]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-3a5d9a67]{font-size:14px}}body[data-v-3a5d9a67]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-3a5d9a67]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-3a5d9a67]{margin:auto;max-width:1120px}.subHeaderInner[data-v-3a5d9a67]>*{float:left}.content p[data-v-3a5d9a67],.content li[data-v-3a5d9a67]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-3a5d9a67]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-3a5d9a67]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-3a5d9a67]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-3a5d9a67]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-3a5d9a67]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-3a5d9a67]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-3a5d9a67]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-3a5d9a67]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-3a5d9a67]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-3a5d9a67]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-3a5d9a67]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-3a5d9a67],p.Para-Basic-B-Sub[data-v-3a5d9a67]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-3a5d9a67]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-3a5d9a67]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-3a5d9a67]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-3a5d9a67]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-3a5d9a67]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-3a5d9a67],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-3a5d9a67],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-3a5d9a67]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-3a5d9a67],p+ul li.Para-Basic-B-Sub[data-v-3a5d9a67]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-3a5d9a67],ul~p.Para-basic-L-bullet-Sub[data-v-3a5d9a67],ul~p.Para-Basic-B-Sub[data-v-3a5d9a67]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-3a5d9a67],ol~p.Para-basic-L-bullet-Sub[data-v-3a5d9a67],ol~p.Para-Basic-B-Sub[data-v-3a5d9a67]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-3a5d9a67],ol+*+p.Para-basic-L-bullet-Sub[data-v-3a5d9a67],ol+*+p.Para-Basic-B-Sub[data-v-3a5d9a67]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-3a5d9a67],a .Para-Basic-B-Sub[data-v-3a5d9a67]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-3a5d9a67]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-3a5d9a67]{margin-left:45px}.content p[data-v-3a5d9a67],li[data-v-3a5d9a67]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-3a5d9a67],p.Para-Basic-B[data-v-3a5d9a67],p.Para-Basic-B-Center[data-v-3a5d9a67]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-3a5d9a67]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-3a5d9a67],p.Para-Basic-B-Center[data-v-3a5d9a67]{text-align:center}p.Para-Table-L-center[data-v-3a5d9a67],p.Para-Table-B-Center[data-v-3a5d9a67]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-3a5d9a67],table p.Para-Basic-B[data-v-3a5d9a67],table p.Para-Basic-B-Center[data-v-3a5d9a67]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-3a5d9a67]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-3a5d9a67]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-3a5d9a67]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-3a5d9a67]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-3a5d9a67]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-3a5d9a67],.content .text>ul[data-v-3a5d9a67],.content .text table ol[data-v-3a5d9a67],.content .text table ul[data-v-3a5d9a67]{padding-left:20px}.content .text>ol[data-v-3a5d9a67]{padding-left:0}p.Para-Illust-L[data-v-3a5d9a67]{text-align:center}p.Para-Illust-L img[data-v-3a5d9a67]{display:inline-block}p.Placeholder-sub[data-v-3a5d9a67],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-3a5d9a67],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-3a5d9a67],.content .text>ol~.figure[data-v-3a5d9a67],p.Placeholder-sub-S[data-v-3a5d9a67],.Para-screen-sub-S[data-v-3a5d9a67],.Para-screen-sub-M[data-v-3a5d9a67],.Para-screen-sub-L[data-v-3a5d9a67]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-3a5d9a67],p.Placeholder-sub-M img[data-v-3a5d9a67],p.Placeholder-sub img[data-v-3a5d9a67]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-3a5d9a67]{margin-left:45px}.Table-pic-Left-sub img[data-v-3a5d9a67]{margin-top:5px;margin-bottom:10px}div.figure[data-v-3a5d9a67]{display:inline-block}p.Para-img-description[data-v-3a5d9a67]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-3a5d9a67]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-3a5d9a67]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-3a5d9a67]{margin-bottom:25px}.text img[data-v-3a5d9a67]{max-width:100%;display:block}.Table-Pic-center[data-v-3a5d9a67]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-3a5d9a67]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-3a5d9a67]{margin:0}p.Para-Box-Num[data-v-3a5d9a67]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-3a5d9a67]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-3a5d9a67]:AFTER{content:". "}span.inline-img img[data-v-3a5d9a67]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-3a5d9a67]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-3a5d9a67]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-3a5d9a67]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-3a5d9a67]{margin-left:6.5%;display:block!important}.discUl li[data-v-3a5d9a67]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-3a5d9a67],.Symbol-R[data-v-3a5d9a67],.Note-R-Pic[data-v-3a5d9a67]{display:block;width:100%}.Symbol-L[data-v-3a5d9a67]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-3a5d9a67]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-3a5d9a67],.Symbol-R li[data-v-3a5d9a67],.Symbol-R p[data-v-3a5d9a67]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-3a5d9a67]{font-size:16px}table.Table-Symbol td ul[data-v-3a5d9a67]{padding-left:20px}table.Table-Symbol[data-v-3a5d9a67]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-3a5d9a67]{color:#bc162c}.Symbol-Black[data-v-3a5d9a67],.Symbol-Black-Table[data-v-3a5d9a67]{font-family:upsys_commonregular}.Symbol-Green[data-v-3a5d9a67]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-3a5d9a67]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-3a5d9a67]{width:auto!important}.video_container[data-v-3a5d9a67]{margin-top:40px;float:right}.video[data-v-3a5d9a67]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-3a5d9a67]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-3a5d9a67]{width:100%}.Table--3col[data-v-3a5d9a67],.Basic-Table[data-v-3a5d9a67],.Table--2col[data-v-3a5d9a67],.Table-Landmark[data-v-3a5d9a67],.Table--4col[data-v-3a5d9a67],.Table-2row-merge[data-v-3a5d9a67],.Table--troubleshooting[data-v-3a5d9a67],.Table-specification[data-v-3a5d9a67],.Table-service-center[data-v-3a5d9a67],.Table-5col[data-v-3a5d9a67],.responsive[data-v-3a5d9a67],.Table--3col-Locations[data-v-3a5d9a67]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-3a5d9a67]:FIRST-CHILD,.Basic-Table tr[data-v-3a5d9a67]:FIRST-CHILD,.Table--2col tr[data-v-3a5d9a67]:FIRST-CHILD,.Table-Landmark tr[data-v-3a5d9a67]:FIRST-CHILD,.Table--4col tr[data-v-3a5d9a67]:FIRST-CHILD,.Table-2row-merge tr[data-v-3a5d9a67]:FIRST-CHILD,.Table--troubleshooting tr[data-v-3a5d9a67]:FIRST-CHILD,.Table-service-center tr[data-v-3a5d9a67]:FIRST-CHILD,.responsive tr[data-v-3a5d9a67]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-3a5d9a67]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-3a5d9a67],.Basic-Table td[data-v-3a5d9a67],.Table--2col td[data-v-3a5d9a67],.Table-Landmark td[data-v-3a5d9a67],.Table--4col td[data-v-3a5d9a67],.Table-2row-merge td[data-v-3a5d9a67],.Table--troubleshooting td[data-v-3a5d9a67],.Table-specification td[data-v-3a5d9a67],.Table-service-center td[data-v-3a5d9a67],.responsive td[data-v-3a5d9a67]{padding:10px}.Table--troubleshooting td[data-v-3a5d9a67]{border-right:none}.Table--troubleshooting[data-v-3a5d9a67]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-3a5d9a67],.Table-Landmark .Para-Pic-Center img[data-v-3a5d9a67]{width:30px}.Table-5col[data-v-3a5d9a67]{border:none}.Table-5col tr[data-v-3a5d9a67]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-3a5d9a67]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-3a5d9a67]{width:15%}.Table--3col td.x3col-L[data-v-3a5d9a67],.x3col-L td.x3col-M[data-v-3a5d9a67]{width:10%}td.x3col-Mid-Text[data-v-3a5d9a67]{text-align:center}td.x3col-R-Pic[data-v-3a5d9a67]{text-align:right}.responsive td p[data-v-3a5d9a67]{text-align:center}table.Table--3col-Locations[data-v-3a5d9a67]{border-collapse:collapse}.Table--3col-Locations td[data-v-3a5d9a67]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-3a5d9a67]{padding:10px}.Para-Pic-Center img[data-v-3a5d9a67]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-3a5d9a67]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-3a5d9a67]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-3a5d9a67]{width:50%}.Table-specification .x3col-L-Grey[data-v-3a5d9a67]{width:20%}.Table-specification .Spec-Mid-text[data-v-3a5d9a67]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-3a5d9a67]{width:50%}.Table--3col .x3col-L-Grey[data-v-3a5d9a67]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-3a5d9a67],.Table--4col .x3col-Mid-Grey[data-v-3a5d9a67],.Table--4col .x3col-R-Grey[data-v-3a5d9a67]{width:30%}.navi td.x3col-Mid-Grey[data-v-3a5d9a67]{width:15%}.Table--3col .x3col-R-Grey[data-v-3a5d9a67]{width:50%}.Table--2col .x3col-L-Grey[data-v-3a5d9a67],.Table--2col td[data-v-3a5d9a67]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-3a5d9a67]{width:70%}.Table--2col-Disc[data-v-3a5d9a67]{border-collapse:collapse}.Table--2col-Disc td[data-v-3a5d9a67]{border:1px solid grey;padding:10px}.Table-PL td[data-v-3a5d9a67]:FIRST-CHILD{width:25%}.resultcount p[data-v-3a5d9a67]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-3a5d9a67]{font-family:SK_namuhx-Bold}.noResult>span[data-v-3a5d9a67]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-3a5d9a67]{color:#f0dfdf;display:block}.result_list[data-v-3a5d9a67]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-3a5d9a67]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-3a5d9a67]{font-family:SK_namuhx-Regular}.resulttext p[data-v-3a5d9a67]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-3a5d9a67]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-3a5d9a67]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-3a5d9a67],.Cross-Reference[data-v-3a5d9a67]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-3a5d9a67]:hover{text-decoration:underline}.fontChangeDiv[data-v-3a5d9a67]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-3a5d9a67]{top:55px}#backButton[data-v-3a5d9a67]{background-size:16px}.chapterTitle[data-v-3a5d9a67]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-3a5d9a67],h2[data-v-3a5d9a67]{font-size:1.3em}#contentAccordion[data-v-3a5d9a67]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-3a5d9a67]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-3a5d9a67]{line-height:21px}.video[data-v-3a5d9a67]{width:46%}}@media screen and (max-width: 640px){h2[data-v-3a5d9a67]{margin-top:40px}.subHeader[data-v-3a5d9a67]{top:40px}.fontChangeDiv[data-v-3a5d9a67]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-3a5d9a67]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-3a5d9a67]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-3a5d9a67]{margin-left:7.3%}table td[data-v-3a5d9a67]{font-size:14px;padding:5px!important}table td p[data-v-3a5d9a67],table td p.Para-Basic-B-Center[data-v-3a5d9a67],table td p.Para-Basic-B[data-v-3a5d9a67]{font-size:14px}table td p.Para-Small-L[data-v-3a5d9a67]{font-size:12px;word-break:break-word}.Table--3col td[data-v-3a5d9a67],.Basic-Table td[data-v-3a5d9a67],.Table--2col td[data-v-3a5d9a67],.Table-Landmark td[data-v-3a5d9a67],.Table--4col td[data-v-3a5d9a67],.Table-2row-merge td[data-v-3a5d9a67],.Table--troubleshooting td[data-v-3a5d9a67],.Table-specification td[data-v-3a5d9a67],.Table-service-center td[data-v-3a5d9a67]{border-right:none}.responsive[data-v-3a5d9a67],.responsive tr[data-v-3a5d9a67],.responsive tbody[data-v-3a5d9a67]{width:100%}.Table--4col-responsive td[data-v-3a5d9a67]{min-width:200px!important;height:auto}.responsive td p[data-v-3a5d9a67]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-3a5d9a67],.Table-Symbol td li[data-v-3a5d9a67]{font-size:16px}p.Placeholder-sub[data-v-3a5d9a67],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-3a5d9a67],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-3a5d9a67],.content .text>ol~.figure[data-v-3a5d9a67],.content .text>ol+ul[data-v-3a5d9a67],.Para-screen-sub-L[data-v-3a5d9a67]{margin-left:0}.resultcount p[data-v-3a5d9a67]{font-size:16px}.Table-specification td p[data-v-3a5d9a67],.Table--3col-Locations td li[data-v-3a5d9a67],p.Para-basic-L-Sub[data-v-3a5d9a67],p.Para-basic-L-Sub-Auto[data-v-3a5d9a67],p.Para-basic-L-center[data-v-3a5d9a67],li.Para-basic-L-bullet[data-v-3a5d9a67],p.Para-basic-L[data-v-3a5d9a67],li.Para-basic-L-hyp-Sub[data-v-3a5d9a67],li.Para-basic-L-hyp-2Sub[data-v-3a5d9a67],li[class^=Para-Num][data-v-3a5d9a67],p.Para-Box-Num[data-v-3a5d9a67],p.Para-Basic-B-Sub[data-v-3a5d9a67],td p.Para-basic-L[data-v-3a5d9a67],td li.Para-basic-L-bullet[data-v-3a5d9a67],p.Para-Basic-B[data-v-3a5d9a67],p.Para-Circle-Num-Sub[data-v-3a5d9a67],.Symbol-L p.Para-basic-L-Sub[data-v-3a5d9a67],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-3a5d9a67]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-3a5d9a67],.Table--3col-Locations td li[data-v-3a5d9a67],p.Para-Table-L-Sub[data-v-3a5d9a67],p.Para-Table-L-Sub-Auto[data-v-3a5d9a67],p.Para-Table-L-center[data-v-3a5d9a67],p.Para-Table-L[data-v-3a5d9a67],li.Para-Table-L-hyp-Sub[data-v-3a5d9a67],li.Para-Table-L-hyp-2Sub[data-v-3a5d9a67],p.Para-Table-B-Sub[data-v-3a5d9a67],td p.Para-Table-L[data-v-3a5d9a67],p.Para-Table-B[data-v-3a5d9a67],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-3a5d9a67]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-3a5d9a67]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-3a5d9a67],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-3a5d9a67]{font-size:14px}.big .Table-specification td p[data-v-3a5d9a67],.big .Table--3col-Locations td li[data-v-3a5d9a67],.big p.Para-basic-L-Sub[data-v-3a5d9a67],.big p.Para-basic-L-Sub-Auto[data-v-3a5d9a67],.big p.Para-basic-L-center[data-v-3a5d9a67],.big li.Para-basic-L-bullet[data-v-3a5d9a67],.big p.Para-basic-L[data-v-3a5d9a67],.big li.Para-basic-L-hyp-Sub[data-v-3a5d9a67],.big li.Para-basic-L-hyp-2Sub[data-v-3a5d9a67],.big li[class^=Para-Num][data-v-3a5d9a67],.big p.Para-Box-Num[data-v-3a5d9a67],.big p.Para-Basic-B-Sub[data-v-3a5d9a67],.big td p.Para-basic-L[data-v-3a5d9a67],.big td li.Para-basic-L-bullet[data-v-3a5d9a67],.big p.Para-Basic-B[data-v-3a5d9a67],.big p.Para-Circle-Num-Sub[data-v-3a5d9a67]{font-size:16px}.big .Table-specification td p[data-v-3a5d9a67],.big .Table--3col-Locations td li[data-v-3a5d9a67],.big p.Para-Table-L-Sub[data-v-3a5d9a67],.big p.Para-Table-L-Sub-Auto[data-v-3a5d9a67],.big p.Para-Table-L-center[data-v-3a5d9a67],.big p.Para-Table-L[data-v-3a5d9a67],.big li.Para-Table-L-hyp-Sub[data-v-3a5d9a67],.big li.Para-Table-L-hyp-2Sub[data-v-3a5d9a67],.big li[class^=Para-Num][data-v-3a5d9a67],.big p.Para-Box-Num[data-v-3a5d9a67],.big p.Para-Table-B-Sub[data-v-3a5d9a67],.big td p.Para-Table-L[data-v-3a5d9a67],.big p.Para-Table-B[data-v-3a5d9a67],.big p.Para-Circle-Num-Sub[data-v-3a5d9a67],.big p.Para-Table-B-Center[data-v-3a5d9a67],.big .Table--3col-ISO td p[data-v-3a5d9a67]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-3a5d9a67],p.Para-Table-B-Center[data-v-3a5d9a67]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-3a5d9a67],.big p.video_title[data-v-3a5d9a67],.big .resultItem p[data-v-3a5d9a67]{font-size:1.05em}h1[data-v-3a5d9a67]{font-size:1.2em;margin-top:0}h2[data-v-3a5d9a67]{font-size:1.1em}.Heading-3[data-v-3a5d9a67]{font-size:1em}.content .text>ol li[data-v-3a5d9a67]:BEFORE{font-size:26px}.video[data-v-3a5d9a67]{width:95%}}p.Para-Table-L[data-v-3a5d9a67]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-3a5d9a67]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-3a5d9a67]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-3a5d9a67]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-3a5d9a67]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-3a5d9a67]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-3a5d9a67]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-3a5d9a67]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-3a5d9a67]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-3a5d9a67]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-3a5d9a67]:before{content:"";display:block;height:15pt}.Bold[data-v-3a5d9a67],span.Bold[data-v-3a5d9a67]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-3a5d9a67]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-3a5d9a67]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-3a5d9a67]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-3a5d9a67]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-3a5d9a67]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-3a5d9a67]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-3a5d9a67]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-3a5d9a67]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-3a5d9a67]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-3a5d9a67]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-3a5d9a67]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-3a5d9a67],.Para-Table-L-Sub-Auto .icon-1[data-v-3a5d9a67]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-3a5d9a67]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-3a5d9a67]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-3a5d9a67]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-3a5d9a67],.Table--2col td p.Para-basic-L[data-v-3a5d9a67]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-3a5d9a67]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-3a5d9a67]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-3a5d9a67]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-3a5d9a67]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-3a5d9a67]{margin-top:8pt!important}.table-responsive[data-v-3a5d9a67]{width:100%;overflow-x:auto}.table-responsive table[data-v-3a5d9a67]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-3a5d9a67]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-3a5d9a67]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-3a5d9a67]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-3a5d9a67]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-3a5d9a67]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-3a5d9a67]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-3a5d9a67]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-3a5d9a67]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-3a5d9a67]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-3a5d9a67]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-3a5d9a67]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-3a5d9a67]{font-size:12px}#table-15.responsive td[data-v-3a5d9a67]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-3a5d9a67]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-3a5d9a67]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-3a5d9a67]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-3a5d9a67]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-3a5d9a67],.Table--4col-Error th[data-v-3a5d9a67]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-3a5d9a67],.Table--4col-Error tr:first-child th[data-v-3a5d9a67]{border-top:none}.Table--4col-Error tr:last-child td[data-v-3a5d9a67]{border-bottom:none}.Table--4col-Error thead td[data-v-3a5d9a67]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-3a5d9a67]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-3a5d9a67]:nth-child(1),.Table--4col-Error thead td[data-v-3a5d9a67]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-3a5d9a67]:nth-child(2),.Table--4col-Error thead td[data-v-3a5d9a67]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-3a5d9a67]:nth-child(3),.Table--4col-Error thead td[data-v-3a5d9a67]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-3a5d9a67]:nth-child(4),.Table--4col-Error thead td[data-v-3a5d9a67]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-3a5d9a67]:nth-child(1),.Table--4col-Error tbody td[data-v-3a5d9a67]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-3a5d9a67]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-3a5d9a67]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-3a5d9a67]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-3a5d9a67]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-3a5d9a67]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-3a5d9a67]{font-size:14px!important}.Table--4col-Error tbody td[data-v-3a5d9a67]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-3a5d9a67],.Table--4col-Error p.Para-Table-B[data-v-3a5d9a67],.Table--4col-Error p.Para-Table-L-Center[data-v-3a5d9a67]{font-size:12px!important}.Table--4col-Error tbody td[data-v-3a5d9a67]:nth-child(1),.Table--4col-Error thead td[data-v-3a5d9a67]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-3a5d9a67]:nth-child(2),.Table--4col-Error thead td[data-v-3a5d9a67]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-3a5d9a67]:nth-child(3),.Table--4col-Error thead td[data-v-3a5d9a67]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-3a5d9a67]:nth-child(4),.Table--4col-Error thead td[data-v-3a5d9a67]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-3a5d9a67]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-3a5d9a67]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-3a5d9a67]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-3a5d9a67]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-3a5d9a67]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-3a5d9a67]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-3a5d9a67]{line-height:1.25;font-weight:500}.Bold-color[data-v-3a5d9a67]{font-weight:700}.char-style-override-4[data-v-3a5d9a67]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-3a5d9a67]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-3a5d9a67]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-3a5d9a67]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-3a5d9a67]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-3a5d9a67]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-3a5d9a67]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-3a5d9a67]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-3a5d9a67]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-3a5d9a67]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-3a5d9a67]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-3a5d9a67]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-3a5d9a67]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-3a5d9a67]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-3a5d9a67]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-3a5d9a67]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-3a5d9a67],tr:last-child td.cell-style-override-7[data-v-3a5d9a67]{border-bottom:0}table#table-16[data-v-3a5d9a67]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-3a5d9a67],.Table--2col-Air-Sensor[data-v-3a5d9a67],.Table--2col-Voice[data-v-3a5d9a67],.Table--2col-Filter[data-v-3a5d9a67],.Table--troubleshooting[data-v-3a5d9a67],.Table--4col-Error[data-v-3a5d9a67],.Table--Specifications[data-v-3a5d9a67]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-3a5d9a67]:last-child,.Table--2col-Voice tr td[data-v-3a5d9a67]:last-child{width:70%}.Table--2col-Voice tr td[data-v-3a5d9a67]:first-child{width:30%}.Para-Table-L-Center[data-v-3a5d9a67]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-3a5d9a67]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-3a5d9a67]{display:block!important}.Table--2col-Information td[data-v-3a5d9a67]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-3a5d9a67]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-3a5d9a67]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-3a5d9a67]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-3a5d9a67]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-3a5d9a67],.Table--4col-responsive table td[data-v-3a5d9a67]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-3a5d9a67],.Table--2col-Information th[data-v-3a5d9a67]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-3a5d9a67]:nth-child(1),.Table--2col-Information th[data-v-3a5d9a67]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-3a5d9a67]:nth-child(2),.Table--2col-Information th[data-v-3a5d9a67]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-3a5d9a67],.Table--2col-Information th[data-v-3a5d9a67]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-3a5d9a67]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-3a5d9a67],.Table--2col-Voice th[data-v-3a5d9a67]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-3a5d9a67]:nth-child(1),.Table--2col-Voice th[data-v-3a5d9a67]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-3a5d9a67]:nth-child(2),.Table--2col-Voice th[data-v-3a5d9a67]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-3a5d9a67]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-3a5d9a67],.Table--2col-Voice tr:last-child td[data-v-3a5d9a67]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-3a5d9a67],.Table--2col-Voice thead th[data-v-3a5d9a67]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-3a5d9a67]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-3a5d9a67]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-3a5d9a67]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-3a5d9a67],.Table--2col-Information th[data-v-3a5d9a67]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-3a5d9a67]:nth-child(1),.Table--2col-Information th[data-v-3a5d9a67]:nth-child(1){width:30%}.Table--2col-Information td[data-v-3a5d9a67]:nth-child(2),.Table--2col-Information th[data-v-3a5d9a67]:nth-child(2){width:70%}.Table--2col-Information td[data-v-3a5d9a67]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-3a5d9a67]{border-bottom:none}.Table--2col-Air-Sensor[data-v-3a5d9a67]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-3a5d9a67],.Table--2col-Air-Sensor th[data-v-3a5d9a67]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-3a5d9a67]:nth-child(1),.Table--2col-Air-Sensor th[data-v-3a5d9a67]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-3a5d9a67]:nth-child(2),.Table--2col-Air-Sensor th[data-v-3a5d9a67]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-3a5d9a67]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-3a5d9a67]{border-bottom:none}.Table--2col-Filter[data-v-3a5d9a67]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-3a5d9a67],.Table--2col-Filter th[data-v-3a5d9a67]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-3a5d9a67]:nth-child(1),.Table--2col-Filter th[data-v-3a5d9a67]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-3a5d9a67]:nth-child(2),.Table--2col-Filter th[data-v-3a5d9a67]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-3a5d9a67]:nth-child(3),.Table--2col-Filter th[data-v-3a5d9a67]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-3a5d9a67]:nth-child(4),.Table--2col-Filter th[data-v-3a5d9a67]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-3a5d9a67]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-3a5d9a67],.Table--2col-Filter tr:last-child td[data-v-3a5d9a67]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-3a5d9a67],.Table--2col-Filter thead th[data-v-3a5d9a67]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-3a5d9a67]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-3a5d9a67]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-3a5d9a67]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-3a5d9a67],.Table--Specifications th[data-v-3a5d9a67]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-3a5d9a67]:first-child,.Table--Specifications th[data-v-3a5d9a67]:first-child{width:16%}.Table--Specifications td[data-v-3a5d9a67]:nth-child(2),.Table--Specifications th[data-v-3a5d9a67]:nth-child(2){width:42%}.Table--Specifications td[data-v-3a5d9a67]:nth-child(3),.Table--Specifications th[data-v-3a5d9a67]:nth-child(3){width:42%}.Table--Specifications td[data-v-3a5d9a67]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-3a5d9a67],.Table--Specifications tr:last-child td[data-v-3a5d9a67]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-3a5d9a67],.Table--Specifications thead th[data-v-3a5d9a67]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-3a5d9a67]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-3a5d9a67]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-3a5d9a67],td.cell-style-override-20[data-v-3a5d9a67]{padding:10px}td.x3col-Mid-text[data-v-3a5d9a67],td.cell-style-override-22[data-v-3a5d9a67],td.cell-style-override-20[data-v-3a5d9a67]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-3a5d9a67]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-3a5d9a67]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-3a5d9a67]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-3a5d9a67]{margin-top:-350px}}#content-div[data-v-3a5d9a67]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-3a5d9a67]{min-height:100vh}}body[data-v-4855bf28]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-4855bf28]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-4855bf28]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-4855bf28]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-4855bf28]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-4855bf28]{width:83%!important}.content #naviText span[data-v-4855bf28]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-4855bf28]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-4855bf28]{width:100%!important}.content #mainCar[data-v-4855bf28]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-4855bf28]{width:100%}#mainCarPhone[data-v-4855bf28]{display:none}.content #buttonMenu_v2[data-v-4855bf28]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-4855bf28]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-4855bf28]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-4855bf28]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-4855bf28]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-4855bf28]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-4855bf28]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-4855bf28]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-4855bf28]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-4855bf28]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-4855bf28]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-4855bf28]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-4855bf28]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-4855bf28]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-4855bf28]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-4855bf28]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-4855bf28]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-4855bf28]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-4855bf28]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-4855bf28]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-4855bf28]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-4855bf28]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-4855bf28]{bottom:11%;width:30%}.content #naviText span[data-v-4855bf28]{font-size:17px}.content #naviText img[data-v-4855bf28]{width:80%!important}.content #carName[data-v-4855bf28]{right:0%;bottom:12%}.content #carName img[data-v-4855bf28]{width:40%!important}.content #buttonMenu_v2>a[data-v-4855bf28]{width:33%}.content #buttonMenu>a[data-v-4855bf28]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-4855bf28]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-4855bf28]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-4855bf28]{display:block}#mainCarPc[data-v-4855bf28]{display:none}.content #buttonMenu_v2[data-v-4855bf28],.content #buttonMenu[data-v-4855bf28]{width:92%}}@media screen and (max-width: 480px){.content[data-v-4855bf28]{padding-top:0}.content #naviText[data-v-4855bf28]{bottom:14%;width:45%}.content #naviText span[data-v-4855bf28]{font-size:11px}.content #naviText img[data-v-4855bf28]{width:88%!important}.content #carName[data-v-4855bf28]{right:5%;bottom:15%}.content #carName img[data-v-4855bf28]{width:120px!important}.content #buttonMenu_v2[data-v-4855bf28]{position:relative}.content #buttonMenu_v2>a>div[data-v-4855bf28]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-4855bf28]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-4855bf28]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-4855bf28]{position:relative}.content #buttonMenu>a>div[data-v-4855bf28]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-4855bf28]{height:120px}.content #buttonMenu>a>div>span[data-v-4855bf28]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-4855bf28]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-4855bf28]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-4855bf28]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-4855bf28]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-4855bf28]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-4855bf28]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-4855bf28]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-4855bf28]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-4855bf28]{margin:0;padding:0}html[data-v-4855bf28]{background-color:#000;width:100%}.keyword[data-v-4855bf28],.highlight[data-v-4855bf28]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-4855bf28]{font-family:upsys_commonregular}.header_main[data-v-4855bf28]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-4855bf28]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-4855bf28]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-4855bf28]>*{float:left}#headerLogo[data-v-4855bf28]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-4855bf28]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-4855bf28]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-4855bf28]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-4855bf28]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-4855bf28]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-4855bf28]{font-size:13px}.languageDiv .active[data-v-4855bf28]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-4855bf28]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-4855bf28]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-4855bf28]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-4855bf28],#languageSelect li[data-v-4855bf28]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-4855bf28],#languageSelect li:hover a[data-v-4855bf28]{color:#000}.footer-manual[data-v-4855bf28]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-4855bf28]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-4855bf28]{line-height:60px}#footerLogo[data-v-4855bf28]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-4855bf28]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-4855bf28]{display:inline-block;width:100%}#copyrightPcSpan[data-v-4855bf28]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-4855bf28]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-4855bf28]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-4855bf28]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-4855bf28]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-4855bf28]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-4855bf28]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-4855bf28]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-4855bf28]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-4855bf28]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-4855bf28]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-4855bf28]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-4855bf28]:focus{outline:none}#searchButton[data-v-4855bf28]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-4855bf28]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-4855bf28]{width:80%}table td.right[data-v-4855bf28]{width:10%;text-align:center}.result[data-v-4855bf28],.resultcount[data-v-4855bf28],.noResult[data-v-4855bf28]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-4855bf28]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-4855bf28]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-4855bf28]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-4855bf28]{color:#e49f81}.cover[data-v-4855bf28]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-4855bf28]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-4855bf28]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-4855bf28]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-4855bf28]{font-size:12px}.languageDivPhone .active[data-v-4855bf28]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-4855bf28]{bottom:30px;left:1px}.fontChangeButton[data-v-4855bf28]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-4855bf28]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-4855bf28]{left:0}.languageDiv div[data-v-4855bf28]{width:120%;left:-45px;top:5px}#languageSelect[data-v-4855bf28]{margin-left:-40px}#banner_img>a[data-v-4855bf28]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-4855bf28]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-4855bf28]{z-index:12}.header_main[data-v-4855bf28]{height:40px;padding-top:0}.header[data-v-4855bf28]{z-index:12}.header[data-v-4855bf28]{height:40px;padding-top:0}#title[data-v-4855bf28]{font-size:16px;width:49%}#headerLogo[data-v-4855bf28]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-4855bf28]{width:20%}.languageDiv div[data-v-4855bf28]{width:90%;left:-15px;top:5px}#languageSelect[data-v-4855bf28]{margin-left:-10px}.languageDiv ul[data-v-4855bf28]{font-size:12px}#menu[data-v-4855bf28]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-4855bf28]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-4855bf28]{width:80%}#rightHeader[data-v-4855bf28]{height:40px}#rightHeader>div[data-v-4855bf28]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-4855bf28]{position:absolute;right:38px;top:0}.searchDiv[data-v-4855bf28]{width:90%}#toc[data-v-4855bf28]{width:100%}.copyright[data-v-4855bf28]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-4855bf28]{display:none}#copyrightPhone[data-v-4855bf28]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-4855bf28]{width:15%!important}#prevBtn[data-v-4855bf28],#nextBtn[data-v-4855bf28]{width:32px;height:32px;background-size:100%}#searchButton[data-v-4855bf28]{margin-left:-1px}table td.left[data-v-4855bf28]{text-align:right}table td.center[data-v-4855bf28]{width:50%}table td.right[data-v-4855bf28]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-4855bf28]{left:0}.languageDiv div[data-v-4855bf28]{width:100%;left:-5px;top:5px}#languageSelect[data-v-4855bf28]{margin-left:20px}.languageDiv ul[data-v-4855bf28]{font-size:10px}.noResult>span[data-v-4855bf28]{width:200px!important;font-size:14px}#title[data-v-4855bf28]{font-size:13px;width:40%}#menu[data-v-4855bf28]{position:absolute}#banner_img>a[data-v-4855bf28]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-4855bf28]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-4855bf28]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-4855bf28]{font-size:14px}}body[data-v-4855bf28]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-4855bf28]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-4855bf28]{margin:auto;max-width:1120px}.subHeaderInner[data-v-4855bf28]>*{float:left}.content p[data-v-4855bf28],.content li[data-v-4855bf28]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-4855bf28]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-4855bf28]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-4855bf28]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-4855bf28]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-4855bf28]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-4855bf28]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-4855bf28]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-4855bf28]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-4855bf28]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-4855bf28]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-4855bf28]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-4855bf28],p.Para-Basic-B-Sub[data-v-4855bf28]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-4855bf28]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-4855bf28]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-4855bf28]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-4855bf28]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-4855bf28]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-4855bf28],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-4855bf28],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-4855bf28]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-4855bf28],p+ul li.Para-Basic-B-Sub[data-v-4855bf28]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-4855bf28],ul~p.Para-basic-L-bullet-Sub[data-v-4855bf28],ul~p.Para-Basic-B-Sub[data-v-4855bf28]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-4855bf28],ol~p.Para-basic-L-bullet-Sub[data-v-4855bf28],ol~p.Para-Basic-B-Sub[data-v-4855bf28]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-4855bf28],ol+*+p.Para-basic-L-bullet-Sub[data-v-4855bf28],ol+*+p.Para-Basic-B-Sub[data-v-4855bf28]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-4855bf28],a .Para-Basic-B-Sub[data-v-4855bf28]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-4855bf28]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-4855bf28]{margin-left:45px}.content p[data-v-4855bf28],li[data-v-4855bf28]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-4855bf28],p.Para-Basic-B[data-v-4855bf28],p.Para-Basic-B-Center[data-v-4855bf28]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-4855bf28]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-4855bf28],p.Para-Basic-B-Center[data-v-4855bf28]{text-align:center}p.Para-Table-L-center[data-v-4855bf28],p.Para-Table-B-Center[data-v-4855bf28]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-4855bf28],table p.Para-Basic-B[data-v-4855bf28],table p.Para-Basic-B-Center[data-v-4855bf28]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-4855bf28]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-4855bf28]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-4855bf28]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-4855bf28]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-4855bf28]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-4855bf28],.content .text>ul[data-v-4855bf28],.content .text table ol[data-v-4855bf28],.content .text table ul[data-v-4855bf28]{padding-left:20px}.content .text>ol[data-v-4855bf28]{padding-left:0}p.Para-Illust-L[data-v-4855bf28]{text-align:center}p.Para-Illust-L img[data-v-4855bf28]{display:inline-block}p.Placeholder-sub[data-v-4855bf28],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-4855bf28],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-4855bf28],.content .text>ol~.figure[data-v-4855bf28],p.Placeholder-sub-S[data-v-4855bf28],.Para-screen-sub-S[data-v-4855bf28],.Para-screen-sub-M[data-v-4855bf28],.Para-screen-sub-L[data-v-4855bf28]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-4855bf28],p.Placeholder-sub-M img[data-v-4855bf28],p.Placeholder-sub img[data-v-4855bf28]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-4855bf28]{margin-left:45px}.Table-pic-Left-sub img[data-v-4855bf28]{margin-top:5px;margin-bottom:10px}div.figure[data-v-4855bf28]{display:inline-block}p.Para-img-description[data-v-4855bf28]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-4855bf28]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-4855bf28]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-4855bf28]{margin-bottom:25px}.text img[data-v-4855bf28]{max-width:100%;display:block}.Table-Pic-center[data-v-4855bf28]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-4855bf28]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-4855bf28]{margin:0}p.Para-Box-Num[data-v-4855bf28]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-4855bf28]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-4855bf28]:AFTER{content:". "}span.inline-img img[data-v-4855bf28]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-4855bf28]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-4855bf28]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-4855bf28]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-4855bf28]{margin-left:6.5%;display:block!important}.discUl li[data-v-4855bf28]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-4855bf28],.Symbol-R[data-v-4855bf28],.Note-R-Pic[data-v-4855bf28]{display:block;width:100%}.Symbol-L[data-v-4855bf28]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-4855bf28]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-4855bf28],.Symbol-R li[data-v-4855bf28],.Symbol-R p[data-v-4855bf28]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-4855bf28]{font-size:16px}table.Table-Symbol td ul[data-v-4855bf28]{padding-left:20px}table.Table-Symbol[data-v-4855bf28]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-4855bf28]{color:#bc162c}.Symbol-Black[data-v-4855bf28],.Symbol-Black-Table[data-v-4855bf28]{font-family:upsys_commonregular}.Symbol-Green[data-v-4855bf28]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-4855bf28]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-4855bf28]{width:auto!important}.video_container[data-v-4855bf28]{margin-top:40px;float:right}.video[data-v-4855bf28]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-4855bf28]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-4855bf28]{width:100%}.Table--3col[data-v-4855bf28],.Basic-Table[data-v-4855bf28],.Table--2col[data-v-4855bf28],.Table-Landmark[data-v-4855bf28],.Table--4col[data-v-4855bf28],.Table-2row-merge[data-v-4855bf28],.Table--troubleshooting[data-v-4855bf28],.Table-specification[data-v-4855bf28],.Table-service-center[data-v-4855bf28],.Table-5col[data-v-4855bf28],.responsive[data-v-4855bf28],.Table--3col-Locations[data-v-4855bf28]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-4855bf28]:FIRST-CHILD,.Basic-Table tr[data-v-4855bf28]:FIRST-CHILD,.Table--2col tr[data-v-4855bf28]:FIRST-CHILD,.Table-Landmark tr[data-v-4855bf28]:FIRST-CHILD,.Table--4col tr[data-v-4855bf28]:FIRST-CHILD,.Table-2row-merge tr[data-v-4855bf28]:FIRST-CHILD,.Table--troubleshooting tr[data-v-4855bf28]:FIRST-CHILD,.Table-service-center tr[data-v-4855bf28]:FIRST-CHILD,.responsive tr[data-v-4855bf28]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-4855bf28]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-4855bf28],.Basic-Table td[data-v-4855bf28],.Table--2col td[data-v-4855bf28],.Table-Landmark td[data-v-4855bf28],.Table--4col td[data-v-4855bf28],.Table-2row-merge td[data-v-4855bf28],.Table--troubleshooting td[data-v-4855bf28],.Table-specification td[data-v-4855bf28],.Table-service-center td[data-v-4855bf28],.responsive td[data-v-4855bf28]{padding:10px}.Table--troubleshooting td[data-v-4855bf28]{border-right:none}.Table--troubleshooting[data-v-4855bf28]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-4855bf28],.Table-Landmark .Para-Pic-Center img[data-v-4855bf28]{width:30px}.Table-5col[data-v-4855bf28]{border:none}.Table-5col tr[data-v-4855bf28]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-4855bf28]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-4855bf28]{width:15%}.Table--3col td.x3col-L[data-v-4855bf28],.x3col-L td.x3col-M[data-v-4855bf28]{width:10%}td.x3col-Mid-Text[data-v-4855bf28]{text-align:center}td.x3col-R-Pic[data-v-4855bf28]{text-align:right}.responsive td p[data-v-4855bf28]{text-align:center}table.Table--3col-Locations[data-v-4855bf28]{border-collapse:collapse}.Table--3col-Locations td[data-v-4855bf28]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-4855bf28]{padding:10px}.Para-Pic-Center img[data-v-4855bf28]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-4855bf28]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-4855bf28]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-4855bf28]{width:50%}.Table-specification .x3col-L-Grey[data-v-4855bf28]{width:20%}.Table-specification .Spec-Mid-text[data-v-4855bf28]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-4855bf28]{width:50%}.Table--3col .x3col-L-Grey[data-v-4855bf28]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-4855bf28],.Table--4col .x3col-Mid-Grey[data-v-4855bf28],.Table--4col .x3col-R-Grey[data-v-4855bf28]{width:30%}.navi td.x3col-Mid-Grey[data-v-4855bf28]{width:15%}.Table--3col .x3col-R-Grey[data-v-4855bf28]{width:50%}.Table--2col .x3col-L-Grey[data-v-4855bf28],.Table--2col td[data-v-4855bf28]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-4855bf28]{width:70%}.Table--2col-Disc[data-v-4855bf28]{border-collapse:collapse}.Table--2col-Disc td[data-v-4855bf28]{border:1px solid grey;padding:10px}.Table-PL td[data-v-4855bf28]:FIRST-CHILD{width:25%}.resultcount p[data-v-4855bf28]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-4855bf28]{font-family:SK_namuhx-Bold}.noResult>span[data-v-4855bf28]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-4855bf28]{color:#f0dfdf;display:block}.result_list[data-v-4855bf28]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-4855bf28]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-4855bf28]{font-family:SK_namuhx-Regular}.resulttext p[data-v-4855bf28]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-4855bf28]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-4855bf28]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-4855bf28],.Cross-Reference[data-v-4855bf28]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-4855bf28]:hover{text-decoration:underline}.fontChangeDiv[data-v-4855bf28]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-4855bf28]{top:55px}#backButton[data-v-4855bf28]{background-size:16px}.chapterTitle[data-v-4855bf28]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-4855bf28],h2[data-v-4855bf28]{font-size:1.3em}#contentAccordion[data-v-4855bf28]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-4855bf28]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-4855bf28]{line-height:21px}.video[data-v-4855bf28]{width:46%}}@media screen and (max-width: 640px){h2[data-v-4855bf28]{margin-top:40px}.subHeader[data-v-4855bf28]{top:40px}.fontChangeDiv[data-v-4855bf28]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-4855bf28]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-4855bf28]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-4855bf28]{margin-left:7.3%}table td[data-v-4855bf28]{font-size:14px;padding:5px!important}table td p[data-v-4855bf28],table td p.Para-Basic-B-Center[data-v-4855bf28],table td p.Para-Basic-B[data-v-4855bf28]{font-size:14px}table td p.Para-Small-L[data-v-4855bf28]{font-size:12px;word-break:break-word}.Table--3col td[data-v-4855bf28],.Basic-Table td[data-v-4855bf28],.Table--2col td[data-v-4855bf28],.Table-Landmark td[data-v-4855bf28],.Table--4col td[data-v-4855bf28],.Table-2row-merge td[data-v-4855bf28],.Table--troubleshooting td[data-v-4855bf28],.Table-specification td[data-v-4855bf28],.Table-service-center td[data-v-4855bf28]{border-right:none}.responsive[data-v-4855bf28],.responsive tr[data-v-4855bf28],.responsive tbody[data-v-4855bf28]{width:100%}.Table--4col-responsive td[data-v-4855bf28]{min-width:200px!important;height:auto}.responsive td p[data-v-4855bf28]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-4855bf28],.Table-Symbol td li[data-v-4855bf28]{font-size:16px}p.Placeholder-sub[data-v-4855bf28],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-4855bf28],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-4855bf28],.content .text>ol~.figure[data-v-4855bf28],.content .text>ol+ul[data-v-4855bf28],.Para-screen-sub-L[data-v-4855bf28]{margin-left:0}.resultcount p[data-v-4855bf28]{font-size:16px}.Table-specification td p[data-v-4855bf28],.Table--3col-Locations td li[data-v-4855bf28],p.Para-basic-L-Sub[data-v-4855bf28],p.Para-basic-L-Sub-Auto[data-v-4855bf28],p.Para-basic-L-center[data-v-4855bf28],li.Para-basic-L-bullet[data-v-4855bf28],p.Para-basic-L[data-v-4855bf28],li.Para-basic-L-hyp-Sub[data-v-4855bf28],li.Para-basic-L-hyp-2Sub[data-v-4855bf28],li[class^=Para-Num][data-v-4855bf28],p.Para-Box-Num[data-v-4855bf28],p.Para-Basic-B-Sub[data-v-4855bf28],td p.Para-basic-L[data-v-4855bf28],td li.Para-basic-L-bullet[data-v-4855bf28],p.Para-Basic-B[data-v-4855bf28],p.Para-Circle-Num-Sub[data-v-4855bf28],.Symbol-L p.Para-basic-L-Sub[data-v-4855bf28],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-4855bf28]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-4855bf28],.Table--3col-Locations td li[data-v-4855bf28],p.Para-Table-L-Sub[data-v-4855bf28],p.Para-Table-L-Sub-Auto[data-v-4855bf28],p.Para-Table-L-center[data-v-4855bf28],p.Para-Table-L[data-v-4855bf28],li.Para-Table-L-hyp-Sub[data-v-4855bf28],li.Para-Table-L-hyp-2Sub[data-v-4855bf28],p.Para-Table-B-Sub[data-v-4855bf28],td p.Para-Table-L[data-v-4855bf28],p.Para-Table-B[data-v-4855bf28],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-4855bf28]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-4855bf28]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-4855bf28],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-4855bf28]{font-size:14px}.big .Table-specification td p[data-v-4855bf28],.big .Table--3col-Locations td li[data-v-4855bf28],.big p.Para-basic-L-Sub[data-v-4855bf28],.big p.Para-basic-L-Sub-Auto[data-v-4855bf28],.big p.Para-basic-L-center[data-v-4855bf28],.big li.Para-basic-L-bullet[data-v-4855bf28],.big p.Para-basic-L[data-v-4855bf28],.big li.Para-basic-L-hyp-Sub[data-v-4855bf28],.big li.Para-basic-L-hyp-2Sub[data-v-4855bf28],.big li[class^=Para-Num][data-v-4855bf28],.big p.Para-Box-Num[data-v-4855bf28],.big p.Para-Basic-B-Sub[data-v-4855bf28],.big td p.Para-basic-L[data-v-4855bf28],.big td li.Para-basic-L-bullet[data-v-4855bf28],.big p.Para-Basic-B[data-v-4855bf28],.big p.Para-Circle-Num-Sub[data-v-4855bf28]{font-size:16px}.big .Table-specification td p[data-v-4855bf28],.big .Table--3col-Locations td li[data-v-4855bf28],.big p.Para-Table-L-Sub[data-v-4855bf28],.big p.Para-Table-L-Sub-Auto[data-v-4855bf28],.big p.Para-Table-L-center[data-v-4855bf28],.big p.Para-Table-L[data-v-4855bf28],.big li.Para-Table-L-hyp-Sub[data-v-4855bf28],.big li.Para-Table-L-hyp-2Sub[data-v-4855bf28],.big li[class^=Para-Num][data-v-4855bf28],.big p.Para-Box-Num[data-v-4855bf28],.big p.Para-Table-B-Sub[data-v-4855bf28],.big td p.Para-Table-L[data-v-4855bf28],.big p.Para-Table-B[data-v-4855bf28],.big p.Para-Circle-Num-Sub[data-v-4855bf28],.big p.Para-Table-B-Center[data-v-4855bf28],.big .Table--3col-ISO td p[data-v-4855bf28]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-4855bf28],p.Para-Table-B-Center[data-v-4855bf28]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-4855bf28],.big p.video_title[data-v-4855bf28],.big .resultItem p[data-v-4855bf28]{font-size:1.05em}h1[data-v-4855bf28]{font-size:1.2em;margin-top:0}h2[data-v-4855bf28]{font-size:1.1em}.Heading-3[data-v-4855bf28]{font-size:1em}.content .text>ol li[data-v-4855bf28]:BEFORE{font-size:26px}.video[data-v-4855bf28]{width:95%}}p.Para-Table-L[data-v-4855bf28]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-4855bf28]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-4855bf28]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-4855bf28]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-4855bf28]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-4855bf28]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-4855bf28]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-4855bf28]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-4855bf28]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-4855bf28]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-4855bf28]:before{content:"";display:block;height:15pt}.Bold[data-v-4855bf28],span.Bold[data-v-4855bf28]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-4855bf28]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-4855bf28]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-4855bf28]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-4855bf28]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-4855bf28]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-4855bf28]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-4855bf28]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-4855bf28]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-4855bf28]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-4855bf28]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-4855bf28]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-4855bf28],.Para-Table-L-Sub-Auto .icon-1[data-v-4855bf28]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-4855bf28]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-4855bf28]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-4855bf28]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-4855bf28],.Table--2col td p.Para-basic-L[data-v-4855bf28]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-4855bf28]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-4855bf28]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-4855bf28]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-4855bf28]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-4855bf28]{margin-top:8pt!important}.table-responsive[data-v-4855bf28]{width:100%;overflow-x:auto}.table-responsive table[data-v-4855bf28]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-4855bf28]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-4855bf28]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-4855bf28]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-4855bf28]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-4855bf28]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-4855bf28]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-4855bf28]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-4855bf28]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-4855bf28]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-4855bf28]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-4855bf28]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-4855bf28]{font-size:12px}#table-15.responsive td[data-v-4855bf28]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-4855bf28]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-4855bf28]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-4855bf28]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-4855bf28]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-4855bf28],.Table--4col-Error th[data-v-4855bf28]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-4855bf28],.Table--4col-Error tr:first-child th[data-v-4855bf28]{border-top:none}.Table--4col-Error tr:last-child td[data-v-4855bf28]{border-bottom:none}.Table--4col-Error thead td[data-v-4855bf28]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-4855bf28]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-4855bf28]:nth-child(1),.Table--4col-Error thead td[data-v-4855bf28]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-4855bf28]:nth-child(2),.Table--4col-Error thead td[data-v-4855bf28]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-4855bf28]:nth-child(3),.Table--4col-Error thead td[data-v-4855bf28]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-4855bf28]:nth-child(4),.Table--4col-Error thead td[data-v-4855bf28]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-4855bf28]:nth-child(1),.Table--4col-Error tbody td[data-v-4855bf28]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-4855bf28]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-4855bf28]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-4855bf28]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-4855bf28]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-4855bf28]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-4855bf28]{font-size:14px!important}.Table--4col-Error tbody td[data-v-4855bf28]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-4855bf28],.Table--4col-Error p.Para-Table-B[data-v-4855bf28],.Table--4col-Error p.Para-Table-L-Center[data-v-4855bf28]{font-size:12px!important}.Table--4col-Error tbody td[data-v-4855bf28]:nth-child(1),.Table--4col-Error thead td[data-v-4855bf28]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-4855bf28]:nth-child(2),.Table--4col-Error thead td[data-v-4855bf28]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-4855bf28]:nth-child(3),.Table--4col-Error thead td[data-v-4855bf28]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-4855bf28]:nth-child(4),.Table--4col-Error thead td[data-v-4855bf28]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-4855bf28]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-4855bf28]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-4855bf28]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-4855bf28]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-4855bf28]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-4855bf28]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-4855bf28]{line-height:1.25;font-weight:500}.Bold-color[data-v-4855bf28]{font-weight:700}.char-style-override-4[data-v-4855bf28]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-4855bf28]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-4855bf28]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-4855bf28]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-4855bf28]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-4855bf28]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-4855bf28]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-4855bf28]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-4855bf28]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-4855bf28]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-4855bf28]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-4855bf28]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-4855bf28]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-4855bf28]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-4855bf28]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-4855bf28]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-4855bf28],tr:last-child td.cell-style-override-7[data-v-4855bf28]{border-bottom:0}table#table-16[data-v-4855bf28]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-4855bf28],.Table--2col-Air-Sensor[data-v-4855bf28],.Table--2col-Voice[data-v-4855bf28],.Table--2col-Filter[data-v-4855bf28],.Table--troubleshooting[data-v-4855bf28],.Table--4col-Error[data-v-4855bf28],.Table--Specifications[data-v-4855bf28]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-4855bf28]:last-child,.Table--2col-Voice tr td[data-v-4855bf28]:last-child{width:70%}.Table--2col-Voice tr td[data-v-4855bf28]:first-child{width:30%}.Para-Table-L-Center[data-v-4855bf28]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-4855bf28]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-4855bf28]{display:block!important}.Table--2col-Information td[data-v-4855bf28]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-4855bf28]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-4855bf28]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-4855bf28]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-4855bf28]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-4855bf28],.Table--4col-responsive table td[data-v-4855bf28]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-4855bf28],.Table--2col-Information th[data-v-4855bf28]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-4855bf28]:nth-child(1),.Table--2col-Information th[data-v-4855bf28]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-4855bf28]:nth-child(2),.Table--2col-Information th[data-v-4855bf28]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-4855bf28],.Table--2col-Information th[data-v-4855bf28]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-4855bf28]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-4855bf28],.Table--2col-Voice th[data-v-4855bf28]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-4855bf28]:nth-child(1),.Table--2col-Voice th[data-v-4855bf28]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-4855bf28]:nth-child(2),.Table--2col-Voice th[data-v-4855bf28]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-4855bf28]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-4855bf28],.Table--2col-Voice tr:last-child td[data-v-4855bf28]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-4855bf28],.Table--2col-Voice thead th[data-v-4855bf28]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-4855bf28]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-4855bf28]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-4855bf28]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-4855bf28],.Table--2col-Information th[data-v-4855bf28]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-4855bf28]:nth-child(1),.Table--2col-Information th[data-v-4855bf28]:nth-child(1){width:30%}.Table--2col-Information td[data-v-4855bf28]:nth-child(2),.Table--2col-Information th[data-v-4855bf28]:nth-child(2){width:70%}.Table--2col-Information td[data-v-4855bf28]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-4855bf28]{border-bottom:none}.Table--2col-Air-Sensor[data-v-4855bf28]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-4855bf28],.Table--2col-Air-Sensor th[data-v-4855bf28]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-4855bf28]:nth-child(1),.Table--2col-Air-Sensor th[data-v-4855bf28]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-4855bf28]:nth-child(2),.Table--2col-Air-Sensor th[data-v-4855bf28]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-4855bf28]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-4855bf28]{border-bottom:none}.Table--2col-Filter[data-v-4855bf28]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-4855bf28],.Table--2col-Filter th[data-v-4855bf28]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-4855bf28]:nth-child(1),.Table--2col-Filter th[data-v-4855bf28]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-4855bf28]:nth-child(2),.Table--2col-Filter th[data-v-4855bf28]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-4855bf28]:nth-child(3),.Table--2col-Filter th[data-v-4855bf28]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-4855bf28]:nth-child(4),.Table--2col-Filter th[data-v-4855bf28]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-4855bf28]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-4855bf28],.Table--2col-Filter tr:last-child td[data-v-4855bf28]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-4855bf28],.Table--2col-Filter thead th[data-v-4855bf28]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-4855bf28]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-4855bf28]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-4855bf28]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-4855bf28],.Table--Specifications th[data-v-4855bf28]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-4855bf28]:first-child,.Table--Specifications th[data-v-4855bf28]:first-child{width:16%}.Table--Specifications td[data-v-4855bf28]:nth-child(2),.Table--Specifications th[data-v-4855bf28]:nth-child(2){width:42%}.Table--Specifications td[data-v-4855bf28]:nth-child(3),.Table--Specifications th[data-v-4855bf28]:nth-child(3){width:42%}.Table--Specifications td[data-v-4855bf28]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-4855bf28],.Table--Specifications tr:last-child td[data-v-4855bf28]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-4855bf28],.Table--Specifications thead th[data-v-4855bf28]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-4855bf28]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-4855bf28]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-4855bf28],td.cell-style-override-20[data-v-4855bf28]{padding:10px}td.x3col-Mid-text[data-v-4855bf28],td.cell-style-override-22[data-v-4855bf28],td.cell-style-override-20[data-v-4855bf28]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-4855bf28]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-4855bf28]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-4855bf28]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-4855bf28]{margin-top:-350px}}#content-div[data-v-4855bf28]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-4855bf28]{min-height:100vh}}body[data-v-2dcc7207]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-2dcc7207]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-2dcc7207]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-2dcc7207]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-2dcc7207]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-2dcc7207]{width:83%!important}.content #naviText span[data-v-2dcc7207]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-2dcc7207]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-2dcc7207]{width:100%!important}.content #mainCar[data-v-2dcc7207]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-2dcc7207]{width:100%}#mainCarPhone[data-v-2dcc7207]{display:none}.content #buttonMenu_v2[data-v-2dcc7207]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-2dcc7207]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-2dcc7207]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-2dcc7207]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-2dcc7207]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-2dcc7207]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-2dcc7207]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-2dcc7207]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-2dcc7207]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-2dcc7207]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-2dcc7207]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-2dcc7207]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-2dcc7207]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-2dcc7207]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-2dcc7207]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-2dcc7207]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-2dcc7207]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-2dcc7207]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-2dcc7207]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-2dcc7207]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-2dcc7207]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-2dcc7207]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-2dcc7207]{bottom:11%;width:30%}.content #naviText span[data-v-2dcc7207]{font-size:17px}.content #naviText img[data-v-2dcc7207]{width:80%!important}.content #carName[data-v-2dcc7207]{right:0%;bottom:12%}.content #carName img[data-v-2dcc7207]{width:40%!important}.content #buttonMenu_v2>a[data-v-2dcc7207]{width:33%}.content #buttonMenu>a[data-v-2dcc7207]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-2dcc7207]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-2dcc7207]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-2dcc7207]{display:block}#mainCarPc[data-v-2dcc7207]{display:none}.content #buttonMenu_v2[data-v-2dcc7207],.content #buttonMenu[data-v-2dcc7207]{width:92%}}@media screen and (max-width: 480px){.content[data-v-2dcc7207]{padding-top:0}.content #naviText[data-v-2dcc7207]{bottom:14%;width:45%}.content #naviText span[data-v-2dcc7207]{font-size:11px}.content #naviText img[data-v-2dcc7207]{width:88%!important}.content #carName[data-v-2dcc7207]{right:5%;bottom:15%}.content #carName img[data-v-2dcc7207]{width:120px!important}.content #buttonMenu_v2[data-v-2dcc7207]{position:relative}.content #buttonMenu_v2>a>div[data-v-2dcc7207]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-2dcc7207]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-2dcc7207]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-2dcc7207]{position:relative}.content #buttonMenu>a>div[data-v-2dcc7207]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-2dcc7207]{height:120px}.content #buttonMenu>a>div>span[data-v-2dcc7207]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-2dcc7207]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-2dcc7207]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-2dcc7207]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-2dcc7207]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-2dcc7207]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-2dcc7207]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-2dcc7207]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-2dcc7207]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-2dcc7207]{margin:0;padding:0}html[data-v-2dcc7207]{background-color:#000;width:100%}.keyword[data-v-2dcc7207],.highlight[data-v-2dcc7207]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-2dcc7207]{font-family:upsys_commonregular}.header_main[data-v-2dcc7207]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-2dcc7207]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-2dcc7207]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-2dcc7207]>*{float:left}#headerLogo[data-v-2dcc7207]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-2dcc7207]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-2dcc7207]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-2dcc7207]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-2dcc7207]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-2dcc7207]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-2dcc7207]{font-size:13px}.languageDiv .active[data-v-2dcc7207]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-2dcc7207]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-2dcc7207]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-2dcc7207]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-2dcc7207],#languageSelect li[data-v-2dcc7207]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-2dcc7207],#languageSelect li:hover a[data-v-2dcc7207]{color:#000}.footer-manual[data-v-2dcc7207]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-2dcc7207]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-2dcc7207]{line-height:60px}#footerLogo[data-v-2dcc7207]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-2dcc7207]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-2dcc7207]{display:inline-block;width:100%}#copyrightPcSpan[data-v-2dcc7207]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-2dcc7207]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-2dcc7207]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-2dcc7207]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-2dcc7207]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-2dcc7207]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-2dcc7207]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-2dcc7207]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-2dcc7207]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-2dcc7207]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-2dcc7207]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-2dcc7207]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-2dcc7207]:focus{outline:none}#searchButton[data-v-2dcc7207]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-2dcc7207]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-2dcc7207]{width:80%}table td.right[data-v-2dcc7207]{width:10%;text-align:center}.result[data-v-2dcc7207],.resultcount[data-v-2dcc7207],.noResult[data-v-2dcc7207]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-2dcc7207]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-2dcc7207]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-2dcc7207]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-2dcc7207]{color:#e49f81}.cover[data-v-2dcc7207]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-2dcc7207]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-2dcc7207]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-2dcc7207]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-2dcc7207]{font-size:12px}.languageDivPhone .active[data-v-2dcc7207]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-2dcc7207]{bottom:30px;left:1px}.fontChangeButton[data-v-2dcc7207]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-2dcc7207]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-2dcc7207]{left:0}.languageDiv div[data-v-2dcc7207]{width:120%;left:-45px;top:5px}#languageSelect[data-v-2dcc7207]{margin-left:-40px}#banner_img>a[data-v-2dcc7207]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-2dcc7207]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-2dcc7207]{z-index:12}.header_main[data-v-2dcc7207]{height:40px;padding-top:0}.header[data-v-2dcc7207]{z-index:12}.header[data-v-2dcc7207]{height:40px;padding-top:0}#title[data-v-2dcc7207]{font-size:16px;width:49%}#headerLogo[data-v-2dcc7207]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-2dcc7207]{width:20%}.languageDiv div[data-v-2dcc7207]{width:90%;left:-15px;top:5px}#languageSelect[data-v-2dcc7207]{margin-left:-10px}.languageDiv ul[data-v-2dcc7207]{font-size:12px}#menu[data-v-2dcc7207]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-2dcc7207]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-2dcc7207]{width:80%}#rightHeader[data-v-2dcc7207]{height:40px}#rightHeader>div[data-v-2dcc7207]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-2dcc7207]{position:absolute;right:38px;top:0}.searchDiv[data-v-2dcc7207]{width:90%}#toc[data-v-2dcc7207]{width:100%}.copyright[data-v-2dcc7207]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-2dcc7207]{display:none}#copyrightPhone[data-v-2dcc7207]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-2dcc7207]{width:15%!important}#prevBtn[data-v-2dcc7207],#nextBtn[data-v-2dcc7207]{width:32px;height:32px;background-size:100%}#searchButton[data-v-2dcc7207]{margin-left:-1px}table td.left[data-v-2dcc7207]{text-align:right}table td.center[data-v-2dcc7207]{width:50%}table td.right[data-v-2dcc7207]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-2dcc7207]{left:0}.languageDiv div[data-v-2dcc7207]{width:100%;left:-5px;top:5px}#languageSelect[data-v-2dcc7207]{margin-left:20px}.languageDiv ul[data-v-2dcc7207]{font-size:10px}.noResult>span[data-v-2dcc7207]{width:200px!important;font-size:14px}#title[data-v-2dcc7207]{font-size:13px;width:40%}#menu[data-v-2dcc7207]{position:absolute}#banner_img>a[data-v-2dcc7207]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-2dcc7207]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-2dcc7207]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-2dcc7207]{font-size:14px}}body[data-v-2dcc7207]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-2dcc7207]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-2dcc7207]{margin:auto;max-width:1120px}.subHeaderInner[data-v-2dcc7207]>*{float:left}.content p[data-v-2dcc7207],.content li[data-v-2dcc7207]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-2dcc7207]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-2dcc7207]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-2dcc7207]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-2dcc7207]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-2dcc7207]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-2dcc7207]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-2dcc7207]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-2dcc7207]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-2dcc7207]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-2dcc7207]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-2dcc7207]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-2dcc7207],p.Para-Basic-B-Sub[data-v-2dcc7207]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-2dcc7207]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-2dcc7207]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-2dcc7207]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-2dcc7207]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-2dcc7207]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-2dcc7207],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-2dcc7207],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-2dcc7207]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-2dcc7207],p+ul li.Para-Basic-B-Sub[data-v-2dcc7207]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-2dcc7207],ul~p.Para-basic-L-bullet-Sub[data-v-2dcc7207],ul~p.Para-Basic-B-Sub[data-v-2dcc7207]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-2dcc7207],ol~p.Para-basic-L-bullet-Sub[data-v-2dcc7207],ol~p.Para-Basic-B-Sub[data-v-2dcc7207]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-2dcc7207],ol+*+p.Para-basic-L-bullet-Sub[data-v-2dcc7207],ol+*+p.Para-Basic-B-Sub[data-v-2dcc7207]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-2dcc7207],a .Para-Basic-B-Sub[data-v-2dcc7207]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-2dcc7207]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-2dcc7207]{margin-left:45px}.content p[data-v-2dcc7207],li[data-v-2dcc7207]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-2dcc7207],p.Para-Basic-B[data-v-2dcc7207],p.Para-Basic-B-Center[data-v-2dcc7207]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-2dcc7207]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-2dcc7207],p.Para-Basic-B-Center[data-v-2dcc7207]{text-align:center}p.Para-Table-L-center[data-v-2dcc7207],p.Para-Table-B-Center[data-v-2dcc7207]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-2dcc7207],table p.Para-Basic-B[data-v-2dcc7207],table p.Para-Basic-B-Center[data-v-2dcc7207]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-2dcc7207]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-2dcc7207]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-2dcc7207]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-2dcc7207]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-2dcc7207]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-2dcc7207],.content .text>ul[data-v-2dcc7207],.content .text table ol[data-v-2dcc7207],.content .text table ul[data-v-2dcc7207]{padding-left:20px}.content .text>ol[data-v-2dcc7207]{padding-left:0}p.Para-Illust-L[data-v-2dcc7207]{text-align:center}p.Para-Illust-L img[data-v-2dcc7207]{display:inline-block}p.Placeholder-sub[data-v-2dcc7207],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-2dcc7207],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-2dcc7207],.content .text>ol~.figure[data-v-2dcc7207],p.Placeholder-sub-S[data-v-2dcc7207],.Para-screen-sub-S[data-v-2dcc7207],.Para-screen-sub-M[data-v-2dcc7207],.Para-screen-sub-L[data-v-2dcc7207]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-2dcc7207],p.Placeholder-sub-M img[data-v-2dcc7207],p.Placeholder-sub img[data-v-2dcc7207]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-2dcc7207]{margin-left:45px}.Table-pic-Left-sub img[data-v-2dcc7207]{margin-top:5px;margin-bottom:10px}div.figure[data-v-2dcc7207]{display:inline-block}p.Para-img-description[data-v-2dcc7207]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-2dcc7207]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-2dcc7207]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-2dcc7207]{margin-bottom:25px}.text img[data-v-2dcc7207]{max-width:100%;display:block}.Table-Pic-center[data-v-2dcc7207]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-2dcc7207]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-2dcc7207]{margin:0}p.Para-Box-Num[data-v-2dcc7207]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-2dcc7207]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-2dcc7207]:AFTER{content:". "}span.inline-img img[data-v-2dcc7207]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-2dcc7207]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-2dcc7207]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-2dcc7207]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-2dcc7207]{margin-left:6.5%;display:block!important}.discUl li[data-v-2dcc7207]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-2dcc7207],.Symbol-R[data-v-2dcc7207],.Note-R-Pic[data-v-2dcc7207]{display:block;width:100%}.Symbol-L[data-v-2dcc7207]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-2dcc7207]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-2dcc7207],.Symbol-R li[data-v-2dcc7207],.Symbol-R p[data-v-2dcc7207]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-2dcc7207]{font-size:16px}table.Table-Symbol td ul[data-v-2dcc7207]{padding-left:20px}table.Table-Symbol[data-v-2dcc7207]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-2dcc7207]{color:#bc162c}.Symbol-Black[data-v-2dcc7207],.Symbol-Black-Table[data-v-2dcc7207]{font-family:upsys_commonregular}.Symbol-Green[data-v-2dcc7207]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-2dcc7207]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-2dcc7207]{width:auto!important}.video_container[data-v-2dcc7207]{margin-top:40px;float:right}.video[data-v-2dcc7207]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-2dcc7207]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-2dcc7207]{width:100%}.Table--3col[data-v-2dcc7207],.Basic-Table[data-v-2dcc7207],.Table--2col[data-v-2dcc7207],.Table-Landmark[data-v-2dcc7207],.Table--4col[data-v-2dcc7207],.Table-2row-merge[data-v-2dcc7207],.Table--troubleshooting[data-v-2dcc7207],.Table-specification[data-v-2dcc7207],.Table-service-center[data-v-2dcc7207],.Table-5col[data-v-2dcc7207],.responsive[data-v-2dcc7207],.Table--3col-Locations[data-v-2dcc7207]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-2dcc7207]:FIRST-CHILD,.Basic-Table tr[data-v-2dcc7207]:FIRST-CHILD,.Table--2col tr[data-v-2dcc7207]:FIRST-CHILD,.Table-Landmark tr[data-v-2dcc7207]:FIRST-CHILD,.Table--4col tr[data-v-2dcc7207]:FIRST-CHILD,.Table-2row-merge tr[data-v-2dcc7207]:FIRST-CHILD,.Table--troubleshooting tr[data-v-2dcc7207]:FIRST-CHILD,.Table-service-center tr[data-v-2dcc7207]:FIRST-CHILD,.responsive tr[data-v-2dcc7207]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-2dcc7207]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-2dcc7207],.Basic-Table td[data-v-2dcc7207],.Table--2col td[data-v-2dcc7207],.Table-Landmark td[data-v-2dcc7207],.Table--4col td[data-v-2dcc7207],.Table-2row-merge td[data-v-2dcc7207],.Table--troubleshooting td[data-v-2dcc7207],.Table-specification td[data-v-2dcc7207],.Table-service-center td[data-v-2dcc7207],.responsive td[data-v-2dcc7207]{padding:10px}.Table--troubleshooting td[data-v-2dcc7207]{border-right:none}.Table--troubleshooting[data-v-2dcc7207]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-2dcc7207],.Table-Landmark .Para-Pic-Center img[data-v-2dcc7207]{width:30px}.Table-5col[data-v-2dcc7207]{border:none}.Table-5col tr[data-v-2dcc7207]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-2dcc7207]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-2dcc7207]{width:15%}.Table--3col td.x3col-L[data-v-2dcc7207],.x3col-L td.x3col-M[data-v-2dcc7207]{width:10%}td.x3col-Mid-Text[data-v-2dcc7207]{text-align:center}td.x3col-R-Pic[data-v-2dcc7207]{text-align:right}.responsive td p[data-v-2dcc7207]{text-align:center}table.Table--3col-Locations[data-v-2dcc7207]{border-collapse:collapse}.Table--3col-Locations td[data-v-2dcc7207]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-2dcc7207]{padding:10px}.Para-Pic-Center img[data-v-2dcc7207]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-2dcc7207]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-2dcc7207]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-2dcc7207]{width:50%}.Table-specification .x3col-L-Grey[data-v-2dcc7207]{width:20%}.Table-specification .Spec-Mid-text[data-v-2dcc7207]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-2dcc7207]{width:50%}.Table--3col .x3col-L-Grey[data-v-2dcc7207]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-2dcc7207],.Table--4col .x3col-Mid-Grey[data-v-2dcc7207],.Table--4col .x3col-R-Grey[data-v-2dcc7207]{width:30%}.navi td.x3col-Mid-Grey[data-v-2dcc7207]{width:15%}.Table--3col .x3col-R-Grey[data-v-2dcc7207]{width:50%}.Table--2col .x3col-L-Grey[data-v-2dcc7207],.Table--2col td[data-v-2dcc7207]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-2dcc7207]{width:70%}.Table--2col-Disc[data-v-2dcc7207]{border-collapse:collapse}.Table--2col-Disc td[data-v-2dcc7207]{border:1px solid grey;padding:10px}.Table-PL td[data-v-2dcc7207]:FIRST-CHILD{width:25%}.resultcount p[data-v-2dcc7207]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-2dcc7207]{font-family:SK_namuhx-Bold}.noResult>span[data-v-2dcc7207]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-2dcc7207]{color:#f0dfdf;display:block}.result_list[data-v-2dcc7207]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-2dcc7207]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-2dcc7207]{font-family:SK_namuhx-Regular}.resulttext p[data-v-2dcc7207]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-2dcc7207]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-2dcc7207]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-2dcc7207],.Cross-Reference[data-v-2dcc7207]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-2dcc7207]:hover{text-decoration:underline}.fontChangeDiv[data-v-2dcc7207]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-2dcc7207]{top:55px}#backButton[data-v-2dcc7207]{background-size:16px}.chapterTitle[data-v-2dcc7207]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-2dcc7207],h2[data-v-2dcc7207]{font-size:1.3em}#contentAccordion[data-v-2dcc7207]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-2dcc7207]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-2dcc7207]{line-height:21px}.video[data-v-2dcc7207]{width:46%}}@media screen and (max-width: 640px){h2[data-v-2dcc7207]{margin-top:40px}.subHeader[data-v-2dcc7207]{top:40px}.fontChangeDiv[data-v-2dcc7207]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-2dcc7207]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-2dcc7207]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-2dcc7207]{margin-left:7.3%}table td[data-v-2dcc7207]{font-size:14px;padding:5px!important}table td p[data-v-2dcc7207],table td p.Para-Basic-B-Center[data-v-2dcc7207],table td p.Para-Basic-B[data-v-2dcc7207]{font-size:14px}table td p.Para-Small-L[data-v-2dcc7207]{font-size:12px;word-break:break-word}.Table--3col td[data-v-2dcc7207],.Basic-Table td[data-v-2dcc7207],.Table--2col td[data-v-2dcc7207],.Table-Landmark td[data-v-2dcc7207],.Table--4col td[data-v-2dcc7207],.Table-2row-merge td[data-v-2dcc7207],.Table--troubleshooting td[data-v-2dcc7207],.Table-specification td[data-v-2dcc7207],.Table-service-center td[data-v-2dcc7207]{border-right:none}.responsive[data-v-2dcc7207],.responsive tr[data-v-2dcc7207],.responsive tbody[data-v-2dcc7207]{width:100%}.Table--4col-responsive td[data-v-2dcc7207]{min-width:200px!important;height:auto}.responsive td p[data-v-2dcc7207]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-2dcc7207],.Table-Symbol td li[data-v-2dcc7207]{font-size:16px}p.Placeholder-sub[data-v-2dcc7207],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-2dcc7207],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-2dcc7207],.content .text>ol~.figure[data-v-2dcc7207],.content .text>ol+ul[data-v-2dcc7207],.Para-screen-sub-L[data-v-2dcc7207]{margin-left:0}.resultcount p[data-v-2dcc7207]{font-size:16px}.Table-specification td p[data-v-2dcc7207],.Table--3col-Locations td li[data-v-2dcc7207],p.Para-basic-L-Sub[data-v-2dcc7207],p.Para-basic-L-Sub-Auto[data-v-2dcc7207],p.Para-basic-L-center[data-v-2dcc7207],li.Para-basic-L-bullet[data-v-2dcc7207],p.Para-basic-L[data-v-2dcc7207],li.Para-basic-L-hyp-Sub[data-v-2dcc7207],li.Para-basic-L-hyp-2Sub[data-v-2dcc7207],li[class^=Para-Num][data-v-2dcc7207],p.Para-Box-Num[data-v-2dcc7207],p.Para-Basic-B-Sub[data-v-2dcc7207],td p.Para-basic-L[data-v-2dcc7207],td li.Para-basic-L-bullet[data-v-2dcc7207],p.Para-Basic-B[data-v-2dcc7207],p.Para-Circle-Num-Sub[data-v-2dcc7207],.Symbol-L p.Para-basic-L-Sub[data-v-2dcc7207],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-2dcc7207]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-2dcc7207],.Table--3col-Locations td li[data-v-2dcc7207],p.Para-Table-L-Sub[data-v-2dcc7207],p.Para-Table-L-Sub-Auto[data-v-2dcc7207],p.Para-Table-L-center[data-v-2dcc7207],p.Para-Table-L[data-v-2dcc7207],li.Para-Table-L-hyp-Sub[data-v-2dcc7207],li.Para-Table-L-hyp-2Sub[data-v-2dcc7207],p.Para-Table-B-Sub[data-v-2dcc7207],td p.Para-Table-L[data-v-2dcc7207],p.Para-Table-B[data-v-2dcc7207],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-2dcc7207]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-2dcc7207]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-2dcc7207],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-2dcc7207]{font-size:14px}.big .Table-specification td p[data-v-2dcc7207],.big .Table--3col-Locations td li[data-v-2dcc7207],.big p.Para-basic-L-Sub[data-v-2dcc7207],.big p.Para-basic-L-Sub-Auto[data-v-2dcc7207],.big p.Para-basic-L-center[data-v-2dcc7207],.big li.Para-basic-L-bullet[data-v-2dcc7207],.big p.Para-basic-L[data-v-2dcc7207],.big li.Para-basic-L-hyp-Sub[data-v-2dcc7207],.big li.Para-basic-L-hyp-2Sub[data-v-2dcc7207],.big li[class^=Para-Num][data-v-2dcc7207],.big p.Para-Box-Num[data-v-2dcc7207],.big p.Para-Basic-B-Sub[data-v-2dcc7207],.big td p.Para-basic-L[data-v-2dcc7207],.big td li.Para-basic-L-bullet[data-v-2dcc7207],.big p.Para-Basic-B[data-v-2dcc7207],.big p.Para-Circle-Num-Sub[data-v-2dcc7207]{font-size:16px}.big .Table-specification td p[data-v-2dcc7207],.big .Table--3col-Locations td li[data-v-2dcc7207],.big p.Para-Table-L-Sub[data-v-2dcc7207],.big p.Para-Table-L-Sub-Auto[data-v-2dcc7207],.big p.Para-Table-L-center[data-v-2dcc7207],.big p.Para-Table-L[data-v-2dcc7207],.big li.Para-Table-L-hyp-Sub[data-v-2dcc7207],.big li.Para-Table-L-hyp-2Sub[data-v-2dcc7207],.big li[class^=Para-Num][data-v-2dcc7207],.big p.Para-Box-Num[data-v-2dcc7207],.big p.Para-Table-B-Sub[data-v-2dcc7207],.big td p.Para-Table-L[data-v-2dcc7207],.big p.Para-Table-B[data-v-2dcc7207],.big p.Para-Circle-Num-Sub[data-v-2dcc7207],.big p.Para-Table-B-Center[data-v-2dcc7207],.big .Table--3col-ISO td p[data-v-2dcc7207]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-2dcc7207],p.Para-Table-B-Center[data-v-2dcc7207]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-2dcc7207],.big p.video_title[data-v-2dcc7207],.big .resultItem p[data-v-2dcc7207]{font-size:1.05em}h1[data-v-2dcc7207]{font-size:1.2em;margin-top:0}h2[data-v-2dcc7207]{font-size:1.1em}.Heading-3[data-v-2dcc7207]{font-size:1em}.content .text>ol li[data-v-2dcc7207]:BEFORE{font-size:26px}.video[data-v-2dcc7207]{width:95%}}p.Para-Table-L[data-v-2dcc7207]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-2dcc7207]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-2dcc7207]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-2dcc7207]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-2dcc7207]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-2dcc7207]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-2dcc7207]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-2dcc7207]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-2dcc7207]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-2dcc7207]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-2dcc7207]:before{content:"";display:block;height:15pt}.Bold[data-v-2dcc7207],span.Bold[data-v-2dcc7207]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-2dcc7207]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-2dcc7207]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-2dcc7207]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-2dcc7207]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-2dcc7207]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-2dcc7207]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-2dcc7207]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-2dcc7207]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-2dcc7207]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-2dcc7207]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-2dcc7207]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-2dcc7207],.Para-Table-L-Sub-Auto .icon-1[data-v-2dcc7207]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-2dcc7207]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-2dcc7207]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-2dcc7207]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-2dcc7207],.Table--2col td p.Para-basic-L[data-v-2dcc7207]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-2dcc7207]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-2dcc7207]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-2dcc7207]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-2dcc7207]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-2dcc7207]{margin-top:8pt!important}.table-responsive[data-v-2dcc7207]{width:100%;overflow-x:auto}.table-responsive table[data-v-2dcc7207]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-2dcc7207]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-2dcc7207]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-2dcc7207]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-2dcc7207]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-2dcc7207]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-2dcc7207]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-2dcc7207]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-2dcc7207]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-2dcc7207]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-2dcc7207]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-2dcc7207]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-2dcc7207]{font-size:12px}#table-15.responsive td[data-v-2dcc7207]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-2dcc7207]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-2dcc7207]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-2dcc7207]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-2dcc7207]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-2dcc7207],.Table--4col-Error th[data-v-2dcc7207]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-2dcc7207],.Table--4col-Error tr:first-child th[data-v-2dcc7207]{border-top:none}.Table--4col-Error tr:last-child td[data-v-2dcc7207]{border-bottom:none}.Table--4col-Error thead td[data-v-2dcc7207]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-2dcc7207]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-2dcc7207]:nth-child(1),.Table--4col-Error thead td[data-v-2dcc7207]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-2dcc7207]:nth-child(2),.Table--4col-Error thead td[data-v-2dcc7207]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-2dcc7207]:nth-child(3),.Table--4col-Error thead td[data-v-2dcc7207]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-2dcc7207]:nth-child(4),.Table--4col-Error thead td[data-v-2dcc7207]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-2dcc7207]:nth-child(1),.Table--4col-Error tbody td[data-v-2dcc7207]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-2dcc7207]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-2dcc7207]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-2dcc7207]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-2dcc7207]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-2dcc7207]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-2dcc7207]{font-size:14px!important}.Table--4col-Error tbody td[data-v-2dcc7207]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-2dcc7207],.Table--4col-Error p.Para-Table-B[data-v-2dcc7207],.Table--4col-Error p.Para-Table-L-Center[data-v-2dcc7207]{font-size:12px!important}.Table--4col-Error tbody td[data-v-2dcc7207]:nth-child(1),.Table--4col-Error thead td[data-v-2dcc7207]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-2dcc7207]:nth-child(2),.Table--4col-Error thead td[data-v-2dcc7207]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-2dcc7207]:nth-child(3),.Table--4col-Error thead td[data-v-2dcc7207]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-2dcc7207]:nth-child(4),.Table--4col-Error thead td[data-v-2dcc7207]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-2dcc7207]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-2dcc7207]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-2dcc7207]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-2dcc7207]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-2dcc7207]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-2dcc7207]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-2dcc7207]{line-height:1.25;font-weight:500}.Bold-color[data-v-2dcc7207]{font-weight:700}.char-style-override-4[data-v-2dcc7207]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-2dcc7207]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-2dcc7207]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-2dcc7207]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-2dcc7207]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-2dcc7207]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-2dcc7207]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-2dcc7207]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-2dcc7207]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-2dcc7207]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-2dcc7207]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-2dcc7207]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-2dcc7207]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-2dcc7207]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-2dcc7207]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-2dcc7207]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-2dcc7207],tr:last-child td.cell-style-override-7[data-v-2dcc7207]{border-bottom:0}table#table-16[data-v-2dcc7207]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-2dcc7207],.Table--2col-Air-Sensor[data-v-2dcc7207],.Table--2col-Voice[data-v-2dcc7207],.Table--2col-Filter[data-v-2dcc7207],.Table--troubleshooting[data-v-2dcc7207],.Table--4col-Error[data-v-2dcc7207],.Table--Specifications[data-v-2dcc7207]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-2dcc7207]:last-child,.Table--2col-Voice tr td[data-v-2dcc7207]:last-child{width:70%}.Table--2col-Voice tr td[data-v-2dcc7207]:first-child{width:30%}.Para-Table-L-Center[data-v-2dcc7207]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-2dcc7207]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-2dcc7207]{display:block!important}.Table--2col-Information td[data-v-2dcc7207]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-2dcc7207]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-2dcc7207]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-2dcc7207]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-2dcc7207]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-2dcc7207],.Table--4col-responsive table td[data-v-2dcc7207]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-2dcc7207],.Table--2col-Information th[data-v-2dcc7207]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-2dcc7207]:nth-child(1),.Table--2col-Information th[data-v-2dcc7207]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-2dcc7207]:nth-child(2),.Table--2col-Information th[data-v-2dcc7207]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-2dcc7207],.Table--2col-Information th[data-v-2dcc7207]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-2dcc7207]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-2dcc7207],.Table--2col-Voice th[data-v-2dcc7207]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-2dcc7207]:nth-child(1),.Table--2col-Voice th[data-v-2dcc7207]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-2dcc7207]:nth-child(2),.Table--2col-Voice th[data-v-2dcc7207]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-2dcc7207]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-2dcc7207],.Table--2col-Voice tr:last-child td[data-v-2dcc7207]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-2dcc7207],.Table--2col-Voice thead th[data-v-2dcc7207]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-2dcc7207]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-2dcc7207]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-2dcc7207]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-2dcc7207],.Table--2col-Information th[data-v-2dcc7207]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-2dcc7207]:nth-child(1),.Table--2col-Information th[data-v-2dcc7207]:nth-child(1){width:30%}.Table--2col-Information td[data-v-2dcc7207]:nth-child(2),.Table--2col-Information th[data-v-2dcc7207]:nth-child(2){width:70%}.Table--2col-Information td[data-v-2dcc7207]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-2dcc7207]{border-bottom:none}.Table--2col-Air-Sensor[data-v-2dcc7207]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-2dcc7207],.Table--2col-Air-Sensor th[data-v-2dcc7207]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-2dcc7207]:nth-child(1),.Table--2col-Air-Sensor th[data-v-2dcc7207]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-2dcc7207]:nth-child(2),.Table--2col-Air-Sensor th[data-v-2dcc7207]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-2dcc7207]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-2dcc7207]{border-bottom:none}.Table--2col-Filter[data-v-2dcc7207]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-2dcc7207],.Table--2col-Filter th[data-v-2dcc7207]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-2dcc7207]:nth-child(1),.Table--2col-Filter th[data-v-2dcc7207]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-2dcc7207]:nth-child(2),.Table--2col-Filter th[data-v-2dcc7207]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-2dcc7207]:nth-child(3),.Table--2col-Filter th[data-v-2dcc7207]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-2dcc7207]:nth-child(4),.Table--2col-Filter th[data-v-2dcc7207]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-2dcc7207]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-2dcc7207],.Table--2col-Filter tr:last-child td[data-v-2dcc7207]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-2dcc7207],.Table--2col-Filter thead th[data-v-2dcc7207]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-2dcc7207]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-2dcc7207]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-2dcc7207]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-2dcc7207],.Table--Specifications th[data-v-2dcc7207]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-2dcc7207]:first-child,.Table--Specifications th[data-v-2dcc7207]:first-child{width:16%}.Table--Specifications td[data-v-2dcc7207]:nth-child(2),.Table--Specifications th[data-v-2dcc7207]:nth-child(2){width:42%}.Table--Specifications td[data-v-2dcc7207]:nth-child(3),.Table--Specifications th[data-v-2dcc7207]:nth-child(3){width:42%}.Table--Specifications td[data-v-2dcc7207]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-2dcc7207],.Table--Specifications tr:last-child td[data-v-2dcc7207]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-2dcc7207],.Table--Specifications thead th[data-v-2dcc7207]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-2dcc7207]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-2dcc7207]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-2dcc7207],td.cell-style-override-20[data-v-2dcc7207]{padding:10px}td.x3col-Mid-text[data-v-2dcc7207],td.cell-style-override-22[data-v-2dcc7207],td.cell-style-override-20[data-v-2dcc7207]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-2dcc7207]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-2dcc7207]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-2dcc7207]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-2dcc7207]{margin-top:-350px}}#content-div[data-v-2dcc7207]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-2dcc7207]{min-height:100vh}}body[data-v-cd53a21d]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-cd53a21d]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-cd53a21d]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-cd53a21d]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-cd53a21d]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-cd53a21d]{width:83%!important}.content #naviText span[data-v-cd53a21d]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-cd53a21d]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-cd53a21d]{width:100%!important}.content #mainCar[data-v-cd53a21d]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-cd53a21d]{width:100%}#mainCarPhone[data-v-cd53a21d]{display:none}.content #buttonMenu_v2[data-v-cd53a21d]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-cd53a21d]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-cd53a21d]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-cd53a21d]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-cd53a21d]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-cd53a21d]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-cd53a21d]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-cd53a21d]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-cd53a21d]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-cd53a21d]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-cd53a21d]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-cd53a21d]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-cd53a21d]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-cd53a21d]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-cd53a21d]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-cd53a21d]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-cd53a21d]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-cd53a21d]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-cd53a21d]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-cd53a21d]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-cd53a21d]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-cd53a21d]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-cd53a21d]{bottom:11%;width:30%}.content #naviText span[data-v-cd53a21d]{font-size:17px}.content #naviText img[data-v-cd53a21d]{width:80%!important}.content #carName[data-v-cd53a21d]{right:0%;bottom:12%}.content #carName img[data-v-cd53a21d]{width:40%!important}.content #buttonMenu_v2>a[data-v-cd53a21d]{width:33%}.content #buttonMenu>a[data-v-cd53a21d]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-cd53a21d]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-cd53a21d]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-cd53a21d]{display:block}#mainCarPc[data-v-cd53a21d]{display:none}.content #buttonMenu_v2[data-v-cd53a21d],.content #buttonMenu[data-v-cd53a21d]{width:92%}}@media screen and (max-width: 480px){.content[data-v-cd53a21d]{padding-top:0}.content #naviText[data-v-cd53a21d]{bottom:14%;width:45%}.content #naviText span[data-v-cd53a21d]{font-size:11px}.content #naviText img[data-v-cd53a21d]{width:88%!important}.content #carName[data-v-cd53a21d]{right:5%;bottom:15%}.content #carName img[data-v-cd53a21d]{width:120px!important}.content #buttonMenu_v2[data-v-cd53a21d]{position:relative}.content #buttonMenu_v2>a>div[data-v-cd53a21d]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-cd53a21d]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-cd53a21d]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-cd53a21d]{position:relative}.content #buttonMenu>a>div[data-v-cd53a21d]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-cd53a21d]{height:120px}.content #buttonMenu>a>div>span[data-v-cd53a21d]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-cd53a21d]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-cd53a21d]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-cd53a21d]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-cd53a21d]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-cd53a21d]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-cd53a21d]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-cd53a21d]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-cd53a21d]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-cd53a21d]{margin:0;padding:0}html[data-v-cd53a21d]{background-color:#000;width:100%}.keyword[data-v-cd53a21d],.highlight[data-v-cd53a21d]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-cd53a21d]{font-family:upsys_commonregular}.header_main[data-v-cd53a21d]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-cd53a21d]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-cd53a21d]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-cd53a21d]>*{float:left}#headerLogo[data-v-cd53a21d]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-cd53a21d]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-cd53a21d]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-cd53a21d]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-cd53a21d]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-cd53a21d]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-cd53a21d]{font-size:13px}.languageDiv .active[data-v-cd53a21d]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-cd53a21d]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-cd53a21d]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-cd53a21d]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-cd53a21d],#languageSelect li[data-v-cd53a21d]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-cd53a21d],#languageSelect li:hover a[data-v-cd53a21d]{color:#000}.footer-manual[data-v-cd53a21d]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-cd53a21d]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-cd53a21d]{line-height:60px}#footerLogo[data-v-cd53a21d]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-cd53a21d]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-cd53a21d]{display:inline-block;width:100%}#copyrightPcSpan[data-v-cd53a21d]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-cd53a21d]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-cd53a21d]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-cd53a21d]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-cd53a21d]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-cd53a21d]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-cd53a21d]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-cd53a21d]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-cd53a21d]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-cd53a21d]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-cd53a21d]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-cd53a21d]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-cd53a21d]:focus{outline:none}#searchButton[data-v-cd53a21d]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-cd53a21d]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-cd53a21d]{width:80%}table td.right[data-v-cd53a21d]{width:10%;text-align:center}.result[data-v-cd53a21d],.resultcount[data-v-cd53a21d],.noResult[data-v-cd53a21d]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-cd53a21d]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-cd53a21d]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-cd53a21d]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-cd53a21d]{color:#e49f81}.cover[data-v-cd53a21d]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-cd53a21d]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-cd53a21d]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-cd53a21d]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-cd53a21d]{font-size:12px}.languageDivPhone .active[data-v-cd53a21d]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-cd53a21d]{bottom:30px;left:1px}.fontChangeButton[data-v-cd53a21d]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-cd53a21d]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-cd53a21d]{left:0}.languageDiv div[data-v-cd53a21d]{width:120%;left:-45px;top:5px}#languageSelect[data-v-cd53a21d]{margin-left:-40px}#banner_img>a[data-v-cd53a21d]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-cd53a21d]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-cd53a21d]{z-index:12}.header_main[data-v-cd53a21d]{height:40px;padding-top:0}.header[data-v-cd53a21d]{z-index:12}.header[data-v-cd53a21d]{height:40px;padding-top:0}#title[data-v-cd53a21d]{font-size:16px;width:49%}#headerLogo[data-v-cd53a21d]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-cd53a21d]{width:20%}.languageDiv div[data-v-cd53a21d]{width:90%;left:-15px;top:5px}#languageSelect[data-v-cd53a21d]{margin-left:-10px}.languageDiv ul[data-v-cd53a21d]{font-size:12px}#menu[data-v-cd53a21d]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-cd53a21d]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-cd53a21d]{width:80%}#rightHeader[data-v-cd53a21d]{height:40px}#rightHeader>div[data-v-cd53a21d]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-cd53a21d]{position:absolute;right:38px;top:0}.searchDiv[data-v-cd53a21d]{width:90%}#toc[data-v-cd53a21d]{width:100%}.copyright[data-v-cd53a21d]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-cd53a21d]{display:none}#copyrightPhone[data-v-cd53a21d]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-cd53a21d]{width:15%!important}#prevBtn[data-v-cd53a21d],#nextBtn[data-v-cd53a21d]{width:32px;height:32px;background-size:100%}#searchButton[data-v-cd53a21d]{margin-left:-1px}table td.left[data-v-cd53a21d]{text-align:right}table td.center[data-v-cd53a21d]{width:50%}table td.right[data-v-cd53a21d]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-cd53a21d]{left:0}.languageDiv div[data-v-cd53a21d]{width:100%;left:-5px;top:5px}#languageSelect[data-v-cd53a21d]{margin-left:20px}.languageDiv ul[data-v-cd53a21d]{font-size:10px}.noResult>span[data-v-cd53a21d]{width:200px!important;font-size:14px}#title[data-v-cd53a21d]{font-size:13px;width:40%}#menu[data-v-cd53a21d]{position:absolute}#banner_img>a[data-v-cd53a21d]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-cd53a21d]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-cd53a21d]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-cd53a21d]{font-size:14px}}body[data-v-cd53a21d]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-cd53a21d]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-cd53a21d]{margin:auto;max-width:1120px}.subHeaderInner[data-v-cd53a21d]>*{float:left}.content p[data-v-cd53a21d],.content li[data-v-cd53a21d]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-cd53a21d]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-cd53a21d]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-cd53a21d]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-cd53a21d]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-cd53a21d]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-cd53a21d]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-cd53a21d]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-cd53a21d]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-cd53a21d]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-cd53a21d]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-cd53a21d]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-cd53a21d],p.Para-Basic-B-Sub[data-v-cd53a21d]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-cd53a21d]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-cd53a21d]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-cd53a21d]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-cd53a21d]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-cd53a21d]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-cd53a21d],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-cd53a21d],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-cd53a21d]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-cd53a21d],p+ul li.Para-Basic-B-Sub[data-v-cd53a21d]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-cd53a21d],ul~p.Para-basic-L-bullet-Sub[data-v-cd53a21d],ul~p.Para-Basic-B-Sub[data-v-cd53a21d]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-cd53a21d],ol~p.Para-basic-L-bullet-Sub[data-v-cd53a21d],ol~p.Para-Basic-B-Sub[data-v-cd53a21d]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-cd53a21d],ol+*+p.Para-basic-L-bullet-Sub[data-v-cd53a21d],ol+*+p.Para-Basic-B-Sub[data-v-cd53a21d]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-cd53a21d],a .Para-Basic-B-Sub[data-v-cd53a21d]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-cd53a21d]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-cd53a21d]{margin-left:45px}.content p[data-v-cd53a21d],li[data-v-cd53a21d]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-cd53a21d],p.Para-Basic-B[data-v-cd53a21d],p.Para-Basic-B-Center[data-v-cd53a21d]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-cd53a21d]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-cd53a21d],p.Para-Basic-B-Center[data-v-cd53a21d]{text-align:center}p.Para-Table-L-center[data-v-cd53a21d],p.Para-Table-B-Center[data-v-cd53a21d]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-cd53a21d],table p.Para-Basic-B[data-v-cd53a21d],table p.Para-Basic-B-Center[data-v-cd53a21d]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-cd53a21d]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-cd53a21d]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-cd53a21d]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-cd53a21d]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-cd53a21d]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-cd53a21d],.content .text>ul[data-v-cd53a21d],.content .text table ol[data-v-cd53a21d],.content .text table ul[data-v-cd53a21d]{padding-left:20px}.content .text>ol[data-v-cd53a21d]{padding-left:0}p.Para-Illust-L[data-v-cd53a21d]{text-align:center}p.Para-Illust-L img[data-v-cd53a21d]{display:inline-block}p.Placeholder-sub[data-v-cd53a21d],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-cd53a21d],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-cd53a21d],.content .text>ol~.figure[data-v-cd53a21d],p.Placeholder-sub-S[data-v-cd53a21d],.Para-screen-sub-S[data-v-cd53a21d],.Para-screen-sub-M[data-v-cd53a21d],.Para-screen-sub-L[data-v-cd53a21d]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-cd53a21d],p.Placeholder-sub-M img[data-v-cd53a21d],p.Placeholder-sub img[data-v-cd53a21d]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-cd53a21d]{margin-left:45px}.Table-pic-Left-sub img[data-v-cd53a21d]{margin-top:5px;margin-bottom:10px}div.figure[data-v-cd53a21d]{display:inline-block}p.Para-img-description[data-v-cd53a21d]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-cd53a21d]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-cd53a21d]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-cd53a21d]{margin-bottom:25px}.text img[data-v-cd53a21d]{max-width:100%;display:block}.Table-Pic-center[data-v-cd53a21d]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-cd53a21d]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-cd53a21d]{margin:0}p.Para-Box-Num[data-v-cd53a21d]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-cd53a21d]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-cd53a21d]:AFTER{content:". "}span.inline-img img[data-v-cd53a21d]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-cd53a21d]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-cd53a21d]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-cd53a21d]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-cd53a21d]{margin-left:6.5%;display:block!important}.discUl li[data-v-cd53a21d]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-cd53a21d],.Symbol-R[data-v-cd53a21d],.Note-R-Pic[data-v-cd53a21d]{display:block;width:100%}.Symbol-L[data-v-cd53a21d]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-cd53a21d]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-cd53a21d],.Symbol-R li[data-v-cd53a21d],.Symbol-R p[data-v-cd53a21d]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-cd53a21d]{font-size:16px}table.Table-Symbol td ul[data-v-cd53a21d]{padding-left:20px}table.Table-Symbol[data-v-cd53a21d]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-cd53a21d]{color:#bc162c}.Symbol-Black[data-v-cd53a21d],.Symbol-Black-Table[data-v-cd53a21d]{font-family:upsys_commonregular}.Symbol-Green[data-v-cd53a21d]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-cd53a21d]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-cd53a21d]{width:auto!important}.video_container[data-v-cd53a21d]{margin-top:40px;float:right}.video[data-v-cd53a21d]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-cd53a21d]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-cd53a21d]{width:100%}.Table--3col[data-v-cd53a21d],.Basic-Table[data-v-cd53a21d],.Table--2col[data-v-cd53a21d],.Table-Landmark[data-v-cd53a21d],.Table--4col[data-v-cd53a21d],.Table-2row-merge[data-v-cd53a21d],.Table--troubleshooting[data-v-cd53a21d],.Table-specification[data-v-cd53a21d],.Table-service-center[data-v-cd53a21d],.Table-5col[data-v-cd53a21d],.responsive[data-v-cd53a21d],.Table--3col-Locations[data-v-cd53a21d]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-cd53a21d]:FIRST-CHILD,.Basic-Table tr[data-v-cd53a21d]:FIRST-CHILD,.Table--2col tr[data-v-cd53a21d]:FIRST-CHILD,.Table-Landmark tr[data-v-cd53a21d]:FIRST-CHILD,.Table--4col tr[data-v-cd53a21d]:FIRST-CHILD,.Table-2row-merge tr[data-v-cd53a21d]:FIRST-CHILD,.Table--troubleshooting tr[data-v-cd53a21d]:FIRST-CHILD,.Table-service-center tr[data-v-cd53a21d]:FIRST-CHILD,.responsive tr[data-v-cd53a21d]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-cd53a21d]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-cd53a21d],.Basic-Table td[data-v-cd53a21d],.Table--2col td[data-v-cd53a21d],.Table-Landmark td[data-v-cd53a21d],.Table--4col td[data-v-cd53a21d],.Table-2row-merge td[data-v-cd53a21d],.Table--troubleshooting td[data-v-cd53a21d],.Table-specification td[data-v-cd53a21d],.Table-service-center td[data-v-cd53a21d],.responsive td[data-v-cd53a21d]{padding:10px}.Table--troubleshooting td[data-v-cd53a21d]{border-right:none}.Table--troubleshooting[data-v-cd53a21d]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-cd53a21d],.Table-Landmark .Para-Pic-Center img[data-v-cd53a21d]{width:30px}.Table-5col[data-v-cd53a21d]{border:none}.Table-5col tr[data-v-cd53a21d]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-cd53a21d]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-cd53a21d]{width:15%}.Table--3col td.x3col-L[data-v-cd53a21d],.x3col-L td.x3col-M[data-v-cd53a21d]{width:10%}td.x3col-Mid-Text[data-v-cd53a21d]{text-align:center}td.x3col-R-Pic[data-v-cd53a21d]{text-align:right}.responsive td p[data-v-cd53a21d]{text-align:center}table.Table--3col-Locations[data-v-cd53a21d]{border-collapse:collapse}.Table--3col-Locations td[data-v-cd53a21d]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-cd53a21d]{padding:10px}.Para-Pic-Center img[data-v-cd53a21d]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-cd53a21d]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-cd53a21d]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-cd53a21d]{width:50%}.Table-specification .x3col-L-Grey[data-v-cd53a21d]{width:20%}.Table-specification .Spec-Mid-text[data-v-cd53a21d]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-cd53a21d]{width:50%}.Table--3col .x3col-L-Grey[data-v-cd53a21d]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-cd53a21d],.Table--4col .x3col-Mid-Grey[data-v-cd53a21d],.Table--4col .x3col-R-Grey[data-v-cd53a21d]{width:30%}.navi td.x3col-Mid-Grey[data-v-cd53a21d]{width:15%}.Table--3col .x3col-R-Grey[data-v-cd53a21d]{width:50%}.Table--2col .x3col-L-Grey[data-v-cd53a21d],.Table--2col td[data-v-cd53a21d]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-cd53a21d]{width:70%}.Table--2col-Disc[data-v-cd53a21d]{border-collapse:collapse}.Table--2col-Disc td[data-v-cd53a21d]{border:1px solid grey;padding:10px}.Table-PL td[data-v-cd53a21d]:FIRST-CHILD{width:25%}.resultcount p[data-v-cd53a21d]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-cd53a21d]{font-family:SK_namuhx-Bold}.noResult>span[data-v-cd53a21d]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-cd53a21d]{color:#f0dfdf;display:block}.result_list[data-v-cd53a21d]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-cd53a21d]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-cd53a21d]{font-family:SK_namuhx-Regular}.resulttext p[data-v-cd53a21d]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-cd53a21d]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-cd53a21d]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-cd53a21d],.Cross-Reference[data-v-cd53a21d]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-cd53a21d]:hover{text-decoration:underline}.fontChangeDiv[data-v-cd53a21d]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-cd53a21d]{top:55px}#backButton[data-v-cd53a21d]{background-size:16px}.chapterTitle[data-v-cd53a21d]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-cd53a21d],h2[data-v-cd53a21d]{font-size:1.3em}#contentAccordion[data-v-cd53a21d]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-cd53a21d]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-cd53a21d]{line-height:21px}.video[data-v-cd53a21d]{width:46%}}@media screen and (max-width: 640px){h2[data-v-cd53a21d]{margin-top:40px}.subHeader[data-v-cd53a21d]{top:40px}.fontChangeDiv[data-v-cd53a21d]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-cd53a21d]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-cd53a21d]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-cd53a21d]{margin-left:7.3%}table td[data-v-cd53a21d]{font-size:14px;padding:5px!important}table td p[data-v-cd53a21d],table td p.Para-Basic-B-Center[data-v-cd53a21d],table td p.Para-Basic-B[data-v-cd53a21d]{font-size:14px}table td p.Para-Small-L[data-v-cd53a21d]{font-size:12px;word-break:break-word}.Table--3col td[data-v-cd53a21d],.Basic-Table td[data-v-cd53a21d],.Table--2col td[data-v-cd53a21d],.Table-Landmark td[data-v-cd53a21d],.Table--4col td[data-v-cd53a21d],.Table-2row-merge td[data-v-cd53a21d],.Table--troubleshooting td[data-v-cd53a21d],.Table-specification td[data-v-cd53a21d],.Table-service-center td[data-v-cd53a21d]{border-right:none}.responsive[data-v-cd53a21d],.responsive tr[data-v-cd53a21d],.responsive tbody[data-v-cd53a21d]{width:100%}.Table--4col-responsive td[data-v-cd53a21d]{min-width:200px!important;height:auto}.responsive td p[data-v-cd53a21d]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-cd53a21d],.Table-Symbol td li[data-v-cd53a21d]{font-size:16px}p.Placeholder-sub[data-v-cd53a21d],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-cd53a21d],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-cd53a21d],.content .text>ol~.figure[data-v-cd53a21d],.content .text>ol+ul[data-v-cd53a21d],.Para-screen-sub-L[data-v-cd53a21d]{margin-left:0}.resultcount p[data-v-cd53a21d]{font-size:16px}.Table-specification td p[data-v-cd53a21d],.Table--3col-Locations td li[data-v-cd53a21d],p.Para-basic-L-Sub[data-v-cd53a21d],p.Para-basic-L-Sub-Auto[data-v-cd53a21d],p.Para-basic-L-center[data-v-cd53a21d],li.Para-basic-L-bullet[data-v-cd53a21d],p.Para-basic-L[data-v-cd53a21d],li.Para-basic-L-hyp-Sub[data-v-cd53a21d],li.Para-basic-L-hyp-2Sub[data-v-cd53a21d],li[class^=Para-Num][data-v-cd53a21d],p.Para-Box-Num[data-v-cd53a21d],p.Para-Basic-B-Sub[data-v-cd53a21d],td p.Para-basic-L[data-v-cd53a21d],td li.Para-basic-L-bullet[data-v-cd53a21d],p.Para-Basic-B[data-v-cd53a21d],p.Para-Circle-Num-Sub[data-v-cd53a21d],.Symbol-L p.Para-basic-L-Sub[data-v-cd53a21d],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-cd53a21d]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-cd53a21d],.Table--3col-Locations td li[data-v-cd53a21d],p.Para-Table-L-Sub[data-v-cd53a21d],p.Para-Table-L-Sub-Auto[data-v-cd53a21d],p.Para-Table-L-center[data-v-cd53a21d],p.Para-Table-L[data-v-cd53a21d],li.Para-Table-L-hyp-Sub[data-v-cd53a21d],li.Para-Table-L-hyp-2Sub[data-v-cd53a21d],p.Para-Table-B-Sub[data-v-cd53a21d],td p.Para-Table-L[data-v-cd53a21d],p.Para-Table-B[data-v-cd53a21d],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-cd53a21d]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-cd53a21d]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-cd53a21d],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-cd53a21d]{font-size:14px}.big .Table-specification td p[data-v-cd53a21d],.big .Table--3col-Locations td li[data-v-cd53a21d],.big p.Para-basic-L-Sub[data-v-cd53a21d],.big p.Para-basic-L-Sub-Auto[data-v-cd53a21d],.big p.Para-basic-L-center[data-v-cd53a21d],.big li.Para-basic-L-bullet[data-v-cd53a21d],.big p.Para-basic-L[data-v-cd53a21d],.big li.Para-basic-L-hyp-Sub[data-v-cd53a21d],.big li.Para-basic-L-hyp-2Sub[data-v-cd53a21d],.big li[class^=Para-Num][data-v-cd53a21d],.big p.Para-Box-Num[data-v-cd53a21d],.big p.Para-Basic-B-Sub[data-v-cd53a21d],.big td p.Para-basic-L[data-v-cd53a21d],.big td li.Para-basic-L-bullet[data-v-cd53a21d],.big p.Para-Basic-B[data-v-cd53a21d],.big p.Para-Circle-Num-Sub[data-v-cd53a21d]{font-size:16px}.big .Table-specification td p[data-v-cd53a21d],.big .Table--3col-Locations td li[data-v-cd53a21d],.big p.Para-Table-L-Sub[data-v-cd53a21d],.big p.Para-Table-L-Sub-Auto[data-v-cd53a21d],.big p.Para-Table-L-center[data-v-cd53a21d],.big p.Para-Table-L[data-v-cd53a21d],.big li.Para-Table-L-hyp-Sub[data-v-cd53a21d],.big li.Para-Table-L-hyp-2Sub[data-v-cd53a21d],.big li[class^=Para-Num][data-v-cd53a21d],.big p.Para-Box-Num[data-v-cd53a21d],.big p.Para-Table-B-Sub[data-v-cd53a21d],.big td p.Para-Table-L[data-v-cd53a21d],.big p.Para-Table-B[data-v-cd53a21d],.big p.Para-Circle-Num-Sub[data-v-cd53a21d],.big p.Para-Table-B-Center[data-v-cd53a21d],.big .Table--3col-ISO td p[data-v-cd53a21d]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-cd53a21d],p.Para-Table-B-Center[data-v-cd53a21d]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-cd53a21d],.big p.video_title[data-v-cd53a21d],.big .resultItem p[data-v-cd53a21d]{font-size:1.05em}h1[data-v-cd53a21d]{font-size:1.2em;margin-top:0}h2[data-v-cd53a21d]{font-size:1.1em}.Heading-3[data-v-cd53a21d]{font-size:1em}.content .text>ol li[data-v-cd53a21d]:BEFORE{font-size:26px}.video[data-v-cd53a21d]{width:95%}}p.Para-Table-L[data-v-cd53a21d]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-cd53a21d]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-cd53a21d]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-cd53a21d]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-cd53a21d]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-cd53a21d]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-cd53a21d]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-cd53a21d]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-cd53a21d]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-cd53a21d]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-cd53a21d]:before{content:"";display:block;height:15pt}.Bold[data-v-cd53a21d],span.Bold[data-v-cd53a21d]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-cd53a21d]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-cd53a21d]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-cd53a21d]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-cd53a21d]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-cd53a21d]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-cd53a21d]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-cd53a21d]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-cd53a21d]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-cd53a21d]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-cd53a21d]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-cd53a21d]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-cd53a21d],.Para-Table-L-Sub-Auto .icon-1[data-v-cd53a21d]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-cd53a21d]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-cd53a21d]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-cd53a21d]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-cd53a21d],.Table--2col td p.Para-basic-L[data-v-cd53a21d]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-cd53a21d]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-cd53a21d]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-cd53a21d]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-cd53a21d]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-cd53a21d]{margin-top:8pt!important}.table-responsive[data-v-cd53a21d]{width:100%;overflow-x:auto}.table-responsive table[data-v-cd53a21d]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-cd53a21d]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-cd53a21d]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-cd53a21d]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-cd53a21d]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-cd53a21d]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-cd53a21d]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-cd53a21d]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-cd53a21d]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-cd53a21d]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-cd53a21d]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-cd53a21d]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-cd53a21d]{font-size:12px}#table-15.responsive td[data-v-cd53a21d]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-cd53a21d]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-cd53a21d]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-cd53a21d]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-cd53a21d]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-cd53a21d],.Table--4col-Error th[data-v-cd53a21d]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-cd53a21d],.Table--4col-Error tr:first-child th[data-v-cd53a21d]{border-top:none}.Table--4col-Error tr:last-child td[data-v-cd53a21d]{border-bottom:none}.Table--4col-Error thead td[data-v-cd53a21d]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-cd53a21d]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-cd53a21d]:nth-child(1),.Table--4col-Error thead td[data-v-cd53a21d]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-cd53a21d]:nth-child(2),.Table--4col-Error thead td[data-v-cd53a21d]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-cd53a21d]:nth-child(3),.Table--4col-Error thead td[data-v-cd53a21d]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-cd53a21d]:nth-child(4),.Table--4col-Error thead td[data-v-cd53a21d]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-cd53a21d]:nth-child(1),.Table--4col-Error tbody td[data-v-cd53a21d]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-cd53a21d]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-cd53a21d]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-cd53a21d]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-cd53a21d]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-cd53a21d]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-cd53a21d]{font-size:14px!important}.Table--4col-Error tbody td[data-v-cd53a21d]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-cd53a21d],.Table--4col-Error p.Para-Table-B[data-v-cd53a21d],.Table--4col-Error p.Para-Table-L-Center[data-v-cd53a21d]{font-size:12px!important}.Table--4col-Error tbody td[data-v-cd53a21d]:nth-child(1),.Table--4col-Error thead td[data-v-cd53a21d]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-cd53a21d]:nth-child(2),.Table--4col-Error thead td[data-v-cd53a21d]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-cd53a21d]:nth-child(3),.Table--4col-Error thead td[data-v-cd53a21d]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-cd53a21d]:nth-child(4),.Table--4col-Error thead td[data-v-cd53a21d]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-cd53a21d]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-cd53a21d]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-cd53a21d]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-cd53a21d]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-cd53a21d]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-cd53a21d]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-cd53a21d]{line-height:1.25;font-weight:500}.Bold-color[data-v-cd53a21d]{font-weight:700}.char-style-override-4[data-v-cd53a21d]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-cd53a21d]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-cd53a21d]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-cd53a21d]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-cd53a21d]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-cd53a21d]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-cd53a21d]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-cd53a21d]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-cd53a21d]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-cd53a21d]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-cd53a21d]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-cd53a21d]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-cd53a21d]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-cd53a21d]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-cd53a21d]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-cd53a21d]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-cd53a21d],tr:last-child td.cell-style-override-7[data-v-cd53a21d]{border-bottom:0}table#table-16[data-v-cd53a21d]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-cd53a21d],.Table--2col-Air-Sensor[data-v-cd53a21d],.Table--2col-Voice[data-v-cd53a21d],.Table--2col-Filter[data-v-cd53a21d],.Table--troubleshooting[data-v-cd53a21d],.Table--4col-Error[data-v-cd53a21d],.Table--Specifications[data-v-cd53a21d]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-cd53a21d]:last-child,.Table--2col-Voice tr td[data-v-cd53a21d]:last-child{width:70%}.Table--2col-Voice tr td[data-v-cd53a21d]:first-child{width:30%}.Para-Table-L-Center[data-v-cd53a21d]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-cd53a21d]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-cd53a21d]{display:block!important}.Table--2col-Information td[data-v-cd53a21d]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-cd53a21d]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-cd53a21d]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-cd53a21d]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-cd53a21d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-cd53a21d],.Table--4col-responsive table td[data-v-cd53a21d]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-cd53a21d],.Table--2col-Information th[data-v-cd53a21d]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-cd53a21d]:nth-child(1),.Table--2col-Information th[data-v-cd53a21d]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-cd53a21d]:nth-child(2),.Table--2col-Information th[data-v-cd53a21d]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-cd53a21d],.Table--2col-Information th[data-v-cd53a21d]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-cd53a21d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-cd53a21d],.Table--2col-Voice th[data-v-cd53a21d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-cd53a21d]:nth-child(1),.Table--2col-Voice th[data-v-cd53a21d]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-cd53a21d]:nth-child(2),.Table--2col-Voice th[data-v-cd53a21d]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-cd53a21d]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-cd53a21d],.Table--2col-Voice tr:last-child td[data-v-cd53a21d]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-cd53a21d],.Table--2col-Voice thead th[data-v-cd53a21d]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-cd53a21d]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-cd53a21d]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-cd53a21d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-cd53a21d],.Table--2col-Information th[data-v-cd53a21d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-cd53a21d]:nth-child(1),.Table--2col-Information th[data-v-cd53a21d]:nth-child(1){width:30%}.Table--2col-Information td[data-v-cd53a21d]:nth-child(2),.Table--2col-Information th[data-v-cd53a21d]:nth-child(2){width:70%}.Table--2col-Information td[data-v-cd53a21d]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-cd53a21d]{border-bottom:none}.Table--2col-Air-Sensor[data-v-cd53a21d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-cd53a21d],.Table--2col-Air-Sensor th[data-v-cd53a21d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-cd53a21d]:nth-child(1),.Table--2col-Air-Sensor th[data-v-cd53a21d]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-cd53a21d]:nth-child(2),.Table--2col-Air-Sensor th[data-v-cd53a21d]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-cd53a21d]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-cd53a21d]{border-bottom:none}.Table--2col-Filter[data-v-cd53a21d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-cd53a21d],.Table--2col-Filter th[data-v-cd53a21d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-cd53a21d]:nth-child(1),.Table--2col-Filter th[data-v-cd53a21d]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-cd53a21d]:nth-child(2),.Table--2col-Filter th[data-v-cd53a21d]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-cd53a21d]:nth-child(3),.Table--2col-Filter th[data-v-cd53a21d]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-cd53a21d]:nth-child(4),.Table--2col-Filter th[data-v-cd53a21d]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-cd53a21d]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-cd53a21d],.Table--2col-Filter tr:last-child td[data-v-cd53a21d]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-cd53a21d],.Table--2col-Filter thead th[data-v-cd53a21d]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-cd53a21d]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-cd53a21d]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-cd53a21d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-cd53a21d],.Table--Specifications th[data-v-cd53a21d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-cd53a21d]:first-child,.Table--Specifications th[data-v-cd53a21d]:first-child{width:16%}.Table--Specifications td[data-v-cd53a21d]:nth-child(2),.Table--Specifications th[data-v-cd53a21d]:nth-child(2){width:42%}.Table--Specifications td[data-v-cd53a21d]:nth-child(3),.Table--Specifications th[data-v-cd53a21d]:nth-child(3){width:42%}.Table--Specifications td[data-v-cd53a21d]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-cd53a21d],.Table--Specifications tr:last-child td[data-v-cd53a21d]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-cd53a21d],.Table--Specifications thead th[data-v-cd53a21d]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-cd53a21d]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-cd53a21d]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-cd53a21d],td.cell-style-override-20[data-v-cd53a21d]{padding:10px}td.x3col-Mid-text[data-v-cd53a21d],td.cell-style-override-22[data-v-cd53a21d],td.cell-style-override-20[data-v-cd53a21d]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-cd53a21d]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-cd53a21d]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-cd53a21d]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-cd53a21d]{margin-top:-350px}}#content-div[data-v-cd53a21d]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-cd53a21d]{min-height:100vh}}body[data-v-95b42dbd]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-95b42dbd]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-95b42dbd]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-95b42dbd]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-95b42dbd]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-95b42dbd]{width:83%!important}.content #naviText span[data-v-95b42dbd]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-95b42dbd]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-95b42dbd]{width:100%!important}.content #mainCar[data-v-95b42dbd]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-95b42dbd]{width:100%}#mainCarPhone[data-v-95b42dbd]{display:none}.content #buttonMenu_v2[data-v-95b42dbd]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-95b42dbd]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-95b42dbd]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-95b42dbd]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-95b42dbd]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-95b42dbd]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-95b42dbd]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-95b42dbd]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-95b42dbd]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-95b42dbd]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-95b42dbd]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-95b42dbd]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-95b42dbd]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-95b42dbd]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-95b42dbd]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-95b42dbd]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-95b42dbd]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-95b42dbd]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-95b42dbd]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-95b42dbd]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-95b42dbd]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-95b42dbd]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-95b42dbd]{bottom:11%;width:30%}.content #naviText span[data-v-95b42dbd]{font-size:17px}.content #naviText img[data-v-95b42dbd]{width:80%!important}.content #carName[data-v-95b42dbd]{right:0%;bottom:12%}.content #carName img[data-v-95b42dbd]{width:40%!important}.content #buttonMenu_v2>a[data-v-95b42dbd]{width:33%}.content #buttonMenu>a[data-v-95b42dbd]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-95b42dbd]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-95b42dbd]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-95b42dbd]{display:block}#mainCarPc[data-v-95b42dbd]{display:none}.content #buttonMenu_v2[data-v-95b42dbd],.content #buttonMenu[data-v-95b42dbd]{width:92%}}@media screen and (max-width: 480px){.content[data-v-95b42dbd]{padding-top:0}.content #naviText[data-v-95b42dbd]{bottom:14%;width:45%}.content #naviText span[data-v-95b42dbd]{font-size:11px}.content #naviText img[data-v-95b42dbd]{width:88%!important}.content #carName[data-v-95b42dbd]{right:5%;bottom:15%}.content #carName img[data-v-95b42dbd]{width:120px!important}.content #buttonMenu_v2[data-v-95b42dbd]{position:relative}.content #buttonMenu_v2>a>div[data-v-95b42dbd]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-95b42dbd]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-95b42dbd]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-95b42dbd]{position:relative}.content #buttonMenu>a>div[data-v-95b42dbd]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-95b42dbd]{height:120px}.content #buttonMenu>a>div>span[data-v-95b42dbd]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-95b42dbd]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-95b42dbd]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-95b42dbd]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-95b42dbd]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-95b42dbd]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-95b42dbd]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-95b42dbd]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-95b42dbd]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-95b42dbd]{margin:0;padding:0}html[data-v-95b42dbd]{background-color:#000;width:100%}.keyword[data-v-95b42dbd],.highlight[data-v-95b42dbd]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-95b42dbd]{font-family:upsys_commonregular}.header_main[data-v-95b42dbd]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-95b42dbd]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-95b42dbd]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-95b42dbd]>*{float:left}#headerLogo[data-v-95b42dbd]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-95b42dbd]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-95b42dbd]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-95b42dbd]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-95b42dbd]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-95b42dbd]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-95b42dbd]{font-size:13px}.languageDiv .active[data-v-95b42dbd]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-95b42dbd]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-95b42dbd]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-95b42dbd]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-95b42dbd],#languageSelect li[data-v-95b42dbd]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-95b42dbd],#languageSelect li:hover a[data-v-95b42dbd]{color:#000}.footer-manual[data-v-95b42dbd]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-95b42dbd]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-95b42dbd]{line-height:60px}#footerLogo[data-v-95b42dbd]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-95b42dbd]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-95b42dbd]{display:inline-block;width:100%}#copyrightPcSpan[data-v-95b42dbd]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-95b42dbd]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-95b42dbd]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-95b42dbd]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-95b42dbd]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-95b42dbd]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-95b42dbd]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-95b42dbd]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-95b42dbd]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-95b42dbd]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-95b42dbd]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-95b42dbd]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-95b42dbd]:focus{outline:none}#searchButton[data-v-95b42dbd]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-95b42dbd]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-95b42dbd]{width:80%}table td.right[data-v-95b42dbd]{width:10%;text-align:center}.result[data-v-95b42dbd],.resultcount[data-v-95b42dbd],.noResult[data-v-95b42dbd]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-95b42dbd]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-95b42dbd]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-95b42dbd]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-95b42dbd]{color:#e49f81}.cover[data-v-95b42dbd]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-95b42dbd]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-95b42dbd]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-95b42dbd]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-95b42dbd]{font-size:12px}.languageDivPhone .active[data-v-95b42dbd]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-95b42dbd]{bottom:30px;left:1px}.fontChangeButton[data-v-95b42dbd]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-95b42dbd]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-95b42dbd]{left:0}.languageDiv div[data-v-95b42dbd]{width:120%;left:-45px;top:5px}#languageSelect[data-v-95b42dbd]{margin-left:-40px}#banner_img>a[data-v-95b42dbd]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-95b42dbd]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-95b42dbd]{z-index:12}.header_main[data-v-95b42dbd]{height:40px;padding-top:0}.header[data-v-95b42dbd]{z-index:12}.header[data-v-95b42dbd]{height:40px;padding-top:0}#title[data-v-95b42dbd]{font-size:16px;width:49%}#headerLogo[data-v-95b42dbd]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-95b42dbd]{width:20%}.languageDiv div[data-v-95b42dbd]{width:90%;left:-15px;top:5px}#languageSelect[data-v-95b42dbd]{margin-left:-10px}.languageDiv ul[data-v-95b42dbd]{font-size:12px}#menu[data-v-95b42dbd]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-95b42dbd]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-95b42dbd]{width:80%}#rightHeader[data-v-95b42dbd]{height:40px}#rightHeader>div[data-v-95b42dbd]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-95b42dbd]{position:absolute;right:38px;top:0}.searchDiv[data-v-95b42dbd]{width:90%}#toc[data-v-95b42dbd]{width:100%}.copyright[data-v-95b42dbd]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-95b42dbd]{display:none}#copyrightPhone[data-v-95b42dbd]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-95b42dbd]{width:15%!important}#prevBtn[data-v-95b42dbd],#nextBtn[data-v-95b42dbd]{width:32px;height:32px;background-size:100%}#searchButton[data-v-95b42dbd]{margin-left:-1px}table td.left[data-v-95b42dbd]{text-align:right}table td.center[data-v-95b42dbd]{width:50%}table td.right[data-v-95b42dbd]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-95b42dbd]{left:0}.languageDiv div[data-v-95b42dbd]{width:100%;left:-5px;top:5px}#languageSelect[data-v-95b42dbd]{margin-left:20px}.languageDiv ul[data-v-95b42dbd]{font-size:10px}.noResult>span[data-v-95b42dbd]{width:200px!important;font-size:14px}#title[data-v-95b42dbd]{font-size:13px;width:40%}#menu[data-v-95b42dbd]{position:absolute}#banner_img>a[data-v-95b42dbd]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-95b42dbd]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-95b42dbd]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-95b42dbd]{font-size:14px}}body[data-v-95b42dbd]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-95b42dbd]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-95b42dbd]{margin:auto;max-width:1120px}.subHeaderInner[data-v-95b42dbd]>*{float:left}.content p[data-v-95b42dbd],.content li[data-v-95b42dbd]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-95b42dbd]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-95b42dbd]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-95b42dbd]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-95b42dbd]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-95b42dbd]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-95b42dbd]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-95b42dbd]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-95b42dbd]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-95b42dbd]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-95b42dbd]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-95b42dbd]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-95b42dbd],p.Para-Basic-B-Sub[data-v-95b42dbd]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-95b42dbd]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-95b42dbd]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-95b42dbd]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-95b42dbd]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-95b42dbd]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-95b42dbd],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-95b42dbd],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-95b42dbd]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-95b42dbd],p+ul li.Para-Basic-B-Sub[data-v-95b42dbd]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-95b42dbd],ul~p.Para-basic-L-bullet-Sub[data-v-95b42dbd],ul~p.Para-Basic-B-Sub[data-v-95b42dbd]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-95b42dbd],ol~p.Para-basic-L-bullet-Sub[data-v-95b42dbd],ol~p.Para-Basic-B-Sub[data-v-95b42dbd]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-95b42dbd],ol+*+p.Para-basic-L-bullet-Sub[data-v-95b42dbd],ol+*+p.Para-Basic-B-Sub[data-v-95b42dbd]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-95b42dbd],a .Para-Basic-B-Sub[data-v-95b42dbd]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-95b42dbd]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-95b42dbd]{margin-left:45px}.content p[data-v-95b42dbd],li[data-v-95b42dbd]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-95b42dbd],p.Para-Basic-B[data-v-95b42dbd],p.Para-Basic-B-Center[data-v-95b42dbd]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-95b42dbd]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-95b42dbd],p.Para-Basic-B-Center[data-v-95b42dbd]{text-align:center}p.Para-Table-L-center[data-v-95b42dbd],p.Para-Table-B-Center[data-v-95b42dbd]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-95b42dbd],table p.Para-Basic-B[data-v-95b42dbd],table p.Para-Basic-B-Center[data-v-95b42dbd]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-95b42dbd]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-95b42dbd]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-95b42dbd]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-95b42dbd]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-95b42dbd]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-95b42dbd],.content .text>ul[data-v-95b42dbd],.content .text table ol[data-v-95b42dbd],.content .text table ul[data-v-95b42dbd]{padding-left:20px}.content .text>ol[data-v-95b42dbd]{padding-left:0}p.Para-Illust-L[data-v-95b42dbd]{text-align:center}p.Para-Illust-L img[data-v-95b42dbd]{display:inline-block}p.Placeholder-sub[data-v-95b42dbd],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-95b42dbd],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-95b42dbd],.content .text>ol~.figure[data-v-95b42dbd],p.Placeholder-sub-S[data-v-95b42dbd],.Para-screen-sub-S[data-v-95b42dbd],.Para-screen-sub-M[data-v-95b42dbd],.Para-screen-sub-L[data-v-95b42dbd]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-95b42dbd],p.Placeholder-sub-M img[data-v-95b42dbd],p.Placeholder-sub img[data-v-95b42dbd]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-95b42dbd]{margin-left:45px}.Table-pic-Left-sub img[data-v-95b42dbd]{margin-top:5px;margin-bottom:10px}div.figure[data-v-95b42dbd]{display:inline-block}p.Para-img-description[data-v-95b42dbd]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-95b42dbd]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-95b42dbd]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-95b42dbd]{margin-bottom:25px}.text img[data-v-95b42dbd]{max-width:100%;display:block}.Table-Pic-center[data-v-95b42dbd]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-95b42dbd]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-95b42dbd]{margin:0}p.Para-Box-Num[data-v-95b42dbd]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-95b42dbd]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-95b42dbd]:AFTER{content:". "}span.inline-img img[data-v-95b42dbd]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-95b42dbd]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-95b42dbd]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-95b42dbd]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-95b42dbd]{margin-left:6.5%;display:block!important}.discUl li[data-v-95b42dbd]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-95b42dbd],.Symbol-R[data-v-95b42dbd],.Note-R-Pic[data-v-95b42dbd]{display:block;width:100%}.Symbol-L[data-v-95b42dbd]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-95b42dbd]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-95b42dbd],.Symbol-R li[data-v-95b42dbd],.Symbol-R p[data-v-95b42dbd]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-95b42dbd]{font-size:16px}table.Table-Symbol td ul[data-v-95b42dbd]{padding-left:20px}table.Table-Symbol[data-v-95b42dbd]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-95b42dbd]{color:#bc162c}.Symbol-Black[data-v-95b42dbd],.Symbol-Black-Table[data-v-95b42dbd]{font-family:upsys_commonregular}.Symbol-Green[data-v-95b42dbd]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-95b42dbd]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-95b42dbd]{width:auto!important}.video_container[data-v-95b42dbd]{margin-top:40px;float:right}.video[data-v-95b42dbd]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-95b42dbd]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-95b42dbd]{width:100%}.Table--3col[data-v-95b42dbd],.Basic-Table[data-v-95b42dbd],.Table--2col[data-v-95b42dbd],.Table-Landmark[data-v-95b42dbd],.Table--4col[data-v-95b42dbd],.Table-2row-merge[data-v-95b42dbd],.Table--troubleshooting[data-v-95b42dbd],.Table-specification[data-v-95b42dbd],.Table-service-center[data-v-95b42dbd],.Table-5col[data-v-95b42dbd],.responsive[data-v-95b42dbd],.Table--3col-Locations[data-v-95b42dbd]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-95b42dbd]:FIRST-CHILD,.Basic-Table tr[data-v-95b42dbd]:FIRST-CHILD,.Table--2col tr[data-v-95b42dbd]:FIRST-CHILD,.Table-Landmark tr[data-v-95b42dbd]:FIRST-CHILD,.Table--4col tr[data-v-95b42dbd]:FIRST-CHILD,.Table-2row-merge tr[data-v-95b42dbd]:FIRST-CHILD,.Table--troubleshooting tr[data-v-95b42dbd]:FIRST-CHILD,.Table-service-center tr[data-v-95b42dbd]:FIRST-CHILD,.responsive tr[data-v-95b42dbd]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-95b42dbd]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-95b42dbd],.Basic-Table td[data-v-95b42dbd],.Table--2col td[data-v-95b42dbd],.Table-Landmark td[data-v-95b42dbd],.Table--4col td[data-v-95b42dbd],.Table-2row-merge td[data-v-95b42dbd],.Table--troubleshooting td[data-v-95b42dbd],.Table-specification td[data-v-95b42dbd],.Table-service-center td[data-v-95b42dbd],.responsive td[data-v-95b42dbd]{padding:10px}.Table--troubleshooting td[data-v-95b42dbd]{border-right:none}.Table--troubleshooting[data-v-95b42dbd]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-95b42dbd],.Table-Landmark .Para-Pic-Center img[data-v-95b42dbd]{width:30px}.Table-5col[data-v-95b42dbd]{border:none}.Table-5col tr[data-v-95b42dbd]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-95b42dbd]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-95b42dbd]{width:15%}.Table--3col td.x3col-L[data-v-95b42dbd],.x3col-L td.x3col-M[data-v-95b42dbd]{width:10%}td.x3col-Mid-Text[data-v-95b42dbd]{text-align:center}td.x3col-R-Pic[data-v-95b42dbd]{text-align:right}.responsive td p[data-v-95b42dbd]{text-align:center}table.Table--3col-Locations[data-v-95b42dbd]{border-collapse:collapse}.Table--3col-Locations td[data-v-95b42dbd]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-95b42dbd]{padding:10px}.Para-Pic-Center img[data-v-95b42dbd]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-95b42dbd]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-95b42dbd]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-95b42dbd]{width:50%}.Table-specification .x3col-L-Grey[data-v-95b42dbd]{width:20%}.Table-specification .Spec-Mid-text[data-v-95b42dbd]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-95b42dbd]{width:50%}.Table--3col .x3col-L-Grey[data-v-95b42dbd]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-95b42dbd],.Table--4col .x3col-Mid-Grey[data-v-95b42dbd],.Table--4col .x3col-R-Grey[data-v-95b42dbd]{width:30%}.navi td.x3col-Mid-Grey[data-v-95b42dbd]{width:15%}.Table--3col .x3col-R-Grey[data-v-95b42dbd]{width:50%}.Table--2col .x3col-L-Grey[data-v-95b42dbd],.Table--2col td[data-v-95b42dbd]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-95b42dbd]{width:70%}.Table--2col-Disc[data-v-95b42dbd]{border-collapse:collapse}.Table--2col-Disc td[data-v-95b42dbd]{border:1px solid grey;padding:10px}.Table-PL td[data-v-95b42dbd]:FIRST-CHILD{width:25%}.resultcount p[data-v-95b42dbd]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-95b42dbd]{font-family:SK_namuhx-Bold}.noResult>span[data-v-95b42dbd]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-95b42dbd]{color:#f0dfdf;display:block}.result_list[data-v-95b42dbd]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-95b42dbd]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-95b42dbd]{font-family:SK_namuhx-Regular}.resulttext p[data-v-95b42dbd]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-95b42dbd]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-95b42dbd]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-95b42dbd],.Cross-Reference[data-v-95b42dbd]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-95b42dbd]:hover{text-decoration:underline}.fontChangeDiv[data-v-95b42dbd]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-95b42dbd]{top:55px}#backButton[data-v-95b42dbd]{background-size:16px}.chapterTitle[data-v-95b42dbd]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-95b42dbd],h2[data-v-95b42dbd]{font-size:1.3em}#contentAccordion[data-v-95b42dbd]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-95b42dbd]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-95b42dbd]{line-height:21px}.video[data-v-95b42dbd]{width:46%}}@media screen and (max-width: 640px){h2[data-v-95b42dbd]{margin-top:40px}.subHeader[data-v-95b42dbd]{top:40px}.fontChangeDiv[data-v-95b42dbd]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-95b42dbd]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-95b42dbd]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-95b42dbd]{margin-left:7.3%}table td[data-v-95b42dbd]{font-size:14px;padding:5px!important}table td p[data-v-95b42dbd],table td p.Para-Basic-B-Center[data-v-95b42dbd],table td p.Para-Basic-B[data-v-95b42dbd]{font-size:14px}table td p.Para-Small-L[data-v-95b42dbd]{font-size:12px;word-break:break-word}.Table--3col td[data-v-95b42dbd],.Basic-Table td[data-v-95b42dbd],.Table--2col td[data-v-95b42dbd],.Table-Landmark td[data-v-95b42dbd],.Table--4col td[data-v-95b42dbd],.Table-2row-merge td[data-v-95b42dbd],.Table--troubleshooting td[data-v-95b42dbd],.Table-specification td[data-v-95b42dbd],.Table-service-center td[data-v-95b42dbd]{border-right:none}.responsive[data-v-95b42dbd],.responsive tr[data-v-95b42dbd],.responsive tbody[data-v-95b42dbd]{width:100%}.Table--4col-responsive td[data-v-95b42dbd]{min-width:200px!important;height:auto}.responsive td p[data-v-95b42dbd]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-95b42dbd],.Table-Symbol td li[data-v-95b42dbd]{font-size:16px}p.Placeholder-sub[data-v-95b42dbd],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-95b42dbd],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-95b42dbd],.content .text>ol~.figure[data-v-95b42dbd],.content .text>ol+ul[data-v-95b42dbd],.Para-screen-sub-L[data-v-95b42dbd]{margin-left:0}.resultcount p[data-v-95b42dbd]{font-size:16px}.Table-specification td p[data-v-95b42dbd],.Table--3col-Locations td li[data-v-95b42dbd],p.Para-basic-L-Sub[data-v-95b42dbd],p.Para-basic-L-Sub-Auto[data-v-95b42dbd],p.Para-basic-L-center[data-v-95b42dbd],li.Para-basic-L-bullet[data-v-95b42dbd],p.Para-basic-L[data-v-95b42dbd],li.Para-basic-L-hyp-Sub[data-v-95b42dbd],li.Para-basic-L-hyp-2Sub[data-v-95b42dbd],li[class^=Para-Num][data-v-95b42dbd],p.Para-Box-Num[data-v-95b42dbd],p.Para-Basic-B-Sub[data-v-95b42dbd],td p.Para-basic-L[data-v-95b42dbd],td li.Para-basic-L-bullet[data-v-95b42dbd],p.Para-Basic-B[data-v-95b42dbd],p.Para-Circle-Num-Sub[data-v-95b42dbd],.Symbol-L p.Para-basic-L-Sub[data-v-95b42dbd],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-95b42dbd]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-95b42dbd],.Table--3col-Locations td li[data-v-95b42dbd],p.Para-Table-L-Sub[data-v-95b42dbd],p.Para-Table-L-Sub-Auto[data-v-95b42dbd],p.Para-Table-L-center[data-v-95b42dbd],p.Para-Table-L[data-v-95b42dbd],li.Para-Table-L-hyp-Sub[data-v-95b42dbd],li.Para-Table-L-hyp-2Sub[data-v-95b42dbd],p.Para-Table-B-Sub[data-v-95b42dbd],td p.Para-Table-L[data-v-95b42dbd],p.Para-Table-B[data-v-95b42dbd],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-95b42dbd]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-95b42dbd]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-95b42dbd],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-95b42dbd]{font-size:14px}.big .Table-specification td p[data-v-95b42dbd],.big .Table--3col-Locations td li[data-v-95b42dbd],.big p.Para-basic-L-Sub[data-v-95b42dbd],.big p.Para-basic-L-Sub-Auto[data-v-95b42dbd],.big p.Para-basic-L-center[data-v-95b42dbd],.big li.Para-basic-L-bullet[data-v-95b42dbd],.big p.Para-basic-L[data-v-95b42dbd],.big li.Para-basic-L-hyp-Sub[data-v-95b42dbd],.big li.Para-basic-L-hyp-2Sub[data-v-95b42dbd],.big li[class^=Para-Num][data-v-95b42dbd],.big p.Para-Box-Num[data-v-95b42dbd],.big p.Para-Basic-B-Sub[data-v-95b42dbd],.big td p.Para-basic-L[data-v-95b42dbd],.big td li.Para-basic-L-bullet[data-v-95b42dbd],.big p.Para-Basic-B[data-v-95b42dbd],.big p.Para-Circle-Num-Sub[data-v-95b42dbd]{font-size:16px}.big .Table-specification td p[data-v-95b42dbd],.big .Table--3col-Locations td li[data-v-95b42dbd],.big p.Para-Table-L-Sub[data-v-95b42dbd],.big p.Para-Table-L-Sub-Auto[data-v-95b42dbd],.big p.Para-Table-L-center[data-v-95b42dbd],.big p.Para-Table-L[data-v-95b42dbd],.big li.Para-Table-L-hyp-Sub[data-v-95b42dbd],.big li.Para-Table-L-hyp-2Sub[data-v-95b42dbd],.big li[class^=Para-Num][data-v-95b42dbd],.big p.Para-Box-Num[data-v-95b42dbd],.big p.Para-Table-B-Sub[data-v-95b42dbd],.big td p.Para-Table-L[data-v-95b42dbd],.big p.Para-Table-B[data-v-95b42dbd],.big p.Para-Circle-Num-Sub[data-v-95b42dbd],.big p.Para-Table-B-Center[data-v-95b42dbd],.big .Table--3col-ISO td p[data-v-95b42dbd]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-95b42dbd],p.Para-Table-B-Center[data-v-95b42dbd]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-95b42dbd],.big p.video_title[data-v-95b42dbd],.big .resultItem p[data-v-95b42dbd]{font-size:1.05em}h1[data-v-95b42dbd]{font-size:1.2em;margin-top:0}h2[data-v-95b42dbd]{font-size:1.1em}.Heading-3[data-v-95b42dbd]{font-size:1em}.content .text>ol li[data-v-95b42dbd]:BEFORE{font-size:26px}.video[data-v-95b42dbd]{width:95%}}p.Para-Table-L[data-v-95b42dbd]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-95b42dbd]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-95b42dbd]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-95b42dbd]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-95b42dbd]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-95b42dbd]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-95b42dbd]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-95b42dbd]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-95b42dbd]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-95b42dbd]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-95b42dbd]:before{content:"";display:block;height:15pt}.Bold[data-v-95b42dbd],span.Bold[data-v-95b42dbd]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-95b42dbd]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-95b42dbd]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-95b42dbd]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-95b42dbd]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-95b42dbd]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-95b42dbd]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-95b42dbd]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-95b42dbd]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-95b42dbd]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-95b42dbd]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-95b42dbd]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-95b42dbd],.Para-Table-L-Sub-Auto .icon-1[data-v-95b42dbd]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-95b42dbd]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-95b42dbd]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-95b42dbd]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-95b42dbd],.Table--2col td p.Para-basic-L[data-v-95b42dbd]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-95b42dbd]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-95b42dbd]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-95b42dbd]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-95b42dbd]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-95b42dbd]{margin-top:8pt!important}.table-responsive[data-v-95b42dbd]{width:100%;overflow-x:auto}.table-responsive table[data-v-95b42dbd]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-95b42dbd]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-95b42dbd]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-95b42dbd]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-95b42dbd]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-95b42dbd]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-95b42dbd]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-95b42dbd]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-95b42dbd]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-95b42dbd]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-95b42dbd]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-95b42dbd]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-95b42dbd]{font-size:12px}#table-15.responsive td[data-v-95b42dbd]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-95b42dbd]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-95b42dbd]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-95b42dbd]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-95b42dbd]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-95b42dbd],.Table--4col-Error th[data-v-95b42dbd]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-95b42dbd],.Table--4col-Error tr:first-child th[data-v-95b42dbd]{border-top:none}.Table--4col-Error tr:last-child td[data-v-95b42dbd]{border-bottom:none}.Table--4col-Error thead td[data-v-95b42dbd]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-95b42dbd]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-95b42dbd]:nth-child(1),.Table--4col-Error thead td[data-v-95b42dbd]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-95b42dbd]:nth-child(2),.Table--4col-Error thead td[data-v-95b42dbd]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-95b42dbd]:nth-child(3),.Table--4col-Error thead td[data-v-95b42dbd]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-95b42dbd]:nth-child(4),.Table--4col-Error thead td[data-v-95b42dbd]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-95b42dbd]:nth-child(1),.Table--4col-Error tbody td[data-v-95b42dbd]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-95b42dbd]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-95b42dbd]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-95b42dbd]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-95b42dbd]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-95b42dbd]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-95b42dbd]{font-size:14px!important}.Table--4col-Error tbody td[data-v-95b42dbd]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-95b42dbd],.Table--4col-Error p.Para-Table-B[data-v-95b42dbd],.Table--4col-Error p.Para-Table-L-Center[data-v-95b42dbd]{font-size:12px!important}.Table--4col-Error tbody td[data-v-95b42dbd]:nth-child(1),.Table--4col-Error thead td[data-v-95b42dbd]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-95b42dbd]:nth-child(2),.Table--4col-Error thead td[data-v-95b42dbd]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-95b42dbd]:nth-child(3),.Table--4col-Error thead td[data-v-95b42dbd]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-95b42dbd]:nth-child(4),.Table--4col-Error thead td[data-v-95b42dbd]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-95b42dbd]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-95b42dbd]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-95b42dbd]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-95b42dbd]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-95b42dbd]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-95b42dbd]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-95b42dbd]{line-height:1.25;font-weight:500}.Bold-color[data-v-95b42dbd]{font-weight:700}.char-style-override-4[data-v-95b42dbd]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-95b42dbd]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-95b42dbd]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-95b42dbd]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-95b42dbd]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-95b42dbd]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-95b42dbd]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-95b42dbd]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-95b42dbd]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-95b42dbd]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-95b42dbd]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-95b42dbd]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-95b42dbd]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-95b42dbd]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-95b42dbd]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-95b42dbd]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-95b42dbd],tr:last-child td.cell-style-override-7[data-v-95b42dbd]{border-bottom:0}table#table-16[data-v-95b42dbd]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-95b42dbd],.Table--2col-Air-Sensor[data-v-95b42dbd],.Table--2col-Voice[data-v-95b42dbd],.Table--2col-Filter[data-v-95b42dbd],.Table--troubleshooting[data-v-95b42dbd],.Table--4col-Error[data-v-95b42dbd],.Table--Specifications[data-v-95b42dbd]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-95b42dbd]:last-child,.Table--2col-Voice tr td[data-v-95b42dbd]:last-child{width:70%}.Table--2col-Voice tr td[data-v-95b42dbd]:first-child{width:30%}.Para-Table-L-Center[data-v-95b42dbd]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-95b42dbd]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-95b42dbd]{display:block!important}.Table--2col-Information td[data-v-95b42dbd]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-95b42dbd]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-95b42dbd]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-95b42dbd]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-95b42dbd]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-95b42dbd],.Table--4col-responsive table td[data-v-95b42dbd]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-95b42dbd],.Table--2col-Information th[data-v-95b42dbd]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-95b42dbd]:nth-child(1),.Table--2col-Information th[data-v-95b42dbd]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-95b42dbd]:nth-child(2),.Table--2col-Information th[data-v-95b42dbd]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-95b42dbd],.Table--2col-Information th[data-v-95b42dbd]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-95b42dbd]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-95b42dbd],.Table--2col-Voice th[data-v-95b42dbd]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-95b42dbd]:nth-child(1),.Table--2col-Voice th[data-v-95b42dbd]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-95b42dbd]:nth-child(2),.Table--2col-Voice th[data-v-95b42dbd]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-95b42dbd]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-95b42dbd],.Table--2col-Voice tr:last-child td[data-v-95b42dbd]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-95b42dbd],.Table--2col-Voice thead th[data-v-95b42dbd]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-95b42dbd]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-95b42dbd]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-95b42dbd]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-95b42dbd],.Table--2col-Information th[data-v-95b42dbd]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-95b42dbd]:nth-child(1),.Table--2col-Information th[data-v-95b42dbd]:nth-child(1){width:30%}.Table--2col-Information td[data-v-95b42dbd]:nth-child(2),.Table--2col-Information th[data-v-95b42dbd]:nth-child(2){width:70%}.Table--2col-Information td[data-v-95b42dbd]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-95b42dbd]{border-bottom:none}.Table--2col-Air-Sensor[data-v-95b42dbd]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-95b42dbd],.Table--2col-Air-Sensor th[data-v-95b42dbd]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-95b42dbd]:nth-child(1),.Table--2col-Air-Sensor th[data-v-95b42dbd]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-95b42dbd]:nth-child(2),.Table--2col-Air-Sensor th[data-v-95b42dbd]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-95b42dbd]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-95b42dbd]{border-bottom:none}.Table--2col-Filter[data-v-95b42dbd]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-95b42dbd],.Table--2col-Filter th[data-v-95b42dbd]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-95b42dbd]:nth-child(1),.Table--2col-Filter th[data-v-95b42dbd]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-95b42dbd]:nth-child(2),.Table--2col-Filter th[data-v-95b42dbd]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-95b42dbd]:nth-child(3),.Table--2col-Filter th[data-v-95b42dbd]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-95b42dbd]:nth-child(4),.Table--2col-Filter th[data-v-95b42dbd]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-95b42dbd]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-95b42dbd],.Table--2col-Filter tr:last-child td[data-v-95b42dbd]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-95b42dbd],.Table--2col-Filter thead th[data-v-95b42dbd]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-95b42dbd]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-95b42dbd]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-95b42dbd]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-95b42dbd],.Table--Specifications th[data-v-95b42dbd]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-95b42dbd]:first-child,.Table--Specifications th[data-v-95b42dbd]:first-child{width:16%}.Table--Specifications td[data-v-95b42dbd]:nth-child(2),.Table--Specifications th[data-v-95b42dbd]:nth-child(2){width:42%}.Table--Specifications td[data-v-95b42dbd]:nth-child(3),.Table--Specifications th[data-v-95b42dbd]:nth-child(3){width:42%}.Table--Specifications td[data-v-95b42dbd]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-95b42dbd],.Table--Specifications tr:last-child td[data-v-95b42dbd]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-95b42dbd],.Table--Specifications thead th[data-v-95b42dbd]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-95b42dbd]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-95b42dbd]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-95b42dbd],td.cell-style-override-20[data-v-95b42dbd]{padding:10px}td.x3col-Mid-text[data-v-95b42dbd],td.cell-style-override-22[data-v-95b42dbd],td.cell-style-override-20[data-v-95b42dbd]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-95b42dbd]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-95b42dbd]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-95b42dbd]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-95b42dbd]{margin-top:-350px}}#content-div[data-v-95b42dbd]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-95b42dbd]{min-height:100vh}}body[data-v-2bbf0746]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-2bbf0746]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-2bbf0746]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-2bbf0746]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-2bbf0746]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-2bbf0746]{width:83%!important}.content #naviText span[data-v-2bbf0746]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-2bbf0746]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-2bbf0746]{width:100%!important}.content #mainCar[data-v-2bbf0746]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-2bbf0746]{width:100%}#mainCarPhone[data-v-2bbf0746]{display:none}.content #buttonMenu_v2[data-v-2bbf0746]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-2bbf0746]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-2bbf0746]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-2bbf0746]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-2bbf0746]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-2bbf0746]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-2bbf0746]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-2bbf0746]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-2bbf0746]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-2bbf0746]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-2bbf0746]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-2bbf0746]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-2bbf0746]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-2bbf0746]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-2bbf0746]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-2bbf0746]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-2bbf0746]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-2bbf0746]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-2bbf0746]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-2bbf0746]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-2bbf0746]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-2bbf0746]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-2bbf0746]{bottom:11%;width:30%}.content #naviText span[data-v-2bbf0746]{font-size:17px}.content #naviText img[data-v-2bbf0746]{width:80%!important}.content #carName[data-v-2bbf0746]{right:0%;bottom:12%}.content #carName img[data-v-2bbf0746]{width:40%!important}.content #buttonMenu_v2>a[data-v-2bbf0746]{width:33%}.content #buttonMenu>a[data-v-2bbf0746]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-2bbf0746]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-2bbf0746]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-2bbf0746]{display:block}#mainCarPc[data-v-2bbf0746]{display:none}.content #buttonMenu_v2[data-v-2bbf0746],.content #buttonMenu[data-v-2bbf0746]{width:92%}}@media screen and (max-width: 480px){.content[data-v-2bbf0746]{padding-top:0}.content #naviText[data-v-2bbf0746]{bottom:14%;width:45%}.content #naviText span[data-v-2bbf0746]{font-size:11px}.content #naviText img[data-v-2bbf0746]{width:88%!important}.content #carName[data-v-2bbf0746]{right:5%;bottom:15%}.content #carName img[data-v-2bbf0746]{width:120px!important}.content #buttonMenu_v2[data-v-2bbf0746]{position:relative}.content #buttonMenu_v2>a>div[data-v-2bbf0746]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-2bbf0746]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-2bbf0746]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-2bbf0746]{position:relative}.content #buttonMenu>a>div[data-v-2bbf0746]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-2bbf0746]{height:120px}.content #buttonMenu>a>div>span[data-v-2bbf0746]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-2bbf0746]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-2bbf0746]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-2bbf0746]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-2bbf0746]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-2bbf0746]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-2bbf0746]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-2bbf0746]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-2bbf0746]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-2bbf0746]{margin:0;padding:0}html[data-v-2bbf0746]{background-color:#000;width:100%}.keyword[data-v-2bbf0746],.highlight[data-v-2bbf0746]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-2bbf0746]{font-family:upsys_commonregular}.header_main[data-v-2bbf0746]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-2bbf0746]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-2bbf0746]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-2bbf0746]>*{float:left}#headerLogo[data-v-2bbf0746]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-2bbf0746]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-2bbf0746]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-2bbf0746]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-2bbf0746]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-2bbf0746]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-2bbf0746]{font-size:13px}.languageDiv .active[data-v-2bbf0746]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-2bbf0746]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-2bbf0746]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-2bbf0746]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-2bbf0746],#languageSelect li[data-v-2bbf0746]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-2bbf0746],#languageSelect li:hover a[data-v-2bbf0746]{color:#000}.footer-manual[data-v-2bbf0746]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-2bbf0746]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-2bbf0746]{line-height:60px}#footerLogo[data-v-2bbf0746]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-2bbf0746]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-2bbf0746]{display:inline-block;width:100%}#copyrightPcSpan[data-v-2bbf0746]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-2bbf0746]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-2bbf0746]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-2bbf0746]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-2bbf0746]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-2bbf0746]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-2bbf0746]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-2bbf0746]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-2bbf0746]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-2bbf0746]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-2bbf0746]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-2bbf0746]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-2bbf0746]:focus{outline:none}#searchButton[data-v-2bbf0746]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-2bbf0746]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-2bbf0746]{width:80%}table td.right[data-v-2bbf0746]{width:10%;text-align:center}.result[data-v-2bbf0746],.resultcount[data-v-2bbf0746],.noResult[data-v-2bbf0746]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-2bbf0746]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-2bbf0746]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-2bbf0746]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-2bbf0746]{color:#e49f81}.cover[data-v-2bbf0746]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-2bbf0746]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-2bbf0746]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-2bbf0746]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-2bbf0746]{font-size:12px}.languageDivPhone .active[data-v-2bbf0746]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-2bbf0746]{bottom:30px;left:1px}.fontChangeButton[data-v-2bbf0746]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-2bbf0746]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-2bbf0746]{left:0}.languageDiv div[data-v-2bbf0746]{width:120%;left:-45px;top:5px}#languageSelect[data-v-2bbf0746]{margin-left:-40px}#banner_img>a[data-v-2bbf0746]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-2bbf0746]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-2bbf0746]{z-index:12}.header_main[data-v-2bbf0746]{height:40px;padding-top:0}.header[data-v-2bbf0746]{z-index:12}.header[data-v-2bbf0746]{height:40px;padding-top:0}#title[data-v-2bbf0746]{font-size:16px;width:49%}#headerLogo[data-v-2bbf0746]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-2bbf0746]{width:20%}.languageDiv div[data-v-2bbf0746]{width:90%;left:-15px;top:5px}#languageSelect[data-v-2bbf0746]{margin-left:-10px}.languageDiv ul[data-v-2bbf0746]{font-size:12px}#menu[data-v-2bbf0746]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-2bbf0746]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-2bbf0746]{width:80%}#rightHeader[data-v-2bbf0746]{height:40px}#rightHeader>div[data-v-2bbf0746]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-2bbf0746]{position:absolute;right:38px;top:0}.searchDiv[data-v-2bbf0746]{width:90%}#toc[data-v-2bbf0746]{width:100%}.copyright[data-v-2bbf0746]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-2bbf0746]{display:none}#copyrightPhone[data-v-2bbf0746]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-2bbf0746]{width:15%!important}#prevBtn[data-v-2bbf0746],#nextBtn[data-v-2bbf0746]{width:32px;height:32px;background-size:100%}#searchButton[data-v-2bbf0746]{margin-left:-1px}table td.left[data-v-2bbf0746]{text-align:right}table td.center[data-v-2bbf0746]{width:50%}table td.right[data-v-2bbf0746]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-2bbf0746]{left:0}.languageDiv div[data-v-2bbf0746]{width:100%;left:-5px;top:5px}#languageSelect[data-v-2bbf0746]{margin-left:20px}.languageDiv ul[data-v-2bbf0746]{font-size:10px}.noResult>span[data-v-2bbf0746]{width:200px!important;font-size:14px}#title[data-v-2bbf0746]{font-size:13px;width:40%}#menu[data-v-2bbf0746]{position:absolute}#banner_img>a[data-v-2bbf0746]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-2bbf0746]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-2bbf0746]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-2bbf0746]{font-size:14px}}body[data-v-2bbf0746]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-2bbf0746]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-2bbf0746]{margin:auto;max-width:1120px}.subHeaderInner[data-v-2bbf0746]>*{float:left}.content p[data-v-2bbf0746],.content li[data-v-2bbf0746]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-2bbf0746]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-2bbf0746]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-2bbf0746]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-2bbf0746]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-2bbf0746]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-2bbf0746]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-2bbf0746]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-2bbf0746]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-2bbf0746]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-2bbf0746]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-2bbf0746]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-2bbf0746],p.Para-Basic-B-Sub[data-v-2bbf0746]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-2bbf0746]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-2bbf0746]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-2bbf0746]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-2bbf0746]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-2bbf0746]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-2bbf0746],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-2bbf0746],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-2bbf0746]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-2bbf0746],p+ul li.Para-Basic-B-Sub[data-v-2bbf0746]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-2bbf0746],ul~p.Para-basic-L-bullet-Sub[data-v-2bbf0746],ul~p.Para-Basic-B-Sub[data-v-2bbf0746]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-2bbf0746],ol~p.Para-basic-L-bullet-Sub[data-v-2bbf0746],ol~p.Para-Basic-B-Sub[data-v-2bbf0746]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-2bbf0746],ol+*+p.Para-basic-L-bullet-Sub[data-v-2bbf0746],ol+*+p.Para-Basic-B-Sub[data-v-2bbf0746]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-2bbf0746],a .Para-Basic-B-Sub[data-v-2bbf0746]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-2bbf0746]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-2bbf0746]{margin-left:45px}.content p[data-v-2bbf0746],li[data-v-2bbf0746]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-2bbf0746],p.Para-Basic-B[data-v-2bbf0746],p.Para-Basic-B-Center[data-v-2bbf0746]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-2bbf0746]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-2bbf0746],p.Para-Basic-B-Center[data-v-2bbf0746]{text-align:center}p.Para-Table-L-center[data-v-2bbf0746],p.Para-Table-B-Center[data-v-2bbf0746]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-2bbf0746],table p.Para-Basic-B[data-v-2bbf0746],table p.Para-Basic-B-Center[data-v-2bbf0746]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-2bbf0746]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-2bbf0746]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-2bbf0746]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-2bbf0746]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-2bbf0746]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-2bbf0746],.content .text>ul[data-v-2bbf0746],.content .text table ol[data-v-2bbf0746],.content .text table ul[data-v-2bbf0746]{padding-left:20px}.content .text>ol[data-v-2bbf0746]{padding-left:0}p.Para-Illust-L[data-v-2bbf0746]{text-align:center}p.Para-Illust-L img[data-v-2bbf0746]{display:inline-block}p.Placeholder-sub[data-v-2bbf0746],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-2bbf0746],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-2bbf0746],.content .text>ol~.figure[data-v-2bbf0746],p.Placeholder-sub-S[data-v-2bbf0746],.Para-screen-sub-S[data-v-2bbf0746],.Para-screen-sub-M[data-v-2bbf0746],.Para-screen-sub-L[data-v-2bbf0746]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-2bbf0746],p.Placeholder-sub-M img[data-v-2bbf0746],p.Placeholder-sub img[data-v-2bbf0746]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-2bbf0746]{margin-left:45px}.Table-pic-Left-sub img[data-v-2bbf0746]{margin-top:5px;margin-bottom:10px}div.figure[data-v-2bbf0746]{display:inline-block}p.Para-img-description[data-v-2bbf0746]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-2bbf0746]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-2bbf0746]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-2bbf0746]{margin-bottom:25px}.text img[data-v-2bbf0746]{max-width:100%;display:block}.Table-Pic-center[data-v-2bbf0746]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-2bbf0746]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-2bbf0746]{margin:0}p.Para-Box-Num[data-v-2bbf0746]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-2bbf0746]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-2bbf0746]:AFTER{content:". "}span.inline-img img[data-v-2bbf0746]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-2bbf0746]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-2bbf0746]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-2bbf0746]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-2bbf0746]{margin-left:6.5%;display:block!important}.discUl li[data-v-2bbf0746]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-2bbf0746],.Symbol-R[data-v-2bbf0746],.Note-R-Pic[data-v-2bbf0746]{display:block;width:100%}.Symbol-L[data-v-2bbf0746]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-2bbf0746]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-2bbf0746],.Symbol-R li[data-v-2bbf0746],.Symbol-R p[data-v-2bbf0746]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-2bbf0746]{font-size:16px}table.Table-Symbol td ul[data-v-2bbf0746]{padding-left:20px}table.Table-Symbol[data-v-2bbf0746]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-2bbf0746]{color:#bc162c}.Symbol-Black[data-v-2bbf0746],.Symbol-Black-Table[data-v-2bbf0746]{font-family:upsys_commonregular}.Symbol-Green[data-v-2bbf0746]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-2bbf0746]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-2bbf0746]{width:auto!important}.video_container[data-v-2bbf0746]{margin-top:40px;float:right}.video[data-v-2bbf0746]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-2bbf0746]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-2bbf0746]{width:100%}.Table--3col[data-v-2bbf0746],.Basic-Table[data-v-2bbf0746],.Table--2col[data-v-2bbf0746],.Table-Landmark[data-v-2bbf0746],.Table--4col[data-v-2bbf0746],.Table-2row-merge[data-v-2bbf0746],.Table--troubleshooting[data-v-2bbf0746],.Table-specification[data-v-2bbf0746],.Table-service-center[data-v-2bbf0746],.Table-5col[data-v-2bbf0746],.responsive[data-v-2bbf0746],.Table--3col-Locations[data-v-2bbf0746]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-2bbf0746]:FIRST-CHILD,.Basic-Table tr[data-v-2bbf0746]:FIRST-CHILD,.Table--2col tr[data-v-2bbf0746]:FIRST-CHILD,.Table-Landmark tr[data-v-2bbf0746]:FIRST-CHILD,.Table--4col tr[data-v-2bbf0746]:FIRST-CHILD,.Table-2row-merge tr[data-v-2bbf0746]:FIRST-CHILD,.Table--troubleshooting tr[data-v-2bbf0746]:FIRST-CHILD,.Table-service-center tr[data-v-2bbf0746]:FIRST-CHILD,.responsive tr[data-v-2bbf0746]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-2bbf0746]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-2bbf0746],.Basic-Table td[data-v-2bbf0746],.Table--2col td[data-v-2bbf0746],.Table-Landmark td[data-v-2bbf0746],.Table--4col td[data-v-2bbf0746],.Table-2row-merge td[data-v-2bbf0746],.Table--troubleshooting td[data-v-2bbf0746],.Table-specification td[data-v-2bbf0746],.Table-service-center td[data-v-2bbf0746],.responsive td[data-v-2bbf0746]{padding:10px}.Table--troubleshooting td[data-v-2bbf0746]{border-right:none}.Table--troubleshooting[data-v-2bbf0746]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-2bbf0746],.Table-Landmark .Para-Pic-Center img[data-v-2bbf0746]{width:30px}.Table-5col[data-v-2bbf0746]{border:none}.Table-5col tr[data-v-2bbf0746]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-2bbf0746]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-2bbf0746]{width:15%}.Table--3col td.x3col-L[data-v-2bbf0746],.x3col-L td.x3col-M[data-v-2bbf0746]{width:10%}td.x3col-Mid-Text[data-v-2bbf0746]{text-align:center}td.x3col-R-Pic[data-v-2bbf0746]{text-align:right}.responsive td p[data-v-2bbf0746]{text-align:center}table.Table--3col-Locations[data-v-2bbf0746]{border-collapse:collapse}.Table--3col-Locations td[data-v-2bbf0746]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-2bbf0746]{padding:10px}.Para-Pic-Center img[data-v-2bbf0746]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-2bbf0746]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-2bbf0746]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-2bbf0746]{width:50%}.Table-specification .x3col-L-Grey[data-v-2bbf0746]{width:20%}.Table-specification .Spec-Mid-text[data-v-2bbf0746]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-2bbf0746]{width:50%}.Table--3col .x3col-L-Grey[data-v-2bbf0746]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-2bbf0746],.Table--4col .x3col-Mid-Grey[data-v-2bbf0746],.Table--4col .x3col-R-Grey[data-v-2bbf0746]{width:30%}.navi td.x3col-Mid-Grey[data-v-2bbf0746]{width:15%}.Table--3col .x3col-R-Grey[data-v-2bbf0746]{width:50%}.Table--2col .x3col-L-Grey[data-v-2bbf0746],.Table--2col td[data-v-2bbf0746]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-2bbf0746]{width:70%}.Table--2col-Disc[data-v-2bbf0746]{border-collapse:collapse}.Table--2col-Disc td[data-v-2bbf0746]{border:1px solid grey;padding:10px}.Table-PL td[data-v-2bbf0746]:FIRST-CHILD{width:25%}.resultcount p[data-v-2bbf0746]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-2bbf0746]{font-family:SK_namuhx-Bold}.noResult>span[data-v-2bbf0746]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-2bbf0746]{color:#f0dfdf;display:block}.result_list[data-v-2bbf0746]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-2bbf0746]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-2bbf0746]{font-family:SK_namuhx-Regular}.resulttext p[data-v-2bbf0746]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-2bbf0746]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-2bbf0746]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-2bbf0746],.Cross-Reference[data-v-2bbf0746]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-2bbf0746]:hover{text-decoration:underline}.fontChangeDiv[data-v-2bbf0746]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-2bbf0746]{top:55px}#backButton[data-v-2bbf0746]{background-size:16px}.chapterTitle[data-v-2bbf0746]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-2bbf0746],h2[data-v-2bbf0746]{font-size:1.3em}#contentAccordion[data-v-2bbf0746]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-2bbf0746]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-2bbf0746]{line-height:21px}.video[data-v-2bbf0746]{width:46%}}@media screen and (max-width: 640px){h2[data-v-2bbf0746]{margin-top:40px}.subHeader[data-v-2bbf0746]{top:40px}.fontChangeDiv[data-v-2bbf0746]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-2bbf0746]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-2bbf0746]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-2bbf0746]{margin-left:7.3%}table td[data-v-2bbf0746]{font-size:14px;padding:5px!important}table td p[data-v-2bbf0746],table td p.Para-Basic-B-Center[data-v-2bbf0746],table td p.Para-Basic-B[data-v-2bbf0746]{font-size:14px}table td p.Para-Small-L[data-v-2bbf0746]{font-size:12px;word-break:break-word}.Table--3col td[data-v-2bbf0746],.Basic-Table td[data-v-2bbf0746],.Table--2col td[data-v-2bbf0746],.Table-Landmark td[data-v-2bbf0746],.Table--4col td[data-v-2bbf0746],.Table-2row-merge td[data-v-2bbf0746],.Table--troubleshooting td[data-v-2bbf0746],.Table-specification td[data-v-2bbf0746],.Table-service-center td[data-v-2bbf0746]{border-right:none}.responsive[data-v-2bbf0746],.responsive tr[data-v-2bbf0746],.responsive tbody[data-v-2bbf0746]{width:100%}.Table--4col-responsive td[data-v-2bbf0746]{min-width:200px!important;height:auto}.responsive td p[data-v-2bbf0746]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-2bbf0746],.Table-Symbol td li[data-v-2bbf0746]{font-size:16px}p.Placeholder-sub[data-v-2bbf0746],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-2bbf0746],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-2bbf0746],.content .text>ol~.figure[data-v-2bbf0746],.content .text>ol+ul[data-v-2bbf0746],.Para-screen-sub-L[data-v-2bbf0746]{margin-left:0}.resultcount p[data-v-2bbf0746]{font-size:16px}.Table-specification td p[data-v-2bbf0746],.Table--3col-Locations td li[data-v-2bbf0746],p.Para-basic-L-Sub[data-v-2bbf0746],p.Para-basic-L-Sub-Auto[data-v-2bbf0746],p.Para-basic-L-center[data-v-2bbf0746],li.Para-basic-L-bullet[data-v-2bbf0746],p.Para-basic-L[data-v-2bbf0746],li.Para-basic-L-hyp-Sub[data-v-2bbf0746],li.Para-basic-L-hyp-2Sub[data-v-2bbf0746],li[class^=Para-Num][data-v-2bbf0746],p.Para-Box-Num[data-v-2bbf0746],p.Para-Basic-B-Sub[data-v-2bbf0746],td p.Para-basic-L[data-v-2bbf0746],td li.Para-basic-L-bullet[data-v-2bbf0746],p.Para-Basic-B[data-v-2bbf0746],p.Para-Circle-Num-Sub[data-v-2bbf0746],.Symbol-L p.Para-basic-L-Sub[data-v-2bbf0746],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-2bbf0746]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-2bbf0746],.Table--3col-Locations td li[data-v-2bbf0746],p.Para-Table-L-Sub[data-v-2bbf0746],p.Para-Table-L-Sub-Auto[data-v-2bbf0746],p.Para-Table-L-center[data-v-2bbf0746],p.Para-Table-L[data-v-2bbf0746],li.Para-Table-L-hyp-Sub[data-v-2bbf0746],li.Para-Table-L-hyp-2Sub[data-v-2bbf0746],p.Para-Table-B-Sub[data-v-2bbf0746],td p.Para-Table-L[data-v-2bbf0746],p.Para-Table-B[data-v-2bbf0746],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-2bbf0746]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-2bbf0746]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-2bbf0746],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-2bbf0746]{font-size:14px}.big .Table-specification td p[data-v-2bbf0746],.big .Table--3col-Locations td li[data-v-2bbf0746],.big p.Para-basic-L-Sub[data-v-2bbf0746],.big p.Para-basic-L-Sub-Auto[data-v-2bbf0746],.big p.Para-basic-L-center[data-v-2bbf0746],.big li.Para-basic-L-bullet[data-v-2bbf0746],.big p.Para-basic-L[data-v-2bbf0746],.big li.Para-basic-L-hyp-Sub[data-v-2bbf0746],.big li.Para-basic-L-hyp-2Sub[data-v-2bbf0746],.big li[class^=Para-Num][data-v-2bbf0746],.big p.Para-Box-Num[data-v-2bbf0746],.big p.Para-Basic-B-Sub[data-v-2bbf0746],.big td p.Para-basic-L[data-v-2bbf0746],.big td li.Para-basic-L-bullet[data-v-2bbf0746],.big p.Para-Basic-B[data-v-2bbf0746],.big p.Para-Circle-Num-Sub[data-v-2bbf0746]{font-size:16px}.big .Table-specification td p[data-v-2bbf0746],.big .Table--3col-Locations td li[data-v-2bbf0746],.big p.Para-Table-L-Sub[data-v-2bbf0746],.big p.Para-Table-L-Sub-Auto[data-v-2bbf0746],.big p.Para-Table-L-center[data-v-2bbf0746],.big p.Para-Table-L[data-v-2bbf0746],.big li.Para-Table-L-hyp-Sub[data-v-2bbf0746],.big li.Para-Table-L-hyp-2Sub[data-v-2bbf0746],.big li[class^=Para-Num][data-v-2bbf0746],.big p.Para-Box-Num[data-v-2bbf0746],.big p.Para-Table-B-Sub[data-v-2bbf0746],.big td p.Para-Table-L[data-v-2bbf0746],.big p.Para-Table-B[data-v-2bbf0746],.big p.Para-Circle-Num-Sub[data-v-2bbf0746],.big p.Para-Table-B-Center[data-v-2bbf0746],.big .Table--3col-ISO td p[data-v-2bbf0746]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-2bbf0746],p.Para-Table-B-Center[data-v-2bbf0746]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-2bbf0746],.big p.video_title[data-v-2bbf0746],.big .resultItem p[data-v-2bbf0746]{font-size:1.05em}h1[data-v-2bbf0746]{font-size:1.2em;margin-top:0}h2[data-v-2bbf0746]{font-size:1.1em}.Heading-3[data-v-2bbf0746]{font-size:1em}.content .text>ol li[data-v-2bbf0746]:BEFORE{font-size:26px}.video[data-v-2bbf0746]{width:95%}}p.Para-Table-L[data-v-2bbf0746]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-2bbf0746]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-2bbf0746]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-2bbf0746]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-2bbf0746]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-2bbf0746]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-2bbf0746]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-2bbf0746]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-2bbf0746]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-2bbf0746]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-2bbf0746]:before{content:"";display:block;height:15pt}.Bold[data-v-2bbf0746],span.Bold[data-v-2bbf0746]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-2bbf0746]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-2bbf0746]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-2bbf0746]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-2bbf0746]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-2bbf0746]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-2bbf0746]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-2bbf0746]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-2bbf0746]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-2bbf0746]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-2bbf0746]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-2bbf0746]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-2bbf0746],.Para-Table-L-Sub-Auto .icon-1[data-v-2bbf0746]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-2bbf0746]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-2bbf0746]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-2bbf0746]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-2bbf0746],.Table--2col td p.Para-basic-L[data-v-2bbf0746]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-2bbf0746]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-2bbf0746]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-2bbf0746]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-2bbf0746]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-2bbf0746]{margin-top:8pt!important}.table-responsive[data-v-2bbf0746]{width:100%;overflow-x:auto}.table-responsive table[data-v-2bbf0746]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-2bbf0746]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-2bbf0746]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-2bbf0746]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-2bbf0746]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-2bbf0746]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-2bbf0746]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-2bbf0746]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-2bbf0746]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-2bbf0746]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-2bbf0746]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-2bbf0746]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-2bbf0746]{font-size:12px}#table-15.responsive td[data-v-2bbf0746]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-2bbf0746]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-2bbf0746]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-2bbf0746]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-2bbf0746]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-2bbf0746],.Table--4col-Error th[data-v-2bbf0746]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-2bbf0746],.Table--4col-Error tr:first-child th[data-v-2bbf0746]{border-top:none}.Table--4col-Error tr:last-child td[data-v-2bbf0746]{border-bottom:none}.Table--4col-Error thead td[data-v-2bbf0746]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-2bbf0746]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-2bbf0746]:nth-child(1),.Table--4col-Error thead td[data-v-2bbf0746]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-2bbf0746]:nth-child(2),.Table--4col-Error thead td[data-v-2bbf0746]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-2bbf0746]:nth-child(3),.Table--4col-Error thead td[data-v-2bbf0746]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-2bbf0746]:nth-child(4),.Table--4col-Error thead td[data-v-2bbf0746]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-2bbf0746]:nth-child(1),.Table--4col-Error tbody td[data-v-2bbf0746]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-2bbf0746]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-2bbf0746]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-2bbf0746]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-2bbf0746]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-2bbf0746]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-2bbf0746]{font-size:14px!important}.Table--4col-Error tbody td[data-v-2bbf0746]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-2bbf0746],.Table--4col-Error p.Para-Table-B[data-v-2bbf0746],.Table--4col-Error p.Para-Table-L-Center[data-v-2bbf0746]{font-size:12px!important}.Table--4col-Error tbody td[data-v-2bbf0746]:nth-child(1),.Table--4col-Error thead td[data-v-2bbf0746]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-2bbf0746]:nth-child(2),.Table--4col-Error thead td[data-v-2bbf0746]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-2bbf0746]:nth-child(3),.Table--4col-Error thead td[data-v-2bbf0746]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-2bbf0746]:nth-child(4),.Table--4col-Error thead td[data-v-2bbf0746]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-2bbf0746]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-2bbf0746]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-2bbf0746]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-2bbf0746]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-2bbf0746]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-2bbf0746]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-2bbf0746]{line-height:1.25;font-weight:500}.Bold-color[data-v-2bbf0746]{font-weight:700}.char-style-override-4[data-v-2bbf0746]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-2bbf0746]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-2bbf0746]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-2bbf0746]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-2bbf0746]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-2bbf0746]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-2bbf0746]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-2bbf0746]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-2bbf0746]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-2bbf0746]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-2bbf0746]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-2bbf0746]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-2bbf0746]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-2bbf0746]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-2bbf0746]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-2bbf0746]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-2bbf0746],tr:last-child td.cell-style-override-7[data-v-2bbf0746]{border-bottom:0}table#table-16[data-v-2bbf0746]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-2bbf0746],.Table--2col-Air-Sensor[data-v-2bbf0746],.Table--2col-Voice[data-v-2bbf0746],.Table--2col-Filter[data-v-2bbf0746],.Table--troubleshooting[data-v-2bbf0746],.Table--4col-Error[data-v-2bbf0746],.Table--Specifications[data-v-2bbf0746]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-2bbf0746]:last-child,.Table--2col-Voice tr td[data-v-2bbf0746]:last-child{width:70%}.Table--2col-Voice tr td[data-v-2bbf0746]:first-child{width:30%}.Para-Table-L-Center[data-v-2bbf0746]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-2bbf0746]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-2bbf0746]{display:block!important}.Table--2col-Information td[data-v-2bbf0746]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-2bbf0746]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-2bbf0746]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-2bbf0746]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-2bbf0746]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-2bbf0746],.Table--4col-responsive table td[data-v-2bbf0746]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-2bbf0746],.Table--2col-Information th[data-v-2bbf0746]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-2bbf0746]:nth-child(1),.Table--2col-Information th[data-v-2bbf0746]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-2bbf0746]:nth-child(2),.Table--2col-Information th[data-v-2bbf0746]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-2bbf0746],.Table--2col-Information th[data-v-2bbf0746]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-2bbf0746]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-2bbf0746],.Table--2col-Voice th[data-v-2bbf0746]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-2bbf0746]:nth-child(1),.Table--2col-Voice th[data-v-2bbf0746]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-2bbf0746]:nth-child(2),.Table--2col-Voice th[data-v-2bbf0746]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-2bbf0746]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-2bbf0746],.Table--2col-Voice tr:last-child td[data-v-2bbf0746]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-2bbf0746],.Table--2col-Voice thead th[data-v-2bbf0746]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-2bbf0746]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-2bbf0746]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-2bbf0746]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-2bbf0746],.Table--2col-Information th[data-v-2bbf0746]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-2bbf0746]:nth-child(1),.Table--2col-Information th[data-v-2bbf0746]:nth-child(1){width:30%}.Table--2col-Information td[data-v-2bbf0746]:nth-child(2),.Table--2col-Information th[data-v-2bbf0746]:nth-child(2){width:70%}.Table--2col-Information td[data-v-2bbf0746]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-2bbf0746]{border-bottom:none}.Table--2col-Air-Sensor[data-v-2bbf0746]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-2bbf0746],.Table--2col-Air-Sensor th[data-v-2bbf0746]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-2bbf0746]:nth-child(1),.Table--2col-Air-Sensor th[data-v-2bbf0746]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-2bbf0746]:nth-child(2),.Table--2col-Air-Sensor th[data-v-2bbf0746]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-2bbf0746]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-2bbf0746]{border-bottom:none}.Table--2col-Filter[data-v-2bbf0746]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-2bbf0746],.Table--2col-Filter th[data-v-2bbf0746]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-2bbf0746]:nth-child(1),.Table--2col-Filter th[data-v-2bbf0746]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-2bbf0746]:nth-child(2),.Table--2col-Filter th[data-v-2bbf0746]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-2bbf0746]:nth-child(3),.Table--2col-Filter th[data-v-2bbf0746]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-2bbf0746]:nth-child(4),.Table--2col-Filter th[data-v-2bbf0746]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-2bbf0746]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-2bbf0746],.Table--2col-Filter tr:last-child td[data-v-2bbf0746]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-2bbf0746],.Table--2col-Filter thead th[data-v-2bbf0746]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-2bbf0746]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-2bbf0746]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-2bbf0746]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-2bbf0746],.Table--Specifications th[data-v-2bbf0746]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-2bbf0746]:first-child,.Table--Specifications th[data-v-2bbf0746]:first-child{width:16%}.Table--Specifications td[data-v-2bbf0746]:nth-child(2),.Table--Specifications th[data-v-2bbf0746]:nth-child(2){width:42%}.Table--Specifications td[data-v-2bbf0746]:nth-child(3),.Table--Specifications th[data-v-2bbf0746]:nth-child(3){width:42%}.Table--Specifications td[data-v-2bbf0746]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-2bbf0746],.Table--Specifications tr:last-child td[data-v-2bbf0746]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-2bbf0746],.Table--Specifications thead th[data-v-2bbf0746]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-2bbf0746]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-2bbf0746]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-2bbf0746],td.cell-style-override-20[data-v-2bbf0746]{padding:10px}td.x3col-Mid-text[data-v-2bbf0746],td.cell-style-override-22[data-v-2bbf0746],td.cell-style-override-20[data-v-2bbf0746]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-2bbf0746]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-2bbf0746]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-2bbf0746]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-2bbf0746]{margin-top:-350px}}#content-div[data-v-2bbf0746]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-2bbf0746]{min-height:100vh}}body[data-v-f271a573]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-f271a573]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-f271a573]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-f271a573]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-f271a573]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-f271a573]{width:83%!important}.content #naviText span[data-v-f271a573]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-f271a573]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-f271a573]{width:100%!important}.content #mainCar[data-v-f271a573]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-f271a573]{width:100%}#mainCarPhone[data-v-f271a573]{display:none}.content #buttonMenu_v2[data-v-f271a573]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-f271a573]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-f271a573]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-f271a573]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-f271a573]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-f271a573]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-f271a573]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-f271a573]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-f271a573]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-f271a573]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-f271a573]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-f271a573]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-f271a573]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-f271a573]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-f271a573]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-f271a573]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-f271a573]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-f271a573]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-f271a573]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-f271a573]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-f271a573]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-f271a573]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-f271a573]{bottom:11%;width:30%}.content #naviText span[data-v-f271a573]{font-size:17px}.content #naviText img[data-v-f271a573]{width:80%!important}.content #carName[data-v-f271a573]{right:0%;bottom:12%}.content #carName img[data-v-f271a573]{width:40%!important}.content #buttonMenu_v2>a[data-v-f271a573]{width:33%}.content #buttonMenu>a[data-v-f271a573]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-f271a573]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-f271a573]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-f271a573]{display:block}#mainCarPc[data-v-f271a573]{display:none}.content #buttonMenu_v2[data-v-f271a573],.content #buttonMenu[data-v-f271a573]{width:92%}}@media screen and (max-width: 480px){.content[data-v-f271a573]{padding-top:0}.content #naviText[data-v-f271a573]{bottom:14%;width:45%}.content #naviText span[data-v-f271a573]{font-size:11px}.content #naviText img[data-v-f271a573]{width:88%!important}.content #carName[data-v-f271a573]{right:5%;bottom:15%}.content #carName img[data-v-f271a573]{width:120px!important}.content #buttonMenu_v2[data-v-f271a573]{position:relative}.content #buttonMenu_v2>a>div[data-v-f271a573]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-f271a573]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-f271a573]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-f271a573]{position:relative}.content #buttonMenu>a>div[data-v-f271a573]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-f271a573]{height:120px}.content #buttonMenu>a>div>span[data-v-f271a573]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-f271a573]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-f271a573]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-f271a573]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-f271a573]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-f271a573]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-f271a573]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-f271a573]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-f271a573]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-f271a573]{margin:0;padding:0}html[data-v-f271a573]{background-color:#000;width:100%}.keyword[data-v-f271a573],.highlight[data-v-f271a573]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-f271a573]{font-family:upsys_commonregular}.header_main[data-v-f271a573]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-f271a573]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-f271a573]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-f271a573]>*{float:left}#headerLogo[data-v-f271a573]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-f271a573]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-f271a573]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-f271a573]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-f271a573]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-f271a573]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-f271a573]{font-size:13px}.languageDiv .active[data-v-f271a573]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-f271a573]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-f271a573]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-f271a573]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-f271a573],#languageSelect li[data-v-f271a573]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-f271a573],#languageSelect li:hover a[data-v-f271a573]{color:#000}.footer-manual[data-v-f271a573]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-f271a573]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-f271a573]{line-height:60px}#footerLogo[data-v-f271a573]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-f271a573]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-f271a573]{display:inline-block;width:100%}#copyrightPcSpan[data-v-f271a573]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-f271a573]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-f271a573]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-f271a573]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-f271a573]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-f271a573]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-f271a573]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-f271a573]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-f271a573]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-f271a573]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-f271a573]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-f271a573]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-f271a573]:focus{outline:none}#searchButton[data-v-f271a573]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-f271a573]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-f271a573]{width:80%}table td.right[data-v-f271a573]{width:10%;text-align:center}.result[data-v-f271a573],.resultcount[data-v-f271a573],.noResult[data-v-f271a573]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-f271a573]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-f271a573]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-f271a573]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-f271a573]{color:#e49f81}.cover[data-v-f271a573]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-f271a573]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-f271a573]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-f271a573]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-f271a573]{font-size:12px}.languageDivPhone .active[data-v-f271a573]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-f271a573]{bottom:30px;left:1px}.fontChangeButton[data-v-f271a573]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-f271a573]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-f271a573]{left:0}.languageDiv div[data-v-f271a573]{width:120%;left:-45px;top:5px}#languageSelect[data-v-f271a573]{margin-left:-40px}#banner_img>a[data-v-f271a573]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-f271a573]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-f271a573]{z-index:12}.header_main[data-v-f271a573]{height:40px;padding-top:0}.header[data-v-f271a573]{z-index:12}.header[data-v-f271a573]{height:40px;padding-top:0}#title[data-v-f271a573]{font-size:16px;width:49%}#headerLogo[data-v-f271a573]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-f271a573]{width:20%}.languageDiv div[data-v-f271a573]{width:90%;left:-15px;top:5px}#languageSelect[data-v-f271a573]{margin-left:-10px}.languageDiv ul[data-v-f271a573]{font-size:12px}#menu[data-v-f271a573]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-f271a573]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-f271a573]{width:80%}#rightHeader[data-v-f271a573]{height:40px}#rightHeader>div[data-v-f271a573]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-f271a573]{position:absolute;right:38px;top:0}.searchDiv[data-v-f271a573]{width:90%}#toc[data-v-f271a573]{width:100%}.copyright[data-v-f271a573]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-f271a573]{display:none}#copyrightPhone[data-v-f271a573]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-f271a573]{width:15%!important}#prevBtn[data-v-f271a573],#nextBtn[data-v-f271a573]{width:32px;height:32px;background-size:100%}#searchButton[data-v-f271a573]{margin-left:-1px}table td.left[data-v-f271a573]{text-align:right}table td.center[data-v-f271a573]{width:50%}table td.right[data-v-f271a573]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-f271a573]{left:0}.languageDiv div[data-v-f271a573]{width:100%;left:-5px;top:5px}#languageSelect[data-v-f271a573]{margin-left:20px}.languageDiv ul[data-v-f271a573]{font-size:10px}.noResult>span[data-v-f271a573]{width:200px!important;font-size:14px}#title[data-v-f271a573]{font-size:13px;width:40%}#menu[data-v-f271a573]{position:absolute}#banner_img>a[data-v-f271a573]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-f271a573]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-f271a573]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-f271a573]{font-size:14px}}body[data-v-f271a573]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-f271a573]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-f271a573]{margin:auto;max-width:1120px}.subHeaderInner[data-v-f271a573]>*{float:left}.content p[data-v-f271a573],.content li[data-v-f271a573]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-f271a573]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-f271a573]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-f271a573]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-f271a573]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-f271a573]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-f271a573]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-f271a573]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-f271a573]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-f271a573]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-f271a573]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-f271a573]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-f271a573],p.Para-Basic-B-Sub[data-v-f271a573]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-f271a573]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-f271a573]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-f271a573]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-f271a573]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-f271a573]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-f271a573],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-f271a573],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-f271a573]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-f271a573],p+ul li.Para-Basic-B-Sub[data-v-f271a573]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-f271a573],ul~p.Para-basic-L-bullet-Sub[data-v-f271a573],ul~p.Para-Basic-B-Sub[data-v-f271a573]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-f271a573],ol~p.Para-basic-L-bullet-Sub[data-v-f271a573],ol~p.Para-Basic-B-Sub[data-v-f271a573]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-f271a573],ol+*+p.Para-basic-L-bullet-Sub[data-v-f271a573],ol+*+p.Para-Basic-B-Sub[data-v-f271a573]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-f271a573],a .Para-Basic-B-Sub[data-v-f271a573]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-f271a573]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-f271a573]{margin-left:45px}.content p[data-v-f271a573],li[data-v-f271a573]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-f271a573],p.Para-Basic-B[data-v-f271a573],p.Para-Basic-B-Center[data-v-f271a573]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-f271a573]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-f271a573],p.Para-Basic-B-Center[data-v-f271a573]{text-align:center}p.Para-Table-L-center[data-v-f271a573],p.Para-Table-B-Center[data-v-f271a573]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-f271a573],table p.Para-Basic-B[data-v-f271a573],table p.Para-Basic-B-Center[data-v-f271a573]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-f271a573]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-f271a573]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-f271a573]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-f271a573]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-f271a573]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-f271a573],.content .text>ul[data-v-f271a573],.content .text table ol[data-v-f271a573],.content .text table ul[data-v-f271a573]{padding-left:20px}.content .text>ol[data-v-f271a573]{padding-left:0}p.Para-Illust-L[data-v-f271a573]{text-align:center}p.Para-Illust-L img[data-v-f271a573]{display:inline-block}p.Placeholder-sub[data-v-f271a573],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-f271a573],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-f271a573],.content .text>ol~.figure[data-v-f271a573],p.Placeholder-sub-S[data-v-f271a573],.Para-screen-sub-S[data-v-f271a573],.Para-screen-sub-M[data-v-f271a573],.Para-screen-sub-L[data-v-f271a573]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-f271a573],p.Placeholder-sub-M img[data-v-f271a573],p.Placeholder-sub img[data-v-f271a573]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-f271a573]{margin-left:45px}.Table-pic-Left-sub img[data-v-f271a573]{margin-top:5px;margin-bottom:10px}div.figure[data-v-f271a573]{display:inline-block}p.Para-img-description[data-v-f271a573]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-f271a573]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-f271a573]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-f271a573]{margin-bottom:25px}.text img[data-v-f271a573]{max-width:100%;display:block}.Table-Pic-center[data-v-f271a573]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-f271a573]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-f271a573]{margin:0}p.Para-Box-Num[data-v-f271a573]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-f271a573]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-f271a573]:AFTER{content:". "}span.inline-img img[data-v-f271a573]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-f271a573]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-f271a573]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-f271a573]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-f271a573]{margin-left:6.5%;display:block!important}.discUl li[data-v-f271a573]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-f271a573],.Symbol-R[data-v-f271a573],.Note-R-Pic[data-v-f271a573]{display:block;width:100%}.Symbol-L[data-v-f271a573]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-f271a573]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-f271a573],.Symbol-R li[data-v-f271a573],.Symbol-R p[data-v-f271a573]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-f271a573]{font-size:16px}table.Table-Symbol td ul[data-v-f271a573]{padding-left:20px}table.Table-Symbol[data-v-f271a573]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-f271a573]{color:#bc162c}.Symbol-Black[data-v-f271a573],.Symbol-Black-Table[data-v-f271a573]{font-family:upsys_commonregular}.Symbol-Green[data-v-f271a573]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-f271a573]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-f271a573]{width:auto!important}.video_container[data-v-f271a573]{margin-top:40px;float:right}.video[data-v-f271a573]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-f271a573]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-f271a573]{width:100%}.Table--3col[data-v-f271a573],.Basic-Table[data-v-f271a573],.Table--2col[data-v-f271a573],.Table-Landmark[data-v-f271a573],.Table--4col[data-v-f271a573],.Table-2row-merge[data-v-f271a573],.Table--troubleshooting[data-v-f271a573],.Table-specification[data-v-f271a573],.Table-service-center[data-v-f271a573],.Table-5col[data-v-f271a573],.responsive[data-v-f271a573],.Table--3col-Locations[data-v-f271a573]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-f271a573]:FIRST-CHILD,.Basic-Table tr[data-v-f271a573]:FIRST-CHILD,.Table--2col tr[data-v-f271a573]:FIRST-CHILD,.Table-Landmark tr[data-v-f271a573]:FIRST-CHILD,.Table--4col tr[data-v-f271a573]:FIRST-CHILD,.Table-2row-merge tr[data-v-f271a573]:FIRST-CHILD,.Table--troubleshooting tr[data-v-f271a573]:FIRST-CHILD,.Table-service-center tr[data-v-f271a573]:FIRST-CHILD,.responsive tr[data-v-f271a573]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-f271a573]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-f271a573],.Basic-Table td[data-v-f271a573],.Table--2col td[data-v-f271a573],.Table-Landmark td[data-v-f271a573],.Table--4col td[data-v-f271a573],.Table-2row-merge td[data-v-f271a573],.Table--troubleshooting td[data-v-f271a573],.Table-specification td[data-v-f271a573],.Table-service-center td[data-v-f271a573],.responsive td[data-v-f271a573]{padding:10px}.Table--troubleshooting td[data-v-f271a573]{border-right:none}.Table--troubleshooting[data-v-f271a573]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-f271a573],.Table-Landmark .Para-Pic-Center img[data-v-f271a573]{width:30px}.Table-5col[data-v-f271a573]{border:none}.Table-5col tr[data-v-f271a573]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-f271a573]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-f271a573]{width:15%}.Table--3col td.x3col-L[data-v-f271a573],.x3col-L td.x3col-M[data-v-f271a573]{width:10%}td.x3col-Mid-Text[data-v-f271a573]{text-align:center}td.x3col-R-Pic[data-v-f271a573]{text-align:right}.responsive td p[data-v-f271a573]{text-align:center}table.Table--3col-Locations[data-v-f271a573]{border-collapse:collapse}.Table--3col-Locations td[data-v-f271a573]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-f271a573]{padding:10px}.Para-Pic-Center img[data-v-f271a573]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-f271a573]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-f271a573]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-f271a573]{width:50%}.Table-specification .x3col-L-Grey[data-v-f271a573]{width:20%}.Table-specification .Spec-Mid-text[data-v-f271a573]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-f271a573]{width:50%}.Table--3col .x3col-L-Grey[data-v-f271a573]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-f271a573],.Table--4col .x3col-Mid-Grey[data-v-f271a573],.Table--4col .x3col-R-Grey[data-v-f271a573]{width:30%}.navi td.x3col-Mid-Grey[data-v-f271a573]{width:15%}.Table--3col .x3col-R-Grey[data-v-f271a573]{width:50%}.Table--2col .x3col-L-Grey[data-v-f271a573],.Table--2col td[data-v-f271a573]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-f271a573]{width:70%}.Table--2col-Disc[data-v-f271a573]{border-collapse:collapse}.Table--2col-Disc td[data-v-f271a573]{border:1px solid grey;padding:10px}.Table-PL td[data-v-f271a573]:FIRST-CHILD{width:25%}.resultcount p[data-v-f271a573]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-f271a573]{font-family:SK_namuhx-Bold}.noResult>span[data-v-f271a573]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-f271a573]{color:#f0dfdf;display:block}.result_list[data-v-f271a573]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-f271a573]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-f271a573]{font-family:SK_namuhx-Regular}.resulttext p[data-v-f271a573]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-f271a573]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-f271a573]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-f271a573],.Cross-Reference[data-v-f271a573]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-f271a573]:hover{text-decoration:underline}.fontChangeDiv[data-v-f271a573]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-f271a573]{top:55px}#backButton[data-v-f271a573]{background-size:16px}.chapterTitle[data-v-f271a573]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-f271a573],h2[data-v-f271a573]{font-size:1.3em}#contentAccordion[data-v-f271a573]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-f271a573]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-f271a573]{line-height:21px}.video[data-v-f271a573]{width:46%}}@media screen and (max-width: 640px){h2[data-v-f271a573]{margin-top:40px}.subHeader[data-v-f271a573]{top:40px}.fontChangeDiv[data-v-f271a573]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-f271a573]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-f271a573]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-f271a573]{margin-left:7.3%}table td[data-v-f271a573]{font-size:14px;padding:5px!important}table td p[data-v-f271a573],table td p.Para-Basic-B-Center[data-v-f271a573],table td p.Para-Basic-B[data-v-f271a573]{font-size:14px}table td p.Para-Small-L[data-v-f271a573]{font-size:12px;word-break:break-word}.Table--3col td[data-v-f271a573],.Basic-Table td[data-v-f271a573],.Table--2col td[data-v-f271a573],.Table-Landmark td[data-v-f271a573],.Table--4col td[data-v-f271a573],.Table-2row-merge td[data-v-f271a573],.Table--troubleshooting td[data-v-f271a573],.Table-specification td[data-v-f271a573],.Table-service-center td[data-v-f271a573]{border-right:none}.responsive[data-v-f271a573],.responsive tr[data-v-f271a573],.responsive tbody[data-v-f271a573]{width:100%}.Table--4col-responsive td[data-v-f271a573]{min-width:200px!important;height:auto}.responsive td p[data-v-f271a573]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-f271a573],.Table-Symbol td li[data-v-f271a573]{font-size:16px}p.Placeholder-sub[data-v-f271a573],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-f271a573],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-f271a573],.content .text>ol~.figure[data-v-f271a573],.content .text>ol+ul[data-v-f271a573],.Para-screen-sub-L[data-v-f271a573]{margin-left:0}.resultcount p[data-v-f271a573]{font-size:16px}.Table-specification td p[data-v-f271a573],.Table--3col-Locations td li[data-v-f271a573],p.Para-basic-L-Sub[data-v-f271a573],p.Para-basic-L-Sub-Auto[data-v-f271a573],p.Para-basic-L-center[data-v-f271a573],li.Para-basic-L-bullet[data-v-f271a573],p.Para-basic-L[data-v-f271a573],li.Para-basic-L-hyp-Sub[data-v-f271a573],li.Para-basic-L-hyp-2Sub[data-v-f271a573],li[class^=Para-Num][data-v-f271a573],p.Para-Box-Num[data-v-f271a573],p.Para-Basic-B-Sub[data-v-f271a573],td p.Para-basic-L[data-v-f271a573],td li.Para-basic-L-bullet[data-v-f271a573],p.Para-Basic-B[data-v-f271a573],p.Para-Circle-Num-Sub[data-v-f271a573],.Symbol-L p.Para-basic-L-Sub[data-v-f271a573],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-f271a573]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-f271a573],.Table--3col-Locations td li[data-v-f271a573],p.Para-Table-L-Sub[data-v-f271a573],p.Para-Table-L-Sub-Auto[data-v-f271a573],p.Para-Table-L-center[data-v-f271a573],p.Para-Table-L[data-v-f271a573],li.Para-Table-L-hyp-Sub[data-v-f271a573],li.Para-Table-L-hyp-2Sub[data-v-f271a573],p.Para-Table-B-Sub[data-v-f271a573],td p.Para-Table-L[data-v-f271a573],p.Para-Table-B[data-v-f271a573],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-f271a573]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-f271a573]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-f271a573],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-f271a573]{font-size:14px}.big .Table-specification td p[data-v-f271a573],.big .Table--3col-Locations td li[data-v-f271a573],.big p.Para-basic-L-Sub[data-v-f271a573],.big p.Para-basic-L-Sub-Auto[data-v-f271a573],.big p.Para-basic-L-center[data-v-f271a573],.big li.Para-basic-L-bullet[data-v-f271a573],.big p.Para-basic-L[data-v-f271a573],.big li.Para-basic-L-hyp-Sub[data-v-f271a573],.big li.Para-basic-L-hyp-2Sub[data-v-f271a573],.big li[class^=Para-Num][data-v-f271a573],.big p.Para-Box-Num[data-v-f271a573],.big p.Para-Basic-B-Sub[data-v-f271a573],.big td p.Para-basic-L[data-v-f271a573],.big td li.Para-basic-L-bullet[data-v-f271a573],.big p.Para-Basic-B[data-v-f271a573],.big p.Para-Circle-Num-Sub[data-v-f271a573]{font-size:16px}.big .Table-specification td p[data-v-f271a573],.big .Table--3col-Locations td li[data-v-f271a573],.big p.Para-Table-L-Sub[data-v-f271a573],.big p.Para-Table-L-Sub-Auto[data-v-f271a573],.big p.Para-Table-L-center[data-v-f271a573],.big p.Para-Table-L[data-v-f271a573],.big li.Para-Table-L-hyp-Sub[data-v-f271a573],.big li.Para-Table-L-hyp-2Sub[data-v-f271a573],.big li[class^=Para-Num][data-v-f271a573],.big p.Para-Box-Num[data-v-f271a573],.big p.Para-Table-B-Sub[data-v-f271a573],.big td p.Para-Table-L[data-v-f271a573],.big p.Para-Table-B[data-v-f271a573],.big p.Para-Circle-Num-Sub[data-v-f271a573],.big p.Para-Table-B-Center[data-v-f271a573],.big .Table--3col-ISO td p[data-v-f271a573]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-f271a573],p.Para-Table-B-Center[data-v-f271a573]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-f271a573],.big p.video_title[data-v-f271a573],.big .resultItem p[data-v-f271a573]{font-size:1.05em}h1[data-v-f271a573]{font-size:1.2em;margin-top:0}h2[data-v-f271a573]{font-size:1.1em}.Heading-3[data-v-f271a573]{font-size:1em}.content .text>ol li[data-v-f271a573]:BEFORE{font-size:26px}.video[data-v-f271a573]{width:95%}}p.Para-Table-L[data-v-f271a573]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-f271a573]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-f271a573]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-f271a573]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-f271a573]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-f271a573]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-f271a573]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-f271a573]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-f271a573]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-f271a573]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-f271a573]:before{content:"";display:block;height:15pt}.Bold[data-v-f271a573],span.Bold[data-v-f271a573]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-f271a573]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-f271a573]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-f271a573]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-f271a573]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-f271a573]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-f271a573]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-f271a573]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-f271a573]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-f271a573]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-f271a573]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-f271a573]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-f271a573],.Para-Table-L-Sub-Auto .icon-1[data-v-f271a573]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-f271a573]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-f271a573]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-f271a573]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-f271a573],.Table--2col td p.Para-basic-L[data-v-f271a573]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-f271a573]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-f271a573]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-f271a573]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-f271a573]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-f271a573]{margin-top:8pt!important}.table-responsive[data-v-f271a573]{width:100%;overflow-x:auto}.table-responsive table[data-v-f271a573]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-f271a573]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-f271a573]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-f271a573]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-f271a573]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-f271a573]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-f271a573]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-f271a573]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-f271a573]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-f271a573]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-f271a573]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-f271a573]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-f271a573]{font-size:12px}#table-15.responsive td[data-v-f271a573]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-f271a573]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-f271a573]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-f271a573]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-f271a573]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-f271a573],.Table--4col-Error th[data-v-f271a573]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-f271a573],.Table--4col-Error tr:first-child th[data-v-f271a573]{border-top:none}.Table--4col-Error tr:last-child td[data-v-f271a573]{border-bottom:none}.Table--4col-Error thead td[data-v-f271a573]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-f271a573]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-f271a573]:nth-child(1),.Table--4col-Error thead td[data-v-f271a573]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-f271a573]:nth-child(2),.Table--4col-Error thead td[data-v-f271a573]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-f271a573]:nth-child(3),.Table--4col-Error thead td[data-v-f271a573]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-f271a573]:nth-child(4),.Table--4col-Error thead td[data-v-f271a573]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-f271a573]:nth-child(1),.Table--4col-Error tbody td[data-v-f271a573]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-f271a573]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-f271a573]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-f271a573]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-f271a573]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-f271a573]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-f271a573]{font-size:14px!important}.Table--4col-Error tbody td[data-v-f271a573]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-f271a573],.Table--4col-Error p.Para-Table-B[data-v-f271a573],.Table--4col-Error p.Para-Table-L-Center[data-v-f271a573]{font-size:12px!important}.Table--4col-Error tbody td[data-v-f271a573]:nth-child(1),.Table--4col-Error thead td[data-v-f271a573]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-f271a573]:nth-child(2),.Table--4col-Error thead td[data-v-f271a573]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-f271a573]:nth-child(3),.Table--4col-Error thead td[data-v-f271a573]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-f271a573]:nth-child(4),.Table--4col-Error thead td[data-v-f271a573]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-f271a573]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-f271a573]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-f271a573]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-f271a573]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-f271a573]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-f271a573]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-f271a573]{line-height:1.25;font-weight:500}.Bold-color[data-v-f271a573]{font-weight:700}.char-style-override-4[data-v-f271a573]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-f271a573]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-f271a573]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-f271a573]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-f271a573]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-f271a573]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-f271a573]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-f271a573]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-f271a573]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-f271a573]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-f271a573]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-f271a573]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-f271a573]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-f271a573]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-f271a573]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-f271a573]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-f271a573],tr:last-child td.cell-style-override-7[data-v-f271a573]{border-bottom:0}table#table-16[data-v-f271a573]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-f271a573],.Table--2col-Air-Sensor[data-v-f271a573],.Table--2col-Voice[data-v-f271a573],.Table--2col-Filter[data-v-f271a573],.Table--troubleshooting[data-v-f271a573],.Table--4col-Error[data-v-f271a573],.Table--Specifications[data-v-f271a573]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-f271a573]:last-child,.Table--2col-Voice tr td[data-v-f271a573]:last-child{width:70%}.Table--2col-Voice tr td[data-v-f271a573]:first-child{width:30%}.Para-Table-L-Center[data-v-f271a573]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-f271a573]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-f271a573]{display:block!important}.Table--2col-Information td[data-v-f271a573]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-f271a573]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-f271a573]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-f271a573]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-f271a573]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-f271a573],.Table--4col-responsive table td[data-v-f271a573]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-f271a573],.Table--2col-Information th[data-v-f271a573]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-f271a573]:nth-child(1),.Table--2col-Information th[data-v-f271a573]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-f271a573]:nth-child(2),.Table--2col-Information th[data-v-f271a573]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-f271a573],.Table--2col-Information th[data-v-f271a573]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-f271a573]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-f271a573],.Table--2col-Voice th[data-v-f271a573]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-f271a573]:nth-child(1),.Table--2col-Voice th[data-v-f271a573]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-f271a573]:nth-child(2),.Table--2col-Voice th[data-v-f271a573]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-f271a573]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-f271a573],.Table--2col-Voice tr:last-child td[data-v-f271a573]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-f271a573],.Table--2col-Voice thead th[data-v-f271a573]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-f271a573]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-f271a573]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-f271a573]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-f271a573],.Table--2col-Information th[data-v-f271a573]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-f271a573]:nth-child(1),.Table--2col-Information th[data-v-f271a573]:nth-child(1){width:30%}.Table--2col-Information td[data-v-f271a573]:nth-child(2),.Table--2col-Information th[data-v-f271a573]:nth-child(2){width:70%}.Table--2col-Information td[data-v-f271a573]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-f271a573]{border-bottom:none}.Table--2col-Air-Sensor[data-v-f271a573]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-f271a573],.Table--2col-Air-Sensor th[data-v-f271a573]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-f271a573]:nth-child(1),.Table--2col-Air-Sensor th[data-v-f271a573]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-f271a573]:nth-child(2),.Table--2col-Air-Sensor th[data-v-f271a573]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-f271a573]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-f271a573]{border-bottom:none}.Table--2col-Filter[data-v-f271a573]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-f271a573],.Table--2col-Filter th[data-v-f271a573]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-f271a573]:nth-child(1),.Table--2col-Filter th[data-v-f271a573]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-f271a573]:nth-child(2),.Table--2col-Filter th[data-v-f271a573]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-f271a573]:nth-child(3),.Table--2col-Filter th[data-v-f271a573]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-f271a573]:nth-child(4),.Table--2col-Filter th[data-v-f271a573]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-f271a573]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-f271a573],.Table--2col-Filter tr:last-child td[data-v-f271a573]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-f271a573],.Table--2col-Filter thead th[data-v-f271a573]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-f271a573]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-f271a573]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-f271a573]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-f271a573],.Table--Specifications th[data-v-f271a573]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-f271a573]:first-child,.Table--Specifications th[data-v-f271a573]:first-child{width:16%}.Table--Specifications td[data-v-f271a573]:nth-child(2),.Table--Specifications th[data-v-f271a573]:nth-child(2){width:42%}.Table--Specifications td[data-v-f271a573]:nth-child(3),.Table--Specifications th[data-v-f271a573]:nth-child(3){width:42%}.Table--Specifications td[data-v-f271a573]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-f271a573],.Table--Specifications tr:last-child td[data-v-f271a573]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-f271a573],.Table--Specifications thead th[data-v-f271a573]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-f271a573]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-f271a573]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-f271a573],td.cell-style-override-20[data-v-f271a573]{padding:10px}td.x3col-Mid-text[data-v-f271a573],td.cell-style-override-22[data-v-f271a573],td.cell-style-override-20[data-v-f271a573]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-f271a573]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-f271a573]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-f271a573]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-f271a573]{margin-top:-350px}}#content-div[data-v-f271a573]{min-height:87vh;background-color:#fff}.data-row[data-v-f271a573]{color:#000}@media screen and (max-width: 600px){#content-div[data-v-f271a573]{min-height:100vh}}body[data-v-fdab2181]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-fdab2181]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-fdab2181]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-fdab2181]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-fdab2181]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-fdab2181]{width:83%!important}.content #naviText span[data-v-fdab2181]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-fdab2181]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-fdab2181]{width:100%!important}.content #mainCar[data-v-fdab2181]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-fdab2181]{width:100%}#mainCarPhone[data-v-fdab2181]{display:none}.content #buttonMenu_v2[data-v-fdab2181]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-fdab2181]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-fdab2181]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-fdab2181]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-fdab2181]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-fdab2181]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-fdab2181]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-fdab2181]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-fdab2181]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-fdab2181]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-fdab2181]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-fdab2181]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-fdab2181]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-fdab2181]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-fdab2181]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-fdab2181]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-fdab2181]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-fdab2181]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-fdab2181]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-fdab2181]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-fdab2181]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-fdab2181]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-fdab2181]{bottom:11%;width:30%}.content #naviText span[data-v-fdab2181]{font-size:17px}.content #naviText img[data-v-fdab2181]{width:80%!important}.content #carName[data-v-fdab2181]{right:0%;bottom:12%}.content #carName img[data-v-fdab2181]{width:40%!important}.content #buttonMenu_v2>a[data-v-fdab2181]{width:33%}.content #buttonMenu>a[data-v-fdab2181]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-fdab2181]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-fdab2181]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-fdab2181]{display:block}#mainCarPc[data-v-fdab2181]{display:none}.content #buttonMenu_v2[data-v-fdab2181],.content #buttonMenu[data-v-fdab2181]{width:92%}}@media screen and (max-width: 480px){.content[data-v-fdab2181]{padding-top:0}.content #naviText[data-v-fdab2181]{bottom:14%;width:45%}.content #naviText span[data-v-fdab2181]{font-size:11px}.content #naviText img[data-v-fdab2181]{width:88%!important}.content #carName[data-v-fdab2181]{right:5%;bottom:15%}.content #carName img[data-v-fdab2181]{width:120px!important}.content #buttonMenu_v2[data-v-fdab2181]{position:relative}.content #buttonMenu_v2>a>div[data-v-fdab2181]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-fdab2181]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-fdab2181]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-fdab2181]{position:relative}.content #buttonMenu>a>div[data-v-fdab2181]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-fdab2181]{height:120px}.content #buttonMenu>a>div>span[data-v-fdab2181]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-fdab2181]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-fdab2181]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-fdab2181]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-fdab2181]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-fdab2181]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-fdab2181]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-fdab2181]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-fdab2181]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-fdab2181]{margin:0;padding:0}html[data-v-fdab2181]{background-color:#000;width:100%}.keyword[data-v-fdab2181],.highlight[data-v-fdab2181]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-fdab2181]{font-family:upsys_commonregular}.header_main[data-v-fdab2181]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-fdab2181]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-fdab2181]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-fdab2181]>*{float:left}#headerLogo[data-v-fdab2181]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-fdab2181]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-fdab2181]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-fdab2181]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-fdab2181]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-fdab2181]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-fdab2181]{font-size:13px}.languageDiv .active[data-v-fdab2181]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-fdab2181]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-fdab2181]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-fdab2181]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-fdab2181],#languageSelect li[data-v-fdab2181]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-fdab2181],#languageSelect li:hover a[data-v-fdab2181]{color:#000}.footer-manual[data-v-fdab2181]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-fdab2181]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-fdab2181]{line-height:60px}#footerLogo[data-v-fdab2181]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-fdab2181]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-fdab2181]{display:inline-block;width:100%}#copyrightPcSpan[data-v-fdab2181]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-fdab2181]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-fdab2181]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-fdab2181]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-fdab2181]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-fdab2181]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-fdab2181]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-fdab2181]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-fdab2181]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-fdab2181]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-fdab2181]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-fdab2181]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-fdab2181]:focus{outline:none}#searchButton[data-v-fdab2181]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-fdab2181]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-fdab2181]{width:80%}table td.right[data-v-fdab2181]{width:10%;text-align:center}.result[data-v-fdab2181],.resultcount[data-v-fdab2181],.noResult[data-v-fdab2181]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-fdab2181]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-fdab2181]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-fdab2181]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-fdab2181]{color:#e49f81}.cover[data-v-fdab2181]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-fdab2181]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-fdab2181]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-fdab2181]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-fdab2181]{font-size:12px}.languageDivPhone .active[data-v-fdab2181]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-fdab2181]{bottom:30px;left:1px}.fontChangeButton[data-v-fdab2181]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-fdab2181]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-fdab2181]{left:0}.languageDiv div[data-v-fdab2181]{width:120%;left:-45px;top:5px}#languageSelect[data-v-fdab2181]{margin-left:-40px}#banner_img>a[data-v-fdab2181]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-fdab2181]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-fdab2181]{z-index:12}.header_main[data-v-fdab2181]{height:40px;padding-top:0}.header[data-v-fdab2181]{z-index:12}.header[data-v-fdab2181]{height:40px;padding-top:0}#title[data-v-fdab2181]{font-size:16px;width:49%}#headerLogo[data-v-fdab2181]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-fdab2181]{width:20%}.languageDiv div[data-v-fdab2181]{width:90%;left:-15px;top:5px}#languageSelect[data-v-fdab2181]{margin-left:-10px}.languageDiv ul[data-v-fdab2181]{font-size:12px}#menu[data-v-fdab2181]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-fdab2181]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-fdab2181]{width:80%}#rightHeader[data-v-fdab2181]{height:40px}#rightHeader>div[data-v-fdab2181]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-fdab2181]{position:absolute;right:38px;top:0}.searchDiv[data-v-fdab2181]{width:90%}#toc[data-v-fdab2181]{width:100%}.copyright[data-v-fdab2181]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-fdab2181]{display:none}#copyrightPhone[data-v-fdab2181]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-fdab2181]{width:15%!important}#prevBtn[data-v-fdab2181],#nextBtn[data-v-fdab2181]{width:32px;height:32px;background-size:100%}#searchButton[data-v-fdab2181]{margin-left:-1px}table td.left[data-v-fdab2181]{text-align:right}table td.center[data-v-fdab2181]{width:50%}table td.right[data-v-fdab2181]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-fdab2181]{left:0}.languageDiv div[data-v-fdab2181]{width:100%;left:-5px;top:5px}#languageSelect[data-v-fdab2181]{margin-left:20px}.languageDiv ul[data-v-fdab2181]{font-size:10px}.noResult>span[data-v-fdab2181]{width:200px!important;font-size:14px}#title[data-v-fdab2181]{font-size:13px;width:40%}#menu[data-v-fdab2181]{position:absolute}#banner_img>a[data-v-fdab2181]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-fdab2181]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-fdab2181]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-fdab2181]{font-size:14px}}body[data-v-fdab2181]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-fdab2181]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-fdab2181]{margin:auto;max-width:1120px}.subHeaderInner[data-v-fdab2181]>*{float:left}.content p[data-v-fdab2181],.content li[data-v-fdab2181]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-fdab2181]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-fdab2181]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-fdab2181]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-fdab2181]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-fdab2181]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-fdab2181]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-fdab2181]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-fdab2181]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-fdab2181]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-fdab2181]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-fdab2181]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-fdab2181],p.Para-Basic-B-Sub[data-v-fdab2181]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-fdab2181]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-fdab2181]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-fdab2181]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-fdab2181]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-fdab2181]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-fdab2181],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-fdab2181],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-fdab2181]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-fdab2181],p+ul li.Para-Basic-B-Sub[data-v-fdab2181]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-fdab2181],ul~p.Para-basic-L-bullet-Sub[data-v-fdab2181],ul~p.Para-Basic-B-Sub[data-v-fdab2181]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-fdab2181],ol~p.Para-basic-L-bullet-Sub[data-v-fdab2181],ol~p.Para-Basic-B-Sub[data-v-fdab2181]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-fdab2181],ol+*+p.Para-basic-L-bullet-Sub[data-v-fdab2181],ol+*+p.Para-Basic-B-Sub[data-v-fdab2181]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-fdab2181],a .Para-Basic-B-Sub[data-v-fdab2181]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-fdab2181]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-fdab2181]{margin-left:45px}.content p[data-v-fdab2181],li[data-v-fdab2181]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-fdab2181],p.Para-Basic-B[data-v-fdab2181],p.Para-Basic-B-Center[data-v-fdab2181]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-fdab2181]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-fdab2181],p.Para-Basic-B-Center[data-v-fdab2181]{text-align:center}p.Para-Table-L-center[data-v-fdab2181],p.Para-Table-B-Center[data-v-fdab2181]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-fdab2181],table p.Para-Basic-B[data-v-fdab2181],table p.Para-Basic-B-Center[data-v-fdab2181]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-fdab2181]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-fdab2181]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-fdab2181]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-fdab2181]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-fdab2181]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-fdab2181],.content .text>ul[data-v-fdab2181],.content .text table ol[data-v-fdab2181],.content .text table ul[data-v-fdab2181]{padding-left:20px}.content .text>ol[data-v-fdab2181]{padding-left:0}p.Para-Illust-L[data-v-fdab2181]{text-align:center}p.Para-Illust-L img[data-v-fdab2181]{display:inline-block}p.Placeholder-sub[data-v-fdab2181],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-fdab2181],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-fdab2181],.content .text>ol~.figure[data-v-fdab2181],p.Placeholder-sub-S[data-v-fdab2181],.Para-screen-sub-S[data-v-fdab2181],.Para-screen-sub-M[data-v-fdab2181],.Para-screen-sub-L[data-v-fdab2181]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-fdab2181],p.Placeholder-sub-M img[data-v-fdab2181],p.Placeholder-sub img[data-v-fdab2181]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-fdab2181]{margin-left:45px}.Table-pic-Left-sub img[data-v-fdab2181]{margin-top:5px;margin-bottom:10px}div.figure[data-v-fdab2181]{display:inline-block}p.Para-img-description[data-v-fdab2181]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-fdab2181]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-fdab2181]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-fdab2181]{margin-bottom:25px}.text img[data-v-fdab2181]{max-width:100%;display:block}.Table-Pic-center[data-v-fdab2181]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-fdab2181]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-fdab2181]{margin:0}p.Para-Box-Num[data-v-fdab2181]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-fdab2181]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-fdab2181]:AFTER{content:". "}span.inline-img img[data-v-fdab2181]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-fdab2181]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-fdab2181]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-fdab2181]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-fdab2181]{margin-left:6.5%;display:block!important}.discUl li[data-v-fdab2181]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-fdab2181],.Symbol-R[data-v-fdab2181],.Note-R-Pic[data-v-fdab2181]{display:block;width:100%}.Symbol-L[data-v-fdab2181]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-fdab2181]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-fdab2181],.Symbol-R li[data-v-fdab2181],.Symbol-R p[data-v-fdab2181]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-fdab2181]{font-size:16px}table.Table-Symbol td ul[data-v-fdab2181]{padding-left:20px}table.Table-Symbol[data-v-fdab2181]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-fdab2181]{color:#bc162c}.Symbol-Black[data-v-fdab2181],.Symbol-Black-Table[data-v-fdab2181]{font-family:upsys_commonregular}.Symbol-Green[data-v-fdab2181]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-fdab2181]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-fdab2181]{width:auto!important}.video_container[data-v-fdab2181]{margin-top:40px;float:right}.video[data-v-fdab2181]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-fdab2181]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-fdab2181]{width:100%}.Table--3col[data-v-fdab2181],.Basic-Table[data-v-fdab2181],.Table--2col[data-v-fdab2181],.Table-Landmark[data-v-fdab2181],.Table--4col[data-v-fdab2181],.Table-2row-merge[data-v-fdab2181],.Table--troubleshooting[data-v-fdab2181],.Table-specification[data-v-fdab2181],.Table-service-center[data-v-fdab2181],.Table-5col[data-v-fdab2181],.responsive[data-v-fdab2181],.Table--3col-Locations[data-v-fdab2181]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-fdab2181]:FIRST-CHILD,.Basic-Table tr[data-v-fdab2181]:FIRST-CHILD,.Table--2col tr[data-v-fdab2181]:FIRST-CHILD,.Table-Landmark tr[data-v-fdab2181]:FIRST-CHILD,.Table--4col tr[data-v-fdab2181]:FIRST-CHILD,.Table-2row-merge tr[data-v-fdab2181]:FIRST-CHILD,.Table--troubleshooting tr[data-v-fdab2181]:FIRST-CHILD,.Table-service-center tr[data-v-fdab2181]:FIRST-CHILD,.responsive tr[data-v-fdab2181]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-fdab2181]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-fdab2181],.Basic-Table td[data-v-fdab2181],.Table--2col td[data-v-fdab2181],.Table-Landmark td[data-v-fdab2181],.Table--4col td[data-v-fdab2181],.Table-2row-merge td[data-v-fdab2181],.Table--troubleshooting td[data-v-fdab2181],.Table-specification td[data-v-fdab2181],.Table-service-center td[data-v-fdab2181],.responsive td[data-v-fdab2181]{padding:10px}.Table--troubleshooting td[data-v-fdab2181]{border-right:none}.Table--troubleshooting[data-v-fdab2181]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-fdab2181],.Table-Landmark .Para-Pic-Center img[data-v-fdab2181]{width:30px}.Table-5col[data-v-fdab2181]{border:none}.Table-5col tr[data-v-fdab2181]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-fdab2181]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-fdab2181]{width:15%}.Table--3col td.x3col-L[data-v-fdab2181],.x3col-L td.x3col-M[data-v-fdab2181]{width:10%}td.x3col-Mid-Text[data-v-fdab2181]{text-align:center}td.x3col-R-Pic[data-v-fdab2181]{text-align:right}.responsive td p[data-v-fdab2181]{text-align:center}table.Table--3col-Locations[data-v-fdab2181]{border-collapse:collapse}.Table--3col-Locations td[data-v-fdab2181]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-fdab2181]{padding:10px}.Para-Pic-Center img[data-v-fdab2181]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-fdab2181]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-fdab2181]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-fdab2181]{width:50%}.Table-specification .x3col-L-Grey[data-v-fdab2181]{width:20%}.Table-specification .Spec-Mid-text[data-v-fdab2181]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-fdab2181]{width:50%}.Table--3col .x3col-L-Grey[data-v-fdab2181]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-fdab2181],.Table--4col .x3col-Mid-Grey[data-v-fdab2181],.Table--4col .x3col-R-Grey[data-v-fdab2181]{width:30%}.navi td.x3col-Mid-Grey[data-v-fdab2181]{width:15%}.Table--3col .x3col-R-Grey[data-v-fdab2181]{width:50%}.Table--2col .x3col-L-Grey[data-v-fdab2181],.Table--2col td[data-v-fdab2181]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-fdab2181]{width:70%}.Table--2col-Disc[data-v-fdab2181]{border-collapse:collapse}.Table--2col-Disc td[data-v-fdab2181]{border:1px solid grey;padding:10px}.Table-PL td[data-v-fdab2181]:FIRST-CHILD{width:25%}.resultcount p[data-v-fdab2181]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-fdab2181]{font-family:SK_namuhx-Bold}.noResult>span[data-v-fdab2181]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-fdab2181]{color:#f0dfdf;display:block}.result_list[data-v-fdab2181]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-fdab2181]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-fdab2181]{font-family:SK_namuhx-Regular}.resulttext p[data-v-fdab2181]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-fdab2181]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-fdab2181]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-fdab2181],.Cross-Reference[data-v-fdab2181]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-fdab2181]:hover{text-decoration:underline}.fontChangeDiv[data-v-fdab2181]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-fdab2181]{top:55px}#backButton[data-v-fdab2181]{background-size:16px}.chapterTitle[data-v-fdab2181]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-fdab2181],h2[data-v-fdab2181]{font-size:1.3em}#contentAccordion[data-v-fdab2181]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-fdab2181]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-fdab2181]{line-height:21px}.video[data-v-fdab2181]{width:46%}}@media screen and (max-width: 640px){h2[data-v-fdab2181]{margin-top:40px}.subHeader[data-v-fdab2181]{top:40px}.fontChangeDiv[data-v-fdab2181]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-fdab2181]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-fdab2181]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-fdab2181]{margin-left:7.3%}table td[data-v-fdab2181]{font-size:14px;padding:5px!important}table td p[data-v-fdab2181],table td p.Para-Basic-B-Center[data-v-fdab2181],table td p.Para-Basic-B[data-v-fdab2181]{font-size:14px}table td p.Para-Small-L[data-v-fdab2181]{font-size:12px;word-break:break-word}.Table--3col td[data-v-fdab2181],.Basic-Table td[data-v-fdab2181],.Table--2col td[data-v-fdab2181],.Table-Landmark td[data-v-fdab2181],.Table--4col td[data-v-fdab2181],.Table-2row-merge td[data-v-fdab2181],.Table--troubleshooting td[data-v-fdab2181],.Table-specification td[data-v-fdab2181],.Table-service-center td[data-v-fdab2181]{border-right:none}.responsive[data-v-fdab2181],.responsive tr[data-v-fdab2181],.responsive tbody[data-v-fdab2181]{width:100%}.Table--4col-responsive td[data-v-fdab2181]{min-width:200px!important;height:auto}.responsive td p[data-v-fdab2181]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-fdab2181],.Table-Symbol td li[data-v-fdab2181]{font-size:16px}p.Placeholder-sub[data-v-fdab2181],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-fdab2181],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-fdab2181],.content .text>ol~.figure[data-v-fdab2181],.content .text>ol+ul[data-v-fdab2181],.Para-screen-sub-L[data-v-fdab2181]{margin-left:0}.resultcount p[data-v-fdab2181]{font-size:16px}.Table-specification td p[data-v-fdab2181],.Table--3col-Locations td li[data-v-fdab2181],p.Para-basic-L-Sub[data-v-fdab2181],p.Para-basic-L-Sub-Auto[data-v-fdab2181],p.Para-basic-L-center[data-v-fdab2181],li.Para-basic-L-bullet[data-v-fdab2181],p.Para-basic-L[data-v-fdab2181],li.Para-basic-L-hyp-Sub[data-v-fdab2181],li.Para-basic-L-hyp-2Sub[data-v-fdab2181],li[class^=Para-Num][data-v-fdab2181],p.Para-Box-Num[data-v-fdab2181],p.Para-Basic-B-Sub[data-v-fdab2181],td p.Para-basic-L[data-v-fdab2181],td li.Para-basic-L-bullet[data-v-fdab2181],p.Para-Basic-B[data-v-fdab2181],p.Para-Circle-Num-Sub[data-v-fdab2181],.Symbol-L p.Para-basic-L-Sub[data-v-fdab2181],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-fdab2181]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-fdab2181],.Table--3col-Locations td li[data-v-fdab2181],p.Para-Table-L-Sub[data-v-fdab2181],p.Para-Table-L-Sub-Auto[data-v-fdab2181],p.Para-Table-L-center[data-v-fdab2181],p.Para-Table-L[data-v-fdab2181],li.Para-Table-L-hyp-Sub[data-v-fdab2181],li.Para-Table-L-hyp-2Sub[data-v-fdab2181],p.Para-Table-B-Sub[data-v-fdab2181],td p.Para-Table-L[data-v-fdab2181],p.Para-Table-B[data-v-fdab2181],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-fdab2181]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-fdab2181]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-fdab2181],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-fdab2181]{font-size:14px}.big .Table-specification td p[data-v-fdab2181],.big .Table--3col-Locations td li[data-v-fdab2181],.big p.Para-basic-L-Sub[data-v-fdab2181],.big p.Para-basic-L-Sub-Auto[data-v-fdab2181],.big p.Para-basic-L-center[data-v-fdab2181],.big li.Para-basic-L-bullet[data-v-fdab2181],.big p.Para-basic-L[data-v-fdab2181],.big li.Para-basic-L-hyp-Sub[data-v-fdab2181],.big li.Para-basic-L-hyp-2Sub[data-v-fdab2181],.big li[class^=Para-Num][data-v-fdab2181],.big p.Para-Box-Num[data-v-fdab2181],.big p.Para-Basic-B-Sub[data-v-fdab2181],.big td p.Para-basic-L[data-v-fdab2181],.big td li.Para-basic-L-bullet[data-v-fdab2181],.big p.Para-Basic-B[data-v-fdab2181],.big p.Para-Circle-Num-Sub[data-v-fdab2181]{font-size:16px}.big .Table-specification td p[data-v-fdab2181],.big .Table--3col-Locations td li[data-v-fdab2181],.big p.Para-Table-L-Sub[data-v-fdab2181],.big p.Para-Table-L-Sub-Auto[data-v-fdab2181],.big p.Para-Table-L-center[data-v-fdab2181],.big p.Para-Table-L[data-v-fdab2181],.big li.Para-Table-L-hyp-Sub[data-v-fdab2181],.big li.Para-Table-L-hyp-2Sub[data-v-fdab2181],.big li[class^=Para-Num][data-v-fdab2181],.big p.Para-Box-Num[data-v-fdab2181],.big p.Para-Table-B-Sub[data-v-fdab2181],.big td p.Para-Table-L[data-v-fdab2181],.big p.Para-Table-B[data-v-fdab2181],.big p.Para-Circle-Num-Sub[data-v-fdab2181],.big p.Para-Table-B-Center[data-v-fdab2181],.big .Table--3col-ISO td p[data-v-fdab2181]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-fdab2181],p.Para-Table-B-Center[data-v-fdab2181]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-fdab2181],.big p.video_title[data-v-fdab2181],.big .resultItem p[data-v-fdab2181]{font-size:1.05em}h1[data-v-fdab2181]{font-size:1.2em;margin-top:0}h2[data-v-fdab2181]{font-size:1.1em}.Heading-3[data-v-fdab2181]{font-size:1em}.content .text>ol li[data-v-fdab2181]:BEFORE{font-size:26px}.video[data-v-fdab2181]{width:95%}}p.Para-Table-L[data-v-fdab2181]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-fdab2181]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-fdab2181]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-fdab2181]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-fdab2181]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-fdab2181]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-fdab2181]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-fdab2181]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-fdab2181]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-fdab2181]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-fdab2181]:before{content:"";display:block;height:15pt}.Bold[data-v-fdab2181],span.Bold[data-v-fdab2181]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-fdab2181]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-fdab2181]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-fdab2181]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-fdab2181]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-fdab2181]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-fdab2181]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-fdab2181]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-fdab2181]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-fdab2181]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-fdab2181]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-fdab2181]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-fdab2181],.Para-Table-L-Sub-Auto .icon-1[data-v-fdab2181]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-fdab2181]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-fdab2181]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-fdab2181]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-fdab2181],.Table--2col td p.Para-basic-L[data-v-fdab2181]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-fdab2181]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-fdab2181]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-fdab2181]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-fdab2181]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-fdab2181]{margin-top:8pt!important}.table-responsive[data-v-fdab2181]{width:100%;overflow-x:auto}.table-responsive table[data-v-fdab2181]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-fdab2181]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-fdab2181]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-fdab2181]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-fdab2181]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-fdab2181]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-fdab2181]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-fdab2181]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-fdab2181]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-fdab2181]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-fdab2181]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-fdab2181]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-fdab2181]{font-size:12px}#table-15.responsive td[data-v-fdab2181]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-fdab2181]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-fdab2181]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-fdab2181]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-fdab2181]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-fdab2181],.Table--4col-Error th[data-v-fdab2181]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-fdab2181],.Table--4col-Error tr:first-child th[data-v-fdab2181]{border-top:none}.Table--4col-Error tr:last-child td[data-v-fdab2181]{border-bottom:none}.Table--4col-Error thead td[data-v-fdab2181]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-fdab2181]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-fdab2181]:nth-child(1),.Table--4col-Error thead td[data-v-fdab2181]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-fdab2181]:nth-child(2),.Table--4col-Error thead td[data-v-fdab2181]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-fdab2181]:nth-child(3),.Table--4col-Error thead td[data-v-fdab2181]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-fdab2181]:nth-child(4),.Table--4col-Error thead td[data-v-fdab2181]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-fdab2181]:nth-child(1),.Table--4col-Error tbody td[data-v-fdab2181]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-fdab2181]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-fdab2181]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-fdab2181]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-fdab2181]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-fdab2181]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-fdab2181]{font-size:14px!important}.Table--4col-Error tbody td[data-v-fdab2181]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-fdab2181],.Table--4col-Error p.Para-Table-B[data-v-fdab2181],.Table--4col-Error p.Para-Table-L-Center[data-v-fdab2181]{font-size:12px!important}.Table--4col-Error tbody td[data-v-fdab2181]:nth-child(1),.Table--4col-Error thead td[data-v-fdab2181]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-fdab2181]:nth-child(2),.Table--4col-Error thead td[data-v-fdab2181]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-fdab2181]:nth-child(3),.Table--4col-Error thead td[data-v-fdab2181]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-fdab2181]:nth-child(4),.Table--4col-Error thead td[data-v-fdab2181]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-fdab2181]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-fdab2181]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-fdab2181]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-fdab2181]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-fdab2181]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-fdab2181]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-fdab2181]{line-height:1.25;font-weight:500}.Bold-color[data-v-fdab2181]{font-weight:700}.char-style-override-4[data-v-fdab2181]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-fdab2181]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-fdab2181]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-fdab2181]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-fdab2181]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-fdab2181]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-fdab2181]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-fdab2181]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-fdab2181]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-fdab2181]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-fdab2181]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-fdab2181]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-fdab2181]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-fdab2181]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-fdab2181]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-fdab2181]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-fdab2181],tr:last-child td.cell-style-override-7[data-v-fdab2181]{border-bottom:0}table#table-16[data-v-fdab2181]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-fdab2181],.Table--2col-Air-Sensor[data-v-fdab2181],.Table--2col-Voice[data-v-fdab2181],.Table--2col-Filter[data-v-fdab2181],.Table--troubleshooting[data-v-fdab2181],.Table--4col-Error[data-v-fdab2181],.Table--Specifications[data-v-fdab2181]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-fdab2181]:last-child,.Table--2col-Voice tr td[data-v-fdab2181]:last-child{width:70%}.Table--2col-Voice tr td[data-v-fdab2181]:first-child{width:30%}.Para-Table-L-Center[data-v-fdab2181]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-fdab2181]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-fdab2181]{display:block!important}.Table--2col-Information td[data-v-fdab2181]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-fdab2181]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-fdab2181]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-fdab2181]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-fdab2181]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-fdab2181],.Table--4col-responsive table td[data-v-fdab2181]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-fdab2181],.Table--2col-Information th[data-v-fdab2181]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-fdab2181]:nth-child(1),.Table--2col-Information th[data-v-fdab2181]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-fdab2181]:nth-child(2),.Table--2col-Information th[data-v-fdab2181]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-fdab2181],.Table--2col-Information th[data-v-fdab2181]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-fdab2181]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-fdab2181],.Table--2col-Voice th[data-v-fdab2181]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-fdab2181]:nth-child(1),.Table--2col-Voice th[data-v-fdab2181]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-fdab2181]:nth-child(2),.Table--2col-Voice th[data-v-fdab2181]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-fdab2181]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-fdab2181],.Table--2col-Voice tr:last-child td[data-v-fdab2181]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-fdab2181],.Table--2col-Voice thead th[data-v-fdab2181]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-fdab2181]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-fdab2181]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-fdab2181]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-fdab2181],.Table--2col-Information th[data-v-fdab2181]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-fdab2181]:nth-child(1),.Table--2col-Information th[data-v-fdab2181]:nth-child(1){width:30%}.Table--2col-Information td[data-v-fdab2181]:nth-child(2),.Table--2col-Information th[data-v-fdab2181]:nth-child(2){width:70%}.Table--2col-Information td[data-v-fdab2181]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-fdab2181]{border-bottom:none}.Table--2col-Air-Sensor[data-v-fdab2181]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-fdab2181],.Table--2col-Air-Sensor th[data-v-fdab2181]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-fdab2181]:nth-child(1),.Table--2col-Air-Sensor th[data-v-fdab2181]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-fdab2181]:nth-child(2),.Table--2col-Air-Sensor th[data-v-fdab2181]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-fdab2181]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-fdab2181]{border-bottom:none}.Table--2col-Filter[data-v-fdab2181]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-fdab2181],.Table--2col-Filter th[data-v-fdab2181]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-fdab2181]:nth-child(1),.Table--2col-Filter th[data-v-fdab2181]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-fdab2181]:nth-child(2),.Table--2col-Filter th[data-v-fdab2181]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-fdab2181]:nth-child(3),.Table--2col-Filter th[data-v-fdab2181]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-fdab2181]:nth-child(4),.Table--2col-Filter th[data-v-fdab2181]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-fdab2181]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-fdab2181],.Table--2col-Filter tr:last-child td[data-v-fdab2181]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-fdab2181],.Table--2col-Filter thead th[data-v-fdab2181]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-fdab2181]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-fdab2181]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-fdab2181]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-fdab2181],.Table--Specifications th[data-v-fdab2181]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-fdab2181]:first-child,.Table--Specifications th[data-v-fdab2181]:first-child{width:16%}.Table--Specifications td[data-v-fdab2181]:nth-child(2),.Table--Specifications th[data-v-fdab2181]:nth-child(2){width:42%}.Table--Specifications td[data-v-fdab2181]:nth-child(3),.Table--Specifications th[data-v-fdab2181]:nth-child(3){width:42%}.Table--Specifications td[data-v-fdab2181]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-fdab2181],.Table--Specifications tr:last-child td[data-v-fdab2181]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-fdab2181],.Table--Specifications thead th[data-v-fdab2181]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-fdab2181]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-fdab2181]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-fdab2181],td.cell-style-override-20[data-v-fdab2181]{padding:10px}td.x3col-Mid-text[data-v-fdab2181],td.cell-style-override-22[data-v-fdab2181],td.cell-style-override-20[data-v-fdab2181]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-fdab2181]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-fdab2181]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-fdab2181]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-fdab2181]{margin-top:-350px}}#content-div[data-v-fdab2181]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-fdab2181]{min-height:100vh}}body[data-v-d3543673]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-d3543673]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-d3543673]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-d3543673]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-d3543673]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-d3543673]{width:83%!important}.content #naviText span[data-v-d3543673]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-d3543673]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-d3543673]{width:100%!important}.content #mainCar[data-v-d3543673]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-d3543673]{width:100%}#mainCarPhone[data-v-d3543673]{display:none}.content #buttonMenu_v2[data-v-d3543673]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-d3543673]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-d3543673]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-d3543673]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-d3543673]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-d3543673]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-d3543673]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-d3543673]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-d3543673]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-d3543673]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-d3543673]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-d3543673]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-d3543673]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-d3543673]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-d3543673]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-d3543673]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-d3543673]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-d3543673]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-d3543673]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-d3543673]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-d3543673]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-d3543673]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-d3543673]{bottom:11%;width:30%}.content #naviText span[data-v-d3543673]{font-size:17px}.content #naviText img[data-v-d3543673]{width:80%!important}.content #carName[data-v-d3543673]{right:0%;bottom:12%}.content #carName img[data-v-d3543673]{width:40%!important}.content #buttonMenu_v2>a[data-v-d3543673]{width:33%}.content #buttonMenu>a[data-v-d3543673]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-d3543673]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-d3543673]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-d3543673]{display:block}#mainCarPc[data-v-d3543673]{display:none}.content #buttonMenu_v2[data-v-d3543673],.content #buttonMenu[data-v-d3543673]{width:92%}}@media screen and (max-width: 480px){.content[data-v-d3543673]{padding-top:0}.content #naviText[data-v-d3543673]{bottom:14%;width:45%}.content #naviText span[data-v-d3543673]{font-size:11px}.content #naviText img[data-v-d3543673]{width:88%!important}.content #carName[data-v-d3543673]{right:5%;bottom:15%}.content #carName img[data-v-d3543673]{width:120px!important}.content #buttonMenu_v2[data-v-d3543673]{position:relative}.content #buttonMenu_v2>a>div[data-v-d3543673]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-d3543673]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-d3543673]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-d3543673]{position:relative}.content #buttonMenu>a>div[data-v-d3543673]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-d3543673]{height:120px}.content #buttonMenu>a>div>span[data-v-d3543673]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-d3543673]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-d3543673]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-d3543673]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-d3543673]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-d3543673]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-d3543673]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-d3543673]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-d3543673]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-d3543673]{margin:0;padding:0}html[data-v-d3543673]{background-color:#000;width:100%}.keyword[data-v-d3543673],.highlight[data-v-d3543673]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-d3543673]{font-family:upsys_commonregular}.header_main[data-v-d3543673]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-d3543673]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-d3543673]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-d3543673]>*{float:left}#headerLogo[data-v-d3543673]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-d3543673]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-d3543673]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-d3543673]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-d3543673]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-d3543673]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-d3543673]{font-size:13px}.languageDiv .active[data-v-d3543673]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-d3543673]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-d3543673]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-d3543673]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-d3543673],#languageSelect li[data-v-d3543673]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-d3543673],#languageSelect li:hover a[data-v-d3543673]{color:#000}.footer-manual[data-v-d3543673]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-d3543673]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-d3543673]{line-height:60px}#footerLogo[data-v-d3543673]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-d3543673]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-d3543673]{display:inline-block;width:100%}#copyrightPcSpan[data-v-d3543673]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-d3543673]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-d3543673]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-d3543673]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-d3543673]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-d3543673]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-d3543673]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-d3543673]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-d3543673]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-d3543673]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-d3543673]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-d3543673]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-d3543673]:focus{outline:none}#searchButton[data-v-d3543673]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-d3543673]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-d3543673]{width:80%}table td.right[data-v-d3543673]{width:10%;text-align:center}.result[data-v-d3543673],.resultcount[data-v-d3543673],.noResult[data-v-d3543673]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-d3543673]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-d3543673]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-d3543673]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-d3543673]{color:#e49f81}.cover[data-v-d3543673]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-d3543673]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-d3543673]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-d3543673]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-d3543673]{font-size:12px}.languageDivPhone .active[data-v-d3543673]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-d3543673]{bottom:30px;left:1px}.fontChangeButton[data-v-d3543673]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-d3543673]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-d3543673]{left:0}.languageDiv div[data-v-d3543673]{width:120%;left:-45px;top:5px}#languageSelect[data-v-d3543673]{margin-left:-40px}#banner_img>a[data-v-d3543673]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-d3543673]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-d3543673]{z-index:12}.header_main[data-v-d3543673]{height:40px;padding-top:0}.header[data-v-d3543673]{z-index:12}.header[data-v-d3543673]{height:40px;padding-top:0}#title[data-v-d3543673]{font-size:16px;width:49%}#headerLogo[data-v-d3543673]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-d3543673]{width:20%}.languageDiv div[data-v-d3543673]{width:90%;left:-15px;top:5px}#languageSelect[data-v-d3543673]{margin-left:-10px}.languageDiv ul[data-v-d3543673]{font-size:12px}#menu[data-v-d3543673]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-d3543673]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-d3543673]{width:80%}#rightHeader[data-v-d3543673]{height:40px}#rightHeader>div[data-v-d3543673]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-d3543673]{position:absolute;right:38px;top:0}.searchDiv[data-v-d3543673]{width:90%}#toc[data-v-d3543673]{width:100%}.copyright[data-v-d3543673]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-d3543673]{display:none}#copyrightPhone[data-v-d3543673]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-d3543673]{width:15%!important}#prevBtn[data-v-d3543673],#nextBtn[data-v-d3543673]{width:32px;height:32px;background-size:100%}#searchButton[data-v-d3543673]{margin-left:-1px}table td.left[data-v-d3543673]{text-align:right}table td.center[data-v-d3543673]{width:50%}table td.right[data-v-d3543673]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-d3543673]{left:0}.languageDiv div[data-v-d3543673]{width:100%;left:-5px;top:5px}#languageSelect[data-v-d3543673]{margin-left:20px}.languageDiv ul[data-v-d3543673]{font-size:10px}.noResult>span[data-v-d3543673]{width:200px!important;font-size:14px}#title[data-v-d3543673]{font-size:13px;width:40%}#menu[data-v-d3543673]{position:absolute}#banner_img>a[data-v-d3543673]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-d3543673]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-d3543673]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-d3543673]{font-size:14px}}body[data-v-d3543673]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-d3543673]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-d3543673]{margin:auto;max-width:1120px}.subHeaderInner[data-v-d3543673]>*{float:left}.content p[data-v-d3543673],.content li[data-v-d3543673]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-d3543673]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-d3543673]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-d3543673]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-d3543673]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-d3543673]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-d3543673]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-d3543673]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-d3543673]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-d3543673]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-d3543673]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-d3543673]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-d3543673],p.Para-Basic-B-Sub[data-v-d3543673]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-d3543673]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-d3543673]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-d3543673]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-d3543673]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-d3543673]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-d3543673],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-d3543673],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-d3543673]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-d3543673],p+ul li.Para-Basic-B-Sub[data-v-d3543673]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-d3543673],ul~p.Para-basic-L-bullet-Sub[data-v-d3543673],ul~p.Para-Basic-B-Sub[data-v-d3543673]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-d3543673],ol~p.Para-basic-L-bullet-Sub[data-v-d3543673],ol~p.Para-Basic-B-Sub[data-v-d3543673]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-d3543673],ol+*+p.Para-basic-L-bullet-Sub[data-v-d3543673],ol+*+p.Para-Basic-B-Sub[data-v-d3543673]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-d3543673],a .Para-Basic-B-Sub[data-v-d3543673]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-d3543673]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-d3543673]{margin-left:45px}.content p[data-v-d3543673],li[data-v-d3543673]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-d3543673],p.Para-Basic-B[data-v-d3543673],p.Para-Basic-B-Center[data-v-d3543673]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-d3543673]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-d3543673],p.Para-Basic-B-Center[data-v-d3543673]{text-align:center}p.Para-Table-L-center[data-v-d3543673],p.Para-Table-B-Center[data-v-d3543673]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-d3543673],table p.Para-Basic-B[data-v-d3543673],table p.Para-Basic-B-Center[data-v-d3543673]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-d3543673]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-d3543673]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-d3543673]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-d3543673]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-d3543673]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-d3543673],.content .text>ul[data-v-d3543673],.content .text table ol[data-v-d3543673],.content .text table ul[data-v-d3543673]{padding-left:20px}.content .text>ol[data-v-d3543673]{padding-left:0}p.Para-Illust-L[data-v-d3543673]{text-align:center}p.Para-Illust-L img[data-v-d3543673]{display:inline-block}p.Placeholder-sub[data-v-d3543673],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-d3543673],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-d3543673],.content .text>ol~.figure[data-v-d3543673],p.Placeholder-sub-S[data-v-d3543673],.Para-screen-sub-S[data-v-d3543673],.Para-screen-sub-M[data-v-d3543673],.Para-screen-sub-L[data-v-d3543673]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-d3543673],p.Placeholder-sub-M img[data-v-d3543673],p.Placeholder-sub img[data-v-d3543673]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-d3543673]{margin-left:45px}.Table-pic-Left-sub img[data-v-d3543673]{margin-top:5px;margin-bottom:10px}div.figure[data-v-d3543673]{display:inline-block}p.Para-img-description[data-v-d3543673]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-d3543673]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-d3543673]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-d3543673]{margin-bottom:25px}.text img[data-v-d3543673]{max-width:100%;display:block}.Table-Pic-center[data-v-d3543673]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-d3543673]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-d3543673]{margin:0}p.Para-Box-Num[data-v-d3543673]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-d3543673]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-d3543673]:AFTER{content:". "}span.inline-img img[data-v-d3543673]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-d3543673]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-d3543673]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-d3543673]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-d3543673]{margin-left:6.5%;display:block!important}.discUl li[data-v-d3543673]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-d3543673],.Symbol-R[data-v-d3543673],.Note-R-Pic[data-v-d3543673]{display:block;width:100%}.Symbol-L[data-v-d3543673]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-d3543673]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-d3543673],.Symbol-R li[data-v-d3543673],.Symbol-R p[data-v-d3543673]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-d3543673]{font-size:16px}table.Table-Symbol td ul[data-v-d3543673]{padding-left:20px}table.Table-Symbol[data-v-d3543673]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-d3543673]{color:#bc162c}.Symbol-Black[data-v-d3543673],.Symbol-Black-Table[data-v-d3543673]{font-family:upsys_commonregular}.Symbol-Green[data-v-d3543673]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-d3543673]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-d3543673]{width:auto!important}.video_container[data-v-d3543673]{margin-top:40px;float:right}.video[data-v-d3543673]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-d3543673]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-d3543673]{width:100%}.Table--3col[data-v-d3543673],.Basic-Table[data-v-d3543673],.Table--2col[data-v-d3543673],.Table-Landmark[data-v-d3543673],.Table--4col[data-v-d3543673],.Table-2row-merge[data-v-d3543673],.Table--troubleshooting[data-v-d3543673],.Table-specification[data-v-d3543673],.Table-service-center[data-v-d3543673],.Table-5col[data-v-d3543673],.responsive[data-v-d3543673],.Table--3col-Locations[data-v-d3543673]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-d3543673]:FIRST-CHILD,.Basic-Table tr[data-v-d3543673]:FIRST-CHILD,.Table--2col tr[data-v-d3543673]:FIRST-CHILD,.Table-Landmark tr[data-v-d3543673]:FIRST-CHILD,.Table--4col tr[data-v-d3543673]:FIRST-CHILD,.Table-2row-merge tr[data-v-d3543673]:FIRST-CHILD,.Table--troubleshooting tr[data-v-d3543673]:FIRST-CHILD,.Table-service-center tr[data-v-d3543673]:FIRST-CHILD,.responsive tr[data-v-d3543673]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-d3543673]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-d3543673],.Basic-Table td[data-v-d3543673],.Table--2col td[data-v-d3543673],.Table-Landmark td[data-v-d3543673],.Table--4col td[data-v-d3543673],.Table-2row-merge td[data-v-d3543673],.Table--troubleshooting td[data-v-d3543673],.Table-specification td[data-v-d3543673],.Table-service-center td[data-v-d3543673],.responsive td[data-v-d3543673]{padding:10px}.Table--troubleshooting td[data-v-d3543673]{border-right:none}.Table--troubleshooting[data-v-d3543673]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-d3543673],.Table-Landmark .Para-Pic-Center img[data-v-d3543673]{width:30px}.Table-5col[data-v-d3543673]{border:none}.Table-5col tr[data-v-d3543673]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-d3543673]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-d3543673]{width:15%}.Table--3col td.x3col-L[data-v-d3543673],.x3col-L td.x3col-M[data-v-d3543673]{width:10%}td.x3col-Mid-Text[data-v-d3543673]{text-align:center}td.x3col-R-Pic[data-v-d3543673]{text-align:right}.responsive td p[data-v-d3543673]{text-align:center}table.Table--3col-Locations[data-v-d3543673]{border-collapse:collapse}.Table--3col-Locations td[data-v-d3543673]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-d3543673]{padding:10px}.Para-Pic-Center img[data-v-d3543673]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-d3543673]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-d3543673]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-d3543673]{width:50%}.Table-specification .x3col-L-Grey[data-v-d3543673]{width:20%}.Table-specification .Spec-Mid-text[data-v-d3543673]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-d3543673]{width:50%}.Table--3col .x3col-L-Grey[data-v-d3543673]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-d3543673],.Table--4col .x3col-Mid-Grey[data-v-d3543673],.Table--4col .x3col-R-Grey[data-v-d3543673]{width:30%}.navi td.x3col-Mid-Grey[data-v-d3543673]{width:15%}.Table--3col .x3col-R-Grey[data-v-d3543673]{width:50%}.Table--2col .x3col-L-Grey[data-v-d3543673],.Table--2col td[data-v-d3543673]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-d3543673]{width:70%}.Table--2col-Disc[data-v-d3543673]{border-collapse:collapse}.Table--2col-Disc td[data-v-d3543673]{border:1px solid grey;padding:10px}.Table-PL td[data-v-d3543673]:FIRST-CHILD{width:25%}.resultcount p[data-v-d3543673]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-d3543673]{font-family:SK_namuhx-Bold}.noResult>span[data-v-d3543673]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-d3543673]{color:#f0dfdf;display:block}.result_list[data-v-d3543673]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-d3543673]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-d3543673]{font-family:SK_namuhx-Regular}.resulttext p[data-v-d3543673]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-d3543673]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-d3543673]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-d3543673],.Cross-Reference[data-v-d3543673]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-d3543673]:hover{text-decoration:underline}.fontChangeDiv[data-v-d3543673]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-d3543673]{top:55px}#backButton[data-v-d3543673]{background-size:16px}.chapterTitle[data-v-d3543673]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-d3543673],h2[data-v-d3543673]{font-size:1.3em}#contentAccordion[data-v-d3543673]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-d3543673]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-d3543673]{line-height:21px}.video[data-v-d3543673]{width:46%}}@media screen and (max-width: 640px){h2[data-v-d3543673]{margin-top:40px}.subHeader[data-v-d3543673]{top:40px}.fontChangeDiv[data-v-d3543673]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-d3543673]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-d3543673]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-d3543673]{margin-left:7.3%}table td[data-v-d3543673]{font-size:14px;padding:5px!important}table td p[data-v-d3543673],table td p.Para-Basic-B-Center[data-v-d3543673],table td p.Para-Basic-B[data-v-d3543673]{font-size:14px}table td p.Para-Small-L[data-v-d3543673]{font-size:12px;word-break:break-word}.Table--3col td[data-v-d3543673],.Basic-Table td[data-v-d3543673],.Table--2col td[data-v-d3543673],.Table-Landmark td[data-v-d3543673],.Table--4col td[data-v-d3543673],.Table-2row-merge td[data-v-d3543673],.Table--troubleshooting td[data-v-d3543673],.Table-specification td[data-v-d3543673],.Table-service-center td[data-v-d3543673]{border-right:none}.responsive[data-v-d3543673],.responsive tr[data-v-d3543673],.responsive tbody[data-v-d3543673]{width:100%}.Table--4col-responsive td[data-v-d3543673]{min-width:200px!important;height:auto}.responsive td p[data-v-d3543673]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-d3543673],.Table-Symbol td li[data-v-d3543673]{font-size:16px}p.Placeholder-sub[data-v-d3543673],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-d3543673],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-d3543673],.content .text>ol~.figure[data-v-d3543673],.content .text>ol+ul[data-v-d3543673],.Para-screen-sub-L[data-v-d3543673]{margin-left:0}.resultcount p[data-v-d3543673]{font-size:16px}.Table-specification td p[data-v-d3543673],.Table--3col-Locations td li[data-v-d3543673],p.Para-basic-L-Sub[data-v-d3543673],p.Para-basic-L-Sub-Auto[data-v-d3543673],p.Para-basic-L-center[data-v-d3543673],li.Para-basic-L-bullet[data-v-d3543673],p.Para-basic-L[data-v-d3543673],li.Para-basic-L-hyp-Sub[data-v-d3543673],li.Para-basic-L-hyp-2Sub[data-v-d3543673],li[class^=Para-Num][data-v-d3543673],p.Para-Box-Num[data-v-d3543673],p.Para-Basic-B-Sub[data-v-d3543673],td p.Para-basic-L[data-v-d3543673],td li.Para-basic-L-bullet[data-v-d3543673],p.Para-Basic-B[data-v-d3543673],p.Para-Circle-Num-Sub[data-v-d3543673],.Symbol-L p.Para-basic-L-Sub[data-v-d3543673],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-d3543673]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-d3543673],.Table--3col-Locations td li[data-v-d3543673],p.Para-Table-L-Sub[data-v-d3543673],p.Para-Table-L-Sub-Auto[data-v-d3543673],p.Para-Table-L-center[data-v-d3543673],p.Para-Table-L[data-v-d3543673],li.Para-Table-L-hyp-Sub[data-v-d3543673],li.Para-Table-L-hyp-2Sub[data-v-d3543673],p.Para-Table-B-Sub[data-v-d3543673],td p.Para-Table-L[data-v-d3543673],p.Para-Table-B[data-v-d3543673],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-d3543673]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-d3543673]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-d3543673],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-d3543673]{font-size:14px}.big .Table-specification td p[data-v-d3543673],.big .Table--3col-Locations td li[data-v-d3543673],.big p.Para-basic-L-Sub[data-v-d3543673],.big p.Para-basic-L-Sub-Auto[data-v-d3543673],.big p.Para-basic-L-center[data-v-d3543673],.big li.Para-basic-L-bullet[data-v-d3543673],.big p.Para-basic-L[data-v-d3543673],.big li.Para-basic-L-hyp-Sub[data-v-d3543673],.big li.Para-basic-L-hyp-2Sub[data-v-d3543673],.big li[class^=Para-Num][data-v-d3543673],.big p.Para-Box-Num[data-v-d3543673],.big p.Para-Basic-B-Sub[data-v-d3543673],.big td p.Para-basic-L[data-v-d3543673],.big td li.Para-basic-L-bullet[data-v-d3543673],.big p.Para-Basic-B[data-v-d3543673],.big p.Para-Circle-Num-Sub[data-v-d3543673]{font-size:16px}.big .Table-specification td p[data-v-d3543673],.big .Table--3col-Locations td li[data-v-d3543673],.big p.Para-Table-L-Sub[data-v-d3543673],.big p.Para-Table-L-Sub-Auto[data-v-d3543673],.big p.Para-Table-L-center[data-v-d3543673],.big p.Para-Table-L[data-v-d3543673],.big li.Para-Table-L-hyp-Sub[data-v-d3543673],.big li.Para-Table-L-hyp-2Sub[data-v-d3543673],.big li[class^=Para-Num][data-v-d3543673],.big p.Para-Box-Num[data-v-d3543673],.big p.Para-Table-B-Sub[data-v-d3543673],.big td p.Para-Table-L[data-v-d3543673],.big p.Para-Table-B[data-v-d3543673],.big p.Para-Circle-Num-Sub[data-v-d3543673],.big p.Para-Table-B-Center[data-v-d3543673],.big .Table--3col-ISO td p[data-v-d3543673]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-d3543673],p.Para-Table-B-Center[data-v-d3543673]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-d3543673],.big p.video_title[data-v-d3543673],.big .resultItem p[data-v-d3543673]{font-size:1.05em}h1[data-v-d3543673]{font-size:1.2em;margin-top:0}h2[data-v-d3543673]{font-size:1.1em}.Heading-3[data-v-d3543673]{font-size:1em}.content .text>ol li[data-v-d3543673]:BEFORE{font-size:26px}.video[data-v-d3543673]{width:95%}}p.Para-Table-L[data-v-d3543673]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-d3543673]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-d3543673]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-d3543673]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-d3543673]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-d3543673]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-d3543673]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-d3543673]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-d3543673]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-d3543673]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-d3543673]:before{content:"";display:block;height:15pt}.Bold[data-v-d3543673],span.Bold[data-v-d3543673]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-d3543673]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-d3543673]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-d3543673]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-d3543673]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-d3543673]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-d3543673]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-d3543673]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-d3543673]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-d3543673]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-d3543673]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-d3543673]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-d3543673],.Para-Table-L-Sub-Auto .icon-1[data-v-d3543673]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-d3543673]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-d3543673]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-d3543673]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-d3543673],.Table--2col td p.Para-basic-L[data-v-d3543673]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-d3543673]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-d3543673]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-d3543673]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-d3543673]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-d3543673]{margin-top:8pt!important}.table-responsive[data-v-d3543673]{width:100%;overflow-x:auto}.table-responsive table[data-v-d3543673]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-d3543673]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-d3543673]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-d3543673]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-d3543673]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-d3543673]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-d3543673]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-d3543673]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-d3543673]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-d3543673]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-d3543673]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-d3543673]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-d3543673]{font-size:12px}#table-15.responsive td[data-v-d3543673]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-d3543673]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-d3543673]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-d3543673]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-d3543673]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-d3543673],.Table--4col-Error th[data-v-d3543673]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-d3543673],.Table--4col-Error tr:first-child th[data-v-d3543673]{border-top:none}.Table--4col-Error tr:last-child td[data-v-d3543673]{border-bottom:none}.Table--4col-Error thead td[data-v-d3543673]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-d3543673]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-d3543673]:nth-child(1),.Table--4col-Error thead td[data-v-d3543673]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-d3543673]:nth-child(2),.Table--4col-Error thead td[data-v-d3543673]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-d3543673]:nth-child(3),.Table--4col-Error thead td[data-v-d3543673]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-d3543673]:nth-child(4),.Table--4col-Error thead td[data-v-d3543673]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-d3543673]:nth-child(1),.Table--4col-Error tbody td[data-v-d3543673]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-d3543673]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-d3543673]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-d3543673]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-d3543673]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-d3543673]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-d3543673]{font-size:14px!important}.Table--4col-Error tbody td[data-v-d3543673]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-d3543673],.Table--4col-Error p.Para-Table-B[data-v-d3543673],.Table--4col-Error p.Para-Table-L-Center[data-v-d3543673]{font-size:12px!important}.Table--4col-Error tbody td[data-v-d3543673]:nth-child(1),.Table--4col-Error thead td[data-v-d3543673]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-d3543673]:nth-child(2),.Table--4col-Error thead td[data-v-d3543673]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-d3543673]:nth-child(3),.Table--4col-Error thead td[data-v-d3543673]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-d3543673]:nth-child(4),.Table--4col-Error thead td[data-v-d3543673]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-d3543673]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-d3543673]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-d3543673]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-d3543673]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-d3543673]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-d3543673]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-d3543673]{line-height:1.25;font-weight:500}.Bold-color[data-v-d3543673]{font-weight:700}.char-style-override-4[data-v-d3543673]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-d3543673]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-d3543673]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-d3543673]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-d3543673]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-d3543673]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-d3543673]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-d3543673]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-d3543673]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-d3543673]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-d3543673]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-d3543673]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-d3543673]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-d3543673]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-d3543673]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-d3543673]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-d3543673],tr:last-child td.cell-style-override-7[data-v-d3543673]{border-bottom:0}table#table-16[data-v-d3543673]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-d3543673],.Table--2col-Air-Sensor[data-v-d3543673],.Table--2col-Voice[data-v-d3543673],.Table--2col-Filter[data-v-d3543673],.Table--troubleshooting[data-v-d3543673],.Table--4col-Error[data-v-d3543673],.Table--Specifications[data-v-d3543673]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-d3543673]:last-child,.Table--2col-Voice tr td[data-v-d3543673]:last-child{width:70%}.Table--2col-Voice tr td[data-v-d3543673]:first-child{width:30%}.Para-Table-L-Center[data-v-d3543673]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-d3543673]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-d3543673]{display:block!important}.Table--2col-Information td[data-v-d3543673]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-d3543673]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-d3543673]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-d3543673]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-d3543673]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-d3543673],.Table--4col-responsive table td[data-v-d3543673]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-d3543673],.Table--2col-Information th[data-v-d3543673]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-d3543673]:nth-child(1),.Table--2col-Information th[data-v-d3543673]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-d3543673]:nth-child(2),.Table--2col-Information th[data-v-d3543673]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-d3543673],.Table--2col-Information th[data-v-d3543673]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-d3543673]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-d3543673],.Table--2col-Voice th[data-v-d3543673]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-d3543673]:nth-child(1),.Table--2col-Voice th[data-v-d3543673]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-d3543673]:nth-child(2),.Table--2col-Voice th[data-v-d3543673]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-d3543673]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-d3543673],.Table--2col-Voice tr:last-child td[data-v-d3543673]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-d3543673],.Table--2col-Voice thead th[data-v-d3543673]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-d3543673]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-d3543673]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-d3543673]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-d3543673],.Table--2col-Information th[data-v-d3543673]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-d3543673]:nth-child(1),.Table--2col-Information th[data-v-d3543673]:nth-child(1){width:30%}.Table--2col-Information td[data-v-d3543673]:nth-child(2),.Table--2col-Information th[data-v-d3543673]:nth-child(2){width:70%}.Table--2col-Information td[data-v-d3543673]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-d3543673]{border-bottom:none}.Table--2col-Air-Sensor[data-v-d3543673]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-d3543673],.Table--2col-Air-Sensor th[data-v-d3543673]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-d3543673]:nth-child(1),.Table--2col-Air-Sensor th[data-v-d3543673]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-d3543673]:nth-child(2),.Table--2col-Air-Sensor th[data-v-d3543673]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-d3543673]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-d3543673]{border-bottom:none}.Table--2col-Filter[data-v-d3543673]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-d3543673],.Table--2col-Filter th[data-v-d3543673]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-d3543673]:nth-child(1),.Table--2col-Filter th[data-v-d3543673]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-d3543673]:nth-child(2),.Table--2col-Filter th[data-v-d3543673]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-d3543673]:nth-child(3),.Table--2col-Filter th[data-v-d3543673]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-d3543673]:nth-child(4),.Table--2col-Filter th[data-v-d3543673]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-d3543673]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-d3543673],.Table--2col-Filter tr:last-child td[data-v-d3543673]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-d3543673],.Table--2col-Filter thead th[data-v-d3543673]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-d3543673]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-d3543673]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-d3543673]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-d3543673],.Table--Specifications th[data-v-d3543673]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-d3543673]:first-child,.Table--Specifications th[data-v-d3543673]:first-child{width:16%}.Table--Specifications td[data-v-d3543673]:nth-child(2),.Table--Specifications th[data-v-d3543673]:nth-child(2){width:42%}.Table--Specifications td[data-v-d3543673]:nth-child(3),.Table--Specifications th[data-v-d3543673]:nth-child(3){width:42%}.Table--Specifications td[data-v-d3543673]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-d3543673],.Table--Specifications tr:last-child td[data-v-d3543673]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-d3543673],.Table--Specifications thead th[data-v-d3543673]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-d3543673]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-d3543673]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-d3543673],td.cell-style-override-20[data-v-d3543673]{padding:10px}td.x3col-Mid-text[data-v-d3543673],td.cell-style-override-22[data-v-d3543673],td.cell-style-override-20[data-v-d3543673]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-d3543673]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-d3543673]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-d3543673]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-d3543673]{margin-top:-350px}}#content-div[data-v-d3543673]{min-height:87vh;background-color:#fff}.data-row[data-v-d3543673]{color:#000}@media screen and (max-width: 600px){#content-div[data-v-d3543673]{min-height:100vh}}body[data-v-776c2cc6]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-776c2cc6]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-776c2cc6]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-776c2cc6]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-776c2cc6]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-776c2cc6]{width:83%!important}.content #naviText span[data-v-776c2cc6]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-776c2cc6]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-776c2cc6]{width:100%!important}.content #mainCar[data-v-776c2cc6]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-776c2cc6]{width:100%}#mainCarPhone[data-v-776c2cc6]{display:none}.content #buttonMenu_v2[data-v-776c2cc6]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-776c2cc6]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-776c2cc6]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-776c2cc6]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-776c2cc6]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-776c2cc6]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-776c2cc6]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-776c2cc6]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-776c2cc6]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-776c2cc6]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-776c2cc6]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-776c2cc6]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-776c2cc6]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-776c2cc6]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-776c2cc6]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-776c2cc6]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-776c2cc6]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-776c2cc6]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-776c2cc6]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-776c2cc6]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-776c2cc6]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-776c2cc6]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-776c2cc6]{bottom:11%;width:30%}.content #naviText span[data-v-776c2cc6]{font-size:17px}.content #naviText img[data-v-776c2cc6]{width:80%!important}.content #carName[data-v-776c2cc6]{right:0%;bottom:12%}.content #carName img[data-v-776c2cc6]{width:40%!important}.content #buttonMenu_v2>a[data-v-776c2cc6]{width:33%}.content #buttonMenu>a[data-v-776c2cc6]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-776c2cc6]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-776c2cc6]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-776c2cc6]{display:block}#mainCarPc[data-v-776c2cc6]{display:none}.content #buttonMenu_v2[data-v-776c2cc6],.content #buttonMenu[data-v-776c2cc6]{width:92%}}@media screen and (max-width: 480px){.content[data-v-776c2cc6]{padding-top:0}.content #naviText[data-v-776c2cc6]{bottom:14%;width:45%}.content #naviText span[data-v-776c2cc6]{font-size:11px}.content #naviText img[data-v-776c2cc6]{width:88%!important}.content #carName[data-v-776c2cc6]{right:5%;bottom:15%}.content #carName img[data-v-776c2cc6]{width:120px!important}.content #buttonMenu_v2[data-v-776c2cc6]{position:relative}.content #buttonMenu_v2>a>div[data-v-776c2cc6]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-776c2cc6]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-776c2cc6]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-776c2cc6]{position:relative}.content #buttonMenu>a>div[data-v-776c2cc6]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-776c2cc6]{height:120px}.content #buttonMenu>a>div>span[data-v-776c2cc6]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-776c2cc6]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-776c2cc6]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-776c2cc6]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-776c2cc6]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-776c2cc6]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-776c2cc6]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-776c2cc6]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-776c2cc6]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-776c2cc6]{margin:0;padding:0}html[data-v-776c2cc6]{background-color:#000;width:100%}.keyword[data-v-776c2cc6],.highlight[data-v-776c2cc6]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-776c2cc6]{font-family:upsys_commonregular}.header_main[data-v-776c2cc6]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-776c2cc6]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-776c2cc6]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-776c2cc6]>*{float:left}#headerLogo[data-v-776c2cc6]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-776c2cc6]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-776c2cc6]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-776c2cc6]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-776c2cc6]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-776c2cc6]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-776c2cc6]{font-size:13px}.languageDiv .active[data-v-776c2cc6]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-776c2cc6]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-776c2cc6]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-776c2cc6]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-776c2cc6],#languageSelect li[data-v-776c2cc6]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-776c2cc6],#languageSelect li:hover a[data-v-776c2cc6]{color:#000}.footer-manual[data-v-776c2cc6]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-776c2cc6]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-776c2cc6]{line-height:60px}#footerLogo[data-v-776c2cc6]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-776c2cc6]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-776c2cc6]{display:inline-block;width:100%}#copyrightPcSpan[data-v-776c2cc6]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-776c2cc6]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-776c2cc6]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-776c2cc6]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-776c2cc6]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-776c2cc6]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-776c2cc6]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-776c2cc6]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-776c2cc6]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-776c2cc6]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-776c2cc6]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-776c2cc6]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-776c2cc6]:focus{outline:none}#searchButton[data-v-776c2cc6]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-776c2cc6]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-776c2cc6]{width:80%}table td.right[data-v-776c2cc6]{width:10%;text-align:center}.result[data-v-776c2cc6],.resultcount[data-v-776c2cc6],.noResult[data-v-776c2cc6]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-776c2cc6]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-776c2cc6]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-776c2cc6]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-776c2cc6]{color:#e49f81}.cover[data-v-776c2cc6]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-776c2cc6]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-776c2cc6]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-776c2cc6]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-776c2cc6]{font-size:12px}.languageDivPhone .active[data-v-776c2cc6]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-776c2cc6]{bottom:30px;left:1px}.fontChangeButton[data-v-776c2cc6]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-776c2cc6]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-776c2cc6]{left:0}.languageDiv div[data-v-776c2cc6]{width:120%;left:-45px;top:5px}#languageSelect[data-v-776c2cc6]{margin-left:-40px}#banner_img>a[data-v-776c2cc6]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-776c2cc6]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-776c2cc6]{z-index:12}.header_main[data-v-776c2cc6]{height:40px;padding-top:0}.header[data-v-776c2cc6]{z-index:12}.header[data-v-776c2cc6]{height:40px;padding-top:0}#title[data-v-776c2cc6]{font-size:16px;width:49%}#headerLogo[data-v-776c2cc6]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-776c2cc6]{width:20%}.languageDiv div[data-v-776c2cc6]{width:90%;left:-15px;top:5px}#languageSelect[data-v-776c2cc6]{margin-left:-10px}.languageDiv ul[data-v-776c2cc6]{font-size:12px}#menu[data-v-776c2cc6]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-776c2cc6]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-776c2cc6]{width:80%}#rightHeader[data-v-776c2cc6]{height:40px}#rightHeader>div[data-v-776c2cc6]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-776c2cc6]{position:absolute;right:38px;top:0}.searchDiv[data-v-776c2cc6]{width:90%}#toc[data-v-776c2cc6]{width:100%}.copyright[data-v-776c2cc6]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-776c2cc6]{display:none}#copyrightPhone[data-v-776c2cc6]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-776c2cc6]{width:15%!important}#prevBtn[data-v-776c2cc6],#nextBtn[data-v-776c2cc6]{width:32px;height:32px;background-size:100%}#searchButton[data-v-776c2cc6]{margin-left:-1px}table td.left[data-v-776c2cc6]{text-align:right}table td.center[data-v-776c2cc6]{width:50%}table td.right[data-v-776c2cc6]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-776c2cc6]{left:0}.languageDiv div[data-v-776c2cc6]{width:100%;left:-5px;top:5px}#languageSelect[data-v-776c2cc6]{margin-left:20px}.languageDiv ul[data-v-776c2cc6]{font-size:10px}.noResult>span[data-v-776c2cc6]{width:200px!important;font-size:14px}#title[data-v-776c2cc6]{font-size:13px;width:40%}#menu[data-v-776c2cc6]{position:absolute}#banner_img>a[data-v-776c2cc6]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-776c2cc6]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-776c2cc6]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-776c2cc6]{font-size:14px}}body[data-v-776c2cc6]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-776c2cc6]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-776c2cc6]{margin:auto;max-width:1120px}.subHeaderInner[data-v-776c2cc6]>*{float:left}.content p[data-v-776c2cc6],.content li[data-v-776c2cc6]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-776c2cc6]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-776c2cc6]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-776c2cc6]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-776c2cc6]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-776c2cc6]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-776c2cc6]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-776c2cc6]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-776c2cc6]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-776c2cc6]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-776c2cc6]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-776c2cc6]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-776c2cc6],p.Para-Basic-B-Sub[data-v-776c2cc6]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-776c2cc6]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-776c2cc6]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-776c2cc6]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-776c2cc6]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-776c2cc6]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-776c2cc6],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-776c2cc6],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-776c2cc6]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-776c2cc6],p+ul li.Para-Basic-B-Sub[data-v-776c2cc6]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-776c2cc6],ul~p.Para-basic-L-bullet-Sub[data-v-776c2cc6],ul~p.Para-Basic-B-Sub[data-v-776c2cc6]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-776c2cc6],ol~p.Para-basic-L-bullet-Sub[data-v-776c2cc6],ol~p.Para-Basic-B-Sub[data-v-776c2cc6]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-776c2cc6],ol+*+p.Para-basic-L-bullet-Sub[data-v-776c2cc6],ol+*+p.Para-Basic-B-Sub[data-v-776c2cc6]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-776c2cc6],a .Para-Basic-B-Sub[data-v-776c2cc6]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-776c2cc6]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-776c2cc6]{margin-left:45px}.content p[data-v-776c2cc6],li[data-v-776c2cc6]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-776c2cc6],p.Para-Basic-B[data-v-776c2cc6],p.Para-Basic-B-Center[data-v-776c2cc6]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-776c2cc6]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-776c2cc6],p.Para-Basic-B-Center[data-v-776c2cc6]{text-align:center}p.Para-Table-L-center[data-v-776c2cc6],p.Para-Table-B-Center[data-v-776c2cc6]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-776c2cc6],table p.Para-Basic-B[data-v-776c2cc6],table p.Para-Basic-B-Center[data-v-776c2cc6]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-776c2cc6]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-776c2cc6]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-776c2cc6]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-776c2cc6]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-776c2cc6]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-776c2cc6],.content .text>ul[data-v-776c2cc6],.content .text table ol[data-v-776c2cc6],.content .text table ul[data-v-776c2cc6]{padding-left:20px}.content .text>ol[data-v-776c2cc6]{padding-left:0}p.Para-Illust-L[data-v-776c2cc6]{text-align:center}p.Para-Illust-L img[data-v-776c2cc6]{display:inline-block}p.Placeholder-sub[data-v-776c2cc6],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-776c2cc6],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-776c2cc6],.content .text>ol~.figure[data-v-776c2cc6],p.Placeholder-sub-S[data-v-776c2cc6],.Para-screen-sub-S[data-v-776c2cc6],.Para-screen-sub-M[data-v-776c2cc6],.Para-screen-sub-L[data-v-776c2cc6]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-776c2cc6],p.Placeholder-sub-M img[data-v-776c2cc6],p.Placeholder-sub img[data-v-776c2cc6]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-776c2cc6]{margin-left:45px}.Table-pic-Left-sub img[data-v-776c2cc6]{margin-top:5px;margin-bottom:10px}div.figure[data-v-776c2cc6]{display:inline-block}p.Para-img-description[data-v-776c2cc6]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-776c2cc6]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-776c2cc6]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-776c2cc6]{margin-bottom:25px}.text img[data-v-776c2cc6]{max-width:100%;display:block}.Table-Pic-center[data-v-776c2cc6]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-776c2cc6]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-776c2cc6]{margin:0}p.Para-Box-Num[data-v-776c2cc6]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-776c2cc6]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-776c2cc6]:AFTER{content:". "}span.inline-img img[data-v-776c2cc6]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-776c2cc6]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-776c2cc6]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-776c2cc6]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-776c2cc6]{margin-left:6.5%;display:block!important}.discUl li[data-v-776c2cc6]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-776c2cc6],.Symbol-R[data-v-776c2cc6],.Note-R-Pic[data-v-776c2cc6]{display:block;width:100%}.Symbol-L[data-v-776c2cc6]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-776c2cc6]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-776c2cc6],.Symbol-R li[data-v-776c2cc6],.Symbol-R p[data-v-776c2cc6]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-776c2cc6]{font-size:16px}table.Table-Symbol td ul[data-v-776c2cc6]{padding-left:20px}table.Table-Symbol[data-v-776c2cc6]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-776c2cc6]{color:#bc162c}.Symbol-Black[data-v-776c2cc6],.Symbol-Black-Table[data-v-776c2cc6]{font-family:upsys_commonregular}.Symbol-Green[data-v-776c2cc6]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-776c2cc6]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-776c2cc6]{width:auto!important}.video_container[data-v-776c2cc6]{margin-top:40px;float:right}.video[data-v-776c2cc6]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-776c2cc6]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-776c2cc6]{width:100%}.Table--3col[data-v-776c2cc6],.Basic-Table[data-v-776c2cc6],.Table--2col[data-v-776c2cc6],.Table-Landmark[data-v-776c2cc6],.Table--4col[data-v-776c2cc6],.Table-2row-merge[data-v-776c2cc6],.Table--troubleshooting[data-v-776c2cc6],.Table-specification[data-v-776c2cc6],.Table-service-center[data-v-776c2cc6],.Table-5col[data-v-776c2cc6],.responsive[data-v-776c2cc6],.Table--3col-Locations[data-v-776c2cc6]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-776c2cc6]:FIRST-CHILD,.Basic-Table tr[data-v-776c2cc6]:FIRST-CHILD,.Table--2col tr[data-v-776c2cc6]:FIRST-CHILD,.Table-Landmark tr[data-v-776c2cc6]:FIRST-CHILD,.Table--4col tr[data-v-776c2cc6]:FIRST-CHILD,.Table-2row-merge tr[data-v-776c2cc6]:FIRST-CHILD,.Table--troubleshooting tr[data-v-776c2cc6]:FIRST-CHILD,.Table-service-center tr[data-v-776c2cc6]:FIRST-CHILD,.responsive tr[data-v-776c2cc6]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-776c2cc6]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-776c2cc6],.Basic-Table td[data-v-776c2cc6],.Table--2col td[data-v-776c2cc6],.Table-Landmark td[data-v-776c2cc6],.Table--4col td[data-v-776c2cc6],.Table-2row-merge td[data-v-776c2cc6],.Table--troubleshooting td[data-v-776c2cc6],.Table-specification td[data-v-776c2cc6],.Table-service-center td[data-v-776c2cc6],.responsive td[data-v-776c2cc6]{padding:10px}.Table--troubleshooting td[data-v-776c2cc6]{border-right:none}.Table--troubleshooting[data-v-776c2cc6]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-776c2cc6],.Table-Landmark .Para-Pic-Center img[data-v-776c2cc6]{width:30px}.Table-5col[data-v-776c2cc6]{border:none}.Table-5col tr[data-v-776c2cc6]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-776c2cc6]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-776c2cc6]{width:15%}.Table--3col td.x3col-L[data-v-776c2cc6],.x3col-L td.x3col-M[data-v-776c2cc6]{width:10%}td.x3col-Mid-Text[data-v-776c2cc6]{text-align:center}td.x3col-R-Pic[data-v-776c2cc6]{text-align:right}.responsive td p[data-v-776c2cc6]{text-align:center}table.Table--3col-Locations[data-v-776c2cc6]{border-collapse:collapse}.Table--3col-Locations td[data-v-776c2cc6]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-776c2cc6]{padding:10px}.Para-Pic-Center img[data-v-776c2cc6]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-776c2cc6]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-776c2cc6]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-776c2cc6]{width:50%}.Table-specification .x3col-L-Grey[data-v-776c2cc6]{width:20%}.Table-specification .Spec-Mid-text[data-v-776c2cc6]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-776c2cc6]{width:50%}.Table--3col .x3col-L-Grey[data-v-776c2cc6]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-776c2cc6],.Table--4col .x3col-Mid-Grey[data-v-776c2cc6],.Table--4col .x3col-R-Grey[data-v-776c2cc6]{width:30%}.navi td.x3col-Mid-Grey[data-v-776c2cc6]{width:15%}.Table--3col .x3col-R-Grey[data-v-776c2cc6]{width:50%}.Table--2col .x3col-L-Grey[data-v-776c2cc6],.Table--2col td[data-v-776c2cc6]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-776c2cc6]{width:70%}.Table--2col-Disc[data-v-776c2cc6]{border-collapse:collapse}.Table--2col-Disc td[data-v-776c2cc6]{border:1px solid grey;padding:10px}.Table-PL td[data-v-776c2cc6]:FIRST-CHILD{width:25%}.resultcount p[data-v-776c2cc6]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-776c2cc6]{font-family:SK_namuhx-Bold}.noResult>span[data-v-776c2cc6]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-776c2cc6]{color:#f0dfdf;display:block}.result_list[data-v-776c2cc6]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-776c2cc6]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-776c2cc6]{font-family:SK_namuhx-Regular}.resulttext p[data-v-776c2cc6]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-776c2cc6]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-776c2cc6]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-776c2cc6],.Cross-Reference[data-v-776c2cc6]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-776c2cc6]:hover{text-decoration:underline}.fontChangeDiv[data-v-776c2cc6]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-776c2cc6]{top:55px}#backButton[data-v-776c2cc6]{background-size:16px}.chapterTitle[data-v-776c2cc6]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-776c2cc6],h2[data-v-776c2cc6]{font-size:1.3em}#contentAccordion[data-v-776c2cc6]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-776c2cc6]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-776c2cc6]{line-height:21px}.video[data-v-776c2cc6]{width:46%}}@media screen and (max-width: 640px){h2[data-v-776c2cc6]{margin-top:40px}.subHeader[data-v-776c2cc6]{top:40px}.fontChangeDiv[data-v-776c2cc6]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-776c2cc6]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-776c2cc6]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-776c2cc6]{margin-left:7.3%}table td[data-v-776c2cc6]{font-size:14px;padding:5px!important}table td p[data-v-776c2cc6],table td p.Para-Basic-B-Center[data-v-776c2cc6],table td p.Para-Basic-B[data-v-776c2cc6]{font-size:14px}table td p.Para-Small-L[data-v-776c2cc6]{font-size:12px;word-break:break-word}.Table--3col td[data-v-776c2cc6],.Basic-Table td[data-v-776c2cc6],.Table--2col td[data-v-776c2cc6],.Table-Landmark td[data-v-776c2cc6],.Table--4col td[data-v-776c2cc6],.Table-2row-merge td[data-v-776c2cc6],.Table--troubleshooting td[data-v-776c2cc6],.Table-specification td[data-v-776c2cc6],.Table-service-center td[data-v-776c2cc6]{border-right:none}.responsive[data-v-776c2cc6],.responsive tr[data-v-776c2cc6],.responsive tbody[data-v-776c2cc6]{width:100%}.Table--4col-responsive td[data-v-776c2cc6]{min-width:200px!important;height:auto}.responsive td p[data-v-776c2cc6]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-776c2cc6],.Table-Symbol td li[data-v-776c2cc6]{font-size:16px}p.Placeholder-sub[data-v-776c2cc6],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-776c2cc6],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-776c2cc6],.content .text>ol~.figure[data-v-776c2cc6],.content .text>ol+ul[data-v-776c2cc6],.Para-screen-sub-L[data-v-776c2cc6]{margin-left:0}.resultcount p[data-v-776c2cc6]{font-size:16px}.Table-specification td p[data-v-776c2cc6],.Table--3col-Locations td li[data-v-776c2cc6],p.Para-basic-L-Sub[data-v-776c2cc6],p.Para-basic-L-Sub-Auto[data-v-776c2cc6],p.Para-basic-L-center[data-v-776c2cc6],li.Para-basic-L-bullet[data-v-776c2cc6],p.Para-basic-L[data-v-776c2cc6],li.Para-basic-L-hyp-Sub[data-v-776c2cc6],li.Para-basic-L-hyp-2Sub[data-v-776c2cc6],li[class^=Para-Num][data-v-776c2cc6],p.Para-Box-Num[data-v-776c2cc6],p.Para-Basic-B-Sub[data-v-776c2cc6],td p.Para-basic-L[data-v-776c2cc6],td li.Para-basic-L-bullet[data-v-776c2cc6],p.Para-Basic-B[data-v-776c2cc6],p.Para-Circle-Num-Sub[data-v-776c2cc6],.Symbol-L p.Para-basic-L-Sub[data-v-776c2cc6],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-776c2cc6]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-776c2cc6],.Table--3col-Locations td li[data-v-776c2cc6],p.Para-Table-L-Sub[data-v-776c2cc6],p.Para-Table-L-Sub-Auto[data-v-776c2cc6],p.Para-Table-L-center[data-v-776c2cc6],p.Para-Table-L[data-v-776c2cc6],li.Para-Table-L-hyp-Sub[data-v-776c2cc6],li.Para-Table-L-hyp-2Sub[data-v-776c2cc6],p.Para-Table-B-Sub[data-v-776c2cc6],td p.Para-Table-L[data-v-776c2cc6],p.Para-Table-B[data-v-776c2cc6],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-776c2cc6]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-776c2cc6]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-776c2cc6],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-776c2cc6]{font-size:14px}.big .Table-specification td p[data-v-776c2cc6],.big .Table--3col-Locations td li[data-v-776c2cc6],.big p.Para-basic-L-Sub[data-v-776c2cc6],.big p.Para-basic-L-Sub-Auto[data-v-776c2cc6],.big p.Para-basic-L-center[data-v-776c2cc6],.big li.Para-basic-L-bullet[data-v-776c2cc6],.big p.Para-basic-L[data-v-776c2cc6],.big li.Para-basic-L-hyp-Sub[data-v-776c2cc6],.big li.Para-basic-L-hyp-2Sub[data-v-776c2cc6],.big li[class^=Para-Num][data-v-776c2cc6],.big p.Para-Box-Num[data-v-776c2cc6],.big p.Para-Basic-B-Sub[data-v-776c2cc6],.big td p.Para-basic-L[data-v-776c2cc6],.big td li.Para-basic-L-bullet[data-v-776c2cc6],.big p.Para-Basic-B[data-v-776c2cc6],.big p.Para-Circle-Num-Sub[data-v-776c2cc6]{font-size:16px}.big .Table-specification td p[data-v-776c2cc6],.big .Table--3col-Locations td li[data-v-776c2cc6],.big p.Para-Table-L-Sub[data-v-776c2cc6],.big p.Para-Table-L-Sub-Auto[data-v-776c2cc6],.big p.Para-Table-L-center[data-v-776c2cc6],.big p.Para-Table-L[data-v-776c2cc6],.big li.Para-Table-L-hyp-Sub[data-v-776c2cc6],.big li.Para-Table-L-hyp-2Sub[data-v-776c2cc6],.big li[class^=Para-Num][data-v-776c2cc6],.big p.Para-Box-Num[data-v-776c2cc6],.big p.Para-Table-B-Sub[data-v-776c2cc6],.big td p.Para-Table-L[data-v-776c2cc6],.big p.Para-Table-B[data-v-776c2cc6],.big p.Para-Circle-Num-Sub[data-v-776c2cc6],.big p.Para-Table-B-Center[data-v-776c2cc6],.big .Table--3col-ISO td p[data-v-776c2cc6]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-776c2cc6],p.Para-Table-B-Center[data-v-776c2cc6]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-776c2cc6],.big p.video_title[data-v-776c2cc6],.big .resultItem p[data-v-776c2cc6]{font-size:1.05em}h1[data-v-776c2cc6]{font-size:1.2em;margin-top:0}h2[data-v-776c2cc6]{font-size:1.1em}.Heading-3[data-v-776c2cc6]{font-size:1em}.content .text>ol li[data-v-776c2cc6]:BEFORE{font-size:26px}.video[data-v-776c2cc6]{width:95%}}p.Para-Table-L[data-v-776c2cc6]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-776c2cc6]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-776c2cc6]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-776c2cc6]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-776c2cc6]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-776c2cc6]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-776c2cc6]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-776c2cc6]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-776c2cc6]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-776c2cc6]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-776c2cc6]:before{content:"";display:block;height:15pt}.Bold[data-v-776c2cc6],span.Bold[data-v-776c2cc6]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-776c2cc6]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-776c2cc6]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-776c2cc6]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-776c2cc6]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-776c2cc6]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-776c2cc6]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-776c2cc6]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-776c2cc6]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-776c2cc6]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-776c2cc6]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-776c2cc6]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-776c2cc6],.Para-Table-L-Sub-Auto .icon-1[data-v-776c2cc6]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-776c2cc6]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-776c2cc6]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-776c2cc6]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-776c2cc6],.Table--2col td p.Para-basic-L[data-v-776c2cc6]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-776c2cc6]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-776c2cc6]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-776c2cc6]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-776c2cc6]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-776c2cc6]{margin-top:8pt!important}.table-responsive[data-v-776c2cc6]{width:100%;overflow-x:auto}.table-responsive table[data-v-776c2cc6]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-776c2cc6]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-776c2cc6]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-776c2cc6]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-776c2cc6]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-776c2cc6]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-776c2cc6]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-776c2cc6]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-776c2cc6]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-776c2cc6]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-776c2cc6]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-776c2cc6]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-776c2cc6]{font-size:12px}#table-15.responsive td[data-v-776c2cc6]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-776c2cc6]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-776c2cc6]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-776c2cc6]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-776c2cc6]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-776c2cc6],.Table--4col-Error th[data-v-776c2cc6]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-776c2cc6],.Table--4col-Error tr:first-child th[data-v-776c2cc6]{border-top:none}.Table--4col-Error tr:last-child td[data-v-776c2cc6]{border-bottom:none}.Table--4col-Error thead td[data-v-776c2cc6]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-776c2cc6]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-776c2cc6]:nth-child(1),.Table--4col-Error thead td[data-v-776c2cc6]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-776c2cc6]:nth-child(2),.Table--4col-Error thead td[data-v-776c2cc6]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-776c2cc6]:nth-child(3),.Table--4col-Error thead td[data-v-776c2cc6]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-776c2cc6]:nth-child(4),.Table--4col-Error thead td[data-v-776c2cc6]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-776c2cc6]:nth-child(1),.Table--4col-Error tbody td[data-v-776c2cc6]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-776c2cc6]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-776c2cc6]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-776c2cc6]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-776c2cc6]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-776c2cc6]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-776c2cc6]{font-size:14px!important}.Table--4col-Error tbody td[data-v-776c2cc6]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-776c2cc6],.Table--4col-Error p.Para-Table-B[data-v-776c2cc6],.Table--4col-Error p.Para-Table-L-Center[data-v-776c2cc6]{font-size:12px!important}.Table--4col-Error tbody td[data-v-776c2cc6]:nth-child(1),.Table--4col-Error thead td[data-v-776c2cc6]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-776c2cc6]:nth-child(2),.Table--4col-Error thead td[data-v-776c2cc6]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-776c2cc6]:nth-child(3),.Table--4col-Error thead td[data-v-776c2cc6]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-776c2cc6]:nth-child(4),.Table--4col-Error thead td[data-v-776c2cc6]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-776c2cc6]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-776c2cc6]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-776c2cc6]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-776c2cc6]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-776c2cc6]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-776c2cc6]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-776c2cc6]{line-height:1.25;font-weight:500}.Bold-color[data-v-776c2cc6]{font-weight:700}.char-style-override-4[data-v-776c2cc6]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-776c2cc6]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-776c2cc6]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-776c2cc6]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-776c2cc6]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-776c2cc6]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-776c2cc6]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-776c2cc6]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-776c2cc6]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-776c2cc6]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-776c2cc6]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-776c2cc6]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-776c2cc6]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-776c2cc6]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-776c2cc6]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-776c2cc6]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-776c2cc6],tr:last-child td.cell-style-override-7[data-v-776c2cc6]{border-bottom:0}table#table-16[data-v-776c2cc6]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-776c2cc6],.Table--2col-Air-Sensor[data-v-776c2cc6],.Table--2col-Voice[data-v-776c2cc6],.Table--2col-Filter[data-v-776c2cc6],.Table--troubleshooting[data-v-776c2cc6],.Table--4col-Error[data-v-776c2cc6],.Table--Specifications[data-v-776c2cc6]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-776c2cc6]:last-child,.Table--2col-Voice tr td[data-v-776c2cc6]:last-child{width:70%}.Table--2col-Voice tr td[data-v-776c2cc6]:first-child{width:30%}.Para-Table-L-Center[data-v-776c2cc6]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-776c2cc6]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-776c2cc6]{display:block!important}.Table--2col-Information td[data-v-776c2cc6]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-776c2cc6]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-776c2cc6]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-776c2cc6]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-776c2cc6]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-776c2cc6],.Table--4col-responsive table td[data-v-776c2cc6]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-776c2cc6],.Table--2col-Information th[data-v-776c2cc6]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-776c2cc6]:nth-child(1),.Table--2col-Information th[data-v-776c2cc6]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-776c2cc6]:nth-child(2),.Table--2col-Information th[data-v-776c2cc6]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-776c2cc6],.Table--2col-Information th[data-v-776c2cc6]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-776c2cc6]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-776c2cc6],.Table--2col-Voice th[data-v-776c2cc6]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-776c2cc6]:nth-child(1),.Table--2col-Voice th[data-v-776c2cc6]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-776c2cc6]:nth-child(2),.Table--2col-Voice th[data-v-776c2cc6]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-776c2cc6]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-776c2cc6],.Table--2col-Voice tr:last-child td[data-v-776c2cc6]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-776c2cc6],.Table--2col-Voice thead th[data-v-776c2cc6]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-776c2cc6]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-776c2cc6]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-776c2cc6]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-776c2cc6],.Table--2col-Information th[data-v-776c2cc6]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-776c2cc6]:nth-child(1),.Table--2col-Information th[data-v-776c2cc6]:nth-child(1){width:30%}.Table--2col-Information td[data-v-776c2cc6]:nth-child(2),.Table--2col-Information th[data-v-776c2cc6]:nth-child(2){width:70%}.Table--2col-Information td[data-v-776c2cc6]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-776c2cc6]{border-bottom:none}.Table--2col-Air-Sensor[data-v-776c2cc6]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-776c2cc6],.Table--2col-Air-Sensor th[data-v-776c2cc6]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-776c2cc6]:nth-child(1),.Table--2col-Air-Sensor th[data-v-776c2cc6]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-776c2cc6]:nth-child(2),.Table--2col-Air-Sensor th[data-v-776c2cc6]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-776c2cc6]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-776c2cc6]{border-bottom:none}.Table--2col-Filter[data-v-776c2cc6]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-776c2cc6],.Table--2col-Filter th[data-v-776c2cc6]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-776c2cc6]:nth-child(1),.Table--2col-Filter th[data-v-776c2cc6]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-776c2cc6]:nth-child(2),.Table--2col-Filter th[data-v-776c2cc6]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-776c2cc6]:nth-child(3),.Table--2col-Filter th[data-v-776c2cc6]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-776c2cc6]:nth-child(4),.Table--2col-Filter th[data-v-776c2cc6]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-776c2cc6]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-776c2cc6],.Table--2col-Filter tr:last-child td[data-v-776c2cc6]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-776c2cc6],.Table--2col-Filter thead th[data-v-776c2cc6]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-776c2cc6]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-776c2cc6]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-776c2cc6]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-776c2cc6],.Table--Specifications th[data-v-776c2cc6]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-776c2cc6]:first-child,.Table--Specifications th[data-v-776c2cc6]:first-child{width:16%}.Table--Specifications td[data-v-776c2cc6]:nth-child(2),.Table--Specifications th[data-v-776c2cc6]:nth-child(2){width:42%}.Table--Specifications td[data-v-776c2cc6]:nth-child(3),.Table--Specifications th[data-v-776c2cc6]:nth-child(3){width:42%}.Table--Specifications td[data-v-776c2cc6]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-776c2cc6],.Table--Specifications tr:last-child td[data-v-776c2cc6]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-776c2cc6],.Table--Specifications thead th[data-v-776c2cc6]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-776c2cc6]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-776c2cc6]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-776c2cc6],td.cell-style-override-20[data-v-776c2cc6]{padding:10px}td.x3col-Mid-text[data-v-776c2cc6],td.cell-style-override-22[data-v-776c2cc6],td.cell-style-override-20[data-v-776c2cc6]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-776c2cc6]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-776c2cc6]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-776c2cc6]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-776c2cc6]{margin-top:-350px}}#content-div[data-v-776c2cc6]{min-height:87vh;background-color:#fff}.data-row[data-v-776c2cc6]{color:#000}@media screen and (max-width: 600px){#content-div[data-v-776c2cc6]{min-height:100vh}}body[data-v-e074339c]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-e074339c]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-e074339c]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-e074339c]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-e074339c]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-e074339c]{width:83%!important}.content #naviText span[data-v-e074339c]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-e074339c]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-e074339c]{width:100%!important}.content #mainCar[data-v-e074339c]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-e074339c]{width:100%}#mainCarPhone[data-v-e074339c]{display:none}.content #buttonMenu_v2[data-v-e074339c]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-e074339c]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-e074339c]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-e074339c]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-e074339c]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-e074339c]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-e074339c]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-e074339c]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-e074339c]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-e074339c]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-e074339c]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-e074339c]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-e074339c]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-e074339c]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-e074339c]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-e074339c]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-e074339c]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-e074339c]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-e074339c]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-e074339c]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-e074339c]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-e074339c]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-e074339c]{bottom:11%;width:30%}.content #naviText span[data-v-e074339c]{font-size:17px}.content #naviText img[data-v-e074339c]{width:80%!important}.content #carName[data-v-e074339c]{right:0%;bottom:12%}.content #carName img[data-v-e074339c]{width:40%!important}.content #buttonMenu_v2>a[data-v-e074339c]{width:33%}.content #buttonMenu>a[data-v-e074339c]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-e074339c]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-e074339c]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-e074339c]{display:block}#mainCarPc[data-v-e074339c]{display:none}.content #buttonMenu_v2[data-v-e074339c],.content #buttonMenu[data-v-e074339c]{width:92%}}@media screen and (max-width: 480px){.content[data-v-e074339c]{padding-top:0}.content #naviText[data-v-e074339c]{bottom:14%;width:45%}.content #naviText span[data-v-e074339c]{font-size:11px}.content #naviText img[data-v-e074339c]{width:88%!important}.content #carName[data-v-e074339c]{right:5%;bottom:15%}.content #carName img[data-v-e074339c]{width:120px!important}.content #buttonMenu_v2[data-v-e074339c]{position:relative}.content #buttonMenu_v2>a>div[data-v-e074339c]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-e074339c]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-e074339c]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-e074339c]{position:relative}.content #buttonMenu>a>div[data-v-e074339c]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-e074339c]{height:120px}.content #buttonMenu>a>div>span[data-v-e074339c]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-e074339c]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-e074339c]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-e074339c]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-e074339c]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-e074339c]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-e074339c]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-e074339c]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-e074339c]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-e074339c]{margin:0;padding:0}html[data-v-e074339c]{background-color:#000;width:100%}.keyword[data-v-e074339c],.highlight[data-v-e074339c]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-e074339c]{font-family:upsys_commonregular}.header_main[data-v-e074339c]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-e074339c]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-e074339c]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-e074339c]>*{float:left}#headerLogo[data-v-e074339c]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-e074339c]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-e074339c]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-e074339c]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-e074339c]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-e074339c]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-e074339c]{font-size:13px}.languageDiv .active[data-v-e074339c]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-e074339c]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-e074339c]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-e074339c]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-e074339c],#languageSelect li[data-v-e074339c]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-e074339c],#languageSelect li:hover a[data-v-e074339c]{color:#000}.footer-manual[data-v-e074339c]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-e074339c]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-e074339c]{line-height:60px}#footerLogo[data-v-e074339c]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-e074339c]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-e074339c]{display:inline-block;width:100%}#copyrightPcSpan[data-v-e074339c]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-e074339c]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-e074339c]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-e074339c]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-e074339c]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-e074339c]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-e074339c]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-e074339c]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-e074339c]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-e074339c]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-e074339c]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-e074339c]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-e074339c]:focus{outline:none}#searchButton[data-v-e074339c]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-e074339c]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-e074339c]{width:80%}table td.right[data-v-e074339c]{width:10%;text-align:center}.result[data-v-e074339c],.resultcount[data-v-e074339c],.noResult[data-v-e074339c]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-e074339c]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-e074339c]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-e074339c]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-e074339c]{color:#e49f81}.cover[data-v-e074339c]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-e074339c]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-e074339c]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-e074339c]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-e074339c]{font-size:12px}.languageDivPhone .active[data-v-e074339c]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-e074339c]{bottom:30px;left:1px}.fontChangeButton[data-v-e074339c]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-e074339c]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-e074339c]{left:0}.languageDiv div[data-v-e074339c]{width:120%;left:-45px;top:5px}#languageSelect[data-v-e074339c]{margin-left:-40px}#banner_img>a[data-v-e074339c]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-e074339c]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-e074339c]{z-index:12}.header_main[data-v-e074339c]{height:40px;padding-top:0}.header[data-v-e074339c]{z-index:12}.header[data-v-e074339c]{height:40px;padding-top:0}#title[data-v-e074339c]{font-size:16px;width:49%}#headerLogo[data-v-e074339c]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-e074339c]{width:20%}.languageDiv div[data-v-e074339c]{width:90%;left:-15px;top:5px}#languageSelect[data-v-e074339c]{margin-left:-10px}.languageDiv ul[data-v-e074339c]{font-size:12px}#menu[data-v-e074339c]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-e074339c]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-e074339c]{width:80%}#rightHeader[data-v-e074339c]{height:40px}#rightHeader>div[data-v-e074339c]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-e074339c]{position:absolute;right:38px;top:0}.searchDiv[data-v-e074339c]{width:90%}#toc[data-v-e074339c]{width:100%}.copyright[data-v-e074339c]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-e074339c]{display:none}#copyrightPhone[data-v-e074339c]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-e074339c]{width:15%!important}#prevBtn[data-v-e074339c],#nextBtn[data-v-e074339c]{width:32px;height:32px;background-size:100%}#searchButton[data-v-e074339c]{margin-left:-1px}table td.left[data-v-e074339c]{text-align:right}table td.center[data-v-e074339c]{width:50%}table td.right[data-v-e074339c]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-e074339c]{left:0}.languageDiv div[data-v-e074339c]{width:100%;left:-5px;top:5px}#languageSelect[data-v-e074339c]{margin-left:20px}.languageDiv ul[data-v-e074339c]{font-size:10px}.noResult>span[data-v-e074339c]{width:200px!important;font-size:14px}#title[data-v-e074339c]{font-size:13px;width:40%}#menu[data-v-e074339c]{position:absolute}#banner_img>a[data-v-e074339c]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-e074339c]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-e074339c]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-e074339c]{font-size:14px}}body[data-v-e074339c]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-e074339c]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-e074339c]{margin:auto;max-width:1120px}.subHeaderInner[data-v-e074339c]>*{float:left}.content p[data-v-e074339c],.content li[data-v-e074339c]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-e074339c]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-e074339c]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-e074339c]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-e074339c]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-e074339c]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-e074339c]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-e074339c]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-e074339c]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-e074339c]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-e074339c]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-e074339c]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-e074339c],p.Para-Basic-B-Sub[data-v-e074339c]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-e074339c]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-e074339c]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-e074339c]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-e074339c]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-e074339c]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-e074339c],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-e074339c],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-e074339c]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-e074339c],p+ul li.Para-Basic-B-Sub[data-v-e074339c]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-e074339c],ul~p.Para-basic-L-bullet-Sub[data-v-e074339c],ul~p.Para-Basic-B-Sub[data-v-e074339c]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-e074339c],ol~p.Para-basic-L-bullet-Sub[data-v-e074339c],ol~p.Para-Basic-B-Sub[data-v-e074339c]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-e074339c],ol+*+p.Para-basic-L-bullet-Sub[data-v-e074339c],ol+*+p.Para-Basic-B-Sub[data-v-e074339c]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-e074339c],a .Para-Basic-B-Sub[data-v-e074339c]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-e074339c]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-e074339c]{margin-left:45px}.content p[data-v-e074339c],li[data-v-e074339c]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-e074339c],p.Para-Basic-B[data-v-e074339c],p.Para-Basic-B-Center[data-v-e074339c]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-e074339c]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-e074339c],p.Para-Basic-B-Center[data-v-e074339c]{text-align:center}p.Para-Table-L-center[data-v-e074339c],p.Para-Table-B-Center[data-v-e074339c]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-e074339c],table p.Para-Basic-B[data-v-e074339c],table p.Para-Basic-B-Center[data-v-e074339c]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-e074339c]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-e074339c]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-e074339c]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-e074339c]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-e074339c]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-e074339c],.content .text>ul[data-v-e074339c],.content .text table ol[data-v-e074339c],.content .text table ul[data-v-e074339c]{padding-left:20px}.content .text>ol[data-v-e074339c]{padding-left:0}p.Para-Illust-L[data-v-e074339c]{text-align:center}p.Para-Illust-L img[data-v-e074339c]{display:inline-block}p.Placeholder-sub[data-v-e074339c],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-e074339c],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-e074339c],.content .text>ol~.figure[data-v-e074339c],p.Placeholder-sub-S[data-v-e074339c],.Para-screen-sub-S[data-v-e074339c],.Para-screen-sub-M[data-v-e074339c],.Para-screen-sub-L[data-v-e074339c]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-e074339c],p.Placeholder-sub-M img[data-v-e074339c],p.Placeholder-sub img[data-v-e074339c]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-e074339c]{margin-left:45px}.Table-pic-Left-sub img[data-v-e074339c]{margin-top:5px;margin-bottom:10px}div.figure[data-v-e074339c]{display:inline-block}p.Para-img-description[data-v-e074339c]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-e074339c]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-e074339c]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-e074339c]{margin-bottom:25px}.text img[data-v-e074339c]{max-width:100%;display:block}.Table-Pic-center[data-v-e074339c]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-e074339c]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-e074339c]{margin:0}p.Para-Box-Num[data-v-e074339c]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-e074339c]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-e074339c]:AFTER{content:". "}span.inline-img img[data-v-e074339c]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-e074339c]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-e074339c]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-e074339c]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-e074339c]{margin-left:6.5%;display:block!important}.discUl li[data-v-e074339c]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-e074339c],.Symbol-R[data-v-e074339c],.Note-R-Pic[data-v-e074339c]{display:block;width:100%}.Symbol-L[data-v-e074339c]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-e074339c]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-e074339c],.Symbol-R li[data-v-e074339c],.Symbol-R p[data-v-e074339c]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-e074339c]{font-size:16px}table.Table-Symbol td ul[data-v-e074339c]{padding-left:20px}table.Table-Symbol[data-v-e074339c]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-e074339c]{color:#bc162c}.Symbol-Black[data-v-e074339c],.Symbol-Black-Table[data-v-e074339c]{font-family:upsys_commonregular}.Symbol-Green[data-v-e074339c]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-e074339c]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-e074339c]{width:auto!important}.video_container[data-v-e074339c]{margin-top:40px;float:right}.video[data-v-e074339c]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-e074339c]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-e074339c]{width:100%}.Table--3col[data-v-e074339c],.Basic-Table[data-v-e074339c],.Table--2col[data-v-e074339c],.Table-Landmark[data-v-e074339c],.Table--4col[data-v-e074339c],.Table-2row-merge[data-v-e074339c],.Table--troubleshooting[data-v-e074339c],.Table-specification[data-v-e074339c],.Table-service-center[data-v-e074339c],.Table-5col[data-v-e074339c],.responsive[data-v-e074339c],.Table--3col-Locations[data-v-e074339c]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-e074339c]:FIRST-CHILD,.Basic-Table tr[data-v-e074339c]:FIRST-CHILD,.Table--2col tr[data-v-e074339c]:FIRST-CHILD,.Table-Landmark tr[data-v-e074339c]:FIRST-CHILD,.Table--4col tr[data-v-e074339c]:FIRST-CHILD,.Table-2row-merge tr[data-v-e074339c]:FIRST-CHILD,.Table--troubleshooting tr[data-v-e074339c]:FIRST-CHILD,.Table-service-center tr[data-v-e074339c]:FIRST-CHILD,.responsive tr[data-v-e074339c]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-e074339c]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-e074339c],.Basic-Table td[data-v-e074339c],.Table--2col td[data-v-e074339c],.Table-Landmark td[data-v-e074339c],.Table--4col td[data-v-e074339c],.Table-2row-merge td[data-v-e074339c],.Table--troubleshooting td[data-v-e074339c],.Table-specification td[data-v-e074339c],.Table-service-center td[data-v-e074339c],.responsive td[data-v-e074339c]{padding:10px}.Table--troubleshooting td[data-v-e074339c]{border-right:none}.Table--troubleshooting[data-v-e074339c]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-e074339c],.Table-Landmark .Para-Pic-Center img[data-v-e074339c]{width:30px}.Table-5col[data-v-e074339c]{border:none}.Table-5col tr[data-v-e074339c]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-e074339c]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-e074339c]{width:15%}.Table--3col td.x3col-L[data-v-e074339c],.x3col-L td.x3col-M[data-v-e074339c]{width:10%}td.x3col-Mid-Text[data-v-e074339c]{text-align:center}td.x3col-R-Pic[data-v-e074339c]{text-align:right}.responsive td p[data-v-e074339c]{text-align:center}table.Table--3col-Locations[data-v-e074339c]{border-collapse:collapse}.Table--3col-Locations td[data-v-e074339c]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-e074339c]{padding:10px}.Para-Pic-Center img[data-v-e074339c]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-e074339c]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-e074339c]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-e074339c]{width:50%}.Table-specification .x3col-L-Grey[data-v-e074339c]{width:20%}.Table-specification .Spec-Mid-text[data-v-e074339c]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-e074339c]{width:50%}.Table--3col .x3col-L-Grey[data-v-e074339c]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-e074339c],.Table--4col .x3col-Mid-Grey[data-v-e074339c],.Table--4col .x3col-R-Grey[data-v-e074339c]{width:30%}.navi td.x3col-Mid-Grey[data-v-e074339c]{width:15%}.Table--3col .x3col-R-Grey[data-v-e074339c]{width:50%}.Table--2col .x3col-L-Grey[data-v-e074339c],.Table--2col td[data-v-e074339c]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-e074339c]{width:70%}.Table--2col-Disc[data-v-e074339c]{border-collapse:collapse}.Table--2col-Disc td[data-v-e074339c]{border:1px solid grey;padding:10px}.Table-PL td[data-v-e074339c]:FIRST-CHILD{width:25%}.resultcount p[data-v-e074339c]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-e074339c]{font-family:SK_namuhx-Bold}.noResult>span[data-v-e074339c]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-e074339c]{color:#f0dfdf;display:block}.result_list[data-v-e074339c]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-e074339c]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-e074339c]{font-family:SK_namuhx-Regular}.resulttext p[data-v-e074339c]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-e074339c]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-e074339c]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-e074339c],.Cross-Reference[data-v-e074339c]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-e074339c]:hover{text-decoration:underline}.fontChangeDiv[data-v-e074339c]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-e074339c]{top:55px}#backButton[data-v-e074339c]{background-size:16px}.chapterTitle[data-v-e074339c]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-e074339c],h2[data-v-e074339c]{font-size:1.3em}#contentAccordion[data-v-e074339c]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-e074339c]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-e074339c]{line-height:21px}.video[data-v-e074339c]{width:46%}}@media screen and (max-width: 640px){h2[data-v-e074339c]{margin-top:40px}.subHeader[data-v-e074339c]{top:40px}.fontChangeDiv[data-v-e074339c]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-e074339c]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-e074339c]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-e074339c]{margin-left:7.3%}table td[data-v-e074339c]{font-size:14px;padding:5px!important}table td p[data-v-e074339c],table td p.Para-Basic-B-Center[data-v-e074339c],table td p.Para-Basic-B[data-v-e074339c]{font-size:14px}table td p.Para-Small-L[data-v-e074339c]{font-size:12px;word-break:break-word}.Table--3col td[data-v-e074339c],.Basic-Table td[data-v-e074339c],.Table--2col td[data-v-e074339c],.Table-Landmark td[data-v-e074339c],.Table--4col td[data-v-e074339c],.Table-2row-merge td[data-v-e074339c],.Table--troubleshooting td[data-v-e074339c],.Table-specification td[data-v-e074339c],.Table-service-center td[data-v-e074339c]{border-right:none}.responsive[data-v-e074339c],.responsive tr[data-v-e074339c],.responsive tbody[data-v-e074339c]{width:100%}.Table--4col-responsive td[data-v-e074339c]{min-width:200px!important;height:auto}.responsive td p[data-v-e074339c]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-e074339c],.Table-Symbol td li[data-v-e074339c]{font-size:16px}p.Placeholder-sub[data-v-e074339c],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-e074339c],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-e074339c],.content .text>ol~.figure[data-v-e074339c],.content .text>ol+ul[data-v-e074339c],.Para-screen-sub-L[data-v-e074339c]{margin-left:0}.resultcount p[data-v-e074339c]{font-size:16px}.Table-specification td p[data-v-e074339c],.Table--3col-Locations td li[data-v-e074339c],p.Para-basic-L-Sub[data-v-e074339c],p.Para-basic-L-Sub-Auto[data-v-e074339c],p.Para-basic-L-center[data-v-e074339c],li.Para-basic-L-bullet[data-v-e074339c],p.Para-basic-L[data-v-e074339c],li.Para-basic-L-hyp-Sub[data-v-e074339c],li.Para-basic-L-hyp-2Sub[data-v-e074339c],li[class^=Para-Num][data-v-e074339c],p.Para-Box-Num[data-v-e074339c],p.Para-Basic-B-Sub[data-v-e074339c],td p.Para-basic-L[data-v-e074339c],td li.Para-basic-L-bullet[data-v-e074339c],p.Para-Basic-B[data-v-e074339c],p.Para-Circle-Num-Sub[data-v-e074339c],.Symbol-L p.Para-basic-L-Sub[data-v-e074339c],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-e074339c]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-e074339c],.Table--3col-Locations td li[data-v-e074339c],p.Para-Table-L-Sub[data-v-e074339c],p.Para-Table-L-Sub-Auto[data-v-e074339c],p.Para-Table-L-center[data-v-e074339c],p.Para-Table-L[data-v-e074339c],li.Para-Table-L-hyp-Sub[data-v-e074339c],li.Para-Table-L-hyp-2Sub[data-v-e074339c],p.Para-Table-B-Sub[data-v-e074339c],td p.Para-Table-L[data-v-e074339c],p.Para-Table-B[data-v-e074339c],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-e074339c]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-e074339c]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-e074339c],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-e074339c]{font-size:14px}.big .Table-specification td p[data-v-e074339c],.big .Table--3col-Locations td li[data-v-e074339c],.big p.Para-basic-L-Sub[data-v-e074339c],.big p.Para-basic-L-Sub-Auto[data-v-e074339c],.big p.Para-basic-L-center[data-v-e074339c],.big li.Para-basic-L-bullet[data-v-e074339c],.big p.Para-basic-L[data-v-e074339c],.big li.Para-basic-L-hyp-Sub[data-v-e074339c],.big li.Para-basic-L-hyp-2Sub[data-v-e074339c],.big li[class^=Para-Num][data-v-e074339c],.big p.Para-Box-Num[data-v-e074339c],.big p.Para-Basic-B-Sub[data-v-e074339c],.big td p.Para-basic-L[data-v-e074339c],.big td li.Para-basic-L-bullet[data-v-e074339c],.big p.Para-Basic-B[data-v-e074339c],.big p.Para-Circle-Num-Sub[data-v-e074339c]{font-size:16px}.big .Table-specification td p[data-v-e074339c],.big .Table--3col-Locations td li[data-v-e074339c],.big p.Para-Table-L-Sub[data-v-e074339c],.big p.Para-Table-L-Sub-Auto[data-v-e074339c],.big p.Para-Table-L-center[data-v-e074339c],.big p.Para-Table-L[data-v-e074339c],.big li.Para-Table-L-hyp-Sub[data-v-e074339c],.big li.Para-Table-L-hyp-2Sub[data-v-e074339c],.big li[class^=Para-Num][data-v-e074339c],.big p.Para-Box-Num[data-v-e074339c],.big p.Para-Table-B-Sub[data-v-e074339c],.big td p.Para-Table-L[data-v-e074339c],.big p.Para-Table-B[data-v-e074339c],.big p.Para-Circle-Num-Sub[data-v-e074339c],.big p.Para-Table-B-Center[data-v-e074339c],.big .Table--3col-ISO td p[data-v-e074339c]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-e074339c],p.Para-Table-B-Center[data-v-e074339c]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-e074339c],.big p.video_title[data-v-e074339c],.big .resultItem p[data-v-e074339c]{font-size:1.05em}h1[data-v-e074339c]{font-size:1.2em;margin-top:0}h2[data-v-e074339c]{font-size:1.1em}.Heading-3[data-v-e074339c]{font-size:1em}.content .text>ol li[data-v-e074339c]:BEFORE{font-size:26px}.video[data-v-e074339c]{width:95%}}p.Para-Table-L[data-v-e074339c]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-e074339c]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-e074339c]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-e074339c]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-e074339c]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-e074339c]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-e074339c]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-e074339c]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-e074339c]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-e074339c]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-e074339c]:before{content:"";display:block;height:15pt}.Bold[data-v-e074339c],span.Bold[data-v-e074339c]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-e074339c]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-e074339c]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-e074339c]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-e074339c]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-e074339c]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-e074339c]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-e074339c]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-e074339c]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-e074339c]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-e074339c]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-e074339c]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-e074339c],.Para-Table-L-Sub-Auto .icon-1[data-v-e074339c]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-e074339c]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-e074339c]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-e074339c]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-e074339c],.Table--2col td p.Para-basic-L[data-v-e074339c]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-e074339c]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-e074339c]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-e074339c]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-e074339c]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-e074339c]{margin-top:8pt!important}.table-responsive[data-v-e074339c]{width:100%;overflow-x:auto}.table-responsive table[data-v-e074339c]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-e074339c]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-e074339c]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-e074339c]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-e074339c]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-e074339c]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-e074339c]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-e074339c]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-e074339c]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-e074339c]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-e074339c]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-e074339c]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-e074339c]{font-size:12px}#table-15.responsive td[data-v-e074339c]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-e074339c]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-e074339c]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-e074339c]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-e074339c]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-e074339c],.Table--4col-Error th[data-v-e074339c]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-e074339c],.Table--4col-Error tr:first-child th[data-v-e074339c]{border-top:none}.Table--4col-Error tr:last-child td[data-v-e074339c]{border-bottom:none}.Table--4col-Error thead td[data-v-e074339c]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-e074339c]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-e074339c]:nth-child(1),.Table--4col-Error thead td[data-v-e074339c]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-e074339c]:nth-child(2),.Table--4col-Error thead td[data-v-e074339c]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-e074339c]:nth-child(3),.Table--4col-Error thead td[data-v-e074339c]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-e074339c]:nth-child(4),.Table--4col-Error thead td[data-v-e074339c]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-e074339c]:nth-child(1),.Table--4col-Error tbody td[data-v-e074339c]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-e074339c]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-e074339c]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-e074339c]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-e074339c]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-e074339c]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-e074339c]{font-size:14px!important}.Table--4col-Error tbody td[data-v-e074339c]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-e074339c],.Table--4col-Error p.Para-Table-B[data-v-e074339c],.Table--4col-Error p.Para-Table-L-Center[data-v-e074339c]{font-size:12px!important}.Table--4col-Error tbody td[data-v-e074339c]:nth-child(1),.Table--4col-Error thead td[data-v-e074339c]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-e074339c]:nth-child(2),.Table--4col-Error thead td[data-v-e074339c]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-e074339c]:nth-child(3),.Table--4col-Error thead td[data-v-e074339c]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-e074339c]:nth-child(4),.Table--4col-Error thead td[data-v-e074339c]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-e074339c]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-e074339c]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-e074339c]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-e074339c]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-e074339c]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-e074339c]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-e074339c]{line-height:1.25;font-weight:500}.Bold-color[data-v-e074339c]{font-weight:700}.char-style-override-4[data-v-e074339c]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-e074339c]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-e074339c]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-e074339c]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-e074339c]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-e074339c]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-e074339c]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-e074339c]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-e074339c]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-e074339c]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-e074339c]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-e074339c]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-e074339c]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-e074339c]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-e074339c]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-e074339c]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-e074339c],tr:last-child td.cell-style-override-7[data-v-e074339c]{border-bottom:0}table#table-16[data-v-e074339c]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-e074339c],.Table--2col-Air-Sensor[data-v-e074339c],.Table--2col-Voice[data-v-e074339c],.Table--2col-Filter[data-v-e074339c],.Table--troubleshooting[data-v-e074339c],.Table--4col-Error[data-v-e074339c],.Table--Specifications[data-v-e074339c]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-e074339c]:last-child,.Table--2col-Voice tr td[data-v-e074339c]:last-child{width:70%}.Table--2col-Voice tr td[data-v-e074339c]:first-child{width:30%}.Para-Table-L-Center[data-v-e074339c]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-e074339c]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-e074339c]{display:block!important}.Table--2col-Information td[data-v-e074339c]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-e074339c]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-e074339c]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-e074339c]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-e074339c]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-e074339c],.Table--4col-responsive table td[data-v-e074339c]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-e074339c],.Table--2col-Information th[data-v-e074339c]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-e074339c]:nth-child(1),.Table--2col-Information th[data-v-e074339c]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-e074339c]:nth-child(2),.Table--2col-Information th[data-v-e074339c]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-e074339c],.Table--2col-Information th[data-v-e074339c]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-e074339c]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-e074339c],.Table--2col-Voice th[data-v-e074339c]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-e074339c]:nth-child(1),.Table--2col-Voice th[data-v-e074339c]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-e074339c]:nth-child(2),.Table--2col-Voice th[data-v-e074339c]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-e074339c]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-e074339c],.Table--2col-Voice tr:last-child td[data-v-e074339c]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-e074339c],.Table--2col-Voice thead th[data-v-e074339c]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-e074339c]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-e074339c]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-e074339c]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-e074339c],.Table--2col-Information th[data-v-e074339c]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-e074339c]:nth-child(1),.Table--2col-Information th[data-v-e074339c]:nth-child(1){width:30%}.Table--2col-Information td[data-v-e074339c]:nth-child(2),.Table--2col-Information th[data-v-e074339c]:nth-child(2){width:70%}.Table--2col-Information td[data-v-e074339c]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-e074339c]{border-bottom:none}.Table--2col-Air-Sensor[data-v-e074339c]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-e074339c],.Table--2col-Air-Sensor th[data-v-e074339c]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-e074339c]:nth-child(1),.Table--2col-Air-Sensor th[data-v-e074339c]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-e074339c]:nth-child(2),.Table--2col-Air-Sensor th[data-v-e074339c]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-e074339c]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-e074339c]{border-bottom:none}.Table--2col-Filter[data-v-e074339c]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-e074339c],.Table--2col-Filter th[data-v-e074339c]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-e074339c]:nth-child(1),.Table--2col-Filter th[data-v-e074339c]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-e074339c]:nth-child(2),.Table--2col-Filter th[data-v-e074339c]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-e074339c]:nth-child(3),.Table--2col-Filter th[data-v-e074339c]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-e074339c]:nth-child(4),.Table--2col-Filter th[data-v-e074339c]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-e074339c]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-e074339c],.Table--2col-Filter tr:last-child td[data-v-e074339c]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-e074339c],.Table--2col-Filter thead th[data-v-e074339c]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-e074339c]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-e074339c]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-e074339c]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-e074339c],.Table--Specifications th[data-v-e074339c]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-e074339c]:first-child,.Table--Specifications th[data-v-e074339c]:first-child{width:16%}.Table--Specifications td[data-v-e074339c]:nth-child(2),.Table--Specifications th[data-v-e074339c]:nth-child(2){width:42%}.Table--Specifications td[data-v-e074339c]:nth-child(3),.Table--Specifications th[data-v-e074339c]:nth-child(3){width:42%}.Table--Specifications td[data-v-e074339c]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-e074339c],.Table--Specifications tr:last-child td[data-v-e074339c]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-e074339c],.Table--Specifications thead th[data-v-e074339c]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-e074339c]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-e074339c]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-e074339c],td.cell-style-override-20[data-v-e074339c]{padding:10px}td.x3col-Mid-text[data-v-e074339c],td.cell-style-override-22[data-v-e074339c],td.cell-style-override-20[data-v-e074339c]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-e074339c]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-e074339c]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-e074339c]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-e074339c]{margin-top:-350px}}#content-div[data-v-e074339c]{min-height:87vh;background-color:#fff}.data-row[data-v-e074339c]{color:#000}@media screen and (max-width: 600px){#content-div[data-v-e074339c]{min-height:100vh}}body[data-v-19aa7c94]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-19aa7c94]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-19aa7c94]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-19aa7c94]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-19aa7c94]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-19aa7c94]{width:83%!important}.content #naviText span[data-v-19aa7c94]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-19aa7c94]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-19aa7c94]{width:100%!important}.content #mainCar[data-v-19aa7c94]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-19aa7c94]{width:100%}#mainCarPhone[data-v-19aa7c94]{display:none}.content #buttonMenu_v2[data-v-19aa7c94]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-19aa7c94]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-19aa7c94]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-19aa7c94]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-19aa7c94]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-19aa7c94]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-19aa7c94]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-19aa7c94]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-19aa7c94]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-19aa7c94]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-19aa7c94]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-19aa7c94]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-19aa7c94]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-19aa7c94]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-19aa7c94]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-19aa7c94]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-19aa7c94]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-19aa7c94]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-19aa7c94]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-19aa7c94]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-19aa7c94]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-19aa7c94]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-19aa7c94]{bottom:11%;width:30%}.content #naviText span[data-v-19aa7c94]{font-size:17px}.content #naviText img[data-v-19aa7c94]{width:80%!important}.content #carName[data-v-19aa7c94]{right:0%;bottom:12%}.content #carName img[data-v-19aa7c94]{width:40%!important}.content #buttonMenu_v2>a[data-v-19aa7c94]{width:33%}.content #buttonMenu>a[data-v-19aa7c94]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-19aa7c94]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-19aa7c94]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-19aa7c94]{display:block}#mainCarPc[data-v-19aa7c94]{display:none}.content #buttonMenu_v2[data-v-19aa7c94],.content #buttonMenu[data-v-19aa7c94]{width:92%}}@media screen and (max-width: 480px){.content[data-v-19aa7c94]{padding-top:0}.content #naviText[data-v-19aa7c94]{bottom:14%;width:45%}.content #naviText span[data-v-19aa7c94]{font-size:11px}.content #naviText img[data-v-19aa7c94]{width:88%!important}.content #carName[data-v-19aa7c94]{right:5%;bottom:15%}.content #carName img[data-v-19aa7c94]{width:120px!important}.content #buttonMenu_v2[data-v-19aa7c94]{position:relative}.content #buttonMenu_v2>a>div[data-v-19aa7c94]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-19aa7c94]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-19aa7c94]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-19aa7c94]{position:relative}.content #buttonMenu>a>div[data-v-19aa7c94]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-19aa7c94]{height:120px}.content #buttonMenu>a>div>span[data-v-19aa7c94]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-19aa7c94]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-19aa7c94]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-19aa7c94]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-19aa7c94]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-19aa7c94]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-19aa7c94]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-19aa7c94]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-19aa7c94]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-19aa7c94]{margin:0;padding:0}html[data-v-19aa7c94]{background-color:#000;width:100%}.keyword[data-v-19aa7c94],.highlight[data-v-19aa7c94]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-19aa7c94]{font-family:upsys_commonregular}.header_main[data-v-19aa7c94]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-19aa7c94]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-19aa7c94]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-19aa7c94]>*{float:left}#headerLogo[data-v-19aa7c94]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-19aa7c94]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-19aa7c94]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-19aa7c94]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-19aa7c94]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-19aa7c94]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-19aa7c94]{font-size:13px}.languageDiv .active[data-v-19aa7c94]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-19aa7c94]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-19aa7c94]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-19aa7c94]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-19aa7c94],#languageSelect li[data-v-19aa7c94]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-19aa7c94],#languageSelect li:hover a[data-v-19aa7c94]{color:#000}.footer-manual[data-v-19aa7c94]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-19aa7c94]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-19aa7c94]{line-height:60px}#footerLogo[data-v-19aa7c94]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-19aa7c94]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-19aa7c94]{display:inline-block;width:100%}#copyrightPcSpan[data-v-19aa7c94]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-19aa7c94]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-19aa7c94]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-19aa7c94]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-19aa7c94]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-19aa7c94]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-19aa7c94]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-19aa7c94]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-19aa7c94]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-19aa7c94]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-19aa7c94]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-19aa7c94]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-19aa7c94]:focus{outline:none}#searchButton[data-v-19aa7c94]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-19aa7c94]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-19aa7c94]{width:80%}table td.right[data-v-19aa7c94]{width:10%;text-align:center}.result[data-v-19aa7c94],.resultcount[data-v-19aa7c94],.noResult[data-v-19aa7c94]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-19aa7c94]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-19aa7c94]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-19aa7c94]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-19aa7c94]{color:#e49f81}.cover[data-v-19aa7c94]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-19aa7c94]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-19aa7c94]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-19aa7c94]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-19aa7c94]{font-size:12px}.languageDivPhone .active[data-v-19aa7c94]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-19aa7c94]{bottom:30px;left:1px}.fontChangeButton[data-v-19aa7c94]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-19aa7c94]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-19aa7c94]{left:0}.languageDiv div[data-v-19aa7c94]{width:120%;left:-45px;top:5px}#languageSelect[data-v-19aa7c94]{margin-left:-40px}#banner_img>a[data-v-19aa7c94]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-19aa7c94]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-19aa7c94]{z-index:12}.header_main[data-v-19aa7c94]{height:40px;padding-top:0}.header[data-v-19aa7c94]{z-index:12}.header[data-v-19aa7c94]{height:40px;padding-top:0}#title[data-v-19aa7c94]{font-size:16px;width:49%}#headerLogo[data-v-19aa7c94]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-19aa7c94]{width:20%}.languageDiv div[data-v-19aa7c94]{width:90%;left:-15px;top:5px}#languageSelect[data-v-19aa7c94]{margin-left:-10px}.languageDiv ul[data-v-19aa7c94]{font-size:12px}#menu[data-v-19aa7c94]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-19aa7c94]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-19aa7c94]{width:80%}#rightHeader[data-v-19aa7c94]{height:40px}#rightHeader>div[data-v-19aa7c94]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-19aa7c94]{position:absolute;right:38px;top:0}.searchDiv[data-v-19aa7c94]{width:90%}#toc[data-v-19aa7c94]{width:100%}.copyright[data-v-19aa7c94]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-19aa7c94]{display:none}#copyrightPhone[data-v-19aa7c94]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-19aa7c94]{width:15%!important}#prevBtn[data-v-19aa7c94],#nextBtn[data-v-19aa7c94]{width:32px;height:32px;background-size:100%}#searchButton[data-v-19aa7c94]{margin-left:-1px}table td.left[data-v-19aa7c94]{text-align:right}table td.center[data-v-19aa7c94]{width:50%}table td.right[data-v-19aa7c94]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-19aa7c94]{left:0}.languageDiv div[data-v-19aa7c94]{width:100%;left:-5px;top:5px}#languageSelect[data-v-19aa7c94]{margin-left:20px}.languageDiv ul[data-v-19aa7c94]{font-size:10px}.noResult>span[data-v-19aa7c94]{width:200px!important;font-size:14px}#title[data-v-19aa7c94]{font-size:13px;width:40%}#menu[data-v-19aa7c94]{position:absolute}#banner_img>a[data-v-19aa7c94]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-19aa7c94]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-19aa7c94]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-19aa7c94]{font-size:14px}}body[data-v-19aa7c94]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-19aa7c94]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-19aa7c94]{margin:auto;max-width:1120px}.subHeaderInner[data-v-19aa7c94]>*{float:left}.content p[data-v-19aa7c94],.content li[data-v-19aa7c94]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-19aa7c94]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-19aa7c94]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-19aa7c94]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-19aa7c94]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-19aa7c94]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-19aa7c94]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-19aa7c94]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-19aa7c94]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-19aa7c94]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-19aa7c94]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-19aa7c94]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-19aa7c94],p.Para-Basic-B-Sub[data-v-19aa7c94]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-19aa7c94]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-19aa7c94]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-19aa7c94]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-19aa7c94]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-19aa7c94]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-19aa7c94],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-19aa7c94],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-19aa7c94]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-19aa7c94],p+ul li.Para-Basic-B-Sub[data-v-19aa7c94]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-19aa7c94],ul~p.Para-basic-L-bullet-Sub[data-v-19aa7c94],ul~p.Para-Basic-B-Sub[data-v-19aa7c94]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-19aa7c94],ol~p.Para-basic-L-bullet-Sub[data-v-19aa7c94],ol~p.Para-Basic-B-Sub[data-v-19aa7c94]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-19aa7c94],ol+*+p.Para-basic-L-bullet-Sub[data-v-19aa7c94],ol+*+p.Para-Basic-B-Sub[data-v-19aa7c94]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-19aa7c94],a .Para-Basic-B-Sub[data-v-19aa7c94]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-19aa7c94]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-19aa7c94]{margin-left:45px}.content p[data-v-19aa7c94],li[data-v-19aa7c94]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-19aa7c94],p.Para-Basic-B[data-v-19aa7c94],p.Para-Basic-B-Center[data-v-19aa7c94]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-19aa7c94]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-19aa7c94],p.Para-Basic-B-Center[data-v-19aa7c94]{text-align:center}p.Para-Table-L-center[data-v-19aa7c94],p.Para-Table-B-Center[data-v-19aa7c94]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-19aa7c94],table p.Para-Basic-B[data-v-19aa7c94],table p.Para-Basic-B-Center[data-v-19aa7c94]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-19aa7c94]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-19aa7c94]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-19aa7c94]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-19aa7c94]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-19aa7c94]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-19aa7c94],.content .text>ul[data-v-19aa7c94],.content .text table ol[data-v-19aa7c94],.content .text table ul[data-v-19aa7c94]{padding-left:20px}.content .text>ol[data-v-19aa7c94]{padding-left:0}p.Para-Illust-L[data-v-19aa7c94]{text-align:center}p.Para-Illust-L img[data-v-19aa7c94]{display:inline-block}p.Placeholder-sub[data-v-19aa7c94],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-19aa7c94],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-19aa7c94],.content .text>ol~.figure[data-v-19aa7c94],p.Placeholder-sub-S[data-v-19aa7c94],.Para-screen-sub-S[data-v-19aa7c94],.Para-screen-sub-M[data-v-19aa7c94],.Para-screen-sub-L[data-v-19aa7c94]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-19aa7c94],p.Placeholder-sub-M img[data-v-19aa7c94],p.Placeholder-sub img[data-v-19aa7c94]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-19aa7c94]{margin-left:45px}.Table-pic-Left-sub img[data-v-19aa7c94]{margin-top:5px;margin-bottom:10px}div.figure[data-v-19aa7c94]{display:inline-block}p.Para-img-description[data-v-19aa7c94]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-19aa7c94]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-19aa7c94]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-19aa7c94]{margin-bottom:25px}.text img[data-v-19aa7c94]{max-width:100%;display:block}.Table-Pic-center[data-v-19aa7c94]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-19aa7c94]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-19aa7c94]{margin:0}p.Para-Box-Num[data-v-19aa7c94]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-19aa7c94]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-19aa7c94]:AFTER{content:". "}span.inline-img img[data-v-19aa7c94]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-19aa7c94]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-19aa7c94]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-19aa7c94]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-19aa7c94]{margin-left:6.5%;display:block!important}.discUl li[data-v-19aa7c94]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-19aa7c94],.Symbol-R[data-v-19aa7c94],.Note-R-Pic[data-v-19aa7c94]{display:block;width:100%}.Symbol-L[data-v-19aa7c94]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-19aa7c94]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-19aa7c94],.Symbol-R li[data-v-19aa7c94],.Symbol-R p[data-v-19aa7c94]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-19aa7c94]{font-size:16px}table.Table-Symbol td ul[data-v-19aa7c94]{padding-left:20px}table.Table-Symbol[data-v-19aa7c94]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-19aa7c94]{color:#bc162c}.Symbol-Black[data-v-19aa7c94],.Symbol-Black-Table[data-v-19aa7c94]{font-family:upsys_commonregular}.Symbol-Green[data-v-19aa7c94]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-19aa7c94]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-19aa7c94]{width:auto!important}.video_container[data-v-19aa7c94]{margin-top:40px;float:right}.video[data-v-19aa7c94]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-19aa7c94]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-19aa7c94]{width:100%}.Table--3col[data-v-19aa7c94],.Basic-Table[data-v-19aa7c94],.Table--2col[data-v-19aa7c94],.Table-Landmark[data-v-19aa7c94],.Table--4col[data-v-19aa7c94],.Table-2row-merge[data-v-19aa7c94],.Table--troubleshooting[data-v-19aa7c94],.Table-specification[data-v-19aa7c94],.Table-service-center[data-v-19aa7c94],.Table-5col[data-v-19aa7c94],.responsive[data-v-19aa7c94],.Table--3col-Locations[data-v-19aa7c94]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-19aa7c94]:FIRST-CHILD,.Basic-Table tr[data-v-19aa7c94]:FIRST-CHILD,.Table--2col tr[data-v-19aa7c94]:FIRST-CHILD,.Table-Landmark tr[data-v-19aa7c94]:FIRST-CHILD,.Table--4col tr[data-v-19aa7c94]:FIRST-CHILD,.Table-2row-merge tr[data-v-19aa7c94]:FIRST-CHILD,.Table--troubleshooting tr[data-v-19aa7c94]:FIRST-CHILD,.Table-service-center tr[data-v-19aa7c94]:FIRST-CHILD,.responsive tr[data-v-19aa7c94]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-19aa7c94]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-19aa7c94],.Basic-Table td[data-v-19aa7c94],.Table--2col td[data-v-19aa7c94],.Table-Landmark td[data-v-19aa7c94],.Table--4col td[data-v-19aa7c94],.Table-2row-merge td[data-v-19aa7c94],.Table--troubleshooting td[data-v-19aa7c94],.Table-specification td[data-v-19aa7c94],.Table-service-center td[data-v-19aa7c94],.responsive td[data-v-19aa7c94]{padding:10px}.Table--troubleshooting td[data-v-19aa7c94]{border-right:none}.Table--troubleshooting[data-v-19aa7c94]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-19aa7c94],.Table-Landmark .Para-Pic-Center img[data-v-19aa7c94]{width:30px}.Table-5col[data-v-19aa7c94]{border:none}.Table-5col tr[data-v-19aa7c94]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-19aa7c94]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-19aa7c94]{width:15%}.Table--3col td.x3col-L[data-v-19aa7c94],.x3col-L td.x3col-M[data-v-19aa7c94]{width:10%}td.x3col-Mid-Text[data-v-19aa7c94]{text-align:center}td.x3col-R-Pic[data-v-19aa7c94]{text-align:right}.responsive td p[data-v-19aa7c94]{text-align:center}table.Table--3col-Locations[data-v-19aa7c94]{border-collapse:collapse}.Table--3col-Locations td[data-v-19aa7c94]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-19aa7c94]{padding:10px}.Para-Pic-Center img[data-v-19aa7c94]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-19aa7c94]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-19aa7c94]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-19aa7c94]{width:50%}.Table-specification .x3col-L-Grey[data-v-19aa7c94]{width:20%}.Table-specification .Spec-Mid-text[data-v-19aa7c94]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-19aa7c94]{width:50%}.Table--3col .x3col-L-Grey[data-v-19aa7c94]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-19aa7c94],.Table--4col .x3col-Mid-Grey[data-v-19aa7c94],.Table--4col .x3col-R-Grey[data-v-19aa7c94]{width:30%}.navi td.x3col-Mid-Grey[data-v-19aa7c94]{width:15%}.Table--3col .x3col-R-Grey[data-v-19aa7c94]{width:50%}.Table--2col .x3col-L-Grey[data-v-19aa7c94],.Table--2col td[data-v-19aa7c94]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-19aa7c94]{width:70%}.Table--2col-Disc[data-v-19aa7c94]{border-collapse:collapse}.Table--2col-Disc td[data-v-19aa7c94]{border:1px solid grey;padding:10px}.Table-PL td[data-v-19aa7c94]:FIRST-CHILD{width:25%}.resultcount p[data-v-19aa7c94]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-19aa7c94]{font-family:SK_namuhx-Bold}.noResult>span[data-v-19aa7c94]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-19aa7c94]{color:#f0dfdf;display:block}.result_list[data-v-19aa7c94]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-19aa7c94]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-19aa7c94]{font-family:SK_namuhx-Regular}.resulttext p[data-v-19aa7c94]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-19aa7c94]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-19aa7c94]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-19aa7c94],.Cross-Reference[data-v-19aa7c94]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-19aa7c94]:hover{text-decoration:underline}.fontChangeDiv[data-v-19aa7c94]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-19aa7c94]{top:55px}#backButton[data-v-19aa7c94]{background-size:16px}.chapterTitle[data-v-19aa7c94]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-19aa7c94],h2[data-v-19aa7c94]{font-size:1.3em}#contentAccordion[data-v-19aa7c94]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-19aa7c94]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-19aa7c94]{line-height:21px}.video[data-v-19aa7c94]{width:46%}}@media screen and (max-width: 640px){h2[data-v-19aa7c94]{margin-top:40px}.subHeader[data-v-19aa7c94]{top:40px}.fontChangeDiv[data-v-19aa7c94]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-19aa7c94]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-19aa7c94]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-19aa7c94]{margin-left:7.3%}table td[data-v-19aa7c94]{font-size:14px;padding:5px!important}table td p[data-v-19aa7c94],table td p.Para-Basic-B-Center[data-v-19aa7c94],table td p.Para-Basic-B[data-v-19aa7c94]{font-size:14px}table td p.Para-Small-L[data-v-19aa7c94]{font-size:12px;word-break:break-word}.Table--3col td[data-v-19aa7c94],.Basic-Table td[data-v-19aa7c94],.Table--2col td[data-v-19aa7c94],.Table-Landmark td[data-v-19aa7c94],.Table--4col td[data-v-19aa7c94],.Table-2row-merge td[data-v-19aa7c94],.Table--troubleshooting td[data-v-19aa7c94],.Table-specification td[data-v-19aa7c94],.Table-service-center td[data-v-19aa7c94]{border-right:none}.responsive[data-v-19aa7c94],.responsive tr[data-v-19aa7c94],.responsive tbody[data-v-19aa7c94]{width:100%}.Table--4col-responsive td[data-v-19aa7c94]{min-width:200px!important;height:auto}.responsive td p[data-v-19aa7c94]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-19aa7c94],.Table-Symbol td li[data-v-19aa7c94]{font-size:16px}p.Placeholder-sub[data-v-19aa7c94],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-19aa7c94],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-19aa7c94],.content .text>ol~.figure[data-v-19aa7c94],.content .text>ol+ul[data-v-19aa7c94],.Para-screen-sub-L[data-v-19aa7c94]{margin-left:0}.resultcount p[data-v-19aa7c94]{font-size:16px}.Table-specification td p[data-v-19aa7c94],.Table--3col-Locations td li[data-v-19aa7c94],p.Para-basic-L-Sub[data-v-19aa7c94],p.Para-basic-L-Sub-Auto[data-v-19aa7c94],p.Para-basic-L-center[data-v-19aa7c94],li.Para-basic-L-bullet[data-v-19aa7c94],p.Para-basic-L[data-v-19aa7c94],li.Para-basic-L-hyp-Sub[data-v-19aa7c94],li.Para-basic-L-hyp-2Sub[data-v-19aa7c94],li[class^=Para-Num][data-v-19aa7c94],p.Para-Box-Num[data-v-19aa7c94],p.Para-Basic-B-Sub[data-v-19aa7c94],td p.Para-basic-L[data-v-19aa7c94],td li.Para-basic-L-bullet[data-v-19aa7c94],p.Para-Basic-B[data-v-19aa7c94],p.Para-Circle-Num-Sub[data-v-19aa7c94],.Symbol-L p.Para-basic-L-Sub[data-v-19aa7c94],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-19aa7c94]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-19aa7c94],.Table--3col-Locations td li[data-v-19aa7c94],p.Para-Table-L-Sub[data-v-19aa7c94],p.Para-Table-L-Sub-Auto[data-v-19aa7c94],p.Para-Table-L-center[data-v-19aa7c94],p.Para-Table-L[data-v-19aa7c94],li.Para-Table-L-hyp-Sub[data-v-19aa7c94],li.Para-Table-L-hyp-2Sub[data-v-19aa7c94],p.Para-Table-B-Sub[data-v-19aa7c94],td p.Para-Table-L[data-v-19aa7c94],p.Para-Table-B[data-v-19aa7c94],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-19aa7c94]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-19aa7c94]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-19aa7c94],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-19aa7c94]{font-size:14px}.big .Table-specification td p[data-v-19aa7c94],.big .Table--3col-Locations td li[data-v-19aa7c94],.big p.Para-basic-L-Sub[data-v-19aa7c94],.big p.Para-basic-L-Sub-Auto[data-v-19aa7c94],.big p.Para-basic-L-center[data-v-19aa7c94],.big li.Para-basic-L-bullet[data-v-19aa7c94],.big p.Para-basic-L[data-v-19aa7c94],.big li.Para-basic-L-hyp-Sub[data-v-19aa7c94],.big li.Para-basic-L-hyp-2Sub[data-v-19aa7c94],.big li[class^=Para-Num][data-v-19aa7c94],.big p.Para-Box-Num[data-v-19aa7c94],.big p.Para-Basic-B-Sub[data-v-19aa7c94],.big td p.Para-basic-L[data-v-19aa7c94],.big td li.Para-basic-L-bullet[data-v-19aa7c94],.big p.Para-Basic-B[data-v-19aa7c94],.big p.Para-Circle-Num-Sub[data-v-19aa7c94]{font-size:16px}.big .Table-specification td p[data-v-19aa7c94],.big .Table--3col-Locations td li[data-v-19aa7c94],.big p.Para-Table-L-Sub[data-v-19aa7c94],.big p.Para-Table-L-Sub-Auto[data-v-19aa7c94],.big p.Para-Table-L-center[data-v-19aa7c94],.big p.Para-Table-L[data-v-19aa7c94],.big li.Para-Table-L-hyp-Sub[data-v-19aa7c94],.big li.Para-Table-L-hyp-2Sub[data-v-19aa7c94],.big li[class^=Para-Num][data-v-19aa7c94],.big p.Para-Box-Num[data-v-19aa7c94],.big p.Para-Table-B-Sub[data-v-19aa7c94],.big td p.Para-Table-L[data-v-19aa7c94],.big p.Para-Table-B[data-v-19aa7c94],.big p.Para-Circle-Num-Sub[data-v-19aa7c94],.big p.Para-Table-B-Center[data-v-19aa7c94],.big .Table--3col-ISO td p[data-v-19aa7c94]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-19aa7c94],p.Para-Table-B-Center[data-v-19aa7c94]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-19aa7c94],.big p.video_title[data-v-19aa7c94],.big .resultItem p[data-v-19aa7c94]{font-size:1.05em}h1[data-v-19aa7c94]{font-size:1.2em;margin-top:0}h2[data-v-19aa7c94]{font-size:1.1em}.Heading-3[data-v-19aa7c94]{font-size:1em}.content .text>ol li[data-v-19aa7c94]:BEFORE{font-size:26px}.video[data-v-19aa7c94]{width:95%}}p.Para-Table-L[data-v-19aa7c94]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-19aa7c94]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-19aa7c94]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-19aa7c94]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-19aa7c94]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-19aa7c94]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-19aa7c94]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-19aa7c94]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-19aa7c94]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-19aa7c94]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-19aa7c94]:before{content:"";display:block;height:15pt}.Bold[data-v-19aa7c94],span.Bold[data-v-19aa7c94]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-19aa7c94]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-19aa7c94]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-19aa7c94]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-19aa7c94]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-19aa7c94]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-19aa7c94]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-19aa7c94]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-19aa7c94]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-19aa7c94]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-19aa7c94]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-19aa7c94]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-19aa7c94],.Para-Table-L-Sub-Auto .icon-1[data-v-19aa7c94]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-19aa7c94]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-19aa7c94]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-19aa7c94]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-19aa7c94],.Table--2col td p.Para-basic-L[data-v-19aa7c94]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-19aa7c94]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-19aa7c94]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-19aa7c94]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-19aa7c94]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-19aa7c94]{margin-top:8pt!important}.table-responsive[data-v-19aa7c94]{width:100%;overflow-x:auto}.table-responsive table[data-v-19aa7c94]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-19aa7c94]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-19aa7c94]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-19aa7c94]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-19aa7c94]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-19aa7c94]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-19aa7c94]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-19aa7c94]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-19aa7c94]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-19aa7c94]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-19aa7c94]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-19aa7c94]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-19aa7c94]{font-size:12px}#table-15.responsive td[data-v-19aa7c94]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-19aa7c94]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-19aa7c94]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-19aa7c94]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-19aa7c94]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-19aa7c94],.Table--4col-Error th[data-v-19aa7c94]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-19aa7c94],.Table--4col-Error tr:first-child th[data-v-19aa7c94]{border-top:none}.Table--4col-Error tr:last-child td[data-v-19aa7c94]{border-bottom:none}.Table--4col-Error thead td[data-v-19aa7c94]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-19aa7c94]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-19aa7c94]:nth-child(1),.Table--4col-Error thead td[data-v-19aa7c94]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-19aa7c94]:nth-child(2),.Table--4col-Error thead td[data-v-19aa7c94]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-19aa7c94]:nth-child(3),.Table--4col-Error thead td[data-v-19aa7c94]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-19aa7c94]:nth-child(4),.Table--4col-Error thead td[data-v-19aa7c94]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-19aa7c94]:nth-child(1),.Table--4col-Error tbody td[data-v-19aa7c94]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-19aa7c94]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-19aa7c94]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-19aa7c94]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-19aa7c94]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-19aa7c94]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-19aa7c94]{font-size:14px!important}.Table--4col-Error tbody td[data-v-19aa7c94]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-19aa7c94],.Table--4col-Error p.Para-Table-B[data-v-19aa7c94],.Table--4col-Error p.Para-Table-L-Center[data-v-19aa7c94]{font-size:12px!important}.Table--4col-Error tbody td[data-v-19aa7c94]:nth-child(1),.Table--4col-Error thead td[data-v-19aa7c94]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-19aa7c94]:nth-child(2),.Table--4col-Error thead td[data-v-19aa7c94]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-19aa7c94]:nth-child(3),.Table--4col-Error thead td[data-v-19aa7c94]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-19aa7c94]:nth-child(4),.Table--4col-Error thead td[data-v-19aa7c94]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-19aa7c94]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-19aa7c94]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-19aa7c94]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-19aa7c94]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-19aa7c94]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-19aa7c94]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-19aa7c94]{line-height:1.25;font-weight:500}.Bold-color[data-v-19aa7c94]{font-weight:700}.char-style-override-4[data-v-19aa7c94]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-19aa7c94]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-19aa7c94]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-19aa7c94]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-19aa7c94]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-19aa7c94]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-19aa7c94]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-19aa7c94]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-19aa7c94]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-19aa7c94]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-19aa7c94]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-19aa7c94]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-19aa7c94]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-19aa7c94]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-19aa7c94]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-19aa7c94]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-19aa7c94],tr:last-child td.cell-style-override-7[data-v-19aa7c94]{border-bottom:0}table#table-16[data-v-19aa7c94]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-19aa7c94],.Table--2col-Air-Sensor[data-v-19aa7c94],.Table--2col-Voice[data-v-19aa7c94],.Table--2col-Filter[data-v-19aa7c94],.Table--troubleshooting[data-v-19aa7c94],.Table--4col-Error[data-v-19aa7c94],.Table--Specifications[data-v-19aa7c94]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-19aa7c94]:last-child,.Table--2col-Voice tr td[data-v-19aa7c94]:last-child{width:70%}.Table--2col-Voice tr td[data-v-19aa7c94]:first-child{width:30%}.Para-Table-L-Center[data-v-19aa7c94]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-19aa7c94]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-19aa7c94]{display:block!important}.Table--2col-Information td[data-v-19aa7c94]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-19aa7c94]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-19aa7c94]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-19aa7c94]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-19aa7c94]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-19aa7c94],.Table--4col-responsive table td[data-v-19aa7c94]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-19aa7c94],.Table--2col-Information th[data-v-19aa7c94]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-19aa7c94]:nth-child(1),.Table--2col-Information th[data-v-19aa7c94]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-19aa7c94]:nth-child(2),.Table--2col-Information th[data-v-19aa7c94]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-19aa7c94],.Table--2col-Information th[data-v-19aa7c94]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-19aa7c94]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-19aa7c94],.Table--2col-Voice th[data-v-19aa7c94]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-19aa7c94]:nth-child(1),.Table--2col-Voice th[data-v-19aa7c94]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-19aa7c94]:nth-child(2),.Table--2col-Voice th[data-v-19aa7c94]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-19aa7c94]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-19aa7c94],.Table--2col-Voice tr:last-child td[data-v-19aa7c94]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-19aa7c94],.Table--2col-Voice thead th[data-v-19aa7c94]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-19aa7c94]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-19aa7c94]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-19aa7c94]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-19aa7c94],.Table--2col-Information th[data-v-19aa7c94]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-19aa7c94]:nth-child(1),.Table--2col-Information th[data-v-19aa7c94]:nth-child(1){width:30%}.Table--2col-Information td[data-v-19aa7c94]:nth-child(2),.Table--2col-Information th[data-v-19aa7c94]:nth-child(2){width:70%}.Table--2col-Information td[data-v-19aa7c94]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-19aa7c94]{border-bottom:none}.Table--2col-Air-Sensor[data-v-19aa7c94]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-19aa7c94],.Table--2col-Air-Sensor th[data-v-19aa7c94]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-19aa7c94]:nth-child(1),.Table--2col-Air-Sensor th[data-v-19aa7c94]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-19aa7c94]:nth-child(2),.Table--2col-Air-Sensor th[data-v-19aa7c94]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-19aa7c94]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-19aa7c94]{border-bottom:none}.Table--2col-Filter[data-v-19aa7c94]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-19aa7c94],.Table--2col-Filter th[data-v-19aa7c94]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-19aa7c94]:nth-child(1),.Table--2col-Filter th[data-v-19aa7c94]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-19aa7c94]:nth-child(2),.Table--2col-Filter th[data-v-19aa7c94]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-19aa7c94]:nth-child(3),.Table--2col-Filter th[data-v-19aa7c94]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-19aa7c94]:nth-child(4),.Table--2col-Filter th[data-v-19aa7c94]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-19aa7c94]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-19aa7c94],.Table--2col-Filter tr:last-child td[data-v-19aa7c94]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-19aa7c94],.Table--2col-Filter thead th[data-v-19aa7c94]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-19aa7c94]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-19aa7c94]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-19aa7c94]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-19aa7c94],.Table--Specifications th[data-v-19aa7c94]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-19aa7c94]:first-child,.Table--Specifications th[data-v-19aa7c94]:first-child{width:16%}.Table--Specifications td[data-v-19aa7c94]:nth-child(2),.Table--Specifications th[data-v-19aa7c94]:nth-child(2){width:42%}.Table--Specifications td[data-v-19aa7c94]:nth-child(3),.Table--Specifications th[data-v-19aa7c94]:nth-child(3){width:42%}.Table--Specifications td[data-v-19aa7c94]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-19aa7c94],.Table--Specifications tr:last-child td[data-v-19aa7c94]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-19aa7c94],.Table--Specifications thead th[data-v-19aa7c94]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-19aa7c94]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-19aa7c94]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-19aa7c94],td.cell-style-override-20[data-v-19aa7c94]{padding:10px}td.x3col-Mid-text[data-v-19aa7c94],td.cell-style-override-22[data-v-19aa7c94],td.cell-style-override-20[data-v-19aa7c94]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-19aa7c94]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-19aa7c94]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-19aa7c94]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-19aa7c94]{margin-top:-350px}}#content-div[data-v-19aa7c94]{min-height:87vh;background-color:#fff}.data-row[data-v-19aa7c94]{color:#000}@media screen and (max-width: 600px){#content-div[data-v-19aa7c94]{min-height:100vh}}body[data-v-ef5894bd]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-ef5894bd]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-ef5894bd]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-ef5894bd]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-ef5894bd]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-ef5894bd]{width:83%!important}.content #naviText span[data-v-ef5894bd]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-ef5894bd]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-ef5894bd]{width:100%!important}.content #mainCar[data-v-ef5894bd]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-ef5894bd]{width:100%}#mainCarPhone[data-v-ef5894bd]{display:none}.content #buttonMenu_v2[data-v-ef5894bd]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-ef5894bd]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-ef5894bd]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-ef5894bd]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-ef5894bd]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-ef5894bd]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-ef5894bd]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-ef5894bd]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-ef5894bd]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-ef5894bd]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-ef5894bd]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-ef5894bd]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-ef5894bd]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-ef5894bd]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-ef5894bd]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-ef5894bd]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-ef5894bd]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-ef5894bd]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-ef5894bd]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-ef5894bd]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-ef5894bd]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-ef5894bd]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-ef5894bd]{bottom:11%;width:30%}.content #naviText span[data-v-ef5894bd]{font-size:17px}.content #naviText img[data-v-ef5894bd]{width:80%!important}.content #carName[data-v-ef5894bd]{right:0%;bottom:12%}.content #carName img[data-v-ef5894bd]{width:40%!important}.content #buttonMenu_v2>a[data-v-ef5894bd]{width:33%}.content #buttonMenu>a[data-v-ef5894bd]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-ef5894bd]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-ef5894bd]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-ef5894bd]{display:block}#mainCarPc[data-v-ef5894bd]{display:none}.content #buttonMenu_v2[data-v-ef5894bd],.content #buttonMenu[data-v-ef5894bd]{width:92%}}@media screen and (max-width: 480px){.content[data-v-ef5894bd]{padding-top:0}.content #naviText[data-v-ef5894bd]{bottom:14%;width:45%}.content #naviText span[data-v-ef5894bd]{font-size:11px}.content #naviText img[data-v-ef5894bd]{width:88%!important}.content #carName[data-v-ef5894bd]{right:5%;bottom:15%}.content #carName img[data-v-ef5894bd]{width:120px!important}.content #buttonMenu_v2[data-v-ef5894bd]{position:relative}.content #buttonMenu_v2>a>div[data-v-ef5894bd]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-ef5894bd]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-ef5894bd]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-ef5894bd]{position:relative}.content #buttonMenu>a>div[data-v-ef5894bd]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-ef5894bd]{height:120px}.content #buttonMenu>a>div>span[data-v-ef5894bd]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-ef5894bd]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-ef5894bd]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-ef5894bd]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-ef5894bd]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-ef5894bd]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-ef5894bd]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-ef5894bd]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-ef5894bd]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-ef5894bd]{margin:0;padding:0}html[data-v-ef5894bd]{background-color:#000;width:100%}.keyword[data-v-ef5894bd],.highlight[data-v-ef5894bd]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-ef5894bd]{font-family:upsys_commonregular}.header_main[data-v-ef5894bd]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-ef5894bd]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-ef5894bd]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-ef5894bd]>*{float:left}#headerLogo[data-v-ef5894bd]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-ef5894bd]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-ef5894bd]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-ef5894bd]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-ef5894bd]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-ef5894bd]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-ef5894bd]{font-size:13px}.languageDiv .active[data-v-ef5894bd]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-ef5894bd]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-ef5894bd]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-ef5894bd]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-ef5894bd],#languageSelect li[data-v-ef5894bd]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-ef5894bd],#languageSelect li:hover a[data-v-ef5894bd]{color:#000}.footer-manual[data-v-ef5894bd]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-ef5894bd]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-ef5894bd]{line-height:60px}#footerLogo[data-v-ef5894bd]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-ef5894bd]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-ef5894bd]{display:inline-block;width:100%}#copyrightPcSpan[data-v-ef5894bd]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-ef5894bd]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-ef5894bd]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-ef5894bd]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-ef5894bd]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-ef5894bd]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-ef5894bd]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-ef5894bd]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-ef5894bd]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-ef5894bd]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-ef5894bd]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-ef5894bd]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-ef5894bd]:focus{outline:none}#searchButton[data-v-ef5894bd]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-ef5894bd]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-ef5894bd]{width:80%}table td.right[data-v-ef5894bd]{width:10%;text-align:center}.result[data-v-ef5894bd],.resultcount[data-v-ef5894bd],.noResult[data-v-ef5894bd]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-ef5894bd]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-ef5894bd]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-ef5894bd]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-ef5894bd]{color:#e49f81}.cover[data-v-ef5894bd]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-ef5894bd]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-ef5894bd]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-ef5894bd]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-ef5894bd]{font-size:12px}.languageDivPhone .active[data-v-ef5894bd]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-ef5894bd]{bottom:30px;left:1px}.fontChangeButton[data-v-ef5894bd]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-ef5894bd]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-ef5894bd]{left:0}.languageDiv div[data-v-ef5894bd]{width:120%;left:-45px;top:5px}#languageSelect[data-v-ef5894bd]{margin-left:-40px}#banner_img>a[data-v-ef5894bd]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-ef5894bd]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-ef5894bd]{z-index:12}.header_main[data-v-ef5894bd]{height:40px;padding-top:0}.header[data-v-ef5894bd]{z-index:12}.header[data-v-ef5894bd]{height:40px;padding-top:0}#title[data-v-ef5894bd]{font-size:16px;width:49%}#headerLogo[data-v-ef5894bd]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-ef5894bd]{width:20%}.languageDiv div[data-v-ef5894bd]{width:90%;left:-15px;top:5px}#languageSelect[data-v-ef5894bd]{margin-left:-10px}.languageDiv ul[data-v-ef5894bd]{font-size:12px}#menu[data-v-ef5894bd]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-ef5894bd]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-ef5894bd]{width:80%}#rightHeader[data-v-ef5894bd]{height:40px}#rightHeader>div[data-v-ef5894bd]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-ef5894bd]{position:absolute;right:38px;top:0}.searchDiv[data-v-ef5894bd]{width:90%}#toc[data-v-ef5894bd]{width:100%}.copyright[data-v-ef5894bd]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-ef5894bd]{display:none}#copyrightPhone[data-v-ef5894bd]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-ef5894bd]{width:15%!important}#prevBtn[data-v-ef5894bd],#nextBtn[data-v-ef5894bd]{width:32px;height:32px;background-size:100%}#searchButton[data-v-ef5894bd]{margin-left:-1px}table td.left[data-v-ef5894bd]{text-align:right}table td.center[data-v-ef5894bd]{width:50%}table td.right[data-v-ef5894bd]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-ef5894bd]{left:0}.languageDiv div[data-v-ef5894bd]{width:100%;left:-5px;top:5px}#languageSelect[data-v-ef5894bd]{margin-left:20px}.languageDiv ul[data-v-ef5894bd]{font-size:10px}.noResult>span[data-v-ef5894bd]{width:200px!important;font-size:14px}#title[data-v-ef5894bd]{font-size:13px;width:40%}#menu[data-v-ef5894bd]{position:absolute}#banner_img>a[data-v-ef5894bd]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-ef5894bd]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-ef5894bd]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-ef5894bd]{font-size:14px}}body[data-v-ef5894bd]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-ef5894bd]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-ef5894bd]{margin:auto;max-width:1120px}.subHeaderInner[data-v-ef5894bd]>*{float:left}.content p[data-v-ef5894bd],.content li[data-v-ef5894bd]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-ef5894bd]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-ef5894bd]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-ef5894bd]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-ef5894bd]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-ef5894bd]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-ef5894bd]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-ef5894bd]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-ef5894bd]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-ef5894bd]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-ef5894bd]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-ef5894bd]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-ef5894bd],p.Para-Basic-B-Sub[data-v-ef5894bd]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-ef5894bd]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-ef5894bd]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-ef5894bd]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-ef5894bd]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-ef5894bd]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-ef5894bd],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-ef5894bd],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-ef5894bd]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-ef5894bd],p+ul li.Para-Basic-B-Sub[data-v-ef5894bd]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-ef5894bd],ul~p.Para-basic-L-bullet-Sub[data-v-ef5894bd],ul~p.Para-Basic-B-Sub[data-v-ef5894bd]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-ef5894bd],ol~p.Para-basic-L-bullet-Sub[data-v-ef5894bd],ol~p.Para-Basic-B-Sub[data-v-ef5894bd]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-ef5894bd],ol+*+p.Para-basic-L-bullet-Sub[data-v-ef5894bd],ol+*+p.Para-Basic-B-Sub[data-v-ef5894bd]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-ef5894bd],a .Para-Basic-B-Sub[data-v-ef5894bd]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-ef5894bd]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-ef5894bd]{margin-left:45px}.content p[data-v-ef5894bd],li[data-v-ef5894bd]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-ef5894bd],p.Para-Basic-B[data-v-ef5894bd],p.Para-Basic-B-Center[data-v-ef5894bd]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-ef5894bd]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-ef5894bd],p.Para-Basic-B-Center[data-v-ef5894bd]{text-align:center}p.Para-Table-L-center[data-v-ef5894bd],p.Para-Table-B-Center[data-v-ef5894bd]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-ef5894bd],table p.Para-Basic-B[data-v-ef5894bd],table p.Para-Basic-B-Center[data-v-ef5894bd]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-ef5894bd]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-ef5894bd]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-ef5894bd]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-ef5894bd]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-ef5894bd]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-ef5894bd],.content .text>ul[data-v-ef5894bd],.content .text table ol[data-v-ef5894bd],.content .text table ul[data-v-ef5894bd]{padding-left:20px}.content .text>ol[data-v-ef5894bd]{padding-left:0}p.Para-Illust-L[data-v-ef5894bd]{text-align:center}p.Para-Illust-L img[data-v-ef5894bd]{display:inline-block}p.Placeholder-sub[data-v-ef5894bd],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-ef5894bd],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-ef5894bd],.content .text>ol~.figure[data-v-ef5894bd],p.Placeholder-sub-S[data-v-ef5894bd],.Para-screen-sub-S[data-v-ef5894bd],.Para-screen-sub-M[data-v-ef5894bd],.Para-screen-sub-L[data-v-ef5894bd]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-ef5894bd],p.Placeholder-sub-M img[data-v-ef5894bd],p.Placeholder-sub img[data-v-ef5894bd]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-ef5894bd]{margin-left:45px}.Table-pic-Left-sub img[data-v-ef5894bd]{margin-top:5px;margin-bottom:10px}div.figure[data-v-ef5894bd]{display:inline-block}p.Para-img-description[data-v-ef5894bd]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-ef5894bd]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-ef5894bd]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-ef5894bd]{margin-bottom:25px}.text img[data-v-ef5894bd]{max-width:100%;display:block}.Table-Pic-center[data-v-ef5894bd]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-ef5894bd]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-ef5894bd]{margin:0}p.Para-Box-Num[data-v-ef5894bd]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-ef5894bd]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-ef5894bd]:AFTER{content:". "}span.inline-img img[data-v-ef5894bd]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-ef5894bd]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-ef5894bd]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-ef5894bd]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-ef5894bd]{margin-left:6.5%;display:block!important}.discUl li[data-v-ef5894bd]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-ef5894bd],.Symbol-R[data-v-ef5894bd],.Note-R-Pic[data-v-ef5894bd]{display:block;width:100%}.Symbol-L[data-v-ef5894bd]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-ef5894bd]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-ef5894bd],.Symbol-R li[data-v-ef5894bd],.Symbol-R p[data-v-ef5894bd]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-ef5894bd]{font-size:16px}table.Table-Symbol td ul[data-v-ef5894bd]{padding-left:20px}table.Table-Symbol[data-v-ef5894bd]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-ef5894bd]{color:#bc162c}.Symbol-Black[data-v-ef5894bd],.Symbol-Black-Table[data-v-ef5894bd]{font-family:upsys_commonregular}.Symbol-Green[data-v-ef5894bd]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-ef5894bd]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-ef5894bd]{width:auto!important}.video_container[data-v-ef5894bd]{margin-top:40px;float:right}.video[data-v-ef5894bd]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-ef5894bd]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-ef5894bd]{width:100%}.Table--3col[data-v-ef5894bd],.Basic-Table[data-v-ef5894bd],.Table--2col[data-v-ef5894bd],.Table-Landmark[data-v-ef5894bd],.Table--4col[data-v-ef5894bd],.Table-2row-merge[data-v-ef5894bd],.Table--troubleshooting[data-v-ef5894bd],.Table-specification[data-v-ef5894bd],.Table-service-center[data-v-ef5894bd],.Table-5col[data-v-ef5894bd],.responsive[data-v-ef5894bd],.Table--3col-Locations[data-v-ef5894bd]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-ef5894bd]:FIRST-CHILD,.Basic-Table tr[data-v-ef5894bd]:FIRST-CHILD,.Table--2col tr[data-v-ef5894bd]:FIRST-CHILD,.Table-Landmark tr[data-v-ef5894bd]:FIRST-CHILD,.Table--4col tr[data-v-ef5894bd]:FIRST-CHILD,.Table-2row-merge tr[data-v-ef5894bd]:FIRST-CHILD,.Table--troubleshooting tr[data-v-ef5894bd]:FIRST-CHILD,.Table-service-center tr[data-v-ef5894bd]:FIRST-CHILD,.responsive tr[data-v-ef5894bd]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-ef5894bd]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-ef5894bd],.Basic-Table td[data-v-ef5894bd],.Table--2col td[data-v-ef5894bd],.Table-Landmark td[data-v-ef5894bd],.Table--4col td[data-v-ef5894bd],.Table-2row-merge td[data-v-ef5894bd],.Table--troubleshooting td[data-v-ef5894bd],.Table-specification td[data-v-ef5894bd],.Table-service-center td[data-v-ef5894bd],.responsive td[data-v-ef5894bd]{padding:10px}.Table--troubleshooting td[data-v-ef5894bd]{border-right:none}.Table--troubleshooting[data-v-ef5894bd]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-ef5894bd],.Table-Landmark .Para-Pic-Center img[data-v-ef5894bd]{width:30px}.Table-5col[data-v-ef5894bd]{border:none}.Table-5col tr[data-v-ef5894bd]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-ef5894bd]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-ef5894bd]{width:15%}.Table--3col td.x3col-L[data-v-ef5894bd],.x3col-L td.x3col-M[data-v-ef5894bd]{width:10%}td.x3col-Mid-Text[data-v-ef5894bd]{text-align:center}td.x3col-R-Pic[data-v-ef5894bd]{text-align:right}.responsive td p[data-v-ef5894bd]{text-align:center}table.Table--3col-Locations[data-v-ef5894bd]{border-collapse:collapse}.Table--3col-Locations td[data-v-ef5894bd]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-ef5894bd]{padding:10px}.Para-Pic-Center img[data-v-ef5894bd]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-ef5894bd]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-ef5894bd]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-ef5894bd]{width:50%}.Table-specification .x3col-L-Grey[data-v-ef5894bd]{width:20%}.Table-specification .Spec-Mid-text[data-v-ef5894bd]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-ef5894bd]{width:50%}.Table--3col .x3col-L-Grey[data-v-ef5894bd]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-ef5894bd],.Table--4col .x3col-Mid-Grey[data-v-ef5894bd],.Table--4col .x3col-R-Grey[data-v-ef5894bd]{width:30%}.navi td.x3col-Mid-Grey[data-v-ef5894bd]{width:15%}.Table--3col .x3col-R-Grey[data-v-ef5894bd]{width:50%}.Table--2col .x3col-L-Grey[data-v-ef5894bd],.Table--2col td[data-v-ef5894bd]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-ef5894bd]{width:70%}.Table--2col-Disc[data-v-ef5894bd]{border-collapse:collapse}.Table--2col-Disc td[data-v-ef5894bd]{border:1px solid grey;padding:10px}.Table-PL td[data-v-ef5894bd]:FIRST-CHILD{width:25%}.resultcount p[data-v-ef5894bd]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-ef5894bd]{font-family:SK_namuhx-Bold}.noResult>span[data-v-ef5894bd]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-ef5894bd]{color:#f0dfdf;display:block}.result_list[data-v-ef5894bd]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-ef5894bd]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-ef5894bd]{font-family:SK_namuhx-Regular}.resulttext p[data-v-ef5894bd]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-ef5894bd]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-ef5894bd]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-ef5894bd],.Cross-Reference[data-v-ef5894bd]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-ef5894bd]:hover{text-decoration:underline}.fontChangeDiv[data-v-ef5894bd]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-ef5894bd]{top:55px}#backButton[data-v-ef5894bd]{background-size:16px}.chapterTitle[data-v-ef5894bd]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-ef5894bd],h2[data-v-ef5894bd]{font-size:1.3em}#contentAccordion[data-v-ef5894bd]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-ef5894bd]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-ef5894bd]{line-height:21px}.video[data-v-ef5894bd]{width:46%}}@media screen and (max-width: 640px){h2[data-v-ef5894bd]{margin-top:40px}.subHeader[data-v-ef5894bd]{top:40px}.fontChangeDiv[data-v-ef5894bd]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-ef5894bd]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-ef5894bd]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-ef5894bd]{margin-left:7.3%}table td[data-v-ef5894bd]{font-size:14px;padding:5px!important}table td p[data-v-ef5894bd],table td p.Para-Basic-B-Center[data-v-ef5894bd],table td p.Para-Basic-B[data-v-ef5894bd]{font-size:14px}table td p.Para-Small-L[data-v-ef5894bd]{font-size:12px;word-break:break-word}.Table--3col td[data-v-ef5894bd],.Basic-Table td[data-v-ef5894bd],.Table--2col td[data-v-ef5894bd],.Table-Landmark td[data-v-ef5894bd],.Table--4col td[data-v-ef5894bd],.Table-2row-merge td[data-v-ef5894bd],.Table--troubleshooting td[data-v-ef5894bd],.Table-specification td[data-v-ef5894bd],.Table-service-center td[data-v-ef5894bd]{border-right:none}.responsive[data-v-ef5894bd],.responsive tr[data-v-ef5894bd],.responsive tbody[data-v-ef5894bd]{width:100%}.Table--4col-responsive td[data-v-ef5894bd]{min-width:200px!important;height:auto}.responsive td p[data-v-ef5894bd]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-ef5894bd],.Table-Symbol td li[data-v-ef5894bd]{font-size:16px}p.Placeholder-sub[data-v-ef5894bd],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-ef5894bd],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-ef5894bd],.content .text>ol~.figure[data-v-ef5894bd],.content .text>ol+ul[data-v-ef5894bd],.Para-screen-sub-L[data-v-ef5894bd]{margin-left:0}.resultcount p[data-v-ef5894bd]{font-size:16px}.Table-specification td p[data-v-ef5894bd],.Table--3col-Locations td li[data-v-ef5894bd],p.Para-basic-L-Sub[data-v-ef5894bd],p.Para-basic-L-Sub-Auto[data-v-ef5894bd],p.Para-basic-L-center[data-v-ef5894bd],li.Para-basic-L-bullet[data-v-ef5894bd],p.Para-basic-L[data-v-ef5894bd],li.Para-basic-L-hyp-Sub[data-v-ef5894bd],li.Para-basic-L-hyp-2Sub[data-v-ef5894bd],li[class^=Para-Num][data-v-ef5894bd],p.Para-Box-Num[data-v-ef5894bd],p.Para-Basic-B-Sub[data-v-ef5894bd],td p.Para-basic-L[data-v-ef5894bd],td li.Para-basic-L-bullet[data-v-ef5894bd],p.Para-Basic-B[data-v-ef5894bd],p.Para-Circle-Num-Sub[data-v-ef5894bd],.Symbol-L p.Para-basic-L-Sub[data-v-ef5894bd],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-ef5894bd]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-ef5894bd],.Table--3col-Locations td li[data-v-ef5894bd],p.Para-Table-L-Sub[data-v-ef5894bd],p.Para-Table-L-Sub-Auto[data-v-ef5894bd],p.Para-Table-L-center[data-v-ef5894bd],p.Para-Table-L[data-v-ef5894bd],li.Para-Table-L-hyp-Sub[data-v-ef5894bd],li.Para-Table-L-hyp-2Sub[data-v-ef5894bd],p.Para-Table-B-Sub[data-v-ef5894bd],td p.Para-Table-L[data-v-ef5894bd],p.Para-Table-B[data-v-ef5894bd],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-ef5894bd]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-ef5894bd]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-ef5894bd],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-ef5894bd]{font-size:14px}.big .Table-specification td p[data-v-ef5894bd],.big .Table--3col-Locations td li[data-v-ef5894bd],.big p.Para-basic-L-Sub[data-v-ef5894bd],.big p.Para-basic-L-Sub-Auto[data-v-ef5894bd],.big p.Para-basic-L-center[data-v-ef5894bd],.big li.Para-basic-L-bullet[data-v-ef5894bd],.big p.Para-basic-L[data-v-ef5894bd],.big li.Para-basic-L-hyp-Sub[data-v-ef5894bd],.big li.Para-basic-L-hyp-2Sub[data-v-ef5894bd],.big li[class^=Para-Num][data-v-ef5894bd],.big p.Para-Box-Num[data-v-ef5894bd],.big p.Para-Basic-B-Sub[data-v-ef5894bd],.big td p.Para-basic-L[data-v-ef5894bd],.big td li.Para-basic-L-bullet[data-v-ef5894bd],.big p.Para-Basic-B[data-v-ef5894bd],.big p.Para-Circle-Num-Sub[data-v-ef5894bd]{font-size:16px}.big .Table-specification td p[data-v-ef5894bd],.big .Table--3col-Locations td li[data-v-ef5894bd],.big p.Para-Table-L-Sub[data-v-ef5894bd],.big p.Para-Table-L-Sub-Auto[data-v-ef5894bd],.big p.Para-Table-L-center[data-v-ef5894bd],.big p.Para-Table-L[data-v-ef5894bd],.big li.Para-Table-L-hyp-Sub[data-v-ef5894bd],.big li.Para-Table-L-hyp-2Sub[data-v-ef5894bd],.big li[class^=Para-Num][data-v-ef5894bd],.big p.Para-Box-Num[data-v-ef5894bd],.big p.Para-Table-B-Sub[data-v-ef5894bd],.big td p.Para-Table-L[data-v-ef5894bd],.big p.Para-Table-B[data-v-ef5894bd],.big p.Para-Circle-Num-Sub[data-v-ef5894bd],.big p.Para-Table-B-Center[data-v-ef5894bd],.big .Table--3col-ISO td p[data-v-ef5894bd]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-ef5894bd],p.Para-Table-B-Center[data-v-ef5894bd]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-ef5894bd],.big p.video_title[data-v-ef5894bd],.big .resultItem p[data-v-ef5894bd]{font-size:1.05em}h1[data-v-ef5894bd]{font-size:1.2em;margin-top:0}h2[data-v-ef5894bd]{font-size:1.1em}.Heading-3[data-v-ef5894bd]{font-size:1em}.content .text>ol li[data-v-ef5894bd]:BEFORE{font-size:26px}.video[data-v-ef5894bd]{width:95%}}p.Para-Table-L[data-v-ef5894bd]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-ef5894bd]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-ef5894bd]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-ef5894bd]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-ef5894bd]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-ef5894bd]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-ef5894bd]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-ef5894bd]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-ef5894bd]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-ef5894bd]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-ef5894bd]:before{content:"";display:block;height:15pt}.Bold[data-v-ef5894bd],span.Bold[data-v-ef5894bd]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-ef5894bd]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-ef5894bd]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-ef5894bd]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-ef5894bd]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-ef5894bd]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-ef5894bd]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-ef5894bd]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-ef5894bd]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-ef5894bd]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-ef5894bd]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-ef5894bd]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-ef5894bd],.Para-Table-L-Sub-Auto .icon-1[data-v-ef5894bd]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-ef5894bd]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-ef5894bd]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-ef5894bd]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-ef5894bd],.Table--2col td p.Para-basic-L[data-v-ef5894bd]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-ef5894bd]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-ef5894bd]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-ef5894bd]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-ef5894bd]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-ef5894bd]{margin-top:8pt!important}.table-responsive[data-v-ef5894bd]{width:100%;overflow-x:auto}.table-responsive table[data-v-ef5894bd]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-ef5894bd]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-ef5894bd]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-ef5894bd]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-ef5894bd]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-ef5894bd]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-ef5894bd]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-ef5894bd]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-ef5894bd]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-ef5894bd]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-ef5894bd]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-ef5894bd]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-ef5894bd]{font-size:12px}#table-15.responsive td[data-v-ef5894bd]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-ef5894bd]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-ef5894bd]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-ef5894bd]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-ef5894bd]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-ef5894bd],.Table--4col-Error th[data-v-ef5894bd]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-ef5894bd],.Table--4col-Error tr:first-child th[data-v-ef5894bd]{border-top:none}.Table--4col-Error tr:last-child td[data-v-ef5894bd]{border-bottom:none}.Table--4col-Error thead td[data-v-ef5894bd]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-ef5894bd]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-ef5894bd]:nth-child(1),.Table--4col-Error thead td[data-v-ef5894bd]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-ef5894bd]:nth-child(2),.Table--4col-Error thead td[data-v-ef5894bd]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-ef5894bd]:nth-child(3),.Table--4col-Error thead td[data-v-ef5894bd]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-ef5894bd]:nth-child(4),.Table--4col-Error thead td[data-v-ef5894bd]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-ef5894bd]:nth-child(1),.Table--4col-Error tbody td[data-v-ef5894bd]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-ef5894bd]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-ef5894bd]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-ef5894bd]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-ef5894bd]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-ef5894bd]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-ef5894bd]{font-size:14px!important}.Table--4col-Error tbody td[data-v-ef5894bd]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-ef5894bd],.Table--4col-Error p.Para-Table-B[data-v-ef5894bd],.Table--4col-Error p.Para-Table-L-Center[data-v-ef5894bd]{font-size:12px!important}.Table--4col-Error tbody td[data-v-ef5894bd]:nth-child(1),.Table--4col-Error thead td[data-v-ef5894bd]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-ef5894bd]:nth-child(2),.Table--4col-Error thead td[data-v-ef5894bd]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-ef5894bd]:nth-child(3),.Table--4col-Error thead td[data-v-ef5894bd]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-ef5894bd]:nth-child(4),.Table--4col-Error thead td[data-v-ef5894bd]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-ef5894bd]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-ef5894bd]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-ef5894bd]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-ef5894bd]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-ef5894bd]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-ef5894bd]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-ef5894bd]{line-height:1.25;font-weight:500}.Bold-color[data-v-ef5894bd]{font-weight:700}.char-style-override-4[data-v-ef5894bd]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-ef5894bd]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-ef5894bd]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-ef5894bd]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-ef5894bd]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-ef5894bd]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-ef5894bd]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-ef5894bd]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-ef5894bd]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-ef5894bd]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-ef5894bd]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-ef5894bd]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-ef5894bd]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-ef5894bd]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-ef5894bd]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-ef5894bd]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-ef5894bd],tr:last-child td.cell-style-override-7[data-v-ef5894bd]{border-bottom:0}table#table-16[data-v-ef5894bd]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-ef5894bd],.Table--2col-Air-Sensor[data-v-ef5894bd],.Table--2col-Voice[data-v-ef5894bd],.Table--2col-Filter[data-v-ef5894bd],.Table--troubleshooting[data-v-ef5894bd],.Table--4col-Error[data-v-ef5894bd],.Table--Specifications[data-v-ef5894bd]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-ef5894bd]:last-child,.Table--2col-Voice tr td[data-v-ef5894bd]:last-child{width:70%}.Table--2col-Voice tr td[data-v-ef5894bd]:first-child{width:30%}.Para-Table-L-Center[data-v-ef5894bd]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-ef5894bd]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-ef5894bd]{display:block!important}.Table--2col-Information td[data-v-ef5894bd]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-ef5894bd]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-ef5894bd]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-ef5894bd]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-ef5894bd]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-ef5894bd],.Table--4col-responsive table td[data-v-ef5894bd]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-ef5894bd],.Table--2col-Information th[data-v-ef5894bd]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-ef5894bd]:nth-child(1),.Table--2col-Information th[data-v-ef5894bd]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-ef5894bd]:nth-child(2),.Table--2col-Information th[data-v-ef5894bd]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-ef5894bd],.Table--2col-Information th[data-v-ef5894bd]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-ef5894bd]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-ef5894bd],.Table--2col-Voice th[data-v-ef5894bd]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-ef5894bd]:nth-child(1),.Table--2col-Voice th[data-v-ef5894bd]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-ef5894bd]:nth-child(2),.Table--2col-Voice th[data-v-ef5894bd]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-ef5894bd]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-ef5894bd],.Table--2col-Voice tr:last-child td[data-v-ef5894bd]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-ef5894bd],.Table--2col-Voice thead th[data-v-ef5894bd]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-ef5894bd]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-ef5894bd]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-ef5894bd]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-ef5894bd],.Table--2col-Information th[data-v-ef5894bd]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-ef5894bd]:nth-child(1),.Table--2col-Information th[data-v-ef5894bd]:nth-child(1){width:30%}.Table--2col-Information td[data-v-ef5894bd]:nth-child(2),.Table--2col-Information th[data-v-ef5894bd]:nth-child(2){width:70%}.Table--2col-Information td[data-v-ef5894bd]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-ef5894bd]{border-bottom:none}.Table--2col-Air-Sensor[data-v-ef5894bd]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-ef5894bd],.Table--2col-Air-Sensor th[data-v-ef5894bd]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-ef5894bd]:nth-child(1),.Table--2col-Air-Sensor th[data-v-ef5894bd]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-ef5894bd]:nth-child(2),.Table--2col-Air-Sensor th[data-v-ef5894bd]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-ef5894bd]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-ef5894bd]{border-bottom:none}.Table--2col-Filter[data-v-ef5894bd]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-ef5894bd],.Table--2col-Filter th[data-v-ef5894bd]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-ef5894bd]:nth-child(1),.Table--2col-Filter th[data-v-ef5894bd]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-ef5894bd]:nth-child(2),.Table--2col-Filter th[data-v-ef5894bd]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-ef5894bd]:nth-child(3),.Table--2col-Filter th[data-v-ef5894bd]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-ef5894bd]:nth-child(4),.Table--2col-Filter th[data-v-ef5894bd]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-ef5894bd]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-ef5894bd],.Table--2col-Filter tr:last-child td[data-v-ef5894bd]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-ef5894bd],.Table--2col-Filter thead th[data-v-ef5894bd]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-ef5894bd]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-ef5894bd]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-ef5894bd]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-ef5894bd],.Table--Specifications th[data-v-ef5894bd]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-ef5894bd]:first-child,.Table--Specifications th[data-v-ef5894bd]:first-child{width:16%}.Table--Specifications td[data-v-ef5894bd]:nth-child(2),.Table--Specifications th[data-v-ef5894bd]:nth-child(2){width:42%}.Table--Specifications td[data-v-ef5894bd]:nth-child(3),.Table--Specifications th[data-v-ef5894bd]:nth-child(3){width:42%}.Table--Specifications td[data-v-ef5894bd]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-ef5894bd],.Table--Specifications tr:last-child td[data-v-ef5894bd]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-ef5894bd],.Table--Specifications thead th[data-v-ef5894bd]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-ef5894bd]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-ef5894bd]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-ef5894bd],td.cell-style-override-20[data-v-ef5894bd]{padding:10px}td.x3col-Mid-text[data-v-ef5894bd],td.cell-style-override-22[data-v-ef5894bd],td.cell-style-override-20[data-v-ef5894bd]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-ef5894bd]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-ef5894bd]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-ef5894bd]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-ef5894bd]{margin-top:-350px}}#content-div[data-v-ef5894bd]{min-height:87vh;background-color:#fff}.data-row[data-v-ef5894bd]{color:#000}@media screen and (max-width: 600px){#content-div[data-v-ef5894bd]{min-height:100vh}}body[data-v-f3cbcf0f]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-f3cbcf0f]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-f3cbcf0f]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-f3cbcf0f]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-f3cbcf0f]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-f3cbcf0f]{width:83%!important}.content #naviText span[data-v-f3cbcf0f]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-f3cbcf0f]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-f3cbcf0f]{width:100%!important}.content #mainCar[data-v-f3cbcf0f]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-f3cbcf0f]{width:100%}#mainCarPhone[data-v-f3cbcf0f]{display:none}.content #buttonMenu_v2[data-v-f3cbcf0f]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-f3cbcf0f]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-f3cbcf0f]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-f3cbcf0f]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-f3cbcf0f]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-f3cbcf0f]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-f3cbcf0f]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-f3cbcf0f]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-f3cbcf0f]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-f3cbcf0f]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-f3cbcf0f]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-f3cbcf0f]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-f3cbcf0f]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-f3cbcf0f]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-f3cbcf0f]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-f3cbcf0f]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-f3cbcf0f]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-f3cbcf0f]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-f3cbcf0f]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-f3cbcf0f]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-f3cbcf0f]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-f3cbcf0f]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-f3cbcf0f]{bottom:11%;width:30%}.content #naviText span[data-v-f3cbcf0f]{font-size:17px}.content #naviText img[data-v-f3cbcf0f]{width:80%!important}.content #carName[data-v-f3cbcf0f]{right:0%;bottom:12%}.content #carName img[data-v-f3cbcf0f]{width:40%!important}.content #buttonMenu_v2>a[data-v-f3cbcf0f]{width:33%}.content #buttonMenu>a[data-v-f3cbcf0f]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-f3cbcf0f]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-f3cbcf0f]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-f3cbcf0f]{display:block}#mainCarPc[data-v-f3cbcf0f]{display:none}.content #buttonMenu_v2[data-v-f3cbcf0f],.content #buttonMenu[data-v-f3cbcf0f]{width:92%}}@media screen and (max-width: 480px){.content[data-v-f3cbcf0f]{padding-top:0}.content #naviText[data-v-f3cbcf0f]{bottom:14%;width:45%}.content #naviText span[data-v-f3cbcf0f]{font-size:11px}.content #naviText img[data-v-f3cbcf0f]{width:88%!important}.content #carName[data-v-f3cbcf0f]{right:5%;bottom:15%}.content #carName img[data-v-f3cbcf0f]{width:120px!important}.content #buttonMenu_v2[data-v-f3cbcf0f]{position:relative}.content #buttonMenu_v2>a>div[data-v-f3cbcf0f]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-f3cbcf0f]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-f3cbcf0f]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-f3cbcf0f]{position:relative}.content #buttonMenu>a>div[data-v-f3cbcf0f]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-f3cbcf0f]{height:120px}.content #buttonMenu>a>div>span[data-v-f3cbcf0f]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-f3cbcf0f]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-f3cbcf0f]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-f3cbcf0f]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-f3cbcf0f]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-f3cbcf0f]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-f3cbcf0f]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-f3cbcf0f]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-f3cbcf0f]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-f3cbcf0f]{margin:0;padding:0}html[data-v-f3cbcf0f]{background-color:#000;width:100%}.keyword[data-v-f3cbcf0f],.highlight[data-v-f3cbcf0f]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-f3cbcf0f]{font-family:upsys_commonregular}.header_main[data-v-f3cbcf0f]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-f3cbcf0f]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-f3cbcf0f]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-f3cbcf0f]>*{float:left}#headerLogo[data-v-f3cbcf0f]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-f3cbcf0f]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-f3cbcf0f]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-f3cbcf0f]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-f3cbcf0f]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-f3cbcf0f]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-f3cbcf0f]{font-size:13px}.languageDiv .active[data-v-f3cbcf0f]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-f3cbcf0f]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-f3cbcf0f]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-f3cbcf0f]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-f3cbcf0f],#languageSelect li[data-v-f3cbcf0f]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-f3cbcf0f],#languageSelect li:hover a[data-v-f3cbcf0f]{color:#000}.footer-manual[data-v-f3cbcf0f]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-f3cbcf0f]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-f3cbcf0f]{line-height:60px}#footerLogo[data-v-f3cbcf0f]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-f3cbcf0f]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-f3cbcf0f]{display:inline-block;width:100%}#copyrightPcSpan[data-v-f3cbcf0f]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-f3cbcf0f]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-f3cbcf0f]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-f3cbcf0f]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-f3cbcf0f]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-f3cbcf0f]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-f3cbcf0f]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-f3cbcf0f]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-f3cbcf0f]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-f3cbcf0f]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-f3cbcf0f]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-f3cbcf0f]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-f3cbcf0f]:focus{outline:none}#searchButton[data-v-f3cbcf0f]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-f3cbcf0f]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-f3cbcf0f]{width:80%}table td.right[data-v-f3cbcf0f]{width:10%;text-align:center}.result[data-v-f3cbcf0f],.resultcount[data-v-f3cbcf0f],.noResult[data-v-f3cbcf0f]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-f3cbcf0f]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-f3cbcf0f]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-f3cbcf0f]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-f3cbcf0f]{color:#e49f81}.cover[data-v-f3cbcf0f]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-f3cbcf0f]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-f3cbcf0f]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-f3cbcf0f]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-f3cbcf0f]{font-size:12px}.languageDivPhone .active[data-v-f3cbcf0f]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-f3cbcf0f]{bottom:30px;left:1px}.fontChangeButton[data-v-f3cbcf0f]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-f3cbcf0f]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-f3cbcf0f]{left:0}.languageDiv div[data-v-f3cbcf0f]{width:120%;left:-45px;top:5px}#languageSelect[data-v-f3cbcf0f]{margin-left:-40px}#banner_img>a[data-v-f3cbcf0f]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-f3cbcf0f]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-f3cbcf0f]{z-index:12}.header_main[data-v-f3cbcf0f]{height:40px;padding-top:0}.header[data-v-f3cbcf0f]{z-index:12}.header[data-v-f3cbcf0f]{height:40px;padding-top:0}#title[data-v-f3cbcf0f]{font-size:16px;width:49%}#headerLogo[data-v-f3cbcf0f]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-f3cbcf0f]{width:20%}.languageDiv div[data-v-f3cbcf0f]{width:90%;left:-15px;top:5px}#languageSelect[data-v-f3cbcf0f]{margin-left:-10px}.languageDiv ul[data-v-f3cbcf0f]{font-size:12px}#menu[data-v-f3cbcf0f]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-f3cbcf0f]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-f3cbcf0f]{width:80%}#rightHeader[data-v-f3cbcf0f]{height:40px}#rightHeader>div[data-v-f3cbcf0f]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-f3cbcf0f]{position:absolute;right:38px;top:0}.searchDiv[data-v-f3cbcf0f]{width:90%}#toc[data-v-f3cbcf0f]{width:100%}.copyright[data-v-f3cbcf0f]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-f3cbcf0f]{display:none}#copyrightPhone[data-v-f3cbcf0f]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-f3cbcf0f]{width:15%!important}#prevBtn[data-v-f3cbcf0f],#nextBtn[data-v-f3cbcf0f]{width:32px;height:32px;background-size:100%}#searchButton[data-v-f3cbcf0f]{margin-left:-1px}table td.left[data-v-f3cbcf0f]{text-align:right}table td.center[data-v-f3cbcf0f]{width:50%}table td.right[data-v-f3cbcf0f]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-f3cbcf0f]{left:0}.languageDiv div[data-v-f3cbcf0f]{width:100%;left:-5px;top:5px}#languageSelect[data-v-f3cbcf0f]{margin-left:20px}.languageDiv ul[data-v-f3cbcf0f]{font-size:10px}.noResult>span[data-v-f3cbcf0f]{width:200px!important;font-size:14px}#title[data-v-f3cbcf0f]{font-size:13px;width:40%}#menu[data-v-f3cbcf0f]{position:absolute}#banner_img>a[data-v-f3cbcf0f]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-f3cbcf0f]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-f3cbcf0f]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-f3cbcf0f]{font-size:14px}}body[data-v-f3cbcf0f]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-f3cbcf0f]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-f3cbcf0f]{margin:auto;max-width:1120px}.subHeaderInner[data-v-f3cbcf0f]>*{float:left}.content p[data-v-f3cbcf0f],.content li[data-v-f3cbcf0f]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-f3cbcf0f]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-f3cbcf0f]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-f3cbcf0f]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-f3cbcf0f]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-f3cbcf0f]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-f3cbcf0f]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-f3cbcf0f]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-f3cbcf0f]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-f3cbcf0f]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-f3cbcf0f]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-f3cbcf0f]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-f3cbcf0f],p.Para-Basic-B-Sub[data-v-f3cbcf0f]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-f3cbcf0f]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-f3cbcf0f]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-f3cbcf0f]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-f3cbcf0f]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-f3cbcf0f]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-f3cbcf0f],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-f3cbcf0f],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-f3cbcf0f]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-f3cbcf0f],p+ul li.Para-Basic-B-Sub[data-v-f3cbcf0f]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-f3cbcf0f],ul~p.Para-basic-L-bullet-Sub[data-v-f3cbcf0f],ul~p.Para-Basic-B-Sub[data-v-f3cbcf0f]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-f3cbcf0f],ol~p.Para-basic-L-bullet-Sub[data-v-f3cbcf0f],ol~p.Para-Basic-B-Sub[data-v-f3cbcf0f]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-f3cbcf0f],ol+*+p.Para-basic-L-bullet-Sub[data-v-f3cbcf0f],ol+*+p.Para-Basic-B-Sub[data-v-f3cbcf0f]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-f3cbcf0f],a .Para-Basic-B-Sub[data-v-f3cbcf0f]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-f3cbcf0f]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-f3cbcf0f]{margin-left:45px}.content p[data-v-f3cbcf0f],li[data-v-f3cbcf0f]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-f3cbcf0f],p.Para-Basic-B[data-v-f3cbcf0f],p.Para-Basic-B-Center[data-v-f3cbcf0f]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-f3cbcf0f]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-f3cbcf0f],p.Para-Basic-B-Center[data-v-f3cbcf0f]{text-align:center}p.Para-Table-L-center[data-v-f3cbcf0f],p.Para-Table-B-Center[data-v-f3cbcf0f]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-f3cbcf0f],table p.Para-Basic-B[data-v-f3cbcf0f],table p.Para-Basic-B-Center[data-v-f3cbcf0f]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-f3cbcf0f]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-f3cbcf0f]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-f3cbcf0f]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-f3cbcf0f]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-f3cbcf0f]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-f3cbcf0f],.content .text>ul[data-v-f3cbcf0f],.content .text table ol[data-v-f3cbcf0f],.content .text table ul[data-v-f3cbcf0f]{padding-left:20px}.content .text>ol[data-v-f3cbcf0f]{padding-left:0}p.Para-Illust-L[data-v-f3cbcf0f]{text-align:center}p.Para-Illust-L img[data-v-f3cbcf0f]{display:inline-block}p.Placeholder-sub[data-v-f3cbcf0f],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-f3cbcf0f],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-f3cbcf0f],.content .text>ol~.figure[data-v-f3cbcf0f],p.Placeholder-sub-S[data-v-f3cbcf0f],.Para-screen-sub-S[data-v-f3cbcf0f],.Para-screen-sub-M[data-v-f3cbcf0f],.Para-screen-sub-L[data-v-f3cbcf0f]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-f3cbcf0f],p.Placeholder-sub-M img[data-v-f3cbcf0f],p.Placeholder-sub img[data-v-f3cbcf0f]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-f3cbcf0f]{margin-left:45px}.Table-pic-Left-sub img[data-v-f3cbcf0f]{margin-top:5px;margin-bottom:10px}div.figure[data-v-f3cbcf0f]{display:inline-block}p.Para-img-description[data-v-f3cbcf0f]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-f3cbcf0f]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-f3cbcf0f]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-f3cbcf0f]{margin-bottom:25px}.text img[data-v-f3cbcf0f]{max-width:100%;display:block}.Table-Pic-center[data-v-f3cbcf0f]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-f3cbcf0f]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-f3cbcf0f]{margin:0}p.Para-Box-Num[data-v-f3cbcf0f]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-f3cbcf0f]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-f3cbcf0f]:AFTER{content:". "}span.inline-img img[data-v-f3cbcf0f]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-f3cbcf0f]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-f3cbcf0f]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-f3cbcf0f]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-f3cbcf0f]{margin-left:6.5%;display:block!important}.discUl li[data-v-f3cbcf0f]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-f3cbcf0f],.Symbol-R[data-v-f3cbcf0f],.Note-R-Pic[data-v-f3cbcf0f]{display:block;width:100%}.Symbol-L[data-v-f3cbcf0f]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-f3cbcf0f]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-f3cbcf0f],.Symbol-R li[data-v-f3cbcf0f],.Symbol-R p[data-v-f3cbcf0f]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-f3cbcf0f]{font-size:16px}table.Table-Symbol td ul[data-v-f3cbcf0f]{padding-left:20px}table.Table-Symbol[data-v-f3cbcf0f]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-f3cbcf0f]{color:#bc162c}.Symbol-Black[data-v-f3cbcf0f],.Symbol-Black-Table[data-v-f3cbcf0f]{font-family:upsys_commonregular}.Symbol-Green[data-v-f3cbcf0f]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-f3cbcf0f]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-f3cbcf0f]{width:auto!important}.video_container[data-v-f3cbcf0f]{margin-top:40px;float:right}.video[data-v-f3cbcf0f]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-f3cbcf0f]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-f3cbcf0f]{width:100%}.Table--3col[data-v-f3cbcf0f],.Basic-Table[data-v-f3cbcf0f],.Table--2col[data-v-f3cbcf0f],.Table-Landmark[data-v-f3cbcf0f],.Table--4col[data-v-f3cbcf0f],.Table-2row-merge[data-v-f3cbcf0f],.Table--troubleshooting[data-v-f3cbcf0f],.Table-specification[data-v-f3cbcf0f],.Table-service-center[data-v-f3cbcf0f],.Table-5col[data-v-f3cbcf0f],.responsive[data-v-f3cbcf0f],.Table--3col-Locations[data-v-f3cbcf0f]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-f3cbcf0f]:FIRST-CHILD,.Basic-Table tr[data-v-f3cbcf0f]:FIRST-CHILD,.Table--2col tr[data-v-f3cbcf0f]:FIRST-CHILD,.Table-Landmark tr[data-v-f3cbcf0f]:FIRST-CHILD,.Table--4col tr[data-v-f3cbcf0f]:FIRST-CHILD,.Table-2row-merge tr[data-v-f3cbcf0f]:FIRST-CHILD,.Table--troubleshooting tr[data-v-f3cbcf0f]:FIRST-CHILD,.Table-service-center tr[data-v-f3cbcf0f]:FIRST-CHILD,.responsive tr[data-v-f3cbcf0f]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-f3cbcf0f]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-f3cbcf0f],.Basic-Table td[data-v-f3cbcf0f],.Table--2col td[data-v-f3cbcf0f],.Table-Landmark td[data-v-f3cbcf0f],.Table--4col td[data-v-f3cbcf0f],.Table-2row-merge td[data-v-f3cbcf0f],.Table--troubleshooting td[data-v-f3cbcf0f],.Table-specification td[data-v-f3cbcf0f],.Table-service-center td[data-v-f3cbcf0f],.responsive td[data-v-f3cbcf0f]{padding:10px}.Table--troubleshooting td[data-v-f3cbcf0f]{border-right:none}.Table--troubleshooting[data-v-f3cbcf0f]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-f3cbcf0f],.Table-Landmark .Para-Pic-Center img[data-v-f3cbcf0f]{width:30px}.Table-5col[data-v-f3cbcf0f]{border:none}.Table-5col tr[data-v-f3cbcf0f]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-f3cbcf0f]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-f3cbcf0f]{width:15%}.Table--3col td.x3col-L[data-v-f3cbcf0f],.x3col-L td.x3col-M[data-v-f3cbcf0f]{width:10%}td.x3col-Mid-Text[data-v-f3cbcf0f]{text-align:center}td.x3col-R-Pic[data-v-f3cbcf0f]{text-align:right}.responsive td p[data-v-f3cbcf0f]{text-align:center}table.Table--3col-Locations[data-v-f3cbcf0f]{border-collapse:collapse}.Table--3col-Locations td[data-v-f3cbcf0f]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-f3cbcf0f]{padding:10px}.Para-Pic-Center img[data-v-f3cbcf0f]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-f3cbcf0f]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-f3cbcf0f]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-f3cbcf0f]{width:50%}.Table-specification .x3col-L-Grey[data-v-f3cbcf0f]{width:20%}.Table-specification .Spec-Mid-text[data-v-f3cbcf0f]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-f3cbcf0f]{width:50%}.Table--3col .x3col-L-Grey[data-v-f3cbcf0f]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-f3cbcf0f],.Table--4col .x3col-Mid-Grey[data-v-f3cbcf0f],.Table--4col .x3col-R-Grey[data-v-f3cbcf0f]{width:30%}.navi td.x3col-Mid-Grey[data-v-f3cbcf0f]{width:15%}.Table--3col .x3col-R-Grey[data-v-f3cbcf0f]{width:50%}.Table--2col .x3col-L-Grey[data-v-f3cbcf0f],.Table--2col td[data-v-f3cbcf0f]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-f3cbcf0f]{width:70%}.Table--2col-Disc[data-v-f3cbcf0f]{border-collapse:collapse}.Table--2col-Disc td[data-v-f3cbcf0f]{border:1px solid grey;padding:10px}.Table-PL td[data-v-f3cbcf0f]:FIRST-CHILD{width:25%}.resultcount p[data-v-f3cbcf0f]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-f3cbcf0f]{font-family:SK_namuhx-Bold}.noResult>span[data-v-f3cbcf0f]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-f3cbcf0f]{color:#f0dfdf;display:block}.result_list[data-v-f3cbcf0f]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-f3cbcf0f]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-f3cbcf0f]{font-family:SK_namuhx-Regular}.resulttext p[data-v-f3cbcf0f]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-f3cbcf0f]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-f3cbcf0f]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-f3cbcf0f],.Cross-Reference[data-v-f3cbcf0f]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-f3cbcf0f]:hover{text-decoration:underline}.fontChangeDiv[data-v-f3cbcf0f]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-f3cbcf0f]{top:55px}#backButton[data-v-f3cbcf0f]{background-size:16px}.chapterTitle[data-v-f3cbcf0f]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-f3cbcf0f],h2[data-v-f3cbcf0f]{font-size:1.3em}#contentAccordion[data-v-f3cbcf0f]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-f3cbcf0f]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-f3cbcf0f]{line-height:21px}.video[data-v-f3cbcf0f]{width:46%}}@media screen and (max-width: 640px){h2[data-v-f3cbcf0f]{margin-top:40px}.subHeader[data-v-f3cbcf0f]{top:40px}.fontChangeDiv[data-v-f3cbcf0f]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-f3cbcf0f]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-f3cbcf0f]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-f3cbcf0f]{margin-left:7.3%}table td[data-v-f3cbcf0f]{font-size:14px;padding:5px!important}table td p[data-v-f3cbcf0f],table td p.Para-Basic-B-Center[data-v-f3cbcf0f],table td p.Para-Basic-B[data-v-f3cbcf0f]{font-size:14px}table td p.Para-Small-L[data-v-f3cbcf0f]{font-size:12px;word-break:break-word}.Table--3col td[data-v-f3cbcf0f],.Basic-Table td[data-v-f3cbcf0f],.Table--2col td[data-v-f3cbcf0f],.Table-Landmark td[data-v-f3cbcf0f],.Table--4col td[data-v-f3cbcf0f],.Table-2row-merge td[data-v-f3cbcf0f],.Table--troubleshooting td[data-v-f3cbcf0f],.Table-specification td[data-v-f3cbcf0f],.Table-service-center td[data-v-f3cbcf0f]{border-right:none}.responsive[data-v-f3cbcf0f],.responsive tr[data-v-f3cbcf0f],.responsive tbody[data-v-f3cbcf0f]{width:100%}.Table--4col-responsive td[data-v-f3cbcf0f]{min-width:200px!important;height:auto}.responsive td p[data-v-f3cbcf0f]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-f3cbcf0f],.Table-Symbol td li[data-v-f3cbcf0f]{font-size:16px}p.Placeholder-sub[data-v-f3cbcf0f],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-f3cbcf0f],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-f3cbcf0f],.content .text>ol~.figure[data-v-f3cbcf0f],.content .text>ol+ul[data-v-f3cbcf0f],.Para-screen-sub-L[data-v-f3cbcf0f]{margin-left:0}.resultcount p[data-v-f3cbcf0f]{font-size:16px}.Table-specification td p[data-v-f3cbcf0f],.Table--3col-Locations td li[data-v-f3cbcf0f],p.Para-basic-L-Sub[data-v-f3cbcf0f],p.Para-basic-L-Sub-Auto[data-v-f3cbcf0f],p.Para-basic-L-center[data-v-f3cbcf0f],li.Para-basic-L-bullet[data-v-f3cbcf0f],p.Para-basic-L[data-v-f3cbcf0f],li.Para-basic-L-hyp-Sub[data-v-f3cbcf0f],li.Para-basic-L-hyp-2Sub[data-v-f3cbcf0f],li[class^=Para-Num][data-v-f3cbcf0f],p.Para-Box-Num[data-v-f3cbcf0f],p.Para-Basic-B-Sub[data-v-f3cbcf0f],td p.Para-basic-L[data-v-f3cbcf0f],td li.Para-basic-L-bullet[data-v-f3cbcf0f],p.Para-Basic-B[data-v-f3cbcf0f],p.Para-Circle-Num-Sub[data-v-f3cbcf0f],.Symbol-L p.Para-basic-L-Sub[data-v-f3cbcf0f],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-f3cbcf0f]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-f3cbcf0f],.Table--3col-Locations td li[data-v-f3cbcf0f],p.Para-Table-L-Sub[data-v-f3cbcf0f],p.Para-Table-L-Sub-Auto[data-v-f3cbcf0f],p.Para-Table-L-center[data-v-f3cbcf0f],p.Para-Table-L[data-v-f3cbcf0f],li.Para-Table-L-hyp-Sub[data-v-f3cbcf0f],li.Para-Table-L-hyp-2Sub[data-v-f3cbcf0f],p.Para-Table-B-Sub[data-v-f3cbcf0f],td p.Para-Table-L[data-v-f3cbcf0f],p.Para-Table-B[data-v-f3cbcf0f],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-f3cbcf0f]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-f3cbcf0f]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-f3cbcf0f],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-f3cbcf0f]{font-size:14px}.big .Table-specification td p[data-v-f3cbcf0f],.big .Table--3col-Locations td li[data-v-f3cbcf0f],.big p.Para-basic-L-Sub[data-v-f3cbcf0f],.big p.Para-basic-L-Sub-Auto[data-v-f3cbcf0f],.big p.Para-basic-L-center[data-v-f3cbcf0f],.big li.Para-basic-L-bullet[data-v-f3cbcf0f],.big p.Para-basic-L[data-v-f3cbcf0f],.big li.Para-basic-L-hyp-Sub[data-v-f3cbcf0f],.big li.Para-basic-L-hyp-2Sub[data-v-f3cbcf0f],.big li[class^=Para-Num][data-v-f3cbcf0f],.big p.Para-Box-Num[data-v-f3cbcf0f],.big p.Para-Basic-B-Sub[data-v-f3cbcf0f],.big td p.Para-basic-L[data-v-f3cbcf0f],.big td li.Para-basic-L-bullet[data-v-f3cbcf0f],.big p.Para-Basic-B[data-v-f3cbcf0f],.big p.Para-Circle-Num-Sub[data-v-f3cbcf0f]{font-size:16px}.big .Table-specification td p[data-v-f3cbcf0f],.big .Table--3col-Locations td li[data-v-f3cbcf0f],.big p.Para-Table-L-Sub[data-v-f3cbcf0f],.big p.Para-Table-L-Sub-Auto[data-v-f3cbcf0f],.big p.Para-Table-L-center[data-v-f3cbcf0f],.big p.Para-Table-L[data-v-f3cbcf0f],.big li.Para-Table-L-hyp-Sub[data-v-f3cbcf0f],.big li.Para-Table-L-hyp-2Sub[data-v-f3cbcf0f],.big li[class^=Para-Num][data-v-f3cbcf0f],.big p.Para-Box-Num[data-v-f3cbcf0f],.big p.Para-Table-B-Sub[data-v-f3cbcf0f],.big td p.Para-Table-L[data-v-f3cbcf0f],.big p.Para-Table-B[data-v-f3cbcf0f],.big p.Para-Circle-Num-Sub[data-v-f3cbcf0f],.big p.Para-Table-B-Center[data-v-f3cbcf0f],.big .Table--3col-ISO td p[data-v-f3cbcf0f]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-f3cbcf0f],p.Para-Table-B-Center[data-v-f3cbcf0f]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-f3cbcf0f],.big p.video_title[data-v-f3cbcf0f],.big .resultItem p[data-v-f3cbcf0f]{font-size:1.05em}h1[data-v-f3cbcf0f]{font-size:1.2em;margin-top:0}h2[data-v-f3cbcf0f]{font-size:1.1em}.Heading-3[data-v-f3cbcf0f]{font-size:1em}.content .text>ol li[data-v-f3cbcf0f]:BEFORE{font-size:26px}.video[data-v-f3cbcf0f]{width:95%}}p.Para-Table-L[data-v-f3cbcf0f]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-f3cbcf0f]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-f3cbcf0f]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-f3cbcf0f]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-f3cbcf0f]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-f3cbcf0f]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-f3cbcf0f]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-f3cbcf0f]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-f3cbcf0f]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-f3cbcf0f]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-f3cbcf0f]:before{content:"";display:block;height:15pt}.Bold[data-v-f3cbcf0f],span.Bold[data-v-f3cbcf0f]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-f3cbcf0f]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-f3cbcf0f]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-f3cbcf0f]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-f3cbcf0f]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-f3cbcf0f]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-f3cbcf0f]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-f3cbcf0f]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-f3cbcf0f]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-f3cbcf0f]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-f3cbcf0f]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-f3cbcf0f]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-f3cbcf0f],.Para-Table-L-Sub-Auto .icon-1[data-v-f3cbcf0f]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-f3cbcf0f]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-f3cbcf0f]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-f3cbcf0f]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-f3cbcf0f],.Table--2col td p.Para-basic-L[data-v-f3cbcf0f]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-f3cbcf0f]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-f3cbcf0f]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-f3cbcf0f]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-f3cbcf0f]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-f3cbcf0f]{margin-top:8pt!important}.table-responsive[data-v-f3cbcf0f]{width:100%;overflow-x:auto}.table-responsive table[data-v-f3cbcf0f]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-f3cbcf0f]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-f3cbcf0f]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-f3cbcf0f]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-f3cbcf0f]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-f3cbcf0f]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-f3cbcf0f]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-f3cbcf0f]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-f3cbcf0f]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-f3cbcf0f]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-f3cbcf0f]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-f3cbcf0f]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-f3cbcf0f]{font-size:12px}#table-15.responsive td[data-v-f3cbcf0f]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-f3cbcf0f]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-f3cbcf0f]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-f3cbcf0f]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-f3cbcf0f]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-f3cbcf0f],.Table--4col-Error th[data-v-f3cbcf0f]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-f3cbcf0f],.Table--4col-Error tr:first-child th[data-v-f3cbcf0f]{border-top:none}.Table--4col-Error tr:last-child td[data-v-f3cbcf0f]{border-bottom:none}.Table--4col-Error thead td[data-v-f3cbcf0f]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-f3cbcf0f]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-f3cbcf0f]:nth-child(1),.Table--4col-Error thead td[data-v-f3cbcf0f]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-f3cbcf0f]:nth-child(2),.Table--4col-Error thead td[data-v-f3cbcf0f]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-f3cbcf0f]:nth-child(3),.Table--4col-Error thead td[data-v-f3cbcf0f]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-f3cbcf0f]:nth-child(4),.Table--4col-Error thead td[data-v-f3cbcf0f]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-f3cbcf0f]:nth-child(1),.Table--4col-Error tbody td[data-v-f3cbcf0f]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-f3cbcf0f]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-f3cbcf0f]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-f3cbcf0f]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-f3cbcf0f]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-f3cbcf0f]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-f3cbcf0f]{font-size:14px!important}.Table--4col-Error tbody td[data-v-f3cbcf0f]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-f3cbcf0f],.Table--4col-Error p.Para-Table-B[data-v-f3cbcf0f],.Table--4col-Error p.Para-Table-L-Center[data-v-f3cbcf0f]{font-size:12px!important}.Table--4col-Error tbody td[data-v-f3cbcf0f]:nth-child(1),.Table--4col-Error thead td[data-v-f3cbcf0f]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-f3cbcf0f]:nth-child(2),.Table--4col-Error thead td[data-v-f3cbcf0f]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-f3cbcf0f]:nth-child(3),.Table--4col-Error thead td[data-v-f3cbcf0f]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-f3cbcf0f]:nth-child(4),.Table--4col-Error thead td[data-v-f3cbcf0f]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-f3cbcf0f]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-f3cbcf0f]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-f3cbcf0f]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-f3cbcf0f]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-f3cbcf0f]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-f3cbcf0f]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-f3cbcf0f]{line-height:1.25;font-weight:500}.Bold-color[data-v-f3cbcf0f]{font-weight:700}.char-style-override-4[data-v-f3cbcf0f]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-f3cbcf0f]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-f3cbcf0f]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-f3cbcf0f]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-f3cbcf0f]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-f3cbcf0f]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-f3cbcf0f]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-f3cbcf0f]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-f3cbcf0f]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-f3cbcf0f]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-f3cbcf0f]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-f3cbcf0f]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-f3cbcf0f]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-f3cbcf0f]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-f3cbcf0f]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-f3cbcf0f]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-f3cbcf0f],tr:last-child td.cell-style-override-7[data-v-f3cbcf0f]{border-bottom:0}table#table-16[data-v-f3cbcf0f]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-f3cbcf0f],.Table--2col-Air-Sensor[data-v-f3cbcf0f],.Table--2col-Voice[data-v-f3cbcf0f],.Table--2col-Filter[data-v-f3cbcf0f],.Table--troubleshooting[data-v-f3cbcf0f],.Table--4col-Error[data-v-f3cbcf0f],.Table--Specifications[data-v-f3cbcf0f]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-f3cbcf0f]:last-child,.Table--2col-Voice tr td[data-v-f3cbcf0f]:last-child{width:70%}.Table--2col-Voice tr td[data-v-f3cbcf0f]:first-child{width:30%}.Para-Table-L-Center[data-v-f3cbcf0f]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-f3cbcf0f]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-f3cbcf0f]{display:block!important}.Table--2col-Information td[data-v-f3cbcf0f]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-f3cbcf0f]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-f3cbcf0f]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-f3cbcf0f]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-f3cbcf0f]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-f3cbcf0f],.Table--4col-responsive table td[data-v-f3cbcf0f]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-f3cbcf0f],.Table--2col-Information th[data-v-f3cbcf0f]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-f3cbcf0f]:nth-child(1),.Table--2col-Information th[data-v-f3cbcf0f]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-f3cbcf0f]:nth-child(2),.Table--2col-Information th[data-v-f3cbcf0f]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-f3cbcf0f],.Table--2col-Information th[data-v-f3cbcf0f]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-f3cbcf0f]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-f3cbcf0f],.Table--2col-Voice th[data-v-f3cbcf0f]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-f3cbcf0f]:nth-child(1),.Table--2col-Voice th[data-v-f3cbcf0f]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-f3cbcf0f]:nth-child(2),.Table--2col-Voice th[data-v-f3cbcf0f]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-f3cbcf0f]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-f3cbcf0f],.Table--2col-Voice tr:last-child td[data-v-f3cbcf0f]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-f3cbcf0f],.Table--2col-Voice thead th[data-v-f3cbcf0f]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-f3cbcf0f]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-f3cbcf0f]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-f3cbcf0f]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-f3cbcf0f],.Table--2col-Information th[data-v-f3cbcf0f]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-f3cbcf0f]:nth-child(1),.Table--2col-Information th[data-v-f3cbcf0f]:nth-child(1){width:30%}.Table--2col-Information td[data-v-f3cbcf0f]:nth-child(2),.Table--2col-Information th[data-v-f3cbcf0f]:nth-child(2){width:70%}.Table--2col-Information td[data-v-f3cbcf0f]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-f3cbcf0f]{border-bottom:none}.Table--2col-Air-Sensor[data-v-f3cbcf0f]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-f3cbcf0f],.Table--2col-Air-Sensor th[data-v-f3cbcf0f]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-f3cbcf0f]:nth-child(1),.Table--2col-Air-Sensor th[data-v-f3cbcf0f]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-f3cbcf0f]:nth-child(2),.Table--2col-Air-Sensor th[data-v-f3cbcf0f]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-f3cbcf0f]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-f3cbcf0f]{border-bottom:none}.Table--2col-Filter[data-v-f3cbcf0f]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-f3cbcf0f],.Table--2col-Filter th[data-v-f3cbcf0f]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-f3cbcf0f]:nth-child(1),.Table--2col-Filter th[data-v-f3cbcf0f]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-f3cbcf0f]:nth-child(2),.Table--2col-Filter th[data-v-f3cbcf0f]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-f3cbcf0f]:nth-child(3),.Table--2col-Filter th[data-v-f3cbcf0f]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-f3cbcf0f]:nth-child(4),.Table--2col-Filter th[data-v-f3cbcf0f]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-f3cbcf0f]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-f3cbcf0f],.Table--2col-Filter tr:last-child td[data-v-f3cbcf0f]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-f3cbcf0f],.Table--2col-Filter thead th[data-v-f3cbcf0f]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-f3cbcf0f]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-f3cbcf0f]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-f3cbcf0f]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-f3cbcf0f],.Table--Specifications th[data-v-f3cbcf0f]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-f3cbcf0f]:first-child,.Table--Specifications th[data-v-f3cbcf0f]:first-child{width:16%}.Table--Specifications td[data-v-f3cbcf0f]:nth-child(2),.Table--Specifications th[data-v-f3cbcf0f]:nth-child(2){width:42%}.Table--Specifications td[data-v-f3cbcf0f]:nth-child(3),.Table--Specifications th[data-v-f3cbcf0f]:nth-child(3){width:42%}.Table--Specifications td[data-v-f3cbcf0f]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-f3cbcf0f],.Table--Specifications tr:last-child td[data-v-f3cbcf0f]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-f3cbcf0f],.Table--Specifications thead th[data-v-f3cbcf0f]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-f3cbcf0f]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-f3cbcf0f]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-f3cbcf0f],td.cell-style-override-20[data-v-f3cbcf0f]{padding:10px}td.x3col-Mid-text[data-v-f3cbcf0f],td.cell-style-override-22[data-v-f3cbcf0f],td.cell-style-override-20[data-v-f3cbcf0f]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-f3cbcf0f]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-f3cbcf0f]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-f3cbcf0f]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-f3cbcf0f]{margin-top:-350px}}#content-div[data-v-f3cbcf0f]{min-height:87vh;background-color:#fff}.data-row[data-v-f3cbcf0f]{color:#000}@media screen and (max-width: 600px){#content-div[data-v-f3cbcf0f]{min-height:100vh}}body[data-v-86d951f0]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-86d951f0]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-86d951f0]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-86d951f0]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-86d951f0]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-86d951f0]{width:83%!important}.content #naviText span[data-v-86d951f0]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-86d951f0]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-86d951f0]{width:100%!important}.content #mainCar[data-v-86d951f0]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-86d951f0]{width:100%}#mainCarPhone[data-v-86d951f0]{display:none}.content #buttonMenu_v2[data-v-86d951f0]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-86d951f0]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-86d951f0]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-86d951f0]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-86d951f0]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-86d951f0]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-86d951f0]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-86d951f0]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-86d951f0]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-86d951f0]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-86d951f0]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-86d951f0]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-86d951f0]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-86d951f0]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-86d951f0]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-86d951f0]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-86d951f0]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-86d951f0]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-86d951f0]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-86d951f0]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-86d951f0]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-86d951f0]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-86d951f0]{bottom:11%;width:30%}.content #naviText span[data-v-86d951f0]{font-size:17px}.content #naviText img[data-v-86d951f0]{width:80%!important}.content #carName[data-v-86d951f0]{right:0%;bottom:12%}.content #carName img[data-v-86d951f0]{width:40%!important}.content #buttonMenu_v2>a[data-v-86d951f0]{width:33%}.content #buttonMenu>a[data-v-86d951f0]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-86d951f0]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-86d951f0]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-86d951f0]{display:block}#mainCarPc[data-v-86d951f0]{display:none}.content #buttonMenu_v2[data-v-86d951f0],.content #buttonMenu[data-v-86d951f0]{width:92%}}@media screen and (max-width: 480px){.content[data-v-86d951f0]{padding-top:0}.content #naviText[data-v-86d951f0]{bottom:14%;width:45%}.content #naviText span[data-v-86d951f0]{font-size:11px}.content #naviText img[data-v-86d951f0]{width:88%!important}.content #carName[data-v-86d951f0]{right:5%;bottom:15%}.content #carName img[data-v-86d951f0]{width:120px!important}.content #buttonMenu_v2[data-v-86d951f0]{position:relative}.content #buttonMenu_v2>a>div[data-v-86d951f0]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-86d951f0]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-86d951f0]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-86d951f0]{position:relative}.content #buttonMenu>a>div[data-v-86d951f0]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-86d951f0]{height:120px}.content #buttonMenu>a>div>span[data-v-86d951f0]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-86d951f0]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-86d951f0]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-86d951f0]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-86d951f0]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-86d951f0]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-86d951f0]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-86d951f0]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-86d951f0]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-86d951f0]{margin:0;padding:0}html[data-v-86d951f0]{background-color:#000;width:100%}.keyword[data-v-86d951f0],.highlight[data-v-86d951f0]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-86d951f0]{font-family:upsys_commonregular}.header_main[data-v-86d951f0]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-86d951f0]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-86d951f0]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-86d951f0]>*{float:left}#headerLogo[data-v-86d951f0]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-86d951f0]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-86d951f0]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-86d951f0]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-86d951f0]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-86d951f0]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-86d951f0]{font-size:13px}.languageDiv .active[data-v-86d951f0]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-86d951f0]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-86d951f0]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-86d951f0]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-86d951f0],#languageSelect li[data-v-86d951f0]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-86d951f0],#languageSelect li:hover a[data-v-86d951f0]{color:#000}.footer-manual[data-v-86d951f0]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-86d951f0]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-86d951f0]{line-height:60px}#footerLogo[data-v-86d951f0]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-86d951f0]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-86d951f0]{display:inline-block;width:100%}#copyrightPcSpan[data-v-86d951f0]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-86d951f0]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-86d951f0]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-86d951f0]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-86d951f0]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-86d951f0]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-86d951f0]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-86d951f0]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-86d951f0]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-86d951f0]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-86d951f0]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-86d951f0]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-86d951f0]:focus{outline:none}#searchButton[data-v-86d951f0]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-86d951f0]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-86d951f0]{width:80%}table td.right[data-v-86d951f0]{width:10%;text-align:center}.result[data-v-86d951f0],.resultcount[data-v-86d951f0],.noResult[data-v-86d951f0]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-86d951f0]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-86d951f0]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-86d951f0]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-86d951f0]{color:#e49f81}.cover[data-v-86d951f0]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-86d951f0]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-86d951f0]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-86d951f0]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-86d951f0]{font-size:12px}.languageDivPhone .active[data-v-86d951f0]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-86d951f0]{bottom:30px;left:1px}.fontChangeButton[data-v-86d951f0]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-86d951f0]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-86d951f0]{left:0}.languageDiv div[data-v-86d951f0]{width:120%;left:-45px;top:5px}#languageSelect[data-v-86d951f0]{margin-left:-40px}#banner_img>a[data-v-86d951f0]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-86d951f0]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-86d951f0]{z-index:12}.header_main[data-v-86d951f0]{height:40px;padding-top:0}.header[data-v-86d951f0]{z-index:12}.header[data-v-86d951f0]{height:40px;padding-top:0}#title[data-v-86d951f0]{font-size:16px;width:49%}#headerLogo[data-v-86d951f0]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-86d951f0]{width:20%}.languageDiv div[data-v-86d951f0]{width:90%;left:-15px;top:5px}#languageSelect[data-v-86d951f0]{margin-left:-10px}.languageDiv ul[data-v-86d951f0]{font-size:12px}#menu[data-v-86d951f0]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-86d951f0]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-86d951f0]{width:80%}#rightHeader[data-v-86d951f0]{height:40px}#rightHeader>div[data-v-86d951f0]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-86d951f0]{position:absolute;right:38px;top:0}.searchDiv[data-v-86d951f0]{width:90%}#toc[data-v-86d951f0]{width:100%}.copyright[data-v-86d951f0]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-86d951f0]{display:none}#copyrightPhone[data-v-86d951f0]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-86d951f0]{width:15%!important}#prevBtn[data-v-86d951f0],#nextBtn[data-v-86d951f0]{width:32px;height:32px;background-size:100%}#searchButton[data-v-86d951f0]{margin-left:-1px}table td.left[data-v-86d951f0]{text-align:right}table td.center[data-v-86d951f0]{width:50%}table td.right[data-v-86d951f0]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-86d951f0]{left:0}.languageDiv div[data-v-86d951f0]{width:100%;left:-5px;top:5px}#languageSelect[data-v-86d951f0]{margin-left:20px}.languageDiv ul[data-v-86d951f0]{font-size:10px}.noResult>span[data-v-86d951f0]{width:200px!important;font-size:14px}#title[data-v-86d951f0]{font-size:13px;width:40%}#menu[data-v-86d951f0]{position:absolute}#banner_img>a[data-v-86d951f0]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-86d951f0]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-86d951f0]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-86d951f0]{font-size:14px}}body[data-v-86d951f0]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-86d951f0]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-86d951f0]{margin:auto;max-width:1120px}.subHeaderInner[data-v-86d951f0]>*{float:left}.content p[data-v-86d951f0],.content li[data-v-86d951f0]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-86d951f0]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-86d951f0]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-86d951f0]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-86d951f0]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-86d951f0]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-86d951f0]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-86d951f0]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-86d951f0]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-86d951f0]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-86d951f0]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-86d951f0]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-86d951f0],p.Para-Basic-B-Sub[data-v-86d951f0]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-86d951f0]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-86d951f0]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-86d951f0]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-86d951f0]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-86d951f0]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-86d951f0],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-86d951f0],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-86d951f0]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-86d951f0],p+ul li.Para-Basic-B-Sub[data-v-86d951f0]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-86d951f0],ul~p.Para-basic-L-bullet-Sub[data-v-86d951f0],ul~p.Para-Basic-B-Sub[data-v-86d951f0]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-86d951f0],ol~p.Para-basic-L-bullet-Sub[data-v-86d951f0],ol~p.Para-Basic-B-Sub[data-v-86d951f0]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-86d951f0],ol+*+p.Para-basic-L-bullet-Sub[data-v-86d951f0],ol+*+p.Para-Basic-B-Sub[data-v-86d951f0]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-86d951f0],a .Para-Basic-B-Sub[data-v-86d951f0]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-86d951f0]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-86d951f0]{margin-left:45px}.content p[data-v-86d951f0],li[data-v-86d951f0]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-86d951f0],p.Para-Basic-B[data-v-86d951f0],p.Para-Basic-B-Center[data-v-86d951f0]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-86d951f0]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-86d951f0],p.Para-Basic-B-Center[data-v-86d951f0]{text-align:center}p.Para-Table-L-center[data-v-86d951f0],p.Para-Table-B-Center[data-v-86d951f0]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-86d951f0],table p.Para-Basic-B[data-v-86d951f0],table p.Para-Basic-B-Center[data-v-86d951f0]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-86d951f0]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-86d951f0]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-86d951f0]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-86d951f0]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-86d951f0]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-86d951f0],.content .text>ul[data-v-86d951f0],.content .text table ol[data-v-86d951f0],.content .text table ul[data-v-86d951f0]{padding-left:20px}.content .text>ol[data-v-86d951f0]{padding-left:0}p.Para-Illust-L[data-v-86d951f0]{text-align:center}p.Para-Illust-L img[data-v-86d951f0]{display:inline-block}p.Placeholder-sub[data-v-86d951f0],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-86d951f0],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-86d951f0],.content .text>ol~.figure[data-v-86d951f0],p.Placeholder-sub-S[data-v-86d951f0],.Para-screen-sub-S[data-v-86d951f0],.Para-screen-sub-M[data-v-86d951f0],.Para-screen-sub-L[data-v-86d951f0]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-86d951f0],p.Placeholder-sub-M img[data-v-86d951f0],p.Placeholder-sub img[data-v-86d951f0]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-86d951f0]{margin-left:45px}.Table-pic-Left-sub img[data-v-86d951f0]{margin-top:5px;margin-bottom:10px}div.figure[data-v-86d951f0]{display:inline-block}p.Para-img-description[data-v-86d951f0]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-86d951f0]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-86d951f0]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-86d951f0]{margin-bottom:25px}.text img[data-v-86d951f0]{max-width:100%;display:block}.Table-Pic-center[data-v-86d951f0]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-86d951f0]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-86d951f0]{margin:0}p.Para-Box-Num[data-v-86d951f0]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-86d951f0]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-86d951f0]:AFTER{content:". "}span.inline-img img[data-v-86d951f0]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-86d951f0]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-86d951f0]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-86d951f0]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-86d951f0]{margin-left:6.5%;display:block!important}.discUl li[data-v-86d951f0]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-86d951f0],.Symbol-R[data-v-86d951f0],.Note-R-Pic[data-v-86d951f0]{display:block;width:100%}.Symbol-L[data-v-86d951f0]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-86d951f0]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-86d951f0],.Symbol-R li[data-v-86d951f0],.Symbol-R p[data-v-86d951f0]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-86d951f0]{font-size:16px}table.Table-Symbol td ul[data-v-86d951f0]{padding-left:20px}table.Table-Symbol[data-v-86d951f0]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-86d951f0]{color:#bc162c}.Symbol-Black[data-v-86d951f0],.Symbol-Black-Table[data-v-86d951f0]{font-family:upsys_commonregular}.Symbol-Green[data-v-86d951f0]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-86d951f0]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-86d951f0]{width:auto!important}.video_container[data-v-86d951f0]{margin-top:40px;float:right}.video[data-v-86d951f0]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-86d951f0]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-86d951f0]{width:100%}.Table--3col[data-v-86d951f0],.Basic-Table[data-v-86d951f0],.Table--2col[data-v-86d951f0],.Table-Landmark[data-v-86d951f0],.Table--4col[data-v-86d951f0],.Table-2row-merge[data-v-86d951f0],.Table--troubleshooting[data-v-86d951f0],.Table-specification[data-v-86d951f0],.Table-service-center[data-v-86d951f0],.Table-5col[data-v-86d951f0],.responsive[data-v-86d951f0],.Table--3col-Locations[data-v-86d951f0]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-86d951f0]:FIRST-CHILD,.Basic-Table tr[data-v-86d951f0]:FIRST-CHILD,.Table--2col tr[data-v-86d951f0]:FIRST-CHILD,.Table-Landmark tr[data-v-86d951f0]:FIRST-CHILD,.Table--4col tr[data-v-86d951f0]:FIRST-CHILD,.Table-2row-merge tr[data-v-86d951f0]:FIRST-CHILD,.Table--troubleshooting tr[data-v-86d951f0]:FIRST-CHILD,.Table-service-center tr[data-v-86d951f0]:FIRST-CHILD,.responsive tr[data-v-86d951f0]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-86d951f0]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-86d951f0],.Basic-Table td[data-v-86d951f0],.Table--2col td[data-v-86d951f0],.Table-Landmark td[data-v-86d951f0],.Table--4col td[data-v-86d951f0],.Table-2row-merge td[data-v-86d951f0],.Table--troubleshooting td[data-v-86d951f0],.Table-specification td[data-v-86d951f0],.Table-service-center td[data-v-86d951f0],.responsive td[data-v-86d951f0]{padding:10px}.Table--troubleshooting td[data-v-86d951f0]{border-right:none}.Table--troubleshooting[data-v-86d951f0]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-86d951f0],.Table-Landmark .Para-Pic-Center img[data-v-86d951f0]{width:30px}.Table-5col[data-v-86d951f0]{border:none}.Table-5col tr[data-v-86d951f0]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-86d951f0]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-86d951f0]{width:15%}.Table--3col td.x3col-L[data-v-86d951f0],.x3col-L td.x3col-M[data-v-86d951f0]{width:10%}td.x3col-Mid-Text[data-v-86d951f0]{text-align:center}td.x3col-R-Pic[data-v-86d951f0]{text-align:right}.responsive td p[data-v-86d951f0]{text-align:center}table.Table--3col-Locations[data-v-86d951f0]{border-collapse:collapse}.Table--3col-Locations td[data-v-86d951f0]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-86d951f0]{padding:10px}.Para-Pic-Center img[data-v-86d951f0]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-86d951f0]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-86d951f0]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-86d951f0]{width:50%}.Table-specification .x3col-L-Grey[data-v-86d951f0]{width:20%}.Table-specification .Spec-Mid-text[data-v-86d951f0]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-86d951f0]{width:50%}.Table--3col .x3col-L-Grey[data-v-86d951f0]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-86d951f0],.Table--4col .x3col-Mid-Grey[data-v-86d951f0],.Table--4col .x3col-R-Grey[data-v-86d951f0]{width:30%}.navi td.x3col-Mid-Grey[data-v-86d951f0]{width:15%}.Table--3col .x3col-R-Grey[data-v-86d951f0]{width:50%}.Table--2col .x3col-L-Grey[data-v-86d951f0],.Table--2col td[data-v-86d951f0]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-86d951f0]{width:70%}.Table--2col-Disc[data-v-86d951f0]{border-collapse:collapse}.Table--2col-Disc td[data-v-86d951f0]{border:1px solid grey;padding:10px}.Table-PL td[data-v-86d951f0]:FIRST-CHILD{width:25%}.resultcount p[data-v-86d951f0]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-86d951f0]{font-family:SK_namuhx-Bold}.noResult>span[data-v-86d951f0]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-86d951f0]{color:#f0dfdf;display:block}.result_list[data-v-86d951f0]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-86d951f0]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-86d951f0]{font-family:SK_namuhx-Regular}.resulttext p[data-v-86d951f0]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-86d951f0]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-86d951f0]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-86d951f0],.Cross-Reference[data-v-86d951f0]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-86d951f0]:hover{text-decoration:underline}.fontChangeDiv[data-v-86d951f0]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-86d951f0]{top:55px}#backButton[data-v-86d951f0]{background-size:16px}.chapterTitle[data-v-86d951f0]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-86d951f0],h2[data-v-86d951f0]{font-size:1.3em}#contentAccordion[data-v-86d951f0]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-86d951f0]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-86d951f0]{line-height:21px}.video[data-v-86d951f0]{width:46%}}@media screen and (max-width: 640px){h2[data-v-86d951f0]{margin-top:40px}.subHeader[data-v-86d951f0]{top:40px}.fontChangeDiv[data-v-86d951f0]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-86d951f0]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-86d951f0]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-86d951f0]{margin-left:7.3%}table td[data-v-86d951f0]{font-size:14px;padding:5px!important}table td p[data-v-86d951f0],table td p.Para-Basic-B-Center[data-v-86d951f0],table td p.Para-Basic-B[data-v-86d951f0]{font-size:14px}table td p.Para-Small-L[data-v-86d951f0]{font-size:12px;word-break:break-word}.Table--3col td[data-v-86d951f0],.Basic-Table td[data-v-86d951f0],.Table--2col td[data-v-86d951f0],.Table-Landmark td[data-v-86d951f0],.Table--4col td[data-v-86d951f0],.Table-2row-merge td[data-v-86d951f0],.Table--troubleshooting td[data-v-86d951f0],.Table-specification td[data-v-86d951f0],.Table-service-center td[data-v-86d951f0]{border-right:none}.responsive[data-v-86d951f0],.responsive tr[data-v-86d951f0],.responsive tbody[data-v-86d951f0]{width:100%}.Table--4col-responsive td[data-v-86d951f0]{min-width:200px!important;height:auto}.responsive td p[data-v-86d951f0]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-86d951f0],.Table-Symbol td li[data-v-86d951f0]{font-size:16px}p.Placeholder-sub[data-v-86d951f0],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-86d951f0],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-86d951f0],.content .text>ol~.figure[data-v-86d951f0],.content .text>ol+ul[data-v-86d951f0],.Para-screen-sub-L[data-v-86d951f0]{margin-left:0}.resultcount p[data-v-86d951f0]{font-size:16px}.Table-specification td p[data-v-86d951f0],.Table--3col-Locations td li[data-v-86d951f0],p.Para-basic-L-Sub[data-v-86d951f0],p.Para-basic-L-Sub-Auto[data-v-86d951f0],p.Para-basic-L-center[data-v-86d951f0],li.Para-basic-L-bullet[data-v-86d951f0],p.Para-basic-L[data-v-86d951f0],li.Para-basic-L-hyp-Sub[data-v-86d951f0],li.Para-basic-L-hyp-2Sub[data-v-86d951f0],li[class^=Para-Num][data-v-86d951f0],p.Para-Box-Num[data-v-86d951f0],p.Para-Basic-B-Sub[data-v-86d951f0],td p.Para-basic-L[data-v-86d951f0],td li.Para-basic-L-bullet[data-v-86d951f0],p.Para-Basic-B[data-v-86d951f0],p.Para-Circle-Num-Sub[data-v-86d951f0],.Symbol-L p.Para-basic-L-Sub[data-v-86d951f0],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-86d951f0]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-86d951f0],.Table--3col-Locations td li[data-v-86d951f0],p.Para-Table-L-Sub[data-v-86d951f0],p.Para-Table-L-Sub-Auto[data-v-86d951f0],p.Para-Table-L-center[data-v-86d951f0],p.Para-Table-L[data-v-86d951f0],li.Para-Table-L-hyp-Sub[data-v-86d951f0],li.Para-Table-L-hyp-2Sub[data-v-86d951f0],p.Para-Table-B-Sub[data-v-86d951f0],td p.Para-Table-L[data-v-86d951f0],p.Para-Table-B[data-v-86d951f0],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-86d951f0]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-86d951f0]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-86d951f0],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-86d951f0]{font-size:14px}.big .Table-specification td p[data-v-86d951f0],.big .Table--3col-Locations td li[data-v-86d951f0],.big p.Para-basic-L-Sub[data-v-86d951f0],.big p.Para-basic-L-Sub-Auto[data-v-86d951f0],.big p.Para-basic-L-center[data-v-86d951f0],.big li.Para-basic-L-bullet[data-v-86d951f0],.big p.Para-basic-L[data-v-86d951f0],.big li.Para-basic-L-hyp-Sub[data-v-86d951f0],.big li.Para-basic-L-hyp-2Sub[data-v-86d951f0],.big li[class^=Para-Num][data-v-86d951f0],.big p.Para-Box-Num[data-v-86d951f0],.big p.Para-Basic-B-Sub[data-v-86d951f0],.big td p.Para-basic-L[data-v-86d951f0],.big td li.Para-basic-L-bullet[data-v-86d951f0],.big p.Para-Basic-B[data-v-86d951f0],.big p.Para-Circle-Num-Sub[data-v-86d951f0]{font-size:16px}.big .Table-specification td p[data-v-86d951f0],.big .Table--3col-Locations td li[data-v-86d951f0],.big p.Para-Table-L-Sub[data-v-86d951f0],.big p.Para-Table-L-Sub-Auto[data-v-86d951f0],.big p.Para-Table-L-center[data-v-86d951f0],.big p.Para-Table-L[data-v-86d951f0],.big li.Para-Table-L-hyp-Sub[data-v-86d951f0],.big li.Para-Table-L-hyp-2Sub[data-v-86d951f0],.big li[class^=Para-Num][data-v-86d951f0],.big p.Para-Box-Num[data-v-86d951f0],.big p.Para-Table-B-Sub[data-v-86d951f0],.big td p.Para-Table-L[data-v-86d951f0],.big p.Para-Table-B[data-v-86d951f0],.big p.Para-Circle-Num-Sub[data-v-86d951f0],.big p.Para-Table-B-Center[data-v-86d951f0],.big .Table--3col-ISO td p[data-v-86d951f0]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-86d951f0],p.Para-Table-B-Center[data-v-86d951f0]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-86d951f0],.big p.video_title[data-v-86d951f0],.big .resultItem p[data-v-86d951f0]{font-size:1.05em}h1[data-v-86d951f0]{font-size:1.2em;margin-top:0}h2[data-v-86d951f0]{font-size:1.1em}.Heading-3[data-v-86d951f0]{font-size:1em}.content .text>ol li[data-v-86d951f0]:BEFORE{font-size:26px}.video[data-v-86d951f0]{width:95%}}p.Para-Table-L[data-v-86d951f0]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-86d951f0]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-86d951f0]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-86d951f0]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-86d951f0]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-86d951f0]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-86d951f0]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-86d951f0]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-86d951f0]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-86d951f0]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-86d951f0]:before{content:"";display:block;height:15pt}.Bold[data-v-86d951f0],span.Bold[data-v-86d951f0]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-86d951f0]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-86d951f0]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-86d951f0]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-86d951f0]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-86d951f0]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-86d951f0]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-86d951f0]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-86d951f0]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-86d951f0]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-86d951f0]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-86d951f0]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-86d951f0],.Para-Table-L-Sub-Auto .icon-1[data-v-86d951f0]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-86d951f0]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-86d951f0]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-86d951f0]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-86d951f0],.Table--2col td p.Para-basic-L[data-v-86d951f0]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-86d951f0]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-86d951f0]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-86d951f0]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-86d951f0]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-86d951f0]{margin-top:8pt!important}.table-responsive[data-v-86d951f0]{width:100%;overflow-x:auto}.table-responsive table[data-v-86d951f0]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-86d951f0]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-86d951f0]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-86d951f0]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-86d951f0]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-86d951f0]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-86d951f0]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-86d951f0]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-86d951f0]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-86d951f0]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-86d951f0]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-86d951f0]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-86d951f0]{font-size:12px}#table-15.responsive td[data-v-86d951f0]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-86d951f0]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-86d951f0]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-86d951f0]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-86d951f0]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-86d951f0],.Table--4col-Error th[data-v-86d951f0]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-86d951f0],.Table--4col-Error tr:first-child th[data-v-86d951f0]{border-top:none}.Table--4col-Error tr:last-child td[data-v-86d951f0]{border-bottom:none}.Table--4col-Error thead td[data-v-86d951f0]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-86d951f0]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-86d951f0]:nth-child(1),.Table--4col-Error thead td[data-v-86d951f0]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-86d951f0]:nth-child(2),.Table--4col-Error thead td[data-v-86d951f0]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-86d951f0]:nth-child(3),.Table--4col-Error thead td[data-v-86d951f0]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-86d951f0]:nth-child(4),.Table--4col-Error thead td[data-v-86d951f0]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-86d951f0]:nth-child(1),.Table--4col-Error tbody td[data-v-86d951f0]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-86d951f0]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-86d951f0]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-86d951f0]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-86d951f0]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-86d951f0]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-86d951f0]{font-size:14px!important}.Table--4col-Error tbody td[data-v-86d951f0]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-86d951f0],.Table--4col-Error p.Para-Table-B[data-v-86d951f0],.Table--4col-Error p.Para-Table-L-Center[data-v-86d951f0]{font-size:12px!important}.Table--4col-Error tbody td[data-v-86d951f0]:nth-child(1),.Table--4col-Error thead td[data-v-86d951f0]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-86d951f0]:nth-child(2),.Table--4col-Error thead td[data-v-86d951f0]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-86d951f0]:nth-child(3),.Table--4col-Error thead td[data-v-86d951f0]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-86d951f0]:nth-child(4),.Table--4col-Error thead td[data-v-86d951f0]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-86d951f0]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-86d951f0]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-86d951f0]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-86d951f0]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-86d951f0]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-86d951f0]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-86d951f0]{line-height:1.25;font-weight:500}.Bold-color[data-v-86d951f0]{font-weight:700}.char-style-override-4[data-v-86d951f0]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-86d951f0]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-86d951f0]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-86d951f0]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-86d951f0]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-86d951f0]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-86d951f0]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-86d951f0]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-86d951f0]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-86d951f0]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-86d951f0]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-86d951f0]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-86d951f0]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-86d951f0]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-86d951f0]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-86d951f0]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-86d951f0],tr:last-child td.cell-style-override-7[data-v-86d951f0]{border-bottom:0}table#table-16[data-v-86d951f0]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-86d951f0],.Table--2col-Air-Sensor[data-v-86d951f0],.Table--2col-Voice[data-v-86d951f0],.Table--2col-Filter[data-v-86d951f0],.Table--troubleshooting[data-v-86d951f0],.Table--4col-Error[data-v-86d951f0],.Table--Specifications[data-v-86d951f0]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-86d951f0]:last-child,.Table--2col-Voice tr td[data-v-86d951f0]:last-child{width:70%}.Table--2col-Voice tr td[data-v-86d951f0]:first-child{width:30%}.Para-Table-L-Center[data-v-86d951f0]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-86d951f0]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-86d951f0]{display:block!important}.Table--2col-Information td[data-v-86d951f0]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-86d951f0]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-86d951f0]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-86d951f0]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-86d951f0]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-86d951f0],.Table--4col-responsive table td[data-v-86d951f0]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-86d951f0],.Table--2col-Information th[data-v-86d951f0]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-86d951f0]:nth-child(1),.Table--2col-Information th[data-v-86d951f0]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-86d951f0]:nth-child(2),.Table--2col-Information th[data-v-86d951f0]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-86d951f0],.Table--2col-Information th[data-v-86d951f0]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-86d951f0]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-86d951f0],.Table--2col-Voice th[data-v-86d951f0]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-86d951f0]:nth-child(1),.Table--2col-Voice th[data-v-86d951f0]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-86d951f0]:nth-child(2),.Table--2col-Voice th[data-v-86d951f0]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-86d951f0]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-86d951f0],.Table--2col-Voice tr:last-child td[data-v-86d951f0]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-86d951f0],.Table--2col-Voice thead th[data-v-86d951f0]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-86d951f0]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-86d951f0]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-86d951f0]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-86d951f0],.Table--2col-Information th[data-v-86d951f0]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-86d951f0]:nth-child(1),.Table--2col-Information th[data-v-86d951f0]:nth-child(1){width:30%}.Table--2col-Information td[data-v-86d951f0]:nth-child(2),.Table--2col-Information th[data-v-86d951f0]:nth-child(2){width:70%}.Table--2col-Information td[data-v-86d951f0]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-86d951f0]{border-bottom:none}.Table--2col-Air-Sensor[data-v-86d951f0]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-86d951f0],.Table--2col-Air-Sensor th[data-v-86d951f0]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-86d951f0]:nth-child(1),.Table--2col-Air-Sensor th[data-v-86d951f0]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-86d951f0]:nth-child(2),.Table--2col-Air-Sensor th[data-v-86d951f0]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-86d951f0]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-86d951f0]{border-bottom:none}.Table--2col-Filter[data-v-86d951f0]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-86d951f0],.Table--2col-Filter th[data-v-86d951f0]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-86d951f0]:nth-child(1),.Table--2col-Filter th[data-v-86d951f0]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-86d951f0]:nth-child(2),.Table--2col-Filter th[data-v-86d951f0]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-86d951f0]:nth-child(3),.Table--2col-Filter th[data-v-86d951f0]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-86d951f0]:nth-child(4),.Table--2col-Filter th[data-v-86d951f0]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-86d951f0]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-86d951f0],.Table--2col-Filter tr:last-child td[data-v-86d951f0]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-86d951f0],.Table--2col-Filter thead th[data-v-86d951f0]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-86d951f0]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-86d951f0]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-86d951f0]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-86d951f0],.Table--Specifications th[data-v-86d951f0]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-86d951f0]:first-child,.Table--Specifications th[data-v-86d951f0]:first-child{width:16%}.Table--Specifications td[data-v-86d951f0]:nth-child(2),.Table--Specifications th[data-v-86d951f0]:nth-child(2){width:42%}.Table--Specifications td[data-v-86d951f0]:nth-child(3),.Table--Specifications th[data-v-86d951f0]:nth-child(3){width:42%}.Table--Specifications td[data-v-86d951f0]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-86d951f0],.Table--Specifications tr:last-child td[data-v-86d951f0]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-86d951f0],.Table--Specifications thead th[data-v-86d951f0]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-86d951f0]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-86d951f0]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-86d951f0],td.cell-style-override-20[data-v-86d951f0]{padding:10px}td.x3col-Mid-text[data-v-86d951f0],td.cell-style-override-22[data-v-86d951f0],td.cell-style-override-20[data-v-86d951f0]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-86d951f0]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-86d951f0]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-86d951f0]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-86d951f0]{margin-top:-350px}}#content-div[data-v-86d951f0]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-86d951f0]{min-height:100vh}}body[data-v-e1c719fa]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-e1c719fa]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-e1c719fa]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-e1c719fa]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-e1c719fa]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-e1c719fa]{width:83%!important}.content #naviText span[data-v-e1c719fa]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-e1c719fa]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-e1c719fa]{width:100%!important}.content #mainCar[data-v-e1c719fa]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-e1c719fa]{width:100%}#mainCarPhone[data-v-e1c719fa]{display:none}.content #buttonMenu_v2[data-v-e1c719fa]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-e1c719fa]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-e1c719fa]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-e1c719fa]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-e1c719fa]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-e1c719fa]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-e1c719fa]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-e1c719fa]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-e1c719fa]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-e1c719fa]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-e1c719fa]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-e1c719fa]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-e1c719fa]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-e1c719fa]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-e1c719fa]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-e1c719fa]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-e1c719fa]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-e1c719fa]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-e1c719fa]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-e1c719fa]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-e1c719fa]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-e1c719fa]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-e1c719fa]{bottom:11%;width:30%}.content #naviText span[data-v-e1c719fa]{font-size:17px}.content #naviText img[data-v-e1c719fa]{width:80%!important}.content #carName[data-v-e1c719fa]{right:0%;bottom:12%}.content #carName img[data-v-e1c719fa]{width:40%!important}.content #buttonMenu_v2>a[data-v-e1c719fa]{width:33%}.content #buttonMenu>a[data-v-e1c719fa]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-e1c719fa]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-e1c719fa]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-e1c719fa]{display:block}#mainCarPc[data-v-e1c719fa]{display:none}.content #buttonMenu_v2[data-v-e1c719fa],.content #buttonMenu[data-v-e1c719fa]{width:92%}}@media screen and (max-width: 480px){.content[data-v-e1c719fa]{padding-top:0}.content #naviText[data-v-e1c719fa]{bottom:14%;width:45%}.content #naviText span[data-v-e1c719fa]{font-size:11px}.content #naviText img[data-v-e1c719fa]{width:88%!important}.content #carName[data-v-e1c719fa]{right:5%;bottom:15%}.content #carName img[data-v-e1c719fa]{width:120px!important}.content #buttonMenu_v2[data-v-e1c719fa]{position:relative}.content #buttonMenu_v2>a>div[data-v-e1c719fa]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-e1c719fa]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-e1c719fa]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-e1c719fa]{position:relative}.content #buttonMenu>a>div[data-v-e1c719fa]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-e1c719fa]{height:120px}.content #buttonMenu>a>div>span[data-v-e1c719fa]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-e1c719fa]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-e1c719fa]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-e1c719fa]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-e1c719fa]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-e1c719fa]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-e1c719fa]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-e1c719fa]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-e1c719fa]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-e1c719fa]{margin:0;padding:0}html[data-v-e1c719fa]{background-color:#000;width:100%}.keyword[data-v-e1c719fa],.highlight[data-v-e1c719fa]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-e1c719fa]{font-family:upsys_commonregular}.header_main[data-v-e1c719fa]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-e1c719fa]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-e1c719fa]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-e1c719fa]>*{float:left}#headerLogo[data-v-e1c719fa]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-e1c719fa]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-e1c719fa]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-e1c719fa]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-e1c719fa]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-e1c719fa]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-e1c719fa]{font-size:13px}.languageDiv .active[data-v-e1c719fa]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-e1c719fa]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-e1c719fa]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-e1c719fa]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-e1c719fa],#languageSelect li[data-v-e1c719fa]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-e1c719fa],#languageSelect li:hover a[data-v-e1c719fa]{color:#000}.footer-manual[data-v-e1c719fa]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-e1c719fa]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-e1c719fa]{line-height:60px}#footerLogo[data-v-e1c719fa]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-e1c719fa]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-e1c719fa]{display:inline-block;width:100%}#copyrightPcSpan[data-v-e1c719fa]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-e1c719fa]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-e1c719fa]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-e1c719fa]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-e1c719fa]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-e1c719fa]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-e1c719fa]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-e1c719fa]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-e1c719fa]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-e1c719fa]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-e1c719fa]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-e1c719fa]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-e1c719fa]:focus{outline:none}#searchButton[data-v-e1c719fa]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-e1c719fa]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-e1c719fa]{width:80%}table td.right[data-v-e1c719fa]{width:10%;text-align:center}.result[data-v-e1c719fa],.resultcount[data-v-e1c719fa],.noResult[data-v-e1c719fa]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-e1c719fa]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-e1c719fa]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-e1c719fa]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-e1c719fa]{color:#e49f81}.cover[data-v-e1c719fa]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-e1c719fa]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-e1c719fa]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-e1c719fa]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-e1c719fa]{font-size:12px}.languageDivPhone .active[data-v-e1c719fa]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-e1c719fa]{bottom:30px;left:1px}.fontChangeButton[data-v-e1c719fa]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-e1c719fa]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-e1c719fa]{left:0}.languageDiv div[data-v-e1c719fa]{width:120%;left:-45px;top:5px}#languageSelect[data-v-e1c719fa]{margin-left:-40px}#banner_img>a[data-v-e1c719fa]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-e1c719fa]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-e1c719fa]{z-index:12}.header_main[data-v-e1c719fa]{height:40px;padding-top:0}.header[data-v-e1c719fa]{z-index:12}.header[data-v-e1c719fa]{height:40px;padding-top:0}#title[data-v-e1c719fa]{font-size:16px;width:49%}#headerLogo[data-v-e1c719fa]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-e1c719fa]{width:20%}.languageDiv div[data-v-e1c719fa]{width:90%;left:-15px;top:5px}#languageSelect[data-v-e1c719fa]{margin-left:-10px}.languageDiv ul[data-v-e1c719fa]{font-size:12px}#menu[data-v-e1c719fa]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-e1c719fa]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-e1c719fa]{width:80%}#rightHeader[data-v-e1c719fa]{height:40px}#rightHeader>div[data-v-e1c719fa]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-e1c719fa]{position:absolute;right:38px;top:0}.searchDiv[data-v-e1c719fa]{width:90%}#toc[data-v-e1c719fa]{width:100%}.copyright[data-v-e1c719fa]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-e1c719fa]{display:none}#copyrightPhone[data-v-e1c719fa]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-e1c719fa]{width:15%!important}#prevBtn[data-v-e1c719fa],#nextBtn[data-v-e1c719fa]{width:32px;height:32px;background-size:100%}#searchButton[data-v-e1c719fa]{margin-left:-1px}table td.left[data-v-e1c719fa]{text-align:right}table td.center[data-v-e1c719fa]{width:50%}table td.right[data-v-e1c719fa]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-e1c719fa]{left:0}.languageDiv div[data-v-e1c719fa]{width:100%;left:-5px;top:5px}#languageSelect[data-v-e1c719fa]{margin-left:20px}.languageDiv ul[data-v-e1c719fa]{font-size:10px}.noResult>span[data-v-e1c719fa]{width:200px!important;font-size:14px}#title[data-v-e1c719fa]{font-size:13px;width:40%}#menu[data-v-e1c719fa]{position:absolute}#banner_img>a[data-v-e1c719fa]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-e1c719fa]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-e1c719fa]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-e1c719fa]{font-size:14px}}body[data-v-e1c719fa]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-e1c719fa]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-e1c719fa]{margin:auto;max-width:1120px}.subHeaderInner[data-v-e1c719fa]>*{float:left}.content p[data-v-e1c719fa],.content li[data-v-e1c719fa]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-e1c719fa]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-e1c719fa]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-e1c719fa]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-e1c719fa]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-e1c719fa]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-e1c719fa]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-e1c719fa]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-e1c719fa]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-e1c719fa]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-e1c719fa]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-e1c719fa]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-e1c719fa],p.Para-Basic-B-Sub[data-v-e1c719fa]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-e1c719fa]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-e1c719fa]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-e1c719fa]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-e1c719fa]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-e1c719fa]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-e1c719fa],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-e1c719fa],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-e1c719fa]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-e1c719fa],p+ul li.Para-Basic-B-Sub[data-v-e1c719fa]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-e1c719fa],ul~p.Para-basic-L-bullet-Sub[data-v-e1c719fa],ul~p.Para-Basic-B-Sub[data-v-e1c719fa]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-e1c719fa],ol~p.Para-basic-L-bullet-Sub[data-v-e1c719fa],ol~p.Para-Basic-B-Sub[data-v-e1c719fa]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-e1c719fa],ol+*+p.Para-basic-L-bullet-Sub[data-v-e1c719fa],ol+*+p.Para-Basic-B-Sub[data-v-e1c719fa]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-e1c719fa],a .Para-Basic-B-Sub[data-v-e1c719fa]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-e1c719fa]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-e1c719fa]{margin-left:45px}.content p[data-v-e1c719fa],li[data-v-e1c719fa]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-e1c719fa],p.Para-Basic-B[data-v-e1c719fa],p.Para-Basic-B-Center[data-v-e1c719fa]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-e1c719fa]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-e1c719fa],p.Para-Basic-B-Center[data-v-e1c719fa]{text-align:center}p.Para-Table-L-center[data-v-e1c719fa],p.Para-Table-B-Center[data-v-e1c719fa]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-e1c719fa],table p.Para-Basic-B[data-v-e1c719fa],table p.Para-Basic-B-Center[data-v-e1c719fa]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-e1c719fa]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-e1c719fa]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-e1c719fa]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-e1c719fa]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-e1c719fa]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-e1c719fa],.content .text>ul[data-v-e1c719fa],.content .text table ol[data-v-e1c719fa],.content .text table ul[data-v-e1c719fa]{padding-left:20px}.content .text>ol[data-v-e1c719fa]{padding-left:0}p.Para-Illust-L[data-v-e1c719fa]{text-align:center}p.Para-Illust-L img[data-v-e1c719fa]{display:inline-block}p.Placeholder-sub[data-v-e1c719fa],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-e1c719fa],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-e1c719fa],.content .text>ol~.figure[data-v-e1c719fa],p.Placeholder-sub-S[data-v-e1c719fa],.Para-screen-sub-S[data-v-e1c719fa],.Para-screen-sub-M[data-v-e1c719fa],.Para-screen-sub-L[data-v-e1c719fa]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-e1c719fa],p.Placeholder-sub-M img[data-v-e1c719fa],p.Placeholder-sub img[data-v-e1c719fa]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-e1c719fa]{margin-left:45px}.Table-pic-Left-sub img[data-v-e1c719fa]{margin-top:5px;margin-bottom:10px}div.figure[data-v-e1c719fa]{display:inline-block}p.Para-img-description[data-v-e1c719fa]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-e1c719fa]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-e1c719fa]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-e1c719fa]{margin-bottom:25px}.text img[data-v-e1c719fa]{max-width:100%;display:block}.Table-Pic-center[data-v-e1c719fa]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-e1c719fa]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-e1c719fa]{margin:0}p.Para-Box-Num[data-v-e1c719fa]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-e1c719fa]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-e1c719fa]:AFTER{content:". "}span.inline-img img[data-v-e1c719fa]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-e1c719fa]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-e1c719fa]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-e1c719fa]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-e1c719fa]{margin-left:6.5%;display:block!important}.discUl li[data-v-e1c719fa]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-e1c719fa],.Symbol-R[data-v-e1c719fa],.Note-R-Pic[data-v-e1c719fa]{display:block;width:100%}.Symbol-L[data-v-e1c719fa]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-e1c719fa]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-e1c719fa],.Symbol-R li[data-v-e1c719fa],.Symbol-R p[data-v-e1c719fa]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-e1c719fa]{font-size:16px}table.Table-Symbol td ul[data-v-e1c719fa]{padding-left:20px}table.Table-Symbol[data-v-e1c719fa]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-e1c719fa]{color:#bc162c}.Symbol-Black[data-v-e1c719fa],.Symbol-Black-Table[data-v-e1c719fa]{font-family:upsys_commonregular}.Symbol-Green[data-v-e1c719fa]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-e1c719fa]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-e1c719fa]{width:auto!important}.video_container[data-v-e1c719fa]{margin-top:40px;float:right}.video[data-v-e1c719fa]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-e1c719fa]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-e1c719fa]{width:100%}.Table--3col[data-v-e1c719fa],.Basic-Table[data-v-e1c719fa],.Table--2col[data-v-e1c719fa],.Table-Landmark[data-v-e1c719fa],.Table--4col[data-v-e1c719fa],.Table-2row-merge[data-v-e1c719fa],.Table--troubleshooting[data-v-e1c719fa],.Table-specification[data-v-e1c719fa],.Table-service-center[data-v-e1c719fa],.Table-5col[data-v-e1c719fa],.responsive[data-v-e1c719fa],.Table--3col-Locations[data-v-e1c719fa]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-e1c719fa]:FIRST-CHILD,.Basic-Table tr[data-v-e1c719fa]:FIRST-CHILD,.Table--2col tr[data-v-e1c719fa]:FIRST-CHILD,.Table-Landmark tr[data-v-e1c719fa]:FIRST-CHILD,.Table--4col tr[data-v-e1c719fa]:FIRST-CHILD,.Table-2row-merge tr[data-v-e1c719fa]:FIRST-CHILD,.Table--troubleshooting tr[data-v-e1c719fa]:FIRST-CHILD,.Table-service-center tr[data-v-e1c719fa]:FIRST-CHILD,.responsive tr[data-v-e1c719fa]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-e1c719fa]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-e1c719fa],.Basic-Table td[data-v-e1c719fa],.Table--2col td[data-v-e1c719fa],.Table-Landmark td[data-v-e1c719fa],.Table--4col td[data-v-e1c719fa],.Table-2row-merge td[data-v-e1c719fa],.Table--troubleshooting td[data-v-e1c719fa],.Table-specification td[data-v-e1c719fa],.Table-service-center td[data-v-e1c719fa],.responsive td[data-v-e1c719fa]{padding:10px}.Table--troubleshooting td[data-v-e1c719fa]{border-right:none}.Table--troubleshooting[data-v-e1c719fa]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-e1c719fa],.Table-Landmark .Para-Pic-Center img[data-v-e1c719fa]{width:30px}.Table-5col[data-v-e1c719fa]{border:none}.Table-5col tr[data-v-e1c719fa]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-e1c719fa]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-e1c719fa]{width:15%}.Table--3col td.x3col-L[data-v-e1c719fa],.x3col-L td.x3col-M[data-v-e1c719fa]{width:10%}td.x3col-Mid-Text[data-v-e1c719fa]{text-align:center}td.x3col-R-Pic[data-v-e1c719fa]{text-align:right}.responsive td p[data-v-e1c719fa]{text-align:center}table.Table--3col-Locations[data-v-e1c719fa]{border-collapse:collapse}.Table--3col-Locations td[data-v-e1c719fa]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-e1c719fa]{padding:10px}.Para-Pic-Center img[data-v-e1c719fa]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-e1c719fa]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-e1c719fa]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-e1c719fa]{width:50%}.Table-specification .x3col-L-Grey[data-v-e1c719fa]{width:20%}.Table-specification .Spec-Mid-text[data-v-e1c719fa]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-e1c719fa]{width:50%}.Table--3col .x3col-L-Grey[data-v-e1c719fa]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-e1c719fa],.Table--4col .x3col-Mid-Grey[data-v-e1c719fa],.Table--4col .x3col-R-Grey[data-v-e1c719fa]{width:30%}.navi td.x3col-Mid-Grey[data-v-e1c719fa]{width:15%}.Table--3col .x3col-R-Grey[data-v-e1c719fa]{width:50%}.Table--2col .x3col-L-Grey[data-v-e1c719fa],.Table--2col td[data-v-e1c719fa]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-e1c719fa]{width:70%}.Table--2col-Disc[data-v-e1c719fa]{border-collapse:collapse}.Table--2col-Disc td[data-v-e1c719fa]{border:1px solid grey;padding:10px}.Table-PL td[data-v-e1c719fa]:FIRST-CHILD{width:25%}.resultcount p[data-v-e1c719fa]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-e1c719fa]{font-family:SK_namuhx-Bold}.noResult>span[data-v-e1c719fa]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-e1c719fa]{color:#f0dfdf;display:block}.result_list[data-v-e1c719fa]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-e1c719fa]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-e1c719fa]{font-family:SK_namuhx-Regular}.resulttext p[data-v-e1c719fa]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-e1c719fa]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-e1c719fa]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-e1c719fa],.Cross-Reference[data-v-e1c719fa]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-e1c719fa]:hover{text-decoration:underline}.fontChangeDiv[data-v-e1c719fa]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-e1c719fa]{top:55px}#backButton[data-v-e1c719fa]{background-size:16px}.chapterTitle[data-v-e1c719fa]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-e1c719fa],h2[data-v-e1c719fa]{font-size:1.3em}#contentAccordion[data-v-e1c719fa]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-e1c719fa]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-e1c719fa]{line-height:21px}.video[data-v-e1c719fa]{width:46%}}@media screen and (max-width: 640px){h2[data-v-e1c719fa]{margin-top:40px}.subHeader[data-v-e1c719fa]{top:40px}.fontChangeDiv[data-v-e1c719fa]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-e1c719fa]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-e1c719fa]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-e1c719fa]{margin-left:7.3%}table td[data-v-e1c719fa]{font-size:14px;padding:5px!important}table td p[data-v-e1c719fa],table td p.Para-Basic-B-Center[data-v-e1c719fa],table td p.Para-Basic-B[data-v-e1c719fa]{font-size:14px}table td p.Para-Small-L[data-v-e1c719fa]{font-size:12px;word-break:break-word}.Table--3col td[data-v-e1c719fa],.Basic-Table td[data-v-e1c719fa],.Table--2col td[data-v-e1c719fa],.Table-Landmark td[data-v-e1c719fa],.Table--4col td[data-v-e1c719fa],.Table-2row-merge td[data-v-e1c719fa],.Table--troubleshooting td[data-v-e1c719fa],.Table-specification td[data-v-e1c719fa],.Table-service-center td[data-v-e1c719fa]{border-right:none}.responsive[data-v-e1c719fa],.responsive tr[data-v-e1c719fa],.responsive tbody[data-v-e1c719fa]{width:100%}.Table--4col-responsive td[data-v-e1c719fa]{min-width:200px!important;height:auto}.responsive td p[data-v-e1c719fa]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-e1c719fa],.Table-Symbol td li[data-v-e1c719fa]{font-size:16px}p.Placeholder-sub[data-v-e1c719fa],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-e1c719fa],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-e1c719fa],.content .text>ol~.figure[data-v-e1c719fa],.content .text>ol+ul[data-v-e1c719fa],.Para-screen-sub-L[data-v-e1c719fa]{margin-left:0}.resultcount p[data-v-e1c719fa]{font-size:16px}.Table-specification td p[data-v-e1c719fa],.Table--3col-Locations td li[data-v-e1c719fa],p.Para-basic-L-Sub[data-v-e1c719fa],p.Para-basic-L-Sub-Auto[data-v-e1c719fa],p.Para-basic-L-center[data-v-e1c719fa],li.Para-basic-L-bullet[data-v-e1c719fa],p.Para-basic-L[data-v-e1c719fa],li.Para-basic-L-hyp-Sub[data-v-e1c719fa],li.Para-basic-L-hyp-2Sub[data-v-e1c719fa],li[class^=Para-Num][data-v-e1c719fa],p.Para-Box-Num[data-v-e1c719fa],p.Para-Basic-B-Sub[data-v-e1c719fa],td p.Para-basic-L[data-v-e1c719fa],td li.Para-basic-L-bullet[data-v-e1c719fa],p.Para-Basic-B[data-v-e1c719fa],p.Para-Circle-Num-Sub[data-v-e1c719fa],.Symbol-L p.Para-basic-L-Sub[data-v-e1c719fa],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-e1c719fa]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-e1c719fa],.Table--3col-Locations td li[data-v-e1c719fa],p.Para-Table-L-Sub[data-v-e1c719fa],p.Para-Table-L-Sub-Auto[data-v-e1c719fa],p.Para-Table-L-center[data-v-e1c719fa],p.Para-Table-L[data-v-e1c719fa],li.Para-Table-L-hyp-Sub[data-v-e1c719fa],li.Para-Table-L-hyp-2Sub[data-v-e1c719fa],p.Para-Table-B-Sub[data-v-e1c719fa],td p.Para-Table-L[data-v-e1c719fa],p.Para-Table-B[data-v-e1c719fa],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-e1c719fa]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-e1c719fa]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-e1c719fa],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-e1c719fa]{font-size:14px}.big .Table-specification td p[data-v-e1c719fa],.big .Table--3col-Locations td li[data-v-e1c719fa],.big p.Para-basic-L-Sub[data-v-e1c719fa],.big p.Para-basic-L-Sub-Auto[data-v-e1c719fa],.big p.Para-basic-L-center[data-v-e1c719fa],.big li.Para-basic-L-bullet[data-v-e1c719fa],.big p.Para-basic-L[data-v-e1c719fa],.big li.Para-basic-L-hyp-Sub[data-v-e1c719fa],.big li.Para-basic-L-hyp-2Sub[data-v-e1c719fa],.big li[class^=Para-Num][data-v-e1c719fa],.big p.Para-Box-Num[data-v-e1c719fa],.big p.Para-Basic-B-Sub[data-v-e1c719fa],.big td p.Para-basic-L[data-v-e1c719fa],.big td li.Para-basic-L-bullet[data-v-e1c719fa],.big p.Para-Basic-B[data-v-e1c719fa],.big p.Para-Circle-Num-Sub[data-v-e1c719fa]{font-size:16px}.big .Table-specification td p[data-v-e1c719fa],.big .Table--3col-Locations td li[data-v-e1c719fa],.big p.Para-Table-L-Sub[data-v-e1c719fa],.big p.Para-Table-L-Sub-Auto[data-v-e1c719fa],.big p.Para-Table-L-center[data-v-e1c719fa],.big p.Para-Table-L[data-v-e1c719fa],.big li.Para-Table-L-hyp-Sub[data-v-e1c719fa],.big li.Para-Table-L-hyp-2Sub[data-v-e1c719fa],.big li[class^=Para-Num][data-v-e1c719fa],.big p.Para-Box-Num[data-v-e1c719fa],.big p.Para-Table-B-Sub[data-v-e1c719fa],.big td p.Para-Table-L[data-v-e1c719fa],.big p.Para-Table-B[data-v-e1c719fa],.big p.Para-Circle-Num-Sub[data-v-e1c719fa],.big p.Para-Table-B-Center[data-v-e1c719fa],.big .Table--3col-ISO td p[data-v-e1c719fa]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-e1c719fa],p.Para-Table-B-Center[data-v-e1c719fa]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-e1c719fa],.big p.video_title[data-v-e1c719fa],.big .resultItem p[data-v-e1c719fa]{font-size:1.05em}h1[data-v-e1c719fa]{font-size:1.2em;margin-top:0}h2[data-v-e1c719fa]{font-size:1.1em}.Heading-3[data-v-e1c719fa]{font-size:1em}.content .text>ol li[data-v-e1c719fa]:BEFORE{font-size:26px}.video[data-v-e1c719fa]{width:95%}}p.Para-Table-L[data-v-e1c719fa]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-e1c719fa]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-e1c719fa]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-e1c719fa]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-e1c719fa]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-e1c719fa]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-e1c719fa]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-e1c719fa]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-e1c719fa]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-e1c719fa]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-e1c719fa]:before{content:"";display:block;height:15pt}.Bold[data-v-e1c719fa],span.Bold[data-v-e1c719fa]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-e1c719fa]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-e1c719fa]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-e1c719fa]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-e1c719fa]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-e1c719fa]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-e1c719fa]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-e1c719fa]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-e1c719fa]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-e1c719fa]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-e1c719fa]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-e1c719fa]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-e1c719fa],.Para-Table-L-Sub-Auto .icon-1[data-v-e1c719fa]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-e1c719fa]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-e1c719fa]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-e1c719fa]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-e1c719fa],.Table--2col td p.Para-basic-L[data-v-e1c719fa]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-e1c719fa]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-e1c719fa]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-e1c719fa]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-e1c719fa]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-e1c719fa]{margin-top:8pt!important}.table-responsive[data-v-e1c719fa]{width:100%;overflow-x:auto}.table-responsive table[data-v-e1c719fa]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-e1c719fa]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-e1c719fa]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-e1c719fa]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-e1c719fa]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-e1c719fa]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-e1c719fa]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-e1c719fa]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-e1c719fa]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-e1c719fa]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-e1c719fa]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-e1c719fa]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-e1c719fa]{font-size:12px}#table-15.responsive td[data-v-e1c719fa]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-e1c719fa]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-e1c719fa]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-e1c719fa]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-e1c719fa]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-e1c719fa],.Table--4col-Error th[data-v-e1c719fa]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-e1c719fa],.Table--4col-Error tr:first-child th[data-v-e1c719fa]{border-top:none}.Table--4col-Error tr:last-child td[data-v-e1c719fa]{border-bottom:none}.Table--4col-Error thead td[data-v-e1c719fa]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-e1c719fa]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-e1c719fa]:nth-child(1),.Table--4col-Error thead td[data-v-e1c719fa]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-e1c719fa]:nth-child(2),.Table--4col-Error thead td[data-v-e1c719fa]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-e1c719fa]:nth-child(3),.Table--4col-Error thead td[data-v-e1c719fa]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-e1c719fa]:nth-child(4),.Table--4col-Error thead td[data-v-e1c719fa]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-e1c719fa]:nth-child(1),.Table--4col-Error tbody td[data-v-e1c719fa]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-e1c719fa]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-e1c719fa]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-e1c719fa]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-e1c719fa]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-e1c719fa]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-e1c719fa]{font-size:14px!important}.Table--4col-Error tbody td[data-v-e1c719fa]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-e1c719fa],.Table--4col-Error p.Para-Table-B[data-v-e1c719fa],.Table--4col-Error p.Para-Table-L-Center[data-v-e1c719fa]{font-size:12px!important}.Table--4col-Error tbody td[data-v-e1c719fa]:nth-child(1),.Table--4col-Error thead td[data-v-e1c719fa]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-e1c719fa]:nth-child(2),.Table--4col-Error thead td[data-v-e1c719fa]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-e1c719fa]:nth-child(3),.Table--4col-Error thead td[data-v-e1c719fa]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-e1c719fa]:nth-child(4),.Table--4col-Error thead td[data-v-e1c719fa]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-e1c719fa]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-e1c719fa]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-e1c719fa]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-e1c719fa]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-e1c719fa]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-e1c719fa]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-e1c719fa]{line-height:1.25;font-weight:500}.Bold-color[data-v-e1c719fa]{font-weight:700}.char-style-override-4[data-v-e1c719fa]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-e1c719fa]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-e1c719fa]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-e1c719fa]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-e1c719fa]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-e1c719fa]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-e1c719fa]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-e1c719fa]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-e1c719fa]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-e1c719fa]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-e1c719fa]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-e1c719fa]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-e1c719fa]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-e1c719fa]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-e1c719fa]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-e1c719fa]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-e1c719fa],tr:last-child td.cell-style-override-7[data-v-e1c719fa]{border-bottom:0}table#table-16[data-v-e1c719fa]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-e1c719fa],.Table--2col-Air-Sensor[data-v-e1c719fa],.Table--2col-Voice[data-v-e1c719fa],.Table--2col-Filter[data-v-e1c719fa],.Table--troubleshooting[data-v-e1c719fa],.Table--4col-Error[data-v-e1c719fa],.Table--Specifications[data-v-e1c719fa]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-e1c719fa]:last-child,.Table--2col-Voice tr td[data-v-e1c719fa]:last-child{width:70%}.Table--2col-Voice tr td[data-v-e1c719fa]:first-child{width:30%}.Para-Table-L-Center[data-v-e1c719fa]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-e1c719fa]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-e1c719fa]{display:block!important}.Table--2col-Information td[data-v-e1c719fa]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-e1c719fa]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-e1c719fa]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-e1c719fa]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-e1c719fa]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-e1c719fa],.Table--4col-responsive table td[data-v-e1c719fa]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-e1c719fa],.Table--2col-Information th[data-v-e1c719fa]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-e1c719fa]:nth-child(1),.Table--2col-Information th[data-v-e1c719fa]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-e1c719fa]:nth-child(2),.Table--2col-Information th[data-v-e1c719fa]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-e1c719fa],.Table--2col-Information th[data-v-e1c719fa]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-e1c719fa]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-e1c719fa],.Table--2col-Voice th[data-v-e1c719fa]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-e1c719fa]:nth-child(1),.Table--2col-Voice th[data-v-e1c719fa]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-e1c719fa]:nth-child(2),.Table--2col-Voice th[data-v-e1c719fa]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-e1c719fa]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-e1c719fa],.Table--2col-Voice tr:last-child td[data-v-e1c719fa]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-e1c719fa],.Table--2col-Voice thead th[data-v-e1c719fa]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-e1c719fa]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-e1c719fa]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-e1c719fa]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-e1c719fa],.Table--2col-Information th[data-v-e1c719fa]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-e1c719fa]:nth-child(1),.Table--2col-Information th[data-v-e1c719fa]:nth-child(1){width:30%}.Table--2col-Information td[data-v-e1c719fa]:nth-child(2),.Table--2col-Information th[data-v-e1c719fa]:nth-child(2){width:70%}.Table--2col-Information td[data-v-e1c719fa]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-e1c719fa]{border-bottom:none}.Table--2col-Air-Sensor[data-v-e1c719fa]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-e1c719fa],.Table--2col-Air-Sensor th[data-v-e1c719fa]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-e1c719fa]:nth-child(1),.Table--2col-Air-Sensor th[data-v-e1c719fa]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-e1c719fa]:nth-child(2),.Table--2col-Air-Sensor th[data-v-e1c719fa]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-e1c719fa]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-e1c719fa]{border-bottom:none}.Table--2col-Filter[data-v-e1c719fa]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-e1c719fa],.Table--2col-Filter th[data-v-e1c719fa]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-e1c719fa]:nth-child(1),.Table--2col-Filter th[data-v-e1c719fa]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-e1c719fa]:nth-child(2),.Table--2col-Filter th[data-v-e1c719fa]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-e1c719fa]:nth-child(3),.Table--2col-Filter th[data-v-e1c719fa]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-e1c719fa]:nth-child(4),.Table--2col-Filter th[data-v-e1c719fa]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-e1c719fa]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-e1c719fa],.Table--2col-Filter tr:last-child td[data-v-e1c719fa]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-e1c719fa],.Table--2col-Filter thead th[data-v-e1c719fa]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-e1c719fa]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-e1c719fa]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-e1c719fa]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-e1c719fa],.Table--Specifications th[data-v-e1c719fa]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-e1c719fa]:first-child,.Table--Specifications th[data-v-e1c719fa]:first-child{width:16%}.Table--Specifications td[data-v-e1c719fa]:nth-child(2),.Table--Specifications th[data-v-e1c719fa]:nth-child(2){width:42%}.Table--Specifications td[data-v-e1c719fa]:nth-child(3),.Table--Specifications th[data-v-e1c719fa]:nth-child(3){width:42%}.Table--Specifications td[data-v-e1c719fa]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-e1c719fa],.Table--Specifications tr:last-child td[data-v-e1c719fa]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-e1c719fa],.Table--Specifications thead th[data-v-e1c719fa]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-e1c719fa]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-e1c719fa]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-e1c719fa],td.cell-style-override-20[data-v-e1c719fa]{padding:10px}td.x3col-Mid-text[data-v-e1c719fa],td.cell-style-override-22[data-v-e1c719fa],td.cell-style-override-20[data-v-e1c719fa]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-e1c719fa]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-e1c719fa]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-e1c719fa]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-e1c719fa]{margin-top:-350px}}#content-div[data-v-e1c719fa]{min-height:87vh;background-color:#fff}.data-row[data-v-e1c719fa]{color:#000}@media screen and (max-width: 600px){#content-div[data-v-e1c719fa]{min-height:100vh}}body[data-v-e1ec144d]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-e1ec144d]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-e1ec144d]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-e1ec144d]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-e1ec144d]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-e1ec144d]{width:83%!important}.content #naviText span[data-v-e1ec144d]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-e1ec144d]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-e1ec144d]{width:100%!important}.content #mainCar[data-v-e1ec144d]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-e1ec144d]{width:100%}#mainCarPhone[data-v-e1ec144d]{display:none}.content #buttonMenu_v2[data-v-e1ec144d]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-e1ec144d]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-e1ec144d]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-e1ec144d]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-e1ec144d]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-e1ec144d]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-e1ec144d]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-e1ec144d]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-e1ec144d]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-e1ec144d]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-e1ec144d]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-e1ec144d]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-e1ec144d]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-e1ec144d]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-e1ec144d]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-e1ec144d]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-e1ec144d]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-e1ec144d]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-e1ec144d]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-e1ec144d]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-e1ec144d]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-e1ec144d]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-e1ec144d]{bottom:11%;width:30%}.content #naviText span[data-v-e1ec144d]{font-size:17px}.content #naviText img[data-v-e1ec144d]{width:80%!important}.content #carName[data-v-e1ec144d]{right:0%;bottom:12%}.content #carName img[data-v-e1ec144d]{width:40%!important}.content #buttonMenu_v2>a[data-v-e1ec144d]{width:33%}.content #buttonMenu>a[data-v-e1ec144d]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-e1ec144d]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-e1ec144d]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-e1ec144d]{display:block}#mainCarPc[data-v-e1ec144d]{display:none}.content #buttonMenu_v2[data-v-e1ec144d],.content #buttonMenu[data-v-e1ec144d]{width:92%}}@media screen and (max-width: 480px){.content[data-v-e1ec144d]{padding-top:0}.content #naviText[data-v-e1ec144d]{bottom:14%;width:45%}.content #naviText span[data-v-e1ec144d]{font-size:11px}.content #naviText img[data-v-e1ec144d]{width:88%!important}.content #carName[data-v-e1ec144d]{right:5%;bottom:15%}.content #carName img[data-v-e1ec144d]{width:120px!important}.content #buttonMenu_v2[data-v-e1ec144d]{position:relative}.content #buttonMenu_v2>a>div[data-v-e1ec144d]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-e1ec144d]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-e1ec144d]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-e1ec144d]{position:relative}.content #buttonMenu>a>div[data-v-e1ec144d]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-e1ec144d]{height:120px}.content #buttonMenu>a>div>span[data-v-e1ec144d]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-e1ec144d]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-e1ec144d]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-e1ec144d]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-e1ec144d]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-e1ec144d]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-e1ec144d]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-e1ec144d]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-e1ec144d]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-e1ec144d]{margin:0;padding:0}html[data-v-e1ec144d]{background-color:#000;width:100%}.keyword[data-v-e1ec144d],.highlight[data-v-e1ec144d]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-e1ec144d]{font-family:upsys_commonregular}.header_main[data-v-e1ec144d]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-e1ec144d]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-e1ec144d]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-e1ec144d]>*{float:left}#headerLogo[data-v-e1ec144d]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-e1ec144d]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-e1ec144d]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-e1ec144d]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-e1ec144d]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-e1ec144d]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-e1ec144d]{font-size:13px}.languageDiv .active[data-v-e1ec144d]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-e1ec144d]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-e1ec144d]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-e1ec144d]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-e1ec144d],#languageSelect li[data-v-e1ec144d]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-e1ec144d],#languageSelect li:hover a[data-v-e1ec144d]{color:#000}.footer-manual[data-v-e1ec144d]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-e1ec144d]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-e1ec144d]{line-height:60px}#footerLogo[data-v-e1ec144d]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-e1ec144d]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-e1ec144d]{display:inline-block;width:100%}#copyrightPcSpan[data-v-e1ec144d]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-e1ec144d]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-e1ec144d]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-e1ec144d]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-e1ec144d]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-e1ec144d]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-e1ec144d]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-e1ec144d]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-e1ec144d]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-e1ec144d]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-e1ec144d]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-e1ec144d]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-e1ec144d]:focus{outline:none}#searchButton[data-v-e1ec144d]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-e1ec144d]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-e1ec144d]{width:80%}table td.right[data-v-e1ec144d]{width:10%;text-align:center}.result[data-v-e1ec144d],.resultcount[data-v-e1ec144d],.noResult[data-v-e1ec144d]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-e1ec144d]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-e1ec144d]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-e1ec144d]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-e1ec144d]{color:#e49f81}.cover[data-v-e1ec144d]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-e1ec144d]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-e1ec144d]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-e1ec144d]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-e1ec144d]{font-size:12px}.languageDivPhone .active[data-v-e1ec144d]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-e1ec144d]{bottom:30px;left:1px}.fontChangeButton[data-v-e1ec144d]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-e1ec144d]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-e1ec144d]{left:0}.languageDiv div[data-v-e1ec144d]{width:120%;left:-45px;top:5px}#languageSelect[data-v-e1ec144d]{margin-left:-40px}#banner_img>a[data-v-e1ec144d]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-e1ec144d]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-e1ec144d]{z-index:12}.header_main[data-v-e1ec144d]{height:40px;padding-top:0}.header[data-v-e1ec144d]{z-index:12}.header[data-v-e1ec144d]{height:40px;padding-top:0}#title[data-v-e1ec144d]{font-size:16px;width:49%}#headerLogo[data-v-e1ec144d]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-e1ec144d]{width:20%}.languageDiv div[data-v-e1ec144d]{width:90%;left:-15px;top:5px}#languageSelect[data-v-e1ec144d]{margin-left:-10px}.languageDiv ul[data-v-e1ec144d]{font-size:12px}#menu[data-v-e1ec144d]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-e1ec144d]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-e1ec144d]{width:80%}#rightHeader[data-v-e1ec144d]{height:40px}#rightHeader>div[data-v-e1ec144d]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-e1ec144d]{position:absolute;right:38px;top:0}.searchDiv[data-v-e1ec144d]{width:90%}#toc[data-v-e1ec144d]{width:100%}.copyright[data-v-e1ec144d]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-e1ec144d]{display:none}#copyrightPhone[data-v-e1ec144d]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-e1ec144d]{width:15%!important}#prevBtn[data-v-e1ec144d],#nextBtn[data-v-e1ec144d]{width:32px;height:32px;background-size:100%}#searchButton[data-v-e1ec144d]{margin-left:-1px}table td.left[data-v-e1ec144d]{text-align:right}table td.center[data-v-e1ec144d]{width:50%}table td.right[data-v-e1ec144d]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-e1ec144d]{left:0}.languageDiv div[data-v-e1ec144d]{width:100%;left:-5px;top:5px}#languageSelect[data-v-e1ec144d]{margin-left:20px}.languageDiv ul[data-v-e1ec144d]{font-size:10px}.noResult>span[data-v-e1ec144d]{width:200px!important;font-size:14px}#title[data-v-e1ec144d]{font-size:13px;width:40%}#menu[data-v-e1ec144d]{position:absolute}#banner_img>a[data-v-e1ec144d]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-e1ec144d]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-e1ec144d]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-e1ec144d]{font-size:14px}}body[data-v-e1ec144d]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-e1ec144d]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-e1ec144d]{margin:auto;max-width:1120px}.subHeaderInner[data-v-e1ec144d]>*{float:left}.content p[data-v-e1ec144d],.content li[data-v-e1ec144d]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-e1ec144d]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-e1ec144d]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-e1ec144d]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-e1ec144d]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-e1ec144d]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-e1ec144d]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-e1ec144d]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-e1ec144d]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-e1ec144d]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-e1ec144d]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-e1ec144d]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-e1ec144d],p.Para-Basic-B-Sub[data-v-e1ec144d]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-e1ec144d]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-e1ec144d]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-e1ec144d]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-e1ec144d]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-e1ec144d]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-e1ec144d],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-e1ec144d],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-e1ec144d]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-e1ec144d],p+ul li.Para-Basic-B-Sub[data-v-e1ec144d]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-e1ec144d],ul~p.Para-basic-L-bullet-Sub[data-v-e1ec144d],ul~p.Para-Basic-B-Sub[data-v-e1ec144d]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-e1ec144d],ol~p.Para-basic-L-bullet-Sub[data-v-e1ec144d],ol~p.Para-Basic-B-Sub[data-v-e1ec144d]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-e1ec144d],ol+*+p.Para-basic-L-bullet-Sub[data-v-e1ec144d],ol+*+p.Para-Basic-B-Sub[data-v-e1ec144d]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-e1ec144d],a .Para-Basic-B-Sub[data-v-e1ec144d]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-e1ec144d]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-e1ec144d]{margin-left:45px}.content p[data-v-e1ec144d],li[data-v-e1ec144d]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-e1ec144d],p.Para-Basic-B[data-v-e1ec144d],p.Para-Basic-B-Center[data-v-e1ec144d]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-e1ec144d]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-e1ec144d],p.Para-Basic-B-Center[data-v-e1ec144d]{text-align:center}p.Para-Table-L-center[data-v-e1ec144d],p.Para-Table-B-Center[data-v-e1ec144d]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-e1ec144d],table p.Para-Basic-B[data-v-e1ec144d],table p.Para-Basic-B-Center[data-v-e1ec144d]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-e1ec144d]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-e1ec144d]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-e1ec144d]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-e1ec144d]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-e1ec144d]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-e1ec144d],.content .text>ul[data-v-e1ec144d],.content .text table ol[data-v-e1ec144d],.content .text table ul[data-v-e1ec144d]{padding-left:20px}.content .text>ol[data-v-e1ec144d]{padding-left:0}p.Para-Illust-L[data-v-e1ec144d]{text-align:center}p.Para-Illust-L img[data-v-e1ec144d]{display:inline-block}p.Placeholder-sub[data-v-e1ec144d],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-e1ec144d],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-e1ec144d],.content .text>ol~.figure[data-v-e1ec144d],p.Placeholder-sub-S[data-v-e1ec144d],.Para-screen-sub-S[data-v-e1ec144d],.Para-screen-sub-M[data-v-e1ec144d],.Para-screen-sub-L[data-v-e1ec144d]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-e1ec144d],p.Placeholder-sub-M img[data-v-e1ec144d],p.Placeholder-sub img[data-v-e1ec144d]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-e1ec144d]{margin-left:45px}.Table-pic-Left-sub img[data-v-e1ec144d]{margin-top:5px;margin-bottom:10px}div.figure[data-v-e1ec144d]{display:inline-block}p.Para-img-description[data-v-e1ec144d]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-e1ec144d]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-e1ec144d]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-e1ec144d]{margin-bottom:25px}.text img[data-v-e1ec144d]{max-width:100%;display:block}.Table-Pic-center[data-v-e1ec144d]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-e1ec144d]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-e1ec144d]{margin:0}p.Para-Box-Num[data-v-e1ec144d]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-e1ec144d]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-e1ec144d]:AFTER{content:". "}span.inline-img img[data-v-e1ec144d]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-e1ec144d]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-e1ec144d]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-e1ec144d]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-e1ec144d]{margin-left:6.5%;display:block!important}.discUl li[data-v-e1ec144d]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-e1ec144d],.Symbol-R[data-v-e1ec144d],.Note-R-Pic[data-v-e1ec144d]{display:block;width:100%}.Symbol-L[data-v-e1ec144d]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-e1ec144d]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-e1ec144d],.Symbol-R li[data-v-e1ec144d],.Symbol-R p[data-v-e1ec144d]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-e1ec144d]{font-size:16px}table.Table-Symbol td ul[data-v-e1ec144d]{padding-left:20px}table.Table-Symbol[data-v-e1ec144d]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-e1ec144d]{color:#bc162c}.Symbol-Black[data-v-e1ec144d],.Symbol-Black-Table[data-v-e1ec144d]{font-family:upsys_commonregular}.Symbol-Green[data-v-e1ec144d]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-e1ec144d]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-e1ec144d]{width:auto!important}.video_container[data-v-e1ec144d]{margin-top:40px;float:right}.video[data-v-e1ec144d]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-e1ec144d]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-e1ec144d]{width:100%}.Table--3col[data-v-e1ec144d],.Basic-Table[data-v-e1ec144d],.Table--2col[data-v-e1ec144d],.Table-Landmark[data-v-e1ec144d],.Table--4col[data-v-e1ec144d],.Table-2row-merge[data-v-e1ec144d],.Table--troubleshooting[data-v-e1ec144d],.Table-specification[data-v-e1ec144d],.Table-service-center[data-v-e1ec144d],.Table-5col[data-v-e1ec144d],.responsive[data-v-e1ec144d],.Table--3col-Locations[data-v-e1ec144d]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-e1ec144d]:FIRST-CHILD,.Basic-Table tr[data-v-e1ec144d]:FIRST-CHILD,.Table--2col tr[data-v-e1ec144d]:FIRST-CHILD,.Table-Landmark tr[data-v-e1ec144d]:FIRST-CHILD,.Table--4col tr[data-v-e1ec144d]:FIRST-CHILD,.Table-2row-merge tr[data-v-e1ec144d]:FIRST-CHILD,.Table--troubleshooting tr[data-v-e1ec144d]:FIRST-CHILD,.Table-service-center tr[data-v-e1ec144d]:FIRST-CHILD,.responsive tr[data-v-e1ec144d]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-e1ec144d]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-e1ec144d],.Basic-Table td[data-v-e1ec144d],.Table--2col td[data-v-e1ec144d],.Table-Landmark td[data-v-e1ec144d],.Table--4col td[data-v-e1ec144d],.Table-2row-merge td[data-v-e1ec144d],.Table--troubleshooting td[data-v-e1ec144d],.Table-specification td[data-v-e1ec144d],.Table-service-center td[data-v-e1ec144d],.responsive td[data-v-e1ec144d]{padding:10px}.Table--troubleshooting td[data-v-e1ec144d]{border-right:none}.Table--troubleshooting[data-v-e1ec144d]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-e1ec144d],.Table-Landmark .Para-Pic-Center img[data-v-e1ec144d]{width:30px}.Table-5col[data-v-e1ec144d]{border:none}.Table-5col tr[data-v-e1ec144d]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-e1ec144d]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-e1ec144d]{width:15%}.Table--3col td.x3col-L[data-v-e1ec144d],.x3col-L td.x3col-M[data-v-e1ec144d]{width:10%}td.x3col-Mid-Text[data-v-e1ec144d]{text-align:center}td.x3col-R-Pic[data-v-e1ec144d]{text-align:right}.responsive td p[data-v-e1ec144d]{text-align:center}table.Table--3col-Locations[data-v-e1ec144d]{border-collapse:collapse}.Table--3col-Locations td[data-v-e1ec144d]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-e1ec144d]{padding:10px}.Para-Pic-Center img[data-v-e1ec144d]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-e1ec144d]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-e1ec144d]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-e1ec144d]{width:50%}.Table-specification .x3col-L-Grey[data-v-e1ec144d]{width:20%}.Table-specification .Spec-Mid-text[data-v-e1ec144d]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-e1ec144d]{width:50%}.Table--3col .x3col-L-Grey[data-v-e1ec144d]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-e1ec144d],.Table--4col .x3col-Mid-Grey[data-v-e1ec144d],.Table--4col .x3col-R-Grey[data-v-e1ec144d]{width:30%}.navi td.x3col-Mid-Grey[data-v-e1ec144d]{width:15%}.Table--3col .x3col-R-Grey[data-v-e1ec144d]{width:50%}.Table--2col .x3col-L-Grey[data-v-e1ec144d],.Table--2col td[data-v-e1ec144d]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-e1ec144d]{width:70%}.Table--2col-Disc[data-v-e1ec144d]{border-collapse:collapse}.Table--2col-Disc td[data-v-e1ec144d]{border:1px solid grey;padding:10px}.Table-PL td[data-v-e1ec144d]:FIRST-CHILD{width:25%}.resultcount p[data-v-e1ec144d]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-e1ec144d]{font-family:SK_namuhx-Bold}.noResult>span[data-v-e1ec144d]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-e1ec144d]{color:#f0dfdf;display:block}.result_list[data-v-e1ec144d]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-e1ec144d]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-e1ec144d]{font-family:SK_namuhx-Regular}.resulttext p[data-v-e1ec144d]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-e1ec144d]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-e1ec144d]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-e1ec144d],.Cross-Reference[data-v-e1ec144d]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-e1ec144d]:hover{text-decoration:underline}.fontChangeDiv[data-v-e1ec144d]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-e1ec144d]{top:55px}#backButton[data-v-e1ec144d]{background-size:16px}.chapterTitle[data-v-e1ec144d]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-e1ec144d],h2[data-v-e1ec144d]{font-size:1.3em}#contentAccordion[data-v-e1ec144d]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-e1ec144d]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-e1ec144d]{line-height:21px}.video[data-v-e1ec144d]{width:46%}}@media screen and (max-width: 640px){h2[data-v-e1ec144d]{margin-top:40px}.subHeader[data-v-e1ec144d]{top:40px}.fontChangeDiv[data-v-e1ec144d]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-e1ec144d]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-e1ec144d]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-e1ec144d]{margin-left:7.3%}table td[data-v-e1ec144d]{font-size:14px;padding:5px!important}table td p[data-v-e1ec144d],table td p.Para-Basic-B-Center[data-v-e1ec144d],table td p.Para-Basic-B[data-v-e1ec144d]{font-size:14px}table td p.Para-Small-L[data-v-e1ec144d]{font-size:12px;word-break:break-word}.Table--3col td[data-v-e1ec144d],.Basic-Table td[data-v-e1ec144d],.Table--2col td[data-v-e1ec144d],.Table-Landmark td[data-v-e1ec144d],.Table--4col td[data-v-e1ec144d],.Table-2row-merge td[data-v-e1ec144d],.Table--troubleshooting td[data-v-e1ec144d],.Table-specification td[data-v-e1ec144d],.Table-service-center td[data-v-e1ec144d]{border-right:none}.responsive[data-v-e1ec144d],.responsive tr[data-v-e1ec144d],.responsive tbody[data-v-e1ec144d]{width:100%}.Table--4col-responsive td[data-v-e1ec144d]{min-width:200px!important;height:auto}.responsive td p[data-v-e1ec144d]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-e1ec144d],.Table-Symbol td li[data-v-e1ec144d]{font-size:16px}p.Placeholder-sub[data-v-e1ec144d],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-e1ec144d],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-e1ec144d],.content .text>ol~.figure[data-v-e1ec144d],.content .text>ol+ul[data-v-e1ec144d],.Para-screen-sub-L[data-v-e1ec144d]{margin-left:0}.resultcount p[data-v-e1ec144d]{font-size:16px}.Table-specification td p[data-v-e1ec144d],.Table--3col-Locations td li[data-v-e1ec144d],p.Para-basic-L-Sub[data-v-e1ec144d],p.Para-basic-L-Sub-Auto[data-v-e1ec144d],p.Para-basic-L-center[data-v-e1ec144d],li.Para-basic-L-bullet[data-v-e1ec144d],p.Para-basic-L[data-v-e1ec144d],li.Para-basic-L-hyp-Sub[data-v-e1ec144d],li.Para-basic-L-hyp-2Sub[data-v-e1ec144d],li[class^=Para-Num][data-v-e1ec144d],p.Para-Box-Num[data-v-e1ec144d],p.Para-Basic-B-Sub[data-v-e1ec144d],td p.Para-basic-L[data-v-e1ec144d],td li.Para-basic-L-bullet[data-v-e1ec144d],p.Para-Basic-B[data-v-e1ec144d],p.Para-Circle-Num-Sub[data-v-e1ec144d],.Symbol-L p.Para-basic-L-Sub[data-v-e1ec144d],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-e1ec144d]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-e1ec144d],.Table--3col-Locations td li[data-v-e1ec144d],p.Para-Table-L-Sub[data-v-e1ec144d],p.Para-Table-L-Sub-Auto[data-v-e1ec144d],p.Para-Table-L-center[data-v-e1ec144d],p.Para-Table-L[data-v-e1ec144d],li.Para-Table-L-hyp-Sub[data-v-e1ec144d],li.Para-Table-L-hyp-2Sub[data-v-e1ec144d],p.Para-Table-B-Sub[data-v-e1ec144d],td p.Para-Table-L[data-v-e1ec144d],p.Para-Table-B[data-v-e1ec144d],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-e1ec144d]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-e1ec144d]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-e1ec144d],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-e1ec144d]{font-size:14px}.big .Table-specification td p[data-v-e1ec144d],.big .Table--3col-Locations td li[data-v-e1ec144d],.big p.Para-basic-L-Sub[data-v-e1ec144d],.big p.Para-basic-L-Sub-Auto[data-v-e1ec144d],.big p.Para-basic-L-center[data-v-e1ec144d],.big li.Para-basic-L-bullet[data-v-e1ec144d],.big p.Para-basic-L[data-v-e1ec144d],.big li.Para-basic-L-hyp-Sub[data-v-e1ec144d],.big li.Para-basic-L-hyp-2Sub[data-v-e1ec144d],.big li[class^=Para-Num][data-v-e1ec144d],.big p.Para-Box-Num[data-v-e1ec144d],.big p.Para-Basic-B-Sub[data-v-e1ec144d],.big td p.Para-basic-L[data-v-e1ec144d],.big td li.Para-basic-L-bullet[data-v-e1ec144d],.big p.Para-Basic-B[data-v-e1ec144d],.big p.Para-Circle-Num-Sub[data-v-e1ec144d]{font-size:16px}.big .Table-specification td p[data-v-e1ec144d],.big .Table--3col-Locations td li[data-v-e1ec144d],.big p.Para-Table-L-Sub[data-v-e1ec144d],.big p.Para-Table-L-Sub-Auto[data-v-e1ec144d],.big p.Para-Table-L-center[data-v-e1ec144d],.big p.Para-Table-L[data-v-e1ec144d],.big li.Para-Table-L-hyp-Sub[data-v-e1ec144d],.big li.Para-Table-L-hyp-2Sub[data-v-e1ec144d],.big li[class^=Para-Num][data-v-e1ec144d],.big p.Para-Box-Num[data-v-e1ec144d],.big p.Para-Table-B-Sub[data-v-e1ec144d],.big td p.Para-Table-L[data-v-e1ec144d],.big p.Para-Table-B[data-v-e1ec144d],.big p.Para-Circle-Num-Sub[data-v-e1ec144d],.big p.Para-Table-B-Center[data-v-e1ec144d],.big .Table--3col-ISO td p[data-v-e1ec144d]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-e1ec144d],p.Para-Table-B-Center[data-v-e1ec144d]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-e1ec144d],.big p.video_title[data-v-e1ec144d],.big .resultItem p[data-v-e1ec144d]{font-size:1.05em}h1[data-v-e1ec144d]{font-size:1.2em;margin-top:0}h2[data-v-e1ec144d]{font-size:1.1em}.Heading-3[data-v-e1ec144d]{font-size:1em}.content .text>ol li[data-v-e1ec144d]:BEFORE{font-size:26px}.video[data-v-e1ec144d]{width:95%}}p.Para-Table-L[data-v-e1ec144d]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-e1ec144d]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-e1ec144d]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-e1ec144d]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-e1ec144d]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-e1ec144d]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-e1ec144d]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-e1ec144d]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-e1ec144d]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-e1ec144d]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-e1ec144d]:before{content:"";display:block;height:15pt}.Bold[data-v-e1ec144d],span.Bold[data-v-e1ec144d]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-e1ec144d]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-e1ec144d]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-e1ec144d]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-e1ec144d]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-e1ec144d]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-e1ec144d]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-e1ec144d]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-e1ec144d]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-e1ec144d]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-e1ec144d]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-e1ec144d]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-e1ec144d],.Para-Table-L-Sub-Auto .icon-1[data-v-e1ec144d]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-e1ec144d]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-e1ec144d]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-e1ec144d]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-e1ec144d],.Table--2col td p.Para-basic-L[data-v-e1ec144d]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-e1ec144d]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-e1ec144d]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-e1ec144d]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-e1ec144d]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-e1ec144d]{margin-top:8pt!important}.table-responsive[data-v-e1ec144d]{width:100%;overflow-x:auto}.table-responsive table[data-v-e1ec144d]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-e1ec144d]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-e1ec144d]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-e1ec144d]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-e1ec144d]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-e1ec144d]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-e1ec144d]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-e1ec144d]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-e1ec144d]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-e1ec144d]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-e1ec144d]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-e1ec144d]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-e1ec144d]{font-size:12px}#table-15.responsive td[data-v-e1ec144d]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-e1ec144d]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-e1ec144d]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-e1ec144d]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-e1ec144d]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-e1ec144d],.Table--4col-Error th[data-v-e1ec144d]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-e1ec144d],.Table--4col-Error tr:first-child th[data-v-e1ec144d]{border-top:none}.Table--4col-Error tr:last-child td[data-v-e1ec144d]{border-bottom:none}.Table--4col-Error thead td[data-v-e1ec144d]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-e1ec144d]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-e1ec144d]:nth-child(1),.Table--4col-Error thead td[data-v-e1ec144d]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-e1ec144d]:nth-child(2),.Table--4col-Error thead td[data-v-e1ec144d]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-e1ec144d]:nth-child(3),.Table--4col-Error thead td[data-v-e1ec144d]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-e1ec144d]:nth-child(4),.Table--4col-Error thead td[data-v-e1ec144d]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-e1ec144d]:nth-child(1),.Table--4col-Error tbody td[data-v-e1ec144d]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-e1ec144d]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-e1ec144d]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-e1ec144d]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-e1ec144d]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-e1ec144d]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-e1ec144d]{font-size:14px!important}.Table--4col-Error tbody td[data-v-e1ec144d]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-e1ec144d],.Table--4col-Error p.Para-Table-B[data-v-e1ec144d],.Table--4col-Error p.Para-Table-L-Center[data-v-e1ec144d]{font-size:12px!important}.Table--4col-Error tbody td[data-v-e1ec144d]:nth-child(1),.Table--4col-Error thead td[data-v-e1ec144d]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-e1ec144d]:nth-child(2),.Table--4col-Error thead td[data-v-e1ec144d]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-e1ec144d]:nth-child(3),.Table--4col-Error thead td[data-v-e1ec144d]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-e1ec144d]:nth-child(4),.Table--4col-Error thead td[data-v-e1ec144d]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-e1ec144d]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-e1ec144d]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-e1ec144d]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-e1ec144d]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-e1ec144d]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-e1ec144d]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-e1ec144d]{line-height:1.25;font-weight:500}.Bold-color[data-v-e1ec144d]{font-weight:700}.char-style-override-4[data-v-e1ec144d]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-e1ec144d]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-e1ec144d]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-e1ec144d]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-e1ec144d]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-e1ec144d]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-e1ec144d]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-e1ec144d]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-e1ec144d]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-e1ec144d]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-e1ec144d]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-e1ec144d]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-e1ec144d]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-e1ec144d]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-e1ec144d]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-e1ec144d]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-e1ec144d],tr:last-child td.cell-style-override-7[data-v-e1ec144d]{border-bottom:0}table#table-16[data-v-e1ec144d]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-e1ec144d],.Table--2col-Air-Sensor[data-v-e1ec144d],.Table--2col-Voice[data-v-e1ec144d],.Table--2col-Filter[data-v-e1ec144d],.Table--troubleshooting[data-v-e1ec144d],.Table--4col-Error[data-v-e1ec144d],.Table--Specifications[data-v-e1ec144d]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-e1ec144d]:last-child,.Table--2col-Voice tr td[data-v-e1ec144d]:last-child{width:70%}.Table--2col-Voice tr td[data-v-e1ec144d]:first-child{width:30%}.Para-Table-L-Center[data-v-e1ec144d]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-e1ec144d]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-e1ec144d]{display:block!important}.Table--2col-Information td[data-v-e1ec144d]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-e1ec144d]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-e1ec144d]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-e1ec144d]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-e1ec144d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-e1ec144d],.Table--4col-responsive table td[data-v-e1ec144d]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-e1ec144d],.Table--2col-Information th[data-v-e1ec144d]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-e1ec144d]:nth-child(1),.Table--2col-Information th[data-v-e1ec144d]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-e1ec144d]:nth-child(2),.Table--2col-Information th[data-v-e1ec144d]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-e1ec144d],.Table--2col-Information th[data-v-e1ec144d]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-e1ec144d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-e1ec144d],.Table--2col-Voice th[data-v-e1ec144d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-e1ec144d]:nth-child(1),.Table--2col-Voice th[data-v-e1ec144d]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-e1ec144d]:nth-child(2),.Table--2col-Voice th[data-v-e1ec144d]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-e1ec144d]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-e1ec144d],.Table--2col-Voice tr:last-child td[data-v-e1ec144d]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-e1ec144d],.Table--2col-Voice thead th[data-v-e1ec144d]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-e1ec144d]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-e1ec144d]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-e1ec144d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-e1ec144d],.Table--2col-Information th[data-v-e1ec144d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-e1ec144d]:nth-child(1),.Table--2col-Information th[data-v-e1ec144d]:nth-child(1){width:30%}.Table--2col-Information td[data-v-e1ec144d]:nth-child(2),.Table--2col-Information th[data-v-e1ec144d]:nth-child(2){width:70%}.Table--2col-Information td[data-v-e1ec144d]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-e1ec144d]{border-bottom:none}.Table--2col-Air-Sensor[data-v-e1ec144d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-e1ec144d],.Table--2col-Air-Sensor th[data-v-e1ec144d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-e1ec144d]:nth-child(1),.Table--2col-Air-Sensor th[data-v-e1ec144d]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-e1ec144d]:nth-child(2),.Table--2col-Air-Sensor th[data-v-e1ec144d]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-e1ec144d]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-e1ec144d]{border-bottom:none}.Table--2col-Filter[data-v-e1ec144d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-e1ec144d],.Table--2col-Filter th[data-v-e1ec144d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-e1ec144d]:nth-child(1),.Table--2col-Filter th[data-v-e1ec144d]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-e1ec144d]:nth-child(2),.Table--2col-Filter th[data-v-e1ec144d]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-e1ec144d]:nth-child(3),.Table--2col-Filter th[data-v-e1ec144d]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-e1ec144d]:nth-child(4),.Table--2col-Filter th[data-v-e1ec144d]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-e1ec144d]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-e1ec144d],.Table--2col-Filter tr:last-child td[data-v-e1ec144d]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-e1ec144d],.Table--2col-Filter thead th[data-v-e1ec144d]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-e1ec144d]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-e1ec144d]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-e1ec144d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-e1ec144d],.Table--Specifications th[data-v-e1ec144d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-e1ec144d]:first-child,.Table--Specifications th[data-v-e1ec144d]:first-child{width:16%}.Table--Specifications td[data-v-e1ec144d]:nth-child(2),.Table--Specifications th[data-v-e1ec144d]:nth-child(2){width:42%}.Table--Specifications td[data-v-e1ec144d]:nth-child(3),.Table--Specifications th[data-v-e1ec144d]:nth-child(3){width:42%}.Table--Specifications td[data-v-e1ec144d]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-e1ec144d],.Table--Specifications tr:last-child td[data-v-e1ec144d]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-e1ec144d],.Table--Specifications thead th[data-v-e1ec144d]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-e1ec144d]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-e1ec144d]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-e1ec144d],td.cell-style-override-20[data-v-e1ec144d]{padding:10px}td.x3col-Mid-text[data-v-e1ec144d],td.cell-style-override-22[data-v-e1ec144d],td.cell-style-override-20[data-v-e1ec144d]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-e1ec144d]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-e1ec144d]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-e1ec144d]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-e1ec144d]{margin-top:-350px}}#content-div[data-v-e1ec144d]{min-height:87vh;background-color:#fff}.data-row[data-v-e1ec144d]{color:#000}@media screen and (max-width: 600px){#content-div[data-v-e1ec144d]{min-height:100vh}}body[data-v-81d2803a]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-81d2803a]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-81d2803a]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-81d2803a]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-81d2803a]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-81d2803a]{width:83%!important}.content #naviText span[data-v-81d2803a]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-81d2803a]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-81d2803a]{width:100%!important}.content #mainCar[data-v-81d2803a]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-81d2803a]{width:100%}#mainCarPhone[data-v-81d2803a]{display:none}.content #buttonMenu_v2[data-v-81d2803a]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-81d2803a]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-81d2803a]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-81d2803a]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-81d2803a]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-81d2803a]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-81d2803a]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-81d2803a]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-81d2803a]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-81d2803a]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-81d2803a]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-81d2803a]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-81d2803a]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-81d2803a]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-81d2803a]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-81d2803a]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-81d2803a]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-81d2803a]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-81d2803a]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-81d2803a]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-81d2803a]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-81d2803a]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-81d2803a]{bottom:11%;width:30%}.content #naviText span[data-v-81d2803a]{font-size:17px}.content #naviText img[data-v-81d2803a]{width:80%!important}.content #carName[data-v-81d2803a]{right:0%;bottom:12%}.content #carName img[data-v-81d2803a]{width:40%!important}.content #buttonMenu_v2>a[data-v-81d2803a]{width:33%}.content #buttonMenu>a[data-v-81d2803a]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-81d2803a]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-81d2803a]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-81d2803a]{display:block}#mainCarPc[data-v-81d2803a]{display:none}.content #buttonMenu_v2[data-v-81d2803a],.content #buttonMenu[data-v-81d2803a]{width:92%}}@media screen and (max-width: 480px){.content[data-v-81d2803a]{padding-top:0}.content #naviText[data-v-81d2803a]{bottom:14%;width:45%}.content #naviText span[data-v-81d2803a]{font-size:11px}.content #naviText img[data-v-81d2803a]{width:88%!important}.content #carName[data-v-81d2803a]{right:5%;bottom:15%}.content #carName img[data-v-81d2803a]{width:120px!important}.content #buttonMenu_v2[data-v-81d2803a]{position:relative}.content #buttonMenu_v2>a>div[data-v-81d2803a]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-81d2803a]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-81d2803a]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-81d2803a]{position:relative}.content #buttonMenu>a>div[data-v-81d2803a]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-81d2803a]{height:120px}.content #buttonMenu>a>div>span[data-v-81d2803a]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-81d2803a]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-81d2803a]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-81d2803a]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-81d2803a]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-81d2803a]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-81d2803a]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-81d2803a]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-81d2803a]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-81d2803a]{margin:0;padding:0}html[data-v-81d2803a]{background-color:#000;width:100%}.keyword[data-v-81d2803a],.highlight[data-v-81d2803a]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-81d2803a]{font-family:upsys_commonregular}.header_main[data-v-81d2803a]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-81d2803a]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-81d2803a]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-81d2803a]>*{float:left}#headerLogo[data-v-81d2803a]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-81d2803a]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-81d2803a]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-81d2803a]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-81d2803a]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-81d2803a]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-81d2803a]{font-size:13px}.languageDiv .active[data-v-81d2803a]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-81d2803a]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-81d2803a]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-81d2803a]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-81d2803a],#languageSelect li[data-v-81d2803a]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-81d2803a],#languageSelect li:hover a[data-v-81d2803a]{color:#000}.footer-manual[data-v-81d2803a]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-81d2803a]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-81d2803a]{line-height:60px}#footerLogo[data-v-81d2803a]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-81d2803a]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-81d2803a]{display:inline-block;width:100%}#copyrightPcSpan[data-v-81d2803a]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-81d2803a]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-81d2803a]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-81d2803a]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-81d2803a]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-81d2803a]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-81d2803a]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-81d2803a]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-81d2803a]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-81d2803a]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-81d2803a]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-81d2803a]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-81d2803a]:focus{outline:none}#searchButton[data-v-81d2803a]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-81d2803a]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-81d2803a]{width:80%}table td.right[data-v-81d2803a]{width:10%;text-align:center}.result[data-v-81d2803a],.resultcount[data-v-81d2803a],.noResult[data-v-81d2803a]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-81d2803a]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-81d2803a]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-81d2803a]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-81d2803a]{color:#e49f81}.cover[data-v-81d2803a]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-81d2803a]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-81d2803a]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-81d2803a]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-81d2803a]{font-size:12px}.languageDivPhone .active[data-v-81d2803a]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-81d2803a]{bottom:30px;left:1px}.fontChangeButton[data-v-81d2803a]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-81d2803a]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-81d2803a]{left:0}.languageDiv div[data-v-81d2803a]{width:120%;left:-45px;top:5px}#languageSelect[data-v-81d2803a]{margin-left:-40px}#banner_img>a[data-v-81d2803a]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-81d2803a]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-81d2803a]{z-index:12}.header_main[data-v-81d2803a]{height:40px;padding-top:0}.header[data-v-81d2803a]{z-index:12}.header[data-v-81d2803a]{height:40px;padding-top:0}#title[data-v-81d2803a]{font-size:16px;width:49%}#headerLogo[data-v-81d2803a]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-81d2803a]{width:20%}.languageDiv div[data-v-81d2803a]{width:90%;left:-15px;top:5px}#languageSelect[data-v-81d2803a]{margin-left:-10px}.languageDiv ul[data-v-81d2803a]{font-size:12px}#menu[data-v-81d2803a]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-81d2803a]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-81d2803a]{width:80%}#rightHeader[data-v-81d2803a]{height:40px}#rightHeader>div[data-v-81d2803a]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-81d2803a]{position:absolute;right:38px;top:0}.searchDiv[data-v-81d2803a]{width:90%}#toc[data-v-81d2803a]{width:100%}.copyright[data-v-81d2803a]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-81d2803a]{display:none}#copyrightPhone[data-v-81d2803a]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-81d2803a]{width:15%!important}#prevBtn[data-v-81d2803a],#nextBtn[data-v-81d2803a]{width:32px;height:32px;background-size:100%}#searchButton[data-v-81d2803a]{margin-left:-1px}table td.left[data-v-81d2803a]{text-align:right}table td.center[data-v-81d2803a]{width:50%}table td.right[data-v-81d2803a]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-81d2803a]{left:0}.languageDiv div[data-v-81d2803a]{width:100%;left:-5px;top:5px}#languageSelect[data-v-81d2803a]{margin-left:20px}.languageDiv ul[data-v-81d2803a]{font-size:10px}.noResult>span[data-v-81d2803a]{width:200px!important;font-size:14px}#title[data-v-81d2803a]{font-size:13px;width:40%}#menu[data-v-81d2803a]{position:absolute}#banner_img>a[data-v-81d2803a]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-81d2803a]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-81d2803a]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-81d2803a]{font-size:14px}}body[data-v-81d2803a]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-81d2803a]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-81d2803a]{margin:auto;max-width:1120px}.subHeaderInner[data-v-81d2803a]>*{float:left}.content p[data-v-81d2803a],.content li[data-v-81d2803a]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-81d2803a]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-81d2803a]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-81d2803a]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-81d2803a]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-81d2803a]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-81d2803a]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-81d2803a]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-81d2803a]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-81d2803a]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-81d2803a]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-81d2803a]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-81d2803a],p.Para-Basic-B-Sub[data-v-81d2803a]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-81d2803a]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-81d2803a]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-81d2803a]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-81d2803a]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-81d2803a]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-81d2803a],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-81d2803a],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-81d2803a]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-81d2803a],p+ul li.Para-Basic-B-Sub[data-v-81d2803a]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-81d2803a],ul~p.Para-basic-L-bullet-Sub[data-v-81d2803a],ul~p.Para-Basic-B-Sub[data-v-81d2803a]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-81d2803a],ol~p.Para-basic-L-bullet-Sub[data-v-81d2803a],ol~p.Para-Basic-B-Sub[data-v-81d2803a]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-81d2803a],ol+*+p.Para-basic-L-bullet-Sub[data-v-81d2803a],ol+*+p.Para-Basic-B-Sub[data-v-81d2803a]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-81d2803a],a .Para-Basic-B-Sub[data-v-81d2803a]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-81d2803a]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-81d2803a]{margin-left:45px}.content p[data-v-81d2803a],li[data-v-81d2803a]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-81d2803a],p.Para-Basic-B[data-v-81d2803a],p.Para-Basic-B-Center[data-v-81d2803a]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-81d2803a]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-81d2803a],p.Para-Basic-B-Center[data-v-81d2803a]{text-align:center}p.Para-Table-L-center[data-v-81d2803a],p.Para-Table-B-Center[data-v-81d2803a]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-81d2803a],table p.Para-Basic-B[data-v-81d2803a],table p.Para-Basic-B-Center[data-v-81d2803a]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-81d2803a]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-81d2803a]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-81d2803a]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-81d2803a]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-81d2803a]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-81d2803a],.content .text>ul[data-v-81d2803a],.content .text table ol[data-v-81d2803a],.content .text table ul[data-v-81d2803a]{padding-left:20px}.content .text>ol[data-v-81d2803a]{padding-left:0}p.Para-Illust-L[data-v-81d2803a]{text-align:center}p.Para-Illust-L img[data-v-81d2803a]{display:inline-block}p.Placeholder-sub[data-v-81d2803a],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-81d2803a],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-81d2803a],.content .text>ol~.figure[data-v-81d2803a],p.Placeholder-sub-S[data-v-81d2803a],.Para-screen-sub-S[data-v-81d2803a],.Para-screen-sub-M[data-v-81d2803a],.Para-screen-sub-L[data-v-81d2803a]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-81d2803a],p.Placeholder-sub-M img[data-v-81d2803a],p.Placeholder-sub img[data-v-81d2803a]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-81d2803a]{margin-left:45px}.Table-pic-Left-sub img[data-v-81d2803a]{margin-top:5px;margin-bottom:10px}div.figure[data-v-81d2803a]{display:inline-block}p.Para-img-description[data-v-81d2803a]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-81d2803a]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-81d2803a]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-81d2803a]{margin-bottom:25px}.text img[data-v-81d2803a]{max-width:100%;display:block}.Table-Pic-center[data-v-81d2803a]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-81d2803a]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-81d2803a]{margin:0}p.Para-Box-Num[data-v-81d2803a]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-81d2803a]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-81d2803a]:AFTER{content:". "}span.inline-img img[data-v-81d2803a]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-81d2803a]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-81d2803a]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-81d2803a]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-81d2803a]{margin-left:6.5%;display:block!important}.discUl li[data-v-81d2803a]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-81d2803a],.Symbol-R[data-v-81d2803a],.Note-R-Pic[data-v-81d2803a]{display:block;width:100%}.Symbol-L[data-v-81d2803a]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-81d2803a]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-81d2803a],.Symbol-R li[data-v-81d2803a],.Symbol-R p[data-v-81d2803a]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-81d2803a]{font-size:16px}table.Table-Symbol td ul[data-v-81d2803a]{padding-left:20px}table.Table-Symbol[data-v-81d2803a]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-81d2803a]{color:#bc162c}.Symbol-Black[data-v-81d2803a],.Symbol-Black-Table[data-v-81d2803a]{font-family:upsys_commonregular}.Symbol-Green[data-v-81d2803a]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-81d2803a]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-81d2803a]{width:auto!important}.video_container[data-v-81d2803a]{margin-top:40px;float:right}.video[data-v-81d2803a]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-81d2803a]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-81d2803a]{width:100%}.Table--3col[data-v-81d2803a],.Basic-Table[data-v-81d2803a],.Table--2col[data-v-81d2803a],.Table-Landmark[data-v-81d2803a],.Table--4col[data-v-81d2803a],.Table-2row-merge[data-v-81d2803a],.Table--troubleshooting[data-v-81d2803a],.Table-specification[data-v-81d2803a],.Table-service-center[data-v-81d2803a],.Table-5col[data-v-81d2803a],.responsive[data-v-81d2803a],.Table--3col-Locations[data-v-81d2803a]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-81d2803a]:FIRST-CHILD,.Basic-Table tr[data-v-81d2803a]:FIRST-CHILD,.Table--2col tr[data-v-81d2803a]:FIRST-CHILD,.Table-Landmark tr[data-v-81d2803a]:FIRST-CHILD,.Table--4col tr[data-v-81d2803a]:FIRST-CHILD,.Table-2row-merge tr[data-v-81d2803a]:FIRST-CHILD,.Table--troubleshooting tr[data-v-81d2803a]:FIRST-CHILD,.Table-service-center tr[data-v-81d2803a]:FIRST-CHILD,.responsive tr[data-v-81d2803a]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-81d2803a]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-81d2803a],.Basic-Table td[data-v-81d2803a],.Table--2col td[data-v-81d2803a],.Table-Landmark td[data-v-81d2803a],.Table--4col td[data-v-81d2803a],.Table-2row-merge td[data-v-81d2803a],.Table--troubleshooting td[data-v-81d2803a],.Table-specification td[data-v-81d2803a],.Table-service-center td[data-v-81d2803a],.responsive td[data-v-81d2803a]{padding:10px}.Table--troubleshooting td[data-v-81d2803a]{border-right:none}.Table--troubleshooting[data-v-81d2803a]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-81d2803a],.Table-Landmark .Para-Pic-Center img[data-v-81d2803a]{width:30px}.Table-5col[data-v-81d2803a]{border:none}.Table-5col tr[data-v-81d2803a]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-81d2803a]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-81d2803a]{width:15%}.Table--3col td.x3col-L[data-v-81d2803a],.x3col-L td.x3col-M[data-v-81d2803a]{width:10%}td.x3col-Mid-Text[data-v-81d2803a]{text-align:center}td.x3col-R-Pic[data-v-81d2803a]{text-align:right}.responsive td p[data-v-81d2803a]{text-align:center}table.Table--3col-Locations[data-v-81d2803a]{border-collapse:collapse}.Table--3col-Locations td[data-v-81d2803a]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-81d2803a]{padding:10px}.Para-Pic-Center img[data-v-81d2803a]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-81d2803a]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-81d2803a]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-81d2803a]{width:50%}.Table-specification .x3col-L-Grey[data-v-81d2803a]{width:20%}.Table-specification .Spec-Mid-text[data-v-81d2803a]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-81d2803a]{width:50%}.Table--3col .x3col-L-Grey[data-v-81d2803a]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-81d2803a],.Table--4col .x3col-Mid-Grey[data-v-81d2803a],.Table--4col .x3col-R-Grey[data-v-81d2803a]{width:30%}.navi td.x3col-Mid-Grey[data-v-81d2803a]{width:15%}.Table--3col .x3col-R-Grey[data-v-81d2803a]{width:50%}.Table--2col .x3col-L-Grey[data-v-81d2803a],.Table--2col td[data-v-81d2803a]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-81d2803a]{width:70%}.Table--2col-Disc[data-v-81d2803a]{border-collapse:collapse}.Table--2col-Disc td[data-v-81d2803a]{border:1px solid grey;padding:10px}.Table-PL td[data-v-81d2803a]:FIRST-CHILD{width:25%}.resultcount p[data-v-81d2803a]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-81d2803a]{font-family:SK_namuhx-Bold}.noResult>span[data-v-81d2803a]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-81d2803a]{color:#f0dfdf;display:block}.result_list[data-v-81d2803a]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-81d2803a]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-81d2803a]{font-family:SK_namuhx-Regular}.resulttext p[data-v-81d2803a]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-81d2803a]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-81d2803a]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-81d2803a],.Cross-Reference[data-v-81d2803a]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-81d2803a]:hover{text-decoration:underline}.fontChangeDiv[data-v-81d2803a]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-81d2803a]{top:55px}#backButton[data-v-81d2803a]{background-size:16px}.chapterTitle[data-v-81d2803a]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-81d2803a],h2[data-v-81d2803a]{font-size:1.3em}#contentAccordion[data-v-81d2803a]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-81d2803a]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-81d2803a]{line-height:21px}.video[data-v-81d2803a]{width:46%}}@media screen and (max-width: 640px){h2[data-v-81d2803a]{margin-top:40px}.subHeader[data-v-81d2803a]{top:40px}.fontChangeDiv[data-v-81d2803a]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-81d2803a]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-81d2803a]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-81d2803a]{margin-left:7.3%}table td[data-v-81d2803a]{font-size:14px;padding:5px!important}table td p[data-v-81d2803a],table td p.Para-Basic-B-Center[data-v-81d2803a],table td p.Para-Basic-B[data-v-81d2803a]{font-size:14px}table td p.Para-Small-L[data-v-81d2803a]{font-size:12px;word-break:break-word}.Table--3col td[data-v-81d2803a],.Basic-Table td[data-v-81d2803a],.Table--2col td[data-v-81d2803a],.Table-Landmark td[data-v-81d2803a],.Table--4col td[data-v-81d2803a],.Table-2row-merge td[data-v-81d2803a],.Table--troubleshooting td[data-v-81d2803a],.Table-specification td[data-v-81d2803a],.Table-service-center td[data-v-81d2803a]{border-right:none}.responsive[data-v-81d2803a],.responsive tr[data-v-81d2803a],.responsive tbody[data-v-81d2803a]{width:100%}.Table--4col-responsive td[data-v-81d2803a]{min-width:200px!important;height:auto}.responsive td p[data-v-81d2803a]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-81d2803a],.Table-Symbol td li[data-v-81d2803a]{font-size:16px}p.Placeholder-sub[data-v-81d2803a],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-81d2803a],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-81d2803a],.content .text>ol~.figure[data-v-81d2803a],.content .text>ol+ul[data-v-81d2803a],.Para-screen-sub-L[data-v-81d2803a]{margin-left:0}.resultcount p[data-v-81d2803a]{font-size:16px}.Table-specification td p[data-v-81d2803a],.Table--3col-Locations td li[data-v-81d2803a],p.Para-basic-L-Sub[data-v-81d2803a],p.Para-basic-L-Sub-Auto[data-v-81d2803a],p.Para-basic-L-center[data-v-81d2803a],li.Para-basic-L-bullet[data-v-81d2803a],p.Para-basic-L[data-v-81d2803a],li.Para-basic-L-hyp-Sub[data-v-81d2803a],li.Para-basic-L-hyp-2Sub[data-v-81d2803a],li[class^=Para-Num][data-v-81d2803a],p.Para-Box-Num[data-v-81d2803a],p.Para-Basic-B-Sub[data-v-81d2803a],td p.Para-basic-L[data-v-81d2803a],td li.Para-basic-L-bullet[data-v-81d2803a],p.Para-Basic-B[data-v-81d2803a],p.Para-Circle-Num-Sub[data-v-81d2803a],.Symbol-L p.Para-basic-L-Sub[data-v-81d2803a],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-81d2803a]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-81d2803a],.Table--3col-Locations td li[data-v-81d2803a],p.Para-Table-L-Sub[data-v-81d2803a],p.Para-Table-L-Sub-Auto[data-v-81d2803a],p.Para-Table-L-center[data-v-81d2803a],p.Para-Table-L[data-v-81d2803a],li.Para-Table-L-hyp-Sub[data-v-81d2803a],li.Para-Table-L-hyp-2Sub[data-v-81d2803a],p.Para-Table-B-Sub[data-v-81d2803a],td p.Para-Table-L[data-v-81d2803a],p.Para-Table-B[data-v-81d2803a],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-81d2803a]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-81d2803a]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-81d2803a],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-81d2803a]{font-size:14px}.big .Table-specification td p[data-v-81d2803a],.big .Table--3col-Locations td li[data-v-81d2803a],.big p.Para-basic-L-Sub[data-v-81d2803a],.big p.Para-basic-L-Sub-Auto[data-v-81d2803a],.big p.Para-basic-L-center[data-v-81d2803a],.big li.Para-basic-L-bullet[data-v-81d2803a],.big p.Para-basic-L[data-v-81d2803a],.big li.Para-basic-L-hyp-Sub[data-v-81d2803a],.big li.Para-basic-L-hyp-2Sub[data-v-81d2803a],.big li[class^=Para-Num][data-v-81d2803a],.big p.Para-Box-Num[data-v-81d2803a],.big p.Para-Basic-B-Sub[data-v-81d2803a],.big td p.Para-basic-L[data-v-81d2803a],.big td li.Para-basic-L-bullet[data-v-81d2803a],.big p.Para-Basic-B[data-v-81d2803a],.big p.Para-Circle-Num-Sub[data-v-81d2803a]{font-size:16px}.big .Table-specification td p[data-v-81d2803a],.big .Table--3col-Locations td li[data-v-81d2803a],.big p.Para-Table-L-Sub[data-v-81d2803a],.big p.Para-Table-L-Sub-Auto[data-v-81d2803a],.big p.Para-Table-L-center[data-v-81d2803a],.big p.Para-Table-L[data-v-81d2803a],.big li.Para-Table-L-hyp-Sub[data-v-81d2803a],.big li.Para-Table-L-hyp-2Sub[data-v-81d2803a],.big li[class^=Para-Num][data-v-81d2803a],.big p.Para-Box-Num[data-v-81d2803a],.big p.Para-Table-B-Sub[data-v-81d2803a],.big td p.Para-Table-L[data-v-81d2803a],.big p.Para-Table-B[data-v-81d2803a],.big p.Para-Circle-Num-Sub[data-v-81d2803a],.big p.Para-Table-B-Center[data-v-81d2803a],.big .Table--3col-ISO td p[data-v-81d2803a]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-81d2803a],p.Para-Table-B-Center[data-v-81d2803a]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-81d2803a],.big p.video_title[data-v-81d2803a],.big .resultItem p[data-v-81d2803a]{font-size:1.05em}h1[data-v-81d2803a]{font-size:1.2em;margin-top:0}h2[data-v-81d2803a]{font-size:1.1em}.Heading-3[data-v-81d2803a]{font-size:1em}.content .text>ol li[data-v-81d2803a]:BEFORE{font-size:26px}.video[data-v-81d2803a]{width:95%}}p.Para-Table-L[data-v-81d2803a]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-81d2803a]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-81d2803a]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-81d2803a]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-81d2803a]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-81d2803a]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-81d2803a]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-81d2803a]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-81d2803a]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-81d2803a]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-81d2803a]:before{content:"";display:block;height:15pt}.Bold[data-v-81d2803a],span.Bold[data-v-81d2803a]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-81d2803a]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-81d2803a]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-81d2803a]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-81d2803a]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-81d2803a]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-81d2803a]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-81d2803a]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-81d2803a]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-81d2803a]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-81d2803a]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-81d2803a]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-81d2803a],.Para-Table-L-Sub-Auto .icon-1[data-v-81d2803a]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-81d2803a]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-81d2803a]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-81d2803a]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-81d2803a],.Table--2col td p.Para-basic-L[data-v-81d2803a]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-81d2803a]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-81d2803a]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-81d2803a]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-81d2803a]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-81d2803a]{margin-top:8pt!important}.table-responsive[data-v-81d2803a]{width:100%;overflow-x:auto}.table-responsive table[data-v-81d2803a]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-81d2803a]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-81d2803a]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-81d2803a]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-81d2803a]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-81d2803a]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-81d2803a]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-81d2803a]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-81d2803a]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-81d2803a]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-81d2803a]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-81d2803a]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-81d2803a]{font-size:12px}#table-15.responsive td[data-v-81d2803a]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-81d2803a]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-81d2803a]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-81d2803a]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-81d2803a]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-81d2803a],.Table--4col-Error th[data-v-81d2803a]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-81d2803a],.Table--4col-Error tr:first-child th[data-v-81d2803a]{border-top:none}.Table--4col-Error tr:last-child td[data-v-81d2803a]{border-bottom:none}.Table--4col-Error thead td[data-v-81d2803a]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-81d2803a]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-81d2803a]:nth-child(1),.Table--4col-Error thead td[data-v-81d2803a]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-81d2803a]:nth-child(2),.Table--4col-Error thead td[data-v-81d2803a]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-81d2803a]:nth-child(3),.Table--4col-Error thead td[data-v-81d2803a]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-81d2803a]:nth-child(4),.Table--4col-Error thead td[data-v-81d2803a]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-81d2803a]:nth-child(1),.Table--4col-Error tbody td[data-v-81d2803a]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-81d2803a]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-81d2803a]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-81d2803a]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-81d2803a]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-81d2803a]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-81d2803a]{font-size:14px!important}.Table--4col-Error tbody td[data-v-81d2803a]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-81d2803a],.Table--4col-Error p.Para-Table-B[data-v-81d2803a],.Table--4col-Error p.Para-Table-L-Center[data-v-81d2803a]{font-size:12px!important}.Table--4col-Error tbody td[data-v-81d2803a]:nth-child(1),.Table--4col-Error thead td[data-v-81d2803a]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-81d2803a]:nth-child(2),.Table--4col-Error thead td[data-v-81d2803a]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-81d2803a]:nth-child(3),.Table--4col-Error thead td[data-v-81d2803a]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-81d2803a]:nth-child(4),.Table--4col-Error thead td[data-v-81d2803a]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-81d2803a]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-81d2803a]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-81d2803a]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-81d2803a]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-81d2803a]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-81d2803a]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-81d2803a]{line-height:1.25;font-weight:500}.Bold-color[data-v-81d2803a]{font-weight:700}.char-style-override-4[data-v-81d2803a]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-81d2803a]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-81d2803a]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-81d2803a]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-81d2803a]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-81d2803a]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-81d2803a]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-81d2803a]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-81d2803a]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-81d2803a]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-81d2803a]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-81d2803a]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-81d2803a]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-81d2803a]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-81d2803a]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-81d2803a]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-81d2803a],tr:last-child td.cell-style-override-7[data-v-81d2803a]{border-bottom:0}table#table-16[data-v-81d2803a]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-81d2803a],.Table--2col-Air-Sensor[data-v-81d2803a],.Table--2col-Voice[data-v-81d2803a],.Table--2col-Filter[data-v-81d2803a],.Table--troubleshooting[data-v-81d2803a],.Table--4col-Error[data-v-81d2803a],.Table--Specifications[data-v-81d2803a]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-81d2803a]:last-child,.Table--2col-Voice tr td[data-v-81d2803a]:last-child{width:70%}.Table--2col-Voice tr td[data-v-81d2803a]:first-child{width:30%}.Para-Table-L-Center[data-v-81d2803a]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-81d2803a]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-81d2803a]{display:block!important}.Table--2col-Information td[data-v-81d2803a]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-81d2803a]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-81d2803a]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-81d2803a]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-81d2803a]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-81d2803a],.Table--4col-responsive table td[data-v-81d2803a]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-81d2803a],.Table--2col-Information th[data-v-81d2803a]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-81d2803a]:nth-child(1),.Table--2col-Information th[data-v-81d2803a]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-81d2803a]:nth-child(2),.Table--2col-Information th[data-v-81d2803a]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-81d2803a],.Table--2col-Information th[data-v-81d2803a]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-81d2803a]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-81d2803a],.Table--2col-Voice th[data-v-81d2803a]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-81d2803a]:nth-child(1),.Table--2col-Voice th[data-v-81d2803a]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-81d2803a]:nth-child(2),.Table--2col-Voice th[data-v-81d2803a]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-81d2803a]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-81d2803a],.Table--2col-Voice tr:last-child td[data-v-81d2803a]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-81d2803a],.Table--2col-Voice thead th[data-v-81d2803a]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-81d2803a]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-81d2803a]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-81d2803a]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-81d2803a],.Table--2col-Information th[data-v-81d2803a]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-81d2803a]:nth-child(1),.Table--2col-Information th[data-v-81d2803a]:nth-child(1){width:30%}.Table--2col-Information td[data-v-81d2803a]:nth-child(2),.Table--2col-Information th[data-v-81d2803a]:nth-child(2){width:70%}.Table--2col-Information td[data-v-81d2803a]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-81d2803a]{border-bottom:none}.Table--2col-Air-Sensor[data-v-81d2803a]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-81d2803a],.Table--2col-Air-Sensor th[data-v-81d2803a]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-81d2803a]:nth-child(1),.Table--2col-Air-Sensor th[data-v-81d2803a]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-81d2803a]:nth-child(2),.Table--2col-Air-Sensor th[data-v-81d2803a]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-81d2803a]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-81d2803a]{border-bottom:none}.Table--2col-Filter[data-v-81d2803a]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-81d2803a],.Table--2col-Filter th[data-v-81d2803a]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-81d2803a]:nth-child(1),.Table--2col-Filter th[data-v-81d2803a]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-81d2803a]:nth-child(2),.Table--2col-Filter th[data-v-81d2803a]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-81d2803a]:nth-child(3),.Table--2col-Filter th[data-v-81d2803a]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-81d2803a]:nth-child(4),.Table--2col-Filter th[data-v-81d2803a]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-81d2803a]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-81d2803a],.Table--2col-Filter tr:last-child td[data-v-81d2803a]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-81d2803a],.Table--2col-Filter thead th[data-v-81d2803a]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-81d2803a]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-81d2803a]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-81d2803a]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-81d2803a],.Table--Specifications th[data-v-81d2803a]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-81d2803a]:first-child,.Table--Specifications th[data-v-81d2803a]:first-child{width:16%}.Table--Specifications td[data-v-81d2803a]:nth-child(2),.Table--Specifications th[data-v-81d2803a]:nth-child(2){width:42%}.Table--Specifications td[data-v-81d2803a]:nth-child(3),.Table--Specifications th[data-v-81d2803a]:nth-child(3){width:42%}.Table--Specifications td[data-v-81d2803a]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-81d2803a],.Table--Specifications tr:last-child td[data-v-81d2803a]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-81d2803a],.Table--Specifications thead th[data-v-81d2803a]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-81d2803a]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-81d2803a]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-81d2803a],td.cell-style-override-20[data-v-81d2803a]{padding:10px}td.x3col-Mid-text[data-v-81d2803a],td.cell-style-override-22[data-v-81d2803a],td.cell-style-override-20[data-v-81d2803a]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-81d2803a]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-81d2803a]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-81d2803a]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-81d2803a]{margin-top:-350px}}#content-div[data-v-81d2803a]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-81d2803a]{min-height:100vh}}body[data-v-207e6f9d]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-207e6f9d]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-207e6f9d]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-207e6f9d]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-207e6f9d]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-207e6f9d]{width:83%!important}.content #naviText span[data-v-207e6f9d]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-207e6f9d]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-207e6f9d]{width:100%!important}.content #mainCar[data-v-207e6f9d]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-207e6f9d]{width:100%}#mainCarPhone[data-v-207e6f9d]{display:none}.content #buttonMenu_v2[data-v-207e6f9d]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-207e6f9d]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-207e6f9d]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-207e6f9d]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-207e6f9d]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-207e6f9d]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-207e6f9d]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-207e6f9d]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-207e6f9d]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-207e6f9d]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-207e6f9d]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-207e6f9d]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-207e6f9d]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-207e6f9d]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-207e6f9d]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-207e6f9d]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-207e6f9d]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-207e6f9d]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-207e6f9d]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-207e6f9d]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-207e6f9d]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-207e6f9d]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-207e6f9d]{bottom:11%;width:30%}.content #naviText span[data-v-207e6f9d]{font-size:17px}.content #naviText img[data-v-207e6f9d]{width:80%!important}.content #carName[data-v-207e6f9d]{right:0%;bottom:12%}.content #carName img[data-v-207e6f9d]{width:40%!important}.content #buttonMenu_v2>a[data-v-207e6f9d]{width:33%}.content #buttonMenu>a[data-v-207e6f9d]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-207e6f9d]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-207e6f9d]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-207e6f9d]{display:block}#mainCarPc[data-v-207e6f9d]{display:none}.content #buttonMenu_v2[data-v-207e6f9d],.content #buttonMenu[data-v-207e6f9d]{width:92%}}@media screen and (max-width: 480px){.content[data-v-207e6f9d]{padding-top:0}.content #naviText[data-v-207e6f9d]{bottom:14%;width:45%}.content #naviText span[data-v-207e6f9d]{font-size:11px}.content #naviText img[data-v-207e6f9d]{width:88%!important}.content #carName[data-v-207e6f9d]{right:5%;bottom:15%}.content #carName img[data-v-207e6f9d]{width:120px!important}.content #buttonMenu_v2[data-v-207e6f9d]{position:relative}.content #buttonMenu_v2>a>div[data-v-207e6f9d]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-207e6f9d]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-207e6f9d]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-207e6f9d]{position:relative}.content #buttonMenu>a>div[data-v-207e6f9d]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-207e6f9d]{height:120px}.content #buttonMenu>a>div>span[data-v-207e6f9d]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-207e6f9d]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-207e6f9d]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-207e6f9d]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-207e6f9d]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-207e6f9d]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-207e6f9d]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-207e6f9d]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-207e6f9d]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-207e6f9d]{margin:0;padding:0}html[data-v-207e6f9d]{background-color:#000;width:100%}.keyword[data-v-207e6f9d],.highlight[data-v-207e6f9d]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-207e6f9d]{font-family:upsys_commonregular}.header_main[data-v-207e6f9d]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-207e6f9d]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-207e6f9d]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-207e6f9d]>*{float:left}#headerLogo[data-v-207e6f9d]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-207e6f9d]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-207e6f9d]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-207e6f9d]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-207e6f9d]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-207e6f9d]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-207e6f9d]{font-size:13px}.languageDiv .active[data-v-207e6f9d]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-207e6f9d]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-207e6f9d]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-207e6f9d]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-207e6f9d],#languageSelect li[data-v-207e6f9d]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-207e6f9d],#languageSelect li:hover a[data-v-207e6f9d]{color:#000}.footer-manual[data-v-207e6f9d]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-207e6f9d]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-207e6f9d]{line-height:60px}#footerLogo[data-v-207e6f9d]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-207e6f9d]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-207e6f9d]{display:inline-block;width:100%}#copyrightPcSpan[data-v-207e6f9d]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-207e6f9d]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-207e6f9d]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-207e6f9d]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-207e6f9d]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-207e6f9d]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-207e6f9d]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-207e6f9d]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-207e6f9d]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-207e6f9d]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-207e6f9d]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-207e6f9d]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-207e6f9d]:focus{outline:none}#searchButton[data-v-207e6f9d]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-207e6f9d]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-207e6f9d]{width:80%}table td.right[data-v-207e6f9d]{width:10%;text-align:center}.result[data-v-207e6f9d],.resultcount[data-v-207e6f9d],.noResult[data-v-207e6f9d]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-207e6f9d]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-207e6f9d]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-207e6f9d]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-207e6f9d]{color:#e49f81}.cover[data-v-207e6f9d]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-207e6f9d]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-207e6f9d]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-207e6f9d]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-207e6f9d]{font-size:12px}.languageDivPhone .active[data-v-207e6f9d]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-207e6f9d]{bottom:30px;left:1px}.fontChangeButton[data-v-207e6f9d]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-207e6f9d]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-207e6f9d]{left:0}.languageDiv div[data-v-207e6f9d]{width:120%;left:-45px;top:5px}#languageSelect[data-v-207e6f9d]{margin-left:-40px}#banner_img>a[data-v-207e6f9d]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-207e6f9d]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-207e6f9d]{z-index:12}.header_main[data-v-207e6f9d]{height:40px;padding-top:0}.header[data-v-207e6f9d]{z-index:12}.header[data-v-207e6f9d]{height:40px;padding-top:0}#title[data-v-207e6f9d]{font-size:16px;width:49%}#headerLogo[data-v-207e6f9d]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-207e6f9d]{width:20%}.languageDiv div[data-v-207e6f9d]{width:90%;left:-15px;top:5px}#languageSelect[data-v-207e6f9d]{margin-left:-10px}.languageDiv ul[data-v-207e6f9d]{font-size:12px}#menu[data-v-207e6f9d]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-207e6f9d]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-207e6f9d]{width:80%}#rightHeader[data-v-207e6f9d]{height:40px}#rightHeader>div[data-v-207e6f9d]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-207e6f9d]{position:absolute;right:38px;top:0}.searchDiv[data-v-207e6f9d]{width:90%}#toc[data-v-207e6f9d]{width:100%}.copyright[data-v-207e6f9d]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-207e6f9d]{display:none}#copyrightPhone[data-v-207e6f9d]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-207e6f9d]{width:15%!important}#prevBtn[data-v-207e6f9d],#nextBtn[data-v-207e6f9d]{width:32px;height:32px;background-size:100%}#searchButton[data-v-207e6f9d]{margin-left:-1px}table td.left[data-v-207e6f9d]{text-align:right}table td.center[data-v-207e6f9d]{width:50%}table td.right[data-v-207e6f9d]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-207e6f9d]{left:0}.languageDiv div[data-v-207e6f9d]{width:100%;left:-5px;top:5px}#languageSelect[data-v-207e6f9d]{margin-left:20px}.languageDiv ul[data-v-207e6f9d]{font-size:10px}.noResult>span[data-v-207e6f9d]{width:200px!important;font-size:14px}#title[data-v-207e6f9d]{font-size:13px;width:40%}#menu[data-v-207e6f9d]{position:absolute}#banner_img>a[data-v-207e6f9d]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-207e6f9d]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-207e6f9d]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-207e6f9d]{font-size:14px}}body[data-v-207e6f9d]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-207e6f9d]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-207e6f9d]{margin:auto;max-width:1120px}.subHeaderInner[data-v-207e6f9d]>*{float:left}.content p[data-v-207e6f9d],.content li[data-v-207e6f9d]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-207e6f9d]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-207e6f9d]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-207e6f9d]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-207e6f9d]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-207e6f9d]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-207e6f9d]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-207e6f9d]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-207e6f9d]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-207e6f9d]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-207e6f9d]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-207e6f9d]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-207e6f9d],p.Para-Basic-B-Sub[data-v-207e6f9d]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-207e6f9d]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-207e6f9d]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-207e6f9d]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-207e6f9d]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-207e6f9d]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-207e6f9d],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-207e6f9d],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-207e6f9d]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-207e6f9d],p+ul li.Para-Basic-B-Sub[data-v-207e6f9d]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-207e6f9d],ul~p.Para-basic-L-bullet-Sub[data-v-207e6f9d],ul~p.Para-Basic-B-Sub[data-v-207e6f9d]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-207e6f9d],ol~p.Para-basic-L-bullet-Sub[data-v-207e6f9d],ol~p.Para-Basic-B-Sub[data-v-207e6f9d]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-207e6f9d],ol+*+p.Para-basic-L-bullet-Sub[data-v-207e6f9d],ol+*+p.Para-Basic-B-Sub[data-v-207e6f9d]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-207e6f9d],a .Para-Basic-B-Sub[data-v-207e6f9d]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-207e6f9d]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-207e6f9d]{margin-left:45px}.content p[data-v-207e6f9d],li[data-v-207e6f9d]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-207e6f9d],p.Para-Basic-B[data-v-207e6f9d],p.Para-Basic-B-Center[data-v-207e6f9d]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-207e6f9d]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-207e6f9d],p.Para-Basic-B-Center[data-v-207e6f9d]{text-align:center}p.Para-Table-L-center[data-v-207e6f9d],p.Para-Table-B-Center[data-v-207e6f9d]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-207e6f9d],table p.Para-Basic-B[data-v-207e6f9d],table p.Para-Basic-B-Center[data-v-207e6f9d]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-207e6f9d]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-207e6f9d]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-207e6f9d]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-207e6f9d]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-207e6f9d]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-207e6f9d],.content .text>ul[data-v-207e6f9d],.content .text table ol[data-v-207e6f9d],.content .text table ul[data-v-207e6f9d]{padding-left:20px}.content .text>ol[data-v-207e6f9d]{padding-left:0}p.Para-Illust-L[data-v-207e6f9d]{text-align:center}p.Para-Illust-L img[data-v-207e6f9d]{display:inline-block}p.Placeholder-sub[data-v-207e6f9d],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-207e6f9d],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-207e6f9d],.content .text>ol~.figure[data-v-207e6f9d],p.Placeholder-sub-S[data-v-207e6f9d],.Para-screen-sub-S[data-v-207e6f9d],.Para-screen-sub-M[data-v-207e6f9d],.Para-screen-sub-L[data-v-207e6f9d]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-207e6f9d],p.Placeholder-sub-M img[data-v-207e6f9d],p.Placeholder-sub img[data-v-207e6f9d]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-207e6f9d]{margin-left:45px}.Table-pic-Left-sub img[data-v-207e6f9d]{margin-top:5px;margin-bottom:10px}div.figure[data-v-207e6f9d]{display:inline-block}p.Para-img-description[data-v-207e6f9d]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-207e6f9d]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-207e6f9d]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-207e6f9d]{margin-bottom:25px}.text img[data-v-207e6f9d]{max-width:100%;display:block}.Table-Pic-center[data-v-207e6f9d]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-207e6f9d]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-207e6f9d]{margin:0}p.Para-Box-Num[data-v-207e6f9d]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-207e6f9d]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-207e6f9d]:AFTER{content:". "}span.inline-img img[data-v-207e6f9d]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-207e6f9d]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-207e6f9d]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-207e6f9d]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-207e6f9d]{margin-left:6.5%;display:block!important}.discUl li[data-v-207e6f9d]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-207e6f9d],.Symbol-R[data-v-207e6f9d],.Note-R-Pic[data-v-207e6f9d]{display:block;width:100%}.Symbol-L[data-v-207e6f9d]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-207e6f9d]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-207e6f9d],.Symbol-R li[data-v-207e6f9d],.Symbol-R p[data-v-207e6f9d]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-207e6f9d]{font-size:16px}table.Table-Symbol td ul[data-v-207e6f9d]{padding-left:20px}table.Table-Symbol[data-v-207e6f9d]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-207e6f9d]{color:#bc162c}.Symbol-Black[data-v-207e6f9d],.Symbol-Black-Table[data-v-207e6f9d]{font-family:upsys_commonregular}.Symbol-Green[data-v-207e6f9d]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-207e6f9d]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-207e6f9d]{width:auto!important}.video_container[data-v-207e6f9d]{margin-top:40px;float:right}.video[data-v-207e6f9d]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-207e6f9d]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-207e6f9d]{width:100%}.Table--3col[data-v-207e6f9d],.Basic-Table[data-v-207e6f9d],.Table--2col[data-v-207e6f9d],.Table-Landmark[data-v-207e6f9d],.Table--4col[data-v-207e6f9d],.Table-2row-merge[data-v-207e6f9d],.Table--troubleshooting[data-v-207e6f9d],.Table-specification[data-v-207e6f9d],.Table-service-center[data-v-207e6f9d],.Table-5col[data-v-207e6f9d],.responsive[data-v-207e6f9d],.Table--3col-Locations[data-v-207e6f9d]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-207e6f9d]:FIRST-CHILD,.Basic-Table tr[data-v-207e6f9d]:FIRST-CHILD,.Table--2col tr[data-v-207e6f9d]:FIRST-CHILD,.Table-Landmark tr[data-v-207e6f9d]:FIRST-CHILD,.Table--4col tr[data-v-207e6f9d]:FIRST-CHILD,.Table-2row-merge tr[data-v-207e6f9d]:FIRST-CHILD,.Table--troubleshooting tr[data-v-207e6f9d]:FIRST-CHILD,.Table-service-center tr[data-v-207e6f9d]:FIRST-CHILD,.responsive tr[data-v-207e6f9d]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-207e6f9d]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-207e6f9d],.Basic-Table td[data-v-207e6f9d],.Table--2col td[data-v-207e6f9d],.Table-Landmark td[data-v-207e6f9d],.Table--4col td[data-v-207e6f9d],.Table-2row-merge td[data-v-207e6f9d],.Table--troubleshooting td[data-v-207e6f9d],.Table-specification td[data-v-207e6f9d],.Table-service-center td[data-v-207e6f9d],.responsive td[data-v-207e6f9d]{padding:10px}.Table--troubleshooting td[data-v-207e6f9d]{border-right:none}.Table--troubleshooting[data-v-207e6f9d]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-207e6f9d],.Table-Landmark .Para-Pic-Center img[data-v-207e6f9d]{width:30px}.Table-5col[data-v-207e6f9d]{border:none}.Table-5col tr[data-v-207e6f9d]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-207e6f9d]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-207e6f9d]{width:15%}.Table--3col td.x3col-L[data-v-207e6f9d],.x3col-L td.x3col-M[data-v-207e6f9d]{width:10%}td.x3col-Mid-Text[data-v-207e6f9d]{text-align:center}td.x3col-R-Pic[data-v-207e6f9d]{text-align:right}.responsive td p[data-v-207e6f9d]{text-align:center}table.Table--3col-Locations[data-v-207e6f9d]{border-collapse:collapse}.Table--3col-Locations td[data-v-207e6f9d]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-207e6f9d]{padding:10px}.Para-Pic-Center img[data-v-207e6f9d]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-207e6f9d]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-207e6f9d]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-207e6f9d]{width:50%}.Table-specification .x3col-L-Grey[data-v-207e6f9d]{width:20%}.Table-specification .Spec-Mid-text[data-v-207e6f9d]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-207e6f9d]{width:50%}.Table--3col .x3col-L-Grey[data-v-207e6f9d]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-207e6f9d],.Table--4col .x3col-Mid-Grey[data-v-207e6f9d],.Table--4col .x3col-R-Grey[data-v-207e6f9d]{width:30%}.navi td.x3col-Mid-Grey[data-v-207e6f9d]{width:15%}.Table--3col .x3col-R-Grey[data-v-207e6f9d]{width:50%}.Table--2col .x3col-L-Grey[data-v-207e6f9d],.Table--2col td[data-v-207e6f9d]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-207e6f9d]{width:70%}.Table--2col-Disc[data-v-207e6f9d]{border-collapse:collapse}.Table--2col-Disc td[data-v-207e6f9d]{border:1px solid grey;padding:10px}.Table-PL td[data-v-207e6f9d]:FIRST-CHILD{width:25%}.resultcount p[data-v-207e6f9d]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-207e6f9d]{font-family:SK_namuhx-Bold}.noResult>span[data-v-207e6f9d]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-207e6f9d]{color:#f0dfdf;display:block}.result_list[data-v-207e6f9d]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-207e6f9d]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-207e6f9d]{font-family:SK_namuhx-Regular}.resulttext p[data-v-207e6f9d]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-207e6f9d]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-207e6f9d]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-207e6f9d],.Cross-Reference[data-v-207e6f9d]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-207e6f9d]:hover{text-decoration:underline}.fontChangeDiv[data-v-207e6f9d]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-207e6f9d]{top:55px}#backButton[data-v-207e6f9d]{background-size:16px}.chapterTitle[data-v-207e6f9d]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-207e6f9d],h2[data-v-207e6f9d]{font-size:1.3em}#contentAccordion[data-v-207e6f9d]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-207e6f9d]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-207e6f9d]{line-height:21px}.video[data-v-207e6f9d]{width:46%}}@media screen and (max-width: 640px){h2[data-v-207e6f9d]{margin-top:40px}.subHeader[data-v-207e6f9d]{top:40px}.fontChangeDiv[data-v-207e6f9d]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-207e6f9d]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-207e6f9d]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-207e6f9d]{margin-left:7.3%}table td[data-v-207e6f9d]{font-size:14px;padding:5px!important}table td p[data-v-207e6f9d],table td p.Para-Basic-B-Center[data-v-207e6f9d],table td p.Para-Basic-B[data-v-207e6f9d]{font-size:14px}table td p.Para-Small-L[data-v-207e6f9d]{font-size:12px;word-break:break-word}.Table--3col td[data-v-207e6f9d],.Basic-Table td[data-v-207e6f9d],.Table--2col td[data-v-207e6f9d],.Table-Landmark td[data-v-207e6f9d],.Table--4col td[data-v-207e6f9d],.Table-2row-merge td[data-v-207e6f9d],.Table--troubleshooting td[data-v-207e6f9d],.Table-specification td[data-v-207e6f9d],.Table-service-center td[data-v-207e6f9d]{border-right:none}.responsive[data-v-207e6f9d],.responsive tr[data-v-207e6f9d],.responsive tbody[data-v-207e6f9d]{width:100%}.Table--4col-responsive td[data-v-207e6f9d]{min-width:200px!important;height:auto}.responsive td p[data-v-207e6f9d]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-207e6f9d],.Table-Symbol td li[data-v-207e6f9d]{font-size:16px}p.Placeholder-sub[data-v-207e6f9d],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-207e6f9d],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-207e6f9d],.content .text>ol~.figure[data-v-207e6f9d],.content .text>ol+ul[data-v-207e6f9d],.Para-screen-sub-L[data-v-207e6f9d]{margin-left:0}.resultcount p[data-v-207e6f9d]{font-size:16px}.Table-specification td p[data-v-207e6f9d],.Table--3col-Locations td li[data-v-207e6f9d],p.Para-basic-L-Sub[data-v-207e6f9d],p.Para-basic-L-Sub-Auto[data-v-207e6f9d],p.Para-basic-L-center[data-v-207e6f9d],li.Para-basic-L-bullet[data-v-207e6f9d],p.Para-basic-L[data-v-207e6f9d],li.Para-basic-L-hyp-Sub[data-v-207e6f9d],li.Para-basic-L-hyp-2Sub[data-v-207e6f9d],li[class^=Para-Num][data-v-207e6f9d],p.Para-Box-Num[data-v-207e6f9d],p.Para-Basic-B-Sub[data-v-207e6f9d],td p.Para-basic-L[data-v-207e6f9d],td li.Para-basic-L-bullet[data-v-207e6f9d],p.Para-Basic-B[data-v-207e6f9d],p.Para-Circle-Num-Sub[data-v-207e6f9d],.Symbol-L p.Para-basic-L-Sub[data-v-207e6f9d],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-207e6f9d]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-207e6f9d],.Table--3col-Locations td li[data-v-207e6f9d],p.Para-Table-L-Sub[data-v-207e6f9d],p.Para-Table-L-Sub-Auto[data-v-207e6f9d],p.Para-Table-L-center[data-v-207e6f9d],p.Para-Table-L[data-v-207e6f9d],li.Para-Table-L-hyp-Sub[data-v-207e6f9d],li.Para-Table-L-hyp-2Sub[data-v-207e6f9d],p.Para-Table-B-Sub[data-v-207e6f9d],td p.Para-Table-L[data-v-207e6f9d],p.Para-Table-B[data-v-207e6f9d],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-207e6f9d]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-207e6f9d]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-207e6f9d],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-207e6f9d]{font-size:14px}.big .Table-specification td p[data-v-207e6f9d],.big .Table--3col-Locations td li[data-v-207e6f9d],.big p.Para-basic-L-Sub[data-v-207e6f9d],.big p.Para-basic-L-Sub-Auto[data-v-207e6f9d],.big p.Para-basic-L-center[data-v-207e6f9d],.big li.Para-basic-L-bullet[data-v-207e6f9d],.big p.Para-basic-L[data-v-207e6f9d],.big li.Para-basic-L-hyp-Sub[data-v-207e6f9d],.big li.Para-basic-L-hyp-2Sub[data-v-207e6f9d],.big li[class^=Para-Num][data-v-207e6f9d],.big p.Para-Box-Num[data-v-207e6f9d],.big p.Para-Basic-B-Sub[data-v-207e6f9d],.big td p.Para-basic-L[data-v-207e6f9d],.big td li.Para-basic-L-bullet[data-v-207e6f9d],.big p.Para-Basic-B[data-v-207e6f9d],.big p.Para-Circle-Num-Sub[data-v-207e6f9d]{font-size:16px}.big .Table-specification td p[data-v-207e6f9d],.big .Table--3col-Locations td li[data-v-207e6f9d],.big p.Para-Table-L-Sub[data-v-207e6f9d],.big p.Para-Table-L-Sub-Auto[data-v-207e6f9d],.big p.Para-Table-L-center[data-v-207e6f9d],.big p.Para-Table-L[data-v-207e6f9d],.big li.Para-Table-L-hyp-Sub[data-v-207e6f9d],.big li.Para-Table-L-hyp-2Sub[data-v-207e6f9d],.big li[class^=Para-Num][data-v-207e6f9d],.big p.Para-Box-Num[data-v-207e6f9d],.big p.Para-Table-B-Sub[data-v-207e6f9d],.big td p.Para-Table-L[data-v-207e6f9d],.big p.Para-Table-B[data-v-207e6f9d],.big p.Para-Circle-Num-Sub[data-v-207e6f9d],.big p.Para-Table-B-Center[data-v-207e6f9d],.big .Table--3col-ISO td p[data-v-207e6f9d]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-207e6f9d],p.Para-Table-B-Center[data-v-207e6f9d]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-207e6f9d],.big p.video_title[data-v-207e6f9d],.big .resultItem p[data-v-207e6f9d]{font-size:1.05em}h1[data-v-207e6f9d]{font-size:1.2em;margin-top:0}h2[data-v-207e6f9d]{font-size:1.1em}.Heading-3[data-v-207e6f9d]{font-size:1em}.content .text>ol li[data-v-207e6f9d]:BEFORE{font-size:26px}.video[data-v-207e6f9d]{width:95%}}p.Para-Table-L[data-v-207e6f9d]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-207e6f9d]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-207e6f9d]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-207e6f9d]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-207e6f9d]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-207e6f9d]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-207e6f9d]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-207e6f9d]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-207e6f9d]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-207e6f9d]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-207e6f9d]:before{content:"";display:block;height:15pt}.Bold[data-v-207e6f9d],span.Bold[data-v-207e6f9d]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-207e6f9d]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-207e6f9d]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-207e6f9d]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-207e6f9d]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-207e6f9d]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-207e6f9d]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-207e6f9d]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-207e6f9d]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-207e6f9d]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-207e6f9d]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-207e6f9d]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-207e6f9d],.Para-Table-L-Sub-Auto .icon-1[data-v-207e6f9d]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-207e6f9d]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-207e6f9d]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-207e6f9d]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-207e6f9d],.Table--2col td p.Para-basic-L[data-v-207e6f9d]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-207e6f9d]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-207e6f9d]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-207e6f9d]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-207e6f9d]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-207e6f9d]{margin-top:8pt!important}.table-responsive[data-v-207e6f9d]{width:100%;overflow-x:auto}.table-responsive table[data-v-207e6f9d]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-207e6f9d]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-207e6f9d]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-207e6f9d]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-207e6f9d]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-207e6f9d]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-207e6f9d]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-207e6f9d]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-207e6f9d]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-207e6f9d]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-207e6f9d]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-207e6f9d]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-207e6f9d]{font-size:12px}#table-15.responsive td[data-v-207e6f9d]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-207e6f9d]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-207e6f9d]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-207e6f9d]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-207e6f9d]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-207e6f9d],.Table--4col-Error th[data-v-207e6f9d]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-207e6f9d],.Table--4col-Error tr:first-child th[data-v-207e6f9d]{border-top:none}.Table--4col-Error tr:last-child td[data-v-207e6f9d]{border-bottom:none}.Table--4col-Error thead td[data-v-207e6f9d]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-207e6f9d]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-207e6f9d]:nth-child(1),.Table--4col-Error thead td[data-v-207e6f9d]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-207e6f9d]:nth-child(2),.Table--4col-Error thead td[data-v-207e6f9d]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-207e6f9d]:nth-child(3),.Table--4col-Error thead td[data-v-207e6f9d]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-207e6f9d]:nth-child(4),.Table--4col-Error thead td[data-v-207e6f9d]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-207e6f9d]:nth-child(1),.Table--4col-Error tbody td[data-v-207e6f9d]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-207e6f9d]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-207e6f9d]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-207e6f9d]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-207e6f9d]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-207e6f9d]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-207e6f9d]{font-size:14px!important}.Table--4col-Error tbody td[data-v-207e6f9d]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-207e6f9d],.Table--4col-Error p.Para-Table-B[data-v-207e6f9d],.Table--4col-Error p.Para-Table-L-Center[data-v-207e6f9d]{font-size:12px!important}.Table--4col-Error tbody td[data-v-207e6f9d]:nth-child(1),.Table--4col-Error thead td[data-v-207e6f9d]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-207e6f9d]:nth-child(2),.Table--4col-Error thead td[data-v-207e6f9d]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-207e6f9d]:nth-child(3),.Table--4col-Error thead td[data-v-207e6f9d]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-207e6f9d]:nth-child(4),.Table--4col-Error thead td[data-v-207e6f9d]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-207e6f9d]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-207e6f9d]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-207e6f9d]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-207e6f9d]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-207e6f9d]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-207e6f9d]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-207e6f9d]{line-height:1.25;font-weight:500}.Bold-color[data-v-207e6f9d]{font-weight:700}.char-style-override-4[data-v-207e6f9d]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-207e6f9d]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-207e6f9d]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-207e6f9d]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-207e6f9d]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-207e6f9d]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-207e6f9d]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-207e6f9d]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-207e6f9d]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-207e6f9d]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-207e6f9d]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-207e6f9d]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-207e6f9d]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-207e6f9d]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-207e6f9d]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-207e6f9d]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-207e6f9d],tr:last-child td.cell-style-override-7[data-v-207e6f9d]{border-bottom:0}table#table-16[data-v-207e6f9d]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-207e6f9d],.Table--2col-Air-Sensor[data-v-207e6f9d],.Table--2col-Voice[data-v-207e6f9d],.Table--2col-Filter[data-v-207e6f9d],.Table--troubleshooting[data-v-207e6f9d],.Table--4col-Error[data-v-207e6f9d],.Table--Specifications[data-v-207e6f9d]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-207e6f9d]:last-child,.Table--2col-Voice tr td[data-v-207e6f9d]:last-child{width:70%}.Table--2col-Voice tr td[data-v-207e6f9d]:first-child{width:30%}.Para-Table-L-Center[data-v-207e6f9d]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-207e6f9d]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-207e6f9d]{display:block!important}.Table--2col-Information td[data-v-207e6f9d]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-207e6f9d]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-207e6f9d]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-207e6f9d]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-207e6f9d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-207e6f9d],.Table--4col-responsive table td[data-v-207e6f9d]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-207e6f9d],.Table--2col-Information th[data-v-207e6f9d]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-207e6f9d]:nth-child(1),.Table--2col-Information th[data-v-207e6f9d]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-207e6f9d]:nth-child(2),.Table--2col-Information th[data-v-207e6f9d]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-207e6f9d],.Table--2col-Information th[data-v-207e6f9d]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-207e6f9d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-207e6f9d],.Table--2col-Voice th[data-v-207e6f9d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-207e6f9d]:nth-child(1),.Table--2col-Voice th[data-v-207e6f9d]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-207e6f9d]:nth-child(2),.Table--2col-Voice th[data-v-207e6f9d]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-207e6f9d]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-207e6f9d],.Table--2col-Voice tr:last-child td[data-v-207e6f9d]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-207e6f9d],.Table--2col-Voice thead th[data-v-207e6f9d]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-207e6f9d]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-207e6f9d]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-207e6f9d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-207e6f9d],.Table--2col-Information th[data-v-207e6f9d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-207e6f9d]:nth-child(1),.Table--2col-Information th[data-v-207e6f9d]:nth-child(1){width:30%}.Table--2col-Information td[data-v-207e6f9d]:nth-child(2),.Table--2col-Information th[data-v-207e6f9d]:nth-child(2){width:70%}.Table--2col-Information td[data-v-207e6f9d]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-207e6f9d]{border-bottom:none}.Table--2col-Air-Sensor[data-v-207e6f9d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-207e6f9d],.Table--2col-Air-Sensor th[data-v-207e6f9d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-207e6f9d]:nth-child(1),.Table--2col-Air-Sensor th[data-v-207e6f9d]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-207e6f9d]:nth-child(2),.Table--2col-Air-Sensor th[data-v-207e6f9d]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-207e6f9d]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-207e6f9d]{border-bottom:none}.Table--2col-Filter[data-v-207e6f9d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-207e6f9d],.Table--2col-Filter th[data-v-207e6f9d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-207e6f9d]:nth-child(1),.Table--2col-Filter th[data-v-207e6f9d]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-207e6f9d]:nth-child(2),.Table--2col-Filter th[data-v-207e6f9d]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-207e6f9d]:nth-child(3),.Table--2col-Filter th[data-v-207e6f9d]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-207e6f9d]:nth-child(4),.Table--2col-Filter th[data-v-207e6f9d]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-207e6f9d]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-207e6f9d],.Table--2col-Filter tr:last-child td[data-v-207e6f9d]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-207e6f9d],.Table--2col-Filter thead th[data-v-207e6f9d]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-207e6f9d]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-207e6f9d]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-207e6f9d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-207e6f9d],.Table--Specifications th[data-v-207e6f9d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-207e6f9d]:first-child,.Table--Specifications th[data-v-207e6f9d]:first-child{width:16%}.Table--Specifications td[data-v-207e6f9d]:nth-child(2),.Table--Specifications th[data-v-207e6f9d]:nth-child(2){width:42%}.Table--Specifications td[data-v-207e6f9d]:nth-child(3),.Table--Specifications th[data-v-207e6f9d]:nth-child(3){width:42%}.Table--Specifications td[data-v-207e6f9d]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-207e6f9d],.Table--Specifications tr:last-child td[data-v-207e6f9d]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-207e6f9d],.Table--Specifications thead th[data-v-207e6f9d]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-207e6f9d]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-207e6f9d]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-207e6f9d],td.cell-style-override-20[data-v-207e6f9d]{padding:10px}td.x3col-Mid-text[data-v-207e6f9d],td.cell-style-override-22[data-v-207e6f9d],td.cell-style-override-20[data-v-207e6f9d]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-207e6f9d]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-207e6f9d]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-207e6f9d]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-207e6f9d]{margin-top:-350px}}#content-div[data-v-207e6f9d]{min-height:87vh;background-color:#fff}.data-row[data-v-207e6f9d]{color:#000}@media screen and (max-width: 600px){#content-div[data-v-207e6f9d]{min-height:100vh}}body[data-v-02cf1a51]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-02cf1a51]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-02cf1a51]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-02cf1a51]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-02cf1a51]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-02cf1a51]{width:83%!important}.content #naviText span[data-v-02cf1a51]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-02cf1a51]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-02cf1a51]{width:100%!important}.content #mainCar[data-v-02cf1a51]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-02cf1a51]{width:100%}#mainCarPhone[data-v-02cf1a51]{display:none}.content #buttonMenu_v2[data-v-02cf1a51]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-02cf1a51]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-02cf1a51]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-02cf1a51]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-02cf1a51]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-02cf1a51]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-02cf1a51]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-02cf1a51]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-02cf1a51]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-02cf1a51]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-02cf1a51]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-02cf1a51]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-02cf1a51]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-02cf1a51]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-02cf1a51]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-02cf1a51]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-02cf1a51]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-02cf1a51]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-02cf1a51]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-02cf1a51]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-02cf1a51]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-02cf1a51]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-02cf1a51]{bottom:11%;width:30%}.content #naviText span[data-v-02cf1a51]{font-size:17px}.content #naviText img[data-v-02cf1a51]{width:80%!important}.content #carName[data-v-02cf1a51]{right:0%;bottom:12%}.content #carName img[data-v-02cf1a51]{width:40%!important}.content #buttonMenu_v2>a[data-v-02cf1a51]{width:33%}.content #buttonMenu>a[data-v-02cf1a51]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-02cf1a51]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-02cf1a51]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-02cf1a51]{display:block}#mainCarPc[data-v-02cf1a51]{display:none}.content #buttonMenu_v2[data-v-02cf1a51],.content #buttonMenu[data-v-02cf1a51]{width:92%}}@media screen and (max-width: 480px){.content[data-v-02cf1a51]{padding-top:0}.content #naviText[data-v-02cf1a51]{bottom:14%;width:45%}.content #naviText span[data-v-02cf1a51]{font-size:11px}.content #naviText img[data-v-02cf1a51]{width:88%!important}.content #carName[data-v-02cf1a51]{right:5%;bottom:15%}.content #carName img[data-v-02cf1a51]{width:120px!important}.content #buttonMenu_v2[data-v-02cf1a51]{position:relative}.content #buttonMenu_v2>a>div[data-v-02cf1a51]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-02cf1a51]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-02cf1a51]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-02cf1a51]{position:relative}.content #buttonMenu>a>div[data-v-02cf1a51]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-02cf1a51]{height:120px}.content #buttonMenu>a>div>span[data-v-02cf1a51]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-02cf1a51]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-02cf1a51]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-02cf1a51]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-02cf1a51]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-02cf1a51]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-02cf1a51]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-02cf1a51]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-02cf1a51]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-02cf1a51]{margin:0;padding:0}html[data-v-02cf1a51]{background-color:#000;width:100%}.keyword[data-v-02cf1a51],.highlight[data-v-02cf1a51]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-02cf1a51]{font-family:upsys_commonregular}.header_main[data-v-02cf1a51]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-02cf1a51]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-02cf1a51]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-02cf1a51]>*{float:left}#headerLogo[data-v-02cf1a51]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-02cf1a51]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-02cf1a51]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-02cf1a51]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-02cf1a51]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-02cf1a51]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-02cf1a51]{font-size:13px}.languageDiv .active[data-v-02cf1a51]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-02cf1a51]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-02cf1a51]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-02cf1a51]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-02cf1a51],#languageSelect li[data-v-02cf1a51]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-02cf1a51],#languageSelect li:hover a[data-v-02cf1a51]{color:#000}.footer-manual[data-v-02cf1a51]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-02cf1a51]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-02cf1a51]{line-height:60px}#footerLogo[data-v-02cf1a51]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-02cf1a51]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-02cf1a51]{display:inline-block;width:100%}#copyrightPcSpan[data-v-02cf1a51]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-02cf1a51]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-02cf1a51]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-02cf1a51]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-02cf1a51]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-02cf1a51]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-02cf1a51]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-02cf1a51]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-02cf1a51]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-02cf1a51]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-02cf1a51]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-02cf1a51]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-02cf1a51]:focus{outline:none}#searchButton[data-v-02cf1a51]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-02cf1a51]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-02cf1a51]{width:80%}table td.right[data-v-02cf1a51]{width:10%;text-align:center}.result[data-v-02cf1a51],.resultcount[data-v-02cf1a51],.noResult[data-v-02cf1a51]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-02cf1a51]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-02cf1a51]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-02cf1a51]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-02cf1a51]{color:#e49f81}.cover[data-v-02cf1a51]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-02cf1a51]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-02cf1a51]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-02cf1a51]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-02cf1a51]{font-size:12px}.languageDivPhone .active[data-v-02cf1a51]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-02cf1a51]{bottom:30px;left:1px}.fontChangeButton[data-v-02cf1a51]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-02cf1a51]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-02cf1a51]{left:0}.languageDiv div[data-v-02cf1a51]{width:120%;left:-45px;top:5px}#languageSelect[data-v-02cf1a51]{margin-left:-40px}#banner_img>a[data-v-02cf1a51]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-02cf1a51]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-02cf1a51]{z-index:12}.header_main[data-v-02cf1a51]{height:40px;padding-top:0}.header[data-v-02cf1a51]{z-index:12}.header[data-v-02cf1a51]{height:40px;padding-top:0}#title[data-v-02cf1a51]{font-size:16px;width:49%}#headerLogo[data-v-02cf1a51]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-02cf1a51]{width:20%}.languageDiv div[data-v-02cf1a51]{width:90%;left:-15px;top:5px}#languageSelect[data-v-02cf1a51]{margin-left:-10px}.languageDiv ul[data-v-02cf1a51]{font-size:12px}#menu[data-v-02cf1a51]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-02cf1a51]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-02cf1a51]{width:80%}#rightHeader[data-v-02cf1a51]{height:40px}#rightHeader>div[data-v-02cf1a51]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-02cf1a51]{position:absolute;right:38px;top:0}.searchDiv[data-v-02cf1a51]{width:90%}#toc[data-v-02cf1a51]{width:100%}.copyright[data-v-02cf1a51]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-02cf1a51]{display:none}#copyrightPhone[data-v-02cf1a51]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-02cf1a51]{width:15%!important}#prevBtn[data-v-02cf1a51],#nextBtn[data-v-02cf1a51]{width:32px;height:32px;background-size:100%}#searchButton[data-v-02cf1a51]{margin-left:-1px}table td.left[data-v-02cf1a51]{text-align:right}table td.center[data-v-02cf1a51]{width:50%}table td.right[data-v-02cf1a51]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-02cf1a51]{left:0}.languageDiv div[data-v-02cf1a51]{width:100%;left:-5px;top:5px}#languageSelect[data-v-02cf1a51]{margin-left:20px}.languageDiv ul[data-v-02cf1a51]{font-size:10px}.noResult>span[data-v-02cf1a51]{width:200px!important;font-size:14px}#title[data-v-02cf1a51]{font-size:13px;width:40%}#menu[data-v-02cf1a51]{position:absolute}#banner_img>a[data-v-02cf1a51]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-02cf1a51]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-02cf1a51]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-02cf1a51]{font-size:14px}}body[data-v-02cf1a51]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-02cf1a51]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-02cf1a51]{margin:auto;max-width:1120px}.subHeaderInner[data-v-02cf1a51]>*{float:left}.content p[data-v-02cf1a51],.content li[data-v-02cf1a51]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-02cf1a51]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-02cf1a51]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-02cf1a51]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-02cf1a51]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-02cf1a51]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-02cf1a51]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-02cf1a51]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-02cf1a51]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-02cf1a51]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-02cf1a51]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-02cf1a51]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-02cf1a51],p.Para-Basic-B-Sub[data-v-02cf1a51]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-02cf1a51]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-02cf1a51]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-02cf1a51]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-02cf1a51]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-02cf1a51]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-02cf1a51],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-02cf1a51],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-02cf1a51]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-02cf1a51],p+ul li.Para-Basic-B-Sub[data-v-02cf1a51]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-02cf1a51],ul~p.Para-basic-L-bullet-Sub[data-v-02cf1a51],ul~p.Para-Basic-B-Sub[data-v-02cf1a51]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-02cf1a51],ol~p.Para-basic-L-bullet-Sub[data-v-02cf1a51],ol~p.Para-Basic-B-Sub[data-v-02cf1a51]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-02cf1a51],ol+*+p.Para-basic-L-bullet-Sub[data-v-02cf1a51],ol+*+p.Para-Basic-B-Sub[data-v-02cf1a51]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-02cf1a51],a .Para-Basic-B-Sub[data-v-02cf1a51]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-02cf1a51]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-02cf1a51]{margin-left:45px}.content p[data-v-02cf1a51],li[data-v-02cf1a51]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-02cf1a51],p.Para-Basic-B[data-v-02cf1a51],p.Para-Basic-B-Center[data-v-02cf1a51]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-02cf1a51]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-02cf1a51],p.Para-Basic-B-Center[data-v-02cf1a51]{text-align:center}p.Para-Table-L-center[data-v-02cf1a51],p.Para-Table-B-Center[data-v-02cf1a51]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-02cf1a51],table p.Para-Basic-B[data-v-02cf1a51],table p.Para-Basic-B-Center[data-v-02cf1a51]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-02cf1a51]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-02cf1a51]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-02cf1a51]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-02cf1a51]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-02cf1a51]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-02cf1a51],.content .text>ul[data-v-02cf1a51],.content .text table ol[data-v-02cf1a51],.content .text table ul[data-v-02cf1a51]{padding-left:20px}.content .text>ol[data-v-02cf1a51]{padding-left:0}p.Para-Illust-L[data-v-02cf1a51]{text-align:center}p.Para-Illust-L img[data-v-02cf1a51]{display:inline-block}p.Placeholder-sub[data-v-02cf1a51],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-02cf1a51],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-02cf1a51],.content .text>ol~.figure[data-v-02cf1a51],p.Placeholder-sub-S[data-v-02cf1a51],.Para-screen-sub-S[data-v-02cf1a51],.Para-screen-sub-M[data-v-02cf1a51],.Para-screen-sub-L[data-v-02cf1a51]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-02cf1a51],p.Placeholder-sub-M img[data-v-02cf1a51],p.Placeholder-sub img[data-v-02cf1a51]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-02cf1a51]{margin-left:45px}.Table-pic-Left-sub img[data-v-02cf1a51]{margin-top:5px;margin-bottom:10px}div.figure[data-v-02cf1a51]{display:inline-block}p.Para-img-description[data-v-02cf1a51]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-02cf1a51]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-02cf1a51]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-02cf1a51]{margin-bottom:25px}.text img[data-v-02cf1a51]{max-width:100%;display:block}.Table-Pic-center[data-v-02cf1a51]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-02cf1a51]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-02cf1a51]{margin:0}p.Para-Box-Num[data-v-02cf1a51]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-02cf1a51]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-02cf1a51]:AFTER{content:". "}span.inline-img img[data-v-02cf1a51]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-02cf1a51]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-02cf1a51]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-02cf1a51]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-02cf1a51]{margin-left:6.5%;display:block!important}.discUl li[data-v-02cf1a51]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-02cf1a51],.Symbol-R[data-v-02cf1a51],.Note-R-Pic[data-v-02cf1a51]{display:block;width:100%}.Symbol-L[data-v-02cf1a51]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-02cf1a51]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-02cf1a51],.Symbol-R li[data-v-02cf1a51],.Symbol-R p[data-v-02cf1a51]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-02cf1a51]{font-size:16px}table.Table-Symbol td ul[data-v-02cf1a51]{padding-left:20px}table.Table-Symbol[data-v-02cf1a51]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-02cf1a51]{color:#bc162c}.Symbol-Black[data-v-02cf1a51],.Symbol-Black-Table[data-v-02cf1a51]{font-family:upsys_commonregular}.Symbol-Green[data-v-02cf1a51]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-02cf1a51]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-02cf1a51]{width:auto!important}.video_container[data-v-02cf1a51]{margin-top:40px;float:right}.video[data-v-02cf1a51]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-02cf1a51]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-02cf1a51]{width:100%}.Table--3col[data-v-02cf1a51],.Basic-Table[data-v-02cf1a51],.Table--2col[data-v-02cf1a51],.Table-Landmark[data-v-02cf1a51],.Table--4col[data-v-02cf1a51],.Table-2row-merge[data-v-02cf1a51],.Table--troubleshooting[data-v-02cf1a51],.Table-specification[data-v-02cf1a51],.Table-service-center[data-v-02cf1a51],.Table-5col[data-v-02cf1a51],.responsive[data-v-02cf1a51],.Table--3col-Locations[data-v-02cf1a51]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-02cf1a51]:FIRST-CHILD,.Basic-Table tr[data-v-02cf1a51]:FIRST-CHILD,.Table--2col tr[data-v-02cf1a51]:FIRST-CHILD,.Table-Landmark tr[data-v-02cf1a51]:FIRST-CHILD,.Table--4col tr[data-v-02cf1a51]:FIRST-CHILD,.Table-2row-merge tr[data-v-02cf1a51]:FIRST-CHILD,.Table--troubleshooting tr[data-v-02cf1a51]:FIRST-CHILD,.Table-service-center tr[data-v-02cf1a51]:FIRST-CHILD,.responsive tr[data-v-02cf1a51]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-02cf1a51]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-02cf1a51],.Basic-Table td[data-v-02cf1a51],.Table--2col td[data-v-02cf1a51],.Table-Landmark td[data-v-02cf1a51],.Table--4col td[data-v-02cf1a51],.Table-2row-merge td[data-v-02cf1a51],.Table--troubleshooting td[data-v-02cf1a51],.Table-specification td[data-v-02cf1a51],.Table-service-center td[data-v-02cf1a51],.responsive td[data-v-02cf1a51]{padding:10px}.Table--troubleshooting td[data-v-02cf1a51]{border-right:none}.Table--troubleshooting[data-v-02cf1a51]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-02cf1a51],.Table-Landmark .Para-Pic-Center img[data-v-02cf1a51]{width:30px}.Table-5col[data-v-02cf1a51]{border:none}.Table-5col tr[data-v-02cf1a51]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-02cf1a51]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-02cf1a51]{width:15%}.Table--3col td.x3col-L[data-v-02cf1a51],.x3col-L td.x3col-M[data-v-02cf1a51]{width:10%}td.x3col-Mid-Text[data-v-02cf1a51]{text-align:center}td.x3col-R-Pic[data-v-02cf1a51]{text-align:right}.responsive td p[data-v-02cf1a51]{text-align:center}table.Table--3col-Locations[data-v-02cf1a51]{border-collapse:collapse}.Table--3col-Locations td[data-v-02cf1a51]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-02cf1a51]{padding:10px}.Para-Pic-Center img[data-v-02cf1a51]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-02cf1a51]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-02cf1a51]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-02cf1a51]{width:50%}.Table-specification .x3col-L-Grey[data-v-02cf1a51]{width:20%}.Table-specification .Spec-Mid-text[data-v-02cf1a51]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-02cf1a51]{width:50%}.Table--3col .x3col-L-Grey[data-v-02cf1a51]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-02cf1a51],.Table--4col .x3col-Mid-Grey[data-v-02cf1a51],.Table--4col .x3col-R-Grey[data-v-02cf1a51]{width:30%}.navi td.x3col-Mid-Grey[data-v-02cf1a51]{width:15%}.Table--3col .x3col-R-Grey[data-v-02cf1a51]{width:50%}.Table--2col .x3col-L-Grey[data-v-02cf1a51],.Table--2col td[data-v-02cf1a51]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-02cf1a51]{width:70%}.Table--2col-Disc[data-v-02cf1a51]{border-collapse:collapse}.Table--2col-Disc td[data-v-02cf1a51]{border:1px solid grey;padding:10px}.Table-PL td[data-v-02cf1a51]:FIRST-CHILD{width:25%}.resultcount p[data-v-02cf1a51]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-02cf1a51]{font-family:SK_namuhx-Bold}.noResult>span[data-v-02cf1a51]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-02cf1a51]{color:#f0dfdf;display:block}.result_list[data-v-02cf1a51]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-02cf1a51]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-02cf1a51]{font-family:SK_namuhx-Regular}.resulttext p[data-v-02cf1a51]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-02cf1a51]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-02cf1a51]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-02cf1a51],.Cross-Reference[data-v-02cf1a51]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-02cf1a51]:hover{text-decoration:underline}.fontChangeDiv[data-v-02cf1a51]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-02cf1a51]{top:55px}#backButton[data-v-02cf1a51]{background-size:16px}.chapterTitle[data-v-02cf1a51]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-02cf1a51],h2[data-v-02cf1a51]{font-size:1.3em}#contentAccordion[data-v-02cf1a51]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-02cf1a51]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-02cf1a51]{line-height:21px}.video[data-v-02cf1a51]{width:46%}}@media screen and (max-width: 640px){h2[data-v-02cf1a51]{margin-top:40px}.subHeader[data-v-02cf1a51]{top:40px}.fontChangeDiv[data-v-02cf1a51]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-02cf1a51]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-02cf1a51]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-02cf1a51]{margin-left:7.3%}table td[data-v-02cf1a51]{font-size:14px;padding:5px!important}table td p[data-v-02cf1a51],table td p.Para-Basic-B-Center[data-v-02cf1a51],table td p.Para-Basic-B[data-v-02cf1a51]{font-size:14px}table td p.Para-Small-L[data-v-02cf1a51]{font-size:12px;word-break:break-word}.Table--3col td[data-v-02cf1a51],.Basic-Table td[data-v-02cf1a51],.Table--2col td[data-v-02cf1a51],.Table-Landmark td[data-v-02cf1a51],.Table--4col td[data-v-02cf1a51],.Table-2row-merge td[data-v-02cf1a51],.Table--troubleshooting td[data-v-02cf1a51],.Table-specification td[data-v-02cf1a51],.Table-service-center td[data-v-02cf1a51]{border-right:none}.responsive[data-v-02cf1a51],.responsive tr[data-v-02cf1a51],.responsive tbody[data-v-02cf1a51]{width:100%}.Table--4col-responsive td[data-v-02cf1a51]{min-width:200px!important;height:auto}.responsive td p[data-v-02cf1a51]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-02cf1a51],.Table-Symbol td li[data-v-02cf1a51]{font-size:16px}p.Placeholder-sub[data-v-02cf1a51],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-02cf1a51],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-02cf1a51],.content .text>ol~.figure[data-v-02cf1a51],.content .text>ol+ul[data-v-02cf1a51],.Para-screen-sub-L[data-v-02cf1a51]{margin-left:0}.resultcount p[data-v-02cf1a51]{font-size:16px}.Table-specification td p[data-v-02cf1a51],.Table--3col-Locations td li[data-v-02cf1a51],p.Para-basic-L-Sub[data-v-02cf1a51],p.Para-basic-L-Sub-Auto[data-v-02cf1a51],p.Para-basic-L-center[data-v-02cf1a51],li.Para-basic-L-bullet[data-v-02cf1a51],p.Para-basic-L[data-v-02cf1a51],li.Para-basic-L-hyp-Sub[data-v-02cf1a51],li.Para-basic-L-hyp-2Sub[data-v-02cf1a51],li[class^=Para-Num][data-v-02cf1a51],p.Para-Box-Num[data-v-02cf1a51],p.Para-Basic-B-Sub[data-v-02cf1a51],td p.Para-basic-L[data-v-02cf1a51],td li.Para-basic-L-bullet[data-v-02cf1a51],p.Para-Basic-B[data-v-02cf1a51],p.Para-Circle-Num-Sub[data-v-02cf1a51],.Symbol-L p.Para-basic-L-Sub[data-v-02cf1a51],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-02cf1a51]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-02cf1a51],.Table--3col-Locations td li[data-v-02cf1a51],p.Para-Table-L-Sub[data-v-02cf1a51],p.Para-Table-L-Sub-Auto[data-v-02cf1a51],p.Para-Table-L-center[data-v-02cf1a51],p.Para-Table-L[data-v-02cf1a51],li.Para-Table-L-hyp-Sub[data-v-02cf1a51],li.Para-Table-L-hyp-2Sub[data-v-02cf1a51],p.Para-Table-B-Sub[data-v-02cf1a51],td p.Para-Table-L[data-v-02cf1a51],p.Para-Table-B[data-v-02cf1a51],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-02cf1a51]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-02cf1a51]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-02cf1a51],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-02cf1a51]{font-size:14px}.big .Table-specification td p[data-v-02cf1a51],.big .Table--3col-Locations td li[data-v-02cf1a51],.big p.Para-basic-L-Sub[data-v-02cf1a51],.big p.Para-basic-L-Sub-Auto[data-v-02cf1a51],.big p.Para-basic-L-center[data-v-02cf1a51],.big li.Para-basic-L-bullet[data-v-02cf1a51],.big p.Para-basic-L[data-v-02cf1a51],.big li.Para-basic-L-hyp-Sub[data-v-02cf1a51],.big li.Para-basic-L-hyp-2Sub[data-v-02cf1a51],.big li[class^=Para-Num][data-v-02cf1a51],.big p.Para-Box-Num[data-v-02cf1a51],.big p.Para-Basic-B-Sub[data-v-02cf1a51],.big td p.Para-basic-L[data-v-02cf1a51],.big td li.Para-basic-L-bullet[data-v-02cf1a51],.big p.Para-Basic-B[data-v-02cf1a51],.big p.Para-Circle-Num-Sub[data-v-02cf1a51]{font-size:16px}.big .Table-specification td p[data-v-02cf1a51],.big .Table--3col-Locations td li[data-v-02cf1a51],.big p.Para-Table-L-Sub[data-v-02cf1a51],.big p.Para-Table-L-Sub-Auto[data-v-02cf1a51],.big p.Para-Table-L-center[data-v-02cf1a51],.big p.Para-Table-L[data-v-02cf1a51],.big li.Para-Table-L-hyp-Sub[data-v-02cf1a51],.big li.Para-Table-L-hyp-2Sub[data-v-02cf1a51],.big li[class^=Para-Num][data-v-02cf1a51],.big p.Para-Box-Num[data-v-02cf1a51],.big p.Para-Table-B-Sub[data-v-02cf1a51],.big td p.Para-Table-L[data-v-02cf1a51],.big p.Para-Table-B[data-v-02cf1a51],.big p.Para-Circle-Num-Sub[data-v-02cf1a51],.big p.Para-Table-B-Center[data-v-02cf1a51],.big .Table--3col-ISO td p[data-v-02cf1a51]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-02cf1a51],p.Para-Table-B-Center[data-v-02cf1a51]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-02cf1a51],.big p.video_title[data-v-02cf1a51],.big .resultItem p[data-v-02cf1a51]{font-size:1.05em}h1[data-v-02cf1a51]{font-size:1.2em;margin-top:0}h2[data-v-02cf1a51]{font-size:1.1em}.Heading-3[data-v-02cf1a51]{font-size:1em}.content .text>ol li[data-v-02cf1a51]:BEFORE{font-size:26px}.video[data-v-02cf1a51]{width:95%}}p.Para-Table-L[data-v-02cf1a51]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-02cf1a51]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-02cf1a51]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-02cf1a51]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-02cf1a51]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-02cf1a51]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-02cf1a51]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-02cf1a51]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-02cf1a51]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-02cf1a51]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-02cf1a51]:before{content:"";display:block;height:15pt}.Bold[data-v-02cf1a51],span.Bold[data-v-02cf1a51]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-02cf1a51]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-02cf1a51]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-02cf1a51]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-02cf1a51]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-02cf1a51]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-02cf1a51]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-02cf1a51]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-02cf1a51]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-02cf1a51]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-02cf1a51]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-02cf1a51]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-02cf1a51],.Para-Table-L-Sub-Auto .icon-1[data-v-02cf1a51]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-02cf1a51]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-02cf1a51]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-02cf1a51]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-02cf1a51],.Table--2col td p.Para-basic-L[data-v-02cf1a51]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-02cf1a51]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-02cf1a51]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-02cf1a51]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-02cf1a51]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-02cf1a51]{margin-top:8pt!important}.table-responsive[data-v-02cf1a51]{width:100%;overflow-x:auto}.table-responsive table[data-v-02cf1a51]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-02cf1a51]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-02cf1a51]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-02cf1a51]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-02cf1a51]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-02cf1a51]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-02cf1a51]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-02cf1a51]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-02cf1a51]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-02cf1a51]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-02cf1a51]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-02cf1a51]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-02cf1a51]{font-size:12px}#table-15.responsive td[data-v-02cf1a51]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-02cf1a51]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-02cf1a51]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-02cf1a51]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-02cf1a51]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-02cf1a51],.Table--4col-Error th[data-v-02cf1a51]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-02cf1a51],.Table--4col-Error tr:first-child th[data-v-02cf1a51]{border-top:none}.Table--4col-Error tr:last-child td[data-v-02cf1a51]{border-bottom:none}.Table--4col-Error thead td[data-v-02cf1a51]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-02cf1a51]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-02cf1a51]:nth-child(1),.Table--4col-Error thead td[data-v-02cf1a51]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-02cf1a51]:nth-child(2),.Table--4col-Error thead td[data-v-02cf1a51]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-02cf1a51]:nth-child(3),.Table--4col-Error thead td[data-v-02cf1a51]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-02cf1a51]:nth-child(4),.Table--4col-Error thead td[data-v-02cf1a51]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-02cf1a51]:nth-child(1),.Table--4col-Error tbody td[data-v-02cf1a51]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-02cf1a51]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-02cf1a51]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-02cf1a51]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-02cf1a51]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-02cf1a51]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-02cf1a51]{font-size:14px!important}.Table--4col-Error tbody td[data-v-02cf1a51]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-02cf1a51],.Table--4col-Error p.Para-Table-B[data-v-02cf1a51],.Table--4col-Error p.Para-Table-L-Center[data-v-02cf1a51]{font-size:12px!important}.Table--4col-Error tbody td[data-v-02cf1a51]:nth-child(1),.Table--4col-Error thead td[data-v-02cf1a51]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-02cf1a51]:nth-child(2),.Table--4col-Error thead td[data-v-02cf1a51]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-02cf1a51]:nth-child(3),.Table--4col-Error thead td[data-v-02cf1a51]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-02cf1a51]:nth-child(4),.Table--4col-Error thead td[data-v-02cf1a51]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-02cf1a51]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-02cf1a51]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-02cf1a51]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-02cf1a51]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-02cf1a51]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-02cf1a51]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-02cf1a51]{line-height:1.25;font-weight:500}.Bold-color[data-v-02cf1a51]{font-weight:700}.char-style-override-4[data-v-02cf1a51]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-02cf1a51]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-02cf1a51]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-02cf1a51]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-02cf1a51]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-02cf1a51]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-02cf1a51]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-02cf1a51]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-02cf1a51]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-02cf1a51]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-02cf1a51]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-02cf1a51]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-02cf1a51]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-02cf1a51]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-02cf1a51]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-02cf1a51]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-02cf1a51],tr:last-child td.cell-style-override-7[data-v-02cf1a51]{border-bottom:0}table#table-16[data-v-02cf1a51]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-02cf1a51],.Table--2col-Air-Sensor[data-v-02cf1a51],.Table--2col-Voice[data-v-02cf1a51],.Table--2col-Filter[data-v-02cf1a51],.Table--troubleshooting[data-v-02cf1a51],.Table--4col-Error[data-v-02cf1a51],.Table--Specifications[data-v-02cf1a51]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-02cf1a51]:last-child,.Table--2col-Voice tr td[data-v-02cf1a51]:last-child{width:70%}.Table--2col-Voice tr td[data-v-02cf1a51]:first-child{width:30%}.Para-Table-L-Center[data-v-02cf1a51]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-02cf1a51]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-02cf1a51]{display:block!important}.Table--2col-Information td[data-v-02cf1a51]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-02cf1a51]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-02cf1a51]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-02cf1a51]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-02cf1a51]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-02cf1a51],.Table--4col-responsive table td[data-v-02cf1a51]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-02cf1a51],.Table--2col-Information th[data-v-02cf1a51]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-02cf1a51]:nth-child(1),.Table--2col-Information th[data-v-02cf1a51]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-02cf1a51]:nth-child(2),.Table--2col-Information th[data-v-02cf1a51]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-02cf1a51],.Table--2col-Information th[data-v-02cf1a51]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-02cf1a51]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-02cf1a51],.Table--2col-Voice th[data-v-02cf1a51]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-02cf1a51]:nth-child(1),.Table--2col-Voice th[data-v-02cf1a51]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-02cf1a51]:nth-child(2),.Table--2col-Voice th[data-v-02cf1a51]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-02cf1a51]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-02cf1a51],.Table--2col-Voice tr:last-child td[data-v-02cf1a51]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-02cf1a51],.Table--2col-Voice thead th[data-v-02cf1a51]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-02cf1a51]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-02cf1a51]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-02cf1a51]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-02cf1a51],.Table--2col-Information th[data-v-02cf1a51]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-02cf1a51]:nth-child(1),.Table--2col-Information th[data-v-02cf1a51]:nth-child(1){width:30%}.Table--2col-Information td[data-v-02cf1a51]:nth-child(2),.Table--2col-Information th[data-v-02cf1a51]:nth-child(2){width:70%}.Table--2col-Information td[data-v-02cf1a51]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-02cf1a51]{border-bottom:none}.Table--2col-Air-Sensor[data-v-02cf1a51]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-02cf1a51],.Table--2col-Air-Sensor th[data-v-02cf1a51]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-02cf1a51]:nth-child(1),.Table--2col-Air-Sensor th[data-v-02cf1a51]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-02cf1a51]:nth-child(2),.Table--2col-Air-Sensor th[data-v-02cf1a51]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-02cf1a51]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-02cf1a51]{border-bottom:none}.Table--2col-Filter[data-v-02cf1a51]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-02cf1a51],.Table--2col-Filter th[data-v-02cf1a51]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-02cf1a51]:nth-child(1),.Table--2col-Filter th[data-v-02cf1a51]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-02cf1a51]:nth-child(2),.Table--2col-Filter th[data-v-02cf1a51]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-02cf1a51]:nth-child(3),.Table--2col-Filter th[data-v-02cf1a51]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-02cf1a51]:nth-child(4),.Table--2col-Filter th[data-v-02cf1a51]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-02cf1a51]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-02cf1a51],.Table--2col-Filter tr:last-child td[data-v-02cf1a51]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-02cf1a51],.Table--2col-Filter thead th[data-v-02cf1a51]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-02cf1a51]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-02cf1a51]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-02cf1a51]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-02cf1a51],.Table--Specifications th[data-v-02cf1a51]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-02cf1a51]:first-child,.Table--Specifications th[data-v-02cf1a51]:first-child{width:16%}.Table--Specifications td[data-v-02cf1a51]:nth-child(2),.Table--Specifications th[data-v-02cf1a51]:nth-child(2){width:42%}.Table--Specifications td[data-v-02cf1a51]:nth-child(3),.Table--Specifications th[data-v-02cf1a51]:nth-child(3){width:42%}.Table--Specifications td[data-v-02cf1a51]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-02cf1a51],.Table--Specifications tr:last-child td[data-v-02cf1a51]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-02cf1a51],.Table--Specifications thead th[data-v-02cf1a51]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-02cf1a51]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-02cf1a51]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-02cf1a51],td.cell-style-override-20[data-v-02cf1a51]{padding:10px}td.x3col-Mid-text[data-v-02cf1a51],td.cell-style-override-22[data-v-02cf1a51],td.cell-style-override-20[data-v-02cf1a51]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-02cf1a51]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-02cf1a51]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-02cf1a51]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-02cf1a51]{margin-top:-350px}}#content-div[data-v-02cf1a51]{min-height:87vh;background-color:#fff}.data-row[data-v-02cf1a51]{color:#000}@media screen and (max-width: 600px){#content-div[data-v-02cf1a51]{min-height:100vh}}body[data-v-1081cebd]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-1081cebd]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-1081cebd]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-1081cebd]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-1081cebd]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-1081cebd]{width:83%!important}.content #naviText span[data-v-1081cebd]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-1081cebd]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-1081cebd]{width:100%!important}.content #mainCar[data-v-1081cebd]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-1081cebd]{width:100%}#mainCarPhone[data-v-1081cebd]{display:none}.content #buttonMenu_v2[data-v-1081cebd]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-1081cebd]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-1081cebd]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-1081cebd]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-1081cebd]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-1081cebd]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-1081cebd]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-1081cebd]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-1081cebd]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-1081cebd]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-1081cebd]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-1081cebd]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-1081cebd]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-1081cebd]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-1081cebd]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-1081cebd]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-1081cebd]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-1081cebd]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-1081cebd]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-1081cebd]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-1081cebd]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-1081cebd]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-1081cebd]{bottom:11%;width:30%}.content #naviText span[data-v-1081cebd]{font-size:17px}.content #naviText img[data-v-1081cebd]{width:80%!important}.content #carName[data-v-1081cebd]{right:0%;bottom:12%}.content #carName img[data-v-1081cebd]{width:40%!important}.content #buttonMenu_v2>a[data-v-1081cebd]{width:33%}.content #buttonMenu>a[data-v-1081cebd]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-1081cebd]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-1081cebd]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-1081cebd]{display:block}#mainCarPc[data-v-1081cebd]{display:none}.content #buttonMenu_v2[data-v-1081cebd],.content #buttonMenu[data-v-1081cebd]{width:92%}}@media screen and (max-width: 480px){.content[data-v-1081cebd]{padding-top:0}.content #naviText[data-v-1081cebd]{bottom:14%;width:45%}.content #naviText span[data-v-1081cebd]{font-size:11px}.content #naviText img[data-v-1081cebd]{width:88%!important}.content #carName[data-v-1081cebd]{right:5%;bottom:15%}.content #carName img[data-v-1081cebd]{width:120px!important}.content #buttonMenu_v2[data-v-1081cebd]{position:relative}.content #buttonMenu_v2>a>div[data-v-1081cebd]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-1081cebd]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-1081cebd]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-1081cebd]{position:relative}.content #buttonMenu>a>div[data-v-1081cebd]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-1081cebd]{height:120px}.content #buttonMenu>a>div>span[data-v-1081cebd]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-1081cebd]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-1081cebd]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-1081cebd]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-1081cebd]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-1081cebd]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-1081cebd]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-1081cebd]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-1081cebd]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-1081cebd]{margin:0;padding:0}html[data-v-1081cebd]{background-color:#000;width:100%}.keyword[data-v-1081cebd],.highlight[data-v-1081cebd]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-1081cebd]{font-family:upsys_commonregular}.header_main[data-v-1081cebd]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-1081cebd]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-1081cebd]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-1081cebd]>*{float:left}#headerLogo[data-v-1081cebd]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-1081cebd]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-1081cebd]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-1081cebd]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-1081cebd]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-1081cebd]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-1081cebd]{font-size:13px}.languageDiv .active[data-v-1081cebd]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-1081cebd]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-1081cebd]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-1081cebd]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-1081cebd],#languageSelect li[data-v-1081cebd]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-1081cebd],#languageSelect li:hover a[data-v-1081cebd]{color:#000}.footer-manual[data-v-1081cebd]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-1081cebd]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-1081cebd]{line-height:60px}#footerLogo[data-v-1081cebd]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-1081cebd]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-1081cebd]{display:inline-block;width:100%}#copyrightPcSpan[data-v-1081cebd]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-1081cebd]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-1081cebd]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-1081cebd]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-1081cebd]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-1081cebd]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-1081cebd]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-1081cebd]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-1081cebd]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-1081cebd]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-1081cebd]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-1081cebd]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-1081cebd]:focus{outline:none}#searchButton[data-v-1081cebd]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-1081cebd]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-1081cebd]{width:80%}table td.right[data-v-1081cebd]{width:10%;text-align:center}.result[data-v-1081cebd],.resultcount[data-v-1081cebd],.noResult[data-v-1081cebd]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-1081cebd]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-1081cebd]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-1081cebd]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-1081cebd]{color:#e49f81}.cover[data-v-1081cebd]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-1081cebd]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-1081cebd]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-1081cebd]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-1081cebd]{font-size:12px}.languageDivPhone .active[data-v-1081cebd]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-1081cebd]{bottom:30px;left:1px}.fontChangeButton[data-v-1081cebd]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-1081cebd]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-1081cebd]{left:0}.languageDiv div[data-v-1081cebd]{width:120%;left:-45px;top:5px}#languageSelect[data-v-1081cebd]{margin-left:-40px}#banner_img>a[data-v-1081cebd]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-1081cebd]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-1081cebd]{z-index:12}.header_main[data-v-1081cebd]{height:40px;padding-top:0}.header[data-v-1081cebd]{z-index:12}.header[data-v-1081cebd]{height:40px;padding-top:0}#title[data-v-1081cebd]{font-size:16px;width:49%}#headerLogo[data-v-1081cebd]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-1081cebd]{width:20%}.languageDiv div[data-v-1081cebd]{width:90%;left:-15px;top:5px}#languageSelect[data-v-1081cebd]{margin-left:-10px}.languageDiv ul[data-v-1081cebd]{font-size:12px}#menu[data-v-1081cebd]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-1081cebd]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-1081cebd]{width:80%}#rightHeader[data-v-1081cebd]{height:40px}#rightHeader>div[data-v-1081cebd]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-1081cebd]{position:absolute;right:38px;top:0}.searchDiv[data-v-1081cebd]{width:90%}#toc[data-v-1081cebd]{width:100%}.copyright[data-v-1081cebd]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-1081cebd]{display:none}#copyrightPhone[data-v-1081cebd]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-1081cebd]{width:15%!important}#prevBtn[data-v-1081cebd],#nextBtn[data-v-1081cebd]{width:32px;height:32px;background-size:100%}#searchButton[data-v-1081cebd]{margin-left:-1px}table td.left[data-v-1081cebd]{text-align:right}table td.center[data-v-1081cebd]{width:50%}table td.right[data-v-1081cebd]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-1081cebd]{left:0}.languageDiv div[data-v-1081cebd]{width:100%;left:-5px;top:5px}#languageSelect[data-v-1081cebd]{margin-left:20px}.languageDiv ul[data-v-1081cebd]{font-size:10px}.noResult>span[data-v-1081cebd]{width:200px!important;font-size:14px}#title[data-v-1081cebd]{font-size:13px;width:40%}#menu[data-v-1081cebd]{position:absolute}#banner_img>a[data-v-1081cebd]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-1081cebd]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-1081cebd]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-1081cebd]{font-size:14px}}body[data-v-1081cebd]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-1081cebd]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-1081cebd]{margin:auto;max-width:1120px}.subHeaderInner[data-v-1081cebd]>*{float:left}.content p[data-v-1081cebd],.content li[data-v-1081cebd]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-1081cebd]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-1081cebd]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-1081cebd]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-1081cebd]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-1081cebd]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-1081cebd]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-1081cebd]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-1081cebd]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-1081cebd]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-1081cebd]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-1081cebd]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-1081cebd],p.Para-Basic-B-Sub[data-v-1081cebd]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-1081cebd]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-1081cebd]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-1081cebd]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-1081cebd]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-1081cebd]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-1081cebd],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-1081cebd],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-1081cebd]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-1081cebd],p+ul li.Para-Basic-B-Sub[data-v-1081cebd]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-1081cebd],ul~p.Para-basic-L-bullet-Sub[data-v-1081cebd],ul~p.Para-Basic-B-Sub[data-v-1081cebd]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-1081cebd],ol~p.Para-basic-L-bullet-Sub[data-v-1081cebd],ol~p.Para-Basic-B-Sub[data-v-1081cebd]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-1081cebd],ol+*+p.Para-basic-L-bullet-Sub[data-v-1081cebd],ol+*+p.Para-Basic-B-Sub[data-v-1081cebd]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-1081cebd],a .Para-Basic-B-Sub[data-v-1081cebd]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-1081cebd]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-1081cebd]{margin-left:45px}.content p[data-v-1081cebd],li[data-v-1081cebd]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-1081cebd],p.Para-Basic-B[data-v-1081cebd],p.Para-Basic-B-Center[data-v-1081cebd]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-1081cebd]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-1081cebd],p.Para-Basic-B-Center[data-v-1081cebd]{text-align:center}p.Para-Table-L-center[data-v-1081cebd],p.Para-Table-B-Center[data-v-1081cebd]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-1081cebd],table p.Para-Basic-B[data-v-1081cebd],table p.Para-Basic-B-Center[data-v-1081cebd]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-1081cebd]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-1081cebd]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-1081cebd]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-1081cebd]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-1081cebd]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-1081cebd],.content .text>ul[data-v-1081cebd],.content .text table ol[data-v-1081cebd],.content .text table ul[data-v-1081cebd]{padding-left:20px}.content .text>ol[data-v-1081cebd]{padding-left:0}p.Para-Illust-L[data-v-1081cebd]{text-align:center}p.Para-Illust-L img[data-v-1081cebd]{display:inline-block}p.Placeholder-sub[data-v-1081cebd],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-1081cebd],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-1081cebd],.content .text>ol~.figure[data-v-1081cebd],p.Placeholder-sub-S[data-v-1081cebd],.Para-screen-sub-S[data-v-1081cebd],.Para-screen-sub-M[data-v-1081cebd],.Para-screen-sub-L[data-v-1081cebd]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-1081cebd],p.Placeholder-sub-M img[data-v-1081cebd],p.Placeholder-sub img[data-v-1081cebd]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-1081cebd]{margin-left:45px}.Table-pic-Left-sub img[data-v-1081cebd]{margin-top:5px;margin-bottom:10px}div.figure[data-v-1081cebd]{display:inline-block}p.Para-img-description[data-v-1081cebd]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-1081cebd]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-1081cebd]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-1081cebd]{margin-bottom:25px}.text img[data-v-1081cebd]{max-width:100%;display:block}.Table-Pic-center[data-v-1081cebd]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-1081cebd]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-1081cebd]{margin:0}p.Para-Box-Num[data-v-1081cebd]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-1081cebd]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-1081cebd]:AFTER{content:". "}span.inline-img img[data-v-1081cebd]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-1081cebd]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-1081cebd]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-1081cebd]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-1081cebd]{margin-left:6.5%;display:block!important}.discUl li[data-v-1081cebd]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-1081cebd],.Symbol-R[data-v-1081cebd],.Note-R-Pic[data-v-1081cebd]{display:block;width:100%}.Symbol-L[data-v-1081cebd]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-1081cebd]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-1081cebd],.Symbol-R li[data-v-1081cebd],.Symbol-R p[data-v-1081cebd]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-1081cebd]{font-size:16px}table.Table-Symbol td ul[data-v-1081cebd]{padding-left:20px}table.Table-Symbol[data-v-1081cebd]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-1081cebd]{color:#bc162c}.Symbol-Black[data-v-1081cebd],.Symbol-Black-Table[data-v-1081cebd]{font-family:upsys_commonregular}.Symbol-Green[data-v-1081cebd]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-1081cebd]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-1081cebd]{width:auto!important}.video_container[data-v-1081cebd]{margin-top:40px;float:right}.video[data-v-1081cebd]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-1081cebd]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-1081cebd]{width:100%}.Table--3col[data-v-1081cebd],.Basic-Table[data-v-1081cebd],.Table--2col[data-v-1081cebd],.Table-Landmark[data-v-1081cebd],.Table--4col[data-v-1081cebd],.Table-2row-merge[data-v-1081cebd],.Table--troubleshooting[data-v-1081cebd],.Table-specification[data-v-1081cebd],.Table-service-center[data-v-1081cebd],.Table-5col[data-v-1081cebd],.responsive[data-v-1081cebd],.Table--3col-Locations[data-v-1081cebd]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-1081cebd]:FIRST-CHILD,.Basic-Table tr[data-v-1081cebd]:FIRST-CHILD,.Table--2col tr[data-v-1081cebd]:FIRST-CHILD,.Table-Landmark tr[data-v-1081cebd]:FIRST-CHILD,.Table--4col tr[data-v-1081cebd]:FIRST-CHILD,.Table-2row-merge tr[data-v-1081cebd]:FIRST-CHILD,.Table--troubleshooting tr[data-v-1081cebd]:FIRST-CHILD,.Table-service-center tr[data-v-1081cebd]:FIRST-CHILD,.responsive tr[data-v-1081cebd]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-1081cebd]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-1081cebd],.Basic-Table td[data-v-1081cebd],.Table--2col td[data-v-1081cebd],.Table-Landmark td[data-v-1081cebd],.Table--4col td[data-v-1081cebd],.Table-2row-merge td[data-v-1081cebd],.Table--troubleshooting td[data-v-1081cebd],.Table-specification td[data-v-1081cebd],.Table-service-center td[data-v-1081cebd],.responsive td[data-v-1081cebd]{padding:10px}.Table--troubleshooting td[data-v-1081cebd]{border-right:none}.Table--troubleshooting[data-v-1081cebd]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-1081cebd],.Table-Landmark .Para-Pic-Center img[data-v-1081cebd]{width:30px}.Table-5col[data-v-1081cebd]{border:none}.Table-5col tr[data-v-1081cebd]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-1081cebd]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-1081cebd]{width:15%}.Table--3col td.x3col-L[data-v-1081cebd],.x3col-L td.x3col-M[data-v-1081cebd]{width:10%}td.x3col-Mid-Text[data-v-1081cebd]{text-align:center}td.x3col-R-Pic[data-v-1081cebd]{text-align:right}.responsive td p[data-v-1081cebd]{text-align:center}table.Table--3col-Locations[data-v-1081cebd]{border-collapse:collapse}.Table--3col-Locations td[data-v-1081cebd]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-1081cebd]{padding:10px}.Para-Pic-Center img[data-v-1081cebd]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-1081cebd]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-1081cebd]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-1081cebd]{width:50%}.Table-specification .x3col-L-Grey[data-v-1081cebd]{width:20%}.Table-specification .Spec-Mid-text[data-v-1081cebd]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-1081cebd]{width:50%}.Table--3col .x3col-L-Grey[data-v-1081cebd]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-1081cebd],.Table--4col .x3col-Mid-Grey[data-v-1081cebd],.Table--4col .x3col-R-Grey[data-v-1081cebd]{width:30%}.navi td.x3col-Mid-Grey[data-v-1081cebd]{width:15%}.Table--3col .x3col-R-Grey[data-v-1081cebd]{width:50%}.Table--2col .x3col-L-Grey[data-v-1081cebd],.Table--2col td[data-v-1081cebd]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-1081cebd]{width:70%}.Table--2col-Disc[data-v-1081cebd]{border-collapse:collapse}.Table--2col-Disc td[data-v-1081cebd]{border:1px solid grey;padding:10px}.Table-PL td[data-v-1081cebd]:FIRST-CHILD{width:25%}.resultcount p[data-v-1081cebd]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-1081cebd]{font-family:SK_namuhx-Bold}.noResult>span[data-v-1081cebd]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-1081cebd]{color:#f0dfdf;display:block}.result_list[data-v-1081cebd]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-1081cebd]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-1081cebd]{font-family:SK_namuhx-Regular}.resulttext p[data-v-1081cebd]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-1081cebd]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-1081cebd]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-1081cebd],.Cross-Reference[data-v-1081cebd]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-1081cebd]:hover{text-decoration:underline}.fontChangeDiv[data-v-1081cebd]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-1081cebd]{top:55px}#backButton[data-v-1081cebd]{background-size:16px}.chapterTitle[data-v-1081cebd]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-1081cebd],h2[data-v-1081cebd]{font-size:1.3em}#contentAccordion[data-v-1081cebd]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-1081cebd]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-1081cebd]{line-height:21px}.video[data-v-1081cebd]{width:46%}}@media screen and (max-width: 640px){h2[data-v-1081cebd]{margin-top:40px}.subHeader[data-v-1081cebd]{top:40px}.fontChangeDiv[data-v-1081cebd]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-1081cebd]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-1081cebd]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-1081cebd]{margin-left:7.3%}table td[data-v-1081cebd]{font-size:14px;padding:5px!important}table td p[data-v-1081cebd],table td p.Para-Basic-B-Center[data-v-1081cebd],table td p.Para-Basic-B[data-v-1081cebd]{font-size:14px}table td p.Para-Small-L[data-v-1081cebd]{font-size:12px;word-break:break-word}.Table--3col td[data-v-1081cebd],.Basic-Table td[data-v-1081cebd],.Table--2col td[data-v-1081cebd],.Table-Landmark td[data-v-1081cebd],.Table--4col td[data-v-1081cebd],.Table-2row-merge td[data-v-1081cebd],.Table--troubleshooting td[data-v-1081cebd],.Table-specification td[data-v-1081cebd],.Table-service-center td[data-v-1081cebd]{border-right:none}.responsive[data-v-1081cebd],.responsive tr[data-v-1081cebd],.responsive tbody[data-v-1081cebd]{width:100%}.Table--4col-responsive td[data-v-1081cebd]{min-width:200px!important;height:auto}.responsive td p[data-v-1081cebd]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-1081cebd],.Table-Symbol td li[data-v-1081cebd]{font-size:16px}p.Placeholder-sub[data-v-1081cebd],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-1081cebd],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-1081cebd],.content .text>ol~.figure[data-v-1081cebd],.content .text>ol+ul[data-v-1081cebd],.Para-screen-sub-L[data-v-1081cebd]{margin-left:0}.resultcount p[data-v-1081cebd]{font-size:16px}.Table-specification td p[data-v-1081cebd],.Table--3col-Locations td li[data-v-1081cebd],p.Para-basic-L-Sub[data-v-1081cebd],p.Para-basic-L-Sub-Auto[data-v-1081cebd],p.Para-basic-L-center[data-v-1081cebd],li.Para-basic-L-bullet[data-v-1081cebd],p.Para-basic-L[data-v-1081cebd],li.Para-basic-L-hyp-Sub[data-v-1081cebd],li.Para-basic-L-hyp-2Sub[data-v-1081cebd],li[class^=Para-Num][data-v-1081cebd],p.Para-Box-Num[data-v-1081cebd],p.Para-Basic-B-Sub[data-v-1081cebd],td p.Para-basic-L[data-v-1081cebd],td li.Para-basic-L-bullet[data-v-1081cebd],p.Para-Basic-B[data-v-1081cebd],p.Para-Circle-Num-Sub[data-v-1081cebd],.Symbol-L p.Para-basic-L-Sub[data-v-1081cebd],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-1081cebd]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-1081cebd],.Table--3col-Locations td li[data-v-1081cebd],p.Para-Table-L-Sub[data-v-1081cebd],p.Para-Table-L-Sub-Auto[data-v-1081cebd],p.Para-Table-L-center[data-v-1081cebd],p.Para-Table-L[data-v-1081cebd],li.Para-Table-L-hyp-Sub[data-v-1081cebd],li.Para-Table-L-hyp-2Sub[data-v-1081cebd],p.Para-Table-B-Sub[data-v-1081cebd],td p.Para-Table-L[data-v-1081cebd],p.Para-Table-B[data-v-1081cebd],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-1081cebd]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-1081cebd]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-1081cebd],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-1081cebd]{font-size:14px}.big .Table-specification td p[data-v-1081cebd],.big .Table--3col-Locations td li[data-v-1081cebd],.big p.Para-basic-L-Sub[data-v-1081cebd],.big p.Para-basic-L-Sub-Auto[data-v-1081cebd],.big p.Para-basic-L-center[data-v-1081cebd],.big li.Para-basic-L-bullet[data-v-1081cebd],.big p.Para-basic-L[data-v-1081cebd],.big li.Para-basic-L-hyp-Sub[data-v-1081cebd],.big li.Para-basic-L-hyp-2Sub[data-v-1081cebd],.big li[class^=Para-Num][data-v-1081cebd],.big p.Para-Box-Num[data-v-1081cebd],.big p.Para-Basic-B-Sub[data-v-1081cebd],.big td p.Para-basic-L[data-v-1081cebd],.big td li.Para-basic-L-bullet[data-v-1081cebd],.big p.Para-Basic-B[data-v-1081cebd],.big p.Para-Circle-Num-Sub[data-v-1081cebd]{font-size:16px}.big .Table-specification td p[data-v-1081cebd],.big .Table--3col-Locations td li[data-v-1081cebd],.big p.Para-Table-L-Sub[data-v-1081cebd],.big p.Para-Table-L-Sub-Auto[data-v-1081cebd],.big p.Para-Table-L-center[data-v-1081cebd],.big p.Para-Table-L[data-v-1081cebd],.big li.Para-Table-L-hyp-Sub[data-v-1081cebd],.big li.Para-Table-L-hyp-2Sub[data-v-1081cebd],.big li[class^=Para-Num][data-v-1081cebd],.big p.Para-Box-Num[data-v-1081cebd],.big p.Para-Table-B-Sub[data-v-1081cebd],.big td p.Para-Table-L[data-v-1081cebd],.big p.Para-Table-B[data-v-1081cebd],.big p.Para-Circle-Num-Sub[data-v-1081cebd],.big p.Para-Table-B-Center[data-v-1081cebd],.big .Table--3col-ISO td p[data-v-1081cebd]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-1081cebd],p.Para-Table-B-Center[data-v-1081cebd]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-1081cebd],.big p.video_title[data-v-1081cebd],.big .resultItem p[data-v-1081cebd]{font-size:1.05em}h1[data-v-1081cebd]{font-size:1.2em;margin-top:0}h2[data-v-1081cebd]{font-size:1.1em}.Heading-3[data-v-1081cebd]{font-size:1em}.content .text>ol li[data-v-1081cebd]:BEFORE{font-size:26px}.video[data-v-1081cebd]{width:95%}}p.Para-Table-L[data-v-1081cebd]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-1081cebd]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-1081cebd]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-1081cebd]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-1081cebd]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-1081cebd]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-1081cebd]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-1081cebd]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-1081cebd]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-1081cebd]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-1081cebd]:before{content:"";display:block;height:15pt}.Bold[data-v-1081cebd],span.Bold[data-v-1081cebd]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-1081cebd]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-1081cebd]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-1081cebd]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-1081cebd]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-1081cebd]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-1081cebd]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-1081cebd]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-1081cebd]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-1081cebd]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-1081cebd]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-1081cebd]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-1081cebd],.Para-Table-L-Sub-Auto .icon-1[data-v-1081cebd]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-1081cebd]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-1081cebd]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-1081cebd]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-1081cebd],.Table--2col td p.Para-basic-L[data-v-1081cebd]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-1081cebd]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-1081cebd]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-1081cebd]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-1081cebd]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-1081cebd]{margin-top:8pt!important}.table-responsive[data-v-1081cebd]{width:100%;overflow-x:auto}.table-responsive table[data-v-1081cebd]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-1081cebd]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-1081cebd]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-1081cebd]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-1081cebd]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-1081cebd]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-1081cebd]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-1081cebd]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-1081cebd]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-1081cebd]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-1081cebd]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-1081cebd]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-1081cebd]{font-size:12px}#table-15.responsive td[data-v-1081cebd]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-1081cebd]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-1081cebd]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-1081cebd]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-1081cebd]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-1081cebd],.Table--4col-Error th[data-v-1081cebd]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-1081cebd],.Table--4col-Error tr:first-child th[data-v-1081cebd]{border-top:none}.Table--4col-Error tr:last-child td[data-v-1081cebd]{border-bottom:none}.Table--4col-Error thead td[data-v-1081cebd]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-1081cebd]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-1081cebd]:nth-child(1),.Table--4col-Error thead td[data-v-1081cebd]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-1081cebd]:nth-child(2),.Table--4col-Error thead td[data-v-1081cebd]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-1081cebd]:nth-child(3),.Table--4col-Error thead td[data-v-1081cebd]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-1081cebd]:nth-child(4),.Table--4col-Error thead td[data-v-1081cebd]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-1081cebd]:nth-child(1),.Table--4col-Error tbody td[data-v-1081cebd]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-1081cebd]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-1081cebd]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-1081cebd]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-1081cebd]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-1081cebd]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-1081cebd]{font-size:14px!important}.Table--4col-Error tbody td[data-v-1081cebd]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-1081cebd],.Table--4col-Error p.Para-Table-B[data-v-1081cebd],.Table--4col-Error p.Para-Table-L-Center[data-v-1081cebd]{font-size:12px!important}.Table--4col-Error tbody td[data-v-1081cebd]:nth-child(1),.Table--4col-Error thead td[data-v-1081cebd]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-1081cebd]:nth-child(2),.Table--4col-Error thead td[data-v-1081cebd]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-1081cebd]:nth-child(3),.Table--4col-Error thead td[data-v-1081cebd]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-1081cebd]:nth-child(4),.Table--4col-Error thead td[data-v-1081cebd]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-1081cebd]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-1081cebd]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-1081cebd]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-1081cebd]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-1081cebd]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-1081cebd]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-1081cebd]{line-height:1.25;font-weight:500}.Bold-color[data-v-1081cebd]{font-weight:700}.char-style-override-4[data-v-1081cebd]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-1081cebd]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-1081cebd]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-1081cebd]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-1081cebd]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-1081cebd]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-1081cebd]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-1081cebd]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-1081cebd]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-1081cebd]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-1081cebd]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-1081cebd]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-1081cebd]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-1081cebd]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-1081cebd]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-1081cebd]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-1081cebd],tr:last-child td.cell-style-override-7[data-v-1081cebd]{border-bottom:0}table#table-16[data-v-1081cebd]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-1081cebd],.Table--2col-Air-Sensor[data-v-1081cebd],.Table--2col-Voice[data-v-1081cebd],.Table--2col-Filter[data-v-1081cebd],.Table--troubleshooting[data-v-1081cebd],.Table--4col-Error[data-v-1081cebd],.Table--Specifications[data-v-1081cebd]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-1081cebd]:last-child,.Table--2col-Voice tr td[data-v-1081cebd]:last-child{width:70%}.Table--2col-Voice tr td[data-v-1081cebd]:first-child{width:30%}.Para-Table-L-Center[data-v-1081cebd]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-1081cebd]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-1081cebd]{display:block!important}.Table--2col-Information td[data-v-1081cebd]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-1081cebd]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-1081cebd]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-1081cebd]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-1081cebd]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-1081cebd],.Table--4col-responsive table td[data-v-1081cebd]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-1081cebd],.Table--2col-Information th[data-v-1081cebd]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-1081cebd]:nth-child(1),.Table--2col-Information th[data-v-1081cebd]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-1081cebd]:nth-child(2),.Table--2col-Information th[data-v-1081cebd]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-1081cebd],.Table--2col-Information th[data-v-1081cebd]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-1081cebd]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-1081cebd],.Table--2col-Voice th[data-v-1081cebd]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-1081cebd]:nth-child(1),.Table--2col-Voice th[data-v-1081cebd]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-1081cebd]:nth-child(2),.Table--2col-Voice th[data-v-1081cebd]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-1081cebd]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-1081cebd],.Table--2col-Voice tr:last-child td[data-v-1081cebd]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-1081cebd],.Table--2col-Voice thead th[data-v-1081cebd]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-1081cebd]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-1081cebd]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-1081cebd]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-1081cebd],.Table--2col-Information th[data-v-1081cebd]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-1081cebd]:nth-child(1),.Table--2col-Information th[data-v-1081cebd]:nth-child(1){width:30%}.Table--2col-Information td[data-v-1081cebd]:nth-child(2),.Table--2col-Information th[data-v-1081cebd]:nth-child(2){width:70%}.Table--2col-Information td[data-v-1081cebd]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-1081cebd]{border-bottom:none}.Table--2col-Air-Sensor[data-v-1081cebd]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-1081cebd],.Table--2col-Air-Sensor th[data-v-1081cebd]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-1081cebd]:nth-child(1),.Table--2col-Air-Sensor th[data-v-1081cebd]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-1081cebd]:nth-child(2),.Table--2col-Air-Sensor th[data-v-1081cebd]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-1081cebd]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-1081cebd]{border-bottom:none}.Table--2col-Filter[data-v-1081cebd]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-1081cebd],.Table--2col-Filter th[data-v-1081cebd]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-1081cebd]:nth-child(1),.Table--2col-Filter th[data-v-1081cebd]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-1081cebd]:nth-child(2),.Table--2col-Filter th[data-v-1081cebd]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-1081cebd]:nth-child(3),.Table--2col-Filter th[data-v-1081cebd]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-1081cebd]:nth-child(4),.Table--2col-Filter th[data-v-1081cebd]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-1081cebd]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-1081cebd],.Table--2col-Filter tr:last-child td[data-v-1081cebd]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-1081cebd],.Table--2col-Filter thead th[data-v-1081cebd]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-1081cebd]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-1081cebd]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-1081cebd]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-1081cebd],.Table--Specifications th[data-v-1081cebd]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-1081cebd]:first-child,.Table--Specifications th[data-v-1081cebd]:first-child{width:16%}.Table--Specifications td[data-v-1081cebd]:nth-child(2),.Table--Specifications th[data-v-1081cebd]:nth-child(2){width:42%}.Table--Specifications td[data-v-1081cebd]:nth-child(3),.Table--Specifications th[data-v-1081cebd]:nth-child(3){width:42%}.Table--Specifications td[data-v-1081cebd]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-1081cebd],.Table--Specifications tr:last-child td[data-v-1081cebd]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-1081cebd],.Table--Specifications thead th[data-v-1081cebd]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-1081cebd]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-1081cebd]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-1081cebd],td.cell-style-override-20[data-v-1081cebd]{padding:10px}td.x3col-Mid-text[data-v-1081cebd],td.cell-style-override-22[data-v-1081cebd],td.cell-style-override-20[data-v-1081cebd]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-1081cebd]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-1081cebd]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-1081cebd]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-1081cebd]{margin-top:-350px}}#content-div[data-v-1081cebd]{min-height:87vh;background-color:#fff}.data-row[data-v-1081cebd]{color:#000}@media screen and (max-width: 600px){#content-div[data-v-1081cebd]{min-height:100vh}}body[data-v-b0bbc0a0]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-b0bbc0a0]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-b0bbc0a0]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-b0bbc0a0]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-b0bbc0a0]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-b0bbc0a0]{width:83%!important}.content #naviText span[data-v-b0bbc0a0]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-b0bbc0a0]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-b0bbc0a0]{width:100%!important}.content #mainCar[data-v-b0bbc0a0]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-b0bbc0a0]{width:100%}#mainCarPhone[data-v-b0bbc0a0]{display:none}.content #buttonMenu_v2[data-v-b0bbc0a0]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-b0bbc0a0]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-b0bbc0a0]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-b0bbc0a0]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-b0bbc0a0]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-b0bbc0a0]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-b0bbc0a0]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-b0bbc0a0]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-b0bbc0a0]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-b0bbc0a0]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-b0bbc0a0]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-b0bbc0a0]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-b0bbc0a0]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-b0bbc0a0]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-b0bbc0a0]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-b0bbc0a0]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-b0bbc0a0]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-b0bbc0a0]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-b0bbc0a0]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-b0bbc0a0]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-b0bbc0a0]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-b0bbc0a0]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-b0bbc0a0]{bottom:11%;width:30%}.content #naviText span[data-v-b0bbc0a0]{font-size:17px}.content #naviText img[data-v-b0bbc0a0]{width:80%!important}.content #carName[data-v-b0bbc0a0]{right:0%;bottom:12%}.content #carName img[data-v-b0bbc0a0]{width:40%!important}.content #buttonMenu_v2>a[data-v-b0bbc0a0]{width:33%}.content #buttonMenu>a[data-v-b0bbc0a0]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-b0bbc0a0]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-b0bbc0a0]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-b0bbc0a0]{display:block}#mainCarPc[data-v-b0bbc0a0]{display:none}.content #buttonMenu_v2[data-v-b0bbc0a0],.content #buttonMenu[data-v-b0bbc0a0]{width:92%}}@media screen and (max-width: 480px){.content[data-v-b0bbc0a0]{padding-top:0}.content #naviText[data-v-b0bbc0a0]{bottom:14%;width:45%}.content #naviText span[data-v-b0bbc0a0]{font-size:11px}.content #naviText img[data-v-b0bbc0a0]{width:88%!important}.content #carName[data-v-b0bbc0a0]{right:5%;bottom:15%}.content #carName img[data-v-b0bbc0a0]{width:120px!important}.content #buttonMenu_v2[data-v-b0bbc0a0]{position:relative}.content #buttonMenu_v2>a>div[data-v-b0bbc0a0]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-b0bbc0a0]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-b0bbc0a0]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-b0bbc0a0]{position:relative}.content #buttonMenu>a>div[data-v-b0bbc0a0]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-b0bbc0a0]{height:120px}.content #buttonMenu>a>div>span[data-v-b0bbc0a0]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-b0bbc0a0]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-b0bbc0a0]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-b0bbc0a0]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-b0bbc0a0]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-b0bbc0a0]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-b0bbc0a0]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-b0bbc0a0]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-b0bbc0a0]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-b0bbc0a0]{margin:0;padding:0}html[data-v-b0bbc0a0]{background-color:#000;width:100%}.keyword[data-v-b0bbc0a0],.highlight[data-v-b0bbc0a0]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-b0bbc0a0]{font-family:upsys_commonregular}.header_main[data-v-b0bbc0a0]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-b0bbc0a0]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-b0bbc0a0]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-b0bbc0a0]>*{float:left}#headerLogo[data-v-b0bbc0a0]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-b0bbc0a0]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-b0bbc0a0]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-b0bbc0a0]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-b0bbc0a0]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-b0bbc0a0]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-b0bbc0a0]{font-size:13px}.languageDiv .active[data-v-b0bbc0a0]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-b0bbc0a0]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-b0bbc0a0]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-b0bbc0a0]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-b0bbc0a0],#languageSelect li[data-v-b0bbc0a0]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-b0bbc0a0],#languageSelect li:hover a[data-v-b0bbc0a0]{color:#000}.footer-manual[data-v-b0bbc0a0]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-b0bbc0a0]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-b0bbc0a0]{line-height:60px}#footerLogo[data-v-b0bbc0a0]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-b0bbc0a0]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-b0bbc0a0]{display:inline-block;width:100%}#copyrightPcSpan[data-v-b0bbc0a0]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-b0bbc0a0]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-b0bbc0a0]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-b0bbc0a0]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-b0bbc0a0]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-b0bbc0a0]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-b0bbc0a0]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-b0bbc0a0]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-b0bbc0a0]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-b0bbc0a0]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-b0bbc0a0]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-b0bbc0a0]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-b0bbc0a0]:focus{outline:none}#searchButton[data-v-b0bbc0a0]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-b0bbc0a0]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-b0bbc0a0]{width:80%}table td.right[data-v-b0bbc0a0]{width:10%;text-align:center}.result[data-v-b0bbc0a0],.resultcount[data-v-b0bbc0a0],.noResult[data-v-b0bbc0a0]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-b0bbc0a0]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-b0bbc0a0]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-b0bbc0a0]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-b0bbc0a0]{color:#e49f81}.cover[data-v-b0bbc0a0]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-b0bbc0a0]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-b0bbc0a0]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-b0bbc0a0]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-b0bbc0a0]{font-size:12px}.languageDivPhone .active[data-v-b0bbc0a0]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-b0bbc0a0]{bottom:30px;left:1px}.fontChangeButton[data-v-b0bbc0a0]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-b0bbc0a0]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-b0bbc0a0]{left:0}.languageDiv div[data-v-b0bbc0a0]{width:120%;left:-45px;top:5px}#languageSelect[data-v-b0bbc0a0]{margin-left:-40px}#banner_img>a[data-v-b0bbc0a0]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-b0bbc0a0]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-b0bbc0a0]{z-index:12}.header_main[data-v-b0bbc0a0]{height:40px;padding-top:0}.header[data-v-b0bbc0a0]{z-index:12}.header[data-v-b0bbc0a0]{height:40px;padding-top:0}#title[data-v-b0bbc0a0]{font-size:16px;width:49%}#headerLogo[data-v-b0bbc0a0]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-b0bbc0a0]{width:20%}.languageDiv div[data-v-b0bbc0a0]{width:90%;left:-15px;top:5px}#languageSelect[data-v-b0bbc0a0]{margin-left:-10px}.languageDiv ul[data-v-b0bbc0a0]{font-size:12px}#menu[data-v-b0bbc0a0]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-b0bbc0a0]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-b0bbc0a0]{width:80%}#rightHeader[data-v-b0bbc0a0]{height:40px}#rightHeader>div[data-v-b0bbc0a0]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-b0bbc0a0]{position:absolute;right:38px;top:0}.searchDiv[data-v-b0bbc0a0]{width:90%}#toc[data-v-b0bbc0a0]{width:100%}.copyright[data-v-b0bbc0a0]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-b0bbc0a0]{display:none}#copyrightPhone[data-v-b0bbc0a0]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-b0bbc0a0]{width:15%!important}#prevBtn[data-v-b0bbc0a0],#nextBtn[data-v-b0bbc0a0]{width:32px;height:32px;background-size:100%}#searchButton[data-v-b0bbc0a0]{margin-left:-1px}table td.left[data-v-b0bbc0a0]{text-align:right}table td.center[data-v-b0bbc0a0]{width:50%}table td.right[data-v-b0bbc0a0]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-b0bbc0a0]{left:0}.languageDiv div[data-v-b0bbc0a0]{width:100%;left:-5px;top:5px}#languageSelect[data-v-b0bbc0a0]{margin-left:20px}.languageDiv ul[data-v-b0bbc0a0]{font-size:10px}.noResult>span[data-v-b0bbc0a0]{width:200px!important;font-size:14px}#title[data-v-b0bbc0a0]{font-size:13px;width:40%}#menu[data-v-b0bbc0a0]{position:absolute}#banner_img>a[data-v-b0bbc0a0]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-b0bbc0a0]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-b0bbc0a0]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-b0bbc0a0]{font-size:14px}}body[data-v-b0bbc0a0]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-b0bbc0a0]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-b0bbc0a0]{margin:auto;max-width:1120px}.subHeaderInner[data-v-b0bbc0a0]>*{float:left}.content p[data-v-b0bbc0a0],.content li[data-v-b0bbc0a0]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-b0bbc0a0]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-b0bbc0a0]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-b0bbc0a0]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-b0bbc0a0]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-b0bbc0a0]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-b0bbc0a0]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-b0bbc0a0]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-b0bbc0a0]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-b0bbc0a0]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-b0bbc0a0]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-b0bbc0a0]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-b0bbc0a0],p.Para-Basic-B-Sub[data-v-b0bbc0a0]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-b0bbc0a0]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-b0bbc0a0]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-b0bbc0a0]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-b0bbc0a0]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-b0bbc0a0]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-b0bbc0a0],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-b0bbc0a0],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-b0bbc0a0]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-b0bbc0a0],p+ul li.Para-Basic-B-Sub[data-v-b0bbc0a0]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-b0bbc0a0],ul~p.Para-basic-L-bullet-Sub[data-v-b0bbc0a0],ul~p.Para-Basic-B-Sub[data-v-b0bbc0a0]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-b0bbc0a0],ol~p.Para-basic-L-bullet-Sub[data-v-b0bbc0a0],ol~p.Para-Basic-B-Sub[data-v-b0bbc0a0]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-b0bbc0a0],ol+*+p.Para-basic-L-bullet-Sub[data-v-b0bbc0a0],ol+*+p.Para-Basic-B-Sub[data-v-b0bbc0a0]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-b0bbc0a0],a .Para-Basic-B-Sub[data-v-b0bbc0a0]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-b0bbc0a0]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-b0bbc0a0]{margin-left:45px}.content p[data-v-b0bbc0a0],li[data-v-b0bbc0a0]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-b0bbc0a0],p.Para-Basic-B[data-v-b0bbc0a0],p.Para-Basic-B-Center[data-v-b0bbc0a0]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-b0bbc0a0]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-b0bbc0a0],p.Para-Basic-B-Center[data-v-b0bbc0a0]{text-align:center}p.Para-Table-L-center[data-v-b0bbc0a0],p.Para-Table-B-Center[data-v-b0bbc0a0]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-b0bbc0a0],table p.Para-Basic-B[data-v-b0bbc0a0],table p.Para-Basic-B-Center[data-v-b0bbc0a0]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-b0bbc0a0]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-b0bbc0a0]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-b0bbc0a0]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-b0bbc0a0]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-b0bbc0a0]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-b0bbc0a0],.content .text>ul[data-v-b0bbc0a0],.content .text table ol[data-v-b0bbc0a0],.content .text table ul[data-v-b0bbc0a0]{padding-left:20px}.content .text>ol[data-v-b0bbc0a0]{padding-left:0}p.Para-Illust-L[data-v-b0bbc0a0]{text-align:center}p.Para-Illust-L img[data-v-b0bbc0a0]{display:inline-block}p.Placeholder-sub[data-v-b0bbc0a0],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-b0bbc0a0],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-b0bbc0a0],.content .text>ol~.figure[data-v-b0bbc0a0],p.Placeholder-sub-S[data-v-b0bbc0a0],.Para-screen-sub-S[data-v-b0bbc0a0],.Para-screen-sub-M[data-v-b0bbc0a0],.Para-screen-sub-L[data-v-b0bbc0a0]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-b0bbc0a0],p.Placeholder-sub-M img[data-v-b0bbc0a0],p.Placeholder-sub img[data-v-b0bbc0a0]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-b0bbc0a0]{margin-left:45px}.Table-pic-Left-sub img[data-v-b0bbc0a0]{margin-top:5px;margin-bottom:10px}div.figure[data-v-b0bbc0a0]{display:inline-block}p.Para-img-description[data-v-b0bbc0a0]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-b0bbc0a0]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-b0bbc0a0]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-b0bbc0a0]{margin-bottom:25px}.text img[data-v-b0bbc0a0]{max-width:100%;display:block}.Table-Pic-center[data-v-b0bbc0a0]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-b0bbc0a0]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-b0bbc0a0]{margin:0}p.Para-Box-Num[data-v-b0bbc0a0]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-b0bbc0a0]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-b0bbc0a0]:AFTER{content:". "}span.inline-img img[data-v-b0bbc0a0]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-b0bbc0a0]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-b0bbc0a0]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-b0bbc0a0]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-b0bbc0a0]{margin-left:6.5%;display:block!important}.discUl li[data-v-b0bbc0a0]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-b0bbc0a0],.Symbol-R[data-v-b0bbc0a0],.Note-R-Pic[data-v-b0bbc0a0]{display:block;width:100%}.Symbol-L[data-v-b0bbc0a0]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-b0bbc0a0]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-b0bbc0a0],.Symbol-R li[data-v-b0bbc0a0],.Symbol-R p[data-v-b0bbc0a0]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-b0bbc0a0]{font-size:16px}table.Table-Symbol td ul[data-v-b0bbc0a0]{padding-left:20px}table.Table-Symbol[data-v-b0bbc0a0]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-b0bbc0a0]{color:#bc162c}.Symbol-Black[data-v-b0bbc0a0],.Symbol-Black-Table[data-v-b0bbc0a0]{font-family:upsys_commonregular}.Symbol-Green[data-v-b0bbc0a0]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-b0bbc0a0]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-b0bbc0a0]{width:auto!important}.video_container[data-v-b0bbc0a0]{margin-top:40px;float:right}.video[data-v-b0bbc0a0]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-b0bbc0a0]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-b0bbc0a0]{width:100%}.Table--3col[data-v-b0bbc0a0],.Basic-Table[data-v-b0bbc0a0],.Table--2col[data-v-b0bbc0a0],.Table-Landmark[data-v-b0bbc0a0],.Table--4col[data-v-b0bbc0a0],.Table-2row-merge[data-v-b0bbc0a0],.Table--troubleshooting[data-v-b0bbc0a0],.Table-specification[data-v-b0bbc0a0],.Table-service-center[data-v-b0bbc0a0],.Table-5col[data-v-b0bbc0a0],.responsive[data-v-b0bbc0a0],.Table--3col-Locations[data-v-b0bbc0a0]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-b0bbc0a0]:FIRST-CHILD,.Basic-Table tr[data-v-b0bbc0a0]:FIRST-CHILD,.Table--2col tr[data-v-b0bbc0a0]:FIRST-CHILD,.Table-Landmark tr[data-v-b0bbc0a0]:FIRST-CHILD,.Table--4col tr[data-v-b0bbc0a0]:FIRST-CHILD,.Table-2row-merge tr[data-v-b0bbc0a0]:FIRST-CHILD,.Table--troubleshooting tr[data-v-b0bbc0a0]:FIRST-CHILD,.Table-service-center tr[data-v-b0bbc0a0]:FIRST-CHILD,.responsive tr[data-v-b0bbc0a0]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-b0bbc0a0]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-b0bbc0a0],.Basic-Table td[data-v-b0bbc0a0],.Table--2col td[data-v-b0bbc0a0],.Table-Landmark td[data-v-b0bbc0a0],.Table--4col td[data-v-b0bbc0a0],.Table-2row-merge td[data-v-b0bbc0a0],.Table--troubleshooting td[data-v-b0bbc0a0],.Table-specification td[data-v-b0bbc0a0],.Table-service-center td[data-v-b0bbc0a0],.responsive td[data-v-b0bbc0a0]{padding:10px}.Table--troubleshooting td[data-v-b0bbc0a0]{border-right:none}.Table--troubleshooting[data-v-b0bbc0a0]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-b0bbc0a0],.Table-Landmark .Para-Pic-Center img[data-v-b0bbc0a0]{width:30px}.Table-5col[data-v-b0bbc0a0]{border:none}.Table-5col tr[data-v-b0bbc0a0]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-b0bbc0a0]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-b0bbc0a0]{width:15%}.Table--3col td.x3col-L[data-v-b0bbc0a0],.x3col-L td.x3col-M[data-v-b0bbc0a0]{width:10%}td.x3col-Mid-Text[data-v-b0bbc0a0]{text-align:center}td.x3col-R-Pic[data-v-b0bbc0a0]{text-align:right}.responsive td p[data-v-b0bbc0a0]{text-align:center}table.Table--3col-Locations[data-v-b0bbc0a0]{border-collapse:collapse}.Table--3col-Locations td[data-v-b0bbc0a0]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-b0bbc0a0]{padding:10px}.Para-Pic-Center img[data-v-b0bbc0a0]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-b0bbc0a0]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-b0bbc0a0]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-b0bbc0a0]{width:50%}.Table-specification .x3col-L-Grey[data-v-b0bbc0a0]{width:20%}.Table-specification .Spec-Mid-text[data-v-b0bbc0a0]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-b0bbc0a0]{width:50%}.Table--3col .x3col-L-Grey[data-v-b0bbc0a0]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-b0bbc0a0],.Table--4col .x3col-Mid-Grey[data-v-b0bbc0a0],.Table--4col .x3col-R-Grey[data-v-b0bbc0a0]{width:30%}.navi td.x3col-Mid-Grey[data-v-b0bbc0a0]{width:15%}.Table--3col .x3col-R-Grey[data-v-b0bbc0a0]{width:50%}.Table--2col .x3col-L-Grey[data-v-b0bbc0a0],.Table--2col td[data-v-b0bbc0a0]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-b0bbc0a0]{width:70%}.Table--2col-Disc[data-v-b0bbc0a0]{border-collapse:collapse}.Table--2col-Disc td[data-v-b0bbc0a0]{border:1px solid grey;padding:10px}.Table-PL td[data-v-b0bbc0a0]:FIRST-CHILD{width:25%}.resultcount p[data-v-b0bbc0a0]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-b0bbc0a0]{font-family:SK_namuhx-Bold}.noResult>span[data-v-b0bbc0a0]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-b0bbc0a0]{color:#f0dfdf;display:block}.result_list[data-v-b0bbc0a0]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-b0bbc0a0]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-b0bbc0a0]{font-family:SK_namuhx-Regular}.resulttext p[data-v-b0bbc0a0]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-b0bbc0a0]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-b0bbc0a0]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-b0bbc0a0],.Cross-Reference[data-v-b0bbc0a0]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-b0bbc0a0]:hover{text-decoration:underline}.fontChangeDiv[data-v-b0bbc0a0]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-b0bbc0a0]{top:55px}#backButton[data-v-b0bbc0a0]{background-size:16px}.chapterTitle[data-v-b0bbc0a0]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-b0bbc0a0],h2[data-v-b0bbc0a0]{font-size:1.3em}#contentAccordion[data-v-b0bbc0a0]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-b0bbc0a0]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-b0bbc0a0]{line-height:21px}.video[data-v-b0bbc0a0]{width:46%}}@media screen and (max-width: 640px){h2[data-v-b0bbc0a0]{margin-top:40px}.subHeader[data-v-b0bbc0a0]{top:40px}.fontChangeDiv[data-v-b0bbc0a0]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-b0bbc0a0]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-b0bbc0a0]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-b0bbc0a0]{margin-left:7.3%}table td[data-v-b0bbc0a0]{font-size:14px;padding:5px!important}table td p[data-v-b0bbc0a0],table td p.Para-Basic-B-Center[data-v-b0bbc0a0],table td p.Para-Basic-B[data-v-b0bbc0a0]{font-size:14px}table td p.Para-Small-L[data-v-b0bbc0a0]{font-size:12px;word-break:break-word}.Table--3col td[data-v-b0bbc0a0],.Basic-Table td[data-v-b0bbc0a0],.Table--2col td[data-v-b0bbc0a0],.Table-Landmark td[data-v-b0bbc0a0],.Table--4col td[data-v-b0bbc0a0],.Table-2row-merge td[data-v-b0bbc0a0],.Table--troubleshooting td[data-v-b0bbc0a0],.Table-specification td[data-v-b0bbc0a0],.Table-service-center td[data-v-b0bbc0a0]{border-right:none}.responsive[data-v-b0bbc0a0],.responsive tr[data-v-b0bbc0a0],.responsive tbody[data-v-b0bbc0a0]{width:100%}.Table--4col-responsive td[data-v-b0bbc0a0]{min-width:200px!important;height:auto}.responsive td p[data-v-b0bbc0a0]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-b0bbc0a0],.Table-Symbol td li[data-v-b0bbc0a0]{font-size:16px}p.Placeholder-sub[data-v-b0bbc0a0],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-b0bbc0a0],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-b0bbc0a0],.content .text>ol~.figure[data-v-b0bbc0a0],.content .text>ol+ul[data-v-b0bbc0a0],.Para-screen-sub-L[data-v-b0bbc0a0]{margin-left:0}.resultcount p[data-v-b0bbc0a0]{font-size:16px}.Table-specification td p[data-v-b0bbc0a0],.Table--3col-Locations td li[data-v-b0bbc0a0],p.Para-basic-L-Sub[data-v-b0bbc0a0],p.Para-basic-L-Sub-Auto[data-v-b0bbc0a0],p.Para-basic-L-center[data-v-b0bbc0a0],li.Para-basic-L-bullet[data-v-b0bbc0a0],p.Para-basic-L[data-v-b0bbc0a0],li.Para-basic-L-hyp-Sub[data-v-b0bbc0a0],li.Para-basic-L-hyp-2Sub[data-v-b0bbc0a0],li[class^=Para-Num][data-v-b0bbc0a0],p.Para-Box-Num[data-v-b0bbc0a0],p.Para-Basic-B-Sub[data-v-b0bbc0a0],td p.Para-basic-L[data-v-b0bbc0a0],td li.Para-basic-L-bullet[data-v-b0bbc0a0],p.Para-Basic-B[data-v-b0bbc0a0],p.Para-Circle-Num-Sub[data-v-b0bbc0a0],.Symbol-L p.Para-basic-L-Sub[data-v-b0bbc0a0],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-b0bbc0a0]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-b0bbc0a0],.Table--3col-Locations td li[data-v-b0bbc0a0],p.Para-Table-L-Sub[data-v-b0bbc0a0],p.Para-Table-L-Sub-Auto[data-v-b0bbc0a0],p.Para-Table-L-center[data-v-b0bbc0a0],p.Para-Table-L[data-v-b0bbc0a0],li.Para-Table-L-hyp-Sub[data-v-b0bbc0a0],li.Para-Table-L-hyp-2Sub[data-v-b0bbc0a0],p.Para-Table-B-Sub[data-v-b0bbc0a0],td p.Para-Table-L[data-v-b0bbc0a0],p.Para-Table-B[data-v-b0bbc0a0],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-b0bbc0a0]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-b0bbc0a0]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-b0bbc0a0],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-b0bbc0a0]{font-size:14px}.big .Table-specification td p[data-v-b0bbc0a0],.big .Table--3col-Locations td li[data-v-b0bbc0a0],.big p.Para-basic-L-Sub[data-v-b0bbc0a0],.big p.Para-basic-L-Sub-Auto[data-v-b0bbc0a0],.big p.Para-basic-L-center[data-v-b0bbc0a0],.big li.Para-basic-L-bullet[data-v-b0bbc0a0],.big p.Para-basic-L[data-v-b0bbc0a0],.big li.Para-basic-L-hyp-Sub[data-v-b0bbc0a0],.big li.Para-basic-L-hyp-2Sub[data-v-b0bbc0a0],.big li[class^=Para-Num][data-v-b0bbc0a0],.big p.Para-Box-Num[data-v-b0bbc0a0],.big p.Para-Basic-B-Sub[data-v-b0bbc0a0],.big td p.Para-basic-L[data-v-b0bbc0a0],.big td li.Para-basic-L-bullet[data-v-b0bbc0a0],.big p.Para-Basic-B[data-v-b0bbc0a0],.big p.Para-Circle-Num-Sub[data-v-b0bbc0a0]{font-size:16px}.big .Table-specification td p[data-v-b0bbc0a0],.big .Table--3col-Locations td li[data-v-b0bbc0a0],.big p.Para-Table-L-Sub[data-v-b0bbc0a0],.big p.Para-Table-L-Sub-Auto[data-v-b0bbc0a0],.big p.Para-Table-L-center[data-v-b0bbc0a0],.big p.Para-Table-L[data-v-b0bbc0a0],.big li.Para-Table-L-hyp-Sub[data-v-b0bbc0a0],.big li.Para-Table-L-hyp-2Sub[data-v-b0bbc0a0],.big li[class^=Para-Num][data-v-b0bbc0a0],.big p.Para-Box-Num[data-v-b0bbc0a0],.big p.Para-Table-B-Sub[data-v-b0bbc0a0],.big td p.Para-Table-L[data-v-b0bbc0a0],.big p.Para-Table-B[data-v-b0bbc0a0],.big p.Para-Circle-Num-Sub[data-v-b0bbc0a0],.big p.Para-Table-B-Center[data-v-b0bbc0a0],.big .Table--3col-ISO td p[data-v-b0bbc0a0]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-b0bbc0a0],p.Para-Table-B-Center[data-v-b0bbc0a0]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-b0bbc0a0],.big p.video_title[data-v-b0bbc0a0],.big .resultItem p[data-v-b0bbc0a0]{font-size:1.05em}h1[data-v-b0bbc0a0]{font-size:1.2em;margin-top:0}h2[data-v-b0bbc0a0]{font-size:1.1em}.Heading-3[data-v-b0bbc0a0]{font-size:1em}.content .text>ol li[data-v-b0bbc0a0]:BEFORE{font-size:26px}.video[data-v-b0bbc0a0]{width:95%}}p.Para-Table-L[data-v-b0bbc0a0]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-b0bbc0a0]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-b0bbc0a0]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-b0bbc0a0]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-b0bbc0a0]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-b0bbc0a0]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-b0bbc0a0]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-b0bbc0a0]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-b0bbc0a0]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-b0bbc0a0]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-b0bbc0a0]:before{content:"";display:block;height:15pt}.Bold[data-v-b0bbc0a0],span.Bold[data-v-b0bbc0a0]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-b0bbc0a0]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-b0bbc0a0]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-b0bbc0a0]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-b0bbc0a0]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-b0bbc0a0]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-b0bbc0a0]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-b0bbc0a0]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-b0bbc0a0]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-b0bbc0a0]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-b0bbc0a0]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-b0bbc0a0]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-b0bbc0a0],.Para-Table-L-Sub-Auto .icon-1[data-v-b0bbc0a0]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-b0bbc0a0]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-b0bbc0a0]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-b0bbc0a0]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-b0bbc0a0],.Table--2col td p.Para-basic-L[data-v-b0bbc0a0]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-b0bbc0a0]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-b0bbc0a0]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-b0bbc0a0]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-b0bbc0a0]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-b0bbc0a0]{margin-top:8pt!important}.table-responsive[data-v-b0bbc0a0]{width:100%;overflow-x:auto}.table-responsive table[data-v-b0bbc0a0]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-b0bbc0a0]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-b0bbc0a0]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-b0bbc0a0]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-b0bbc0a0]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-b0bbc0a0]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-b0bbc0a0]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-b0bbc0a0]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-b0bbc0a0]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-b0bbc0a0]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-b0bbc0a0]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-b0bbc0a0]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-b0bbc0a0]{font-size:12px}#table-15.responsive td[data-v-b0bbc0a0]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-b0bbc0a0]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-b0bbc0a0]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-b0bbc0a0]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-b0bbc0a0]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-b0bbc0a0],.Table--4col-Error th[data-v-b0bbc0a0]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-b0bbc0a0],.Table--4col-Error tr:first-child th[data-v-b0bbc0a0]{border-top:none}.Table--4col-Error tr:last-child td[data-v-b0bbc0a0]{border-bottom:none}.Table--4col-Error thead td[data-v-b0bbc0a0]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-b0bbc0a0]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-b0bbc0a0]:nth-child(1),.Table--4col-Error thead td[data-v-b0bbc0a0]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-b0bbc0a0]:nth-child(2),.Table--4col-Error thead td[data-v-b0bbc0a0]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-b0bbc0a0]:nth-child(3),.Table--4col-Error thead td[data-v-b0bbc0a0]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-b0bbc0a0]:nth-child(4),.Table--4col-Error thead td[data-v-b0bbc0a0]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-b0bbc0a0]:nth-child(1),.Table--4col-Error tbody td[data-v-b0bbc0a0]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-b0bbc0a0]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-b0bbc0a0]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-b0bbc0a0]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-b0bbc0a0]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-b0bbc0a0]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-b0bbc0a0]{font-size:14px!important}.Table--4col-Error tbody td[data-v-b0bbc0a0]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-b0bbc0a0],.Table--4col-Error p.Para-Table-B[data-v-b0bbc0a0],.Table--4col-Error p.Para-Table-L-Center[data-v-b0bbc0a0]{font-size:12px!important}.Table--4col-Error tbody td[data-v-b0bbc0a0]:nth-child(1),.Table--4col-Error thead td[data-v-b0bbc0a0]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-b0bbc0a0]:nth-child(2),.Table--4col-Error thead td[data-v-b0bbc0a0]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-b0bbc0a0]:nth-child(3),.Table--4col-Error thead td[data-v-b0bbc0a0]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-b0bbc0a0]:nth-child(4),.Table--4col-Error thead td[data-v-b0bbc0a0]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-b0bbc0a0]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-b0bbc0a0]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-b0bbc0a0]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-b0bbc0a0]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-b0bbc0a0]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-b0bbc0a0]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-b0bbc0a0]{line-height:1.25;font-weight:500}.Bold-color[data-v-b0bbc0a0]{font-weight:700}.char-style-override-4[data-v-b0bbc0a0]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-b0bbc0a0]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-b0bbc0a0]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-b0bbc0a0]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-b0bbc0a0]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-b0bbc0a0]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-b0bbc0a0]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-b0bbc0a0]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-b0bbc0a0]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-b0bbc0a0]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-b0bbc0a0]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-b0bbc0a0]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-b0bbc0a0]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-b0bbc0a0]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-b0bbc0a0]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-b0bbc0a0]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-b0bbc0a0],tr:last-child td.cell-style-override-7[data-v-b0bbc0a0]{border-bottom:0}table#table-16[data-v-b0bbc0a0]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-b0bbc0a0],.Table--2col-Air-Sensor[data-v-b0bbc0a0],.Table--2col-Voice[data-v-b0bbc0a0],.Table--2col-Filter[data-v-b0bbc0a0],.Table--troubleshooting[data-v-b0bbc0a0],.Table--4col-Error[data-v-b0bbc0a0],.Table--Specifications[data-v-b0bbc0a0]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-b0bbc0a0]:last-child,.Table--2col-Voice tr td[data-v-b0bbc0a0]:last-child{width:70%}.Table--2col-Voice tr td[data-v-b0bbc0a0]:first-child{width:30%}.Para-Table-L-Center[data-v-b0bbc0a0]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-b0bbc0a0]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-b0bbc0a0]{display:block!important}.Table--2col-Information td[data-v-b0bbc0a0]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-b0bbc0a0]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-b0bbc0a0]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-b0bbc0a0]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-b0bbc0a0]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-b0bbc0a0],.Table--4col-responsive table td[data-v-b0bbc0a0]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-b0bbc0a0],.Table--2col-Information th[data-v-b0bbc0a0]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-b0bbc0a0]:nth-child(1),.Table--2col-Information th[data-v-b0bbc0a0]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-b0bbc0a0]:nth-child(2),.Table--2col-Information th[data-v-b0bbc0a0]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-b0bbc0a0],.Table--2col-Information th[data-v-b0bbc0a0]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-b0bbc0a0]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-b0bbc0a0],.Table--2col-Voice th[data-v-b0bbc0a0]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-b0bbc0a0]:nth-child(1),.Table--2col-Voice th[data-v-b0bbc0a0]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-b0bbc0a0]:nth-child(2),.Table--2col-Voice th[data-v-b0bbc0a0]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-b0bbc0a0]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-b0bbc0a0],.Table--2col-Voice tr:last-child td[data-v-b0bbc0a0]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-b0bbc0a0],.Table--2col-Voice thead th[data-v-b0bbc0a0]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-b0bbc0a0]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-b0bbc0a0]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-b0bbc0a0]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-b0bbc0a0],.Table--2col-Information th[data-v-b0bbc0a0]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-b0bbc0a0]:nth-child(1),.Table--2col-Information th[data-v-b0bbc0a0]:nth-child(1){width:30%}.Table--2col-Information td[data-v-b0bbc0a0]:nth-child(2),.Table--2col-Information th[data-v-b0bbc0a0]:nth-child(2){width:70%}.Table--2col-Information td[data-v-b0bbc0a0]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-b0bbc0a0]{border-bottom:none}.Table--2col-Air-Sensor[data-v-b0bbc0a0]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-b0bbc0a0],.Table--2col-Air-Sensor th[data-v-b0bbc0a0]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-b0bbc0a0]:nth-child(1),.Table--2col-Air-Sensor th[data-v-b0bbc0a0]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-b0bbc0a0]:nth-child(2),.Table--2col-Air-Sensor th[data-v-b0bbc0a0]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-b0bbc0a0]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-b0bbc0a0]{border-bottom:none}.Table--2col-Filter[data-v-b0bbc0a0]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-b0bbc0a0],.Table--2col-Filter th[data-v-b0bbc0a0]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-b0bbc0a0]:nth-child(1),.Table--2col-Filter th[data-v-b0bbc0a0]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-b0bbc0a0]:nth-child(2),.Table--2col-Filter th[data-v-b0bbc0a0]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-b0bbc0a0]:nth-child(3),.Table--2col-Filter th[data-v-b0bbc0a0]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-b0bbc0a0]:nth-child(4),.Table--2col-Filter th[data-v-b0bbc0a0]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-b0bbc0a0]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-b0bbc0a0],.Table--2col-Filter tr:last-child td[data-v-b0bbc0a0]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-b0bbc0a0],.Table--2col-Filter thead th[data-v-b0bbc0a0]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-b0bbc0a0]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-b0bbc0a0]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-b0bbc0a0]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-b0bbc0a0],.Table--Specifications th[data-v-b0bbc0a0]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-b0bbc0a0]:first-child,.Table--Specifications th[data-v-b0bbc0a0]:first-child{width:16%}.Table--Specifications td[data-v-b0bbc0a0]:nth-child(2),.Table--Specifications th[data-v-b0bbc0a0]:nth-child(2){width:42%}.Table--Specifications td[data-v-b0bbc0a0]:nth-child(3),.Table--Specifications th[data-v-b0bbc0a0]:nth-child(3){width:42%}.Table--Specifications td[data-v-b0bbc0a0]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-b0bbc0a0],.Table--Specifications tr:last-child td[data-v-b0bbc0a0]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-b0bbc0a0],.Table--Specifications thead th[data-v-b0bbc0a0]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-b0bbc0a0]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-b0bbc0a0]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-b0bbc0a0],td.cell-style-override-20[data-v-b0bbc0a0]{padding:10px}td.x3col-Mid-text[data-v-b0bbc0a0],td.cell-style-override-22[data-v-b0bbc0a0],td.cell-style-override-20[data-v-b0bbc0a0]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-b0bbc0a0]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-b0bbc0a0]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-b0bbc0a0]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-b0bbc0a0]{margin-top:-350px}}#content-div[data-v-b0bbc0a0]{min-height:87vh;background-color:#fff}.data-row[data-v-b0bbc0a0]{color:#000}@media screen and (max-width: 600px){#content-div[data-v-b0bbc0a0]{min-height:100vh}}body[data-v-11654d58]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-11654d58]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-11654d58]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-11654d58]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-11654d58]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-11654d58]{width:83%!important}.content #naviText span[data-v-11654d58]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-11654d58]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-11654d58]{width:100%!important}.content #mainCar[data-v-11654d58]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-11654d58]{width:100%}#mainCarPhone[data-v-11654d58]{display:none}.content #buttonMenu_v2[data-v-11654d58]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-11654d58]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-11654d58]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-11654d58]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-11654d58]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-11654d58]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-11654d58]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-11654d58]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-11654d58]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-11654d58]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-11654d58]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-11654d58]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-11654d58]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-11654d58]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-11654d58]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-11654d58]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-11654d58]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-11654d58]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-11654d58]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-11654d58]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-11654d58]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-11654d58]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-11654d58]{bottom:11%;width:30%}.content #naviText span[data-v-11654d58]{font-size:17px}.content #naviText img[data-v-11654d58]{width:80%!important}.content #carName[data-v-11654d58]{right:0%;bottom:12%}.content #carName img[data-v-11654d58]{width:40%!important}.content #buttonMenu_v2>a[data-v-11654d58]{width:33%}.content #buttonMenu>a[data-v-11654d58]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-11654d58]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-11654d58]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-11654d58]{display:block}#mainCarPc[data-v-11654d58]{display:none}.content #buttonMenu_v2[data-v-11654d58],.content #buttonMenu[data-v-11654d58]{width:92%}}@media screen and (max-width: 480px){.content[data-v-11654d58]{padding-top:0}.content #naviText[data-v-11654d58]{bottom:14%;width:45%}.content #naviText span[data-v-11654d58]{font-size:11px}.content #naviText img[data-v-11654d58]{width:88%!important}.content #carName[data-v-11654d58]{right:5%;bottom:15%}.content #carName img[data-v-11654d58]{width:120px!important}.content #buttonMenu_v2[data-v-11654d58]{position:relative}.content #buttonMenu_v2>a>div[data-v-11654d58]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-11654d58]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-11654d58]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-11654d58]{position:relative}.content #buttonMenu>a>div[data-v-11654d58]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-11654d58]{height:120px}.content #buttonMenu>a>div>span[data-v-11654d58]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-11654d58]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-11654d58]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-11654d58]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-11654d58]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-11654d58]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-11654d58]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-11654d58]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-11654d58]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-11654d58]{margin:0;padding:0}html[data-v-11654d58]{background-color:#000;width:100%}.keyword[data-v-11654d58],.highlight[data-v-11654d58]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-11654d58]{font-family:upsys_commonregular}.header_main[data-v-11654d58]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-11654d58]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-11654d58]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-11654d58]>*{float:left}#headerLogo[data-v-11654d58]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-11654d58]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-11654d58]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-11654d58]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-11654d58]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-11654d58]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-11654d58]{font-size:13px}.languageDiv .active[data-v-11654d58]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-11654d58]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-11654d58]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-11654d58]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-11654d58],#languageSelect li[data-v-11654d58]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-11654d58],#languageSelect li:hover a[data-v-11654d58]{color:#000}.footer-manual[data-v-11654d58]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-11654d58]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-11654d58]{line-height:60px}#footerLogo[data-v-11654d58]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-11654d58]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-11654d58]{display:inline-block;width:100%}#copyrightPcSpan[data-v-11654d58]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-11654d58]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-11654d58]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-11654d58]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-11654d58]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-11654d58]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-11654d58]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-11654d58]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-11654d58]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-11654d58]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-11654d58]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-11654d58]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-11654d58]:focus{outline:none}#searchButton[data-v-11654d58]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-11654d58]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-11654d58]{width:80%}table td.right[data-v-11654d58]{width:10%;text-align:center}.result[data-v-11654d58],.resultcount[data-v-11654d58],.noResult[data-v-11654d58]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-11654d58]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-11654d58]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-11654d58]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-11654d58]{color:#e49f81}.cover[data-v-11654d58]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-11654d58]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-11654d58]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-11654d58]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-11654d58]{font-size:12px}.languageDivPhone .active[data-v-11654d58]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-11654d58]{bottom:30px;left:1px}.fontChangeButton[data-v-11654d58]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-11654d58]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-11654d58]{left:0}.languageDiv div[data-v-11654d58]{width:120%;left:-45px;top:5px}#languageSelect[data-v-11654d58]{margin-left:-40px}#banner_img>a[data-v-11654d58]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-11654d58]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-11654d58]{z-index:12}.header_main[data-v-11654d58]{height:40px;padding-top:0}.header[data-v-11654d58]{z-index:12}.header[data-v-11654d58]{height:40px;padding-top:0}#title[data-v-11654d58]{font-size:16px;width:49%}#headerLogo[data-v-11654d58]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-11654d58]{width:20%}.languageDiv div[data-v-11654d58]{width:90%;left:-15px;top:5px}#languageSelect[data-v-11654d58]{margin-left:-10px}.languageDiv ul[data-v-11654d58]{font-size:12px}#menu[data-v-11654d58]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-11654d58]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-11654d58]{width:80%}#rightHeader[data-v-11654d58]{height:40px}#rightHeader>div[data-v-11654d58]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-11654d58]{position:absolute;right:38px;top:0}.searchDiv[data-v-11654d58]{width:90%}#toc[data-v-11654d58]{width:100%}.copyright[data-v-11654d58]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-11654d58]{display:none}#copyrightPhone[data-v-11654d58]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-11654d58]{width:15%!important}#prevBtn[data-v-11654d58],#nextBtn[data-v-11654d58]{width:32px;height:32px;background-size:100%}#searchButton[data-v-11654d58]{margin-left:-1px}table td.left[data-v-11654d58]{text-align:right}table td.center[data-v-11654d58]{width:50%}table td.right[data-v-11654d58]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-11654d58]{left:0}.languageDiv div[data-v-11654d58]{width:100%;left:-5px;top:5px}#languageSelect[data-v-11654d58]{margin-left:20px}.languageDiv ul[data-v-11654d58]{font-size:10px}.noResult>span[data-v-11654d58]{width:200px!important;font-size:14px}#title[data-v-11654d58]{font-size:13px;width:40%}#menu[data-v-11654d58]{position:absolute}#banner_img>a[data-v-11654d58]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-11654d58]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-11654d58]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-11654d58]{font-size:14px}}body[data-v-11654d58]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-11654d58]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-11654d58]{margin:auto;max-width:1120px}.subHeaderInner[data-v-11654d58]>*{float:left}.content p[data-v-11654d58],.content li[data-v-11654d58]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-11654d58]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-11654d58]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-11654d58]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-11654d58]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-11654d58]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-11654d58]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-11654d58]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-11654d58]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-11654d58]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-11654d58]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-11654d58]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-11654d58],p.Para-Basic-B-Sub[data-v-11654d58]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-11654d58]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-11654d58]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-11654d58]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-11654d58]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-11654d58]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-11654d58],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-11654d58],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-11654d58]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-11654d58],p+ul li.Para-Basic-B-Sub[data-v-11654d58]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-11654d58],ul~p.Para-basic-L-bullet-Sub[data-v-11654d58],ul~p.Para-Basic-B-Sub[data-v-11654d58]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-11654d58],ol~p.Para-basic-L-bullet-Sub[data-v-11654d58],ol~p.Para-Basic-B-Sub[data-v-11654d58]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-11654d58],ol+*+p.Para-basic-L-bullet-Sub[data-v-11654d58],ol+*+p.Para-Basic-B-Sub[data-v-11654d58]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-11654d58],a .Para-Basic-B-Sub[data-v-11654d58]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-11654d58]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-11654d58]{margin-left:45px}.content p[data-v-11654d58],li[data-v-11654d58]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-11654d58],p.Para-Basic-B[data-v-11654d58],p.Para-Basic-B-Center[data-v-11654d58]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-11654d58]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-11654d58],p.Para-Basic-B-Center[data-v-11654d58]{text-align:center}p.Para-Table-L-center[data-v-11654d58],p.Para-Table-B-Center[data-v-11654d58]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-11654d58],table p.Para-Basic-B[data-v-11654d58],table p.Para-Basic-B-Center[data-v-11654d58]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-11654d58]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-11654d58]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-11654d58]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-11654d58]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-11654d58]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-11654d58],.content .text>ul[data-v-11654d58],.content .text table ol[data-v-11654d58],.content .text table ul[data-v-11654d58]{padding-left:20px}.content .text>ol[data-v-11654d58]{padding-left:0}p.Para-Illust-L[data-v-11654d58]{text-align:center}p.Para-Illust-L img[data-v-11654d58]{display:inline-block}p.Placeholder-sub[data-v-11654d58],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-11654d58],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-11654d58],.content .text>ol~.figure[data-v-11654d58],p.Placeholder-sub-S[data-v-11654d58],.Para-screen-sub-S[data-v-11654d58],.Para-screen-sub-M[data-v-11654d58],.Para-screen-sub-L[data-v-11654d58]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-11654d58],p.Placeholder-sub-M img[data-v-11654d58],p.Placeholder-sub img[data-v-11654d58]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-11654d58]{margin-left:45px}.Table-pic-Left-sub img[data-v-11654d58]{margin-top:5px;margin-bottom:10px}div.figure[data-v-11654d58]{display:inline-block}p.Para-img-description[data-v-11654d58]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-11654d58]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-11654d58]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-11654d58]{margin-bottom:25px}.text img[data-v-11654d58]{max-width:100%;display:block}.Table-Pic-center[data-v-11654d58]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-11654d58]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-11654d58]{margin:0}p.Para-Box-Num[data-v-11654d58]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-11654d58]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-11654d58]:AFTER{content:". "}span.inline-img img[data-v-11654d58]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-11654d58]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-11654d58]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-11654d58]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-11654d58]{margin-left:6.5%;display:block!important}.discUl li[data-v-11654d58]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-11654d58],.Symbol-R[data-v-11654d58],.Note-R-Pic[data-v-11654d58]{display:block;width:100%}.Symbol-L[data-v-11654d58]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-11654d58]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-11654d58],.Symbol-R li[data-v-11654d58],.Symbol-R p[data-v-11654d58]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-11654d58]{font-size:16px}table.Table-Symbol td ul[data-v-11654d58]{padding-left:20px}table.Table-Symbol[data-v-11654d58]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-11654d58]{color:#bc162c}.Symbol-Black[data-v-11654d58],.Symbol-Black-Table[data-v-11654d58]{font-family:upsys_commonregular}.Symbol-Green[data-v-11654d58]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-11654d58]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-11654d58]{width:auto!important}.video_container[data-v-11654d58]{margin-top:40px;float:right}.video[data-v-11654d58]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-11654d58]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-11654d58]{width:100%}.Table--3col[data-v-11654d58],.Basic-Table[data-v-11654d58],.Table--2col[data-v-11654d58],.Table-Landmark[data-v-11654d58],.Table--4col[data-v-11654d58],.Table-2row-merge[data-v-11654d58],.Table--troubleshooting[data-v-11654d58],.Table-specification[data-v-11654d58],.Table-service-center[data-v-11654d58],.Table-5col[data-v-11654d58],.responsive[data-v-11654d58],.Table--3col-Locations[data-v-11654d58]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-11654d58]:FIRST-CHILD,.Basic-Table tr[data-v-11654d58]:FIRST-CHILD,.Table--2col tr[data-v-11654d58]:FIRST-CHILD,.Table-Landmark tr[data-v-11654d58]:FIRST-CHILD,.Table--4col tr[data-v-11654d58]:FIRST-CHILD,.Table-2row-merge tr[data-v-11654d58]:FIRST-CHILD,.Table--troubleshooting tr[data-v-11654d58]:FIRST-CHILD,.Table-service-center tr[data-v-11654d58]:FIRST-CHILD,.responsive tr[data-v-11654d58]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-11654d58]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-11654d58],.Basic-Table td[data-v-11654d58],.Table--2col td[data-v-11654d58],.Table-Landmark td[data-v-11654d58],.Table--4col td[data-v-11654d58],.Table-2row-merge td[data-v-11654d58],.Table--troubleshooting td[data-v-11654d58],.Table-specification td[data-v-11654d58],.Table-service-center td[data-v-11654d58],.responsive td[data-v-11654d58]{padding:10px}.Table--troubleshooting td[data-v-11654d58]{border-right:none}.Table--troubleshooting[data-v-11654d58]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-11654d58],.Table-Landmark .Para-Pic-Center img[data-v-11654d58]{width:30px}.Table-5col[data-v-11654d58]{border:none}.Table-5col tr[data-v-11654d58]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-11654d58]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-11654d58]{width:15%}.Table--3col td.x3col-L[data-v-11654d58],.x3col-L td.x3col-M[data-v-11654d58]{width:10%}td.x3col-Mid-Text[data-v-11654d58]{text-align:center}td.x3col-R-Pic[data-v-11654d58]{text-align:right}.responsive td p[data-v-11654d58]{text-align:center}table.Table--3col-Locations[data-v-11654d58]{border-collapse:collapse}.Table--3col-Locations td[data-v-11654d58]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-11654d58]{padding:10px}.Para-Pic-Center img[data-v-11654d58]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-11654d58]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-11654d58]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-11654d58]{width:50%}.Table-specification .x3col-L-Grey[data-v-11654d58]{width:20%}.Table-specification .Spec-Mid-text[data-v-11654d58]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-11654d58]{width:50%}.Table--3col .x3col-L-Grey[data-v-11654d58]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-11654d58],.Table--4col .x3col-Mid-Grey[data-v-11654d58],.Table--4col .x3col-R-Grey[data-v-11654d58]{width:30%}.navi td.x3col-Mid-Grey[data-v-11654d58]{width:15%}.Table--3col .x3col-R-Grey[data-v-11654d58]{width:50%}.Table--2col .x3col-L-Grey[data-v-11654d58],.Table--2col td[data-v-11654d58]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-11654d58]{width:70%}.Table--2col-Disc[data-v-11654d58]{border-collapse:collapse}.Table--2col-Disc td[data-v-11654d58]{border:1px solid grey;padding:10px}.Table-PL td[data-v-11654d58]:FIRST-CHILD{width:25%}.resultcount p[data-v-11654d58]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-11654d58]{font-family:SK_namuhx-Bold}.noResult>span[data-v-11654d58]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-11654d58]{color:#f0dfdf;display:block}.result_list[data-v-11654d58]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-11654d58]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-11654d58]{font-family:SK_namuhx-Regular}.resulttext p[data-v-11654d58]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-11654d58]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-11654d58]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-11654d58],.Cross-Reference[data-v-11654d58]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-11654d58]:hover{text-decoration:underline}.fontChangeDiv[data-v-11654d58]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-11654d58]{top:55px}#backButton[data-v-11654d58]{background-size:16px}.chapterTitle[data-v-11654d58]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-11654d58],h2[data-v-11654d58]{font-size:1.3em}#contentAccordion[data-v-11654d58]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-11654d58]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-11654d58]{line-height:21px}.video[data-v-11654d58]{width:46%}}@media screen and (max-width: 640px){h2[data-v-11654d58]{margin-top:40px}.subHeader[data-v-11654d58]{top:40px}.fontChangeDiv[data-v-11654d58]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-11654d58]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-11654d58]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-11654d58]{margin-left:7.3%}table td[data-v-11654d58]{font-size:14px;padding:5px!important}table td p[data-v-11654d58],table td p.Para-Basic-B-Center[data-v-11654d58],table td p.Para-Basic-B[data-v-11654d58]{font-size:14px}table td p.Para-Small-L[data-v-11654d58]{font-size:12px;word-break:break-word}.Table--3col td[data-v-11654d58],.Basic-Table td[data-v-11654d58],.Table--2col td[data-v-11654d58],.Table-Landmark td[data-v-11654d58],.Table--4col td[data-v-11654d58],.Table-2row-merge td[data-v-11654d58],.Table--troubleshooting td[data-v-11654d58],.Table-specification td[data-v-11654d58],.Table-service-center td[data-v-11654d58]{border-right:none}.responsive[data-v-11654d58],.responsive tr[data-v-11654d58],.responsive tbody[data-v-11654d58]{width:100%}.Table--4col-responsive td[data-v-11654d58]{min-width:200px!important;height:auto}.responsive td p[data-v-11654d58]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-11654d58],.Table-Symbol td li[data-v-11654d58]{font-size:16px}p.Placeholder-sub[data-v-11654d58],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-11654d58],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-11654d58],.content .text>ol~.figure[data-v-11654d58],.content .text>ol+ul[data-v-11654d58],.Para-screen-sub-L[data-v-11654d58]{margin-left:0}.resultcount p[data-v-11654d58]{font-size:16px}.Table-specification td p[data-v-11654d58],.Table--3col-Locations td li[data-v-11654d58],p.Para-basic-L-Sub[data-v-11654d58],p.Para-basic-L-Sub-Auto[data-v-11654d58],p.Para-basic-L-center[data-v-11654d58],li.Para-basic-L-bullet[data-v-11654d58],p.Para-basic-L[data-v-11654d58],li.Para-basic-L-hyp-Sub[data-v-11654d58],li.Para-basic-L-hyp-2Sub[data-v-11654d58],li[class^=Para-Num][data-v-11654d58],p.Para-Box-Num[data-v-11654d58],p.Para-Basic-B-Sub[data-v-11654d58],td p.Para-basic-L[data-v-11654d58],td li.Para-basic-L-bullet[data-v-11654d58],p.Para-Basic-B[data-v-11654d58],p.Para-Circle-Num-Sub[data-v-11654d58],.Symbol-L p.Para-basic-L-Sub[data-v-11654d58],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-11654d58]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-11654d58],.Table--3col-Locations td li[data-v-11654d58],p.Para-Table-L-Sub[data-v-11654d58],p.Para-Table-L-Sub-Auto[data-v-11654d58],p.Para-Table-L-center[data-v-11654d58],p.Para-Table-L[data-v-11654d58],li.Para-Table-L-hyp-Sub[data-v-11654d58],li.Para-Table-L-hyp-2Sub[data-v-11654d58],p.Para-Table-B-Sub[data-v-11654d58],td p.Para-Table-L[data-v-11654d58],p.Para-Table-B[data-v-11654d58],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-11654d58]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-11654d58]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-11654d58],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-11654d58]{font-size:14px}.big .Table-specification td p[data-v-11654d58],.big .Table--3col-Locations td li[data-v-11654d58],.big p.Para-basic-L-Sub[data-v-11654d58],.big p.Para-basic-L-Sub-Auto[data-v-11654d58],.big p.Para-basic-L-center[data-v-11654d58],.big li.Para-basic-L-bullet[data-v-11654d58],.big p.Para-basic-L[data-v-11654d58],.big li.Para-basic-L-hyp-Sub[data-v-11654d58],.big li.Para-basic-L-hyp-2Sub[data-v-11654d58],.big li[class^=Para-Num][data-v-11654d58],.big p.Para-Box-Num[data-v-11654d58],.big p.Para-Basic-B-Sub[data-v-11654d58],.big td p.Para-basic-L[data-v-11654d58],.big td li.Para-basic-L-bullet[data-v-11654d58],.big p.Para-Basic-B[data-v-11654d58],.big p.Para-Circle-Num-Sub[data-v-11654d58]{font-size:16px}.big .Table-specification td p[data-v-11654d58],.big .Table--3col-Locations td li[data-v-11654d58],.big p.Para-Table-L-Sub[data-v-11654d58],.big p.Para-Table-L-Sub-Auto[data-v-11654d58],.big p.Para-Table-L-center[data-v-11654d58],.big p.Para-Table-L[data-v-11654d58],.big li.Para-Table-L-hyp-Sub[data-v-11654d58],.big li.Para-Table-L-hyp-2Sub[data-v-11654d58],.big li[class^=Para-Num][data-v-11654d58],.big p.Para-Box-Num[data-v-11654d58],.big p.Para-Table-B-Sub[data-v-11654d58],.big td p.Para-Table-L[data-v-11654d58],.big p.Para-Table-B[data-v-11654d58],.big p.Para-Circle-Num-Sub[data-v-11654d58],.big p.Para-Table-B-Center[data-v-11654d58],.big .Table--3col-ISO td p[data-v-11654d58]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-11654d58],p.Para-Table-B-Center[data-v-11654d58]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-11654d58],.big p.video_title[data-v-11654d58],.big .resultItem p[data-v-11654d58]{font-size:1.05em}h1[data-v-11654d58]{font-size:1.2em;margin-top:0}h2[data-v-11654d58]{font-size:1.1em}.Heading-3[data-v-11654d58]{font-size:1em}.content .text>ol li[data-v-11654d58]:BEFORE{font-size:26px}.video[data-v-11654d58]{width:95%}}p.Para-Table-L[data-v-11654d58]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-11654d58]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-11654d58]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-11654d58]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-11654d58]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-11654d58]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-11654d58]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-11654d58]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-11654d58]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-11654d58]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-11654d58]:before{content:"";display:block;height:15pt}.Bold[data-v-11654d58],span.Bold[data-v-11654d58]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-11654d58]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-11654d58]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-11654d58]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-11654d58]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-11654d58]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-11654d58]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-11654d58]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-11654d58]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-11654d58]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-11654d58]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-11654d58]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-11654d58],.Para-Table-L-Sub-Auto .icon-1[data-v-11654d58]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-11654d58]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-11654d58]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-11654d58]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-11654d58],.Table--2col td p.Para-basic-L[data-v-11654d58]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-11654d58]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-11654d58]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-11654d58]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-11654d58]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-11654d58]{margin-top:8pt!important}.table-responsive[data-v-11654d58]{width:100%;overflow-x:auto}.table-responsive table[data-v-11654d58]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-11654d58]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-11654d58]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-11654d58]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-11654d58]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-11654d58]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-11654d58]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-11654d58]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-11654d58]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-11654d58]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-11654d58]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-11654d58]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-11654d58]{font-size:12px}#table-15.responsive td[data-v-11654d58]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-11654d58]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-11654d58]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-11654d58]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-11654d58]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-11654d58],.Table--4col-Error th[data-v-11654d58]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-11654d58],.Table--4col-Error tr:first-child th[data-v-11654d58]{border-top:none}.Table--4col-Error tr:last-child td[data-v-11654d58]{border-bottom:none}.Table--4col-Error thead td[data-v-11654d58]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-11654d58]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-11654d58]:nth-child(1),.Table--4col-Error thead td[data-v-11654d58]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-11654d58]:nth-child(2),.Table--4col-Error thead td[data-v-11654d58]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-11654d58]:nth-child(3),.Table--4col-Error thead td[data-v-11654d58]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-11654d58]:nth-child(4),.Table--4col-Error thead td[data-v-11654d58]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-11654d58]:nth-child(1),.Table--4col-Error tbody td[data-v-11654d58]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-11654d58]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-11654d58]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-11654d58]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-11654d58]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-11654d58]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-11654d58]{font-size:14px!important}.Table--4col-Error tbody td[data-v-11654d58]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-11654d58],.Table--4col-Error p.Para-Table-B[data-v-11654d58],.Table--4col-Error p.Para-Table-L-Center[data-v-11654d58]{font-size:12px!important}.Table--4col-Error tbody td[data-v-11654d58]:nth-child(1),.Table--4col-Error thead td[data-v-11654d58]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-11654d58]:nth-child(2),.Table--4col-Error thead td[data-v-11654d58]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-11654d58]:nth-child(3),.Table--4col-Error thead td[data-v-11654d58]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-11654d58]:nth-child(4),.Table--4col-Error thead td[data-v-11654d58]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-11654d58]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-11654d58]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-11654d58]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-11654d58]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-11654d58]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-11654d58]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-11654d58]{line-height:1.25;font-weight:500}.Bold-color[data-v-11654d58]{font-weight:700}.char-style-override-4[data-v-11654d58]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-11654d58]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-11654d58]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-11654d58]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-11654d58]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-11654d58]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-11654d58]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-11654d58]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-11654d58]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-11654d58]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-11654d58]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-11654d58]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-11654d58]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-11654d58]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-11654d58]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-11654d58]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-11654d58],tr:last-child td.cell-style-override-7[data-v-11654d58]{border-bottom:0}table#table-16[data-v-11654d58]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-11654d58],.Table--2col-Air-Sensor[data-v-11654d58],.Table--2col-Voice[data-v-11654d58],.Table--2col-Filter[data-v-11654d58],.Table--troubleshooting[data-v-11654d58],.Table--4col-Error[data-v-11654d58],.Table--Specifications[data-v-11654d58]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-11654d58]:last-child,.Table--2col-Voice tr td[data-v-11654d58]:last-child{width:70%}.Table--2col-Voice tr td[data-v-11654d58]:first-child{width:30%}.Para-Table-L-Center[data-v-11654d58]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-11654d58]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-11654d58]{display:block!important}.Table--2col-Information td[data-v-11654d58]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-11654d58]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-11654d58]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-11654d58]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-11654d58]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-11654d58],.Table--4col-responsive table td[data-v-11654d58]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-11654d58],.Table--2col-Information th[data-v-11654d58]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-11654d58]:nth-child(1),.Table--2col-Information th[data-v-11654d58]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-11654d58]:nth-child(2),.Table--2col-Information th[data-v-11654d58]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-11654d58],.Table--2col-Information th[data-v-11654d58]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-11654d58]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-11654d58],.Table--2col-Voice th[data-v-11654d58]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-11654d58]:nth-child(1),.Table--2col-Voice th[data-v-11654d58]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-11654d58]:nth-child(2),.Table--2col-Voice th[data-v-11654d58]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-11654d58]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-11654d58],.Table--2col-Voice tr:last-child td[data-v-11654d58]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-11654d58],.Table--2col-Voice thead th[data-v-11654d58]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-11654d58]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-11654d58]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-11654d58]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-11654d58],.Table--2col-Information th[data-v-11654d58]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-11654d58]:nth-child(1),.Table--2col-Information th[data-v-11654d58]:nth-child(1){width:30%}.Table--2col-Information td[data-v-11654d58]:nth-child(2),.Table--2col-Information th[data-v-11654d58]:nth-child(2){width:70%}.Table--2col-Information td[data-v-11654d58]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-11654d58]{border-bottom:none}.Table--2col-Air-Sensor[data-v-11654d58]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-11654d58],.Table--2col-Air-Sensor th[data-v-11654d58]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-11654d58]:nth-child(1),.Table--2col-Air-Sensor th[data-v-11654d58]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-11654d58]:nth-child(2),.Table--2col-Air-Sensor th[data-v-11654d58]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-11654d58]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-11654d58]{border-bottom:none}.Table--2col-Filter[data-v-11654d58]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-11654d58],.Table--2col-Filter th[data-v-11654d58]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-11654d58]:nth-child(1),.Table--2col-Filter th[data-v-11654d58]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-11654d58]:nth-child(2),.Table--2col-Filter th[data-v-11654d58]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-11654d58]:nth-child(3),.Table--2col-Filter th[data-v-11654d58]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-11654d58]:nth-child(4),.Table--2col-Filter th[data-v-11654d58]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-11654d58]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-11654d58],.Table--2col-Filter tr:last-child td[data-v-11654d58]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-11654d58],.Table--2col-Filter thead th[data-v-11654d58]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-11654d58]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-11654d58]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-11654d58]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-11654d58],.Table--Specifications th[data-v-11654d58]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-11654d58]:first-child,.Table--Specifications th[data-v-11654d58]:first-child{width:16%}.Table--Specifications td[data-v-11654d58]:nth-child(2),.Table--Specifications th[data-v-11654d58]:nth-child(2){width:42%}.Table--Specifications td[data-v-11654d58]:nth-child(3),.Table--Specifications th[data-v-11654d58]:nth-child(3){width:42%}.Table--Specifications td[data-v-11654d58]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-11654d58],.Table--Specifications tr:last-child td[data-v-11654d58]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-11654d58],.Table--Specifications thead th[data-v-11654d58]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-11654d58]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-11654d58]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-11654d58],td.cell-style-override-20[data-v-11654d58]{padding:10px}td.x3col-Mid-text[data-v-11654d58],td.cell-style-override-22[data-v-11654d58],td.cell-style-override-20[data-v-11654d58]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-11654d58]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-11654d58]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-11654d58]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-11654d58]{margin-top:-350px}}#content-div[data-v-11654d58]{min-height:87vh;background-color:#fff}.data-row[data-v-11654d58]{color:#000}@media screen and (max-width: 600px){#content-div[data-v-11654d58]{min-height:100vh}}body[data-v-de769b88]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-de769b88]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-de769b88]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-de769b88]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-de769b88]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-de769b88]{width:83%!important}.content #naviText span[data-v-de769b88]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-de769b88]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-de769b88]{width:100%!important}.content #mainCar[data-v-de769b88]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-de769b88]{width:100%}#mainCarPhone[data-v-de769b88]{display:none}.content #buttonMenu_v2[data-v-de769b88]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-de769b88]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-de769b88]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-de769b88]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-de769b88]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-de769b88]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-de769b88]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-de769b88]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-de769b88]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-de769b88]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-de769b88]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-de769b88]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-de769b88]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-de769b88]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-de769b88]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-de769b88]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-de769b88]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-de769b88]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-de769b88]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-de769b88]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-de769b88]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-de769b88]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-de769b88]{bottom:11%;width:30%}.content #naviText span[data-v-de769b88]{font-size:17px}.content #naviText img[data-v-de769b88]{width:80%!important}.content #carName[data-v-de769b88]{right:0%;bottom:12%}.content #carName img[data-v-de769b88]{width:40%!important}.content #buttonMenu_v2>a[data-v-de769b88]{width:33%}.content #buttonMenu>a[data-v-de769b88]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-de769b88]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-de769b88]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-de769b88]{display:block}#mainCarPc[data-v-de769b88]{display:none}.content #buttonMenu_v2[data-v-de769b88],.content #buttonMenu[data-v-de769b88]{width:92%}}@media screen and (max-width: 480px){.content[data-v-de769b88]{padding-top:0}.content #naviText[data-v-de769b88]{bottom:14%;width:45%}.content #naviText span[data-v-de769b88]{font-size:11px}.content #naviText img[data-v-de769b88]{width:88%!important}.content #carName[data-v-de769b88]{right:5%;bottom:15%}.content #carName img[data-v-de769b88]{width:120px!important}.content #buttonMenu_v2[data-v-de769b88]{position:relative}.content #buttonMenu_v2>a>div[data-v-de769b88]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-de769b88]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-de769b88]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-de769b88]{position:relative}.content #buttonMenu>a>div[data-v-de769b88]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-de769b88]{height:120px}.content #buttonMenu>a>div>span[data-v-de769b88]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-de769b88]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-de769b88]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-de769b88]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-de769b88]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-de769b88]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-de769b88]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-de769b88]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-de769b88]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-de769b88]{margin:0;padding:0}html[data-v-de769b88]{background-color:#000;width:100%}.keyword[data-v-de769b88],.highlight[data-v-de769b88]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-de769b88]{font-family:upsys_commonregular}.header_main[data-v-de769b88]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-de769b88]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-de769b88]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-de769b88]>*{float:left}#headerLogo[data-v-de769b88]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-de769b88]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-de769b88]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-de769b88]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-de769b88]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-de769b88]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-de769b88]{font-size:13px}.languageDiv .active[data-v-de769b88]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-de769b88]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-de769b88]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-de769b88]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-de769b88],#languageSelect li[data-v-de769b88]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-de769b88],#languageSelect li:hover a[data-v-de769b88]{color:#000}.footer-manual[data-v-de769b88]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-de769b88]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-de769b88]{line-height:60px}#footerLogo[data-v-de769b88]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-de769b88]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-de769b88]{display:inline-block;width:100%}#copyrightPcSpan[data-v-de769b88]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-de769b88]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-de769b88]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-de769b88]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-de769b88]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-de769b88]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-de769b88]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-de769b88]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-de769b88]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-de769b88]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-de769b88]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-de769b88]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-de769b88]:focus{outline:none}#searchButton[data-v-de769b88]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-de769b88]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-de769b88]{width:80%}table td.right[data-v-de769b88]{width:10%;text-align:center}.result[data-v-de769b88],.resultcount[data-v-de769b88],.noResult[data-v-de769b88]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-de769b88]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-de769b88]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-de769b88]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-de769b88]{color:#e49f81}.cover[data-v-de769b88]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-de769b88]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-de769b88]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-de769b88]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-de769b88]{font-size:12px}.languageDivPhone .active[data-v-de769b88]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-de769b88]{bottom:30px;left:1px}.fontChangeButton[data-v-de769b88]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-de769b88]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-de769b88]{left:0}.languageDiv div[data-v-de769b88]{width:120%;left:-45px;top:5px}#languageSelect[data-v-de769b88]{margin-left:-40px}#banner_img>a[data-v-de769b88]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-de769b88]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-de769b88]{z-index:12}.header_main[data-v-de769b88]{height:40px;padding-top:0}.header[data-v-de769b88]{z-index:12}.header[data-v-de769b88]{height:40px;padding-top:0}#title[data-v-de769b88]{font-size:16px;width:49%}#headerLogo[data-v-de769b88]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-de769b88]{width:20%}.languageDiv div[data-v-de769b88]{width:90%;left:-15px;top:5px}#languageSelect[data-v-de769b88]{margin-left:-10px}.languageDiv ul[data-v-de769b88]{font-size:12px}#menu[data-v-de769b88]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-de769b88]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-de769b88]{width:80%}#rightHeader[data-v-de769b88]{height:40px}#rightHeader>div[data-v-de769b88]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-de769b88]{position:absolute;right:38px;top:0}.searchDiv[data-v-de769b88]{width:90%}#toc[data-v-de769b88]{width:100%}.copyright[data-v-de769b88]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-de769b88]{display:none}#copyrightPhone[data-v-de769b88]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-de769b88]{width:15%!important}#prevBtn[data-v-de769b88],#nextBtn[data-v-de769b88]{width:32px;height:32px;background-size:100%}#searchButton[data-v-de769b88]{margin-left:-1px}table td.left[data-v-de769b88]{text-align:right}table td.center[data-v-de769b88]{width:50%}table td.right[data-v-de769b88]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-de769b88]{left:0}.languageDiv div[data-v-de769b88]{width:100%;left:-5px;top:5px}#languageSelect[data-v-de769b88]{margin-left:20px}.languageDiv ul[data-v-de769b88]{font-size:10px}.noResult>span[data-v-de769b88]{width:200px!important;font-size:14px}#title[data-v-de769b88]{font-size:13px;width:40%}#menu[data-v-de769b88]{position:absolute}#banner_img>a[data-v-de769b88]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-de769b88]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-de769b88]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-de769b88]{font-size:14px}}body[data-v-de769b88]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-de769b88]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-de769b88]{margin:auto;max-width:1120px}.subHeaderInner[data-v-de769b88]>*{float:left}.content p[data-v-de769b88],.content li[data-v-de769b88]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-de769b88]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-de769b88]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-de769b88]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-de769b88]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-de769b88]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-de769b88]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-de769b88]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-de769b88]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-de769b88]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-de769b88]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-de769b88]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-de769b88],p.Para-Basic-B-Sub[data-v-de769b88]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-de769b88]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-de769b88]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-de769b88]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-de769b88]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-de769b88]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-de769b88],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-de769b88],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-de769b88]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-de769b88],p+ul li.Para-Basic-B-Sub[data-v-de769b88]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-de769b88],ul~p.Para-basic-L-bullet-Sub[data-v-de769b88],ul~p.Para-Basic-B-Sub[data-v-de769b88]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-de769b88],ol~p.Para-basic-L-bullet-Sub[data-v-de769b88],ol~p.Para-Basic-B-Sub[data-v-de769b88]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-de769b88],ol+*+p.Para-basic-L-bullet-Sub[data-v-de769b88],ol+*+p.Para-Basic-B-Sub[data-v-de769b88]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-de769b88],a .Para-Basic-B-Sub[data-v-de769b88]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-de769b88]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-de769b88]{margin-left:45px}.content p[data-v-de769b88],li[data-v-de769b88]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-de769b88],p.Para-Basic-B[data-v-de769b88],p.Para-Basic-B-Center[data-v-de769b88]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-de769b88]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-de769b88],p.Para-Basic-B-Center[data-v-de769b88]{text-align:center}p.Para-Table-L-center[data-v-de769b88],p.Para-Table-B-Center[data-v-de769b88]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-de769b88],table p.Para-Basic-B[data-v-de769b88],table p.Para-Basic-B-Center[data-v-de769b88]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-de769b88]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-de769b88]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-de769b88]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-de769b88]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-de769b88]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-de769b88],.content .text>ul[data-v-de769b88],.content .text table ol[data-v-de769b88],.content .text table ul[data-v-de769b88]{padding-left:20px}.content .text>ol[data-v-de769b88]{padding-left:0}p.Para-Illust-L[data-v-de769b88]{text-align:center}p.Para-Illust-L img[data-v-de769b88]{display:inline-block}p.Placeholder-sub[data-v-de769b88],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-de769b88],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-de769b88],.content .text>ol~.figure[data-v-de769b88],p.Placeholder-sub-S[data-v-de769b88],.Para-screen-sub-S[data-v-de769b88],.Para-screen-sub-M[data-v-de769b88],.Para-screen-sub-L[data-v-de769b88]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-de769b88],p.Placeholder-sub-M img[data-v-de769b88],p.Placeholder-sub img[data-v-de769b88]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-de769b88]{margin-left:45px}.Table-pic-Left-sub img[data-v-de769b88]{margin-top:5px;margin-bottom:10px}div.figure[data-v-de769b88]{display:inline-block}p.Para-img-description[data-v-de769b88]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-de769b88]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-de769b88]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-de769b88]{margin-bottom:25px}.text img[data-v-de769b88]{max-width:100%;display:block}.Table-Pic-center[data-v-de769b88]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-de769b88]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-de769b88]{margin:0}p.Para-Box-Num[data-v-de769b88]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-de769b88]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-de769b88]:AFTER{content:". "}span.inline-img img[data-v-de769b88]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-de769b88]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-de769b88]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-de769b88]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-de769b88]{margin-left:6.5%;display:block!important}.discUl li[data-v-de769b88]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-de769b88],.Symbol-R[data-v-de769b88],.Note-R-Pic[data-v-de769b88]{display:block;width:100%}.Symbol-L[data-v-de769b88]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-de769b88]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-de769b88],.Symbol-R li[data-v-de769b88],.Symbol-R p[data-v-de769b88]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-de769b88]{font-size:16px}table.Table-Symbol td ul[data-v-de769b88]{padding-left:20px}table.Table-Symbol[data-v-de769b88]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-de769b88]{color:#bc162c}.Symbol-Black[data-v-de769b88],.Symbol-Black-Table[data-v-de769b88]{font-family:upsys_commonregular}.Symbol-Green[data-v-de769b88]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-de769b88]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-de769b88]{width:auto!important}.video_container[data-v-de769b88]{margin-top:40px;float:right}.video[data-v-de769b88]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-de769b88]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-de769b88]{width:100%}.Table--3col[data-v-de769b88],.Basic-Table[data-v-de769b88],.Table--2col[data-v-de769b88],.Table-Landmark[data-v-de769b88],.Table--4col[data-v-de769b88],.Table-2row-merge[data-v-de769b88],.Table--troubleshooting[data-v-de769b88],.Table-specification[data-v-de769b88],.Table-service-center[data-v-de769b88],.Table-5col[data-v-de769b88],.responsive[data-v-de769b88],.Table--3col-Locations[data-v-de769b88]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-de769b88]:FIRST-CHILD,.Basic-Table tr[data-v-de769b88]:FIRST-CHILD,.Table--2col tr[data-v-de769b88]:FIRST-CHILD,.Table-Landmark tr[data-v-de769b88]:FIRST-CHILD,.Table--4col tr[data-v-de769b88]:FIRST-CHILD,.Table-2row-merge tr[data-v-de769b88]:FIRST-CHILD,.Table--troubleshooting tr[data-v-de769b88]:FIRST-CHILD,.Table-service-center tr[data-v-de769b88]:FIRST-CHILD,.responsive tr[data-v-de769b88]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-de769b88]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-de769b88],.Basic-Table td[data-v-de769b88],.Table--2col td[data-v-de769b88],.Table-Landmark td[data-v-de769b88],.Table--4col td[data-v-de769b88],.Table-2row-merge td[data-v-de769b88],.Table--troubleshooting td[data-v-de769b88],.Table-specification td[data-v-de769b88],.Table-service-center td[data-v-de769b88],.responsive td[data-v-de769b88]{padding:10px}.Table--troubleshooting td[data-v-de769b88]{border-right:none}.Table--troubleshooting[data-v-de769b88]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-de769b88],.Table-Landmark .Para-Pic-Center img[data-v-de769b88]{width:30px}.Table-5col[data-v-de769b88]{border:none}.Table-5col tr[data-v-de769b88]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-de769b88]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-de769b88]{width:15%}.Table--3col td.x3col-L[data-v-de769b88],.x3col-L td.x3col-M[data-v-de769b88]{width:10%}td.x3col-Mid-Text[data-v-de769b88]{text-align:center}td.x3col-R-Pic[data-v-de769b88]{text-align:right}.responsive td p[data-v-de769b88]{text-align:center}table.Table--3col-Locations[data-v-de769b88]{border-collapse:collapse}.Table--3col-Locations td[data-v-de769b88]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-de769b88]{padding:10px}.Para-Pic-Center img[data-v-de769b88]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-de769b88]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-de769b88]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-de769b88]{width:50%}.Table-specification .x3col-L-Grey[data-v-de769b88]{width:20%}.Table-specification .Spec-Mid-text[data-v-de769b88]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-de769b88]{width:50%}.Table--3col .x3col-L-Grey[data-v-de769b88]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-de769b88],.Table--4col .x3col-Mid-Grey[data-v-de769b88],.Table--4col .x3col-R-Grey[data-v-de769b88]{width:30%}.navi td.x3col-Mid-Grey[data-v-de769b88]{width:15%}.Table--3col .x3col-R-Grey[data-v-de769b88]{width:50%}.Table--2col .x3col-L-Grey[data-v-de769b88],.Table--2col td[data-v-de769b88]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-de769b88]{width:70%}.Table--2col-Disc[data-v-de769b88]{border-collapse:collapse}.Table--2col-Disc td[data-v-de769b88]{border:1px solid grey;padding:10px}.Table-PL td[data-v-de769b88]:FIRST-CHILD{width:25%}.resultcount p[data-v-de769b88]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-de769b88]{font-family:SK_namuhx-Bold}.noResult>span[data-v-de769b88]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-de769b88]{color:#f0dfdf;display:block}.result_list[data-v-de769b88]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-de769b88]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-de769b88]{font-family:SK_namuhx-Regular}.resulttext p[data-v-de769b88]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-de769b88]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-de769b88]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-de769b88],.Cross-Reference[data-v-de769b88]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-de769b88]:hover{text-decoration:underline}.fontChangeDiv[data-v-de769b88]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-de769b88]{top:55px}#backButton[data-v-de769b88]{background-size:16px}.chapterTitle[data-v-de769b88]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-de769b88],h2[data-v-de769b88]{font-size:1.3em}#contentAccordion[data-v-de769b88]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-de769b88]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-de769b88]{line-height:21px}.video[data-v-de769b88]{width:46%}}@media screen and (max-width: 640px){h2[data-v-de769b88]{margin-top:40px}.subHeader[data-v-de769b88]{top:40px}.fontChangeDiv[data-v-de769b88]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-de769b88]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-de769b88]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-de769b88]{margin-left:7.3%}table td[data-v-de769b88]{font-size:14px;padding:5px!important}table td p[data-v-de769b88],table td p.Para-Basic-B-Center[data-v-de769b88],table td p.Para-Basic-B[data-v-de769b88]{font-size:14px}table td p.Para-Small-L[data-v-de769b88]{font-size:12px;word-break:break-word}.Table--3col td[data-v-de769b88],.Basic-Table td[data-v-de769b88],.Table--2col td[data-v-de769b88],.Table-Landmark td[data-v-de769b88],.Table--4col td[data-v-de769b88],.Table-2row-merge td[data-v-de769b88],.Table--troubleshooting td[data-v-de769b88],.Table-specification td[data-v-de769b88],.Table-service-center td[data-v-de769b88]{border-right:none}.responsive[data-v-de769b88],.responsive tr[data-v-de769b88],.responsive tbody[data-v-de769b88]{width:100%}.Table--4col-responsive td[data-v-de769b88]{min-width:200px!important;height:auto}.responsive td p[data-v-de769b88]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-de769b88],.Table-Symbol td li[data-v-de769b88]{font-size:16px}p.Placeholder-sub[data-v-de769b88],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-de769b88],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-de769b88],.content .text>ol~.figure[data-v-de769b88],.content .text>ol+ul[data-v-de769b88],.Para-screen-sub-L[data-v-de769b88]{margin-left:0}.resultcount p[data-v-de769b88]{font-size:16px}.Table-specification td p[data-v-de769b88],.Table--3col-Locations td li[data-v-de769b88],p.Para-basic-L-Sub[data-v-de769b88],p.Para-basic-L-Sub-Auto[data-v-de769b88],p.Para-basic-L-center[data-v-de769b88],li.Para-basic-L-bullet[data-v-de769b88],p.Para-basic-L[data-v-de769b88],li.Para-basic-L-hyp-Sub[data-v-de769b88],li.Para-basic-L-hyp-2Sub[data-v-de769b88],li[class^=Para-Num][data-v-de769b88],p.Para-Box-Num[data-v-de769b88],p.Para-Basic-B-Sub[data-v-de769b88],td p.Para-basic-L[data-v-de769b88],td li.Para-basic-L-bullet[data-v-de769b88],p.Para-Basic-B[data-v-de769b88],p.Para-Circle-Num-Sub[data-v-de769b88],.Symbol-L p.Para-basic-L-Sub[data-v-de769b88],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-de769b88]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-de769b88],.Table--3col-Locations td li[data-v-de769b88],p.Para-Table-L-Sub[data-v-de769b88],p.Para-Table-L-Sub-Auto[data-v-de769b88],p.Para-Table-L-center[data-v-de769b88],p.Para-Table-L[data-v-de769b88],li.Para-Table-L-hyp-Sub[data-v-de769b88],li.Para-Table-L-hyp-2Sub[data-v-de769b88],p.Para-Table-B-Sub[data-v-de769b88],td p.Para-Table-L[data-v-de769b88],p.Para-Table-B[data-v-de769b88],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-de769b88]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-de769b88]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-de769b88],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-de769b88]{font-size:14px}.big .Table-specification td p[data-v-de769b88],.big .Table--3col-Locations td li[data-v-de769b88],.big p.Para-basic-L-Sub[data-v-de769b88],.big p.Para-basic-L-Sub-Auto[data-v-de769b88],.big p.Para-basic-L-center[data-v-de769b88],.big li.Para-basic-L-bullet[data-v-de769b88],.big p.Para-basic-L[data-v-de769b88],.big li.Para-basic-L-hyp-Sub[data-v-de769b88],.big li.Para-basic-L-hyp-2Sub[data-v-de769b88],.big li[class^=Para-Num][data-v-de769b88],.big p.Para-Box-Num[data-v-de769b88],.big p.Para-Basic-B-Sub[data-v-de769b88],.big td p.Para-basic-L[data-v-de769b88],.big td li.Para-basic-L-bullet[data-v-de769b88],.big p.Para-Basic-B[data-v-de769b88],.big p.Para-Circle-Num-Sub[data-v-de769b88]{font-size:16px}.big .Table-specification td p[data-v-de769b88],.big .Table--3col-Locations td li[data-v-de769b88],.big p.Para-Table-L-Sub[data-v-de769b88],.big p.Para-Table-L-Sub-Auto[data-v-de769b88],.big p.Para-Table-L-center[data-v-de769b88],.big p.Para-Table-L[data-v-de769b88],.big li.Para-Table-L-hyp-Sub[data-v-de769b88],.big li.Para-Table-L-hyp-2Sub[data-v-de769b88],.big li[class^=Para-Num][data-v-de769b88],.big p.Para-Box-Num[data-v-de769b88],.big p.Para-Table-B-Sub[data-v-de769b88],.big td p.Para-Table-L[data-v-de769b88],.big p.Para-Table-B[data-v-de769b88],.big p.Para-Circle-Num-Sub[data-v-de769b88],.big p.Para-Table-B-Center[data-v-de769b88],.big .Table--3col-ISO td p[data-v-de769b88]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-de769b88],p.Para-Table-B-Center[data-v-de769b88]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-de769b88],.big p.video_title[data-v-de769b88],.big .resultItem p[data-v-de769b88]{font-size:1.05em}h1[data-v-de769b88]{font-size:1.2em;margin-top:0}h2[data-v-de769b88]{font-size:1.1em}.Heading-3[data-v-de769b88]{font-size:1em}.content .text>ol li[data-v-de769b88]:BEFORE{font-size:26px}.video[data-v-de769b88]{width:95%}}p.Para-Table-L[data-v-de769b88]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-de769b88]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-de769b88]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-de769b88]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-de769b88]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-de769b88]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-de769b88]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-de769b88]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-de769b88]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-de769b88]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-de769b88]:before{content:"";display:block;height:15pt}.Bold[data-v-de769b88],span.Bold[data-v-de769b88]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-de769b88]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-de769b88]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-de769b88]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-de769b88]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-de769b88]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-de769b88]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-de769b88]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-de769b88]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-de769b88]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-de769b88]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-de769b88]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-de769b88],.Para-Table-L-Sub-Auto .icon-1[data-v-de769b88]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-de769b88]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-de769b88]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-de769b88]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-de769b88],.Table--2col td p.Para-basic-L[data-v-de769b88]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-de769b88]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-de769b88]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-de769b88]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-de769b88]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-de769b88]{margin-top:8pt!important}.table-responsive[data-v-de769b88]{width:100%;overflow-x:auto}.table-responsive table[data-v-de769b88]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-de769b88]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-de769b88]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-de769b88]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-de769b88]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-de769b88]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-de769b88]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-de769b88]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-de769b88]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-de769b88]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-de769b88]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-de769b88]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-de769b88]{font-size:12px}#table-15.responsive td[data-v-de769b88]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-de769b88]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-de769b88]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-de769b88]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-de769b88]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-de769b88],.Table--4col-Error th[data-v-de769b88]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-de769b88],.Table--4col-Error tr:first-child th[data-v-de769b88]{border-top:none}.Table--4col-Error tr:last-child td[data-v-de769b88]{border-bottom:none}.Table--4col-Error thead td[data-v-de769b88]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-de769b88]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-de769b88]:nth-child(1),.Table--4col-Error thead td[data-v-de769b88]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-de769b88]:nth-child(2),.Table--4col-Error thead td[data-v-de769b88]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-de769b88]:nth-child(3),.Table--4col-Error thead td[data-v-de769b88]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-de769b88]:nth-child(4),.Table--4col-Error thead td[data-v-de769b88]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-de769b88]:nth-child(1),.Table--4col-Error tbody td[data-v-de769b88]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-de769b88]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-de769b88]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-de769b88]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-de769b88]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-de769b88]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-de769b88]{font-size:14px!important}.Table--4col-Error tbody td[data-v-de769b88]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-de769b88],.Table--4col-Error p.Para-Table-B[data-v-de769b88],.Table--4col-Error p.Para-Table-L-Center[data-v-de769b88]{font-size:12px!important}.Table--4col-Error tbody td[data-v-de769b88]:nth-child(1),.Table--4col-Error thead td[data-v-de769b88]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-de769b88]:nth-child(2),.Table--4col-Error thead td[data-v-de769b88]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-de769b88]:nth-child(3),.Table--4col-Error thead td[data-v-de769b88]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-de769b88]:nth-child(4),.Table--4col-Error thead td[data-v-de769b88]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-de769b88]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-de769b88]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-de769b88]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-de769b88]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-de769b88]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-de769b88]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-de769b88]{line-height:1.25;font-weight:500}.Bold-color[data-v-de769b88]{font-weight:700}.char-style-override-4[data-v-de769b88]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-de769b88]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-de769b88]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-de769b88]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-de769b88]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-de769b88]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-de769b88]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-de769b88]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-de769b88]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-de769b88]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-de769b88]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-de769b88]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-de769b88]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-de769b88]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-de769b88]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-de769b88]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-de769b88],tr:last-child td.cell-style-override-7[data-v-de769b88]{border-bottom:0}table#table-16[data-v-de769b88]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-de769b88],.Table--2col-Air-Sensor[data-v-de769b88],.Table--2col-Voice[data-v-de769b88],.Table--2col-Filter[data-v-de769b88],.Table--troubleshooting[data-v-de769b88],.Table--4col-Error[data-v-de769b88],.Table--Specifications[data-v-de769b88]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-de769b88]:last-child,.Table--2col-Voice tr td[data-v-de769b88]:last-child{width:70%}.Table--2col-Voice tr td[data-v-de769b88]:first-child{width:30%}.Para-Table-L-Center[data-v-de769b88]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-de769b88]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-de769b88]{display:block!important}.Table--2col-Information td[data-v-de769b88]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-de769b88]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-de769b88]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-de769b88]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-de769b88]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-de769b88],.Table--4col-responsive table td[data-v-de769b88]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-de769b88],.Table--2col-Information th[data-v-de769b88]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-de769b88]:nth-child(1),.Table--2col-Information th[data-v-de769b88]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-de769b88]:nth-child(2),.Table--2col-Information th[data-v-de769b88]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-de769b88],.Table--2col-Information th[data-v-de769b88]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-de769b88]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-de769b88],.Table--2col-Voice th[data-v-de769b88]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-de769b88]:nth-child(1),.Table--2col-Voice th[data-v-de769b88]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-de769b88]:nth-child(2),.Table--2col-Voice th[data-v-de769b88]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-de769b88]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-de769b88],.Table--2col-Voice tr:last-child td[data-v-de769b88]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-de769b88],.Table--2col-Voice thead th[data-v-de769b88]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-de769b88]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-de769b88]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-de769b88]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-de769b88],.Table--2col-Information th[data-v-de769b88]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-de769b88]:nth-child(1),.Table--2col-Information th[data-v-de769b88]:nth-child(1){width:30%}.Table--2col-Information td[data-v-de769b88]:nth-child(2),.Table--2col-Information th[data-v-de769b88]:nth-child(2){width:70%}.Table--2col-Information td[data-v-de769b88]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-de769b88]{border-bottom:none}.Table--2col-Air-Sensor[data-v-de769b88]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-de769b88],.Table--2col-Air-Sensor th[data-v-de769b88]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-de769b88]:nth-child(1),.Table--2col-Air-Sensor th[data-v-de769b88]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-de769b88]:nth-child(2),.Table--2col-Air-Sensor th[data-v-de769b88]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-de769b88]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-de769b88]{border-bottom:none}.Table--2col-Filter[data-v-de769b88]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-de769b88],.Table--2col-Filter th[data-v-de769b88]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-de769b88]:nth-child(1),.Table--2col-Filter th[data-v-de769b88]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-de769b88]:nth-child(2),.Table--2col-Filter th[data-v-de769b88]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-de769b88]:nth-child(3),.Table--2col-Filter th[data-v-de769b88]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-de769b88]:nth-child(4),.Table--2col-Filter th[data-v-de769b88]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-de769b88]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-de769b88],.Table--2col-Filter tr:last-child td[data-v-de769b88]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-de769b88],.Table--2col-Filter thead th[data-v-de769b88]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-de769b88]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-de769b88]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-de769b88]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-de769b88],.Table--Specifications th[data-v-de769b88]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-de769b88]:first-child,.Table--Specifications th[data-v-de769b88]:first-child{width:16%}.Table--Specifications td[data-v-de769b88]:nth-child(2),.Table--Specifications th[data-v-de769b88]:nth-child(2){width:42%}.Table--Specifications td[data-v-de769b88]:nth-child(3),.Table--Specifications th[data-v-de769b88]:nth-child(3){width:42%}.Table--Specifications td[data-v-de769b88]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-de769b88],.Table--Specifications tr:last-child td[data-v-de769b88]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-de769b88],.Table--Specifications thead th[data-v-de769b88]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-de769b88]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-de769b88]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-de769b88],td.cell-style-override-20[data-v-de769b88]{padding:10px}td.x3col-Mid-text[data-v-de769b88],td.cell-style-override-22[data-v-de769b88],td.cell-style-override-20[data-v-de769b88]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-de769b88]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-de769b88]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-de769b88]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-de769b88]{margin-top:-350px}}#content-div[data-v-de769b88]{min-height:87vh;background-color:#fff}.data-row[data-v-de769b88]{color:#000}@media screen and (max-width: 600px){#content-div[data-v-de769b88]{min-height:100vh}}body[data-v-c91979c1]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-c91979c1]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-c91979c1]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-c91979c1]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-c91979c1]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-c91979c1]{width:83%!important}.content #naviText span[data-v-c91979c1]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-c91979c1]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-c91979c1]{width:100%!important}.content #mainCar[data-v-c91979c1]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-c91979c1]{width:100%}#mainCarPhone[data-v-c91979c1]{display:none}.content #buttonMenu_v2[data-v-c91979c1]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-c91979c1]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-c91979c1]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-c91979c1]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-c91979c1]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-c91979c1]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-c91979c1]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-c91979c1]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-c91979c1]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-c91979c1]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-c91979c1]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-c91979c1]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-c91979c1]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-c91979c1]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-c91979c1]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-c91979c1]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-c91979c1]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-c91979c1]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-c91979c1]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-c91979c1]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-c91979c1]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-c91979c1]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-c91979c1]{bottom:11%;width:30%}.content #naviText span[data-v-c91979c1]{font-size:17px}.content #naviText img[data-v-c91979c1]{width:80%!important}.content #carName[data-v-c91979c1]{right:0%;bottom:12%}.content #carName img[data-v-c91979c1]{width:40%!important}.content #buttonMenu_v2>a[data-v-c91979c1]{width:33%}.content #buttonMenu>a[data-v-c91979c1]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-c91979c1]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-c91979c1]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-c91979c1]{display:block}#mainCarPc[data-v-c91979c1]{display:none}.content #buttonMenu_v2[data-v-c91979c1],.content #buttonMenu[data-v-c91979c1]{width:92%}}@media screen and (max-width: 480px){.content[data-v-c91979c1]{padding-top:0}.content #naviText[data-v-c91979c1]{bottom:14%;width:45%}.content #naviText span[data-v-c91979c1]{font-size:11px}.content #naviText img[data-v-c91979c1]{width:88%!important}.content #carName[data-v-c91979c1]{right:5%;bottom:15%}.content #carName img[data-v-c91979c1]{width:120px!important}.content #buttonMenu_v2[data-v-c91979c1]{position:relative}.content #buttonMenu_v2>a>div[data-v-c91979c1]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-c91979c1]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-c91979c1]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-c91979c1]{position:relative}.content #buttonMenu>a>div[data-v-c91979c1]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-c91979c1]{height:120px}.content #buttonMenu>a>div>span[data-v-c91979c1]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-c91979c1]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-c91979c1]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-c91979c1]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-c91979c1]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-c91979c1]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-c91979c1]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-c91979c1]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-c91979c1]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-c91979c1]{margin:0;padding:0}html[data-v-c91979c1]{background-color:#000;width:100%}.keyword[data-v-c91979c1],.highlight[data-v-c91979c1]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-c91979c1]{font-family:upsys_commonregular}.header_main[data-v-c91979c1]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-c91979c1]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-c91979c1]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-c91979c1]>*{float:left}#headerLogo[data-v-c91979c1]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-c91979c1]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-c91979c1]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-c91979c1]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-c91979c1]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-c91979c1]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-c91979c1]{font-size:13px}.languageDiv .active[data-v-c91979c1]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-c91979c1]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-c91979c1]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-c91979c1]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-c91979c1],#languageSelect li[data-v-c91979c1]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-c91979c1],#languageSelect li:hover a[data-v-c91979c1]{color:#000}.footer-manual[data-v-c91979c1]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-c91979c1]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-c91979c1]{line-height:60px}#footerLogo[data-v-c91979c1]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-c91979c1]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-c91979c1]{display:inline-block;width:100%}#copyrightPcSpan[data-v-c91979c1]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-c91979c1]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-c91979c1]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-c91979c1]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-c91979c1]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-c91979c1]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-c91979c1]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-c91979c1]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-c91979c1]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-c91979c1]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-c91979c1]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-c91979c1]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-c91979c1]:focus{outline:none}#searchButton[data-v-c91979c1]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-c91979c1]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-c91979c1]{width:80%}table td.right[data-v-c91979c1]{width:10%;text-align:center}.result[data-v-c91979c1],.resultcount[data-v-c91979c1],.noResult[data-v-c91979c1]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-c91979c1]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-c91979c1]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-c91979c1]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-c91979c1]{color:#e49f81}.cover[data-v-c91979c1]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-c91979c1]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-c91979c1]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-c91979c1]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-c91979c1]{font-size:12px}.languageDivPhone .active[data-v-c91979c1]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-c91979c1]{bottom:30px;left:1px}.fontChangeButton[data-v-c91979c1]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-c91979c1]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-c91979c1]{left:0}.languageDiv div[data-v-c91979c1]{width:120%;left:-45px;top:5px}#languageSelect[data-v-c91979c1]{margin-left:-40px}#banner_img>a[data-v-c91979c1]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-c91979c1]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-c91979c1]{z-index:12}.header_main[data-v-c91979c1]{height:40px;padding-top:0}.header[data-v-c91979c1]{z-index:12}.header[data-v-c91979c1]{height:40px;padding-top:0}#title[data-v-c91979c1]{font-size:16px;width:49%}#headerLogo[data-v-c91979c1]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-c91979c1]{width:20%}.languageDiv div[data-v-c91979c1]{width:90%;left:-15px;top:5px}#languageSelect[data-v-c91979c1]{margin-left:-10px}.languageDiv ul[data-v-c91979c1]{font-size:12px}#menu[data-v-c91979c1]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-c91979c1]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-c91979c1]{width:80%}#rightHeader[data-v-c91979c1]{height:40px}#rightHeader>div[data-v-c91979c1]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-c91979c1]{position:absolute;right:38px;top:0}.searchDiv[data-v-c91979c1]{width:90%}#toc[data-v-c91979c1]{width:100%}.copyright[data-v-c91979c1]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-c91979c1]{display:none}#copyrightPhone[data-v-c91979c1]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-c91979c1]{width:15%!important}#prevBtn[data-v-c91979c1],#nextBtn[data-v-c91979c1]{width:32px;height:32px;background-size:100%}#searchButton[data-v-c91979c1]{margin-left:-1px}table td.left[data-v-c91979c1]{text-align:right}table td.center[data-v-c91979c1]{width:50%}table td.right[data-v-c91979c1]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-c91979c1]{left:0}.languageDiv div[data-v-c91979c1]{width:100%;left:-5px;top:5px}#languageSelect[data-v-c91979c1]{margin-left:20px}.languageDiv ul[data-v-c91979c1]{font-size:10px}.noResult>span[data-v-c91979c1]{width:200px!important;font-size:14px}#title[data-v-c91979c1]{font-size:13px;width:40%}#menu[data-v-c91979c1]{position:absolute}#banner_img>a[data-v-c91979c1]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-c91979c1]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-c91979c1]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-c91979c1]{font-size:14px}}body[data-v-c91979c1]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-c91979c1]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-c91979c1]{margin:auto;max-width:1120px}.subHeaderInner[data-v-c91979c1]>*{float:left}.content p[data-v-c91979c1],.content li[data-v-c91979c1]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-c91979c1]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-c91979c1]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-c91979c1]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-c91979c1]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-c91979c1]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-c91979c1]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-c91979c1]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-c91979c1]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-c91979c1]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-c91979c1]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-c91979c1]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-c91979c1],p.Para-Basic-B-Sub[data-v-c91979c1]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-c91979c1]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-c91979c1]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-c91979c1]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-c91979c1]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-c91979c1]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-c91979c1],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-c91979c1],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-c91979c1]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-c91979c1],p+ul li.Para-Basic-B-Sub[data-v-c91979c1]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-c91979c1],ul~p.Para-basic-L-bullet-Sub[data-v-c91979c1],ul~p.Para-Basic-B-Sub[data-v-c91979c1]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-c91979c1],ol~p.Para-basic-L-bullet-Sub[data-v-c91979c1],ol~p.Para-Basic-B-Sub[data-v-c91979c1]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-c91979c1],ol+*+p.Para-basic-L-bullet-Sub[data-v-c91979c1],ol+*+p.Para-Basic-B-Sub[data-v-c91979c1]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-c91979c1],a .Para-Basic-B-Sub[data-v-c91979c1]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-c91979c1]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-c91979c1]{margin-left:45px}.content p[data-v-c91979c1],li[data-v-c91979c1]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-c91979c1],p.Para-Basic-B[data-v-c91979c1],p.Para-Basic-B-Center[data-v-c91979c1]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-c91979c1]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-c91979c1],p.Para-Basic-B-Center[data-v-c91979c1]{text-align:center}p.Para-Table-L-center[data-v-c91979c1],p.Para-Table-B-Center[data-v-c91979c1]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-c91979c1],table p.Para-Basic-B[data-v-c91979c1],table p.Para-Basic-B-Center[data-v-c91979c1]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-c91979c1]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-c91979c1]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-c91979c1]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-c91979c1]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-c91979c1]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-c91979c1],.content .text>ul[data-v-c91979c1],.content .text table ol[data-v-c91979c1],.content .text table ul[data-v-c91979c1]{padding-left:20px}.content .text>ol[data-v-c91979c1]{padding-left:0}p.Para-Illust-L[data-v-c91979c1]{text-align:center}p.Para-Illust-L img[data-v-c91979c1]{display:inline-block}p.Placeholder-sub[data-v-c91979c1],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-c91979c1],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-c91979c1],.content .text>ol~.figure[data-v-c91979c1],p.Placeholder-sub-S[data-v-c91979c1],.Para-screen-sub-S[data-v-c91979c1],.Para-screen-sub-M[data-v-c91979c1],.Para-screen-sub-L[data-v-c91979c1]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-c91979c1],p.Placeholder-sub-M img[data-v-c91979c1],p.Placeholder-sub img[data-v-c91979c1]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-c91979c1]{margin-left:45px}.Table-pic-Left-sub img[data-v-c91979c1]{margin-top:5px;margin-bottom:10px}div.figure[data-v-c91979c1]{display:inline-block}p.Para-img-description[data-v-c91979c1]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-c91979c1]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-c91979c1]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-c91979c1]{margin-bottom:25px}.text img[data-v-c91979c1]{max-width:100%;display:block}.Table-Pic-center[data-v-c91979c1]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-c91979c1]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-c91979c1]{margin:0}p.Para-Box-Num[data-v-c91979c1]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-c91979c1]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-c91979c1]:AFTER{content:". "}span.inline-img img[data-v-c91979c1]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-c91979c1]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-c91979c1]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-c91979c1]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-c91979c1]{margin-left:6.5%;display:block!important}.discUl li[data-v-c91979c1]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-c91979c1],.Symbol-R[data-v-c91979c1],.Note-R-Pic[data-v-c91979c1]{display:block;width:100%}.Symbol-L[data-v-c91979c1]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-c91979c1]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-c91979c1],.Symbol-R li[data-v-c91979c1],.Symbol-R p[data-v-c91979c1]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-c91979c1]{font-size:16px}table.Table-Symbol td ul[data-v-c91979c1]{padding-left:20px}table.Table-Symbol[data-v-c91979c1]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-c91979c1]{color:#bc162c}.Symbol-Black[data-v-c91979c1],.Symbol-Black-Table[data-v-c91979c1]{font-family:upsys_commonregular}.Symbol-Green[data-v-c91979c1]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-c91979c1]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-c91979c1]{width:auto!important}.video_container[data-v-c91979c1]{margin-top:40px;float:right}.video[data-v-c91979c1]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-c91979c1]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-c91979c1]{width:100%}.Table--3col[data-v-c91979c1],.Basic-Table[data-v-c91979c1],.Table--2col[data-v-c91979c1],.Table-Landmark[data-v-c91979c1],.Table--4col[data-v-c91979c1],.Table-2row-merge[data-v-c91979c1],.Table--troubleshooting[data-v-c91979c1],.Table-specification[data-v-c91979c1],.Table-service-center[data-v-c91979c1],.Table-5col[data-v-c91979c1],.responsive[data-v-c91979c1],.Table--3col-Locations[data-v-c91979c1]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-c91979c1]:FIRST-CHILD,.Basic-Table tr[data-v-c91979c1]:FIRST-CHILD,.Table--2col tr[data-v-c91979c1]:FIRST-CHILD,.Table-Landmark tr[data-v-c91979c1]:FIRST-CHILD,.Table--4col tr[data-v-c91979c1]:FIRST-CHILD,.Table-2row-merge tr[data-v-c91979c1]:FIRST-CHILD,.Table--troubleshooting tr[data-v-c91979c1]:FIRST-CHILD,.Table-service-center tr[data-v-c91979c1]:FIRST-CHILD,.responsive tr[data-v-c91979c1]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-c91979c1]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-c91979c1],.Basic-Table td[data-v-c91979c1],.Table--2col td[data-v-c91979c1],.Table-Landmark td[data-v-c91979c1],.Table--4col td[data-v-c91979c1],.Table-2row-merge td[data-v-c91979c1],.Table--troubleshooting td[data-v-c91979c1],.Table-specification td[data-v-c91979c1],.Table-service-center td[data-v-c91979c1],.responsive td[data-v-c91979c1]{padding:10px}.Table--troubleshooting td[data-v-c91979c1]{border-right:none}.Table--troubleshooting[data-v-c91979c1]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-c91979c1],.Table-Landmark .Para-Pic-Center img[data-v-c91979c1]{width:30px}.Table-5col[data-v-c91979c1]{border:none}.Table-5col tr[data-v-c91979c1]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-c91979c1]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-c91979c1]{width:15%}.Table--3col td.x3col-L[data-v-c91979c1],.x3col-L td.x3col-M[data-v-c91979c1]{width:10%}td.x3col-Mid-Text[data-v-c91979c1]{text-align:center}td.x3col-R-Pic[data-v-c91979c1]{text-align:right}.responsive td p[data-v-c91979c1]{text-align:center}table.Table--3col-Locations[data-v-c91979c1]{border-collapse:collapse}.Table--3col-Locations td[data-v-c91979c1]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-c91979c1]{padding:10px}.Para-Pic-Center img[data-v-c91979c1]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-c91979c1]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-c91979c1]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-c91979c1]{width:50%}.Table-specification .x3col-L-Grey[data-v-c91979c1]{width:20%}.Table-specification .Spec-Mid-text[data-v-c91979c1]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-c91979c1]{width:50%}.Table--3col .x3col-L-Grey[data-v-c91979c1]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-c91979c1],.Table--4col .x3col-Mid-Grey[data-v-c91979c1],.Table--4col .x3col-R-Grey[data-v-c91979c1]{width:30%}.navi td.x3col-Mid-Grey[data-v-c91979c1]{width:15%}.Table--3col .x3col-R-Grey[data-v-c91979c1]{width:50%}.Table--2col .x3col-L-Grey[data-v-c91979c1],.Table--2col td[data-v-c91979c1]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-c91979c1]{width:70%}.Table--2col-Disc[data-v-c91979c1]{border-collapse:collapse}.Table--2col-Disc td[data-v-c91979c1]{border:1px solid grey;padding:10px}.Table-PL td[data-v-c91979c1]:FIRST-CHILD{width:25%}.resultcount p[data-v-c91979c1]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-c91979c1]{font-family:SK_namuhx-Bold}.noResult>span[data-v-c91979c1]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-c91979c1]{color:#f0dfdf;display:block}.result_list[data-v-c91979c1]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-c91979c1]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-c91979c1]{font-family:SK_namuhx-Regular}.resulttext p[data-v-c91979c1]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-c91979c1]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-c91979c1]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-c91979c1],.Cross-Reference[data-v-c91979c1]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-c91979c1]:hover{text-decoration:underline}.fontChangeDiv[data-v-c91979c1]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-c91979c1]{top:55px}#backButton[data-v-c91979c1]{background-size:16px}.chapterTitle[data-v-c91979c1]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-c91979c1],h2[data-v-c91979c1]{font-size:1.3em}#contentAccordion[data-v-c91979c1]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-c91979c1]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-c91979c1]{line-height:21px}.video[data-v-c91979c1]{width:46%}}@media screen and (max-width: 640px){h2[data-v-c91979c1]{margin-top:40px}.subHeader[data-v-c91979c1]{top:40px}.fontChangeDiv[data-v-c91979c1]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-c91979c1]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-c91979c1]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-c91979c1]{margin-left:7.3%}table td[data-v-c91979c1]{font-size:14px;padding:5px!important}table td p[data-v-c91979c1],table td p.Para-Basic-B-Center[data-v-c91979c1],table td p.Para-Basic-B[data-v-c91979c1]{font-size:14px}table td p.Para-Small-L[data-v-c91979c1]{font-size:12px;word-break:break-word}.Table--3col td[data-v-c91979c1],.Basic-Table td[data-v-c91979c1],.Table--2col td[data-v-c91979c1],.Table-Landmark td[data-v-c91979c1],.Table--4col td[data-v-c91979c1],.Table-2row-merge td[data-v-c91979c1],.Table--troubleshooting td[data-v-c91979c1],.Table-specification td[data-v-c91979c1],.Table-service-center td[data-v-c91979c1]{border-right:none}.responsive[data-v-c91979c1],.responsive tr[data-v-c91979c1],.responsive tbody[data-v-c91979c1]{width:100%}.Table--4col-responsive td[data-v-c91979c1]{min-width:200px!important;height:auto}.responsive td p[data-v-c91979c1]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-c91979c1],.Table-Symbol td li[data-v-c91979c1]{font-size:16px}p.Placeholder-sub[data-v-c91979c1],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-c91979c1],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-c91979c1],.content .text>ol~.figure[data-v-c91979c1],.content .text>ol+ul[data-v-c91979c1],.Para-screen-sub-L[data-v-c91979c1]{margin-left:0}.resultcount p[data-v-c91979c1]{font-size:16px}.Table-specification td p[data-v-c91979c1],.Table--3col-Locations td li[data-v-c91979c1],p.Para-basic-L-Sub[data-v-c91979c1],p.Para-basic-L-Sub-Auto[data-v-c91979c1],p.Para-basic-L-center[data-v-c91979c1],li.Para-basic-L-bullet[data-v-c91979c1],p.Para-basic-L[data-v-c91979c1],li.Para-basic-L-hyp-Sub[data-v-c91979c1],li.Para-basic-L-hyp-2Sub[data-v-c91979c1],li[class^=Para-Num][data-v-c91979c1],p.Para-Box-Num[data-v-c91979c1],p.Para-Basic-B-Sub[data-v-c91979c1],td p.Para-basic-L[data-v-c91979c1],td li.Para-basic-L-bullet[data-v-c91979c1],p.Para-Basic-B[data-v-c91979c1],p.Para-Circle-Num-Sub[data-v-c91979c1],.Symbol-L p.Para-basic-L-Sub[data-v-c91979c1],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-c91979c1]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-c91979c1],.Table--3col-Locations td li[data-v-c91979c1],p.Para-Table-L-Sub[data-v-c91979c1],p.Para-Table-L-Sub-Auto[data-v-c91979c1],p.Para-Table-L-center[data-v-c91979c1],p.Para-Table-L[data-v-c91979c1],li.Para-Table-L-hyp-Sub[data-v-c91979c1],li.Para-Table-L-hyp-2Sub[data-v-c91979c1],p.Para-Table-B-Sub[data-v-c91979c1],td p.Para-Table-L[data-v-c91979c1],p.Para-Table-B[data-v-c91979c1],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-c91979c1]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-c91979c1]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-c91979c1],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-c91979c1]{font-size:14px}.big .Table-specification td p[data-v-c91979c1],.big .Table--3col-Locations td li[data-v-c91979c1],.big p.Para-basic-L-Sub[data-v-c91979c1],.big p.Para-basic-L-Sub-Auto[data-v-c91979c1],.big p.Para-basic-L-center[data-v-c91979c1],.big li.Para-basic-L-bullet[data-v-c91979c1],.big p.Para-basic-L[data-v-c91979c1],.big li.Para-basic-L-hyp-Sub[data-v-c91979c1],.big li.Para-basic-L-hyp-2Sub[data-v-c91979c1],.big li[class^=Para-Num][data-v-c91979c1],.big p.Para-Box-Num[data-v-c91979c1],.big p.Para-Basic-B-Sub[data-v-c91979c1],.big td p.Para-basic-L[data-v-c91979c1],.big td li.Para-basic-L-bullet[data-v-c91979c1],.big p.Para-Basic-B[data-v-c91979c1],.big p.Para-Circle-Num-Sub[data-v-c91979c1]{font-size:16px}.big .Table-specification td p[data-v-c91979c1],.big .Table--3col-Locations td li[data-v-c91979c1],.big p.Para-Table-L-Sub[data-v-c91979c1],.big p.Para-Table-L-Sub-Auto[data-v-c91979c1],.big p.Para-Table-L-center[data-v-c91979c1],.big p.Para-Table-L[data-v-c91979c1],.big li.Para-Table-L-hyp-Sub[data-v-c91979c1],.big li.Para-Table-L-hyp-2Sub[data-v-c91979c1],.big li[class^=Para-Num][data-v-c91979c1],.big p.Para-Box-Num[data-v-c91979c1],.big p.Para-Table-B-Sub[data-v-c91979c1],.big td p.Para-Table-L[data-v-c91979c1],.big p.Para-Table-B[data-v-c91979c1],.big p.Para-Circle-Num-Sub[data-v-c91979c1],.big p.Para-Table-B-Center[data-v-c91979c1],.big .Table--3col-ISO td p[data-v-c91979c1]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-c91979c1],p.Para-Table-B-Center[data-v-c91979c1]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-c91979c1],.big p.video_title[data-v-c91979c1],.big .resultItem p[data-v-c91979c1]{font-size:1.05em}h1[data-v-c91979c1]{font-size:1.2em;margin-top:0}h2[data-v-c91979c1]{font-size:1.1em}.Heading-3[data-v-c91979c1]{font-size:1em}.content .text>ol li[data-v-c91979c1]:BEFORE{font-size:26px}.video[data-v-c91979c1]{width:95%}}p.Para-Table-L[data-v-c91979c1]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-c91979c1]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-c91979c1]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-c91979c1]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-c91979c1]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-c91979c1]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-c91979c1]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-c91979c1]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-c91979c1]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-c91979c1]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-c91979c1]:before{content:"";display:block;height:15pt}.Bold[data-v-c91979c1],span.Bold[data-v-c91979c1]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-c91979c1]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-c91979c1]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-c91979c1]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-c91979c1]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-c91979c1]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-c91979c1]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-c91979c1]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-c91979c1]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-c91979c1]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-c91979c1]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-c91979c1]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-c91979c1],.Para-Table-L-Sub-Auto .icon-1[data-v-c91979c1]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-c91979c1]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-c91979c1]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-c91979c1]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-c91979c1],.Table--2col td p.Para-basic-L[data-v-c91979c1]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-c91979c1]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-c91979c1]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-c91979c1]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-c91979c1]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-c91979c1]{margin-top:8pt!important}.table-responsive[data-v-c91979c1]{width:100%;overflow-x:auto}.table-responsive table[data-v-c91979c1]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-c91979c1]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-c91979c1]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-c91979c1]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-c91979c1]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-c91979c1]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-c91979c1]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-c91979c1]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-c91979c1]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-c91979c1]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-c91979c1]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-c91979c1]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-c91979c1]{font-size:12px}#table-15.responsive td[data-v-c91979c1]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-c91979c1]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-c91979c1]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-c91979c1]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-c91979c1]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-c91979c1],.Table--4col-Error th[data-v-c91979c1]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-c91979c1],.Table--4col-Error tr:first-child th[data-v-c91979c1]{border-top:none}.Table--4col-Error tr:last-child td[data-v-c91979c1]{border-bottom:none}.Table--4col-Error thead td[data-v-c91979c1]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-c91979c1]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-c91979c1]:nth-child(1),.Table--4col-Error thead td[data-v-c91979c1]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-c91979c1]:nth-child(2),.Table--4col-Error thead td[data-v-c91979c1]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-c91979c1]:nth-child(3),.Table--4col-Error thead td[data-v-c91979c1]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-c91979c1]:nth-child(4),.Table--4col-Error thead td[data-v-c91979c1]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-c91979c1]:nth-child(1),.Table--4col-Error tbody td[data-v-c91979c1]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-c91979c1]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-c91979c1]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-c91979c1]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-c91979c1]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-c91979c1]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-c91979c1]{font-size:14px!important}.Table--4col-Error tbody td[data-v-c91979c1]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-c91979c1],.Table--4col-Error p.Para-Table-B[data-v-c91979c1],.Table--4col-Error p.Para-Table-L-Center[data-v-c91979c1]{font-size:12px!important}.Table--4col-Error tbody td[data-v-c91979c1]:nth-child(1),.Table--4col-Error thead td[data-v-c91979c1]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-c91979c1]:nth-child(2),.Table--4col-Error thead td[data-v-c91979c1]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-c91979c1]:nth-child(3),.Table--4col-Error thead td[data-v-c91979c1]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-c91979c1]:nth-child(4),.Table--4col-Error thead td[data-v-c91979c1]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-c91979c1]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-c91979c1]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-c91979c1]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-c91979c1]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-c91979c1]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-c91979c1]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-c91979c1]{line-height:1.25;font-weight:500}.Bold-color[data-v-c91979c1]{font-weight:700}.char-style-override-4[data-v-c91979c1]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-c91979c1]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-c91979c1]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-c91979c1]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-c91979c1]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-c91979c1]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-c91979c1]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-c91979c1]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-c91979c1]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-c91979c1]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-c91979c1]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-c91979c1]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-c91979c1]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-c91979c1]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-c91979c1]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-c91979c1]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-c91979c1],tr:last-child td.cell-style-override-7[data-v-c91979c1]{border-bottom:0}table#table-16[data-v-c91979c1]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-c91979c1],.Table--2col-Air-Sensor[data-v-c91979c1],.Table--2col-Voice[data-v-c91979c1],.Table--2col-Filter[data-v-c91979c1],.Table--troubleshooting[data-v-c91979c1],.Table--4col-Error[data-v-c91979c1],.Table--Specifications[data-v-c91979c1]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-c91979c1]:last-child,.Table--2col-Voice tr td[data-v-c91979c1]:last-child{width:70%}.Table--2col-Voice tr td[data-v-c91979c1]:first-child{width:30%}.Para-Table-L-Center[data-v-c91979c1]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-c91979c1]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-c91979c1]{display:block!important}.Table--2col-Information td[data-v-c91979c1]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-c91979c1]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-c91979c1]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-c91979c1]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-c91979c1]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-c91979c1],.Table--4col-responsive table td[data-v-c91979c1]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-c91979c1],.Table--2col-Information th[data-v-c91979c1]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-c91979c1]:nth-child(1),.Table--2col-Information th[data-v-c91979c1]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-c91979c1]:nth-child(2),.Table--2col-Information th[data-v-c91979c1]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-c91979c1],.Table--2col-Information th[data-v-c91979c1]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-c91979c1]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-c91979c1],.Table--2col-Voice th[data-v-c91979c1]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-c91979c1]:nth-child(1),.Table--2col-Voice th[data-v-c91979c1]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-c91979c1]:nth-child(2),.Table--2col-Voice th[data-v-c91979c1]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-c91979c1]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-c91979c1],.Table--2col-Voice tr:last-child td[data-v-c91979c1]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-c91979c1],.Table--2col-Voice thead th[data-v-c91979c1]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-c91979c1]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-c91979c1]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-c91979c1]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-c91979c1],.Table--2col-Information th[data-v-c91979c1]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-c91979c1]:nth-child(1),.Table--2col-Information th[data-v-c91979c1]:nth-child(1){width:30%}.Table--2col-Information td[data-v-c91979c1]:nth-child(2),.Table--2col-Information th[data-v-c91979c1]:nth-child(2){width:70%}.Table--2col-Information td[data-v-c91979c1]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-c91979c1]{border-bottom:none}.Table--2col-Air-Sensor[data-v-c91979c1]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-c91979c1],.Table--2col-Air-Sensor th[data-v-c91979c1]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-c91979c1]:nth-child(1),.Table--2col-Air-Sensor th[data-v-c91979c1]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-c91979c1]:nth-child(2),.Table--2col-Air-Sensor th[data-v-c91979c1]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-c91979c1]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-c91979c1]{border-bottom:none}.Table--2col-Filter[data-v-c91979c1]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-c91979c1],.Table--2col-Filter th[data-v-c91979c1]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-c91979c1]:nth-child(1),.Table--2col-Filter th[data-v-c91979c1]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-c91979c1]:nth-child(2),.Table--2col-Filter th[data-v-c91979c1]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-c91979c1]:nth-child(3),.Table--2col-Filter th[data-v-c91979c1]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-c91979c1]:nth-child(4),.Table--2col-Filter th[data-v-c91979c1]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-c91979c1]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-c91979c1],.Table--2col-Filter tr:last-child td[data-v-c91979c1]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-c91979c1],.Table--2col-Filter thead th[data-v-c91979c1]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-c91979c1]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-c91979c1]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-c91979c1]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-c91979c1],.Table--Specifications th[data-v-c91979c1]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-c91979c1]:first-child,.Table--Specifications th[data-v-c91979c1]:first-child{width:16%}.Table--Specifications td[data-v-c91979c1]:nth-child(2),.Table--Specifications th[data-v-c91979c1]:nth-child(2){width:42%}.Table--Specifications td[data-v-c91979c1]:nth-child(3),.Table--Specifications th[data-v-c91979c1]:nth-child(3){width:42%}.Table--Specifications td[data-v-c91979c1]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-c91979c1],.Table--Specifications tr:last-child td[data-v-c91979c1]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-c91979c1],.Table--Specifications thead th[data-v-c91979c1]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-c91979c1]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-c91979c1]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-c91979c1],td.cell-style-override-20[data-v-c91979c1]{padding:10px}td.x3col-Mid-text[data-v-c91979c1],td.cell-style-override-22[data-v-c91979c1],td.cell-style-override-20[data-v-c91979c1]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-c91979c1]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-c91979c1]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-c91979c1]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-c91979c1]{margin-top:-350px}}#content-div[data-v-c91979c1]{min-height:87vh;background-color:#fff}.data-row[data-v-c91979c1]{color:#000}@media screen and (max-width: 600px){#content-div[data-v-c91979c1]{min-height:100vh}}body[data-v-88bb0059]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-88bb0059]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-88bb0059]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-88bb0059]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-88bb0059]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-88bb0059]{width:83%!important}.content #naviText span[data-v-88bb0059]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-88bb0059]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-88bb0059]{width:100%!important}.content #mainCar[data-v-88bb0059]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-88bb0059]{width:100%}#mainCarPhone[data-v-88bb0059]{display:none}.content #buttonMenu_v2[data-v-88bb0059]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-88bb0059]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-88bb0059]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-88bb0059]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-88bb0059]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-88bb0059]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-88bb0059]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-88bb0059]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-88bb0059]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-88bb0059]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-88bb0059]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-88bb0059]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-88bb0059]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-88bb0059]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-88bb0059]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-88bb0059]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-88bb0059]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-88bb0059]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-88bb0059]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-88bb0059]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-88bb0059]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-88bb0059]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-88bb0059]{bottom:11%;width:30%}.content #naviText span[data-v-88bb0059]{font-size:17px}.content #naviText img[data-v-88bb0059]{width:80%!important}.content #carName[data-v-88bb0059]{right:0%;bottom:12%}.content #carName img[data-v-88bb0059]{width:40%!important}.content #buttonMenu_v2>a[data-v-88bb0059]{width:33%}.content #buttonMenu>a[data-v-88bb0059]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-88bb0059]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-88bb0059]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-88bb0059]{display:block}#mainCarPc[data-v-88bb0059]{display:none}.content #buttonMenu_v2[data-v-88bb0059],.content #buttonMenu[data-v-88bb0059]{width:92%}}@media screen and (max-width: 480px){.content[data-v-88bb0059]{padding-top:0}.content #naviText[data-v-88bb0059]{bottom:14%;width:45%}.content #naviText span[data-v-88bb0059]{font-size:11px}.content #naviText img[data-v-88bb0059]{width:88%!important}.content #carName[data-v-88bb0059]{right:5%;bottom:15%}.content #carName img[data-v-88bb0059]{width:120px!important}.content #buttonMenu_v2[data-v-88bb0059]{position:relative}.content #buttonMenu_v2>a>div[data-v-88bb0059]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-88bb0059]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-88bb0059]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-88bb0059]{position:relative}.content #buttonMenu>a>div[data-v-88bb0059]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-88bb0059]{height:120px}.content #buttonMenu>a>div>span[data-v-88bb0059]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-88bb0059]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-88bb0059]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-88bb0059]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-88bb0059]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-88bb0059]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-88bb0059]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-88bb0059]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-88bb0059]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-88bb0059]{margin:0;padding:0}html[data-v-88bb0059]{background-color:#000;width:100%}.keyword[data-v-88bb0059],.highlight[data-v-88bb0059]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-88bb0059]{font-family:upsys_commonregular}.header_main[data-v-88bb0059]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-88bb0059]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-88bb0059]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-88bb0059]>*{float:left}#headerLogo[data-v-88bb0059]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-88bb0059]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-88bb0059]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-88bb0059]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-88bb0059]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-88bb0059]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-88bb0059]{font-size:13px}.languageDiv .active[data-v-88bb0059]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-88bb0059]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-88bb0059]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-88bb0059]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-88bb0059],#languageSelect li[data-v-88bb0059]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-88bb0059],#languageSelect li:hover a[data-v-88bb0059]{color:#000}.footer-manual[data-v-88bb0059]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-88bb0059]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-88bb0059]{line-height:60px}#footerLogo[data-v-88bb0059]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-88bb0059]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-88bb0059]{display:inline-block;width:100%}#copyrightPcSpan[data-v-88bb0059]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-88bb0059]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-88bb0059]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-88bb0059]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-88bb0059]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-88bb0059]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-88bb0059]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-88bb0059]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-88bb0059]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-88bb0059]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-88bb0059]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-88bb0059]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-88bb0059]:focus{outline:none}#searchButton[data-v-88bb0059]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-88bb0059]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-88bb0059]{width:80%}table td.right[data-v-88bb0059]{width:10%;text-align:center}.result[data-v-88bb0059],.resultcount[data-v-88bb0059],.noResult[data-v-88bb0059]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-88bb0059]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-88bb0059]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-88bb0059]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-88bb0059]{color:#e49f81}.cover[data-v-88bb0059]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-88bb0059]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-88bb0059]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-88bb0059]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-88bb0059]{font-size:12px}.languageDivPhone .active[data-v-88bb0059]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-88bb0059]{bottom:30px;left:1px}.fontChangeButton[data-v-88bb0059]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-88bb0059]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-88bb0059]{left:0}.languageDiv div[data-v-88bb0059]{width:120%;left:-45px;top:5px}#languageSelect[data-v-88bb0059]{margin-left:-40px}#banner_img>a[data-v-88bb0059]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-88bb0059]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-88bb0059]{z-index:12}.header_main[data-v-88bb0059]{height:40px;padding-top:0}.header[data-v-88bb0059]{z-index:12}.header[data-v-88bb0059]{height:40px;padding-top:0}#title[data-v-88bb0059]{font-size:16px;width:49%}#headerLogo[data-v-88bb0059]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-88bb0059]{width:20%}.languageDiv div[data-v-88bb0059]{width:90%;left:-15px;top:5px}#languageSelect[data-v-88bb0059]{margin-left:-10px}.languageDiv ul[data-v-88bb0059]{font-size:12px}#menu[data-v-88bb0059]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-88bb0059]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-88bb0059]{width:80%}#rightHeader[data-v-88bb0059]{height:40px}#rightHeader>div[data-v-88bb0059]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-88bb0059]{position:absolute;right:38px;top:0}.searchDiv[data-v-88bb0059]{width:90%}#toc[data-v-88bb0059]{width:100%}.copyright[data-v-88bb0059]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-88bb0059]{display:none}#copyrightPhone[data-v-88bb0059]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-88bb0059]{width:15%!important}#prevBtn[data-v-88bb0059],#nextBtn[data-v-88bb0059]{width:32px;height:32px;background-size:100%}#searchButton[data-v-88bb0059]{margin-left:-1px}table td.left[data-v-88bb0059]{text-align:right}table td.center[data-v-88bb0059]{width:50%}table td.right[data-v-88bb0059]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-88bb0059]{left:0}.languageDiv div[data-v-88bb0059]{width:100%;left:-5px;top:5px}#languageSelect[data-v-88bb0059]{margin-left:20px}.languageDiv ul[data-v-88bb0059]{font-size:10px}.noResult>span[data-v-88bb0059]{width:200px!important;font-size:14px}#title[data-v-88bb0059]{font-size:13px;width:40%}#menu[data-v-88bb0059]{position:absolute}#banner_img>a[data-v-88bb0059]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-88bb0059]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-88bb0059]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-88bb0059]{font-size:14px}}body[data-v-88bb0059]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-88bb0059]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-88bb0059]{margin:auto;max-width:1120px}.subHeaderInner[data-v-88bb0059]>*{float:left}.content p[data-v-88bb0059],.content li[data-v-88bb0059]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-88bb0059]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-88bb0059]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-88bb0059]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-88bb0059]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-88bb0059]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-88bb0059]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-88bb0059]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-88bb0059]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-88bb0059]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-88bb0059]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-88bb0059]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-88bb0059],p.Para-Basic-B-Sub[data-v-88bb0059]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-88bb0059]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-88bb0059]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-88bb0059]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-88bb0059]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-88bb0059]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-88bb0059],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-88bb0059],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-88bb0059]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-88bb0059],p+ul li.Para-Basic-B-Sub[data-v-88bb0059]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-88bb0059],ul~p.Para-basic-L-bullet-Sub[data-v-88bb0059],ul~p.Para-Basic-B-Sub[data-v-88bb0059]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-88bb0059],ol~p.Para-basic-L-bullet-Sub[data-v-88bb0059],ol~p.Para-Basic-B-Sub[data-v-88bb0059]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-88bb0059],ol+*+p.Para-basic-L-bullet-Sub[data-v-88bb0059],ol+*+p.Para-Basic-B-Sub[data-v-88bb0059]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-88bb0059],a .Para-Basic-B-Sub[data-v-88bb0059]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-88bb0059]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-88bb0059]{margin-left:45px}.content p[data-v-88bb0059],li[data-v-88bb0059]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-88bb0059],p.Para-Basic-B[data-v-88bb0059],p.Para-Basic-B-Center[data-v-88bb0059]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-88bb0059]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-88bb0059],p.Para-Basic-B-Center[data-v-88bb0059]{text-align:center}p.Para-Table-L-center[data-v-88bb0059],p.Para-Table-B-Center[data-v-88bb0059]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-88bb0059],table p.Para-Basic-B[data-v-88bb0059],table p.Para-Basic-B-Center[data-v-88bb0059]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-88bb0059]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-88bb0059]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-88bb0059]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-88bb0059]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-88bb0059]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-88bb0059],.content .text>ul[data-v-88bb0059],.content .text table ol[data-v-88bb0059],.content .text table ul[data-v-88bb0059]{padding-left:20px}.content .text>ol[data-v-88bb0059]{padding-left:0}p.Para-Illust-L[data-v-88bb0059]{text-align:center}p.Para-Illust-L img[data-v-88bb0059]{display:inline-block}p.Placeholder-sub[data-v-88bb0059],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-88bb0059],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-88bb0059],.content .text>ol~.figure[data-v-88bb0059],p.Placeholder-sub-S[data-v-88bb0059],.Para-screen-sub-S[data-v-88bb0059],.Para-screen-sub-M[data-v-88bb0059],.Para-screen-sub-L[data-v-88bb0059]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-88bb0059],p.Placeholder-sub-M img[data-v-88bb0059],p.Placeholder-sub img[data-v-88bb0059]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-88bb0059]{margin-left:45px}.Table-pic-Left-sub img[data-v-88bb0059]{margin-top:5px;margin-bottom:10px}div.figure[data-v-88bb0059]{display:inline-block}p.Para-img-description[data-v-88bb0059]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-88bb0059]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-88bb0059]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-88bb0059]{margin-bottom:25px}.text img[data-v-88bb0059]{max-width:100%;display:block}.Table-Pic-center[data-v-88bb0059]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-88bb0059]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-88bb0059]{margin:0}p.Para-Box-Num[data-v-88bb0059]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-88bb0059]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-88bb0059]:AFTER{content:". "}span.inline-img img[data-v-88bb0059]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-88bb0059]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-88bb0059]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-88bb0059]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-88bb0059]{margin-left:6.5%;display:block!important}.discUl li[data-v-88bb0059]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-88bb0059],.Symbol-R[data-v-88bb0059],.Note-R-Pic[data-v-88bb0059]{display:block;width:100%}.Symbol-L[data-v-88bb0059]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-88bb0059]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-88bb0059],.Symbol-R li[data-v-88bb0059],.Symbol-R p[data-v-88bb0059]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-88bb0059]{font-size:16px}table.Table-Symbol td ul[data-v-88bb0059]{padding-left:20px}table.Table-Symbol[data-v-88bb0059]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-88bb0059]{color:#bc162c}.Symbol-Black[data-v-88bb0059],.Symbol-Black-Table[data-v-88bb0059]{font-family:upsys_commonregular}.Symbol-Green[data-v-88bb0059]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-88bb0059]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-88bb0059]{width:auto!important}.video_container[data-v-88bb0059]{margin-top:40px;float:right}.video[data-v-88bb0059]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-88bb0059]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-88bb0059]{width:100%}.Table--3col[data-v-88bb0059],.Basic-Table[data-v-88bb0059],.Table--2col[data-v-88bb0059],.Table-Landmark[data-v-88bb0059],.Table--4col[data-v-88bb0059],.Table-2row-merge[data-v-88bb0059],.Table--troubleshooting[data-v-88bb0059],.Table-specification[data-v-88bb0059],.Table-service-center[data-v-88bb0059],.Table-5col[data-v-88bb0059],.responsive[data-v-88bb0059],.Table--3col-Locations[data-v-88bb0059]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-88bb0059]:FIRST-CHILD,.Basic-Table tr[data-v-88bb0059]:FIRST-CHILD,.Table--2col tr[data-v-88bb0059]:FIRST-CHILD,.Table-Landmark tr[data-v-88bb0059]:FIRST-CHILD,.Table--4col tr[data-v-88bb0059]:FIRST-CHILD,.Table-2row-merge tr[data-v-88bb0059]:FIRST-CHILD,.Table--troubleshooting tr[data-v-88bb0059]:FIRST-CHILD,.Table-service-center tr[data-v-88bb0059]:FIRST-CHILD,.responsive tr[data-v-88bb0059]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-88bb0059]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-88bb0059],.Basic-Table td[data-v-88bb0059],.Table--2col td[data-v-88bb0059],.Table-Landmark td[data-v-88bb0059],.Table--4col td[data-v-88bb0059],.Table-2row-merge td[data-v-88bb0059],.Table--troubleshooting td[data-v-88bb0059],.Table-specification td[data-v-88bb0059],.Table-service-center td[data-v-88bb0059],.responsive td[data-v-88bb0059]{padding:10px}.Table--troubleshooting td[data-v-88bb0059]{border-right:none}.Table--troubleshooting[data-v-88bb0059]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-88bb0059],.Table-Landmark .Para-Pic-Center img[data-v-88bb0059]{width:30px}.Table-5col[data-v-88bb0059]{border:none}.Table-5col tr[data-v-88bb0059]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-88bb0059]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-88bb0059]{width:15%}.Table--3col td.x3col-L[data-v-88bb0059],.x3col-L td.x3col-M[data-v-88bb0059]{width:10%}td.x3col-Mid-Text[data-v-88bb0059]{text-align:center}td.x3col-R-Pic[data-v-88bb0059]{text-align:right}.responsive td p[data-v-88bb0059]{text-align:center}table.Table--3col-Locations[data-v-88bb0059]{border-collapse:collapse}.Table--3col-Locations td[data-v-88bb0059]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-88bb0059]{padding:10px}.Para-Pic-Center img[data-v-88bb0059]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-88bb0059]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-88bb0059]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-88bb0059]{width:50%}.Table-specification .x3col-L-Grey[data-v-88bb0059]{width:20%}.Table-specification .Spec-Mid-text[data-v-88bb0059]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-88bb0059]{width:50%}.Table--3col .x3col-L-Grey[data-v-88bb0059]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-88bb0059],.Table--4col .x3col-Mid-Grey[data-v-88bb0059],.Table--4col .x3col-R-Grey[data-v-88bb0059]{width:30%}.navi td.x3col-Mid-Grey[data-v-88bb0059]{width:15%}.Table--3col .x3col-R-Grey[data-v-88bb0059]{width:50%}.Table--2col .x3col-L-Grey[data-v-88bb0059],.Table--2col td[data-v-88bb0059]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-88bb0059]{width:70%}.Table--2col-Disc[data-v-88bb0059]{border-collapse:collapse}.Table--2col-Disc td[data-v-88bb0059]{border:1px solid grey;padding:10px}.Table-PL td[data-v-88bb0059]:FIRST-CHILD{width:25%}.resultcount p[data-v-88bb0059]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-88bb0059]{font-family:SK_namuhx-Bold}.noResult>span[data-v-88bb0059]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-88bb0059]{color:#f0dfdf;display:block}.result_list[data-v-88bb0059]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-88bb0059]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-88bb0059]{font-family:SK_namuhx-Regular}.resulttext p[data-v-88bb0059]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-88bb0059]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-88bb0059]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-88bb0059],.Cross-Reference[data-v-88bb0059]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-88bb0059]:hover{text-decoration:underline}.fontChangeDiv[data-v-88bb0059]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-88bb0059]{top:55px}#backButton[data-v-88bb0059]{background-size:16px}.chapterTitle[data-v-88bb0059]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-88bb0059],h2[data-v-88bb0059]{font-size:1.3em}#contentAccordion[data-v-88bb0059]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-88bb0059]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-88bb0059]{line-height:21px}.video[data-v-88bb0059]{width:46%}}@media screen and (max-width: 640px){h2[data-v-88bb0059]{margin-top:40px}.subHeader[data-v-88bb0059]{top:40px}.fontChangeDiv[data-v-88bb0059]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-88bb0059]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-88bb0059]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-88bb0059]{margin-left:7.3%}table td[data-v-88bb0059]{font-size:14px;padding:5px!important}table td p[data-v-88bb0059],table td p.Para-Basic-B-Center[data-v-88bb0059],table td p.Para-Basic-B[data-v-88bb0059]{font-size:14px}table td p.Para-Small-L[data-v-88bb0059]{font-size:12px;word-break:break-word}.Table--3col td[data-v-88bb0059],.Basic-Table td[data-v-88bb0059],.Table--2col td[data-v-88bb0059],.Table-Landmark td[data-v-88bb0059],.Table--4col td[data-v-88bb0059],.Table-2row-merge td[data-v-88bb0059],.Table--troubleshooting td[data-v-88bb0059],.Table-specification td[data-v-88bb0059],.Table-service-center td[data-v-88bb0059]{border-right:none}.responsive[data-v-88bb0059],.responsive tr[data-v-88bb0059],.responsive tbody[data-v-88bb0059]{width:100%}.Table--4col-responsive td[data-v-88bb0059]{min-width:200px!important;height:auto}.responsive td p[data-v-88bb0059]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-88bb0059],.Table-Symbol td li[data-v-88bb0059]{font-size:16px}p.Placeholder-sub[data-v-88bb0059],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-88bb0059],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-88bb0059],.content .text>ol~.figure[data-v-88bb0059],.content .text>ol+ul[data-v-88bb0059],.Para-screen-sub-L[data-v-88bb0059]{margin-left:0}.resultcount p[data-v-88bb0059]{font-size:16px}.Table-specification td p[data-v-88bb0059],.Table--3col-Locations td li[data-v-88bb0059],p.Para-basic-L-Sub[data-v-88bb0059],p.Para-basic-L-Sub-Auto[data-v-88bb0059],p.Para-basic-L-center[data-v-88bb0059],li.Para-basic-L-bullet[data-v-88bb0059],p.Para-basic-L[data-v-88bb0059],li.Para-basic-L-hyp-Sub[data-v-88bb0059],li.Para-basic-L-hyp-2Sub[data-v-88bb0059],li[class^=Para-Num][data-v-88bb0059],p.Para-Box-Num[data-v-88bb0059],p.Para-Basic-B-Sub[data-v-88bb0059],td p.Para-basic-L[data-v-88bb0059],td li.Para-basic-L-bullet[data-v-88bb0059],p.Para-Basic-B[data-v-88bb0059],p.Para-Circle-Num-Sub[data-v-88bb0059],.Symbol-L p.Para-basic-L-Sub[data-v-88bb0059],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-88bb0059]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-88bb0059],.Table--3col-Locations td li[data-v-88bb0059],p.Para-Table-L-Sub[data-v-88bb0059],p.Para-Table-L-Sub-Auto[data-v-88bb0059],p.Para-Table-L-center[data-v-88bb0059],p.Para-Table-L[data-v-88bb0059],li.Para-Table-L-hyp-Sub[data-v-88bb0059],li.Para-Table-L-hyp-2Sub[data-v-88bb0059],p.Para-Table-B-Sub[data-v-88bb0059],td p.Para-Table-L[data-v-88bb0059],p.Para-Table-B[data-v-88bb0059],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-88bb0059]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-88bb0059]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-88bb0059],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-88bb0059]{font-size:14px}.big .Table-specification td p[data-v-88bb0059],.big .Table--3col-Locations td li[data-v-88bb0059],.big p.Para-basic-L-Sub[data-v-88bb0059],.big p.Para-basic-L-Sub-Auto[data-v-88bb0059],.big p.Para-basic-L-center[data-v-88bb0059],.big li.Para-basic-L-bullet[data-v-88bb0059],.big p.Para-basic-L[data-v-88bb0059],.big li.Para-basic-L-hyp-Sub[data-v-88bb0059],.big li.Para-basic-L-hyp-2Sub[data-v-88bb0059],.big li[class^=Para-Num][data-v-88bb0059],.big p.Para-Box-Num[data-v-88bb0059],.big p.Para-Basic-B-Sub[data-v-88bb0059],.big td p.Para-basic-L[data-v-88bb0059],.big td li.Para-basic-L-bullet[data-v-88bb0059],.big p.Para-Basic-B[data-v-88bb0059],.big p.Para-Circle-Num-Sub[data-v-88bb0059]{font-size:16px}.big .Table-specification td p[data-v-88bb0059],.big .Table--3col-Locations td li[data-v-88bb0059],.big p.Para-Table-L-Sub[data-v-88bb0059],.big p.Para-Table-L-Sub-Auto[data-v-88bb0059],.big p.Para-Table-L-center[data-v-88bb0059],.big p.Para-Table-L[data-v-88bb0059],.big li.Para-Table-L-hyp-Sub[data-v-88bb0059],.big li.Para-Table-L-hyp-2Sub[data-v-88bb0059],.big li[class^=Para-Num][data-v-88bb0059],.big p.Para-Box-Num[data-v-88bb0059],.big p.Para-Table-B-Sub[data-v-88bb0059],.big td p.Para-Table-L[data-v-88bb0059],.big p.Para-Table-B[data-v-88bb0059],.big p.Para-Circle-Num-Sub[data-v-88bb0059],.big p.Para-Table-B-Center[data-v-88bb0059],.big .Table--3col-ISO td p[data-v-88bb0059]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-88bb0059],p.Para-Table-B-Center[data-v-88bb0059]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-88bb0059],.big p.video_title[data-v-88bb0059],.big .resultItem p[data-v-88bb0059]{font-size:1.05em}h1[data-v-88bb0059]{font-size:1.2em;margin-top:0}h2[data-v-88bb0059]{font-size:1.1em}.Heading-3[data-v-88bb0059]{font-size:1em}.content .text>ol li[data-v-88bb0059]:BEFORE{font-size:26px}.video[data-v-88bb0059]{width:95%}}p.Para-Table-L[data-v-88bb0059]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-88bb0059]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-88bb0059]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-88bb0059]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-88bb0059]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-88bb0059]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-88bb0059]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-88bb0059]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-88bb0059]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-88bb0059]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-88bb0059]:before{content:"";display:block;height:15pt}.Bold[data-v-88bb0059],span.Bold[data-v-88bb0059]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-88bb0059]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-88bb0059]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-88bb0059]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-88bb0059]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-88bb0059]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-88bb0059]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-88bb0059]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-88bb0059]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-88bb0059]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-88bb0059]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-88bb0059]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-88bb0059],.Para-Table-L-Sub-Auto .icon-1[data-v-88bb0059]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-88bb0059]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-88bb0059]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-88bb0059]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-88bb0059],.Table--2col td p.Para-basic-L[data-v-88bb0059]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-88bb0059]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-88bb0059]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-88bb0059]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-88bb0059]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-88bb0059]{margin-top:8pt!important}.table-responsive[data-v-88bb0059]{width:100%;overflow-x:auto}.table-responsive table[data-v-88bb0059]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-88bb0059]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-88bb0059]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-88bb0059]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-88bb0059]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-88bb0059]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-88bb0059]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-88bb0059]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-88bb0059]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-88bb0059]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-88bb0059]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-88bb0059]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-88bb0059]{font-size:12px}#table-15.responsive td[data-v-88bb0059]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-88bb0059]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-88bb0059]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-88bb0059]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-88bb0059]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-88bb0059],.Table--4col-Error th[data-v-88bb0059]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-88bb0059],.Table--4col-Error tr:first-child th[data-v-88bb0059]{border-top:none}.Table--4col-Error tr:last-child td[data-v-88bb0059]{border-bottom:none}.Table--4col-Error thead td[data-v-88bb0059]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-88bb0059]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-88bb0059]:nth-child(1),.Table--4col-Error thead td[data-v-88bb0059]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-88bb0059]:nth-child(2),.Table--4col-Error thead td[data-v-88bb0059]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-88bb0059]:nth-child(3),.Table--4col-Error thead td[data-v-88bb0059]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-88bb0059]:nth-child(4),.Table--4col-Error thead td[data-v-88bb0059]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-88bb0059]:nth-child(1),.Table--4col-Error tbody td[data-v-88bb0059]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-88bb0059]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-88bb0059]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-88bb0059]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-88bb0059]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-88bb0059]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-88bb0059]{font-size:14px!important}.Table--4col-Error tbody td[data-v-88bb0059]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-88bb0059],.Table--4col-Error p.Para-Table-B[data-v-88bb0059],.Table--4col-Error p.Para-Table-L-Center[data-v-88bb0059]{font-size:12px!important}.Table--4col-Error tbody td[data-v-88bb0059]:nth-child(1),.Table--4col-Error thead td[data-v-88bb0059]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-88bb0059]:nth-child(2),.Table--4col-Error thead td[data-v-88bb0059]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-88bb0059]:nth-child(3),.Table--4col-Error thead td[data-v-88bb0059]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-88bb0059]:nth-child(4),.Table--4col-Error thead td[data-v-88bb0059]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-88bb0059]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-88bb0059]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-88bb0059]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-88bb0059]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-88bb0059]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-88bb0059]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-88bb0059]{line-height:1.25;font-weight:500}.Bold-color[data-v-88bb0059]{font-weight:700}.char-style-override-4[data-v-88bb0059]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-88bb0059]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-88bb0059]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-88bb0059]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-88bb0059]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-88bb0059]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-88bb0059]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-88bb0059]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-88bb0059]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-88bb0059]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-88bb0059]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-88bb0059]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-88bb0059]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-88bb0059]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-88bb0059]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-88bb0059]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-88bb0059],tr:last-child td.cell-style-override-7[data-v-88bb0059]{border-bottom:0}table#table-16[data-v-88bb0059]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-88bb0059],.Table--2col-Air-Sensor[data-v-88bb0059],.Table--2col-Voice[data-v-88bb0059],.Table--2col-Filter[data-v-88bb0059],.Table--troubleshooting[data-v-88bb0059],.Table--4col-Error[data-v-88bb0059],.Table--Specifications[data-v-88bb0059]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-88bb0059]:last-child,.Table--2col-Voice tr td[data-v-88bb0059]:last-child{width:70%}.Table--2col-Voice tr td[data-v-88bb0059]:first-child{width:30%}.Para-Table-L-Center[data-v-88bb0059]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-88bb0059]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-88bb0059]{display:block!important}.Table--2col-Information td[data-v-88bb0059]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-88bb0059]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-88bb0059]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-88bb0059]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-88bb0059]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-88bb0059],.Table--4col-responsive table td[data-v-88bb0059]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-88bb0059],.Table--2col-Information th[data-v-88bb0059]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-88bb0059]:nth-child(1),.Table--2col-Information th[data-v-88bb0059]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-88bb0059]:nth-child(2),.Table--2col-Information th[data-v-88bb0059]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-88bb0059],.Table--2col-Information th[data-v-88bb0059]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-88bb0059]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-88bb0059],.Table--2col-Voice th[data-v-88bb0059]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-88bb0059]:nth-child(1),.Table--2col-Voice th[data-v-88bb0059]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-88bb0059]:nth-child(2),.Table--2col-Voice th[data-v-88bb0059]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-88bb0059]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-88bb0059],.Table--2col-Voice tr:last-child td[data-v-88bb0059]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-88bb0059],.Table--2col-Voice thead th[data-v-88bb0059]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-88bb0059]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-88bb0059]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-88bb0059]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-88bb0059],.Table--2col-Information th[data-v-88bb0059]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-88bb0059]:nth-child(1),.Table--2col-Information th[data-v-88bb0059]:nth-child(1){width:30%}.Table--2col-Information td[data-v-88bb0059]:nth-child(2),.Table--2col-Information th[data-v-88bb0059]:nth-child(2){width:70%}.Table--2col-Information td[data-v-88bb0059]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-88bb0059]{border-bottom:none}.Table--2col-Air-Sensor[data-v-88bb0059]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-88bb0059],.Table--2col-Air-Sensor th[data-v-88bb0059]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-88bb0059]:nth-child(1),.Table--2col-Air-Sensor th[data-v-88bb0059]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-88bb0059]:nth-child(2),.Table--2col-Air-Sensor th[data-v-88bb0059]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-88bb0059]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-88bb0059]{border-bottom:none}.Table--2col-Filter[data-v-88bb0059]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-88bb0059],.Table--2col-Filter th[data-v-88bb0059]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-88bb0059]:nth-child(1),.Table--2col-Filter th[data-v-88bb0059]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-88bb0059]:nth-child(2),.Table--2col-Filter th[data-v-88bb0059]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-88bb0059]:nth-child(3),.Table--2col-Filter th[data-v-88bb0059]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-88bb0059]:nth-child(4),.Table--2col-Filter th[data-v-88bb0059]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-88bb0059]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-88bb0059],.Table--2col-Filter tr:last-child td[data-v-88bb0059]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-88bb0059],.Table--2col-Filter thead th[data-v-88bb0059]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-88bb0059]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-88bb0059]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-88bb0059]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-88bb0059],.Table--Specifications th[data-v-88bb0059]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-88bb0059]:first-child,.Table--Specifications th[data-v-88bb0059]:first-child{width:16%}.Table--Specifications td[data-v-88bb0059]:nth-child(2),.Table--Specifications th[data-v-88bb0059]:nth-child(2){width:42%}.Table--Specifications td[data-v-88bb0059]:nth-child(3),.Table--Specifications th[data-v-88bb0059]:nth-child(3){width:42%}.Table--Specifications td[data-v-88bb0059]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-88bb0059],.Table--Specifications tr:last-child td[data-v-88bb0059]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-88bb0059],.Table--Specifications thead th[data-v-88bb0059]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-88bb0059]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-88bb0059]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-88bb0059],td.cell-style-override-20[data-v-88bb0059]{padding:10px}td.x3col-Mid-text[data-v-88bb0059],td.cell-style-override-22[data-v-88bb0059],td.cell-style-override-20[data-v-88bb0059]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-88bb0059]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-88bb0059]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-88bb0059]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-88bb0059]{margin-top:-350px}}#content-div[data-v-88bb0059]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-88bb0059]{min-height:100vh}}body[data-v-cafe0b11]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-cafe0b11]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-cafe0b11]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-cafe0b11]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-cafe0b11]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-cafe0b11]{width:83%!important}.content #naviText span[data-v-cafe0b11]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-cafe0b11]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-cafe0b11]{width:100%!important}.content #mainCar[data-v-cafe0b11]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-cafe0b11]{width:100%}#mainCarPhone[data-v-cafe0b11]{display:none}.content #buttonMenu_v2[data-v-cafe0b11]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-cafe0b11]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-cafe0b11]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-cafe0b11]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-cafe0b11]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-cafe0b11]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-cafe0b11]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-cafe0b11]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-cafe0b11]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-cafe0b11]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-cafe0b11]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-cafe0b11]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-cafe0b11]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-cafe0b11]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-cafe0b11]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-cafe0b11]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-cafe0b11]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-cafe0b11]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-cafe0b11]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-cafe0b11]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-cafe0b11]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-cafe0b11]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-cafe0b11]{bottom:11%;width:30%}.content #naviText span[data-v-cafe0b11]{font-size:17px}.content #naviText img[data-v-cafe0b11]{width:80%!important}.content #carName[data-v-cafe0b11]{right:0%;bottom:12%}.content #carName img[data-v-cafe0b11]{width:40%!important}.content #buttonMenu_v2>a[data-v-cafe0b11]{width:33%}.content #buttonMenu>a[data-v-cafe0b11]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-cafe0b11]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-cafe0b11]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-cafe0b11]{display:block}#mainCarPc[data-v-cafe0b11]{display:none}.content #buttonMenu_v2[data-v-cafe0b11],.content #buttonMenu[data-v-cafe0b11]{width:92%}}@media screen and (max-width: 480px){.content[data-v-cafe0b11]{padding-top:0}.content #naviText[data-v-cafe0b11]{bottom:14%;width:45%}.content #naviText span[data-v-cafe0b11]{font-size:11px}.content #naviText img[data-v-cafe0b11]{width:88%!important}.content #carName[data-v-cafe0b11]{right:5%;bottom:15%}.content #carName img[data-v-cafe0b11]{width:120px!important}.content #buttonMenu_v2[data-v-cafe0b11]{position:relative}.content #buttonMenu_v2>a>div[data-v-cafe0b11]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-cafe0b11]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-cafe0b11]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-cafe0b11]{position:relative}.content #buttonMenu>a>div[data-v-cafe0b11]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-cafe0b11]{height:120px}.content #buttonMenu>a>div>span[data-v-cafe0b11]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-cafe0b11]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-cafe0b11]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-cafe0b11]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-cafe0b11]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-cafe0b11]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-cafe0b11]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-cafe0b11]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-cafe0b11]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-cafe0b11]{margin:0;padding:0}html[data-v-cafe0b11]{background-color:#000;width:100%}.keyword[data-v-cafe0b11],.highlight[data-v-cafe0b11]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-cafe0b11]{font-family:upsys_commonregular}.header_main[data-v-cafe0b11]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-cafe0b11]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-cafe0b11]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-cafe0b11]>*{float:left}#headerLogo[data-v-cafe0b11]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-cafe0b11]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-cafe0b11]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-cafe0b11]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-cafe0b11]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-cafe0b11]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-cafe0b11]{font-size:13px}.languageDiv .active[data-v-cafe0b11]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-cafe0b11]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-cafe0b11]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-cafe0b11]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-cafe0b11],#languageSelect li[data-v-cafe0b11]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-cafe0b11],#languageSelect li:hover a[data-v-cafe0b11]{color:#000}.footer-manual[data-v-cafe0b11]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-cafe0b11]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-cafe0b11]{line-height:60px}#footerLogo[data-v-cafe0b11]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-cafe0b11]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-cafe0b11]{display:inline-block;width:100%}#copyrightPcSpan[data-v-cafe0b11]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-cafe0b11]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-cafe0b11]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-cafe0b11]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-cafe0b11]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-cafe0b11]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-cafe0b11]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-cafe0b11]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-cafe0b11]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-cafe0b11]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-cafe0b11]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-cafe0b11]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-cafe0b11]:focus{outline:none}#searchButton[data-v-cafe0b11]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-cafe0b11]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-cafe0b11]{width:80%}table td.right[data-v-cafe0b11]{width:10%;text-align:center}.result[data-v-cafe0b11],.resultcount[data-v-cafe0b11],.noResult[data-v-cafe0b11]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-cafe0b11]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-cafe0b11]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-cafe0b11]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-cafe0b11]{color:#e49f81}.cover[data-v-cafe0b11]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-cafe0b11]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-cafe0b11]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-cafe0b11]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-cafe0b11]{font-size:12px}.languageDivPhone .active[data-v-cafe0b11]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-cafe0b11]{bottom:30px;left:1px}.fontChangeButton[data-v-cafe0b11]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-cafe0b11]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-cafe0b11]{left:0}.languageDiv div[data-v-cafe0b11]{width:120%;left:-45px;top:5px}#languageSelect[data-v-cafe0b11]{margin-left:-40px}#banner_img>a[data-v-cafe0b11]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-cafe0b11]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-cafe0b11]{z-index:12}.header_main[data-v-cafe0b11]{height:40px;padding-top:0}.header[data-v-cafe0b11]{z-index:12}.header[data-v-cafe0b11]{height:40px;padding-top:0}#title[data-v-cafe0b11]{font-size:16px;width:49%}#headerLogo[data-v-cafe0b11]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-cafe0b11]{width:20%}.languageDiv div[data-v-cafe0b11]{width:90%;left:-15px;top:5px}#languageSelect[data-v-cafe0b11]{margin-left:-10px}.languageDiv ul[data-v-cafe0b11]{font-size:12px}#menu[data-v-cafe0b11]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-cafe0b11]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-cafe0b11]{width:80%}#rightHeader[data-v-cafe0b11]{height:40px}#rightHeader>div[data-v-cafe0b11]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-cafe0b11]{position:absolute;right:38px;top:0}.searchDiv[data-v-cafe0b11]{width:90%}#toc[data-v-cafe0b11]{width:100%}.copyright[data-v-cafe0b11]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-cafe0b11]{display:none}#copyrightPhone[data-v-cafe0b11]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-cafe0b11]{width:15%!important}#prevBtn[data-v-cafe0b11],#nextBtn[data-v-cafe0b11]{width:32px;height:32px;background-size:100%}#searchButton[data-v-cafe0b11]{margin-left:-1px}table td.left[data-v-cafe0b11]{text-align:right}table td.center[data-v-cafe0b11]{width:50%}table td.right[data-v-cafe0b11]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-cafe0b11]{left:0}.languageDiv div[data-v-cafe0b11]{width:100%;left:-5px;top:5px}#languageSelect[data-v-cafe0b11]{margin-left:20px}.languageDiv ul[data-v-cafe0b11]{font-size:10px}.noResult>span[data-v-cafe0b11]{width:200px!important;font-size:14px}#title[data-v-cafe0b11]{font-size:13px;width:40%}#menu[data-v-cafe0b11]{position:absolute}#banner_img>a[data-v-cafe0b11]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-cafe0b11]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-cafe0b11]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-cafe0b11]{font-size:14px}}body[data-v-cafe0b11]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-cafe0b11]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-cafe0b11]{margin:auto;max-width:1120px}.subHeaderInner[data-v-cafe0b11]>*{float:left}.content p[data-v-cafe0b11],.content li[data-v-cafe0b11]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-cafe0b11]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-cafe0b11]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-cafe0b11]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-cafe0b11]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-cafe0b11]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-cafe0b11]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-cafe0b11]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-cafe0b11]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-cafe0b11]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-cafe0b11]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-cafe0b11]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-cafe0b11],p.Para-Basic-B-Sub[data-v-cafe0b11]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-cafe0b11]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-cafe0b11]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-cafe0b11]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-cafe0b11]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-cafe0b11]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-cafe0b11],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-cafe0b11],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-cafe0b11]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-cafe0b11],p+ul li.Para-Basic-B-Sub[data-v-cafe0b11]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-cafe0b11],ul~p.Para-basic-L-bullet-Sub[data-v-cafe0b11],ul~p.Para-Basic-B-Sub[data-v-cafe0b11]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-cafe0b11],ol~p.Para-basic-L-bullet-Sub[data-v-cafe0b11],ol~p.Para-Basic-B-Sub[data-v-cafe0b11]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-cafe0b11],ol+*+p.Para-basic-L-bullet-Sub[data-v-cafe0b11],ol+*+p.Para-Basic-B-Sub[data-v-cafe0b11]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-cafe0b11],a .Para-Basic-B-Sub[data-v-cafe0b11]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-cafe0b11]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-cafe0b11]{margin-left:45px}.content p[data-v-cafe0b11],li[data-v-cafe0b11]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-cafe0b11],p.Para-Basic-B[data-v-cafe0b11],p.Para-Basic-B-Center[data-v-cafe0b11]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-cafe0b11]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-cafe0b11],p.Para-Basic-B-Center[data-v-cafe0b11]{text-align:center}p.Para-Table-L-center[data-v-cafe0b11],p.Para-Table-B-Center[data-v-cafe0b11]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-cafe0b11],table p.Para-Basic-B[data-v-cafe0b11],table p.Para-Basic-B-Center[data-v-cafe0b11]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-cafe0b11]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-cafe0b11]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-cafe0b11]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-cafe0b11]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-cafe0b11]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-cafe0b11],.content .text>ul[data-v-cafe0b11],.content .text table ol[data-v-cafe0b11],.content .text table ul[data-v-cafe0b11]{padding-left:20px}.content .text>ol[data-v-cafe0b11]{padding-left:0}p.Para-Illust-L[data-v-cafe0b11]{text-align:center}p.Para-Illust-L img[data-v-cafe0b11]{display:inline-block}p.Placeholder-sub[data-v-cafe0b11],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-cafe0b11],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-cafe0b11],.content .text>ol~.figure[data-v-cafe0b11],p.Placeholder-sub-S[data-v-cafe0b11],.Para-screen-sub-S[data-v-cafe0b11],.Para-screen-sub-M[data-v-cafe0b11],.Para-screen-sub-L[data-v-cafe0b11]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-cafe0b11],p.Placeholder-sub-M img[data-v-cafe0b11],p.Placeholder-sub img[data-v-cafe0b11]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-cafe0b11]{margin-left:45px}.Table-pic-Left-sub img[data-v-cafe0b11]{margin-top:5px;margin-bottom:10px}div.figure[data-v-cafe0b11]{display:inline-block}p.Para-img-description[data-v-cafe0b11]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-cafe0b11]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-cafe0b11]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-cafe0b11]{margin-bottom:25px}.text img[data-v-cafe0b11]{max-width:100%;display:block}.Table-Pic-center[data-v-cafe0b11]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-cafe0b11]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-cafe0b11]{margin:0}p.Para-Box-Num[data-v-cafe0b11]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-cafe0b11]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-cafe0b11]:AFTER{content:". "}span.inline-img img[data-v-cafe0b11]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-cafe0b11]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-cafe0b11]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-cafe0b11]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-cafe0b11]{margin-left:6.5%;display:block!important}.discUl li[data-v-cafe0b11]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-cafe0b11],.Symbol-R[data-v-cafe0b11],.Note-R-Pic[data-v-cafe0b11]{display:block;width:100%}.Symbol-L[data-v-cafe0b11]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-cafe0b11]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-cafe0b11],.Symbol-R li[data-v-cafe0b11],.Symbol-R p[data-v-cafe0b11]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-cafe0b11]{font-size:16px}table.Table-Symbol td ul[data-v-cafe0b11]{padding-left:20px}table.Table-Symbol[data-v-cafe0b11]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-cafe0b11]{color:#bc162c}.Symbol-Black[data-v-cafe0b11],.Symbol-Black-Table[data-v-cafe0b11]{font-family:upsys_commonregular}.Symbol-Green[data-v-cafe0b11]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-cafe0b11]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-cafe0b11]{width:auto!important}.video_container[data-v-cafe0b11]{margin-top:40px;float:right}.video[data-v-cafe0b11]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-cafe0b11]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-cafe0b11]{width:100%}.Table--3col[data-v-cafe0b11],.Basic-Table[data-v-cafe0b11],.Table--2col[data-v-cafe0b11],.Table-Landmark[data-v-cafe0b11],.Table--4col[data-v-cafe0b11],.Table-2row-merge[data-v-cafe0b11],.Table--troubleshooting[data-v-cafe0b11],.Table-specification[data-v-cafe0b11],.Table-service-center[data-v-cafe0b11],.Table-5col[data-v-cafe0b11],.responsive[data-v-cafe0b11],.Table--3col-Locations[data-v-cafe0b11]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-cafe0b11]:FIRST-CHILD,.Basic-Table tr[data-v-cafe0b11]:FIRST-CHILD,.Table--2col tr[data-v-cafe0b11]:FIRST-CHILD,.Table-Landmark tr[data-v-cafe0b11]:FIRST-CHILD,.Table--4col tr[data-v-cafe0b11]:FIRST-CHILD,.Table-2row-merge tr[data-v-cafe0b11]:FIRST-CHILD,.Table--troubleshooting tr[data-v-cafe0b11]:FIRST-CHILD,.Table-service-center tr[data-v-cafe0b11]:FIRST-CHILD,.responsive tr[data-v-cafe0b11]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-cafe0b11]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-cafe0b11],.Basic-Table td[data-v-cafe0b11],.Table--2col td[data-v-cafe0b11],.Table-Landmark td[data-v-cafe0b11],.Table--4col td[data-v-cafe0b11],.Table-2row-merge td[data-v-cafe0b11],.Table--troubleshooting td[data-v-cafe0b11],.Table-specification td[data-v-cafe0b11],.Table-service-center td[data-v-cafe0b11],.responsive td[data-v-cafe0b11]{padding:10px}.Table--troubleshooting td[data-v-cafe0b11]{border-right:none}.Table--troubleshooting[data-v-cafe0b11]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-cafe0b11],.Table-Landmark .Para-Pic-Center img[data-v-cafe0b11]{width:30px}.Table-5col[data-v-cafe0b11]{border:none}.Table-5col tr[data-v-cafe0b11]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-cafe0b11]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-cafe0b11]{width:15%}.Table--3col td.x3col-L[data-v-cafe0b11],.x3col-L td.x3col-M[data-v-cafe0b11]{width:10%}td.x3col-Mid-Text[data-v-cafe0b11]{text-align:center}td.x3col-R-Pic[data-v-cafe0b11]{text-align:right}.responsive td p[data-v-cafe0b11]{text-align:center}table.Table--3col-Locations[data-v-cafe0b11]{border-collapse:collapse}.Table--3col-Locations td[data-v-cafe0b11]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-cafe0b11]{padding:10px}.Para-Pic-Center img[data-v-cafe0b11]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-cafe0b11]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-cafe0b11]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-cafe0b11]{width:50%}.Table-specification .x3col-L-Grey[data-v-cafe0b11]{width:20%}.Table-specification .Spec-Mid-text[data-v-cafe0b11]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-cafe0b11]{width:50%}.Table--3col .x3col-L-Grey[data-v-cafe0b11]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-cafe0b11],.Table--4col .x3col-Mid-Grey[data-v-cafe0b11],.Table--4col .x3col-R-Grey[data-v-cafe0b11]{width:30%}.navi td.x3col-Mid-Grey[data-v-cafe0b11]{width:15%}.Table--3col .x3col-R-Grey[data-v-cafe0b11]{width:50%}.Table--2col .x3col-L-Grey[data-v-cafe0b11],.Table--2col td[data-v-cafe0b11]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-cafe0b11]{width:70%}.Table--2col-Disc[data-v-cafe0b11]{border-collapse:collapse}.Table--2col-Disc td[data-v-cafe0b11]{border:1px solid grey;padding:10px}.Table-PL td[data-v-cafe0b11]:FIRST-CHILD{width:25%}.resultcount p[data-v-cafe0b11]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-cafe0b11]{font-family:SK_namuhx-Bold}.noResult>span[data-v-cafe0b11]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-cafe0b11]{color:#f0dfdf;display:block}.result_list[data-v-cafe0b11]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-cafe0b11]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-cafe0b11]{font-family:SK_namuhx-Regular}.resulttext p[data-v-cafe0b11]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-cafe0b11]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-cafe0b11]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-cafe0b11],.Cross-Reference[data-v-cafe0b11]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-cafe0b11]:hover{text-decoration:underline}.fontChangeDiv[data-v-cafe0b11]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-cafe0b11]{top:55px}#backButton[data-v-cafe0b11]{background-size:16px}.chapterTitle[data-v-cafe0b11]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-cafe0b11],h2[data-v-cafe0b11]{font-size:1.3em}#contentAccordion[data-v-cafe0b11]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-cafe0b11]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-cafe0b11]{line-height:21px}.video[data-v-cafe0b11]{width:46%}}@media screen and (max-width: 640px){h2[data-v-cafe0b11]{margin-top:40px}.subHeader[data-v-cafe0b11]{top:40px}.fontChangeDiv[data-v-cafe0b11]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-cafe0b11]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-cafe0b11]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-cafe0b11]{margin-left:7.3%}table td[data-v-cafe0b11]{font-size:14px;padding:5px!important}table td p[data-v-cafe0b11],table td p.Para-Basic-B-Center[data-v-cafe0b11],table td p.Para-Basic-B[data-v-cafe0b11]{font-size:14px}table td p.Para-Small-L[data-v-cafe0b11]{font-size:12px;word-break:break-word}.Table--3col td[data-v-cafe0b11],.Basic-Table td[data-v-cafe0b11],.Table--2col td[data-v-cafe0b11],.Table-Landmark td[data-v-cafe0b11],.Table--4col td[data-v-cafe0b11],.Table-2row-merge td[data-v-cafe0b11],.Table--troubleshooting td[data-v-cafe0b11],.Table-specification td[data-v-cafe0b11],.Table-service-center td[data-v-cafe0b11]{border-right:none}.responsive[data-v-cafe0b11],.responsive tr[data-v-cafe0b11],.responsive tbody[data-v-cafe0b11]{width:100%}.Table--4col-responsive td[data-v-cafe0b11]{min-width:200px!important;height:auto}.responsive td p[data-v-cafe0b11]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-cafe0b11],.Table-Symbol td li[data-v-cafe0b11]{font-size:16px}p.Placeholder-sub[data-v-cafe0b11],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-cafe0b11],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-cafe0b11],.content .text>ol~.figure[data-v-cafe0b11],.content .text>ol+ul[data-v-cafe0b11],.Para-screen-sub-L[data-v-cafe0b11]{margin-left:0}.resultcount p[data-v-cafe0b11]{font-size:16px}.Table-specification td p[data-v-cafe0b11],.Table--3col-Locations td li[data-v-cafe0b11],p.Para-basic-L-Sub[data-v-cafe0b11],p.Para-basic-L-Sub-Auto[data-v-cafe0b11],p.Para-basic-L-center[data-v-cafe0b11],li.Para-basic-L-bullet[data-v-cafe0b11],p.Para-basic-L[data-v-cafe0b11],li.Para-basic-L-hyp-Sub[data-v-cafe0b11],li.Para-basic-L-hyp-2Sub[data-v-cafe0b11],li[class^=Para-Num][data-v-cafe0b11],p.Para-Box-Num[data-v-cafe0b11],p.Para-Basic-B-Sub[data-v-cafe0b11],td p.Para-basic-L[data-v-cafe0b11],td li.Para-basic-L-bullet[data-v-cafe0b11],p.Para-Basic-B[data-v-cafe0b11],p.Para-Circle-Num-Sub[data-v-cafe0b11],.Symbol-L p.Para-basic-L-Sub[data-v-cafe0b11],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-cafe0b11]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-cafe0b11],.Table--3col-Locations td li[data-v-cafe0b11],p.Para-Table-L-Sub[data-v-cafe0b11],p.Para-Table-L-Sub-Auto[data-v-cafe0b11],p.Para-Table-L-center[data-v-cafe0b11],p.Para-Table-L[data-v-cafe0b11],li.Para-Table-L-hyp-Sub[data-v-cafe0b11],li.Para-Table-L-hyp-2Sub[data-v-cafe0b11],p.Para-Table-B-Sub[data-v-cafe0b11],td p.Para-Table-L[data-v-cafe0b11],p.Para-Table-B[data-v-cafe0b11],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-cafe0b11]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-cafe0b11]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-cafe0b11],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-cafe0b11]{font-size:14px}.big .Table-specification td p[data-v-cafe0b11],.big .Table--3col-Locations td li[data-v-cafe0b11],.big p.Para-basic-L-Sub[data-v-cafe0b11],.big p.Para-basic-L-Sub-Auto[data-v-cafe0b11],.big p.Para-basic-L-center[data-v-cafe0b11],.big li.Para-basic-L-bullet[data-v-cafe0b11],.big p.Para-basic-L[data-v-cafe0b11],.big li.Para-basic-L-hyp-Sub[data-v-cafe0b11],.big li.Para-basic-L-hyp-2Sub[data-v-cafe0b11],.big li[class^=Para-Num][data-v-cafe0b11],.big p.Para-Box-Num[data-v-cafe0b11],.big p.Para-Basic-B-Sub[data-v-cafe0b11],.big td p.Para-basic-L[data-v-cafe0b11],.big td li.Para-basic-L-bullet[data-v-cafe0b11],.big p.Para-Basic-B[data-v-cafe0b11],.big p.Para-Circle-Num-Sub[data-v-cafe0b11]{font-size:16px}.big .Table-specification td p[data-v-cafe0b11],.big .Table--3col-Locations td li[data-v-cafe0b11],.big p.Para-Table-L-Sub[data-v-cafe0b11],.big p.Para-Table-L-Sub-Auto[data-v-cafe0b11],.big p.Para-Table-L-center[data-v-cafe0b11],.big p.Para-Table-L[data-v-cafe0b11],.big li.Para-Table-L-hyp-Sub[data-v-cafe0b11],.big li.Para-Table-L-hyp-2Sub[data-v-cafe0b11],.big li[class^=Para-Num][data-v-cafe0b11],.big p.Para-Box-Num[data-v-cafe0b11],.big p.Para-Table-B-Sub[data-v-cafe0b11],.big td p.Para-Table-L[data-v-cafe0b11],.big p.Para-Table-B[data-v-cafe0b11],.big p.Para-Circle-Num-Sub[data-v-cafe0b11],.big p.Para-Table-B-Center[data-v-cafe0b11],.big .Table--3col-ISO td p[data-v-cafe0b11]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-cafe0b11],p.Para-Table-B-Center[data-v-cafe0b11]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-cafe0b11],.big p.video_title[data-v-cafe0b11],.big .resultItem p[data-v-cafe0b11]{font-size:1.05em}h1[data-v-cafe0b11]{font-size:1.2em;margin-top:0}h2[data-v-cafe0b11]{font-size:1.1em}.Heading-3[data-v-cafe0b11]{font-size:1em}.content .text>ol li[data-v-cafe0b11]:BEFORE{font-size:26px}.video[data-v-cafe0b11]{width:95%}}p.Para-Table-L[data-v-cafe0b11]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-cafe0b11]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-cafe0b11]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-cafe0b11]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-cafe0b11]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-cafe0b11]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-cafe0b11]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-cafe0b11]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-cafe0b11]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-cafe0b11]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-cafe0b11]:before{content:"";display:block;height:15pt}.Bold[data-v-cafe0b11],span.Bold[data-v-cafe0b11]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-cafe0b11]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-cafe0b11]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-cafe0b11]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-cafe0b11]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-cafe0b11]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-cafe0b11]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-cafe0b11]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-cafe0b11]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-cafe0b11]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-cafe0b11]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-cafe0b11]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-cafe0b11],.Para-Table-L-Sub-Auto .icon-1[data-v-cafe0b11]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-cafe0b11]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-cafe0b11]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-cafe0b11]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-cafe0b11],.Table--2col td p.Para-basic-L[data-v-cafe0b11]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-cafe0b11]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-cafe0b11]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-cafe0b11]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-cafe0b11]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-cafe0b11]{margin-top:8pt!important}.table-responsive[data-v-cafe0b11]{width:100%;overflow-x:auto}.table-responsive table[data-v-cafe0b11]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-cafe0b11]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-cafe0b11]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-cafe0b11]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-cafe0b11]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-cafe0b11]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-cafe0b11]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-cafe0b11]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-cafe0b11]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-cafe0b11]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-cafe0b11]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-cafe0b11]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-cafe0b11]{font-size:12px}#table-15.responsive td[data-v-cafe0b11]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-cafe0b11]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-cafe0b11]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-cafe0b11]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-cafe0b11]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-cafe0b11],.Table--4col-Error th[data-v-cafe0b11]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-cafe0b11],.Table--4col-Error tr:first-child th[data-v-cafe0b11]{border-top:none}.Table--4col-Error tr:last-child td[data-v-cafe0b11]{border-bottom:none}.Table--4col-Error thead td[data-v-cafe0b11]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-cafe0b11]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-cafe0b11]:nth-child(1),.Table--4col-Error thead td[data-v-cafe0b11]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-cafe0b11]:nth-child(2),.Table--4col-Error thead td[data-v-cafe0b11]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-cafe0b11]:nth-child(3),.Table--4col-Error thead td[data-v-cafe0b11]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-cafe0b11]:nth-child(4),.Table--4col-Error thead td[data-v-cafe0b11]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-cafe0b11]:nth-child(1),.Table--4col-Error tbody td[data-v-cafe0b11]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-cafe0b11]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-cafe0b11]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-cafe0b11]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-cafe0b11]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-cafe0b11]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-cafe0b11]{font-size:14px!important}.Table--4col-Error tbody td[data-v-cafe0b11]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-cafe0b11],.Table--4col-Error p.Para-Table-B[data-v-cafe0b11],.Table--4col-Error p.Para-Table-L-Center[data-v-cafe0b11]{font-size:12px!important}.Table--4col-Error tbody td[data-v-cafe0b11]:nth-child(1),.Table--4col-Error thead td[data-v-cafe0b11]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-cafe0b11]:nth-child(2),.Table--4col-Error thead td[data-v-cafe0b11]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-cafe0b11]:nth-child(3),.Table--4col-Error thead td[data-v-cafe0b11]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-cafe0b11]:nth-child(4),.Table--4col-Error thead td[data-v-cafe0b11]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-cafe0b11]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-cafe0b11]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-cafe0b11]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-cafe0b11]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-cafe0b11]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-cafe0b11]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-cafe0b11]{line-height:1.25;font-weight:500}.Bold-color[data-v-cafe0b11]{font-weight:700}.char-style-override-4[data-v-cafe0b11]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-cafe0b11]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-cafe0b11]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-cafe0b11]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-cafe0b11]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-cafe0b11]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-cafe0b11]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-cafe0b11]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-cafe0b11]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-cafe0b11]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-cafe0b11]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-cafe0b11]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-cafe0b11]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-cafe0b11]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-cafe0b11]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-cafe0b11]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-cafe0b11],tr:last-child td.cell-style-override-7[data-v-cafe0b11]{border-bottom:0}table#table-16[data-v-cafe0b11]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-cafe0b11],.Table--2col-Air-Sensor[data-v-cafe0b11],.Table--2col-Voice[data-v-cafe0b11],.Table--2col-Filter[data-v-cafe0b11],.Table--troubleshooting[data-v-cafe0b11],.Table--4col-Error[data-v-cafe0b11],.Table--Specifications[data-v-cafe0b11]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-cafe0b11]:last-child,.Table--2col-Voice tr td[data-v-cafe0b11]:last-child{width:70%}.Table--2col-Voice tr td[data-v-cafe0b11]:first-child{width:30%}.Para-Table-L-Center[data-v-cafe0b11]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-cafe0b11]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-cafe0b11]{display:block!important}.Table--2col-Information td[data-v-cafe0b11]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-cafe0b11]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-cafe0b11]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-cafe0b11]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-cafe0b11]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-cafe0b11],.Table--4col-responsive table td[data-v-cafe0b11]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-cafe0b11],.Table--2col-Information th[data-v-cafe0b11]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-cafe0b11]:nth-child(1),.Table--2col-Information th[data-v-cafe0b11]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-cafe0b11]:nth-child(2),.Table--2col-Information th[data-v-cafe0b11]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-cafe0b11],.Table--2col-Information th[data-v-cafe0b11]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-cafe0b11]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-cafe0b11],.Table--2col-Voice th[data-v-cafe0b11]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-cafe0b11]:nth-child(1),.Table--2col-Voice th[data-v-cafe0b11]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-cafe0b11]:nth-child(2),.Table--2col-Voice th[data-v-cafe0b11]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-cafe0b11]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-cafe0b11],.Table--2col-Voice tr:last-child td[data-v-cafe0b11]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-cafe0b11],.Table--2col-Voice thead th[data-v-cafe0b11]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-cafe0b11]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-cafe0b11]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-cafe0b11]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-cafe0b11],.Table--2col-Information th[data-v-cafe0b11]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-cafe0b11]:nth-child(1),.Table--2col-Information th[data-v-cafe0b11]:nth-child(1){width:30%}.Table--2col-Information td[data-v-cafe0b11]:nth-child(2),.Table--2col-Information th[data-v-cafe0b11]:nth-child(2){width:70%}.Table--2col-Information td[data-v-cafe0b11]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-cafe0b11]{border-bottom:none}.Table--2col-Air-Sensor[data-v-cafe0b11]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-cafe0b11],.Table--2col-Air-Sensor th[data-v-cafe0b11]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-cafe0b11]:nth-child(1),.Table--2col-Air-Sensor th[data-v-cafe0b11]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-cafe0b11]:nth-child(2),.Table--2col-Air-Sensor th[data-v-cafe0b11]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-cafe0b11]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-cafe0b11]{border-bottom:none}.Table--2col-Filter[data-v-cafe0b11]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-cafe0b11],.Table--2col-Filter th[data-v-cafe0b11]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-cafe0b11]:nth-child(1),.Table--2col-Filter th[data-v-cafe0b11]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-cafe0b11]:nth-child(2),.Table--2col-Filter th[data-v-cafe0b11]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-cafe0b11]:nth-child(3),.Table--2col-Filter th[data-v-cafe0b11]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-cafe0b11]:nth-child(4),.Table--2col-Filter th[data-v-cafe0b11]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-cafe0b11]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-cafe0b11],.Table--2col-Filter tr:last-child td[data-v-cafe0b11]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-cafe0b11],.Table--2col-Filter thead th[data-v-cafe0b11]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-cafe0b11]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-cafe0b11]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-cafe0b11]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-cafe0b11],.Table--Specifications th[data-v-cafe0b11]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-cafe0b11]:first-child,.Table--Specifications th[data-v-cafe0b11]:first-child{width:16%}.Table--Specifications td[data-v-cafe0b11]:nth-child(2),.Table--Specifications th[data-v-cafe0b11]:nth-child(2){width:42%}.Table--Specifications td[data-v-cafe0b11]:nth-child(3),.Table--Specifications th[data-v-cafe0b11]:nth-child(3){width:42%}.Table--Specifications td[data-v-cafe0b11]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-cafe0b11],.Table--Specifications tr:last-child td[data-v-cafe0b11]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-cafe0b11],.Table--Specifications thead th[data-v-cafe0b11]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-cafe0b11]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-cafe0b11]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-cafe0b11],td.cell-style-override-20[data-v-cafe0b11]{padding:10px}td.x3col-Mid-text[data-v-cafe0b11],td.cell-style-override-22[data-v-cafe0b11],td.cell-style-override-20[data-v-cafe0b11]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-cafe0b11]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-cafe0b11]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-cafe0b11]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-cafe0b11]{margin-top:-350px}}#content-div[data-v-cafe0b11]{min-height:87vh;background-color:#fff}.data-row[data-v-cafe0b11]{color:#000}@media screen and (max-width: 600px){#content-div[data-v-cafe0b11]{min-height:100vh}}body[data-v-1bab6903]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-1bab6903]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-1bab6903]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-1bab6903]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-1bab6903]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-1bab6903]{width:83%!important}.content #naviText span[data-v-1bab6903]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-1bab6903]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-1bab6903]{width:100%!important}.content #mainCar[data-v-1bab6903]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-1bab6903]{width:100%}#mainCarPhone[data-v-1bab6903]{display:none}.content #buttonMenu_v2[data-v-1bab6903]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-1bab6903]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-1bab6903]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-1bab6903]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-1bab6903]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-1bab6903]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-1bab6903]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-1bab6903]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-1bab6903]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-1bab6903]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-1bab6903]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-1bab6903]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-1bab6903]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-1bab6903]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-1bab6903]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-1bab6903]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-1bab6903]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-1bab6903]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-1bab6903]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-1bab6903]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-1bab6903]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-1bab6903]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-1bab6903]{bottom:11%;width:30%}.content #naviText span[data-v-1bab6903]{font-size:17px}.content #naviText img[data-v-1bab6903]{width:80%!important}.content #carName[data-v-1bab6903]{right:0%;bottom:12%}.content #carName img[data-v-1bab6903]{width:40%!important}.content #buttonMenu_v2>a[data-v-1bab6903]{width:33%}.content #buttonMenu>a[data-v-1bab6903]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-1bab6903]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-1bab6903]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-1bab6903]{display:block}#mainCarPc[data-v-1bab6903]{display:none}.content #buttonMenu_v2[data-v-1bab6903],.content #buttonMenu[data-v-1bab6903]{width:92%}}@media screen and (max-width: 480px){.content[data-v-1bab6903]{padding-top:0}.content #naviText[data-v-1bab6903]{bottom:14%;width:45%}.content #naviText span[data-v-1bab6903]{font-size:11px}.content #naviText img[data-v-1bab6903]{width:88%!important}.content #carName[data-v-1bab6903]{right:5%;bottom:15%}.content #carName img[data-v-1bab6903]{width:120px!important}.content #buttonMenu_v2[data-v-1bab6903]{position:relative}.content #buttonMenu_v2>a>div[data-v-1bab6903]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-1bab6903]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-1bab6903]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-1bab6903]{position:relative}.content #buttonMenu>a>div[data-v-1bab6903]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-1bab6903]{height:120px}.content #buttonMenu>a>div>span[data-v-1bab6903]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-1bab6903]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-1bab6903]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-1bab6903]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-1bab6903]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-1bab6903]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-1bab6903]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-1bab6903]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-1bab6903]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-1bab6903]{margin:0;padding:0}html[data-v-1bab6903]{background-color:#000;width:100%}.keyword[data-v-1bab6903],.highlight[data-v-1bab6903]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-1bab6903]{font-family:upsys_commonregular}.header_main[data-v-1bab6903]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-1bab6903]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-1bab6903]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-1bab6903]>*{float:left}#headerLogo[data-v-1bab6903]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-1bab6903]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-1bab6903]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-1bab6903]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-1bab6903]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-1bab6903]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-1bab6903]{font-size:13px}.languageDiv .active[data-v-1bab6903]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-1bab6903]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-1bab6903]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-1bab6903]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-1bab6903],#languageSelect li[data-v-1bab6903]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-1bab6903],#languageSelect li:hover a[data-v-1bab6903]{color:#000}.footer-manual[data-v-1bab6903]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-1bab6903]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-1bab6903]{line-height:60px}#footerLogo[data-v-1bab6903]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-1bab6903]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-1bab6903]{display:inline-block;width:100%}#copyrightPcSpan[data-v-1bab6903]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-1bab6903]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-1bab6903]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-1bab6903]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-1bab6903]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-1bab6903]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-1bab6903]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-1bab6903]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-1bab6903]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-1bab6903]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-1bab6903]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-1bab6903]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-1bab6903]:focus{outline:none}#searchButton[data-v-1bab6903]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-1bab6903]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-1bab6903]{width:80%}table td.right[data-v-1bab6903]{width:10%;text-align:center}.result[data-v-1bab6903],.resultcount[data-v-1bab6903],.noResult[data-v-1bab6903]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-1bab6903]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-1bab6903]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-1bab6903]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-1bab6903]{color:#e49f81}.cover[data-v-1bab6903]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-1bab6903]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-1bab6903]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-1bab6903]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-1bab6903]{font-size:12px}.languageDivPhone .active[data-v-1bab6903]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-1bab6903]{bottom:30px;left:1px}.fontChangeButton[data-v-1bab6903]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-1bab6903]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-1bab6903]{left:0}.languageDiv div[data-v-1bab6903]{width:120%;left:-45px;top:5px}#languageSelect[data-v-1bab6903]{margin-left:-40px}#banner_img>a[data-v-1bab6903]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-1bab6903]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-1bab6903]{z-index:12}.header_main[data-v-1bab6903]{height:40px;padding-top:0}.header[data-v-1bab6903]{z-index:12}.header[data-v-1bab6903]{height:40px;padding-top:0}#title[data-v-1bab6903]{font-size:16px;width:49%}#headerLogo[data-v-1bab6903]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-1bab6903]{width:20%}.languageDiv div[data-v-1bab6903]{width:90%;left:-15px;top:5px}#languageSelect[data-v-1bab6903]{margin-left:-10px}.languageDiv ul[data-v-1bab6903]{font-size:12px}#menu[data-v-1bab6903]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-1bab6903]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-1bab6903]{width:80%}#rightHeader[data-v-1bab6903]{height:40px}#rightHeader>div[data-v-1bab6903]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-1bab6903]{position:absolute;right:38px;top:0}.searchDiv[data-v-1bab6903]{width:90%}#toc[data-v-1bab6903]{width:100%}.copyright[data-v-1bab6903]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-1bab6903]{display:none}#copyrightPhone[data-v-1bab6903]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-1bab6903]{width:15%!important}#prevBtn[data-v-1bab6903],#nextBtn[data-v-1bab6903]{width:32px;height:32px;background-size:100%}#searchButton[data-v-1bab6903]{margin-left:-1px}table td.left[data-v-1bab6903]{text-align:right}table td.center[data-v-1bab6903]{width:50%}table td.right[data-v-1bab6903]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-1bab6903]{left:0}.languageDiv div[data-v-1bab6903]{width:100%;left:-5px;top:5px}#languageSelect[data-v-1bab6903]{margin-left:20px}.languageDiv ul[data-v-1bab6903]{font-size:10px}.noResult>span[data-v-1bab6903]{width:200px!important;font-size:14px}#title[data-v-1bab6903]{font-size:13px;width:40%}#menu[data-v-1bab6903]{position:absolute}#banner_img>a[data-v-1bab6903]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-1bab6903]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-1bab6903]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-1bab6903]{font-size:14px}}body[data-v-1bab6903]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-1bab6903]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-1bab6903]{margin:auto;max-width:1120px}.subHeaderInner[data-v-1bab6903]>*{float:left}.content p[data-v-1bab6903],.content li[data-v-1bab6903]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-1bab6903]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-1bab6903]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-1bab6903]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-1bab6903]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-1bab6903]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-1bab6903]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-1bab6903]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-1bab6903]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-1bab6903]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-1bab6903]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-1bab6903]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-1bab6903],p.Para-Basic-B-Sub[data-v-1bab6903]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-1bab6903]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-1bab6903]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-1bab6903]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-1bab6903]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-1bab6903]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-1bab6903],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-1bab6903],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-1bab6903]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-1bab6903],p+ul li.Para-Basic-B-Sub[data-v-1bab6903]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-1bab6903],ul~p.Para-basic-L-bullet-Sub[data-v-1bab6903],ul~p.Para-Basic-B-Sub[data-v-1bab6903]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-1bab6903],ol~p.Para-basic-L-bullet-Sub[data-v-1bab6903],ol~p.Para-Basic-B-Sub[data-v-1bab6903]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-1bab6903],ol+*+p.Para-basic-L-bullet-Sub[data-v-1bab6903],ol+*+p.Para-Basic-B-Sub[data-v-1bab6903]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-1bab6903],a .Para-Basic-B-Sub[data-v-1bab6903]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-1bab6903]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-1bab6903]{margin-left:45px}.content p[data-v-1bab6903],li[data-v-1bab6903]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-1bab6903],p.Para-Basic-B[data-v-1bab6903],p.Para-Basic-B-Center[data-v-1bab6903]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-1bab6903]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-1bab6903],p.Para-Basic-B-Center[data-v-1bab6903]{text-align:center}p.Para-Table-L-center[data-v-1bab6903],p.Para-Table-B-Center[data-v-1bab6903]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-1bab6903],table p.Para-Basic-B[data-v-1bab6903],table p.Para-Basic-B-Center[data-v-1bab6903]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-1bab6903]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-1bab6903]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-1bab6903]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-1bab6903]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-1bab6903]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-1bab6903],.content .text>ul[data-v-1bab6903],.content .text table ol[data-v-1bab6903],.content .text table ul[data-v-1bab6903]{padding-left:20px}.content .text>ol[data-v-1bab6903]{padding-left:0}p.Para-Illust-L[data-v-1bab6903]{text-align:center}p.Para-Illust-L img[data-v-1bab6903]{display:inline-block}p.Placeholder-sub[data-v-1bab6903],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-1bab6903],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-1bab6903],.content .text>ol~.figure[data-v-1bab6903],p.Placeholder-sub-S[data-v-1bab6903],.Para-screen-sub-S[data-v-1bab6903],.Para-screen-sub-M[data-v-1bab6903],.Para-screen-sub-L[data-v-1bab6903]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-1bab6903],p.Placeholder-sub-M img[data-v-1bab6903],p.Placeholder-sub img[data-v-1bab6903]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-1bab6903]{margin-left:45px}.Table-pic-Left-sub img[data-v-1bab6903]{margin-top:5px;margin-bottom:10px}div.figure[data-v-1bab6903]{display:inline-block}p.Para-img-description[data-v-1bab6903]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-1bab6903]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-1bab6903]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-1bab6903]{margin-bottom:25px}.text img[data-v-1bab6903]{max-width:100%;display:block}.Table-Pic-center[data-v-1bab6903]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-1bab6903]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-1bab6903]{margin:0}p.Para-Box-Num[data-v-1bab6903]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-1bab6903]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-1bab6903]:AFTER{content:". "}span.inline-img img[data-v-1bab6903]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-1bab6903]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-1bab6903]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-1bab6903]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-1bab6903]{margin-left:6.5%;display:block!important}.discUl li[data-v-1bab6903]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-1bab6903],.Symbol-R[data-v-1bab6903],.Note-R-Pic[data-v-1bab6903]{display:block;width:100%}.Symbol-L[data-v-1bab6903]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-1bab6903]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-1bab6903],.Symbol-R li[data-v-1bab6903],.Symbol-R p[data-v-1bab6903]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-1bab6903]{font-size:16px}table.Table-Symbol td ul[data-v-1bab6903]{padding-left:20px}table.Table-Symbol[data-v-1bab6903]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-1bab6903]{color:#bc162c}.Symbol-Black[data-v-1bab6903],.Symbol-Black-Table[data-v-1bab6903]{font-family:upsys_commonregular}.Symbol-Green[data-v-1bab6903]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-1bab6903]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-1bab6903]{width:auto!important}.video_container[data-v-1bab6903]{margin-top:40px;float:right}.video[data-v-1bab6903]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-1bab6903]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-1bab6903]{width:100%}.Table--3col[data-v-1bab6903],.Basic-Table[data-v-1bab6903],.Table--2col[data-v-1bab6903],.Table-Landmark[data-v-1bab6903],.Table--4col[data-v-1bab6903],.Table-2row-merge[data-v-1bab6903],.Table--troubleshooting[data-v-1bab6903],.Table-specification[data-v-1bab6903],.Table-service-center[data-v-1bab6903],.Table-5col[data-v-1bab6903],.responsive[data-v-1bab6903],.Table--3col-Locations[data-v-1bab6903]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-1bab6903]:FIRST-CHILD,.Basic-Table tr[data-v-1bab6903]:FIRST-CHILD,.Table--2col tr[data-v-1bab6903]:FIRST-CHILD,.Table-Landmark tr[data-v-1bab6903]:FIRST-CHILD,.Table--4col tr[data-v-1bab6903]:FIRST-CHILD,.Table-2row-merge tr[data-v-1bab6903]:FIRST-CHILD,.Table--troubleshooting tr[data-v-1bab6903]:FIRST-CHILD,.Table-service-center tr[data-v-1bab6903]:FIRST-CHILD,.responsive tr[data-v-1bab6903]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-1bab6903]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-1bab6903],.Basic-Table td[data-v-1bab6903],.Table--2col td[data-v-1bab6903],.Table-Landmark td[data-v-1bab6903],.Table--4col td[data-v-1bab6903],.Table-2row-merge td[data-v-1bab6903],.Table--troubleshooting td[data-v-1bab6903],.Table-specification td[data-v-1bab6903],.Table-service-center td[data-v-1bab6903],.responsive td[data-v-1bab6903]{padding:10px}.Table--troubleshooting td[data-v-1bab6903]{border-right:none}.Table--troubleshooting[data-v-1bab6903]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-1bab6903],.Table-Landmark .Para-Pic-Center img[data-v-1bab6903]{width:30px}.Table-5col[data-v-1bab6903]{border:none}.Table-5col tr[data-v-1bab6903]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-1bab6903]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-1bab6903]{width:15%}.Table--3col td.x3col-L[data-v-1bab6903],.x3col-L td.x3col-M[data-v-1bab6903]{width:10%}td.x3col-Mid-Text[data-v-1bab6903]{text-align:center}td.x3col-R-Pic[data-v-1bab6903]{text-align:right}.responsive td p[data-v-1bab6903]{text-align:center}table.Table--3col-Locations[data-v-1bab6903]{border-collapse:collapse}.Table--3col-Locations td[data-v-1bab6903]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-1bab6903]{padding:10px}.Para-Pic-Center img[data-v-1bab6903]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-1bab6903]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-1bab6903]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-1bab6903]{width:50%}.Table-specification .x3col-L-Grey[data-v-1bab6903]{width:20%}.Table-specification .Spec-Mid-text[data-v-1bab6903]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-1bab6903]{width:50%}.Table--3col .x3col-L-Grey[data-v-1bab6903]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-1bab6903],.Table--4col .x3col-Mid-Grey[data-v-1bab6903],.Table--4col .x3col-R-Grey[data-v-1bab6903]{width:30%}.navi td.x3col-Mid-Grey[data-v-1bab6903]{width:15%}.Table--3col .x3col-R-Grey[data-v-1bab6903]{width:50%}.Table--2col .x3col-L-Grey[data-v-1bab6903],.Table--2col td[data-v-1bab6903]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-1bab6903]{width:70%}.Table--2col-Disc[data-v-1bab6903]{border-collapse:collapse}.Table--2col-Disc td[data-v-1bab6903]{border:1px solid grey;padding:10px}.Table-PL td[data-v-1bab6903]:FIRST-CHILD{width:25%}.resultcount p[data-v-1bab6903]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-1bab6903]{font-family:SK_namuhx-Bold}.noResult>span[data-v-1bab6903]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-1bab6903]{color:#f0dfdf;display:block}.result_list[data-v-1bab6903]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-1bab6903]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-1bab6903]{font-family:SK_namuhx-Regular}.resulttext p[data-v-1bab6903]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-1bab6903]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-1bab6903]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-1bab6903],.Cross-Reference[data-v-1bab6903]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-1bab6903]:hover{text-decoration:underline}.fontChangeDiv[data-v-1bab6903]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-1bab6903]{top:55px}#backButton[data-v-1bab6903]{background-size:16px}.chapterTitle[data-v-1bab6903]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-1bab6903],h2[data-v-1bab6903]{font-size:1.3em}#contentAccordion[data-v-1bab6903]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-1bab6903]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-1bab6903]{line-height:21px}.video[data-v-1bab6903]{width:46%}}@media screen and (max-width: 640px){h2[data-v-1bab6903]{margin-top:40px}.subHeader[data-v-1bab6903]{top:40px}.fontChangeDiv[data-v-1bab6903]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-1bab6903]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-1bab6903]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-1bab6903]{margin-left:7.3%}table td[data-v-1bab6903]{font-size:14px;padding:5px!important}table td p[data-v-1bab6903],table td p.Para-Basic-B-Center[data-v-1bab6903],table td p.Para-Basic-B[data-v-1bab6903]{font-size:14px}table td p.Para-Small-L[data-v-1bab6903]{font-size:12px;word-break:break-word}.Table--3col td[data-v-1bab6903],.Basic-Table td[data-v-1bab6903],.Table--2col td[data-v-1bab6903],.Table-Landmark td[data-v-1bab6903],.Table--4col td[data-v-1bab6903],.Table-2row-merge td[data-v-1bab6903],.Table--troubleshooting td[data-v-1bab6903],.Table-specification td[data-v-1bab6903],.Table-service-center td[data-v-1bab6903]{border-right:none}.responsive[data-v-1bab6903],.responsive tr[data-v-1bab6903],.responsive tbody[data-v-1bab6903]{width:100%}.Table--4col-responsive td[data-v-1bab6903]{min-width:200px!important;height:auto}.responsive td p[data-v-1bab6903]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-1bab6903],.Table-Symbol td li[data-v-1bab6903]{font-size:16px}p.Placeholder-sub[data-v-1bab6903],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-1bab6903],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-1bab6903],.content .text>ol~.figure[data-v-1bab6903],.content .text>ol+ul[data-v-1bab6903],.Para-screen-sub-L[data-v-1bab6903]{margin-left:0}.resultcount p[data-v-1bab6903]{font-size:16px}.Table-specification td p[data-v-1bab6903],.Table--3col-Locations td li[data-v-1bab6903],p.Para-basic-L-Sub[data-v-1bab6903],p.Para-basic-L-Sub-Auto[data-v-1bab6903],p.Para-basic-L-center[data-v-1bab6903],li.Para-basic-L-bullet[data-v-1bab6903],p.Para-basic-L[data-v-1bab6903],li.Para-basic-L-hyp-Sub[data-v-1bab6903],li.Para-basic-L-hyp-2Sub[data-v-1bab6903],li[class^=Para-Num][data-v-1bab6903],p.Para-Box-Num[data-v-1bab6903],p.Para-Basic-B-Sub[data-v-1bab6903],td p.Para-basic-L[data-v-1bab6903],td li.Para-basic-L-bullet[data-v-1bab6903],p.Para-Basic-B[data-v-1bab6903],p.Para-Circle-Num-Sub[data-v-1bab6903],.Symbol-L p.Para-basic-L-Sub[data-v-1bab6903],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-1bab6903]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-1bab6903],.Table--3col-Locations td li[data-v-1bab6903],p.Para-Table-L-Sub[data-v-1bab6903],p.Para-Table-L-Sub-Auto[data-v-1bab6903],p.Para-Table-L-center[data-v-1bab6903],p.Para-Table-L[data-v-1bab6903],li.Para-Table-L-hyp-Sub[data-v-1bab6903],li.Para-Table-L-hyp-2Sub[data-v-1bab6903],p.Para-Table-B-Sub[data-v-1bab6903],td p.Para-Table-L[data-v-1bab6903],p.Para-Table-B[data-v-1bab6903],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-1bab6903]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-1bab6903]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-1bab6903],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-1bab6903]{font-size:14px}.big .Table-specification td p[data-v-1bab6903],.big .Table--3col-Locations td li[data-v-1bab6903],.big p.Para-basic-L-Sub[data-v-1bab6903],.big p.Para-basic-L-Sub-Auto[data-v-1bab6903],.big p.Para-basic-L-center[data-v-1bab6903],.big li.Para-basic-L-bullet[data-v-1bab6903],.big p.Para-basic-L[data-v-1bab6903],.big li.Para-basic-L-hyp-Sub[data-v-1bab6903],.big li.Para-basic-L-hyp-2Sub[data-v-1bab6903],.big li[class^=Para-Num][data-v-1bab6903],.big p.Para-Box-Num[data-v-1bab6903],.big p.Para-Basic-B-Sub[data-v-1bab6903],.big td p.Para-basic-L[data-v-1bab6903],.big td li.Para-basic-L-bullet[data-v-1bab6903],.big p.Para-Basic-B[data-v-1bab6903],.big p.Para-Circle-Num-Sub[data-v-1bab6903]{font-size:16px}.big .Table-specification td p[data-v-1bab6903],.big .Table--3col-Locations td li[data-v-1bab6903],.big p.Para-Table-L-Sub[data-v-1bab6903],.big p.Para-Table-L-Sub-Auto[data-v-1bab6903],.big p.Para-Table-L-center[data-v-1bab6903],.big p.Para-Table-L[data-v-1bab6903],.big li.Para-Table-L-hyp-Sub[data-v-1bab6903],.big li.Para-Table-L-hyp-2Sub[data-v-1bab6903],.big li[class^=Para-Num][data-v-1bab6903],.big p.Para-Box-Num[data-v-1bab6903],.big p.Para-Table-B-Sub[data-v-1bab6903],.big td p.Para-Table-L[data-v-1bab6903],.big p.Para-Table-B[data-v-1bab6903],.big p.Para-Circle-Num-Sub[data-v-1bab6903],.big p.Para-Table-B-Center[data-v-1bab6903],.big .Table--3col-ISO td p[data-v-1bab6903]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-1bab6903],p.Para-Table-B-Center[data-v-1bab6903]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-1bab6903],.big p.video_title[data-v-1bab6903],.big .resultItem p[data-v-1bab6903]{font-size:1.05em}h1[data-v-1bab6903]{font-size:1.2em;margin-top:0}h2[data-v-1bab6903]{font-size:1.1em}.Heading-3[data-v-1bab6903]{font-size:1em}.content .text>ol li[data-v-1bab6903]:BEFORE{font-size:26px}.video[data-v-1bab6903]{width:95%}}p.Para-Table-L[data-v-1bab6903]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-1bab6903]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-1bab6903]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-1bab6903]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-1bab6903]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-1bab6903]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-1bab6903]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-1bab6903]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-1bab6903]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-1bab6903]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-1bab6903]:before{content:"";display:block;height:15pt}.Bold[data-v-1bab6903],span.Bold[data-v-1bab6903]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-1bab6903]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-1bab6903]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-1bab6903]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-1bab6903]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-1bab6903]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-1bab6903]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-1bab6903]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-1bab6903]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-1bab6903]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-1bab6903]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-1bab6903]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-1bab6903],.Para-Table-L-Sub-Auto .icon-1[data-v-1bab6903]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-1bab6903]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-1bab6903]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-1bab6903]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-1bab6903],.Table--2col td p.Para-basic-L[data-v-1bab6903]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-1bab6903]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-1bab6903]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-1bab6903]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-1bab6903]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-1bab6903]{margin-top:8pt!important}.table-responsive[data-v-1bab6903]{width:100%;overflow-x:auto}.table-responsive table[data-v-1bab6903]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-1bab6903]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-1bab6903]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-1bab6903]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-1bab6903]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-1bab6903]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-1bab6903]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-1bab6903]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-1bab6903]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-1bab6903]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-1bab6903]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-1bab6903]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-1bab6903]{font-size:12px}#table-15.responsive td[data-v-1bab6903]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-1bab6903]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-1bab6903]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-1bab6903]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-1bab6903]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-1bab6903],.Table--4col-Error th[data-v-1bab6903]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-1bab6903],.Table--4col-Error tr:first-child th[data-v-1bab6903]{border-top:none}.Table--4col-Error tr:last-child td[data-v-1bab6903]{border-bottom:none}.Table--4col-Error thead td[data-v-1bab6903]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-1bab6903]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-1bab6903]:nth-child(1),.Table--4col-Error thead td[data-v-1bab6903]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-1bab6903]:nth-child(2),.Table--4col-Error thead td[data-v-1bab6903]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-1bab6903]:nth-child(3),.Table--4col-Error thead td[data-v-1bab6903]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-1bab6903]:nth-child(4),.Table--4col-Error thead td[data-v-1bab6903]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-1bab6903]:nth-child(1),.Table--4col-Error tbody td[data-v-1bab6903]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-1bab6903]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-1bab6903]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-1bab6903]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-1bab6903]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-1bab6903]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-1bab6903]{font-size:14px!important}.Table--4col-Error tbody td[data-v-1bab6903]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-1bab6903],.Table--4col-Error p.Para-Table-B[data-v-1bab6903],.Table--4col-Error p.Para-Table-L-Center[data-v-1bab6903]{font-size:12px!important}.Table--4col-Error tbody td[data-v-1bab6903]:nth-child(1),.Table--4col-Error thead td[data-v-1bab6903]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-1bab6903]:nth-child(2),.Table--4col-Error thead td[data-v-1bab6903]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-1bab6903]:nth-child(3),.Table--4col-Error thead td[data-v-1bab6903]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-1bab6903]:nth-child(4),.Table--4col-Error thead td[data-v-1bab6903]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-1bab6903]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-1bab6903]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-1bab6903]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-1bab6903]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-1bab6903]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-1bab6903]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-1bab6903]{line-height:1.25;font-weight:500}.Bold-color[data-v-1bab6903]{font-weight:700}.char-style-override-4[data-v-1bab6903]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-1bab6903]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-1bab6903]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-1bab6903]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-1bab6903]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-1bab6903]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-1bab6903]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-1bab6903]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-1bab6903]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-1bab6903]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-1bab6903]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-1bab6903]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-1bab6903]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-1bab6903]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-1bab6903]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-1bab6903]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-1bab6903],tr:last-child td.cell-style-override-7[data-v-1bab6903]{border-bottom:0}table#table-16[data-v-1bab6903]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-1bab6903],.Table--2col-Air-Sensor[data-v-1bab6903],.Table--2col-Voice[data-v-1bab6903],.Table--2col-Filter[data-v-1bab6903],.Table--troubleshooting[data-v-1bab6903],.Table--4col-Error[data-v-1bab6903],.Table--Specifications[data-v-1bab6903]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-1bab6903]:last-child,.Table--2col-Voice tr td[data-v-1bab6903]:last-child{width:70%}.Table--2col-Voice tr td[data-v-1bab6903]:first-child{width:30%}.Para-Table-L-Center[data-v-1bab6903]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-1bab6903]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-1bab6903]{display:block!important}.Table--2col-Information td[data-v-1bab6903]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-1bab6903]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-1bab6903]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-1bab6903]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-1bab6903]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-1bab6903],.Table--4col-responsive table td[data-v-1bab6903]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-1bab6903],.Table--2col-Information th[data-v-1bab6903]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-1bab6903]:nth-child(1),.Table--2col-Information th[data-v-1bab6903]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-1bab6903]:nth-child(2),.Table--2col-Information th[data-v-1bab6903]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-1bab6903],.Table--2col-Information th[data-v-1bab6903]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-1bab6903]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-1bab6903],.Table--2col-Voice th[data-v-1bab6903]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-1bab6903]:nth-child(1),.Table--2col-Voice th[data-v-1bab6903]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-1bab6903]:nth-child(2),.Table--2col-Voice th[data-v-1bab6903]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-1bab6903]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-1bab6903],.Table--2col-Voice tr:last-child td[data-v-1bab6903]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-1bab6903],.Table--2col-Voice thead th[data-v-1bab6903]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-1bab6903]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-1bab6903]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-1bab6903]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-1bab6903],.Table--2col-Information th[data-v-1bab6903]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-1bab6903]:nth-child(1),.Table--2col-Information th[data-v-1bab6903]:nth-child(1){width:30%}.Table--2col-Information td[data-v-1bab6903]:nth-child(2),.Table--2col-Information th[data-v-1bab6903]:nth-child(2){width:70%}.Table--2col-Information td[data-v-1bab6903]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-1bab6903]{border-bottom:none}.Table--2col-Air-Sensor[data-v-1bab6903]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-1bab6903],.Table--2col-Air-Sensor th[data-v-1bab6903]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-1bab6903]:nth-child(1),.Table--2col-Air-Sensor th[data-v-1bab6903]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-1bab6903]:nth-child(2),.Table--2col-Air-Sensor th[data-v-1bab6903]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-1bab6903]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-1bab6903]{border-bottom:none}.Table--2col-Filter[data-v-1bab6903]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-1bab6903],.Table--2col-Filter th[data-v-1bab6903]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-1bab6903]:nth-child(1),.Table--2col-Filter th[data-v-1bab6903]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-1bab6903]:nth-child(2),.Table--2col-Filter th[data-v-1bab6903]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-1bab6903]:nth-child(3),.Table--2col-Filter th[data-v-1bab6903]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-1bab6903]:nth-child(4),.Table--2col-Filter th[data-v-1bab6903]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-1bab6903]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-1bab6903],.Table--2col-Filter tr:last-child td[data-v-1bab6903]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-1bab6903],.Table--2col-Filter thead th[data-v-1bab6903]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-1bab6903]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-1bab6903]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-1bab6903]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-1bab6903],.Table--Specifications th[data-v-1bab6903]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-1bab6903]:first-child,.Table--Specifications th[data-v-1bab6903]:first-child{width:16%}.Table--Specifications td[data-v-1bab6903]:nth-child(2),.Table--Specifications th[data-v-1bab6903]:nth-child(2){width:42%}.Table--Specifications td[data-v-1bab6903]:nth-child(3),.Table--Specifications th[data-v-1bab6903]:nth-child(3){width:42%}.Table--Specifications td[data-v-1bab6903]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-1bab6903],.Table--Specifications tr:last-child td[data-v-1bab6903]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-1bab6903],.Table--Specifications thead th[data-v-1bab6903]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-1bab6903]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-1bab6903]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-1bab6903],td.cell-style-override-20[data-v-1bab6903]{padding:10px}td.x3col-Mid-text[data-v-1bab6903],td.cell-style-override-22[data-v-1bab6903],td.cell-style-override-20[data-v-1bab6903]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-1bab6903]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-1bab6903]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-1bab6903]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-1bab6903]{margin-top:-350px}}#content-div[data-v-1bab6903]{min-height:87vh;background-color:#fff}.data-row[data-v-1bab6903]{color:#000}@media screen and (max-width: 600px){#content-div[data-v-1bab6903]{min-height:100vh}}body[data-v-784eb9e8]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-784eb9e8]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-784eb9e8]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-784eb9e8]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-784eb9e8]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-784eb9e8]{width:83%!important}.content #naviText span[data-v-784eb9e8]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-784eb9e8]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-784eb9e8]{width:100%!important}.content #mainCar[data-v-784eb9e8]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-784eb9e8]{width:100%}#mainCarPhone[data-v-784eb9e8]{display:none}.content #buttonMenu_v2[data-v-784eb9e8]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-784eb9e8]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-784eb9e8]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-784eb9e8]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-784eb9e8]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-784eb9e8]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-784eb9e8]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-784eb9e8]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-784eb9e8]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-784eb9e8]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-784eb9e8]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-784eb9e8]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-784eb9e8]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-784eb9e8]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-784eb9e8]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-784eb9e8]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-784eb9e8]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-784eb9e8]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-784eb9e8]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-784eb9e8]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-784eb9e8]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-784eb9e8]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-784eb9e8]{bottom:11%;width:30%}.content #naviText span[data-v-784eb9e8]{font-size:17px}.content #naviText img[data-v-784eb9e8]{width:80%!important}.content #carName[data-v-784eb9e8]{right:0%;bottom:12%}.content #carName img[data-v-784eb9e8]{width:40%!important}.content #buttonMenu_v2>a[data-v-784eb9e8]{width:33%}.content #buttonMenu>a[data-v-784eb9e8]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-784eb9e8]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-784eb9e8]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-784eb9e8]{display:block}#mainCarPc[data-v-784eb9e8]{display:none}.content #buttonMenu_v2[data-v-784eb9e8],.content #buttonMenu[data-v-784eb9e8]{width:92%}}@media screen and (max-width: 480px){.content[data-v-784eb9e8]{padding-top:0}.content #naviText[data-v-784eb9e8]{bottom:14%;width:45%}.content #naviText span[data-v-784eb9e8]{font-size:11px}.content #naviText img[data-v-784eb9e8]{width:88%!important}.content #carName[data-v-784eb9e8]{right:5%;bottom:15%}.content #carName img[data-v-784eb9e8]{width:120px!important}.content #buttonMenu_v2[data-v-784eb9e8]{position:relative}.content #buttonMenu_v2>a>div[data-v-784eb9e8]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-784eb9e8]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-784eb9e8]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-784eb9e8]{position:relative}.content #buttonMenu>a>div[data-v-784eb9e8]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-784eb9e8]{height:120px}.content #buttonMenu>a>div>span[data-v-784eb9e8]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-784eb9e8]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-784eb9e8]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-784eb9e8]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-784eb9e8]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-784eb9e8]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-784eb9e8]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-784eb9e8]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-784eb9e8]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-784eb9e8]{margin:0;padding:0}html[data-v-784eb9e8]{background-color:#000;width:100%}.keyword[data-v-784eb9e8],.highlight[data-v-784eb9e8]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-784eb9e8]{font-family:upsys_commonregular}.header_main[data-v-784eb9e8]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-784eb9e8]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-784eb9e8]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-784eb9e8]>*{float:left}#headerLogo[data-v-784eb9e8]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-784eb9e8]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-784eb9e8]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-784eb9e8]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-784eb9e8]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-784eb9e8]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-784eb9e8]{font-size:13px}.languageDiv .active[data-v-784eb9e8]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-784eb9e8]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-784eb9e8]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-784eb9e8]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-784eb9e8],#languageSelect li[data-v-784eb9e8]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-784eb9e8],#languageSelect li:hover a[data-v-784eb9e8]{color:#000}.footer-manual[data-v-784eb9e8]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-784eb9e8]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-784eb9e8]{line-height:60px}#footerLogo[data-v-784eb9e8]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-784eb9e8]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-784eb9e8]{display:inline-block;width:100%}#copyrightPcSpan[data-v-784eb9e8]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-784eb9e8]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-784eb9e8]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-784eb9e8]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-784eb9e8]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-784eb9e8]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-784eb9e8]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-784eb9e8]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-784eb9e8]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-784eb9e8]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-784eb9e8]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-784eb9e8]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-784eb9e8]:focus{outline:none}#searchButton[data-v-784eb9e8]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-784eb9e8]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-784eb9e8]{width:80%}table td.right[data-v-784eb9e8]{width:10%;text-align:center}.result[data-v-784eb9e8],.resultcount[data-v-784eb9e8],.noResult[data-v-784eb9e8]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-784eb9e8]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-784eb9e8]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-784eb9e8]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-784eb9e8]{color:#e49f81}.cover[data-v-784eb9e8]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-784eb9e8]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-784eb9e8]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-784eb9e8]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-784eb9e8]{font-size:12px}.languageDivPhone .active[data-v-784eb9e8]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-784eb9e8]{bottom:30px;left:1px}.fontChangeButton[data-v-784eb9e8]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-784eb9e8]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-784eb9e8]{left:0}.languageDiv div[data-v-784eb9e8]{width:120%;left:-45px;top:5px}#languageSelect[data-v-784eb9e8]{margin-left:-40px}#banner_img>a[data-v-784eb9e8]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-784eb9e8]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-784eb9e8]{z-index:12}.header_main[data-v-784eb9e8]{height:40px;padding-top:0}.header[data-v-784eb9e8]{z-index:12}.header[data-v-784eb9e8]{height:40px;padding-top:0}#title[data-v-784eb9e8]{font-size:16px;width:49%}#headerLogo[data-v-784eb9e8]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-784eb9e8]{width:20%}.languageDiv div[data-v-784eb9e8]{width:90%;left:-15px;top:5px}#languageSelect[data-v-784eb9e8]{margin-left:-10px}.languageDiv ul[data-v-784eb9e8]{font-size:12px}#menu[data-v-784eb9e8]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-784eb9e8]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-784eb9e8]{width:80%}#rightHeader[data-v-784eb9e8]{height:40px}#rightHeader>div[data-v-784eb9e8]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-784eb9e8]{position:absolute;right:38px;top:0}.searchDiv[data-v-784eb9e8]{width:90%}#toc[data-v-784eb9e8]{width:100%}.copyright[data-v-784eb9e8]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-784eb9e8]{display:none}#copyrightPhone[data-v-784eb9e8]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-784eb9e8]{width:15%!important}#prevBtn[data-v-784eb9e8],#nextBtn[data-v-784eb9e8]{width:32px;height:32px;background-size:100%}#searchButton[data-v-784eb9e8]{margin-left:-1px}table td.left[data-v-784eb9e8]{text-align:right}table td.center[data-v-784eb9e8]{width:50%}table td.right[data-v-784eb9e8]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-784eb9e8]{left:0}.languageDiv div[data-v-784eb9e8]{width:100%;left:-5px;top:5px}#languageSelect[data-v-784eb9e8]{margin-left:20px}.languageDiv ul[data-v-784eb9e8]{font-size:10px}.noResult>span[data-v-784eb9e8]{width:200px!important;font-size:14px}#title[data-v-784eb9e8]{font-size:13px;width:40%}#menu[data-v-784eb9e8]{position:absolute}#banner_img>a[data-v-784eb9e8]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-784eb9e8]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-784eb9e8]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-784eb9e8]{font-size:14px}}body[data-v-784eb9e8]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-784eb9e8]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-784eb9e8]{margin:auto;max-width:1120px}.subHeaderInner[data-v-784eb9e8]>*{float:left}.content p[data-v-784eb9e8],.content li[data-v-784eb9e8]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-784eb9e8]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-784eb9e8]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-784eb9e8]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-784eb9e8]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-784eb9e8]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-784eb9e8]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-784eb9e8]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-784eb9e8]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-784eb9e8]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-784eb9e8]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-784eb9e8]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-784eb9e8],p.Para-Basic-B-Sub[data-v-784eb9e8]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-784eb9e8]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-784eb9e8]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-784eb9e8]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-784eb9e8]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-784eb9e8]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-784eb9e8],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-784eb9e8],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-784eb9e8]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-784eb9e8],p+ul li.Para-Basic-B-Sub[data-v-784eb9e8]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-784eb9e8],ul~p.Para-basic-L-bullet-Sub[data-v-784eb9e8],ul~p.Para-Basic-B-Sub[data-v-784eb9e8]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-784eb9e8],ol~p.Para-basic-L-bullet-Sub[data-v-784eb9e8],ol~p.Para-Basic-B-Sub[data-v-784eb9e8]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-784eb9e8],ol+*+p.Para-basic-L-bullet-Sub[data-v-784eb9e8],ol+*+p.Para-Basic-B-Sub[data-v-784eb9e8]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-784eb9e8],a .Para-Basic-B-Sub[data-v-784eb9e8]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-784eb9e8]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-784eb9e8]{margin-left:45px}.content p[data-v-784eb9e8],li[data-v-784eb9e8]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-784eb9e8],p.Para-Basic-B[data-v-784eb9e8],p.Para-Basic-B-Center[data-v-784eb9e8]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-784eb9e8]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-784eb9e8],p.Para-Basic-B-Center[data-v-784eb9e8]{text-align:center}p.Para-Table-L-center[data-v-784eb9e8],p.Para-Table-B-Center[data-v-784eb9e8]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-784eb9e8],table p.Para-Basic-B[data-v-784eb9e8],table p.Para-Basic-B-Center[data-v-784eb9e8]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-784eb9e8]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-784eb9e8]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-784eb9e8]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-784eb9e8]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-784eb9e8]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-784eb9e8],.content .text>ul[data-v-784eb9e8],.content .text table ol[data-v-784eb9e8],.content .text table ul[data-v-784eb9e8]{padding-left:20px}.content .text>ol[data-v-784eb9e8]{padding-left:0}p.Para-Illust-L[data-v-784eb9e8]{text-align:center}p.Para-Illust-L img[data-v-784eb9e8]{display:inline-block}p.Placeholder-sub[data-v-784eb9e8],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-784eb9e8],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-784eb9e8],.content .text>ol~.figure[data-v-784eb9e8],p.Placeholder-sub-S[data-v-784eb9e8],.Para-screen-sub-S[data-v-784eb9e8],.Para-screen-sub-M[data-v-784eb9e8],.Para-screen-sub-L[data-v-784eb9e8]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-784eb9e8],p.Placeholder-sub-M img[data-v-784eb9e8],p.Placeholder-sub img[data-v-784eb9e8]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-784eb9e8]{margin-left:45px}.Table-pic-Left-sub img[data-v-784eb9e8]{margin-top:5px;margin-bottom:10px}div.figure[data-v-784eb9e8]{display:inline-block}p.Para-img-description[data-v-784eb9e8]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-784eb9e8]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-784eb9e8]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-784eb9e8]{margin-bottom:25px}.text img[data-v-784eb9e8]{max-width:100%;display:block}.Table-Pic-center[data-v-784eb9e8]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-784eb9e8]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-784eb9e8]{margin:0}p.Para-Box-Num[data-v-784eb9e8]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-784eb9e8]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-784eb9e8]:AFTER{content:". "}span.inline-img img[data-v-784eb9e8]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-784eb9e8]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-784eb9e8]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-784eb9e8]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-784eb9e8]{margin-left:6.5%;display:block!important}.discUl li[data-v-784eb9e8]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-784eb9e8],.Symbol-R[data-v-784eb9e8],.Note-R-Pic[data-v-784eb9e8]{display:block;width:100%}.Symbol-L[data-v-784eb9e8]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-784eb9e8]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-784eb9e8],.Symbol-R li[data-v-784eb9e8],.Symbol-R p[data-v-784eb9e8]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-784eb9e8]{font-size:16px}table.Table-Symbol td ul[data-v-784eb9e8]{padding-left:20px}table.Table-Symbol[data-v-784eb9e8]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-784eb9e8]{color:#bc162c}.Symbol-Black[data-v-784eb9e8],.Symbol-Black-Table[data-v-784eb9e8]{font-family:upsys_commonregular}.Symbol-Green[data-v-784eb9e8]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-784eb9e8]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-784eb9e8]{width:auto!important}.video_container[data-v-784eb9e8]{margin-top:40px;float:right}.video[data-v-784eb9e8]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-784eb9e8]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-784eb9e8]{width:100%}.Table--3col[data-v-784eb9e8],.Basic-Table[data-v-784eb9e8],.Table--2col[data-v-784eb9e8],.Table-Landmark[data-v-784eb9e8],.Table--4col[data-v-784eb9e8],.Table-2row-merge[data-v-784eb9e8],.Table--troubleshooting[data-v-784eb9e8],.Table-specification[data-v-784eb9e8],.Table-service-center[data-v-784eb9e8],.Table-5col[data-v-784eb9e8],.responsive[data-v-784eb9e8],.Table--3col-Locations[data-v-784eb9e8]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-784eb9e8]:FIRST-CHILD,.Basic-Table tr[data-v-784eb9e8]:FIRST-CHILD,.Table--2col tr[data-v-784eb9e8]:FIRST-CHILD,.Table-Landmark tr[data-v-784eb9e8]:FIRST-CHILD,.Table--4col tr[data-v-784eb9e8]:FIRST-CHILD,.Table-2row-merge tr[data-v-784eb9e8]:FIRST-CHILD,.Table--troubleshooting tr[data-v-784eb9e8]:FIRST-CHILD,.Table-service-center tr[data-v-784eb9e8]:FIRST-CHILD,.responsive tr[data-v-784eb9e8]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-784eb9e8]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-784eb9e8],.Basic-Table td[data-v-784eb9e8],.Table--2col td[data-v-784eb9e8],.Table-Landmark td[data-v-784eb9e8],.Table--4col td[data-v-784eb9e8],.Table-2row-merge td[data-v-784eb9e8],.Table--troubleshooting td[data-v-784eb9e8],.Table-specification td[data-v-784eb9e8],.Table-service-center td[data-v-784eb9e8],.responsive td[data-v-784eb9e8]{padding:10px}.Table--troubleshooting td[data-v-784eb9e8]{border-right:none}.Table--troubleshooting[data-v-784eb9e8]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-784eb9e8],.Table-Landmark .Para-Pic-Center img[data-v-784eb9e8]{width:30px}.Table-5col[data-v-784eb9e8]{border:none}.Table-5col tr[data-v-784eb9e8]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-784eb9e8]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-784eb9e8]{width:15%}.Table--3col td.x3col-L[data-v-784eb9e8],.x3col-L td.x3col-M[data-v-784eb9e8]{width:10%}td.x3col-Mid-Text[data-v-784eb9e8]{text-align:center}td.x3col-R-Pic[data-v-784eb9e8]{text-align:right}.responsive td p[data-v-784eb9e8]{text-align:center}table.Table--3col-Locations[data-v-784eb9e8]{border-collapse:collapse}.Table--3col-Locations td[data-v-784eb9e8]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-784eb9e8]{padding:10px}.Para-Pic-Center img[data-v-784eb9e8]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-784eb9e8]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-784eb9e8]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-784eb9e8]{width:50%}.Table-specification .x3col-L-Grey[data-v-784eb9e8]{width:20%}.Table-specification .Spec-Mid-text[data-v-784eb9e8]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-784eb9e8]{width:50%}.Table--3col .x3col-L-Grey[data-v-784eb9e8]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-784eb9e8],.Table--4col .x3col-Mid-Grey[data-v-784eb9e8],.Table--4col .x3col-R-Grey[data-v-784eb9e8]{width:30%}.navi td.x3col-Mid-Grey[data-v-784eb9e8]{width:15%}.Table--3col .x3col-R-Grey[data-v-784eb9e8]{width:50%}.Table--2col .x3col-L-Grey[data-v-784eb9e8],.Table--2col td[data-v-784eb9e8]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-784eb9e8]{width:70%}.Table--2col-Disc[data-v-784eb9e8]{border-collapse:collapse}.Table--2col-Disc td[data-v-784eb9e8]{border:1px solid grey;padding:10px}.Table-PL td[data-v-784eb9e8]:FIRST-CHILD{width:25%}.resultcount p[data-v-784eb9e8]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-784eb9e8]{font-family:SK_namuhx-Bold}.noResult>span[data-v-784eb9e8]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-784eb9e8]{color:#f0dfdf;display:block}.result_list[data-v-784eb9e8]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-784eb9e8]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-784eb9e8]{font-family:SK_namuhx-Regular}.resulttext p[data-v-784eb9e8]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-784eb9e8]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-784eb9e8]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-784eb9e8],.Cross-Reference[data-v-784eb9e8]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-784eb9e8]:hover{text-decoration:underline}.fontChangeDiv[data-v-784eb9e8]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-784eb9e8]{top:55px}#backButton[data-v-784eb9e8]{background-size:16px}.chapterTitle[data-v-784eb9e8]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-784eb9e8],h2[data-v-784eb9e8]{font-size:1.3em}#contentAccordion[data-v-784eb9e8]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-784eb9e8]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-784eb9e8]{line-height:21px}.video[data-v-784eb9e8]{width:46%}}@media screen and (max-width: 640px){h2[data-v-784eb9e8]{margin-top:40px}.subHeader[data-v-784eb9e8]{top:40px}.fontChangeDiv[data-v-784eb9e8]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-784eb9e8]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-784eb9e8]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-784eb9e8]{margin-left:7.3%}table td[data-v-784eb9e8]{font-size:14px;padding:5px!important}table td p[data-v-784eb9e8],table td p.Para-Basic-B-Center[data-v-784eb9e8],table td p.Para-Basic-B[data-v-784eb9e8]{font-size:14px}table td p.Para-Small-L[data-v-784eb9e8]{font-size:12px;word-break:break-word}.Table--3col td[data-v-784eb9e8],.Basic-Table td[data-v-784eb9e8],.Table--2col td[data-v-784eb9e8],.Table-Landmark td[data-v-784eb9e8],.Table--4col td[data-v-784eb9e8],.Table-2row-merge td[data-v-784eb9e8],.Table--troubleshooting td[data-v-784eb9e8],.Table-specification td[data-v-784eb9e8],.Table-service-center td[data-v-784eb9e8]{border-right:none}.responsive[data-v-784eb9e8],.responsive tr[data-v-784eb9e8],.responsive tbody[data-v-784eb9e8]{width:100%}.Table--4col-responsive td[data-v-784eb9e8]{min-width:200px!important;height:auto}.responsive td p[data-v-784eb9e8]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-784eb9e8],.Table-Symbol td li[data-v-784eb9e8]{font-size:16px}p.Placeholder-sub[data-v-784eb9e8],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-784eb9e8],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-784eb9e8],.content .text>ol~.figure[data-v-784eb9e8],.content .text>ol+ul[data-v-784eb9e8],.Para-screen-sub-L[data-v-784eb9e8]{margin-left:0}.resultcount p[data-v-784eb9e8]{font-size:16px}.Table-specification td p[data-v-784eb9e8],.Table--3col-Locations td li[data-v-784eb9e8],p.Para-basic-L-Sub[data-v-784eb9e8],p.Para-basic-L-Sub-Auto[data-v-784eb9e8],p.Para-basic-L-center[data-v-784eb9e8],li.Para-basic-L-bullet[data-v-784eb9e8],p.Para-basic-L[data-v-784eb9e8],li.Para-basic-L-hyp-Sub[data-v-784eb9e8],li.Para-basic-L-hyp-2Sub[data-v-784eb9e8],li[class^=Para-Num][data-v-784eb9e8],p.Para-Box-Num[data-v-784eb9e8],p.Para-Basic-B-Sub[data-v-784eb9e8],td p.Para-basic-L[data-v-784eb9e8],td li.Para-basic-L-bullet[data-v-784eb9e8],p.Para-Basic-B[data-v-784eb9e8],p.Para-Circle-Num-Sub[data-v-784eb9e8],.Symbol-L p.Para-basic-L-Sub[data-v-784eb9e8],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-784eb9e8]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-784eb9e8],.Table--3col-Locations td li[data-v-784eb9e8],p.Para-Table-L-Sub[data-v-784eb9e8],p.Para-Table-L-Sub-Auto[data-v-784eb9e8],p.Para-Table-L-center[data-v-784eb9e8],p.Para-Table-L[data-v-784eb9e8],li.Para-Table-L-hyp-Sub[data-v-784eb9e8],li.Para-Table-L-hyp-2Sub[data-v-784eb9e8],p.Para-Table-B-Sub[data-v-784eb9e8],td p.Para-Table-L[data-v-784eb9e8],p.Para-Table-B[data-v-784eb9e8],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-784eb9e8]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-784eb9e8]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-784eb9e8],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-784eb9e8]{font-size:14px}.big .Table-specification td p[data-v-784eb9e8],.big .Table--3col-Locations td li[data-v-784eb9e8],.big p.Para-basic-L-Sub[data-v-784eb9e8],.big p.Para-basic-L-Sub-Auto[data-v-784eb9e8],.big p.Para-basic-L-center[data-v-784eb9e8],.big li.Para-basic-L-bullet[data-v-784eb9e8],.big p.Para-basic-L[data-v-784eb9e8],.big li.Para-basic-L-hyp-Sub[data-v-784eb9e8],.big li.Para-basic-L-hyp-2Sub[data-v-784eb9e8],.big li[class^=Para-Num][data-v-784eb9e8],.big p.Para-Box-Num[data-v-784eb9e8],.big p.Para-Basic-B-Sub[data-v-784eb9e8],.big td p.Para-basic-L[data-v-784eb9e8],.big td li.Para-basic-L-bullet[data-v-784eb9e8],.big p.Para-Basic-B[data-v-784eb9e8],.big p.Para-Circle-Num-Sub[data-v-784eb9e8]{font-size:16px}.big .Table-specification td p[data-v-784eb9e8],.big .Table--3col-Locations td li[data-v-784eb9e8],.big p.Para-Table-L-Sub[data-v-784eb9e8],.big p.Para-Table-L-Sub-Auto[data-v-784eb9e8],.big p.Para-Table-L-center[data-v-784eb9e8],.big p.Para-Table-L[data-v-784eb9e8],.big li.Para-Table-L-hyp-Sub[data-v-784eb9e8],.big li.Para-Table-L-hyp-2Sub[data-v-784eb9e8],.big li[class^=Para-Num][data-v-784eb9e8],.big p.Para-Box-Num[data-v-784eb9e8],.big p.Para-Table-B-Sub[data-v-784eb9e8],.big td p.Para-Table-L[data-v-784eb9e8],.big p.Para-Table-B[data-v-784eb9e8],.big p.Para-Circle-Num-Sub[data-v-784eb9e8],.big p.Para-Table-B-Center[data-v-784eb9e8],.big .Table--3col-ISO td p[data-v-784eb9e8]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-784eb9e8],p.Para-Table-B-Center[data-v-784eb9e8]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-784eb9e8],.big p.video_title[data-v-784eb9e8],.big .resultItem p[data-v-784eb9e8]{font-size:1.05em}h1[data-v-784eb9e8]{font-size:1.2em;margin-top:0}h2[data-v-784eb9e8]{font-size:1.1em}.Heading-3[data-v-784eb9e8]{font-size:1em}.content .text>ol li[data-v-784eb9e8]:BEFORE{font-size:26px}.video[data-v-784eb9e8]{width:95%}}p.Para-Table-L[data-v-784eb9e8]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-784eb9e8]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-784eb9e8]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-784eb9e8]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-784eb9e8]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-784eb9e8]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-784eb9e8]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-784eb9e8]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-784eb9e8]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-784eb9e8]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-784eb9e8]:before{content:"";display:block;height:15pt}.Bold[data-v-784eb9e8],span.Bold[data-v-784eb9e8]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-784eb9e8]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-784eb9e8]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-784eb9e8]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-784eb9e8]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-784eb9e8]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-784eb9e8]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-784eb9e8]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-784eb9e8]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-784eb9e8]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-784eb9e8]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-784eb9e8]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-784eb9e8],.Para-Table-L-Sub-Auto .icon-1[data-v-784eb9e8]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-784eb9e8]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-784eb9e8]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-784eb9e8]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-784eb9e8],.Table--2col td p.Para-basic-L[data-v-784eb9e8]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-784eb9e8]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-784eb9e8]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-784eb9e8]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-784eb9e8]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-784eb9e8]{margin-top:8pt!important}.table-responsive[data-v-784eb9e8]{width:100%;overflow-x:auto}.table-responsive table[data-v-784eb9e8]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-784eb9e8]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-784eb9e8]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-784eb9e8]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-784eb9e8]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-784eb9e8]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-784eb9e8]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-784eb9e8]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-784eb9e8]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-784eb9e8]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-784eb9e8]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-784eb9e8]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-784eb9e8]{font-size:12px}#table-15.responsive td[data-v-784eb9e8]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-784eb9e8]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-784eb9e8]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-784eb9e8]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-784eb9e8]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-784eb9e8],.Table--4col-Error th[data-v-784eb9e8]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-784eb9e8],.Table--4col-Error tr:first-child th[data-v-784eb9e8]{border-top:none}.Table--4col-Error tr:last-child td[data-v-784eb9e8]{border-bottom:none}.Table--4col-Error thead td[data-v-784eb9e8]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-784eb9e8]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-784eb9e8]:nth-child(1),.Table--4col-Error thead td[data-v-784eb9e8]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-784eb9e8]:nth-child(2),.Table--4col-Error thead td[data-v-784eb9e8]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-784eb9e8]:nth-child(3),.Table--4col-Error thead td[data-v-784eb9e8]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-784eb9e8]:nth-child(4),.Table--4col-Error thead td[data-v-784eb9e8]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-784eb9e8]:nth-child(1),.Table--4col-Error tbody td[data-v-784eb9e8]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-784eb9e8]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-784eb9e8]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-784eb9e8]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-784eb9e8]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-784eb9e8]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-784eb9e8]{font-size:14px!important}.Table--4col-Error tbody td[data-v-784eb9e8]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-784eb9e8],.Table--4col-Error p.Para-Table-B[data-v-784eb9e8],.Table--4col-Error p.Para-Table-L-Center[data-v-784eb9e8]{font-size:12px!important}.Table--4col-Error tbody td[data-v-784eb9e8]:nth-child(1),.Table--4col-Error thead td[data-v-784eb9e8]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-784eb9e8]:nth-child(2),.Table--4col-Error thead td[data-v-784eb9e8]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-784eb9e8]:nth-child(3),.Table--4col-Error thead td[data-v-784eb9e8]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-784eb9e8]:nth-child(4),.Table--4col-Error thead td[data-v-784eb9e8]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-784eb9e8]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-784eb9e8]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-784eb9e8]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-784eb9e8]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-784eb9e8]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-784eb9e8]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-784eb9e8]{line-height:1.25;font-weight:500}.Bold-color[data-v-784eb9e8]{font-weight:700}.char-style-override-4[data-v-784eb9e8]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-784eb9e8]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-784eb9e8]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-784eb9e8]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-784eb9e8]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-784eb9e8]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-784eb9e8]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-784eb9e8]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-784eb9e8]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-784eb9e8]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-784eb9e8]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-784eb9e8]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-784eb9e8]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-784eb9e8]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-784eb9e8]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-784eb9e8]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-784eb9e8],tr:last-child td.cell-style-override-7[data-v-784eb9e8]{border-bottom:0}table#table-16[data-v-784eb9e8]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-784eb9e8],.Table--2col-Air-Sensor[data-v-784eb9e8],.Table--2col-Voice[data-v-784eb9e8],.Table--2col-Filter[data-v-784eb9e8],.Table--troubleshooting[data-v-784eb9e8],.Table--4col-Error[data-v-784eb9e8],.Table--Specifications[data-v-784eb9e8]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-784eb9e8]:last-child,.Table--2col-Voice tr td[data-v-784eb9e8]:last-child{width:70%}.Table--2col-Voice tr td[data-v-784eb9e8]:first-child{width:30%}.Para-Table-L-Center[data-v-784eb9e8]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-784eb9e8]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-784eb9e8]{display:block!important}.Table--2col-Information td[data-v-784eb9e8]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-784eb9e8]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-784eb9e8]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-784eb9e8]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-784eb9e8]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-784eb9e8],.Table--4col-responsive table td[data-v-784eb9e8]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-784eb9e8],.Table--2col-Information th[data-v-784eb9e8]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-784eb9e8]:nth-child(1),.Table--2col-Information th[data-v-784eb9e8]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-784eb9e8]:nth-child(2),.Table--2col-Information th[data-v-784eb9e8]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-784eb9e8],.Table--2col-Information th[data-v-784eb9e8]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-784eb9e8]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-784eb9e8],.Table--2col-Voice th[data-v-784eb9e8]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-784eb9e8]:nth-child(1),.Table--2col-Voice th[data-v-784eb9e8]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-784eb9e8]:nth-child(2),.Table--2col-Voice th[data-v-784eb9e8]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-784eb9e8]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-784eb9e8],.Table--2col-Voice tr:last-child td[data-v-784eb9e8]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-784eb9e8],.Table--2col-Voice thead th[data-v-784eb9e8]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-784eb9e8]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-784eb9e8]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-784eb9e8]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-784eb9e8],.Table--2col-Information th[data-v-784eb9e8]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-784eb9e8]:nth-child(1),.Table--2col-Information th[data-v-784eb9e8]:nth-child(1){width:30%}.Table--2col-Information td[data-v-784eb9e8]:nth-child(2),.Table--2col-Information th[data-v-784eb9e8]:nth-child(2){width:70%}.Table--2col-Information td[data-v-784eb9e8]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-784eb9e8]{border-bottom:none}.Table--2col-Air-Sensor[data-v-784eb9e8]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-784eb9e8],.Table--2col-Air-Sensor th[data-v-784eb9e8]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-784eb9e8]:nth-child(1),.Table--2col-Air-Sensor th[data-v-784eb9e8]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-784eb9e8]:nth-child(2),.Table--2col-Air-Sensor th[data-v-784eb9e8]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-784eb9e8]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-784eb9e8]{border-bottom:none}.Table--2col-Filter[data-v-784eb9e8]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-784eb9e8],.Table--2col-Filter th[data-v-784eb9e8]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-784eb9e8]:nth-child(1),.Table--2col-Filter th[data-v-784eb9e8]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-784eb9e8]:nth-child(2),.Table--2col-Filter th[data-v-784eb9e8]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-784eb9e8]:nth-child(3),.Table--2col-Filter th[data-v-784eb9e8]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-784eb9e8]:nth-child(4),.Table--2col-Filter th[data-v-784eb9e8]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-784eb9e8]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-784eb9e8],.Table--2col-Filter tr:last-child td[data-v-784eb9e8]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-784eb9e8],.Table--2col-Filter thead th[data-v-784eb9e8]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-784eb9e8]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-784eb9e8]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-784eb9e8]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-784eb9e8],.Table--Specifications th[data-v-784eb9e8]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-784eb9e8]:first-child,.Table--Specifications th[data-v-784eb9e8]:first-child{width:16%}.Table--Specifications td[data-v-784eb9e8]:nth-child(2),.Table--Specifications th[data-v-784eb9e8]:nth-child(2){width:42%}.Table--Specifications td[data-v-784eb9e8]:nth-child(3),.Table--Specifications th[data-v-784eb9e8]:nth-child(3){width:42%}.Table--Specifications td[data-v-784eb9e8]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-784eb9e8],.Table--Specifications tr:last-child td[data-v-784eb9e8]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-784eb9e8],.Table--Specifications thead th[data-v-784eb9e8]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-784eb9e8]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-784eb9e8]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-784eb9e8],td.cell-style-override-20[data-v-784eb9e8]{padding:10px}td.x3col-Mid-text[data-v-784eb9e8],td.cell-style-override-22[data-v-784eb9e8],td.cell-style-override-20[data-v-784eb9e8]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-784eb9e8]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-784eb9e8]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-784eb9e8]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-784eb9e8]{margin-top:-350px}}#content-div[data-v-784eb9e8]{min-height:87vh;background-color:#fff}.data-row[data-v-784eb9e8]{color:#000}@media screen and (max-width: 600px){#content-div[data-v-784eb9e8]{min-height:100vh}}body[data-v-210951b8]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-210951b8]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-210951b8]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-210951b8]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-210951b8]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-210951b8]{width:83%!important}.content #naviText span[data-v-210951b8]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-210951b8]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-210951b8]{width:100%!important}.content #mainCar[data-v-210951b8]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-210951b8]{width:100%}#mainCarPhone[data-v-210951b8]{display:none}.content #buttonMenu_v2[data-v-210951b8]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-210951b8]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-210951b8]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-210951b8]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-210951b8]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-210951b8]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-210951b8]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-210951b8]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-210951b8]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-210951b8]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-210951b8]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-210951b8]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-210951b8]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-210951b8]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-210951b8]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-210951b8]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-210951b8]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-210951b8]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-210951b8]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-210951b8]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-210951b8]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-210951b8]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-210951b8]{bottom:11%;width:30%}.content #naviText span[data-v-210951b8]{font-size:17px}.content #naviText img[data-v-210951b8]{width:80%!important}.content #carName[data-v-210951b8]{right:0%;bottom:12%}.content #carName img[data-v-210951b8]{width:40%!important}.content #buttonMenu_v2>a[data-v-210951b8]{width:33%}.content #buttonMenu>a[data-v-210951b8]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-210951b8]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-210951b8]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-210951b8]{display:block}#mainCarPc[data-v-210951b8]{display:none}.content #buttonMenu_v2[data-v-210951b8],.content #buttonMenu[data-v-210951b8]{width:92%}}@media screen and (max-width: 480px){.content[data-v-210951b8]{padding-top:0}.content #naviText[data-v-210951b8]{bottom:14%;width:45%}.content #naviText span[data-v-210951b8]{font-size:11px}.content #naviText img[data-v-210951b8]{width:88%!important}.content #carName[data-v-210951b8]{right:5%;bottom:15%}.content #carName img[data-v-210951b8]{width:120px!important}.content #buttonMenu_v2[data-v-210951b8]{position:relative}.content #buttonMenu_v2>a>div[data-v-210951b8]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-210951b8]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-210951b8]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-210951b8]{position:relative}.content #buttonMenu>a>div[data-v-210951b8]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-210951b8]{height:120px}.content #buttonMenu>a>div>span[data-v-210951b8]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-210951b8]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-210951b8]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-210951b8]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-210951b8]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-210951b8]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-210951b8]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-210951b8]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-210951b8]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-210951b8]{margin:0;padding:0}html[data-v-210951b8]{background-color:#000;width:100%}.keyword[data-v-210951b8],.highlight[data-v-210951b8]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-210951b8]{font-family:upsys_commonregular}.header_main[data-v-210951b8]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-210951b8]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-210951b8]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-210951b8]>*{float:left}#headerLogo[data-v-210951b8]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-210951b8]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-210951b8]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-210951b8]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-210951b8]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-210951b8]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-210951b8]{font-size:13px}.languageDiv .active[data-v-210951b8]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-210951b8]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-210951b8]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-210951b8]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-210951b8],#languageSelect li[data-v-210951b8]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-210951b8],#languageSelect li:hover a[data-v-210951b8]{color:#000}.footer-manual[data-v-210951b8]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-210951b8]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-210951b8]{line-height:60px}#footerLogo[data-v-210951b8]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-210951b8]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-210951b8]{display:inline-block;width:100%}#copyrightPcSpan[data-v-210951b8]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-210951b8]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-210951b8]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-210951b8]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-210951b8]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-210951b8]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-210951b8]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-210951b8]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-210951b8]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-210951b8]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-210951b8]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-210951b8]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-210951b8]:focus{outline:none}#searchButton[data-v-210951b8]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-210951b8]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-210951b8]{width:80%}table td.right[data-v-210951b8]{width:10%;text-align:center}.result[data-v-210951b8],.resultcount[data-v-210951b8],.noResult[data-v-210951b8]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-210951b8]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-210951b8]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-210951b8]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-210951b8]{color:#e49f81}.cover[data-v-210951b8]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-210951b8]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-210951b8]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-210951b8]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-210951b8]{font-size:12px}.languageDivPhone .active[data-v-210951b8]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-210951b8]{bottom:30px;left:1px}.fontChangeButton[data-v-210951b8]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-210951b8]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-210951b8]{left:0}.languageDiv div[data-v-210951b8]{width:120%;left:-45px;top:5px}#languageSelect[data-v-210951b8]{margin-left:-40px}#banner_img>a[data-v-210951b8]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-210951b8]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-210951b8]{z-index:12}.header_main[data-v-210951b8]{height:40px;padding-top:0}.header[data-v-210951b8]{z-index:12}.header[data-v-210951b8]{height:40px;padding-top:0}#title[data-v-210951b8]{font-size:16px;width:49%}#headerLogo[data-v-210951b8]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-210951b8]{width:20%}.languageDiv div[data-v-210951b8]{width:90%;left:-15px;top:5px}#languageSelect[data-v-210951b8]{margin-left:-10px}.languageDiv ul[data-v-210951b8]{font-size:12px}#menu[data-v-210951b8]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-210951b8]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-210951b8]{width:80%}#rightHeader[data-v-210951b8]{height:40px}#rightHeader>div[data-v-210951b8]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-210951b8]{position:absolute;right:38px;top:0}.searchDiv[data-v-210951b8]{width:90%}#toc[data-v-210951b8]{width:100%}.copyright[data-v-210951b8]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-210951b8]{display:none}#copyrightPhone[data-v-210951b8]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-210951b8]{width:15%!important}#prevBtn[data-v-210951b8],#nextBtn[data-v-210951b8]{width:32px;height:32px;background-size:100%}#searchButton[data-v-210951b8]{margin-left:-1px}table td.left[data-v-210951b8]{text-align:right}table td.center[data-v-210951b8]{width:50%}table td.right[data-v-210951b8]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-210951b8]{left:0}.languageDiv div[data-v-210951b8]{width:100%;left:-5px;top:5px}#languageSelect[data-v-210951b8]{margin-left:20px}.languageDiv ul[data-v-210951b8]{font-size:10px}.noResult>span[data-v-210951b8]{width:200px!important;font-size:14px}#title[data-v-210951b8]{font-size:13px;width:40%}#menu[data-v-210951b8]{position:absolute}#banner_img>a[data-v-210951b8]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-210951b8]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-210951b8]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-210951b8]{font-size:14px}}body[data-v-210951b8]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-210951b8]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-210951b8]{margin:auto;max-width:1120px}.subHeaderInner[data-v-210951b8]>*{float:left}.content p[data-v-210951b8],.content li[data-v-210951b8]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-210951b8]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-210951b8]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-210951b8]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-210951b8]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-210951b8]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-210951b8]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-210951b8]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-210951b8]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-210951b8]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-210951b8]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-210951b8]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-210951b8],p.Para-Basic-B-Sub[data-v-210951b8]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-210951b8]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-210951b8]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-210951b8]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-210951b8]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-210951b8]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-210951b8],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-210951b8],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-210951b8]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-210951b8],p+ul li.Para-Basic-B-Sub[data-v-210951b8]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-210951b8],ul~p.Para-basic-L-bullet-Sub[data-v-210951b8],ul~p.Para-Basic-B-Sub[data-v-210951b8]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-210951b8],ol~p.Para-basic-L-bullet-Sub[data-v-210951b8],ol~p.Para-Basic-B-Sub[data-v-210951b8]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-210951b8],ol+*+p.Para-basic-L-bullet-Sub[data-v-210951b8],ol+*+p.Para-Basic-B-Sub[data-v-210951b8]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-210951b8],a .Para-Basic-B-Sub[data-v-210951b8]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-210951b8]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-210951b8]{margin-left:45px}.content p[data-v-210951b8],li[data-v-210951b8]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-210951b8],p.Para-Basic-B[data-v-210951b8],p.Para-Basic-B-Center[data-v-210951b8]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-210951b8]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-210951b8],p.Para-Basic-B-Center[data-v-210951b8]{text-align:center}p.Para-Table-L-center[data-v-210951b8],p.Para-Table-B-Center[data-v-210951b8]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-210951b8],table p.Para-Basic-B[data-v-210951b8],table p.Para-Basic-B-Center[data-v-210951b8]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-210951b8]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-210951b8]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-210951b8]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-210951b8]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-210951b8]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-210951b8],.content .text>ul[data-v-210951b8],.content .text table ol[data-v-210951b8],.content .text table ul[data-v-210951b8]{padding-left:20px}.content .text>ol[data-v-210951b8]{padding-left:0}p.Para-Illust-L[data-v-210951b8]{text-align:center}p.Para-Illust-L img[data-v-210951b8]{display:inline-block}p.Placeholder-sub[data-v-210951b8],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-210951b8],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-210951b8],.content .text>ol~.figure[data-v-210951b8],p.Placeholder-sub-S[data-v-210951b8],.Para-screen-sub-S[data-v-210951b8],.Para-screen-sub-M[data-v-210951b8],.Para-screen-sub-L[data-v-210951b8]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-210951b8],p.Placeholder-sub-M img[data-v-210951b8],p.Placeholder-sub img[data-v-210951b8]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-210951b8]{margin-left:45px}.Table-pic-Left-sub img[data-v-210951b8]{margin-top:5px;margin-bottom:10px}div.figure[data-v-210951b8]{display:inline-block}p.Para-img-description[data-v-210951b8]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-210951b8]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-210951b8]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-210951b8]{margin-bottom:25px}.text img[data-v-210951b8]{max-width:100%;display:block}.Table-Pic-center[data-v-210951b8]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-210951b8]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-210951b8]{margin:0}p.Para-Box-Num[data-v-210951b8]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-210951b8]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-210951b8]:AFTER{content:". "}span.inline-img img[data-v-210951b8]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-210951b8]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-210951b8]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-210951b8]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-210951b8]{margin-left:6.5%;display:block!important}.discUl li[data-v-210951b8]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-210951b8],.Symbol-R[data-v-210951b8],.Note-R-Pic[data-v-210951b8]{display:block;width:100%}.Symbol-L[data-v-210951b8]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-210951b8]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-210951b8],.Symbol-R li[data-v-210951b8],.Symbol-R p[data-v-210951b8]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-210951b8]{font-size:16px}table.Table-Symbol td ul[data-v-210951b8]{padding-left:20px}table.Table-Symbol[data-v-210951b8]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-210951b8]{color:#bc162c}.Symbol-Black[data-v-210951b8],.Symbol-Black-Table[data-v-210951b8]{font-family:upsys_commonregular}.Symbol-Green[data-v-210951b8]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-210951b8]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-210951b8]{width:auto!important}.video_container[data-v-210951b8]{margin-top:40px;float:right}.video[data-v-210951b8]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-210951b8]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-210951b8]{width:100%}.Table--3col[data-v-210951b8],.Basic-Table[data-v-210951b8],.Table--2col[data-v-210951b8],.Table-Landmark[data-v-210951b8],.Table--4col[data-v-210951b8],.Table-2row-merge[data-v-210951b8],.Table--troubleshooting[data-v-210951b8],.Table-specification[data-v-210951b8],.Table-service-center[data-v-210951b8],.Table-5col[data-v-210951b8],.responsive[data-v-210951b8],.Table--3col-Locations[data-v-210951b8]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-210951b8]:FIRST-CHILD,.Basic-Table tr[data-v-210951b8]:FIRST-CHILD,.Table--2col tr[data-v-210951b8]:FIRST-CHILD,.Table-Landmark tr[data-v-210951b8]:FIRST-CHILD,.Table--4col tr[data-v-210951b8]:FIRST-CHILD,.Table-2row-merge tr[data-v-210951b8]:FIRST-CHILD,.Table--troubleshooting tr[data-v-210951b8]:FIRST-CHILD,.Table-service-center tr[data-v-210951b8]:FIRST-CHILD,.responsive tr[data-v-210951b8]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-210951b8]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-210951b8],.Basic-Table td[data-v-210951b8],.Table--2col td[data-v-210951b8],.Table-Landmark td[data-v-210951b8],.Table--4col td[data-v-210951b8],.Table-2row-merge td[data-v-210951b8],.Table--troubleshooting td[data-v-210951b8],.Table-specification td[data-v-210951b8],.Table-service-center td[data-v-210951b8],.responsive td[data-v-210951b8]{padding:10px}.Table--troubleshooting td[data-v-210951b8]{border-right:none}.Table--troubleshooting[data-v-210951b8]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-210951b8],.Table-Landmark .Para-Pic-Center img[data-v-210951b8]{width:30px}.Table-5col[data-v-210951b8]{border:none}.Table-5col tr[data-v-210951b8]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-210951b8]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-210951b8]{width:15%}.Table--3col td.x3col-L[data-v-210951b8],.x3col-L td.x3col-M[data-v-210951b8]{width:10%}td.x3col-Mid-Text[data-v-210951b8]{text-align:center}td.x3col-R-Pic[data-v-210951b8]{text-align:right}.responsive td p[data-v-210951b8]{text-align:center}table.Table--3col-Locations[data-v-210951b8]{border-collapse:collapse}.Table--3col-Locations td[data-v-210951b8]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-210951b8]{padding:10px}.Para-Pic-Center img[data-v-210951b8]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-210951b8]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-210951b8]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-210951b8]{width:50%}.Table-specification .x3col-L-Grey[data-v-210951b8]{width:20%}.Table-specification .Spec-Mid-text[data-v-210951b8]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-210951b8]{width:50%}.Table--3col .x3col-L-Grey[data-v-210951b8]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-210951b8],.Table--4col .x3col-Mid-Grey[data-v-210951b8],.Table--4col .x3col-R-Grey[data-v-210951b8]{width:30%}.navi td.x3col-Mid-Grey[data-v-210951b8]{width:15%}.Table--3col .x3col-R-Grey[data-v-210951b8]{width:50%}.Table--2col .x3col-L-Grey[data-v-210951b8],.Table--2col td[data-v-210951b8]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-210951b8]{width:70%}.Table--2col-Disc[data-v-210951b8]{border-collapse:collapse}.Table--2col-Disc td[data-v-210951b8]{border:1px solid grey;padding:10px}.Table-PL td[data-v-210951b8]:FIRST-CHILD{width:25%}.resultcount p[data-v-210951b8]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-210951b8]{font-family:SK_namuhx-Bold}.noResult>span[data-v-210951b8]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-210951b8]{color:#f0dfdf;display:block}.result_list[data-v-210951b8]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-210951b8]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-210951b8]{font-family:SK_namuhx-Regular}.resulttext p[data-v-210951b8]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-210951b8]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-210951b8]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-210951b8],.Cross-Reference[data-v-210951b8]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-210951b8]:hover{text-decoration:underline}.fontChangeDiv[data-v-210951b8]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-210951b8]{top:55px}#backButton[data-v-210951b8]{background-size:16px}.chapterTitle[data-v-210951b8]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-210951b8],h2[data-v-210951b8]{font-size:1.3em}#contentAccordion[data-v-210951b8]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-210951b8]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-210951b8]{line-height:21px}.video[data-v-210951b8]{width:46%}}@media screen and (max-width: 640px){h2[data-v-210951b8]{margin-top:40px}.subHeader[data-v-210951b8]{top:40px}.fontChangeDiv[data-v-210951b8]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-210951b8]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-210951b8]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-210951b8]{margin-left:7.3%}table td[data-v-210951b8]{font-size:14px;padding:5px!important}table td p[data-v-210951b8],table td p.Para-Basic-B-Center[data-v-210951b8],table td p.Para-Basic-B[data-v-210951b8]{font-size:14px}table td p.Para-Small-L[data-v-210951b8]{font-size:12px;word-break:break-word}.Table--3col td[data-v-210951b8],.Basic-Table td[data-v-210951b8],.Table--2col td[data-v-210951b8],.Table-Landmark td[data-v-210951b8],.Table--4col td[data-v-210951b8],.Table-2row-merge td[data-v-210951b8],.Table--troubleshooting td[data-v-210951b8],.Table-specification td[data-v-210951b8],.Table-service-center td[data-v-210951b8]{border-right:none}.responsive[data-v-210951b8],.responsive tr[data-v-210951b8],.responsive tbody[data-v-210951b8]{width:100%}.Table--4col-responsive td[data-v-210951b8]{min-width:200px!important;height:auto}.responsive td p[data-v-210951b8]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-210951b8],.Table-Symbol td li[data-v-210951b8]{font-size:16px}p.Placeholder-sub[data-v-210951b8],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-210951b8],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-210951b8],.content .text>ol~.figure[data-v-210951b8],.content .text>ol+ul[data-v-210951b8],.Para-screen-sub-L[data-v-210951b8]{margin-left:0}.resultcount p[data-v-210951b8]{font-size:16px}.Table-specification td p[data-v-210951b8],.Table--3col-Locations td li[data-v-210951b8],p.Para-basic-L-Sub[data-v-210951b8],p.Para-basic-L-Sub-Auto[data-v-210951b8],p.Para-basic-L-center[data-v-210951b8],li.Para-basic-L-bullet[data-v-210951b8],p.Para-basic-L[data-v-210951b8],li.Para-basic-L-hyp-Sub[data-v-210951b8],li.Para-basic-L-hyp-2Sub[data-v-210951b8],li[class^=Para-Num][data-v-210951b8],p.Para-Box-Num[data-v-210951b8],p.Para-Basic-B-Sub[data-v-210951b8],td p.Para-basic-L[data-v-210951b8],td li.Para-basic-L-bullet[data-v-210951b8],p.Para-Basic-B[data-v-210951b8],p.Para-Circle-Num-Sub[data-v-210951b8],.Symbol-L p.Para-basic-L-Sub[data-v-210951b8],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-210951b8]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-210951b8],.Table--3col-Locations td li[data-v-210951b8],p.Para-Table-L-Sub[data-v-210951b8],p.Para-Table-L-Sub-Auto[data-v-210951b8],p.Para-Table-L-center[data-v-210951b8],p.Para-Table-L[data-v-210951b8],li.Para-Table-L-hyp-Sub[data-v-210951b8],li.Para-Table-L-hyp-2Sub[data-v-210951b8],p.Para-Table-B-Sub[data-v-210951b8],td p.Para-Table-L[data-v-210951b8],p.Para-Table-B[data-v-210951b8],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-210951b8]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-210951b8]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-210951b8],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-210951b8]{font-size:14px}.big .Table-specification td p[data-v-210951b8],.big .Table--3col-Locations td li[data-v-210951b8],.big p.Para-basic-L-Sub[data-v-210951b8],.big p.Para-basic-L-Sub-Auto[data-v-210951b8],.big p.Para-basic-L-center[data-v-210951b8],.big li.Para-basic-L-bullet[data-v-210951b8],.big p.Para-basic-L[data-v-210951b8],.big li.Para-basic-L-hyp-Sub[data-v-210951b8],.big li.Para-basic-L-hyp-2Sub[data-v-210951b8],.big li[class^=Para-Num][data-v-210951b8],.big p.Para-Box-Num[data-v-210951b8],.big p.Para-Basic-B-Sub[data-v-210951b8],.big td p.Para-basic-L[data-v-210951b8],.big td li.Para-basic-L-bullet[data-v-210951b8],.big p.Para-Basic-B[data-v-210951b8],.big p.Para-Circle-Num-Sub[data-v-210951b8]{font-size:16px}.big .Table-specification td p[data-v-210951b8],.big .Table--3col-Locations td li[data-v-210951b8],.big p.Para-Table-L-Sub[data-v-210951b8],.big p.Para-Table-L-Sub-Auto[data-v-210951b8],.big p.Para-Table-L-center[data-v-210951b8],.big p.Para-Table-L[data-v-210951b8],.big li.Para-Table-L-hyp-Sub[data-v-210951b8],.big li.Para-Table-L-hyp-2Sub[data-v-210951b8],.big li[class^=Para-Num][data-v-210951b8],.big p.Para-Box-Num[data-v-210951b8],.big p.Para-Table-B-Sub[data-v-210951b8],.big td p.Para-Table-L[data-v-210951b8],.big p.Para-Table-B[data-v-210951b8],.big p.Para-Circle-Num-Sub[data-v-210951b8],.big p.Para-Table-B-Center[data-v-210951b8],.big .Table--3col-ISO td p[data-v-210951b8]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-210951b8],p.Para-Table-B-Center[data-v-210951b8]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-210951b8],.big p.video_title[data-v-210951b8],.big .resultItem p[data-v-210951b8]{font-size:1.05em}h1[data-v-210951b8]{font-size:1.2em;margin-top:0}h2[data-v-210951b8]{font-size:1.1em}.Heading-3[data-v-210951b8]{font-size:1em}.content .text>ol li[data-v-210951b8]:BEFORE{font-size:26px}.video[data-v-210951b8]{width:95%}}p.Para-Table-L[data-v-210951b8]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-210951b8]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-210951b8]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-210951b8]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-210951b8]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-210951b8]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-210951b8]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-210951b8]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-210951b8]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-210951b8]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-210951b8]:before{content:"";display:block;height:15pt}.Bold[data-v-210951b8],span.Bold[data-v-210951b8]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-210951b8]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-210951b8]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-210951b8]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-210951b8]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-210951b8]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-210951b8]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-210951b8]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-210951b8]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-210951b8]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-210951b8]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-210951b8]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-210951b8],.Para-Table-L-Sub-Auto .icon-1[data-v-210951b8]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-210951b8]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-210951b8]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-210951b8]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-210951b8],.Table--2col td p.Para-basic-L[data-v-210951b8]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-210951b8]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-210951b8]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-210951b8]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-210951b8]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-210951b8]{margin-top:8pt!important}.table-responsive[data-v-210951b8]{width:100%;overflow-x:auto}.table-responsive table[data-v-210951b8]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-210951b8]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-210951b8]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-210951b8]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-210951b8]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-210951b8]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-210951b8]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-210951b8]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-210951b8]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-210951b8]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-210951b8]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-210951b8]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-210951b8]{font-size:12px}#table-15.responsive td[data-v-210951b8]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-210951b8]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-210951b8]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-210951b8]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-210951b8]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-210951b8],.Table--4col-Error th[data-v-210951b8]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-210951b8],.Table--4col-Error tr:first-child th[data-v-210951b8]{border-top:none}.Table--4col-Error tr:last-child td[data-v-210951b8]{border-bottom:none}.Table--4col-Error thead td[data-v-210951b8]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-210951b8]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-210951b8]:nth-child(1),.Table--4col-Error thead td[data-v-210951b8]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-210951b8]:nth-child(2),.Table--4col-Error thead td[data-v-210951b8]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-210951b8]:nth-child(3),.Table--4col-Error thead td[data-v-210951b8]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-210951b8]:nth-child(4),.Table--4col-Error thead td[data-v-210951b8]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-210951b8]:nth-child(1),.Table--4col-Error tbody td[data-v-210951b8]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-210951b8]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-210951b8]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-210951b8]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-210951b8]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-210951b8]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-210951b8]{font-size:14px!important}.Table--4col-Error tbody td[data-v-210951b8]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-210951b8],.Table--4col-Error p.Para-Table-B[data-v-210951b8],.Table--4col-Error p.Para-Table-L-Center[data-v-210951b8]{font-size:12px!important}.Table--4col-Error tbody td[data-v-210951b8]:nth-child(1),.Table--4col-Error thead td[data-v-210951b8]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-210951b8]:nth-child(2),.Table--4col-Error thead td[data-v-210951b8]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-210951b8]:nth-child(3),.Table--4col-Error thead td[data-v-210951b8]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-210951b8]:nth-child(4),.Table--4col-Error thead td[data-v-210951b8]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-210951b8]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-210951b8]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-210951b8]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-210951b8]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-210951b8]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-210951b8]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-210951b8]{line-height:1.25;font-weight:500}.Bold-color[data-v-210951b8]{font-weight:700}.char-style-override-4[data-v-210951b8]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-210951b8]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-210951b8]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-210951b8]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-210951b8]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-210951b8]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-210951b8]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-210951b8]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-210951b8]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-210951b8]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-210951b8]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-210951b8]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-210951b8]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-210951b8]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-210951b8]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-210951b8]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-210951b8],tr:last-child td.cell-style-override-7[data-v-210951b8]{border-bottom:0}table#table-16[data-v-210951b8]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-210951b8],.Table--2col-Air-Sensor[data-v-210951b8],.Table--2col-Voice[data-v-210951b8],.Table--2col-Filter[data-v-210951b8],.Table--troubleshooting[data-v-210951b8],.Table--4col-Error[data-v-210951b8],.Table--Specifications[data-v-210951b8]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-210951b8]:last-child,.Table--2col-Voice tr td[data-v-210951b8]:last-child{width:70%}.Table--2col-Voice tr td[data-v-210951b8]:first-child{width:30%}.Para-Table-L-Center[data-v-210951b8]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-210951b8]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-210951b8]{display:block!important}.Table--2col-Information td[data-v-210951b8]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-210951b8]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-210951b8]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-210951b8]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-210951b8]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-210951b8],.Table--4col-responsive table td[data-v-210951b8]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-210951b8],.Table--2col-Information th[data-v-210951b8]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-210951b8]:nth-child(1),.Table--2col-Information th[data-v-210951b8]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-210951b8]:nth-child(2),.Table--2col-Information th[data-v-210951b8]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-210951b8],.Table--2col-Information th[data-v-210951b8]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-210951b8]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-210951b8],.Table--2col-Voice th[data-v-210951b8]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-210951b8]:nth-child(1),.Table--2col-Voice th[data-v-210951b8]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-210951b8]:nth-child(2),.Table--2col-Voice th[data-v-210951b8]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-210951b8]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-210951b8],.Table--2col-Voice tr:last-child td[data-v-210951b8]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-210951b8],.Table--2col-Voice thead th[data-v-210951b8]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-210951b8]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-210951b8]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-210951b8]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-210951b8],.Table--2col-Information th[data-v-210951b8]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-210951b8]:nth-child(1),.Table--2col-Information th[data-v-210951b8]:nth-child(1){width:30%}.Table--2col-Information td[data-v-210951b8]:nth-child(2),.Table--2col-Information th[data-v-210951b8]:nth-child(2){width:70%}.Table--2col-Information td[data-v-210951b8]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-210951b8]{border-bottom:none}.Table--2col-Air-Sensor[data-v-210951b8]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-210951b8],.Table--2col-Air-Sensor th[data-v-210951b8]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-210951b8]:nth-child(1),.Table--2col-Air-Sensor th[data-v-210951b8]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-210951b8]:nth-child(2),.Table--2col-Air-Sensor th[data-v-210951b8]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-210951b8]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-210951b8]{border-bottom:none}.Table--2col-Filter[data-v-210951b8]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-210951b8],.Table--2col-Filter th[data-v-210951b8]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-210951b8]:nth-child(1),.Table--2col-Filter th[data-v-210951b8]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-210951b8]:nth-child(2),.Table--2col-Filter th[data-v-210951b8]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-210951b8]:nth-child(3),.Table--2col-Filter th[data-v-210951b8]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-210951b8]:nth-child(4),.Table--2col-Filter th[data-v-210951b8]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-210951b8]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-210951b8],.Table--2col-Filter tr:last-child td[data-v-210951b8]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-210951b8],.Table--2col-Filter thead th[data-v-210951b8]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-210951b8]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-210951b8]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-210951b8]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-210951b8],.Table--Specifications th[data-v-210951b8]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-210951b8]:first-child,.Table--Specifications th[data-v-210951b8]:first-child{width:16%}.Table--Specifications td[data-v-210951b8]:nth-child(2),.Table--Specifications th[data-v-210951b8]:nth-child(2){width:42%}.Table--Specifications td[data-v-210951b8]:nth-child(3),.Table--Specifications th[data-v-210951b8]:nth-child(3){width:42%}.Table--Specifications td[data-v-210951b8]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-210951b8],.Table--Specifications tr:last-child td[data-v-210951b8]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-210951b8],.Table--Specifications thead th[data-v-210951b8]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-210951b8]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-210951b8]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-210951b8],td.cell-style-override-20[data-v-210951b8]{padding:10px}td.x3col-Mid-text[data-v-210951b8],td.cell-style-override-22[data-v-210951b8],td.cell-style-override-20[data-v-210951b8]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-210951b8]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-210951b8]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-210951b8]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-210951b8]{margin-top:-350px}}#content-div[data-v-210951b8]{min-height:87vh;background-color:#fff}.data-row[data-v-210951b8]{color:#000}@media screen and (max-width: 600px){#content-div[data-v-210951b8]{min-height:100vh}}body[data-v-c4ce625e]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-c4ce625e]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-c4ce625e]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-c4ce625e]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-c4ce625e]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-c4ce625e]{width:83%!important}.content #naviText span[data-v-c4ce625e]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-c4ce625e]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-c4ce625e]{width:100%!important}.content #mainCar[data-v-c4ce625e]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-c4ce625e]{width:100%}#mainCarPhone[data-v-c4ce625e]{display:none}.content #buttonMenu_v2[data-v-c4ce625e]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-c4ce625e]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-c4ce625e]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-c4ce625e]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-c4ce625e]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-c4ce625e]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-c4ce625e]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-c4ce625e]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-c4ce625e]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-c4ce625e]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-c4ce625e]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-c4ce625e]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-c4ce625e]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-c4ce625e]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-c4ce625e]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-c4ce625e]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-c4ce625e]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-c4ce625e]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-c4ce625e]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-c4ce625e]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-c4ce625e]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-c4ce625e]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-c4ce625e]{bottom:11%;width:30%}.content #naviText span[data-v-c4ce625e]{font-size:17px}.content #naviText img[data-v-c4ce625e]{width:80%!important}.content #carName[data-v-c4ce625e]{right:0%;bottom:12%}.content #carName img[data-v-c4ce625e]{width:40%!important}.content #buttonMenu_v2>a[data-v-c4ce625e]{width:33%}.content #buttonMenu>a[data-v-c4ce625e]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-c4ce625e]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-c4ce625e]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-c4ce625e]{display:block}#mainCarPc[data-v-c4ce625e]{display:none}.content #buttonMenu_v2[data-v-c4ce625e],.content #buttonMenu[data-v-c4ce625e]{width:92%}}@media screen and (max-width: 480px){.content[data-v-c4ce625e]{padding-top:0}.content #naviText[data-v-c4ce625e]{bottom:14%;width:45%}.content #naviText span[data-v-c4ce625e]{font-size:11px}.content #naviText img[data-v-c4ce625e]{width:88%!important}.content #carName[data-v-c4ce625e]{right:5%;bottom:15%}.content #carName img[data-v-c4ce625e]{width:120px!important}.content #buttonMenu_v2[data-v-c4ce625e]{position:relative}.content #buttonMenu_v2>a>div[data-v-c4ce625e]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-c4ce625e]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-c4ce625e]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-c4ce625e]{position:relative}.content #buttonMenu>a>div[data-v-c4ce625e]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-c4ce625e]{height:120px}.content #buttonMenu>a>div>span[data-v-c4ce625e]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-c4ce625e]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-c4ce625e]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-c4ce625e]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-c4ce625e]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-c4ce625e]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-c4ce625e]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-c4ce625e]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-c4ce625e]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-c4ce625e]{margin:0;padding:0}html[data-v-c4ce625e]{background-color:#000;width:100%}.keyword[data-v-c4ce625e],.highlight[data-v-c4ce625e]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-c4ce625e]{font-family:upsys_commonregular}.header_main[data-v-c4ce625e]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-c4ce625e]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-c4ce625e]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-c4ce625e]>*{float:left}#headerLogo[data-v-c4ce625e]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-c4ce625e]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-c4ce625e]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-c4ce625e]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-c4ce625e]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-c4ce625e]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-c4ce625e]{font-size:13px}.languageDiv .active[data-v-c4ce625e]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-c4ce625e]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-c4ce625e]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-c4ce625e]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-c4ce625e],#languageSelect li[data-v-c4ce625e]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-c4ce625e],#languageSelect li:hover a[data-v-c4ce625e]{color:#000}.footer-manual[data-v-c4ce625e]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-c4ce625e]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-c4ce625e]{line-height:60px}#footerLogo[data-v-c4ce625e]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-c4ce625e]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-c4ce625e]{display:inline-block;width:100%}#copyrightPcSpan[data-v-c4ce625e]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-c4ce625e]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-c4ce625e]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-c4ce625e]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-c4ce625e]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-c4ce625e]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-c4ce625e]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-c4ce625e]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-c4ce625e]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-c4ce625e]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-c4ce625e]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-c4ce625e]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-c4ce625e]:focus{outline:none}#searchButton[data-v-c4ce625e]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-c4ce625e]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-c4ce625e]{width:80%}table td.right[data-v-c4ce625e]{width:10%;text-align:center}.result[data-v-c4ce625e],.resultcount[data-v-c4ce625e],.noResult[data-v-c4ce625e]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-c4ce625e]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-c4ce625e]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-c4ce625e]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-c4ce625e]{color:#e49f81}.cover[data-v-c4ce625e]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-c4ce625e]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-c4ce625e]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-c4ce625e]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-c4ce625e]{font-size:12px}.languageDivPhone .active[data-v-c4ce625e]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-c4ce625e]{bottom:30px;left:1px}.fontChangeButton[data-v-c4ce625e]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-c4ce625e]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-c4ce625e]{left:0}.languageDiv div[data-v-c4ce625e]{width:120%;left:-45px;top:5px}#languageSelect[data-v-c4ce625e]{margin-left:-40px}#banner_img>a[data-v-c4ce625e]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-c4ce625e]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-c4ce625e]{z-index:12}.header_main[data-v-c4ce625e]{height:40px;padding-top:0}.header[data-v-c4ce625e]{z-index:12}.header[data-v-c4ce625e]{height:40px;padding-top:0}#title[data-v-c4ce625e]{font-size:16px;width:49%}#headerLogo[data-v-c4ce625e]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-c4ce625e]{width:20%}.languageDiv div[data-v-c4ce625e]{width:90%;left:-15px;top:5px}#languageSelect[data-v-c4ce625e]{margin-left:-10px}.languageDiv ul[data-v-c4ce625e]{font-size:12px}#menu[data-v-c4ce625e]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-c4ce625e]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-c4ce625e]{width:80%}#rightHeader[data-v-c4ce625e]{height:40px}#rightHeader>div[data-v-c4ce625e]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-c4ce625e]{position:absolute;right:38px;top:0}.searchDiv[data-v-c4ce625e]{width:90%}#toc[data-v-c4ce625e]{width:100%}.copyright[data-v-c4ce625e]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-c4ce625e]{display:none}#copyrightPhone[data-v-c4ce625e]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-c4ce625e]{width:15%!important}#prevBtn[data-v-c4ce625e],#nextBtn[data-v-c4ce625e]{width:32px;height:32px;background-size:100%}#searchButton[data-v-c4ce625e]{margin-left:-1px}table td.left[data-v-c4ce625e]{text-align:right}table td.center[data-v-c4ce625e]{width:50%}table td.right[data-v-c4ce625e]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-c4ce625e]{left:0}.languageDiv div[data-v-c4ce625e]{width:100%;left:-5px;top:5px}#languageSelect[data-v-c4ce625e]{margin-left:20px}.languageDiv ul[data-v-c4ce625e]{font-size:10px}.noResult>span[data-v-c4ce625e]{width:200px!important;font-size:14px}#title[data-v-c4ce625e]{font-size:13px;width:40%}#menu[data-v-c4ce625e]{position:absolute}#banner_img>a[data-v-c4ce625e]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-c4ce625e]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-c4ce625e]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-c4ce625e]{font-size:14px}}body[data-v-c4ce625e]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-c4ce625e]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-c4ce625e]{margin:auto;max-width:1120px}.subHeaderInner[data-v-c4ce625e]>*{float:left}.content p[data-v-c4ce625e],.content li[data-v-c4ce625e]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-c4ce625e]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-c4ce625e]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-c4ce625e]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-c4ce625e]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-c4ce625e]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-c4ce625e]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-c4ce625e]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-c4ce625e]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-c4ce625e]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-c4ce625e]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-c4ce625e]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-c4ce625e],p.Para-Basic-B-Sub[data-v-c4ce625e]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-c4ce625e]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-c4ce625e]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-c4ce625e]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-c4ce625e]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-c4ce625e]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-c4ce625e],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-c4ce625e],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-c4ce625e]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-c4ce625e],p+ul li.Para-Basic-B-Sub[data-v-c4ce625e]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-c4ce625e],ul~p.Para-basic-L-bullet-Sub[data-v-c4ce625e],ul~p.Para-Basic-B-Sub[data-v-c4ce625e]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-c4ce625e],ol~p.Para-basic-L-bullet-Sub[data-v-c4ce625e],ol~p.Para-Basic-B-Sub[data-v-c4ce625e]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-c4ce625e],ol+*+p.Para-basic-L-bullet-Sub[data-v-c4ce625e],ol+*+p.Para-Basic-B-Sub[data-v-c4ce625e]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-c4ce625e],a .Para-Basic-B-Sub[data-v-c4ce625e]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-c4ce625e]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-c4ce625e]{margin-left:45px}.content p[data-v-c4ce625e],li[data-v-c4ce625e]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-c4ce625e],p.Para-Basic-B[data-v-c4ce625e],p.Para-Basic-B-Center[data-v-c4ce625e]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-c4ce625e]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-c4ce625e],p.Para-Basic-B-Center[data-v-c4ce625e]{text-align:center}p.Para-Table-L-center[data-v-c4ce625e],p.Para-Table-B-Center[data-v-c4ce625e]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-c4ce625e],table p.Para-Basic-B[data-v-c4ce625e],table p.Para-Basic-B-Center[data-v-c4ce625e]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-c4ce625e]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-c4ce625e]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-c4ce625e]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-c4ce625e]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-c4ce625e]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-c4ce625e],.content .text>ul[data-v-c4ce625e],.content .text table ol[data-v-c4ce625e],.content .text table ul[data-v-c4ce625e]{padding-left:20px}.content .text>ol[data-v-c4ce625e]{padding-left:0}p.Para-Illust-L[data-v-c4ce625e]{text-align:center}p.Para-Illust-L img[data-v-c4ce625e]{display:inline-block}p.Placeholder-sub[data-v-c4ce625e],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-c4ce625e],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-c4ce625e],.content .text>ol~.figure[data-v-c4ce625e],p.Placeholder-sub-S[data-v-c4ce625e],.Para-screen-sub-S[data-v-c4ce625e],.Para-screen-sub-M[data-v-c4ce625e],.Para-screen-sub-L[data-v-c4ce625e]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-c4ce625e],p.Placeholder-sub-M img[data-v-c4ce625e],p.Placeholder-sub img[data-v-c4ce625e]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-c4ce625e]{margin-left:45px}.Table-pic-Left-sub img[data-v-c4ce625e]{margin-top:5px;margin-bottom:10px}div.figure[data-v-c4ce625e]{display:inline-block}p.Para-img-description[data-v-c4ce625e]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-c4ce625e]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-c4ce625e]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-c4ce625e]{margin-bottom:25px}.text img[data-v-c4ce625e]{max-width:100%;display:block}.Table-Pic-center[data-v-c4ce625e]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-c4ce625e]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-c4ce625e]{margin:0}p.Para-Box-Num[data-v-c4ce625e]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-c4ce625e]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-c4ce625e]:AFTER{content:". "}span.inline-img img[data-v-c4ce625e]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-c4ce625e]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-c4ce625e]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-c4ce625e]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-c4ce625e]{margin-left:6.5%;display:block!important}.discUl li[data-v-c4ce625e]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-c4ce625e],.Symbol-R[data-v-c4ce625e],.Note-R-Pic[data-v-c4ce625e]{display:block;width:100%}.Symbol-L[data-v-c4ce625e]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-c4ce625e]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-c4ce625e],.Symbol-R li[data-v-c4ce625e],.Symbol-R p[data-v-c4ce625e]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-c4ce625e]{font-size:16px}table.Table-Symbol td ul[data-v-c4ce625e]{padding-left:20px}table.Table-Symbol[data-v-c4ce625e]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-c4ce625e]{color:#bc162c}.Symbol-Black[data-v-c4ce625e],.Symbol-Black-Table[data-v-c4ce625e]{font-family:upsys_commonregular}.Symbol-Green[data-v-c4ce625e]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-c4ce625e]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-c4ce625e]{width:auto!important}.video_container[data-v-c4ce625e]{margin-top:40px;float:right}.video[data-v-c4ce625e]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-c4ce625e]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-c4ce625e]{width:100%}.Table--3col[data-v-c4ce625e],.Basic-Table[data-v-c4ce625e],.Table--2col[data-v-c4ce625e],.Table-Landmark[data-v-c4ce625e],.Table--4col[data-v-c4ce625e],.Table-2row-merge[data-v-c4ce625e],.Table--troubleshooting[data-v-c4ce625e],.Table-specification[data-v-c4ce625e],.Table-service-center[data-v-c4ce625e],.Table-5col[data-v-c4ce625e],.responsive[data-v-c4ce625e],.Table--3col-Locations[data-v-c4ce625e]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-c4ce625e]:FIRST-CHILD,.Basic-Table tr[data-v-c4ce625e]:FIRST-CHILD,.Table--2col tr[data-v-c4ce625e]:FIRST-CHILD,.Table-Landmark tr[data-v-c4ce625e]:FIRST-CHILD,.Table--4col tr[data-v-c4ce625e]:FIRST-CHILD,.Table-2row-merge tr[data-v-c4ce625e]:FIRST-CHILD,.Table--troubleshooting tr[data-v-c4ce625e]:FIRST-CHILD,.Table-service-center tr[data-v-c4ce625e]:FIRST-CHILD,.responsive tr[data-v-c4ce625e]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-c4ce625e]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-c4ce625e],.Basic-Table td[data-v-c4ce625e],.Table--2col td[data-v-c4ce625e],.Table-Landmark td[data-v-c4ce625e],.Table--4col td[data-v-c4ce625e],.Table-2row-merge td[data-v-c4ce625e],.Table--troubleshooting td[data-v-c4ce625e],.Table-specification td[data-v-c4ce625e],.Table-service-center td[data-v-c4ce625e],.responsive td[data-v-c4ce625e]{padding:10px}.Table--troubleshooting td[data-v-c4ce625e]{border-right:none}.Table--troubleshooting[data-v-c4ce625e]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-c4ce625e],.Table-Landmark .Para-Pic-Center img[data-v-c4ce625e]{width:30px}.Table-5col[data-v-c4ce625e]{border:none}.Table-5col tr[data-v-c4ce625e]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-c4ce625e]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-c4ce625e]{width:15%}.Table--3col td.x3col-L[data-v-c4ce625e],.x3col-L td.x3col-M[data-v-c4ce625e]{width:10%}td.x3col-Mid-Text[data-v-c4ce625e]{text-align:center}td.x3col-R-Pic[data-v-c4ce625e]{text-align:right}.responsive td p[data-v-c4ce625e]{text-align:center}table.Table--3col-Locations[data-v-c4ce625e]{border-collapse:collapse}.Table--3col-Locations td[data-v-c4ce625e]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-c4ce625e]{padding:10px}.Para-Pic-Center img[data-v-c4ce625e]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-c4ce625e]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-c4ce625e]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-c4ce625e]{width:50%}.Table-specification .x3col-L-Grey[data-v-c4ce625e]{width:20%}.Table-specification .Spec-Mid-text[data-v-c4ce625e]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-c4ce625e]{width:50%}.Table--3col .x3col-L-Grey[data-v-c4ce625e]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-c4ce625e],.Table--4col .x3col-Mid-Grey[data-v-c4ce625e],.Table--4col .x3col-R-Grey[data-v-c4ce625e]{width:30%}.navi td.x3col-Mid-Grey[data-v-c4ce625e]{width:15%}.Table--3col .x3col-R-Grey[data-v-c4ce625e]{width:50%}.Table--2col .x3col-L-Grey[data-v-c4ce625e],.Table--2col td[data-v-c4ce625e]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-c4ce625e]{width:70%}.Table--2col-Disc[data-v-c4ce625e]{border-collapse:collapse}.Table--2col-Disc td[data-v-c4ce625e]{border:1px solid grey;padding:10px}.Table-PL td[data-v-c4ce625e]:FIRST-CHILD{width:25%}.resultcount p[data-v-c4ce625e]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-c4ce625e]{font-family:SK_namuhx-Bold}.noResult>span[data-v-c4ce625e]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-c4ce625e]{color:#f0dfdf;display:block}.result_list[data-v-c4ce625e]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-c4ce625e]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-c4ce625e]{font-family:SK_namuhx-Regular}.resulttext p[data-v-c4ce625e]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-c4ce625e]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-c4ce625e]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-c4ce625e],.Cross-Reference[data-v-c4ce625e]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-c4ce625e]:hover{text-decoration:underline}.fontChangeDiv[data-v-c4ce625e]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-c4ce625e]{top:55px}#backButton[data-v-c4ce625e]{background-size:16px}.chapterTitle[data-v-c4ce625e]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-c4ce625e],h2[data-v-c4ce625e]{font-size:1.3em}#contentAccordion[data-v-c4ce625e]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-c4ce625e]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-c4ce625e]{line-height:21px}.video[data-v-c4ce625e]{width:46%}}@media screen and (max-width: 640px){h2[data-v-c4ce625e]{margin-top:40px}.subHeader[data-v-c4ce625e]{top:40px}.fontChangeDiv[data-v-c4ce625e]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-c4ce625e]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-c4ce625e]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-c4ce625e]{margin-left:7.3%}table td[data-v-c4ce625e]{font-size:14px;padding:5px!important}table td p[data-v-c4ce625e],table td p.Para-Basic-B-Center[data-v-c4ce625e],table td p.Para-Basic-B[data-v-c4ce625e]{font-size:14px}table td p.Para-Small-L[data-v-c4ce625e]{font-size:12px;word-break:break-word}.Table--3col td[data-v-c4ce625e],.Basic-Table td[data-v-c4ce625e],.Table--2col td[data-v-c4ce625e],.Table-Landmark td[data-v-c4ce625e],.Table--4col td[data-v-c4ce625e],.Table-2row-merge td[data-v-c4ce625e],.Table--troubleshooting td[data-v-c4ce625e],.Table-specification td[data-v-c4ce625e],.Table-service-center td[data-v-c4ce625e]{border-right:none}.responsive[data-v-c4ce625e],.responsive tr[data-v-c4ce625e],.responsive tbody[data-v-c4ce625e]{width:100%}.Table--4col-responsive td[data-v-c4ce625e]{min-width:200px!important;height:auto}.responsive td p[data-v-c4ce625e]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-c4ce625e],.Table-Symbol td li[data-v-c4ce625e]{font-size:16px}p.Placeholder-sub[data-v-c4ce625e],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-c4ce625e],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-c4ce625e],.content .text>ol~.figure[data-v-c4ce625e],.content .text>ol+ul[data-v-c4ce625e],.Para-screen-sub-L[data-v-c4ce625e]{margin-left:0}.resultcount p[data-v-c4ce625e]{font-size:16px}.Table-specification td p[data-v-c4ce625e],.Table--3col-Locations td li[data-v-c4ce625e],p.Para-basic-L-Sub[data-v-c4ce625e],p.Para-basic-L-Sub-Auto[data-v-c4ce625e],p.Para-basic-L-center[data-v-c4ce625e],li.Para-basic-L-bullet[data-v-c4ce625e],p.Para-basic-L[data-v-c4ce625e],li.Para-basic-L-hyp-Sub[data-v-c4ce625e],li.Para-basic-L-hyp-2Sub[data-v-c4ce625e],li[class^=Para-Num][data-v-c4ce625e],p.Para-Box-Num[data-v-c4ce625e],p.Para-Basic-B-Sub[data-v-c4ce625e],td p.Para-basic-L[data-v-c4ce625e],td li.Para-basic-L-bullet[data-v-c4ce625e],p.Para-Basic-B[data-v-c4ce625e],p.Para-Circle-Num-Sub[data-v-c4ce625e],.Symbol-L p.Para-basic-L-Sub[data-v-c4ce625e],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-c4ce625e]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-c4ce625e],.Table--3col-Locations td li[data-v-c4ce625e],p.Para-Table-L-Sub[data-v-c4ce625e],p.Para-Table-L-Sub-Auto[data-v-c4ce625e],p.Para-Table-L-center[data-v-c4ce625e],p.Para-Table-L[data-v-c4ce625e],li.Para-Table-L-hyp-Sub[data-v-c4ce625e],li.Para-Table-L-hyp-2Sub[data-v-c4ce625e],p.Para-Table-B-Sub[data-v-c4ce625e],td p.Para-Table-L[data-v-c4ce625e],p.Para-Table-B[data-v-c4ce625e],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-c4ce625e]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-c4ce625e]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-c4ce625e],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-c4ce625e]{font-size:14px}.big .Table-specification td p[data-v-c4ce625e],.big .Table--3col-Locations td li[data-v-c4ce625e],.big p.Para-basic-L-Sub[data-v-c4ce625e],.big p.Para-basic-L-Sub-Auto[data-v-c4ce625e],.big p.Para-basic-L-center[data-v-c4ce625e],.big li.Para-basic-L-bullet[data-v-c4ce625e],.big p.Para-basic-L[data-v-c4ce625e],.big li.Para-basic-L-hyp-Sub[data-v-c4ce625e],.big li.Para-basic-L-hyp-2Sub[data-v-c4ce625e],.big li[class^=Para-Num][data-v-c4ce625e],.big p.Para-Box-Num[data-v-c4ce625e],.big p.Para-Basic-B-Sub[data-v-c4ce625e],.big td p.Para-basic-L[data-v-c4ce625e],.big td li.Para-basic-L-bullet[data-v-c4ce625e],.big p.Para-Basic-B[data-v-c4ce625e],.big p.Para-Circle-Num-Sub[data-v-c4ce625e]{font-size:16px}.big .Table-specification td p[data-v-c4ce625e],.big .Table--3col-Locations td li[data-v-c4ce625e],.big p.Para-Table-L-Sub[data-v-c4ce625e],.big p.Para-Table-L-Sub-Auto[data-v-c4ce625e],.big p.Para-Table-L-center[data-v-c4ce625e],.big p.Para-Table-L[data-v-c4ce625e],.big li.Para-Table-L-hyp-Sub[data-v-c4ce625e],.big li.Para-Table-L-hyp-2Sub[data-v-c4ce625e],.big li[class^=Para-Num][data-v-c4ce625e],.big p.Para-Box-Num[data-v-c4ce625e],.big p.Para-Table-B-Sub[data-v-c4ce625e],.big td p.Para-Table-L[data-v-c4ce625e],.big p.Para-Table-B[data-v-c4ce625e],.big p.Para-Circle-Num-Sub[data-v-c4ce625e],.big p.Para-Table-B-Center[data-v-c4ce625e],.big .Table--3col-ISO td p[data-v-c4ce625e]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-c4ce625e],p.Para-Table-B-Center[data-v-c4ce625e]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-c4ce625e],.big p.video_title[data-v-c4ce625e],.big .resultItem p[data-v-c4ce625e]{font-size:1.05em}h1[data-v-c4ce625e]{font-size:1.2em;margin-top:0}h2[data-v-c4ce625e]{font-size:1.1em}.Heading-3[data-v-c4ce625e]{font-size:1em}.content .text>ol li[data-v-c4ce625e]:BEFORE{font-size:26px}.video[data-v-c4ce625e]{width:95%}}p.Para-Table-L[data-v-c4ce625e]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-c4ce625e]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-c4ce625e]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-c4ce625e]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-c4ce625e]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-c4ce625e]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-c4ce625e]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-c4ce625e]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-c4ce625e]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-c4ce625e]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-c4ce625e]:before{content:"";display:block;height:15pt}.Bold[data-v-c4ce625e],span.Bold[data-v-c4ce625e]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-c4ce625e]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-c4ce625e]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-c4ce625e]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-c4ce625e]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-c4ce625e]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-c4ce625e]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-c4ce625e]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-c4ce625e]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-c4ce625e]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-c4ce625e]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-c4ce625e]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-c4ce625e],.Para-Table-L-Sub-Auto .icon-1[data-v-c4ce625e]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-c4ce625e]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-c4ce625e]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-c4ce625e]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-c4ce625e],.Table--2col td p.Para-basic-L[data-v-c4ce625e]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-c4ce625e]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-c4ce625e]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-c4ce625e]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-c4ce625e]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-c4ce625e]{margin-top:8pt!important}.table-responsive[data-v-c4ce625e]{width:100%;overflow-x:auto}.table-responsive table[data-v-c4ce625e]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-c4ce625e]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-c4ce625e]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-c4ce625e]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-c4ce625e]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-c4ce625e]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-c4ce625e]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-c4ce625e]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-c4ce625e]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-c4ce625e]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-c4ce625e]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-c4ce625e]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-c4ce625e]{font-size:12px}#table-15.responsive td[data-v-c4ce625e]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-c4ce625e]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-c4ce625e]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-c4ce625e]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-c4ce625e]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-c4ce625e],.Table--4col-Error th[data-v-c4ce625e]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-c4ce625e],.Table--4col-Error tr:first-child th[data-v-c4ce625e]{border-top:none}.Table--4col-Error tr:last-child td[data-v-c4ce625e]{border-bottom:none}.Table--4col-Error thead td[data-v-c4ce625e]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-c4ce625e]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-c4ce625e]:nth-child(1),.Table--4col-Error thead td[data-v-c4ce625e]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-c4ce625e]:nth-child(2),.Table--4col-Error thead td[data-v-c4ce625e]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-c4ce625e]:nth-child(3),.Table--4col-Error thead td[data-v-c4ce625e]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-c4ce625e]:nth-child(4),.Table--4col-Error thead td[data-v-c4ce625e]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-c4ce625e]:nth-child(1),.Table--4col-Error tbody td[data-v-c4ce625e]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-c4ce625e]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-c4ce625e]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-c4ce625e]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-c4ce625e]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-c4ce625e]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-c4ce625e]{font-size:14px!important}.Table--4col-Error tbody td[data-v-c4ce625e]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-c4ce625e],.Table--4col-Error p.Para-Table-B[data-v-c4ce625e],.Table--4col-Error p.Para-Table-L-Center[data-v-c4ce625e]{font-size:12px!important}.Table--4col-Error tbody td[data-v-c4ce625e]:nth-child(1),.Table--4col-Error thead td[data-v-c4ce625e]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-c4ce625e]:nth-child(2),.Table--4col-Error thead td[data-v-c4ce625e]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-c4ce625e]:nth-child(3),.Table--4col-Error thead td[data-v-c4ce625e]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-c4ce625e]:nth-child(4),.Table--4col-Error thead td[data-v-c4ce625e]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-c4ce625e]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-c4ce625e]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-c4ce625e]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-c4ce625e]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-c4ce625e]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-c4ce625e]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-c4ce625e]{line-height:1.25;font-weight:500}.Bold-color[data-v-c4ce625e]{font-weight:700}.char-style-override-4[data-v-c4ce625e]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-c4ce625e]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-c4ce625e]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-c4ce625e]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-c4ce625e]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-c4ce625e]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-c4ce625e]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-c4ce625e]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-c4ce625e]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-c4ce625e]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-c4ce625e]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-c4ce625e]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-c4ce625e]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-c4ce625e]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-c4ce625e]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-c4ce625e]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-c4ce625e],tr:last-child td.cell-style-override-7[data-v-c4ce625e]{border-bottom:0}table#table-16[data-v-c4ce625e]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-c4ce625e],.Table--2col-Air-Sensor[data-v-c4ce625e],.Table--2col-Voice[data-v-c4ce625e],.Table--2col-Filter[data-v-c4ce625e],.Table--troubleshooting[data-v-c4ce625e],.Table--4col-Error[data-v-c4ce625e],.Table--Specifications[data-v-c4ce625e]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-c4ce625e]:last-child,.Table--2col-Voice tr td[data-v-c4ce625e]:last-child{width:70%}.Table--2col-Voice tr td[data-v-c4ce625e]:first-child{width:30%}.Para-Table-L-Center[data-v-c4ce625e]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-c4ce625e]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-c4ce625e]{display:block!important}.Table--2col-Information td[data-v-c4ce625e]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-c4ce625e]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-c4ce625e]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-c4ce625e]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-c4ce625e]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-c4ce625e],.Table--4col-responsive table td[data-v-c4ce625e]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-c4ce625e],.Table--2col-Information th[data-v-c4ce625e]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-c4ce625e]:nth-child(1),.Table--2col-Information th[data-v-c4ce625e]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-c4ce625e]:nth-child(2),.Table--2col-Information th[data-v-c4ce625e]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-c4ce625e],.Table--2col-Information th[data-v-c4ce625e]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-c4ce625e]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-c4ce625e],.Table--2col-Voice th[data-v-c4ce625e]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-c4ce625e]:nth-child(1),.Table--2col-Voice th[data-v-c4ce625e]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-c4ce625e]:nth-child(2),.Table--2col-Voice th[data-v-c4ce625e]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-c4ce625e]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-c4ce625e],.Table--2col-Voice tr:last-child td[data-v-c4ce625e]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-c4ce625e],.Table--2col-Voice thead th[data-v-c4ce625e]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-c4ce625e]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-c4ce625e]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-c4ce625e]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-c4ce625e],.Table--2col-Information th[data-v-c4ce625e]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-c4ce625e]:nth-child(1),.Table--2col-Information th[data-v-c4ce625e]:nth-child(1){width:30%}.Table--2col-Information td[data-v-c4ce625e]:nth-child(2),.Table--2col-Information th[data-v-c4ce625e]:nth-child(2){width:70%}.Table--2col-Information td[data-v-c4ce625e]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-c4ce625e]{border-bottom:none}.Table--2col-Air-Sensor[data-v-c4ce625e]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-c4ce625e],.Table--2col-Air-Sensor th[data-v-c4ce625e]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-c4ce625e]:nth-child(1),.Table--2col-Air-Sensor th[data-v-c4ce625e]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-c4ce625e]:nth-child(2),.Table--2col-Air-Sensor th[data-v-c4ce625e]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-c4ce625e]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-c4ce625e]{border-bottom:none}.Table--2col-Filter[data-v-c4ce625e]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-c4ce625e],.Table--2col-Filter th[data-v-c4ce625e]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-c4ce625e]:nth-child(1),.Table--2col-Filter th[data-v-c4ce625e]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-c4ce625e]:nth-child(2),.Table--2col-Filter th[data-v-c4ce625e]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-c4ce625e]:nth-child(3),.Table--2col-Filter th[data-v-c4ce625e]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-c4ce625e]:nth-child(4),.Table--2col-Filter th[data-v-c4ce625e]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-c4ce625e]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-c4ce625e],.Table--2col-Filter tr:last-child td[data-v-c4ce625e]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-c4ce625e],.Table--2col-Filter thead th[data-v-c4ce625e]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-c4ce625e]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-c4ce625e]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-c4ce625e]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-c4ce625e],.Table--Specifications th[data-v-c4ce625e]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-c4ce625e]:first-child,.Table--Specifications th[data-v-c4ce625e]:first-child{width:16%}.Table--Specifications td[data-v-c4ce625e]:nth-child(2),.Table--Specifications th[data-v-c4ce625e]:nth-child(2){width:42%}.Table--Specifications td[data-v-c4ce625e]:nth-child(3),.Table--Specifications th[data-v-c4ce625e]:nth-child(3){width:42%}.Table--Specifications td[data-v-c4ce625e]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-c4ce625e],.Table--Specifications tr:last-child td[data-v-c4ce625e]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-c4ce625e],.Table--Specifications thead th[data-v-c4ce625e]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-c4ce625e]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-c4ce625e]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-c4ce625e],td.cell-style-override-20[data-v-c4ce625e]{padding:10px}td.x3col-Mid-text[data-v-c4ce625e],td.cell-style-override-22[data-v-c4ce625e],td.cell-style-override-20[data-v-c4ce625e]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-c4ce625e]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-c4ce625e]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-c4ce625e]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-c4ce625e]{margin-top:-350px}}#content-div[data-v-c4ce625e]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-c4ce625e]{min-height:100vh}}body[data-v-b5670fa1]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-b5670fa1]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-b5670fa1]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-b5670fa1]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-b5670fa1]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-b5670fa1]{width:83%!important}.content #naviText span[data-v-b5670fa1]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-b5670fa1]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-b5670fa1]{width:100%!important}.content #mainCar[data-v-b5670fa1]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-b5670fa1]{width:100%}#mainCarPhone[data-v-b5670fa1]{display:none}.content #buttonMenu_v2[data-v-b5670fa1]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-b5670fa1]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-b5670fa1]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-b5670fa1]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-b5670fa1]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-b5670fa1]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-b5670fa1]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-b5670fa1]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-b5670fa1]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-b5670fa1]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-b5670fa1]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-b5670fa1]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-b5670fa1]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-b5670fa1]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-b5670fa1]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-b5670fa1]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-b5670fa1]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-b5670fa1]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-b5670fa1]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-b5670fa1]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-b5670fa1]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-b5670fa1]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-b5670fa1]{bottom:11%;width:30%}.content #naviText span[data-v-b5670fa1]{font-size:17px}.content #naviText img[data-v-b5670fa1]{width:80%!important}.content #carName[data-v-b5670fa1]{right:0%;bottom:12%}.content #carName img[data-v-b5670fa1]{width:40%!important}.content #buttonMenu_v2>a[data-v-b5670fa1]{width:33%}.content #buttonMenu>a[data-v-b5670fa1]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-b5670fa1]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-b5670fa1]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-b5670fa1]{display:block}#mainCarPc[data-v-b5670fa1]{display:none}.content #buttonMenu_v2[data-v-b5670fa1],.content #buttonMenu[data-v-b5670fa1]{width:92%}}@media screen and (max-width: 480px){.content[data-v-b5670fa1]{padding-top:0}.content #naviText[data-v-b5670fa1]{bottom:14%;width:45%}.content #naviText span[data-v-b5670fa1]{font-size:11px}.content #naviText img[data-v-b5670fa1]{width:88%!important}.content #carName[data-v-b5670fa1]{right:5%;bottom:15%}.content #carName img[data-v-b5670fa1]{width:120px!important}.content #buttonMenu_v2[data-v-b5670fa1]{position:relative}.content #buttonMenu_v2>a>div[data-v-b5670fa1]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-b5670fa1]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-b5670fa1]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-b5670fa1]{position:relative}.content #buttonMenu>a>div[data-v-b5670fa1]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-b5670fa1]{height:120px}.content #buttonMenu>a>div>span[data-v-b5670fa1]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-b5670fa1]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-b5670fa1]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-b5670fa1]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-b5670fa1]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-b5670fa1]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-b5670fa1]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-b5670fa1]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-b5670fa1]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-b5670fa1]{margin:0;padding:0}html[data-v-b5670fa1]{background-color:#000;width:100%}.keyword[data-v-b5670fa1],.highlight[data-v-b5670fa1]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-b5670fa1]{font-family:upsys_commonregular}.header_main[data-v-b5670fa1]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-b5670fa1]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-b5670fa1]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-b5670fa1]>*{float:left}#headerLogo[data-v-b5670fa1]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-b5670fa1]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-b5670fa1]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-b5670fa1]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-b5670fa1]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-b5670fa1]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-b5670fa1]{font-size:13px}.languageDiv .active[data-v-b5670fa1]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-b5670fa1]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-b5670fa1]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-b5670fa1]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-b5670fa1],#languageSelect li[data-v-b5670fa1]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-b5670fa1],#languageSelect li:hover a[data-v-b5670fa1]{color:#000}.footer-manual[data-v-b5670fa1]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-b5670fa1]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-b5670fa1]{line-height:60px}#footerLogo[data-v-b5670fa1]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-b5670fa1]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-b5670fa1]{display:inline-block;width:100%}#copyrightPcSpan[data-v-b5670fa1]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-b5670fa1]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-b5670fa1]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-b5670fa1]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-b5670fa1]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-b5670fa1]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-b5670fa1]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-b5670fa1]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-b5670fa1]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-b5670fa1]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-b5670fa1]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-b5670fa1]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-b5670fa1]:focus{outline:none}#searchButton[data-v-b5670fa1]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-b5670fa1]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-b5670fa1]{width:80%}table td.right[data-v-b5670fa1]{width:10%;text-align:center}.result[data-v-b5670fa1],.resultcount[data-v-b5670fa1],.noResult[data-v-b5670fa1]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-b5670fa1]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-b5670fa1]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-b5670fa1]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-b5670fa1]{color:#e49f81}.cover[data-v-b5670fa1]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-b5670fa1]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-b5670fa1]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-b5670fa1]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-b5670fa1]{font-size:12px}.languageDivPhone .active[data-v-b5670fa1]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-b5670fa1]{bottom:30px;left:1px}.fontChangeButton[data-v-b5670fa1]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-b5670fa1]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-b5670fa1]{left:0}.languageDiv div[data-v-b5670fa1]{width:120%;left:-45px;top:5px}#languageSelect[data-v-b5670fa1]{margin-left:-40px}#banner_img>a[data-v-b5670fa1]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-b5670fa1]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-b5670fa1]{z-index:12}.header_main[data-v-b5670fa1]{height:40px;padding-top:0}.header[data-v-b5670fa1]{z-index:12}.header[data-v-b5670fa1]{height:40px;padding-top:0}#title[data-v-b5670fa1]{font-size:16px;width:49%}#headerLogo[data-v-b5670fa1]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-b5670fa1]{width:20%}.languageDiv div[data-v-b5670fa1]{width:90%;left:-15px;top:5px}#languageSelect[data-v-b5670fa1]{margin-left:-10px}.languageDiv ul[data-v-b5670fa1]{font-size:12px}#menu[data-v-b5670fa1]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-b5670fa1]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-b5670fa1]{width:80%}#rightHeader[data-v-b5670fa1]{height:40px}#rightHeader>div[data-v-b5670fa1]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-b5670fa1]{position:absolute;right:38px;top:0}.searchDiv[data-v-b5670fa1]{width:90%}#toc[data-v-b5670fa1]{width:100%}.copyright[data-v-b5670fa1]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-b5670fa1]{display:none}#copyrightPhone[data-v-b5670fa1]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-b5670fa1]{width:15%!important}#prevBtn[data-v-b5670fa1],#nextBtn[data-v-b5670fa1]{width:32px;height:32px;background-size:100%}#searchButton[data-v-b5670fa1]{margin-left:-1px}table td.left[data-v-b5670fa1]{text-align:right}table td.center[data-v-b5670fa1]{width:50%}table td.right[data-v-b5670fa1]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-b5670fa1]{left:0}.languageDiv div[data-v-b5670fa1]{width:100%;left:-5px;top:5px}#languageSelect[data-v-b5670fa1]{margin-left:20px}.languageDiv ul[data-v-b5670fa1]{font-size:10px}.noResult>span[data-v-b5670fa1]{width:200px!important;font-size:14px}#title[data-v-b5670fa1]{font-size:13px;width:40%}#menu[data-v-b5670fa1]{position:absolute}#banner_img>a[data-v-b5670fa1]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-b5670fa1]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-b5670fa1]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-b5670fa1]{font-size:14px}}body[data-v-b5670fa1]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-b5670fa1]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-b5670fa1]{margin:auto;max-width:1120px}.subHeaderInner[data-v-b5670fa1]>*{float:left}.content p[data-v-b5670fa1],.content li[data-v-b5670fa1]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-b5670fa1]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-b5670fa1]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-b5670fa1]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-b5670fa1]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-b5670fa1]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-b5670fa1]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-b5670fa1]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-b5670fa1]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-b5670fa1]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-b5670fa1]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-b5670fa1]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-b5670fa1],p.Para-Basic-B-Sub[data-v-b5670fa1]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-b5670fa1]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-b5670fa1]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-b5670fa1]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-b5670fa1]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-b5670fa1]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-b5670fa1],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-b5670fa1],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-b5670fa1]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-b5670fa1],p+ul li.Para-Basic-B-Sub[data-v-b5670fa1]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-b5670fa1],ul~p.Para-basic-L-bullet-Sub[data-v-b5670fa1],ul~p.Para-Basic-B-Sub[data-v-b5670fa1]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-b5670fa1],ol~p.Para-basic-L-bullet-Sub[data-v-b5670fa1],ol~p.Para-Basic-B-Sub[data-v-b5670fa1]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-b5670fa1],ol+*+p.Para-basic-L-bullet-Sub[data-v-b5670fa1],ol+*+p.Para-Basic-B-Sub[data-v-b5670fa1]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-b5670fa1],a .Para-Basic-B-Sub[data-v-b5670fa1]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-b5670fa1]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-b5670fa1]{margin-left:45px}.content p[data-v-b5670fa1],li[data-v-b5670fa1]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-b5670fa1],p.Para-Basic-B[data-v-b5670fa1],p.Para-Basic-B-Center[data-v-b5670fa1]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-b5670fa1]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-b5670fa1],p.Para-Basic-B-Center[data-v-b5670fa1]{text-align:center}p.Para-Table-L-center[data-v-b5670fa1],p.Para-Table-B-Center[data-v-b5670fa1]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-b5670fa1],table p.Para-Basic-B[data-v-b5670fa1],table p.Para-Basic-B-Center[data-v-b5670fa1]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-b5670fa1]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-b5670fa1]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-b5670fa1]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-b5670fa1]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-b5670fa1]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-b5670fa1],.content .text>ul[data-v-b5670fa1],.content .text table ol[data-v-b5670fa1],.content .text table ul[data-v-b5670fa1]{padding-left:20px}.content .text>ol[data-v-b5670fa1]{padding-left:0}p.Para-Illust-L[data-v-b5670fa1]{text-align:center}p.Para-Illust-L img[data-v-b5670fa1]{display:inline-block}p.Placeholder-sub[data-v-b5670fa1],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-b5670fa1],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-b5670fa1],.content .text>ol~.figure[data-v-b5670fa1],p.Placeholder-sub-S[data-v-b5670fa1],.Para-screen-sub-S[data-v-b5670fa1],.Para-screen-sub-M[data-v-b5670fa1],.Para-screen-sub-L[data-v-b5670fa1]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-b5670fa1],p.Placeholder-sub-M img[data-v-b5670fa1],p.Placeholder-sub img[data-v-b5670fa1]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-b5670fa1]{margin-left:45px}.Table-pic-Left-sub img[data-v-b5670fa1]{margin-top:5px;margin-bottom:10px}div.figure[data-v-b5670fa1]{display:inline-block}p.Para-img-description[data-v-b5670fa1]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-b5670fa1]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-b5670fa1]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-b5670fa1]{margin-bottom:25px}.text img[data-v-b5670fa1]{max-width:100%;display:block}.Table-Pic-center[data-v-b5670fa1]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-b5670fa1]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-b5670fa1]{margin:0}p.Para-Box-Num[data-v-b5670fa1]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-b5670fa1]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-b5670fa1]:AFTER{content:". "}span.inline-img img[data-v-b5670fa1]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-b5670fa1]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-b5670fa1]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-b5670fa1]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-b5670fa1]{margin-left:6.5%;display:block!important}.discUl li[data-v-b5670fa1]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-b5670fa1],.Symbol-R[data-v-b5670fa1],.Note-R-Pic[data-v-b5670fa1]{display:block;width:100%}.Symbol-L[data-v-b5670fa1]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-b5670fa1]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-b5670fa1],.Symbol-R li[data-v-b5670fa1],.Symbol-R p[data-v-b5670fa1]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-b5670fa1]{font-size:16px}table.Table-Symbol td ul[data-v-b5670fa1]{padding-left:20px}table.Table-Symbol[data-v-b5670fa1]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-b5670fa1]{color:#bc162c}.Symbol-Black[data-v-b5670fa1],.Symbol-Black-Table[data-v-b5670fa1]{font-family:upsys_commonregular}.Symbol-Green[data-v-b5670fa1]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-b5670fa1]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-b5670fa1]{width:auto!important}.video_container[data-v-b5670fa1]{margin-top:40px;float:right}.video[data-v-b5670fa1]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-b5670fa1]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-b5670fa1]{width:100%}.Table--3col[data-v-b5670fa1],.Basic-Table[data-v-b5670fa1],.Table--2col[data-v-b5670fa1],.Table-Landmark[data-v-b5670fa1],.Table--4col[data-v-b5670fa1],.Table-2row-merge[data-v-b5670fa1],.Table--troubleshooting[data-v-b5670fa1],.Table-specification[data-v-b5670fa1],.Table-service-center[data-v-b5670fa1],.Table-5col[data-v-b5670fa1],.responsive[data-v-b5670fa1],.Table--3col-Locations[data-v-b5670fa1]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-b5670fa1]:FIRST-CHILD,.Basic-Table tr[data-v-b5670fa1]:FIRST-CHILD,.Table--2col tr[data-v-b5670fa1]:FIRST-CHILD,.Table-Landmark tr[data-v-b5670fa1]:FIRST-CHILD,.Table--4col tr[data-v-b5670fa1]:FIRST-CHILD,.Table-2row-merge tr[data-v-b5670fa1]:FIRST-CHILD,.Table--troubleshooting tr[data-v-b5670fa1]:FIRST-CHILD,.Table-service-center tr[data-v-b5670fa1]:FIRST-CHILD,.responsive tr[data-v-b5670fa1]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-b5670fa1]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-b5670fa1],.Basic-Table td[data-v-b5670fa1],.Table--2col td[data-v-b5670fa1],.Table-Landmark td[data-v-b5670fa1],.Table--4col td[data-v-b5670fa1],.Table-2row-merge td[data-v-b5670fa1],.Table--troubleshooting td[data-v-b5670fa1],.Table-specification td[data-v-b5670fa1],.Table-service-center td[data-v-b5670fa1],.responsive td[data-v-b5670fa1]{padding:10px}.Table--troubleshooting td[data-v-b5670fa1]{border-right:none}.Table--troubleshooting[data-v-b5670fa1]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-b5670fa1],.Table-Landmark .Para-Pic-Center img[data-v-b5670fa1]{width:30px}.Table-5col[data-v-b5670fa1]{border:none}.Table-5col tr[data-v-b5670fa1]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-b5670fa1]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-b5670fa1]{width:15%}.Table--3col td.x3col-L[data-v-b5670fa1],.x3col-L td.x3col-M[data-v-b5670fa1]{width:10%}td.x3col-Mid-Text[data-v-b5670fa1]{text-align:center}td.x3col-R-Pic[data-v-b5670fa1]{text-align:right}.responsive td p[data-v-b5670fa1]{text-align:center}table.Table--3col-Locations[data-v-b5670fa1]{border-collapse:collapse}.Table--3col-Locations td[data-v-b5670fa1]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-b5670fa1]{padding:10px}.Para-Pic-Center img[data-v-b5670fa1]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-b5670fa1]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-b5670fa1]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-b5670fa1]{width:50%}.Table-specification .x3col-L-Grey[data-v-b5670fa1]{width:20%}.Table-specification .Spec-Mid-text[data-v-b5670fa1]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-b5670fa1]{width:50%}.Table--3col .x3col-L-Grey[data-v-b5670fa1]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-b5670fa1],.Table--4col .x3col-Mid-Grey[data-v-b5670fa1],.Table--4col .x3col-R-Grey[data-v-b5670fa1]{width:30%}.navi td.x3col-Mid-Grey[data-v-b5670fa1]{width:15%}.Table--3col .x3col-R-Grey[data-v-b5670fa1]{width:50%}.Table--2col .x3col-L-Grey[data-v-b5670fa1],.Table--2col td[data-v-b5670fa1]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-b5670fa1]{width:70%}.Table--2col-Disc[data-v-b5670fa1]{border-collapse:collapse}.Table--2col-Disc td[data-v-b5670fa1]{border:1px solid grey;padding:10px}.Table-PL td[data-v-b5670fa1]:FIRST-CHILD{width:25%}.resultcount p[data-v-b5670fa1]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-b5670fa1]{font-family:SK_namuhx-Bold}.noResult>span[data-v-b5670fa1]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-b5670fa1]{color:#f0dfdf;display:block}.result_list[data-v-b5670fa1]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-b5670fa1]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-b5670fa1]{font-family:SK_namuhx-Regular}.resulttext p[data-v-b5670fa1]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-b5670fa1]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-b5670fa1]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-b5670fa1],.Cross-Reference[data-v-b5670fa1]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-b5670fa1]:hover{text-decoration:underline}.fontChangeDiv[data-v-b5670fa1]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-b5670fa1]{top:55px}#backButton[data-v-b5670fa1]{background-size:16px}.chapterTitle[data-v-b5670fa1]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-b5670fa1],h2[data-v-b5670fa1]{font-size:1.3em}#contentAccordion[data-v-b5670fa1]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-b5670fa1]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-b5670fa1]{line-height:21px}.video[data-v-b5670fa1]{width:46%}}@media screen and (max-width: 640px){h2[data-v-b5670fa1]{margin-top:40px}.subHeader[data-v-b5670fa1]{top:40px}.fontChangeDiv[data-v-b5670fa1]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-b5670fa1]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-b5670fa1]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-b5670fa1]{margin-left:7.3%}table td[data-v-b5670fa1]{font-size:14px;padding:5px!important}table td p[data-v-b5670fa1],table td p.Para-Basic-B-Center[data-v-b5670fa1],table td p.Para-Basic-B[data-v-b5670fa1]{font-size:14px}table td p.Para-Small-L[data-v-b5670fa1]{font-size:12px;word-break:break-word}.Table--3col td[data-v-b5670fa1],.Basic-Table td[data-v-b5670fa1],.Table--2col td[data-v-b5670fa1],.Table-Landmark td[data-v-b5670fa1],.Table--4col td[data-v-b5670fa1],.Table-2row-merge td[data-v-b5670fa1],.Table--troubleshooting td[data-v-b5670fa1],.Table-specification td[data-v-b5670fa1],.Table-service-center td[data-v-b5670fa1]{border-right:none}.responsive[data-v-b5670fa1],.responsive tr[data-v-b5670fa1],.responsive tbody[data-v-b5670fa1]{width:100%}.Table--4col-responsive td[data-v-b5670fa1]{min-width:200px!important;height:auto}.responsive td p[data-v-b5670fa1]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-b5670fa1],.Table-Symbol td li[data-v-b5670fa1]{font-size:16px}p.Placeholder-sub[data-v-b5670fa1],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-b5670fa1],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-b5670fa1],.content .text>ol~.figure[data-v-b5670fa1],.content .text>ol+ul[data-v-b5670fa1],.Para-screen-sub-L[data-v-b5670fa1]{margin-left:0}.resultcount p[data-v-b5670fa1]{font-size:16px}.Table-specification td p[data-v-b5670fa1],.Table--3col-Locations td li[data-v-b5670fa1],p.Para-basic-L-Sub[data-v-b5670fa1],p.Para-basic-L-Sub-Auto[data-v-b5670fa1],p.Para-basic-L-center[data-v-b5670fa1],li.Para-basic-L-bullet[data-v-b5670fa1],p.Para-basic-L[data-v-b5670fa1],li.Para-basic-L-hyp-Sub[data-v-b5670fa1],li.Para-basic-L-hyp-2Sub[data-v-b5670fa1],li[class^=Para-Num][data-v-b5670fa1],p.Para-Box-Num[data-v-b5670fa1],p.Para-Basic-B-Sub[data-v-b5670fa1],td p.Para-basic-L[data-v-b5670fa1],td li.Para-basic-L-bullet[data-v-b5670fa1],p.Para-Basic-B[data-v-b5670fa1],p.Para-Circle-Num-Sub[data-v-b5670fa1],.Symbol-L p.Para-basic-L-Sub[data-v-b5670fa1],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-b5670fa1]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-b5670fa1],.Table--3col-Locations td li[data-v-b5670fa1],p.Para-Table-L-Sub[data-v-b5670fa1],p.Para-Table-L-Sub-Auto[data-v-b5670fa1],p.Para-Table-L-center[data-v-b5670fa1],p.Para-Table-L[data-v-b5670fa1],li.Para-Table-L-hyp-Sub[data-v-b5670fa1],li.Para-Table-L-hyp-2Sub[data-v-b5670fa1],p.Para-Table-B-Sub[data-v-b5670fa1],td p.Para-Table-L[data-v-b5670fa1],p.Para-Table-B[data-v-b5670fa1],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-b5670fa1]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-b5670fa1]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-b5670fa1],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-b5670fa1]{font-size:14px}.big .Table-specification td p[data-v-b5670fa1],.big .Table--3col-Locations td li[data-v-b5670fa1],.big p.Para-basic-L-Sub[data-v-b5670fa1],.big p.Para-basic-L-Sub-Auto[data-v-b5670fa1],.big p.Para-basic-L-center[data-v-b5670fa1],.big li.Para-basic-L-bullet[data-v-b5670fa1],.big p.Para-basic-L[data-v-b5670fa1],.big li.Para-basic-L-hyp-Sub[data-v-b5670fa1],.big li.Para-basic-L-hyp-2Sub[data-v-b5670fa1],.big li[class^=Para-Num][data-v-b5670fa1],.big p.Para-Box-Num[data-v-b5670fa1],.big p.Para-Basic-B-Sub[data-v-b5670fa1],.big td p.Para-basic-L[data-v-b5670fa1],.big td li.Para-basic-L-bullet[data-v-b5670fa1],.big p.Para-Basic-B[data-v-b5670fa1],.big p.Para-Circle-Num-Sub[data-v-b5670fa1]{font-size:16px}.big .Table-specification td p[data-v-b5670fa1],.big .Table--3col-Locations td li[data-v-b5670fa1],.big p.Para-Table-L-Sub[data-v-b5670fa1],.big p.Para-Table-L-Sub-Auto[data-v-b5670fa1],.big p.Para-Table-L-center[data-v-b5670fa1],.big p.Para-Table-L[data-v-b5670fa1],.big li.Para-Table-L-hyp-Sub[data-v-b5670fa1],.big li.Para-Table-L-hyp-2Sub[data-v-b5670fa1],.big li[class^=Para-Num][data-v-b5670fa1],.big p.Para-Box-Num[data-v-b5670fa1],.big p.Para-Table-B-Sub[data-v-b5670fa1],.big td p.Para-Table-L[data-v-b5670fa1],.big p.Para-Table-B[data-v-b5670fa1],.big p.Para-Circle-Num-Sub[data-v-b5670fa1],.big p.Para-Table-B-Center[data-v-b5670fa1],.big .Table--3col-ISO td p[data-v-b5670fa1]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-b5670fa1],p.Para-Table-B-Center[data-v-b5670fa1]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-b5670fa1],.big p.video_title[data-v-b5670fa1],.big .resultItem p[data-v-b5670fa1]{font-size:1.05em}h1[data-v-b5670fa1]{font-size:1.2em;margin-top:0}h2[data-v-b5670fa1]{font-size:1.1em}.Heading-3[data-v-b5670fa1]{font-size:1em}.content .text>ol li[data-v-b5670fa1]:BEFORE{font-size:26px}.video[data-v-b5670fa1]{width:95%}}p.Para-Table-L[data-v-b5670fa1]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-b5670fa1]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-b5670fa1]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-b5670fa1]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-b5670fa1]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-b5670fa1]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-b5670fa1]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-b5670fa1]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-b5670fa1]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-b5670fa1]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-b5670fa1]:before{content:"";display:block;height:15pt}.Bold[data-v-b5670fa1],span.Bold[data-v-b5670fa1]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-b5670fa1]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-b5670fa1]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-b5670fa1]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-b5670fa1]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-b5670fa1]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-b5670fa1]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-b5670fa1]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-b5670fa1]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-b5670fa1]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-b5670fa1]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-b5670fa1]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-b5670fa1],.Para-Table-L-Sub-Auto .icon-1[data-v-b5670fa1]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-b5670fa1]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-b5670fa1]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-b5670fa1]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-b5670fa1],.Table--2col td p.Para-basic-L[data-v-b5670fa1]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-b5670fa1]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-b5670fa1]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-b5670fa1]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-b5670fa1]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-b5670fa1]{margin-top:8pt!important}.table-responsive[data-v-b5670fa1]{width:100%;overflow-x:auto}.table-responsive table[data-v-b5670fa1]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-b5670fa1]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-b5670fa1]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-b5670fa1]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-b5670fa1]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-b5670fa1]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-b5670fa1]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-b5670fa1]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-b5670fa1]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-b5670fa1]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-b5670fa1]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-b5670fa1]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-b5670fa1]{font-size:12px}#table-15.responsive td[data-v-b5670fa1]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-b5670fa1]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-b5670fa1]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-b5670fa1]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-b5670fa1]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-b5670fa1],.Table--4col-Error th[data-v-b5670fa1]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-b5670fa1],.Table--4col-Error tr:first-child th[data-v-b5670fa1]{border-top:none}.Table--4col-Error tr:last-child td[data-v-b5670fa1]{border-bottom:none}.Table--4col-Error thead td[data-v-b5670fa1]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-b5670fa1]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-b5670fa1]:nth-child(1),.Table--4col-Error thead td[data-v-b5670fa1]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-b5670fa1]:nth-child(2),.Table--4col-Error thead td[data-v-b5670fa1]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-b5670fa1]:nth-child(3),.Table--4col-Error thead td[data-v-b5670fa1]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-b5670fa1]:nth-child(4),.Table--4col-Error thead td[data-v-b5670fa1]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-b5670fa1]:nth-child(1),.Table--4col-Error tbody td[data-v-b5670fa1]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-b5670fa1]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-b5670fa1]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-b5670fa1]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-b5670fa1]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-b5670fa1]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-b5670fa1]{font-size:14px!important}.Table--4col-Error tbody td[data-v-b5670fa1]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-b5670fa1],.Table--4col-Error p.Para-Table-B[data-v-b5670fa1],.Table--4col-Error p.Para-Table-L-Center[data-v-b5670fa1]{font-size:12px!important}.Table--4col-Error tbody td[data-v-b5670fa1]:nth-child(1),.Table--4col-Error thead td[data-v-b5670fa1]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-b5670fa1]:nth-child(2),.Table--4col-Error thead td[data-v-b5670fa1]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-b5670fa1]:nth-child(3),.Table--4col-Error thead td[data-v-b5670fa1]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-b5670fa1]:nth-child(4),.Table--4col-Error thead td[data-v-b5670fa1]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-b5670fa1]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-b5670fa1]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-b5670fa1]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-b5670fa1]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-b5670fa1]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-b5670fa1]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-b5670fa1]{line-height:1.25;font-weight:500}.Bold-color[data-v-b5670fa1]{font-weight:700}.char-style-override-4[data-v-b5670fa1]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-b5670fa1]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-b5670fa1]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-b5670fa1]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-b5670fa1]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-b5670fa1]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-b5670fa1]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-b5670fa1]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-b5670fa1]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-b5670fa1]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-b5670fa1]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-b5670fa1]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-b5670fa1]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-b5670fa1]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-b5670fa1]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-b5670fa1]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-b5670fa1],tr:last-child td.cell-style-override-7[data-v-b5670fa1]{border-bottom:0}table#table-16[data-v-b5670fa1]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-b5670fa1],.Table--2col-Air-Sensor[data-v-b5670fa1],.Table--2col-Voice[data-v-b5670fa1],.Table--2col-Filter[data-v-b5670fa1],.Table--troubleshooting[data-v-b5670fa1],.Table--4col-Error[data-v-b5670fa1],.Table--Specifications[data-v-b5670fa1]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-b5670fa1]:last-child,.Table--2col-Voice tr td[data-v-b5670fa1]:last-child{width:70%}.Table--2col-Voice tr td[data-v-b5670fa1]:first-child{width:30%}.Para-Table-L-Center[data-v-b5670fa1]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-b5670fa1]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-b5670fa1]{display:block!important}.Table--2col-Information td[data-v-b5670fa1]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-b5670fa1]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-b5670fa1]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-b5670fa1]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-b5670fa1]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-b5670fa1],.Table--4col-responsive table td[data-v-b5670fa1]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-b5670fa1],.Table--2col-Information th[data-v-b5670fa1]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-b5670fa1]:nth-child(1),.Table--2col-Information th[data-v-b5670fa1]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-b5670fa1]:nth-child(2),.Table--2col-Information th[data-v-b5670fa1]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-b5670fa1],.Table--2col-Information th[data-v-b5670fa1]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-b5670fa1]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-b5670fa1],.Table--2col-Voice th[data-v-b5670fa1]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-b5670fa1]:nth-child(1),.Table--2col-Voice th[data-v-b5670fa1]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-b5670fa1]:nth-child(2),.Table--2col-Voice th[data-v-b5670fa1]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-b5670fa1]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-b5670fa1],.Table--2col-Voice tr:last-child td[data-v-b5670fa1]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-b5670fa1],.Table--2col-Voice thead th[data-v-b5670fa1]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-b5670fa1]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-b5670fa1]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-b5670fa1]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-b5670fa1],.Table--2col-Information th[data-v-b5670fa1]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-b5670fa1]:nth-child(1),.Table--2col-Information th[data-v-b5670fa1]:nth-child(1){width:30%}.Table--2col-Information td[data-v-b5670fa1]:nth-child(2),.Table--2col-Information th[data-v-b5670fa1]:nth-child(2){width:70%}.Table--2col-Information td[data-v-b5670fa1]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-b5670fa1]{border-bottom:none}.Table--2col-Air-Sensor[data-v-b5670fa1]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-b5670fa1],.Table--2col-Air-Sensor th[data-v-b5670fa1]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-b5670fa1]:nth-child(1),.Table--2col-Air-Sensor th[data-v-b5670fa1]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-b5670fa1]:nth-child(2),.Table--2col-Air-Sensor th[data-v-b5670fa1]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-b5670fa1]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-b5670fa1]{border-bottom:none}.Table--2col-Filter[data-v-b5670fa1]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-b5670fa1],.Table--2col-Filter th[data-v-b5670fa1]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-b5670fa1]:nth-child(1),.Table--2col-Filter th[data-v-b5670fa1]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-b5670fa1]:nth-child(2),.Table--2col-Filter th[data-v-b5670fa1]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-b5670fa1]:nth-child(3),.Table--2col-Filter th[data-v-b5670fa1]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-b5670fa1]:nth-child(4),.Table--2col-Filter th[data-v-b5670fa1]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-b5670fa1]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-b5670fa1],.Table--2col-Filter tr:last-child td[data-v-b5670fa1]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-b5670fa1],.Table--2col-Filter thead th[data-v-b5670fa1]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-b5670fa1]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-b5670fa1]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-b5670fa1]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-b5670fa1],.Table--Specifications th[data-v-b5670fa1]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-b5670fa1]:first-child,.Table--Specifications th[data-v-b5670fa1]:first-child{width:16%}.Table--Specifications td[data-v-b5670fa1]:nth-child(2),.Table--Specifications th[data-v-b5670fa1]:nth-child(2){width:42%}.Table--Specifications td[data-v-b5670fa1]:nth-child(3),.Table--Specifications th[data-v-b5670fa1]:nth-child(3){width:42%}.Table--Specifications td[data-v-b5670fa1]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-b5670fa1],.Table--Specifications tr:last-child td[data-v-b5670fa1]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-b5670fa1],.Table--Specifications thead th[data-v-b5670fa1]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-b5670fa1]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-b5670fa1]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-b5670fa1],td.cell-style-override-20[data-v-b5670fa1]{padding:10px}td.x3col-Mid-text[data-v-b5670fa1],td.cell-style-override-22[data-v-b5670fa1],td.cell-style-override-20[data-v-b5670fa1]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-b5670fa1]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-b5670fa1]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-b5670fa1]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-b5670fa1]{margin-top:-350px}}#content-div[data-v-b5670fa1]{min-height:87vh;background-color:#fff}.data-row[data-v-b5670fa1]{color:#000}@media screen and (max-width: 600px){#content-div[data-v-b5670fa1]{min-height:100vh}}body[data-v-53eb7e79]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-53eb7e79]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-53eb7e79]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-53eb7e79]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-53eb7e79]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-53eb7e79]{width:83%!important}.content #naviText span[data-v-53eb7e79]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-53eb7e79]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-53eb7e79]{width:100%!important}.content #mainCar[data-v-53eb7e79]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-53eb7e79]{width:100%}#mainCarPhone[data-v-53eb7e79]{display:none}.content #buttonMenu_v2[data-v-53eb7e79]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-53eb7e79]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-53eb7e79]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-53eb7e79]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-53eb7e79]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-53eb7e79]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-53eb7e79]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-53eb7e79]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-53eb7e79]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-53eb7e79]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-53eb7e79]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-53eb7e79]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-53eb7e79]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-53eb7e79]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-53eb7e79]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-53eb7e79]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-53eb7e79]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-53eb7e79]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-53eb7e79]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-53eb7e79]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-53eb7e79]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-53eb7e79]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-53eb7e79]{bottom:11%;width:30%}.content #naviText span[data-v-53eb7e79]{font-size:17px}.content #naviText img[data-v-53eb7e79]{width:80%!important}.content #carName[data-v-53eb7e79]{right:0%;bottom:12%}.content #carName img[data-v-53eb7e79]{width:40%!important}.content #buttonMenu_v2>a[data-v-53eb7e79]{width:33%}.content #buttonMenu>a[data-v-53eb7e79]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-53eb7e79]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-53eb7e79]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-53eb7e79]{display:block}#mainCarPc[data-v-53eb7e79]{display:none}.content #buttonMenu_v2[data-v-53eb7e79],.content #buttonMenu[data-v-53eb7e79]{width:92%}}@media screen and (max-width: 480px){.content[data-v-53eb7e79]{padding-top:0}.content #naviText[data-v-53eb7e79]{bottom:14%;width:45%}.content #naviText span[data-v-53eb7e79]{font-size:11px}.content #naviText img[data-v-53eb7e79]{width:88%!important}.content #carName[data-v-53eb7e79]{right:5%;bottom:15%}.content #carName img[data-v-53eb7e79]{width:120px!important}.content #buttonMenu_v2[data-v-53eb7e79]{position:relative}.content #buttonMenu_v2>a>div[data-v-53eb7e79]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-53eb7e79]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-53eb7e79]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-53eb7e79]{position:relative}.content #buttonMenu>a>div[data-v-53eb7e79]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-53eb7e79]{height:120px}.content #buttonMenu>a>div>span[data-v-53eb7e79]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-53eb7e79]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-53eb7e79]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-53eb7e79]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-53eb7e79]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-53eb7e79]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-53eb7e79]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-53eb7e79]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-53eb7e79]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-53eb7e79]{margin:0;padding:0}html[data-v-53eb7e79]{background-color:#000;width:100%}.keyword[data-v-53eb7e79],.highlight[data-v-53eb7e79]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-53eb7e79]{font-family:upsys_commonregular}.header_main[data-v-53eb7e79]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-53eb7e79]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-53eb7e79]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-53eb7e79]>*{float:left}#headerLogo[data-v-53eb7e79]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-53eb7e79]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-53eb7e79]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-53eb7e79]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-53eb7e79]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-53eb7e79]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-53eb7e79]{font-size:13px}.languageDiv .active[data-v-53eb7e79]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-53eb7e79]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-53eb7e79]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-53eb7e79]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-53eb7e79],#languageSelect li[data-v-53eb7e79]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-53eb7e79],#languageSelect li:hover a[data-v-53eb7e79]{color:#000}.footer-manual[data-v-53eb7e79]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-53eb7e79]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-53eb7e79]{line-height:60px}#footerLogo[data-v-53eb7e79]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-53eb7e79]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-53eb7e79]{display:inline-block;width:100%}#copyrightPcSpan[data-v-53eb7e79]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-53eb7e79]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-53eb7e79]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-53eb7e79]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-53eb7e79]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-53eb7e79]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-53eb7e79]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-53eb7e79]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-53eb7e79]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-53eb7e79]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-53eb7e79]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-53eb7e79]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-53eb7e79]:focus{outline:none}#searchButton[data-v-53eb7e79]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-53eb7e79]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-53eb7e79]{width:80%}table td.right[data-v-53eb7e79]{width:10%;text-align:center}.result[data-v-53eb7e79],.resultcount[data-v-53eb7e79],.noResult[data-v-53eb7e79]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-53eb7e79]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-53eb7e79]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-53eb7e79]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-53eb7e79]{color:#e49f81}.cover[data-v-53eb7e79]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-53eb7e79]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-53eb7e79]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-53eb7e79]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-53eb7e79]{font-size:12px}.languageDivPhone .active[data-v-53eb7e79]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-53eb7e79]{bottom:30px;left:1px}.fontChangeButton[data-v-53eb7e79]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-53eb7e79]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-53eb7e79]{left:0}.languageDiv div[data-v-53eb7e79]{width:120%;left:-45px;top:5px}#languageSelect[data-v-53eb7e79]{margin-left:-40px}#banner_img>a[data-v-53eb7e79]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-53eb7e79]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-53eb7e79]{z-index:12}.header_main[data-v-53eb7e79]{height:40px;padding-top:0}.header[data-v-53eb7e79]{z-index:12}.header[data-v-53eb7e79]{height:40px;padding-top:0}#title[data-v-53eb7e79]{font-size:16px;width:49%}#headerLogo[data-v-53eb7e79]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-53eb7e79]{width:20%}.languageDiv div[data-v-53eb7e79]{width:90%;left:-15px;top:5px}#languageSelect[data-v-53eb7e79]{margin-left:-10px}.languageDiv ul[data-v-53eb7e79]{font-size:12px}#menu[data-v-53eb7e79]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-53eb7e79]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-53eb7e79]{width:80%}#rightHeader[data-v-53eb7e79]{height:40px}#rightHeader>div[data-v-53eb7e79]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-53eb7e79]{position:absolute;right:38px;top:0}.searchDiv[data-v-53eb7e79]{width:90%}#toc[data-v-53eb7e79]{width:100%}.copyright[data-v-53eb7e79]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-53eb7e79]{display:none}#copyrightPhone[data-v-53eb7e79]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-53eb7e79]{width:15%!important}#prevBtn[data-v-53eb7e79],#nextBtn[data-v-53eb7e79]{width:32px;height:32px;background-size:100%}#searchButton[data-v-53eb7e79]{margin-left:-1px}table td.left[data-v-53eb7e79]{text-align:right}table td.center[data-v-53eb7e79]{width:50%}table td.right[data-v-53eb7e79]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-53eb7e79]{left:0}.languageDiv div[data-v-53eb7e79]{width:100%;left:-5px;top:5px}#languageSelect[data-v-53eb7e79]{margin-left:20px}.languageDiv ul[data-v-53eb7e79]{font-size:10px}.noResult>span[data-v-53eb7e79]{width:200px!important;font-size:14px}#title[data-v-53eb7e79]{font-size:13px;width:40%}#menu[data-v-53eb7e79]{position:absolute}#banner_img>a[data-v-53eb7e79]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-53eb7e79]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-53eb7e79]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-53eb7e79]{font-size:14px}}body[data-v-53eb7e79]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-53eb7e79]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-53eb7e79]{margin:auto;max-width:1120px}.subHeaderInner[data-v-53eb7e79]>*{float:left}.content p[data-v-53eb7e79],.content li[data-v-53eb7e79]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-53eb7e79]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-53eb7e79]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-53eb7e79]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-53eb7e79]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-53eb7e79]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-53eb7e79]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-53eb7e79]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-53eb7e79]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-53eb7e79]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-53eb7e79]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-53eb7e79]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-53eb7e79],p.Para-Basic-B-Sub[data-v-53eb7e79]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-53eb7e79]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-53eb7e79]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-53eb7e79]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-53eb7e79]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-53eb7e79]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-53eb7e79],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-53eb7e79],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-53eb7e79]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-53eb7e79],p+ul li.Para-Basic-B-Sub[data-v-53eb7e79]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-53eb7e79],ul~p.Para-basic-L-bullet-Sub[data-v-53eb7e79],ul~p.Para-Basic-B-Sub[data-v-53eb7e79]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-53eb7e79],ol~p.Para-basic-L-bullet-Sub[data-v-53eb7e79],ol~p.Para-Basic-B-Sub[data-v-53eb7e79]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-53eb7e79],ol+*+p.Para-basic-L-bullet-Sub[data-v-53eb7e79],ol+*+p.Para-Basic-B-Sub[data-v-53eb7e79]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-53eb7e79],a .Para-Basic-B-Sub[data-v-53eb7e79]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-53eb7e79]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-53eb7e79]{margin-left:45px}.content p[data-v-53eb7e79],li[data-v-53eb7e79]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-53eb7e79],p.Para-Basic-B[data-v-53eb7e79],p.Para-Basic-B-Center[data-v-53eb7e79]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-53eb7e79]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-53eb7e79],p.Para-Basic-B-Center[data-v-53eb7e79]{text-align:center}p.Para-Table-L-center[data-v-53eb7e79],p.Para-Table-B-Center[data-v-53eb7e79]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-53eb7e79],table p.Para-Basic-B[data-v-53eb7e79],table p.Para-Basic-B-Center[data-v-53eb7e79]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-53eb7e79]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-53eb7e79]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-53eb7e79]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-53eb7e79]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-53eb7e79]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-53eb7e79],.content .text>ul[data-v-53eb7e79],.content .text table ol[data-v-53eb7e79],.content .text table ul[data-v-53eb7e79]{padding-left:20px}.content .text>ol[data-v-53eb7e79]{padding-left:0}p.Para-Illust-L[data-v-53eb7e79]{text-align:center}p.Para-Illust-L img[data-v-53eb7e79]{display:inline-block}p.Placeholder-sub[data-v-53eb7e79],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-53eb7e79],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-53eb7e79],.content .text>ol~.figure[data-v-53eb7e79],p.Placeholder-sub-S[data-v-53eb7e79],.Para-screen-sub-S[data-v-53eb7e79],.Para-screen-sub-M[data-v-53eb7e79],.Para-screen-sub-L[data-v-53eb7e79]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-53eb7e79],p.Placeholder-sub-M img[data-v-53eb7e79],p.Placeholder-sub img[data-v-53eb7e79]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-53eb7e79]{margin-left:45px}.Table-pic-Left-sub img[data-v-53eb7e79]{margin-top:5px;margin-bottom:10px}div.figure[data-v-53eb7e79]{display:inline-block}p.Para-img-description[data-v-53eb7e79]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-53eb7e79]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-53eb7e79]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-53eb7e79]{margin-bottom:25px}.text img[data-v-53eb7e79]{max-width:100%;display:block}.Table-Pic-center[data-v-53eb7e79]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-53eb7e79]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-53eb7e79]{margin:0}p.Para-Box-Num[data-v-53eb7e79]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-53eb7e79]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-53eb7e79]:AFTER{content:". "}span.inline-img img[data-v-53eb7e79]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-53eb7e79]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-53eb7e79]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-53eb7e79]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-53eb7e79]{margin-left:6.5%;display:block!important}.discUl li[data-v-53eb7e79]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-53eb7e79],.Symbol-R[data-v-53eb7e79],.Note-R-Pic[data-v-53eb7e79]{display:block;width:100%}.Symbol-L[data-v-53eb7e79]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-53eb7e79]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-53eb7e79],.Symbol-R li[data-v-53eb7e79],.Symbol-R p[data-v-53eb7e79]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-53eb7e79]{font-size:16px}table.Table-Symbol td ul[data-v-53eb7e79]{padding-left:20px}table.Table-Symbol[data-v-53eb7e79]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-53eb7e79]{color:#bc162c}.Symbol-Black[data-v-53eb7e79],.Symbol-Black-Table[data-v-53eb7e79]{font-family:upsys_commonregular}.Symbol-Green[data-v-53eb7e79]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-53eb7e79]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-53eb7e79]{width:auto!important}.video_container[data-v-53eb7e79]{margin-top:40px;float:right}.video[data-v-53eb7e79]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-53eb7e79]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-53eb7e79]{width:100%}.Table--3col[data-v-53eb7e79],.Basic-Table[data-v-53eb7e79],.Table--2col[data-v-53eb7e79],.Table-Landmark[data-v-53eb7e79],.Table--4col[data-v-53eb7e79],.Table-2row-merge[data-v-53eb7e79],.Table--troubleshooting[data-v-53eb7e79],.Table-specification[data-v-53eb7e79],.Table-service-center[data-v-53eb7e79],.Table-5col[data-v-53eb7e79],.responsive[data-v-53eb7e79],.Table--3col-Locations[data-v-53eb7e79]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-53eb7e79]:FIRST-CHILD,.Basic-Table tr[data-v-53eb7e79]:FIRST-CHILD,.Table--2col tr[data-v-53eb7e79]:FIRST-CHILD,.Table-Landmark tr[data-v-53eb7e79]:FIRST-CHILD,.Table--4col tr[data-v-53eb7e79]:FIRST-CHILD,.Table-2row-merge tr[data-v-53eb7e79]:FIRST-CHILD,.Table--troubleshooting tr[data-v-53eb7e79]:FIRST-CHILD,.Table-service-center tr[data-v-53eb7e79]:FIRST-CHILD,.responsive tr[data-v-53eb7e79]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-53eb7e79]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-53eb7e79],.Basic-Table td[data-v-53eb7e79],.Table--2col td[data-v-53eb7e79],.Table-Landmark td[data-v-53eb7e79],.Table--4col td[data-v-53eb7e79],.Table-2row-merge td[data-v-53eb7e79],.Table--troubleshooting td[data-v-53eb7e79],.Table-specification td[data-v-53eb7e79],.Table-service-center td[data-v-53eb7e79],.responsive td[data-v-53eb7e79]{padding:10px}.Table--troubleshooting td[data-v-53eb7e79]{border-right:none}.Table--troubleshooting[data-v-53eb7e79]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-53eb7e79],.Table-Landmark .Para-Pic-Center img[data-v-53eb7e79]{width:30px}.Table-5col[data-v-53eb7e79]{border:none}.Table-5col tr[data-v-53eb7e79]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-53eb7e79]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-53eb7e79]{width:15%}.Table--3col td.x3col-L[data-v-53eb7e79],.x3col-L td.x3col-M[data-v-53eb7e79]{width:10%}td.x3col-Mid-Text[data-v-53eb7e79]{text-align:center}td.x3col-R-Pic[data-v-53eb7e79]{text-align:right}.responsive td p[data-v-53eb7e79]{text-align:center}table.Table--3col-Locations[data-v-53eb7e79]{border-collapse:collapse}.Table--3col-Locations td[data-v-53eb7e79]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-53eb7e79]{padding:10px}.Para-Pic-Center img[data-v-53eb7e79]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-53eb7e79]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-53eb7e79]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-53eb7e79]{width:50%}.Table-specification .x3col-L-Grey[data-v-53eb7e79]{width:20%}.Table-specification .Spec-Mid-text[data-v-53eb7e79]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-53eb7e79]{width:50%}.Table--3col .x3col-L-Grey[data-v-53eb7e79]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-53eb7e79],.Table--4col .x3col-Mid-Grey[data-v-53eb7e79],.Table--4col .x3col-R-Grey[data-v-53eb7e79]{width:30%}.navi td.x3col-Mid-Grey[data-v-53eb7e79]{width:15%}.Table--3col .x3col-R-Grey[data-v-53eb7e79]{width:50%}.Table--2col .x3col-L-Grey[data-v-53eb7e79],.Table--2col td[data-v-53eb7e79]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-53eb7e79]{width:70%}.Table--2col-Disc[data-v-53eb7e79]{border-collapse:collapse}.Table--2col-Disc td[data-v-53eb7e79]{border:1px solid grey;padding:10px}.Table-PL td[data-v-53eb7e79]:FIRST-CHILD{width:25%}.resultcount p[data-v-53eb7e79]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-53eb7e79]{font-family:SK_namuhx-Bold}.noResult>span[data-v-53eb7e79]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-53eb7e79]{color:#f0dfdf;display:block}.result_list[data-v-53eb7e79]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-53eb7e79]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-53eb7e79]{font-family:SK_namuhx-Regular}.resulttext p[data-v-53eb7e79]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-53eb7e79]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-53eb7e79]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-53eb7e79],.Cross-Reference[data-v-53eb7e79]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-53eb7e79]:hover{text-decoration:underline}.fontChangeDiv[data-v-53eb7e79]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-53eb7e79]{top:55px}#backButton[data-v-53eb7e79]{background-size:16px}.chapterTitle[data-v-53eb7e79]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-53eb7e79],h2[data-v-53eb7e79]{font-size:1.3em}#contentAccordion[data-v-53eb7e79]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-53eb7e79]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-53eb7e79]{line-height:21px}.video[data-v-53eb7e79]{width:46%}}@media screen and (max-width: 640px){h2[data-v-53eb7e79]{margin-top:40px}.subHeader[data-v-53eb7e79]{top:40px}.fontChangeDiv[data-v-53eb7e79]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-53eb7e79]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-53eb7e79]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-53eb7e79]{margin-left:7.3%}table td[data-v-53eb7e79]{font-size:14px;padding:5px!important}table td p[data-v-53eb7e79],table td p.Para-Basic-B-Center[data-v-53eb7e79],table td p.Para-Basic-B[data-v-53eb7e79]{font-size:14px}table td p.Para-Small-L[data-v-53eb7e79]{font-size:12px;word-break:break-word}.Table--3col td[data-v-53eb7e79],.Basic-Table td[data-v-53eb7e79],.Table--2col td[data-v-53eb7e79],.Table-Landmark td[data-v-53eb7e79],.Table--4col td[data-v-53eb7e79],.Table-2row-merge td[data-v-53eb7e79],.Table--troubleshooting td[data-v-53eb7e79],.Table-specification td[data-v-53eb7e79],.Table-service-center td[data-v-53eb7e79]{border-right:none}.responsive[data-v-53eb7e79],.responsive tr[data-v-53eb7e79],.responsive tbody[data-v-53eb7e79]{width:100%}.Table--4col-responsive td[data-v-53eb7e79]{min-width:200px!important;height:auto}.responsive td p[data-v-53eb7e79]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-53eb7e79],.Table-Symbol td li[data-v-53eb7e79]{font-size:16px}p.Placeholder-sub[data-v-53eb7e79],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-53eb7e79],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-53eb7e79],.content .text>ol~.figure[data-v-53eb7e79],.content .text>ol+ul[data-v-53eb7e79],.Para-screen-sub-L[data-v-53eb7e79]{margin-left:0}.resultcount p[data-v-53eb7e79]{font-size:16px}.Table-specification td p[data-v-53eb7e79],.Table--3col-Locations td li[data-v-53eb7e79],p.Para-basic-L-Sub[data-v-53eb7e79],p.Para-basic-L-Sub-Auto[data-v-53eb7e79],p.Para-basic-L-center[data-v-53eb7e79],li.Para-basic-L-bullet[data-v-53eb7e79],p.Para-basic-L[data-v-53eb7e79],li.Para-basic-L-hyp-Sub[data-v-53eb7e79],li.Para-basic-L-hyp-2Sub[data-v-53eb7e79],li[class^=Para-Num][data-v-53eb7e79],p.Para-Box-Num[data-v-53eb7e79],p.Para-Basic-B-Sub[data-v-53eb7e79],td p.Para-basic-L[data-v-53eb7e79],td li.Para-basic-L-bullet[data-v-53eb7e79],p.Para-Basic-B[data-v-53eb7e79],p.Para-Circle-Num-Sub[data-v-53eb7e79],.Symbol-L p.Para-basic-L-Sub[data-v-53eb7e79],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-53eb7e79]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-53eb7e79],.Table--3col-Locations td li[data-v-53eb7e79],p.Para-Table-L-Sub[data-v-53eb7e79],p.Para-Table-L-Sub-Auto[data-v-53eb7e79],p.Para-Table-L-center[data-v-53eb7e79],p.Para-Table-L[data-v-53eb7e79],li.Para-Table-L-hyp-Sub[data-v-53eb7e79],li.Para-Table-L-hyp-2Sub[data-v-53eb7e79],p.Para-Table-B-Sub[data-v-53eb7e79],td p.Para-Table-L[data-v-53eb7e79],p.Para-Table-B[data-v-53eb7e79],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-53eb7e79]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-53eb7e79]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-53eb7e79],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-53eb7e79]{font-size:14px}.big .Table-specification td p[data-v-53eb7e79],.big .Table--3col-Locations td li[data-v-53eb7e79],.big p.Para-basic-L-Sub[data-v-53eb7e79],.big p.Para-basic-L-Sub-Auto[data-v-53eb7e79],.big p.Para-basic-L-center[data-v-53eb7e79],.big li.Para-basic-L-bullet[data-v-53eb7e79],.big p.Para-basic-L[data-v-53eb7e79],.big li.Para-basic-L-hyp-Sub[data-v-53eb7e79],.big li.Para-basic-L-hyp-2Sub[data-v-53eb7e79],.big li[class^=Para-Num][data-v-53eb7e79],.big p.Para-Box-Num[data-v-53eb7e79],.big p.Para-Basic-B-Sub[data-v-53eb7e79],.big td p.Para-basic-L[data-v-53eb7e79],.big td li.Para-basic-L-bullet[data-v-53eb7e79],.big p.Para-Basic-B[data-v-53eb7e79],.big p.Para-Circle-Num-Sub[data-v-53eb7e79]{font-size:16px}.big .Table-specification td p[data-v-53eb7e79],.big .Table--3col-Locations td li[data-v-53eb7e79],.big p.Para-Table-L-Sub[data-v-53eb7e79],.big p.Para-Table-L-Sub-Auto[data-v-53eb7e79],.big p.Para-Table-L-center[data-v-53eb7e79],.big p.Para-Table-L[data-v-53eb7e79],.big li.Para-Table-L-hyp-Sub[data-v-53eb7e79],.big li.Para-Table-L-hyp-2Sub[data-v-53eb7e79],.big li[class^=Para-Num][data-v-53eb7e79],.big p.Para-Box-Num[data-v-53eb7e79],.big p.Para-Table-B-Sub[data-v-53eb7e79],.big td p.Para-Table-L[data-v-53eb7e79],.big p.Para-Table-B[data-v-53eb7e79],.big p.Para-Circle-Num-Sub[data-v-53eb7e79],.big p.Para-Table-B-Center[data-v-53eb7e79],.big .Table--3col-ISO td p[data-v-53eb7e79]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-53eb7e79],p.Para-Table-B-Center[data-v-53eb7e79]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-53eb7e79],.big p.video_title[data-v-53eb7e79],.big .resultItem p[data-v-53eb7e79]{font-size:1.05em}h1[data-v-53eb7e79]{font-size:1.2em;margin-top:0}h2[data-v-53eb7e79]{font-size:1.1em}.Heading-3[data-v-53eb7e79]{font-size:1em}.content .text>ol li[data-v-53eb7e79]:BEFORE{font-size:26px}.video[data-v-53eb7e79]{width:95%}}p.Para-Table-L[data-v-53eb7e79]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-53eb7e79]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-53eb7e79]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-53eb7e79]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-53eb7e79]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-53eb7e79]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-53eb7e79]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-53eb7e79]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-53eb7e79]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-53eb7e79]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-53eb7e79]:before{content:"";display:block;height:15pt}.Bold[data-v-53eb7e79],span.Bold[data-v-53eb7e79]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-53eb7e79]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-53eb7e79]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-53eb7e79]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-53eb7e79]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-53eb7e79]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-53eb7e79]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-53eb7e79]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-53eb7e79]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-53eb7e79]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-53eb7e79]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-53eb7e79]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-53eb7e79],.Para-Table-L-Sub-Auto .icon-1[data-v-53eb7e79]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-53eb7e79]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-53eb7e79]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-53eb7e79]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-53eb7e79],.Table--2col td p.Para-basic-L[data-v-53eb7e79]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-53eb7e79]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-53eb7e79]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-53eb7e79]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-53eb7e79]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-53eb7e79]{margin-top:8pt!important}.table-responsive[data-v-53eb7e79]{width:100%;overflow-x:auto}.table-responsive table[data-v-53eb7e79]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-53eb7e79]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-53eb7e79]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-53eb7e79]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-53eb7e79]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-53eb7e79]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-53eb7e79]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-53eb7e79]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-53eb7e79]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-53eb7e79]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-53eb7e79]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-53eb7e79]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-53eb7e79]{font-size:12px}#table-15.responsive td[data-v-53eb7e79]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-53eb7e79]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-53eb7e79]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-53eb7e79]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-53eb7e79]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-53eb7e79],.Table--4col-Error th[data-v-53eb7e79]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-53eb7e79],.Table--4col-Error tr:first-child th[data-v-53eb7e79]{border-top:none}.Table--4col-Error tr:last-child td[data-v-53eb7e79]{border-bottom:none}.Table--4col-Error thead td[data-v-53eb7e79]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-53eb7e79]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-53eb7e79]:nth-child(1),.Table--4col-Error thead td[data-v-53eb7e79]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-53eb7e79]:nth-child(2),.Table--4col-Error thead td[data-v-53eb7e79]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-53eb7e79]:nth-child(3),.Table--4col-Error thead td[data-v-53eb7e79]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-53eb7e79]:nth-child(4),.Table--4col-Error thead td[data-v-53eb7e79]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-53eb7e79]:nth-child(1),.Table--4col-Error tbody td[data-v-53eb7e79]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-53eb7e79]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-53eb7e79]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-53eb7e79]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-53eb7e79]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-53eb7e79]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-53eb7e79]{font-size:14px!important}.Table--4col-Error tbody td[data-v-53eb7e79]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-53eb7e79],.Table--4col-Error p.Para-Table-B[data-v-53eb7e79],.Table--4col-Error p.Para-Table-L-Center[data-v-53eb7e79]{font-size:12px!important}.Table--4col-Error tbody td[data-v-53eb7e79]:nth-child(1),.Table--4col-Error thead td[data-v-53eb7e79]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-53eb7e79]:nth-child(2),.Table--4col-Error thead td[data-v-53eb7e79]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-53eb7e79]:nth-child(3),.Table--4col-Error thead td[data-v-53eb7e79]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-53eb7e79]:nth-child(4),.Table--4col-Error thead td[data-v-53eb7e79]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-53eb7e79]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-53eb7e79]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-53eb7e79]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-53eb7e79]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-53eb7e79]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-53eb7e79]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-53eb7e79]{line-height:1.25;font-weight:500}.Bold-color[data-v-53eb7e79]{font-weight:700}.char-style-override-4[data-v-53eb7e79]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-53eb7e79]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-53eb7e79]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-53eb7e79]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-53eb7e79]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-53eb7e79]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-53eb7e79]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-53eb7e79]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-53eb7e79]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-53eb7e79]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-53eb7e79]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-53eb7e79]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-53eb7e79]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-53eb7e79]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-53eb7e79]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-53eb7e79]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-53eb7e79],tr:last-child td.cell-style-override-7[data-v-53eb7e79]{border-bottom:0}table#table-16[data-v-53eb7e79]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-53eb7e79],.Table--2col-Air-Sensor[data-v-53eb7e79],.Table--2col-Voice[data-v-53eb7e79],.Table--2col-Filter[data-v-53eb7e79],.Table--troubleshooting[data-v-53eb7e79],.Table--4col-Error[data-v-53eb7e79],.Table--Specifications[data-v-53eb7e79]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-53eb7e79]:last-child,.Table--2col-Voice tr td[data-v-53eb7e79]:last-child{width:70%}.Table--2col-Voice tr td[data-v-53eb7e79]:first-child{width:30%}.Para-Table-L-Center[data-v-53eb7e79]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-53eb7e79]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-53eb7e79]{display:block!important}.Table--2col-Information td[data-v-53eb7e79]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-53eb7e79]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-53eb7e79]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-53eb7e79]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-53eb7e79]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-53eb7e79],.Table--4col-responsive table td[data-v-53eb7e79]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-53eb7e79],.Table--2col-Information th[data-v-53eb7e79]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-53eb7e79]:nth-child(1),.Table--2col-Information th[data-v-53eb7e79]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-53eb7e79]:nth-child(2),.Table--2col-Information th[data-v-53eb7e79]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-53eb7e79],.Table--2col-Information th[data-v-53eb7e79]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-53eb7e79]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-53eb7e79],.Table--2col-Voice th[data-v-53eb7e79]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-53eb7e79]:nth-child(1),.Table--2col-Voice th[data-v-53eb7e79]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-53eb7e79]:nth-child(2),.Table--2col-Voice th[data-v-53eb7e79]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-53eb7e79]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-53eb7e79],.Table--2col-Voice tr:last-child td[data-v-53eb7e79]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-53eb7e79],.Table--2col-Voice thead th[data-v-53eb7e79]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-53eb7e79]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-53eb7e79]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-53eb7e79]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-53eb7e79],.Table--2col-Information th[data-v-53eb7e79]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-53eb7e79]:nth-child(1),.Table--2col-Information th[data-v-53eb7e79]:nth-child(1){width:30%}.Table--2col-Information td[data-v-53eb7e79]:nth-child(2),.Table--2col-Information th[data-v-53eb7e79]:nth-child(2){width:70%}.Table--2col-Information td[data-v-53eb7e79]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-53eb7e79]{border-bottom:none}.Table--2col-Air-Sensor[data-v-53eb7e79]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-53eb7e79],.Table--2col-Air-Sensor th[data-v-53eb7e79]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-53eb7e79]:nth-child(1),.Table--2col-Air-Sensor th[data-v-53eb7e79]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-53eb7e79]:nth-child(2),.Table--2col-Air-Sensor th[data-v-53eb7e79]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-53eb7e79]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-53eb7e79]{border-bottom:none}.Table--2col-Filter[data-v-53eb7e79]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-53eb7e79],.Table--2col-Filter th[data-v-53eb7e79]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-53eb7e79]:nth-child(1),.Table--2col-Filter th[data-v-53eb7e79]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-53eb7e79]:nth-child(2),.Table--2col-Filter th[data-v-53eb7e79]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-53eb7e79]:nth-child(3),.Table--2col-Filter th[data-v-53eb7e79]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-53eb7e79]:nth-child(4),.Table--2col-Filter th[data-v-53eb7e79]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-53eb7e79]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-53eb7e79],.Table--2col-Filter tr:last-child td[data-v-53eb7e79]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-53eb7e79],.Table--2col-Filter thead th[data-v-53eb7e79]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-53eb7e79]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-53eb7e79]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-53eb7e79]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-53eb7e79],.Table--Specifications th[data-v-53eb7e79]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-53eb7e79]:first-child,.Table--Specifications th[data-v-53eb7e79]:first-child{width:16%}.Table--Specifications td[data-v-53eb7e79]:nth-child(2),.Table--Specifications th[data-v-53eb7e79]:nth-child(2){width:42%}.Table--Specifications td[data-v-53eb7e79]:nth-child(3),.Table--Specifications th[data-v-53eb7e79]:nth-child(3){width:42%}.Table--Specifications td[data-v-53eb7e79]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-53eb7e79],.Table--Specifications tr:last-child td[data-v-53eb7e79]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-53eb7e79],.Table--Specifications thead th[data-v-53eb7e79]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-53eb7e79]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-53eb7e79]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-53eb7e79],td.cell-style-override-20[data-v-53eb7e79]{padding:10px}td.x3col-Mid-text[data-v-53eb7e79],td.cell-style-override-22[data-v-53eb7e79],td.cell-style-override-20[data-v-53eb7e79]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-53eb7e79]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-53eb7e79]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-53eb7e79]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-53eb7e79]{margin-top:-350px}}#content-div[data-v-53eb7e79]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-53eb7e79]{min-height:100vh}}body[data-v-5d95b648]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-5d95b648]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-5d95b648]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-5d95b648]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-5d95b648]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-5d95b648]{width:83%!important}.content #naviText span[data-v-5d95b648]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-5d95b648]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-5d95b648]{width:100%!important}.content #mainCar[data-v-5d95b648]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-5d95b648]{width:100%}#mainCarPhone[data-v-5d95b648]{display:none}.content #buttonMenu_v2[data-v-5d95b648]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-5d95b648]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-5d95b648]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-5d95b648]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-5d95b648]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-5d95b648]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-5d95b648]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-5d95b648]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-5d95b648]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-5d95b648]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-5d95b648]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-5d95b648]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-5d95b648]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-5d95b648]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-5d95b648]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-5d95b648]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-5d95b648]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-5d95b648]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-5d95b648]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-5d95b648]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-5d95b648]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-5d95b648]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-5d95b648]{bottom:11%;width:30%}.content #naviText span[data-v-5d95b648]{font-size:17px}.content #naviText img[data-v-5d95b648]{width:80%!important}.content #carName[data-v-5d95b648]{right:0%;bottom:12%}.content #carName img[data-v-5d95b648]{width:40%!important}.content #buttonMenu_v2>a[data-v-5d95b648]{width:33%}.content #buttonMenu>a[data-v-5d95b648]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-5d95b648]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-5d95b648]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-5d95b648]{display:block}#mainCarPc[data-v-5d95b648]{display:none}.content #buttonMenu_v2[data-v-5d95b648],.content #buttonMenu[data-v-5d95b648]{width:92%}}@media screen and (max-width: 480px){.content[data-v-5d95b648]{padding-top:0}.content #naviText[data-v-5d95b648]{bottom:14%;width:45%}.content #naviText span[data-v-5d95b648]{font-size:11px}.content #naviText img[data-v-5d95b648]{width:88%!important}.content #carName[data-v-5d95b648]{right:5%;bottom:15%}.content #carName img[data-v-5d95b648]{width:120px!important}.content #buttonMenu_v2[data-v-5d95b648]{position:relative}.content #buttonMenu_v2>a>div[data-v-5d95b648]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-5d95b648]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-5d95b648]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-5d95b648]{position:relative}.content #buttonMenu>a>div[data-v-5d95b648]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-5d95b648]{height:120px}.content #buttonMenu>a>div>span[data-v-5d95b648]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-5d95b648]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-5d95b648]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-5d95b648]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-5d95b648]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-5d95b648]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-5d95b648]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-5d95b648]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-5d95b648]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-5d95b648]{margin:0;padding:0}html[data-v-5d95b648]{background-color:#000;width:100%}.keyword[data-v-5d95b648],.highlight[data-v-5d95b648]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-5d95b648]{font-family:upsys_commonregular}.header_main[data-v-5d95b648]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-5d95b648]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-5d95b648]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-5d95b648]>*{float:left}#headerLogo[data-v-5d95b648]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-5d95b648]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-5d95b648]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-5d95b648]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-5d95b648]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-5d95b648]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-5d95b648]{font-size:13px}.languageDiv .active[data-v-5d95b648]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-5d95b648]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-5d95b648]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-5d95b648]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-5d95b648],#languageSelect li[data-v-5d95b648]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-5d95b648],#languageSelect li:hover a[data-v-5d95b648]{color:#000}.footer-manual[data-v-5d95b648]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-5d95b648]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-5d95b648]{line-height:60px}#footerLogo[data-v-5d95b648]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-5d95b648]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-5d95b648]{display:inline-block;width:100%}#copyrightPcSpan[data-v-5d95b648]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-5d95b648]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-5d95b648]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-5d95b648]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-5d95b648]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-5d95b648]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-5d95b648]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-5d95b648]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-5d95b648]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-5d95b648]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-5d95b648]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-5d95b648]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-5d95b648]:focus{outline:none}#searchButton[data-v-5d95b648]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-5d95b648]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-5d95b648]{width:80%}table td.right[data-v-5d95b648]{width:10%;text-align:center}.result[data-v-5d95b648],.resultcount[data-v-5d95b648],.noResult[data-v-5d95b648]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-5d95b648]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-5d95b648]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-5d95b648]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-5d95b648]{color:#e49f81}.cover[data-v-5d95b648]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-5d95b648]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-5d95b648]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-5d95b648]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-5d95b648]{font-size:12px}.languageDivPhone .active[data-v-5d95b648]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-5d95b648]{bottom:30px;left:1px}.fontChangeButton[data-v-5d95b648]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-5d95b648]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-5d95b648]{left:0}.languageDiv div[data-v-5d95b648]{width:120%;left:-45px;top:5px}#languageSelect[data-v-5d95b648]{margin-left:-40px}#banner_img>a[data-v-5d95b648]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-5d95b648]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-5d95b648]{z-index:12}.header_main[data-v-5d95b648]{height:40px;padding-top:0}.header[data-v-5d95b648]{z-index:12}.header[data-v-5d95b648]{height:40px;padding-top:0}#title[data-v-5d95b648]{font-size:16px;width:49%}#headerLogo[data-v-5d95b648]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-5d95b648]{width:20%}.languageDiv div[data-v-5d95b648]{width:90%;left:-15px;top:5px}#languageSelect[data-v-5d95b648]{margin-left:-10px}.languageDiv ul[data-v-5d95b648]{font-size:12px}#menu[data-v-5d95b648]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-5d95b648]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-5d95b648]{width:80%}#rightHeader[data-v-5d95b648]{height:40px}#rightHeader>div[data-v-5d95b648]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-5d95b648]{position:absolute;right:38px;top:0}.searchDiv[data-v-5d95b648]{width:90%}#toc[data-v-5d95b648]{width:100%}.copyright[data-v-5d95b648]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-5d95b648]{display:none}#copyrightPhone[data-v-5d95b648]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-5d95b648]{width:15%!important}#prevBtn[data-v-5d95b648],#nextBtn[data-v-5d95b648]{width:32px;height:32px;background-size:100%}#searchButton[data-v-5d95b648]{margin-left:-1px}table td.left[data-v-5d95b648]{text-align:right}table td.center[data-v-5d95b648]{width:50%}table td.right[data-v-5d95b648]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-5d95b648]{left:0}.languageDiv div[data-v-5d95b648]{width:100%;left:-5px;top:5px}#languageSelect[data-v-5d95b648]{margin-left:20px}.languageDiv ul[data-v-5d95b648]{font-size:10px}.noResult>span[data-v-5d95b648]{width:200px!important;font-size:14px}#title[data-v-5d95b648]{font-size:13px;width:40%}#menu[data-v-5d95b648]{position:absolute}#banner_img>a[data-v-5d95b648]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-5d95b648]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-5d95b648]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-5d95b648]{font-size:14px}}body[data-v-5d95b648]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-5d95b648]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-5d95b648]{margin:auto;max-width:1120px}.subHeaderInner[data-v-5d95b648]>*{float:left}.content p[data-v-5d95b648],.content li[data-v-5d95b648]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-5d95b648]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-5d95b648]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-5d95b648]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-5d95b648]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-5d95b648]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-5d95b648]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-5d95b648]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-5d95b648]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-5d95b648]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-5d95b648]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-5d95b648]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-5d95b648],p.Para-Basic-B-Sub[data-v-5d95b648]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-5d95b648]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-5d95b648]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-5d95b648]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-5d95b648]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-5d95b648]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-5d95b648],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-5d95b648],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-5d95b648]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-5d95b648],p+ul li.Para-Basic-B-Sub[data-v-5d95b648]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-5d95b648],ul~p.Para-basic-L-bullet-Sub[data-v-5d95b648],ul~p.Para-Basic-B-Sub[data-v-5d95b648]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-5d95b648],ol~p.Para-basic-L-bullet-Sub[data-v-5d95b648],ol~p.Para-Basic-B-Sub[data-v-5d95b648]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-5d95b648],ol+*+p.Para-basic-L-bullet-Sub[data-v-5d95b648],ol+*+p.Para-Basic-B-Sub[data-v-5d95b648]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-5d95b648],a .Para-Basic-B-Sub[data-v-5d95b648]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-5d95b648]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-5d95b648]{margin-left:45px}.content p[data-v-5d95b648],li[data-v-5d95b648]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-5d95b648],p.Para-Basic-B[data-v-5d95b648],p.Para-Basic-B-Center[data-v-5d95b648]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-5d95b648]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-5d95b648],p.Para-Basic-B-Center[data-v-5d95b648]{text-align:center}p.Para-Table-L-center[data-v-5d95b648],p.Para-Table-B-Center[data-v-5d95b648]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-5d95b648],table p.Para-Basic-B[data-v-5d95b648],table p.Para-Basic-B-Center[data-v-5d95b648]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-5d95b648]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-5d95b648]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-5d95b648]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-5d95b648]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-5d95b648]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-5d95b648],.content .text>ul[data-v-5d95b648],.content .text table ol[data-v-5d95b648],.content .text table ul[data-v-5d95b648]{padding-left:20px}.content .text>ol[data-v-5d95b648]{padding-left:0}p.Para-Illust-L[data-v-5d95b648]{text-align:center}p.Para-Illust-L img[data-v-5d95b648]{display:inline-block}p.Placeholder-sub[data-v-5d95b648],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-5d95b648],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-5d95b648],.content .text>ol~.figure[data-v-5d95b648],p.Placeholder-sub-S[data-v-5d95b648],.Para-screen-sub-S[data-v-5d95b648],.Para-screen-sub-M[data-v-5d95b648],.Para-screen-sub-L[data-v-5d95b648]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-5d95b648],p.Placeholder-sub-M img[data-v-5d95b648],p.Placeholder-sub img[data-v-5d95b648]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-5d95b648]{margin-left:45px}.Table-pic-Left-sub img[data-v-5d95b648]{margin-top:5px;margin-bottom:10px}div.figure[data-v-5d95b648]{display:inline-block}p.Para-img-description[data-v-5d95b648]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-5d95b648]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-5d95b648]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-5d95b648]{margin-bottom:25px}.text img[data-v-5d95b648]{max-width:100%;display:block}.Table-Pic-center[data-v-5d95b648]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-5d95b648]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-5d95b648]{margin:0}p.Para-Box-Num[data-v-5d95b648]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-5d95b648]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-5d95b648]:AFTER{content:". "}span.inline-img img[data-v-5d95b648]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-5d95b648]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-5d95b648]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-5d95b648]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-5d95b648]{margin-left:6.5%;display:block!important}.discUl li[data-v-5d95b648]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-5d95b648],.Symbol-R[data-v-5d95b648],.Note-R-Pic[data-v-5d95b648]{display:block;width:100%}.Symbol-L[data-v-5d95b648]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-5d95b648]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-5d95b648],.Symbol-R li[data-v-5d95b648],.Symbol-R p[data-v-5d95b648]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-5d95b648]{font-size:16px}table.Table-Symbol td ul[data-v-5d95b648]{padding-left:20px}table.Table-Symbol[data-v-5d95b648]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-5d95b648]{color:#bc162c}.Symbol-Black[data-v-5d95b648],.Symbol-Black-Table[data-v-5d95b648]{font-family:upsys_commonregular}.Symbol-Green[data-v-5d95b648]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-5d95b648]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-5d95b648]{width:auto!important}.video_container[data-v-5d95b648]{margin-top:40px;float:right}.video[data-v-5d95b648]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-5d95b648]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-5d95b648]{width:100%}.Table--3col[data-v-5d95b648],.Basic-Table[data-v-5d95b648],.Table--2col[data-v-5d95b648],.Table-Landmark[data-v-5d95b648],.Table--4col[data-v-5d95b648],.Table-2row-merge[data-v-5d95b648],.Table--troubleshooting[data-v-5d95b648],.Table-specification[data-v-5d95b648],.Table-service-center[data-v-5d95b648],.Table-5col[data-v-5d95b648],.responsive[data-v-5d95b648],.Table--3col-Locations[data-v-5d95b648]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-5d95b648]:FIRST-CHILD,.Basic-Table tr[data-v-5d95b648]:FIRST-CHILD,.Table--2col tr[data-v-5d95b648]:FIRST-CHILD,.Table-Landmark tr[data-v-5d95b648]:FIRST-CHILD,.Table--4col tr[data-v-5d95b648]:FIRST-CHILD,.Table-2row-merge tr[data-v-5d95b648]:FIRST-CHILD,.Table--troubleshooting tr[data-v-5d95b648]:FIRST-CHILD,.Table-service-center tr[data-v-5d95b648]:FIRST-CHILD,.responsive tr[data-v-5d95b648]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-5d95b648]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-5d95b648],.Basic-Table td[data-v-5d95b648],.Table--2col td[data-v-5d95b648],.Table-Landmark td[data-v-5d95b648],.Table--4col td[data-v-5d95b648],.Table-2row-merge td[data-v-5d95b648],.Table--troubleshooting td[data-v-5d95b648],.Table-specification td[data-v-5d95b648],.Table-service-center td[data-v-5d95b648],.responsive td[data-v-5d95b648]{padding:10px}.Table--troubleshooting td[data-v-5d95b648]{border-right:none}.Table--troubleshooting[data-v-5d95b648]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-5d95b648],.Table-Landmark .Para-Pic-Center img[data-v-5d95b648]{width:30px}.Table-5col[data-v-5d95b648]{border:none}.Table-5col tr[data-v-5d95b648]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-5d95b648]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-5d95b648]{width:15%}.Table--3col td.x3col-L[data-v-5d95b648],.x3col-L td.x3col-M[data-v-5d95b648]{width:10%}td.x3col-Mid-Text[data-v-5d95b648]{text-align:center}td.x3col-R-Pic[data-v-5d95b648]{text-align:right}.responsive td p[data-v-5d95b648]{text-align:center}table.Table--3col-Locations[data-v-5d95b648]{border-collapse:collapse}.Table--3col-Locations td[data-v-5d95b648]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-5d95b648]{padding:10px}.Para-Pic-Center img[data-v-5d95b648]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-5d95b648]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-5d95b648]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-5d95b648]{width:50%}.Table-specification .x3col-L-Grey[data-v-5d95b648]{width:20%}.Table-specification .Spec-Mid-text[data-v-5d95b648]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-5d95b648]{width:50%}.Table--3col .x3col-L-Grey[data-v-5d95b648]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-5d95b648],.Table--4col .x3col-Mid-Grey[data-v-5d95b648],.Table--4col .x3col-R-Grey[data-v-5d95b648]{width:30%}.navi td.x3col-Mid-Grey[data-v-5d95b648]{width:15%}.Table--3col .x3col-R-Grey[data-v-5d95b648]{width:50%}.Table--2col .x3col-L-Grey[data-v-5d95b648],.Table--2col td[data-v-5d95b648]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-5d95b648]{width:70%}.Table--2col-Disc[data-v-5d95b648]{border-collapse:collapse}.Table--2col-Disc td[data-v-5d95b648]{border:1px solid grey;padding:10px}.Table-PL td[data-v-5d95b648]:FIRST-CHILD{width:25%}.resultcount p[data-v-5d95b648]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-5d95b648]{font-family:SK_namuhx-Bold}.noResult>span[data-v-5d95b648]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-5d95b648]{color:#f0dfdf;display:block}.result_list[data-v-5d95b648]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-5d95b648]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-5d95b648]{font-family:SK_namuhx-Regular}.resulttext p[data-v-5d95b648]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-5d95b648]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-5d95b648]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-5d95b648],.Cross-Reference[data-v-5d95b648]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-5d95b648]:hover{text-decoration:underline}.fontChangeDiv[data-v-5d95b648]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-5d95b648]{top:55px}#backButton[data-v-5d95b648]{background-size:16px}.chapterTitle[data-v-5d95b648]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-5d95b648],h2[data-v-5d95b648]{font-size:1.3em}#contentAccordion[data-v-5d95b648]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-5d95b648]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-5d95b648]{line-height:21px}.video[data-v-5d95b648]{width:46%}}@media screen and (max-width: 640px){h2[data-v-5d95b648]{margin-top:40px}.subHeader[data-v-5d95b648]{top:40px}.fontChangeDiv[data-v-5d95b648]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-5d95b648]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-5d95b648]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-5d95b648]{margin-left:7.3%}table td[data-v-5d95b648]{font-size:14px;padding:5px!important}table td p[data-v-5d95b648],table td p.Para-Basic-B-Center[data-v-5d95b648],table td p.Para-Basic-B[data-v-5d95b648]{font-size:14px}table td p.Para-Small-L[data-v-5d95b648]{font-size:12px;word-break:break-word}.Table--3col td[data-v-5d95b648],.Basic-Table td[data-v-5d95b648],.Table--2col td[data-v-5d95b648],.Table-Landmark td[data-v-5d95b648],.Table--4col td[data-v-5d95b648],.Table-2row-merge td[data-v-5d95b648],.Table--troubleshooting td[data-v-5d95b648],.Table-specification td[data-v-5d95b648],.Table-service-center td[data-v-5d95b648]{border-right:none}.responsive[data-v-5d95b648],.responsive tr[data-v-5d95b648],.responsive tbody[data-v-5d95b648]{width:100%}.Table--4col-responsive td[data-v-5d95b648]{min-width:200px!important;height:auto}.responsive td p[data-v-5d95b648]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-5d95b648],.Table-Symbol td li[data-v-5d95b648]{font-size:16px}p.Placeholder-sub[data-v-5d95b648],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-5d95b648],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-5d95b648],.content .text>ol~.figure[data-v-5d95b648],.content .text>ol+ul[data-v-5d95b648],.Para-screen-sub-L[data-v-5d95b648]{margin-left:0}.resultcount p[data-v-5d95b648]{font-size:16px}.Table-specification td p[data-v-5d95b648],.Table--3col-Locations td li[data-v-5d95b648],p.Para-basic-L-Sub[data-v-5d95b648],p.Para-basic-L-Sub-Auto[data-v-5d95b648],p.Para-basic-L-center[data-v-5d95b648],li.Para-basic-L-bullet[data-v-5d95b648],p.Para-basic-L[data-v-5d95b648],li.Para-basic-L-hyp-Sub[data-v-5d95b648],li.Para-basic-L-hyp-2Sub[data-v-5d95b648],li[class^=Para-Num][data-v-5d95b648],p.Para-Box-Num[data-v-5d95b648],p.Para-Basic-B-Sub[data-v-5d95b648],td p.Para-basic-L[data-v-5d95b648],td li.Para-basic-L-bullet[data-v-5d95b648],p.Para-Basic-B[data-v-5d95b648],p.Para-Circle-Num-Sub[data-v-5d95b648],.Symbol-L p.Para-basic-L-Sub[data-v-5d95b648],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-5d95b648]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-5d95b648],.Table--3col-Locations td li[data-v-5d95b648],p.Para-Table-L-Sub[data-v-5d95b648],p.Para-Table-L-Sub-Auto[data-v-5d95b648],p.Para-Table-L-center[data-v-5d95b648],p.Para-Table-L[data-v-5d95b648],li.Para-Table-L-hyp-Sub[data-v-5d95b648],li.Para-Table-L-hyp-2Sub[data-v-5d95b648],p.Para-Table-B-Sub[data-v-5d95b648],td p.Para-Table-L[data-v-5d95b648],p.Para-Table-B[data-v-5d95b648],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-5d95b648]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-5d95b648]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-5d95b648],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-5d95b648]{font-size:14px}.big .Table-specification td p[data-v-5d95b648],.big .Table--3col-Locations td li[data-v-5d95b648],.big p.Para-basic-L-Sub[data-v-5d95b648],.big p.Para-basic-L-Sub-Auto[data-v-5d95b648],.big p.Para-basic-L-center[data-v-5d95b648],.big li.Para-basic-L-bullet[data-v-5d95b648],.big p.Para-basic-L[data-v-5d95b648],.big li.Para-basic-L-hyp-Sub[data-v-5d95b648],.big li.Para-basic-L-hyp-2Sub[data-v-5d95b648],.big li[class^=Para-Num][data-v-5d95b648],.big p.Para-Box-Num[data-v-5d95b648],.big p.Para-Basic-B-Sub[data-v-5d95b648],.big td p.Para-basic-L[data-v-5d95b648],.big td li.Para-basic-L-bullet[data-v-5d95b648],.big p.Para-Basic-B[data-v-5d95b648],.big p.Para-Circle-Num-Sub[data-v-5d95b648]{font-size:16px}.big .Table-specification td p[data-v-5d95b648],.big .Table--3col-Locations td li[data-v-5d95b648],.big p.Para-Table-L-Sub[data-v-5d95b648],.big p.Para-Table-L-Sub-Auto[data-v-5d95b648],.big p.Para-Table-L-center[data-v-5d95b648],.big p.Para-Table-L[data-v-5d95b648],.big li.Para-Table-L-hyp-Sub[data-v-5d95b648],.big li.Para-Table-L-hyp-2Sub[data-v-5d95b648],.big li[class^=Para-Num][data-v-5d95b648],.big p.Para-Box-Num[data-v-5d95b648],.big p.Para-Table-B-Sub[data-v-5d95b648],.big td p.Para-Table-L[data-v-5d95b648],.big p.Para-Table-B[data-v-5d95b648],.big p.Para-Circle-Num-Sub[data-v-5d95b648],.big p.Para-Table-B-Center[data-v-5d95b648],.big .Table--3col-ISO td p[data-v-5d95b648]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-5d95b648],p.Para-Table-B-Center[data-v-5d95b648]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-5d95b648],.big p.video_title[data-v-5d95b648],.big .resultItem p[data-v-5d95b648]{font-size:1.05em}h1[data-v-5d95b648]{font-size:1.2em;margin-top:0}h2[data-v-5d95b648]{font-size:1.1em}.Heading-3[data-v-5d95b648]{font-size:1em}.content .text>ol li[data-v-5d95b648]:BEFORE{font-size:26px}.video[data-v-5d95b648]{width:95%}}p.Para-Table-L[data-v-5d95b648]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-5d95b648]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-5d95b648]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-5d95b648]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-5d95b648]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-5d95b648]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-5d95b648]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-5d95b648]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-5d95b648]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-5d95b648]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-5d95b648]:before{content:"";display:block;height:15pt}.Bold[data-v-5d95b648],span.Bold[data-v-5d95b648]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-5d95b648]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-5d95b648]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-5d95b648]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-5d95b648]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-5d95b648]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-5d95b648]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-5d95b648]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-5d95b648]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-5d95b648]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-5d95b648]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-5d95b648]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-5d95b648],.Para-Table-L-Sub-Auto .icon-1[data-v-5d95b648]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-5d95b648]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-5d95b648]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-5d95b648]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-5d95b648],.Table--2col td p.Para-basic-L[data-v-5d95b648]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-5d95b648]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-5d95b648]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-5d95b648]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-5d95b648]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-5d95b648]{margin-top:8pt!important}.table-responsive[data-v-5d95b648]{width:100%;overflow-x:auto}.table-responsive table[data-v-5d95b648]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-5d95b648]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-5d95b648]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-5d95b648]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-5d95b648]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-5d95b648]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-5d95b648]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-5d95b648]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-5d95b648]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-5d95b648]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-5d95b648]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-5d95b648]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-5d95b648]{font-size:12px}#table-15.responsive td[data-v-5d95b648]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-5d95b648]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-5d95b648]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-5d95b648]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-5d95b648]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-5d95b648],.Table--4col-Error th[data-v-5d95b648]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-5d95b648],.Table--4col-Error tr:first-child th[data-v-5d95b648]{border-top:none}.Table--4col-Error tr:last-child td[data-v-5d95b648]{border-bottom:none}.Table--4col-Error thead td[data-v-5d95b648]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-5d95b648]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-5d95b648]:nth-child(1),.Table--4col-Error thead td[data-v-5d95b648]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-5d95b648]:nth-child(2),.Table--4col-Error thead td[data-v-5d95b648]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-5d95b648]:nth-child(3),.Table--4col-Error thead td[data-v-5d95b648]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-5d95b648]:nth-child(4),.Table--4col-Error thead td[data-v-5d95b648]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-5d95b648]:nth-child(1),.Table--4col-Error tbody td[data-v-5d95b648]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-5d95b648]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-5d95b648]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-5d95b648]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-5d95b648]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-5d95b648]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-5d95b648]{font-size:14px!important}.Table--4col-Error tbody td[data-v-5d95b648]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-5d95b648],.Table--4col-Error p.Para-Table-B[data-v-5d95b648],.Table--4col-Error p.Para-Table-L-Center[data-v-5d95b648]{font-size:12px!important}.Table--4col-Error tbody td[data-v-5d95b648]:nth-child(1),.Table--4col-Error thead td[data-v-5d95b648]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-5d95b648]:nth-child(2),.Table--4col-Error thead td[data-v-5d95b648]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-5d95b648]:nth-child(3),.Table--4col-Error thead td[data-v-5d95b648]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-5d95b648]:nth-child(4),.Table--4col-Error thead td[data-v-5d95b648]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-5d95b648]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-5d95b648]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-5d95b648]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-5d95b648]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-5d95b648]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-5d95b648]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-5d95b648]{line-height:1.25;font-weight:500}.Bold-color[data-v-5d95b648]{font-weight:700}.char-style-override-4[data-v-5d95b648]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-5d95b648]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-5d95b648]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-5d95b648]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-5d95b648]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-5d95b648]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-5d95b648]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-5d95b648]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-5d95b648]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-5d95b648]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-5d95b648]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-5d95b648]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-5d95b648]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-5d95b648]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-5d95b648]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-5d95b648]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-5d95b648],tr:last-child td.cell-style-override-7[data-v-5d95b648]{border-bottom:0}table#table-16[data-v-5d95b648]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-5d95b648],.Table--2col-Air-Sensor[data-v-5d95b648],.Table--2col-Voice[data-v-5d95b648],.Table--2col-Filter[data-v-5d95b648],.Table--troubleshooting[data-v-5d95b648],.Table--4col-Error[data-v-5d95b648],.Table--Specifications[data-v-5d95b648]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-5d95b648]:last-child,.Table--2col-Voice tr td[data-v-5d95b648]:last-child{width:70%}.Table--2col-Voice tr td[data-v-5d95b648]:first-child{width:30%}.Para-Table-L-Center[data-v-5d95b648]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-5d95b648]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-5d95b648]{display:block!important}.Table--2col-Information td[data-v-5d95b648]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-5d95b648]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-5d95b648]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-5d95b648]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-5d95b648]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-5d95b648],.Table--4col-responsive table td[data-v-5d95b648]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-5d95b648],.Table--2col-Information th[data-v-5d95b648]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-5d95b648]:nth-child(1),.Table--2col-Information th[data-v-5d95b648]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-5d95b648]:nth-child(2),.Table--2col-Information th[data-v-5d95b648]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-5d95b648],.Table--2col-Information th[data-v-5d95b648]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-5d95b648]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-5d95b648],.Table--2col-Voice th[data-v-5d95b648]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-5d95b648]:nth-child(1),.Table--2col-Voice th[data-v-5d95b648]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-5d95b648]:nth-child(2),.Table--2col-Voice th[data-v-5d95b648]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-5d95b648]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-5d95b648],.Table--2col-Voice tr:last-child td[data-v-5d95b648]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-5d95b648],.Table--2col-Voice thead th[data-v-5d95b648]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-5d95b648]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-5d95b648]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-5d95b648]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-5d95b648],.Table--2col-Information th[data-v-5d95b648]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-5d95b648]:nth-child(1),.Table--2col-Information th[data-v-5d95b648]:nth-child(1){width:30%}.Table--2col-Information td[data-v-5d95b648]:nth-child(2),.Table--2col-Information th[data-v-5d95b648]:nth-child(2){width:70%}.Table--2col-Information td[data-v-5d95b648]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-5d95b648]{border-bottom:none}.Table--2col-Air-Sensor[data-v-5d95b648]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-5d95b648],.Table--2col-Air-Sensor th[data-v-5d95b648]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-5d95b648]:nth-child(1),.Table--2col-Air-Sensor th[data-v-5d95b648]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-5d95b648]:nth-child(2),.Table--2col-Air-Sensor th[data-v-5d95b648]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-5d95b648]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-5d95b648]{border-bottom:none}.Table--2col-Filter[data-v-5d95b648]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-5d95b648],.Table--2col-Filter th[data-v-5d95b648]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-5d95b648]:nth-child(1),.Table--2col-Filter th[data-v-5d95b648]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-5d95b648]:nth-child(2),.Table--2col-Filter th[data-v-5d95b648]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-5d95b648]:nth-child(3),.Table--2col-Filter th[data-v-5d95b648]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-5d95b648]:nth-child(4),.Table--2col-Filter th[data-v-5d95b648]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-5d95b648]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-5d95b648],.Table--2col-Filter tr:last-child td[data-v-5d95b648]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-5d95b648],.Table--2col-Filter thead th[data-v-5d95b648]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-5d95b648]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-5d95b648]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-5d95b648]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-5d95b648],.Table--Specifications th[data-v-5d95b648]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-5d95b648]:first-child,.Table--Specifications th[data-v-5d95b648]:first-child{width:16%}.Table--Specifications td[data-v-5d95b648]:nth-child(2),.Table--Specifications th[data-v-5d95b648]:nth-child(2){width:42%}.Table--Specifications td[data-v-5d95b648]:nth-child(3),.Table--Specifications th[data-v-5d95b648]:nth-child(3){width:42%}.Table--Specifications td[data-v-5d95b648]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-5d95b648],.Table--Specifications tr:last-child td[data-v-5d95b648]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-5d95b648],.Table--Specifications thead th[data-v-5d95b648]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-5d95b648]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-5d95b648]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-5d95b648],td.cell-style-override-20[data-v-5d95b648]{padding:10px}td.x3col-Mid-text[data-v-5d95b648],td.cell-style-override-22[data-v-5d95b648],td.cell-style-override-20[data-v-5d95b648]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-5d95b648]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-5d95b648]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-5d95b648]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-5d95b648]{margin-top:-350px}}#content-div[data-v-5d95b648]{min-height:87vh;background-color:#fff}.data-row[data-v-5d95b648]{color:#000}@media screen and (max-width: 600px){#content-div[data-v-5d95b648]{min-height:100vh}}body[data-v-31cf0204]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-31cf0204]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-31cf0204]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-31cf0204]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-31cf0204]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-31cf0204]{width:83%!important}.content #naviText span[data-v-31cf0204]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-31cf0204]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-31cf0204]{width:100%!important}.content #mainCar[data-v-31cf0204]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-31cf0204]{width:100%}#mainCarPhone[data-v-31cf0204]{display:none}.content #buttonMenu_v2[data-v-31cf0204]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-31cf0204]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-31cf0204]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-31cf0204]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-31cf0204]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-31cf0204]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-31cf0204]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-31cf0204]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-31cf0204]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-31cf0204]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-31cf0204]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-31cf0204]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-31cf0204]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-31cf0204]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-31cf0204]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-31cf0204]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-31cf0204]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-31cf0204]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-31cf0204]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-31cf0204]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-31cf0204]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-31cf0204]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-31cf0204]{bottom:11%;width:30%}.content #naviText span[data-v-31cf0204]{font-size:17px}.content #naviText img[data-v-31cf0204]{width:80%!important}.content #carName[data-v-31cf0204]{right:0%;bottom:12%}.content #carName img[data-v-31cf0204]{width:40%!important}.content #buttonMenu_v2>a[data-v-31cf0204]{width:33%}.content #buttonMenu>a[data-v-31cf0204]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-31cf0204]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-31cf0204]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-31cf0204]{display:block}#mainCarPc[data-v-31cf0204]{display:none}.content #buttonMenu_v2[data-v-31cf0204],.content #buttonMenu[data-v-31cf0204]{width:92%}}@media screen and (max-width: 480px){.content[data-v-31cf0204]{padding-top:0}.content #naviText[data-v-31cf0204]{bottom:14%;width:45%}.content #naviText span[data-v-31cf0204]{font-size:11px}.content #naviText img[data-v-31cf0204]{width:88%!important}.content #carName[data-v-31cf0204]{right:5%;bottom:15%}.content #carName img[data-v-31cf0204]{width:120px!important}.content #buttonMenu_v2[data-v-31cf0204]{position:relative}.content #buttonMenu_v2>a>div[data-v-31cf0204]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-31cf0204]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-31cf0204]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-31cf0204]{position:relative}.content #buttonMenu>a>div[data-v-31cf0204]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-31cf0204]{height:120px}.content #buttonMenu>a>div>span[data-v-31cf0204]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-31cf0204]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-31cf0204]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-31cf0204]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-31cf0204]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-31cf0204]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-31cf0204]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-31cf0204]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-31cf0204]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-31cf0204]{margin:0;padding:0}html[data-v-31cf0204]{background-color:#000;width:100%}.keyword[data-v-31cf0204],.highlight[data-v-31cf0204]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-31cf0204]{font-family:upsys_commonregular}.header_main[data-v-31cf0204]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-31cf0204]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-31cf0204]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-31cf0204]>*{float:left}#headerLogo[data-v-31cf0204]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-31cf0204]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-31cf0204]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-31cf0204]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-31cf0204]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-31cf0204]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-31cf0204]{font-size:13px}.languageDiv .active[data-v-31cf0204]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-31cf0204]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-31cf0204]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-31cf0204]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-31cf0204],#languageSelect li[data-v-31cf0204]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-31cf0204],#languageSelect li:hover a[data-v-31cf0204]{color:#000}.footer-manual[data-v-31cf0204]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-31cf0204]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-31cf0204]{line-height:60px}#footerLogo[data-v-31cf0204]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-31cf0204]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-31cf0204]{display:inline-block;width:100%}#copyrightPcSpan[data-v-31cf0204]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-31cf0204]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-31cf0204]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-31cf0204]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-31cf0204]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-31cf0204]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-31cf0204]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-31cf0204]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-31cf0204]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-31cf0204]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-31cf0204]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-31cf0204]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-31cf0204]:focus{outline:none}#searchButton[data-v-31cf0204]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-31cf0204]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-31cf0204]{width:80%}table td.right[data-v-31cf0204]{width:10%;text-align:center}.result[data-v-31cf0204],.resultcount[data-v-31cf0204],.noResult[data-v-31cf0204]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-31cf0204]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-31cf0204]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-31cf0204]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-31cf0204]{color:#e49f81}.cover[data-v-31cf0204]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-31cf0204]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-31cf0204]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-31cf0204]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-31cf0204]{font-size:12px}.languageDivPhone .active[data-v-31cf0204]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-31cf0204]{bottom:30px;left:1px}.fontChangeButton[data-v-31cf0204]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-31cf0204]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-31cf0204]{left:0}.languageDiv div[data-v-31cf0204]{width:120%;left:-45px;top:5px}#languageSelect[data-v-31cf0204]{margin-left:-40px}#banner_img>a[data-v-31cf0204]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-31cf0204]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-31cf0204]{z-index:12}.header_main[data-v-31cf0204]{height:40px;padding-top:0}.header[data-v-31cf0204]{z-index:12}.header[data-v-31cf0204]{height:40px;padding-top:0}#title[data-v-31cf0204]{font-size:16px;width:49%}#headerLogo[data-v-31cf0204]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-31cf0204]{width:20%}.languageDiv div[data-v-31cf0204]{width:90%;left:-15px;top:5px}#languageSelect[data-v-31cf0204]{margin-left:-10px}.languageDiv ul[data-v-31cf0204]{font-size:12px}#menu[data-v-31cf0204]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-31cf0204]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-31cf0204]{width:80%}#rightHeader[data-v-31cf0204]{height:40px}#rightHeader>div[data-v-31cf0204]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-31cf0204]{position:absolute;right:38px;top:0}.searchDiv[data-v-31cf0204]{width:90%}#toc[data-v-31cf0204]{width:100%}.copyright[data-v-31cf0204]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-31cf0204]{display:none}#copyrightPhone[data-v-31cf0204]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-31cf0204]{width:15%!important}#prevBtn[data-v-31cf0204],#nextBtn[data-v-31cf0204]{width:32px;height:32px;background-size:100%}#searchButton[data-v-31cf0204]{margin-left:-1px}table td.left[data-v-31cf0204]{text-align:right}table td.center[data-v-31cf0204]{width:50%}table td.right[data-v-31cf0204]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-31cf0204]{left:0}.languageDiv div[data-v-31cf0204]{width:100%;left:-5px;top:5px}#languageSelect[data-v-31cf0204]{margin-left:20px}.languageDiv ul[data-v-31cf0204]{font-size:10px}.noResult>span[data-v-31cf0204]{width:200px!important;font-size:14px}#title[data-v-31cf0204]{font-size:13px;width:40%}#menu[data-v-31cf0204]{position:absolute}#banner_img>a[data-v-31cf0204]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-31cf0204]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-31cf0204]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-31cf0204]{font-size:14px}}body[data-v-31cf0204]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-31cf0204]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-31cf0204]{margin:auto;max-width:1120px}.subHeaderInner[data-v-31cf0204]>*{float:left}.content p[data-v-31cf0204],.content li[data-v-31cf0204]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-31cf0204]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-31cf0204]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-31cf0204]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-31cf0204]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-31cf0204]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-31cf0204]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-31cf0204]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-31cf0204]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-31cf0204]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-31cf0204]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-31cf0204]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-31cf0204],p.Para-Basic-B-Sub[data-v-31cf0204]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-31cf0204]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-31cf0204]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-31cf0204]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-31cf0204]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-31cf0204]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-31cf0204],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-31cf0204],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-31cf0204]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-31cf0204],p+ul li.Para-Basic-B-Sub[data-v-31cf0204]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-31cf0204],ul~p.Para-basic-L-bullet-Sub[data-v-31cf0204],ul~p.Para-Basic-B-Sub[data-v-31cf0204]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-31cf0204],ol~p.Para-basic-L-bullet-Sub[data-v-31cf0204],ol~p.Para-Basic-B-Sub[data-v-31cf0204]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-31cf0204],ol+*+p.Para-basic-L-bullet-Sub[data-v-31cf0204],ol+*+p.Para-Basic-B-Sub[data-v-31cf0204]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-31cf0204],a .Para-Basic-B-Sub[data-v-31cf0204]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-31cf0204]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-31cf0204]{margin-left:45px}.content p[data-v-31cf0204],li[data-v-31cf0204]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-31cf0204],p.Para-Basic-B[data-v-31cf0204],p.Para-Basic-B-Center[data-v-31cf0204]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-31cf0204]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-31cf0204],p.Para-Basic-B-Center[data-v-31cf0204]{text-align:center}p.Para-Table-L-center[data-v-31cf0204],p.Para-Table-B-Center[data-v-31cf0204]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-31cf0204],table p.Para-Basic-B[data-v-31cf0204],table p.Para-Basic-B-Center[data-v-31cf0204]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-31cf0204]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-31cf0204]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-31cf0204]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-31cf0204]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-31cf0204]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-31cf0204],.content .text>ul[data-v-31cf0204],.content .text table ol[data-v-31cf0204],.content .text table ul[data-v-31cf0204]{padding-left:20px}.content .text>ol[data-v-31cf0204]{padding-left:0}p.Para-Illust-L[data-v-31cf0204]{text-align:center}p.Para-Illust-L img[data-v-31cf0204]{display:inline-block}p.Placeholder-sub[data-v-31cf0204],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-31cf0204],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-31cf0204],.content .text>ol~.figure[data-v-31cf0204],p.Placeholder-sub-S[data-v-31cf0204],.Para-screen-sub-S[data-v-31cf0204],.Para-screen-sub-M[data-v-31cf0204],.Para-screen-sub-L[data-v-31cf0204]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-31cf0204],p.Placeholder-sub-M img[data-v-31cf0204],p.Placeholder-sub img[data-v-31cf0204]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-31cf0204]{margin-left:45px}.Table-pic-Left-sub img[data-v-31cf0204]{margin-top:5px;margin-bottom:10px}div.figure[data-v-31cf0204]{display:inline-block}p.Para-img-description[data-v-31cf0204]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-31cf0204]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-31cf0204]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-31cf0204]{margin-bottom:25px}.text img[data-v-31cf0204]{max-width:100%;display:block}.Table-Pic-center[data-v-31cf0204]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-31cf0204]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-31cf0204]{margin:0}p.Para-Box-Num[data-v-31cf0204]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-31cf0204]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-31cf0204]:AFTER{content:". "}span.inline-img img[data-v-31cf0204]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-31cf0204]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-31cf0204]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-31cf0204]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-31cf0204]{margin-left:6.5%;display:block!important}.discUl li[data-v-31cf0204]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-31cf0204],.Symbol-R[data-v-31cf0204],.Note-R-Pic[data-v-31cf0204]{display:block;width:100%}.Symbol-L[data-v-31cf0204]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-31cf0204]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-31cf0204],.Symbol-R li[data-v-31cf0204],.Symbol-R p[data-v-31cf0204]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-31cf0204]{font-size:16px}table.Table-Symbol td ul[data-v-31cf0204]{padding-left:20px}table.Table-Symbol[data-v-31cf0204]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-31cf0204]{color:#bc162c}.Symbol-Black[data-v-31cf0204],.Symbol-Black-Table[data-v-31cf0204]{font-family:upsys_commonregular}.Symbol-Green[data-v-31cf0204]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-31cf0204]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-31cf0204]{width:auto!important}.video_container[data-v-31cf0204]{margin-top:40px;float:right}.video[data-v-31cf0204]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-31cf0204]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-31cf0204]{width:100%}.Table--3col[data-v-31cf0204],.Basic-Table[data-v-31cf0204],.Table--2col[data-v-31cf0204],.Table-Landmark[data-v-31cf0204],.Table--4col[data-v-31cf0204],.Table-2row-merge[data-v-31cf0204],.Table--troubleshooting[data-v-31cf0204],.Table-specification[data-v-31cf0204],.Table-service-center[data-v-31cf0204],.Table-5col[data-v-31cf0204],.responsive[data-v-31cf0204],.Table--3col-Locations[data-v-31cf0204]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-31cf0204]:FIRST-CHILD,.Basic-Table tr[data-v-31cf0204]:FIRST-CHILD,.Table--2col tr[data-v-31cf0204]:FIRST-CHILD,.Table-Landmark tr[data-v-31cf0204]:FIRST-CHILD,.Table--4col tr[data-v-31cf0204]:FIRST-CHILD,.Table-2row-merge tr[data-v-31cf0204]:FIRST-CHILD,.Table--troubleshooting tr[data-v-31cf0204]:FIRST-CHILD,.Table-service-center tr[data-v-31cf0204]:FIRST-CHILD,.responsive tr[data-v-31cf0204]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-31cf0204]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-31cf0204],.Basic-Table td[data-v-31cf0204],.Table--2col td[data-v-31cf0204],.Table-Landmark td[data-v-31cf0204],.Table--4col td[data-v-31cf0204],.Table-2row-merge td[data-v-31cf0204],.Table--troubleshooting td[data-v-31cf0204],.Table-specification td[data-v-31cf0204],.Table-service-center td[data-v-31cf0204],.responsive td[data-v-31cf0204]{padding:10px}.Table--troubleshooting td[data-v-31cf0204]{border-right:none}.Table--troubleshooting[data-v-31cf0204]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-31cf0204],.Table-Landmark .Para-Pic-Center img[data-v-31cf0204]{width:30px}.Table-5col[data-v-31cf0204]{border:none}.Table-5col tr[data-v-31cf0204]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-31cf0204]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-31cf0204]{width:15%}.Table--3col td.x3col-L[data-v-31cf0204],.x3col-L td.x3col-M[data-v-31cf0204]{width:10%}td.x3col-Mid-Text[data-v-31cf0204]{text-align:center}td.x3col-R-Pic[data-v-31cf0204]{text-align:right}.responsive td p[data-v-31cf0204]{text-align:center}table.Table--3col-Locations[data-v-31cf0204]{border-collapse:collapse}.Table--3col-Locations td[data-v-31cf0204]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-31cf0204]{padding:10px}.Para-Pic-Center img[data-v-31cf0204]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-31cf0204]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-31cf0204]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-31cf0204]{width:50%}.Table-specification .x3col-L-Grey[data-v-31cf0204]{width:20%}.Table-specification .Spec-Mid-text[data-v-31cf0204]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-31cf0204]{width:50%}.Table--3col .x3col-L-Grey[data-v-31cf0204]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-31cf0204],.Table--4col .x3col-Mid-Grey[data-v-31cf0204],.Table--4col .x3col-R-Grey[data-v-31cf0204]{width:30%}.navi td.x3col-Mid-Grey[data-v-31cf0204]{width:15%}.Table--3col .x3col-R-Grey[data-v-31cf0204]{width:50%}.Table--2col .x3col-L-Grey[data-v-31cf0204],.Table--2col td[data-v-31cf0204]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-31cf0204]{width:70%}.Table--2col-Disc[data-v-31cf0204]{border-collapse:collapse}.Table--2col-Disc td[data-v-31cf0204]{border:1px solid grey;padding:10px}.Table-PL td[data-v-31cf0204]:FIRST-CHILD{width:25%}.resultcount p[data-v-31cf0204]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-31cf0204]{font-family:SK_namuhx-Bold}.noResult>span[data-v-31cf0204]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-31cf0204]{color:#f0dfdf;display:block}.result_list[data-v-31cf0204]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-31cf0204]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-31cf0204]{font-family:SK_namuhx-Regular}.resulttext p[data-v-31cf0204]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-31cf0204]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-31cf0204]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-31cf0204],.Cross-Reference[data-v-31cf0204]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-31cf0204]:hover{text-decoration:underline}.fontChangeDiv[data-v-31cf0204]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-31cf0204]{top:55px}#backButton[data-v-31cf0204]{background-size:16px}.chapterTitle[data-v-31cf0204]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-31cf0204],h2[data-v-31cf0204]{font-size:1.3em}#contentAccordion[data-v-31cf0204]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-31cf0204]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-31cf0204]{line-height:21px}.video[data-v-31cf0204]{width:46%}}@media screen and (max-width: 640px){h2[data-v-31cf0204]{margin-top:40px}.subHeader[data-v-31cf0204]{top:40px}.fontChangeDiv[data-v-31cf0204]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-31cf0204]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-31cf0204]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-31cf0204]{margin-left:7.3%}table td[data-v-31cf0204]{font-size:14px;padding:5px!important}table td p[data-v-31cf0204],table td p.Para-Basic-B-Center[data-v-31cf0204],table td p.Para-Basic-B[data-v-31cf0204]{font-size:14px}table td p.Para-Small-L[data-v-31cf0204]{font-size:12px;word-break:break-word}.Table--3col td[data-v-31cf0204],.Basic-Table td[data-v-31cf0204],.Table--2col td[data-v-31cf0204],.Table-Landmark td[data-v-31cf0204],.Table--4col td[data-v-31cf0204],.Table-2row-merge td[data-v-31cf0204],.Table--troubleshooting td[data-v-31cf0204],.Table-specification td[data-v-31cf0204],.Table-service-center td[data-v-31cf0204]{border-right:none}.responsive[data-v-31cf0204],.responsive tr[data-v-31cf0204],.responsive tbody[data-v-31cf0204]{width:100%}.Table--4col-responsive td[data-v-31cf0204]{min-width:200px!important;height:auto}.responsive td p[data-v-31cf0204]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-31cf0204],.Table-Symbol td li[data-v-31cf0204]{font-size:16px}p.Placeholder-sub[data-v-31cf0204],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-31cf0204],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-31cf0204],.content .text>ol~.figure[data-v-31cf0204],.content .text>ol+ul[data-v-31cf0204],.Para-screen-sub-L[data-v-31cf0204]{margin-left:0}.resultcount p[data-v-31cf0204]{font-size:16px}.Table-specification td p[data-v-31cf0204],.Table--3col-Locations td li[data-v-31cf0204],p.Para-basic-L-Sub[data-v-31cf0204],p.Para-basic-L-Sub-Auto[data-v-31cf0204],p.Para-basic-L-center[data-v-31cf0204],li.Para-basic-L-bullet[data-v-31cf0204],p.Para-basic-L[data-v-31cf0204],li.Para-basic-L-hyp-Sub[data-v-31cf0204],li.Para-basic-L-hyp-2Sub[data-v-31cf0204],li[class^=Para-Num][data-v-31cf0204],p.Para-Box-Num[data-v-31cf0204],p.Para-Basic-B-Sub[data-v-31cf0204],td p.Para-basic-L[data-v-31cf0204],td li.Para-basic-L-bullet[data-v-31cf0204],p.Para-Basic-B[data-v-31cf0204],p.Para-Circle-Num-Sub[data-v-31cf0204],.Symbol-L p.Para-basic-L-Sub[data-v-31cf0204],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-31cf0204]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-31cf0204],.Table--3col-Locations td li[data-v-31cf0204],p.Para-Table-L-Sub[data-v-31cf0204],p.Para-Table-L-Sub-Auto[data-v-31cf0204],p.Para-Table-L-center[data-v-31cf0204],p.Para-Table-L[data-v-31cf0204],li.Para-Table-L-hyp-Sub[data-v-31cf0204],li.Para-Table-L-hyp-2Sub[data-v-31cf0204],p.Para-Table-B-Sub[data-v-31cf0204],td p.Para-Table-L[data-v-31cf0204],p.Para-Table-B[data-v-31cf0204],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-31cf0204]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-31cf0204]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-31cf0204],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-31cf0204]{font-size:14px}.big .Table-specification td p[data-v-31cf0204],.big .Table--3col-Locations td li[data-v-31cf0204],.big p.Para-basic-L-Sub[data-v-31cf0204],.big p.Para-basic-L-Sub-Auto[data-v-31cf0204],.big p.Para-basic-L-center[data-v-31cf0204],.big li.Para-basic-L-bullet[data-v-31cf0204],.big p.Para-basic-L[data-v-31cf0204],.big li.Para-basic-L-hyp-Sub[data-v-31cf0204],.big li.Para-basic-L-hyp-2Sub[data-v-31cf0204],.big li[class^=Para-Num][data-v-31cf0204],.big p.Para-Box-Num[data-v-31cf0204],.big p.Para-Basic-B-Sub[data-v-31cf0204],.big td p.Para-basic-L[data-v-31cf0204],.big td li.Para-basic-L-bullet[data-v-31cf0204],.big p.Para-Basic-B[data-v-31cf0204],.big p.Para-Circle-Num-Sub[data-v-31cf0204]{font-size:16px}.big .Table-specification td p[data-v-31cf0204],.big .Table--3col-Locations td li[data-v-31cf0204],.big p.Para-Table-L-Sub[data-v-31cf0204],.big p.Para-Table-L-Sub-Auto[data-v-31cf0204],.big p.Para-Table-L-center[data-v-31cf0204],.big p.Para-Table-L[data-v-31cf0204],.big li.Para-Table-L-hyp-Sub[data-v-31cf0204],.big li.Para-Table-L-hyp-2Sub[data-v-31cf0204],.big li[class^=Para-Num][data-v-31cf0204],.big p.Para-Box-Num[data-v-31cf0204],.big p.Para-Table-B-Sub[data-v-31cf0204],.big td p.Para-Table-L[data-v-31cf0204],.big p.Para-Table-B[data-v-31cf0204],.big p.Para-Circle-Num-Sub[data-v-31cf0204],.big p.Para-Table-B-Center[data-v-31cf0204],.big .Table--3col-ISO td p[data-v-31cf0204]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-31cf0204],p.Para-Table-B-Center[data-v-31cf0204]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-31cf0204],.big p.video_title[data-v-31cf0204],.big .resultItem p[data-v-31cf0204]{font-size:1.05em}h1[data-v-31cf0204]{font-size:1.2em;margin-top:0}h2[data-v-31cf0204]{font-size:1.1em}.Heading-3[data-v-31cf0204]{font-size:1em}.content .text>ol li[data-v-31cf0204]:BEFORE{font-size:26px}.video[data-v-31cf0204]{width:95%}}p.Para-Table-L[data-v-31cf0204]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-31cf0204]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-31cf0204]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-31cf0204]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-31cf0204]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-31cf0204]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-31cf0204]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-31cf0204]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-31cf0204]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-31cf0204]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-31cf0204]:before{content:"";display:block;height:15pt}.Bold[data-v-31cf0204],span.Bold[data-v-31cf0204]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-31cf0204]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-31cf0204]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-31cf0204]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-31cf0204]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-31cf0204]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-31cf0204]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-31cf0204]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-31cf0204]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-31cf0204]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-31cf0204]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-31cf0204]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-31cf0204],.Para-Table-L-Sub-Auto .icon-1[data-v-31cf0204]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-31cf0204]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-31cf0204]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-31cf0204]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-31cf0204],.Table--2col td p.Para-basic-L[data-v-31cf0204]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-31cf0204]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-31cf0204]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-31cf0204]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-31cf0204]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-31cf0204]{margin-top:8pt!important}.table-responsive[data-v-31cf0204]{width:100%;overflow-x:auto}.table-responsive table[data-v-31cf0204]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-31cf0204]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-31cf0204]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-31cf0204]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-31cf0204]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-31cf0204]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-31cf0204]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-31cf0204]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-31cf0204]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-31cf0204]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-31cf0204]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-31cf0204]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-31cf0204]{font-size:12px}#table-15.responsive td[data-v-31cf0204]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-31cf0204]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-31cf0204]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-31cf0204]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-31cf0204]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-31cf0204],.Table--4col-Error th[data-v-31cf0204]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-31cf0204],.Table--4col-Error tr:first-child th[data-v-31cf0204]{border-top:none}.Table--4col-Error tr:last-child td[data-v-31cf0204]{border-bottom:none}.Table--4col-Error thead td[data-v-31cf0204]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-31cf0204]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-31cf0204]:nth-child(1),.Table--4col-Error thead td[data-v-31cf0204]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-31cf0204]:nth-child(2),.Table--4col-Error thead td[data-v-31cf0204]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-31cf0204]:nth-child(3),.Table--4col-Error thead td[data-v-31cf0204]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-31cf0204]:nth-child(4),.Table--4col-Error thead td[data-v-31cf0204]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-31cf0204]:nth-child(1),.Table--4col-Error tbody td[data-v-31cf0204]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-31cf0204]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-31cf0204]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-31cf0204]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-31cf0204]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-31cf0204]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-31cf0204]{font-size:14px!important}.Table--4col-Error tbody td[data-v-31cf0204]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-31cf0204],.Table--4col-Error p.Para-Table-B[data-v-31cf0204],.Table--4col-Error p.Para-Table-L-Center[data-v-31cf0204]{font-size:12px!important}.Table--4col-Error tbody td[data-v-31cf0204]:nth-child(1),.Table--4col-Error thead td[data-v-31cf0204]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-31cf0204]:nth-child(2),.Table--4col-Error thead td[data-v-31cf0204]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-31cf0204]:nth-child(3),.Table--4col-Error thead td[data-v-31cf0204]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-31cf0204]:nth-child(4),.Table--4col-Error thead td[data-v-31cf0204]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-31cf0204]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-31cf0204]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-31cf0204]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-31cf0204]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-31cf0204]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-31cf0204]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-31cf0204]{line-height:1.25;font-weight:500}.Bold-color[data-v-31cf0204]{font-weight:700}.char-style-override-4[data-v-31cf0204]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-31cf0204]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-31cf0204]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-31cf0204]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-31cf0204]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-31cf0204]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-31cf0204]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-31cf0204]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-31cf0204]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-31cf0204]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-31cf0204]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-31cf0204]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-31cf0204]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-31cf0204]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-31cf0204]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-31cf0204]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-31cf0204],tr:last-child td.cell-style-override-7[data-v-31cf0204]{border-bottom:0}table#table-16[data-v-31cf0204]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-31cf0204],.Table--2col-Air-Sensor[data-v-31cf0204],.Table--2col-Voice[data-v-31cf0204],.Table--2col-Filter[data-v-31cf0204],.Table--troubleshooting[data-v-31cf0204],.Table--4col-Error[data-v-31cf0204],.Table--Specifications[data-v-31cf0204]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-31cf0204]:last-child,.Table--2col-Voice tr td[data-v-31cf0204]:last-child{width:70%}.Table--2col-Voice tr td[data-v-31cf0204]:first-child{width:30%}.Para-Table-L-Center[data-v-31cf0204]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-31cf0204]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-31cf0204]{display:block!important}.Table--2col-Information td[data-v-31cf0204]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-31cf0204]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-31cf0204]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-31cf0204]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-31cf0204]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-31cf0204],.Table--4col-responsive table td[data-v-31cf0204]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-31cf0204],.Table--2col-Information th[data-v-31cf0204]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-31cf0204]:nth-child(1),.Table--2col-Information th[data-v-31cf0204]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-31cf0204]:nth-child(2),.Table--2col-Information th[data-v-31cf0204]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-31cf0204],.Table--2col-Information th[data-v-31cf0204]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-31cf0204]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-31cf0204],.Table--2col-Voice th[data-v-31cf0204]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-31cf0204]:nth-child(1),.Table--2col-Voice th[data-v-31cf0204]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-31cf0204]:nth-child(2),.Table--2col-Voice th[data-v-31cf0204]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-31cf0204]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-31cf0204],.Table--2col-Voice tr:last-child td[data-v-31cf0204]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-31cf0204],.Table--2col-Voice thead th[data-v-31cf0204]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-31cf0204]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-31cf0204]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-31cf0204]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-31cf0204],.Table--2col-Information th[data-v-31cf0204]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-31cf0204]:nth-child(1),.Table--2col-Information th[data-v-31cf0204]:nth-child(1){width:30%}.Table--2col-Information td[data-v-31cf0204]:nth-child(2),.Table--2col-Information th[data-v-31cf0204]:nth-child(2){width:70%}.Table--2col-Information td[data-v-31cf0204]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-31cf0204]{border-bottom:none}.Table--2col-Air-Sensor[data-v-31cf0204]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-31cf0204],.Table--2col-Air-Sensor th[data-v-31cf0204]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-31cf0204]:nth-child(1),.Table--2col-Air-Sensor th[data-v-31cf0204]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-31cf0204]:nth-child(2),.Table--2col-Air-Sensor th[data-v-31cf0204]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-31cf0204]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-31cf0204]{border-bottom:none}.Table--2col-Filter[data-v-31cf0204]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-31cf0204],.Table--2col-Filter th[data-v-31cf0204]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-31cf0204]:nth-child(1),.Table--2col-Filter th[data-v-31cf0204]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-31cf0204]:nth-child(2),.Table--2col-Filter th[data-v-31cf0204]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-31cf0204]:nth-child(3),.Table--2col-Filter th[data-v-31cf0204]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-31cf0204]:nth-child(4),.Table--2col-Filter th[data-v-31cf0204]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-31cf0204]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-31cf0204],.Table--2col-Filter tr:last-child td[data-v-31cf0204]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-31cf0204],.Table--2col-Filter thead th[data-v-31cf0204]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-31cf0204]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-31cf0204]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-31cf0204]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-31cf0204],.Table--Specifications th[data-v-31cf0204]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-31cf0204]:first-child,.Table--Specifications th[data-v-31cf0204]:first-child{width:16%}.Table--Specifications td[data-v-31cf0204]:nth-child(2),.Table--Specifications th[data-v-31cf0204]:nth-child(2){width:42%}.Table--Specifications td[data-v-31cf0204]:nth-child(3),.Table--Specifications th[data-v-31cf0204]:nth-child(3){width:42%}.Table--Specifications td[data-v-31cf0204]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-31cf0204],.Table--Specifications tr:last-child td[data-v-31cf0204]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-31cf0204],.Table--Specifications thead th[data-v-31cf0204]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-31cf0204]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-31cf0204]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-31cf0204],td.cell-style-override-20[data-v-31cf0204]{padding:10px}td.x3col-Mid-text[data-v-31cf0204],td.cell-style-override-22[data-v-31cf0204],td.cell-style-override-20[data-v-31cf0204]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-31cf0204]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-31cf0204]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-31cf0204]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-31cf0204]{margin-top:-350px}}#content-div[data-v-31cf0204]{min-height:87vh;background-color:#fff}.data-row[data-v-31cf0204]{color:#000}@media screen and (max-width: 600px){#content-div[data-v-31cf0204]{min-height:100vh}}body[data-v-02a73d5a]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-02a73d5a]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-02a73d5a]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-02a73d5a]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-02a73d5a]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-02a73d5a]{width:83%!important}.content #naviText span[data-v-02a73d5a]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-02a73d5a]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-02a73d5a]{width:100%!important}.content #mainCar[data-v-02a73d5a]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-02a73d5a]{width:100%}#mainCarPhone[data-v-02a73d5a]{display:none}.content #buttonMenu_v2[data-v-02a73d5a]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-02a73d5a]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-02a73d5a]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-02a73d5a]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-02a73d5a]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-02a73d5a]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-02a73d5a]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-02a73d5a]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-02a73d5a]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-02a73d5a]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-02a73d5a]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-02a73d5a]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-02a73d5a]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-02a73d5a]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-02a73d5a]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-02a73d5a]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-02a73d5a]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-02a73d5a]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-02a73d5a]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-02a73d5a]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-02a73d5a]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-02a73d5a]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-02a73d5a]{bottom:11%;width:30%}.content #naviText span[data-v-02a73d5a]{font-size:17px}.content #naviText img[data-v-02a73d5a]{width:80%!important}.content #carName[data-v-02a73d5a]{right:0%;bottom:12%}.content #carName img[data-v-02a73d5a]{width:40%!important}.content #buttonMenu_v2>a[data-v-02a73d5a]{width:33%}.content #buttonMenu>a[data-v-02a73d5a]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-02a73d5a]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-02a73d5a]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-02a73d5a]{display:block}#mainCarPc[data-v-02a73d5a]{display:none}.content #buttonMenu_v2[data-v-02a73d5a],.content #buttonMenu[data-v-02a73d5a]{width:92%}}@media screen and (max-width: 480px){.content[data-v-02a73d5a]{padding-top:0}.content #naviText[data-v-02a73d5a]{bottom:14%;width:45%}.content #naviText span[data-v-02a73d5a]{font-size:11px}.content #naviText img[data-v-02a73d5a]{width:88%!important}.content #carName[data-v-02a73d5a]{right:5%;bottom:15%}.content #carName img[data-v-02a73d5a]{width:120px!important}.content #buttonMenu_v2[data-v-02a73d5a]{position:relative}.content #buttonMenu_v2>a>div[data-v-02a73d5a]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-02a73d5a]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-02a73d5a]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-02a73d5a]{position:relative}.content #buttonMenu>a>div[data-v-02a73d5a]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-02a73d5a]{height:120px}.content #buttonMenu>a>div>span[data-v-02a73d5a]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-02a73d5a]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-02a73d5a]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-02a73d5a]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-02a73d5a]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-02a73d5a]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-02a73d5a]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-02a73d5a]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-02a73d5a]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-02a73d5a]{margin:0;padding:0}html[data-v-02a73d5a]{background-color:#000;width:100%}.keyword[data-v-02a73d5a],.highlight[data-v-02a73d5a]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-02a73d5a]{font-family:upsys_commonregular}.header_main[data-v-02a73d5a]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-02a73d5a]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-02a73d5a]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-02a73d5a]>*{float:left}#headerLogo[data-v-02a73d5a]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-02a73d5a]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-02a73d5a]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-02a73d5a]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-02a73d5a]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-02a73d5a]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-02a73d5a]{font-size:13px}.languageDiv .active[data-v-02a73d5a]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-02a73d5a]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-02a73d5a]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-02a73d5a]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-02a73d5a],#languageSelect li[data-v-02a73d5a]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-02a73d5a],#languageSelect li:hover a[data-v-02a73d5a]{color:#000}.footer-manual[data-v-02a73d5a]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-02a73d5a]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-02a73d5a]{line-height:60px}#footerLogo[data-v-02a73d5a]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-02a73d5a]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-02a73d5a]{display:inline-block;width:100%}#copyrightPcSpan[data-v-02a73d5a]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-02a73d5a]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-02a73d5a]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-02a73d5a]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-02a73d5a]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-02a73d5a]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-02a73d5a]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-02a73d5a]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-02a73d5a]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-02a73d5a]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-02a73d5a]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-02a73d5a]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-02a73d5a]:focus{outline:none}#searchButton[data-v-02a73d5a]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-02a73d5a]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-02a73d5a]{width:80%}table td.right[data-v-02a73d5a]{width:10%;text-align:center}.result[data-v-02a73d5a],.resultcount[data-v-02a73d5a],.noResult[data-v-02a73d5a]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-02a73d5a]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-02a73d5a]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-02a73d5a]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-02a73d5a]{color:#e49f81}.cover[data-v-02a73d5a]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-02a73d5a]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-02a73d5a]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-02a73d5a]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-02a73d5a]{font-size:12px}.languageDivPhone .active[data-v-02a73d5a]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-02a73d5a]{bottom:30px;left:1px}.fontChangeButton[data-v-02a73d5a]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-02a73d5a]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-02a73d5a]{left:0}.languageDiv div[data-v-02a73d5a]{width:120%;left:-45px;top:5px}#languageSelect[data-v-02a73d5a]{margin-left:-40px}#banner_img>a[data-v-02a73d5a]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-02a73d5a]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-02a73d5a]{z-index:12}.header_main[data-v-02a73d5a]{height:40px;padding-top:0}.header[data-v-02a73d5a]{z-index:12}.header[data-v-02a73d5a]{height:40px;padding-top:0}#title[data-v-02a73d5a]{font-size:16px;width:49%}#headerLogo[data-v-02a73d5a]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-02a73d5a]{width:20%}.languageDiv div[data-v-02a73d5a]{width:90%;left:-15px;top:5px}#languageSelect[data-v-02a73d5a]{margin-left:-10px}.languageDiv ul[data-v-02a73d5a]{font-size:12px}#menu[data-v-02a73d5a]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-02a73d5a]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-02a73d5a]{width:80%}#rightHeader[data-v-02a73d5a]{height:40px}#rightHeader>div[data-v-02a73d5a]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-02a73d5a]{position:absolute;right:38px;top:0}.searchDiv[data-v-02a73d5a]{width:90%}#toc[data-v-02a73d5a]{width:100%}.copyright[data-v-02a73d5a]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-02a73d5a]{display:none}#copyrightPhone[data-v-02a73d5a]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-02a73d5a]{width:15%!important}#prevBtn[data-v-02a73d5a],#nextBtn[data-v-02a73d5a]{width:32px;height:32px;background-size:100%}#searchButton[data-v-02a73d5a]{margin-left:-1px}table td.left[data-v-02a73d5a]{text-align:right}table td.center[data-v-02a73d5a]{width:50%}table td.right[data-v-02a73d5a]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-02a73d5a]{left:0}.languageDiv div[data-v-02a73d5a]{width:100%;left:-5px;top:5px}#languageSelect[data-v-02a73d5a]{margin-left:20px}.languageDiv ul[data-v-02a73d5a]{font-size:10px}.noResult>span[data-v-02a73d5a]{width:200px!important;font-size:14px}#title[data-v-02a73d5a]{font-size:13px;width:40%}#menu[data-v-02a73d5a]{position:absolute}#banner_img>a[data-v-02a73d5a]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-02a73d5a]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-02a73d5a]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-02a73d5a]{font-size:14px}}body[data-v-02a73d5a]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-02a73d5a]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-02a73d5a]{margin:auto;max-width:1120px}.subHeaderInner[data-v-02a73d5a]>*{float:left}.content p[data-v-02a73d5a],.content li[data-v-02a73d5a]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-02a73d5a]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-02a73d5a]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-02a73d5a]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-02a73d5a]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-02a73d5a]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-02a73d5a]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-02a73d5a]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-02a73d5a]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-02a73d5a]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-02a73d5a]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-02a73d5a]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-02a73d5a],p.Para-Basic-B-Sub[data-v-02a73d5a]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-02a73d5a]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-02a73d5a]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-02a73d5a]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-02a73d5a]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-02a73d5a]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-02a73d5a],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-02a73d5a],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-02a73d5a]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-02a73d5a],p+ul li.Para-Basic-B-Sub[data-v-02a73d5a]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-02a73d5a],ul~p.Para-basic-L-bullet-Sub[data-v-02a73d5a],ul~p.Para-Basic-B-Sub[data-v-02a73d5a]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-02a73d5a],ol~p.Para-basic-L-bullet-Sub[data-v-02a73d5a],ol~p.Para-Basic-B-Sub[data-v-02a73d5a]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-02a73d5a],ol+*+p.Para-basic-L-bullet-Sub[data-v-02a73d5a],ol+*+p.Para-Basic-B-Sub[data-v-02a73d5a]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-02a73d5a],a .Para-Basic-B-Sub[data-v-02a73d5a]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-02a73d5a]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-02a73d5a]{margin-left:45px}.content p[data-v-02a73d5a],li[data-v-02a73d5a]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-02a73d5a],p.Para-Basic-B[data-v-02a73d5a],p.Para-Basic-B-Center[data-v-02a73d5a]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-02a73d5a]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-02a73d5a],p.Para-Basic-B-Center[data-v-02a73d5a]{text-align:center}p.Para-Table-L-center[data-v-02a73d5a],p.Para-Table-B-Center[data-v-02a73d5a]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-02a73d5a],table p.Para-Basic-B[data-v-02a73d5a],table p.Para-Basic-B-Center[data-v-02a73d5a]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-02a73d5a]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-02a73d5a]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-02a73d5a]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-02a73d5a]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-02a73d5a]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-02a73d5a],.content .text>ul[data-v-02a73d5a],.content .text table ol[data-v-02a73d5a],.content .text table ul[data-v-02a73d5a]{padding-left:20px}.content .text>ol[data-v-02a73d5a]{padding-left:0}p.Para-Illust-L[data-v-02a73d5a]{text-align:center}p.Para-Illust-L img[data-v-02a73d5a]{display:inline-block}p.Placeholder-sub[data-v-02a73d5a],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-02a73d5a],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-02a73d5a],.content .text>ol~.figure[data-v-02a73d5a],p.Placeholder-sub-S[data-v-02a73d5a],.Para-screen-sub-S[data-v-02a73d5a],.Para-screen-sub-M[data-v-02a73d5a],.Para-screen-sub-L[data-v-02a73d5a]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-02a73d5a],p.Placeholder-sub-M img[data-v-02a73d5a],p.Placeholder-sub img[data-v-02a73d5a]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-02a73d5a]{margin-left:45px}.Table-pic-Left-sub img[data-v-02a73d5a]{margin-top:5px;margin-bottom:10px}div.figure[data-v-02a73d5a]{display:inline-block}p.Para-img-description[data-v-02a73d5a]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-02a73d5a]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-02a73d5a]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-02a73d5a]{margin-bottom:25px}.text img[data-v-02a73d5a]{max-width:100%;display:block}.Table-Pic-center[data-v-02a73d5a]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-02a73d5a]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-02a73d5a]{margin:0}p.Para-Box-Num[data-v-02a73d5a]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-02a73d5a]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-02a73d5a]:AFTER{content:". "}span.inline-img img[data-v-02a73d5a]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-02a73d5a]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-02a73d5a]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-02a73d5a]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-02a73d5a]{margin-left:6.5%;display:block!important}.discUl li[data-v-02a73d5a]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-02a73d5a],.Symbol-R[data-v-02a73d5a],.Note-R-Pic[data-v-02a73d5a]{display:block;width:100%}.Symbol-L[data-v-02a73d5a]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-02a73d5a]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-02a73d5a],.Symbol-R li[data-v-02a73d5a],.Symbol-R p[data-v-02a73d5a]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-02a73d5a]{font-size:16px}table.Table-Symbol td ul[data-v-02a73d5a]{padding-left:20px}table.Table-Symbol[data-v-02a73d5a]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-02a73d5a]{color:#bc162c}.Symbol-Black[data-v-02a73d5a],.Symbol-Black-Table[data-v-02a73d5a]{font-family:upsys_commonregular}.Symbol-Green[data-v-02a73d5a]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-02a73d5a]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-02a73d5a]{width:auto!important}.video_container[data-v-02a73d5a]{margin-top:40px;float:right}.video[data-v-02a73d5a]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-02a73d5a]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-02a73d5a]{width:100%}.Table--3col[data-v-02a73d5a],.Basic-Table[data-v-02a73d5a],.Table--2col[data-v-02a73d5a],.Table-Landmark[data-v-02a73d5a],.Table--4col[data-v-02a73d5a],.Table-2row-merge[data-v-02a73d5a],.Table--troubleshooting[data-v-02a73d5a],.Table-specification[data-v-02a73d5a],.Table-service-center[data-v-02a73d5a],.Table-5col[data-v-02a73d5a],.responsive[data-v-02a73d5a],.Table--3col-Locations[data-v-02a73d5a]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-02a73d5a]:FIRST-CHILD,.Basic-Table tr[data-v-02a73d5a]:FIRST-CHILD,.Table--2col tr[data-v-02a73d5a]:FIRST-CHILD,.Table-Landmark tr[data-v-02a73d5a]:FIRST-CHILD,.Table--4col tr[data-v-02a73d5a]:FIRST-CHILD,.Table-2row-merge tr[data-v-02a73d5a]:FIRST-CHILD,.Table--troubleshooting tr[data-v-02a73d5a]:FIRST-CHILD,.Table-service-center tr[data-v-02a73d5a]:FIRST-CHILD,.responsive tr[data-v-02a73d5a]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-02a73d5a]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-02a73d5a],.Basic-Table td[data-v-02a73d5a],.Table--2col td[data-v-02a73d5a],.Table-Landmark td[data-v-02a73d5a],.Table--4col td[data-v-02a73d5a],.Table-2row-merge td[data-v-02a73d5a],.Table--troubleshooting td[data-v-02a73d5a],.Table-specification td[data-v-02a73d5a],.Table-service-center td[data-v-02a73d5a],.responsive td[data-v-02a73d5a]{padding:10px}.Table--troubleshooting td[data-v-02a73d5a]{border-right:none}.Table--troubleshooting[data-v-02a73d5a]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-02a73d5a],.Table-Landmark .Para-Pic-Center img[data-v-02a73d5a]{width:30px}.Table-5col[data-v-02a73d5a]{border:none}.Table-5col tr[data-v-02a73d5a]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-02a73d5a]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-02a73d5a]{width:15%}.Table--3col td.x3col-L[data-v-02a73d5a],.x3col-L td.x3col-M[data-v-02a73d5a]{width:10%}td.x3col-Mid-Text[data-v-02a73d5a]{text-align:center}td.x3col-R-Pic[data-v-02a73d5a]{text-align:right}.responsive td p[data-v-02a73d5a]{text-align:center}table.Table--3col-Locations[data-v-02a73d5a]{border-collapse:collapse}.Table--3col-Locations td[data-v-02a73d5a]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-02a73d5a]{padding:10px}.Para-Pic-Center img[data-v-02a73d5a]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-02a73d5a]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-02a73d5a]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-02a73d5a]{width:50%}.Table-specification .x3col-L-Grey[data-v-02a73d5a]{width:20%}.Table-specification .Spec-Mid-text[data-v-02a73d5a]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-02a73d5a]{width:50%}.Table--3col .x3col-L-Grey[data-v-02a73d5a]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-02a73d5a],.Table--4col .x3col-Mid-Grey[data-v-02a73d5a],.Table--4col .x3col-R-Grey[data-v-02a73d5a]{width:30%}.navi td.x3col-Mid-Grey[data-v-02a73d5a]{width:15%}.Table--3col .x3col-R-Grey[data-v-02a73d5a]{width:50%}.Table--2col .x3col-L-Grey[data-v-02a73d5a],.Table--2col td[data-v-02a73d5a]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-02a73d5a]{width:70%}.Table--2col-Disc[data-v-02a73d5a]{border-collapse:collapse}.Table--2col-Disc td[data-v-02a73d5a]{border:1px solid grey;padding:10px}.Table-PL td[data-v-02a73d5a]:FIRST-CHILD{width:25%}.resultcount p[data-v-02a73d5a]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-02a73d5a]{font-family:SK_namuhx-Bold}.noResult>span[data-v-02a73d5a]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-02a73d5a]{color:#f0dfdf;display:block}.result_list[data-v-02a73d5a]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-02a73d5a]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-02a73d5a]{font-family:SK_namuhx-Regular}.resulttext p[data-v-02a73d5a]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-02a73d5a]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-02a73d5a]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-02a73d5a],.Cross-Reference[data-v-02a73d5a]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-02a73d5a]:hover{text-decoration:underline}.fontChangeDiv[data-v-02a73d5a]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-02a73d5a]{top:55px}#backButton[data-v-02a73d5a]{background-size:16px}.chapterTitle[data-v-02a73d5a]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-02a73d5a],h2[data-v-02a73d5a]{font-size:1.3em}#contentAccordion[data-v-02a73d5a]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-02a73d5a]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-02a73d5a]{line-height:21px}.video[data-v-02a73d5a]{width:46%}}@media screen and (max-width: 640px){h2[data-v-02a73d5a]{margin-top:40px}.subHeader[data-v-02a73d5a]{top:40px}.fontChangeDiv[data-v-02a73d5a]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-02a73d5a]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-02a73d5a]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-02a73d5a]{margin-left:7.3%}table td[data-v-02a73d5a]{font-size:14px;padding:5px!important}table td p[data-v-02a73d5a],table td p.Para-Basic-B-Center[data-v-02a73d5a],table td p.Para-Basic-B[data-v-02a73d5a]{font-size:14px}table td p.Para-Small-L[data-v-02a73d5a]{font-size:12px;word-break:break-word}.Table--3col td[data-v-02a73d5a],.Basic-Table td[data-v-02a73d5a],.Table--2col td[data-v-02a73d5a],.Table-Landmark td[data-v-02a73d5a],.Table--4col td[data-v-02a73d5a],.Table-2row-merge td[data-v-02a73d5a],.Table--troubleshooting td[data-v-02a73d5a],.Table-specification td[data-v-02a73d5a],.Table-service-center td[data-v-02a73d5a]{border-right:none}.responsive[data-v-02a73d5a],.responsive tr[data-v-02a73d5a],.responsive tbody[data-v-02a73d5a]{width:100%}.Table--4col-responsive td[data-v-02a73d5a]{min-width:200px!important;height:auto}.responsive td p[data-v-02a73d5a]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-02a73d5a],.Table-Symbol td li[data-v-02a73d5a]{font-size:16px}p.Placeholder-sub[data-v-02a73d5a],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-02a73d5a],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-02a73d5a],.content .text>ol~.figure[data-v-02a73d5a],.content .text>ol+ul[data-v-02a73d5a],.Para-screen-sub-L[data-v-02a73d5a]{margin-left:0}.resultcount p[data-v-02a73d5a]{font-size:16px}.Table-specification td p[data-v-02a73d5a],.Table--3col-Locations td li[data-v-02a73d5a],p.Para-basic-L-Sub[data-v-02a73d5a],p.Para-basic-L-Sub-Auto[data-v-02a73d5a],p.Para-basic-L-center[data-v-02a73d5a],li.Para-basic-L-bullet[data-v-02a73d5a],p.Para-basic-L[data-v-02a73d5a],li.Para-basic-L-hyp-Sub[data-v-02a73d5a],li.Para-basic-L-hyp-2Sub[data-v-02a73d5a],li[class^=Para-Num][data-v-02a73d5a],p.Para-Box-Num[data-v-02a73d5a],p.Para-Basic-B-Sub[data-v-02a73d5a],td p.Para-basic-L[data-v-02a73d5a],td li.Para-basic-L-bullet[data-v-02a73d5a],p.Para-Basic-B[data-v-02a73d5a],p.Para-Circle-Num-Sub[data-v-02a73d5a],.Symbol-L p.Para-basic-L-Sub[data-v-02a73d5a],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-02a73d5a]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-02a73d5a],.Table--3col-Locations td li[data-v-02a73d5a],p.Para-Table-L-Sub[data-v-02a73d5a],p.Para-Table-L-Sub-Auto[data-v-02a73d5a],p.Para-Table-L-center[data-v-02a73d5a],p.Para-Table-L[data-v-02a73d5a],li.Para-Table-L-hyp-Sub[data-v-02a73d5a],li.Para-Table-L-hyp-2Sub[data-v-02a73d5a],p.Para-Table-B-Sub[data-v-02a73d5a],td p.Para-Table-L[data-v-02a73d5a],p.Para-Table-B[data-v-02a73d5a],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-02a73d5a]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-02a73d5a]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-02a73d5a],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-02a73d5a]{font-size:14px}.big .Table-specification td p[data-v-02a73d5a],.big .Table--3col-Locations td li[data-v-02a73d5a],.big p.Para-basic-L-Sub[data-v-02a73d5a],.big p.Para-basic-L-Sub-Auto[data-v-02a73d5a],.big p.Para-basic-L-center[data-v-02a73d5a],.big li.Para-basic-L-bullet[data-v-02a73d5a],.big p.Para-basic-L[data-v-02a73d5a],.big li.Para-basic-L-hyp-Sub[data-v-02a73d5a],.big li.Para-basic-L-hyp-2Sub[data-v-02a73d5a],.big li[class^=Para-Num][data-v-02a73d5a],.big p.Para-Box-Num[data-v-02a73d5a],.big p.Para-Basic-B-Sub[data-v-02a73d5a],.big td p.Para-basic-L[data-v-02a73d5a],.big td li.Para-basic-L-bullet[data-v-02a73d5a],.big p.Para-Basic-B[data-v-02a73d5a],.big p.Para-Circle-Num-Sub[data-v-02a73d5a]{font-size:16px}.big .Table-specification td p[data-v-02a73d5a],.big .Table--3col-Locations td li[data-v-02a73d5a],.big p.Para-Table-L-Sub[data-v-02a73d5a],.big p.Para-Table-L-Sub-Auto[data-v-02a73d5a],.big p.Para-Table-L-center[data-v-02a73d5a],.big p.Para-Table-L[data-v-02a73d5a],.big li.Para-Table-L-hyp-Sub[data-v-02a73d5a],.big li.Para-Table-L-hyp-2Sub[data-v-02a73d5a],.big li[class^=Para-Num][data-v-02a73d5a],.big p.Para-Box-Num[data-v-02a73d5a],.big p.Para-Table-B-Sub[data-v-02a73d5a],.big td p.Para-Table-L[data-v-02a73d5a],.big p.Para-Table-B[data-v-02a73d5a],.big p.Para-Circle-Num-Sub[data-v-02a73d5a],.big p.Para-Table-B-Center[data-v-02a73d5a],.big .Table--3col-ISO td p[data-v-02a73d5a]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-02a73d5a],p.Para-Table-B-Center[data-v-02a73d5a]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-02a73d5a],.big p.video_title[data-v-02a73d5a],.big .resultItem p[data-v-02a73d5a]{font-size:1.05em}h1[data-v-02a73d5a]{font-size:1.2em;margin-top:0}h2[data-v-02a73d5a]{font-size:1.1em}.Heading-3[data-v-02a73d5a]{font-size:1em}.content .text>ol li[data-v-02a73d5a]:BEFORE{font-size:26px}.video[data-v-02a73d5a]{width:95%}}p.Para-Table-L[data-v-02a73d5a]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-02a73d5a]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-02a73d5a]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-02a73d5a]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-02a73d5a]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-02a73d5a]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-02a73d5a]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-02a73d5a]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-02a73d5a]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-02a73d5a]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-02a73d5a]:before{content:"";display:block;height:15pt}.Bold[data-v-02a73d5a],span.Bold[data-v-02a73d5a]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-02a73d5a]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-02a73d5a]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-02a73d5a]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-02a73d5a]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-02a73d5a]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-02a73d5a]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-02a73d5a]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-02a73d5a]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-02a73d5a]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-02a73d5a]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-02a73d5a]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-02a73d5a],.Para-Table-L-Sub-Auto .icon-1[data-v-02a73d5a]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-02a73d5a]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-02a73d5a]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-02a73d5a]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-02a73d5a],.Table--2col td p.Para-basic-L[data-v-02a73d5a]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-02a73d5a]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-02a73d5a]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-02a73d5a]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-02a73d5a]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-02a73d5a]{margin-top:8pt!important}.table-responsive[data-v-02a73d5a]{width:100%;overflow-x:auto}.table-responsive table[data-v-02a73d5a]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-02a73d5a]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-02a73d5a]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-02a73d5a]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-02a73d5a]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-02a73d5a]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-02a73d5a]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-02a73d5a]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-02a73d5a]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-02a73d5a]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-02a73d5a]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-02a73d5a]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-02a73d5a]{font-size:12px}#table-15.responsive td[data-v-02a73d5a]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-02a73d5a]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-02a73d5a]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-02a73d5a]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-02a73d5a]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-02a73d5a],.Table--4col-Error th[data-v-02a73d5a]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-02a73d5a],.Table--4col-Error tr:first-child th[data-v-02a73d5a]{border-top:none}.Table--4col-Error tr:last-child td[data-v-02a73d5a]{border-bottom:none}.Table--4col-Error thead td[data-v-02a73d5a]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-02a73d5a]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-02a73d5a]:nth-child(1),.Table--4col-Error thead td[data-v-02a73d5a]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-02a73d5a]:nth-child(2),.Table--4col-Error thead td[data-v-02a73d5a]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-02a73d5a]:nth-child(3),.Table--4col-Error thead td[data-v-02a73d5a]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-02a73d5a]:nth-child(4),.Table--4col-Error thead td[data-v-02a73d5a]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-02a73d5a]:nth-child(1),.Table--4col-Error tbody td[data-v-02a73d5a]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-02a73d5a]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-02a73d5a]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-02a73d5a]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-02a73d5a]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-02a73d5a]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-02a73d5a]{font-size:14px!important}.Table--4col-Error tbody td[data-v-02a73d5a]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-02a73d5a],.Table--4col-Error p.Para-Table-B[data-v-02a73d5a],.Table--4col-Error p.Para-Table-L-Center[data-v-02a73d5a]{font-size:12px!important}.Table--4col-Error tbody td[data-v-02a73d5a]:nth-child(1),.Table--4col-Error thead td[data-v-02a73d5a]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-02a73d5a]:nth-child(2),.Table--4col-Error thead td[data-v-02a73d5a]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-02a73d5a]:nth-child(3),.Table--4col-Error thead td[data-v-02a73d5a]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-02a73d5a]:nth-child(4),.Table--4col-Error thead td[data-v-02a73d5a]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-02a73d5a]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-02a73d5a]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-02a73d5a]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-02a73d5a]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-02a73d5a]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-02a73d5a]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-02a73d5a]{line-height:1.25;font-weight:500}.Bold-color[data-v-02a73d5a]{font-weight:700}.char-style-override-4[data-v-02a73d5a]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-02a73d5a]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-02a73d5a]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-02a73d5a]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-02a73d5a]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-02a73d5a]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-02a73d5a]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-02a73d5a]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-02a73d5a]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-02a73d5a]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-02a73d5a]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-02a73d5a]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-02a73d5a]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-02a73d5a]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-02a73d5a]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-02a73d5a]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-02a73d5a],tr:last-child td.cell-style-override-7[data-v-02a73d5a]{border-bottom:0}table#table-16[data-v-02a73d5a]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-02a73d5a],.Table--2col-Air-Sensor[data-v-02a73d5a],.Table--2col-Voice[data-v-02a73d5a],.Table--2col-Filter[data-v-02a73d5a],.Table--troubleshooting[data-v-02a73d5a],.Table--4col-Error[data-v-02a73d5a],.Table--Specifications[data-v-02a73d5a]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-02a73d5a]:last-child,.Table--2col-Voice tr td[data-v-02a73d5a]:last-child{width:70%}.Table--2col-Voice tr td[data-v-02a73d5a]:first-child{width:30%}.Para-Table-L-Center[data-v-02a73d5a]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-02a73d5a]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-02a73d5a]{display:block!important}.Table--2col-Information td[data-v-02a73d5a]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-02a73d5a]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-02a73d5a]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-02a73d5a]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-02a73d5a]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-02a73d5a],.Table--4col-responsive table td[data-v-02a73d5a]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-02a73d5a],.Table--2col-Information th[data-v-02a73d5a]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-02a73d5a]:nth-child(1),.Table--2col-Information th[data-v-02a73d5a]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-02a73d5a]:nth-child(2),.Table--2col-Information th[data-v-02a73d5a]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-02a73d5a],.Table--2col-Information th[data-v-02a73d5a]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-02a73d5a]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-02a73d5a],.Table--2col-Voice th[data-v-02a73d5a]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-02a73d5a]:nth-child(1),.Table--2col-Voice th[data-v-02a73d5a]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-02a73d5a]:nth-child(2),.Table--2col-Voice th[data-v-02a73d5a]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-02a73d5a]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-02a73d5a],.Table--2col-Voice tr:last-child td[data-v-02a73d5a]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-02a73d5a],.Table--2col-Voice thead th[data-v-02a73d5a]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-02a73d5a]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-02a73d5a]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-02a73d5a]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-02a73d5a],.Table--2col-Information th[data-v-02a73d5a]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-02a73d5a]:nth-child(1),.Table--2col-Information th[data-v-02a73d5a]:nth-child(1){width:30%}.Table--2col-Information td[data-v-02a73d5a]:nth-child(2),.Table--2col-Information th[data-v-02a73d5a]:nth-child(2){width:70%}.Table--2col-Information td[data-v-02a73d5a]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-02a73d5a]{border-bottom:none}.Table--2col-Air-Sensor[data-v-02a73d5a]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-02a73d5a],.Table--2col-Air-Sensor th[data-v-02a73d5a]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-02a73d5a]:nth-child(1),.Table--2col-Air-Sensor th[data-v-02a73d5a]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-02a73d5a]:nth-child(2),.Table--2col-Air-Sensor th[data-v-02a73d5a]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-02a73d5a]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-02a73d5a]{border-bottom:none}.Table--2col-Filter[data-v-02a73d5a]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-02a73d5a],.Table--2col-Filter th[data-v-02a73d5a]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-02a73d5a]:nth-child(1),.Table--2col-Filter th[data-v-02a73d5a]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-02a73d5a]:nth-child(2),.Table--2col-Filter th[data-v-02a73d5a]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-02a73d5a]:nth-child(3),.Table--2col-Filter th[data-v-02a73d5a]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-02a73d5a]:nth-child(4),.Table--2col-Filter th[data-v-02a73d5a]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-02a73d5a]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-02a73d5a],.Table--2col-Filter tr:last-child td[data-v-02a73d5a]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-02a73d5a],.Table--2col-Filter thead th[data-v-02a73d5a]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-02a73d5a]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-02a73d5a]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-02a73d5a]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-02a73d5a],.Table--Specifications th[data-v-02a73d5a]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-02a73d5a]:first-child,.Table--Specifications th[data-v-02a73d5a]:first-child{width:16%}.Table--Specifications td[data-v-02a73d5a]:nth-child(2),.Table--Specifications th[data-v-02a73d5a]:nth-child(2){width:42%}.Table--Specifications td[data-v-02a73d5a]:nth-child(3),.Table--Specifications th[data-v-02a73d5a]:nth-child(3){width:42%}.Table--Specifications td[data-v-02a73d5a]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-02a73d5a],.Table--Specifications tr:last-child td[data-v-02a73d5a]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-02a73d5a],.Table--Specifications thead th[data-v-02a73d5a]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-02a73d5a]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-02a73d5a]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-02a73d5a],td.cell-style-override-20[data-v-02a73d5a]{padding:10px}td.x3col-Mid-text[data-v-02a73d5a],td.cell-style-override-22[data-v-02a73d5a],td.cell-style-override-20[data-v-02a73d5a]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-02a73d5a]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-02a73d5a]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-02a73d5a]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-02a73d5a]{margin-top:-350px}}#content-div[data-v-02a73d5a]{min-height:87vh;background-color:#fff}.data-row[data-v-02a73d5a]{color:#000}@media screen and (max-width: 600px){#content-div[data-v-02a73d5a]{min-height:100vh}}body[data-v-32c27322]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-32c27322]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-32c27322]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-32c27322]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-32c27322]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-32c27322]{width:83%!important}.content #naviText span[data-v-32c27322]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-32c27322]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-32c27322]{width:100%!important}.content #mainCar[data-v-32c27322]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-32c27322]{width:100%}#mainCarPhone[data-v-32c27322]{display:none}.content #buttonMenu_v2[data-v-32c27322]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-32c27322]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-32c27322]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-32c27322]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-32c27322]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-32c27322]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-32c27322]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-32c27322]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-32c27322]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-32c27322]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-32c27322]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-32c27322]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-32c27322]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-32c27322]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-32c27322]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-32c27322]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-32c27322]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-32c27322]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-32c27322]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-32c27322]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-32c27322]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-32c27322]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-32c27322]{bottom:11%;width:30%}.content #naviText span[data-v-32c27322]{font-size:17px}.content #naviText img[data-v-32c27322]{width:80%!important}.content #carName[data-v-32c27322]{right:0%;bottom:12%}.content #carName img[data-v-32c27322]{width:40%!important}.content #buttonMenu_v2>a[data-v-32c27322]{width:33%}.content #buttonMenu>a[data-v-32c27322]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-32c27322]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-32c27322]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-32c27322]{display:block}#mainCarPc[data-v-32c27322]{display:none}.content #buttonMenu_v2[data-v-32c27322],.content #buttonMenu[data-v-32c27322]{width:92%}}@media screen and (max-width: 480px){.content[data-v-32c27322]{padding-top:0}.content #naviText[data-v-32c27322]{bottom:14%;width:45%}.content #naviText span[data-v-32c27322]{font-size:11px}.content #naviText img[data-v-32c27322]{width:88%!important}.content #carName[data-v-32c27322]{right:5%;bottom:15%}.content #carName img[data-v-32c27322]{width:120px!important}.content #buttonMenu_v2[data-v-32c27322]{position:relative}.content #buttonMenu_v2>a>div[data-v-32c27322]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-32c27322]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-32c27322]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-32c27322]{position:relative}.content #buttonMenu>a>div[data-v-32c27322]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-32c27322]{height:120px}.content #buttonMenu>a>div>span[data-v-32c27322]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-32c27322]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-32c27322]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-32c27322]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-32c27322]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-32c27322]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-32c27322]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-32c27322]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-32c27322]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-32c27322]{margin:0;padding:0}html[data-v-32c27322]{background-color:#000;width:100%}.keyword[data-v-32c27322],.highlight[data-v-32c27322]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-32c27322]{font-family:upsys_commonregular}.header_main[data-v-32c27322]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-32c27322]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-32c27322]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-32c27322]>*{float:left}#headerLogo[data-v-32c27322]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-32c27322]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-32c27322]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-32c27322]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-32c27322]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-32c27322]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-32c27322]{font-size:13px}.languageDiv .active[data-v-32c27322]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-32c27322]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-32c27322]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-32c27322]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-32c27322],#languageSelect li[data-v-32c27322]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-32c27322],#languageSelect li:hover a[data-v-32c27322]{color:#000}.footer-manual[data-v-32c27322]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-32c27322]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-32c27322]{line-height:60px}#footerLogo[data-v-32c27322]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-32c27322]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-32c27322]{display:inline-block;width:100%}#copyrightPcSpan[data-v-32c27322]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-32c27322]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-32c27322]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-32c27322]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-32c27322]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-32c27322]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-32c27322]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-32c27322]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-32c27322]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-32c27322]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-32c27322]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-32c27322]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-32c27322]:focus{outline:none}#searchButton[data-v-32c27322]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-32c27322]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-32c27322]{width:80%}table td.right[data-v-32c27322]{width:10%;text-align:center}.result[data-v-32c27322],.resultcount[data-v-32c27322],.noResult[data-v-32c27322]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-32c27322]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-32c27322]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-32c27322]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-32c27322]{color:#e49f81}.cover[data-v-32c27322]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-32c27322]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-32c27322]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-32c27322]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-32c27322]{font-size:12px}.languageDivPhone .active[data-v-32c27322]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-32c27322]{bottom:30px;left:1px}.fontChangeButton[data-v-32c27322]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-32c27322]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-32c27322]{left:0}.languageDiv div[data-v-32c27322]{width:120%;left:-45px;top:5px}#languageSelect[data-v-32c27322]{margin-left:-40px}#banner_img>a[data-v-32c27322]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-32c27322]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-32c27322]{z-index:12}.header_main[data-v-32c27322]{height:40px;padding-top:0}.header[data-v-32c27322]{z-index:12}.header[data-v-32c27322]{height:40px;padding-top:0}#title[data-v-32c27322]{font-size:16px;width:49%}#headerLogo[data-v-32c27322]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-32c27322]{width:20%}.languageDiv div[data-v-32c27322]{width:90%;left:-15px;top:5px}#languageSelect[data-v-32c27322]{margin-left:-10px}.languageDiv ul[data-v-32c27322]{font-size:12px}#menu[data-v-32c27322]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-32c27322]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-32c27322]{width:80%}#rightHeader[data-v-32c27322]{height:40px}#rightHeader>div[data-v-32c27322]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-32c27322]{position:absolute;right:38px;top:0}.searchDiv[data-v-32c27322]{width:90%}#toc[data-v-32c27322]{width:100%}.copyright[data-v-32c27322]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-32c27322]{display:none}#copyrightPhone[data-v-32c27322]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-32c27322]{width:15%!important}#prevBtn[data-v-32c27322],#nextBtn[data-v-32c27322]{width:32px;height:32px;background-size:100%}#searchButton[data-v-32c27322]{margin-left:-1px}table td.left[data-v-32c27322]{text-align:right}table td.center[data-v-32c27322]{width:50%}table td.right[data-v-32c27322]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-32c27322]{left:0}.languageDiv div[data-v-32c27322]{width:100%;left:-5px;top:5px}#languageSelect[data-v-32c27322]{margin-left:20px}.languageDiv ul[data-v-32c27322]{font-size:10px}.noResult>span[data-v-32c27322]{width:200px!important;font-size:14px}#title[data-v-32c27322]{font-size:13px;width:40%}#menu[data-v-32c27322]{position:absolute}#banner_img>a[data-v-32c27322]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-32c27322]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-32c27322]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-32c27322]{font-size:14px}}body[data-v-32c27322]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-32c27322]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-32c27322]{margin:auto;max-width:1120px}.subHeaderInner[data-v-32c27322]>*{float:left}.content p[data-v-32c27322],.content li[data-v-32c27322]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-32c27322]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-32c27322]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-32c27322]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-32c27322]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-32c27322]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-32c27322]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-32c27322]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-32c27322]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-32c27322]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-32c27322]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-32c27322]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-32c27322],p.Para-Basic-B-Sub[data-v-32c27322]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-32c27322]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-32c27322]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-32c27322]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-32c27322]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-32c27322]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-32c27322],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-32c27322],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-32c27322]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-32c27322],p+ul li.Para-Basic-B-Sub[data-v-32c27322]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-32c27322],ul~p.Para-basic-L-bullet-Sub[data-v-32c27322],ul~p.Para-Basic-B-Sub[data-v-32c27322]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-32c27322],ol~p.Para-basic-L-bullet-Sub[data-v-32c27322],ol~p.Para-Basic-B-Sub[data-v-32c27322]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-32c27322],ol+*+p.Para-basic-L-bullet-Sub[data-v-32c27322],ol+*+p.Para-Basic-B-Sub[data-v-32c27322]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-32c27322],a .Para-Basic-B-Sub[data-v-32c27322]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-32c27322]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-32c27322]{margin-left:45px}.content p[data-v-32c27322],li[data-v-32c27322]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-32c27322],p.Para-Basic-B[data-v-32c27322],p.Para-Basic-B-Center[data-v-32c27322]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-32c27322]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-32c27322],p.Para-Basic-B-Center[data-v-32c27322]{text-align:center}p.Para-Table-L-center[data-v-32c27322],p.Para-Table-B-Center[data-v-32c27322]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-32c27322],table p.Para-Basic-B[data-v-32c27322],table p.Para-Basic-B-Center[data-v-32c27322]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-32c27322]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-32c27322]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-32c27322]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-32c27322]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-32c27322]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-32c27322],.content .text>ul[data-v-32c27322],.content .text table ol[data-v-32c27322],.content .text table ul[data-v-32c27322]{padding-left:20px}.content .text>ol[data-v-32c27322]{padding-left:0}p.Para-Illust-L[data-v-32c27322]{text-align:center}p.Para-Illust-L img[data-v-32c27322]{display:inline-block}p.Placeholder-sub[data-v-32c27322],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-32c27322],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-32c27322],.content .text>ol~.figure[data-v-32c27322],p.Placeholder-sub-S[data-v-32c27322],.Para-screen-sub-S[data-v-32c27322],.Para-screen-sub-M[data-v-32c27322],.Para-screen-sub-L[data-v-32c27322]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-32c27322],p.Placeholder-sub-M img[data-v-32c27322],p.Placeholder-sub img[data-v-32c27322]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-32c27322]{margin-left:45px}.Table-pic-Left-sub img[data-v-32c27322]{margin-top:5px;margin-bottom:10px}div.figure[data-v-32c27322]{display:inline-block}p.Para-img-description[data-v-32c27322]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-32c27322]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-32c27322]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-32c27322]{margin-bottom:25px}.text img[data-v-32c27322]{max-width:100%;display:block}.Table-Pic-center[data-v-32c27322]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-32c27322]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-32c27322]{margin:0}p.Para-Box-Num[data-v-32c27322]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-32c27322]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-32c27322]:AFTER{content:". "}span.inline-img img[data-v-32c27322]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-32c27322]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-32c27322]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-32c27322]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-32c27322]{margin-left:6.5%;display:block!important}.discUl li[data-v-32c27322]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-32c27322],.Symbol-R[data-v-32c27322],.Note-R-Pic[data-v-32c27322]{display:block;width:100%}.Symbol-L[data-v-32c27322]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-32c27322]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-32c27322],.Symbol-R li[data-v-32c27322],.Symbol-R p[data-v-32c27322]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-32c27322]{font-size:16px}table.Table-Symbol td ul[data-v-32c27322]{padding-left:20px}table.Table-Symbol[data-v-32c27322]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-32c27322]{color:#bc162c}.Symbol-Black[data-v-32c27322],.Symbol-Black-Table[data-v-32c27322]{font-family:upsys_commonregular}.Symbol-Green[data-v-32c27322]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-32c27322]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-32c27322]{width:auto!important}.video_container[data-v-32c27322]{margin-top:40px;float:right}.video[data-v-32c27322]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-32c27322]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-32c27322]{width:100%}.Table--3col[data-v-32c27322],.Basic-Table[data-v-32c27322],.Table--2col[data-v-32c27322],.Table-Landmark[data-v-32c27322],.Table--4col[data-v-32c27322],.Table-2row-merge[data-v-32c27322],.Table--troubleshooting[data-v-32c27322],.Table-specification[data-v-32c27322],.Table-service-center[data-v-32c27322],.Table-5col[data-v-32c27322],.responsive[data-v-32c27322],.Table--3col-Locations[data-v-32c27322]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-32c27322]:FIRST-CHILD,.Basic-Table tr[data-v-32c27322]:FIRST-CHILD,.Table--2col tr[data-v-32c27322]:FIRST-CHILD,.Table-Landmark tr[data-v-32c27322]:FIRST-CHILD,.Table--4col tr[data-v-32c27322]:FIRST-CHILD,.Table-2row-merge tr[data-v-32c27322]:FIRST-CHILD,.Table--troubleshooting tr[data-v-32c27322]:FIRST-CHILD,.Table-service-center tr[data-v-32c27322]:FIRST-CHILD,.responsive tr[data-v-32c27322]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-32c27322]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-32c27322],.Basic-Table td[data-v-32c27322],.Table--2col td[data-v-32c27322],.Table-Landmark td[data-v-32c27322],.Table--4col td[data-v-32c27322],.Table-2row-merge td[data-v-32c27322],.Table--troubleshooting td[data-v-32c27322],.Table-specification td[data-v-32c27322],.Table-service-center td[data-v-32c27322],.responsive td[data-v-32c27322]{padding:10px}.Table--troubleshooting td[data-v-32c27322]{border-right:none}.Table--troubleshooting[data-v-32c27322]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-32c27322],.Table-Landmark .Para-Pic-Center img[data-v-32c27322]{width:30px}.Table-5col[data-v-32c27322]{border:none}.Table-5col tr[data-v-32c27322]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-32c27322]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-32c27322]{width:15%}.Table--3col td.x3col-L[data-v-32c27322],.x3col-L td.x3col-M[data-v-32c27322]{width:10%}td.x3col-Mid-Text[data-v-32c27322]{text-align:center}td.x3col-R-Pic[data-v-32c27322]{text-align:right}.responsive td p[data-v-32c27322]{text-align:center}table.Table--3col-Locations[data-v-32c27322]{border-collapse:collapse}.Table--3col-Locations td[data-v-32c27322]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-32c27322]{padding:10px}.Para-Pic-Center img[data-v-32c27322]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-32c27322]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-32c27322]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-32c27322]{width:50%}.Table-specification .x3col-L-Grey[data-v-32c27322]{width:20%}.Table-specification .Spec-Mid-text[data-v-32c27322]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-32c27322]{width:50%}.Table--3col .x3col-L-Grey[data-v-32c27322]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-32c27322],.Table--4col .x3col-Mid-Grey[data-v-32c27322],.Table--4col .x3col-R-Grey[data-v-32c27322]{width:30%}.navi td.x3col-Mid-Grey[data-v-32c27322]{width:15%}.Table--3col .x3col-R-Grey[data-v-32c27322]{width:50%}.Table--2col .x3col-L-Grey[data-v-32c27322],.Table--2col td[data-v-32c27322]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-32c27322]{width:70%}.Table--2col-Disc[data-v-32c27322]{border-collapse:collapse}.Table--2col-Disc td[data-v-32c27322]{border:1px solid grey;padding:10px}.Table-PL td[data-v-32c27322]:FIRST-CHILD{width:25%}.resultcount p[data-v-32c27322]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-32c27322]{font-family:SK_namuhx-Bold}.noResult>span[data-v-32c27322]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-32c27322]{color:#f0dfdf;display:block}.result_list[data-v-32c27322]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-32c27322]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-32c27322]{font-family:SK_namuhx-Regular}.resulttext p[data-v-32c27322]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-32c27322]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-32c27322]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-32c27322],.Cross-Reference[data-v-32c27322]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-32c27322]:hover{text-decoration:underline}.fontChangeDiv[data-v-32c27322]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-32c27322]{top:55px}#backButton[data-v-32c27322]{background-size:16px}.chapterTitle[data-v-32c27322]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-32c27322],h2[data-v-32c27322]{font-size:1.3em}#contentAccordion[data-v-32c27322]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-32c27322]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-32c27322]{line-height:21px}.video[data-v-32c27322]{width:46%}}@media screen and (max-width: 640px){h2[data-v-32c27322]{margin-top:40px}.subHeader[data-v-32c27322]{top:40px}.fontChangeDiv[data-v-32c27322]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-32c27322]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-32c27322]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-32c27322]{margin-left:7.3%}table td[data-v-32c27322]{font-size:14px;padding:5px!important}table td p[data-v-32c27322],table td p.Para-Basic-B-Center[data-v-32c27322],table td p.Para-Basic-B[data-v-32c27322]{font-size:14px}table td p.Para-Small-L[data-v-32c27322]{font-size:12px;word-break:break-word}.Table--3col td[data-v-32c27322],.Basic-Table td[data-v-32c27322],.Table--2col td[data-v-32c27322],.Table-Landmark td[data-v-32c27322],.Table--4col td[data-v-32c27322],.Table-2row-merge td[data-v-32c27322],.Table--troubleshooting td[data-v-32c27322],.Table-specification td[data-v-32c27322],.Table-service-center td[data-v-32c27322]{border-right:none}.responsive[data-v-32c27322],.responsive tr[data-v-32c27322],.responsive tbody[data-v-32c27322]{width:100%}.Table--4col-responsive td[data-v-32c27322]{min-width:200px!important;height:auto}.responsive td p[data-v-32c27322]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-32c27322],.Table-Symbol td li[data-v-32c27322]{font-size:16px}p.Placeholder-sub[data-v-32c27322],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-32c27322],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-32c27322],.content .text>ol~.figure[data-v-32c27322],.content .text>ol+ul[data-v-32c27322],.Para-screen-sub-L[data-v-32c27322]{margin-left:0}.resultcount p[data-v-32c27322]{font-size:16px}.Table-specification td p[data-v-32c27322],.Table--3col-Locations td li[data-v-32c27322],p.Para-basic-L-Sub[data-v-32c27322],p.Para-basic-L-Sub-Auto[data-v-32c27322],p.Para-basic-L-center[data-v-32c27322],li.Para-basic-L-bullet[data-v-32c27322],p.Para-basic-L[data-v-32c27322],li.Para-basic-L-hyp-Sub[data-v-32c27322],li.Para-basic-L-hyp-2Sub[data-v-32c27322],li[class^=Para-Num][data-v-32c27322],p.Para-Box-Num[data-v-32c27322],p.Para-Basic-B-Sub[data-v-32c27322],td p.Para-basic-L[data-v-32c27322],td li.Para-basic-L-bullet[data-v-32c27322],p.Para-Basic-B[data-v-32c27322],p.Para-Circle-Num-Sub[data-v-32c27322],.Symbol-L p.Para-basic-L-Sub[data-v-32c27322],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-32c27322]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-32c27322],.Table--3col-Locations td li[data-v-32c27322],p.Para-Table-L-Sub[data-v-32c27322],p.Para-Table-L-Sub-Auto[data-v-32c27322],p.Para-Table-L-center[data-v-32c27322],p.Para-Table-L[data-v-32c27322],li.Para-Table-L-hyp-Sub[data-v-32c27322],li.Para-Table-L-hyp-2Sub[data-v-32c27322],p.Para-Table-B-Sub[data-v-32c27322],td p.Para-Table-L[data-v-32c27322],p.Para-Table-B[data-v-32c27322],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-32c27322]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-32c27322]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-32c27322],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-32c27322]{font-size:14px}.big .Table-specification td p[data-v-32c27322],.big .Table--3col-Locations td li[data-v-32c27322],.big p.Para-basic-L-Sub[data-v-32c27322],.big p.Para-basic-L-Sub-Auto[data-v-32c27322],.big p.Para-basic-L-center[data-v-32c27322],.big li.Para-basic-L-bullet[data-v-32c27322],.big p.Para-basic-L[data-v-32c27322],.big li.Para-basic-L-hyp-Sub[data-v-32c27322],.big li.Para-basic-L-hyp-2Sub[data-v-32c27322],.big li[class^=Para-Num][data-v-32c27322],.big p.Para-Box-Num[data-v-32c27322],.big p.Para-Basic-B-Sub[data-v-32c27322],.big td p.Para-basic-L[data-v-32c27322],.big td li.Para-basic-L-bullet[data-v-32c27322],.big p.Para-Basic-B[data-v-32c27322],.big p.Para-Circle-Num-Sub[data-v-32c27322]{font-size:16px}.big .Table-specification td p[data-v-32c27322],.big .Table--3col-Locations td li[data-v-32c27322],.big p.Para-Table-L-Sub[data-v-32c27322],.big p.Para-Table-L-Sub-Auto[data-v-32c27322],.big p.Para-Table-L-center[data-v-32c27322],.big p.Para-Table-L[data-v-32c27322],.big li.Para-Table-L-hyp-Sub[data-v-32c27322],.big li.Para-Table-L-hyp-2Sub[data-v-32c27322],.big li[class^=Para-Num][data-v-32c27322],.big p.Para-Box-Num[data-v-32c27322],.big p.Para-Table-B-Sub[data-v-32c27322],.big td p.Para-Table-L[data-v-32c27322],.big p.Para-Table-B[data-v-32c27322],.big p.Para-Circle-Num-Sub[data-v-32c27322],.big p.Para-Table-B-Center[data-v-32c27322],.big .Table--3col-ISO td p[data-v-32c27322]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-32c27322],p.Para-Table-B-Center[data-v-32c27322]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-32c27322],.big p.video_title[data-v-32c27322],.big .resultItem p[data-v-32c27322]{font-size:1.05em}h1[data-v-32c27322]{font-size:1.2em;margin-top:0}h2[data-v-32c27322]{font-size:1.1em}.Heading-3[data-v-32c27322]{font-size:1em}.content .text>ol li[data-v-32c27322]:BEFORE{font-size:26px}.video[data-v-32c27322]{width:95%}}p.Para-Table-L[data-v-32c27322]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-32c27322]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-32c27322]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-32c27322]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-32c27322]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-32c27322]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-32c27322]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-32c27322]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-32c27322]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-32c27322]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-32c27322]:before{content:"";display:block;height:15pt}.Bold[data-v-32c27322],span.Bold[data-v-32c27322]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-32c27322]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-32c27322]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-32c27322]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-32c27322]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-32c27322]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-32c27322]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-32c27322]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-32c27322]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-32c27322]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-32c27322]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-32c27322]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-32c27322],.Para-Table-L-Sub-Auto .icon-1[data-v-32c27322]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-32c27322]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-32c27322]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-32c27322]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-32c27322],.Table--2col td p.Para-basic-L[data-v-32c27322]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-32c27322]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-32c27322]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-32c27322]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-32c27322]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-32c27322]{margin-top:8pt!important}.table-responsive[data-v-32c27322]{width:100%;overflow-x:auto}.table-responsive table[data-v-32c27322]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-32c27322]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-32c27322]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-32c27322]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-32c27322]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-32c27322]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-32c27322]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-32c27322]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-32c27322]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-32c27322]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-32c27322]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-32c27322]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-32c27322]{font-size:12px}#table-15.responsive td[data-v-32c27322]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-32c27322]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-32c27322]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-32c27322]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-32c27322]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-32c27322],.Table--4col-Error th[data-v-32c27322]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-32c27322],.Table--4col-Error tr:first-child th[data-v-32c27322]{border-top:none}.Table--4col-Error tr:last-child td[data-v-32c27322]{border-bottom:none}.Table--4col-Error thead td[data-v-32c27322]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-32c27322]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-32c27322]:nth-child(1),.Table--4col-Error thead td[data-v-32c27322]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-32c27322]:nth-child(2),.Table--4col-Error thead td[data-v-32c27322]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-32c27322]:nth-child(3),.Table--4col-Error thead td[data-v-32c27322]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-32c27322]:nth-child(4),.Table--4col-Error thead td[data-v-32c27322]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-32c27322]:nth-child(1),.Table--4col-Error tbody td[data-v-32c27322]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-32c27322]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-32c27322]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-32c27322]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-32c27322]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-32c27322]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-32c27322]{font-size:14px!important}.Table--4col-Error tbody td[data-v-32c27322]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-32c27322],.Table--4col-Error p.Para-Table-B[data-v-32c27322],.Table--4col-Error p.Para-Table-L-Center[data-v-32c27322]{font-size:12px!important}.Table--4col-Error tbody td[data-v-32c27322]:nth-child(1),.Table--4col-Error thead td[data-v-32c27322]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-32c27322]:nth-child(2),.Table--4col-Error thead td[data-v-32c27322]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-32c27322]:nth-child(3),.Table--4col-Error thead td[data-v-32c27322]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-32c27322]:nth-child(4),.Table--4col-Error thead td[data-v-32c27322]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-32c27322]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-32c27322]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-32c27322]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-32c27322]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-32c27322]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-32c27322]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-32c27322]{line-height:1.25;font-weight:500}.Bold-color[data-v-32c27322]{font-weight:700}.char-style-override-4[data-v-32c27322]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-32c27322]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-32c27322]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-32c27322]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-32c27322]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-32c27322]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-32c27322]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-32c27322]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-32c27322]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-32c27322]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-32c27322]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-32c27322]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-32c27322]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-32c27322]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-32c27322]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-32c27322]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-32c27322],tr:last-child td.cell-style-override-7[data-v-32c27322]{border-bottom:0}table#table-16[data-v-32c27322]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-32c27322],.Table--2col-Air-Sensor[data-v-32c27322],.Table--2col-Voice[data-v-32c27322],.Table--2col-Filter[data-v-32c27322],.Table--troubleshooting[data-v-32c27322],.Table--4col-Error[data-v-32c27322],.Table--Specifications[data-v-32c27322]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-32c27322]:last-child,.Table--2col-Voice tr td[data-v-32c27322]:last-child{width:70%}.Table--2col-Voice tr td[data-v-32c27322]:first-child{width:30%}.Para-Table-L-Center[data-v-32c27322]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-32c27322]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-32c27322]{display:block!important}.Table--2col-Information td[data-v-32c27322]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-32c27322]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-32c27322]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-32c27322]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-32c27322]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-32c27322],.Table--4col-responsive table td[data-v-32c27322]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-32c27322],.Table--2col-Information th[data-v-32c27322]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-32c27322]:nth-child(1),.Table--2col-Information th[data-v-32c27322]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-32c27322]:nth-child(2),.Table--2col-Information th[data-v-32c27322]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-32c27322],.Table--2col-Information th[data-v-32c27322]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-32c27322]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-32c27322],.Table--2col-Voice th[data-v-32c27322]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-32c27322]:nth-child(1),.Table--2col-Voice th[data-v-32c27322]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-32c27322]:nth-child(2),.Table--2col-Voice th[data-v-32c27322]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-32c27322]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-32c27322],.Table--2col-Voice tr:last-child td[data-v-32c27322]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-32c27322],.Table--2col-Voice thead th[data-v-32c27322]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-32c27322]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-32c27322]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-32c27322]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-32c27322],.Table--2col-Information th[data-v-32c27322]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-32c27322]:nth-child(1),.Table--2col-Information th[data-v-32c27322]:nth-child(1){width:30%}.Table--2col-Information td[data-v-32c27322]:nth-child(2),.Table--2col-Information th[data-v-32c27322]:nth-child(2){width:70%}.Table--2col-Information td[data-v-32c27322]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-32c27322]{border-bottom:none}.Table--2col-Air-Sensor[data-v-32c27322]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-32c27322],.Table--2col-Air-Sensor th[data-v-32c27322]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-32c27322]:nth-child(1),.Table--2col-Air-Sensor th[data-v-32c27322]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-32c27322]:nth-child(2),.Table--2col-Air-Sensor th[data-v-32c27322]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-32c27322]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-32c27322]{border-bottom:none}.Table--2col-Filter[data-v-32c27322]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-32c27322],.Table--2col-Filter th[data-v-32c27322]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-32c27322]:nth-child(1),.Table--2col-Filter th[data-v-32c27322]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-32c27322]:nth-child(2),.Table--2col-Filter th[data-v-32c27322]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-32c27322]:nth-child(3),.Table--2col-Filter th[data-v-32c27322]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-32c27322]:nth-child(4),.Table--2col-Filter th[data-v-32c27322]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-32c27322]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-32c27322],.Table--2col-Filter tr:last-child td[data-v-32c27322]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-32c27322],.Table--2col-Filter thead th[data-v-32c27322]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-32c27322]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-32c27322]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-32c27322]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-32c27322],.Table--Specifications th[data-v-32c27322]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-32c27322]:first-child,.Table--Specifications th[data-v-32c27322]:first-child{width:16%}.Table--Specifications td[data-v-32c27322]:nth-child(2),.Table--Specifications th[data-v-32c27322]:nth-child(2){width:42%}.Table--Specifications td[data-v-32c27322]:nth-child(3),.Table--Specifications th[data-v-32c27322]:nth-child(3){width:42%}.Table--Specifications td[data-v-32c27322]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-32c27322],.Table--Specifications tr:last-child td[data-v-32c27322]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-32c27322],.Table--Specifications thead th[data-v-32c27322]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-32c27322]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-32c27322]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-32c27322],td.cell-style-override-20[data-v-32c27322]{padding:10px}td.x3col-Mid-text[data-v-32c27322],td.cell-style-override-22[data-v-32c27322],td.cell-style-override-20[data-v-32c27322]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-32c27322]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-32c27322]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-32c27322]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-32c27322]{margin-top:-350px}}#content-div[data-v-32c27322]{min-height:87vh;background-color:#fff}.data-row[data-v-32c27322]{color:#000}@media screen and (max-width: 600px){#content-div[data-v-32c27322]{min-height:100vh}}body[data-v-57506f4d]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-57506f4d]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-57506f4d]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-57506f4d]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-57506f4d]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-57506f4d]{width:83%!important}.content #naviText span[data-v-57506f4d]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-57506f4d]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-57506f4d]{width:100%!important}.content #mainCar[data-v-57506f4d]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-57506f4d]{width:100%}#mainCarPhone[data-v-57506f4d]{display:none}.content #buttonMenu_v2[data-v-57506f4d]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-57506f4d]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-57506f4d]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-57506f4d]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-57506f4d]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-57506f4d]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-57506f4d]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-57506f4d]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-57506f4d]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-57506f4d]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-57506f4d]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-57506f4d]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-57506f4d]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-57506f4d]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-57506f4d]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-57506f4d]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-57506f4d]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-57506f4d]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-57506f4d]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-57506f4d]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-57506f4d]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-57506f4d]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-57506f4d]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-57506f4d]{bottom:11%;width:30%}.content #naviText span[data-v-57506f4d]{font-size:17px}.content #naviText img[data-v-57506f4d]{width:80%!important}.content #carName[data-v-57506f4d]{right:0%;bottom:12%}.content #carName img[data-v-57506f4d]{width:40%!important}.content #buttonMenu_v2>a[data-v-57506f4d]{width:33%}.content #buttonMenu>a[data-v-57506f4d]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-57506f4d]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-57506f4d]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-57506f4d]{display:block}#mainCarPc[data-v-57506f4d]{display:none}.content #buttonMenu_v2[data-v-57506f4d],.content #buttonMenu[data-v-57506f4d]{width:92%}}@media screen and (max-width: 480px){.content[data-v-57506f4d]{padding-top:0}.content #naviText[data-v-57506f4d]{bottom:14%;width:45%}.content #naviText span[data-v-57506f4d]{font-size:11px}.content #naviText img[data-v-57506f4d]{width:88%!important}.content #carName[data-v-57506f4d]{right:5%;bottom:15%}.content #carName img[data-v-57506f4d]{width:120px!important}.content #buttonMenu_v2[data-v-57506f4d]{position:relative}.content #buttonMenu_v2>a>div[data-v-57506f4d]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-57506f4d]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-57506f4d]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-57506f4d]{position:relative}.content #buttonMenu>a>div[data-v-57506f4d]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-57506f4d]{height:120px}.content #buttonMenu>a>div>span[data-v-57506f4d]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-57506f4d]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-57506f4d]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-57506f4d]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-57506f4d]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-57506f4d]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-57506f4d]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-57506f4d]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-57506f4d]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-57506f4d]{margin:0;padding:0}html[data-v-57506f4d]{background-color:#000;width:100%}.keyword[data-v-57506f4d],.highlight[data-v-57506f4d]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-57506f4d]{font-family:upsys_commonregular}.header_main[data-v-57506f4d]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-57506f4d]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-57506f4d]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-57506f4d]>*{float:left}#headerLogo[data-v-57506f4d]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-57506f4d]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-57506f4d]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-57506f4d]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-57506f4d]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-57506f4d]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-57506f4d]{font-size:13px}.languageDiv .active[data-v-57506f4d]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-57506f4d]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-57506f4d]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-57506f4d]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-57506f4d],#languageSelect li[data-v-57506f4d]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-57506f4d],#languageSelect li:hover a[data-v-57506f4d]{color:#000}.footer-manual[data-v-57506f4d]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-57506f4d]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-57506f4d]{line-height:60px}#footerLogo[data-v-57506f4d]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-57506f4d]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-57506f4d]{display:inline-block;width:100%}#copyrightPcSpan[data-v-57506f4d]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-57506f4d]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-57506f4d]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-57506f4d]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-57506f4d]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-57506f4d]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-57506f4d]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-57506f4d]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-57506f4d]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-57506f4d]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-57506f4d]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-57506f4d]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-57506f4d]:focus{outline:none}#searchButton[data-v-57506f4d]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-57506f4d]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-57506f4d]{width:80%}table td.right[data-v-57506f4d]{width:10%;text-align:center}.result[data-v-57506f4d],.resultcount[data-v-57506f4d],.noResult[data-v-57506f4d]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-57506f4d]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-57506f4d]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-57506f4d]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-57506f4d]{color:#e49f81}.cover[data-v-57506f4d]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-57506f4d]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-57506f4d]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-57506f4d]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-57506f4d]{font-size:12px}.languageDivPhone .active[data-v-57506f4d]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-57506f4d]{bottom:30px;left:1px}.fontChangeButton[data-v-57506f4d]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-57506f4d]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-57506f4d]{left:0}.languageDiv div[data-v-57506f4d]{width:120%;left:-45px;top:5px}#languageSelect[data-v-57506f4d]{margin-left:-40px}#banner_img>a[data-v-57506f4d]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-57506f4d]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-57506f4d]{z-index:12}.header_main[data-v-57506f4d]{height:40px;padding-top:0}.header[data-v-57506f4d]{z-index:12}.header[data-v-57506f4d]{height:40px;padding-top:0}#title[data-v-57506f4d]{font-size:16px;width:49%}#headerLogo[data-v-57506f4d]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-57506f4d]{width:20%}.languageDiv div[data-v-57506f4d]{width:90%;left:-15px;top:5px}#languageSelect[data-v-57506f4d]{margin-left:-10px}.languageDiv ul[data-v-57506f4d]{font-size:12px}#menu[data-v-57506f4d]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-57506f4d]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-57506f4d]{width:80%}#rightHeader[data-v-57506f4d]{height:40px}#rightHeader>div[data-v-57506f4d]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-57506f4d]{position:absolute;right:38px;top:0}.searchDiv[data-v-57506f4d]{width:90%}#toc[data-v-57506f4d]{width:100%}.copyright[data-v-57506f4d]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-57506f4d]{display:none}#copyrightPhone[data-v-57506f4d]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-57506f4d]{width:15%!important}#prevBtn[data-v-57506f4d],#nextBtn[data-v-57506f4d]{width:32px;height:32px;background-size:100%}#searchButton[data-v-57506f4d]{margin-left:-1px}table td.left[data-v-57506f4d]{text-align:right}table td.center[data-v-57506f4d]{width:50%}table td.right[data-v-57506f4d]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-57506f4d]{left:0}.languageDiv div[data-v-57506f4d]{width:100%;left:-5px;top:5px}#languageSelect[data-v-57506f4d]{margin-left:20px}.languageDiv ul[data-v-57506f4d]{font-size:10px}.noResult>span[data-v-57506f4d]{width:200px!important;font-size:14px}#title[data-v-57506f4d]{font-size:13px;width:40%}#menu[data-v-57506f4d]{position:absolute}#banner_img>a[data-v-57506f4d]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-57506f4d]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-57506f4d]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-57506f4d]{font-size:14px}}body[data-v-57506f4d]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-57506f4d]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-57506f4d]{margin:auto;max-width:1120px}.subHeaderInner[data-v-57506f4d]>*{float:left}.content p[data-v-57506f4d],.content li[data-v-57506f4d]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-57506f4d]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-57506f4d]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-57506f4d]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-57506f4d]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-57506f4d]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-57506f4d]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-57506f4d]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-57506f4d]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-57506f4d]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-57506f4d]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-57506f4d]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-57506f4d]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-57506f4d],p.Para-Basic-B-Sub[data-v-57506f4d]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-57506f4d]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-57506f4d]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-57506f4d]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-57506f4d]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-57506f4d],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-57506f4d],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-57506f4d]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-57506f4d],p+ul li.Para-Basic-B-Sub[data-v-57506f4d]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-57506f4d],ul~p.Para-basic-L-bullet-Sub[data-v-57506f4d],ul~p.Para-Basic-B-Sub[data-v-57506f4d]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-57506f4d],ol~p.Para-basic-L-bullet-Sub[data-v-57506f4d],ol~p.Para-Basic-B-Sub[data-v-57506f4d]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-57506f4d],ol+*+p.Para-basic-L-bullet-Sub[data-v-57506f4d],ol+*+p.Para-Basic-B-Sub[data-v-57506f4d]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-57506f4d],a .Para-Basic-B-Sub[data-v-57506f4d]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-57506f4d]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-57506f4d]{margin-left:45px}.content p[data-v-57506f4d],li[data-v-57506f4d]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-57506f4d],p.Para-Basic-B[data-v-57506f4d],p.Para-Basic-B-Center[data-v-57506f4d]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-57506f4d]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-57506f4d],p.Para-Basic-B-Center[data-v-57506f4d]{text-align:center}p.Para-Table-L-center[data-v-57506f4d],p.Para-Table-B-Center[data-v-57506f4d]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-57506f4d],table p.Para-Basic-B[data-v-57506f4d],table p.Para-Basic-B-Center[data-v-57506f4d]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-57506f4d]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-57506f4d]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-57506f4d]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-57506f4d]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-57506f4d]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-57506f4d],.content .text>ul[data-v-57506f4d],.content .text table ol[data-v-57506f4d],.content .text table ul[data-v-57506f4d]{padding-left:20px}.content .text>ol[data-v-57506f4d]{padding-left:0}p.Para-Illust-L[data-v-57506f4d]{text-align:center}p.Para-Illust-L img[data-v-57506f4d]{display:inline-block}p.Placeholder-sub[data-v-57506f4d],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-57506f4d],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-57506f4d],.content .text>ol~.figure[data-v-57506f4d],p.Placeholder-sub-S[data-v-57506f4d],.Para-screen-sub-S[data-v-57506f4d],.Para-screen-sub-M[data-v-57506f4d],.Para-screen-sub-L[data-v-57506f4d]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-57506f4d],p.Placeholder-sub-M img[data-v-57506f4d],p.Placeholder-sub img[data-v-57506f4d]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-57506f4d]{margin-left:45px}.Table-pic-Left-sub img[data-v-57506f4d]{margin-top:5px;margin-bottom:10px}div.figure[data-v-57506f4d]{display:inline-block}p.Para-img-description[data-v-57506f4d]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-57506f4d]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-57506f4d]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-57506f4d]{margin-bottom:25px}.text img[data-v-57506f4d]{max-width:100%;display:block}.Table-Pic-center[data-v-57506f4d]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-57506f4d]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-57506f4d]{margin:0}p.Para-Box-Num[data-v-57506f4d]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-57506f4d]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-57506f4d]:AFTER{content:". "}span.inline-img img[data-v-57506f4d]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-57506f4d]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-57506f4d]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-57506f4d]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-57506f4d]{margin-left:6.5%;display:block!important}.discUl li[data-v-57506f4d]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-57506f4d],.Symbol-R[data-v-57506f4d],.Note-R-Pic[data-v-57506f4d]{display:block;width:100%}.Symbol-L[data-v-57506f4d]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-57506f4d]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-57506f4d],.Symbol-R li[data-v-57506f4d],.Symbol-R p[data-v-57506f4d]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-57506f4d]{font-size:16px}table.Table-Symbol td ul[data-v-57506f4d]{padding-left:20px}table.Table-Symbol[data-v-57506f4d]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-57506f4d]{color:#bc162c}.Symbol-Black[data-v-57506f4d],.Symbol-Black-Table[data-v-57506f4d]{font-family:upsys_commonregular}.Symbol-Green[data-v-57506f4d]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-57506f4d]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-57506f4d]{width:auto!important}.video_container[data-v-57506f4d]{margin-top:40px;float:right}.video[data-v-57506f4d]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-57506f4d]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-57506f4d]{width:100%}.Table--3col[data-v-57506f4d],.Basic-Table[data-v-57506f4d],.Table--2col[data-v-57506f4d],.Table-Landmark[data-v-57506f4d],.Table--4col[data-v-57506f4d],.Table-2row-merge[data-v-57506f4d],.Table--troubleshooting[data-v-57506f4d],.Table-specification[data-v-57506f4d],.Table-service-center[data-v-57506f4d],.Table-5col[data-v-57506f4d],.responsive[data-v-57506f4d],.Table--3col-Locations[data-v-57506f4d]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-57506f4d]:FIRST-CHILD,.Basic-Table tr[data-v-57506f4d]:FIRST-CHILD,.Table--2col tr[data-v-57506f4d]:FIRST-CHILD,.Table-Landmark tr[data-v-57506f4d]:FIRST-CHILD,.Table--4col tr[data-v-57506f4d]:FIRST-CHILD,.Table-2row-merge tr[data-v-57506f4d]:FIRST-CHILD,.Table--troubleshooting tr[data-v-57506f4d]:FIRST-CHILD,.Table-service-center tr[data-v-57506f4d]:FIRST-CHILD,.responsive tr[data-v-57506f4d]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-57506f4d]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-57506f4d],.Basic-Table td[data-v-57506f4d],.Table--2col td[data-v-57506f4d],.Table-Landmark td[data-v-57506f4d],.Table--4col td[data-v-57506f4d],.Table-2row-merge td[data-v-57506f4d],.Table--troubleshooting td[data-v-57506f4d],.Table-specification td[data-v-57506f4d],.Table-service-center td[data-v-57506f4d],.responsive td[data-v-57506f4d]{padding:10px}.Table--troubleshooting td[data-v-57506f4d]{border-right:none}.Table--troubleshooting[data-v-57506f4d]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-57506f4d],.Table-Landmark .Para-Pic-Center img[data-v-57506f4d]{width:30px}.Table-5col[data-v-57506f4d]{border:none}.Table-5col tr[data-v-57506f4d]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-57506f4d]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-57506f4d]{width:15%}.Table--3col td.x3col-L[data-v-57506f4d],.x3col-L td.x3col-M[data-v-57506f4d]{width:10%}td.x3col-Mid-Text[data-v-57506f4d]{text-align:center}td.x3col-R-Pic[data-v-57506f4d]{text-align:right}.responsive td p[data-v-57506f4d]{text-align:center}table.Table--3col-Locations[data-v-57506f4d]{border-collapse:collapse}.Table--3col-Locations td[data-v-57506f4d]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-57506f4d]{padding:10px}.Para-Pic-Center img[data-v-57506f4d]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-57506f4d]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-57506f4d]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-57506f4d]{width:50%}.Table-specification .x3col-L-Grey[data-v-57506f4d]{width:20%}.Table-specification .Spec-Mid-text[data-v-57506f4d]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-57506f4d]{width:50%}.Table--3col .x3col-L-Grey[data-v-57506f4d]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-57506f4d],.Table--4col .x3col-Mid-Grey[data-v-57506f4d],.Table--4col .x3col-R-Grey[data-v-57506f4d]{width:30%}.navi td.x3col-Mid-Grey[data-v-57506f4d]{width:15%}.Table--3col .x3col-R-Grey[data-v-57506f4d]{width:50%}.Table--2col .x3col-L-Grey[data-v-57506f4d],.Table--2col td[data-v-57506f4d]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-57506f4d]{width:70%}.Table--2col-Disc[data-v-57506f4d]{border-collapse:collapse}.Table--2col-Disc td[data-v-57506f4d]{border:1px solid grey;padding:10px}.Table-PL td[data-v-57506f4d]:FIRST-CHILD{width:25%}.resultcount p[data-v-57506f4d]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-57506f4d]{font-family:SK_namuhx-Bold}.noResult>span[data-v-57506f4d]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-57506f4d]{color:#f0dfdf;display:block}.result_list[data-v-57506f4d]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-57506f4d]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-57506f4d]{font-family:SK_namuhx-Regular}.resulttext p[data-v-57506f4d]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-57506f4d]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-57506f4d]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-57506f4d],.Cross-Reference[data-v-57506f4d]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-57506f4d]:hover{text-decoration:underline}.fontChangeDiv[data-v-57506f4d]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-57506f4d]{top:55px}#backButton[data-v-57506f4d]{background-size:16px}.chapterTitle[data-v-57506f4d]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-57506f4d],h2[data-v-57506f4d]{font-size:1.3em}#contentAccordion[data-v-57506f4d]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-57506f4d]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-57506f4d]{line-height:21px}.video[data-v-57506f4d]{width:46%}}@media screen and (max-width: 640px){h2[data-v-57506f4d]{margin-top:40px}.subHeader[data-v-57506f4d]{top:40px}.fontChangeDiv[data-v-57506f4d]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-57506f4d]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-57506f4d]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-57506f4d]{margin-left:7.3%}table td[data-v-57506f4d]{font-size:14px;padding:5px!important}table td p[data-v-57506f4d],table td p.Para-Basic-B-Center[data-v-57506f4d],table td p.Para-Basic-B[data-v-57506f4d]{font-size:14px}table td p.Para-Small-L[data-v-57506f4d]{font-size:12px;word-break:break-word}.Table--3col td[data-v-57506f4d],.Basic-Table td[data-v-57506f4d],.Table--2col td[data-v-57506f4d],.Table-Landmark td[data-v-57506f4d],.Table--4col td[data-v-57506f4d],.Table-2row-merge td[data-v-57506f4d],.Table--troubleshooting td[data-v-57506f4d],.Table-specification td[data-v-57506f4d],.Table-service-center td[data-v-57506f4d]{border-right:none}.responsive[data-v-57506f4d],.responsive tr[data-v-57506f4d],.responsive tbody[data-v-57506f4d]{width:100%}.Table--4col-responsive td[data-v-57506f4d]{min-width:200px!important;height:auto}.responsive td p[data-v-57506f4d]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-57506f4d],.Table-Symbol td li[data-v-57506f4d]{font-size:16px}p.Placeholder-sub[data-v-57506f4d],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-57506f4d],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-57506f4d],.content .text>ol~.figure[data-v-57506f4d],.content .text>ol+ul[data-v-57506f4d],.Para-screen-sub-L[data-v-57506f4d]{margin-left:0}.resultcount p[data-v-57506f4d]{font-size:16px}.Table-specification td p[data-v-57506f4d],.Table--3col-Locations td li[data-v-57506f4d],p.Para-basic-L-Sub[data-v-57506f4d],p.Para-basic-L-Sub-Auto[data-v-57506f4d],p.Para-basic-L-center[data-v-57506f4d],li.Para-basic-L-bullet[data-v-57506f4d],p.Para-basic-L[data-v-57506f4d],li.Para-basic-L-hyp-Sub[data-v-57506f4d],li.Para-basic-L-hyp-2Sub[data-v-57506f4d],li[class^=Para-Num][data-v-57506f4d],p.Para-Box-Num[data-v-57506f4d],p.Para-Basic-B-Sub[data-v-57506f4d],td p.Para-basic-L[data-v-57506f4d],td li.Para-basic-L-bullet[data-v-57506f4d],p.Para-Basic-B[data-v-57506f4d],p.Para-Circle-Num-Sub[data-v-57506f4d],.Symbol-L p.Para-basic-L-Sub[data-v-57506f4d],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-57506f4d]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-57506f4d],.Table--3col-Locations td li[data-v-57506f4d],p.Para-Table-L-Sub[data-v-57506f4d],p.Para-Table-L-Sub-Auto[data-v-57506f4d],p.Para-Table-L-center[data-v-57506f4d],p.Para-Table-L[data-v-57506f4d],li.Para-Table-L-hyp-Sub[data-v-57506f4d],li.Para-Table-L-hyp-2Sub[data-v-57506f4d],p.Para-Table-B-Sub[data-v-57506f4d],td p.Para-Table-L[data-v-57506f4d],p.Para-Table-B[data-v-57506f4d],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-57506f4d]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-57506f4d]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-57506f4d],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-57506f4d]{font-size:14px}.big .Table-specification td p[data-v-57506f4d],.big .Table--3col-Locations td li[data-v-57506f4d],.big p.Para-basic-L-Sub[data-v-57506f4d],.big p.Para-basic-L-Sub-Auto[data-v-57506f4d],.big p.Para-basic-L-center[data-v-57506f4d],.big li.Para-basic-L-bullet[data-v-57506f4d],.big p.Para-basic-L[data-v-57506f4d],.big li.Para-basic-L-hyp-Sub[data-v-57506f4d],.big li.Para-basic-L-hyp-2Sub[data-v-57506f4d],.big li[class^=Para-Num][data-v-57506f4d],.big p.Para-Box-Num[data-v-57506f4d],.big p.Para-Basic-B-Sub[data-v-57506f4d],.big td p.Para-basic-L[data-v-57506f4d],.big td li.Para-basic-L-bullet[data-v-57506f4d],.big p.Para-Basic-B[data-v-57506f4d],.big p.Para-Circle-Num-Sub[data-v-57506f4d]{font-size:16px}.big .Table-specification td p[data-v-57506f4d],.big .Table--3col-Locations td li[data-v-57506f4d],.big p.Para-Table-L-Sub[data-v-57506f4d],.big p.Para-Table-L-Sub-Auto[data-v-57506f4d],.big p.Para-Table-L-center[data-v-57506f4d],.big p.Para-Table-L[data-v-57506f4d],.big li.Para-Table-L-hyp-Sub[data-v-57506f4d],.big li.Para-Table-L-hyp-2Sub[data-v-57506f4d],.big li[class^=Para-Num][data-v-57506f4d],.big p.Para-Box-Num[data-v-57506f4d],.big p.Para-Table-B-Sub[data-v-57506f4d],.big td p.Para-Table-L[data-v-57506f4d],.big p.Para-Table-B[data-v-57506f4d],.big p.Para-Circle-Num-Sub[data-v-57506f4d],.big p.Para-Table-B-Center[data-v-57506f4d],.big .Table--3col-ISO td p[data-v-57506f4d]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-57506f4d],p.Para-Table-B-Center[data-v-57506f4d]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-57506f4d],.big p.video_title[data-v-57506f4d],.big .resultItem p[data-v-57506f4d]{font-size:1.05em}h1[data-v-57506f4d]{font-size:1.2em;margin-top:0}h2[data-v-57506f4d]{font-size:1.1em}.Heading-3[data-v-57506f4d]{font-size:1em}.content .text>ol li[data-v-57506f4d]:BEFORE{font-size:26px}.video[data-v-57506f4d]{width:95%}}p.Para-Table-L[data-v-57506f4d]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-57506f4d]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-57506f4d]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-57506f4d]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-57506f4d]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-57506f4d]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-57506f4d]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-57506f4d]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-57506f4d]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-57506f4d]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-57506f4d]:before{content:"";display:block;height:15pt}.Bold[data-v-57506f4d],span.Bold[data-v-57506f4d]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-57506f4d]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-57506f4d]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-57506f4d]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-57506f4d]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-57506f4d]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-57506f4d]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-57506f4d]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-57506f4d]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-57506f4d]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-57506f4d]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-57506f4d]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-57506f4d],.Para-Table-L-Sub-Auto .icon-1[data-v-57506f4d]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-57506f4d]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-57506f4d]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-57506f4d]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-57506f4d],.Table--2col td p.Para-basic-L[data-v-57506f4d]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-57506f4d]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-57506f4d]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-57506f4d]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-57506f4d]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-57506f4d]{margin-top:8pt!important}.table-responsive[data-v-57506f4d]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-57506f4d]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-57506f4d],#table-16[data-v-57506f4d]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-57506f4d]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-57506f4d]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-57506f4d]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-57506f4d]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-57506f4d]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-57506f4d]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-57506f4d]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-57506f4d]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-57506f4d]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-57506f4d]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-57506f4d]{font-size:12px}#table-15.responsive td[data-v-57506f4d]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-57506f4d]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-57506f4d]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-57506f4d]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-57506f4d]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-57506f4d],.Table--4col-Error th[data-v-57506f4d]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-57506f4d],.Table--4col-Error tr:first-child th[data-v-57506f4d]{border-top:none}.Table--4col-Error tr:last-child td[data-v-57506f4d]{border-bottom:none}.Table--4col-Error thead td[data-v-57506f4d]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-57506f4d]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-57506f4d]:nth-child(1),.Table--4col-Error thead td[data-v-57506f4d]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-57506f4d]:nth-child(2),.Table--4col-Error thead td[data-v-57506f4d]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-57506f4d]:nth-child(3),.Table--4col-Error thead td[data-v-57506f4d]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-57506f4d]:nth-child(4),.Table--4col-Error thead td[data-v-57506f4d]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-57506f4d]:nth-child(1),.Table--4col-Error tbody td[data-v-57506f4d]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-57506f4d]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-57506f4d]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-57506f4d]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-57506f4d]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-57506f4d]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-57506f4d]{font-size:14px!important}.Table--4col-Error tbody td[data-v-57506f4d]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-57506f4d],.Table--4col-Error p.Para-Table-B[data-v-57506f4d],.Table--4col-Error p.Para-Table-L-Center[data-v-57506f4d]{font-size:12px!important}.Table--4col-Error tbody td[data-v-57506f4d]:nth-child(1),.Table--4col-Error thead td[data-v-57506f4d]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-57506f4d]:nth-child(2),.Table--4col-Error thead td[data-v-57506f4d]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-57506f4d]:nth-child(3),.Table--4col-Error thead td[data-v-57506f4d]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-57506f4d]:nth-child(4),.Table--4col-Error thead td[data-v-57506f4d]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-57506f4d]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-57506f4d]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-57506f4d]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-57506f4d]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-57506f4d]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-57506f4d]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-57506f4d]{line-height:1.25;font-weight:500}.Bold-color[data-v-57506f4d]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-57506f4d]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-57506f4d]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-57506f4d]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-57506f4d]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-57506f4d]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-57506f4d]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-57506f4d]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-57506f4d]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-57506f4d]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-57506f4d]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-57506f4d]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-57506f4d]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-57506f4d]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-57506f4d]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-57506f4d]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-57506f4d],tr:last-child td.cell-style-override-7[data-v-57506f4d]{border-bottom:0}table#table-16[data-v-57506f4d]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-57506f4d],.Table--2col-Air-Sensor[data-v-57506f4d],.Table--2col-Voice[data-v-57506f4d],.Table--2col-Filter[data-v-57506f4d],.Table--troubleshooting[data-v-57506f4d],.Table--4col-Error[data-v-57506f4d],.Table--Specifications[data-v-57506f4d]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-57506f4d]:last-child,.Table--2col-Voice tr td[data-v-57506f4d]:last-child{width:70%}.Table--2col-Voice tr td[data-v-57506f4d]:first-child{width:30%}.Para-Table-L-Center[data-v-57506f4d]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-57506f4d]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-57506f4d]{display:block!important}.Table--2col-Information td[data-v-57506f4d]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-57506f4d]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-57506f4d]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-57506f4d]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-57506f4d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-57506f4d],.Table--4col-responsive table td[data-v-57506f4d]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-57506f4d],.Table--2col-Information th[data-v-57506f4d]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-57506f4d]:nth-child(1),.Table--2col-Information th[data-v-57506f4d]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-57506f4d]:nth-child(2),.Table--2col-Information th[data-v-57506f4d]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-57506f4d],.Table--2col-Information th[data-v-57506f4d]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-57506f4d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-57506f4d],.Table--2col-Voice th[data-v-57506f4d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-57506f4d]:nth-child(1),.Table--2col-Voice th[data-v-57506f4d]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-57506f4d]:nth-child(2),.Table--2col-Voice th[data-v-57506f4d]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-57506f4d]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-57506f4d],.Table--2col-Voice tr:last-child td[data-v-57506f4d]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-57506f4d],.Table--2col-Voice thead th[data-v-57506f4d]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-57506f4d]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-57506f4d]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-57506f4d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-57506f4d],.Table--2col-Information th[data-v-57506f4d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-57506f4d]:nth-child(1),.Table--2col-Information th[data-v-57506f4d]:nth-child(1){width:30%}.Table--2col-Information td[data-v-57506f4d]:nth-child(2),.Table--2col-Information th[data-v-57506f4d]:nth-child(2){width:70%}.Table--2col-Information td[data-v-57506f4d]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-57506f4d]{border-bottom:none}.Table--2col-Air-Sensor[data-v-57506f4d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-57506f4d],.Table--2col-Air-Sensor th[data-v-57506f4d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-57506f4d]:nth-child(1),.Table--2col-Air-Sensor th[data-v-57506f4d]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-57506f4d]:nth-child(2),.Table--2col-Air-Sensor th[data-v-57506f4d]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-57506f4d]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-57506f4d]{border-bottom:none}.Table--2col-Filter[data-v-57506f4d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-57506f4d],.Table--2col-Filter th[data-v-57506f4d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-57506f4d]:nth-child(1),.Table--2col-Filter th[data-v-57506f4d]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-57506f4d]:nth-child(2),.Table--2col-Filter th[data-v-57506f4d]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-57506f4d]:nth-child(3),.Table--2col-Filter th[data-v-57506f4d]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-57506f4d]:nth-child(4),.Table--2col-Filter th[data-v-57506f4d]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-57506f4d]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-57506f4d],.Table--2col-Filter tr:last-child td[data-v-57506f4d]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-57506f4d],.Table--2col-Filter thead th[data-v-57506f4d]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-57506f4d]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-57506f4d]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-57506f4d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-57506f4d],.Table--Specifications th[data-v-57506f4d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-57506f4d]:first-child,.Table--Specifications th[data-v-57506f4d]:first-child{width:16%}.Table--Specifications td[data-v-57506f4d]:nth-child(2),.Table--Specifications th[data-v-57506f4d]:nth-child(2){width:42%}.Table--Specifications td[data-v-57506f4d]:nth-child(3),.Table--Specifications th[data-v-57506f4d]:nth-child(3){width:42%}.Table--Specifications td[data-v-57506f4d]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-57506f4d],.Table--Specifications tr:last-child td[data-v-57506f4d]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-57506f4d],.Table--Specifications thead th[data-v-57506f4d]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-57506f4d]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-57506f4d]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-57506f4d],td.cell-style-override-20[data-v-57506f4d]{padding:10px}td.x3col-Mid-text[data-v-57506f4d],td.cell-style-override-22[data-v-57506f4d],td.cell-style-override-20[data-v-57506f4d]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-57506f4d]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-57506f4d]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-57506f4d]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-57506f4d]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-57506f4d]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-57506f4d]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-57506f4d],th.header-cell[data-v-57506f4d]{background-color:#88d0c7}td.color-blue[data-v-57506f4d],th.color-blue[data-v-57506f4d]{background-color:#d3edf9}td.color-green[data-v-57506f4d],th.color-green[data-v-57506f4d]{background-color:#d9ead3}td.color-orange[data-v-57506f4d],th.color-orange[data-v-57506f4d]{background-color:#fce5cd}td.color-red[data-v-57506f4d],th.color-red[data-v-57506f4d]{background-color:#f4cccc}td.color-purple[data-v-57506f4d],th.color-purple[data-v-57506f4d]{background-color:#e4d7f5}td.color-yellow[data-v-57506f4d],th.color-yellow[data-v-57506f4d]{background-color:#fff2cc}td.color-teal[data-v-57506f4d],th.color-teal[data-v-57506f4d]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-57506f4d],.Table--8col-air-web-1 td[data-v-57506f4d],.Table--8col-air-web-1 th[data-v-57506f4d]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-57506f4d]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-57506f4d]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-57506f4d],.Table--2col td[data-v-57506f4d],.Table--2col th[data-v-57506f4d]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-57506f4d]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-57506f4d]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-57506f4d],.Table--2col th p[data-v-57506f4d]{border:none!important}.Table--2col[data-v-57506f4d] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-57506f4d]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-57506f4d],.Table--4col td[data-v-57506f4d]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-57506f4d]{text-align:left!important}.Table--4col thead th[data-v-57506f4d]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-57506f4d]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-57506f4d]{text-align:center!important}.Table--4col-air[data-v-57506f4d]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-57506f4d],.Table--4col-air th[data-v-57506f4d]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-57506f4d],.Table--4col-air tr:first-child th[data-v-57506f4d]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-57506f4d]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-57506f4d],.Table--4col-air td ul[data-v-57506f4d],.Table--4col-air td li[data-v-57506f4d]{text-align:left!important}.Table--4col-air colgroup col[data-v-57506f4d]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-57506f4d]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-57506f4d]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-57506f4d]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-57506f4d]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-57506f4d],.Table--4col-air th[data-v-57506f4d]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-57506f4d],.Table--4col-air tr:first-child th[data-v-57506f4d]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-57506f4d]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-57506f4d]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-57506f4d],.Table--4col-ai2 th[data-v-57506f4d]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-57506f4d]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-57506f4d]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-57506f4d],.Table--4col-ai2 th[data-v-57506f4d]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-57506f4d]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-57506f4d]{font-size:12px!important;margin:0!important;line-height:1.5!important}}#content-div[data-v-57506f4d]{min-height:87vh}@media screen and (max-width: 600px){#content-div[data-v-57506f4d]{min-height:100vh}}body[data-v-7946a0f3]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-7946a0f3]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-7946a0f3]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-7946a0f3]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-7946a0f3]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-7946a0f3]{width:83%!important}.content #naviText span[data-v-7946a0f3]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-7946a0f3]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-7946a0f3]{width:100%!important}.content #mainCar[data-v-7946a0f3]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-7946a0f3]{width:100%}#mainCarPhone[data-v-7946a0f3]{display:none}.content #buttonMenu_v2[data-v-7946a0f3]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-7946a0f3]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-7946a0f3]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-7946a0f3]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-7946a0f3]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-7946a0f3]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-7946a0f3]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-7946a0f3]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-7946a0f3]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-7946a0f3]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-7946a0f3]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-7946a0f3]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-7946a0f3]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-7946a0f3]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-7946a0f3]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-7946a0f3]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-7946a0f3]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-7946a0f3]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-7946a0f3]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-7946a0f3]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-7946a0f3]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-7946a0f3]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-7946a0f3]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-7946a0f3]{bottom:11%;width:30%}.content #naviText span[data-v-7946a0f3]{font-size:17px}.content #naviText img[data-v-7946a0f3]{width:80%!important}.content #carName[data-v-7946a0f3]{right:0%;bottom:12%}.content #carName img[data-v-7946a0f3]{width:40%!important}.content #buttonMenu_v2>a[data-v-7946a0f3]{width:33%}.content #buttonMenu>a[data-v-7946a0f3]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-7946a0f3]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-7946a0f3]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-7946a0f3]{display:block}#mainCarPc[data-v-7946a0f3]{display:none}.content #buttonMenu_v2[data-v-7946a0f3],.content #buttonMenu[data-v-7946a0f3]{width:92%}}@media screen and (max-width: 480px){.content[data-v-7946a0f3]{padding-top:0}.content #naviText[data-v-7946a0f3]{bottom:14%;width:45%}.content #naviText span[data-v-7946a0f3]{font-size:11px}.content #naviText img[data-v-7946a0f3]{width:88%!important}.content #carName[data-v-7946a0f3]{right:5%;bottom:15%}.content #carName img[data-v-7946a0f3]{width:120px!important}.content #buttonMenu_v2[data-v-7946a0f3]{position:relative}.content #buttonMenu_v2>a>div[data-v-7946a0f3]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-7946a0f3]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-7946a0f3]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-7946a0f3]{position:relative}.content #buttonMenu>a>div[data-v-7946a0f3]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-7946a0f3]{height:120px}.content #buttonMenu>a>div>span[data-v-7946a0f3]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-7946a0f3]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-7946a0f3]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-7946a0f3]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-7946a0f3]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-7946a0f3]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-7946a0f3]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-7946a0f3]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-7946a0f3]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-7946a0f3]{margin:0;padding:0}html[data-v-7946a0f3]{background-color:#000;width:100%}.keyword[data-v-7946a0f3],.highlight[data-v-7946a0f3]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-7946a0f3]{font-family:upsys_commonregular}.header_main[data-v-7946a0f3]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-7946a0f3]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-7946a0f3]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-7946a0f3]>*{float:left}#headerLogo[data-v-7946a0f3]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-7946a0f3]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-7946a0f3]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-7946a0f3]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-7946a0f3]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-7946a0f3]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-7946a0f3]{font-size:13px}.languageDiv .active[data-v-7946a0f3]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-7946a0f3]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-7946a0f3]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-7946a0f3]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-7946a0f3],#languageSelect li[data-v-7946a0f3]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-7946a0f3],#languageSelect li:hover a[data-v-7946a0f3]{color:#000}.footer-manual[data-v-7946a0f3]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-7946a0f3]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-7946a0f3]{line-height:60px}#footerLogo[data-v-7946a0f3]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-7946a0f3]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-7946a0f3]{display:inline-block;width:100%}#copyrightPcSpan[data-v-7946a0f3]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-7946a0f3]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-7946a0f3]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-7946a0f3]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-7946a0f3]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-7946a0f3]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-7946a0f3]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-7946a0f3]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-7946a0f3]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-7946a0f3]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-7946a0f3]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-7946a0f3]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-7946a0f3]:focus{outline:none}#searchButton[data-v-7946a0f3]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-7946a0f3]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-7946a0f3]{width:80%}table td.right[data-v-7946a0f3]{width:10%;text-align:center}.result[data-v-7946a0f3],.resultcount[data-v-7946a0f3],.noResult[data-v-7946a0f3]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-7946a0f3]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-7946a0f3]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-7946a0f3]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-7946a0f3]{color:#e49f81}.cover[data-v-7946a0f3]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-7946a0f3]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-7946a0f3]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-7946a0f3]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-7946a0f3]{font-size:12px}.languageDivPhone .active[data-v-7946a0f3]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-7946a0f3]{bottom:30px;left:1px}.fontChangeButton[data-v-7946a0f3]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-7946a0f3]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-7946a0f3]{left:0}.languageDiv div[data-v-7946a0f3]{width:120%;left:-45px;top:5px}#languageSelect[data-v-7946a0f3]{margin-left:-40px}#banner_img>a[data-v-7946a0f3]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-7946a0f3]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-7946a0f3]{z-index:12}.header_main[data-v-7946a0f3]{height:40px;padding-top:0}.header[data-v-7946a0f3]{z-index:12}.header[data-v-7946a0f3]{height:40px;padding-top:0}#title[data-v-7946a0f3]{font-size:16px;width:49%}#headerLogo[data-v-7946a0f3]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-7946a0f3]{width:20%}.languageDiv div[data-v-7946a0f3]{width:90%;left:-15px;top:5px}#languageSelect[data-v-7946a0f3]{margin-left:-10px}.languageDiv ul[data-v-7946a0f3]{font-size:12px}#menu[data-v-7946a0f3]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-7946a0f3]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-7946a0f3]{width:80%}#rightHeader[data-v-7946a0f3]{height:40px}#rightHeader>div[data-v-7946a0f3]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-7946a0f3]{position:absolute;right:38px;top:0}.searchDiv[data-v-7946a0f3]{width:90%}#toc[data-v-7946a0f3]{width:100%}.copyright[data-v-7946a0f3]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-7946a0f3]{display:none}#copyrightPhone[data-v-7946a0f3]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-7946a0f3]{width:15%!important}#prevBtn[data-v-7946a0f3],#nextBtn[data-v-7946a0f3]{width:32px;height:32px;background-size:100%}#searchButton[data-v-7946a0f3]{margin-left:-1px}table td.left[data-v-7946a0f3]{text-align:right}table td.center[data-v-7946a0f3]{width:50%}table td.right[data-v-7946a0f3]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-7946a0f3]{left:0}.languageDiv div[data-v-7946a0f3]{width:100%;left:-5px;top:5px}#languageSelect[data-v-7946a0f3]{margin-left:20px}.languageDiv ul[data-v-7946a0f3]{font-size:10px}.noResult>span[data-v-7946a0f3]{width:200px!important;font-size:14px}#title[data-v-7946a0f3]{font-size:13px;width:40%}#menu[data-v-7946a0f3]{position:absolute}#banner_img>a[data-v-7946a0f3]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-7946a0f3]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-7946a0f3]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-7946a0f3]{font-size:14px}}body[data-v-7946a0f3]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-7946a0f3]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-7946a0f3]{margin:auto;max-width:1120px}.subHeaderInner[data-v-7946a0f3]>*{float:left}.content p[data-v-7946a0f3],.content li[data-v-7946a0f3]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-7946a0f3]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-7946a0f3]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-7946a0f3]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-7946a0f3]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-7946a0f3]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-7946a0f3]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-7946a0f3]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-7946a0f3]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-7946a0f3]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-7946a0f3]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-7946a0f3]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-7946a0f3]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-7946a0f3],p.Para-Basic-B-Sub[data-v-7946a0f3]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-7946a0f3]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-7946a0f3]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-7946a0f3]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-7946a0f3]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-7946a0f3],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-7946a0f3],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-7946a0f3]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-7946a0f3],p+ul li.Para-Basic-B-Sub[data-v-7946a0f3]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-7946a0f3],ul~p.Para-basic-L-bullet-Sub[data-v-7946a0f3],ul~p.Para-Basic-B-Sub[data-v-7946a0f3]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-7946a0f3],ol~p.Para-basic-L-bullet-Sub[data-v-7946a0f3],ol~p.Para-Basic-B-Sub[data-v-7946a0f3]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-7946a0f3],ol+*+p.Para-basic-L-bullet-Sub[data-v-7946a0f3],ol+*+p.Para-Basic-B-Sub[data-v-7946a0f3]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-7946a0f3],a .Para-Basic-B-Sub[data-v-7946a0f3]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-7946a0f3]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-7946a0f3]{margin-left:45px}.content p[data-v-7946a0f3],li[data-v-7946a0f3]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-7946a0f3],p.Para-Basic-B[data-v-7946a0f3],p.Para-Basic-B-Center[data-v-7946a0f3]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-7946a0f3]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-7946a0f3],p.Para-Basic-B-Center[data-v-7946a0f3]{text-align:center}p.Para-Table-L-center[data-v-7946a0f3],p.Para-Table-B-Center[data-v-7946a0f3]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-7946a0f3],table p.Para-Basic-B[data-v-7946a0f3],table p.Para-Basic-B-Center[data-v-7946a0f3]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-7946a0f3]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-7946a0f3]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-7946a0f3]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-7946a0f3]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-7946a0f3]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-7946a0f3],.content .text>ul[data-v-7946a0f3],.content .text table ol[data-v-7946a0f3],.content .text table ul[data-v-7946a0f3]{padding-left:20px}.content .text>ol[data-v-7946a0f3]{padding-left:0}p.Para-Illust-L[data-v-7946a0f3]{text-align:center}p.Para-Illust-L img[data-v-7946a0f3]{display:inline-block}p.Placeholder-sub[data-v-7946a0f3],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-7946a0f3],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-7946a0f3],.content .text>ol~.figure[data-v-7946a0f3],p.Placeholder-sub-S[data-v-7946a0f3],.Para-screen-sub-S[data-v-7946a0f3],.Para-screen-sub-M[data-v-7946a0f3],.Para-screen-sub-L[data-v-7946a0f3]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-7946a0f3],p.Placeholder-sub-M img[data-v-7946a0f3],p.Placeholder-sub img[data-v-7946a0f3]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-7946a0f3]{margin-left:45px}.Table-pic-Left-sub img[data-v-7946a0f3]{margin-top:5px;margin-bottom:10px}div.figure[data-v-7946a0f3]{display:inline-block}p.Para-img-description[data-v-7946a0f3]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-7946a0f3]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-7946a0f3]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-7946a0f3]{margin-bottom:25px}.text img[data-v-7946a0f3]{max-width:100%;display:block}.Table-Pic-center[data-v-7946a0f3]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-7946a0f3]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-7946a0f3]{margin:0}p.Para-Box-Num[data-v-7946a0f3]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-7946a0f3]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-7946a0f3]:AFTER{content:". "}span.inline-img img[data-v-7946a0f3]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-7946a0f3]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-7946a0f3]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-7946a0f3]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-7946a0f3]{margin-left:6.5%;display:block!important}.discUl li[data-v-7946a0f3]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-7946a0f3],.Symbol-R[data-v-7946a0f3],.Note-R-Pic[data-v-7946a0f3]{display:block;width:100%}.Symbol-L[data-v-7946a0f3]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-7946a0f3]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-7946a0f3],.Symbol-R li[data-v-7946a0f3],.Symbol-R p[data-v-7946a0f3]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-7946a0f3]{font-size:16px}table.Table-Symbol td ul[data-v-7946a0f3]{padding-left:20px}table.Table-Symbol[data-v-7946a0f3]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-7946a0f3]{color:#bc162c}.Symbol-Black[data-v-7946a0f3],.Symbol-Black-Table[data-v-7946a0f3]{font-family:upsys_commonregular}.Symbol-Green[data-v-7946a0f3]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-7946a0f3]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-7946a0f3]{width:auto!important}.video_container[data-v-7946a0f3]{margin-top:40px;float:right}.video[data-v-7946a0f3]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-7946a0f3]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-7946a0f3]{width:100%}.Table--3col[data-v-7946a0f3],.Basic-Table[data-v-7946a0f3],.Table--2col[data-v-7946a0f3],.Table-Landmark[data-v-7946a0f3],.Table--4col[data-v-7946a0f3],.Table-2row-merge[data-v-7946a0f3],.Table--troubleshooting[data-v-7946a0f3],.Table-specification[data-v-7946a0f3],.Table-service-center[data-v-7946a0f3],.Table-5col[data-v-7946a0f3],.responsive[data-v-7946a0f3],.Table--3col-Locations[data-v-7946a0f3]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-7946a0f3]:FIRST-CHILD,.Basic-Table tr[data-v-7946a0f3]:FIRST-CHILD,.Table--2col tr[data-v-7946a0f3]:FIRST-CHILD,.Table-Landmark tr[data-v-7946a0f3]:FIRST-CHILD,.Table--4col tr[data-v-7946a0f3]:FIRST-CHILD,.Table-2row-merge tr[data-v-7946a0f3]:FIRST-CHILD,.Table--troubleshooting tr[data-v-7946a0f3]:FIRST-CHILD,.Table-service-center tr[data-v-7946a0f3]:FIRST-CHILD,.responsive tr[data-v-7946a0f3]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-7946a0f3]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-7946a0f3],.Basic-Table td[data-v-7946a0f3],.Table--2col td[data-v-7946a0f3],.Table-Landmark td[data-v-7946a0f3],.Table--4col td[data-v-7946a0f3],.Table-2row-merge td[data-v-7946a0f3],.Table--troubleshooting td[data-v-7946a0f3],.Table-specification td[data-v-7946a0f3],.Table-service-center td[data-v-7946a0f3],.responsive td[data-v-7946a0f3]{padding:10px}.Table--troubleshooting td[data-v-7946a0f3]{border-right:none}.Table--troubleshooting[data-v-7946a0f3]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-7946a0f3],.Table-Landmark .Para-Pic-Center img[data-v-7946a0f3]{width:30px}.Table-5col[data-v-7946a0f3]{border:none}.Table-5col tr[data-v-7946a0f3]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-7946a0f3]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-7946a0f3]{width:15%}.Table--3col td.x3col-L[data-v-7946a0f3],.x3col-L td.x3col-M[data-v-7946a0f3]{width:10%}td.x3col-Mid-Text[data-v-7946a0f3]{text-align:center}td.x3col-R-Pic[data-v-7946a0f3]{text-align:right}.responsive td p[data-v-7946a0f3]{text-align:center}table.Table--3col-Locations[data-v-7946a0f3]{border-collapse:collapse}.Table--3col-Locations td[data-v-7946a0f3]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-7946a0f3]{padding:10px}.Para-Pic-Center img[data-v-7946a0f3]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-7946a0f3]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-7946a0f3]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-7946a0f3]{width:50%}.Table-specification .x3col-L-Grey[data-v-7946a0f3]{width:20%}.Table-specification .Spec-Mid-text[data-v-7946a0f3]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-7946a0f3]{width:50%}.Table--3col .x3col-L-Grey[data-v-7946a0f3]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-7946a0f3],.Table--4col .x3col-Mid-Grey[data-v-7946a0f3],.Table--4col .x3col-R-Grey[data-v-7946a0f3]{width:30%}.navi td.x3col-Mid-Grey[data-v-7946a0f3]{width:15%}.Table--3col .x3col-R-Grey[data-v-7946a0f3]{width:50%}.Table--2col .x3col-L-Grey[data-v-7946a0f3],.Table--2col td[data-v-7946a0f3]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-7946a0f3]{width:70%}.Table--2col-Disc[data-v-7946a0f3]{border-collapse:collapse}.Table--2col-Disc td[data-v-7946a0f3]{border:1px solid grey;padding:10px}.Table-PL td[data-v-7946a0f3]:FIRST-CHILD{width:25%}.resultcount p[data-v-7946a0f3]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-7946a0f3]{font-family:SK_namuhx-Bold}.noResult>span[data-v-7946a0f3]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-7946a0f3]{color:#f0dfdf;display:block}.result_list[data-v-7946a0f3]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-7946a0f3]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-7946a0f3]{font-family:SK_namuhx-Regular}.resulttext p[data-v-7946a0f3]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-7946a0f3]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-7946a0f3]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-7946a0f3],.Cross-Reference[data-v-7946a0f3]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-7946a0f3]:hover{text-decoration:underline}.fontChangeDiv[data-v-7946a0f3]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-7946a0f3]{top:55px}#backButton[data-v-7946a0f3]{background-size:16px}.chapterTitle[data-v-7946a0f3]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-7946a0f3],h2[data-v-7946a0f3]{font-size:1.3em}#contentAccordion[data-v-7946a0f3]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-7946a0f3]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-7946a0f3]{line-height:21px}.video[data-v-7946a0f3]{width:46%}}@media screen and (max-width: 640px){h2[data-v-7946a0f3]{margin-top:40px}.subHeader[data-v-7946a0f3]{top:40px}.fontChangeDiv[data-v-7946a0f3]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-7946a0f3]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-7946a0f3]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-7946a0f3]{margin-left:7.3%}table td[data-v-7946a0f3]{font-size:14px;padding:5px!important}table td p[data-v-7946a0f3],table td p.Para-Basic-B-Center[data-v-7946a0f3],table td p.Para-Basic-B[data-v-7946a0f3]{font-size:14px}table td p.Para-Small-L[data-v-7946a0f3]{font-size:12px;word-break:break-word}.Table--3col td[data-v-7946a0f3],.Basic-Table td[data-v-7946a0f3],.Table--2col td[data-v-7946a0f3],.Table-Landmark td[data-v-7946a0f3],.Table--4col td[data-v-7946a0f3],.Table-2row-merge td[data-v-7946a0f3],.Table--troubleshooting td[data-v-7946a0f3],.Table-specification td[data-v-7946a0f3],.Table-service-center td[data-v-7946a0f3]{border-right:none}.responsive[data-v-7946a0f3],.responsive tr[data-v-7946a0f3],.responsive tbody[data-v-7946a0f3]{width:100%}.Table--4col-responsive td[data-v-7946a0f3]{min-width:200px!important;height:auto}.responsive td p[data-v-7946a0f3]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-7946a0f3],.Table-Symbol td li[data-v-7946a0f3]{font-size:16px}p.Placeholder-sub[data-v-7946a0f3],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-7946a0f3],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-7946a0f3],.content .text>ol~.figure[data-v-7946a0f3],.content .text>ol+ul[data-v-7946a0f3],.Para-screen-sub-L[data-v-7946a0f3]{margin-left:0}.resultcount p[data-v-7946a0f3]{font-size:16px}.Table-specification td p[data-v-7946a0f3],.Table--3col-Locations td li[data-v-7946a0f3],p.Para-basic-L-Sub[data-v-7946a0f3],p.Para-basic-L-Sub-Auto[data-v-7946a0f3],p.Para-basic-L-center[data-v-7946a0f3],li.Para-basic-L-bullet[data-v-7946a0f3],p.Para-basic-L[data-v-7946a0f3],li.Para-basic-L-hyp-Sub[data-v-7946a0f3],li.Para-basic-L-hyp-2Sub[data-v-7946a0f3],li[class^=Para-Num][data-v-7946a0f3],p.Para-Box-Num[data-v-7946a0f3],p.Para-Basic-B-Sub[data-v-7946a0f3],td p.Para-basic-L[data-v-7946a0f3],td li.Para-basic-L-bullet[data-v-7946a0f3],p.Para-Basic-B[data-v-7946a0f3],p.Para-Circle-Num-Sub[data-v-7946a0f3],.Symbol-L p.Para-basic-L-Sub[data-v-7946a0f3],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-7946a0f3]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-7946a0f3],.Table--3col-Locations td li[data-v-7946a0f3],p.Para-Table-L-Sub[data-v-7946a0f3],p.Para-Table-L-Sub-Auto[data-v-7946a0f3],p.Para-Table-L-center[data-v-7946a0f3],p.Para-Table-L[data-v-7946a0f3],li.Para-Table-L-hyp-Sub[data-v-7946a0f3],li.Para-Table-L-hyp-2Sub[data-v-7946a0f3],p.Para-Table-B-Sub[data-v-7946a0f3],td p.Para-Table-L[data-v-7946a0f3],p.Para-Table-B[data-v-7946a0f3],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-7946a0f3]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-7946a0f3]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-7946a0f3],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-7946a0f3]{font-size:14px}.big .Table-specification td p[data-v-7946a0f3],.big .Table--3col-Locations td li[data-v-7946a0f3],.big p.Para-basic-L-Sub[data-v-7946a0f3],.big p.Para-basic-L-Sub-Auto[data-v-7946a0f3],.big p.Para-basic-L-center[data-v-7946a0f3],.big li.Para-basic-L-bullet[data-v-7946a0f3],.big p.Para-basic-L[data-v-7946a0f3],.big li.Para-basic-L-hyp-Sub[data-v-7946a0f3],.big li.Para-basic-L-hyp-2Sub[data-v-7946a0f3],.big li[class^=Para-Num][data-v-7946a0f3],.big p.Para-Box-Num[data-v-7946a0f3],.big p.Para-Basic-B-Sub[data-v-7946a0f3],.big td p.Para-basic-L[data-v-7946a0f3],.big td li.Para-basic-L-bullet[data-v-7946a0f3],.big p.Para-Basic-B[data-v-7946a0f3],.big p.Para-Circle-Num-Sub[data-v-7946a0f3]{font-size:16px}.big .Table-specification td p[data-v-7946a0f3],.big .Table--3col-Locations td li[data-v-7946a0f3],.big p.Para-Table-L-Sub[data-v-7946a0f3],.big p.Para-Table-L-Sub-Auto[data-v-7946a0f3],.big p.Para-Table-L-center[data-v-7946a0f3],.big p.Para-Table-L[data-v-7946a0f3],.big li.Para-Table-L-hyp-Sub[data-v-7946a0f3],.big li.Para-Table-L-hyp-2Sub[data-v-7946a0f3],.big li[class^=Para-Num][data-v-7946a0f3],.big p.Para-Box-Num[data-v-7946a0f3],.big p.Para-Table-B-Sub[data-v-7946a0f3],.big td p.Para-Table-L[data-v-7946a0f3],.big p.Para-Table-B[data-v-7946a0f3],.big p.Para-Circle-Num-Sub[data-v-7946a0f3],.big p.Para-Table-B-Center[data-v-7946a0f3],.big .Table--3col-ISO td p[data-v-7946a0f3]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-7946a0f3],p.Para-Table-B-Center[data-v-7946a0f3]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-7946a0f3],.big p.video_title[data-v-7946a0f3],.big .resultItem p[data-v-7946a0f3]{font-size:1.05em}h1[data-v-7946a0f3]{font-size:1.2em;margin-top:0}h2[data-v-7946a0f3]{font-size:1.1em}.Heading-3[data-v-7946a0f3]{font-size:1em}.content .text>ol li[data-v-7946a0f3]:BEFORE{font-size:26px}.video[data-v-7946a0f3]{width:95%}}p.Para-Table-L[data-v-7946a0f3]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-7946a0f3]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-7946a0f3]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-7946a0f3]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-7946a0f3]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-7946a0f3]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-7946a0f3]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-7946a0f3]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-7946a0f3]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-7946a0f3]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-7946a0f3]:before{content:"";display:block;height:15pt}.Bold[data-v-7946a0f3],span.Bold[data-v-7946a0f3]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-7946a0f3]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-7946a0f3]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-7946a0f3]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-7946a0f3]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-7946a0f3]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-7946a0f3]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-7946a0f3]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-7946a0f3]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-7946a0f3]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-7946a0f3]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-7946a0f3]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-7946a0f3],.Para-Table-L-Sub-Auto .icon-1[data-v-7946a0f3]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-7946a0f3]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-7946a0f3]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-7946a0f3]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-7946a0f3],.Table--2col td p.Para-basic-L[data-v-7946a0f3]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-7946a0f3]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-7946a0f3]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-7946a0f3]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-7946a0f3]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-7946a0f3]{margin-top:8pt!important}.table-responsive[data-v-7946a0f3]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-7946a0f3]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-7946a0f3],#table-16[data-v-7946a0f3]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-7946a0f3]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-7946a0f3]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-7946a0f3]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-7946a0f3]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-7946a0f3]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-7946a0f3]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-7946a0f3]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-7946a0f3]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-7946a0f3]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-7946a0f3]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-7946a0f3]{font-size:12px}#table-15.responsive td[data-v-7946a0f3]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-7946a0f3]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-7946a0f3]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-7946a0f3]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-7946a0f3]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-7946a0f3],.Table--4col-Error th[data-v-7946a0f3]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-7946a0f3],.Table--4col-Error tr:first-child th[data-v-7946a0f3]{border-top:none}.Table--4col-Error tr:last-child td[data-v-7946a0f3]{border-bottom:none}.Table--4col-Error thead td[data-v-7946a0f3]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-7946a0f3]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-7946a0f3]:nth-child(1),.Table--4col-Error thead td[data-v-7946a0f3]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-7946a0f3]:nth-child(2),.Table--4col-Error thead td[data-v-7946a0f3]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-7946a0f3]:nth-child(3),.Table--4col-Error thead td[data-v-7946a0f3]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-7946a0f3]:nth-child(4),.Table--4col-Error thead td[data-v-7946a0f3]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-7946a0f3]:nth-child(1),.Table--4col-Error tbody td[data-v-7946a0f3]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-7946a0f3]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-7946a0f3]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-7946a0f3]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-7946a0f3]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-7946a0f3]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-7946a0f3]{font-size:14px!important}.Table--4col-Error tbody td[data-v-7946a0f3]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-7946a0f3],.Table--4col-Error p.Para-Table-B[data-v-7946a0f3],.Table--4col-Error p.Para-Table-L-Center[data-v-7946a0f3]{font-size:12px!important}.Table--4col-Error tbody td[data-v-7946a0f3]:nth-child(1),.Table--4col-Error thead td[data-v-7946a0f3]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-7946a0f3]:nth-child(2),.Table--4col-Error thead td[data-v-7946a0f3]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-7946a0f3]:nth-child(3),.Table--4col-Error thead td[data-v-7946a0f3]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-7946a0f3]:nth-child(4),.Table--4col-Error thead td[data-v-7946a0f3]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-7946a0f3]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-7946a0f3]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-7946a0f3]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-7946a0f3]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-7946a0f3]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-7946a0f3]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-7946a0f3]{line-height:1.25;font-weight:500}.Bold-color[data-v-7946a0f3]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-7946a0f3]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-7946a0f3]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-7946a0f3]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-7946a0f3]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-7946a0f3]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-7946a0f3]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-7946a0f3]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-7946a0f3]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-7946a0f3]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-7946a0f3]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-7946a0f3]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-7946a0f3]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-7946a0f3]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-7946a0f3]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-7946a0f3]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-7946a0f3],tr:last-child td.cell-style-override-7[data-v-7946a0f3]{border-bottom:0}table#table-16[data-v-7946a0f3]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-7946a0f3],.Table--2col-Air-Sensor[data-v-7946a0f3],.Table--2col-Voice[data-v-7946a0f3],.Table--2col-Filter[data-v-7946a0f3],.Table--troubleshooting[data-v-7946a0f3],.Table--4col-Error[data-v-7946a0f3],.Table--Specifications[data-v-7946a0f3]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-7946a0f3]:last-child,.Table--2col-Voice tr td[data-v-7946a0f3]:last-child{width:70%}.Table--2col-Voice tr td[data-v-7946a0f3]:first-child{width:30%}.Para-Table-L-Center[data-v-7946a0f3]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-7946a0f3]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-7946a0f3]{display:block!important}.Table--2col-Information td[data-v-7946a0f3]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-7946a0f3]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-7946a0f3]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-7946a0f3]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-7946a0f3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-7946a0f3],.Table--4col-responsive table td[data-v-7946a0f3]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-7946a0f3],.Table--2col-Information th[data-v-7946a0f3]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-7946a0f3]:nth-child(1),.Table--2col-Information th[data-v-7946a0f3]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-7946a0f3]:nth-child(2),.Table--2col-Information th[data-v-7946a0f3]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-7946a0f3],.Table--2col-Information th[data-v-7946a0f3]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-7946a0f3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-7946a0f3],.Table--2col-Voice th[data-v-7946a0f3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-7946a0f3]:nth-child(1),.Table--2col-Voice th[data-v-7946a0f3]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-7946a0f3]:nth-child(2),.Table--2col-Voice th[data-v-7946a0f3]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-7946a0f3]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-7946a0f3],.Table--2col-Voice tr:last-child td[data-v-7946a0f3]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-7946a0f3],.Table--2col-Voice thead th[data-v-7946a0f3]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-7946a0f3]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-7946a0f3]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-7946a0f3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-7946a0f3],.Table--2col-Information th[data-v-7946a0f3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-7946a0f3]:nth-child(1),.Table--2col-Information th[data-v-7946a0f3]:nth-child(1){width:30%}.Table--2col-Information td[data-v-7946a0f3]:nth-child(2),.Table--2col-Information th[data-v-7946a0f3]:nth-child(2){width:70%}.Table--2col-Information td[data-v-7946a0f3]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-7946a0f3]{border-bottom:none}.Table--2col-Air-Sensor[data-v-7946a0f3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-7946a0f3],.Table--2col-Air-Sensor th[data-v-7946a0f3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-7946a0f3]:nth-child(1),.Table--2col-Air-Sensor th[data-v-7946a0f3]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-7946a0f3]:nth-child(2),.Table--2col-Air-Sensor th[data-v-7946a0f3]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-7946a0f3]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-7946a0f3]{border-bottom:none}.Table--2col-Filter[data-v-7946a0f3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-7946a0f3],.Table--2col-Filter th[data-v-7946a0f3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-7946a0f3]:nth-child(1),.Table--2col-Filter th[data-v-7946a0f3]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-7946a0f3]:nth-child(2),.Table--2col-Filter th[data-v-7946a0f3]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-7946a0f3]:nth-child(3),.Table--2col-Filter th[data-v-7946a0f3]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-7946a0f3]:nth-child(4),.Table--2col-Filter th[data-v-7946a0f3]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-7946a0f3]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-7946a0f3],.Table--2col-Filter tr:last-child td[data-v-7946a0f3]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-7946a0f3],.Table--2col-Filter thead th[data-v-7946a0f3]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-7946a0f3]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-7946a0f3]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-7946a0f3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-7946a0f3],.Table--Specifications th[data-v-7946a0f3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-7946a0f3]:first-child,.Table--Specifications th[data-v-7946a0f3]:first-child{width:16%}.Table--Specifications td[data-v-7946a0f3]:nth-child(2),.Table--Specifications th[data-v-7946a0f3]:nth-child(2){width:42%}.Table--Specifications td[data-v-7946a0f3]:nth-child(3),.Table--Specifications th[data-v-7946a0f3]:nth-child(3){width:42%}.Table--Specifications td[data-v-7946a0f3]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-7946a0f3],.Table--Specifications tr:last-child td[data-v-7946a0f3]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-7946a0f3],.Table--Specifications thead th[data-v-7946a0f3]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-7946a0f3]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-7946a0f3]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-7946a0f3],td.cell-style-override-20[data-v-7946a0f3]{padding:10px}td.x3col-Mid-text[data-v-7946a0f3],td.cell-style-override-22[data-v-7946a0f3],td.cell-style-override-20[data-v-7946a0f3]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-7946a0f3]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-7946a0f3]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-7946a0f3]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-7946a0f3]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-7946a0f3]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-7946a0f3]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-7946a0f3],th.header-cell[data-v-7946a0f3]{background-color:#88d0c7}td.color-blue[data-v-7946a0f3],th.color-blue[data-v-7946a0f3]{background-color:#d3edf9}td.color-green[data-v-7946a0f3],th.color-green[data-v-7946a0f3]{background-color:#d9ead3}td.color-orange[data-v-7946a0f3],th.color-orange[data-v-7946a0f3]{background-color:#fce5cd}td.color-red[data-v-7946a0f3],th.color-red[data-v-7946a0f3]{background-color:#f4cccc}td.color-purple[data-v-7946a0f3],th.color-purple[data-v-7946a0f3]{background-color:#e4d7f5}td.color-yellow[data-v-7946a0f3],th.color-yellow[data-v-7946a0f3]{background-color:#fff2cc}td.color-teal[data-v-7946a0f3],th.color-teal[data-v-7946a0f3]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-7946a0f3],.Table--8col-air-web-1 td[data-v-7946a0f3],.Table--8col-air-web-1 th[data-v-7946a0f3]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-7946a0f3]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-7946a0f3]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-7946a0f3],.Table--2col td[data-v-7946a0f3],.Table--2col th[data-v-7946a0f3]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-7946a0f3]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-7946a0f3]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-7946a0f3],.Table--2col th p[data-v-7946a0f3]{border:none!important}.Table--2col[data-v-7946a0f3] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-7946a0f3]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-7946a0f3],.Table--4col td[data-v-7946a0f3]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-7946a0f3]{text-align:left!important}.Table--4col thead th[data-v-7946a0f3]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-7946a0f3]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-7946a0f3]{text-align:center!important}.Table--4col-air[data-v-7946a0f3]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-7946a0f3],.Table--4col-air th[data-v-7946a0f3]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-7946a0f3],.Table--4col-air tr:first-child th[data-v-7946a0f3]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-7946a0f3]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-7946a0f3],.Table--4col-air td ul[data-v-7946a0f3],.Table--4col-air td li[data-v-7946a0f3]{text-align:left!important}.Table--4col-air colgroup col[data-v-7946a0f3]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-7946a0f3]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-7946a0f3]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-7946a0f3]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-7946a0f3]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-7946a0f3],.Table--4col-air th[data-v-7946a0f3]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-7946a0f3],.Table--4col-air tr:first-child th[data-v-7946a0f3]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-7946a0f3]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-7946a0f3]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-7946a0f3],.Table--4col-ai2 th[data-v-7946a0f3]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-7946a0f3]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-7946a0f3]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-7946a0f3],.Table--4col-ai2 th[data-v-7946a0f3]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-7946a0f3]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-7946a0f3]{font-size:12px!important;margin:0!important;line-height:1.5!important}}#content-div[data-v-7946a0f3]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-7946a0f3]{min-height:100vh}}body[data-v-861e6959]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-861e6959]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-861e6959]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-861e6959]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-861e6959]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-861e6959]{width:83%!important}.content #naviText span[data-v-861e6959]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-861e6959]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-861e6959]{width:100%!important}.content #mainCar[data-v-861e6959]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-861e6959]{width:100%}#mainCarPhone[data-v-861e6959]{display:none}.content #buttonMenu_v2[data-v-861e6959]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-861e6959]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-861e6959]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-861e6959]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-861e6959]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-861e6959]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-861e6959]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-861e6959]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-861e6959]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-861e6959]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-861e6959]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-861e6959]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-861e6959]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-861e6959]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-861e6959]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-861e6959]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-861e6959]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-861e6959]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-861e6959]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-861e6959]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-861e6959]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-861e6959]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-861e6959]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-861e6959]{bottom:11%;width:30%}.content #naviText span[data-v-861e6959]{font-size:17px}.content #naviText img[data-v-861e6959]{width:80%!important}.content #carName[data-v-861e6959]{right:0%;bottom:12%}.content #carName img[data-v-861e6959]{width:40%!important}.content #buttonMenu_v2>a[data-v-861e6959]{width:33%}.content #buttonMenu>a[data-v-861e6959]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-861e6959]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-861e6959]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-861e6959]{display:block}#mainCarPc[data-v-861e6959]{display:none}.content #buttonMenu_v2[data-v-861e6959],.content #buttonMenu[data-v-861e6959]{width:92%}}@media screen and (max-width: 480px){.content[data-v-861e6959]{padding-top:0}.content #naviText[data-v-861e6959]{bottom:14%;width:45%}.content #naviText span[data-v-861e6959]{font-size:11px}.content #naviText img[data-v-861e6959]{width:88%!important}.content #carName[data-v-861e6959]{right:5%;bottom:15%}.content #carName img[data-v-861e6959]{width:120px!important}.content #buttonMenu_v2[data-v-861e6959]{position:relative}.content #buttonMenu_v2>a>div[data-v-861e6959]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-861e6959]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-861e6959]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-861e6959]{position:relative}.content #buttonMenu>a>div[data-v-861e6959]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-861e6959]{height:120px}.content #buttonMenu>a>div>span[data-v-861e6959]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-861e6959]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-861e6959]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-861e6959]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-861e6959]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-861e6959]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-861e6959]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-861e6959]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-861e6959]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-861e6959]{margin:0;padding:0}html[data-v-861e6959]{background-color:#000;width:100%}.keyword[data-v-861e6959],.highlight[data-v-861e6959]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-861e6959]{font-family:upsys_commonregular}.header_main[data-v-861e6959]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-861e6959]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-861e6959]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-861e6959]>*{float:left}#headerLogo[data-v-861e6959]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-861e6959]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-861e6959]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-861e6959]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-861e6959]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-861e6959]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-861e6959]{font-size:13px}.languageDiv .active[data-v-861e6959]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-861e6959]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-861e6959]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-861e6959]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-861e6959],#languageSelect li[data-v-861e6959]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-861e6959],#languageSelect li:hover a[data-v-861e6959]{color:#000}.footer-manual[data-v-861e6959]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-861e6959]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-861e6959]{line-height:60px}#footerLogo[data-v-861e6959]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-861e6959]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-861e6959]{display:inline-block;width:100%}#copyrightPcSpan[data-v-861e6959]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-861e6959]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-861e6959]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-861e6959]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-861e6959]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-861e6959]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-861e6959]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-861e6959]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-861e6959]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-861e6959]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-861e6959]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-861e6959]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-861e6959]:focus{outline:none}#searchButton[data-v-861e6959]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-861e6959]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-861e6959]{width:80%}table td.right[data-v-861e6959]{width:10%;text-align:center}.result[data-v-861e6959],.resultcount[data-v-861e6959],.noResult[data-v-861e6959]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-861e6959]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-861e6959]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-861e6959]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-861e6959]{color:#e49f81}.cover[data-v-861e6959]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-861e6959]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-861e6959]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-861e6959]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-861e6959]{font-size:12px}.languageDivPhone .active[data-v-861e6959]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-861e6959]{bottom:30px;left:1px}.fontChangeButton[data-v-861e6959]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-861e6959]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-861e6959]{left:0}.languageDiv div[data-v-861e6959]{width:120%;left:-45px;top:5px}#languageSelect[data-v-861e6959]{margin-left:-40px}#banner_img>a[data-v-861e6959]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-861e6959]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-861e6959]{z-index:12}.header_main[data-v-861e6959]{height:40px;padding-top:0}.header[data-v-861e6959]{z-index:12}.header[data-v-861e6959]{height:40px;padding-top:0}#title[data-v-861e6959]{font-size:16px;width:49%}#headerLogo[data-v-861e6959]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-861e6959]{width:20%}.languageDiv div[data-v-861e6959]{width:90%;left:-15px;top:5px}#languageSelect[data-v-861e6959]{margin-left:-10px}.languageDiv ul[data-v-861e6959]{font-size:12px}#menu[data-v-861e6959]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-861e6959]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-861e6959]{width:80%}#rightHeader[data-v-861e6959]{height:40px}#rightHeader>div[data-v-861e6959]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-861e6959]{position:absolute;right:38px;top:0}.searchDiv[data-v-861e6959]{width:90%}#toc[data-v-861e6959]{width:100%}.copyright[data-v-861e6959]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-861e6959]{display:none}#copyrightPhone[data-v-861e6959]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-861e6959]{width:15%!important}#prevBtn[data-v-861e6959],#nextBtn[data-v-861e6959]{width:32px;height:32px;background-size:100%}#searchButton[data-v-861e6959]{margin-left:-1px}table td.left[data-v-861e6959]{text-align:right}table td.center[data-v-861e6959]{width:50%}table td.right[data-v-861e6959]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-861e6959]{left:0}.languageDiv div[data-v-861e6959]{width:100%;left:-5px;top:5px}#languageSelect[data-v-861e6959]{margin-left:20px}.languageDiv ul[data-v-861e6959]{font-size:10px}.noResult>span[data-v-861e6959]{width:200px!important;font-size:14px}#title[data-v-861e6959]{font-size:13px;width:40%}#menu[data-v-861e6959]{position:absolute}#banner_img>a[data-v-861e6959]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-861e6959]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-861e6959]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-861e6959]{font-size:14px}}body[data-v-861e6959]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-861e6959]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-861e6959]{margin:auto;max-width:1120px}.subHeaderInner[data-v-861e6959]>*{float:left}.content p[data-v-861e6959],.content li[data-v-861e6959]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-861e6959]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-861e6959]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-861e6959]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-861e6959]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-861e6959]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-861e6959]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-861e6959]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-861e6959]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-861e6959]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-861e6959]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-861e6959]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-861e6959]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-861e6959],p.Para-Basic-B-Sub[data-v-861e6959]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-861e6959]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-861e6959]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-861e6959]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-861e6959]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-861e6959],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-861e6959],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-861e6959]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-861e6959],p+ul li.Para-Basic-B-Sub[data-v-861e6959]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-861e6959],ul~p.Para-basic-L-bullet-Sub[data-v-861e6959],ul~p.Para-Basic-B-Sub[data-v-861e6959]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-861e6959],ol~p.Para-basic-L-bullet-Sub[data-v-861e6959],ol~p.Para-Basic-B-Sub[data-v-861e6959]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-861e6959],ol+*+p.Para-basic-L-bullet-Sub[data-v-861e6959],ol+*+p.Para-Basic-B-Sub[data-v-861e6959]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-861e6959],a .Para-Basic-B-Sub[data-v-861e6959]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-861e6959]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-861e6959]{margin-left:45px}.content p[data-v-861e6959],li[data-v-861e6959]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-861e6959],p.Para-Basic-B[data-v-861e6959],p.Para-Basic-B-Center[data-v-861e6959]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-861e6959]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-861e6959],p.Para-Basic-B-Center[data-v-861e6959]{text-align:center}p.Para-Table-L-center[data-v-861e6959],p.Para-Table-B-Center[data-v-861e6959]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-861e6959],table p.Para-Basic-B[data-v-861e6959],table p.Para-Basic-B-Center[data-v-861e6959]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-861e6959]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-861e6959]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-861e6959]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-861e6959]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-861e6959]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-861e6959],.content .text>ul[data-v-861e6959],.content .text table ol[data-v-861e6959],.content .text table ul[data-v-861e6959]{padding-left:20px}.content .text>ol[data-v-861e6959]{padding-left:0}p.Para-Illust-L[data-v-861e6959]{text-align:center}p.Para-Illust-L img[data-v-861e6959]{display:inline-block}p.Placeholder-sub[data-v-861e6959],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-861e6959],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-861e6959],.content .text>ol~.figure[data-v-861e6959],p.Placeholder-sub-S[data-v-861e6959],.Para-screen-sub-S[data-v-861e6959],.Para-screen-sub-M[data-v-861e6959],.Para-screen-sub-L[data-v-861e6959]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-861e6959],p.Placeholder-sub-M img[data-v-861e6959],p.Placeholder-sub img[data-v-861e6959]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-861e6959]{margin-left:45px}.Table-pic-Left-sub img[data-v-861e6959]{margin-top:5px;margin-bottom:10px}div.figure[data-v-861e6959]{display:inline-block}p.Para-img-description[data-v-861e6959]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-861e6959]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-861e6959]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-861e6959]{margin-bottom:25px}.text img[data-v-861e6959]{max-width:100%;display:block}.Table-Pic-center[data-v-861e6959]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-861e6959]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-861e6959]{margin:0}p.Para-Box-Num[data-v-861e6959]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-861e6959]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-861e6959]:AFTER{content:". "}span.inline-img img[data-v-861e6959]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-861e6959]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-861e6959]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-861e6959]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-861e6959]{margin-left:6.5%;display:block!important}.discUl li[data-v-861e6959]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-861e6959],.Symbol-R[data-v-861e6959],.Note-R-Pic[data-v-861e6959]{display:block;width:100%}.Symbol-L[data-v-861e6959]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-861e6959]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-861e6959],.Symbol-R li[data-v-861e6959],.Symbol-R p[data-v-861e6959]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-861e6959]{font-size:16px}table.Table-Symbol td ul[data-v-861e6959]{padding-left:20px}table.Table-Symbol[data-v-861e6959]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-861e6959]{color:#bc162c}.Symbol-Black[data-v-861e6959],.Symbol-Black-Table[data-v-861e6959]{font-family:upsys_commonregular}.Symbol-Green[data-v-861e6959]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-861e6959]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-861e6959]{width:auto!important}.video_container[data-v-861e6959]{margin-top:40px;float:right}.video[data-v-861e6959]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-861e6959]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-861e6959]{width:100%}.Table--3col[data-v-861e6959],.Basic-Table[data-v-861e6959],.Table--2col[data-v-861e6959],.Table-Landmark[data-v-861e6959],.Table--4col[data-v-861e6959],.Table-2row-merge[data-v-861e6959],.Table--troubleshooting[data-v-861e6959],.Table-specification[data-v-861e6959],.Table-service-center[data-v-861e6959],.Table-5col[data-v-861e6959],.responsive[data-v-861e6959],.Table--3col-Locations[data-v-861e6959]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-861e6959]:FIRST-CHILD,.Basic-Table tr[data-v-861e6959]:FIRST-CHILD,.Table--2col tr[data-v-861e6959]:FIRST-CHILD,.Table-Landmark tr[data-v-861e6959]:FIRST-CHILD,.Table--4col tr[data-v-861e6959]:FIRST-CHILD,.Table-2row-merge tr[data-v-861e6959]:FIRST-CHILD,.Table--troubleshooting tr[data-v-861e6959]:FIRST-CHILD,.Table-service-center tr[data-v-861e6959]:FIRST-CHILD,.responsive tr[data-v-861e6959]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-861e6959]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-861e6959],.Basic-Table td[data-v-861e6959],.Table--2col td[data-v-861e6959],.Table-Landmark td[data-v-861e6959],.Table--4col td[data-v-861e6959],.Table-2row-merge td[data-v-861e6959],.Table--troubleshooting td[data-v-861e6959],.Table-specification td[data-v-861e6959],.Table-service-center td[data-v-861e6959],.responsive td[data-v-861e6959]{padding:10px}.Table--troubleshooting td[data-v-861e6959]{border-right:none}.Table--troubleshooting[data-v-861e6959]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-861e6959],.Table-Landmark .Para-Pic-Center img[data-v-861e6959]{width:30px}.Table-5col[data-v-861e6959]{border:none}.Table-5col tr[data-v-861e6959]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-861e6959]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-861e6959]{width:15%}.Table--3col td.x3col-L[data-v-861e6959],.x3col-L td.x3col-M[data-v-861e6959]{width:10%}td.x3col-Mid-Text[data-v-861e6959]{text-align:center}td.x3col-R-Pic[data-v-861e6959]{text-align:right}.responsive td p[data-v-861e6959]{text-align:center}table.Table--3col-Locations[data-v-861e6959]{border-collapse:collapse}.Table--3col-Locations td[data-v-861e6959]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-861e6959]{padding:10px}.Para-Pic-Center img[data-v-861e6959]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-861e6959]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-861e6959]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-861e6959]{width:50%}.Table-specification .x3col-L-Grey[data-v-861e6959]{width:20%}.Table-specification .Spec-Mid-text[data-v-861e6959]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-861e6959]{width:50%}.Table--3col .x3col-L-Grey[data-v-861e6959]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-861e6959],.Table--4col .x3col-Mid-Grey[data-v-861e6959],.Table--4col .x3col-R-Grey[data-v-861e6959]{width:30%}.navi td.x3col-Mid-Grey[data-v-861e6959]{width:15%}.Table--3col .x3col-R-Grey[data-v-861e6959]{width:50%}.Table--2col .x3col-L-Grey[data-v-861e6959],.Table--2col td[data-v-861e6959]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-861e6959]{width:70%}.Table--2col-Disc[data-v-861e6959]{border-collapse:collapse}.Table--2col-Disc td[data-v-861e6959]{border:1px solid grey;padding:10px}.Table-PL td[data-v-861e6959]:FIRST-CHILD{width:25%}.resultcount p[data-v-861e6959]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-861e6959]{font-family:SK_namuhx-Bold}.noResult>span[data-v-861e6959]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-861e6959]{color:#f0dfdf;display:block}.result_list[data-v-861e6959]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-861e6959]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-861e6959]{font-family:SK_namuhx-Regular}.resulttext p[data-v-861e6959]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-861e6959]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-861e6959]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-861e6959],.Cross-Reference[data-v-861e6959]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-861e6959]:hover{text-decoration:underline}.fontChangeDiv[data-v-861e6959]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-861e6959]{top:55px}#backButton[data-v-861e6959]{background-size:16px}.chapterTitle[data-v-861e6959]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-861e6959],h2[data-v-861e6959]{font-size:1.3em}#contentAccordion[data-v-861e6959]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-861e6959]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-861e6959]{line-height:21px}.video[data-v-861e6959]{width:46%}}@media screen and (max-width: 640px){h2[data-v-861e6959]{margin-top:40px}.subHeader[data-v-861e6959]{top:40px}.fontChangeDiv[data-v-861e6959]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-861e6959]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-861e6959]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-861e6959]{margin-left:7.3%}table td[data-v-861e6959]{font-size:14px;padding:5px!important}table td p[data-v-861e6959],table td p.Para-Basic-B-Center[data-v-861e6959],table td p.Para-Basic-B[data-v-861e6959]{font-size:14px}table td p.Para-Small-L[data-v-861e6959]{font-size:12px;word-break:break-word}.Table--3col td[data-v-861e6959],.Basic-Table td[data-v-861e6959],.Table--2col td[data-v-861e6959],.Table-Landmark td[data-v-861e6959],.Table--4col td[data-v-861e6959],.Table-2row-merge td[data-v-861e6959],.Table--troubleshooting td[data-v-861e6959],.Table-specification td[data-v-861e6959],.Table-service-center td[data-v-861e6959]{border-right:none}.responsive[data-v-861e6959],.responsive tr[data-v-861e6959],.responsive tbody[data-v-861e6959]{width:100%}.Table--4col-responsive td[data-v-861e6959]{min-width:200px!important;height:auto}.responsive td p[data-v-861e6959]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-861e6959],.Table-Symbol td li[data-v-861e6959]{font-size:16px}p.Placeholder-sub[data-v-861e6959],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-861e6959],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-861e6959],.content .text>ol~.figure[data-v-861e6959],.content .text>ol+ul[data-v-861e6959],.Para-screen-sub-L[data-v-861e6959]{margin-left:0}.resultcount p[data-v-861e6959]{font-size:16px}.Table-specification td p[data-v-861e6959],.Table--3col-Locations td li[data-v-861e6959],p.Para-basic-L-Sub[data-v-861e6959],p.Para-basic-L-Sub-Auto[data-v-861e6959],p.Para-basic-L-center[data-v-861e6959],li.Para-basic-L-bullet[data-v-861e6959],p.Para-basic-L[data-v-861e6959],li.Para-basic-L-hyp-Sub[data-v-861e6959],li.Para-basic-L-hyp-2Sub[data-v-861e6959],li[class^=Para-Num][data-v-861e6959],p.Para-Box-Num[data-v-861e6959],p.Para-Basic-B-Sub[data-v-861e6959],td p.Para-basic-L[data-v-861e6959],td li.Para-basic-L-bullet[data-v-861e6959],p.Para-Basic-B[data-v-861e6959],p.Para-Circle-Num-Sub[data-v-861e6959],.Symbol-L p.Para-basic-L-Sub[data-v-861e6959],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-861e6959]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-861e6959],.Table--3col-Locations td li[data-v-861e6959],p.Para-Table-L-Sub[data-v-861e6959],p.Para-Table-L-Sub-Auto[data-v-861e6959],p.Para-Table-L-center[data-v-861e6959],p.Para-Table-L[data-v-861e6959],li.Para-Table-L-hyp-Sub[data-v-861e6959],li.Para-Table-L-hyp-2Sub[data-v-861e6959],p.Para-Table-B-Sub[data-v-861e6959],td p.Para-Table-L[data-v-861e6959],p.Para-Table-B[data-v-861e6959],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-861e6959]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-861e6959]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-861e6959],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-861e6959]{font-size:14px}.big .Table-specification td p[data-v-861e6959],.big .Table--3col-Locations td li[data-v-861e6959],.big p.Para-basic-L-Sub[data-v-861e6959],.big p.Para-basic-L-Sub-Auto[data-v-861e6959],.big p.Para-basic-L-center[data-v-861e6959],.big li.Para-basic-L-bullet[data-v-861e6959],.big p.Para-basic-L[data-v-861e6959],.big li.Para-basic-L-hyp-Sub[data-v-861e6959],.big li.Para-basic-L-hyp-2Sub[data-v-861e6959],.big li[class^=Para-Num][data-v-861e6959],.big p.Para-Box-Num[data-v-861e6959],.big p.Para-Basic-B-Sub[data-v-861e6959],.big td p.Para-basic-L[data-v-861e6959],.big td li.Para-basic-L-bullet[data-v-861e6959],.big p.Para-Basic-B[data-v-861e6959],.big p.Para-Circle-Num-Sub[data-v-861e6959]{font-size:16px}.big .Table-specification td p[data-v-861e6959],.big .Table--3col-Locations td li[data-v-861e6959],.big p.Para-Table-L-Sub[data-v-861e6959],.big p.Para-Table-L-Sub-Auto[data-v-861e6959],.big p.Para-Table-L-center[data-v-861e6959],.big p.Para-Table-L[data-v-861e6959],.big li.Para-Table-L-hyp-Sub[data-v-861e6959],.big li.Para-Table-L-hyp-2Sub[data-v-861e6959],.big li[class^=Para-Num][data-v-861e6959],.big p.Para-Box-Num[data-v-861e6959],.big p.Para-Table-B-Sub[data-v-861e6959],.big td p.Para-Table-L[data-v-861e6959],.big p.Para-Table-B[data-v-861e6959],.big p.Para-Circle-Num-Sub[data-v-861e6959],.big p.Para-Table-B-Center[data-v-861e6959],.big .Table--3col-ISO td p[data-v-861e6959]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-861e6959],p.Para-Table-B-Center[data-v-861e6959]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-861e6959],.big p.video_title[data-v-861e6959],.big .resultItem p[data-v-861e6959]{font-size:1.05em}h1[data-v-861e6959]{font-size:1.2em;margin-top:0}h2[data-v-861e6959]{font-size:1.1em}.Heading-3[data-v-861e6959]{font-size:1em}.content .text>ol li[data-v-861e6959]:BEFORE{font-size:26px}.video[data-v-861e6959]{width:95%}}p.Para-Table-L[data-v-861e6959]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-861e6959]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-861e6959]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-861e6959]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-861e6959]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-861e6959]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-861e6959]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-861e6959]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-861e6959]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-861e6959]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-861e6959]:before{content:"";display:block;height:15pt}.Bold[data-v-861e6959],span.Bold[data-v-861e6959]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-861e6959]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-861e6959]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-861e6959]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-861e6959]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-861e6959]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-861e6959]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-861e6959]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-861e6959]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-861e6959]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-861e6959]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-861e6959]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-861e6959],.Para-Table-L-Sub-Auto .icon-1[data-v-861e6959]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-861e6959]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-861e6959]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-861e6959]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-861e6959],.Table--2col td p.Para-basic-L[data-v-861e6959]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-861e6959]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-861e6959]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-861e6959]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-861e6959]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-861e6959]{margin-top:8pt!important}.table-responsive[data-v-861e6959]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-861e6959]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-861e6959],#table-16[data-v-861e6959]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-861e6959]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-861e6959]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-861e6959]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-861e6959]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-861e6959]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-861e6959]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-861e6959]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-861e6959]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-861e6959]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-861e6959]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-861e6959]{font-size:12px}#table-15.responsive td[data-v-861e6959]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-861e6959]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-861e6959]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-861e6959]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-861e6959]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-861e6959],.Table--4col-Error th[data-v-861e6959]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-861e6959],.Table--4col-Error tr:first-child th[data-v-861e6959]{border-top:none}.Table--4col-Error tr:last-child td[data-v-861e6959]{border-bottom:none}.Table--4col-Error thead td[data-v-861e6959]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-861e6959]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-861e6959]:nth-child(1),.Table--4col-Error thead td[data-v-861e6959]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-861e6959]:nth-child(2),.Table--4col-Error thead td[data-v-861e6959]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-861e6959]:nth-child(3),.Table--4col-Error thead td[data-v-861e6959]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-861e6959]:nth-child(4),.Table--4col-Error thead td[data-v-861e6959]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-861e6959]:nth-child(1),.Table--4col-Error tbody td[data-v-861e6959]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-861e6959]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-861e6959]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-861e6959]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-861e6959]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-861e6959]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-861e6959]{font-size:14px!important}.Table--4col-Error tbody td[data-v-861e6959]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-861e6959],.Table--4col-Error p.Para-Table-B[data-v-861e6959],.Table--4col-Error p.Para-Table-L-Center[data-v-861e6959]{font-size:12px!important}.Table--4col-Error tbody td[data-v-861e6959]:nth-child(1),.Table--4col-Error thead td[data-v-861e6959]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-861e6959]:nth-child(2),.Table--4col-Error thead td[data-v-861e6959]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-861e6959]:nth-child(3),.Table--4col-Error thead td[data-v-861e6959]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-861e6959]:nth-child(4),.Table--4col-Error thead td[data-v-861e6959]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-861e6959]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-861e6959]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-861e6959]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-861e6959]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-861e6959]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-861e6959]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-861e6959]{line-height:1.25;font-weight:500}.Bold-color[data-v-861e6959]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-861e6959]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-861e6959]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-861e6959]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-861e6959]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-861e6959]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-861e6959]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-861e6959]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-861e6959]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-861e6959]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-861e6959]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-861e6959]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-861e6959]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-861e6959]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-861e6959]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-861e6959]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-861e6959],tr:last-child td.cell-style-override-7[data-v-861e6959]{border-bottom:0}table#table-16[data-v-861e6959]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-861e6959],.Table--2col-Air-Sensor[data-v-861e6959],.Table--2col-Voice[data-v-861e6959],.Table--2col-Filter[data-v-861e6959],.Table--troubleshooting[data-v-861e6959],.Table--4col-Error[data-v-861e6959],.Table--Specifications[data-v-861e6959]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-861e6959]:last-child,.Table--2col-Voice tr td[data-v-861e6959]:last-child{width:70%}.Table--2col-Voice tr td[data-v-861e6959]:first-child{width:30%}.Para-Table-L-Center[data-v-861e6959]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-861e6959]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-861e6959]{display:block!important}.Table--2col-Information td[data-v-861e6959]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-861e6959]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-861e6959]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-861e6959]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-861e6959]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-861e6959],.Table--4col-responsive table td[data-v-861e6959]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-861e6959],.Table--2col-Information th[data-v-861e6959]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-861e6959]:nth-child(1),.Table--2col-Information th[data-v-861e6959]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-861e6959]:nth-child(2),.Table--2col-Information th[data-v-861e6959]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-861e6959],.Table--2col-Information th[data-v-861e6959]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-861e6959]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-861e6959],.Table--2col-Voice th[data-v-861e6959]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-861e6959]:nth-child(1),.Table--2col-Voice th[data-v-861e6959]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-861e6959]:nth-child(2),.Table--2col-Voice th[data-v-861e6959]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-861e6959]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-861e6959],.Table--2col-Voice tr:last-child td[data-v-861e6959]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-861e6959],.Table--2col-Voice thead th[data-v-861e6959]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-861e6959]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-861e6959]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-861e6959]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-861e6959],.Table--2col-Information th[data-v-861e6959]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-861e6959]:nth-child(1),.Table--2col-Information th[data-v-861e6959]:nth-child(1){width:30%}.Table--2col-Information td[data-v-861e6959]:nth-child(2),.Table--2col-Information th[data-v-861e6959]:nth-child(2){width:70%}.Table--2col-Information td[data-v-861e6959]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-861e6959]{border-bottom:none}.Table--2col-Air-Sensor[data-v-861e6959]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-861e6959],.Table--2col-Air-Sensor th[data-v-861e6959]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-861e6959]:nth-child(1),.Table--2col-Air-Sensor th[data-v-861e6959]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-861e6959]:nth-child(2),.Table--2col-Air-Sensor th[data-v-861e6959]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-861e6959]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-861e6959]{border-bottom:none}.Table--2col-Filter[data-v-861e6959]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-861e6959],.Table--2col-Filter th[data-v-861e6959]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-861e6959]:nth-child(1),.Table--2col-Filter th[data-v-861e6959]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-861e6959]:nth-child(2),.Table--2col-Filter th[data-v-861e6959]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-861e6959]:nth-child(3),.Table--2col-Filter th[data-v-861e6959]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-861e6959]:nth-child(4),.Table--2col-Filter th[data-v-861e6959]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-861e6959]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-861e6959],.Table--2col-Filter tr:last-child td[data-v-861e6959]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-861e6959],.Table--2col-Filter thead th[data-v-861e6959]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-861e6959]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-861e6959]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-861e6959]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-861e6959],.Table--Specifications th[data-v-861e6959]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-861e6959]:first-child,.Table--Specifications th[data-v-861e6959]:first-child{width:16%}.Table--Specifications td[data-v-861e6959]:nth-child(2),.Table--Specifications th[data-v-861e6959]:nth-child(2){width:42%}.Table--Specifications td[data-v-861e6959]:nth-child(3),.Table--Specifications th[data-v-861e6959]:nth-child(3){width:42%}.Table--Specifications td[data-v-861e6959]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-861e6959],.Table--Specifications tr:last-child td[data-v-861e6959]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-861e6959],.Table--Specifications thead th[data-v-861e6959]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-861e6959]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-861e6959]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-861e6959],td.cell-style-override-20[data-v-861e6959]{padding:10px}td.x3col-Mid-text[data-v-861e6959],td.cell-style-override-22[data-v-861e6959],td.cell-style-override-20[data-v-861e6959]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-861e6959]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-861e6959]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-861e6959]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-861e6959]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-861e6959]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-861e6959]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-861e6959],th.header-cell[data-v-861e6959]{background-color:#88d0c7}td.color-blue[data-v-861e6959],th.color-blue[data-v-861e6959]{background-color:#d3edf9}td.color-green[data-v-861e6959],th.color-green[data-v-861e6959]{background-color:#d9ead3}td.color-orange[data-v-861e6959],th.color-orange[data-v-861e6959]{background-color:#fce5cd}td.color-red[data-v-861e6959],th.color-red[data-v-861e6959]{background-color:#f4cccc}td.color-purple[data-v-861e6959],th.color-purple[data-v-861e6959]{background-color:#e4d7f5}td.color-yellow[data-v-861e6959],th.color-yellow[data-v-861e6959]{background-color:#fff2cc}td.color-teal[data-v-861e6959],th.color-teal[data-v-861e6959]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-861e6959],.Table--8col-air-web-1 td[data-v-861e6959],.Table--8col-air-web-1 th[data-v-861e6959]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-861e6959]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-861e6959]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-861e6959],.Table--2col td[data-v-861e6959],.Table--2col th[data-v-861e6959]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-861e6959]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-861e6959]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-861e6959],.Table--2col th p[data-v-861e6959]{border:none!important}.Table--2col[data-v-861e6959] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-861e6959]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-861e6959],.Table--4col td[data-v-861e6959]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-861e6959]{text-align:left!important}.Table--4col thead th[data-v-861e6959]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-861e6959]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-861e6959]{text-align:center!important}.Table--4col-air[data-v-861e6959]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-861e6959],.Table--4col-air th[data-v-861e6959]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-861e6959],.Table--4col-air tr:first-child th[data-v-861e6959]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-861e6959]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-861e6959],.Table--4col-air td ul[data-v-861e6959],.Table--4col-air td li[data-v-861e6959]{text-align:left!important}.Table--4col-air colgroup col[data-v-861e6959]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-861e6959]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-861e6959]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-861e6959]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-861e6959]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-861e6959],.Table--4col-air th[data-v-861e6959]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-861e6959],.Table--4col-air tr:first-child th[data-v-861e6959]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-861e6959]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-861e6959]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-861e6959],.Table--4col-ai2 th[data-v-861e6959]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-861e6959]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-861e6959]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-861e6959],.Table--4col-ai2 th[data-v-861e6959]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-861e6959]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-861e6959]{font-size:12px!important;margin:0!important;line-height:1.5!important}}#content-div[data-v-861e6959]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-861e6959]{min-height:100vh}}body[data-v-797bfb9e]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-797bfb9e]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-797bfb9e]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-797bfb9e]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-797bfb9e]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-797bfb9e]{width:83%!important}.content #naviText span[data-v-797bfb9e]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-797bfb9e]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-797bfb9e]{width:100%!important}.content #mainCar[data-v-797bfb9e]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-797bfb9e]{width:100%}#mainCarPhone[data-v-797bfb9e]{display:none}.content #buttonMenu_v2[data-v-797bfb9e]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-797bfb9e]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-797bfb9e]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-797bfb9e]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-797bfb9e]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-797bfb9e]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-797bfb9e]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-797bfb9e]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-797bfb9e]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-797bfb9e]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-797bfb9e]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-797bfb9e]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-797bfb9e]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-797bfb9e]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-797bfb9e]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-797bfb9e]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-797bfb9e]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-797bfb9e]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-797bfb9e]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-797bfb9e]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-797bfb9e]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-797bfb9e]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-797bfb9e]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-797bfb9e]{bottom:11%;width:30%}.content #naviText span[data-v-797bfb9e]{font-size:17px}.content #naviText img[data-v-797bfb9e]{width:80%!important}.content #carName[data-v-797bfb9e]{right:0%;bottom:12%}.content #carName img[data-v-797bfb9e]{width:40%!important}.content #buttonMenu_v2>a[data-v-797bfb9e]{width:33%}.content #buttonMenu>a[data-v-797bfb9e]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-797bfb9e]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-797bfb9e]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-797bfb9e]{display:block}#mainCarPc[data-v-797bfb9e]{display:none}.content #buttonMenu_v2[data-v-797bfb9e],.content #buttonMenu[data-v-797bfb9e]{width:92%}}@media screen and (max-width: 480px){.content[data-v-797bfb9e]{padding-top:0}.content #naviText[data-v-797bfb9e]{bottom:14%;width:45%}.content #naviText span[data-v-797bfb9e]{font-size:11px}.content #naviText img[data-v-797bfb9e]{width:88%!important}.content #carName[data-v-797bfb9e]{right:5%;bottom:15%}.content #carName img[data-v-797bfb9e]{width:120px!important}.content #buttonMenu_v2[data-v-797bfb9e]{position:relative}.content #buttonMenu_v2>a>div[data-v-797bfb9e]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-797bfb9e]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-797bfb9e]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-797bfb9e]{position:relative}.content #buttonMenu>a>div[data-v-797bfb9e]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-797bfb9e]{height:120px}.content #buttonMenu>a>div>span[data-v-797bfb9e]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-797bfb9e]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-797bfb9e]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-797bfb9e]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-797bfb9e]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-797bfb9e]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-797bfb9e]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-797bfb9e]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-797bfb9e]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-797bfb9e]{margin:0;padding:0}html[data-v-797bfb9e]{background-color:#000;width:100%}.keyword[data-v-797bfb9e],.highlight[data-v-797bfb9e]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-797bfb9e]{font-family:upsys_commonregular}.header_main[data-v-797bfb9e]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-797bfb9e]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-797bfb9e]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-797bfb9e]>*{float:left}#headerLogo[data-v-797bfb9e]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-797bfb9e]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-797bfb9e]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-797bfb9e]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-797bfb9e]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-797bfb9e]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-797bfb9e]{font-size:13px}.languageDiv .active[data-v-797bfb9e]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-797bfb9e]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-797bfb9e]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-797bfb9e]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-797bfb9e],#languageSelect li[data-v-797bfb9e]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-797bfb9e],#languageSelect li:hover a[data-v-797bfb9e]{color:#000}.footer-manual[data-v-797bfb9e]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-797bfb9e]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-797bfb9e]{line-height:60px}#footerLogo[data-v-797bfb9e]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-797bfb9e]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-797bfb9e]{display:inline-block;width:100%}#copyrightPcSpan[data-v-797bfb9e]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-797bfb9e]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-797bfb9e]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-797bfb9e]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-797bfb9e]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-797bfb9e]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-797bfb9e]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-797bfb9e]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-797bfb9e]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-797bfb9e]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-797bfb9e]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-797bfb9e]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-797bfb9e]:focus{outline:none}#searchButton[data-v-797bfb9e]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-797bfb9e]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-797bfb9e]{width:80%}table td.right[data-v-797bfb9e]{width:10%;text-align:center}.result[data-v-797bfb9e],.resultcount[data-v-797bfb9e],.noResult[data-v-797bfb9e]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-797bfb9e]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-797bfb9e]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-797bfb9e]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-797bfb9e]{color:#e49f81}.cover[data-v-797bfb9e]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-797bfb9e]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-797bfb9e]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-797bfb9e]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-797bfb9e]{font-size:12px}.languageDivPhone .active[data-v-797bfb9e]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-797bfb9e]{bottom:30px;left:1px}.fontChangeButton[data-v-797bfb9e]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-797bfb9e]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-797bfb9e]{left:0}.languageDiv div[data-v-797bfb9e]{width:120%;left:-45px;top:5px}#languageSelect[data-v-797bfb9e]{margin-left:-40px}#banner_img>a[data-v-797bfb9e]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-797bfb9e]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-797bfb9e]{z-index:12}.header_main[data-v-797bfb9e]{height:40px;padding-top:0}.header[data-v-797bfb9e]{z-index:12}.header[data-v-797bfb9e]{height:40px;padding-top:0}#title[data-v-797bfb9e]{font-size:16px;width:49%}#headerLogo[data-v-797bfb9e]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-797bfb9e]{width:20%}.languageDiv div[data-v-797bfb9e]{width:90%;left:-15px;top:5px}#languageSelect[data-v-797bfb9e]{margin-left:-10px}.languageDiv ul[data-v-797bfb9e]{font-size:12px}#menu[data-v-797bfb9e]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-797bfb9e]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-797bfb9e]{width:80%}#rightHeader[data-v-797bfb9e]{height:40px}#rightHeader>div[data-v-797bfb9e]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-797bfb9e]{position:absolute;right:38px;top:0}.searchDiv[data-v-797bfb9e]{width:90%}#toc[data-v-797bfb9e]{width:100%}.copyright[data-v-797bfb9e]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-797bfb9e]{display:none}#copyrightPhone[data-v-797bfb9e]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-797bfb9e]{width:15%!important}#prevBtn[data-v-797bfb9e],#nextBtn[data-v-797bfb9e]{width:32px;height:32px;background-size:100%}#searchButton[data-v-797bfb9e]{margin-left:-1px}table td.left[data-v-797bfb9e]{text-align:right}table td.center[data-v-797bfb9e]{width:50%}table td.right[data-v-797bfb9e]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-797bfb9e]{left:0}.languageDiv div[data-v-797bfb9e]{width:100%;left:-5px;top:5px}#languageSelect[data-v-797bfb9e]{margin-left:20px}.languageDiv ul[data-v-797bfb9e]{font-size:10px}.noResult>span[data-v-797bfb9e]{width:200px!important;font-size:14px}#title[data-v-797bfb9e]{font-size:13px;width:40%}#menu[data-v-797bfb9e]{position:absolute}#banner_img>a[data-v-797bfb9e]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-797bfb9e]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-797bfb9e]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-797bfb9e]{font-size:14px}}body[data-v-797bfb9e]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-797bfb9e]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-797bfb9e]{margin:auto;max-width:1120px}.subHeaderInner[data-v-797bfb9e]>*{float:left}.content p[data-v-797bfb9e],.content li[data-v-797bfb9e]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-797bfb9e]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-797bfb9e]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-797bfb9e]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-797bfb9e]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-797bfb9e]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-797bfb9e]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-797bfb9e]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-797bfb9e]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-797bfb9e]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-797bfb9e]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-797bfb9e]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-797bfb9e]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-797bfb9e],p.Para-Basic-B-Sub[data-v-797bfb9e]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-797bfb9e]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-797bfb9e]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-797bfb9e]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-797bfb9e]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-797bfb9e],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-797bfb9e],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-797bfb9e]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-797bfb9e],p+ul li.Para-Basic-B-Sub[data-v-797bfb9e]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-797bfb9e],ul~p.Para-basic-L-bullet-Sub[data-v-797bfb9e],ul~p.Para-Basic-B-Sub[data-v-797bfb9e]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-797bfb9e],ol~p.Para-basic-L-bullet-Sub[data-v-797bfb9e],ol~p.Para-Basic-B-Sub[data-v-797bfb9e]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-797bfb9e],ol+*+p.Para-basic-L-bullet-Sub[data-v-797bfb9e],ol+*+p.Para-Basic-B-Sub[data-v-797bfb9e]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-797bfb9e],a .Para-Basic-B-Sub[data-v-797bfb9e]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-797bfb9e]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-797bfb9e]{margin-left:45px}.content p[data-v-797bfb9e],li[data-v-797bfb9e]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-797bfb9e],p.Para-Basic-B[data-v-797bfb9e],p.Para-Basic-B-Center[data-v-797bfb9e]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-797bfb9e]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-797bfb9e],p.Para-Basic-B-Center[data-v-797bfb9e]{text-align:center}p.Para-Table-L-center[data-v-797bfb9e],p.Para-Table-B-Center[data-v-797bfb9e]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-797bfb9e],table p.Para-Basic-B[data-v-797bfb9e],table p.Para-Basic-B-Center[data-v-797bfb9e]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-797bfb9e]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-797bfb9e]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-797bfb9e]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-797bfb9e]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-797bfb9e]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-797bfb9e],.content .text>ul[data-v-797bfb9e],.content .text table ol[data-v-797bfb9e],.content .text table ul[data-v-797bfb9e]{padding-left:20px}.content .text>ol[data-v-797bfb9e]{padding-left:0}p.Para-Illust-L[data-v-797bfb9e]{text-align:center}p.Para-Illust-L img[data-v-797bfb9e]{display:inline-block}p.Placeholder-sub[data-v-797bfb9e],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-797bfb9e],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-797bfb9e],.content .text>ol~.figure[data-v-797bfb9e],p.Placeholder-sub-S[data-v-797bfb9e],.Para-screen-sub-S[data-v-797bfb9e],.Para-screen-sub-M[data-v-797bfb9e],.Para-screen-sub-L[data-v-797bfb9e]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-797bfb9e],p.Placeholder-sub-M img[data-v-797bfb9e],p.Placeholder-sub img[data-v-797bfb9e]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-797bfb9e]{margin-left:45px}.Table-pic-Left-sub img[data-v-797bfb9e]{margin-top:5px;margin-bottom:10px}div.figure[data-v-797bfb9e]{display:inline-block}p.Para-img-description[data-v-797bfb9e]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-797bfb9e]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-797bfb9e]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-797bfb9e]{margin-bottom:25px}.text img[data-v-797bfb9e]{max-width:100%;display:block}.Table-Pic-center[data-v-797bfb9e]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-797bfb9e]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-797bfb9e]{margin:0}p.Para-Box-Num[data-v-797bfb9e]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-797bfb9e]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-797bfb9e]:AFTER{content:". "}span.inline-img img[data-v-797bfb9e]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-797bfb9e]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-797bfb9e]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-797bfb9e]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-797bfb9e]{margin-left:6.5%;display:block!important}.discUl li[data-v-797bfb9e]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-797bfb9e],.Symbol-R[data-v-797bfb9e],.Note-R-Pic[data-v-797bfb9e]{display:block;width:100%}.Symbol-L[data-v-797bfb9e]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-797bfb9e]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-797bfb9e],.Symbol-R li[data-v-797bfb9e],.Symbol-R p[data-v-797bfb9e]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-797bfb9e]{font-size:16px}table.Table-Symbol td ul[data-v-797bfb9e]{padding-left:20px}table.Table-Symbol[data-v-797bfb9e]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-797bfb9e]{color:#bc162c}.Symbol-Black[data-v-797bfb9e],.Symbol-Black-Table[data-v-797bfb9e]{font-family:upsys_commonregular}.Symbol-Green[data-v-797bfb9e]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-797bfb9e]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-797bfb9e]{width:auto!important}.video_container[data-v-797bfb9e]{margin-top:40px;float:right}.video[data-v-797bfb9e]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-797bfb9e]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-797bfb9e]{width:100%}.Table--3col[data-v-797bfb9e],.Basic-Table[data-v-797bfb9e],.Table--2col[data-v-797bfb9e],.Table-Landmark[data-v-797bfb9e],.Table--4col[data-v-797bfb9e],.Table-2row-merge[data-v-797bfb9e],.Table--troubleshooting[data-v-797bfb9e],.Table-specification[data-v-797bfb9e],.Table-service-center[data-v-797bfb9e],.Table-5col[data-v-797bfb9e],.responsive[data-v-797bfb9e],.Table--3col-Locations[data-v-797bfb9e]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-797bfb9e]:FIRST-CHILD,.Basic-Table tr[data-v-797bfb9e]:FIRST-CHILD,.Table--2col tr[data-v-797bfb9e]:FIRST-CHILD,.Table-Landmark tr[data-v-797bfb9e]:FIRST-CHILD,.Table--4col tr[data-v-797bfb9e]:FIRST-CHILD,.Table-2row-merge tr[data-v-797bfb9e]:FIRST-CHILD,.Table--troubleshooting tr[data-v-797bfb9e]:FIRST-CHILD,.Table-service-center tr[data-v-797bfb9e]:FIRST-CHILD,.responsive tr[data-v-797bfb9e]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-797bfb9e]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-797bfb9e],.Basic-Table td[data-v-797bfb9e],.Table--2col td[data-v-797bfb9e],.Table-Landmark td[data-v-797bfb9e],.Table--4col td[data-v-797bfb9e],.Table-2row-merge td[data-v-797bfb9e],.Table--troubleshooting td[data-v-797bfb9e],.Table-specification td[data-v-797bfb9e],.Table-service-center td[data-v-797bfb9e],.responsive td[data-v-797bfb9e]{padding:10px}.Table--troubleshooting td[data-v-797bfb9e]{border-right:none}.Table--troubleshooting[data-v-797bfb9e]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-797bfb9e],.Table-Landmark .Para-Pic-Center img[data-v-797bfb9e]{width:30px}.Table-5col[data-v-797bfb9e]{border:none}.Table-5col tr[data-v-797bfb9e]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-797bfb9e]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-797bfb9e]{width:15%}.Table--3col td.x3col-L[data-v-797bfb9e],.x3col-L td.x3col-M[data-v-797bfb9e]{width:10%}td.x3col-Mid-Text[data-v-797bfb9e]{text-align:center}td.x3col-R-Pic[data-v-797bfb9e]{text-align:right}.responsive td p[data-v-797bfb9e]{text-align:center}table.Table--3col-Locations[data-v-797bfb9e]{border-collapse:collapse}.Table--3col-Locations td[data-v-797bfb9e]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-797bfb9e]{padding:10px}.Para-Pic-Center img[data-v-797bfb9e]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-797bfb9e]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-797bfb9e]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-797bfb9e]{width:50%}.Table-specification .x3col-L-Grey[data-v-797bfb9e]{width:20%}.Table-specification .Spec-Mid-text[data-v-797bfb9e]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-797bfb9e]{width:50%}.Table--3col .x3col-L-Grey[data-v-797bfb9e]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-797bfb9e],.Table--4col .x3col-Mid-Grey[data-v-797bfb9e],.Table--4col .x3col-R-Grey[data-v-797bfb9e]{width:30%}.navi td.x3col-Mid-Grey[data-v-797bfb9e]{width:15%}.Table--3col .x3col-R-Grey[data-v-797bfb9e]{width:50%}.Table--2col .x3col-L-Grey[data-v-797bfb9e],.Table--2col td[data-v-797bfb9e]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-797bfb9e]{width:70%}.Table--2col-Disc[data-v-797bfb9e]{border-collapse:collapse}.Table--2col-Disc td[data-v-797bfb9e]{border:1px solid grey;padding:10px}.Table-PL td[data-v-797bfb9e]:FIRST-CHILD{width:25%}.resultcount p[data-v-797bfb9e]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-797bfb9e]{font-family:SK_namuhx-Bold}.noResult>span[data-v-797bfb9e]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-797bfb9e]{color:#f0dfdf;display:block}.result_list[data-v-797bfb9e]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-797bfb9e]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-797bfb9e]{font-family:SK_namuhx-Regular}.resulttext p[data-v-797bfb9e]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-797bfb9e]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-797bfb9e]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-797bfb9e],.Cross-Reference[data-v-797bfb9e]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-797bfb9e]:hover{text-decoration:underline}.fontChangeDiv[data-v-797bfb9e]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-797bfb9e]{top:55px}#backButton[data-v-797bfb9e]{background-size:16px}.chapterTitle[data-v-797bfb9e]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-797bfb9e],h2[data-v-797bfb9e]{font-size:1.3em}#contentAccordion[data-v-797bfb9e]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-797bfb9e]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-797bfb9e]{line-height:21px}.video[data-v-797bfb9e]{width:46%}}@media screen and (max-width: 640px){h2[data-v-797bfb9e]{margin-top:40px}.subHeader[data-v-797bfb9e]{top:40px}.fontChangeDiv[data-v-797bfb9e]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-797bfb9e]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-797bfb9e]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-797bfb9e]{margin-left:7.3%}table td[data-v-797bfb9e]{font-size:14px;padding:5px!important}table td p[data-v-797bfb9e],table td p.Para-Basic-B-Center[data-v-797bfb9e],table td p.Para-Basic-B[data-v-797bfb9e]{font-size:14px}table td p.Para-Small-L[data-v-797bfb9e]{font-size:12px;word-break:break-word}.Table--3col td[data-v-797bfb9e],.Basic-Table td[data-v-797bfb9e],.Table--2col td[data-v-797bfb9e],.Table-Landmark td[data-v-797bfb9e],.Table--4col td[data-v-797bfb9e],.Table-2row-merge td[data-v-797bfb9e],.Table--troubleshooting td[data-v-797bfb9e],.Table-specification td[data-v-797bfb9e],.Table-service-center td[data-v-797bfb9e]{border-right:none}.responsive[data-v-797bfb9e],.responsive tr[data-v-797bfb9e],.responsive tbody[data-v-797bfb9e]{width:100%}.Table--4col-responsive td[data-v-797bfb9e]{min-width:200px!important;height:auto}.responsive td p[data-v-797bfb9e]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-797bfb9e],.Table-Symbol td li[data-v-797bfb9e]{font-size:16px}p.Placeholder-sub[data-v-797bfb9e],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-797bfb9e],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-797bfb9e],.content .text>ol~.figure[data-v-797bfb9e],.content .text>ol+ul[data-v-797bfb9e],.Para-screen-sub-L[data-v-797bfb9e]{margin-left:0}.resultcount p[data-v-797bfb9e]{font-size:16px}.Table-specification td p[data-v-797bfb9e],.Table--3col-Locations td li[data-v-797bfb9e],p.Para-basic-L-Sub[data-v-797bfb9e],p.Para-basic-L-Sub-Auto[data-v-797bfb9e],p.Para-basic-L-center[data-v-797bfb9e],li.Para-basic-L-bullet[data-v-797bfb9e],p.Para-basic-L[data-v-797bfb9e],li.Para-basic-L-hyp-Sub[data-v-797bfb9e],li.Para-basic-L-hyp-2Sub[data-v-797bfb9e],li[class^=Para-Num][data-v-797bfb9e],p.Para-Box-Num[data-v-797bfb9e],p.Para-Basic-B-Sub[data-v-797bfb9e],td p.Para-basic-L[data-v-797bfb9e],td li.Para-basic-L-bullet[data-v-797bfb9e],p.Para-Basic-B[data-v-797bfb9e],p.Para-Circle-Num-Sub[data-v-797bfb9e],.Symbol-L p.Para-basic-L-Sub[data-v-797bfb9e],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-797bfb9e]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-797bfb9e],.Table--3col-Locations td li[data-v-797bfb9e],p.Para-Table-L-Sub[data-v-797bfb9e],p.Para-Table-L-Sub-Auto[data-v-797bfb9e],p.Para-Table-L-center[data-v-797bfb9e],p.Para-Table-L[data-v-797bfb9e],li.Para-Table-L-hyp-Sub[data-v-797bfb9e],li.Para-Table-L-hyp-2Sub[data-v-797bfb9e],p.Para-Table-B-Sub[data-v-797bfb9e],td p.Para-Table-L[data-v-797bfb9e],p.Para-Table-B[data-v-797bfb9e],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-797bfb9e]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-797bfb9e]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-797bfb9e],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-797bfb9e]{font-size:14px}.big .Table-specification td p[data-v-797bfb9e],.big .Table--3col-Locations td li[data-v-797bfb9e],.big p.Para-basic-L-Sub[data-v-797bfb9e],.big p.Para-basic-L-Sub-Auto[data-v-797bfb9e],.big p.Para-basic-L-center[data-v-797bfb9e],.big li.Para-basic-L-bullet[data-v-797bfb9e],.big p.Para-basic-L[data-v-797bfb9e],.big li.Para-basic-L-hyp-Sub[data-v-797bfb9e],.big li.Para-basic-L-hyp-2Sub[data-v-797bfb9e],.big li[class^=Para-Num][data-v-797bfb9e],.big p.Para-Box-Num[data-v-797bfb9e],.big p.Para-Basic-B-Sub[data-v-797bfb9e],.big td p.Para-basic-L[data-v-797bfb9e],.big td li.Para-basic-L-bullet[data-v-797bfb9e],.big p.Para-Basic-B[data-v-797bfb9e],.big p.Para-Circle-Num-Sub[data-v-797bfb9e]{font-size:16px}.big .Table-specification td p[data-v-797bfb9e],.big .Table--3col-Locations td li[data-v-797bfb9e],.big p.Para-Table-L-Sub[data-v-797bfb9e],.big p.Para-Table-L-Sub-Auto[data-v-797bfb9e],.big p.Para-Table-L-center[data-v-797bfb9e],.big p.Para-Table-L[data-v-797bfb9e],.big li.Para-Table-L-hyp-Sub[data-v-797bfb9e],.big li.Para-Table-L-hyp-2Sub[data-v-797bfb9e],.big li[class^=Para-Num][data-v-797bfb9e],.big p.Para-Box-Num[data-v-797bfb9e],.big p.Para-Table-B-Sub[data-v-797bfb9e],.big td p.Para-Table-L[data-v-797bfb9e],.big p.Para-Table-B[data-v-797bfb9e],.big p.Para-Circle-Num-Sub[data-v-797bfb9e],.big p.Para-Table-B-Center[data-v-797bfb9e],.big .Table--3col-ISO td p[data-v-797bfb9e]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-797bfb9e],p.Para-Table-B-Center[data-v-797bfb9e]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-797bfb9e],.big p.video_title[data-v-797bfb9e],.big .resultItem p[data-v-797bfb9e]{font-size:1.05em}h1[data-v-797bfb9e]{font-size:1.2em;margin-top:0}h2[data-v-797bfb9e]{font-size:1.1em}.Heading-3[data-v-797bfb9e]{font-size:1em}.content .text>ol li[data-v-797bfb9e]:BEFORE{font-size:26px}.video[data-v-797bfb9e]{width:95%}}p.Para-Table-L[data-v-797bfb9e]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-797bfb9e]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-797bfb9e]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-797bfb9e]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-797bfb9e]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-797bfb9e]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-797bfb9e]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-797bfb9e]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-797bfb9e]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-797bfb9e]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-797bfb9e]:before{content:"";display:block;height:15pt}.Bold[data-v-797bfb9e],span.Bold[data-v-797bfb9e]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-797bfb9e]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-797bfb9e]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-797bfb9e]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-797bfb9e]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-797bfb9e]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-797bfb9e]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-797bfb9e]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-797bfb9e]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-797bfb9e]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-797bfb9e]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-797bfb9e]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-797bfb9e],.Para-Table-L-Sub-Auto .icon-1[data-v-797bfb9e]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-797bfb9e]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-797bfb9e]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-797bfb9e]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-797bfb9e],.Table--2col td p.Para-basic-L[data-v-797bfb9e]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-797bfb9e]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-797bfb9e]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-797bfb9e]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-797bfb9e]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-797bfb9e]{margin-top:8pt!important}.table-responsive[data-v-797bfb9e]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-797bfb9e]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-797bfb9e],#table-16[data-v-797bfb9e]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-797bfb9e]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-797bfb9e]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-797bfb9e]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-797bfb9e]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-797bfb9e]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-797bfb9e]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-797bfb9e]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-797bfb9e]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-797bfb9e]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-797bfb9e]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-797bfb9e]{font-size:12px}#table-15.responsive td[data-v-797bfb9e]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-797bfb9e]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-797bfb9e]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-797bfb9e]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-797bfb9e]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-797bfb9e],.Table--4col-Error th[data-v-797bfb9e]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-797bfb9e],.Table--4col-Error tr:first-child th[data-v-797bfb9e]{border-top:none}.Table--4col-Error tr:last-child td[data-v-797bfb9e]{border-bottom:none}.Table--4col-Error thead td[data-v-797bfb9e]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-797bfb9e]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-797bfb9e]:nth-child(1),.Table--4col-Error thead td[data-v-797bfb9e]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-797bfb9e]:nth-child(2),.Table--4col-Error thead td[data-v-797bfb9e]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-797bfb9e]:nth-child(3),.Table--4col-Error thead td[data-v-797bfb9e]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-797bfb9e]:nth-child(4),.Table--4col-Error thead td[data-v-797bfb9e]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-797bfb9e]:nth-child(1),.Table--4col-Error tbody td[data-v-797bfb9e]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-797bfb9e]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-797bfb9e]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-797bfb9e]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-797bfb9e]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-797bfb9e]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-797bfb9e]{font-size:14px!important}.Table--4col-Error tbody td[data-v-797bfb9e]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-797bfb9e],.Table--4col-Error p.Para-Table-B[data-v-797bfb9e],.Table--4col-Error p.Para-Table-L-Center[data-v-797bfb9e]{font-size:12px!important}.Table--4col-Error tbody td[data-v-797bfb9e]:nth-child(1),.Table--4col-Error thead td[data-v-797bfb9e]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-797bfb9e]:nth-child(2),.Table--4col-Error thead td[data-v-797bfb9e]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-797bfb9e]:nth-child(3),.Table--4col-Error thead td[data-v-797bfb9e]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-797bfb9e]:nth-child(4),.Table--4col-Error thead td[data-v-797bfb9e]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-797bfb9e]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-797bfb9e]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-797bfb9e]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-797bfb9e]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-797bfb9e]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-797bfb9e]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-797bfb9e]{line-height:1.25;font-weight:500}.Bold-color[data-v-797bfb9e]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-797bfb9e]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-797bfb9e]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-797bfb9e]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-797bfb9e]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-797bfb9e]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-797bfb9e]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-797bfb9e]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-797bfb9e]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-797bfb9e]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-797bfb9e]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-797bfb9e]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-797bfb9e]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-797bfb9e]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-797bfb9e]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-797bfb9e]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-797bfb9e],tr:last-child td.cell-style-override-7[data-v-797bfb9e]{border-bottom:0}table#table-16[data-v-797bfb9e]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-797bfb9e],.Table--2col-Air-Sensor[data-v-797bfb9e],.Table--2col-Voice[data-v-797bfb9e],.Table--2col-Filter[data-v-797bfb9e],.Table--troubleshooting[data-v-797bfb9e],.Table--4col-Error[data-v-797bfb9e],.Table--Specifications[data-v-797bfb9e]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-797bfb9e]:last-child,.Table--2col-Voice tr td[data-v-797bfb9e]:last-child{width:70%}.Table--2col-Voice tr td[data-v-797bfb9e]:first-child{width:30%}.Para-Table-L-Center[data-v-797bfb9e]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-797bfb9e]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-797bfb9e]{display:block!important}.Table--2col-Information td[data-v-797bfb9e]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-797bfb9e]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-797bfb9e]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-797bfb9e]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-797bfb9e]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-797bfb9e],.Table--4col-responsive table td[data-v-797bfb9e]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-797bfb9e],.Table--2col-Information th[data-v-797bfb9e]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-797bfb9e]:nth-child(1),.Table--2col-Information th[data-v-797bfb9e]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-797bfb9e]:nth-child(2),.Table--2col-Information th[data-v-797bfb9e]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-797bfb9e],.Table--2col-Information th[data-v-797bfb9e]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-797bfb9e]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-797bfb9e],.Table--2col-Voice th[data-v-797bfb9e]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-797bfb9e]:nth-child(1),.Table--2col-Voice th[data-v-797bfb9e]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-797bfb9e]:nth-child(2),.Table--2col-Voice th[data-v-797bfb9e]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-797bfb9e]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-797bfb9e],.Table--2col-Voice tr:last-child td[data-v-797bfb9e]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-797bfb9e],.Table--2col-Voice thead th[data-v-797bfb9e]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-797bfb9e]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-797bfb9e]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-797bfb9e]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-797bfb9e],.Table--2col-Information th[data-v-797bfb9e]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-797bfb9e]:nth-child(1),.Table--2col-Information th[data-v-797bfb9e]:nth-child(1){width:30%}.Table--2col-Information td[data-v-797bfb9e]:nth-child(2),.Table--2col-Information th[data-v-797bfb9e]:nth-child(2){width:70%}.Table--2col-Information td[data-v-797bfb9e]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-797bfb9e]{border-bottom:none}.Table--2col-Air-Sensor[data-v-797bfb9e]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-797bfb9e],.Table--2col-Air-Sensor th[data-v-797bfb9e]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-797bfb9e]:nth-child(1),.Table--2col-Air-Sensor th[data-v-797bfb9e]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-797bfb9e]:nth-child(2),.Table--2col-Air-Sensor th[data-v-797bfb9e]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-797bfb9e]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-797bfb9e]{border-bottom:none}.Table--2col-Filter[data-v-797bfb9e]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-797bfb9e],.Table--2col-Filter th[data-v-797bfb9e]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-797bfb9e]:nth-child(1),.Table--2col-Filter th[data-v-797bfb9e]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-797bfb9e]:nth-child(2),.Table--2col-Filter th[data-v-797bfb9e]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-797bfb9e]:nth-child(3),.Table--2col-Filter th[data-v-797bfb9e]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-797bfb9e]:nth-child(4),.Table--2col-Filter th[data-v-797bfb9e]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-797bfb9e]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-797bfb9e],.Table--2col-Filter tr:last-child td[data-v-797bfb9e]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-797bfb9e],.Table--2col-Filter thead th[data-v-797bfb9e]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-797bfb9e]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-797bfb9e]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-797bfb9e]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-797bfb9e],.Table--Specifications th[data-v-797bfb9e]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-797bfb9e]:first-child,.Table--Specifications th[data-v-797bfb9e]:first-child{width:16%}.Table--Specifications td[data-v-797bfb9e]:nth-child(2),.Table--Specifications th[data-v-797bfb9e]:nth-child(2){width:42%}.Table--Specifications td[data-v-797bfb9e]:nth-child(3),.Table--Specifications th[data-v-797bfb9e]:nth-child(3){width:42%}.Table--Specifications td[data-v-797bfb9e]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-797bfb9e],.Table--Specifications tr:last-child td[data-v-797bfb9e]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-797bfb9e],.Table--Specifications thead th[data-v-797bfb9e]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-797bfb9e]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-797bfb9e]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-797bfb9e],td.cell-style-override-20[data-v-797bfb9e]{padding:10px}td.x3col-Mid-text[data-v-797bfb9e],td.cell-style-override-22[data-v-797bfb9e],td.cell-style-override-20[data-v-797bfb9e]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-797bfb9e]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-797bfb9e]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-797bfb9e]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-797bfb9e]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-797bfb9e]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-797bfb9e]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-797bfb9e],th.header-cell[data-v-797bfb9e]{background-color:#88d0c7}td.color-blue[data-v-797bfb9e],th.color-blue[data-v-797bfb9e]{background-color:#d3edf9}td.color-green[data-v-797bfb9e],th.color-green[data-v-797bfb9e]{background-color:#d9ead3}td.color-orange[data-v-797bfb9e],th.color-orange[data-v-797bfb9e]{background-color:#fce5cd}td.color-red[data-v-797bfb9e],th.color-red[data-v-797bfb9e]{background-color:#f4cccc}td.color-purple[data-v-797bfb9e],th.color-purple[data-v-797bfb9e]{background-color:#e4d7f5}td.color-yellow[data-v-797bfb9e],th.color-yellow[data-v-797bfb9e]{background-color:#fff2cc}td.color-teal[data-v-797bfb9e],th.color-teal[data-v-797bfb9e]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-797bfb9e],.Table--8col-air-web-1 td[data-v-797bfb9e],.Table--8col-air-web-1 th[data-v-797bfb9e]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-797bfb9e]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-797bfb9e]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-797bfb9e],.Table--2col td[data-v-797bfb9e],.Table--2col th[data-v-797bfb9e]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-797bfb9e]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-797bfb9e]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-797bfb9e],.Table--2col th p[data-v-797bfb9e]{border:none!important}.Table--2col[data-v-797bfb9e] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-797bfb9e]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-797bfb9e],.Table--4col td[data-v-797bfb9e]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-797bfb9e]{text-align:left!important}.Table--4col thead th[data-v-797bfb9e]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-797bfb9e]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-797bfb9e]{text-align:center!important}.Table--4col-air[data-v-797bfb9e]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-797bfb9e],.Table--4col-air th[data-v-797bfb9e]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-797bfb9e],.Table--4col-air tr:first-child th[data-v-797bfb9e]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-797bfb9e]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-797bfb9e],.Table--4col-air td ul[data-v-797bfb9e],.Table--4col-air td li[data-v-797bfb9e]{text-align:left!important}.Table--4col-air colgroup col[data-v-797bfb9e]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-797bfb9e]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-797bfb9e]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-797bfb9e]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-797bfb9e]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-797bfb9e],.Table--4col-air th[data-v-797bfb9e]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-797bfb9e],.Table--4col-air tr:first-child th[data-v-797bfb9e]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-797bfb9e]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-797bfb9e]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-797bfb9e],.Table--4col-ai2 th[data-v-797bfb9e]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-797bfb9e]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-797bfb9e]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-797bfb9e],.Table--4col-ai2 th[data-v-797bfb9e]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-797bfb9e]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-797bfb9e]{font-size:12px!important;margin:0!important;line-height:1.5!important}}#content-div[data-v-797bfb9e]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-797bfb9e]{min-height:100vh}}body[data-v-3e1c19e9]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-3e1c19e9]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-3e1c19e9]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-3e1c19e9]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-3e1c19e9]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-3e1c19e9]{width:83%!important}.content #naviText span[data-v-3e1c19e9]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-3e1c19e9]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-3e1c19e9]{width:100%!important}.content #mainCar[data-v-3e1c19e9]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-3e1c19e9]{width:100%}#mainCarPhone[data-v-3e1c19e9]{display:none}.content #buttonMenu_v2[data-v-3e1c19e9]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-3e1c19e9]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-3e1c19e9]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-3e1c19e9]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-3e1c19e9]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-3e1c19e9]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-3e1c19e9]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-3e1c19e9]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-3e1c19e9]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-3e1c19e9]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-3e1c19e9]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-3e1c19e9]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-3e1c19e9]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-3e1c19e9]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-3e1c19e9]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-3e1c19e9]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-3e1c19e9]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-3e1c19e9]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-3e1c19e9]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-3e1c19e9]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-3e1c19e9]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-3e1c19e9]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-3e1c19e9]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-3e1c19e9]{bottom:11%;width:30%}.content #naviText span[data-v-3e1c19e9]{font-size:17px}.content #naviText img[data-v-3e1c19e9]{width:80%!important}.content #carName[data-v-3e1c19e9]{right:0%;bottom:12%}.content #carName img[data-v-3e1c19e9]{width:40%!important}.content #buttonMenu_v2>a[data-v-3e1c19e9]{width:33%}.content #buttonMenu>a[data-v-3e1c19e9]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-3e1c19e9]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-3e1c19e9]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-3e1c19e9]{display:block}#mainCarPc[data-v-3e1c19e9]{display:none}.content #buttonMenu_v2[data-v-3e1c19e9],.content #buttonMenu[data-v-3e1c19e9]{width:92%}}@media screen and (max-width: 480px){.content[data-v-3e1c19e9]{padding-top:0}.content #naviText[data-v-3e1c19e9]{bottom:14%;width:45%}.content #naviText span[data-v-3e1c19e9]{font-size:11px}.content #naviText img[data-v-3e1c19e9]{width:88%!important}.content #carName[data-v-3e1c19e9]{right:5%;bottom:15%}.content #carName img[data-v-3e1c19e9]{width:120px!important}.content #buttonMenu_v2[data-v-3e1c19e9]{position:relative}.content #buttonMenu_v2>a>div[data-v-3e1c19e9]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-3e1c19e9]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-3e1c19e9]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-3e1c19e9]{position:relative}.content #buttonMenu>a>div[data-v-3e1c19e9]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-3e1c19e9]{height:120px}.content #buttonMenu>a>div>span[data-v-3e1c19e9]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-3e1c19e9]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-3e1c19e9]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-3e1c19e9]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-3e1c19e9]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-3e1c19e9]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-3e1c19e9]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-3e1c19e9]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-3e1c19e9]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-3e1c19e9]{margin:0;padding:0}html[data-v-3e1c19e9]{background-color:#000;width:100%}.keyword[data-v-3e1c19e9],.highlight[data-v-3e1c19e9]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-3e1c19e9]{font-family:upsys_commonregular}.header_main[data-v-3e1c19e9]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-3e1c19e9]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-3e1c19e9]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-3e1c19e9]>*{float:left}#headerLogo[data-v-3e1c19e9]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-3e1c19e9]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-3e1c19e9]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-3e1c19e9]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-3e1c19e9]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-3e1c19e9]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-3e1c19e9]{font-size:13px}.languageDiv .active[data-v-3e1c19e9]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-3e1c19e9]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-3e1c19e9]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-3e1c19e9]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-3e1c19e9],#languageSelect li[data-v-3e1c19e9]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-3e1c19e9],#languageSelect li:hover a[data-v-3e1c19e9]{color:#000}.footer-manual[data-v-3e1c19e9]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-3e1c19e9]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-3e1c19e9]{line-height:60px}#footerLogo[data-v-3e1c19e9]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-3e1c19e9]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-3e1c19e9]{display:inline-block;width:100%}#copyrightPcSpan[data-v-3e1c19e9]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-3e1c19e9]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-3e1c19e9]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-3e1c19e9]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-3e1c19e9]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-3e1c19e9]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-3e1c19e9]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-3e1c19e9]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-3e1c19e9]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-3e1c19e9]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-3e1c19e9]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-3e1c19e9]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-3e1c19e9]:focus{outline:none}#searchButton[data-v-3e1c19e9]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-3e1c19e9]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-3e1c19e9]{width:80%}table td.right[data-v-3e1c19e9]{width:10%;text-align:center}.result[data-v-3e1c19e9],.resultcount[data-v-3e1c19e9],.noResult[data-v-3e1c19e9]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-3e1c19e9]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-3e1c19e9]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-3e1c19e9]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-3e1c19e9]{color:#e49f81}.cover[data-v-3e1c19e9]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-3e1c19e9]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-3e1c19e9]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-3e1c19e9]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-3e1c19e9]{font-size:12px}.languageDivPhone .active[data-v-3e1c19e9]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-3e1c19e9]{bottom:30px;left:1px}.fontChangeButton[data-v-3e1c19e9]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-3e1c19e9]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-3e1c19e9]{left:0}.languageDiv div[data-v-3e1c19e9]{width:120%;left:-45px;top:5px}#languageSelect[data-v-3e1c19e9]{margin-left:-40px}#banner_img>a[data-v-3e1c19e9]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-3e1c19e9]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-3e1c19e9]{z-index:12}.header_main[data-v-3e1c19e9]{height:40px;padding-top:0}.header[data-v-3e1c19e9]{z-index:12}.header[data-v-3e1c19e9]{height:40px;padding-top:0}#title[data-v-3e1c19e9]{font-size:16px;width:49%}#headerLogo[data-v-3e1c19e9]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-3e1c19e9]{width:20%}.languageDiv div[data-v-3e1c19e9]{width:90%;left:-15px;top:5px}#languageSelect[data-v-3e1c19e9]{margin-left:-10px}.languageDiv ul[data-v-3e1c19e9]{font-size:12px}#menu[data-v-3e1c19e9]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-3e1c19e9]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-3e1c19e9]{width:80%}#rightHeader[data-v-3e1c19e9]{height:40px}#rightHeader>div[data-v-3e1c19e9]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-3e1c19e9]{position:absolute;right:38px;top:0}.searchDiv[data-v-3e1c19e9]{width:90%}#toc[data-v-3e1c19e9]{width:100%}.copyright[data-v-3e1c19e9]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-3e1c19e9]{display:none}#copyrightPhone[data-v-3e1c19e9]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-3e1c19e9]{width:15%!important}#prevBtn[data-v-3e1c19e9],#nextBtn[data-v-3e1c19e9]{width:32px;height:32px;background-size:100%}#searchButton[data-v-3e1c19e9]{margin-left:-1px}table td.left[data-v-3e1c19e9]{text-align:right}table td.center[data-v-3e1c19e9]{width:50%}table td.right[data-v-3e1c19e9]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-3e1c19e9]{left:0}.languageDiv div[data-v-3e1c19e9]{width:100%;left:-5px;top:5px}#languageSelect[data-v-3e1c19e9]{margin-left:20px}.languageDiv ul[data-v-3e1c19e9]{font-size:10px}.noResult>span[data-v-3e1c19e9]{width:200px!important;font-size:14px}#title[data-v-3e1c19e9]{font-size:13px;width:40%}#menu[data-v-3e1c19e9]{position:absolute}#banner_img>a[data-v-3e1c19e9]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-3e1c19e9]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-3e1c19e9]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-3e1c19e9]{font-size:14px}}body[data-v-3e1c19e9]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-3e1c19e9]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-3e1c19e9]{margin:auto;max-width:1120px}.subHeaderInner[data-v-3e1c19e9]>*{float:left}.content p[data-v-3e1c19e9],.content li[data-v-3e1c19e9]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-3e1c19e9]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-3e1c19e9]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-3e1c19e9]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-3e1c19e9]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-3e1c19e9]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-3e1c19e9]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-3e1c19e9]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-3e1c19e9]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-3e1c19e9]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-3e1c19e9]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-3e1c19e9]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-3e1c19e9]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-3e1c19e9],p.Para-Basic-B-Sub[data-v-3e1c19e9]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-3e1c19e9]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-3e1c19e9]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-3e1c19e9]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-3e1c19e9]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-3e1c19e9],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-3e1c19e9],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-3e1c19e9]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-3e1c19e9],p+ul li.Para-Basic-B-Sub[data-v-3e1c19e9]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-3e1c19e9],ul~p.Para-basic-L-bullet-Sub[data-v-3e1c19e9],ul~p.Para-Basic-B-Sub[data-v-3e1c19e9]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-3e1c19e9],ol~p.Para-basic-L-bullet-Sub[data-v-3e1c19e9],ol~p.Para-Basic-B-Sub[data-v-3e1c19e9]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-3e1c19e9],ol+*+p.Para-basic-L-bullet-Sub[data-v-3e1c19e9],ol+*+p.Para-Basic-B-Sub[data-v-3e1c19e9]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-3e1c19e9],a .Para-Basic-B-Sub[data-v-3e1c19e9]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-3e1c19e9]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-3e1c19e9]{margin-left:45px}.content p[data-v-3e1c19e9],li[data-v-3e1c19e9]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-3e1c19e9],p.Para-Basic-B[data-v-3e1c19e9],p.Para-Basic-B-Center[data-v-3e1c19e9]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-3e1c19e9]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-3e1c19e9],p.Para-Basic-B-Center[data-v-3e1c19e9]{text-align:center}p.Para-Table-L-center[data-v-3e1c19e9],p.Para-Table-B-Center[data-v-3e1c19e9]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-3e1c19e9],table p.Para-Basic-B[data-v-3e1c19e9],table p.Para-Basic-B-Center[data-v-3e1c19e9]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-3e1c19e9]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-3e1c19e9]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-3e1c19e9]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-3e1c19e9]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-3e1c19e9]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-3e1c19e9],.content .text>ul[data-v-3e1c19e9],.content .text table ol[data-v-3e1c19e9],.content .text table ul[data-v-3e1c19e9]{padding-left:20px}.content .text>ol[data-v-3e1c19e9]{padding-left:0}p.Para-Illust-L[data-v-3e1c19e9]{text-align:center}p.Para-Illust-L img[data-v-3e1c19e9]{display:inline-block}p.Placeholder-sub[data-v-3e1c19e9],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-3e1c19e9],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-3e1c19e9],.content .text>ol~.figure[data-v-3e1c19e9],p.Placeholder-sub-S[data-v-3e1c19e9],.Para-screen-sub-S[data-v-3e1c19e9],.Para-screen-sub-M[data-v-3e1c19e9],.Para-screen-sub-L[data-v-3e1c19e9]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-3e1c19e9],p.Placeholder-sub-M img[data-v-3e1c19e9],p.Placeholder-sub img[data-v-3e1c19e9]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-3e1c19e9]{margin-left:45px}.Table-pic-Left-sub img[data-v-3e1c19e9]{margin-top:5px;margin-bottom:10px}div.figure[data-v-3e1c19e9]{display:inline-block}p.Para-img-description[data-v-3e1c19e9]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-3e1c19e9]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-3e1c19e9]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-3e1c19e9]{margin-bottom:25px}.text img[data-v-3e1c19e9]{max-width:100%;display:block}.Table-Pic-center[data-v-3e1c19e9]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-3e1c19e9]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-3e1c19e9]{margin:0}p.Para-Box-Num[data-v-3e1c19e9]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-3e1c19e9]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-3e1c19e9]:AFTER{content:". "}span.inline-img img[data-v-3e1c19e9]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-3e1c19e9]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-3e1c19e9]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-3e1c19e9]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-3e1c19e9]{margin-left:6.5%;display:block!important}.discUl li[data-v-3e1c19e9]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-3e1c19e9],.Symbol-R[data-v-3e1c19e9],.Note-R-Pic[data-v-3e1c19e9]{display:block;width:100%}.Symbol-L[data-v-3e1c19e9]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-3e1c19e9]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-3e1c19e9],.Symbol-R li[data-v-3e1c19e9],.Symbol-R p[data-v-3e1c19e9]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-3e1c19e9]{font-size:16px}table.Table-Symbol td ul[data-v-3e1c19e9]{padding-left:20px}table.Table-Symbol[data-v-3e1c19e9]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-3e1c19e9]{color:#bc162c}.Symbol-Black[data-v-3e1c19e9],.Symbol-Black-Table[data-v-3e1c19e9]{font-family:upsys_commonregular}.Symbol-Green[data-v-3e1c19e9]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-3e1c19e9]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-3e1c19e9]{width:auto!important}.video_container[data-v-3e1c19e9]{margin-top:40px;float:right}.video[data-v-3e1c19e9]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-3e1c19e9]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-3e1c19e9]{width:100%}.Table--3col[data-v-3e1c19e9],.Basic-Table[data-v-3e1c19e9],.Table--2col[data-v-3e1c19e9],.Table-Landmark[data-v-3e1c19e9],.Table--4col[data-v-3e1c19e9],.Table-2row-merge[data-v-3e1c19e9],.Table--troubleshooting[data-v-3e1c19e9],.Table-specification[data-v-3e1c19e9],.Table-service-center[data-v-3e1c19e9],.Table-5col[data-v-3e1c19e9],.responsive[data-v-3e1c19e9],.Table--3col-Locations[data-v-3e1c19e9]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-3e1c19e9]:FIRST-CHILD,.Basic-Table tr[data-v-3e1c19e9]:FIRST-CHILD,.Table--2col tr[data-v-3e1c19e9]:FIRST-CHILD,.Table-Landmark tr[data-v-3e1c19e9]:FIRST-CHILD,.Table--4col tr[data-v-3e1c19e9]:FIRST-CHILD,.Table-2row-merge tr[data-v-3e1c19e9]:FIRST-CHILD,.Table--troubleshooting tr[data-v-3e1c19e9]:FIRST-CHILD,.Table-service-center tr[data-v-3e1c19e9]:FIRST-CHILD,.responsive tr[data-v-3e1c19e9]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-3e1c19e9]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-3e1c19e9],.Basic-Table td[data-v-3e1c19e9],.Table--2col td[data-v-3e1c19e9],.Table-Landmark td[data-v-3e1c19e9],.Table--4col td[data-v-3e1c19e9],.Table-2row-merge td[data-v-3e1c19e9],.Table--troubleshooting td[data-v-3e1c19e9],.Table-specification td[data-v-3e1c19e9],.Table-service-center td[data-v-3e1c19e9],.responsive td[data-v-3e1c19e9]{padding:10px}.Table--troubleshooting td[data-v-3e1c19e9]{border-right:none}.Table--troubleshooting[data-v-3e1c19e9]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-3e1c19e9],.Table-Landmark .Para-Pic-Center img[data-v-3e1c19e9]{width:30px}.Table-5col[data-v-3e1c19e9]{border:none}.Table-5col tr[data-v-3e1c19e9]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-3e1c19e9]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-3e1c19e9]{width:15%}.Table--3col td.x3col-L[data-v-3e1c19e9],.x3col-L td.x3col-M[data-v-3e1c19e9]{width:10%}td.x3col-Mid-Text[data-v-3e1c19e9]{text-align:center}td.x3col-R-Pic[data-v-3e1c19e9]{text-align:right}.responsive td p[data-v-3e1c19e9]{text-align:center}table.Table--3col-Locations[data-v-3e1c19e9]{border-collapse:collapse}.Table--3col-Locations td[data-v-3e1c19e9]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-3e1c19e9]{padding:10px}.Para-Pic-Center img[data-v-3e1c19e9]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-3e1c19e9]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-3e1c19e9]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-3e1c19e9]{width:50%}.Table-specification .x3col-L-Grey[data-v-3e1c19e9]{width:20%}.Table-specification .Spec-Mid-text[data-v-3e1c19e9]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-3e1c19e9]{width:50%}.Table--3col .x3col-L-Grey[data-v-3e1c19e9]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-3e1c19e9],.Table--4col .x3col-Mid-Grey[data-v-3e1c19e9],.Table--4col .x3col-R-Grey[data-v-3e1c19e9]{width:30%}.navi td.x3col-Mid-Grey[data-v-3e1c19e9]{width:15%}.Table--3col .x3col-R-Grey[data-v-3e1c19e9]{width:50%}.Table--2col .x3col-L-Grey[data-v-3e1c19e9],.Table--2col td[data-v-3e1c19e9]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-3e1c19e9]{width:70%}.Table--2col-Disc[data-v-3e1c19e9]{border-collapse:collapse}.Table--2col-Disc td[data-v-3e1c19e9]{border:1px solid grey;padding:10px}.Table-PL td[data-v-3e1c19e9]:FIRST-CHILD{width:25%}.resultcount p[data-v-3e1c19e9]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-3e1c19e9]{font-family:SK_namuhx-Bold}.noResult>span[data-v-3e1c19e9]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-3e1c19e9]{color:#f0dfdf;display:block}.result_list[data-v-3e1c19e9]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-3e1c19e9]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-3e1c19e9]{font-family:SK_namuhx-Regular}.resulttext p[data-v-3e1c19e9]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-3e1c19e9]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-3e1c19e9]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-3e1c19e9],.Cross-Reference[data-v-3e1c19e9]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-3e1c19e9]:hover{text-decoration:underline}.fontChangeDiv[data-v-3e1c19e9]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-3e1c19e9]{top:55px}#backButton[data-v-3e1c19e9]{background-size:16px}.chapterTitle[data-v-3e1c19e9]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-3e1c19e9],h2[data-v-3e1c19e9]{font-size:1.3em}#contentAccordion[data-v-3e1c19e9]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-3e1c19e9]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-3e1c19e9]{line-height:21px}.video[data-v-3e1c19e9]{width:46%}}@media screen and (max-width: 640px){h2[data-v-3e1c19e9]{margin-top:40px}.subHeader[data-v-3e1c19e9]{top:40px}.fontChangeDiv[data-v-3e1c19e9]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-3e1c19e9]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-3e1c19e9]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-3e1c19e9]{margin-left:7.3%}table td[data-v-3e1c19e9]{font-size:14px;padding:5px!important}table td p[data-v-3e1c19e9],table td p.Para-Basic-B-Center[data-v-3e1c19e9],table td p.Para-Basic-B[data-v-3e1c19e9]{font-size:14px}table td p.Para-Small-L[data-v-3e1c19e9]{font-size:12px;word-break:break-word}.Table--3col td[data-v-3e1c19e9],.Basic-Table td[data-v-3e1c19e9],.Table--2col td[data-v-3e1c19e9],.Table-Landmark td[data-v-3e1c19e9],.Table--4col td[data-v-3e1c19e9],.Table-2row-merge td[data-v-3e1c19e9],.Table--troubleshooting td[data-v-3e1c19e9],.Table-specification td[data-v-3e1c19e9],.Table-service-center td[data-v-3e1c19e9]{border-right:none}.responsive[data-v-3e1c19e9],.responsive tr[data-v-3e1c19e9],.responsive tbody[data-v-3e1c19e9]{width:100%}.Table--4col-responsive td[data-v-3e1c19e9]{min-width:200px!important;height:auto}.responsive td p[data-v-3e1c19e9]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-3e1c19e9],.Table-Symbol td li[data-v-3e1c19e9]{font-size:16px}p.Placeholder-sub[data-v-3e1c19e9],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-3e1c19e9],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-3e1c19e9],.content .text>ol~.figure[data-v-3e1c19e9],.content .text>ol+ul[data-v-3e1c19e9],.Para-screen-sub-L[data-v-3e1c19e9]{margin-left:0}.resultcount p[data-v-3e1c19e9]{font-size:16px}.Table-specification td p[data-v-3e1c19e9],.Table--3col-Locations td li[data-v-3e1c19e9],p.Para-basic-L-Sub[data-v-3e1c19e9],p.Para-basic-L-Sub-Auto[data-v-3e1c19e9],p.Para-basic-L-center[data-v-3e1c19e9],li.Para-basic-L-bullet[data-v-3e1c19e9],p.Para-basic-L[data-v-3e1c19e9],li.Para-basic-L-hyp-Sub[data-v-3e1c19e9],li.Para-basic-L-hyp-2Sub[data-v-3e1c19e9],li[class^=Para-Num][data-v-3e1c19e9],p.Para-Box-Num[data-v-3e1c19e9],p.Para-Basic-B-Sub[data-v-3e1c19e9],td p.Para-basic-L[data-v-3e1c19e9],td li.Para-basic-L-bullet[data-v-3e1c19e9],p.Para-Basic-B[data-v-3e1c19e9],p.Para-Circle-Num-Sub[data-v-3e1c19e9],.Symbol-L p.Para-basic-L-Sub[data-v-3e1c19e9],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-3e1c19e9]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-3e1c19e9],.Table--3col-Locations td li[data-v-3e1c19e9],p.Para-Table-L-Sub[data-v-3e1c19e9],p.Para-Table-L-Sub-Auto[data-v-3e1c19e9],p.Para-Table-L-center[data-v-3e1c19e9],p.Para-Table-L[data-v-3e1c19e9],li.Para-Table-L-hyp-Sub[data-v-3e1c19e9],li.Para-Table-L-hyp-2Sub[data-v-3e1c19e9],p.Para-Table-B-Sub[data-v-3e1c19e9],td p.Para-Table-L[data-v-3e1c19e9],p.Para-Table-B[data-v-3e1c19e9],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-3e1c19e9]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-3e1c19e9]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-3e1c19e9],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-3e1c19e9]{font-size:14px}.big .Table-specification td p[data-v-3e1c19e9],.big .Table--3col-Locations td li[data-v-3e1c19e9],.big p.Para-basic-L-Sub[data-v-3e1c19e9],.big p.Para-basic-L-Sub-Auto[data-v-3e1c19e9],.big p.Para-basic-L-center[data-v-3e1c19e9],.big li.Para-basic-L-bullet[data-v-3e1c19e9],.big p.Para-basic-L[data-v-3e1c19e9],.big li.Para-basic-L-hyp-Sub[data-v-3e1c19e9],.big li.Para-basic-L-hyp-2Sub[data-v-3e1c19e9],.big li[class^=Para-Num][data-v-3e1c19e9],.big p.Para-Box-Num[data-v-3e1c19e9],.big p.Para-Basic-B-Sub[data-v-3e1c19e9],.big td p.Para-basic-L[data-v-3e1c19e9],.big td li.Para-basic-L-bullet[data-v-3e1c19e9],.big p.Para-Basic-B[data-v-3e1c19e9],.big p.Para-Circle-Num-Sub[data-v-3e1c19e9]{font-size:16px}.big .Table-specification td p[data-v-3e1c19e9],.big .Table--3col-Locations td li[data-v-3e1c19e9],.big p.Para-Table-L-Sub[data-v-3e1c19e9],.big p.Para-Table-L-Sub-Auto[data-v-3e1c19e9],.big p.Para-Table-L-center[data-v-3e1c19e9],.big p.Para-Table-L[data-v-3e1c19e9],.big li.Para-Table-L-hyp-Sub[data-v-3e1c19e9],.big li.Para-Table-L-hyp-2Sub[data-v-3e1c19e9],.big li[class^=Para-Num][data-v-3e1c19e9],.big p.Para-Box-Num[data-v-3e1c19e9],.big p.Para-Table-B-Sub[data-v-3e1c19e9],.big td p.Para-Table-L[data-v-3e1c19e9],.big p.Para-Table-B[data-v-3e1c19e9],.big p.Para-Circle-Num-Sub[data-v-3e1c19e9],.big p.Para-Table-B-Center[data-v-3e1c19e9],.big .Table--3col-ISO td p[data-v-3e1c19e9]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-3e1c19e9],p.Para-Table-B-Center[data-v-3e1c19e9]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-3e1c19e9],.big p.video_title[data-v-3e1c19e9],.big .resultItem p[data-v-3e1c19e9]{font-size:1.05em}h1[data-v-3e1c19e9]{font-size:1.2em;margin-top:0}h2[data-v-3e1c19e9]{font-size:1.1em}.Heading-3[data-v-3e1c19e9]{font-size:1em}.content .text>ol li[data-v-3e1c19e9]:BEFORE{font-size:26px}.video[data-v-3e1c19e9]{width:95%}}p.Para-Table-L[data-v-3e1c19e9]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-3e1c19e9]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-3e1c19e9]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-3e1c19e9]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-3e1c19e9]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-3e1c19e9]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-3e1c19e9]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-3e1c19e9]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-3e1c19e9]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-3e1c19e9]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-3e1c19e9]:before{content:"";display:block;height:15pt}.Bold[data-v-3e1c19e9],span.Bold[data-v-3e1c19e9]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-3e1c19e9]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-3e1c19e9]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-3e1c19e9]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-3e1c19e9]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-3e1c19e9]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-3e1c19e9]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-3e1c19e9]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-3e1c19e9]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-3e1c19e9]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-3e1c19e9]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-3e1c19e9]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-3e1c19e9],.Para-Table-L-Sub-Auto .icon-1[data-v-3e1c19e9]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-3e1c19e9]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-3e1c19e9]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-3e1c19e9]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-3e1c19e9],.Table--2col td p.Para-basic-L[data-v-3e1c19e9]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-3e1c19e9]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-3e1c19e9]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-3e1c19e9]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-3e1c19e9]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-3e1c19e9]{margin-top:8pt!important}.table-responsive[data-v-3e1c19e9]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-3e1c19e9]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-3e1c19e9],#table-16[data-v-3e1c19e9]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-3e1c19e9]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-3e1c19e9]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-3e1c19e9]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-3e1c19e9]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-3e1c19e9]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-3e1c19e9]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-3e1c19e9]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-3e1c19e9]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-3e1c19e9]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-3e1c19e9]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-3e1c19e9]{font-size:12px}#table-15.responsive td[data-v-3e1c19e9]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-3e1c19e9]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-3e1c19e9]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-3e1c19e9]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-3e1c19e9]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-3e1c19e9],.Table--4col-Error th[data-v-3e1c19e9]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-3e1c19e9],.Table--4col-Error tr:first-child th[data-v-3e1c19e9]{border-top:none}.Table--4col-Error tr:last-child td[data-v-3e1c19e9]{border-bottom:none}.Table--4col-Error thead td[data-v-3e1c19e9]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-3e1c19e9]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-3e1c19e9]:nth-child(1),.Table--4col-Error thead td[data-v-3e1c19e9]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-3e1c19e9]:nth-child(2),.Table--4col-Error thead td[data-v-3e1c19e9]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-3e1c19e9]:nth-child(3),.Table--4col-Error thead td[data-v-3e1c19e9]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-3e1c19e9]:nth-child(4),.Table--4col-Error thead td[data-v-3e1c19e9]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-3e1c19e9]:nth-child(1),.Table--4col-Error tbody td[data-v-3e1c19e9]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-3e1c19e9]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-3e1c19e9]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-3e1c19e9]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-3e1c19e9]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-3e1c19e9]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-3e1c19e9]{font-size:14px!important}.Table--4col-Error tbody td[data-v-3e1c19e9]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-3e1c19e9],.Table--4col-Error p.Para-Table-B[data-v-3e1c19e9],.Table--4col-Error p.Para-Table-L-Center[data-v-3e1c19e9]{font-size:12px!important}.Table--4col-Error tbody td[data-v-3e1c19e9]:nth-child(1),.Table--4col-Error thead td[data-v-3e1c19e9]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-3e1c19e9]:nth-child(2),.Table--4col-Error thead td[data-v-3e1c19e9]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-3e1c19e9]:nth-child(3),.Table--4col-Error thead td[data-v-3e1c19e9]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-3e1c19e9]:nth-child(4),.Table--4col-Error thead td[data-v-3e1c19e9]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-3e1c19e9]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-3e1c19e9]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-3e1c19e9]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-3e1c19e9]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-3e1c19e9]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-3e1c19e9]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-3e1c19e9]{line-height:1.25;font-weight:500}.Bold-color[data-v-3e1c19e9]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-3e1c19e9]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-3e1c19e9]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-3e1c19e9]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-3e1c19e9]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-3e1c19e9]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-3e1c19e9]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-3e1c19e9]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-3e1c19e9]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-3e1c19e9]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-3e1c19e9]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-3e1c19e9]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-3e1c19e9]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-3e1c19e9]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-3e1c19e9]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-3e1c19e9]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-3e1c19e9],tr:last-child td.cell-style-override-7[data-v-3e1c19e9]{border-bottom:0}table#table-16[data-v-3e1c19e9]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-3e1c19e9],.Table--2col-Air-Sensor[data-v-3e1c19e9],.Table--2col-Voice[data-v-3e1c19e9],.Table--2col-Filter[data-v-3e1c19e9],.Table--troubleshooting[data-v-3e1c19e9],.Table--4col-Error[data-v-3e1c19e9],.Table--Specifications[data-v-3e1c19e9]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-3e1c19e9]:last-child,.Table--2col-Voice tr td[data-v-3e1c19e9]:last-child{width:70%}.Table--2col-Voice tr td[data-v-3e1c19e9]:first-child{width:30%}.Para-Table-L-Center[data-v-3e1c19e9]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-3e1c19e9]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-3e1c19e9]{display:block!important}.Table--2col-Information td[data-v-3e1c19e9]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-3e1c19e9]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-3e1c19e9]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-3e1c19e9]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-3e1c19e9]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-3e1c19e9],.Table--4col-responsive table td[data-v-3e1c19e9]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-3e1c19e9],.Table--2col-Information th[data-v-3e1c19e9]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-3e1c19e9]:nth-child(1),.Table--2col-Information th[data-v-3e1c19e9]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-3e1c19e9]:nth-child(2),.Table--2col-Information th[data-v-3e1c19e9]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-3e1c19e9],.Table--2col-Information th[data-v-3e1c19e9]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-3e1c19e9]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-3e1c19e9],.Table--2col-Voice th[data-v-3e1c19e9]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-3e1c19e9]:nth-child(1),.Table--2col-Voice th[data-v-3e1c19e9]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-3e1c19e9]:nth-child(2),.Table--2col-Voice th[data-v-3e1c19e9]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-3e1c19e9]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-3e1c19e9],.Table--2col-Voice tr:last-child td[data-v-3e1c19e9]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-3e1c19e9],.Table--2col-Voice thead th[data-v-3e1c19e9]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-3e1c19e9]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-3e1c19e9]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-3e1c19e9]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-3e1c19e9],.Table--2col-Information th[data-v-3e1c19e9]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-3e1c19e9]:nth-child(1),.Table--2col-Information th[data-v-3e1c19e9]:nth-child(1){width:30%}.Table--2col-Information td[data-v-3e1c19e9]:nth-child(2),.Table--2col-Information th[data-v-3e1c19e9]:nth-child(2){width:70%}.Table--2col-Information td[data-v-3e1c19e9]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-3e1c19e9]{border-bottom:none}.Table--2col-Air-Sensor[data-v-3e1c19e9]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-3e1c19e9],.Table--2col-Air-Sensor th[data-v-3e1c19e9]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-3e1c19e9]:nth-child(1),.Table--2col-Air-Sensor th[data-v-3e1c19e9]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-3e1c19e9]:nth-child(2),.Table--2col-Air-Sensor th[data-v-3e1c19e9]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-3e1c19e9]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-3e1c19e9]{border-bottom:none}.Table--2col-Filter[data-v-3e1c19e9]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-3e1c19e9],.Table--2col-Filter th[data-v-3e1c19e9]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-3e1c19e9]:nth-child(1),.Table--2col-Filter th[data-v-3e1c19e9]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-3e1c19e9]:nth-child(2),.Table--2col-Filter th[data-v-3e1c19e9]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-3e1c19e9]:nth-child(3),.Table--2col-Filter th[data-v-3e1c19e9]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-3e1c19e9]:nth-child(4),.Table--2col-Filter th[data-v-3e1c19e9]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-3e1c19e9]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-3e1c19e9],.Table--2col-Filter tr:last-child td[data-v-3e1c19e9]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-3e1c19e9],.Table--2col-Filter thead th[data-v-3e1c19e9]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-3e1c19e9]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-3e1c19e9]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-3e1c19e9]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-3e1c19e9],.Table--Specifications th[data-v-3e1c19e9]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-3e1c19e9]:first-child,.Table--Specifications th[data-v-3e1c19e9]:first-child{width:16%}.Table--Specifications td[data-v-3e1c19e9]:nth-child(2),.Table--Specifications th[data-v-3e1c19e9]:nth-child(2){width:42%}.Table--Specifications td[data-v-3e1c19e9]:nth-child(3),.Table--Specifications th[data-v-3e1c19e9]:nth-child(3){width:42%}.Table--Specifications td[data-v-3e1c19e9]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-3e1c19e9],.Table--Specifications tr:last-child td[data-v-3e1c19e9]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-3e1c19e9],.Table--Specifications thead th[data-v-3e1c19e9]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-3e1c19e9]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-3e1c19e9]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-3e1c19e9],td.cell-style-override-20[data-v-3e1c19e9]{padding:10px}td.x3col-Mid-text[data-v-3e1c19e9],td.cell-style-override-22[data-v-3e1c19e9],td.cell-style-override-20[data-v-3e1c19e9]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-3e1c19e9]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-3e1c19e9]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-3e1c19e9]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-3e1c19e9]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-3e1c19e9]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-3e1c19e9]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-3e1c19e9],th.header-cell[data-v-3e1c19e9]{background-color:#88d0c7}td.color-blue[data-v-3e1c19e9],th.color-blue[data-v-3e1c19e9]{background-color:#d3edf9}td.color-green[data-v-3e1c19e9],th.color-green[data-v-3e1c19e9]{background-color:#d9ead3}td.color-orange[data-v-3e1c19e9],th.color-orange[data-v-3e1c19e9]{background-color:#fce5cd}td.color-red[data-v-3e1c19e9],th.color-red[data-v-3e1c19e9]{background-color:#f4cccc}td.color-purple[data-v-3e1c19e9],th.color-purple[data-v-3e1c19e9]{background-color:#e4d7f5}td.color-yellow[data-v-3e1c19e9],th.color-yellow[data-v-3e1c19e9]{background-color:#fff2cc}td.color-teal[data-v-3e1c19e9],th.color-teal[data-v-3e1c19e9]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-3e1c19e9],.Table--8col-air-web-1 td[data-v-3e1c19e9],.Table--8col-air-web-1 th[data-v-3e1c19e9]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-3e1c19e9]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-3e1c19e9]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-3e1c19e9],.Table--2col td[data-v-3e1c19e9],.Table--2col th[data-v-3e1c19e9]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-3e1c19e9]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-3e1c19e9]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-3e1c19e9],.Table--2col th p[data-v-3e1c19e9]{border:none!important}.Table--2col[data-v-3e1c19e9] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-3e1c19e9]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-3e1c19e9],.Table--4col td[data-v-3e1c19e9]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-3e1c19e9]{text-align:left!important}.Table--4col thead th[data-v-3e1c19e9]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-3e1c19e9]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-3e1c19e9]{text-align:center!important}.Table--4col-air[data-v-3e1c19e9]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-3e1c19e9],.Table--4col-air th[data-v-3e1c19e9]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-3e1c19e9],.Table--4col-air tr:first-child th[data-v-3e1c19e9]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-3e1c19e9]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-3e1c19e9],.Table--4col-air td ul[data-v-3e1c19e9],.Table--4col-air td li[data-v-3e1c19e9]{text-align:left!important}.Table--4col-air colgroup col[data-v-3e1c19e9]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-3e1c19e9]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-3e1c19e9]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-3e1c19e9]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-3e1c19e9]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-3e1c19e9],.Table--4col-air th[data-v-3e1c19e9]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-3e1c19e9],.Table--4col-air tr:first-child th[data-v-3e1c19e9]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-3e1c19e9]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-3e1c19e9]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-3e1c19e9],.Table--4col-ai2 th[data-v-3e1c19e9]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-3e1c19e9]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-3e1c19e9]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-3e1c19e9],.Table--4col-ai2 th[data-v-3e1c19e9]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-3e1c19e9]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-3e1c19e9]{font-size:12px!important;margin:0!important;line-height:1.5!important}}#content-div[data-v-3e1c19e9]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-3e1c19e9]{min-height:100vh}}body[data-v-96d9090f]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-96d9090f]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-96d9090f]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-96d9090f]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-96d9090f]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-96d9090f]{width:83%!important}.content #naviText span[data-v-96d9090f]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-96d9090f]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-96d9090f]{width:100%!important}.content #mainCar[data-v-96d9090f]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-96d9090f]{width:100%}#mainCarPhone[data-v-96d9090f]{display:none}.content #buttonMenu_v2[data-v-96d9090f]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-96d9090f]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-96d9090f]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-96d9090f]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-96d9090f]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-96d9090f]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-96d9090f]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-96d9090f]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-96d9090f]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-96d9090f]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-96d9090f]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-96d9090f]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-96d9090f]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-96d9090f]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-96d9090f]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-96d9090f]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-96d9090f]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-96d9090f]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-96d9090f]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-96d9090f]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-96d9090f]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-96d9090f]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-96d9090f]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-96d9090f]{bottom:11%;width:30%}.content #naviText span[data-v-96d9090f]{font-size:17px}.content #naviText img[data-v-96d9090f]{width:80%!important}.content #carName[data-v-96d9090f]{right:0%;bottom:12%}.content #carName img[data-v-96d9090f]{width:40%!important}.content #buttonMenu_v2>a[data-v-96d9090f]{width:33%}.content #buttonMenu>a[data-v-96d9090f]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-96d9090f]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-96d9090f]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-96d9090f]{display:block}#mainCarPc[data-v-96d9090f]{display:none}.content #buttonMenu_v2[data-v-96d9090f],.content #buttonMenu[data-v-96d9090f]{width:92%}}@media screen and (max-width: 480px){.content[data-v-96d9090f]{padding-top:0}.content #naviText[data-v-96d9090f]{bottom:14%;width:45%}.content #naviText span[data-v-96d9090f]{font-size:11px}.content #naviText img[data-v-96d9090f]{width:88%!important}.content #carName[data-v-96d9090f]{right:5%;bottom:15%}.content #carName img[data-v-96d9090f]{width:120px!important}.content #buttonMenu_v2[data-v-96d9090f]{position:relative}.content #buttonMenu_v2>a>div[data-v-96d9090f]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-96d9090f]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-96d9090f]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-96d9090f]{position:relative}.content #buttonMenu>a>div[data-v-96d9090f]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-96d9090f]{height:120px}.content #buttonMenu>a>div>span[data-v-96d9090f]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-96d9090f]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-96d9090f]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-96d9090f]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-96d9090f]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-96d9090f]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-96d9090f]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-96d9090f]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-96d9090f]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-96d9090f]{margin:0;padding:0}html[data-v-96d9090f]{background-color:#000;width:100%}.keyword[data-v-96d9090f],.highlight[data-v-96d9090f]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-96d9090f]{font-family:upsys_commonregular}.header_main[data-v-96d9090f]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-96d9090f]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-96d9090f]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-96d9090f]>*{float:left}#headerLogo[data-v-96d9090f]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-96d9090f]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-96d9090f]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-96d9090f]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-96d9090f]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-96d9090f]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-96d9090f]{font-size:13px}.languageDiv .active[data-v-96d9090f]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-96d9090f]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-96d9090f]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-96d9090f]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-96d9090f],#languageSelect li[data-v-96d9090f]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-96d9090f],#languageSelect li:hover a[data-v-96d9090f]{color:#000}.footer-manual[data-v-96d9090f]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-96d9090f]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-96d9090f]{line-height:60px}#footerLogo[data-v-96d9090f]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-96d9090f]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-96d9090f]{display:inline-block;width:100%}#copyrightPcSpan[data-v-96d9090f]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-96d9090f]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-96d9090f]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-96d9090f]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-96d9090f]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-96d9090f]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-96d9090f]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-96d9090f]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-96d9090f]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-96d9090f]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-96d9090f]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-96d9090f]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-96d9090f]:focus{outline:none}#searchButton[data-v-96d9090f]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-96d9090f]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-96d9090f]{width:80%}table td.right[data-v-96d9090f]{width:10%;text-align:center}.result[data-v-96d9090f],.resultcount[data-v-96d9090f],.noResult[data-v-96d9090f]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-96d9090f]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-96d9090f]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-96d9090f]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-96d9090f]{color:#e49f81}.cover[data-v-96d9090f]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-96d9090f]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-96d9090f]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-96d9090f]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-96d9090f]{font-size:12px}.languageDivPhone .active[data-v-96d9090f]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-96d9090f]{bottom:30px;left:1px}.fontChangeButton[data-v-96d9090f]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-96d9090f]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-96d9090f]{left:0}.languageDiv div[data-v-96d9090f]{width:120%;left:-45px;top:5px}#languageSelect[data-v-96d9090f]{margin-left:-40px}#banner_img>a[data-v-96d9090f]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-96d9090f]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-96d9090f]{z-index:12}.header_main[data-v-96d9090f]{height:40px;padding-top:0}.header[data-v-96d9090f]{z-index:12}.header[data-v-96d9090f]{height:40px;padding-top:0}#title[data-v-96d9090f]{font-size:16px;width:49%}#headerLogo[data-v-96d9090f]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-96d9090f]{width:20%}.languageDiv div[data-v-96d9090f]{width:90%;left:-15px;top:5px}#languageSelect[data-v-96d9090f]{margin-left:-10px}.languageDiv ul[data-v-96d9090f]{font-size:12px}#menu[data-v-96d9090f]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-96d9090f]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-96d9090f]{width:80%}#rightHeader[data-v-96d9090f]{height:40px}#rightHeader>div[data-v-96d9090f]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-96d9090f]{position:absolute;right:38px;top:0}.searchDiv[data-v-96d9090f]{width:90%}#toc[data-v-96d9090f]{width:100%}.copyright[data-v-96d9090f]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-96d9090f]{display:none}#copyrightPhone[data-v-96d9090f]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-96d9090f]{width:15%!important}#prevBtn[data-v-96d9090f],#nextBtn[data-v-96d9090f]{width:32px;height:32px;background-size:100%}#searchButton[data-v-96d9090f]{margin-left:-1px}table td.left[data-v-96d9090f]{text-align:right}table td.center[data-v-96d9090f]{width:50%}table td.right[data-v-96d9090f]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-96d9090f]{left:0}.languageDiv div[data-v-96d9090f]{width:100%;left:-5px;top:5px}#languageSelect[data-v-96d9090f]{margin-left:20px}.languageDiv ul[data-v-96d9090f]{font-size:10px}.noResult>span[data-v-96d9090f]{width:200px!important;font-size:14px}#title[data-v-96d9090f]{font-size:13px;width:40%}#menu[data-v-96d9090f]{position:absolute}#banner_img>a[data-v-96d9090f]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-96d9090f]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-96d9090f]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-96d9090f]{font-size:14px}}body[data-v-96d9090f]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-96d9090f]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-96d9090f]{margin:auto;max-width:1120px}.subHeaderInner[data-v-96d9090f]>*{float:left}.content p[data-v-96d9090f],.content li[data-v-96d9090f]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-96d9090f]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-96d9090f]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-96d9090f]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-96d9090f]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-96d9090f]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-96d9090f]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-96d9090f]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-96d9090f]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-96d9090f]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-96d9090f]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-96d9090f]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-96d9090f]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-96d9090f],p.Para-Basic-B-Sub[data-v-96d9090f]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-96d9090f]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-96d9090f]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-96d9090f]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-96d9090f]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-96d9090f],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-96d9090f],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-96d9090f]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-96d9090f],p+ul li.Para-Basic-B-Sub[data-v-96d9090f]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-96d9090f],ul~p.Para-basic-L-bullet-Sub[data-v-96d9090f],ul~p.Para-Basic-B-Sub[data-v-96d9090f]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-96d9090f],ol~p.Para-basic-L-bullet-Sub[data-v-96d9090f],ol~p.Para-Basic-B-Sub[data-v-96d9090f]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-96d9090f],ol+*+p.Para-basic-L-bullet-Sub[data-v-96d9090f],ol+*+p.Para-Basic-B-Sub[data-v-96d9090f]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-96d9090f],a .Para-Basic-B-Sub[data-v-96d9090f]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-96d9090f]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-96d9090f]{margin-left:45px}.content p[data-v-96d9090f],li[data-v-96d9090f]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-96d9090f],p.Para-Basic-B[data-v-96d9090f],p.Para-Basic-B-Center[data-v-96d9090f]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-96d9090f]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-96d9090f],p.Para-Basic-B-Center[data-v-96d9090f]{text-align:center}p.Para-Table-L-center[data-v-96d9090f],p.Para-Table-B-Center[data-v-96d9090f]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-96d9090f],table p.Para-Basic-B[data-v-96d9090f],table p.Para-Basic-B-Center[data-v-96d9090f]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-96d9090f]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-96d9090f]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-96d9090f]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-96d9090f]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-96d9090f]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-96d9090f],.content .text>ul[data-v-96d9090f],.content .text table ol[data-v-96d9090f],.content .text table ul[data-v-96d9090f]{padding-left:20px}.content .text>ol[data-v-96d9090f]{padding-left:0}p.Para-Illust-L[data-v-96d9090f]{text-align:center}p.Para-Illust-L img[data-v-96d9090f]{display:inline-block}p.Placeholder-sub[data-v-96d9090f],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-96d9090f],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-96d9090f],.content .text>ol~.figure[data-v-96d9090f],p.Placeholder-sub-S[data-v-96d9090f],.Para-screen-sub-S[data-v-96d9090f],.Para-screen-sub-M[data-v-96d9090f],.Para-screen-sub-L[data-v-96d9090f]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-96d9090f],p.Placeholder-sub-M img[data-v-96d9090f],p.Placeholder-sub img[data-v-96d9090f]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-96d9090f]{margin-left:45px}.Table-pic-Left-sub img[data-v-96d9090f]{margin-top:5px;margin-bottom:10px}div.figure[data-v-96d9090f]{display:inline-block}p.Para-img-description[data-v-96d9090f]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-96d9090f]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-96d9090f]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-96d9090f]{margin-bottom:25px}.text img[data-v-96d9090f]{max-width:100%;display:block}.Table-Pic-center[data-v-96d9090f]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-96d9090f]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-96d9090f]{margin:0}p.Para-Box-Num[data-v-96d9090f]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-96d9090f]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-96d9090f]:AFTER{content:". "}span.inline-img img[data-v-96d9090f]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-96d9090f]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-96d9090f]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-96d9090f]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-96d9090f]{margin-left:6.5%;display:block!important}.discUl li[data-v-96d9090f]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-96d9090f],.Symbol-R[data-v-96d9090f],.Note-R-Pic[data-v-96d9090f]{display:block;width:100%}.Symbol-L[data-v-96d9090f]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-96d9090f]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-96d9090f],.Symbol-R li[data-v-96d9090f],.Symbol-R p[data-v-96d9090f]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-96d9090f]{font-size:16px}table.Table-Symbol td ul[data-v-96d9090f]{padding-left:20px}table.Table-Symbol[data-v-96d9090f]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-96d9090f]{color:#bc162c}.Symbol-Black[data-v-96d9090f],.Symbol-Black-Table[data-v-96d9090f]{font-family:upsys_commonregular}.Symbol-Green[data-v-96d9090f]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-96d9090f]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-96d9090f]{width:auto!important}.video_container[data-v-96d9090f]{margin-top:40px;float:right}.video[data-v-96d9090f]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-96d9090f]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-96d9090f]{width:100%}.Table--3col[data-v-96d9090f],.Basic-Table[data-v-96d9090f],.Table--2col[data-v-96d9090f],.Table-Landmark[data-v-96d9090f],.Table--4col[data-v-96d9090f],.Table-2row-merge[data-v-96d9090f],.Table--troubleshooting[data-v-96d9090f],.Table-specification[data-v-96d9090f],.Table-service-center[data-v-96d9090f],.Table-5col[data-v-96d9090f],.responsive[data-v-96d9090f],.Table--3col-Locations[data-v-96d9090f]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-96d9090f]:FIRST-CHILD,.Basic-Table tr[data-v-96d9090f]:FIRST-CHILD,.Table--2col tr[data-v-96d9090f]:FIRST-CHILD,.Table-Landmark tr[data-v-96d9090f]:FIRST-CHILD,.Table--4col tr[data-v-96d9090f]:FIRST-CHILD,.Table-2row-merge tr[data-v-96d9090f]:FIRST-CHILD,.Table--troubleshooting tr[data-v-96d9090f]:FIRST-CHILD,.Table-service-center tr[data-v-96d9090f]:FIRST-CHILD,.responsive tr[data-v-96d9090f]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-96d9090f]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-96d9090f],.Basic-Table td[data-v-96d9090f],.Table--2col td[data-v-96d9090f],.Table-Landmark td[data-v-96d9090f],.Table--4col td[data-v-96d9090f],.Table-2row-merge td[data-v-96d9090f],.Table--troubleshooting td[data-v-96d9090f],.Table-specification td[data-v-96d9090f],.Table-service-center td[data-v-96d9090f],.responsive td[data-v-96d9090f]{padding:10px}.Table--troubleshooting td[data-v-96d9090f]{border-right:none}.Table--troubleshooting[data-v-96d9090f]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-96d9090f],.Table-Landmark .Para-Pic-Center img[data-v-96d9090f]{width:30px}.Table-5col[data-v-96d9090f]{border:none}.Table-5col tr[data-v-96d9090f]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-96d9090f]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-96d9090f]{width:15%}.Table--3col td.x3col-L[data-v-96d9090f],.x3col-L td.x3col-M[data-v-96d9090f]{width:10%}td.x3col-Mid-Text[data-v-96d9090f]{text-align:center}td.x3col-R-Pic[data-v-96d9090f]{text-align:right}.responsive td p[data-v-96d9090f]{text-align:center}table.Table--3col-Locations[data-v-96d9090f]{border-collapse:collapse}.Table--3col-Locations td[data-v-96d9090f]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-96d9090f]{padding:10px}.Para-Pic-Center img[data-v-96d9090f]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-96d9090f]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-96d9090f]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-96d9090f]{width:50%}.Table-specification .x3col-L-Grey[data-v-96d9090f]{width:20%}.Table-specification .Spec-Mid-text[data-v-96d9090f]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-96d9090f]{width:50%}.Table--3col .x3col-L-Grey[data-v-96d9090f]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-96d9090f],.Table--4col .x3col-Mid-Grey[data-v-96d9090f],.Table--4col .x3col-R-Grey[data-v-96d9090f]{width:30%}.navi td.x3col-Mid-Grey[data-v-96d9090f]{width:15%}.Table--3col .x3col-R-Grey[data-v-96d9090f]{width:50%}.Table--2col .x3col-L-Grey[data-v-96d9090f],.Table--2col td[data-v-96d9090f]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-96d9090f]{width:70%}.Table--2col-Disc[data-v-96d9090f]{border-collapse:collapse}.Table--2col-Disc td[data-v-96d9090f]{border:1px solid grey;padding:10px}.Table-PL td[data-v-96d9090f]:FIRST-CHILD{width:25%}.resultcount p[data-v-96d9090f]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-96d9090f]{font-family:SK_namuhx-Bold}.noResult>span[data-v-96d9090f]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-96d9090f]{color:#f0dfdf;display:block}.result_list[data-v-96d9090f]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-96d9090f]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-96d9090f]{font-family:SK_namuhx-Regular}.resulttext p[data-v-96d9090f]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-96d9090f]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-96d9090f]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-96d9090f],.Cross-Reference[data-v-96d9090f]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-96d9090f]:hover{text-decoration:underline}.fontChangeDiv[data-v-96d9090f]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-96d9090f]{top:55px}#backButton[data-v-96d9090f]{background-size:16px}.chapterTitle[data-v-96d9090f]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-96d9090f],h2[data-v-96d9090f]{font-size:1.3em}#contentAccordion[data-v-96d9090f]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-96d9090f]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-96d9090f]{line-height:21px}.video[data-v-96d9090f]{width:46%}}@media screen and (max-width: 640px){h2[data-v-96d9090f]{margin-top:40px}.subHeader[data-v-96d9090f]{top:40px}.fontChangeDiv[data-v-96d9090f]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-96d9090f]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-96d9090f]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-96d9090f]{margin-left:7.3%}table td[data-v-96d9090f]{font-size:14px;padding:5px!important}table td p[data-v-96d9090f],table td p.Para-Basic-B-Center[data-v-96d9090f],table td p.Para-Basic-B[data-v-96d9090f]{font-size:14px}table td p.Para-Small-L[data-v-96d9090f]{font-size:12px;word-break:break-word}.Table--3col td[data-v-96d9090f],.Basic-Table td[data-v-96d9090f],.Table--2col td[data-v-96d9090f],.Table-Landmark td[data-v-96d9090f],.Table--4col td[data-v-96d9090f],.Table-2row-merge td[data-v-96d9090f],.Table--troubleshooting td[data-v-96d9090f],.Table-specification td[data-v-96d9090f],.Table-service-center td[data-v-96d9090f]{border-right:none}.responsive[data-v-96d9090f],.responsive tr[data-v-96d9090f],.responsive tbody[data-v-96d9090f]{width:100%}.Table--4col-responsive td[data-v-96d9090f]{min-width:200px!important;height:auto}.responsive td p[data-v-96d9090f]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-96d9090f],.Table-Symbol td li[data-v-96d9090f]{font-size:16px}p.Placeholder-sub[data-v-96d9090f],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-96d9090f],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-96d9090f],.content .text>ol~.figure[data-v-96d9090f],.content .text>ol+ul[data-v-96d9090f],.Para-screen-sub-L[data-v-96d9090f]{margin-left:0}.resultcount p[data-v-96d9090f]{font-size:16px}.Table-specification td p[data-v-96d9090f],.Table--3col-Locations td li[data-v-96d9090f],p.Para-basic-L-Sub[data-v-96d9090f],p.Para-basic-L-Sub-Auto[data-v-96d9090f],p.Para-basic-L-center[data-v-96d9090f],li.Para-basic-L-bullet[data-v-96d9090f],p.Para-basic-L[data-v-96d9090f],li.Para-basic-L-hyp-Sub[data-v-96d9090f],li.Para-basic-L-hyp-2Sub[data-v-96d9090f],li[class^=Para-Num][data-v-96d9090f],p.Para-Box-Num[data-v-96d9090f],p.Para-Basic-B-Sub[data-v-96d9090f],td p.Para-basic-L[data-v-96d9090f],td li.Para-basic-L-bullet[data-v-96d9090f],p.Para-Basic-B[data-v-96d9090f],p.Para-Circle-Num-Sub[data-v-96d9090f],.Symbol-L p.Para-basic-L-Sub[data-v-96d9090f],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-96d9090f]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-96d9090f],.Table--3col-Locations td li[data-v-96d9090f],p.Para-Table-L-Sub[data-v-96d9090f],p.Para-Table-L-Sub-Auto[data-v-96d9090f],p.Para-Table-L-center[data-v-96d9090f],p.Para-Table-L[data-v-96d9090f],li.Para-Table-L-hyp-Sub[data-v-96d9090f],li.Para-Table-L-hyp-2Sub[data-v-96d9090f],p.Para-Table-B-Sub[data-v-96d9090f],td p.Para-Table-L[data-v-96d9090f],p.Para-Table-B[data-v-96d9090f],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-96d9090f]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-96d9090f]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-96d9090f],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-96d9090f]{font-size:14px}.big .Table-specification td p[data-v-96d9090f],.big .Table--3col-Locations td li[data-v-96d9090f],.big p.Para-basic-L-Sub[data-v-96d9090f],.big p.Para-basic-L-Sub-Auto[data-v-96d9090f],.big p.Para-basic-L-center[data-v-96d9090f],.big li.Para-basic-L-bullet[data-v-96d9090f],.big p.Para-basic-L[data-v-96d9090f],.big li.Para-basic-L-hyp-Sub[data-v-96d9090f],.big li.Para-basic-L-hyp-2Sub[data-v-96d9090f],.big li[class^=Para-Num][data-v-96d9090f],.big p.Para-Box-Num[data-v-96d9090f],.big p.Para-Basic-B-Sub[data-v-96d9090f],.big td p.Para-basic-L[data-v-96d9090f],.big td li.Para-basic-L-bullet[data-v-96d9090f],.big p.Para-Basic-B[data-v-96d9090f],.big p.Para-Circle-Num-Sub[data-v-96d9090f]{font-size:16px}.big .Table-specification td p[data-v-96d9090f],.big .Table--3col-Locations td li[data-v-96d9090f],.big p.Para-Table-L-Sub[data-v-96d9090f],.big p.Para-Table-L-Sub-Auto[data-v-96d9090f],.big p.Para-Table-L-center[data-v-96d9090f],.big p.Para-Table-L[data-v-96d9090f],.big li.Para-Table-L-hyp-Sub[data-v-96d9090f],.big li.Para-Table-L-hyp-2Sub[data-v-96d9090f],.big li[class^=Para-Num][data-v-96d9090f],.big p.Para-Box-Num[data-v-96d9090f],.big p.Para-Table-B-Sub[data-v-96d9090f],.big td p.Para-Table-L[data-v-96d9090f],.big p.Para-Table-B[data-v-96d9090f],.big p.Para-Circle-Num-Sub[data-v-96d9090f],.big p.Para-Table-B-Center[data-v-96d9090f],.big .Table--3col-ISO td p[data-v-96d9090f]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-96d9090f],p.Para-Table-B-Center[data-v-96d9090f]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-96d9090f],.big p.video_title[data-v-96d9090f],.big .resultItem p[data-v-96d9090f]{font-size:1.05em}h1[data-v-96d9090f]{font-size:1.2em;margin-top:0}h2[data-v-96d9090f]{font-size:1.1em}.Heading-3[data-v-96d9090f]{font-size:1em}.content .text>ol li[data-v-96d9090f]:BEFORE{font-size:26px}.video[data-v-96d9090f]{width:95%}}p.Para-Table-L[data-v-96d9090f]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-96d9090f]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-96d9090f]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-96d9090f]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-96d9090f]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-96d9090f]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-96d9090f]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-96d9090f]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-96d9090f]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-96d9090f]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-96d9090f]:before{content:"";display:block;height:15pt}.Bold[data-v-96d9090f],span.Bold[data-v-96d9090f]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-96d9090f]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-96d9090f]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-96d9090f]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-96d9090f]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-96d9090f]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-96d9090f]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-96d9090f]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-96d9090f]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-96d9090f]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-96d9090f]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-96d9090f]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-96d9090f],.Para-Table-L-Sub-Auto .icon-1[data-v-96d9090f]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-96d9090f]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-96d9090f]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-96d9090f]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-96d9090f],.Table--2col td p.Para-basic-L[data-v-96d9090f]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-96d9090f]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-96d9090f]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-96d9090f]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-96d9090f]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-96d9090f]{margin-top:8pt!important}.table-responsive[data-v-96d9090f]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-96d9090f]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-96d9090f],#table-16[data-v-96d9090f]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-96d9090f]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-96d9090f]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-96d9090f]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-96d9090f]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-96d9090f]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-96d9090f]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-96d9090f]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-96d9090f]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-96d9090f]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-96d9090f]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-96d9090f]{font-size:12px}#table-15.responsive td[data-v-96d9090f]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-96d9090f]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-96d9090f]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-96d9090f]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-96d9090f]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-96d9090f],.Table--4col-Error th[data-v-96d9090f]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-96d9090f],.Table--4col-Error tr:first-child th[data-v-96d9090f]{border-top:none}.Table--4col-Error tr:last-child td[data-v-96d9090f]{border-bottom:none}.Table--4col-Error thead td[data-v-96d9090f]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-96d9090f]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-96d9090f]:nth-child(1),.Table--4col-Error thead td[data-v-96d9090f]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-96d9090f]:nth-child(2),.Table--4col-Error thead td[data-v-96d9090f]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-96d9090f]:nth-child(3),.Table--4col-Error thead td[data-v-96d9090f]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-96d9090f]:nth-child(4),.Table--4col-Error thead td[data-v-96d9090f]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-96d9090f]:nth-child(1),.Table--4col-Error tbody td[data-v-96d9090f]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-96d9090f]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-96d9090f]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-96d9090f]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-96d9090f]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-96d9090f]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-96d9090f]{font-size:14px!important}.Table--4col-Error tbody td[data-v-96d9090f]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-96d9090f],.Table--4col-Error p.Para-Table-B[data-v-96d9090f],.Table--4col-Error p.Para-Table-L-Center[data-v-96d9090f]{font-size:12px!important}.Table--4col-Error tbody td[data-v-96d9090f]:nth-child(1),.Table--4col-Error thead td[data-v-96d9090f]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-96d9090f]:nth-child(2),.Table--4col-Error thead td[data-v-96d9090f]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-96d9090f]:nth-child(3),.Table--4col-Error thead td[data-v-96d9090f]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-96d9090f]:nth-child(4),.Table--4col-Error thead td[data-v-96d9090f]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-96d9090f]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-96d9090f]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-96d9090f]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-96d9090f]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-96d9090f]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-96d9090f]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-96d9090f]{line-height:1.25;font-weight:500}.Bold-color[data-v-96d9090f]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-96d9090f]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-96d9090f]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-96d9090f]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-96d9090f]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-96d9090f]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-96d9090f]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-96d9090f]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-96d9090f]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-96d9090f]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-96d9090f]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-96d9090f]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-96d9090f]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-96d9090f]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-96d9090f]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-96d9090f]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-96d9090f],tr:last-child td.cell-style-override-7[data-v-96d9090f]{border-bottom:0}table#table-16[data-v-96d9090f]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-96d9090f],.Table--2col-Air-Sensor[data-v-96d9090f],.Table--2col-Voice[data-v-96d9090f],.Table--2col-Filter[data-v-96d9090f],.Table--troubleshooting[data-v-96d9090f],.Table--4col-Error[data-v-96d9090f],.Table--Specifications[data-v-96d9090f]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-96d9090f]:last-child,.Table--2col-Voice tr td[data-v-96d9090f]:last-child{width:70%}.Table--2col-Voice tr td[data-v-96d9090f]:first-child{width:30%}.Para-Table-L-Center[data-v-96d9090f]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-96d9090f]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-96d9090f]{display:block!important}.Table--2col-Information td[data-v-96d9090f]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-96d9090f]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-96d9090f]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-96d9090f]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-96d9090f]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-96d9090f],.Table--4col-responsive table td[data-v-96d9090f]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-96d9090f],.Table--2col-Information th[data-v-96d9090f]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-96d9090f]:nth-child(1),.Table--2col-Information th[data-v-96d9090f]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-96d9090f]:nth-child(2),.Table--2col-Information th[data-v-96d9090f]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-96d9090f],.Table--2col-Information th[data-v-96d9090f]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-96d9090f]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-96d9090f],.Table--2col-Voice th[data-v-96d9090f]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-96d9090f]:nth-child(1),.Table--2col-Voice th[data-v-96d9090f]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-96d9090f]:nth-child(2),.Table--2col-Voice th[data-v-96d9090f]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-96d9090f]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-96d9090f],.Table--2col-Voice tr:last-child td[data-v-96d9090f]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-96d9090f],.Table--2col-Voice thead th[data-v-96d9090f]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-96d9090f]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-96d9090f]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-96d9090f]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-96d9090f],.Table--2col-Information th[data-v-96d9090f]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-96d9090f]:nth-child(1),.Table--2col-Information th[data-v-96d9090f]:nth-child(1){width:30%}.Table--2col-Information td[data-v-96d9090f]:nth-child(2),.Table--2col-Information th[data-v-96d9090f]:nth-child(2){width:70%}.Table--2col-Information td[data-v-96d9090f]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-96d9090f]{border-bottom:none}.Table--2col-Air-Sensor[data-v-96d9090f]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-96d9090f],.Table--2col-Air-Sensor th[data-v-96d9090f]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-96d9090f]:nth-child(1),.Table--2col-Air-Sensor th[data-v-96d9090f]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-96d9090f]:nth-child(2),.Table--2col-Air-Sensor th[data-v-96d9090f]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-96d9090f]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-96d9090f]{border-bottom:none}.Table--2col-Filter[data-v-96d9090f]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-96d9090f],.Table--2col-Filter th[data-v-96d9090f]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-96d9090f]:nth-child(1),.Table--2col-Filter th[data-v-96d9090f]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-96d9090f]:nth-child(2),.Table--2col-Filter th[data-v-96d9090f]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-96d9090f]:nth-child(3),.Table--2col-Filter th[data-v-96d9090f]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-96d9090f]:nth-child(4),.Table--2col-Filter th[data-v-96d9090f]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-96d9090f]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-96d9090f],.Table--2col-Filter tr:last-child td[data-v-96d9090f]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-96d9090f],.Table--2col-Filter thead th[data-v-96d9090f]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-96d9090f]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-96d9090f]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-96d9090f]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-96d9090f],.Table--Specifications th[data-v-96d9090f]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-96d9090f]:first-child,.Table--Specifications th[data-v-96d9090f]:first-child{width:16%}.Table--Specifications td[data-v-96d9090f]:nth-child(2),.Table--Specifications th[data-v-96d9090f]:nth-child(2){width:42%}.Table--Specifications td[data-v-96d9090f]:nth-child(3),.Table--Specifications th[data-v-96d9090f]:nth-child(3){width:42%}.Table--Specifications td[data-v-96d9090f]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-96d9090f],.Table--Specifications tr:last-child td[data-v-96d9090f]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-96d9090f],.Table--Specifications thead th[data-v-96d9090f]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-96d9090f]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-96d9090f]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-96d9090f],td.cell-style-override-20[data-v-96d9090f]{padding:10px}td.x3col-Mid-text[data-v-96d9090f],td.cell-style-override-22[data-v-96d9090f],td.cell-style-override-20[data-v-96d9090f]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-96d9090f]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-96d9090f]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-96d9090f]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-96d9090f]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-96d9090f]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-96d9090f]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-96d9090f],th.header-cell[data-v-96d9090f]{background-color:#88d0c7}td.color-blue[data-v-96d9090f],th.color-blue[data-v-96d9090f]{background-color:#d3edf9}td.color-green[data-v-96d9090f],th.color-green[data-v-96d9090f]{background-color:#d9ead3}td.color-orange[data-v-96d9090f],th.color-orange[data-v-96d9090f]{background-color:#fce5cd}td.color-red[data-v-96d9090f],th.color-red[data-v-96d9090f]{background-color:#f4cccc}td.color-purple[data-v-96d9090f],th.color-purple[data-v-96d9090f]{background-color:#e4d7f5}td.color-yellow[data-v-96d9090f],th.color-yellow[data-v-96d9090f]{background-color:#fff2cc}td.color-teal[data-v-96d9090f],th.color-teal[data-v-96d9090f]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-96d9090f],.Table--8col-air-web-1 td[data-v-96d9090f],.Table--8col-air-web-1 th[data-v-96d9090f]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-96d9090f]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-96d9090f]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-96d9090f],.Table--2col td[data-v-96d9090f],.Table--2col th[data-v-96d9090f]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-96d9090f]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-96d9090f]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-96d9090f],.Table--2col th p[data-v-96d9090f]{border:none!important}.Table--2col[data-v-96d9090f] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-96d9090f]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-96d9090f],.Table--4col td[data-v-96d9090f]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-96d9090f]{text-align:left!important}.Table--4col thead th[data-v-96d9090f]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-96d9090f]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-96d9090f]{text-align:center!important}.Table--4col-air[data-v-96d9090f]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-96d9090f],.Table--4col-air th[data-v-96d9090f]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-96d9090f],.Table--4col-air tr:first-child th[data-v-96d9090f]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-96d9090f]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-96d9090f],.Table--4col-air td ul[data-v-96d9090f],.Table--4col-air td li[data-v-96d9090f]{text-align:left!important}.Table--4col-air colgroup col[data-v-96d9090f]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-96d9090f]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-96d9090f]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-96d9090f]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-96d9090f]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-96d9090f],.Table--4col-air th[data-v-96d9090f]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-96d9090f],.Table--4col-air tr:first-child th[data-v-96d9090f]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-96d9090f]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-96d9090f]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-96d9090f],.Table--4col-ai2 th[data-v-96d9090f]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-96d9090f]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-96d9090f]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-96d9090f],.Table--4col-ai2 th[data-v-96d9090f]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-96d9090f]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-96d9090f]{font-size:12px!important;margin:0!important;line-height:1.5!important}}#content-div[data-v-96d9090f]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-96d9090f]{min-height:100vh}}body[data-v-3a3c9e25]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-3a3c9e25]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-3a3c9e25]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-3a3c9e25]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-3a3c9e25]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-3a3c9e25]{width:83%!important}.content #naviText span[data-v-3a3c9e25]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-3a3c9e25]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-3a3c9e25]{width:100%!important}.content #mainCar[data-v-3a3c9e25]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-3a3c9e25]{width:100%}#mainCarPhone[data-v-3a3c9e25]{display:none}.content #buttonMenu_v2[data-v-3a3c9e25]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-3a3c9e25]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-3a3c9e25]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-3a3c9e25]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-3a3c9e25]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-3a3c9e25]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-3a3c9e25]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-3a3c9e25]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-3a3c9e25]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-3a3c9e25]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-3a3c9e25]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-3a3c9e25]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-3a3c9e25]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-3a3c9e25]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-3a3c9e25]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-3a3c9e25]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-3a3c9e25]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-3a3c9e25]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-3a3c9e25]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-3a3c9e25]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-3a3c9e25]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-3a3c9e25]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-3a3c9e25]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-3a3c9e25]{bottom:11%;width:30%}.content #naviText span[data-v-3a3c9e25]{font-size:17px}.content #naviText img[data-v-3a3c9e25]{width:80%!important}.content #carName[data-v-3a3c9e25]{right:0%;bottom:12%}.content #carName img[data-v-3a3c9e25]{width:40%!important}.content #buttonMenu_v2>a[data-v-3a3c9e25]{width:33%}.content #buttonMenu>a[data-v-3a3c9e25]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-3a3c9e25]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-3a3c9e25]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-3a3c9e25]{display:block}#mainCarPc[data-v-3a3c9e25]{display:none}.content #buttonMenu_v2[data-v-3a3c9e25],.content #buttonMenu[data-v-3a3c9e25]{width:92%}}@media screen and (max-width: 480px){.content[data-v-3a3c9e25]{padding-top:0}.content #naviText[data-v-3a3c9e25]{bottom:14%;width:45%}.content #naviText span[data-v-3a3c9e25]{font-size:11px}.content #naviText img[data-v-3a3c9e25]{width:88%!important}.content #carName[data-v-3a3c9e25]{right:5%;bottom:15%}.content #carName img[data-v-3a3c9e25]{width:120px!important}.content #buttonMenu_v2[data-v-3a3c9e25]{position:relative}.content #buttonMenu_v2>a>div[data-v-3a3c9e25]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-3a3c9e25]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-3a3c9e25]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-3a3c9e25]{position:relative}.content #buttonMenu>a>div[data-v-3a3c9e25]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-3a3c9e25]{height:120px}.content #buttonMenu>a>div>span[data-v-3a3c9e25]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-3a3c9e25]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-3a3c9e25]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-3a3c9e25]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-3a3c9e25]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-3a3c9e25]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-3a3c9e25]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-3a3c9e25]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-3a3c9e25]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-3a3c9e25]{margin:0;padding:0}html[data-v-3a3c9e25]{background-color:#000;width:100%}.keyword[data-v-3a3c9e25],.highlight[data-v-3a3c9e25]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-3a3c9e25]{font-family:upsys_commonregular}.header_main[data-v-3a3c9e25]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-3a3c9e25]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-3a3c9e25]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-3a3c9e25]>*{float:left}#headerLogo[data-v-3a3c9e25]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-3a3c9e25]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-3a3c9e25]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-3a3c9e25]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-3a3c9e25]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-3a3c9e25]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-3a3c9e25]{font-size:13px}.languageDiv .active[data-v-3a3c9e25]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-3a3c9e25]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-3a3c9e25]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-3a3c9e25]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-3a3c9e25],#languageSelect li[data-v-3a3c9e25]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-3a3c9e25],#languageSelect li:hover a[data-v-3a3c9e25]{color:#000}.footer-manual[data-v-3a3c9e25]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-3a3c9e25]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-3a3c9e25]{line-height:60px}#footerLogo[data-v-3a3c9e25]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-3a3c9e25]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-3a3c9e25]{display:inline-block;width:100%}#copyrightPcSpan[data-v-3a3c9e25]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-3a3c9e25]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-3a3c9e25]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-3a3c9e25]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-3a3c9e25]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-3a3c9e25]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-3a3c9e25]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-3a3c9e25]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-3a3c9e25]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-3a3c9e25]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-3a3c9e25]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-3a3c9e25]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-3a3c9e25]:focus{outline:none}#searchButton[data-v-3a3c9e25]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-3a3c9e25]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-3a3c9e25]{width:80%}table td.right[data-v-3a3c9e25]{width:10%;text-align:center}.result[data-v-3a3c9e25],.resultcount[data-v-3a3c9e25],.noResult[data-v-3a3c9e25]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-3a3c9e25]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-3a3c9e25]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-3a3c9e25]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-3a3c9e25]{color:#e49f81}.cover[data-v-3a3c9e25]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-3a3c9e25]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-3a3c9e25]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-3a3c9e25]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-3a3c9e25]{font-size:12px}.languageDivPhone .active[data-v-3a3c9e25]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-3a3c9e25]{bottom:30px;left:1px}.fontChangeButton[data-v-3a3c9e25]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-3a3c9e25]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-3a3c9e25]{left:0}.languageDiv div[data-v-3a3c9e25]{width:120%;left:-45px;top:5px}#languageSelect[data-v-3a3c9e25]{margin-left:-40px}#banner_img>a[data-v-3a3c9e25]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-3a3c9e25]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-3a3c9e25]{z-index:12}.header_main[data-v-3a3c9e25]{height:40px;padding-top:0}.header[data-v-3a3c9e25]{z-index:12}.header[data-v-3a3c9e25]{height:40px;padding-top:0}#title[data-v-3a3c9e25]{font-size:16px;width:49%}#headerLogo[data-v-3a3c9e25]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-3a3c9e25]{width:20%}.languageDiv div[data-v-3a3c9e25]{width:90%;left:-15px;top:5px}#languageSelect[data-v-3a3c9e25]{margin-left:-10px}.languageDiv ul[data-v-3a3c9e25]{font-size:12px}#menu[data-v-3a3c9e25]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-3a3c9e25]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-3a3c9e25]{width:80%}#rightHeader[data-v-3a3c9e25]{height:40px}#rightHeader>div[data-v-3a3c9e25]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-3a3c9e25]{position:absolute;right:38px;top:0}.searchDiv[data-v-3a3c9e25]{width:90%}#toc[data-v-3a3c9e25]{width:100%}.copyright[data-v-3a3c9e25]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-3a3c9e25]{display:none}#copyrightPhone[data-v-3a3c9e25]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-3a3c9e25]{width:15%!important}#prevBtn[data-v-3a3c9e25],#nextBtn[data-v-3a3c9e25]{width:32px;height:32px;background-size:100%}#searchButton[data-v-3a3c9e25]{margin-left:-1px}table td.left[data-v-3a3c9e25]{text-align:right}table td.center[data-v-3a3c9e25]{width:50%}table td.right[data-v-3a3c9e25]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-3a3c9e25]{left:0}.languageDiv div[data-v-3a3c9e25]{width:100%;left:-5px;top:5px}#languageSelect[data-v-3a3c9e25]{margin-left:20px}.languageDiv ul[data-v-3a3c9e25]{font-size:10px}.noResult>span[data-v-3a3c9e25]{width:200px!important;font-size:14px}#title[data-v-3a3c9e25]{font-size:13px;width:40%}#menu[data-v-3a3c9e25]{position:absolute}#banner_img>a[data-v-3a3c9e25]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-3a3c9e25]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-3a3c9e25]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-3a3c9e25]{font-size:14px}}body[data-v-3a3c9e25]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-3a3c9e25]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-3a3c9e25]{margin:auto;max-width:1120px}.subHeaderInner[data-v-3a3c9e25]>*{float:left}.content p[data-v-3a3c9e25],.content li[data-v-3a3c9e25]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-3a3c9e25]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-3a3c9e25]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-3a3c9e25]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-3a3c9e25]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-3a3c9e25]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-3a3c9e25]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-3a3c9e25]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-3a3c9e25]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-3a3c9e25]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-3a3c9e25]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-3a3c9e25]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-3a3c9e25]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-3a3c9e25],p.Para-Basic-B-Sub[data-v-3a3c9e25]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-3a3c9e25]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-3a3c9e25]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-3a3c9e25]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-3a3c9e25]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-3a3c9e25],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-3a3c9e25],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-3a3c9e25]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-3a3c9e25],p+ul li.Para-Basic-B-Sub[data-v-3a3c9e25]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-3a3c9e25],ul~p.Para-basic-L-bullet-Sub[data-v-3a3c9e25],ul~p.Para-Basic-B-Sub[data-v-3a3c9e25]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-3a3c9e25],ol~p.Para-basic-L-bullet-Sub[data-v-3a3c9e25],ol~p.Para-Basic-B-Sub[data-v-3a3c9e25]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-3a3c9e25],ol+*+p.Para-basic-L-bullet-Sub[data-v-3a3c9e25],ol+*+p.Para-Basic-B-Sub[data-v-3a3c9e25]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-3a3c9e25],a .Para-Basic-B-Sub[data-v-3a3c9e25]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-3a3c9e25]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-3a3c9e25]{margin-left:45px}.content p[data-v-3a3c9e25],li[data-v-3a3c9e25]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-3a3c9e25],p.Para-Basic-B[data-v-3a3c9e25],p.Para-Basic-B-Center[data-v-3a3c9e25]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-3a3c9e25]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-3a3c9e25],p.Para-Basic-B-Center[data-v-3a3c9e25]{text-align:center}p.Para-Table-L-center[data-v-3a3c9e25],p.Para-Table-B-Center[data-v-3a3c9e25]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-3a3c9e25],table p.Para-Basic-B[data-v-3a3c9e25],table p.Para-Basic-B-Center[data-v-3a3c9e25]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-3a3c9e25]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-3a3c9e25]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-3a3c9e25]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-3a3c9e25]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-3a3c9e25]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-3a3c9e25],.content .text>ul[data-v-3a3c9e25],.content .text table ol[data-v-3a3c9e25],.content .text table ul[data-v-3a3c9e25]{padding-left:20px}.content .text>ol[data-v-3a3c9e25]{padding-left:0}p.Para-Illust-L[data-v-3a3c9e25]{text-align:center}p.Para-Illust-L img[data-v-3a3c9e25]{display:inline-block}p.Placeholder-sub[data-v-3a3c9e25],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-3a3c9e25],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-3a3c9e25],.content .text>ol~.figure[data-v-3a3c9e25],p.Placeholder-sub-S[data-v-3a3c9e25],.Para-screen-sub-S[data-v-3a3c9e25],.Para-screen-sub-M[data-v-3a3c9e25],.Para-screen-sub-L[data-v-3a3c9e25]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-3a3c9e25],p.Placeholder-sub-M img[data-v-3a3c9e25],p.Placeholder-sub img[data-v-3a3c9e25]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-3a3c9e25]{margin-left:45px}.Table-pic-Left-sub img[data-v-3a3c9e25]{margin-top:5px;margin-bottom:10px}div.figure[data-v-3a3c9e25]{display:inline-block}p.Para-img-description[data-v-3a3c9e25]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-3a3c9e25]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-3a3c9e25]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-3a3c9e25]{margin-bottom:25px}.text img[data-v-3a3c9e25]{max-width:100%;display:block}.Table-Pic-center[data-v-3a3c9e25]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-3a3c9e25]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-3a3c9e25]{margin:0}p.Para-Box-Num[data-v-3a3c9e25]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-3a3c9e25]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-3a3c9e25]:AFTER{content:". "}span.inline-img img[data-v-3a3c9e25]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-3a3c9e25]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-3a3c9e25]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-3a3c9e25]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-3a3c9e25]{margin-left:6.5%;display:block!important}.discUl li[data-v-3a3c9e25]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-3a3c9e25],.Symbol-R[data-v-3a3c9e25],.Note-R-Pic[data-v-3a3c9e25]{display:block;width:100%}.Symbol-L[data-v-3a3c9e25]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-3a3c9e25]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-3a3c9e25],.Symbol-R li[data-v-3a3c9e25],.Symbol-R p[data-v-3a3c9e25]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-3a3c9e25]{font-size:16px}table.Table-Symbol td ul[data-v-3a3c9e25]{padding-left:20px}table.Table-Symbol[data-v-3a3c9e25]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-3a3c9e25]{color:#bc162c}.Symbol-Black[data-v-3a3c9e25],.Symbol-Black-Table[data-v-3a3c9e25]{font-family:upsys_commonregular}.Symbol-Green[data-v-3a3c9e25]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-3a3c9e25]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-3a3c9e25]{width:auto!important}.video_container[data-v-3a3c9e25]{margin-top:40px;float:right}.video[data-v-3a3c9e25]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-3a3c9e25]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-3a3c9e25]{width:100%}.Table--3col[data-v-3a3c9e25],.Basic-Table[data-v-3a3c9e25],.Table--2col[data-v-3a3c9e25],.Table-Landmark[data-v-3a3c9e25],.Table--4col[data-v-3a3c9e25],.Table-2row-merge[data-v-3a3c9e25],.Table--troubleshooting[data-v-3a3c9e25],.Table-specification[data-v-3a3c9e25],.Table-service-center[data-v-3a3c9e25],.Table-5col[data-v-3a3c9e25],.responsive[data-v-3a3c9e25],.Table--3col-Locations[data-v-3a3c9e25]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-3a3c9e25]:FIRST-CHILD,.Basic-Table tr[data-v-3a3c9e25]:FIRST-CHILD,.Table--2col tr[data-v-3a3c9e25]:FIRST-CHILD,.Table-Landmark tr[data-v-3a3c9e25]:FIRST-CHILD,.Table--4col tr[data-v-3a3c9e25]:FIRST-CHILD,.Table-2row-merge tr[data-v-3a3c9e25]:FIRST-CHILD,.Table--troubleshooting tr[data-v-3a3c9e25]:FIRST-CHILD,.Table-service-center tr[data-v-3a3c9e25]:FIRST-CHILD,.responsive tr[data-v-3a3c9e25]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-3a3c9e25]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-3a3c9e25],.Basic-Table td[data-v-3a3c9e25],.Table--2col td[data-v-3a3c9e25],.Table-Landmark td[data-v-3a3c9e25],.Table--4col td[data-v-3a3c9e25],.Table-2row-merge td[data-v-3a3c9e25],.Table--troubleshooting td[data-v-3a3c9e25],.Table-specification td[data-v-3a3c9e25],.Table-service-center td[data-v-3a3c9e25],.responsive td[data-v-3a3c9e25]{padding:10px}.Table--troubleshooting td[data-v-3a3c9e25]{border-right:none}.Table--troubleshooting[data-v-3a3c9e25]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-3a3c9e25],.Table-Landmark .Para-Pic-Center img[data-v-3a3c9e25]{width:30px}.Table-5col[data-v-3a3c9e25]{border:none}.Table-5col tr[data-v-3a3c9e25]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-3a3c9e25]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-3a3c9e25]{width:15%}.Table--3col td.x3col-L[data-v-3a3c9e25],.x3col-L td.x3col-M[data-v-3a3c9e25]{width:10%}td.x3col-Mid-Text[data-v-3a3c9e25]{text-align:center}td.x3col-R-Pic[data-v-3a3c9e25]{text-align:right}.responsive td p[data-v-3a3c9e25]{text-align:center}table.Table--3col-Locations[data-v-3a3c9e25]{border-collapse:collapse}.Table--3col-Locations td[data-v-3a3c9e25]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-3a3c9e25]{padding:10px}.Para-Pic-Center img[data-v-3a3c9e25]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-3a3c9e25]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-3a3c9e25]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-3a3c9e25]{width:50%}.Table-specification .x3col-L-Grey[data-v-3a3c9e25]{width:20%}.Table-specification .Spec-Mid-text[data-v-3a3c9e25]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-3a3c9e25]{width:50%}.Table--3col .x3col-L-Grey[data-v-3a3c9e25]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-3a3c9e25],.Table--4col .x3col-Mid-Grey[data-v-3a3c9e25],.Table--4col .x3col-R-Grey[data-v-3a3c9e25]{width:30%}.navi td.x3col-Mid-Grey[data-v-3a3c9e25]{width:15%}.Table--3col .x3col-R-Grey[data-v-3a3c9e25]{width:50%}.Table--2col .x3col-L-Grey[data-v-3a3c9e25],.Table--2col td[data-v-3a3c9e25]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-3a3c9e25]{width:70%}.Table--2col-Disc[data-v-3a3c9e25]{border-collapse:collapse}.Table--2col-Disc td[data-v-3a3c9e25]{border:1px solid grey;padding:10px}.Table-PL td[data-v-3a3c9e25]:FIRST-CHILD{width:25%}.resultcount p[data-v-3a3c9e25]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-3a3c9e25]{font-family:SK_namuhx-Bold}.noResult>span[data-v-3a3c9e25]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-3a3c9e25]{color:#f0dfdf;display:block}.result_list[data-v-3a3c9e25]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-3a3c9e25]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-3a3c9e25]{font-family:SK_namuhx-Regular}.resulttext p[data-v-3a3c9e25]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-3a3c9e25]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-3a3c9e25]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-3a3c9e25],.Cross-Reference[data-v-3a3c9e25]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-3a3c9e25]:hover{text-decoration:underline}.fontChangeDiv[data-v-3a3c9e25]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-3a3c9e25]{top:55px}#backButton[data-v-3a3c9e25]{background-size:16px}.chapterTitle[data-v-3a3c9e25]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-3a3c9e25],h2[data-v-3a3c9e25]{font-size:1.3em}#contentAccordion[data-v-3a3c9e25]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-3a3c9e25]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-3a3c9e25]{line-height:21px}.video[data-v-3a3c9e25]{width:46%}}@media screen and (max-width: 640px){h2[data-v-3a3c9e25]{margin-top:40px}.subHeader[data-v-3a3c9e25]{top:40px}.fontChangeDiv[data-v-3a3c9e25]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-3a3c9e25]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-3a3c9e25]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-3a3c9e25]{margin-left:7.3%}table td[data-v-3a3c9e25]{font-size:14px;padding:5px!important}table td p[data-v-3a3c9e25],table td p.Para-Basic-B-Center[data-v-3a3c9e25],table td p.Para-Basic-B[data-v-3a3c9e25]{font-size:14px}table td p.Para-Small-L[data-v-3a3c9e25]{font-size:12px;word-break:break-word}.Table--3col td[data-v-3a3c9e25],.Basic-Table td[data-v-3a3c9e25],.Table--2col td[data-v-3a3c9e25],.Table-Landmark td[data-v-3a3c9e25],.Table--4col td[data-v-3a3c9e25],.Table-2row-merge td[data-v-3a3c9e25],.Table--troubleshooting td[data-v-3a3c9e25],.Table-specification td[data-v-3a3c9e25],.Table-service-center td[data-v-3a3c9e25]{border-right:none}.responsive[data-v-3a3c9e25],.responsive tr[data-v-3a3c9e25],.responsive tbody[data-v-3a3c9e25]{width:100%}.Table--4col-responsive td[data-v-3a3c9e25]{min-width:200px!important;height:auto}.responsive td p[data-v-3a3c9e25]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-3a3c9e25],.Table-Symbol td li[data-v-3a3c9e25]{font-size:16px}p.Placeholder-sub[data-v-3a3c9e25],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-3a3c9e25],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-3a3c9e25],.content .text>ol~.figure[data-v-3a3c9e25],.content .text>ol+ul[data-v-3a3c9e25],.Para-screen-sub-L[data-v-3a3c9e25]{margin-left:0}.resultcount p[data-v-3a3c9e25]{font-size:16px}.Table-specification td p[data-v-3a3c9e25],.Table--3col-Locations td li[data-v-3a3c9e25],p.Para-basic-L-Sub[data-v-3a3c9e25],p.Para-basic-L-Sub-Auto[data-v-3a3c9e25],p.Para-basic-L-center[data-v-3a3c9e25],li.Para-basic-L-bullet[data-v-3a3c9e25],p.Para-basic-L[data-v-3a3c9e25],li.Para-basic-L-hyp-Sub[data-v-3a3c9e25],li.Para-basic-L-hyp-2Sub[data-v-3a3c9e25],li[class^=Para-Num][data-v-3a3c9e25],p.Para-Box-Num[data-v-3a3c9e25],p.Para-Basic-B-Sub[data-v-3a3c9e25],td p.Para-basic-L[data-v-3a3c9e25],td li.Para-basic-L-bullet[data-v-3a3c9e25],p.Para-Basic-B[data-v-3a3c9e25],p.Para-Circle-Num-Sub[data-v-3a3c9e25],.Symbol-L p.Para-basic-L-Sub[data-v-3a3c9e25],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-3a3c9e25]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-3a3c9e25],.Table--3col-Locations td li[data-v-3a3c9e25],p.Para-Table-L-Sub[data-v-3a3c9e25],p.Para-Table-L-Sub-Auto[data-v-3a3c9e25],p.Para-Table-L-center[data-v-3a3c9e25],p.Para-Table-L[data-v-3a3c9e25],li.Para-Table-L-hyp-Sub[data-v-3a3c9e25],li.Para-Table-L-hyp-2Sub[data-v-3a3c9e25],p.Para-Table-B-Sub[data-v-3a3c9e25],td p.Para-Table-L[data-v-3a3c9e25],p.Para-Table-B[data-v-3a3c9e25],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-3a3c9e25]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-3a3c9e25]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-3a3c9e25],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-3a3c9e25]{font-size:14px}.big .Table-specification td p[data-v-3a3c9e25],.big .Table--3col-Locations td li[data-v-3a3c9e25],.big p.Para-basic-L-Sub[data-v-3a3c9e25],.big p.Para-basic-L-Sub-Auto[data-v-3a3c9e25],.big p.Para-basic-L-center[data-v-3a3c9e25],.big li.Para-basic-L-bullet[data-v-3a3c9e25],.big p.Para-basic-L[data-v-3a3c9e25],.big li.Para-basic-L-hyp-Sub[data-v-3a3c9e25],.big li.Para-basic-L-hyp-2Sub[data-v-3a3c9e25],.big li[class^=Para-Num][data-v-3a3c9e25],.big p.Para-Box-Num[data-v-3a3c9e25],.big p.Para-Basic-B-Sub[data-v-3a3c9e25],.big td p.Para-basic-L[data-v-3a3c9e25],.big td li.Para-basic-L-bullet[data-v-3a3c9e25],.big p.Para-Basic-B[data-v-3a3c9e25],.big p.Para-Circle-Num-Sub[data-v-3a3c9e25]{font-size:16px}.big .Table-specification td p[data-v-3a3c9e25],.big .Table--3col-Locations td li[data-v-3a3c9e25],.big p.Para-Table-L-Sub[data-v-3a3c9e25],.big p.Para-Table-L-Sub-Auto[data-v-3a3c9e25],.big p.Para-Table-L-center[data-v-3a3c9e25],.big p.Para-Table-L[data-v-3a3c9e25],.big li.Para-Table-L-hyp-Sub[data-v-3a3c9e25],.big li.Para-Table-L-hyp-2Sub[data-v-3a3c9e25],.big li[class^=Para-Num][data-v-3a3c9e25],.big p.Para-Box-Num[data-v-3a3c9e25],.big p.Para-Table-B-Sub[data-v-3a3c9e25],.big td p.Para-Table-L[data-v-3a3c9e25],.big p.Para-Table-B[data-v-3a3c9e25],.big p.Para-Circle-Num-Sub[data-v-3a3c9e25],.big p.Para-Table-B-Center[data-v-3a3c9e25],.big .Table--3col-ISO td p[data-v-3a3c9e25]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-3a3c9e25],p.Para-Table-B-Center[data-v-3a3c9e25]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-3a3c9e25],.big p.video_title[data-v-3a3c9e25],.big .resultItem p[data-v-3a3c9e25]{font-size:1.05em}h1[data-v-3a3c9e25]{font-size:1.2em;margin-top:0}h2[data-v-3a3c9e25]{font-size:1.1em}.Heading-3[data-v-3a3c9e25]{font-size:1em}.content .text>ol li[data-v-3a3c9e25]:BEFORE{font-size:26px}.video[data-v-3a3c9e25]{width:95%}}p.Para-Table-L[data-v-3a3c9e25]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-3a3c9e25]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-3a3c9e25]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-3a3c9e25]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-3a3c9e25]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-3a3c9e25]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-3a3c9e25]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-3a3c9e25]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-3a3c9e25]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-3a3c9e25]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-3a3c9e25]:before{content:"";display:block;height:15pt}.Bold[data-v-3a3c9e25],span.Bold[data-v-3a3c9e25]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-3a3c9e25]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-3a3c9e25]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-3a3c9e25]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-3a3c9e25]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-3a3c9e25]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-3a3c9e25]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-3a3c9e25]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-3a3c9e25]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-3a3c9e25]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-3a3c9e25]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-3a3c9e25]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-3a3c9e25],.Para-Table-L-Sub-Auto .icon-1[data-v-3a3c9e25]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-3a3c9e25]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-3a3c9e25]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-3a3c9e25]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-3a3c9e25],.Table--2col td p.Para-basic-L[data-v-3a3c9e25]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-3a3c9e25]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-3a3c9e25]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-3a3c9e25]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-3a3c9e25]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-3a3c9e25]{margin-top:8pt!important}.table-responsive[data-v-3a3c9e25]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-3a3c9e25]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-3a3c9e25],#table-16[data-v-3a3c9e25]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-3a3c9e25]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-3a3c9e25]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-3a3c9e25]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-3a3c9e25]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-3a3c9e25]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-3a3c9e25]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-3a3c9e25]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-3a3c9e25]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-3a3c9e25]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-3a3c9e25]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-3a3c9e25]{font-size:12px}#table-15.responsive td[data-v-3a3c9e25]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-3a3c9e25]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-3a3c9e25]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-3a3c9e25]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-3a3c9e25]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-3a3c9e25],.Table--4col-Error th[data-v-3a3c9e25]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-3a3c9e25],.Table--4col-Error tr:first-child th[data-v-3a3c9e25]{border-top:none}.Table--4col-Error tr:last-child td[data-v-3a3c9e25]{border-bottom:none}.Table--4col-Error thead td[data-v-3a3c9e25]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-3a3c9e25]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-3a3c9e25]:nth-child(1),.Table--4col-Error thead td[data-v-3a3c9e25]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-3a3c9e25]:nth-child(2),.Table--4col-Error thead td[data-v-3a3c9e25]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-3a3c9e25]:nth-child(3),.Table--4col-Error thead td[data-v-3a3c9e25]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-3a3c9e25]:nth-child(4),.Table--4col-Error thead td[data-v-3a3c9e25]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-3a3c9e25]:nth-child(1),.Table--4col-Error tbody td[data-v-3a3c9e25]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-3a3c9e25]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-3a3c9e25]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-3a3c9e25]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-3a3c9e25]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-3a3c9e25]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-3a3c9e25]{font-size:14px!important}.Table--4col-Error tbody td[data-v-3a3c9e25]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-3a3c9e25],.Table--4col-Error p.Para-Table-B[data-v-3a3c9e25],.Table--4col-Error p.Para-Table-L-Center[data-v-3a3c9e25]{font-size:12px!important}.Table--4col-Error tbody td[data-v-3a3c9e25]:nth-child(1),.Table--4col-Error thead td[data-v-3a3c9e25]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-3a3c9e25]:nth-child(2),.Table--4col-Error thead td[data-v-3a3c9e25]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-3a3c9e25]:nth-child(3),.Table--4col-Error thead td[data-v-3a3c9e25]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-3a3c9e25]:nth-child(4),.Table--4col-Error thead td[data-v-3a3c9e25]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-3a3c9e25]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-3a3c9e25]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-3a3c9e25]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-3a3c9e25]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-3a3c9e25]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-3a3c9e25]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-3a3c9e25]{line-height:1.25;font-weight:500}.Bold-color[data-v-3a3c9e25]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-3a3c9e25]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-3a3c9e25]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-3a3c9e25]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-3a3c9e25]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-3a3c9e25]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-3a3c9e25]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-3a3c9e25]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-3a3c9e25]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-3a3c9e25]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-3a3c9e25]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-3a3c9e25]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-3a3c9e25]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-3a3c9e25]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-3a3c9e25]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-3a3c9e25]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-3a3c9e25],tr:last-child td.cell-style-override-7[data-v-3a3c9e25]{border-bottom:0}table#table-16[data-v-3a3c9e25]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-3a3c9e25],.Table--2col-Air-Sensor[data-v-3a3c9e25],.Table--2col-Voice[data-v-3a3c9e25],.Table--2col-Filter[data-v-3a3c9e25],.Table--troubleshooting[data-v-3a3c9e25],.Table--4col-Error[data-v-3a3c9e25],.Table--Specifications[data-v-3a3c9e25]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-3a3c9e25]:last-child,.Table--2col-Voice tr td[data-v-3a3c9e25]:last-child{width:70%}.Table--2col-Voice tr td[data-v-3a3c9e25]:first-child{width:30%}.Para-Table-L-Center[data-v-3a3c9e25]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-3a3c9e25]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-3a3c9e25]{display:block!important}.Table--2col-Information td[data-v-3a3c9e25]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-3a3c9e25]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-3a3c9e25]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-3a3c9e25]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-3a3c9e25]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-3a3c9e25],.Table--4col-responsive table td[data-v-3a3c9e25]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-3a3c9e25],.Table--2col-Information th[data-v-3a3c9e25]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-3a3c9e25]:nth-child(1),.Table--2col-Information th[data-v-3a3c9e25]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-3a3c9e25]:nth-child(2),.Table--2col-Information th[data-v-3a3c9e25]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-3a3c9e25],.Table--2col-Information th[data-v-3a3c9e25]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-3a3c9e25]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-3a3c9e25],.Table--2col-Voice th[data-v-3a3c9e25]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-3a3c9e25]:nth-child(1),.Table--2col-Voice th[data-v-3a3c9e25]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-3a3c9e25]:nth-child(2),.Table--2col-Voice th[data-v-3a3c9e25]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-3a3c9e25]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-3a3c9e25],.Table--2col-Voice tr:last-child td[data-v-3a3c9e25]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-3a3c9e25],.Table--2col-Voice thead th[data-v-3a3c9e25]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-3a3c9e25]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-3a3c9e25]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-3a3c9e25]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-3a3c9e25],.Table--2col-Information th[data-v-3a3c9e25]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-3a3c9e25]:nth-child(1),.Table--2col-Information th[data-v-3a3c9e25]:nth-child(1){width:30%}.Table--2col-Information td[data-v-3a3c9e25]:nth-child(2),.Table--2col-Information th[data-v-3a3c9e25]:nth-child(2){width:70%}.Table--2col-Information td[data-v-3a3c9e25]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-3a3c9e25]{border-bottom:none}.Table--2col-Air-Sensor[data-v-3a3c9e25]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-3a3c9e25],.Table--2col-Air-Sensor th[data-v-3a3c9e25]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-3a3c9e25]:nth-child(1),.Table--2col-Air-Sensor th[data-v-3a3c9e25]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-3a3c9e25]:nth-child(2),.Table--2col-Air-Sensor th[data-v-3a3c9e25]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-3a3c9e25]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-3a3c9e25]{border-bottom:none}.Table--2col-Filter[data-v-3a3c9e25]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-3a3c9e25],.Table--2col-Filter th[data-v-3a3c9e25]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-3a3c9e25]:nth-child(1),.Table--2col-Filter th[data-v-3a3c9e25]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-3a3c9e25]:nth-child(2),.Table--2col-Filter th[data-v-3a3c9e25]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-3a3c9e25]:nth-child(3),.Table--2col-Filter th[data-v-3a3c9e25]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-3a3c9e25]:nth-child(4),.Table--2col-Filter th[data-v-3a3c9e25]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-3a3c9e25]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-3a3c9e25],.Table--2col-Filter tr:last-child td[data-v-3a3c9e25]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-3a3c9e25],.Table--2col-Filter thead th[data-v-3a3c9e25]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-3a3c9e25]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-3a3c9e25]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-3a3c9e25]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-3a3c9e25],.Table--Specifications th[data-v-3a3c9e25]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-3a3c9e25]:first-child,.Table--Specifications th[data-v-3a3c9e25]:first-child{width:16%}.Table--Specifications td[data-v-3a3c9e25]:nth-child(2),.Table--Specifications th[data-v-3a3c9e25]:nth-child(2){width:42%}.Table--Specifications td[data-v-3a3c9e25]:nth-child(3),.Table--Specifications th[data-v-3a3c9e25]:nth-child(3){width:42%}.Table--Specifications td[data-v-3a3c9e25]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-3a3c9e25],.Table--Specifications tr:last-child td[data-v-3a3c9e25]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-3a3c9e25],.Table--Specifications thead th[data-v-3a3c9e25]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-3a3c9e25]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-3a3c9e25]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-3a3c9e25],td.cell-style-override-20[data-v-3a3c9e25]{padding:10px}td.x3col-Mid-text[data-v-3a3c9e25],td.cell-style-override-22[data-v-3a3c9e25],td.cell-style-override-20[data-v-3a3c9e25]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-3a3c9e25]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-3a3c9e25]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-3a3c9e25]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-3a3c9e25]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-3a3c9e25]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-3a3c9e25]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-3a3c9e25],th.header-cell[data-v-3a3c9e25]{background-color:#88d0c7}td.color-blue[data-v-3a3c9e25],th.color-blue[data-v-3a3c9e25]{background-color:#d3edf9}td.color-green[data-v-3a3c9e25],th.color-green[data-v-3a3c9e25]{background-color:#d9ead3}td.color-orange[data-v-3a3c9e25],th.color-orange[data-v-3a3c9e25]{background-color:#fce5cd}td.color-red[data-v-3a3c9e25],th.color-red[data-v-3a3c9e25]{background-color:#f4cccc}td.color-purple[data-v-3a3c9e25],th.color-purple[data-v-3a3c9e25]{background-color:#e4d7f5}td.color-yellow[data-v-3a3c9e25],th.color-yellow[data-v-3a3c9e25]{background-color:#fff2cc}td.color-teal[data-v-3a3c9e25],th.color-teal[data-v-3a3c9e25]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-3a3c9e25],.Table--8col-air-web-1 td[data-v-3a3c9e25],.Table--8col-air-web-1 th[data-v-3a3c9e25]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-3a3c9e25]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-3a3c9e25]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-3a3c9e25],.Table--2col td[data-v-3a3c9e25],.Table--2col th[data-v-3a3c9e25]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-3a3c9e25]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-3a3c9e25]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-3a3c9e25],.Table--2col th p[data-v-3a3c9e25]{border:none!important}.Table--2col[data-v-3a3c9e25] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-3a3c9e25]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-3a3c9e25],.Table--4col td[data-v-3a3c9e25]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-3a3c9e25]{text-align:left!important}.Table--4col thead th[data-v-3a3c9e25]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-3a3c9e25]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-3a3c9e25]{text-align:center!important}.Table--4col-air[data-v-3a3c9e25]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-3a3c9e25],.Table--4col-air th[data-v-3a3c9e25]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-3a3c9e25],.Table--4col-air tr:first-child th[data-v-3a3c9e25]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-3a3c9e25]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-3a3c9e25],.Table--4col-air td ul[data-v-3a3c9e25],.Table--4col-air td li[data-v-3a3c9e25]{text-align:left!important}.Table--4col-air colgroup col[data-v-3a3c9e25]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-3a3c9e25]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-3a3c9e25]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-3a3c9e25]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-3a3c9e25]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-3a3c9e25],.Table--4col-air th[data-v-3a3c9e25]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-3a3c9e25],.Table--4col-air tr:first-child th[data-v-3a3c9e25]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-3a3c9e25]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-3a3c9e25]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-3a3c9e25],.Table--4col-ai2 th[data-v-3a3c9e25]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-3a3c9e25]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-3a3c9e25]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-3a3c9e25],.Table--4col-ai2 th[data-v-3a3c9e25]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-3a3c9e25]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-3a3c9e25]{font-size:12px!important;margin:0!important;line-height:1.5!important}}#content-div[data-v-3a3c9e25]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-3a3c9e25]{min-height:100vh}}body[data-v-d1dbd5ef]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-d1dbd5ef]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-d1dbd5ef]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-d1dbd5ef]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-d1dbd5ef]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-d1dbd5ef]{width:83%!important}.content #naviText span[data-v-d1dbd5ef]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-d1dbd5ef]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-d1dbd5ef]{width:100%!important}.content #mainCar[data-v-d1dbd5ef]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-d1dbd5ef]{width:100%}#mainCarPhone[data-v-d1dbd5ef]{display:none}.content #buttonMenu_v2[data-v-d1dbd5ef]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-d1dbd5ef]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-d1dbd5ef]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-d1dbd5ef]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-d1dbd5ef]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-d1dbd5ef]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-d1dbd5ef]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-d1dbd5ef]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-d1dbd5ef]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-d1dbd5ef]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-d1dbd5ef]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-d1dbd5ef]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-d1dbd5ef]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-d1dbd5ef]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-d1dbd5ef]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-d1dbd5ef]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-d1dbd5ef]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-d1dbd5ef]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-d1dbd5ef]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-d1dbd5ef]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-d1dbd5ef]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-d1dbd5ef]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-d1dbd5ef]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-d1dbd5ef]{bottom:11%;width:30%}.content #naviText span[data-v-d1dbd5ef]{font-size:17px}.content #naviText img[data-v-d1dbd5ef]{width:80%!important}.content #carName[data-v-d1dbd5ef]{right:0%;bottom:12%}.content #carName img[data-v-d1dbd5ef]{width:40%!important}.content #buttonMenu_v2>a[data-v-d1dbd5ef]{width:33%}.content #buttonMenu>a[data-v-d1dbd5ef]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-d1dbd5ef]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-d1dbd5ef]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-d1dbd5ef]{display:block}#mainCarPc[data-v-d1dbd5ef]{display:none}.content #buttonMenu_v2[data-v-d1dbd5ef],.content #buttonMenu[data-v-d1dbd5ef]{width:92%}}@media screen and (max-width: 480px){.content[data-v-d1dbd5ef]{padding-top:0}.content #naviText[data-v-d1dbd5ef]{bottom:14%;width:45%}.content #naviText span[data-v-d1dbd5ef]{font-size:11px}.content #naviText img[data-v-d1dbd5ef]{width:88%!important}.content #carName[data-v-d1dbd5ef]{right:5%;bottom:15%}.content #carName img[data-v-d1dbd5ef]{width:120px!important}.content #buttonMenu_v2[data-v-d1dbd5ef]{position:relative}.content #buttonMenu_v2>a>div[data-v-d1dbd5ef]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-d1dbd5ef]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-d1dbd5ef]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-d1dbd5ef]{position:relative}.content #buttonMenu>a>div[data-v-d1dbd5ef]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-d1dbd5ef]{height:120px}.content #buttonMenu>a>div>span[data-v-d1dbd5ef]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-d1dbd5ef]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-d1dbd5ef]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-d1dbd5ef]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-d1dbd5ef]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-d1dbd5ef]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-d1dbd5ef]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-d1dbd5ef]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-d1dbd5ef]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-d1dbd5ef]{margin:0;padding:0}html[data-v-d1dbd5ef]{background-color:#000;width:100%}.keyword[data-v-d1dbd5ef],.highlight[data-v-d1dbd5ef]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-d1dbd5ef]{font-family:upsys_commonregular}.header_main[data-v-d1dbd5ef]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-d1dbd5ef]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-d1dbd5ef]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-d1dbd5ef]>*{float:left}#headerLogo[data-v-d1dbd5ef]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-d1dbd5ef]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-d1dbd5ef]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-d1dbd5ef]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-d1dbd5ef]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-d1dbd5ef]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-d1dbd5ef]{font-size:13px}.languageDiv .active[data-v-d1dbd5ef]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-d1dbd5ef]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-d1dbd5ef]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-d1dbd5ef]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-d1dbd5ef],#languageSelect li[data-v-d1dbd5ef]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-d1dbd5ef],#languageSelect li:hover a[data-v-d1dbd5ef]{color:#000}.footer-manual[data-v-d1dbd5ef]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-d1dbd5ef]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-d1dbd5ef]{line-height:60px}#footerLogo[data-v-d1dbd5ef]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-d1dbd5ef]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-d1dbd5ef]{display:inline-block;width:100%}#copyrightPcSpan[data-v-d1dbd5ef]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-d1dbd5ef]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-d1dbd5ef]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-d1dbd5ef]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-d1dbd5ef]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-d1dbd5ef]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-d1dbd5ef]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-d1dbd5ef]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-d1dbd5ef]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-d1dbd5ef]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-d1dbd5ef]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-d1dbd5ef]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-d1dbd5ef]:focus{outline:none}#searchButton[data-v-d1dbd5ef]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-d1dbd5ef]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-d1dbd5ef]{width:80%}table td.right[data-v-d1dbd5ef]{width:10%;text-align:center}.result[data-v-d1dbd5ef],.resultcount[data-v-d1dbd5ef],.noResult[data-v-d1dbd5ef]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-d1dbd5ef]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-d1dbd5ef]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-d1dbd5ef]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-d1dbd5ef]{color:#e49f81}.cover[data-v-d1dbd5ef]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-d1dbd5ef]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-d1dbd5ef]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-d1dbd5ef]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-d1dbd5ef]{font-size:12px}.languageDivPhone .active[data-v-d1dbd5ef]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-d1dbd5ef]{bottom:30px;left:1px}.fontChangeButton[data-v-d1dbd5ef]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-d1dbd5ef]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-d1dbd5ef]{left:0}.languageDiv div[data-v-d1dbd5ef]{width:120%;left:-45px;top:5px}#languageSelect[data-v-d1dbd5ef]{margin-left:-40px}#banner_img>a[data-v-d1dbd5ef]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-d1dbd5ef]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-d1dbd5ef]{z-index:12}.header_main[data-v-d1dbd5ef]{height:40px;padding-top:0}.header[data-v-d1dbd5ef]{z-index:12}.header[data-v-d1dbd5ef]{height:40px;padding-top:0}#title[data-v-d1dbd5ef]{font-size:16px;width:49%}#headerLogo[data-v-d1dbd5ef]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-d1dbd5ef]{width:20%}.languageDiv div[data-v-d1dbd5ef]{width:90%;left:-15px;top:5px}#languageSelect[data-v-d1dbd5ef]{margin-left:-10px}.languageDiv ul[data-v-d1dbd5ef]{font-size:12px}#menu[data-v-d1dbd5ef]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-d1dbd5ef]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-d1dbd5ef]{width:80%}#rightHeader[data-v-d1dbd5ef]{height:40px}#rightHeader>div[data-v-d1dbd5ef]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-d1dbd5ef]{position:absolute;right:38px;top:0}.searchDiv[data-v-d1dbd5ef]{width:90%}#toc[data-v-d1dbd5ef]{width:100%}.copyright[data-v-d1dbd5ef]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-d1dbd5ef]{display:none}#copyrightPhone[data-v-d1dbd5ef]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-d1dbd5ef]{width:15%!important}#prevBtn[data-v-d1dbd5ef],#nextBtn[data-v-d1dbd5ef]{width:32px;height:32px;background-size:100%}#searchButton[data-v-d1dbd5ef]{margin-left:-1px}table td.left[data-v-d1dbd5ef]{text-align:right}table td.center[data-v-d1dbd5ef]{width:50%}table td.right[data-v-d1dbd5ef]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-d1dbd5ef]{left:0}.languageDiv div[data-v-d1dbd5ef]{width:100%;left:-5px;top:5px}#languageSelect[data-v-d1dbd5ef]{margin-left:20px}.languageDiv ul[data-v-d1dbd5ef]{font-size:10px}.noResult>span[data-v-d1dbd5ef]{width:200px!important;font-size:14px}#title[data-v-d1dbd5ef]{font-size:13px;width:40%}#menu[data-v-d1dbd5ef]{position:absolute}#banner_img>a[data-v-d1dbd5ef]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-d1dbd5ef]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-d1dbd5ef]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-d1dbd5ef]{font-size:14px}}body[data-v-d1dbd5ef]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-d1dbd5ef]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-d1dbd5ef]{margin:auto;max-width:1120px}.subHeaderInner[data-v-d1dbd5ef]>*{float:left}.content p[data-v-d1dbd5ef],.content li[data-v-d1dbd5ef]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-d1dbd5ef]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-d1dbd5ef]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-d1dbd5ef]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-d1dbd5ef]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-d1dbd5ef]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-d1dbd5ef]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-d1dbd5ef]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-d1dbd5ef]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-d1dbd5ef]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-d1dbd5ef]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-d1dbd5ef]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-d1dbd5ef]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-d1dbd5ef],p.Para-Basic-B-Sub[data-v-d1dbd5ef]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-d1dbd5ef]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-d1dbd5ef]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-d1dbd5ef]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-d1dbd5ef]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-d1dbd5ef],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-d1dbd5ef],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-d1dbd5ef]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-d1dbd5ef],p+ul li.Para-Basic-B-Sub[data-v-d1dbd5ef]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-d1dbd5ef],ul~p.Para-basic-L-bullet-Sub[data-v-d1dbd5ef],ul~p.Para-Basic-B-Sub[data-v-d1dbd5ef]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-d1dbd5ef],ol~p.Para-basic-L-bullet-Sub[data-v-d1dbd5ef],ol~p.Para-Basic-B-Sub[data-v-d1dbd5ef]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-d1dbd5ef],ol+*+p.Para-basic-L-bullet-Sub[data-v-d1dbd5ef],ol+*+p.Para-Basic-B-Sub[data-v-d1dbd5ef]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-d1dbd5ef],a .Para-Basic-B-Sub[data-v-d1dbd5ef]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-d1dbd5ef]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-d1dbd5ef]{margin-left:45px}.content p[data-v-d1dbd5ef],li[data-v-d1dbd5ef]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-d1dbd5ef],p.Para-Basic-B[data-v-d1dbd5ef],p.Para-Basic-B-Center[data-v-d1dbd5ef]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-d1dbd5ef]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-d1dbd5ef],p.Para-Basic-B-Center[data-v-d1dbd5ef]{text-align:center}p.Para-Table-L-center[data-v-d1dbd5ef],p.Para-Table-B-Center[data-v-d1dbd5ef]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-d1dbd5ef],table p.Para-Basic-B[data-v-d1dbd5ef],table p.Para-Basic-B-Center[data-v-d1dbd5ef]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-d1dbd5ef]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-d1dbd5ef]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-d1dbd5ef]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-d1dbd5ef]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-d1dbd5ef]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-d1dbd5ef],.content .text>ul[data-v-d1dbd5ef],.content .text table ol[data-v-d1dbd5ef],.content .text table ul[data-v-d1dbd5ef]{padding-left:20px}.content .text>ol[data-v-d1dbd5ef]{padding-left:0}p.Para-Illust-L[data-v-d1dbd5ef]{text-align:center}p.Para-Illust-L img[data-v-d1dbd5ef]{display:inline-block}p.Placeholder-sub[data-v-d1dbd5ef],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-d1dbd5ef],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-d1dbd5ef],.content .text>ol~.figure[data-v-d1dbd5ef],p.Placeholder-sub-S[data-v-d1dbd5ef],.Para-screen-sub-S[data-v-d1dbd5ef],.Para-screen-sub-M[data-v-d1dbd5ef],.Para-screen-sub-L[data-v-d1dbd5ef]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-d1dbd5ef],p.Placeholder-sub-M img[data-v-d1dbd5ef],p.Placeholder-sub img[data-v-d1dbd5ef]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-d1dbd5ef]{margin-left:45px}.Table-pic-Left-sub img[data-v-d1dbd5ef]{margin-top:5px;margin-bottom:10px}div.figure[data-v-d1dbd5ef]{display:inline-block}p.Para-img-description[data-v-d1dbd5ef]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-d1dbd5ef]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-d1dbd5ef]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-d1dbd5ef]{margin-bottom:25px}.text img[data-v-d1dbd5ef]{max-width:100%;display:block}.Table-Pic-center[data-v-d1dbd5ef]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-d1dbd5ef]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-d1dbd5ef]{margin:0}p.Para-Box-Num[data-v-d1dbd5ef]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-d1dbd5ef]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-d1dbd5ef]:AFTER{content:". "}span.inline-img img[data-v-d1dbd5ef]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-d1dbd5ef]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-d1dbd5ef]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-d1dbd5ef]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-d1dbd5ef]{margin-left:6.5%;display:block!important}.discUl li[data-v-d1dbd5ef]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-d1dbd5ef],.Symbol-R[data-v-d1dbd5ef],.Note-R-Pic[data-v-d1dbd5ef]{display:block;width:100%}.Symbol-L[data-v-d1dbd5ef]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-d1dbd5ef]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-d1dbd5ef],.Symbol-R li[data-v-d1dbd5ef],.Symbol-R p[data-v-d1dbd5ef]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-d1dbd5ef]{font-size:16px}table.Table-Symbol td ul[data-v-d1dbd5ef]{padding-left:20px}table.Table-Symbol[data-v-d1dbd5ef]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-d1dbd5ef]{color:#bc162c}.Symbol-Black[data-v-d1dbd5ef],.Symbol-Black-Table[data-v-d1dbd5ef]{font-family:upsys_commonregular}.Symbol-Green[data-v-d1dbd5ef]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-d1dbd5ef]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-d1dbd5ef]{width:auto!important}.video_container[data-v-d1dbd5ef]{margin-top:40px;float:right}.video[data-v-d1dbd5ef]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-d1dbd5ef]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-d1dbd5ef]{width:100%}.Table--3col[data-v-d1dbd5ef],.Basic-Table[data-v-d1dbd5ef],.Table--2col[data-v-d1dbd5ef],.Table-Landmark[data-v-d1dbd5ef],.Table--4col[data-v-d1dbd5ef],.Table-2row-merge[data-v-d1dbd5ef],.Table--troubleshooting[data-v-d1dbd5ef],.Table-specification[data-v-d1dbd5ef],.Table-service-center[data-v-d1dbd5ef],.Table-5col[data-v-d1dbd5ef],.responsive[data-v-d1dbd5ef],.Table--3col-Locations[data-v-d1dbd5ef]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-d1dbd5ef]:FIRST-CHILD,.Basic-Table tr[data-v-d1dbd5ef]:FIRST-CHILD,.Table--2col tr[data-v-d1dbd5ef]:FIRST-CHILD,.Table-Landmark tr[data-v-d1dbd5ef]:FIRST-CHILD,.Table--4col tr[data-v-d1dbd5ef]:FIRST-CHILD,.Table-2row-merge tr[data-v-d1dbd5ef]:FIRST-CHILD,.Table--troubleshooting tr[data-v-d1dbd5ef]:FIRST-CHILD,.Table-service-center tr[data-v-d1dbd5ef]:FIRST-CHILD,.responsive tr[data-v-d1dbd5ef]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-d1dbd5ef]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-d1dbd5ef],.Basic-Table td[data-v-d1dbd5ef],.Table--2col td[data-v-d1dbd5ef],.Table-Landmark td[data-v-d1dbd5ef],.Table--4col td[data-v-d1dbd5ef],.Table-2row-merge td[data-v-d1dbd5ef],.Table--troubleshooting td[data-v-d1dbd5ef],.Table-specification td[data-v-d1dbd5ef],.Table-service-center td[data-v-d1dbd5ef],.responsive td[data-v-d1dbd5ef]{padding:10px}.Table--troubleshooting td[data-v-d1dbd5ef]{border-right:none}.Table--troubleshooting[data-v-d1dbd5ef]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-d1dbd5ef],.Table-Landmark .Para-Pic-Center img[data-v-d1dbd5ef]{width:30px}.Table-5col[data-v-d1dbd5ef]{border:none}.Table-5col tr[data-v-d1dbd5ef]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-d1dbd5ef]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-d1dbd5ef]{width:15%}.Table--3col td.x3col-L[data-v-d1dbd5ef],.x3col-L td.x3col-M[data-v-d1dbd5ef]{width:10%}td.x3col-Mid-Text[data-v-d1dbd5ef]{text-align:center}td.x3col-R-Pic[data-v-d1dbd5ef]{text-align:right}.responsive td p[data-v-d1dbd5ef]{text-align:center}table.Table--3col-Locations[data-v-d1dbd5ef]{border-collapse:collapse}.Table--3col-Locations td[data-v-d1dbd5ef]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-d1dbd5ef]{padding:10px}.Para-Pic-Center img[data-v-d1dbd5ef]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-d1dbd5ef]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-d1dbd5ef]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-d1dbd5ef]{width:50%}.Table-specification .x3col-L-Grey[data-v-d1dbd5ef]{width:20%}.Table-specification .Spec-Mid-text[data-v-d1dbd5ef]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-d1dbd5ef]{width:50%}.Table--3col .x3col-L-Grey[data-v-d1dbd5ef]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-d1dbd5ef],.Table--4col .x3col-Mid-Grey[data-v-d1dbd5ef],.Table--4col .x3col-R-Grey[data-v-d1dbd5ef]{width:30%}.navi td.x3col-Mid-Grey[data-v-d1dbd5ef]{width:15%}.Table--3col .x3col-R-Grey[data-v-d1dbd5ef]{width:50%}.Table--2col .x3col-L-Grey[data-v-d1dbd5ef],.Table--2col td[data-v-d1dbd5ef]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-d1dbd5ef]{width:70%}.Table--2col-Disc[data-v-d1dbd5ef]{border-collapse:collapse}.Table--2col-Disc td[data-v-d1dbd5ef]{border:1px solid grey;padding:10px}.Table-PL td[data-v-d1dbd5ef]:FIRST-CHILD{width:25%}.resultcount p[data-v-d1dbd5ef]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-d1dbd5ef]{font-family:SK_namuhx-Bold}.noResult>span[data-v-d1dbd5ef]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-d1dbd5ef]{color:#f0dfdf;display:block}.result_list[data-v-d1dbd5ef]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-d1dbd5ef]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-d1dbd5ef]{font-family:SK_namuhx-Regular}.resulttext p[data-v-d1dbd5ef]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-d1dbd5ef]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-d1dbd5ef]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-d1dbd5ef],.Cross-Reference[data-v-d1dbd5ef]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-d1dbd5ef]:hover{text-decoration:underline}.fontChangeDiv[data-v-d1dbd5ef]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-d1dbd5ef]{top:55px}#backButton[data-v-d1dbd5ef]{background-size:16px}.chapterTitle[data-v-d1dbd5ef]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-d1dbd5ef],h2[data-v-d1dbd5ef]{font-size:1.3em}#contentAccordion[data-v-d1dbd5ef]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-d1dbd5ef]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-d1dbd5ef]{line-height:21px}.video[data-v-d1dbd5ef]{width:46%}}@media screen and (max-width: 640px){h2[data-v-d1dbd5ef]{margin-top:40px}.subHeader[data-v-d1dbd5ef]{top:40px}.fontChangeDiv[data-v-d1dbd5ef]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-d1dbd5ef]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-d1dbd5ef]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-d1dbd5ef]{margin-left:7.3%}table td[data-v-d1dbd5ef]{font-size:14px;padding:5px!important}table td p[data-v-d1dbd5ef],table td p.Para-Basic-B-Center[data-v-d1dbd5ef],table td p.Para-Basic-B[data-v-d1dbd5ef]{font-size:14px}table td p.Para-Small-L[data-v-d1dbd5ef]{font-size:12px;word-break:break-word}.Table--3col td[data-v-d1dbd5ef],.Basic-Table td[data-v-d1dbd5ef],.Table--2col td[data-v-d1dbd5ef],.Table-Landmark td[data-v-d1dbd5ef],.Table--4col td[data-v-d1dbd5ef],.Table-2row-merge td[data-v-d1dbd5ef],.Table--troubleshooting td[data-v-d1dbd5ef],.Table-specification td[data-v-d1dbd5ef],.Table-service-center td[data-v-d1dbd5ef]{border-right:none}.responsive[data-v-d1dbd5ef],.responsive tr[data-v-d1dbd5ef],.responsive tbody[data-v-d1dbd5ef]{width:100%}.Table--4col-responsive td[data-v-d1dbd5ef]{min-width:200px!important;height:auto}.responsive td p[data-v-d1dbd5ef]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-d1dbd5ef],.Table-Symbol td li[data-v-d1dbd5ef]{font-size:16px}p.Placeholder-sub[data-v-d1dbd5ef],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-d1dbd5ef],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-d1dbd5ef],.content .text>ol~.figure[data-v-d1dbd5ef],.content .text>ol+ul[data-v-d1dbd5ef],.Para-screen-sub-L[data-v-d1dbd5ef]{margin-left:0}.resultcount p[data-v-d1dbd5ef]{font-size:16px}.Table-specification td p[data-v-d1dbd5ef],.Table--3col-Locations td li[data-v-d1dbd5ef],p.Para-basic-L-Sub[data-v-d1dbd5ef],p.Para-basic-L-Sub-Auto[data-v-d1dbd5ef],p.Para-basic-L-center[data-v-d1dbd5ef],li.Para-basic-L-bullet[data-v-d1dbd5ef],p.Para-basic-L[data-v-d1dbd5ef],li.Para-basic-L-hyp-Sub[data-v-d1dbd5ef],li.Para-basic-L-hyp-2Sub[data-v-d1dbd5ef],li[class^=Para-Num][data-v-d1dbd5ef],p.Para-Box-Num[data-v-d1dbd5ef],p.Para-Basic-B-Sub[data-v-d1dbd5ef],td p.Para-basic-L[data-v-d1dbd5ef],td li.Para-basic-L-bullet[data-v-d1dbd5ef],p.Para-Basic-B[data-v-d1dbd5ef],p.Para-Circle-Num-Sub[data-v-d1dbd5ef],.Symbol-L p.Para-basic-L-Sub[data-v-d1dbd5ef],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-d1dbd5ef]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-d1dbd5ef],.Table--3col-Locations td li[data-v-d1dbd5ef],p.Para-Table-L-Sub[data-v-d1dbd5ef],p.Para-Table-L-Sub-Auto[data-v-d1dbd5ef],p.Para-Table-L-center[data-v-d1dbd5ef],p.Para-Table-L[data-v-d1dbd5ef],li.Para-Table-L-hyp-Sub[data-v-d1dbd5ef],li.Para-Table-L-hyp-2Sub[data-v-d1dbd5ef],p.Para-Table-B-Sub[data-v-d1dbd5ef],td p.Para-Table-L[data-v-d1dbd5ef],p.Para-Table-B[data-v-d1dbd5ef],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-d1dbd5ef]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-d1dbd5ef]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-d1dbd5ef],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-d1dbd5ef]{font-size:14px}.big .Table-specification td p[data-v-d1dbd5ef],.big .Table--3col-Locations td li[data-v-d1dbd5ef],.big p.Para-basic-L-Sub[data-v-d1dbd5ef],.big p.Para-basic-L-Sub-Auto[data-v-d1dbd5ef],.big p.Para-basic-L-center[data-v-d1dbd5ef],.big li.Para-basic-L-bullet[data-v-d1dbd5ef],.big p.Para-basic-L[data-v-d1dbd5ef],.big li.Para-basic-L-hyp-Sub[data-v-d1dbd5ef],.big li.Para-basic-L-hyp-2Sub[data-v-d1dbd5ef],.big li[class^=Para-Num][data-v-d1dbd5ef],.big p.Para-Box-Num[data-v-d1dbd5ef],.big p.Para-Basic-B-Sub[data-v-d1dbd5ef],.big td p.Para-basic-L[data-v-d1dbd5ef],.big td li.Para-basic-L-bullet[data-v-d1dbd5ef],.big p.Para-Basic-B[data-v-d1dbd5ef],.big p.Para-Circle-Num-Sub[data-v-d1dbd5ef]{font-size:16px}.big .Table-specification td p[data-v-d1dbd5ef],.big .Table--3col-Locations td li[data-v-d1dbd5ef],.big p.Para-Table-L-Sub[data-v-d1dbd5ef],.big p.Para-Table-L-Sub-Auto[data-v-d1dbd5ef],.big p.Para-Table-L-center[data-v-d1dbd5ef],.big p.Para-Table-L[data-v-d1dbd5ef],.big li.Para-Table-L-hyp-Sub[data-v-d1dbd5ef],.big li.Para-Table-L-hyp-2Sub[data-v-d1dbd5ef],.big li[class^=Para-Num][data-v-d1dbd5ef],.big p.Para-Box-Num[data-v-d1dbd5ef],.big p.Para-Table-B-Sub[data-v-d1dbd5ef],.big td p.Para-Table-L[data-v-d1dbd5ef],.big p.Para-Table-B[data-v-d1dbd5ef],.big p.Para-Circle-Num-Sub[data-v-d1dbd5ef],.big p.Para-Table-B-Center[data-v-d1dbd5ef],.big .Table--3col-ISO td p[data-v-d1dbd5ef]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-d1dbd5ef],p.Para-Table-B-Center[data-v-d1dbd5ef]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-d1dbd5ef],.big p.video_title[data-v-d1dbd5ef],.big .resultItem p[data-v-d1dbd5ef]{font-size:1.05em}h1[data-v-d1dbd5ef]{font-size:1.2em;margin-top:0}h2[data-v-d1dbd5ef]{font-size:1.1em}.Heading-3[data-v-d1dbd5ef]{font-size:1em}.content .text>ol li[data-v-d1dbd5ef]:BEFORE{font-size:26px}.video[data-v-d1dbd5ef]{width:95%}}p.Para-Table-L[data-v-d1dbd5ef]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-d1dbd5ef]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-d1dbd5ef]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-d1dbd5ef]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-d1dbd5ef]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-d1dbd5ef]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-d1dbd5ef]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-d1dbd5ef]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-d1dbd5ef]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-d1dbd5ef]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-d1dbd5ef]:before{content:"";display:block;height:15pt}.Bold[data-v-d1dbd5ef],span.Bold[data-v-d1dbd5ef]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-d1dbd5ef]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-d1dbd5ef]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-d1dbd5ef]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-d1dbd5ef]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-d1dbd5ef]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-d1dbd5ef]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-d1dbd5ef]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-d1dbd5ef]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-d1dbd5ef]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-d1dbd5ef]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-d1dbd5ef]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-d1dbd5ef],.Para-Table-L-Sub-Auto .icon-1[data-v-d1dbd5ef]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-d1dbd5ef]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-d1dbd5ef]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-d1dbd5ef]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-d1dbd5ef],.Table--2col td p.Para-basic-L[data-v-d1dbd5ef]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-d1dbd5ef]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-d1dbd5ef]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-d1dbd5ef]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-d1dbd5ef]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-d1dbd5ef]{margin-top:8pt!important}.table-responsive[data-v-d1dbd5ef]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-d1dbd5ef]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-d1dbd5ef],#table-16[data-v-d1dbd5ef]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-d1dbd5ef]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-d1dbd5ef]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-d1dbd5ef]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-d1dbd5ef]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-d1dbd5ef]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-d1dbd5ef]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-d1dbd5ef]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-d1dbd5ef]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-d1dbd5ef]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-d1dbd5ef]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-d1dbd5ef]{font-size:12px}#table-15.responsive td[data-v-d1dbd5ef]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-d1dbd5ef]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-d1dbd5ef]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-d1dbd5ef]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-d1dbd5ef]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-d1dbd5ef],.Table--4col-Error th[data-v-d1dbd5ef]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-d1dbd5ef],.Table--4col-Error tr:first-child th[data-v-d1dbd5ef]{border-top:none}.Table--4col-Error tr:last-child td[data-v-d1dbd5ef]{border-bottom:none}.Table--4col-Error thead td[data-v-d1dbd5ef]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-d1dbd5ef]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-d1dbd5ef]:nth-child(1),.Table--4col-Error thead td[data-v-d1dbd5ef]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-d1dbd5ef]:nth-child(2),.Table--4col-Error thead td[data-v-d1dbd5ef]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-d1dbd5ef]:nth-child(3),.Table--4col-Error thead td[data-v-d1dbd5ef]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-d1dbd5ef]:nth-child(4),.Table--4col-Error thead td[data-v-d1dbd5ef]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-d1dbd5ef]:nth-child(1),.Table--4col-Error tbody td[data-v-d1dbd5ef]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-d1dbd5ef]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-d1dbd5ef]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-d1dbd5ef]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-d1dbd5ef]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-d1dbd5ef]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-d1dbd5ef]{font-size:14px!important}.Table--4col-Error tbody td[data-v-d1dbd5ef]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-d1dbd5ef],.Table--4col-Error p.Para-Table-B[data-v-d1dbd5ef],.Table--4col-Error p.Para-Table-L-Center[data-v-d1dbd5ef]{font-size:12px!important}.Table--4col-Error tbody td[data-v-d1dbd5ef]:nth-child(1),.Table--4col-Error thead td[data-v-d1dbd5ef]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-d1dbd5ef]:nth-child(2),.Table--4col-Error thead td[data-v-d1dbd5ef]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-d1dbd5ef]:nth-child(3),.Table--4col-Error thead td[data-v-d1dbd5ef]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-d1dbd5ef]:nth-child(4),.Table--4col-Error thead td[data-v-d1dbd5ef]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-d1dbd5ef]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-d1dbd5ef]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-d1dbd5ef]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-d1dbd5ef]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-d1dbd5ef]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-d1dbd5ef]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-d1dbd5ef]{line-height:1.25;font-weight:500}.Bold-color[data-v-d1dbd5ef]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-d1dbd5ef]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-d1dbd5ef]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-d1dbd5ef]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-d1dbd5ef]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-d1dbd5ef]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-d1dbd5ef]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-d1dbd5ef]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-d1dbd5ef]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-d1dbd5ef]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-d1dbd5ef]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-d1dbd5ef]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-d1dbd5ef]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-d1dbd5ef]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-d1dbd5ef]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-d1dbd5ef]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-d1dbd5ef],tr:last-child td.cell-style-override-7[data-v-d1dbd5ef]{border-bottom:0}table#table-16[data-v-d1dbd5ef]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-d1dbd5ef],.Table--2col-Air-Sensor[data-v-d1dbd5ef],.Table--2col-Voice[data-v-d1dbd5ef],.Table--2col-Filter[data-v-d1dbd5ef],.Table--troubleshooting[data-v-d1dbd5ef],.Table--4col-Error[data-v-d1dbd5ef],.Table--Specifications[data-v-d1dbd5ef]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-d1dbd5ef]:last-child,.Table--2col-Voice tr td[data-v-d1dbd5ef]:last-child{width:70%}.Table--2col-Voice tr td[data-v-d1dbd5ef]:first-child{width:30%}.Para-Table-L-Center[data-v-d1dbd5ef]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-d1dbd5ef]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-d1dbd5ef]{display:block!important}.Table--2col-Information td[data-v-d1dbd5ef]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-d1dbd5ef]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-d1dbd5ef]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-d1dbd5ef]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-d1dbd5ef]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-d1dbd5ef],.Table--4col-responsive table td[data-v-d1dbd5ef]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-d1dbd5ef],.Table--2col-Information th[data-v-d1dbd5ef]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-d1dbd5ef]:nth-child(1),.Table--2col-Information th[data-v-d1dbd5ef]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-d1dbd5ef]:nth-child(2),.Table--2col-Information th[data-v-d1dbd5ef]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-d1dbd5ef],.Table--2col-Information th[data-v-d1dbd5ef]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-d1dbd5ef]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-d1dbd5ef],.Table--2col-Voice th[data-v-d1dbd5ef]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-d1dbd5ef]:nth-child(1),.Table--2col-Voice th[data-v-d1dbd5ef]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-d1dbd5ef]:nth-child(2),.Table--2col-Voice th[data-v-d1dbd5ef]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-d1dbd5ef]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-d1dbd5ef],.Table--2col-Voice tr:last-child td[data-v-d1dbd5ef]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-d1dbd5ef],.Table--2col-Voice thead th[data-v-d1dbd5ef]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-d1dbd5ef]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-d1dbd5ef]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-d1dbd5ef]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-d1dbd5ef],.Table--2col-Information th[data-v-d1dbd5ef]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-d1dbd5ef]:nth-child(1),.Table--2col-Information th[data-v-d1dbd5ef]:nth-child(1){width:30%}.Table--2col-Information td[data-v-d1dbd5ef]:nth-child(2),.Table--2col-Information th[data-v-d1dbd5ef]:nth-child(2){width:70%}.Table--2col-Information td[data-v-d1dbd5ef]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-d1dbd5ef]{border-bottom:none}.Table--2col-Air-Sensor[data-v-d1dbd5ef]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-d1dbd5ef],.Table--2col-Air-Sensor th[data-v-d1dbd5ef]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-d1dbd5ef]:nth-child(1),.Table--2col-Air-Sensor th[data-v-d1dbd5ef]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-d1dbd5ef]:nth-child(2),.Table--2col-Air-Sensor th[data-v-d1dbd5ef]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-d1dbd5ef]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-d1dbd5ef]{border-bottom:none}.Table--2col-Filter[data-v-d1dbd5ef]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-d1dbd5ef],.Table--2col-Filter th[data-v-d1dbd5ef]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-d1dbd5ef]:nth-child(1),.Table--2col-Filter th[data-v-d1dbd5ef]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-d1dbd5ef]:nth-child(2),.Table--2col-Filter th[data-v-d1dbd5ef]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-d1dbd5ef]:nth-child(3),.Table--2col-Filter th[data-v-d1dbd5ef]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-d1dbd5ef]:nth-child(4),.Table--2col-Filter th[data-v-d1dbd5ef]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-d1dbd5ef]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-d1dbd5ef],.Table--2col-Filter tr:last-child td[data-v-d1dbd5ef]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-d1dbd5ef],.Table--2col-Filter thead th[data-v-d1dbd5ef]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-d1dbd5ef]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-d1dbd5ef]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-d1dbd5ef]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-d1dbd5ef],.Table--Specifications th[data-v-d1dbd5ef]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-d1dbd5ef]:first-child,.Table--Specifications th[data-v-d1dbd5ef]:first-child{width:16%}.Table--Specifications td[data-v-d1dbd5ef]:nth-child(2),.Table--Specifications th[data-v-d1dbd5ef]:nth-child(2){width:42%}.Table--Specifications td[data-v-d1dbd5ef]:nth-child(3),.Table--Specifications th[data-v-d1dbd5ef]:nth-child(3){width:42%}.Table--Specifications td[data-v-d1dbd5ef]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-d1dbd5ef],.Table--Specifications tr:last-child td[data-v-d1dbd5ef]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-d1dbd5ef],.Table--Specifications thead th[data-v-d1dbd5ef]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-d1dbd5ef]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-d1dbd5ef]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-d1dbd5ef],td.cell-style-override-20[data-v-d1dbd5ef]{padding:10px}td.x3col-Mid-text[data-v-d1dbd5ef],td.cell-style-override-22[data-v-d1dbd5ef],td.cell-style-override-20[data-v-d1dbd5ef]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-d1dbd5ef]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-d1dbd5ef]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-d1dbd5ef]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-d1dbd5ef]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-d1dbd5ef]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-d1dbd5ef]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-d1dbd5ef],th.header-cell[data-v-d1dbd5ef]{background-color:#88d0c7}td.color-blue[data-v-d1dbd5ef],th.color-blue[data-v-d1dbd5ef]{background-color:#d3edf9}td.color-green[data-v-d1dbd5ef],th.color-green[data-v-d1dbd5ef]{background-color:#d9ead3}td.color-orange[data-v-d1dbd5ef],th.color-orange[data-v-d1dbd5ef]{background-color:#fce5cd}td.color-red[data-v-d1dbd5ef],th.color-red[data-v-d1dbd5ef]{background-color:#f4cccc}td.color-purple[data-v-d1dbd5ef],th.color-purple[data-v-d1dbd5ef]{background-color:#e4d7f5}td.color-yellow[data-v-d1dbd5ef],th.color-yellow[data-v-d1dbd5ef]{background-color:#fff2cc}td.color-teal[data-v-d1dbd5ef],th.color-teal[data-v-d1dbd5ef]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-d1dbd5ef],.Table--8col-air-web-1 td[data-v-d1dbd5ef],.Table--8col-air-web-1 th[data-v-d1dbd5ef]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-d1dbd5ef]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-d1dbd5ef]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-d1dbd5ef],.Table--2col td[data-v-d1dbd5ef],.Table--2col th[data-v-d1dbd5ef]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-d1dbd5ef]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-d1dbd5ef]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-d1dbd5ef],.Table--2col th p[data-v-d1dbd5ef]{border:none!important}.Table--2col[data-v-d1dbd5ef] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-d1dbd5ef]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-d1dbd5ef],.Table--4col td[data-v-d1dbd5ef]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-d1dbd5ef]{text-align:left!important}.Table--4col thead th[data-v-d1dbd5ef]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-d1dbd5ef]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-d1dbd5ef]{text-align:center!important}.Table--4col-air[data-v-d1dbd5ef]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-d1dbd5ef],.Table--4col-air th[data-v-d1dbd5ef]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-d1dbd5ef],.Table--4col-air tr:first-child th[data-v-d1dbd5ef]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-d1dbd5ef]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-d1dbd5ef],.Table--4col-air td ul[data-v-d1dbd5ef],.Table--4col-air td li[data-v-d1dbd5ef]{text-align:left!important}.Table--4col-air colgroup col[data-v-d1dbd5ef]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-d1dbd5ef]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-d1dbd5ef]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-d1dbd5ef]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-d1dbd5ef]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-d1dbd5ef],.Table--4col-air th[data-v-d1dbd5ef]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-d1dbd5ef],.Table--4col-air tr:first-child th[data-v-d1dbd5ef]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-d1dbd5ef]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-d1dbd5ef]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-d1dbd5ef],.Table--4col-ai2 th[data-v-d1dbd5ef]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-d1dbd5ef]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-d1dbd5ef]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-d1dbd5ef],.Table--4col-ai2 th[data-v-d1dbd5ef]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-d1dbd5ef]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-d1dbd5ef]{font-size:12px!important;margin:0!important;line-height:1.5!important}}#content-div[data-v-d1dbd5ef]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-d1dbd5ef]{min-height:100vh}}body[data-v-e1ed0a1d]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-e1ed0a1d]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-e1ed0a1d]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-e1ed0a1d]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-e1ed0a1d]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-e1ed0a1d]{width:83%!important}.content #naviText span[data-v-e1ed0a1d]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-e1ed0a1d]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-e1ed0a1d]{width:100%!important}.content #mainCar[data-v-e1ed0a1d]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-e1ed0a1d]{width:100%}#mainCarPhone[data-v-e1ed0a1d]{display:none}.content #buttonMenu_v2[data-v-e1ed0a1d]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-e1ed0a1d]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-e1ed0a1d]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-e1ed0a1d]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-e1ed0a1d]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-e1ed0a1d]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-e1ed0a1d]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-e1ed0a1d]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-e1ed0a1d]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-e1ed0a1d]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-e1ed0a1d]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-e1ed0a1d]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-e1ed0a1d]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-e1ed0a1d]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-e1ed0a1d]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-e1ed0a1d]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-e1ed0a1d]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-e1ed0a1d]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-e1ed0a1d]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-e1ed0a1d]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-e1ed0a1d]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-e1ed0a1d]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-e1ed0a1d]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-e1ed0a1d]{bottom:11%;width:30%}.content #naviText span[data-v-e1ed0a1d]{font-size:17px}.content #naviText img[data-v-e1ed0a1d]{width:80%!important}.content #carName[data-v-e1ed0a1d]{right:0%;bottom:12%}.content #carName img[data-v-e1ed0a1d]{width:40%!important}.content #buttonMenu_v2>a[data-v-e1ed0a1d]{width:33%}.content #buttonMenu>a[data-v-e1ed0a1d]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-e1ed0a1d]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-e1ed0a1d]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-e1ed0a1d]{display:block}#mainCarPc[data-v-e1ed0a1d]{display:none}.content #buttonMenu_v2[data-v-e1ed0a1d],.content #buttonMenu[data-v-e1ed0a1d]{width:92%}}@media screen and (max-width: 480px){.content[data-v-e1ed0a1d]{padding-top:0}.content #naviText[data-v-e1ed0a1d]{bottom:14%;width:45%}.content #naviText span[data-v-e1ed0a1d]{font-size:11px}.content #naviText img[data-v-e1ed0a1d]{width:88%!important}.content #carName[data-v-e1ed0a1d]{right:5%;bottom:15%}.content #carName img[data-v-e1ed0a1d]{width:120px!important}.content #buttonMenu_v2[data-v-e1ed0a1d]{position:relative}.content #buttonMenu_v2>a>div[data-v-e1ed0a1d]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-e1ed0a1d]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-e1ed0a1d]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-e1ed0a1d]{position:relative}.content #buttonMenu>a>div[data-v-e1ed0a1d]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-e1ed0a1d]{height:120px}.content #buttonMenu>a>div>span[data-v-e1ed0a1d]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-e1ed0a1d]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-e1ed0a1d]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-e1ed0a1d]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-e1ed0a1d]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-e1ed0a1d]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-e1ed0a1d]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-e1ed0a1d]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-e1ed0a1d]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-e1ed0a1d]{margin:0;padding:0}html[data-v-e1ed0a1d]{background-color:#000;width:100%}.keyword[data-v-e1ed0a1d],.highlight[data-v-e1ed0a1d]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-e1ed0a1d]{font-family:upsys_commonregular}.header_main[data-v-e1ed0a1d]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-e1ed0a1d]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-e1ed0a1d]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-e1ed0a1d]>*{float:left}#headerLogo[data-v-e1ed0a1d]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-e1ed0a1d]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-e1ed0a1d]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-e1ed0a1d]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-e1ed0a1d]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-e1ed0a1d]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-e1ed0a1d]{font-size:13px}.languageDiv .active[data-v-e1ed0a1d]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-e1ed0a1d]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-e1ed0a1d]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-e1ed0a1d]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-e1ed0a1d],#languageSelect li[data-v-e1ed0a1d]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-e1ed0a1d],#languageSelect li:hover a[data-v-e1ed0a1d]{color:#000}.footer-manual[data-v-e1ed0a1d]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-e1ed0a1d]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-e1ed0a1d]{line-height:60px}#footerLogo[data-v-e1ed0a1d]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-e1ed0a1d]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-e1ed0a1d]{display:inline-block;width:100%}#copyrightPcSpan[data-v-e1ed0a1d]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-e1ed0a1d]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-e1ed0a1d]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-e1ed0a1d]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-e1ed0a1d]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-e1ed0a1d]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-e1ed0a1d]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-e1ed0a1d]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-e1ed0a1d]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-e1ed0a1d]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-e1ed0a1d]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-e1ed0a1d]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-e1ed0a1d]:focus{outline:none}#searchButton[data-v-e1ed0a1d]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-e1ed0a1d]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-e1ed0a1d]{width:80%}table td.right[data-v-e1ed0a1d]{width:10%;text-align:center}.result[data-v-e1ed0a1d],.resultcount[data-v-e1ed0a1d],.noResult[data-v-e1ed0a1d]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-e1ed0a1d]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-e1ed0a1d]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-e1ed0a1d]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-e1ed0a1d]{color:#e49f81}.cover[data-v-e1ed0a1d]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-e1ed0a1d]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-e1ed0a1d]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-e1ed0a1d]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-e1ed0a1d]{font-size:12px}.languageDivPhone .active[data-v-e1ed0a1d]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-e1ed0a1d]{bottom:30px;left:1px}.fontChangeButton[data-v-e1ed0a1d]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-e1ed0a1d]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-e1ed0a1d]{left:0}.languageDiv div[data-v-e1ed0a1d]{width:120%;left:-45px;top:5px}#languageSelect[data-v-e1ed0a1d]{margin-left:-40px}#banner_img>a[data-v-e1ed0a1d]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-e1ed0a1d]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-e1ed0a1d]{z-index:12}.header_main[data-v-e1ed0a1d]{height:40px;padding-top:0}.header[data-v-e1ed0a1d]{z-index:12}.header[data-v-e1ed0a1d]{height:40px;padding-top:0}#title[data-v-e1ed0a1d]{font-size:16px;width:49%}#headerLogo[data-v-e1ed0a1d]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-e1ed0a1d]{width:20%}.languageDiv div[data-v-e1ed0a1d]{width:90%;left:-15px;top:5px}#languageSelect[data-v-e1ed0a1d]{margin-left:-10px}.languageDiv ul[data-v-e1ed0a1d]{font-size:12px}#menu[data-v-e1ed0a1d]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-e1ed0a1d]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-e1ed0a1d]{width:80%}#rightHeader[data-v-e1ed0a1d]{height:40px}#rightHeader>div[data-v-e1ed0a1d]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-e1ed0a1d]{position:absolute;right:38px;top:0}.searchDiv[data-v-e1ed0a1d]{width:90%}#toc[data-v-e1ed0a1d]{width:100%}.copyright[data-v-e1ed0a1d]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-e1ed0a1d]{display:none}#copyrightPhone[data-v-e1ed0a1d]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-e1ed0a1d]{width:15%!important}#prevBtn[data-v-e1ed0a1d],#nextBtn[data-v-e1ed0a1d]{width:32px;height:32px;background-size:100%}#searchButton[data-v-e1ed0a1d]{margin-left:-1px}table td.left[data-v-e1ed0a1d]{text-align:right}table td.center[data-v-e1ed0a1d]{width:50%}table td.right[data-v-e1ed0a1d]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-e1ed0a1d]{left:0}.languageDiv div[data-v-e1ed0a1d]{width:100%;left:-5px;top:5px}#languageSelect[data-v-e1ed0a1d]{margin-left:20px}.languageDiv ul[data-v-e1ed0a1d]{font-size:10px}.noResult>span[data-v-e1ed0a1d]{width:200px!important;font-size:14px}#title[data-v-e1ed0a1d]{font-size:13px;width:40%}#menu[data-v-e1ed0a1d]{position:absolute}#banner_img>a[data-v-e1ed0a1d]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-e1ed0a1d]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-e1ed0a1d]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-e1ed0a1d]{font-size:14px}}body[data-v-e1ed0a1d]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-e1ed0a1d]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-e1ed0a1d]{margin:auto;max-width:1120px}.subHeaderInner[data-v-e1ed0a1d]>*{float:left}.content p[data-v-e1ed0a1d],.content li[data-v-e1ed0a1d]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-e1ed0a1d]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-e1ed0a1d]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-e1ed0a1d]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-e1ed0a1d]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-e1ed0a1d]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-e1ed0a1d]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-e1ed0a1d]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-e1ed0a1d]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-e1ed0a1d]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-e1ed0a1d]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-e1ed0a1d]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-e1ed0a1d]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-e1ed0a1d],p.Para-Basic-B-Sub[data-v-e1ed0a1d]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-e1ed0a1d]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-e1ed0a1d]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-e1ed0a1d]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-e1ed0a1d]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-e1ed0a1d],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-e1ed0a1d],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-e1ed0a1d]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-e1ed0a1d],p+ul li.Para-Basic-B-Sub[data-v-e1ed0a1d]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-e1ed0a1d],ul~p.Para-basic-L-bullet-Sub[data-v-e1ed0a1d],ul~p.Para-Basic-B-Sub[data-v-e1ed0a1d]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-e1ed0a1d],ol~p.Para-basic-L-bullet-Sub[data-v-e1ed0a1d],ol~p.Para-Basic-B-Sub[data-v-e1ed0a1d]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-e1ed0a1d],ol+*+p.Para-basic-L-bullet-Sub[data-v-e1ed0a1d],ol+*+p.Para-Basic-B-Sub[data-v-e1ed0a1d]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-e1ed0a1d],a .Para-Basic-B-Sub[data-v-e1ed0a1d]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-e1ed0a1d]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-e1ed0a1d]{margin-left:45px}.content p[data-v-e1ed0a1d],li[data-v-e1ed0a1d]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-e1ed0a1d],p.Para-Basic-B[data-v-e1ed0a1d],p.Para-Basic-B-Center[data-v-e1ed0a1d]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-e1ed0a1d]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-e1ed0a1d],p.Para-Basic-B-Center[data-v-e1ed0a1d]{text-align:center}p.Para-Table-L-center[data-v-e1ed0a1d],p.Para-Table-B-Center[data-v-e1ed0a1d]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-e1ed0a1d],table p.Para-Basic-B[data-v-e1ed0a1d],table p.Para-Basic-B-Center[data-v-e1ed0a1d]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-e1ed0a1d]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-e1ed0a1d]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-e1ed0a1d]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-e1ed0a1d]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-e1ed0a1d]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-e1ed0a1d],.content .text>ul[data-v-e1ed0a1d],.content .text table ol[data-v-e1ed0a1d],.content .text table ul[data-v-e1ed0a1d]{padding-left:20px}.content .text>ol[data-v-e1ed0a1d]{padding-left:0}p.Para-Illust-L[data-v-e1ed0a1d]{text-align:center}p.Para-Illust-L img[data-v-e1ed0a1d]{display:inline-block}p.Placeholder-sub[data-v-e1ed0a1d],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-e1ed0a1d],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-e1ed0a1d],.content .text>ol~.figure[data-v-e1ed0a1d],p.Placeholder-sub-S[data-v-e1ed0a1d],.Para-screen-sub-S[data-v-e1ed0a1d],.Para-screen-sub-M[data-v-e1ed0a1d],.Para-screen-sub-L[data-v-e1ed0a1d]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-e1ed0a1d],p.Placeholder-sub-M img[data-v-e1ed0a1d],p.Placeholder-sub img[data-v-e1ed0a1d]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-e1ed0a1d]{margin-left:45px}.Table-pic-Left-sub img[data-v-e1ed0a1d]{margin-top:5px;margin-bottom:10px}div.figure[data-v-e1ed0a1d]{display:inline-block}p.Para-img-description[data-v-e1ed0a1d]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-e1ed0a1d]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-e1ed0a1d]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-e1ed0a1d]{margin-bottom:25px}.text img[data-v-e1ed0a1d]{max-width:100%;display:block}.Table-Pic-center[data-v-e1ed0a1d]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-e1ed0a1d]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-e1ed0a1d]{margin:0}p.Para-Box-Num[data-v-e1ed0a1d]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-e1ed0a1d]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-e1ed0a1d]:AFTER{content:". "}span.inline-img img[data-v-e1ed0a1d]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-e1ed0a1d]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-e1ed0a1d]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-e1ed0a1d]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-e1ed0a1d]{margin-left:6.5%;display:block!important}.discUl li[data-v-e1ed0a1d]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-e1ed0a1d],.Symbol-R[data-v-e1ed0a1d],.Note-R-Pic[data-v-e1ed0a1d]{display:block;width:100%}.Symbol-L[data-v-e1ed0a1d]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-e1ed0a1d]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-e1ed0a1d],.Symbol-R li[data-v-e1ed0a1d],.Symbol-R p[data-v-e1ed0a1d]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-e1ed0a1d]{font-size:16px}table.Table-Symbol td ul[data-v-e1ed0a1d]{padding-left:20px}table.Table-Symbol[data-v-e1ed0a1d]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-e1ed0a1d]{color:#bc162c}.Symbol-Black[data-v-e1ed0a1d],.Symbol-Black-Table[data-v-e1ed0a1d]{font-family:upsys_commonregular}.Symbol-Green[data-v-e1ed0a1d]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-e1ed0a1d]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-e1ed0a1d]{width:auto!important}.video_container[data-v-e1ed0a1d]{margin-top:40px;float:right}.video[data-v-e1ed0a1d]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-e1ed0a1d]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-e1ed0a1d]{width:100%}.Table--3col[data-v-e1ed0a1d],.Basic-Table[data-v-e1ed0a1d],.Table--2col[data-v-e1ed0a1d],.Table-Landmark[data-v-e1ed0a1d],.Table--4col[data-v-e1ed0a1d],.Table-2row-merge[data-v-e1ed0a1d],.Table--troubleshooting[data-v-e1ed0a1d],.Table-specification[data-v-e1ed0a1d],.Table-service-center[data-v-e1ed0a1d],.Table-5col[data-v-e1ed0a1d],.responsive[data-v-e1ed0a1d],.Table--3col-Locations[data-v-e1ed0a1d]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-e1ed0a1d]:FIRST-CHILD,.Basic-Table tr[data-v-e1ed0a1d]:FIRST-CHILD,.Table--2col tr[data-v-e1ed0a1d]:FIRST-CHILD,.Table-Landmark tr[data-v-e1ed0a1d]:FIRST-CHILD,.Table--4col tr[data-v-e1ed0a1d]:FIRST-CHILD,.Table-2row-merge tr[data-v-e1ed0a1d]:FIRST-CHILD,.Table--troubleshooting tr[data-v-e1ed0a1d]:FIRST-CHILD,.Table-service-center tr[data-v-e1ed0a1d]:FIRST-CHILD,.responsive tr[data-v-e1ed0a1d]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-e1ed0a1d]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-e1ed0a1d],.Basic-Table td[data-v-e1ed0a1d],.Table--2col td[data-v-e1ed0a1d],.Table-Landmark td[data-v-e1ed0a1d],.Table--4col td[data-v-e1ed0a1d],.Table-2row-merge td[data-v-e1ed0a1d],.Table--troubleshooting td[data-v-e1ed0a1d],.Table-specification td[data-v-e1ed0a1d],.Table-service-center td[data-v-e1ed0a1d],.responsive td[data-v-e1ed0a1d]{padding:10px}.Table--troubleshooting td[data-v-e1ed0a1d]{border-right:none}.Table--troubleshooting[data-v-e1ed0a1d]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-e1ed0a1d],.Table-Landmark .Para-Pic-Center img[data-v-e1ed0a1d]{width:30px}.Table-5col[data-v-e1ed0a1d]{border:none}.Table-5col tr[data-v-e1ed0a1d]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-e1ed0a1d]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-e1ed0a1d]{width:15%}.Table--3col td.x3col-L[data-v-e1ed0a1d],.x3col-L td.x3col-M[data-v-e1ed0a1d]{width:10%}td.x3col-Mid-Text[data-v-e1ed0a1d]{text-align:center}td.x3col-R-Pic[data-v-e1ed0a1d]{text-align:right}.responsive td p[data-v-e1ed0a1d]{text-align:center}table.Table--3col-Locations[data-v-e1ed0a1d]{border-collapse:collapse}.Table--3col-Locations td[data-v-e1ed0a1d]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-e1ed0a1d]{padding:10px}.Para-Pic-Center img[data-v-e1ed0a1d]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-e1ed0a1d]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-e1ed0a1d]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-e1ed0a1d]{width:50%}.Table-specification .x3col-L-Grey[data-v-e1ed0a1d]{width:20%}.Table-specification .Spec-Mid-text[data-v-e1ed0a1d]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-e1ed0a1d]{width:50%}.Table--3col .x3col-L-Grey[data-v-e1ed0a1d]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-e1ed0a1d],.Table--4col .x3col-Mid-Grey[data-v-e1ed0a1d],.Table--4col .x3col-R-Grey[data-v-e1ed0a1d]{width:30%}.navi td.x3col-Mid-Grey[data-v-e1ed0a1d]{width:15%}.Table--3col .x3col-R-Grey[data-v-e1ed0a1d]{width:50%}.Table--2col .x3col-L-Grey[data-v-e1ed0a1d],.Table--2col td[data-v-e1ed0a1d]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-e1ed0a1d]{width:70%}.Table--2col-Disc[data-v-e1ed0a1d]{border-collapse:collapse}.Table--2col-Disc td[data-v-e1ed0a1d]{border:1px solid grey;padding:10px}.Table-PL td[data-v-e1ed0a1d]:FIRST-CHILD{width:25%}.resultcount p[data-v-e1ed0a1d]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-e1ed0a1d]{font-family:SK_namuhx-Bold}.noResult>span[data-v-e1ed0a1d]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-e1ed0a1d]{color:#f0dfdf;display:block}.result_list[data-v-e1ed0a1d]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-e1ed0a1d]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-e1ed0a1d]{font-family:SK_namuhx-Regular}.resulttext p[data-v-e1ed0a1d]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-e1ed0a1d]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-e1ed0a1d]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-e1ed0a1d],.Cross-Reference[data-v-e1ed0a1d]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-e1ed0a1d]:hover{text-decoration:underline}.fontChangeDiv[data-v-e1ed0a1d]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-e1ed0a1d]{top:55px}#backButton[data-v-e1ed0a1d]{background-size:16px}.chapterTitle[data-v-e1ed0a1d]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-e1ed0a1d],h2[data-v-e1ed0a1d]{font-size:1.3em}#contentAccordion[data-v-e1ed0a1d]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-e1ed0a1d]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-e1ed0a1d]{line-height:21px}.video[data-v-e1ed0a1d]{width:46%}}@media screen and (max-width: 640px){h2[data-v-e1ed0a1d]{margin-top:40px}.subHeader[data-v-e1ed0a1d]{top:40px}.fontChangeDiv[data-v-e1ed0a1d]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-e1ed0a1d]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-e1ed0a1d]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-e1ed0a1d]{margin-left:7.3%}table td[data-v-e1ed0a1d]{font-size:14px;padding:5px!important}table td p[data-v-e1ed0a1d],table td p.Para-Basic-B-Center[data-v-e1ed0a1d],table td p.Para-Basic-B[data-v-e1ed0a1d]{font-size:14px}table td p.Para-Small-L[data-v-e1ed0a1d]{font-size:12px;word-break:break-word}.Table--3col td[data-v-e1ed0a1d],.Basic-Table td[data-v-e1ed0a1d],.Table--2col td[data-v-e1ed0a1d],.Table-Landmark td[data-v-e1ed0a1d],.Table--4col td[data-v-e1ed0a1d],.Table-2row-merge td[data-v-e1ed0a1d],.Table--troubleshooting td[data-v-e1ed0a1d],.Table-specification td[data-v-e1ed0a1d],.Table-service-center td[data-v-e1ed0a1d]{border-right:none}.responsive[data-v-e1ed0a1d],.responsive tr[data-v-e1ed0a1d],.responsive tbody[data-v-e1ed0a1d]{width:100%}.Table--4col-responsive td[data-v-e1ed0a1d]{min-width:200px!important;height:auto}.responsive td p[data-v-e1ed0a1d]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-e1ed0a1d],.Table-Symbol td li[data-v-e1ed0a1d]{font-size:16px}p.Placeholder-sub[data-v-e1ed0a1d],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-e1ed0a1d],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-e1ed0a1d],.content .text>ol~.figure[data-v-e1ed0a1d],.content .text>ol+ul[data-v-e1ed0a1d],.Para-screen-sub-L[data-v-e1ed0a1d]{margin-left:0}.resultcount p[data-v-e1ed0a1d]{font-size:16px}.Table-specification td p[data-v-e1ed0a1d],.Table--3col-Locations td li[data-v-e1ed0a1d],p.Para-basic-L-Sub[data-v-e1ed0a1d],p.Para-basic-L-Sub-Auto[data-v-e1ed0a1d],p.Para-basic-L-center[data-v-e1ed0a1d],li.Para-basic-L-bullet[data-v-e1ed0a1d],p.Para-basic-L[data-v-e1ed0a1d],li.Para-basic-L-hyp-Sub[data-v-e1ed0a1d],li.Para-basic-L-hyp-2Sub[data-v-e1ed0a1d],li[class^=Para-Num][data-v-e1ed0a1d],p.Para-Box-Num[data-v-e1ed0a1d],p.Para-Basic-B-Sub[data-v-e1ed0a1d],td p.Para-basic-L[data-v-e1ed0a1d],td li.Para-basic-L-bullet[data-v-e1ed0a1d],p.Para-Basic-B[data-v-e1ed0a1d],p.Para-Circle-Num-Sub[data-v-e1ed0a1d],.Symbol-L p.Para-basic-L-Sub[data-v-e1ed0a1d],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-e1ed0a1d]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-e1ed0a1d],.Table--3col-Locations td li[data-v-e1ed0a1d],p.Para-Table-L-Sub[data-v-e1ed0a1d],p.Para-Table-L-Sub-Auto[data-v-e1ed0a1d],p.Para-Table-L-center[data-v-e1ed0a1d],p.Para-Table-L[data-v-e1ed0a1d],li.Para-Table-L-hyp-Sub[data-v-e1ed0a1d],li.Para-Table-L-hyp-2Sub[data-v-e1ed0a1d],p.Para-Table-B-Sub[data-v-e1ed0a1d],td p.Para-Table-L[data-v-e1ed0a1d],p.Para-Table-B[data-v-e1ed0a1d],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-e1ed0a1d]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-e1ed0a1d]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-e1ed0a1d],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-e1ed0a1d]{font-size:14px}.big .Table-specification td p[data-v-e1ed0a1d],.big .Table--3col-Locations td li[data-v-e1ed0a1d],.big p.Para-basic-L-Sub[data-v-e1ed0a1d],.big p.Para-basic-L-Sub-Auto[data-v-e1ed0a1d],.big p.Para-basic-L-center[data-v-e1ed0a1d],.big li.Para-basic-L-bullet[data-v-e1ed0a1d],.big p.Para-basic-L[data-v-e1ed0a1d],.big li.Para-basic-L-hyp-Sub[data-v-e1ed0a1d],.big li.Para-basic-L-hyp-2Sub[data-v-e1ed0a1d],.big li[class^=Para-Num][data-v-e1ed0a1d],.big p.Para-Box-Num[data-v-e1ed0a1d],.big p.Para-Basic-B-Sub[data-v-e1ed0a1d],.big td p.Para-basic-L[data-v-e1ed0a1d],.big td li.Para-basic-L-bullet[data-v-e1ed0a1d],.big p.Para-Basic-B[data-v-e1ed0a1d],.big p.Para-Circle-Num-Sub[data-v-e1ed0a1d]{font-size:16px}.big .Table-specification td p[data-v-e1ed0a1d],.big .Table--3col-Locations td li[data-v-e1ed0a1d],.big p.Para-Table-L-Sub[data-v-e1ed0a1d],.big p.Para-Table-L-Sub-Auto[data-v-e1ed0a1d],.big p.Para-Table-L-center[data-v-e1ed0a1d],.big p.Para-Table-L[data-v-e1ed0a1d],.big li.Para-Table-L-hyp-Sub[data-v-e1ed0a1d],.big li.Para-Table-L-hyp-2Sub[data-v-e1ed0a1d],.big li[class^=Para-Num][data-v-e1ed0a1d],.big p.Para-Box-Num[data-v-e1ed0a1d],.big p.Para-Table-B-Sub[data-v-e1ed0a1d],.big td p.Para-Table-L[data-v-e1ed0a1d],.big p.Para-Table-B[data-v-e1ed0a1d],.big p.Para-Circle-Num-Sub[data-v-e1ed0a1d],.big p.Para-Table-B-Center[data-v-e1ed0a1d],.big .Table--3col-ISO td p[data-v-e1ed0a1d]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-e1ed0a1d],p.Para-Table-B-Center[data-v-e1ed0a1d]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-e1ed0a1d],.big p.video_title[data-v-e1ed0a1d],.big .resultItem p[data-v-e1ed0a1d]{font-size:1.05em}h1[data-v-e1ed0a1d]{font-size:1.2em;margin-top:0}h2[data-v-e1ed0a1d]{font-size:1.1em}.Heading-3[data-v-e1ed0a1d]{font-size:1em}.content .text>ol li[data-v-e1ed0a1d]:BEFORE{font-size:26px}.video[data-v-e1ed0a1d]{width:95%}}p.Para-Table-L[data-v-e1ed0a1d]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-e1ed0a1d]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-e1ed0a1d]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-e1ed0a1d]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-e1ed0a1d]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-e1ed0a1d]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-e1ed0a1d]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-e1ed0a1d]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-e1ed0a1d]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-e1ed0a1d]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-e1ed0a1d]:before{content:"";display:block;height:15pt}.Bold[data-v-e1ed0a1d],span.Bold[data-v-e1ed0a1d]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-e1ed0a1d]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-e1ed0a1d]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-e1ed0a1d]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-e1ed0a1d]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-e1ed0a1d]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-e1ed0a1d]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-e1ed0a1d]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-e1ed0a1d]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-e1ed0a1d]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-e1ed0a1d]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-e1ed0a1d]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-e1ed0a1d],.Para-Table-L-Sub-Auto .icon-1[data-v-e1ed0a1d]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-e1ed0a1d]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-e1ed0a1d]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-e1ed0a1d]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-e1ed0a1d],.Table--2col td p.Para-basic-L[data-v-e1ed0a1d]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-e1ed0a1d]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-e1ed0a1d]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-e1ed0a1d]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-e1ed0a1d]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-e1ed0a1d]{margin-top:8pt!important}.table-responsive[data-v-e1ed0a1d]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-e1ed0a1d]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-e1ed0a1d],#table-16[data-v-e1ed0a1d]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-e1ed0a1d]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-e1ed0a1d]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-e1ed0a1d]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-e1ed0a1d]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-e1ed0a1d]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-e1ed0a1d]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-e1ed0a1d]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-e1ed0a1d]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-e1ed0a1d]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-e1ed0a1d]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-e1ed0a1d]{font-size:12px}#table-15.responsive td[data-v-e1ed0a1d]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-e1ed0a1d]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-e1ed0a1d]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-e1ed0a1d]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-e1ed0a1d]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-e1ed0a1d],.Table--4col-Error th[data-v-e1ed0a1d]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-e1ed0a1d],.Table--4col-Error tr:first-child th[data-v-e1ed0a1d]{border-top:none}.Table--4col-Error tr:last-child td[data-v-e1ed0a1d]{border-bottom:none}.Table--4col-Error thead td[data-v-e1ed0a1d]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-e1ed0a1d]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-e1ed0a1d]:nth-child(1),.Table--4col-Error thead td[data-v-e1ed0a1d]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-e1ed0a1d]:nth-child(2),.Table--4col-Error thead td[data-v-e1ed0a1d]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-e1ed0a1d]:nth-child(3),.Table--4col-Error thead td[data-v-e1ed0a1d]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-e1ed0a1d]:nth-child(4),.Table--4col-Error thead td[data-v-e1ed0a1d]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-e1ed0a1d]:nth-child(1),.Table--4col-Error tbody td[data-v-e1ed0a1d]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-e1ed0a1d]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-e1ed0a1d]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-e1ed0a1d]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-e1ed0a1d]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-e1ed0a1d]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-e1ed0a1d]{font-size:14px!important}.Table--4col-Error tbody td[data-v-e1ed0a1d]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-e1ed0a1d],.Table--4col-Error p.Para-Table-B[data-v-e1ed0a1d],.Table--4col-Error p.Para-Table-L-Center[data-v-e1ed0a1d]{font-size:12px!important}.Table--4col-Error tbody td[data-v-e1ed0a1d]:nth-child(1),.Table--4col-Error thead td[data-v-e1ed0a1d]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-e1ed0a1d]:nth-child(2),.Table--4col-Error thead td[data-v-e1ed0a1d]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-e1ed0a1d]:nth-child(3),.Table--4col-Error thead td[data-v-e1ed0a1d]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-e1ed0a1d]:nth-child(4),.Table--4col-Error thead td[data-v-e1ed0a1d]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-e1ed0a1d]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-e1ed0a1d]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-e1ed0a1d]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-e1ed0a1d]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-e1ed0a1d]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-e1ed0a1d]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-e1ed0a1d]{line-height:1.25;font-weight:500}.Bold-color[data-v-e1ed0a1d]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-e1ed0a1d]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-e1ed0a1d]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-e1ed0a1d]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-e1ed0a1d]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-e1ed0a1d]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-e1ed0a1d]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-e1ed0a1d]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-e1ed0a1d]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-e1ed0a1d]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-e1ed0a1d]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-e1ed0a1d]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-e1ed0a1d]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-e1ed0a1d]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-e1ed0a1d]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-e1ed0a1d]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-e1ed0a1d],tr:last-child td.cell-style-override-7[data-v-e1ed0a1d]{border-bottom:0}table#table-16[data-v-e1ed0a1d]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-e1ed0a1d],.Table--2col-Air-Sensor[data-v-e1ed0a1d],.Table--2col-Voice[data-v-e1ed0a1d],.Table--2col-Filter[data-v-e1ed0a1d],.Table--troubleshooting[data-v-e1ed0a1d],.Table--4col-Error[data-v-e1ed0a1d],.Table--Specifications[data-v-e1ed0a1d]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-e1ed0a1d]:last-child,.Table--2col-Voice tr td[data-v-e1ed0a1d]:last-child{width:70%}.Table--2col-Voice tr td[data-v-e1ed0a1d]:first-child{width:30%}.Para-Table-L-Center[data-v-e1ed0a1d]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-e1ed0a1d]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-e1ed0a1d]{display:block!important}.Table--2col-Information td[data-v-e1ed0a1d]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-e1ed0a1d]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-e1ed0a1d]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-e1ed0a1d]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-e1ed0a1d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-e1ed0a1d],.Table--4col-responsive table td[data-v-e1ed0a1d]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-e1ed0a1d],.Table--2col-Information th[data-v-e1ed0a1d]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-e1ed0a1d]:nth-child(1),.Table--2col-Information th[data-v-e1ed0a1d]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-e1ed0a1d]:nth-child(2),.Table--2col-Information th[data-v-e1ed0a1d]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-e1ed0a1d],.Table--2col-Information th[data-v-e1ed0a1d]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-e1ed0a1d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-e1ed0a1d],.Table--2col-Voice th[data-v-e1ed0a1d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-e1ed0a1d]:nth-child(1),.Table--2col-Voice th[data-v-e1ed0a1d]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-e1ed0a1d]:nth-child(2),.Table--2col-Voice th[data-v-e1ed0a1d]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-e1ed0a1d]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-e1ed0a1d],.Table--2col-Voice tr:last-child td[data-v-e1ed0a1d]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-e1ed0a1d],.Table--2col-Voice thead th[data-v-e1ed0a1d]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-e1ed0a1d]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-e1ed0a1d]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-e1ed0a1d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-e1ed0a1d],.Table--2col-Information th[data-v-e1ed0a1d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-e1ed0a1d]:nth-child(1),.Table--2col-Information th[data-v-e1ed0a1d]:nth-child(1){width:30%}.Table--2col-Information td[data-v-e1ed0a1d]:nth-child(2),.Table--2col-Information th[data-v-e1ed0a1d]:nth-child(2){width:70%}.Table--2col-Information td[data-v-e1ed0a1d]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-e1ed0a1d]{border-bottom:none}.Table--2col-Air-Sensor[data-v-e1ed0a1d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-e1ed0a1d],.Table--2col-Air-Sensor th[data-v-e1ed0a1d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-e1ed0a1d]:nth-child(1),.Table--2col-Air-Sensor th[data-v-e1ed0a1d]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-e1ed0a1d]:nth-child(2),.Table--2col-Air-Sensor th[data-v-e1ed0a1d]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-e1ed0a1d]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-e1ed0a1d]{border-bottom:none}.Table--2col-Filter[data-v-e1ed0a1d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-e1ed0a1d],.Table--2col-Filter th[data-v-e1ed0a1d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-e1ed0a1d]:nth-child(1),.Table--2col-Filter th[data-v-e1ed0a1d]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-e1ed0a1d]:nth-child(2),.Table--2col-Filter th[data-v-e1ed0a1d]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-e1ed0a1d]:nth-child(3),.Table--2col-Filter th[data-v-e1ed0a1d]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-e1ed0a1d]:nth-child(4),.Table--2col-Filter th[data-v-e1ed0a1d]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-e1ed0a1d]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-e1ed0a1d],.Table--2col-Filter tr:last-child td[data-v-e1ed0a1d]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-e1ed0a1d],.Table--2col-Filter thead th[data-v-e1ed0a1d]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-e1ed0a1d]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-e1ed0a1d]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-e1ed0a1d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-e1ed0a1d],.Table--Specifications th[data-v-e1ed0a1d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-e1ed0a1d]:first-child,.Table--Specifications th[data-v-e1ed0a1d]:first-child{width:16%}.Table--Specifications td[data-v-e1ed0a1d]:nth-child(2),.Table--Specifications th[data-v-e1ed0a1d]:nth-child(2){width:42%}.Table--Specifications td[data-v-e1ed0a1d]:nth-child(3),.Table--Specifications th[data-v-e1ed0a1d]:nth-child(3){width:42%}.Table--Specifications td[data-v-e1ed0a1d]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-e1ed0a1d],.Table--Specifications tr:last-child td[data-v-e1ed0a1d]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-e1ed0a1d],.Table--Specifications thead th[data-v-e1ed0a1d]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-e1ed0a1d]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-e1ed0a1d]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-e1ed0a1d],td.cell-style-override-20[data-v-e1ed0a1d]{padding:10px}td.x3col-Mid-text[data-v-e1ed0a1d],td.cell-style-override-22[data-v-e1ed0a1d],td.cell-style-override-20[data-v-e1ed0a1d]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-e1ed0a1d]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-e1ed0a1d]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-e1ed0a1d]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-e1ed0a1d]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-e1ed0a1d]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-e1ed0a1d]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-e1ed0a1d],th.header-cell[data-v-e1ed0a1d]{background-color:#88d0c7}td.color-blue[data-v-e1ed0a1d],th.color-blue[data-v-e1ed0a1d]{background-color:#d3edf9}td.color-green[data-v-e1ed0a1d],th.color-green[data-v-e1ed0a1d]{background-color:#d9ead3}td.color-orange[data-v-e1ed0a1d],th.color-orange[data-v-e1ed0a1d]{background-color:#fce5cd}td.color-red[data-v-e1ed0a1d],th.color-red[data-v-e1ed0a1d]{background-color:#f4cccc}td.color-purple[data-v-e1ed0a1d],th.color-purple[data-v-e1ed0a1d]{background-color:#e4d7f5}td.color-yellow[data-v-e1ed0a1d],th.color-yellow[data-v-e1ed0a1d]{background-color:#fff2cc}td.color-teal[data-v-e1ed0a1d],th.color-teal[data-v-e1ed0a1d]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-e1ed0a1d],.Table--8col-air-web-1 td[data-v-e1ed0a1d],.Table--8col-air-web-1 th[data-v-e1ed0a1d]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-e1ed0a1d]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-e1ed0a1d]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-e1ed0a1d],.Table--2col td[data-v-e1ed0a1d],.Table--2col th[data-v-e1ed0a1d]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-e1ed0a1d]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-e1ed0a1d]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-e1ed0a1d],.Table--2col th p[data-v-e1ed0a1d]{border:none!important}.Table--2col[data-v-e1ed0a1d] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-e1ed0a1d]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-e1ed0a1d],.Table--4col td[data-v-e1ed0a1d]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-e1ed0a1d]{text-align:left!important}.Table--4col thead th[data-v-e1ed0a1d]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-e1ed0a1d]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-e1ed0a1d]{text-align:center!important}.Table--4col-air[data-v-e1ed0a1d]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-e1ed0a1d],.Table--4col-air th[data-v-e1ed0a1d]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-e1ed0a1d],.Table--4col-air tr:first-child th[data-v-e1ed0a1d]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-e1ed0a1d]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-e1ed0a1d],.Table--4col-air td ul[data-v-e1ed0a1d],.Table--4col-air td li[data-v-e1ed0a1d]{text-align:left!important}.Table--4col-air colgroup col[data-v-e1ed0a1d]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-e1ed0a1d]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-e1ed0a1d]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-e1ed0a1d]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-e1ed0a1d]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-e1ed0a1d],.Table--4col-air th[data-v-e1ed0a1d]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-e1ed0a1d],.Table--4col-air tr:first-child th[data-v-e1ed0a1d]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-e1ed0a1d]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-e1ed0a1d]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-e1ed0a1d],.Table--4col-ai2 th[data-v-e1ed0a1d]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-e1ed0a1d]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-e1ed0a1d]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-e1ed0a1d],.Table--4col-ai2 th[data-v-e1ed0a1d]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-e1ed0a1d]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-e1ed0a1d]{font-size:12px!important;margin:0!important;line-height:1.5!important}}#content-div[data-v-e1ed0a1d]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-e1ed0a1d]{min-height:100vh}}body[data-v-3bef3a56]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-3bef3a56]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-3bef3a56]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-3bef3a56]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-3bef3a56]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-3bef3a56]{width:83%!important}.content #naviText span[data-v-3bef3a56]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-3bef3a56]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-3bef3a56]{width:100%!important}.content #mainCar[data-v-3bef3a56]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-3bef3a56]{width:100%}#mainCarPhone[data-v-3bef3a56]{display:none}.content #buttonMenu_v2[data-v-3bef3a56]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-3bef3a56]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-3bef3a56]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-3bef3a56]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-3bef3a56]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-3bef3a56]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-3bef3a56]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-3bef3a56]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-3bef3a56]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-3bef3a56]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-3bef3a56]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-3bef3a56]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-3bef3a56]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-3bef3a56]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-3bef3a56]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-3bef3a56]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-3bef3a56]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-3bef3a56]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-3bef3a56]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-3bef3a56]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-3bef3a56]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-3bef3a56]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-3bef3a56]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-3bef3a56]{bottom:11%;width:30%}.content #naviText span[data-v-3bef3a56]{font-size:17px}.content #naviText img[data-v-3bef3a56]{width:80%!important}.content #carName[data-v-3bef3a56]{right:0%;bottom:12%}.content #carName img[data-v-3bef3a56]{width:40%!important}.content #buttonMenu_v2>a[data-v-3bef3a56]{width:33%}.content #buttonMenu>a[data-v-3bef3a56]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-3bef3a56]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-3bef3a56]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-3bef3a56]{display:block}#mainCarPc[data-v-3bef3a56]{display:none}.content #buttonMenu_v2[data-v-3bef3a56],.content #buttonMenu[data-v-3bef3a56]{width:92%}}@media screen and (max-width: 480px){.content[data-v-3bef3a56]{padding-top:0}.content #naviText[data-v-3bef3a56]{bottom:14%;width:45%}.content #naviText span[data-v-3bef3a56]{font-size:11px}.content #naviText img[data-v-3bef3a56]{width:88%!important}.content #carName[data-v-3bef3a56]{right:5%;bottom:15%}.content #carName img[data-v-3bef3a56]{width:120px!important}.content #buttonMenu_v2[data-v-3bef3a56]{position:relative}.content #buttonMenu_v2>a>div[data-v-3bef3a56]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-3bef3a56]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-3bef3a56]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-3bef3a56]{position:relative}.content #buttonMenu>a>div[data-v-3bef3a56]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-3bef3a56]{height:120px}.content #buttonMenu>a>div>span[data-v-3bef3a56]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-3bef3a56]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-3bef3a56]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-3bef3a56]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-3bef3a56]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-3bef3a56]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-3bef3a56]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-3bef3a56]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-3bef3a56]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-3bef3a56]{margin:0;padding:0}html[data-v-3bef3a56]{background-color:#000;width:100%}.keyword[data-v-3bef3a56],.highlight[data-v-3bef3a56]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-3bef3a56]{font-family:upsys_commonregular}.header_main[data-v-3bef3a56]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-3bef3a56]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-3bef3a56]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-3bef3a56]>*{float:left}#headerLogo[data-v-3bef3a56]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-3bef3a56]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-3bef3a56]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-3bef3a56]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-3bef3a56]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-3bef3a56]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-3bef3a56]{font-size:13px}.languageDiv .active[data-v-3bef3a56]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-3bef3a56]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-3bef3a56]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-3bef3a56]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-3bef3a56],#languageSelect li[data-v-3bef3a56]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-3bef3a56],#languageSelect li:hover a[data-v-3bef3a56]{color:#000}.footer-manual[data-v-3bef3a56]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-3bef3a56]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-3bef3a56]{line-height:60px}#footerLogo[data-v-3bef3a56]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-3bef3a56]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-3bef3a56]{display:inline-block;width:100%}#copyrightPcSpan[data-v-3bef3a56]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-3bef3a56]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-3bef3a56]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-3bef3a56]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-3bef3a56]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-3bef3a56]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-3bef3a56]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-3bef3a56]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-3bef3a56]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-3bef3a56]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-3bef3a56]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-3bef3a56]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-3bef3a56]:focus{outline:none}#searchButton[data-v-3bef3a56]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-3bef3a56]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-3bef3a56]{width:80%}table td.right[data-v-3bef3a56]{width:10%;text-align:center}.result[data-v-3bef3a56],.resultcount[data-v-3bef3a56],.noResult[data-v-3bef3a56]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-3bef3a56]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-3bef3a56]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-3bef3a56]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-3bef3a56]{color:#e49f81}.cover[data-v-3bef3a56]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-3bef3a56]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-3bef3a56]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-3bef3a56]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-3bef3a56]{font-size:12px}.languageDivPhone .active[data-v-3bef3a56]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-3bef3a56]{bottom:30px;left:1px}.fontChangeButton[data-v-3bef3a56]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-3bef3a56]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-3bef3a56]{left:0}.languageDiv div[data-v-3bef3a56]{width:120%;left:-45px;top:5px}#languageSelect[data-v-3bef3a56]{margin-left:-40px}#banner_img>a[data-v-3bef3a56]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-3bef3a56]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-3bef3a56]{z-index:12}.header_main[data-v-3bef3a56]{height:40px;padding-top:0}.header[data-v-3bef3a56]{z-index:12}.header[data-v-3bef3a56]{height:40px;padding-top:0}#title[data-v-3bef3a56]{font-size:16px;width:49%}#headerLogo[data-v-3bef3a56]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-3bef3a56]{width:20%}.languageDiv div[data-v-3bef3a56]{width:90%;left:-15px;top:5px}#languageSelect[data-v-3bef3a56]{margin-left:-10px}.languageDiv ul[data-v-3bef3a56]{font-size:12px}#menu[data-v-3bef3a56]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-3bef3a56]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-3bef3a56]{width:80%}#rightHeader[data-v-3bef3a56]{height:40px}#rightHeader>div[data-v-3bef3a56]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-3bef3a56]{position:absolute;right:38px;top:0}.searchDiv[data-v-3bef3a56]{width:90%}#toc[data-v-3bef3a56]{width:100%}.copyright[data-v-3bef3a56]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-3bef3a56]{display:none}#copyrightPhone[data-v-3bef3a56]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-3bef3a56]{width:15%!important}#prevBtn[data-v-3bef3a56],#nextBtn[data-v-3bef3a56]{width:32px;height:32px;background-size:100%}#searchButton[data-v-3bef3a56]{margin-left:-1px}table td.left[data-v-3bef3a56]{text-align:right}table td.center[data-v-3bef3a56]{width:50%}table td.right[data-v-3bef3a56]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-3bef3a56]{left:0}.languageDiv div[data-v-3bef3a56]{width:100%;left:-5px;top:5px}#languageSelect[data-v-3bef3a56]{margin-left:20px}.languageDiv ul[data-v-3bef3a56]{font-size:10px}.noResult>span[data-v-3bef3a56]{width:200px!important;font-size:14px}#title[data-v-3bef3a56]{font-size:13px;width:40%}#menu[data-v-3bef3a56]{position:absolute}#banner_img>a[data-v-3bef3a56]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-3bef3a56]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-3bef3a56]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-3bef3a56]{font-size:14px}}body[data-v-3bef3a56]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-3bef3a56]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-3bef3a56]{margin:auto;max-width:1120px}.subHeaderInner[data-v-3bef3a56]>*{float:left}.content p[data-v-3bef3a56],.content li[data-v-3bef3a56]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-3bef3a56]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-3bef3a56]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-3bef3a56]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-3bef3a56]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-3bef3a56]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-3bef3a56]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-3bef3a56]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-3bef3a56]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-3bef3a56]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-3bef3a56]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-3bef3a56]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-3bef3a56]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-3bef3a56],p.Para-Basic-B-Sub[data-v-3bef3a56]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-3bef3a56]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-3bef3a56]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-3bef3a56]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-3bef3a56]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-3bef3a56],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-3bef3a56],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-3bef3a56]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-3bef3a56],p+ul li.Para-Basic-B-Sub[data-v-3bef3a56]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-3bef3a56],ul~p.Para-basic-L-bullet-Sub[data-v-3bef3a56],ul~p.Para-Basic-B-Sub[data-v-3bef3a56]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-3bef3a56],ol~p.Para-basic-L-bullet-Sub[data-v-3bef3a56],ol~p.Para-Basic-B-Sub[data-v-3bef3a56]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-3bef3a56],ol+*+p.Para-basic-L-bullet-Sub[data-v-3bef3a56],ol+*+p.Para-Basic-B-Sub[data-v-3bef3a56]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-3bef3a56],a .Para-Basic-B-Sub[data-v-3bef3a56]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-3bef3a56]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-3bef3a56]{margin-left:45px}.content p[data-v-3bef3a56],li[data-v-3bef3a56]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-3bef3a56],p.Para-Basic-B[data-v-3bef3a56],p.Para-Basic-B-Center[data-v-3bef3a56]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-3bef3a56]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-3bef3a56],p.Para-Basic-B-Center[data-v-3bef3a56]{text-align:center}p.Para-Table-L-center[data-v-3bef3a56],p.Para-Table-B-Center[data-v-3bef3a56]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-3bef3a56],table p.Para-Basic-B[data-v-3bef3a56],table p.Para-Basic-B-Center[data-v-3bef3a56]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-3bef3a56]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-3bef3a56]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-3bef3a56]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-3bef3a56]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-3bef3a56]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-3bef3a56],.content .text>ul[data-v-3bef3a56],.content .text table ol[data-v-3bef3a56],.content .text table ul[data-v-3bef3a56]{padding-left:20px}.content .text>ol[data-v-3bef3a56]{padding-left:0}p.Para-Illust-L[data-v-3bef3a56]{text-align:center}p.Para-Illust-L img[data-v-3bef3a56]{display:inline-block}p.Placeholder-sub[data-v-3bef3a56],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-3bef3a56],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-3bef3a56],.content .text>ol~.figure[data-v-3bef3a56],p.Placeholder-sub-S[data-v-3bef3a56],.Para-screen-sub-S[data-v-3bef3a56],.Para-screen-sub-M[data-v-3bef3a56],.Para-screen-sub-L[data-v-3bef3a56]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-3bef3a56],p.Placeholder-sub-M img[data-v-3bef3a56],p.Placeholder-sub img[data-v-3bef3a56]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-3bef3a56]{margin-left:45px}.Table-pic-Left-sub img[data-v-3bef3a56]{margin-top:5px;margin-bottom:10px}div.figure[data-v-3bef3a56]{display:inline-block}p.Para-img-description[data-v-3bef3a56]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-3bef3a56]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-3bef3a56]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-3bef3a56]{margin-bottom:25px}.text img[data-v-3bef3a56]{max-width:100%;display:block}.Table-Pic-center[data-v-3bef3a56]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-3bef3a56]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-3bef3a56]{margin:0}p.Para-Box-Num[data-v-3bef3a56]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-3bef3a56]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-3bef3a56]:AFTER{content:". "}span.inline-img img[data-v-3bef3a56]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-3bef3a56]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-3bef3a56]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-3bef3a56]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-3bef3a56]{margin-left:6.5%;display:block!important}.discUl li[data-v-3bef3a56]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-3bef3a56],.Symbol-R[data-v-3bef3a56],.Note-R-Pic[data-v-3bef3a56]{display:block;width:100%}.Symbol-L[data-v-3bef3a56]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-3bef3a56]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-3bef3a56],.Symbol-R li[data-v-3bef3a56],.Symbol-R p[data-v-3bef3a56]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-3bef3a56]{font-size:16px}table.Table-Symbol td ul[data-v-3bef3a56]{padding-left:20px}table.Table-Symbol[data-v-3bef3a56]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-3bef3a56]{color:#bc162c}.Symbol-Black[data-v-3bef3a56],.Symbol-Black-Table[data-v-3bef3a56]{font-family:upsys_commonregular}.Symbol-Green[data-v-3bef3a56]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-3bef3a56]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-3bef3a56]{width:auto!important}.video_container[data-v-3bef3a56]{margin-top:40px;float:right}.video[data-v-3bef3a56]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-3bef3a56]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-3bef3a56]{width:100%}.Table--3col[data-v-3bef3a56],.Basic-Table[data-v-3bef3a56],.Table--2col[data-v-3bef3a56],.Table-Landmark[data-v-3bef3a56],.Table--4col[data-v-3bef3a56],.Table-2row-merge[data-v-3bef3a56],.Table--troubleshooting[data-v-3bef3a56],.Table-specification[data-v-3bef3a56],.Table-service-center[data-v-3bef3a56],.Table-5col[data-v-3bef3a56],.responsive[data-v-3bef3a56],.Table--3col-Locations[data-v-3bef3a56]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-3bef3a56]:FIRST-CHILD,.Basic-Table tr[data-v-3bef3a56]:FIRST-CHILD,.Table--2col tr[data-v-3bef3a56]:FIRST-CHILD,.Table-Landmark tr[data-v-3bef3a56]:FIRST-CHILD,.Table--4col tr[data-v-3bef3a56]:FIRST-CHILD,.Table-2row-merge tr[data-v-3bef3a56]:FIRST-CHILD,.Table--troubleshooting tr[data-v-3bef3a56]:FIRST-CHILD,.Table-service-center tr[data-v-3bef3a56]:FIRST-CHILD,.responsive tr[data-v-3bef3a56]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-3bef3a56]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-3bef3a56],.Basic-Table td[data-v-3bef3a56],.Table--2col td[data-v-3bef3a56],.Table-Landmark td[data-v-3bef3a56],.Table--4col td[data-v-3bef3a56],.Table-2row-merge td[data-v-3bef3a56],.Table--troubleshooting td[data-v-3bef3a56],.Table-specification td[data-v-3bef3a56],.Table-service-center td[data-v-3bef3a56],.responsive td[data-v-3bef3a56]{padding:10px}.Table--troubleshooting td[data-v-3bef3a56]{border-right:none}.Table--troubleshooting[data-v-3bef3a56]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-3bef3a56],.Table-Landmark .Para-Pic-Center img[data-v-3bef3a56]{width:30px}.Table-5col[data-v-3bef3a56]{border:none}.Table-5col tr[data-v-3bef3a56]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-3bef3a56]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-3bef3a56]{width:15%}.Table--3col td.x3col-L[data-v-3bef3a56],.x3col-L td.x3col-M[data-v-3bef3a56]{width:10%}td.x3col-Mid-Text[data-v-3bef3a56]{text-align:center}td.x3col-R-Pic[data-v-3bef3a56]{text-align:right}.responsive td p[data-v-3bef3a56]{text-align:center}table.Table--3col-Locations[data-v-3bef3a56]{border-collapse:collapse}.Table--3col-Locations td[data-v-3bef3a56]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-3bef3a56]{padding:10px}.Para-Pic-Center img[data-v-3bef3a56]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-3bef3a56]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-3bef3a56]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-3bef3a56]{width:50%}.Table-specification .x3col-L-Grey[data-v-3bef3a56]{width:20%}.Table-specification .Spec-Mid-text[data-v-3bef3a56]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-3bef3a56]{width:50%}.Table--3col .x3col-L-Grey[data-v-3bef3a56]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-3bef3a56],.Table--4col .x3col-Mid-Grey[data-v-3bef3a56],.Table--4col .x3col-R-Grey[data-v-3bef3a56]{width:30%}.navi td.x3col-Mid-Grey[data-v-3bef3a56]{width:15%}.Table--3col .x3col-R-Grey[data-v-3bef3a56]{width:50%}.Table--2col .x3col-L-Grey[data-v-3bef3a56],.Table--2col td[data-v-3bef3a56]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-3bef3a56]{width:70%}.Table--2col-Disc[data-v-3bef3a56]{border-collapse:collapse}.Table--2col-Disc td[data-v-3bef3a56]{border:1px solid grey;padding:10px}.Table-PL td[data-v-3bef3a56]:FIRST-CHILD{width:25%}.resultcount p[data-v-3bef3a56]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-3bef3a56]{font-family:SK_namuhx-Bold}.noResult>span[data-v-3bef3a56]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-3bef3a56]{color:#f0dfdf;display:block}.result_list[data-v-3bef3a56]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-3bef3a56]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-3bef3a56]{font-family:SK_namuhx-Regular}.resulttext p[data-v-3bef3a56]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-3bef3a56]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-3bef3a56]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-3bef3a56],.Cross-Reference[data-v-3bef3a56]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-3bef3a56]:hover{text-decoration:underline}.fontChangeDiv[data-v-3bef3a56]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-3bef3a56]{top:55px}#backButton[data-v-3bef3a56]{background-size:16px}.chapterTitle[data-v-3bef3a56]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-3bef3a56],h2[data-v-3bef3a56]{font-size:1.3em}#contentAccordion[data-v-3bef3a56]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-3bef3a56]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-3bef3a56]{line-height:21px}.video[data-v-3bef3a56]{width:46%}}@media screen and (max-width: 640px){h2[data-v-3bef3a56]{margin-top:40px}.subHeader[data-v-3bef3a56]{top:40px}.fontChangeDiv[data-v-3bef3a56]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-3bef3a56]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-3bef3a56]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-3bef3a56]{margin-left:7.3%}table td[data-v-3bef3a56]{font-size:14px;padding:5px!important}table td p[data-v-3bef3a56],table td p.Para-Basic-B-Center[data-v-3bef3a56],table td p.Para-Basic-B[data-v-3bef3a56]{font-size:14px}table td p.Para-Small-L[data-v-3bef3a56]{font-size:12px;word-break:break-word}.Table--3col td[data-v-3bef3a56],.Basic-Table td[data-v-3bef3a56],.Table--2col td[data-v-3bef3a56],.Table-Landmark td[data-v-3bef3a56],.Table--4col td[data-v-3bef3a56],.Table-2row-merge td[data-v-3bef3a56],.Table--troubleshooting td[data-v-3bef3a56],.Table-specification td[data-v-3bef3a56],.Table-service-center td[data-v-3bef3a56]{border-right:none}.responsive[data-v-3bef3a56],.responsive tr[data-v-3bef3a56],.responsive tbody[data-v-3bef3a56]{width:100%}.Table--4col-responsive td[data-v-3bef3a56]{min-width:200px!important;height:auto}.responsive td p[data-v-3bef3a56]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-3bef3a56],.Table-Symbol td li[data-v-3bef3a56]{font-size:16px}p.Placeholder-sub[data-v-3bef3a56],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-3bef3a56],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-3bef3a56],.content .text>ol~.figure[data-v-3bef3a56],.content .text>ol+ul[data-v-3bef3a56],.Para-screen-sub-L[data-v-3bef3a56]{margin-left:0}.resultcount p[data-v-3bef3a56]{font-size:16px}.Table-specification td p[data-v-3bef3a56],.Table--3col-Locations td li[data-v-3bef3a56],p.Para-basic-L-Sub[data-v-3bef3a56],p.Para-basic-L-Sub-Auto[data-v-3bef3a56],p.Para-basic-L-center[data-v-3bef3a56],li.Para-basic-L-bullet[data-v-3bef3a56],p.Para-basic-L[data-v-3bef3a56],li.Para-basic-L-hyp-Sub[data-v-3bef3a56],li.Para-basic-L-hyp-2Sub[data-v-3bef3a56],li[class^=Para-Num][data-v-3bef3a56],p.Para-Box-Num[data-v-3bef3a56],p.Para-Basic-B-Sub[data-v-3bef3a56],td p.Para-basic-L[data-v-3bef3a56],td li.Para-basic-L-bullet[data-v-3bef3a56],p.Para-Basic-B[data-v-3bef3a56],p.Para-Circle-Num-Sub[data-v-3bef3a56],.Symbol-L p.Para-basic-L-Sub[data-v-3bef3a56],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-3bef3a56]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-3bef3a56],.Table--3col-Locations td li[data-v-3bef3a56],p.Para-Table-L-Sub[data-v-3bef3a56],p.Para-Table-L-Sub-Auto[data-v-3bef3a56],p.Para-Table-L-center[data-v-3bef3a56],p.Para-Table-L[data-v-3bef3a56],li.Para-Table-L-hyp-Sub[data-v-3bef3a56],li.Para-Table-L-hyp-2Sub[data-v-3bef3a56],p.Para-Table-B-Sub[data-v-3bef3a56],td p.Para-Table-L[data-v-3bef3a56],p.Para-Table-B[data-v-3bef3a56],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-3bef3a56]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-3bef3a56]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-3bef3a56],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-3bef3a56]{font-size:14px}.big .Table-specification td p[data-v-3bef3a56],.big .Table--3col-Locations td li[data-v-3bef3a56],.big p.Para-basic-L-Sub[data-v-3bef3a56],.big p.Para-basic-L-Sub-Auto[data-v-3bef3a56],.big p.Para-basic-L-center[data-v-3bef3a56],.big li.Para-basic-L-bullet[data-v-3bef3a56],.big p.Para-basic-L[data-v-3bef3a56],.big li.Para-basic-L-hyp-Sub[data-v-3bef3a56],.big li.Para-basic-L-hyp-2Sub[data-v-3bef3a56],.big li[class^=Para-Num][data-v-3bef3a56],.big p.Para-Box-Num[data-v-3bef3a56],.big p.Para-Basic-B-Sub[data-v-3bef3a56],.big td p.Para-basic-L[data-v-3bef3a56],.big td li.Para-basic-L-bullet[data-v-3bef3a56],.big p.Para-Basic-B[data-v-3bef3a56],.big p.Para-Circle-Num-Sub[data-v-3bef3a56]{font-size:16px}.big .Table-specification td p[data-v-3bef3a56],.big .Table--3col-Locations td li[data-v-3bef3a56],.big p.Para-Table-L-Sub[data-v-3bef3a56],.big p.Para-Table-L-Sub-Auto[data-v-3bef3a56],.big p.Para-Table-L-center[data-v-3bef3a56],.big p.Para-Table-L[data-v-3bef3a56],.big li.Para-Table-L-hyp-Sub[data-v-3bef3a56],.big li.Para-Table-L-hyp-2Sub[data-v-3bef3a56],.big li[class^=Para-Num][data-v-3bef3a56],.big p.Para-Box-Num[data-v-3bef3a56],.big p.Para-Table-B-Sub[data-v-3bef3a56],.big td p.Para-Table-L[data-v-3bef3a56],.big p.Para-Table-B[data-v-3bef3a56],.big p.Para-Circle-Num-Sub[data-v-3bef3a56],.big p.Para-Table-B-Center[data-v-3bef3a56],.big .Table--3col-ISO td p[data-v-3bef3a56]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-3bef3a56],p.Para-Table-B-Center[data-v-3bef3a56]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-3bef3a56],.big p.video_title[data-v-3bef3a56],.big .resultItem p[data-v-3bef3a56]{font-size:1.05em}h1[data-v-3bef3a56]{font-size:1.2em;margin-top:0}h2[data-v-3bef3a56]{font-size:1.1em}.Heading-3[data-v-3bef3a56]{font-size:1em}.content .text>ol li[data-v-3bef3a56]:BEFORE{font-size:26px}.video[data-v-3bef3a56]{width:95%}}p.Para-Table-L[data-v-3bef3a56]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-3bef3a56]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-3bef3a56]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-3bef3a56]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-3bef3a56]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-3bef3a56]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-3bef3a56]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-3bef3a56]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-3bef3a56]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-3bef3a56]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-3bef3a56]:before{content:"";display:block;height:15pt}.Bold[data-v-3bef3a56],span.Bold[data-v-3bef3a56]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-3bef3a56]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-3bef3a56]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-3bef3a56]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-3bef3a56]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-3bef3a56]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-3bef3a56]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-3bef3a56]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-3bef3a56]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-3bef3a56]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-3bef3a56]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-3bef3a56]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-3bef3a56],.Para-Table-L-Sub-Auto .icon-1[data-v-3bef3a56]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-3bef3a56]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-3bef3a56]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-3bef3a56]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-3bef3a56],.Table--2col td p.Para-basic-L[data-v-3bef3a56]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-3bef3a56]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-3bef3a56]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-3bef3a56]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-3bef3a56]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-3bef3a56]{margin-top:8pt!important}.table-responsive[data-v-3bef3a56]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-3bef3a56]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-3bef3a56],#table-16[data-v-3bef3a56]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-3bef3a56]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-3bef3a56]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-3bef3a56]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-3bef3a56]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-3bef3a56]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-3bef3a56]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-3bef3a56]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-3bef3a56]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-3bef3a56]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-3bef3a56]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-3bef3a56]{font-size:12px}#table-15.responsive td[data-v-3bef3a56]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-3bef3a56]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-3bef3a56]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-3bef3a56]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-3bef3a56]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-3bef3a56],.Table--4col-Error th[data-v-3bef3a56]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-3bef3a56],.Table--4col-Error tr:first-child th[data-v-3bef3a56]{border-top:none}.Table--4col-Error tr:last-child td[data-v-3bef3a56]{border-bottom:none}.Table--4col-Error thead td[data-v-3bef3a56]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-3bef3a56]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-3bef3a56]:nth-child(1),.Table--4col-Error thead td[data-v-3bef3a56]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-3bef3a56]:nth-child(2),.Table--4col-Error thead td[data-v-3bef3a56]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-3bef3a56]:nth-child(3),.Table--4col-Error thead td[data-v-3bef3a56]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-3bef3a56]:nth-child(4),.Table--4col-Error thead td[data-v-3bef3a56]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-3bef3a56]:nth-child(1),.Table--4col-Error tbody td[data-v-3bef3a56]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-3bef3a56]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-3bef3a56]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-3bef3a56]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-3bef3a56]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-3bef3a56]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-3bef3a56]{font-size:14px!important}.Table--4col-Error tbody td[data-v-3bef3a56]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-3bef3a56],.Table--4col-Error p.Para-Table-B[data-v-3bef3a56],.Table--4col-Error p.Para-Table-L-Center[data-v-3bef3a56]{font-size:12px!important}.Table--4col-Error tbody td[data-v-3bef3a56]:nth-child(1),.Table--4col-Error thead td[data-v-3bef3a56]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-3bef3a56]:nth-child(2),.Table--4col-Error thead td[data-v-3bef3a56]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-3bef3a56]:nth-child(3),.Table--4col-Error thead td[data-v-3bef3a56]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-3bef3a56]:nth-child(4),.Table--4col-Error thead td[data-v-3bef3a56]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-3bef3a56]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-3bef3a56]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-3bef3a56]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-3bef3a56]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-3bef3a56]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-3bef3a56]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-3bef3a56]{line-height:1.25;font-weight:500}.Bold-color[data-v-3bef3a56]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-3bef3a56]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-3bef3a56]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-3bef3a56]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-3bef3a56]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-3bef3a56]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-3bef3a56]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-3bef3a56]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-3bef3a56]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-3bef3a56]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-3bef3a56]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-3bef3a56]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-3bef3a56]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-3bef3a56]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-3bef3a56]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-3bef3a56]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-3bef3a56],tr:last-child td.cell-style-override-7[data-v-3bef3a56]{border-bottom:0}table#table-16[data-v-3bef3a56]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-3bef3a56],.Table--2col-Air-Sensor[data-v-3bef3a56],.Table--2col-Voice[data-v-3bef3a56],.Table--2col-Filter[data-v-3bef3a56],.Table--troubleshooting[data-v-3bef3a56],.Table--4col-Error[data-v-3bef3a56],.Table--Specifications[data-v-3bef3a56]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-3bef3a56]:last-child,.Table--2col-Voice tr td[data-v-3bef3a56]:last-child{width:70%}.Table--2col-Voice tr td[data-v-3bef3a56]:first-child{width:30%}.Para-Table-L-Center[data-v-3bef3a56]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-3bef3a56]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-3bef3a56]{display:block!important}.Table--2col-Information td[data-v-3bef3a56]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-3bef3a56]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-3bef3a56]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-3bef3a56]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-3bef3a56]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-3bef3a56],.Table--4col-responsive table td[data-v-3bef3a56]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-3bef3a56],.Table--2col-Information th[data-v-3bef3a56]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-3bef3a56]:nth-child(1),.Table--2col-Information th[data-v-3bef3a56]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-3bef3a56]:nth-child(2),.Table--2col-Information th[data-v-3bef3a56]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-3bef3a56],.Table--2col-Information th[data-v-3bef3a56]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-3bef3a56]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-3bef3a56],.Table--2col-Voice th[data-v-3bef3a56]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-3bef3a56]:nth-child(1),.Table--2col-Voice th[data-v-3bef3a56]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-3bef3a56]:nth-child(2),.Table--2col-Voice th[data-v-3bef3a56]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-3bef3a56]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-3bef3a56],.Table--2col-Voice tr:last-child td[data-v-3bef3a56]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-3bef3a56],.Table--2col-Voice thead th[data-v-3bef3a56]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-3bef3a56]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-3bef3a56]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-3bef3a56]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-3bef3a56],.Table--2col-Information th[data-v-3bef3a56]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-3bef3a56]:nth-child(1),.Table--2col-Information th[data-v-3bef3a56]:nth-child(1){width:30%}.Table--2col-Information td[data-v-3bef3a56]:nth-child(2),.Table--2col-Information th[data-v-3bef3a56]:nth-child(2){width:70%}.Table--2col-Information td[data-v-3bef3a56]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-3bef3a56]{border-bottom:none}.Table--2col-Air-Sensor[data-v-3bef3a56]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-3bef3a56],.Table--2col-Air-Sensor th[data-v-3bef3a56]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-3bef3a56]:nth-child(1),.Table--2col-Air-Sensor th[data-v-3bef3a56]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-3bef3a56]:nth-child(2),.Table--2col-Air-Sensor th[data-v-3bef3a56]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-3bef3a56]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-3bef3a56]{border-bottom:none}.Table--2col-Filter[data-v-3bef3a56]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-3bef3a56],.Table--2col-Filter th[data-v-3bef3a56]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-3bef3a56]:nth-child(1),.Table--2col-Filter th[data-v-3bef3a56]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-3bef3a56]:nth-child(2),.Table--2col-Filter th[data-v-3bef3a56]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-3bef3a56]:nth-child(3),.Table--2col-Filter th[data-v-3bef3a56]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-3bef3a56]:nth-child(4),.Table--2col-Filter th[data-v-3bef3a56]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-3bef3a56]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-3bef3a56],.Table--2col-Filter tr:last-child td[data-v-3bef3a56]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-3bef3a56],.Table--2col-Filter thead th[data-v-3bef3a56]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-3bef3a56]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-3bef3a56]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-3bef3a56]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-3bef3a56],.Table--Specifications th[data-v-3bef3a56]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-3bef3a56]:first-child,.Table--Specifications th[data-v-3bef3a56]:first-child{width:16%}.Table--Specifications td[data-v-3bef3a56]:nth-child(2),.Table--Specifications th[data-v-3bef3a56]:nth-child(2){width:42%}.Table--Specifications td[data-v-3bef3a56]:nth-child(3),.Table--Specifications th[data-v-3bef3a56]:nth-child(3){width:42%}.Table--Specifications td[data-v-3bef3a56]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-3bef3a56],.Table--Specifications tr:last-child td[data-v-3bef3a56]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-3bef3a56],.Table--Specifications thead th[data-v-3bef3a56]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-3bef3a56]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-3bef3a56]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-3bef3a56],td.cell-style-override-20[data-v-3bef3a56]{padding:10px}td.x3col-Mid-text[data-v-3bef3a56],td.cell-style-override-22[data-v-3bef3a56],td.cell-style-override-20[data-v-3bef3a56]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-3bef3a56]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-3bef3a56]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-3bef3a56]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-3bef3a56]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-3bef3a56]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-3bef3a56]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-3bef3a56],th.header-cell[data-v-3bef3a56]{background-color:#88d0c7}td.color-blue[data-v-3bef3a56],th.color-blue[data-v-3bef3a56]{background-color:#d3edf9}td.color-green[data-v-3bef3a56],th.color-green[data-v-3bef3a56]{background-color:#d9ead3}td.color-orange[data-v-3bef3a56],th.color-orange[data-v-3bef3a56]{background-color:#fce5cd}td.color-red[data-v-3bef3a56],th.color-red[data-v-3bef3a56]{background-color:#f4cccc}td.color-purple[data-v-3bef3a56],th.color-purple[data-v-3bef3a56]{background-color:#e4d7f5}td.color-yellow[data-v-3bef3a56],th.color-yellow[data-v-3bef3a56]{background-color:#fff2cc}td.color-teal[data-v-3bef3a56],th.color-teal[data-v-3bef3a56]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-3bef3a56],.Table--8col-air-web-1 td[data-v-3bef3a56],.Table--8col-air-web-1 th[data-v-3bef3a56]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-3bef3a56]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-3bef3a56]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-3bef3a56],.Table--2col td[data-v-3bef3a56],.Table--2col th[data-v-3bef3a56]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-3bef3a56]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-3bef3a56]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-3bef3a56],.Table--2col th p[data-v-3bef3a56]{border:none!important}.Table--2col[data-v-3bef3a56] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-3bef3a56]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-3bef3a56],.Table--4col td[data-v-3bef3a56]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-3bef3a56]{text-align:left!important}.Table--4col thead th[data-v-3bef3a56]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-3bef3a56]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-3bef3a56]{text-align:center!important}.Table--4col-air[data-v-3bef3a56]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-3bef3a56],.Table--4col-air th[data-v-3bef3a56]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-3bef3a56],.Table--4col-air tr:first-child th[data-v-3bef3a56]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-3bef3a56]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-3bef3a56],.Table--4col-air td ul[data-v-3bef3a56],.Table--4col-air td li[data-v-3bef3a56]{text-align:left!important}.Table--4col-air colgroup col[data-v-3bef3a56]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-3bef3a56]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-3bef3a56]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-3bef3a56]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-3bef3a56]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-3bef3a56],.Table--4col-air th[data-v-3bef3a56]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-3bef3a56],.Table--4col-air tr:first-child th[data-v-3bef3a56]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-3bef3a56]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-3bef3a56]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-3bef3a56],.Table--4col-ai2 th[data-v-3bef3a56]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-3bef3a56]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-3bef3a56]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-3bef3a56],.Table--4col-ai2 th[data-v-3bef3a56]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-3bef3a56]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-3bef3a56]{font-size:12px!important;margin:0!important;line-height:1.5!important}}#content-div[data-v-3bef3a56]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-3bef3a56]{min-height:100vh}}body[data-v-872588a0]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-872588a0]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-872588a0]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-872588a0]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-872588a0]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-872588a0]{width:83%!important}.content #naviText span[data-v-872588a0]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-872588a0]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-872588a0]{width:100%!important}.content #mainCar[data-v-872588a0]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-872588a0]{width:100%}#mainCarPhone[data-v-872588a0]{display:none}.content #buttonMenu_v2[data-v-872588a0]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-872588a0]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-872588a0]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-872588a0]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-872588a0]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-872588a0]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-872588a0]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-872588a0]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-872588a0]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-872588a0]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-872588a0]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-872588a0]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-872588a0]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-872588a0]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-872588a0]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-872588a0]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-872588a0]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-872588a0]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-872588a0]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-872588a0]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-872588a0]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-872588a0]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-872588a0]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-872588a0]{bottom:11%;width:30%}.content #naviText span[data-v-872588a0]{font-size:17px}.content #naviText img[data-v-872588a0]{width:80%!important}.content #carName[data-v-872588a0]{right:0%;bottom:12%}.content #carName img[data-v-872588a0]{width:40%!important}.content #buttonMenu_v2>a[data-v-872588a0]{width:33%}.content #buttonMenu>a[data-v-872588a0]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-872588a0]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-872588a0]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-872588a0]{display:block}#mainCarPc[data-v-872588a0]{display:none}.content #buttonMenu_v2[data-v-872588a0],.content #buttonMenu[data-v-872588a0]{width:92%}}@media screen and (max-width: 480px){.content[data-v-872588a0]{padding-top:0}.content #naviText[data-v-872588a0]{bottom:14%;width:45%}.content #naviText span[data-v-872588a0]{font-size:11px}.content #naviText img[data-v-872588a0]{width:88%!important}.content #carName[data-v-872588a0]{right:5%;bottom:15%}.content #carName img[data-v-872588a0]{width:120px!important}.content #buttonMenu_v2[data-v-872588a0]{position:relative}.content #buttonMenu_v2>a>div[data-v-872588a0]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-872588a0]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-872588a0]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-872588a0]{position:relative}.content #buttonMenu>a>div[data-v-872588a0]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-872588a0]{height:120px}.content #buttonMenu>a>div>span[data-v-872588a0]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-872588a0]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-872588a0]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-872588a0]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-872588a0]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-872588a0]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-872588a0]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-872588a0]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-872588a0]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-872588a0]{margin:0;padding:0}html[data-v-872588a0]{background-color:#000;width:100%}.keyword[data-v-872588a0],.highlight[data-v-872588a0]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-872588a0]{font-family:upsys_commonregular}.header_main[data-v-872588a0]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-872588a0]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-872588a0]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-872588a0]>*{float:left}#headerLogo[data-v-872588a0]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-872588a0]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-872588a0]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-872588a0]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-872588a0]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-872588a0]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-872588a0]{font-size:13px}.languageDiv .active[data-v-872588a0]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-872588a0]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-872588a0]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-872588a0]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-872588a0],#languageSelect li[data-v-872588a0]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-872588a0],#languageSelect li:hover a[data-v-872588a0]{color:#000}.footer-manual[data-v-872588a0]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-872588a0]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-872588a0]{line-height:60px}#footerLogo[data-v-872588a0]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-872588a0]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-872588a0]{display:inline-block;width:100%}#copyrightPcSpan[data-v-872588a0]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-872588a0]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-872588a0]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-872588a0]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-872588a0]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-872588a0]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-872588a0]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-872588a0]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-872588a0]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-872588a0]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-872588a0]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-872588a0]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-872588a0]:focus{outline:none}#searchButton[data-v-872588a0]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-872588a0]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-872588a0]{width:80%}table td.right[data-v-872588a0]{width:10%;text-align:center}.result[data-v-872588a0],.resultcount[data-v-872588a0],.noResult[data-v-872588a0]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-872588a0]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-872588a0]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-872588a0]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-872588a0]{color:#e49f81}.cover[data-v-872588a0]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-872588a0]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-872588a0]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-872588a0]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-872588a0]{font-size:12px}.languageDivPhone .active[data-v-872588a0]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-872588a0]{bottom:30px;left:1px}.fontChangeButton[data-v-872588a0]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-872588a0]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-872588a0]{left:0}.languageDiv div[data-v-872588a0]{width:120%;left:-45px;top:5px}#languageSelect[data-v-872588a0]{margin-left:-40px}#banner_img>a[data-v-872588a0]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-872588a0]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-872588a0]{z-index:12}.header_main[data-v-872588a0]{height:40px;padding-top:0}.header[data-v-872588a0]{z-index:12}.header[data-v-872588a0]{height:40px;padding-top:0}#title[data-v-872588a0]{font-size:16px;width:49%}#headerLogo[data-v-872588a0]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-872588a0]{width:20%}.languageDiv div[data-v-872588a0]{width:90%;left:-15px;top:5px}#languageSelect[data-v-872588a0]{margin-left:-10px}.languageDiv ul[data-v-872588a0]{font-size:12px}#menu[data-v-872588a0]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-872588a0]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-872588a0]{width:80%}#rightHeader[data-v-872588a0]{height:40px}#rightHeader>div[data-v-872588a0]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-872588a0]{position:absolute;right:38px;top:0}.searchDiv[data-v-872588a0]{width:90%}#toc[data-v-872588a0]{width:100%}.copyright[data-v-872588a0]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-872588a0]{display:none}#copyrightPhone[data-v-872588a0]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-872588a0]{width:15%!important}#prevBtn[data-v-872588a0],#nextBtn[data-v-872588a0]{width:32px;height:32px;background-size:100%}#searchButton[data-v-872588a0]{margin-left:-1px}table td.left[data-v-872588a0]{text-align:right}table td.center[data-v-872588a0]{width:50%}table td.right[data-v-872588a0]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-872588a0]{left:0}.languageDiv div[data-v-872588a0]{width:100%;left:-5px;top:5px}#languageSelect[data-v-872588a0]{margin-left:20px}.languageDiv ul[data-v-872588a0]{font-size:10px}.noResult>span[data-v-872588a0]{width:200px!important;font-size:14px}#title[data-v-872588a0]{font-size:13px;width:40%}#menu[data-v-872588a0]{position:absolute}#banner_img>a[data-v-872588a0]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-872588a0]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-872588a0]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-872588a0]{font-size:14px}}body[data-v-872588a0]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-872588a0]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-872588a0]{margin:auto;max-width:1120px}.subHeaderInner[data-v-872588a0]>*{float:left}.content p[data-v-872588a0],.content li[data-v-872588a0]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-872588a0]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-872588a0]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-872588a0]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-872588a0]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-872588a0]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-872588a0]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-872588a0]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-872588a0]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-872588a0]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-872588a0]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-872588a0]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-872588a0]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-872588a0],p.Para-Basic-B-Sub[data-v-872588a0]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-872588a0]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-872588a0]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-872588a0]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-872588a0]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-872588a0],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-872588a0],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-872588a0]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-872588a0],p+ul li.Para-Basic-B-Sub[data-v-872588a0]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-872588a0],ul~p.Para-basic-L-bullet-Sub[data-v-872588a0],ul~p.Para-Basic-B-Sub[data-v-872588a0]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-872588a0],ol~p.Para-basic-L-bullet-Sub[data-v-872588a0],ol~p.Para-Basic-B-Sub[data-v-872588a0]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-872588a0],ol+*+p.Para-basic-L-bullet-Sub[data-v-872588a0],ol+*+p.Para-Basic-B-Sub[data-v-872588a0]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-872588a0],a .Para-Basic-B-Sub[data-v-872588a0]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-872588a0]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-872588a0]{margin-left:45px}.content p[data-v-872588a0],li[data-v-872588a0]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-872588a0],p.Para-Basic-B[data-v-872588a0],p.Para-Basic-B-Center[data-v-872588a0]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-872588a0]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-872588a0],p.Para-Basic-B-Center[data-v-872588a0]{text-align:center}p.Para-Table-L-center[data-v-872588a0],p.Para-Table-B-Center[data-v-872588a0]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-872588a0],table p.Para-Basic-B[data-v-872588a0],table p.Para-Basic-B-Center[data-v-872588a0]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-872588a0]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-872588a0]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-872588a0]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-872588a0]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-872588a0]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-872588a0],.content .text>ul[data-v-872588a0],.content .text table ol[data-v-872588a0],.content .text table ul[data-v-872588a0]{padding-left:20px}.content .text>ol[data-v-872588a0]{padding-left:0}p.Para-Illust-L[data-v-872588a0]{text-align:center}p.Para-Illust-L img[data-v-872588a0]{display:inline-block}p.Placeholder-sub[data-v-872588a0],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-872588a0],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-872588a0],.content .text>ol~.figure[data-v-872588a0],p.Placeholder-sub-S[data-v-872588a0],.Para-screen-sub-S[data-v-872588a0],.Para-screen-sub-M[data-v-872588a0],.Para-screen-sub-L[data-v-872588a0]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-872588a0],p.Placeholder-sub-M img[data-v-872588a0],p.Placeholder-sub img[data-v-872588a0]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-872588a0]{margin-left:45px}.Table-pic-Left-sub img[data-v-872588a0]{margin-top:5px;margin-bottom:10px}div.figure[data-v-872588a0]{display:inline-block}p.Para-img-description[data-v-872588a0]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-872588a0]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-872588a0]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-872588a0]{margin-bottom:25px}.text img[data-v-872588a0]{max-width:100%;display:block}.Table-Pic-center[data-v-872588a0]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-872588a0]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-872588a0]{margin:0}p.Para-Box-Num[data-v-872588a0]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-872588a0]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-872588a0]:AFTER{content:". "}span.inline-img img[data-v-872588a0]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-872588a0]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-872588a0]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-872588a0]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-872588a0]{margin-left:6.5%;display:block!important}.discUl li[data-v-872588a0]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-872588a0],.Symbol-R[data-v-872588a0],.Note-R-Pic[data-v-872588a0]{display:block;width:100%}.Symbol-L[data-v-872588a0]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-872588a0]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-872588a0],.Symbol-R li[data-v-872588a0],.Symbol-R p[data-v-872588a0]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-872588a0]{font-size:16px}table.Table-Symbol td ul[data-v-872588a0]{padding-left:20px}table.Table-Symbol[data-v-872588a0]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-872588a0]{color:#bc162c}.Symbol-Black[data-v-872588a0],.Symbol-Black-Table[data-v-872588a0]{font-family:upsys_commonregular}.Symbol-Green[data-v-872588a0]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-872588a0]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-872588a0]{width:auto!important}.video_container[data-v-872588a0]{margin-top:40px;float:right}.video[data-v-872588a0]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-872588a0]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-872588a0]{width:100%}.Table--3col[data-v-872588a0],.Basic-Table[data-v-872588a0],.Table--2col[data-v-872588a0],.Table-Landmark[data-v-872588a0],.Table--4col[data-v-872588a0],.Table-2row-merge[data-v-872588a0],.Table--troubleshooting[data-v-872588a0],.Table-specification[data-v-872588a0],.Table-service-center[data-v-872588a0],.Table-5col[data-v-872588a0],.responsive[data-v-872588a0],.Table--3col-Locations[data-v-872588a0]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-872588a0]:FIRST-CHILD,.Basic-Table tr[data-v-872588a0]:FIRST-CHILD,.Table--2col tr[data-v-872588a0]:FIRST-CHILD,.Table-Landmark tr[data-v-872588a0]:FIRST-CHILD,.Table--4col tr[data-v-872588a0]:FIRST-CHILD,.Table-2row-merge tr[data-v-872588a0]:FIRST-CHILD,.Table--troubleshooting tr[data-v-872588a0]:FIRST-CHILD,.Table-service-center tr[data-v-872588a0]:FIRST-CHILD,.responsive tr[data-v-872588a0]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-872588a0]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-872588a0],.Basic-Table td[data-v-872588a0],.Table--2col td[data-v-872588a0],.Table-Landmark td[data-v-872588a0],.Table--4col td[data-v-872588a0],.Table-2row-merge td[data-v-872588a0],.Table--troubleshooting td[data-v-872588a0],.Table-specification td[data-v-872588a0],.Table-service-center td[data-v-872588a0],.responsive td[data-v-872588a0]{padding:10px}.Table--troubleshooting td[data-v-872588a0]{border-right:none}.Table--troubleshooting[data-v-872588a0]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-872588a0],.Table-Landmark .Para-Pic-Center img[data-v-872588a0]{width:30px}.Table-5col[data-v-872588a0]{border:none}.Table-5col tr[data-v-872588a0]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-872588a0]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-872588a0]{width:15%}.Table--3col td.x3col-L[data-v-872588a0],.x3col-L td.x3col-M[data-v-872588a0]{width:10%}td.x3col-Mid-Text[data-v-872588a0]{text-align:center}td.x3col-R-Pic[data-v-872588a0]{text-align:right}.responsive td p[data-v-872588a0]{text-align:center}table.Table--3col-Locations[data-v-872588a0]{border-collapse:collapse}.Table--3col-Locations td[data-v-872588a0]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-872588a0]{padding:10px}.Para-Pic-Center img[data-v-872588a0]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-872588a0]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-872588a0]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-872588a0]{width:50%}.Table-specification .x3col-L-Grey[data-v-872588a0]{width:20%}.Table-specification .Spec-Mid-text[data-v-872588a0]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-872588a0]{width:50%}.Table--3col .x3col-L-Grey[data-v-872588a0]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-872588a0],.Table--4col .x3col-Mid-Grey[data-v-872588a0],.Table--4col .x3col-R-Grey[data-v-872588a0]{width:30%}.navi td.x3col-Mid-Grey[data-v-872588a0]{width:15%}.Table--3col .x3col-R-Grey[data-v-872588a0]{width:50%}.Table--2col .x3col-L-Grey[data-v-872588a0],.Table--2col td[data-v-872588a0]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-872588a0]{width:70%}.Table--2col-Disc[data-v-872588a0]{border-collapse:collapse}.Table--2col-Disc td[data-v-872588a0]{border:1px solid grey;padding:10px}.Table-PL td[data-v-872588a0]:FIRST-CHILD{width:25%}.resultcount p[data-v-872588a0]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-872588a0]{font-family:SK_namuhx-Bold}.noResult>span[data-v-872588a0]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-872588a0]{color:#f0dfdf;display:block}.result_list[data-v-872588a0]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-872588a0]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-872588a0]{font-family:SK_namuhx-Regular}.resulttext p[data-v-872588a0]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-872588a0]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-872588a0]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-872588a0],.Cross-Reference[data-v-872588a0]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-872588a0]:hover{text-decoration:underline}.fontChangeDiv[data-v-872588a0]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-872588a0]{top:55px}#backButton[data-v-872588a0]{background-size:16px}.chapterTitle[data-v-872588a0]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-872588a0],h2[data-v-872588a0]{font-size:1.3em}#contentAccordion[data-v-872588a0]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-872588a0]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-872588a0]{line-height:21px}.video[data-v-872588a0]{width:46%}}@media screen and (max-width: 640px){h2[data-v-872588a0]{margin-top:40px}.subHeader[data-v-872588a0]{top:40px}.fontChangeDiv[data-v-872588a0]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-872588a0]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-872588a0]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-872588a0]{margin-left:7.3%}table td[data-v-872588a0]{font-size:14px;padding:5px!important}table td p[data-v-872588a0],table td p.Para-Basic-B-Center[data-v-872588a0],table td p.Para-Basic-B[data-v-872588a0]{font-size:14px}table td p.Para-Small-L[data-v-872588a0]{font-size:12px;word-break:break-word}.Table--3col td[data-v-872588a0],.Basic-Table td[data-v-872588a0],.Table--2col td[data-v-872588a0],.Table-Landmark td[data-v-872588a0],.Table--4col td[data-v-872588a0],.Table-2row-merge td[data-v-872588a0],.Table--troubleshooting td[data-v-872588a0],.Table-specification td[data-v-872588a0],.Table-service-center td[data-v-872588a0]{border-right:none}.responsive[data-v-872588a0],.responsive tr[data-v-872588a0],.responsive tbody[data-v-872588a0]{width:100%}.Table--4col-responsive td[data-v-872588a0]{min-width:200px!important;height:auto}.responsive td p[data-v-872588a0]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-872588a0],.Table-Symbol td li[data-v-872588a0]{font-size:16px}p.Placeholder-sub[data-v-872588a0],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-872588a0],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-872588a0],.content .text>ol~.figure[data-v-872588a0],.content .text>ol+ul[data-v-872588a0],.Para-screen-sub-L[data-v-872588a0]{margin-left:0}.resultcount p[data-v-872588a0]{font-size:16px}.Table-specification td p[data-v-872588a0],.Table--3col-Locations td li[data-v-872588a0],p.Para-basic-L-Sub[data-v-872588a0],p.Para-basic-L-Sub-Auto[data-v-872588a0],p.Para-basic-L-center[data-v-872588a0],li.Para-basic-L-bullet[data-v-872588a0],p.Para-basic-L[data-v-872588a0],li.Para-basic-L-hyp-Sub[data-v-872588a0],li.Para-basic-L-hyp-2Sub[data-v-872588a0],li[class^=Para-Num][data-v-872588a0],p.Para-Box-Num[data-v-872588a0],p.Para-Basic-B-Sub[data-v-872588a0],td p.Para-basic-L[data-v-872588a0],td li.Para-basic-L-bullet[data-v-872588a0],p.Para-Basic-B[data-v-872588a0],p.Para-Circle-Num-Sub[data-v-872588a0],.Symbol-L p.Para-basic-L-Sub[data-v-872588a0],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-872588a0]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-872588a0],.Table--3col-Locations td li[data-v-872588a0],p.Para-Table-L-Sub[data-v-872588a0],p.Para-Table-L-Sub-Auto[data-v-872588a0],p.Para-Table-L-center[data-v-872588a0],p.Para-Table-L[data-v-872588a0],li.Para-Table-L-hyp-Sub[data-v-872588a0],li.Para-Table-L-hyp-2Sub[data-v-872588a0],p.Para-Table-B-Sub[data-v-872588a0],td p.Para-Table-L[data-v-872588a0],p.Para-Table-B[data-v-872588a0],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-872588a0]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-872588a0]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-872588a0],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-872588a0]{font-size:14px}.big .Table-specification td p[data-v-872588a0],.big .Table--3col-Locations td li[data-v-872588a0],.big p.Para-basic-L-Sub[data-v-872588a0],.big p.Para-basic-L-Sub-Auto[data-v-872588a0],.big p.Para-basic-L-center[data-v-872588a0],.big li.Para-basic-L-bullet[data-v-872588a0],.big p.Para-basic-L[data-v-872588a0],.big li.Para-basic-L-hyp-Sub[data-v-872588a0],.big li.Para-basic-L-hyp-2Sub[data-v-872588a0],.big li[class^=Para-Num][data-v-872588a0],.big p.Para-Box-Num[data-v-872588a0],.big p.Para-Basic-B-Sub[data-v-872588a0],.big td p.Para-basic-L[data-v-872588a0],.big td li.Para-basic-L-bullet[data-v-872588a0],.big p.Para-Basic-B[data-v-872588a0],.big p.Para-Circle-Num-Sub[data-v-872588a0]{font-size:16px}.big .Table-specification td p[data-v-872588a0],.big .Table--3col-Locations td li[data-v-872588a0],.big p.Para-Table-L-Sub[data-v-872588a0],.big p.Para-Table-L-Sub-Auto[data-v-872588a0],.big p.Para-Table-L-center[data-v-872588a0],.big p.Para-Table-L[data-v-872588a0],.big li.Para-Table-L-hyp-Sub[data-v-872588a0],.big li.Para-Table-L-hyp-2Sub[data-v-872588a0],.big li[class^=Para-Num][data-v-872588a0],.big p.Para-Box-Num[data-v-872588a0],.big p.Para-Table-B-Sub[data-v-872588a0],.big td p.Para-Table-L[data-v-872588a0],.big p.Para-Table-B[data-v-872588a0],.big p.Para-Circle-Num-Sub[data-v-872588a0],.big p.Para-Table-B-Center[data-v-872588a0],.big .Table--3col-ISO td p[data-v-872588a0]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-872588a0],p.Para-Table-B-Center[data-v-872588a0]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-872588a0],.big p.video_title[data-v-872588a0],.big .resultItem p[data-v-872588a0]{font-size:1.05em}h1[data-v-872588a0]{font-size:1.2em;margin-top:0}h2[data-v-872588a0]{font-size:1.1em}.Heading-3[data-v-872588a0]{font-size:1em}.content .text>ol li[data-v-872588a0]:BEFORE{font-size:26px}.video[data-v-872588a0]{width:95%}}p.Para-Table-L[data-v-872588a0]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-872588a0]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-872588a0]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-872588a0]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-872588a0]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-872588a0]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-872588a0]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-872588a0]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-872588a0]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-872588a0]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-872588a0]:before{content:"";display:block;height:15pt}.Bold[data-v-872588a0],span.Bold[data-v-872588a0]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-872588a0]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-872588a0]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-872588a0]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-872588a0]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-872588a0]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-872588a0]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-872588a0]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-872588a0]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-872588a0]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-872588a0]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-872588a0]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-872588a0],.Para-Table-L-Sub-Auto .icon-1[data-v-872588a0]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-872588a0]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-872588a0]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-872588a0]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-872588a0],.Table--2col td p.Para-basic-L[data-v-872588a0]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-872588a0]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-872588a0]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-872588a0]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-872588a0]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-872588a0]{margin-top:8pt!important}.table-responsive[data-v-872588a0]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-872588a0]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-872588a0],#table-16[data-v-872588a0]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-872588a0]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-872588a0]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-872588a0]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-872588a0]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-872588a0]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-872588a0]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-872588a0]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-872588a0]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-872588a0]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-872588a0]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-872588a0]{font-size:12px}#table-15.responsive td[data-v-872588a0]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-872588a0]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-872588a0]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-872588a0]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-872588a0]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-872588a0],.Table--4col-Error th[data-v-872588a0]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-872588a0],.Table--4col-Error tr:first-child th[data-v-872588a0]{border-top:none}.Table--4col-Error tr:last-child td[data-v-872588a0]{border-bottom:none}.Table--4col-Error thead td[data-v-872588a0]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-872588a0]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-872588a0]:nth-child(1),.Table--4col-Error thead td[data-v-872588a0]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-872588a0]:nth-child(2),.Table--4col-Error thead td[data-v-872588a0]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-872588a0]:nth-child(3),.Table--4col-Error thead td[data-v-872588a0]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-872588a0]:nth-child(4),.Table--4col-Error thead td[data-v-872588a0]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-872588a0]:nth-child(1),.Table--4col-Error tbody td[data-v-872588a0]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-872588a0]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-872588a0]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-872588a0]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-872588a0]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-872588a0]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-872588a0]{font-size:14px!important}.Table--4col-Error tbody td[data-v-872588a0]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-872588a0],.Table--4col-Error p.Para-Table-B[data-v-872588a0],.Table--4col-Error p.Para-Table-L-Center[data-v-872588a0]{font-size:12px!important}.Table--4col-Error tbody td[data-v-872588a0]:nth-child(1),.Table--4col-Error thead td[data-v-872588a0]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-872588a0]:nth-child(2),.Table--4col-Error thead td[data-v-872588a0]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-872588a0]:nth-child(3),.Table--4col-Error thead td[data-v-872588a0]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-872588a0]:nth-child(4),.Table--4col-Error thead td[data-v-872588a0]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-872588a0]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-872588a0]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-872588a0]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-872588a0]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-872588a0]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-872588a0]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-872588a0]{line-height:1.25;font-weight:500}.Bold-color[data-v-872588a0]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-872588a0]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-872588a0]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-872588a0]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-872588a0]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-872588a0]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-872588a0]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-872588a0]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-872588a0]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-872588a0]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-872588a0]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-872588a0]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-872588a0]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-872588a0]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-872588a0]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-872588a0]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-872588a0],tr:last-child td.cell-style-override-7[data-v-872588a0]{border-bottom:0}table#table-16[data-v-872588a0]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-872588a0],.Table--2col-Air-Sensor[data-v-872588a0],.Table--2col-Voice[data-v-872588a0],.Table--2col-Filter[data-v-872588a0],.Table--troubleshooting[data-v-872588a0],.Table--4col-Error[data-v-872588a0],.Table--Specifications[data-v-872588a0]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-872588a0]:last-child,.Table--2col-Voice tr td[data-v-872588a0]:last-child{width:70%}.Table--2col-Voice tr td[data-v-872588a0]:first-child{width:30%}.Para-Table-L-Center[data-v-872588a0]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-872588a0]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-872588a0]{display:block!important}.Table--2col-Information td[data-v-872588a0]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-872588a0]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-872588a0]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-872588a0]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-872588a0]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-872588a0],.Table--4col-responsive table td[data-v-872588a0]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-872588a0],.Table--2col-Information th[data-v-872588a0]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-872588a0]:nth-child(1),.Table--2col-Information th[data-v-872588a0]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-872588a0]:nth-child(2),.Table--2col-Information th[data-v-872588a0]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-872588a0],.Table--2col-Information th[data-v-872588a0]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-872588a0]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-872588a0],.Table--2col-Voice th[data-v-872588a0]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-872588a0]:nth-child(1),.Table--2col-Voice th[data-v-872588a0]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-872588a0]:nth-child(2),.Table--2col-Voice th[data-v-872588a0]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-872588a0]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-872588a0],.Table--2col-Voice tr:last-child td[data-v-872588a0]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-872588a0],.Table--2col-Voice thead th[data-v-872588a0]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-872588a0]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-872588a0]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-872588a0]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-872588a0],.Table--2col-Information th[data-v-872588a0]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-872588a0]:nth-child(1),.Table--2col-Information th[data-v-872588a0]:nth-child(1){width:30%}.Table--2col-Information td[data-v-872588a0]:nth-child(2),.Table--2col-Information th[data-v-872588a0]:nth-child(2){width:70%}.Table--2col-Information td[data-v-872588a0]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-872588a0]{border-bottom:none}.Table--2col-Air-Sensor[data-v-872588a0]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-872588a0],.Table--2col-Air-Sensor th[data-v-872588a0]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-872588a0]:nth-child(1),.Table--2col-Air-Sensor th[data-v-872588a0]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-872588a0]:nth-child(2),.Table--2col-Air-Sensor th[data-v-872588a0]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-872588a0]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-872588a0]{border-bottom:none}.Table--2col-Filter[data-v-872588a0]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-872588a0],.Table--2col-Filter th[data-v-872588a0]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-872588a0]:nth-child(1),.Table--2col-Filter th[data-v-872588a0]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-872588a0]:nth-child(2),.Table--2col-Filter th[data-v-872588a0]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-872588a0]:nth-child(3),.Table--2col-Filter th[data-v-872588a0]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-872588a0]:nth-child(4),.Table--2col-Filter th[data-v-872588a0]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-872588a0]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-872588a0],.Table--2col-Filter tr:last-child td[data-v-872588a0]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-872588a0],.Table--2col-Filter thead th[data-v-872588a0]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-872588a0]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-872588a0]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-872588a0]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-872588a0],.Table--Specifications th[data-v-872588a0]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-872588a0]:first-child,.Table--Specifications th[data-v-872588a0]:first-child{width:16%}.Table--Specifications td[data-v-872588a0]:nth-child(2),.Table--Specifications th[data-v-872588a0]:nth-child(2){width:42%}.Table--Specifications td[data-v-872588a0]:nth-child(3),.Table--Specifications th[data-v-872588a0]:nth-child(3){width:42%}.Table--Specifications td[data-v-872588a0]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-872588a0],.Table--Specifications tr:last-child td[data-v-872588a0]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-872588a0],.Table--Specifications thead th[data-v-872588a0]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-872588a0]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-872588a0]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-872588a0],td.cell-style-override-20[data-v-872588a0]{padding:10px}td.x3col-Mid-text[data-v-872588a0],td.cell-style-override-22[data-v-872588a0],td.cell-style-override-20[data-v-872588a0]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-872588a0]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-872588a0]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-872588a0]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-872588a0]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-872588a0]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-872588a0]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-872588a0],th.header-cell[data-v-872588a0]{background-color:#88d0c7}td.color-blue[data-v-872588a0],th.color-blue[data-v-872588a0]{background-color:#d3edf9}td.color-green[data-v-872588a0],th.color-green[data-v-872588a0]{background-color:#d9ead3}td.color-orange[data-v-872588a0],th.color-orange[data-v-872588a0]{background-color:#fce5cd}td.color-red[data-v-872588a0],th.color-red[data-v-872588a0]{background-color:#f4cccc}td.color-purple[data-v-872588a0],th.color-purple[data-v-872588a0]{background-color:#e4d7f5}td.color-yellow[data-v-872588a0],th.color-yellow[data-v-872588a0]{background-color:#fff2cc}td.color-teal[data-v-872588a0],th.color-teal[data-v-872588a0]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-872588a0],.Table--8col-air-web-1 td[data-v-872588a0],.Table--8col-air-web-1 th[data-v-872588a0]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-872588a0]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-872588a0]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-872588a0],.Table--2col td[data-v-872588a0],.Table--2col th[data-v-872588a0]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-872588a0]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-872588a0]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-872588a0],.Table--2col th p[data-v-872588a0]{border:none!important}.Table--2col[data-v-872588a0] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-872588a0]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-872588a0],.Table--4col td[data-v-872588a0]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-872588a0]{text-align:left!important}.Table--4col thead th[data-v-872588a0]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-872588a0]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-872588a0]{text-align:center!important}.Table--4col-air[data-v-872588a0]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-872588a0],.Table--4col-air th[data-v-872588a0]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-872588a0],.Table--4col-air tr:first-child th[data-v-872588a0]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-872588a0]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-872588a0],.Table--4col-air td ul[data-v-872588a0],.Table--4col-air td li[data-v-872588a0]{text-align:left!important}.Table--4col-air colgroup col[data-v-872588a0]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-872588a0]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-872588a0]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-872588a0]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-872588a0]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-872588a0],.Table--4col-air th[data-v-872588a0]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-872588a0],.Table--4col-air tr:first-child th[data-v-872588a0]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-872588a0]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-872588a0]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-872588a0],.Table--4col-ai2 th[data-v-872588a0]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-872588a0]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-872588a0]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-872588a0],.Table--4col-ai2 th[data-v-872588a0]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-872588a0]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-872588a0]{font-size:12px!important;margin:0!important;line-height:1.5!important}}#content-div[data-v-872588a0]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-872588a0]{min-height:100vh}}body[data-v-6ee2620c]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-6ee2620c]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-6ee2620c]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-6ee2620c]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-6ee2620c]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-6ee2620c]{width:83%!important}.content #naviText span[data-v-6ee2620c]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-6ee2620c]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-6ee2620c]{width:100%!important}.content #mainCar[data-v-6ee2620c]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-6ee2620c]{width:100%}#mainCarPhone[data-v-6ee2620c]{display:none}.content #buttonMenu_v2[data-v-6ee2620c]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-6ee2620c]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-6ee2620c]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-6ee2620c]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-6ee2620c]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-6ee2620c]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-6ee2620c]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-6ee2620c]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-6ee2620c]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-6ee2620c]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-6ee2620c]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-6ee2620c]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-6ee2620c]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-6ee2620c]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-6ee2620c]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-6ee2620c]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-6ee2620c]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-6ee2620c]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-6ee2620c]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-6ee2620c]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-6ee2620c]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-6ee2620c]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-6ee2620c]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-6ee2620c]{bottom:11%;width:30%}.content #naviText span[data-v-6ee2620c]{font-size:17px}.content #naviText img[data-v-6ee2620c]{width:80%!important}.content #carName[data-v-6ee2620c]{right:0%;bottom:12%}.content #carName img[data-v-6ee2620c]{width:40%!important}.content #buttonMenu_v2>a[data-v-6ee2620c]{width:33%}.content #buttonMenu>a[data-v-6ee2620c]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-6ee2620c]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-6ee2620c]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-6ee2620c]{display:block}#mainCarPc[data-v-6ee2620c]{display:none}.content #buttonMenu_v2[data-v-6ee2620c],.content #buttonMenu[data-v-6ee2620c]{width:92%}}@media screen and (max-width: 480px){.content[data-v-6ee2620c]{padding-top:0}.content #naviText[data-v-6ee2620c]{bottom:14%;width:45%}.content #naviText span[data-v-6ee2620c]{font-size:11px}.content #naviText img[data-v-6ee2620c]{width:88%!important}.content #carName[data-v-6ee2620c]{right:5%;bottom:15%}.content #carName img[data-v-6ee2620c]{width:120px!important}.content #buttonMenu_v2[data-v-6ee2620c]{position:relative}.content #buttonMenu_v2>a>div[data-v-6ee2620c]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-6ee2620c]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-6ee2620c]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-6ee2620c]{position:relative}.content #buttonMenu>a>div[data-v-6ee2620c]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-6ee2620c]{height:120px}.content #buttonMenu>a>div>span[data-v-6ee2620c]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-6ee2620c]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-6ee2620c]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-6ee2620c]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-6ee2620c]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-6ee2620c]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-6ee2620c]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-6ee2620c]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-6ee2620c]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-6ee2620c]{margin:0;padding:0}html[data-v-6ee2620c]{background-color:#000;width:100%}.keyword[data-v-6ee2620c],.highlight[data-v-6ee2620c]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-6ee2620c]{font-family:upsys_commonregular}.header_main[data-v-6ee2620c]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-6ee2620c]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-6ee2620c]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-6ee2620c]>*{float:left}#headerLogo[data-v-6ee2620c]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-6ee2620c]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-6ee2620c]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-6ee2620c]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-6ee2620c]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-6ee2620c]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-6ee2620c]{font-size:13px}.languageDiv .active[data-v-6ee2620c]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-6ee2620c]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-6ee2620c]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-6ee2620c]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-6ee2620c],#languageSelect li[data-v-6ee2620c]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-6ee2620c],#languageSelect li:hover a[data-v-6ee2620c]{color:#000}.footer-manual[data-v-6ee2620c]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-6ee2620c]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-6ee2620c]{line-height:60px}#footerLogo[data-v-6ee2620c]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-6ee2620c]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-6ee2620c]{display:inline-block;width:100%}#copyrightPcSpan[data-v-6ee2620c]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-6ee2620c]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-6ee2620c]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-6ee2620c]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-6ee2620c]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-6ee2620c]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-6ee2620c]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-6ee2620c]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-6ee2620c]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-6ee2620c]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-6ee2620c]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-6ee2620c]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-6ee2620c]:focus{outline:none}#searchButton[data-v-6ee2620c]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-6ee2620c]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-6ee2620c]{width:80%}table td.right[data-v-6ee2620c]{width:10%;text-align:center}.result[data-v-6ee2620c],.resultcount[data-v-6ee2620c],.noResult[data-v-6ee2620c]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-6ee2620c]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-6ee2620c]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-6ee2620c]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-6ee2620c]{color:#e49f81}.cover[data-v-6ee2620c]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-6ee2620c]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-6ee2620c]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-6ee2620c]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-6ee2620c]{font-size:12px}.languageDivPhone .active[data-v-6ee2620c]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-6ee2620c]{bottom:30px;left:1px}.fontChangeButton[data-v-6ee2620c]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-6ee2620c]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-6ee2620c]{left:0}.languageDiv div[data-v-6ee2620c]{width:120%;left:-45px;top:5px}#languageSelect[data-v-6ee2620c]{margin-left:-40px}#banner_img>a[data-v-6ee2620c]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-6ee2620c]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-6ee2620c]{z-index:12}.header_main[data-v-6ee2620c]{height:40px;padding-top:0}.header[data-v-6ee2620c]{z-index:12}.header[data-v-6ee2620c]{height:40px;padding-top:0}#title[data-v-6ee2620c]{font-size:16px;width:49%}#headerLogo[data-v-6ee2620c]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-6ee2620c]{width:20%}.languageDiv div[data-v-6ee2620c]{width:90%;left:-15px;top:5px}#languageSelect[data-v-6ee2620c]{margin-left:-10px}.languageDiv ul[data-v-6ee2620c]{font-size:12px}#menu[data-v-6ee2620c]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-6ee2620c]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-6ee2620c]{width:80%}#rightHeader[data-v-6ee2620c]{height:40px}#rightHeader>div[data-v-6ee2620c]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-6ee2620c]{position:absolute;right:38px;top:0}.searchDiv[data-v-6ee2620c]{width:90%}#toc[data-v-6ee2620c]{width:100%}.copyright[data-v-6ee2620c]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-6ee2620c]{display:none}#copyrightPhone[data-v-6ee2620c]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-6ee2620c]{width:15%!important}#prevBtn[data-v-6ee2620c],#nextBtn[data-v-6ee2620c]{width:32px;height:32px;background-size:100%}#searchButton[data-v-6ee2620c]{margin-left:-1px}table td.left[data-v-6ee2620c]{text-align:right}table td.center[data-v-6ee2620c]{width:50%}table td.right[data-v-6ee2620c]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-6ee2620c]{left:0}.languageDiv div[data-v-6ee2620c]{width:100%;left:-5px;top:5px}#languageSelect[data-v-6ee2620c]{margin-left:20px}.languageDiv ul[data-v-6ee2620c]{font-size:10px}.noResult>span[data-v-6ee2620c]{width:200px!important;font-size:14px}#title[data-v-6ee2620c]{font-size:13px;width:40%}#menu[data-v-6ee2620c]{position:absolute}#banner_img>a[data-v-6ee2620c]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-6ee2620c]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-6ee2620c]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-6ee2620c]{font-size:14px}}body[data-v-6ee2620c]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-6ee2620c]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-6ee2620c]{margin:auto;max-width:1120px}.subHeaderInner[data-v-6ee2620c]>*{float:left}.content p[data-v-6ee2620c],.content li[data-v-6ee2620c]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-6ee2620c]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-6ee2620c]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-6ee2620c]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-6ee2620c]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-6ee2620c]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-6ee2620c]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-6ee2620c]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-6ee2620c]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-6ee2620c]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-6ee2620c]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-6ee2620c]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-6ee2620c]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-6ee2620c],p.Para-Basic-B-Sub[data-v-6ee2620c]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-6ee2620c]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-6ee2620c]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-6ee2620c]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-6ee2620c]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-6ee2620c],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-6ee2620c],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-6ee2620c]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-6ee2620c],p+ul li.Para-Basic-B-Sub[data-v-6ee2620c]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-6ee2620c],ul~p.Para-basic-L-bullet-Sub[data-v-6ee2620c],ul~p.Para-Basic-B-Sub[data-v-6ee2620c]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-6ee2620c],ol~p.Para-basic-L-bullet-Sub[data-v-6ee2620c],ol~p.Para-Basic-B-Sub[data-v-6ee2620c]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-6ee2620c],ol+*+p.Para-basic-L-bullet-Sub[data-v-6ee2620c],ol+*+p.Para-Basic-B-Sub[data-v-6ee2620c]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-6ee2620c],a .Para-Basic-B-Sub[data-v-6ee2620c]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-6ee2620c]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-6ee2620c]{margin-left:45px}.content p[data-v-6ee2620c],li[data-v-6ee2620c]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-6ee2620c],p.Para-Basic-B[data-v-6ee2620c],p.Para-Basic-B-Center[data-v-6ee2620c]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-6ee2620c]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-6ee2620c],p.Para-Basic-B-Center[data-v-6ee2620c]{text-align:center}p.Para-Table-L-center[data-v-6ee2620c],p.Para-Table-B-Center[data-v-6ee2620c]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-6ee2620c],table p.Para-Basic-B[data-v-6ee2620c],table p.Para-Basic-B-Center[data-v-6ee2620c]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-6ee2620c]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-6ee2620c]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-6ee2620c]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-6ee2620c]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-6ee2620c]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-6ee2620c],.content .text>ul[data-v-6ee2620c],.content .text table ol[data-v-6ee2620c],.content .text table ul[data-v-6ee2620c]{padding-left:20px}.content .text>ol[data-v-6ee2620c]{padding-left:0}p.Para-Illust-L[data-v-6ee2620c]{text-align:center}p.Para-Illust-L img[data-v-6ee2620c]{display:inline-block}p.Placeholder-sub[data-v-6ee2620c],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-6ee2620c],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-6ee2620c],.content .text>ol~.figure[data-v-6ee2620c],p.Placeholder-sub-S[data-v-6ee2620c],.Para-screen-sub-S[data-v-6ee2620c],.Para-screen-sub-M[data-v-6ee2620c],.Para-screen-sub-L[data-v-6ee2620c]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-6ee2620c],p.Placeholder-sub-M img[data-v-6ee2620c],p.Placeholder-sub img[data-v-6ee2620c]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-6ee2620c]{margin-left:45px}.Table-pic-Left-sub img[data-v-6ee2620c]{margin-top:5px;margin-bottom:10px}div.figure[data-v-6ee2620c]{display:inline-block}p.Para-img-description[data-v-6ee2620c]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-6ee2620c]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-6ee2620c]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-6ee2620c]{margin-bottom:25px}.text img[data-v-6ee2620c]{max-width:100%;display:block}.Table-Pic-center[data-v-6ee2620c]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-6ee2620c]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-6ee2620c]{margin:0}p.Para-Box-Num[data-v-6ee2620c]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-6ee2620c]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-6ee2620c]:AFTER{content:". "}span.inline-img img[data-v-6ee2620c]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-6ee2620c]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-6ee2620c]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-6ee2620c]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-6ee2620c]{margin-left:6.5%;display:block!important}.discUl li[data-v-6ee2620c]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-6ee2620c],.Symbol-R[data-v-6ee2620c],.Note-R-Pic[data-v-6ee2620c]{display:block;width:100%}.Symbol-L[data-v-6ee2620c]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-6ee2620c]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-6ee2620c],.Symbol-R li[data-v-6ee2620c],.Symbol-R p[data-v-6ee2620c]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-6ee2620c]{font-size:16px}table.Table-Symbol td ul[data-v-6ee2620c]{padding-left:20px}table.Table-Symbol[data-v-6ee2620c]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-6ee2620c]{color:#bc162c}.Symbol-Black[data-v-6ee2620c],.Symbol-Black-Table[data-v-6ee2620c]{font-family:upsys_commonregular}.Symbol-Green[data-v-6ee2620c]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-6ee2620c]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-6ee2620c]{width:auto!important}.video_container[data-v-6ee2620c]{margin-top:40px;float:right}.video[data-v-6ee2620c]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-6ee2620c]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-6ee2620c]{width:100%}.Table--3col[data-v-6ee2620c],.Basic-Table[data-v-6ee2620c],.Table--2col[data-v-6ee2620c],.Table-Landmark[data-v-6ee2620c],.Table--4col[data-v-6ee2620c],.Table-2row-merge[data-v-6ee2620c],.Table--troubleshooting[data-v-6ee2620c],.Table-specification[data-v-6ee2620c],.Table-service-center[data-v-6ee2620c],.Table-5col[data-v-6ee2620c],.responsive[data-v-6ee2620c],.Table--3col-Locations[data-v-6ee2620c]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-6ee2620c]:FIRST-CHILD,.Basic-Table tr[data-v-6ee2620c]:FIRST-CHILD,.Table--2col tr[data-v-6ee2620c]:FIRST-CHILD,.Table-Landmark tr[data-v-6ee2620c]:FIRST-CHILD,.Table--4col tr[data-v-6ee2620c]:FIRST-CHILD,.Table-2row-merge tr[data-v-6ee2620c]:FIRST-CHILD,.Table--troubleshooting tr[data-v-6ee2620c]:FIRST-CHILD,.Table-service-center tr[data-v-6ee2620c]:FIRST-CHILD,.responsive tr[data-v-6ee2620c]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-6ee2620c]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-6ee2620c],.Basic-Table td[data-v-6ee2620c],.Table--2col td[data-v-6ee2620c],.Table-Landmark td[data-v-6ee2620c],.Table--4col td[data-v-6ee2620c],.Table-2row-merge td[data-v-6ee2620c],.Table--troubleshooting td[data-v-6ee2620c],.Table-specification td[data-v-6ee2620c],.Table-service-center td[data-v-6ee2620c],.responsive td[data-v-6ee2620c]{padding:10px}.Table--troubleshooting td[data-v-6ee2620c]{border-right:none}.Table--troubleshooting[data-v-6ee2620c]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-6ee2620c],.Table-Landmark .Para-Pic-Center img[data-v-6ee2620c]{width:30px}.Table-5col[data-v-6ee2620c]{border:none}.Table-5col tr[data-v-6ee2620c]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-6ee2620c]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-6ee2620c]{width:15%}.Table--3col td.x3col-L[data-v-6ee2620c],.x3col-L td.x3col-M[data-v-6ee2620c]{width:10%}td.x3col-Mid-Text[data-v-6ee2620c]{text-align:center}td.x3col-R-Pic[data-v-6ee2620c]{text-align:right}.responsive td p[data-v-6ee2620c]{text-align:center}table.Table--3col-Locations[data-v-6ee2620c]{border-collapse:collapse}.Table--3col-Locations td[data-v-6ee2620c]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-6ee2620c]{padding:10px}.Para-Pic-Center img[data-v-6ee2620c]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-6ee2620c]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-6ee2620c]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-6ee2620c]{width:50%}.Table-specification .x3col-L-Grey[data-v-6ee2620c]{width:20%}.Table-specification .Spec-Mid-text[data-v-6ee2620c]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-6ee2620c]{width:50%}.Table--3col .x3col-L-Grey[data-v-6ee2620c]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-6ee2620c],.Table--4col .x3col-Mid-Grey[data-v-6ee2620c],.Table--4col .x3col-R-Grey[data-v-6ee2620c]{width:30%}.navi td.x3col-Mid-Grey[data-v-6ee2620c]{width:15%}.Table--3col .x3col-R-Grey[data-v-6ee2620c]{width:50%}.Table--2col .x3col-L-Grey[data-v-6ee2620c],.Table--2col td[data-v-6ee2620c]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-6ee2620c]{width:70%}.Table--2col-Disc[data-v-6ee2620c]{border-collapse:collapse}.Table--2col-Disc td[data-v-6ee2620c]{border:1px solid grey;padding:10px}.Table-PL td[data-v-6ee2620c]:FIRST-CHILD{width:25%}.resultcount p[data-v-6ee2620c]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-6ee2620c]{font-family:SK_namuhx-Bold}.noResult>span[data-v-6ee2620c]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-6ee2620c]{color:#f0dfdf;display:block}.result_list[data-v-6ee2620c]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-6ee2620c]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-6ee2620c]{font-family:SK_namuhx-Regular}.resulttext p[data-v-6ee2620c]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-6ee2620c]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-6ee2620c]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-6ee2620c],.Cross-Reference[data-v-6ee2620c]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-6ee2620c]:hover{text-decoration:underline}.fontChangeDiv[data-v-6ee2620c]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-6ee2620c]{top:55px}#backButton[data-v-6ee2620c]{background-size:16px}.chapterTitle[data-v-6ee2620c]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-6ee2620c],h2[data-v-6ee2620c]{font-size:1.3em}#contentAccordion[data-v-6ee2620c]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-6ee2620c]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-6ee2620c]{line-height:21px}.video[data-v-6ee2620c]{width:46%}}@media screen and (max-width: 640px){h2[data-v-6ee2620c]{margin-top:40px}.subHeader[data-v-6ee2620c]{top:40px}.fontChangeDiv[data-v-6ee2620c]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-6ee2620c]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-6ee2620c]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-6ee2620c]{margin-left:7.3%}table td[data-v-6ee2620c]{font-size:14px;padding:5px!important}table td p[data-v-6ee2620c],table td p.Para-Basic-B-Center[data-v-6ee2620c],table td p.Para-Basic-B[data-v-6ee2620c]{font-size:14px}table td p.Para-Small-L[data-v-6ee2620c]{font-size:12px;word-break:break-word}.Table--3col td[data-v-6ee2620c],.Basic-Table td[data-v-6ee2620c],.Table--2col td[data-v-6ee2620c],.Table-Landmark td[data-v-6ee2620c],.Table--4col td[data-v-6ee2620c],.Table-2row-merge td[data-v-6ee2620c],.Table--troubleshooting td[data-v-6ee2620c],.Table-specification td[data-v-6ee2620c],.Table-service-center td[data-v-6ee2620c]{border-right:none}.responsive[data-v-6ee2620c],.responsive tr[data-v-6ee2620c],.responsive tbody[data-v-6ee2620c]{width:100%}.Table--4col-responsive td[data-v-6ee2620c]{min-width:200px!important;height:auto}.responsive td p[data-v-6ee2620c]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-6ee2620c],.Table-Symbol td li[data-v-6ee2620c]{font-size:16px}p.Placeholder-sub[data-v-6ee2620c],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-6ee2620c],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-6ee2620c],.content .text>ol~.figure[data-v-6ee2620c],.content .text>ol+ul[data-v-6ee2620c],.Para-screen-sub-L[data-v-6ee2620c]{margin-left:0}.resultcount p[data-v-6ee2620c]{font-size:16px}.Table-specification td p[data-v-6ee2620c],.Table--3col-Locations td li[data-v-6ee2620c],p.Para-basic-L-Sub[data-v-6ee2620c],p.Para-basic-L-Sub-Auto[data-v-6ee2620c],p.Para-basic-L-center[data-v-6ee2620c],li.Para-basic-L-bullet[data-v-6ee2620c],p.Para-basic-L[data-v-6ee2620c],li.Para-basic-L-hyp-Sub[data-v-6ee2620c],li.Para-basic-L-hyp-2Sub[data-v-6ee2620c],li[class^=Para-Num][data-v-6ee2620c],p.Para-Box-Num[data-v-6ee2620c],p.Para-Basic-B-Sub[data-v-6ee2620c],td p.Para-basic-L[data-v-6ee2620c],td li.Para-basic-L-bullet[data-v-6ee2620c],p.Para-Basic-B[data-v-6ee2620c],p.Para-Circle-Num-Sub[data-v-6ee2620c],.Symbol-L p.Para-basic-L-Sub[data-v-6ee2620c],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-6ee2620c]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-6ee2620c],.Table--3col-Locations td li[data-v-6ee2620c],p.Para-Table-L-Sub[data-v-6ee2620c],p.Para-Table-L-Sub-Auto[data-v-6ee2620c],p.Para-Table-L-center[data-v-6ee2620c],p.Para-Table-L[data-v-6ee2620c],li.Para-Table-L-hyp-Sub[data-v-6ee2620c],li.Para-Table-L-hyp-2Sub[data-v-6ee2620c],p.Para-Table-B-Sub[data-v-6ee2620c],td p.Para-Table-L[data-v-6ee2620c],p.Para-Table-B[data-v-6ee2620c],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-6ee2620c]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-6ee2620c]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-6ee2620c],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-6ee2620c]{font-size:14px}.big .Table-specification td p[data-v-6ee2620c],.big .Table--3col-Locations td li[data-v-6ee2620c],.big p.Para-basic-L-Sub[data-v-6ee2620c],.big p.Para-basic-L-Sub-Auto[data-v-6ee2620c],.big p.Para-basic-L-center[data-v-6ee2620c],.big li.Para-basic-L-bullet[data-v-6ee2620c],.big p.Para-basic-L[data-v-6ee2620c],.big li.Para-basic-L-hyp-Sub[data-v-6ee2620c],.big li.Para-basic-L-hyp-2Sub[data-v-6ee2620c],.big li[class^=Para-Num][data-v-6ee2620c],.big p.Para-Box-Num[data-v-6ee2620c],.big p.Para-Basic-B-Sub[data-v-6ee2620c],.big td p.Para-basic-L[data-v-6ee2620c],.big td li.Para-basic-L-bullet[data-v-6ee2620c],.big p.Para-Basic-B[data-v-6ee2620c],.big p.Para-Circle-Num-Sub[data-v-6ee2620c]{font-size:16px}.big .Table-specification td p[data-v-6ee2620c],.big .Table--3col-Locations td li[data-v-6ee2620c],.big p.Para-Table-L-Sub[data-v-6ee2620c],.big p.Para-Table-L-Sub-Auto[data-v-6ee2620c],.big p.Para-Table-L-center[data-v-6ee2620c],.big p.Para-Table-L[data-v-6ee2620c],.big li.Para-Table-L-hyp-Sub[data-v-6ee2620c],.big li.Para-Table-L-hyp-2Sub[data-v-6ee2620c],.big li[class^=Para-Num][data-v-6ee2620c],.big p.Para-Box-Num[data-v-6ee2620c],.big p.Para-Table-B-Sub[data-v-6ee2620c],.big td p.Para-Table-L[data-v-6ee2620c],.big p.Para-Table-B[data-v-6ee2620c],.big p.Para-Circle-Num-Sub[data-v-6ee2620c],.big p.Para-Table-B-Center[data-v-6ee2620c],.big .Table--3col-ISO td p[data-v-6ee2620c]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-6ee2620c],p.Para-Table-B-Center[data-v-6ee2620c]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-6ee2620c],.big p.video_title[data-v-6ee2620c],.big .resultItem p[data-v-6ee2620c]{font-size:1.05em}h1[data-v-6ee2620c]{font-size:1.2em;margin-top:0}h2[data-v-6ee2620c]{font-size:1.1em}.Heading-3[data-v-6ee2620c]{font-size:1em}.content .text>ol li[data-v-6ee2620c]:BEFORE{font-size:26px}.video[data-v-6ee2620c]{width:95%}}p.Para-Table-L[data-v-6ee2620c]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-6ee2620c]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-6ee2620c]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-6ee2620c]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-6ee2620c]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-6ee2620c]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-6ee2620c]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-6ee2620c]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-6ee2620c]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-6ee2620c]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-6ee2620c]:before{content:"";display:block;height:15pt}.Bold[data-v-6ee2620c],span.Bold[data-v-6ee2620c]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-6ee2620c]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-6ee2620c]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-6ee2620c]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-6ee2620c]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-6ee2620c]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-6ee2620c]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-6ee2620c]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-6ee2620c]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-6ee2620c]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-6ee2620c]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-6ee2620c]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-6ee2620c],.Para-Table-L-Sub-Auto .icon-1[data-v-6ee2620c]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-6ee2620c]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-6ee2620c]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-6ee2620c]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-6ee2620c],.Table--2col td p.Para-basic-L[data-v-6ee2620c]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-6ee2620c]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-6ee2620c]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-6ee2620c]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-6ee2620c]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-6ee2620c]{margin-top:8pt!important}.table-responsive[data-v-6ee2620c]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-6ee2620c]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-6ee2620c],#table-16[data-v-6ee2620c]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-6ee2620c]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-6ee2620c]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-6ee2620c]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-6ee2620c]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-6ee2620c]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-6ee2620c]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-6ee2620c]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-6ee2620c]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-6ee2620c]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-6ee2620c]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-6ee2620c]{font-size:12px}#table-15.responsive td[data-v-6ee2620c]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-6ee2620c]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-6ee2620c]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-6ee2620c]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-6ee2620c]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-6ee2620c],.Table--4col-Error th[data-v-6ee2620c]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-6ee2620c],.Table--4col-Error tr:first-child th[data-v-6ee2620c]{border-top:none}.Table--4col-Error tr:last-child td[data-v-6ee2620c]{border-bottom:none}.Table--4col-Error thead td[data-v-6ee2620c]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-6ee2620c]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-6ee2620c]:nth-child(1),.Table--4col-Error thead td[data-v-6ee2620c]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-6ee2620c]:nth-child(2),.Table--4col-Error thead td[data-v-6ee2620c]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-6ee2620c]:nth-child(3),.Table--4col-Error thead td[data-v-6ee2620c]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-6ee2620c]:nth-child(4),.Table--4col-Error thead td[data-v-6ee2620c]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-6ee2620c]:nth-child(1),.Table--4col-Error tbody td[data-v-6ee2620c]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-6ee2620c]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-6ee2620c]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-6ee2620c]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-6ee2620c]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-6ee2620c]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-6ee2620c]{font-size:14px!important}.Table--4col-Error tbody td[data-v-6ee2620c]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-6ee2620c],.Table--4col-Error p.Para-Table-B[data-v-6ee2620c],.Table--4col-Error p.Para-Table-L-Center[data-v-6ee2620c]{font-size:12px!important}.Table--4col-Error tbody td[data-v-6ee2620c]:nth-child(1),.Table--4col-Error thead td[data-v-6ee2620c]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-6ee2620c]:nth-child(2),.Table--4col-Error thead td[data-v-6ee2620c]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-6ee2620c]:nth-child(3),.Table--4col-Error thead td[data-v-6ee2620c]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-6ee2620c]:nth-child(4),.Table--4col-Error thead td[data-v-6ee2620c]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-6ee2620c]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-6ee2620c]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-6ee2620c]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-6ee2620c]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-6ee2620c]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-6ee2620c]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-6ee2620c]{line-height:1.25;font-weight:500}.Bold-color[data-v-6ee2620c]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-6ee2620c]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-6ee2620c]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-6ee2620c]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-6ee2620c]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-6ee2620c]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-6ee2620c]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-6ee2620c]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-6ee2620c]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-6ee2620c]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-6ee2620c]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-6ee2620c]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-6ee2620c]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-6ee2620c]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-6ee2620c]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-6ee2620c]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-6ee2620c],tr:last-child td.cell-style-override-7[data-v-6ee2620c]{border-bottom:0}table#table-16[data-v-6ee2620c]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-6ee2620c],.Table--2col-Air-Sensor[data-v-6ee2620c],.Table--2col-Voice[data-v-6ee2620c],.Table--2col-Filter[data-v-6ee2620c],.Table--troubleshooting[data-v-6ee2620c],.Table--4col-Error[data-v-6ee2620c],.Table--Specifications[data-v-6ee2620c]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-6ee2620c]:last-child,.Table--2col-Voice tr td[data-v-6ee2620c]:last-child{width:70%}.Table--2col-Voice tr td[data-v-6ee2620c]:first-child{width:30%}.Para-Table-L-Center[data-v-6ee2620c]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-6ee2620c]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-6ee2620c]{display:block!important}.Table--2col-Information td[data-v-6ee2620c]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-6ee2620c]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-6ee2620c]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-6ee2620c]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-6ee2620c]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-6ee2620c],.Table--4col-responsive table td[data-v-6ee2620c]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-6ee2620c],.Table--2col-Information th[data-v-6ee2620c]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-6ee2620c]:nth-child(1),.Table--2col-Information th[data-v-6ee2620c]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-6ee2620c]:nth-child(2),.Table--2col-Information th[data-v-6ee2620c]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-6ee2620c],.Table--2col-Information th[data-v-6ee2620c]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-6ee2620c]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-6ee2620c],.Table--2col-Voice th[data-v-6ee2620c]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-6ee2620c]:nth-child(1),.Table--2col-Voice th[data-v-6ee2620c]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-6ee2620c]:nth-child(2),.Table--2col-Voice th[data-v-6ee2620c]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-6ee2620c]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-6ee2620c],.Table--2col-Voice tr:last-child td[data-v-6ee2620c]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-6ee2620c],.Table--2col-Voice thead th[data-v-6ee2620c]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-6ee2620c]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-6ee2620c]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-6ee2620c]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-6ee2620c],.Table--2col-Information th[data-v-6ee2620c]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-6ee2620c]:nth-child(1),.Table--2col-Information th[data-v-6ee2620c]:nth-child(1){width:30%}.Table--2col-Information td[data-v-6ee2620c]:nth-child(2),.Table--2col-Information th[data-v-6ee2620c]:nth-child(2){width:70%}.Table--2col-Information td[data-v-6ee2620c]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-6ee2620c]{border-bottom:none}.Table--2col-Air-Sensor[data-v-6ee2620c]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-6ee2620c],.Table--2col-Air-Sensor th[data-v-6ee2620c]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-6ee2620c]:nth-child(1),.Table--2col-Air-Sensor th[data-v-6ee2620c]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-6ee2620c]:nth-child(2),.Table--2col-Air-Sensor th[data-v-6ee2620c]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-6ee2620c]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-6ee2620c]{border-bottom:none}.Table--2col-Filter[data-v-6ee2620c]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-6ee2620c],.Table--2col-Filter th[data-v-6ee2620c]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-6ee2620c]:nth-child(1),.Table--2col-Filter th[data-v-6ee2620c]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-6ee2620c]:nth-child(2),.Table--2col-Filter th[data-v-6ee2620c]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-6ee2620c]:nth-child(3),.Table--2col-Filter th[data-v-6ee2620c]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-6ee2620c]:nth-child(4),.Table--2col-Filter th[data-v-6ee2620c]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-6ee2620c]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-6ee2620c],.Table--2col-Filter tr:last-child td[data-v-6ee2620c]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-6ee2620c],.Table--2col-Filter thead th[data-v-6ee2620c]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-6ee2620c]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-6ee2620c]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-6ee2620c]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-6ee2620c],.Table--Specifications th[data-v-6ee2620c]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-6ee2620c]:first-child,.Table--Specifications th[data-v-6ee2620c]:first-child{width:16%}.Table--Specifications td[data-v-6ee2620c]:nth-child(2),.Table--Specifications th[data-v-6ee2620c]:nth-child(2){width:42%}.Table--Specifications td[data-v-6ee2620c]:nth-child(3),.Table--Specifications th[data-v-6ee2620c]:nth-child(3){width:42%}.Table--Specifications td[data-v-6ee2620c]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-6ee2620c],.Table--Specifications tr:last-child td[data-v-6ee2620c]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-6ee2620c],.Table--Specifications thead th[data-v-6ee2620c]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-6ee2620c]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-6ee2620c]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-6ee2620c],td.cell-style-override-20[data-v-6ee2620c]{padding:10px}td.x3col-Mid-text[data-v-6ee2620c],td.cell-style-override-22[data-v-6ee2620c],td.cell-style-override-20[data-v-6ee2620c]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-6ee2620c]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-6ee2620c]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-6ee2620c]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-6ee2620c]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-6ee2620c]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-6ee2620c]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-6ee2620c],th.header-cell[data-v-6ee2620c]{background-color:#88d0c7}td.color-blue[data-v-6ee2620c],th.color-blue[data-v-6ee2620c]{background-color:#d3edf9}td.color-green[data-v-6ee2620c],th.color-green[data-v-6ee2620c]{background-color:#d9ead3}td.color-orange[data-v-6ee2620c],th.color-orange[data-v-6ee2620c]{background-color:#fce5cd}td.color-red[data-v-6ee2620c],th.color-red[data-v-6ee2620c]{background-color:#f4cccc}td.color-purple[data-v-6ee2620c],th.color-purple[data-v-6ee2620c]{background-color:#e4d7f5}td.color-yellow[data-v-6ee2620c],th.color-yellow[data-v-6ee2620c]{background-color:#fff2cc}td.color-teal[data-v-6ee2620c],th.color-teal[data-v-6ee2620c]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-6ee2620c],.Table--8col-air-web-1 td[data-v-6ee2620c],.Table--8col-air-web-1 th[data-v-6ee2620c]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-6ee2620c]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-6ee2620c]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-6ee2620c],.Table--2col td[data-v-6ee2620c],.Table--2col th[data-v-6ee2620c]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-6ee2620c]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-6ee2620c]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-6ee2620c],.Table--2col th p[data-v-6ee2620c]{border:none!important}.Table--2col[data-v-6ee2620c] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-6ee2620c]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-6ee2620c],.Table--4col td[data-v-6ee2620c]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-6ee2620c]{text-align:left!important}.Table--4col thead th[data-v-6ee2620c]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-6ee2620c]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-6ee2620c]{text-align:center!important}.Table--4col-air[data-v-6ee2620c]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-6ee2620c],.Table--4col-air th[data-v-6ee2620c]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-6ee2620c],.Table--4col-air tr:first-child th[data-v-6ee2620c]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-6ee2620c]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-6ee2620c],.Table--4col-air td ul[data-v-6ee2620c],.Table--4col-air td li[data-v-6ee2620c]{text-align:left!important}.Table--4col-air colgroup col[data-v-6ee2620c]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-6ee2620c]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-6ee2620c]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-6ee2620c]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-6ee2620c]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-6ee2620c],.Table--4col-air th[data-v-6ee2620c]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-6ee2620c],.Table--4col-air tr:first-child th[data-v-6ee2620c]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-6ee2620c]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-6ee2620c]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-6ee2620c],.Table--4col-ai2 th[data-v-6ee2620c]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-6ee2620c]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-6ee2620c]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-6ee2620c],.Table--4col-ai2 th[data-v-6ee2620c]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-6ee2620c]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-6ee2620c]{font-size:12px!important;margin:0!important;line-height:1.5!important}}#content-div[data-v-6ee2620c]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-6ee2620c]{min-height:100vh}}body[data-v-accb095d]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-accb095d]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-accb095d]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-accb095d]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-accb095d]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-accb095d]{width:83%!important}.content #naviText span[data-v-accb095d]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-accb095d]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-accb095d]{width:100%!important}.content #mainCar[data-v-accb095d]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-accb095d]{width:100%}#mainCarPhone[data-v-accb095d]{display:none}.content #buttonMenu_v2[data-v-accb095d]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-accb095d]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-accb095d]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-accb095d]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-accb095d]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-accb095d]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-accb095d]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-accb095d]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-accb095d]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-accb095d]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-accb095d]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-accb095d]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-accb095d]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-accb095d]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-accb095d]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-accb095d]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-accb095d]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-accb095d]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-accb095d]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-accb095d]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-accb095d]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-accb095d]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-accb095d]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-accb095d]{bottom:11%;width:30%}.content #naviText span[data-v-accb095d]{font-size:17px}.content #naviText img[data-v-accb095d]{width:80%!important}.content #carName[data-v-accb095d]{right:0%;bottom:12%}.content #carName img[data-v-accb095d]{width:40%!important}.content #buttonMenu_v2>a[data-v-accb095d]{width:33%}.content #buttonMenu>a[data-v-accb095d]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-accb095d]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-accb095d]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-accb095d]{display:block}#mainCarPc[data-v-accb095d]{display:none}.content #buttonMenu_v2[data-v-accb095d],.content #buttonMenu[data-v-accb095d]{width:92%}}@media screen and (max-width: 480px){.content[data-v-accb095d]{padding-top:0}.content #naviText[data-v-accb095d]{bottom:14%;width:45%}.content #naviText span[data-v-accb095d]{font-size:11px}.content #naviText img[data-v-accb095d]{width:88%!important}.content #carName[data-v-accb095d]{right:5%;bottom:15%}.content #carName img[data-v-accb095d]{width:120px!important}.content #buttonMenu_v2[data-v-accb095d]{position:relative}.content #buttonMenu_v2>a>div[data-v-accb095d]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-accb095d]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-accb095d]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-accb095d]{position:relative}.content #buttonMenu>a>div[data-v-accb095d]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-accb095d]{height:120px}.content #buttonMenu>a>div>span[data-v-accb095d]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-accb095d]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-accb095d]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-accb095d]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-accb095d]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-accb095d]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-accb095d]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-accb095d]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-accb095d]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-accb095d]{margin:0;padding:0}html[data-v-accb095d]{background-color:#000;width:100%}.keyword[data-v-accb095d],.highlight[data-v-accb095d]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-accb095d]{font-family:upsys_commonregular}.header_main[data-v-accb095d]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-accb095d]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-accb095d]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-accb095d]>*{float:left}#headerLogo[data-v-accb095d]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-accb095d]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-accb095d]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-accb095d]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-accb095d]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-accb095d]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-accb095d]{font-size:13px}.languageDiv .active[data-v-accb095d]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-accb095d]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-accb095d]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-accb095d]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-accb095d],#languageSelect li[data-v-accb095d]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-accb095d],#languageSelect li:hover a[data-v-accb095d]{color:#000}.footer-manual[data-v-accb095d]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-accb095d]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-accb095d]{line-height:60px}#footerLogo[data-v-accb095d]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-accb095d]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-accb095d]{display:inline-block;width:100%}#copyrightPcSpan[data-v-accb095d]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-accb095d]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-accb095d]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-accb095d]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-accb095d]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-accb095d]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-accb095d]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-accb095d]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-accb095d]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-accb095d]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-accb095d]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-accb095d]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-accb095d]:focus{outline:none}#searchButton[data-v-accb095d]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-accb095d]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-accb095d]{width:80%}table td.right[data-v-accb095d]{width:10%;text-align:center}.result[data-v-accb095d],.resultcount[data-v-accb095d],.noResult[data-v-accb095d]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-accb095d]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-accb095d]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-accb095d]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-accb095d]{color:#e49f81}.cover[data-v-accb095d]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-accb095d]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-accb095d]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-accb095d]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-accb095d]{font-size:12px}.languageDivPhone .active[data-v-accb095d]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-accb095d]{bottom:30px;left:1px}.fontChangeButton[data-v-accb095d]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-accb095d]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-accb095d]{left:0}.languageDiv div[data-v-accb095d]{width:120%;left:-45px;top:5px}#languageSelect[data-v-accb095d]{margin-left:-40px}#banner_img>a[data-v-accb095d]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-accb095d]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-accb095d]{z-index:12}.header_main[data-v-accb095d]{height:40px;padding-top:0}.header[data-v-accb095d]{z-index:12}.header[data-v-accb095d]{height:40px;padding-top:0}#title[data-v-accb095d]{font-size:16px;width:49%}#headerLogo[data-v-accb095d]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-accb095d]{width:20%}.languageDiv div[data-v-accb095d]{width:90%;left:-15px;top:5px}#languageSelect[data-v-accb095d]{margin-left:-10px}.languageDiv ul[data-v-accb095d]{font-size:12px}#menu[data-v-accb095d]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-accb095d]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-accb095d]{width:80%}#rightHeader[data-v-accb095d]{height:40px}#rightHeader>div[data-v-accb095d]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-accb095d]{position:absolute;right:38px;top:0}.searchDiv[data-v-accb095d]{width:90%}#toc[data-v-accb095d]{width:100%}.copyright[data-v-accb095d]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-accb095d]{display:none}#copyrightPhone[data-v-accb095d]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-accb095d]{width:15%!important}#prevBtn[data-v-accb095d],#nextBtn[data-v-accb095d]{width:32px;height:32px;background-size:100%}#searchButton[data-v-accb095d]{margin-left:-1px}table td.left[data-v-accb095d]{text-align:right}table td.center[data-v-accb095d]{width:50%}table td.right[data-v-accb095d]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-accb095d]{left:0}.languageDiv div[data-v-accb095d]{width:100%;left:-5px;top:5px}#languageSelect[data-v-accb095d]{margin-left:20px}.languageDiv ul[data-v-accb095d]{font-size:10px}.noResult>span[data-v-accb095d]{width:200px!important;font-size:14px}#title[data-v-accb095d]{font-size:13px;width:40%}#menu[data-v-accb095d]{position:absolute}#banner_img>a[data-v-accb095d]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-accb095d]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-accb095d]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-accb095d]{font-size:14px}}body[data-v-accb095d]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-accb095d]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-accb095d]{margin:auto;max-width:1120px}.subHeaderInner[data-v-accb095d]>*{float:left}.content p[data-v-accb095d],.content li[data-v-accb095d]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-accb095d]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-accb095d]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-accb095d]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-accb095d]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-accb095d]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-accb095d]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-accb095d]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-accb095d]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-accb095d]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-accb095d]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-accb095d]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-accb095d]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-accb095d],p.Para-Basic-B-Sub[data-v-accb095d]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-accb095d]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-accb095d]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-accb095d]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-accb095d]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-accb095d],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-accb095d],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-accb095d]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-accb095d],p+ul li.Para-Basic-B-Sub[data-v-accb095d]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-accb095d],ul~p.Para-basic-L-bullet-Sub[data-v-accb095d],ul~p.Para-Basic-B-Sub[data-v-accb095d]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-accb095d],ol~p.Para-basic-L-bullet-Sub[data-v-accb095d],ol~p.Para-Basic-B-Sub[data-v-accb095d]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-accb095d],ol+*+p.Para-basic-L-bullet-Sub[data-v-accb095d],ol+*+p.Para-Basic-B-Sub[data-v-accb095d]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-accb095d],a .Para-Basic-B-Sub[data-v-accb095d]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-accb095d]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-accb095d]{margin-left:45px}.content p[data-v-accb095d],li[data-v-accb095d]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-accb095d],p.Para-Basic-B[data-v-accb095d],p.Para-Basic-B-Center[data-v-accb095d]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-accb095d]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-accb095d],p.Para-Basic-B-Center[data-v-accb095d]{text-align:center}p.Para-Table-L-center[data-v-accb095d],p.Para-Table-B-Center[data-v-accb095d]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-accb095d],table p.Para-Basic-B[data-v-accb095d],table p.Para-Basic-B-Center[data-v-accb095d]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-accb095d]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-accb095d]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-accb095d]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-accb095d]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-accb095d]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-accb095d],.content .text>ul[data-v-accb095d],.content .text table ol[data-v-accb095d],.content .text table ul[data-v-accb095d]{padding-left:20px}.content .text>ol[data-v-accb095d]{padding-left:0}p.Para-Illust-L[data-v-accb095d]{text-align:center}p.Para-Illust-L img[data-v-accb095d]{display:inline-block}p.Placeholder-sub[data-v-accb095d],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-accb095d],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-accb095d],.content .text>ol~.figure[data-v-accb095d],p.Placeholder-sub-S[data-v-accb095d],.Para-screen-sub-S[data-v-accb095d],.Para-screen-sub-M[data-v-accb095d],.Para-screen-sub-L[data-v-accb095d]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-accb095d],p.Placeholder-sub-M img[data-v-accb095d],p.Placeholder-sub img[data-v-accb095d]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-accb095d]{margin-left:45px}.Table-pic-Left-sub img[data-v-accb095d]{margin-top:5px;margin-bottom:10px}div.figure[data-v-accb095d]{display:inline-block}p.Para-img-description[data-v-accb095d]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-accb095d]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-accb095d]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-accb095d]{margin-bottom:25px}.text img[data-v-accb095d]{max-width:100%;display:block}.Table-Pic-center[data-v-accb095d]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-accb095d]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-accb095d]{margin:0}p.Para-Box-Num[data-v-accb095d]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-accb095d]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-accb095d]:AFTER{content:". "}span.inline-img img[data-v-accb095d]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-accb095d]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-accb095d]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-accb095d]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-accb095d]{margin-left:6.5%;display:block!important}.discUl li[data-v-accb095d]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-accb095d],.Symbol-R[data-v-accb095d],.Note-R-Pic[data-v-accb095d]{display:block;width:100%}.Symbol-L[data-v-accb095d]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-accb095d]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-accb095d],.Symbol-R li[data-v-accb095d],.Symbol-R p[data-v-accb095d]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-accb095d]{font-size:16px}table.Table-Symbol td ul[data-v-accb095d]{padding-left:20px}table.Table-Symbol[data-v-accb095d]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-accb095d]{color:#bc162c}.Symbol-Black[data-v-accb095d],.Symbol-Black-Table[data-v-accb095d]{font-family:upsys_commonregular}.Symbol-Green[data-v-accb095d]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-accb095d]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-accb095d]{width:auto!important}.video_container[data-v-accb095d]{margin-top:40px;float:right}.video[data-v-accb095d]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-accb095d]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-accb095d]{width:100%}.Table--3col[data-v-accb095d],.Basic-Table[data-v-accb095d],.Table--2col[data-v-accb095d],.Table-Landmark[data-v-accb095d],.Table--4col[data-v-accb095d],.Table-2row-merge[data-v-accb095d],.Table--troubleshooting[data-v-accb095d],.Table-specification[data-v-accb095d],.Table-service-center[data-v-accb095d],.Table-5col[data-v-accb095d],.responsive[data-v-accb095d],.Table--3col-Locations[data-v-accb095d]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-accb095d]:FIRST-CHILD,.Basic-Table tr[data-v-accb095d]:FIRST-CHILD,.Table--2col tr[data-v-accb095d]:FIRST-CHILD,.Table-Landmark tr[data-v-accb095d]:FIRST-CHILD,.Table--4col tr[data-v-accb095d]:FIRST-CHILD,.Table-2row-merge tr[data-v-accb095d]:FIRST-CHILD,.Table--troubleshooting tr[data-v-accb095d]:FIRST-CHILD,.Table-service-center tr[data-v-accb095d]:FIRST-CHILD,.responsive tr[data-v-accb095d]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-accb095d]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-accb095d],.Basic-Table td[data-v-accb095d],.Table--2col td[data-v-accb095d],.Table-Landmark td[data-v-accb095d],.Table--4col td[data-v-accb095d],.Table-2row-merge td[data-v-accb095d],.Table--troubleshooting td[data-v-accb095d],.Table-specification td[data-v-accb095d],.Table-service-center td[data-v-accb095d],.responsive td[data-v-accb095d]{padding:10px}.Table--troubleshooting td[data-v-accb095d]{border-right:none}.Table--troubleshooting[data-v-accb095d]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-accb095d],.Table-Landmark .Para-Pic-Center img[data-v-accb095d]{width:30px}.Table-5col[data-v-accb095d]{border:none}.Table-5col tr[data-v-accb095d]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-accb095d]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-accb095d]{width:15%}.Table--3col td.x3col-L[data-v-accb095d],.x3col-L td.x3col-M[data-v-accb095d]{width:10%}td.x3col-Mid-Text[data-v-accb095d]{text-align:center}td.x3col-R-Pic[data-v-accb095d]{text-align:right}.responsive td p[data-v-accb095d]{text-align:center}table.Table--3col-Locations[data-v-accb095d]{border-collapse:collapse}.Table--3col-Locations td[data-v-accb095d]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-accb095d]{padding:10px}.Para-Pic-Center img[data-v-accb095d]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-accb095d]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-accb095d]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-accb095d]{width:50%}.Table-specification .x3col-L-Grey[data-v-accb095d]{width:20%}.Table-specification .Spec-Mid-text[data-v-accb095d]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-accb095d]{width:50%}.Table--3col .x3col-L-Grey[data-v-accb095d]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-accb095d],.Table--4col .x3col-Mid-Grey[data-v-accb095d],.Table--4col .x3col-R-Grey[data-v-accb095d]{width:30%}.navi td.x3col-Mid-Grey[data-v-accb095d]{width:15%}.Table--3col .x3col-R-Grey[data-v-accb095d]{width:50%}.Table--2col .x3col-L-Grey[data-v-accb095d],.Table--2col td[data-v-accb095d]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-accb095d]{width:70%}.Table--2col-Disc[data-v-accb095d]{border-collapse:collapse}.Table--2col-Disc td[data-v-accb095d]{border:1px solid grey;padding:10px}.Table-PL td[data-v-accb095d]:FIRST-CHILD{width:25%}.resultcount p[data-v-accb095d]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-accb095d]{font-family:SK_namuhx-Bold}.noResult>span[data-v-accb095d]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-accb095d]{color:#f0dfdf;display:block}.result_list[data-v-accb095d]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-accb095d]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-accb095d]{font-family:SK_namuhx-Regular}.resulttext p[data-v-accb095d]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-accb095d]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-accb095d]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-accb095d],.Cross-Reference[data-v-accb095d]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-accb095d]:hover{text-decoration:underline}.fontChangeDiv[data-v-accb095d]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-accb095d]{top:55px}#backButton[data-v-accb095d]{background-size:16px}.chapterTitle[data-v-accb095d]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-accb095d],h2[data-v-accb095d]{font-size:1.3em}#contentAccordion[data-v-accb095d]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-accb095d]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-accb095d]{line-height:21px}.video[data-v-accb095d]{width:46%}}@media screen and (max-width: 640px){h2[data-v-accb095d]{margin-top:40px}.subHeader[data-v-accb095d]{top:40px}.fontChangeDiv[data-v-accb095d]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-accb095d]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-accb095d]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-accb095d]{margin-left:7.3%}table td[data-v-accb095d]{font-size:14px;padding:5px!important}table td p[data-v-accb095d],table td p.Para-Basic-B-Center[data-v-accb095d],table td p.Para-Basic-B[data-v-accb095d]{font-size:14px}table td p.Para-Small-L[data-v-accb095d]{font-size:12px;word-break:break-word}.Table--3col td[data-v-accb095d],.Basic-Table td[data-v-accb095d],.Table--2col td[data-v-accb095d],.Table-Landmark td[data-v-accb095d],.Table--4col td[data-v-accb095d],.Table-2row-merge td[data-v-accb095d],.Table--troubleshooting td[data-v-accb095d],.Table-specification td[data-v-accb095d],.Table-service-center td[data-v-accb095d]{border-right:none}.responsive[data-v-accb095d],.responsive tr[data-v-accb095d],.responsive tbody[data-v-accb095d]{width:100%}.Table--4col-responsive td[data-v-accb095d]{min-width:200px!important;height:auto}.responsive td p[data-v-accb095d]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-accb095d],.Table-Symbol td li[data-v-accb095d]{font-size:16px}p.Placeholder-sub[data-v-accb095d],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-accb095d],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-accb095d],.content .text>ol~.figure[data-v-accb095d],.content .text>ol+ul[data-v-accb095d],.Para-screen-sub-L[data-v-accb095d]{margin-left:0}.resultcount p[data-v-accb095d]{font-size:16px}.Table-specification td p[data-v-accb095d],.Table--3col-Locations td li[data-v-accb095d],p.Para-basic-L-Sub[data-v-accb095d],p.Para-basic-L-Sub-Auto[data-v-accb095d],p.Para-basic-L-center[data-v-accb095d],li.Para-basic-L-bullet[data-v-accb095d],p.Para-basic-L[data-v-accb095d],li.Para-basic-L-hyp-Sub[data-v-accb095d],li.Para-basic-L-hyp-2Sub[data-v-accb095d],li[class^=Para-Num][data-v-accb095d],p.Para-Box-Num[data-v-accb095d],p.Para-Basic-B-Sub[data-v-accb095d],td p.Para-basic-L[data-v-accb095d],td li.Para-basic-L-bullet[data-v-accb095d],p.Para-Basic-B[data-v-accb095d],p.Para-Circle-Num-Sub[data-v-accb095d],.Symbol-L p.Para-basic-L-Sub[data-v-accb095d],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-accb095d]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-accb095d],.Table--3col-Locations td li[data-v-accb095d],p.Para-Table-L-Sub[data-v-accb095d],p.Para-Table-L-Sub-Auto[data-v-accb095d],p.Para-Table-L-center[data-v-accb095d],p.Para-Table-L[data-v-accb095d],li.Para-Table-L-hyp-Sub[data-v-accb095d],li.Para-Table-L-hyp-2Sub[data-v-accb095d],p.Para-Table-B-Sub[data-v-accb095d],td p.Para-Table-L[data-v-accb095d],p.Para-Table-B[data-v-accb095d],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-accb095d]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-accb095d]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-accb095d],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-accb095d]{font-size:14px}.big .Table-specification td p[data-v-accb095d],.big .Table--3col-Locations td li[data-v-accb095d],.big p.Para-basic-L-Sub[data-v-accb095d],.big p.Para-basic-L-Sub-Auto[data-v-accb095d],.big p.Para-basic-L-center[data-v-accb095d],.big li.Para-basic-L-bullet[data-v-accb095d],.big p.Para-basic-L[data-v-accb095d],.big li.Para-basic-L-hyp-Sub[data-v-accb095d],.big li.Para-basic-L-hyp-2Sub[data-v-accb095d],.big li[class^=Para-Num][data-v-accb095d],.big p.Para-Box-Num[data-v-accb095d],.big p.Para-Basic-B-Sub[data-v-accb095d],.big td p.Para-basic-L[data-v-accb095d],.big td li.Para-basic-L-bullet[data-v-accb095d],.big p.Para-Basic-B[data-v-accb095d],.big p.Para-Circle-Num-Sub[data-v-accb095d]{font-size:16px}.big .Table-specification td p[data-v-accb095d],.big .Table--3col-Locations td li[data-v-accb095d],.big p.Para-Table-L-Sub[data-v-accb095d],.big p.Para-Table-L-Sub-Auto[data-v-accb095d],.big p.Para-Table-L-center[data-v-accb095d],.big p.Para-Table-L[data-v-accb095d],.big li.Para-Table-L-hyp-Sub[data-v-accb095d],.big li.Para-Table-L-hyp-2Sub[data-v-accb095d],.big li[class^=Para-Num][data-v-accb095d],.big p.Para-Box-Num[data-v-accb095d],.big p.Para-Table-B-Sub[data-v-accb095d],.big td p.Para-Table-L[data-v-accb095d],.big p.Para-Table-B[data-v-accb095d],.big p.Para-Circle-Num-Sub[data-v-accb095d],.big p.Para-Table-B-Center[data-v-accb095d],.big .Table--3col-ISO td p[data-v-accb095d]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-accb095d],p.Para-Table-B-Center[data-v-accb095d]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-accb095d],.big p.video_title[data-v-accb095d],.big .resultItem p[data-v-accb095d]{font-size:1.05em}h1[data-v-accb095d]{font-size:1.2em;margin-top:0}h2[data-v-accb095d]{font-size:1.1em}.Heading-3[data-v-accb095d]{font-size:1em}.content .text>ol li[data-v-accb095d]:BEFORE{font-size:26px}.video[data-v-accb095d]{width:95%}}p.Para-Table-L[data-v-accb095d]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-accb095d]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-accb095d]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-accb095d]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-accb095d]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-accb095d]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-accb095d]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-accb095d]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-accb095d]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-accb095d]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-accb095d]:before{content:"";display:block;height:15pt}.Bold[data-v-accb095d],span.Bold[data-v-accb095d]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-accb095d]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-accb095d]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-accb095d]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-accb095d]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-accb095d]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-accb095d]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-accb095d]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-accb095d]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-accb095d]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-accb095d]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-accb095d]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-accb095d],.Para-Table-L-Sub-Auto .icon-1[data-v-accb095d]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-accb095d]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-accb095d]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-accb095d]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-accb095d],.Table--2col td p.Para-basic-L[data-v-accb095d]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-accb095d]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-accb095d]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-accb095d]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-accb095d]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-accb095d]{margin-top:8pt!important}.table-responsive[data-v-accb095d]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-accb095d]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-accb095d],#table-16[data-v-accb095d]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-accb095d]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-accb095d]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-accb095d]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-accb095d]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-accb095d]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-accb095d]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-accb095d]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-accb095d]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-accb095d]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-accb095d]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-accb095d]{font-size:12px}#table-15.responsive td[data-v-accb095d]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-accb095d]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-accb095d]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-accb095d]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-accb095d]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-accb095d],.Table--4col-Error th[data-v-accb095d]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-accb095d],.Table--4col-Error tr:first-child th[data-v-accb095d]{border-top:none}.Table--4col-Error tr:last-child td[data-v-accb095d]{border-bottom:none}.Table--4col-Error thead td[data-v-accb095d]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-accb095d]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-accb095d]:nth-child(1),.Table--4col-Error thead td[data-v-accb095d]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-accb095d]:nth-child(2),.Table--4col-Error thead td[data-v-accb095d]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-accb095d]:nth-child(3),.Table--4col-Error thead td[data-v-accb095d]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-accb095d]:nth-child(4),.Table--4col-Error thead td[data-v-accb095d]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-accb095d]:nth-child(1),.Table--4col-Error tbody td[data-v-accb095d]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-accb095d]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-accb095d]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-accb095d]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-accb095d]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-accb095d]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-accb095d]{font-size:14px!important}.Table--4col-Error tbody td[data-v-accb095d]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-accb095d],.Table--4col-Error p.Para-Table-B[data-v-accb095d],.Table--4col-Error p.Para-Table-L-Center[data-v-accb095d]{font-size:12px!important}.Table--4col-Error tbody td[data-v-accb095d]:nth-child(1),.Table--4col-Error thead td[data-v-accb095d]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-accb095d]:nth-child(2),.Table--4col-Error thead td[data-v-accb095d]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-accb095d]:nth-child(3),.Table--4col-Error thead td[data-v-accb095d]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-accb095d]:nth-child(4),.Table--4col-Error thead td[data-v-accb095d]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-accb095d]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-accb095d]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-accb095d]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-accb095d]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-accb095d]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-accb095d]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-accb095d]{line-height:1.25;font-weight:500}.Bold-color[data-v-accb095d]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-accb095d]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-accb095d]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-accb095d]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-accb095d]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-accb095d]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-accb095d]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-accb095d]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-accb095d]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-accb095d]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-accb095d]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-accb095d]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-accb095d]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-accb095d]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-accb095d]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-accb095d]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-accb095d],tr:last-child td.cell-style-override-7[data-v-accb095d]{border-bottom:0}table#table-16[data-v-accb095d]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-accb095d],.Table--2col-Air-Sensor[data-v-accb095d],.Table--2col-Voice[data-v-accb095d],.Table--2col-Filter[data-v-accb095d],.Table--troubleshooting[data-v-accb095d],.Table--4col-Error[data-v-accb095d],.Table--Specifications[data-v-accb095d]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-accb095d]:last-child,.Table--2col-Voice tr td[data-v-accb095d]:last-child{width:70%}.Table--2col-Voice tr td[data-v-accb095d]:first-child{width:30%}.Para-Table-L-Center[data-v-accb095d]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-accb095d]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-accb095d]{display:block!important}.Table--2col-Information td[data-v-accb095d]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-accb095d]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-accb095d]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-accb095d]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-accb095d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-accb095d],.Table--4col-responsive table td[data-v-accb095d]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-accb095d],.Table--2col-Information th[data-v-accb095d]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-accb095d]:nth-child(1),.Table--2col-Information th[data-v-accb095d]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-accb095d]:nth-child(2),.Table--2col-Information th[data-v-accb095d]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-accb095d],.Table--2col-Information th[data-v-accb095d]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-accb095d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-accb095d],.Table--2col-Voice th[data-v-accb095d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-accb095d]:nth-child(1),.Table--2col-Voice th[data-v-accb095d]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-accb095d]:nth-child(2),.Table--2col-Voice th[data-v-accb095d]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-accb095d]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-accb095d],.Table--2col-Voice tr:last-child td[data-v-accb095d]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-accb095d],.Table--2col-Voice thead th[data-v-accb095d]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-accb095d]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-accb095d]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-accb095d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-accb095d],.Table--2col-Information th[data-v-accb095d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-accb095d]:nth-child(1),.Table--2col-Information th[data-v-accb095d]:nth-child(1){width:30%}.Table--2col-Information td[data-v-accb095d]:nth-child(2),.Table--2col-Information th[data-v-accb095d]:nth-child(2){width:70%}.Table--2col-Information td[data-v-accb095d]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-accb095d]{border-bottom:none}.Table--2col-Air-Sensor[data-v-accb095d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-accb095d],.Table--2col-Air-Sensor th[data-v-accb095d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-accb095d]:nth-child(1),.Table--2col-Air-Sensor th[data-v-accb095d]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-accb095d]:nth-child(2),.Table--2col-Air-Sensor th[data-v-accb095d]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-accb095d]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-accb095d]{border-bottom:none}.Table--2col-Filter[data-v-accb095d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-accb095d],.Table--2col-Filter th[data-v-accb095d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-accb095d]:nth-child(1),.Table--2col-Filter th[data-v-accb095d]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-accb095d]:nth-child(2),.Table--2col-Filter th[data-v-accb095d]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-accb095d]:nth-child(3),.Table--2col-Filter th[data-v-accb095d]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-accb095d]:nth-child(4),.Table--2col-Filter th[data-v-accb095d]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-accb095d]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-accb095d],.Table--2col-Filter tr:last-child td[data-v-accb095d]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-accb095d],.Table--2col-Filter thead th[data-v-accb095d]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-accb095d]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-accb095d]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-accb095d]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-accb095d],.Table--Specifications th[data-v-accb095d]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-accb095d]:first-child,.Table--Specifications th[data-v-accb095d]:first-child{width:16%}.Table--Specifications td[data-v-accb095d]:nth-child(2),.Table--Specifications th[data-v-accb095d]:nth-child(2){width:42%}.Table--Specifications td[data-v-accb095d]:nth-child(3),.Table--Specifications th[data-v-accb095d]:nth-child(3){width:42%}.Table--Specifications td[data-v-accb095d]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-accb095d],.Table--Specifications tr:last-child td[data-v-accb095d]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-accb095d],.Table--Specifications thead th[data-v-accb095d]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-accb095d]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-accb095d]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-accb095d],td.cell-style-override-20[data-v-accb095d]{padding:10px}td.x3col-Mid-text[data-v-accb095d],td.cell-style-override-22[data-v-accb095d],td.cell-style-override-20[data-v-accb095d]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-accb095d]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-accb095d]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-accb095d]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-accb095d]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-accb095d]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-accb095d]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-accb095d],th.header-cell[data-v-accb095d]{background-color:#88d0c7}td.color-blue[data-v-accb095d],th.color-blue[data-v-accb095d]{background-color:#d3edf9}td.color-green[data-v-accb095d],th.color-green[data-v-accb095d]{background-color:#d9ead3}td.color-orange[data-v-accb095d],th.color-orange[data-v-accb095d]{background-color:#fce5cd}td.color-red[data-v-accb095d],th.color-red[data-v-accb095d]{background-color:#f4cccc}td.color-purple[data-v-accb095d],th.color-purple[data-v-accb095d]{background-color:#e4d7f5}td.color-yellow[data-v-accb095d],th.color-yellow[data-v-accb095d]{background-color:#fff2cc}td.color-teal[data-v-accb095d],th.color-teal[data-v-accb095d]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-accb095d],.Table--8col-air-web-1 td[data-v-accb095d],.Table--8col-air-web-1 th[data-v-accb095d]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-accb095d]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-accb095d]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-accb095d],.Table--2col td[data-v-accb095d],.Table--2col th[data-v-accb095d]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-accb095d]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-accb095d]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-accb095d],.Table--2col th p[data-v-accb095d]{border:none!important}.Table--2col[data-v-accb095d] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-accb095d]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-accb095d],.Table--4col td[data-v-accb095d]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-accb095d]{text-align:left!important}.Table--4col thead th[data-v-accb095d]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-accb095d]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-accb095d]{text-align:center!important}.Table--4col-air[data-v-accb095d]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-accb095d],.Table--4col-air th[data-v-accb095d]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-accb095d],.Table--4col-air tr:first-child th[data-v-accb095d]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-accb095d]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-accb095d],.Table--4col-air td ul[data-v-accb095d],.Table--4col-air td li[data-v-accb095d]{text-align:left!important}.Table--4col-air colgroup col[data-v-accb095d]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-accb095d]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-accb095d]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-accb095d]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-accb095d]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-accb095d],.Table--4col-air th[data-v-accb095d]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-accb095d],.Table--4col-air tr:first-child th[data-v-accb095d]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-accb095d]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-accb095d]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-accb095d],.Table--4col-ai2 th[data-v-accb095d]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-accb095d]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-accb095d]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-accb095d],.Table--4col-ai2 th[data-v-accb095d]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-accb095d]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-accb095d]{font-size:12px!important;margin:0!important;line-height:1.5!important}}#content-div[data-v-accb095d]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-accb095d]{min-height:100vh}}body[data-v-269b23ca]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-269b23ca]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-269b23ca]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-269b23ca]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-269b23ca]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-269b23ca]{width:83%!important}.content #naviText span[data-v-269b23ca]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-269b23ca]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-269b23ca]{width:100%!important}.content #mainCar[data-v-269b23ca]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-269b23ca]{width:100%}#mainCarPhone[data-v-269b23ca]{display:none}.content #buttonMenu_v2[data-v-269b23ca]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-269b23ca]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-269b23ca]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-269b23ca]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-269b23ca]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-269b23ca]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-269b23ca]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-269b23ca]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-269b23ca]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-269b23ca]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-269b23ca]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-269b23ca]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-269b23ca]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-269b23ca]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-269b23ca]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-269b23ca]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-269b23ca]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-269b23ca]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-269b23ca]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-269b23ca]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-269b23ca]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-269b23ca]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-269b23ca]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-269b23ca]{bottom:11%;width:30%}.content #naviText span[data-v-269b23ca]{font-size:17px}.content #naviText img[data-v-269b23ca]{width:80%!important}.content #carName[data-v-269b23ca]{right:0%;bottom:12%}.content #carName img[data-v-269b23ca]{width:40%!important}.content #buttonMenu_v2>a[data-v-269b23ca]{width:33%}.content #buttonMenu>a[data-v-269b23ca]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-269b23ca]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-269b23ca]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-269b23ca]{display:block}#mainCarPc[data-v-269b23ca]{display:none}.content #buttonMenu_v2[data-v-269b23ca],.content #buttonMenu[data-v-269b23ca]{width:92%}}@media screen and (max-width: 480px){.content[data-v-269b23ca]{padding-top:0}.content #naviText[data-v-269b23ca]{bottom:14%;width:45%}.content #naviText span[data-v-269b23ca]{font-size:11px}.content #naviText img[data-v-269b23ca]{width:88%!important}.content #carName[data-v-269b23ca]{right:5%;bottom:15%}.content #carName img[data-v-269b23ca]{width:120px!important}.content #buttonMenu_v2[data-v-269b23ca]{position:relative}.content #buttonMenu_v2>a>div[data-v-269b23ca]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-269b23ca]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-269b23ca]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-269b23ca]{position:relative}.content #buttonMenu>a>div[data-v-269b23ca]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-269b23ca]{height:120px}.content #buttonMenu>a>div>span[data-v-269b23ca]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-269b23ca]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-269b23ca]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-269b23ca]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-269b23ca]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-269b23ca]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-269b23ca]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-269b23ca]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-269b23ca]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-269b23ca]{margin:0;padding:0}html[data-v-269b23ca]{background-color:#000;width:100%}.keyword[data-v-269b23ca],.highlight[data-v-269b23ca]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-269b23ca]{font-family:upsys_commonregular}.header_main[data-v-269b23ca]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-269b23ca]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-269b23ca]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-269b23ca]>*{float:left}#headerLogo[data-v-269b23ca]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-269b23ca]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-269b23ca]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-269b23ca]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-269b23ca]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-269b23ca]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-269b23ca]{font-size:13px}.languageDiv .active[data-v-269b23ca]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-269b23ca]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-269b23ca]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-269b23ca]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-269b23ca],#languageSelect li[data-v-269b23ca]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-269b23ca],#languageSelect li:hover a[data-v-269b23ca]{color:#000}.footer-manual[data-v-269b23ca]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-269b23ca]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-269b23ca]{line-height:60px}#footerLogo[data-v-269b23ca]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-269b23ca]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-269b23ca]{display:inline-block;width:100%}#copyrightPcSpan[data-v-269b23ca]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-269b23ca]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-269b23ca]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-269b23ca]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-269b23ca]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-269b23ca]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-269b23ca]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-269b23ca]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-269b23ca]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-269b23ca]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-269b23ca]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-269b23ca]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-269b23ca]:focus{outline:none}#searchButton[data-v-269b23ca]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-269b23ca]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-269b23ca]{width:80%}table td.right[data-v-269b23ca]{width:10%;text-align:center}.result[data-v-269b23ca],.resultcount[data-v-269b23ca],.noResult[data-v-269b23ca]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-269b23ca]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-269b23ca]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-269b23ca]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-269b23ca]{color:#e49f81}.cover[data-v-269b23ca]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-269b23ca]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-269b23ca]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-269b23ca]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-269b23ca]{font-size:12px}.languageDivPhone .active[data-v-269b23ca]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-269b23ca]{bottom:30px;left:1px}.fontChangeButton[data-v-269b23ca]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-269b23ca]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-269b23ca]{left:0}.languageDiv div[data-v-269b23ca]{width:120%;left:-45px;top:5px}#languageSelect[data-v-269b23ca]{margin-left:-40px}#banner_img>a[data-v-269b23ca]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-269b23ca]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-269b23ca]{z-index:12}.header_main[data-v-269b23ca]{height:40px;padding-top:0}.header[data-v-269b23ca]{z-index:12}.header[data-v-269b23ca]{height:40px;padding-top:0}#title[data-v-269b23ca]{font-size:16px;width:49%}#headerLogo[data-v-269b23ca]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-269b23ca]{width:20%}.languageDiv div[data-v-269b23ca]{width:90%;left:-15px;top:5px}#languageSelect[data-v-269b23ca]{margin-left:-10px}.languageDiv ul[data-v-269b23ca]{font-size:12px}#menu[data-v-269b23ca]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-269b23ca]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-269b23ca]{width:80%}#rightHeader[data-v-269b23ca]{height:40px}#rightHeader>div[data-v-269b23ca]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-269b23ca]{position:absolute;right:38px;top:0}.searchDiv[data-v-269b23ca]{width:90%}#toc[data-v-269b23ca]{width:100%}.copyright[data-v-269b23ca]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-269b23ca]{display:none}#copyrightPhone[data-v-269b23ca]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-269b23ca]{width:15%!important}#prevBtn[data-v-269b23ca],#nextBtn[data-v-269b23ca]{width:32px;height:32px;background-size:100%}#searchButton[data-v-269b23ca]{margin-left:-1px}table td.left[data-v-269b23ca]{text-align:right}table td.center[data-v-269b23ca]{width:50%}table td.right[data-v-269b23ca]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-269b23ca]{left:0}.languageDiv div[data-v-269b23ca]{width:100%;left:-5px;top:5px}#languageSelect[data-v-269b23ca]{margin-left:20px}.languageDiv ul[data-v-269b23ca]{font-size:10px}.noResult>span[data-v-269b23ca]{width:200px!important;font-size:14px}#title[data-v-269b23ca]{font-size:13px;width:40%}#menu[data-v-269b23ca]{position:absolute}#banner_img>a[data-v-269b23ca]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-269b23ca]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-269b23ca]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-269b23ca]{font-size:14px}}body[data-v-269b23ca]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-269b23ca]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-269b23ca]{margin:auto;max-width:1120px}.subHeaderInner[data-v-269b23ca]>*{float:left}.content p[data-v-269b23ca],.content li[data-v-269b23ca]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-269b23ca]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-269b23ca]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-269b23ca]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-269b23ca]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-269b23ca]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-269b23ca]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-269b23ca]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-269b23ca]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-269b23ca]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-269b23ca]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-269b23ca]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-269b23ca]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-269b23ca],p.Para-Basic-B-Sub[data-v-269b23ca]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-269b23ca]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-269b23ca]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-269b23ca]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-269b23ca]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-269b23ca],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-269b23ca],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-269b23ca]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-269b23ca],p+ul li.Para-Basic-B-Sub[data-v-269b23ca]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-269b23ca],ul~p.Para-basic-L-bullet-Sub[data-v-269b23ca],ul~p.Para-Basic-B-Sub[data-v-269b23ca]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-269b23ca],ol~p.Para-basic-L-bullet-Sub[data-v-269b23ca],ol~p.Para-Basic-B-Sub[data-v-269b23ca]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-269b23ca],ol+*+p.Para-basic-L-bullet-Sub[data-v-269b23ca],ol+*+p.Para-Basic-B-Sub[data-v-269b23ca]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-269b23ca],a .Para-Basic-B-Sub[data-v-269b23ca]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-269b23ca]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-269b23ca]{margin-left:45px}.content p[data-v-269b23ca],li[data-v-269b23ca]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-269b23ca],p.Para-Basic-B[data-v-269b23ca],p.Para-Basic-B-Center[data-v-269b23ca]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-269b23ca]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-269b23ca],p.Para-Basic-B-Center[data-v-269b23ca]{text-align:center}p.Para-Table-L-center[data-v-269b23ca],p.Para-Table-B-Center[data-v-269b23ca]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-269b23ca],table p.Para-Basic-B[data-v-269b23ca],table p.Para-Basic-B-Center[data-v-269b23ca]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-269b23ca]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-269b23ca]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-269b23ca]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-269b23ca]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-269b23ca]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-269b23ca],.content .text>ul[data-v-269b23ca],.content .text table ol[data-v-269b23ca],.content .text table ul[data-v-269b23ca]{padding-left:20px}.content .text>ol[data-v-269b23ca]{padding-left:0}p.Para-Illust-L[data-v-269b23ca]{text-align:center}p.Para-Illust-L img[data-v-269b23ca]{display:inline-block}p.Placeholder-sub[data-v-269b23ca],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-269b23ca],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-269b23ca],.content .text>ol~.figure[data-v-269b23ca],p.Placeholder-sub-S[data-v-269b23ca],.Para-screen-sub-S[data-v-269b23ca],.Para-screen-sub-M[data-v-269b23ca],.Para-screen-sub-L[data-v-269b23ca]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-269b23ca],p.Placeholder-sub-M img[data-v-269b23ca],p.Placeholder-sub img[data-v-269b23ca]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-269b23ca]{margin-left:45px}.Table-pic-Left-sub img[data-v-269b23ca]{margin-top:5px;margin-bottom:10px}div.figure[data-v-269b23ca]{display:inline-block}p.Para-img-description[data-v-269b23ca]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-269b23ca]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-269b23ca]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-269b23ca]{margin-bottom:25px}.text img[data-v-269b23ca]{max-width:100%;display:block}.Table-Pic-center[data-v-269b23ca]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-269b23ca]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-269b23ca]{margin:0}p.Para-Box-Num[data-v-269b23ca]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-269b23ca]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-269b23ca]:AFTER{content:". "}span.inline-img img[data-v-269b23ca]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-269b23ca]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-269b23ca]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-269b23ca]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-269b23ca]{margin-left:6.5%;display:block!important}.discUl li[data-v-269b23ca]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-269b23ca],.Symbol-R[data-v-269b23ca],.Note-R-Pic[data-v-269b23ca]{display:block;width:100%}.Symbol-L[data-v-269b23ca]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-269b23ca]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-269b23ca],.Symbol-R li[data-v-269b23ca],.Symbol-R p[data-v-269b23ca]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-269b23ca]{font-size:16px}table.Table-Symbol td ul[data-v-269b23ca]{padding-left:20px}table.Table-Symbol[data-v-269b23ca]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-269b23ca]{color:#bc162c}.Symbol-Black[data-v-269b23ca],.Symbol-Black-Table[data-v-269b23ca]{font-family:upsys_commonregular}.Symbol-Green[data-v-269b23ca]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-269b23ca]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-269b23ca]{width:auto!important}.video_container[data-v-269b23ca]{margin-top:40px;float:right}.video[data-v-269b23ca]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-269b23ca]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-269b23ca]{width:100%}.Table--3col[data-v-269b23ca],.Basic-Table[data-v-269b23ca],.Table--2col[data-v-269b23ca],.Table-Landmark[data-v-269b23ca],.Table--4col[data-v-269b23ca],.Table-2row-merge[data-v-269b23ca],.Table--troubleshooting[data-v-269b23ca],.Table-specification[data-v-269b23ca],.Table-service-center[data-v-269b23ca],.Table-5col[data-v-269b23ca],.responsive[data-v-269b23ca],.Table--3col-Locations[data-v-269b23ca]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-269b23ca]:FIRST-CHILD,.Basic-Table tr[data-v-269b23ca]:FIRST-CHILD,.Table--2col tr[data-v-269b23ca]:FIRST-CHILD,.Table-Landmark tr[data-v-269b23ca]:FIRST-CHILD,.Table--4col tr[data-v-269b23ca]:FIRST-CHILD,.Table-2row-merge tr[data-v-269b23ca]:FIRST-CHILD,.Table--troubleshooting tr[data-v-269b23ca]:FIRST-CHILD,.Table-service-center tr[data-v-269b23ca]:FIRST-CHILD,.responsive tr[data-v-269b23ca]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-269b23ca]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-269b23ca],.Basic-Table td[data-v-269b23ca],.Table--2col td[data-v-269b23ca],.Table-Landmark td[data-v-269b23ca],.Table--4col td[data-v-269b23ca],.Table-2row-merge td[data-v-269b23ca],.Table--troubleshooting td[data-v-269b23ca],.Table-specification td[data-v-269b23ca],.Table-service-center td[data-v-269b23ca],.responsive td[data-v-269b23ca]{padding:10px}.Table--troubleshooting td[data-v-269b23ca]{border-right:none}.Table--troubleshooting[data-v-269b23ca]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-269b23ca],.Table-Landmark .Para-Pic-Center img[data-v-269b23ca]{width:30px}.Table-5col[data-v-269b23ca]{border:none}.Table-5col tr[data-v-269b23ca]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-269b23ca]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-269b23ca]{width:15%}.Table--3col td.x3col-L[data-v-269b23ca],.x3col-L td.x3col-M[data-v-269b23ca]{width:10%}td.x3col-Mid-Text[data-v-269b23ca]{text-align:center}td.x3col-R-Pic[data-v-269b23ca]{text-align:right}.responsive td p[data-v-269b23ca]{text-align:center}table.Table--3col-Locations[data-v-269b23ca]{border-collapse:collapse}.Table--3col-Locations td[data-v-269b23ca]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-269b23ca]{padding:10px}.Para-Pic-Center img[data-v-269b23ca]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-269b23ca]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-269b23ca]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-269b23ca]{width:50%}.Table-specification .x3col-L-Grey[data-v-269b23ca]{width:20%}.Table-specification .Spec-Mid-text[data-v-269b23ca]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-269b23ca]{width:50%}.Table--3col .x3col-L-Grey[data-v-269b23ca]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-269b23ca],.Table--4col .x3col-Mid-Grey[data-v-269b23ca],.Table--4col .x3col-R-Grey[data-v-269b23ca]{width:30%}.navi td.x3col-Mid-Grey[data-v-269b23ca]{width:15%}.Table--3col .x3col-R-Grey[data-v-269b23ca]{width:50%}.Table--2col .x3col-L-Grey[data-v-269b23ca],.Table--2col td[data-v-269b23ca]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-269b23ca]{width:70%}.Table--2col-Disc[data-v-269b23ca]{border-collapse:collapse}.Table--2col-Disc td[data-v-269b23ca]{border:1px solid grey;padding:10px}.Table-PL td[data-v-269b23ca]:FIRST-CHILD{width:25%}.resultcount p[data-v-269b23ca]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-269b23ca]{font-family:SK_namuhx-Bold}.noResult>span[data-v-269b23ca]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-269b23ca]{color:#f0dfdf;display:block}.result_list[data-v-269b23ca]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-269b23ca]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-269b23ca]{font-family:SK_namuhx-Regular}.resulttext p[data-v-269b23ca]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-269b23ca]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-269b23ca]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-269b23ca],.Cross-Reference[data-v-269b23ca]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-269b23ca]:hover{text-decoration:underline}.fontChangeDiv[data-v-269b23ca]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-269b23ca]{top:55px}#backButton[data-v-269b23ca]{background-size:16px}.chapterTitle[data-v-269b23ca]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-269b23ca],h2[data-v-269b23ca]{font-size:1.3em}#contentAccordion[data-v-269b23ca]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-269b23ca]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-269b23ca]{line-height:21px}.video[data-v-269b23ca]{width:46%}}@media screen and (max-width: 640px){h2[data-v-269b23ca]{margin-top:40px}.subHeader[data-v-269b23ca]{top:40px}.fontChangeDiv[data-v-269b23ca]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-269b23ca]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-269b23ca]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-269b23ca]{margin-left:7.3%}table td[data-v-269b23ca]{font-size:14px;padding:5px!important}table td p[data-v-269b23ca],table td p.Para-Basic-B-Center[data-v-269b23ca],table td p.Para-Basic-B[data-v-269b23ca]{font-size:14px}table td p.Para-Small-L[data-v-269b23ca]{font-size:12px;word-break:break-word}.Table--3col td[data-v-269b23ca],.Basic-Table td[data-v-269b23ca],.Table--2col td[data-v-269b23ca],.Table-Landmark td[data-v-269b23ca],.Table--4col td[data-v-269b23ca],.Table-2row-merge td[data-v-269b23ca],.Table--troubleshooting td[data-v-269b23ca],.Table-specification td[data-v-269b23ca],.Table-service-center td[data-v-269b23ca]{border-right:none}.responsive[data-v-269b23ca],.responsive tr[data-v-269b23ca],.responsive tbody[data-v-269b23ca]{width:100%}.Table--4col-responsive td[data-v-269b23ca]{min-width:200px!important;height:auto}.responsive td p[data-v-269b23ca]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-269b23ca],.Table-Symbol td li[data-v-269b23ca]{font-size:16px}p.Placeholder-sub[data-v-269b23ca],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-269b23ca],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-269b23ca],.content .text>ol~.figure[data-v-269b23ca],.content .text>ol+ul[data-v-269b23ca],.Para-screen-sub-L[data-v-269b23ca]{margin-left:0}.resultcount p[data-v-269b23ca]{font-size:16px}.Table-specification td p[data-v-269b23ca],.Table--3col-Locations td li[data-v-269b23ca],p.Para-basic-L-Sub[data-v-269b23ca],p.Para-basic-L-Sub-Auto[data-v-269b23ca],p.Para-basic-L-center[data-v-269b23ca],li.Para-basic-L-bullet[data-v-269b23ca],p.Para-basic-L[data-v-269b23ca],li.Para-basic-L-hyp-Sub[data-v-269b23ca],li.Para-basic-L-hyp-2Sub[data-v-269b23ca],li[class^=Para-Num][data-v-269b23ca],p.Para-Box-Num[data-v-269b23ca],p.Para-Basic-B-Sub[data-v-269b23ca],td p.Para-basic-L[data-v-269b23ca],td li.Para-basic-L-bullet[data-v-269b23ca],p.Para-Basic-B[data-v-269b23ca],p.Para-Circle-Num-Sub[data-v-269b23ca],.Symbol-L p.Para-basic-L-Sub[data-v-269b23ca],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-269b23ca]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-269b23ca],.Table--3col-Locations td li[data-v-269b23ca],p.Para-Table-L-Sub[data-v-269b23ca],p.Para-Table-L-Sub-Auto[data-v-269b23ca],p.Para-Table-L-center[data-v-269b23ca],p.Para-Table-L[data-v-269b23ca],li.Para-Table-L-hyp-Sub[data-v-269b23ca],li.Para-Table-L-hyp-2Sub[data-v-269b23ca],p.Para-Table-B-Sub[data-v-269b23ca],td p.Para-Table-L[data-v-269b23ca],p.Para-Table-B[data-v-269b23ca],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-269b23ca]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-269b23ca]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-269b23ca],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-269b23ca]{font-size:14px}.big .Table-specification td p[data-v-269b23ca],.big .Table--3col-Locations td li[data-v-269b23ca],.big p.Para-basic-L-Sub[data-v-269b23ca],.big p.Para-basic-L-Sub-Auto[data-v-269b23ca],.big p.Para-basic-L-center[data-v-269b23ca],.big li.Para-basic-L-bullet[data-v-269b23ca],.big p.Para-basic-L[data-v-269b23ca],.big li.Para-basic-L-hyp-Sub[data-v-269b23ca],.big li.Para-basic-L-hyp-2Sub[data-v-269b23ca],.big li[class^=Para-Num][data-v-269b23ca],.big p.Para-Box-Num[data-v-269b23ca],.big p.Para-Basic-B-Sub[data-v-269b23ca],.big td p.Para-basic-L[data-v-269b23ca],.big td li.Para-basic-L-bullet[data-v-269b23ca],.big p.Para-Basic-B[data-v-269b23ca],.big p.Para-Circle-Num-Sub[data-v-269b23ca]{font-size:16px}.big .Table-specification td p[data-v-269b23ca],.big .Table--3col-Locations td li[data-v-269b23ca],.big p.Para-Table-L-Sub[data-v-269b23ca],.big p.Para-Table-L-Sub-Auto[data-v-269b23ca],.big p.Para-Table-L-center[data-v-269b23ca],.big p.Para-Table-L[data-v-269b23ca],.big li.Para-Table-L-hyp-Sub[data-v-269b23ca],.big li.Para-Table-L-hyp-2Sub[data-v-269b23ca],.big li[class^=Para-Num][data-v-269b23ca],.big p.Para-Box-Num[data-v-269b23ca],.big p.Para-Table-B-Sub[data-v-269b23ca],.big td p.Para-Table-L[data-v-269b23ca],.big p.Para-Table-B[data-v-269b23ca],.big p.Para-Circle-Num-Sub[data-v-269b23ca],.big p.Para-Table-B-Center[data-v-269b23ca],.big .Table--3col-ISO td p[data-v-269b23ca]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-269b23ca],p.Para-Table-B-Center[data-v-269b23ca]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-269b23ca],.big p.video_title[data-v-269b23ca],.big .resultItem p[data-v-269b23ca]{font-size:1.05em}h1[data-v-269b23ca]{font-size:1.2em;margin-top:0}h2[data-v-269b23ca]{font-size:1.1em}.Heading-3[data-v-269b23ca]{font-size:1em}.content .text>ol li[data-v-269b23ca]:BEFORE{font-size:26px}.video[data-v-269b23ca]{width:95%}}p.Para-Table-L[data-v-269b23ca]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-269b23ca]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-269b23ca]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-269b23ca]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-269b23ca]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-269b23ca]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-269b23ca]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-269b23ca]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-269b23ca]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-269b23ca]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-269b23ca]:before{content:"";display:block;height:15pt}.Bold[data-v-269b23ca],span.Bold[data-v-269b23ca]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-269b23ca]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-269b23ca]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-269b23ca]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-269b23ca]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-269b23ca]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-269b23ca]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-269b23ca]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-269b23ca]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-269b23ca]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-269b23ca]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-269b23ca]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-269b23ca],.Para-Table-L-Sub-Auto .icon-1[data-v-269b23ca]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-269b23ca]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-269b23ca]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-269b23ca]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-269b23ca],.Table--2col td p.Para-basic-L[data-v-269b23ca]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-269b23ca]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-269b23ca]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-269b23ca]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-269b23ca]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-269b23ca]{margin-top:8pt!important}.table-responsive[data-v-269b23ca]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-269b23ca]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-269b23ca],#table-16[data-v-269b23ca]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-269b23ca]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-269b23ca]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-269b23ca]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-269b23ca]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-269b23ca]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-269b23ca]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-269b23ca]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-269b23ca]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-269b23ca]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-269b23ca]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-269b23ca]{font-size:12px}#table-15.responsive td[data-v-269b23ca]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-269b23ca]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-269b23ca]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-269b23ca]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-269b23ca]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-269b23ca],.Table--4col-Error th[data-v-269b23ca]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-269b23ca],.Table--4col-Error tr:first-child th[data-v-269b23ca]{border-top:none}.Table--4col-Error tr:last-child td[data-v-269b23ca]{border-bottom:none}.Table--4col-Error thead td[data-v-269b23ca]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-269b23ca]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-269b23ca]:nth-child(1),.Table--4col-Error thead td[data-v-269b23ca]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-269b23ca]:nth-child(2),.Table--4col-Error thead td[data-v-269b23ca]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-269b23ca]:nth-child(3),.Table--4col-Error thead td[data-v-269b23ca]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-269b23ca]:nth-child(4),.Table--4col-Error thead td[data-v-269b23ca]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-269b23ca]:nth-child(1),.Table--4col-Error tbody td[data-v-269b23ca]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-269b23ca]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-269b23ca]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-269b23ca]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-269b23ca]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-269b23ca]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-269b23ca]{font-size:14px!important}.Table--4col-Error tbody td[data-v-269b23ca]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-269b23ca],.Table--4col-Error p.Para-Table-B[data-v-269b23ca],.Table--4col-Error p.Para-Table-L-Center[data-v-269b23ca]{font-size:12px!important}.Table--4col-Error tbody td[data-v-269b23ca]:nth-child(1),.Table--4col-Error thead td[data-v-269b23ca]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-269b23ca]:nth-child(2),.Table--4col-Error thead td[data-v-269b23ca]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-269b23ca]:nth-child(3),.Table--4col-Error thead td[data-v-269b23ca]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-269b23ca]:nth-child(4),.Table--4col-Error thead td[data-v-269b23ca]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-269b23ca]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-269b23ca]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-269b23ca]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-269b23ca]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-269b23ca]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-269b23ca]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-269b23ca]{line-height:1.25;font-weight:500}.Bold-color[data-v-269b23ca]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-269b23ca]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-269b23ca]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-269b23ca]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-269b23ca]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-269b23ca]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-269b23ca]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-269b23ca]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-269b23ca]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-269b23ca]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-269b23ca]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-269b23ca]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-269b23ca]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-269b23ca]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-269b23ca]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-269b23ca]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-269b23ca],tr:last-child td.cell-style-override-7[data-v-269b23ca]{border-bottom:0}table#table-16[data-v-269b23ca]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-269b23ca],.Table--2col-Air-Sensor[data-v-269b23ca],.Table--2col-Voice[data-v-269b23ca],.Table--2col-Filter[data-v-269b23ca],.Table--troubleshooting[data-v-269b23ca],.Table--4col-Error[data-v-269b23ca],.Table--Specifications[data-v-269b23ca]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-269b23ca]:last-child,.Table--2col-Voice tr td[data-v-269b23ca]:last-child{width:70%}.Table--2col-Voice tr td[data-v-269b23ca]:first-child{width:30%}.Para-Table-L-Center[data-v-269b23ca]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-269b23ca]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-269b23ca]{display:block!important}.Table--2col-Information td[data-v-269b23ca]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-269b23ca]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-269b23ca]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-269b23ca]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-269b23ca]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-269b23ca],.Table--4col-responsive table td[data-v-269b23ca]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-269b23ca],.Table--2col-Information th[data-v-269b23ca]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-269b23ca]:nth-child(1),.Table--2col-Information th[data-v-269b23ca]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-269b23ca]:nth-child(2),.Table--2col-Information th[data-v-269b23ca]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-269b23ca],.Table--2col-Information th[data-v-269b23ca]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-269b23ca]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-269b23ca],.Table--2col-Voice th[data-v-269b23ca]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-269b23ca]:nth-child(1),.Table--2col-Voice th[data-v-269b23ca]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-269b23ca]:nth-child(2),.Table--2col-Voice th[data-v-269b23ca]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-269b23ca]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-269b23ca],.Table--2col-Voice tr:last-child td[data-v-269b23ca]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-269b23ca],.Table--2col-Voice thead th[data-v-269b23ca]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-269b23ca]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-269b23ca]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-269b23ca]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-269b23ca],.Table--2col-Information th[data-v-269b23ca]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-269b23ca]:nth-child(1),.Table--2col-Information th[data-v-269b23ca]:nth-child(1){width:30%}.Table--2col-Information td[data-v-269b23ca]:nth-child(2),.Table--2col-Information th[data-v-269b23ca]:nth-child(2){width:70%}.Table--2col-Information td[data-v-269b23ca]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-269b23ca]{border-bottom:none}.Table--2col-Air-Sensor[data-v-269b23ca]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-269b23ca],.Table--2col-Air-Sensor th[data-v-269b23ca]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-269b23ca]:nth-child(1),.Table--2col-Air-Sensor th[data-v-269b23ca]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-269b23ca]:nth-child(2),.Table--2col-Air-Sensor th[data-v-269b23ca]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-269b23ca]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-269b23ca]{border-bottom:none}.Table--2col-Filter[data-v-269b23ca]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-269b23ca],.Table--2col-Filter th[data-v-269b23ca]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-269b23ca]:nth-child(1),.Table--2col-Filter th[data-v-269b23ca]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-269b23ca]:nth-child(2),.Table--2col-Filter th[data-v-269b23ca]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-269b23ca]:nth-child(3),.Table--2col-Filter th[data-v-269b23ca]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-269b23ca]:nth-child(4),.Table--2col-Filter th[data-v-269b23ca]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-269b23ca]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-269b23ca],.Table--2col-Filter tr:last-child td[data-v-269b23ca]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-269b23ca],.Table--2col-Filter thead th[data-v-269b23ca]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-269b23ca]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-269b23ca]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-269b23ca]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-269b23ca],.Table--Specifications th[data-v-269b23ca]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-269b23ca]:first-child,.Table--Specifications th[data-v-269b23ca]:first-child{width:16%}.Table--Specifications td[data-v-269b23ca]:nth-child(2),.Table--Specifications th[data-v-269b23ca]:nth-child(2){width:42%}.Table--Specifications td[data-v-269b23ca]:nth-child(3),.Table--Specifications th[data-v-269b23ca]:nth-child(3){width:42%}.Table--Specifications td[data-v-269b23ca]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-269b23ca],.Table--Specifications tr:last-child td[data-v-269b23ca]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-269b23ca],.Table--Specifications thead th[data-v-269b23ca]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-269b23ca]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-269b23ca]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-269b23ca],td.cell-style-override-20[data-v-269b23ca]{padding:10px}td.x3col-Mid-text[data-v-269b23ca],td.cell-style-override-22[data-v-269b23ca],td.cell-style-override-20[data-v-269b23ca]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-269b23ca]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-269b23ca]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-269b23ca]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-269b23ca]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-269b23ca]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-269b23ca]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-269b23ca],th.header-cell[data-v-269b23ca]{background-color:#88d0c7}td.color-blue[data-v-269b23ca],th.color-blue[data-v-269b23ca]{background-color:#d3edf9}td.color-green[data-v-269b23ca],th.color-green[data-v-269b23ca]{background-color:#d9ead3}td.color-orange[data-v-269b23ca],th.color-orange[data-v-269b23ca]{background-color:#fce5cd}td.color-red[data-v-269b23ca],th.color-red[data-v-269b23ca]{background-color:#f4cccc}td.color-purple[data-v-269b23ca],th.color-purple[data-v-269b23ca]{background-color:#e4d7f5}td.color-yellow[data-v-269b23ca],th.color-yellow[data-v-269b23ca]{background-color:#fff2cc}td.color-teal[data-v-269b23ca],th.color-teal[data-v-269b23ca]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-269b23ca],.Table--8col-air-web-1 td[data-v-269b23ca],.Table--8col-air-web-1 th[data-v-269b23ca]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-269b23ca]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-269b23ca]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-269b23ca],.Table--2col td[data-v-269b23ca],.Table--2col th[data-v-269b23ca]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-269b23ca]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-269b23ca]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-269b23ca],.Table--2col th p[data-v-269b23ca]{border:none!important}.Table--2col[data-v-269b23ca] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-269b23ca]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-269b23ca],.Table--4col td[data-v-269b23ca]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-269b23ca]{text-align:left!important}.Table--4col thead th[data-v-269b23ca]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-269b23ca]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-269b23ca]{text-align:center!important}.Table--4col-air[data-v-269b23ca]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-269b23ca],.Table--4col-air th[data-v-269b23ca]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-269b23ca],.Table--4col-air tr:first-child th[data-v-269b23ca]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-269b23ca]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-269b23ca],.Table--4col-air td ul[data-v-269b23ca],.Table--4col-air td li[data-v-269b23ca]{text-align:left!important}.Table--4col-air colgroup col[data-v-269b23ca]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-269b23ca]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-269b23ca]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-269b23ca]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-269b23ca]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-269b23ca],.Table--4col-air th[data-v-269b23ca]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-269b23ca],.Table--4col-air tr:first-child th[data-v-269b23ca]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-269b23ca]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-269b23ca]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-269b23ca],.Table--4col-ai2 th[data-v-269b23ca]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-269b23ca]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-269b23ca]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-269b23ca],.Table--4col-ai2 th[data-v-269b23ca]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-269b23ca]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-269b23ca]{font-size:12px!important;margin:0!important;line-height:1.5!important}}#content-div[data-v-269b23ca]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-269b23ca]{min-height:100vh}}body[data-v-1ac5befc]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-1ac5befc]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-1ac5befc]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-1ac5befc]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-1ac5befc]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-1ac5befc]{width:83%!important}.content #naviText span[data-v-1ac5befc]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-1ac5befc]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-1ac5befc]{width:100%!important}.content #mainCar[data-v-1ac5befc]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-1ac5befc]{width:100%}#mainCarPhone[data-v-1ac5befc]{display:none}.content #buttonMenu_v2[data-v-1ac5befc]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-1ac5befc]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-1ac5befc]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-1ac5befc]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-1ac5befc]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-1ac5befc]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-1ac5befc]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-1ac5befc]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-1ac5befc]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-1ac5befc]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-1ac5befc]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-1ac5befc]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-1ac5befc]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-1ac5befc]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-1ac5befc]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-1ac5befc]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-1ac5befc]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-1ac5befc]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-1ac5befc]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-1ac5befc]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-1ac5befc]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-1ac5befc]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-1ac5befc]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-1ac5befc]{bottom:11%;width:30%}.content #naviText span[data-v-1ac5befc]{font-size:17px}.content #naviText img[data-v-1ac5befc]{width:80%!important}.content #carName[data-v-1ac5befc]{right:0%;bottom:12%}.content #carName img[data-v-1ac5befc]{width:40%!important}.content #buttonMenu_v2>a[data-v-1ac5befc]{width:33%}.content #buttonMenu>a[data-v-1ac5befc]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-1ac5befc]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-1ac5befc]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-1ac5befc]{display:block}#mainCarPc[data-v-1ac5befc]{display:none}.content #buttonMenu_v2[data-v-1ac5befc],.content #buttonMenu[data-v-1ac5befc]{width:92%}}@media screen and (max-width: 480px){.content[data-v-1ac5befc]{padding-top:0}.content #naviText[data-v-1ac5befc]{bottom:14%;width:45%}.content #naviText span[data-v-1ac5befc]{font-size:11px}.content #naviText img[data-v-1ac5befc]{width:88%!important}.content #carName[data-v-1ac5befc]{right:5%;bottom:15%}.content #carName img[data-v-1ac5befc]{width:120px!important}.content #buttonMenu_v2[data-v-1ac5befc]{position:relative}.content #buttonMenu_v2>a>div[data-v-1ac5befc]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-1ac5befc]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-1ac5befc]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-1ac5befc]{position:relative}.content #buttonMenu>a>div[data-v-1ac5befc]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-1ac5befc]{height:120px}.content #buttonMenu>a>div>span[data-v-1ac5befc]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-1ac5befc]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-1ac5befc]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-1ac5befc]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-1ac5befc]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-1ac5befc]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-1ac5befc]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-1ac5befc]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-1ac5befc]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-1ac5befc]{margin:0;padding:0}html[data-v-1ac5befc]{background-color:#000;width:100%}.keyword[data-v-1ac5befc],.highlight[data-v-1ac5befc]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-1ac5befc]{font-family:upsys_commonregular}.header_main[data-v-1ac5befc]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-1ac5befc]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-1ac5befc]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-1ac5befc]>*{float:left}#headerLogo[data-v-1ac5befc]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-1ac5befc]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-1ac5befc]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-1ac5befc]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-1ac5befc]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-1ac5befc]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-1ac5befc]{font-size:13px}.languageDiv .active[data-v-1ac5befc]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-1ac5befc]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-1ac5befc]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-1ac5befc]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-1ac5befc],#languageSelect li[data-v-1ac5befc]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-1ac5befc],#languageSelect li:hover a[data-v-1ac5befc]{color:#000}.footer-manual[data-v-1ac5befc]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-1ac5befc]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-1ac5befc]{line-height:60px}#footerLogo[data-v-1ac5befc]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-1ac5befc]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-1ac5befc]{display:inline-block;width:100%}#copyrightPcSpan[data-v-1ac5befc]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-1ac5befc]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-1ac5befc]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-1ac5befc]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-1ac5befc]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-1ac5befc]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-1ac5befc]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-1ac5befc]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-1ac5befc]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-1ac5befc]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-1ac5befc]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-1ac5befc]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-1ac5befc]:focus{outline:none}#searchButton[data-v-1ac5befc]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-1ac5befc]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-1ac5befc]{width:80%}table td.right[data-v-1ac5befc]{width:10%;text-align:center}.result[data-v-1ac5befc],.resultcount[data-v-1ac5befc],.noResult[data-v-1ac5befc]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-1ac5befc]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-1ac5befc]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-1ac5befc]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-1ac5befc]{color:#e49f81}.cover[data-v-1ac5befc]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-1ac5befc]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-1ac5befc]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-1ac5befc]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-1ac5befc]{font-size:12px}.languageDivPhone .active[data-v-1ac5befc]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-1ac5befc]{bottom:30px;left:1px}.fontChangeButton[data-v-1ac5befc]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-1ac5befc]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-1ac5befc]{left:0}.languageDiv div[data-v-1ac5befc]{width:120%;left:-45px;top:5px}#languageSelect[data-v-1ac5befc]{margin-left:-40px}#banner_img>a[data-v-1ac5befc]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-1ac5befc]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-1ac5befc]{z-index:12}.header_main[data-v-1ac5befc]{height:40px;padding-top:0}.header[data-v-1ac5befc]{z-index:12}.header[data-v-1ac5befc]{height:40px;padding-top:0}#title[data-v-1ac5befc]{font-size:16px;width:49%}#headerLogo[data-v-1ac5befc]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-1ac5befc]{width:20%}.languageDiv div[data-v-1ac5befc]{width:90%;left:-15px;top:5px}#languageSelect[data-v-1ac5befc]{margin-left:-10px}.languageDiv ul[data-v-1ac5befc]{font-size:12px}#menu[data-v-1ac5befc]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-1ac5befc]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-1ac5befc]{width:80%}#rightHeader[data-v-1ac5befc]{height:40px}#rightHeader>div[data-v-1ac5befc]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-1ac5befc]{position:absolute;right:38px;top:0}.searchDiv[data-v-1ac5befc]{width:90%}#toc[data-v-1ac5befc]{width:100%}.copyright[data-v-1ac5befc]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-1ac5befc]{display:none}#copyrightPhone[data-v-1ac5befc]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-1ac5befc]{width:15%!important}#prevBtn[data-v-1ac5befc],#nextBtn[data-v-1ac5befc]{width:32px;height:32px;background-size:100%}#searchButton[data-v-1ac5befc]{margin-left:-1px}table td.left[data-v-1ac5befc]{text-align:right}table td.center[data-v-1ac5befc]{width:50%}table td.right[data-v-1ac5befc]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-1ac5befc]{left:0}.languageDiv div[data-v-1ac5befc]{width:100%;left:-5px;top:5px}#languageSelect[data-v-1ac5befc]{margin-left:20px}.languageDiv ul[data-v-1ac5befc]{font-size:10px}.noResult>span[data-v-1ac5befc]{width:200px!important;font-size:14px}#title[data-v-1ac5befc]{font-size:13px;width:40%}#menu[data-v-1ac5befc]{position:absolute}#banner_img>a[data-v-1ac5befc]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-1ac5befc]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-1ac5befc]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-1ac5befc]{font-size:14px}}body[data-v-1ac5befc]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-1ac5befc]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-1ac5befc]{margin:auto;max-width:1120px}.subHeaderInner[data-v-1ac5befc]>*{float:left}.content p[data-v-1ac5befc],.content li[data-v-1ac5befc]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-1ac5befc]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-1ac5befc]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-1ac5befc]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-1ac5befc]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-1ac5befc]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-1ac5befc]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-1ac5befc]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-1ac5befc]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-1ac5befc]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-1ac5befc]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-1ac5befc]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-1ac5befc]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-1ac5befc],p.Para-Basic-B-Sub[data-v-1ac5befc]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-1ac5befc]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-1ac5befc]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-1ac5befc]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-1ac5befc]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-1ac5befc],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-1ac5befc],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-1ac5befc]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-1ac5befc],p+ul li.Para-Basic-B-Sub[data-v-1ac5befc]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-1ac5befc],ul~p.Para-basic-L-bullet-Sub[data-v-1ac5befc],ul~p.Para-Basic-B-Sub[data-v-1ac5befc]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-1ac5befc],ol~p.Para-basic-L-bullet-Sub[data-v-1ac5befc],ol~p.Para-Basic-B-Sub[data-v-1ac5befc]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-1ac5befc],ol+*+p.Para-basic-L-bullet-Sub[data-v-1ac5befc],ol+*+p.Para-Basic-B-Sub[data-v-1ac5befc]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-1ac5befc],a .Para-Basic-B-Sub[data-v-1ac5befc]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-1ac5befc]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-1ac5befc]{margin-left:45px}.content p[data-v-1ac5befc],li[data-v-1ac5befc]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-1ac5befc],p.Para-Basic-B[data-v-1ac5befc],p.Para-Basic-B-Center[data-v-1ac5befc]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-1ac5befc]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-1ac5befc],p.Para-Basic-B-Center[data-v-1ac5befc]{text-align:center}p.Para-Table-L-center[data-v-1ac5befc],p.Para-Table-B-Center[data-v-1ac5befc]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-1ac5befc],table p.Para-Basic-B[data-v-1ac5befc],table p.Para-Basic-B-Center[data-v-1ac5befc]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-1ac5befc]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-1ac5befc]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-1ac5befc]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-1ac5befc]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-1ac5befc]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-1ac5befc],.content .text>ul[data-v-1ac5befc],.content .text table ol[data-v-1ac5befc],.content .text table ul[data-v-1ac5befc]{padding-left:20px}.content .text>ol[data-v-1ac5befc]{padding-left:0}p.Para-Illust-L[data-v-1ac5befc]{text-align:center}p.Para-Illust-L img[data-v-1ac5befc]{display:inline-block}p.Placeholder-sub[data-v-1ac5befc],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-1ac5befc],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-1ac5befc],.content .text>ol~.figure[data-v-1ac5befc],p.Placeholder-sub-S[data-v-1ac5befc],.Para-screen-sub-S[data-v-1ac5befc],.Para-screen-sub-M[data-v-1ac5befc],.Para-screen-sub-L[data-v-1ac5befc]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-1ac5befc],p.Placeholder-sub-M img[data-v-1ac5befc],p.Placeholder-sub img[data-v-1ac5befc]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-1ac5befc]{margin-left:45px}.Table-pic-Left-sub img[data-v-1ac5befc]{margin-top:5px;margin-bottom:10px}div.figure[data-v-1ac5befc]{display:inline-block}p.Para-img-description[data-v-1ac5befc]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-1ac5befc]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-1ac5befc]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-1ac5befc]{margin-bottom:25px}.text img[data-v-1ac5befc]{max-width:100%;display:block}.Table-Pic-center[data-v-1ac5befc]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-1ac5befc]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-1ac5befc]{margin:0}p.Para-Box-Num[data-v-1ac5befc]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-1ac5befc]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-1ac5befc]:AFTER{content:". "}span.inline-img img[data-v-1ac5befc]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-1ac5befc]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-1ac5befc]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-1ac5befc]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-1ac5befc]{margin-left:6.5%;display:block!important}.discUl li[data-v-1ac5befc]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-1ac5befc],.Symbol-R[data-v-1ac5befc],.Note-R-Pic[data-v-1ac5befc]{display:block;width:100%}.Symbol-L[data-v-1ac5befc]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-1ac5befc]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-1ac5befc],.Symbol-R li[data-v-1ac5befc],.Symbol-R p[data-v-1ac5befc]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-1ac5befc]{font-size:16px}table.Table-Symbol td ul[data-v-1ac5befc]{padding-left:20px}table.Table-Symbol[data-v-1ac5befc]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-1ac5befc]{color:#bc162c}.Symbol-Black[data-v-1ac5befc],.Symbol-Black-Table[data-v-1ac5befc]{font-family:upsys_commonregular}.Symbol-Green[data-v-1ac5befc]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-1ac5befc]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-1ac5befc]{width:auto!important}.video_container[data-v-1ac5befc]{margin-top:40px;float:right}.video[data-v-1ac5befc]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-1ac5befc]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-1ac5befc]{width:100%}.Table--3col[data-v-1ac5befc],.Basic-Table[data-v-1ac5befc],.Table--2col[data-v-1ac5befc],.Table-Landmark[data-v-1ac5befc],.Table--4col[data-v-1ac5befc],.Table-2row-merge[data-v-1ac5befc],.Table--troubleshooting[data-v-1ac5befc],.Table-specification[data-v-1ac5befc],.Table-service-center[data-v-1ac5befc],.Table-5col[data-v-1ac5befc],.responsive[data-v-1ac5befc],.Table--3col-Locations[data-v-1ac5befc]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-1ac5befc]:FIRST-CHILD,.Basic-Table tr[data-v-1ac5befc]:FIRST-CHILD,.Table--2col tr[data-v-1ac5befc]:FIRST-CHILD,.Table-Landmark tr[data-v-1ac5befc]:FIRST-CHILD,.Table--4col tr[data-v-1ac5befc]:FIRST-CHILD,.Table-2row-merge tr[data-v-1ac5befc]:FIRST-CHILD,.Table--troubleshooting tr[data-v-1ac5befc]:FIRST-CHILD,.Table-service-center tr[data-v-1ac5befc]:FIRST-CHILD,.responsive tr[data-v-1ac5befc]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-1ac5befc]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-1ac5befc],.Basic-Table td[data-v-1ac5befc],.Table--2col td[data-v-1ac5befc],.Table-Landmark td[data-v-1ac5befc],.Table--4col td[data-v-1ac5befc],.Table-2row-merge td[data-v-1ac5befc],.Table--troubleshooting td[data-v-1ac5befc],.Table-specification td[data-v-1ac5befc],.Table-service-center td[data-v-1ac5befc],.responsive td[data-v-1ac5befc]{padding:10px}.Table--troubleshooting td[data-v-1ac5befc]{border-right:none}.Table--troubleshooting[data-v-1ac5befc]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-1ac5befc],.Table-Landmark .Para-Pic-Center img[data-v-1ac5befc]{width:30px}.Table-5col[data-v-1ac5befc]{border:none}.Table-5col tr[data-v-1ac5befc]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-1ac5befc]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-1ac5befc]{width:15%}.Table--3col td.x3col-L[data-v-1ac5befc],.x3col-L td.x3col-M[data-v-1ac5befc]{width:10%}td.x3col-Mid-Text[data-v-1ac5befc]{text-align:center}td.x3col-R-Pic[data-v-1ac5befc]{text-align:right}.responsive td p[data-v-1ac5befc]{text-align:center}table.Table--3col-Locations[data-v-1ac5befc]{border-collapse:collapse}.Table--3col-Locations td[data-v-1ac5befc]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-1ac5befc]{padding:10px}.Para-Pic-Center img[data-v-1ac5befc]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-1ac5befc]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-1ac5befc]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-1ac5befc]{width:50%}.Table-specification .x3col-L-Grey[data-v-1ac5befc]{width:20%}.Table-specification .Spec-Mid-text[data-v-1ac5befc]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-1ac5befc]{width:50%}.Table--3col .x3col-L-Grey[data-v-1ac5befc]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-1ac5befc],.Table--4col .x3col-Mid-Grey[data-v-1ac5befc],.Table--4col .x3col-R-Grey[data-v-1ac5befc]{width:30%}.navi td.x3col-Mid-Grey[data-v-1ac5befc]{width:15%}.Table--3col .x3col-R-Grey[data-v-1ac5befc]{width:50%}.Table--2col .x3col-L-Grey[data-v-1ac5befc],.Table--2col td[data-v-1ac5befc]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-1ac5befc]{width:70%}.Table--2col-Disc[data-v-1ac5befc]{border-collapse:collapse}.Table--2col-Disc td[data-v-1ac5befc]{border:1px solid grey;padding:10px}.Table-PL td[data-v-1ac5befc]:FIRST-CHILD{width:25%}.resultcount p[data-v-1ac5befc]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-1ac5befc]{font-family:SK_namuhx-Bold}.noResult>span[data-v-1ac5befc]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-1ac5befc]{color:#f0dfdf;display:block}.result_list[data-v-1ac5befc]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-1ac5befc]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-1ac5befc]{font-family:SK_namuhx-Regular}.resulttext p[data-v-1ac5befc]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-1ac5befc]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-1ac5befc]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-1ac5befc],.Cross-Reference[data-v-1ac5befc]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-1ac5befc]:hover{text-decoration:underline}.fontChangeDiv[data-v-1ac5befc]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-1ac5befc]{top:55px}#backButton[data-v-1ac5befc]{background-size:16px}.chapterTitle[data-v-1ac5befc]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-1ac5befc],h2[data-v-1ac5befc]{font-size:1.3em}#contentAccordion[data-v-1ac5befc]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-1ac5befc]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-1ac5befc]{line-height:21px}.video[data-v-1ac5befc]{width:46%}}@media screen and (max-width: 640px){h2[data-v-1ac5befc]{margin-top:40px}.subHeader[data-v-1ac5befc]{top:40px}.fontChangeDiv[data-v-1ac5befc]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-1ac5befc]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-1ac5befc]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-1ac5befc]{margin-left:7.3%}table td[data-v-1ac5befc]{font-size:14px;padding:5px!important}table td p[data-v-1ac5befc],table td p.Para-Basic-B-Center[data-v-1ac5befc],table td p.Para-Basic-B[data-v-1ac5befc]{font-size:14px}table td p.Para-Small-L[data-v-1ac5befc]{font-size:12px;word-break:break-word}.Table--3col td[data-v-1ac5befc],.Basic-Table td[data-v-1ac5befc],.Table--2col td[data-v-1ac5befc],.Table-Landmark td[data-v-1ac5befc],.Table--4col td[data-v-1ac5befc],.Table-2row-merge td[data-v-1ac5befc],.Table--troubleshooting td[data-v-1ac5befc],.Table-specification td[data-v-1ac5befc],.Table-service-center td[data-v-1ac5befc]{border-right:none}.responsive[data-v-1ac5befc],.responsive tr[data-v-1ac5befc],.responsive tbody[data-v-1ac5befc]{width:100%}.Table--4col-responsive td[data-v-1ac5befc]{min-width:200px!important;height:auto}.responsive td p[data-v-1ac5befc]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-1ac5befc],.Table-Symbol td li[data-v-1ac5befc]{font-size:16px}p.Placeholder-sub[data-v-1ac5befc],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-1ac5befc],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-1ac5befc],.content .text>ol~.figure[data-v-1ac5befc],.content .text>ol+ul[data-v-1ac5befc],.Para-screen-sub-L[data-v-1ac5befc]{margin-left:0}.resultcount p[data-v-1ac5befc]{font-size:16px}.Table-specification td p[data-v-1ac5befc],.Table--3col-Locations td li[data-v-1ac5befc],p.Para-basic-L-Sub[data-v-1ac5befc],p.Para-basic-L-Sub-Auto[data-v-1ac5befc],p.Para-basic-L-center[data-v-1ac5befc],li.Para-basic-L-bullet[data-v-1ac5befc],p.Para-basic-L[data-v-1ac5befc],li.Para-basic-L-hyp-Sub[data-v-1ac5befc],li.Para-basic-L-hyp-2Sub[data-v-1ac5befc],li[class^=Para-Num][data-v-1ac5befc],p.Para-Box-Num[data-v-1ac5befc],p.Para-Basic-B-Sub[data-v-1ac5befc],td p.Para-basic-L[data-v-1ac5befc],td li.Para-basic-L-bullet[data-v-1ac5befc],p.Para-Basic-B[data-v-1ac5befc],p.Para-Circle-Num-Sub[data-v-1ac5befc],.Symbol-L p.Para-basic-L-Sub[data-v-1ac5befc],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-1ac5befc]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-1ac5befc],.Table--3col-Locations td li[data-v-1ac5befc],p.Para-Table-L-Sub[data-v-1ac5befc],p.Para-Table-L-Sub-Auto[data-v-1ac5befc],p.Para-Table-L-center[data-v-1ac5befc],p.Para-Table-L[data-v-1ac5befc],li.Para-Table-L-hyp-Sub[data-v-1ac5befc],li.Para-Table-L-hyp-2Sub[data-v-1ac5befc],p.Para-Table-B-Sub[data-v-1ac5befc],td p.Para-Table-L[data-v-1ac5befc],p.Para-Table-B[data-v-1ac5befc],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-1ac5befc]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-1ac5befc]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-1ac5befc],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-1ac5befc]{font-size:14px}.big .Table-specification td p[data-v-1ac5befc],.big .Table--3col-Locations td li[data-v-1ac5befc],.big p.Para-basic-L-Sub[data-v-1ac5befc],.big p.Para-basic-L-Sub-Auto[data-v-1ac5befc],.big p.Para-basic-L-center[data-v-1ac5befc],.big li.Para-basic-L-bullet[data-v-1ac5befc],.big p.Para-basic-L[data-v-1ac5befc],.big li.Para-basic-L-hyp-Sub[data-v-1ac5befc],.big li.Para-basic-L-hyp-2Sub[data-v-1ac5befc],.big li[class^=Para-Num][data-v-1ac5befc],.big p.Para-Box-Num[data-v-1ac5befc],.big p.Para-Basic-B-Sub[data-v-1ac5befc],.big td p.Para-basic-L[data-v-1ac5befc],.big td li.Para-basic-L-bullet[data-v-1ac5befc],.big p.Para-Basic-B[data-v-1ac5befc],.big p.Para-Circle-Num-Sub[data-v-1ac5befc]{font-size:16px}.big .Table-specification td p[data-v-1ac5befc],.big .Table--3col-Locations td li[data-v-1ac5befc],.big p.Para-Table-L-Sub[data-v-1ac5befc],.big p.Para-Table-L-Sub-Auto[data-v-1ac5befc],.big p.Para-Table-L-center[data-v-1ac5befc],.big p.Para-Table-L[data-v-1ac5befc],.big li.Para-Table-L-hyp-Sub[data-v-1ac5befc],.big li.Para-Table-L-hyp-2Sub[data-v-1ac5befc],.big li[class^=Para-Num][data-v-1ac5befc],.big p.Para-Box-Num[data-v-1ac5befc],.big p.Para-Table-B-Sub[data-v-1ac5befc],.big td p.Para-Table-L[data-v-1ac5befc],.big p.Para-Table-B[data-v-1ac5befc],.big p.Para-Circle-Num-Sub[data-v-1ac5befc],.big p.Para-Table-B-Center[data-v-1ac5befc],.big .Table--3col-ISO td p[data-v-1ac5befc]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-1ac5befc],p.Para-Table-B-Center[data-v-1ac5befc]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-1ac5befc],.big p.video_title[data-v-1ac5befc],.big .resultItem p[data-v-1ac5befc]{font-size:1.05em}h1[data-v-1ac5befc]{font-size:1.2em;margin-top:0}h2[data-v-1ac5befc]{font-size:1.1em}.Heading-3[data-v-1ac5befc]{font-size:1em}.content .text>ol li[data-v-1ac5befc]:BEFORE{font-size:26px}.video[data-v-1ac5befc]{width:95%}}p.Para-Table-L[data-v-1ac5befc]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-1ac5befc]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-1ac5befc]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-1ac5befc]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-1ac5befc]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-1ac5befc]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-1ac5befc]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-1ac5befc]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-1ac5befc]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-1ac5befc]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-1ac5befc]:before{content:"";display:block;height:15pt}.Bold[data-v-1ac5befc],span.Bold[data-v-1ac5befc]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-1ac5befc]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-1ac5befc]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-1ac5befc]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-1ac5befc]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-1ac5befc]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-1ac5befc]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-1ac5befc]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-1ac5befc]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-1ac5befc]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-1ac5befc]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-1ac5befc]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-1ac5befc],.Para-Table-L-Sub-Auto .icon-1[data-v-1ac5befc]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-1ac5befc]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-1ac5befc]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-1ac5befc]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-1ac5befc],.Table--2col td p.Para-basic-L[data-v-1ac5befc]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-1ac5befc]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-1ac5befc]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-1ac5befc]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-1ac5befc]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-1ac5befc]{margin-top:8pt!important}.table-responsive[data-v-1ac5befc]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-1ac5befc]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-1ac5befc],#table-16[data-v-1ac5befc]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-1ac5befc]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-1ac5befc]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-1ac5befc]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-1ac5befc]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-1ac5befc]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-1ac5befc]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-1ac5befc]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-1ac5befc]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-1ac5befc]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-1ac5befc]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-1ac5befc]{font-size:12px}#table-15.responsive td[data-v-1ac5befc]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-1ac5befc]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-1ac5befc]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-1ac5befc]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-1ac5befc]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-1ac5befc],.Table--4col-Error th[data-v-1ac5befc]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-1ac5befc],.Table--4col-Error tr:first-child th[data-v-1ac5befc]{border-top:none}.Table--4col-Error tr:last-child td[data-v-1ac5befc]{border-bottom:none}.Table--4col-Error thead td[data-v-1ac5befc]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-1ac5befc]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-1ac5befc]:nth-child(1),.Table--4col-Error thead td[data-v-1ac5befc]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-1ac5befc]:nth-child(2),.Table--4col-Error thead td[data-v-1ac5befc]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-1ac5befc]:nth-child(3),.Table--4col-Error thead td[data-v-1ac5befc]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-1ac5befc]:nth-child(4),.Table--4col-Error thead td[data-v-1ac5befc]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-1ac5befc]:nth-child(1),.Table--4col-Error tbody td[data-v-1ac5befc]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-1ac5befc]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-1ac5befc]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-1ac5befc]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-1ac5befc]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-1ac5befc]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-1ac5befc]{font-size:14px!important}.Table--4col-Error tbody td[data-v-1ac5befc]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-1ac5befc],.Table--4col-Error p.Para-Table-B[data-v-1ac5befc],.Table--4col-Error p.Para-Table-L-Center[data-v-1ac5befc]{font-size:12px!important}.Table--4col-Error tbody td[data-v-1ac5befc]:nth-child(1),.Table--4col-Error thead td[data-v-1ac5befc]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-1ac5befc]:nth-child(2),.Table--4col-Error thead td[data-v-1ac5befc]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-1ac5befc]:nth-child(3),.Table--4col-Error thead td[data-v-1ac5befc]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-1ac5befc]:nth-child(4),.Table--4col-Error thead td[data-v-1ac5befc]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-1ac5befc]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-1ac5befc]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-1ac5befc]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-1ac5befc]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-1ac5befc]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-1ac5befc]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-1ac5befc]{line-height:1.25;font-weight:500}.Bold-color[data-v-1ac5befc]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-1ac5befc]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-1ac5befc]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-1ac5befc]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-1ac5befc]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-1ac5befc]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-1ac5befc]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-1ac5befc]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-1ac5befc]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-1ac5befc]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-1ac5befc]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-1ac5befc]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-1ac5befc]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-1ac5befc]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-1ac5befc]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-1ac5befc]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-1ac5befc],tr:last-child td.cell-style-override-7[data-v-1ac5befc]{border-bottom:0}table#table-16[data-v-1ac5befc]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-1ac5befc],.Table--2col-Air-Sensor[data-v-1ac5befc],.Table--2col-Voice[data-v-1ac5befc],.Table--2col-Filter[data-v-1ac5befc],.Table--troubleshooting[data-v-1ac5befc],.Table--4col-Error[data-v-1ac5befc],.Table--Specifications[data-v-1ac5befc]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-1ac5befc]:last-child,.Table--2col-Voice tr td[data-v-1ac5befc]:last-child{width:70%}.Table--2col-Voice tr td[data-v-1ac5befc]:first-child{width:30%}.Para-Table-L-Center[data-v-1ac5befc]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-1ac5befc]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-1ac5befc]{display:block!important}.Table--2col-Information td[data-v-1ac5befc]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-1ac5befc]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-1ac5befc]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-1ac5befc]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-1ac5befc]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-1ac5befc],.Table--4col-responsive table td[data-v-1ac5befc]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-1ac5befc],.Table--2col-Information th[data-v-1ac5befc]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-1ac5befc]:nth-child(1),.Table--2col-Information th[data-v-1ac5befc]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-1ac5befc]:nth-child(2),.Table--2col-Information th[data-v-1ac5befc]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-1ac5befc],.Table--2col-Information th[data-v-1ac5befc]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-1ac5befc]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-1ac5befc],.Table--2col-Voice th[data-v-1ac5befc]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-1ac5befc]:nth-child(1),.Table--2col-Voice th[data-v-1ac5befc]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-1ac5befc]:nth-child(2),.Table--2col-Voice th[data-v-1ac5befc]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-1ac5befc]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-1ac5befc],.Table--2col-Voice tr:last-child td[data-v-1ac5befc]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-1ac5befc],.Table--2col-Voice thead th[data-v-1ac5befc]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-1ac5befc]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-1ac5befc]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-1ac5befc]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-1ac5befc],.Table--2col-Information th[data-v-1ac5befc]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-1ac5befc]:nth-child(1),.Table--2col-Information th[data-v-1ac5befc]:nth-child(1){width:30%}.Table--2col-Information td[data-v-1ac5befc]:nth-child(2),.Table--2col-Information th[data-v-1ac5befc]:nth-child(2){width:70%}.Table--2col-Information td[data-v-1ac5befc]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-1ac5befc]{border-bottom:none}.Table--2col-Air-Sensor[data-v-1ac5befc]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-1ac5befc],.Table--2col-Air-Sensor th[data-v-1ac5befc]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-1ac5befc]:nth-child(1),.Table--2col-Air-Sensor th[data-v-1ac5befc]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-1ac5befc]:nth-child(2),.Table--2col-Air-Sensor th[data-v-1ac5befc]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-1ac5befc]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-1ac5befc]{border-bottom:none}.Table--2col-Filter[data-v-1ac5befc]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-1ac5befc],.Table--2col-Filter th[data-v-1ac5befc]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-1ac5befc]:nth-child(1),.Table--2col-Filter th[data-v-1ac5befc]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-1ac5befc]:nth-child(2),.Table--2col-Filter th[data-v-1ac5befc]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-1ac5befc]:nth-child(3),.Table--2col-Filter th[data-v-1ac5befc]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-1ac5befc]:nth-child(4),.Table--2col-Filter th[data-v-1ac5befc]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-1ac5befc]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-1ac5befc],.Table--2col-Filter tr:last-child td[data-v-1ac5befc]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-1ac5befc],.Table--2col-Filter thead th[data-v-1ac5befc]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-1ac5befc]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-1ac5befc]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-1ac5befc]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-1ac5befc],.Table--Specifications th[data-v-1ac5befc]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-1ac5befc]:first-child,.Table--Specifications th[data-v-1ac5befc]:first-child{width:16%}.Table--Specifications td[data-v-1ac5befc]:nth-child(2),.Table--Specifications th[data-v-1ac5befc]:nth-child(2){width:42%}.Table--Specifications td[data-v-1ac5befc]:nth-child(3),.Table--Specifications th[data-v-1ac5befc]:nth-child(3){width:42%}.Table--Specifications td[data-v-1ac5befc]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-1ac5befc],.Table--Specifications tr:last-child td[data-v-1ac5befc]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-1ac5befc],.Table--Specifications thead th[data-v-1ac5befc]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-1ac5befc]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-1ac5befc]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-1ac5befc],td.cell-style-override-20[data-v-1ac5befc]{padding:10px}td.x3col-Mid-text[data-v-1ac5befc],td.cell-style-override-22[data-v-1ac5befc],td.cell-style-override-20[data-v-1ac5befc]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-1ac5befc]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-1ac5befc]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-1ac5befc]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-1ac5befc]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-1ac5befc]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-1ac5befc]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-1ac5befc],th.header-cell[data-v-1ac5befc]{background-color:#88d0c7}td.color-blue[data-v-1ac5befc],th.color-blue[data-v-1ac5befc]{background-color:#d3edf9}td.color-green[data-v-1ac5befc],th.color-green[data-v-1ac5befc]{background-color:#d9ead3}td.color-orange[data-v-1ac5befc],th.color-orange[data-v-1ac5befc]{background-color:#fce5cd}td.color-red[data-v-1ac5befc],th.color-red[data-v-1ac5befc]{background-color:#f4cccc}td.color-purple[data-v-1ac5befc],th.color-purple[data-v-1ac5befc]{background-color:#e4d7f5}td.color-yellow[data-v-1ac5befc],th.color-yellow[data-v-1ac5befc]{background-color:#fff2cc}td.color-teal[data-v-1ac5befc],th.color-teal[data-v-1ac5befc]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-1ac5befc],.Table--8col-air-web-1 td[data-v-1ac5befc],.Table--8col-air-web-1 th[data-v-1ac5befc]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-1ac5befc]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-1ac5befc]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-1ac5befc],.Table--2col td[data-v-1ac5befc],.Table--2col th[data-v-1ac5befc]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-1ac5befc]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-1ac5befc]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-1ac5befc],.Table--2col th p[data-v-1ac5befc]{border:none!important}.Table--2col[data-v-1ac5befc] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-1ac5befc]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-1ac5befc],.Table--4col td[data-v-1ac5befc]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-1ac5befc]{text-align:left!important}.Table--4col thead th[data-v-1ac5befc]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-1ac5befc]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-1ac5befc]{text-align:center!important}.Table--4col-air[data-v-1ac5befc]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-1ac5befc],.Table--4col-air th[data-v-1ac5befc]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-1ac5befc],.Table--4col-air tr:first-child th[data-v-1ac5befc]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-1ac5befc]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-1ac5befc],.Table--4col-air td ul[data-v-1ac5befc],.Table--4col-air td li[data-v-1ac5befc]{text-align:left!important}.Table--4col-air colgroup col[data-v-1ac5befc]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-1ac5befc]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-1ac5befc]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-1ac5befc]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-1ac5befc]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-1ac5befc],.Table--4col-air th[data-v-1ac5befc]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-1ac5befc],.Table--4col-air tr:first-child th[data-v-1ac5befc]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-1ac5befc]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-1ac5befc]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-1ac5befc],.Table--4col-ai2 th[data-v-1ac5befc]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-1ac5befc]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-1ac5befc]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-1ac5befc],.Table--4col-ai2 th[data-v-1ac5befc]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-1ac5befc]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-1ac5befc]{font-size:12px!important;margin:0!important;line-height:1.5!important}}#content-div[data-v-1ac5befc]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-1ac5befc]{min-height:100vh}}body[data-v-215867fc]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-215867fc]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-215867fc]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-215867fc]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-215867fc]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-215867fc]{width:83%!important}.content #naviText span[data-v-215867fc]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-215867fc]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-215867fc]{width:100%!important}.content #mainCar[data-v-215867fc]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-215867fc]{width:100%}#mainCarPhone[data-v-215867fc]{display:none}.content #buttonMenu_v2[data-v-215867fc]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-215867fc]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-215867fc]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-215867fc]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-215867fc]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-215867fc]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-215867fc]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-215867fc]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-215867fc]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-215867fc]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-215867fc]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-215867fc]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-215867fc]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-215867fc]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-215867fc]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-215867fc]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-215867fc]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-215867fc]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-215867fc]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-215867fc]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-215867fc]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-215867fc]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-215867fc]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-215867fc]{bottom:11%;width:30%}.content #naviText span[data-v-215867fc]{font-size:17px}.content #naviText img[data-v-215867fc]{width:80%!important}.content #carName[data-v-215867fc]{right:0%;bottom:12%}.content #carName img[data-v-215867fc]{width:40%!important}.content #buttonMenu_v2>a[data-v-215867fc]{width:33%}.content #buttonMenu>a[data-v-215867fc]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-215867fc]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-215867fc]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-215867fc]{display:block}#mainCarPc[data-v-215867fc]{display:none}.content #buttonMenu_v2[data-v-215867fc],.content #buttonMenu[data-v-215867fc]{width:92%}}@media screen and (max-width: 480px){.content[data-v-215867fc]{padding-top:0}.content #naviText[data-v-215867fc]{bottom:14%;width:45%}.content #naviText span[data-v-215867fc]{font-size:11px}.content #naviText img[data-v-215867fc]{width:88%!important}.content #carName[data-v-215867fc]{right:5%;bottom:15%}.content #carName img[data-v-215867fc]{width:120px!important}.content #buttonMenu_v2[data-v-215867fc]{position:relative}.content #buttonMenu_v2>a>div[data-v-215867fc]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-215867fc]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-215867fc]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-215867fc]{position:relative}.content #buttonMenu>a>div[data-v-215867fc]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-215867fc]{height:120px}.content #buttonMenu>a>div>span[data-v-215867fc]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-215867fc]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-215867fc]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-215867fc]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-215867fc]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-215867fc]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-215867fc]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-215867fc]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-215867fc]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-215867fc]{margin:0;padding:0}html[data-v-215867fc]{background-color:#000;width:100%}.keyword[data-v-215867fc],.highlight[data-v-215867fc]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-215867fc]{font-family:upsys_commonregular}.header_main[data-v-215867fc]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-215867fc]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-215867fc]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-215867fc]>*{float:left}#headerLogo[data-v-215867fc]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-215867fc]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-215867fc]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-215867fc]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-215867fc]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-215867fc]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-215867fc]{font-size:13px}.languageDiv .active[data-v-215867fc]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-215867fc]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-215867fc]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-215867fc]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-215867fc],#languageSelect li[data-v-215867fc]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-215867fc],#languageSelect li:hover a[data-v-215867fc]{color:#000}.footer-manual[data-v-215867fc]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-215867fc]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-215867fc]{line-height:60px}#footerLogo[data-v-215867fc]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-215867fc]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-215867fc]{display:inline-block;width:100%}#copyrightPcSpan[data-v-215867fc]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-215867fc]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-215867fc]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-215867fc]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-215867fc]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-215867fc]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-215867fc]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-215867fc]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-215867fc]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-215867fc]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-215867fc]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-215867fc]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-215867fc]:focus{outline:none}#searchButton[data-v-215867fc]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-215867fc]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-215867fc]{width:80%}table td.right[data-v-215867fc]{width:10%;text-align:center}.result[data-v-215867fc],.resultcount[data-v-215867fc],.noResult[data-v-215867fc]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-215867fc]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-215867fc]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-215867fc]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-215867fc]{color:#e49f81}.cover[data-v-215867fc]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-215867fc]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-215867fc]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-215867fc]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-215867fc]{font-size:12px}.languageDivPhone .active[data-v-215867fc]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-215867fc]{bottom:30px;left:1px}.fontChangeButton[data-v-215867fc]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-215867fc]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-215867fc]{left:0}.languageDiv div[data-v-215867fc]{width:120%;left:-45px;top:5px}#languageSelect[data-v-215867fc]{margin-left:-40px}#banner_img>a[data-v-215867fc]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-215867fc]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-215867fc]{z-index:12}.header_main[data-v-215867fc]{height:40px;padding-top:0}.header[data-v-215867fc]{z-index:12}.header[data-v-215867fc]{height:40px;padding-top:0}#title[data-v-215867fc]{font-size:16px;width:49%}#headerLogo[data-v-215867fc]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-215867fc]{width:20%}.languageDiv div[data-v-215867fc]{width:90%;left:-15px;top:5px}#languageSelect[data-v-215867fc]{margin-left:-10px}.languageDiv ul[data-v-215867fc]{font-size:12px}#menu[data-v-215867fc]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-215867fc]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-215867fc]{width:80%}#rightHeader[data-v-215867fc]{height:40px}#rightHeader>div[data-v-215867fc]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-215867fc]{position:absolute;right:38px;top:0}.searchDiv[data-v-215867fc]{width:90%}#toc[data-v-215867fc]{width:100%}.copyright[data-v-215867fc]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-215867fc]{display:none}#copyrightPhone[data-v-215867fc]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-215867fc]{width:15%!important}#prevBtn[data-v-215867fc],#nextBtn[data-v-215867fc]{width:32px;height:32px;background-size:100%}#searchButton[data-v-215867fc]{margin-left:-1px}table td.left[data-v-215867fc]{text-align:right}table td.center[data-v-215867fc]{width:50%}table td.right[data-v-215867fc]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-215867fc]{left:0}.languageDiv div[data-v-215867fc]{width:100%;left:-5px;top:5px}#languageSelect[data-v-215867fc]{margin-left:20px}.languageDiv ul[data-v-215867fc]{font-size:10px}.noResult>span[data-v-215867fc]{width:200px!important;font-size:14px}#title[data-v-215867fc]{font-size:13px;width:40%}#menu[data-v-215867fc]{position:absolute}#banner_img>a[data-v-215867fc]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-215867fc]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-215867fc]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-215867fc]{font-size:14px}}body[data-v-215867fc]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-215867fc]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-215867fc]{margin:auto;max-width:1120px}.subHeaderInner[data-v-215867fc]>*{float:left}.content p[data-v-215867fc],.content li[data-v-215867fc]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-215867fc]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-215867fc]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-215867fc]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-215867fc]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-215867fc]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-215867fc]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-215867fc]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-215867fc]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-215867fc]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-215867fc]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-215867fc]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-215867fc]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-215867fc],p.Para-Basic-B-Sub[data-v-215867fc]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-215867fc]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-215867fc]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-215867fc]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-215867fc]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-215867fc],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-215867fc],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-215867fc]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-215867fc],p+ul li.Para-Basic-B-Sub[data-v-215867fc]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-215867fc],ul~p.Para-basic-L-bullet-Sub[data-v-215867fc],ul~p.Para-Basic-B-Sub[data-v-215867fc]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-215867fc],ol~p.Para-basic-L-bullet-Sub[data-v-215867fc],ol~p.Para-Basic-B-Sub[data-v-215867fc]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-215867fc],ol+*+p.Para-basic-L-bullet-Sub[data-v-215867fc],ol+*+p.Para-Basic-B-Sub[data-v-215867fc]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-215867fc],a .Para-Basic-B-Sub[data-v-215867fc]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-215867fc]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-215867fc]{margin-left:45px}.content p[data-v-215867fc],li[data-v-215867fc]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-215867fc],p.Para-Basic-B[data-v-215867fc],p.Para-Basic-B-Center[data-v-215867fc]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-215867fc]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-215867fc],p.Para-Basic-B-Center[data-v-215867fc]{text-align:center}p.Para-Table-L-center[data-v-215867fc],p.Para-Table-B-Center[data-v-215867fc]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-215867fc],table p.Para-Basic-B[data-v-215867fc],table p.Para-Basic-B-Center[data-v-215867fc]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-215867fc]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-215867fc]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-215867fc]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-215867fc]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-215867fc]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-215867fc],.content .text>ul[data-v-215867fc],.content .text table ol[data-v-215867fc],.content .text table ul[data-v-215867fc]{padding-left:20px}.content .text>ol[data-v-215867fc]{padding-left:0}p.Para-Illust-L[data-v-215867fc]{text-align:center}p.Para-Illust-L img[data-v-215867fc]{display:inline-block}p.Placeholder-sub[data-v-215867fc],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-215867fc],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-215867fc],.content .text>ol~.figure[data-v-215867fc],p.Placeholder-sub-S[data-v-215867fc],.Para-screen-sub-S[data-v-215867fc],.Para-screen-sub-M[data-v-215867fc],.Para-screen-sub-L[data-v-215867fc]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-215867fc],p.Placeholder-sub-M img[data-v-215867fc],p.Placeholder-sub img[data-v-215867fc]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-215867fc]{margin-left:45px}.Table-pic-Left-sub img[data-v-215867fc]{margin-top:5px;margin-bottom:10px}div.figure[data-v-215867fc]{display:inline-block}p.Para-img-description[data-v-215867fc]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-215867fc]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-215867fc]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-215867fc]{margin-bottom:25px}.text img[data-v-215867fc]{max-width:100%;display:block}.Table-Pic-center[data-v-215867fc]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-215867fc]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-215867fc]{margin:0}p.Para-Box-Num[data-v-215867fc]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-215867fc]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-215867fc]:AFTER{content:". "}span.inline-img img[data-v-215867fc]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-215867fc]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-215867fc]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-215867fc]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-215867fc]{margin-left:6.5%;display:block!important}.discUl li[data-v-215867fc]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-215867fc],.Symbol-R[data-v-215867fc],.Note-R-Pic[data-v-215867fc]{display:block;width:100%}.Symbol-L[data-v-215867fc]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-215867fc]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-215867fc],.Symbol-R li[data-v-215867fc],.Symbol-R p[data-v-215867fc]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-215867fc]{font-size:16px}table.Table-Symbol td ul[data-v-215867fc]{padding-left:20px}table.Table-Symbol[data-v-215867fc]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-215867fc]{color:#bc162c}.Symbol-Black[data-v-215867fc],.Symbol-Black-Table[data-v-215867fc]{font-family:upsys_commonregular}.Symbol-Green[data-v-215867fc]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-215867fc]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-215867fc]{width:auto!important}.video_container[data-v-215867fc]{margin-top:40px;float:right}.video[data-v-215867fc]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-215867fc]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-215867fc]{width:100%}.Table--3col[data-v-215867fc],.Basic-Table[data-v-215867fc],.Table--2col[data-v-215867fc],.Table-Landmark[data-v-215867fc],.Table--4col[data-v-215867fc],.Table-2row-merge[data-v-215867fc],.Table--troubleshooting[data-v-215867fc],.Table-specification[data-v-215867fc],.Table-service-center[data-v-215867fc],.Table-5col[data-v-215867fc],.responsive[data-v-215867fc],.Table--3col-Locations[data-v-215867fc]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-215867fc]:FIRST-CHILD,.Basic-Table tr[data-v-215867fc]:FIRST-CHILD,.Table--2col tr[data-v-215867fc]:FIRST-CHILD,.Table-Landmark tr[data-v-215867fc]:FIRST-CHILD,.Table--4col tr[data-v-215867fc]:FIRST-CHILD,.Table-2row-merge tr[data-v-215867fc]:FIRST-CHILD,.Table--troubleshooting tr[data-v-215867fc]:FIRST-CHILD,.Table-service-center tr[data-v-215867fc]:FIRST-CHILD,.responsive tr[data-v-215867fc]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-215867fc]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-215867fc],.Basic-Table td[data-v-215867fc],.Table--2col td[data-v-215867fc],.Table-Landmark td[data-v-215867fc],.Table--4col td[data-v-215867fc],.Table-2row-merge td[data-v-215867fc],.Table--troubleshooting td[data-v-215867fc],.Table-specification td[data-v-215867fc],.Table-service-center td[data-v-215867fc],.responsive td[data-v-215867fc]{padding:10px}.Table--troubleshooting td[data-v-215867fc]{border-right:none}.Table--troubleshooting[data-v-215867fc]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-215867fc],.Table-Landmark .Para-Pic-Center img[data-v-215867fc]{width:30px}.Table-5col[data-v-215867fc]{border:none}.Table-5col tr[data-v-215867fc]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-215867fc]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-215867fc]{width:15%}.Table--3col td.x3col-L[data-v-215867fc],.x3col-L td.x3col-M[data-v-215867fc]{width:10%}td.x3col-Mid-Text[data-v-215867fc]{text-align:center}td.x3col-R-Pic[data-v-215867fc]{text-align:right}.responsive td p[data-v-215867fc]{text-align:center}table.Table--3col-Locations[data-v-215867fc]{border-collapse:collapse}.Table--3col-Locations td[data-v-215867fc]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-215867fc]{padding:10px}.Para-Pic-Center img[data-v-215867fc]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-215867fc]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-215867fc]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-215867fc]{width:50%}.Table-specification .x3col-L-Grey[data-v-215867fc]{width:20%}.Table-specification .Spec-Mid-text[data-v-215867fc]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-215867fc]{width:50%}.Table--3col .x3col-L-Grey[data-v-215867fc]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-215867fc],.Table--4col .x3col-Mid-Grey[data-v-215867fc],.Table--4col .x3col-R-Grey[data-v-215867fc]{width:30%}.navi td.x3col-Mid-Grey[data-v-215867fc]{width:15%}.Table--3col .x3col-R-Grey[data-v-215867fc]{width:50%}.Table--2col .x3col-L-Grey[data-v-215867fc],.Table--2col td[data-v-215867fc]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-215867fc]{width:70%}.Table--2col-Disc[data-v-215867fc]{border-collapse:collapse}.Table--2col-Disc td[data-v-215867fc]{border:1px solid grey;padding:10px}.Table-PL td[data-v-215867fc]:FIRST-CHILD{width:25%}.resultcount p[data-v-215867fc]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-215867fc]{font-family:SK_namuhx-Bold}.noResult>span[data-v-215867fc]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-215867fc]{color:#f0dfdf;display:block}.result_list[data-v-215867fc]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-215867fc]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-215867fc]{font-family:SK_namuhx-Regular}.resulttext p[data-v-215867fc]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-215867fc]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-215867fc]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-215867fc],.Cross-Reference[data-v-215867fc]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-215867fc]:hover{text-decoration:underline}.fontChangeDiv[data-v-215867fc]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-215867fc]{top:55px}#backButton[data-v-215867fc]{background-size:16px}.chapterTitle[data-v-215867fc]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-215867fc],h2[data-v-215867fc]{font-size:1.3em}#contentAccordion[data-v-215867fc]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-215867fc]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-215867fc]{line-height:21px}.video[data-v-215867fc]{width:46%}}@media screen and (max-width: 640px){h2[data-v-215867fc]{margin-top:40px}.subHeader[data-v-215867fc]{top:40px}.fontChangeDiv[data-v-215867fc]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-215867fc]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-215867fc]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-215867fc]{margin-left:7.3%}table td[data-v-215867fc]{font-size:14px;padding:5px!important}table td p[data-v-215867fc],table td p.Para-Basic-B-Center[data-v-215867fc],table td p.Para-Basic-B[data-v-215867fc]{font-size:14px}table td p.Para-Small-L[data-v-215867fc]{font-size:12px;word-break:break-word}.Table--3col td[data-v-215867fc],.Basic-Table td[data-v-215867fc],.Table--2col td[data-v-215867fc],.Table-Landmark td[data-v-215867fc],.Table--4col td[data-v-215867fc],.Table-2row-merge td[data-v-215867fc],.Table--troubleshooting td[data-v-215867fc],.Table-specification td[data-v-215867fc],.Table-service-center td[data-v-215867fc]{border-right:none}.responsive[data-v-215867fc],.responsive tr[data-v-215867fc],.responsive tbody[data-v-215867fc]{width:100%}.Table--4col-responsive td[data-v-215867fc]{min-width:200px!important;height:auto}.responsive td p[data-v-215867fc]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-215867fc],.Table-Symbol td li[data-v-215867fc]{font-size:16px}p.Placeholder-sub[data-v-215867fc],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-215867fc],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-215867fc],.content .text>ol~.figure[data-v-215867fc],.content .text>ol+ul[data-v-215867fc],.Para-screen-sub-L[data-v-215867fc]{margin-left:0}.resultcount p[data-v-215867fc]{font-size:16px}.Table-specification td p[data-v-215867fc],.Table--3col-Locations td li[data-v-215867fc],p.Para-basic-L-Sub[data-v-215867fc],p.Para-basic-L-Sub-Auto[data-v-215867fc],p.Para-basic-L-center[data-v-215867fc],li.Para-basic-L-bullet[data-v-215867fc],p.Para-basic-L[data-v-215867fc],li.Para-basic-L-hyp-Sub[data-v-215867fc],li.Para-basic-L-hyp-2Sub[data-v-215867fc],li[class^=Para-Num][data-v-215867fc],p.Para-Box-Num[data-v-215867fc],p.Para-Basic-B-Sub[data-v-215867fc],td p.Para-basic-L[data-v-215867fc],td li.Para-basic-L-bullet[data-v-215867fc],p.Para-Basic-B[data-v-215867fc],p.Para-Circle-Num-Sub[data-v-215867fc],.Symbol-L p.Para-basic-L-Sub[data-v-215867fc],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-215867fc]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-215867fc],.Table--3col-Locations td li[data-v-215867fc],p.Para-Table-L-Sub[data-v-215867fc],p.Para-Table-L-Sub-Auto[data-v-215867fc],p.Para-Table-L-center[data-v-215867fc],p.Para-Table-L[data-v-215867fc],li.Para-Table-L-hyp-Sub[data-v-215867fc],li.Para-Table-L-hyp-2Sub[data-v-215867fc],p.Para-Table-B-Sub[data-v-215867fc],td p.Para-Table-L[data-v-215867fc],p.Para-Table-B[data-v-215867fc],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-215867fc]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-215867fc]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-215867fc],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-215867fc]{font-size:14px}.big .Table-specification td p[data-v-215867fc],.big .Table--3col-Locations td li[data-v-215867fc],.big p.Para-basic-L-Sub[data-v-215867fc],.big p.Para-basic-L-Sub-Auto[data-v-215867fc],.big p.Para-basic-L-center[data-v-215867fc],.big li.Para-basic-L-bullet[data-v-215867fc],.big p.Para-basic-L[data-v-215867fc],.big li.Para-basic-L-hyp-Sub[data-v-215867fc],.big li.Para-basic-L-hyp-2Sub[data-v-215867fc],.big li[class^=Para-Num][data-v-215867fc],.big p.Para-Box-Num[data-v-215867fc],.big p.Para-Basic-B-Sub[data-v-215867fc],.big td p.Para-basic-L[data-v-215867fc],.big td li.Para-basic-L-bullet[data-v-215867fc],.big p.Para-Basic-B[data-v-215867fc],.big p.Para-Circle-Num-Sub[data-v-215867fc]{font-size:16px}.big .Table-specification td p[data-v-215867fc],.big .Table--3col-Locations td li[data-v-215867fc],.big p.Para-Table-L-Sub[data-v-215867fc],.big p.Para-Table-L-Sub-Auto[data-v-215867fc],.big p.Para-Table-L-center[data-v-215867fc],.big p.Para-Table-L[data-v-215867fc],.big li.Para-Table-L-hyp-Sub[data-v-215867fc],.big li.Para-Table-L-hyp-2Sub[data-v-215867fc],.big li[class^=Para-Num][data-v-215867fc],.big p.Para-Box-Num[data-v-215867fc],.big p.Para-Table-B-Sub[data-v-215867fc],.big td p.Para-Table-L[data-v-215867fc],.big p.Para-Table-B[data-v-215867fc],.big p.Para-Circle-Num-Sub[data-v-215867fc],.big p.Para-Table-B-Center[data-v-215867fc],.big .Table--3col-ISO td p[data-v-215867fc]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-215867fc],p.Para-Table-B-Center[data-v-215867fc]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-215867fc],.big p.video_title[data-v-215867fc],.big .resultItem p[data-v-215867fc]{font-size:1.05em}h1[data-v-215867fc]{font-size:1.2em;margin-top:0}h2[data-v-215867fc]{font-size:1.1em}.Heading-3[data-v-215867fc]{font-size:1em}.content .text>ol li[data-v-215867fc]:BEFORE{font-size:26px}.video[data-v-215867fc]{width:95%}}p.Para-Table-L[data-v-215867fc]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-215867fc]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-215867fc]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-215867fc]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-215867fc]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-215867fc]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-215867fc]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-215867fc]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-215867fc]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-215867fc]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-215867fc]:before{content:"";display:block;height:15pt}.Bold[data-v-215867fc],span.Bold[data-v-215867fc]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-215867fc]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-215867fc]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-215867fc]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-215867fc]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-215867fc]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-215867fc]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-215867fc]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-215867fc]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-215867fc]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-215867fc]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-215867fc]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-215867fc],.Para-Table-L-Sub-Auto .icon-1[data-v-215867fc]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-215867fc]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-215867fc]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-215867fc]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-215867fc],.Table--2col td p.Para-basic-L[data-v-215867fc]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-215867fc]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-215867fc]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-215867fc]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-215867fc]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-215867fc]{margin-top:8pt!important}.table-responsive[data-v-215867fc]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-215867fc]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-215867fc],#table-16[data-v-215867fc]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-215867fc]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-215867fc]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-215867fc]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-215867fc]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-215867fc]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-215867fc]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-215867fc]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-215867fc]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-215867fc]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-215867fc]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-215867fc]{font-size:12px}#table-15.responsive td[data-v-215867fc]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-215867fc]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-215867fc]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-215867fc]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-215867fc]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-215867fc],.Table--4col-Error th[data-v-215867fc]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-215867fc],.Table--4col-Error tr:first-child th[data-v-215867fc]{border-top:none}.Table--4col-Error tr:last-child td[data-v-215867fc]{border-bottom:none}.Table--4col-Error thead td[data-v-215867fc]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-215867fc]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-215867fc]:nth-child(1),.Table--4col-Error thead td[data-v-215867fc]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-215867fc]:nth-child(2),.Table--4col-Error thead td[data-v-215867fc]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-215867fc]:nth-child(3),.Table--4col-Error thead td[data-v-215867fc]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-215867fc]:nth-child(4),.Table--4col-Error thead td[data-v-215867fc]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-215867fc]:nth-child(1),.Table--4col-Error tbody td[data-v-215867fc]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-215867fc]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-215867fc]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-215867fc]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-215867fc]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-215867fc]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-215867fc]{font-size:14px!important}.Table--4col-Error tbody td[data-v-215867fc]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-215867fc],.Table--4col-Error p.Para-Table-B[data-v-215867fc],.Table--4col-Error p.Para-Table-L-Center[data-v-215867fc]{font-size:12px!important}.Table--4col-Error tbody td[data-v-215867fc]:nth-child(1),.Table--4col-Error thead td[data-v-215867fc]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-215867fc]:nth-child(2),.Table--4col-Error thead td[data-v-215867fc]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-215867fc]:nth-child(3),.Table--4col-Error thead td[data-v-215867fc]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-215867fc]:nth-child(4),.Table--4col-Error thead td[data-v-215867fc]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-215867fc]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-215867fc]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-215867fc]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-215867fc]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-215867fc]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-215867fc]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-215867fc]{line-height:1.25;font-weight:500}.Bold-color[data-v-215867fc]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-215867fc]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-215867fc]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-215867fc]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-215867fc]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-215867fc]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-215867fc]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-215867fc]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-215867fc]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-215867fc]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-215867fc]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-215867fc]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-215867fc]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-215867fc]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-215867fc]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-215867fc]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-215867fc],tr:last-child td.cell-style-override-7[data-v-215867fc]{border-bottom:0}table#table-16[data-v-215867fc]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-215867fc],.Table--2col-Air-Sensor[data-v-215867fc],.Table--2col-Voice[data-v-215867fc],.Table--2col-Filter[data-v-215867fc],.Table--troubleshooting[data-v-215867fc],.Table--4col-Error[data-v-215867fc],.Table--Specifications[data-v-215867fc]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-215867fc]:last-child,.Table--2col-Voice tr td[data-v-215867fc]:last-child{width:70%}.Table--2col-Voice tr td[data-v-215867fc]:first-child{width:30%}.Para-Table-L-Center[data-v-215867fc]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-215867fc]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-215867fc]{display:block!important}.Table--2col-Information td[data-v-215867fc]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-215867fc]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-215867fc]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-215867fc]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-215867fc]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-215867fc],.Table--4col-responsive table td[data-v-215867fc]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-215867fc],.Table--2col-Information th[data-v-215867fc]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-215867fc]:nth-child(1),.Table--2col-Information th[data-v-215867fc]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-215867fc]:nth-child(2),.Table--2col-Information th[data-v-215867fc]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-215867fc],.Table--2col-Information th[data-v-215867fc]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-215867fc]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-215867fc],.Table--2col-Voice th[data-v-215867fc]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-215867fc]:nth-child(1),.Table--2col-Voice th[data-v-215867fc]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-215867fc]:nth-child(2),.Table--2col-Voice th[data-v-215867fc]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-215867fc]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-215867fc],.Table--2col-Voice tr:last-child td[data-v-215867fc]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-215867fc],.Table--2col-Voice thead th[data-v-215867fc]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-215867fc]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-215867fc]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-215867fc]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-215867fc],.Table--2col-Information th[data-v-215867fc]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-215867fc]:nth-child(1),.Table--2col-Information th[data-v-215867fc]:nth-child(1){width:30%}.Table--2col-Information td[data-v-215867fc]:nth-child(2),.Table--2col-Information th[data-v-215867fc]:nth-child(2){width:70%}.Table--2col-Information td[data-v-215867fc]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-215867fc]{border-bottom:none}.Table--2col-Air-Sensor[data-v-215867fc]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-215867fc],.Table--2col-Air-Sensor th[data-v-215867fc]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-215867fc]:nth-child(1),.Table--2col-Air-Sensor th[data-v-215867fc]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-215867fc]:nth-child(2),.Table--2col-Air-Sensor th[data-v-215867fc]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-215867fc]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-215867fc]{border-bottom:none}.Table--2col-Filter[data-v-215867fc]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-215867fc],.Table--2col-Filter th[data-v-215867fc]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-215867fc]:nth-child(1),.Table--2col-Filter th[data-v-215867fc]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-215867fc]:nth-child(2),.Table--2col-Filter th[data-v-215867fc]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-215867fc]:nth-child(3),.Table--2col-Filter th[data-v-215867fc]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-215867fc]:nth-child(4),.Table--2col-Filter th[data-v-215867fc]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-215867fc]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-215867fc],.Table--2col-Filter tr:last-child td[data-v-215867fc]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-215867fc],.Table--2col-Filter thead th[data-v-215867fc]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-215867fc]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-215867fc]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-215867fc]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-215867fc],.Table--Specifications th[data-v-215867fc]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-215867fc]:first-child,.Table--Specifications th[data-v-215867fc]:first-child{width:16%}.Table--Specifications td[data-v-215867fc]:nth-child(2),.Table--Specifications th[data-v-215867fc]:nth-child(2){width:42%}.Table--Specifications td[data-v-215867fc]:nth-child(3),.Table--Specifications th[data-v-215867fc]:nth-child(3){width:42%}.Table--Specifications td[data-v-215867fc]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-215867fc],.Table--Specifications tr:last-child td[data-v-215867fc]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-215867fc],.Table--Specifications thead th[data-v-215867fc]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-215867fc]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-215867fc]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-215867fc],td.cell-style-override-20[data-v-215867fc]{padding:10px}td.x3col-Mid-text[data-v-215867fc],td.cell-style-override-22[data-v-215867fc],td.cell-style-override-20[data-v-215867fc]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-215867fc]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-215867fc]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-215867fc]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-215867fc]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-215867fc]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-215867fc]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-215867fc],th.header-cell[data-v-215867fc]{background-color:#88d0c7}td.color-blue[data-v-215867fc],th.color-blue[data-v-215867fc]{background-color:#d3edf9}td.color-green[data-v-215867fc],th.color-green[data-v-215867fc]{background-color:#d9ead3}td.color-orange[data-v-215867fc],th.color-orange[data-v-215867fc]{background-color:#fce5cd}td.color-red[data-v-215867fc],th.color-red[data-v-215867fc]{background-color:#f4cccc}td.color-purple[data-v-215867fc],th.color-purple[data-v-215867fc]{background-color:#e4d7f5}td.color-yellow[data-v-215867fc],th.color-yellow[data-v-215867fc]{background-color:#fff2cc}td.color-teal[data-v-215867fc],th.color-teal[data-v-215867fc]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-215867fc],.Table--8col-air-web-1 td[data-v-215867fc],.Table--8col-air-web-1 th[data-v-215867fc]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-215867fc]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-215867fc]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-215867fc],.Table--2col td[data-v-215867fc],.Table--2col th[data-v-215867fc]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-215867fc]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-215867fc]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-215867fc],.Table--2col th p[data-v-215867fc]{border:none!important}.Table--2col[data-v-215867fc] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-215867fc]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-215867fc],.Table--4col td[data-v-215867fc]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-215867fc]{text-align:left!important}.Table--4col thead th[data-v-215867fc]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-215867fc]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-215867fc]{text-align:center!important}.Table--4col-air[data-v-215867fc]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-215867fc],.Table--4col-air th[data-v-215867fc]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-215867fc],.Table--4col-air tr:first-child th[data-v-215867fc]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-215867fc]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-215867fc],.Table--4col-air td ul[data-v-215867fc],.Table--4col-air td li[data-v-215867fc]{text-align:left!important}.Table--4col-air colgroup col[data-v-215867fc]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-215867fc]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-215867fc]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-215867fc]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-215867fc]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-215867fc],.Table--4col-air th[data-v-215867fc]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-215867fc],.Table--4col-air tr:first-child th[data-v-215867fc]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-215867fc]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-215867fc]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-215867fc],.Table--4col-ai2 th[data-v-215867fc]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-215867fc]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-215867fc]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-215867fc],.Table--4col-ai2 th[data-v-215867fc]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-215867fc]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-215867fc]{font-size:12px!important;margin:0!important;line-height:1.5!important}}#content-div[data-v-215867fc]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-215867fc]{min-height:100vh}}body[data-v-d222b27a]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-d222b27a]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-d222b27a]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-d222b27a]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-d222b27a]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-d222b27a]{width:83%!important}.content #naviText span[data-v-d222b27a]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-d222b27a]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-d222b27a]{width:100%!important}.content #mainCar[data-v-d222b27a]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-d222b27a]{width:100%}#mainCarPhone[data-v-d222b27a]{display:none}.content #buttonMenu_v2[data-v-d222b27a]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-d222b27a]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-d222b27a]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-d222b27a]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-d222b27a]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-d222b27a]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-d222b27a]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-d222b27a]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-d222b27a]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-d222b27a]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-d222b27a]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-d222b27a]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-d222b27a]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-d222b27a]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-d222b27a]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-d222b27a]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-d222b27a]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-d222b27a]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-d222b27a]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-d222b27a]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-d222b27a]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-d222b27a]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-d222b27a]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-d222b27a]{bottom:11%;width:30%}.content #naviText span[data-v-d222b27a]{font-size:17px}.content #naviText img[data-v-d222b27a]{width:80%!important}.content #carName[data-v-d222b27a]{right:0%;bottom:12%}.content #carName img[data-v-d222b27a]{width:40%!important}.content #buttonMenu_v2>a[data-v-d222b27a]{width:33%}.content #buttonMenu>a[data-v-d222b27a]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-d222b27a]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-d222b27a]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-d222b27a]{display:block}#mainCarPc[data-v-d222b27a]{display:none}.content #buttonMenu_v2[data-v-d222b27a],.content #buttonMenu[data-v-d222b27a]{width:92%}}@media screen and (max-width: 480px){.content[data-v-d222b27a]{padding-top:0}.content #naviText[data-v-d222b27a]{bottom:14%;width:45%}.content #naviText span[data-v-d222b27a]{font-size:11px}.content #naviText img[data-v-d222b27a]{width:88%!important}.content #carName[data-v-d222b27a]{right:5%;bottom:15%}.content #carName img[data-v-d222b27a]{width:120px!important}.content #buttonMenu_v2[data-v-d222b27a]{position:relative}.content #buttonMenu_v2>a>div[data-v-d222b27a]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-d222b27a]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-d222b27a]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-d222b27a]{position:relative}.content #buttonMenu>a>div[data-v-d222b27a]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-d222b27a]{height:120px}.content #buttonMenu>a>div>span[data-v-d222b27a]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-d222b27a]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-d222b27a]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-d222b27a]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-d222b27a]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-d222b27a]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-d222b27a]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-d222b27a]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-d222b27a]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-d222b27a]{margin:0;padding:0}html[data-v-d222b27a]{background-color:#000;width:100%}.keyword[data-v-d222b27a],.highlight[data-v-d222b27a]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-d222b27a]{font-family:upsys_commonregular}.header_main[data-v-d222b27a]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-d222b27a]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-d222b27a]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-d222b27a]>*{float:left}#headerLogo[data-v-d222b27a]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-d222b27a]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-d222b27a]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-d222b27a]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-d222b27a]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-d222b27a]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-d222b27a]{font-size:13px}.languageDiv .active[data-v-d222b27a]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-d222b27a]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-d222b27a]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-d222b27a]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-d222b27a],#languageSelect li[data-v-d222b27a]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-d222b27a],#languageSelect li:hover a[data-v-d222b27a]{color:#000}.footer-manual[data-v-d222b27a]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-d222b27a]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-d222b27a]{line-height:60px}#footerLogo[data-v-d222b27a]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-d222b27a]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-d222b27a]{display:inline-block;width:100%}#copyrightPcSpan[data-v-d222b27a]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-d222b27a]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-d222b27a]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-d222b27a]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-d222b27a]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-d222b27a]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-d222b27a]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-d222b27a]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-d222b27a]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-d222b27a]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-d222b27a]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-d222b27a]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-d222b27a]:focus{outline:none}#searchButton[data-v-d222b27a]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-d222b27a]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-d222b27a]{width:80%}table td.right[data-v-d222b27a]{width:10%;text-align:center}.result[data-v-d222b27a],.resultcount[data-v-d222b27a],.noResult[data-v-d222b27a]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-d222b27a]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-d222b27a]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-d222b27a]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-d222b27a]{color:#e49f81}.cover[data-v-d222b27a]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-d222b27a]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-d222b27a]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-d222b27a]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-d222b27a]{font-size:12px}.languageDivPhone .active[data-v-d222b27a]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-d222b27a]{bottom:30px;left:1px}.fontChangeButton[data-v-d222b27a]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-d222b27a]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-d222b27a]{left:0}.languageDiv div[data-v-d222b27a]{width:120%;left:-45px;top:5px}#languageSelect[data-v-d222b27a]{margin-left:-40px}#banner_img>a[data-v-d222b27a]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-d222b27a]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-d222b27a]{z-index:12}.header_main[data-v-d222b27a]{height:40px;padding-top:0}.header[data-v-d222b27a]{z-index:12}.header[data-v-d222b27a]{height:40px;padding-top:0}#title[data-v-d222b27a]{font-size:16px;width:49%}#headerLogo[data-v-d222b27a]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-d222b27a]{width:20%}.languageDiv div[data-v-d222b27a]{width:90%;left:-15px;top:5px}#languageSelect[data-v-d222b27a]{margin-left:-10px}.languageDiv ul[data-v-d222b27a]{font-size:12px}#menu[data-v-d222b27a]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-d222b27a]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-d222b27a]{width:80%}#rightHeader[data-v-d222b27a]{height:40px}#rightHeader>div[data-v-d222b27a]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-d222b27a]{position:absolute;right:38px;top:0}.searchDiv[data-v-d222b27a]{width:90%}#toc[data-v-d222b27a]{width:100%}.copyright[data-v-d222b27a]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-d222b27a]{display:none}#copyrightPhone[data-v-d222b27a]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-d222b27a]{width:15%!important}#prevBtn[data-v-d222b27a],#nextBtn[data-v-d222b27a]{width:32px;height:32px;background-size:100%}#searchButton[data-v-d222b27a]{margin-left:-1px}table td.left[data-v-d222b27a]{text-align:right}table td.center[data-v-d222b27a]{width:50%}table td.right[data-v-d222b27a]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-d222b27a]{left:0}.languageDiv div[data-v-d222b27a]{width:100%;left:-5px;top:5px}#languageSelect[data-v-d222b27a]{margin-left:20px}.languageDiv ul[data-v-d222b27a]{font-size:10px}.noResult>span[data-v-d222b27a]{width:200px!important;font-size:14px}#title[data-v-d222b27a]{font-size:13px;width:40%}#menu[data-v-d222b27a]{position:absolute}#banner_img>a[data-v-d222b27a]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-d222b27a]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-d222b27a]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-d222b27a]{font-size:14px}}body[data-v-d222b27a]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-d222b27a]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-d222b27a]{margin:auto;max-width:1120px}.subHeaderInner[data-v-d222b27a]>*{float:left}.content p[data-v-d222b27a],.content li[data-v-d222b27a]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-d222b27a]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-d222b27a]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-d222b27a]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-d222b27a]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-d222b27a]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-d222b27a]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-d222b27a]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-d222b27a]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-d222b27a]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-d222b27a]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-d222b27a]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-d222b27a]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-d222b27a],p.Para-Basic-B-Sub[data-v-d222b27a]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-d222b27a]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-d222b27a]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-d222b27a]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-d222b27a]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-d222b27a],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-d222b27a],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-d222b27a]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-d222b27a],p+ul li.Para-Basic-B-Sub[data-v-d222b27a]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-d222b27a],ul~p.Para-basic-L-bullet-Sub[data-v-d222b27a],ul~p.Para-Basic-B-Sub[data-v-d222b27a]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-d222b27a],ol~p.Para-basic-L-bullet-Sub[data-v-d222b27a],ol~p.Para-Basic-B-Sub[data-v-d222b27a]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-d222b27a],ol+*+p.Para-basic-L-bullet-Sub[data-v-d222b27a],ol+*+p.Para-Basic-B-Sub[data-v-d222b27a]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-d222b27a],a .Para-Basic-B-Sub[data-v-d222b27a]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-d222b27a]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-d222b27a]{margin-left:45px}.content p[data-v-d222b27a],li[data-v-d222b27a]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-d222b27a],p.Para-Basic-B[data-v-d222b27a],p.Para-Basic-B-Center[data-v-d222b27a]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-d222b27a]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-d222b27a],p.Para-Basic-B-Center[data-v-d222b27a]{text-align:center}p.Para-Table-L-center[data-v-d222b27a],p.Para-Table-B-Center[data-v-d222b27a]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-d222b27a],table p.Para-Basic-B[data-v-d222b27a],table p.Para-Basic-B-Center[data-v-d222b27a]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-d222b27a]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-d222b27a]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-d222b27a]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-d222b27a]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-d222b27a]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-d222b27a],.content .text>ul[data-v-d222b27a],.content .text table ol[data-v-d222b27a],.content .text table ul[data-v-d222b27a]{padding-left:20px}.content .text>ol[data-v-d222b27a]{padding-left:0}p.Para-Illust-L[data-v-d222b27a]{text-align:center}p.Para-Illust-L img[data-v-d222b27a]{display:inline-block}p.Placeholder-sub[data-v-d222b27a],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-d222b27a],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-d222b27a],.content .text>ol~.figure[data-v-d222b27a],p.Placeholder-sub-S[data-v-d222b27a],.Para-screen-sub-S[data-v-d222b27a],.Para-screen-sub-M[data-v-d222b27a],.Para-screen-sub-L[data-v-d222b27a]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-d222b27a],p.Placeholder-sub-M img[data-v-d222b27a],p.Placeholder-sub img[data-v-d222b27a]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-d222b27a]{margin-left:45px}.Table-pic-Left-sub img[data-v-d222b27a]{margin-top:5px;margin-bottom:10px}div.figure[data-v-d222b27a]{display:inline-block}p.Para-img-description[data-v-d222b27a]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-d222b27a]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-d222b27a]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-d222b27a]{margin-bottom:25px}.text img[data-v-d222b27a]{max-width:100%;display:block}.Table-Pic-center[data-v-d222b27a]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-d222b27a]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-d222b27a]{margin:0}p.Para-Box-Num[data-v-d222b27a]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-d222b27a]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-d222b27a]:AFTER{content:". "}span.inline-img img[data-v-d222b27a]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-d222b27a]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-d222b27a]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-d222b27a]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-d222b27a]{margin-left:6.5%;display:block!important}.discUl li[data-v-d222b27a]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-d222b27a],.Symbol-R[data-v-d222b27a],.Note-R-Pic[data-v-d222b27a]{display:block;width:100%}.Symbol-L[data-v-d222b27a]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-d222b27a]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-d222b27a],.Symbol-R li[data-v-d222b27a],.Symbol-R p[data-v-d222b27a]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-d222b27a]{font-size:16px}table.Table-Symbol td ul[data-v-d222b27a]{padding-left:20px}table.Table-Symbol[data-v-d222b27a]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-d222b27a]{color:#bc162c}.Symbol-Black[data-v-d222b27a],.Symbol-Black-Table[data-v-d222b27a]{font-family:upsys_commonregular}.Symbol-Green[data-v-d222b27a]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-d222b27a]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-d222b27a]{width:auto!important}.video_container[data-v-d222b27a]{margin-top:40px;float:right}.video[data-v-d222b27a]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-d222b27a]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-d222b27a]{width:100%}.Table--3col[data-v-d222b27a],.Basic-Table[data-v-d222b27a],.Table--2col[data-v-d222b27a],.Table-Landmark[data-v-d222b27a],.Table--4col[data-v-d222b27a],.Table-2row-merge[data-v-d222b27a],.Table--troubleshooting[data-v-d222b27a],.Table-specification[data-v-d222b27a],.Table-service-center[data-v-d222b27a],.Table-5col[data-v-d222b27a],.responsive[data-v-d222b27a],.Table--3col-Locations[data-v-d222b27a]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-d222b27a]:FIRST-CHILD,.Basic-Table tr[data-v-d222b27a]:FIRST-CHILD,.Table--2col tr[data-v-d222b27a]:FIRST-CHILD,.Table-Landmark tr[data-v-d222b27a]:FIRST-CHILD,.Table--4col tr[data-v-d222b27a]:FIRST-CHILD,.Table-2row-merge tr[data-v-d222b27a]:FIRST-CHILD,.Table--troubleshooting tr[data-v-d222b27a]:FIRST-CHILD,.Table-service-center tr[data-v-d222b27a]:FIRST-CHILD,.responsive tr[data-v-d222b27a]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-d222b27a]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-d222b27a],.Basic-Table td[data-v-d222b27a],.Table--2col td[data-v-d222b27a],.Table-Landmark td[data-v-d222b27a],.Table--4col td[data-v-d222b27a],.Table-2row-merge td[data-v-d222b27a],.Table--troubleshooting td[data-v-d222b27a],.Table-specification td[data-v-d222b27a],.Table-service-center td[data-v-d222b27a],.responsive td[data-v-d222b27a]{padding:10px}.Table--troubleshooting td[data-v-d222b27a]{border-right:none}.Table--troubleshooting[data-v-d222b27a]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-d222b27a],.Table-Landmark .Para-Pic-Center img[data-v-d222b27a]{width:30px}.Table-5col[data-v-d222b27a]{border:none}.Table-5col tr[data-v-d222b27a]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-d222b27a]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-d222b27a]{width:15%}.Table--3col td.x3col-L[data-v-d222b27a],.x3col-L td.x3col-M[data-v-d222b27a]{width:10%}td.x3col-Mid-Text[data-v-d222b27a]{text-align:center}td.x3col-R-Pic[data-v-d222b27a]{text-align:right}.responsive td p[data-v-d222b27a]{text-align:center}table.Table--3col-Locations[data-v-d222b27a]{border-collapse:collapse}.Table--3col-Locations td[data-v-d222b27a]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-d222b27a]{padding:10px}.Para-Pic-Center img[data-v-d222b27a]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-d222b27a]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-d222b27a]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-d222b27a]{width:50%}.Table-specification .x3col-L-Grey[data-v-d222b27a]{width:20%}.Table-specification .Spec-Mid-text[data-v-d222b27a]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-d222b27a]{width:50%}.Table--3col .x3col-L-Grey[data-v-d222b27a]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-d222b27a],.Table--4col .x3col-Mid-Grey[data-v-d222b27a],.Table--4col .x3col-R-Grey[data-v-d222b27a]{width:30%}.navi td.x3col-Mid-Grey[data-v-d222b27a]{width:15%}.Table--3col .x3col-R-Grey[data-v-d222b27a]{width:50%}.Table--2col .x3col-L-Grey[data-v-d222b27a],.Table--2col td[data-v-d222b27a]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-d222b27a]{width:70%}.Table--2col-Disc[data-v-d222b27a]{border-collapse:collapse}.Table--2col-Disc td[data-v-d222b27a]{border:1px solid grey;padding:10px}.Table-PL td[data-v-d222b27a]:FIRST-CHILD{width:25%}.resultcount p[data-v-d222b27a]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-d222b27a]{font-family:SK_namuhx-Bold}.noResult>span[data-v-d222b27a]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-d222b27a]{color:#f0dfdf;display:block}.result_list[data-v-d222b27a]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-d222b27a]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-d222b27a]{font-family:SK_namuhx-Regular}.resulttext p[data-v-d222b27a]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-d222b27a]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-d222b27a]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-d222b27a],.Cross-Reference[data-v-d222b27a]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-d222b27a]:hover{text-decoration:underline}.fontChangeDiv[data-v-d222b27a]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-d222b27a]{top:55px}#backButton[data-v-d222b27a]{background-size:16px}.chapterTitle[data-v-d222b27a]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-d222b27a],h2[data-v-d222b27a]{font-size:1.3em}#contentAccordion[data-v-d222b27a]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-d222b27a]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-d222b27a]{line-height:21px}.video[data-v-d222b27a]{width:46%}}@media screen and (max-width: 640px){h2[data-v-d222b27a]{margin-top:40px}.subHeader[data-v-d222b27a]{top:40px}.fontChangeDiv[data-v-d222b27a]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-d222b27a]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-d222b27a]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-d222b27a]{margin-left:7.3%}table td[data-v-d222b27a]{font-size:14px;padding:5px!important}table td p[data-v-d222b27a],table td p.Para-Basic-B-Center[data-v-d222b27a],table td p.Para-Basic-B[data-v-d222b27a]{font-size:14px}table td p.Para-Small-L[data-v-d222b27a]{font-size:12px;word-break:break-word}.Table--3col td[data-v-d222b27a],.Basic-Table td[data-v-d222b27a],.Table--2col td[data-v-d222b27a],.Table-Landmark td[data-v-d222b27a],.Table--4col td[data-v-d222b27a],.Table-2row-merge td[data-v-d222b27a],.Table--troubleshooting td[data-v-d222b27a],.Table-specification td[data-v-d222b27a],.Table-service-center td[data-v-d222b27a]{border-right:none}.responsive[data-v-d222b27a],.responsive tr[data-v-d222b27a],.responsive tbody[data-v-d222b27a]{width:100%}.Table--4col-responsive td[data-v-d222b27a]{min-width:200px!important;height:auto}.responsive td p[data-v-d222b27a]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-d222b27a],.Table-Symbol td li[data-v-d222b27a]{font-size:16px}p.Placeholder-sub[data-v-d222b27a],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-d222b27a],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-d222b27a],.content .text>ol~.figure[data-v-d222b27a],.content .text>ol+ul[data-v-d222b27a],.Para-screen-sub-L[data-v-d222b27a]{margin-left:0}.resultcount p[data-v-d222b27a]{font-size:16px}.Table-specification td p[data-v-d222b27a],.Table--3col-Locations td li[data-v-d222b27a],p.Para-basic-L-Sub[data-v-d222b27a],p.Para-basic-L-Sub-Auto[data-v-d222b27a],p.Para-basic-L-center[data-v-d222b27a],li.Para-basic-L-bullet[data-v-d222b27a],p.Para-basic-L[data-v-d222b27a],li.Para-basic-L-hyp-Sub[data-v-d222b27a],li.Para-basic-L-hyp-2Sub[data-v-d222b27a],li[class^=Para-Num][data-v-d222b27a],p.Para-Box-Num[data-v-d222b27a],p.Para-Basic-B-Sub[data-v-d222b27a],td p.Para-basic-L[data-v-d222b27a],td li.Para-basic-L-bullet[data-v-d222b27a],p.Para-Basic-B[data-v-d222b27a],p.Para-Circle-Num-Sub[data-v-d222b27a],.Symbol-L p.Para-basic-L-Sub[data-v-d222b27a],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-d222b27a]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-d222b27a],.Table--3col-Locations td li[data-v-d222b27a],p.Para-Table-L-Sub[data-v-d222b27a],p.Para-Table-L-Sub-Auto[data-v-d222b27a],p.Para-Table-L-center[data-v-d222b27a],p.Para-Table-L[data-v-d222b27a],li.Para-Table-L-hyp-Sub[data-v-d222b27a],li.Para-Table-L-hyp-2Sub[data-v-d222b27a],p.Para-Table-B-Sub[data-v-d222b27a],td p.Para-Table-L[data-v-d222b27a],p.Para-Table-B[data-v-d222b27a],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-d222b27a]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-d222b27a]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-d222b27a],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-d222b27a]{font-size:14px}.big .Table-specification td p[data-v-d222b27a],.big .Table--3col-Locations td li[data-v-d222b27a],.big p.Para-basic-L-Sub[data-v-d222b27a],.big p.Para-basic-L-Sub-Auto[data-v-d222b27a],.big p.Para-basic-L-center[data-v-d222b27a],.big li.Para-basic-L-bullet[data-v-d222b27a],.big p.Para-basic-L[data-v-d222b27a],.big li.Para-basic-L-hyp-Sub[data-v-d222b27a],.big li.Para-basic-L-hyp-2Sub[data-v-d222b27a],.big li[class^=Para-Num][data-v-d222b27a],.big p.Para-Box-Num[data-v-d222b27a],.big p.Para-Basic-B-Sub[data-v-d222b27a],.big td p.Para-basic-L[data-v-d222b27a],.big td li.Para-basic-L-bullet[data-v-d222b27a],.big p.Para-Basic-B[data-v-d222b27a],.big p.Para-Circle-Num-Sub[data-v-d222b27a]{font-size:16px}.big .Table-specification td p[data-v-d222b27a],.big .Table--3col-Locations td li[data-v-d222b27a],.big p.Para-Table-L-Sub[data-v-d222b27a],.big p.Para-Table-L-Sub-Auto[data-v-d222b27a],.big p.Para-Table-L-center[data-v-d222b27a],.big p.Para-Table-L[data-v-d222b27a],.big li.Para-Table-L-hyp-Sub[data-v-d222b27a],.big li.Para-Table-L-hyp-2Sub[data-v-d222b27a],.big li[class^=Para-Num][data-v-d222b27a],.big p.Para-Box-Num[data-v-d222b27a],.big p.Para-Table-B-Sub[data-v-d222b27a],.big td p.Para-Table-L[data-v-d222b27a],.big p.Para-Table-B[data-v-d222b27a],.big p.Para-Circle-Num-Sub[data-v-d222b27a],.big p.Para-Table-B-Center[data-v-d222b27a],.big .Table--3col-ISO td p[data-v-d222b27a]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-d222b27a],p.Para-Table-B-Center[data-v-d222b27a]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-d222b27a],.big p.video_title[data-v-d222b27a],.big .resultItem p[data-v-d222b27a]{font-size:1.05em}h1[data-v-d222b27a]{font-size:1.2em;margin-top:0}h2[data-v-d222b27a]{font-size:1.1em}.Heading-3[data-v-d222b27a]{font-size:1em}.content .text>ol li[data-v-d222b27a]:BEFORE{font-size:26px}.video[data-v-d222b27a]{width:95%}}p.Para-Table-L[data-v-d222b27a]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-d222b27a]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-d222b27a]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-d222b27a]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-d222b27a]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-d222b27a]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-d222b27a]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-d222b27a]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-d222b27a]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-d222b27a]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-d222b27a]:before{content:"";display:block;height:15pt}.Bold[data-v-d222b27a],span.Bold[data-v-d222b27a]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-d222b27a]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-d222b27a]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-d222b27a]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-d222b27a]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-d222b27a]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-d222b27a]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-d222b27a]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-d222b27a]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-d222b27a]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-d222b27a]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-d222b27a]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-d222b27a],.Para-Table-L-Sub-Auto .icon-1[data-v-d222b27a]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-d222b27a]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-d222b27a]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-d222b27a]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-d222b27a],.Table--2col td p.Para-basic-L[data-v-d222b27a]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-d222b27a]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-d222b27a]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-d222b27a]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-d222b27a]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-d222b27a]{margin-top:8pt!important}.table-responsive[data-v-d222b27a]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-d222b27a]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-d222b27a],#table-16[data-v-d222b27a]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-d222b27a]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-d222b27a]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-d222b27a]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-d222b27a]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-d222b27a]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-d222b27a]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-d222b27a]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-d222b27a]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-d222b27a]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-d222b27a]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-d222b27a]{font-size:12px}#table-15.responsive td[data-v-d222b27a]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-d222b27a]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-d222b27a]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-d222b27a]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-d222b27a]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-d222b27a],.Table--4col-Error th[data-v-d222b27a]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-d222b27a],.Table--4col-Error tr:first-child th[data-v-d222b27a]{border-top:none}.Table--4col-Error tr:last-child td[data-v-d222b27a]{border-bottom:none}.Table--4col-Error thead td[data-v-d222b27a]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-d222b27a]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-d222b27a]:nth-child(1),.Table--4col-Error thead td[data-v-d222b27a]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-d222b27a]:nth-child(2),.Table--4col-Error thead td[data-v-d222b27a]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-d222b27a]:nth-child(3),.Table--4col-Error thead td[data-v-d222b27a]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-d222b27a]:nth-child(4),.Table--4col-Error thead td[data-v-d222b27a]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-d222b27a]:nth-child(1),.Table--4col-Error tbody td[data-v-d222b27a]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-d222b27a]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-d222b27a]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-d222b27a]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-d222b27a]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-d222b27a]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-d222b27a]{font-size:14px!important}.Table--4col-Error tbody td[data-v-d222b27a]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-d222b27a],.Table--4col-Error p.Para-Table-B[data-v-d222b27a],.Table--4col-Error p.Para-Table-L-Center[data-v-d222b27a]{font-size:12px!important}.Table--4col-Error tbody td[data-v-d222b27a]:nth-child(1),.Table--4col-Error thead td[data-v-d222b27a]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-d222b27a]:nth-child(2),.Table--4col-Error thead td[data-v-d222b27a]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-d222b27a]:nth-child(3),.Table--4col-Error thead td[data-v-d222b27a]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-d222b27a]:nth-child(4),.Table--4col-Error thead td[data-v-d222b27a]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-d222b27a]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-d222b27a]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-d222b27a]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-d222b27a]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-d222b27a]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-d222b27a]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-d222b27a]{line-height:1.25;font-weight:500}.Bold-color[data-v-d222b27a]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-d222b27a]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-d222b27a]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-d222b27a]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-d222b27a]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-d222b27a]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-d222b27a]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-d222b27a]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-d222b27a]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-d222b27a]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-d222b27a]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-d222b27a]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-d222b27a]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-d222b27a]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-d222b27a]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-d222b27a]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-d222b27a],tr:last-child td.cell-style-override-7[data-v-d222b27a]{border-bottom:0}table#table-16[data-v-d222b27a]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-d222b27a],.Table--2col-Air-Sensor[data-v-d222b27a],.Table--2col-Voice[data-v-d222b27a],.Table--2col-Filter[data-v-d222b27a],.Table--troubleshooting[data-v-d222b27a],.Table--4col-Error[data-v-d222b27a],.Table--Specifications[data-v-d222b27a]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-d222b27a]:last-child,.Table--2col-Voice tr td[data-v-d222b27a]:last-child{width:70%}.Table--2col-Voice tr td[data-v-d222b27a]:first-child{width:30%}.Para-Table-L-Center[data-v-d222b27a]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-d222b27a]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-d222b27a]{display:block!important}.Table--2col-Information td[data-v-d222b27a]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-d222b27a]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-d222b27a]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-d222b27a]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-d222b27a]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-d222b27a],.Table--4col-responsive table td[data-v-d222b27a]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-d222b27a],.Table--2col-Information th[data-v-d222b27a]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-d222b27a]:nth-child(1),.Table--2col-Information th[data-v-d222b27a]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-d222b27a]:nth-child(2),.Table--2col-Information th[data-v-d222b27a]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-d222b27a],.Table--2col-Information th[data-v-d222b27a]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-d222b27a]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-d222b27a],.Table--2col-Voice th[data-v-d222b27a]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-d222b27a]:nth-child(1),.Table--2col-Voice th[data-v-d222b27a]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-d222b27a]:nth-child(2),.Table--2col-Voice th[data-v-d222b27a]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-d222b27a]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-d222b27a],.Table--2col-Voice tr:last-child td[data-v-d222b27a]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-d222b27a],.Table--2col-Voice thead th[data-v-d222b27a]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-d222b27a]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-d222b27a]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-d222b27a]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-d222b27a],.Table--2col-Information th[data-v-d222b27a]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-d222b27a]:nth-child(1),.Table--2col-Information th[data-v-d222b27a]:nth-child(1){width:30%}.Table--2col-Information td[data-v-d222b27a]:nth-child(2),.Table--2col-Information th[data-v-d222b27a]:nth-child(2){width:70%}.Table--2col-Information td[data-v-d222b27a]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-d222b27a]{border-bottom:none}.Table--2col-Air-Sensor[data-v-d222b27a]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-d222b27a],.Table--2col-Air-Sensor th[data-v-d222b27a]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-d222b27a]:nth-child(1),.Table--2col-Air-Sensor th[data-v-d222b27a]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-d222b27a]:nth-child(2),.Table--2col-Air-Sensor th[data-v-d222b27a]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-d222b27a]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-d222b27a]{border-bottom:none}.Table--2col-Filter[data-v-d222b27a]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-d222b27a],.Table--2col-Filter th[data-v-d222b27a]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-d222b27a]:nth-child(1),.Table--2col-Filter th[data-v-d222b27a]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-d222b27a]:nth-child(2),.Table--2col-Filter th[data-v-d222b27a]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-d222b27a]:nth-child(3),.Table--2col-Filter th[data-v-d222b27a]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-d222b27a]:nth-child(4),.Table--2col-Filter th[data-v-d222b27a]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-d222b27a]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-d222b27a],.Table--2col-Filter tr:last-child td[data-v-d222b27a]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-d222b27a],.Table--2col-Filter thead th[data-v-d222b27a]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-d222b27a]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-d222b27a]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-d222b27a]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-d222b27a],.Table--Specifications th[data-v-d222b27a]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-d222b27a]:first-child,.Table--Specifications th[data-v-d222b27a]:first-child{width:16%}.Table--Specifications td[data-v-d222b27a]:nth-child(2),.Table--Specifications th[data-v-d222b27a]:nth-child(2){width:42%}.Table--Specifications td[data-v-d222b27a]:nth-child(3),.Table--Specifications th[data-v-d222b27a]:nth-child(3){width:42%}.Table--Specifications td[data-v-d222b27a]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-d222b27a],.Table--Specifications tr:last-child td[data-v-d222b27a]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-d222b27a],.Table--Specifications thead th[data-v-d222b27a]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-d222b27a]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-d222b27a]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-d222b27a],td.cell-style-override-20[data-v-d222b27a]{padding:10px}td.x3col-Mid-text[data-v-d222b27a],td.cell-style-override-22[data-v-d222b27a],td.cell-style-override-20[data-v-d222b27a]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-d222b27a]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-d222b27a]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-d222b27a]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-d222b27a]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-d222b27a]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-d222b27a]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-d222b27a],th.header-cell[data-v-d222b27a]{background-color:#88d0c7}td.color-blue[data-v-d222b27a],th.color-blue[data-v-d222b27a]{background-color:#d3edf9}td.color-green[data-v-d222b27a],th.color-green[data-v-d222b27a]{background-color:#d9ead3}td.color-orange[data-v-d222b27a],th.color-orange[data-v-d222b27a]{background-color:#fce5cd}td.color-red[data-v-d222b27a],th.color-red[data-v-d222b27a]{background-color:#f4cccc}td.color-purple[data-v-d222b27a],th.color-purple[data-v-d222b27a]{background-color:#e4d7f5}td.color-yellow[data-v-d222b27a],th.color-yellow[data-v-d222b27a]{background-color:#fff2cc}td.color-teal[data-v-d222b27a],th.color-teal[data-v-d222b27a]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-d222b27a],.Table--8col-air-web-1 td[data-v-d222b27a],.Table--8col-air-web-1 th[data-v-d222b27a]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-d222b27a]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-d222b27a]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-d222b27a],.Table--2col td[data-v-d222b27a],.Table--2col th[data-v-d222b27a]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-d222b27a]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-d222b27a]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-d222b27a],.Table--2col th p[data-v-d222b27a]{border:none!important}.Table--2col[data-v-d222b27a] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-d222b27a]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-d222b27a],.Table--4col td[data-v-d222b27a]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-d222b27a]{text-align:left!important}.Table--4col thead th[data-v-d222b27a]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-d222b27a]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-d222b27a]{text-align:center!important}.Table--4col-air[data-v-d222b27a]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-d222b27a],.Table--4col-air th[data-v-d222b27a]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-d222b27a],.Table--4col-air tr:first-child th[data-v-d222b27a]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-d222b27a]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-d222b27a],.Table--4col-air td ul[data-v-d222b27a],.Table--4col-air td li[data-v-d222b27a]{text-align:left!important}.Table--4col-air colgroup col[data-v-d222b27a]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-d222b27a]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-d222b27a]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-d222b27a]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-d222b27a]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-d222b27a],.Table--4col-air th[data-v-d222b27a]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-d222b27a],.Table--4col-air tr:first-child th[data-v-d222b27a]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-d222b27a]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-d222b27a]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-d222b27a],.Table--4col-ai2 th[data-v-d222b27a]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-d222b27a]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-d222b27a]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-d222b27a],.Table--4col-ai2 th[data-v-d222b27a]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-d222b27a]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-d222b27a]{font-size:12px!important;margin:0!important;line-height:1.5!important}}#content-div[data-v-d222b27a]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-d222b27a]{min-height:100vh}}body[data-v-70ced353]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-70ced353]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-70ced353]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-70ced353]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-70ced353]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-70ced353]{width:83%!important}.content #naviText span[data-v-70ced353]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-70ced353]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-70ced353]{width:100%!important}.content #mainCar[data-v-70ced353]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-70ced353]{width:100%}#mainCarPhone[data-v-70ced353]{display:none}.content #buttonMenu_v2[data-v-70ced353]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-70ced353]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-70ced353]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-70ced353]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-70ced353]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-70ced353]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-70ced353]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-70ced353]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-70ced353]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-70ced353]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-70ced353]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-70ced353]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-70ced353]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-70ced353]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-70ced353]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-70ced353]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-70ced353]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-70ced353]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-70ced353]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-70ced353]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-70ced353]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-70ced353]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-70ced353]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-70ced353]{bottom:11%;width:30%}.content #naviText span[data-v-70ced353]{font-size:17px}.content #naviText img[data-v-70ced353]{width:80%!important}.content #carName[data-v-70ced353]{right:0%;bottom:12%}.content #carName img[data-v-70ced353]{width:40%!important}.content #buttonMenu_v2>a[data-v-70ced353]{width:33%}.content #buttonMenu>a[data-v-70ced353]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-70ced353]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-70ced353]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-70ced353]{display:block}#mainCarPc[data-v-70ced353]{display:none}.content #buttonMenu_v2[data-v-70ced353],.content #buttonMenu[data-v-70ced353]{width:92%}}@media screen and (max-width: 480px){.content[data-v-70ced353]{padding-top:0}.content #naviText[data-v-70ced353]{bottom:14%;width:45%}.content #naviText span[data-v-70ced353]{font-size:11px}.content #naviText img[data-v-70ced353]{width:88%!important}.content #carName[data-v-70ced353]{right:5%;bottom:15%}.content #carName img[data-v-70ced353]{width:120px!important}.content #buttonMenu_v2[data-v-70ced353]{position:relative}.content #buttonMenu_v2>a>div[data-v-70ced353]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-70ced353]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-70ced353]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-70ced353]{position:relative}.content #buttonMenu>a>div[data-v-70ced353]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-70ced353]{height:120px}.content #buttonMenu>a>div>span[data-v-70ced353]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-70ced353]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-70ced353]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-70ced353]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-70ced353]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-70ced353]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-70ced353]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-70ced353]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-70ced353]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-70ced353]{margin:0;padding:0}html[data-v-70ced353]{background-color:#000;width:100%}.keyword[data-v-70ced353],.highlight[data-v-70ced353]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-70ced353]{font-family:upsys_commonregular}.header_main[data-v-70ced353]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-70ced353]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-70ced353]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-70ced353]>*{float:left}#headerLogo[data-v-70ced353]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-70ced353]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-70ced353]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-70ced353]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-70ced353]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-70ced353]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-70ced353]{font-size:13px}.languageDiv .active[data-v-70ced353]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-70ced353]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-70ced353]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-70ced353]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-70ced353],#languageSelect li[data-v-70ced353]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-70ced353],#languageSelect li:hover a[data-v-70ced353]{color:#000}.footer-manual[data-v-70ced353]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-70ced353]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-70ced353]{line-height:60px}#footerLogo[data-v-70ced353]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-70ced353]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-70ced353]{display:inline-block;width:100%}#copyrightPcSpan[data-v-70ced353]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-70ced353]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-70ced353]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-70ced353]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-70ced353]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-70ced353]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-70ced353]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-70ced353]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-70ced353]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-70ced353]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-70ced353]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-70ced353]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-70ced353]:focus{outline:none}#searchButton[data-v-70ced353]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-70ced353]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-70ced353]{width:80%}table td.right[data-v-70ced353]{width:10%;text-align:center}.result[data-v-70ced353],.resultcount[data-v-70ced353],.noResult[data-v-70ced353]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-70ced353]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-70ced353]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-70ced353]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-70ced353]{color:#e49f81}.cover[data-v-70ced353]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-70ced353]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-70ced353]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-70ced353]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-70ced353]{font-size:12px}.languageDivPhone .active[data-v-70ced353]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-70ced353]{bottom:30px;left:1px}.fontChangeButton[data-v-70ced353]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-70ced353]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-70ced353]{left:0}.languageDiv div[data-v-70ced353]{width:120%;left:-45px;top:5px}#languageSelect[data-v-70ced353]{margin-left:-40px}#banner_img>a[data-v-70ced353]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-70ced353]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-70ced353]{z-index:12}.header_main[data-v-70ced353]{height:40px;padding-top:0}.header[data-v-70ced353]{z-index:12}.header[data-v-70ced353]{height:40px;padding-top:0}#title[data-v-70ced353]{font-size:16px;width:49%}#headerLogo[data-v-70ced353]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-70ced353]{width:20%}.languageDiv div[data-v-70ced353]{width:90%;left:-15px;top:5px}#languageSelect[data-v-70ced353]{margin-left:-10px}.languageDiv ul[data-v-70ced353]{font-size:12px}#menu[data-v-70ced353]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-70ced353]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-70ced353]{width:80%}#rightHeader[data-v-70ced353]{height:40px}#rightHeader>div[data-v-70ced353]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-70ced353]{position:absolute;right:38px;top:0}.searchDiv[data-v-70ced353]{width:90%}#toc[data-v-70ced353]{width:100%}.copyright[data-v-70ced353]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-70ced353]{display:none}#copyrightPhone[data-v-70ced353]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-70ced353]{width:15%!important}#prevBtn[data-v-70ced353],#nextBtn[data-v-70ced353]{width:32px;height:32px;background-size:100%}#searchButton[data-v-70ced353]{margin-left:-1px}table td.left[data-v-70ced353]{text-align:right}table td.center[data-v-70ced353]{width:50%}table td.right[data-v-70ced353]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-70ced353]{left:0}.languageDiv div[data-v-70ced353]{width:100%;left:-5px;top:5px}#languageSelect[data-v-70ced353]{margin-left:20px}.languageDiv ul[data-v-70ced353]{font-size:10px}.noResult>span[data-v-70ced353]{width:200px!important;font-size:14px}#title[data-v-70ced353]{font-size:13px;width:40%}#menu[data-v-70ced353]{position:absolute}#banner_img>a[data-v-70ced353]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-70ced353]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-70ced353]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-70ced353]{font-size:14px}}body[data-v-70ced353]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-70ced353]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-70ced353]{margin:auto;max-width:1120px}.subHeaderInner[data-v-70ced353]>*{float:left}.content p[data-v-70ced353],.content li[data-v-70ced353]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-70ced353]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-70ced353]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-70ced353]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-70ced353]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-70ced353]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-70ced353]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-70ced353]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-70ced353]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-70ced353]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-70ced353]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-70ced353]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-70ced353]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-70ced353],p.Para-Basic-B-Sub[data-v-70ced353]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-70ced353]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-70ced353]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-70ced353]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-70ced353]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-70ced353],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-70ced353],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-70ced353]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-70ced353],p+ul li.Para-Basic-B-Sub[data-v-70ced353]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-70ced353],ul~p.Para-basic-L-bullet-Sub[data-v-70ced353],ul~p.Para-Basic-B-Sub[data-v-70ced353]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-70ced353],ol~p.Para-basic-L-bullet-Sub[data-v-70ced353],ol~p.Para-Basic-B-Sub[data-v-70ced353]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-70ced353],ol+*+p.Para-basic-L-bullet-Sub[data-v-70ced353],ol+*+p.Para-Basic-B-Sub[data-v-70ced353]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-70ced353],a .Para-Basic-B-Sub[data-v-70ced353]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-70ced353]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-70ced353]{margin-left:45px}.content p[data-v-70ced353],li[data-v-70ced353]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-70ced353],p.Para-Basic-B[data-v-70ced353],p.Para-Basic-B-Center[data-v-70ced353]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-70ced353]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-70ced353],p.Para-Basic-B-Center[data-v-70ced353]{text-align:center}p.Para-Table-L-center[data-v-70ced353],p.Para-Table-B-Center[data-v-70ced353]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-70ced353],table p.Para-Basic-B[data-v-70ced353],table p.Para-Basic-B-Center[data-v-70ced353]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-70ced353]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-70ced353]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-70ced353]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-70ced353]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-70ced353]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-70ced353],.content .text>ul[data-v-70ced353],.content .text table ol[data-v-70ced353],.content .text table ul[data-v-70ced353]{padding-left:20px}.content .text>ol[data-v-70ced353]{padding-left:0}p.Para-Illust-L[data-v-70ced353]{text-align:center}p.Para-Illust-L img[data-v-70ced353]{display:inline-block}p.Placeholder-sub[data-v-70ced353],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-70ced353],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-70ced353],.content .text>ol~.figure[data-v-70ced353],p.Placeholder-sub-S[data-v-70ced353],.Para-screen-sub-S[data-v-70ced353],.Para-screen-sub-M[data-v-70ced353],.Para-screen-sub-L[data-v-70ced353]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-70ced353],p.Placeholder-sub-M img[data-v-70ced353],p.Placeholder-sub img[data-v-70ced353]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-70ced353]{margin-left:45px}.Table-pic-Left-sub img[data-v-70ced353]{margin-top:5px;margin-bottom:10px}div.figure[data-v-70ced353]{display:inline-block}p.Para-img-description[data-v-70ced353]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-70ced353]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-70ced353]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-70ced353]{margin-bottom:25px}.text img[data-v-70ced353]{max-width:100%;display:block}.Table-Pic-center[data-v-70ced353]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-70ced353]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-70ced353]{margin:0}p.Para-Box-Num[data-v-70ced353]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-70ced353]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-70ced353]:AFTER{content:". "}span.inline-img img[data-v-70ced353]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-70ced353]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-70ced353]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-70ced353]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-70ced353]{margin-left:6.5%;display:block!important}.discUl li[data-v-70ced353]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-70ced353],.Symbol-R[data-v-70ced353],.Note-R-Pic[data-v-70ced353]{display:block;width:100%}.Symbol-L[data-v-70ced353]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-70ced353]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-70ced353],.Symbol-R li[data-v-70ced353],.Symbol-R p[data-v-70ced353]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-70ced353]{font-size:16px}table.Table-Symbol td ul[data-v-70ced353]{padding-left:20px}table.Table-Symbol[data-v-70ced353]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-70ced353]{color:#bc162c}.Symbol-Black[data-v-70ced353],.Symbol-Black-Table[data-v-70ced353]{font-family:upsys_commonregular}.Symbol-Green[data-v-70ced353]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-70ced353]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-70ced353]{width:auto!important}.video_container[data-v-70ced353]{margin-top:40px;float:right}.video[data-v-70ced353]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-70ced353]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-70ced353]{width:100%}.Table--3col[data-v-70ced353],.Basic-Table[data-v-70ced353],.Table--2col[data-v-70ced353],.Table-Landmark[data-v-70ced353],.Table--4col[data-v-70ced353],.Table-2row-merge[data-v-70ced353],.Table--troubleshooting[data-v-70ced353],.Table-specification[data-v-70ced353],.Table-service-center[data-v-70ced353],.Table-5col[data-v-70ced353],.responsive[data-v-70ced353],.Table--3col-Locations[data-v-70ced353]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-70ced353]:FIRST-CHILD,.Basic-Table tr[data-v-70ced353]:FIRST-CHILD,.Table--2col tr[data-v-70ced353]:FIRST-CHILD,.Table-Landmark tr[data-v-70ced353]:FIRST-CHILD,.Table--4col tr[data-v-70ced353]:FIRST-CHILD,.Table-2row-merge tr[data-v-70ced353]:FIRST-CHILD,.Table--troubleshooting tr[data-v-70ced353]:FIRST-CHILD,.Table-service-center tr[data-v-70ced353]:FIRST-CHILD,.responsive tr[data-v-70ced353]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-70ced353]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-70ced353],.Basic-Table td[data-v-70ced353],.Table--2col td[data-v-70ced353],.Table-Landmark td[data-v-70ced353],.Table--4col td[data-v-70ced353],.Table-2row-merge td[data-v-70ced353],.Table--troubleshooting td[data-v-70ced353],.Table-specification td[data-v-70ced353],.Table-service-center td[data-v-70ced353],.responsive td[data-v-70ced353]{padding:10px}.Table--troubleshooting td[data-v-70ced353]{border-right:none}.Table--troubleshooting[data-v-70ced353]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-70ced353],.Table-Landmark .Para-Pic-Center img[data-v-70ced353]{width:30px}.Table-5col[data-v-70ced353]{border:none}.Table-5col tr[data-v-70ced353]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-70ced353]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-70ced353]{width:15%}.Table--3col td.x3col-L[data-v-70ced353],.x3col-L td.x3col-M[data-v-70ced353]{width:10%}td.x3col-Mid-Text[data-v-70ced353]{text-align:center}td.x3col-R-Pic[data-v-70ced353]{text-align:right}.responsive td p[data-v-70ced353]{text-align:center}table.Table--3col-Locations[data-v-70ced353]{border-collapse:collapse}.Table--3col-Locations td[data-v-70ced353]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-70ced353]{padding:10px}.Para-Pic-Center img[data-v-70ced353]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-70ced353]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-70ced353]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-70ced353]{width:50%}.Table-specification .x3col-L-Grey[data-v-70ced353]{width:20%}.Table-specification .Spec-Mid-text[data-v-70ced353]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-70ced353]{width:50%}.Table--3col .x3col-L-Grey[data-v-70ced353]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-70ced353],.Table--4col .x3col-Mid-Grey[data-v-70ced353],.Table--4col .x3col-R-Grey[data-v-70ced353]{width:30%}.navi td.x3col-Mid-Grey[data-v-70ced353]{width:15%}.Table--3col .x3col-R-Grey[data-v-70ced353]{width:50%}.Table--2col .x3col-L-Grey[data-v-70ced353],.Table--2col td[data-v-70ced353]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-70ced353]{width:70%}.Table--2col-Disc[data-v-70ced353]{border-collapse:collapse}.Table--2col-Disc td[data-v-70ced353]{border:1px solid grey;padding:10px}.Table-PL td[data-v-70ced353]:FIRST-CHILD{width:25%}.resultcount p[data-v-70ced353]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-70ced353]{font-family:SK_namuhx-Bold}.noResult>span[data-v-70ced353]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-70ced353]{color:#f0dfdf;display:block}.result_list[data-v-70ced353]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-70ced353]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-70ced353]{font-family:SK_namuhx-Regular}.resulttext p[data-v-70ced353]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-70ced353]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-70ced353]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-70ced353],.Cross-Reference[data-v-70ced353]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-70ced353]:hover{text-decoration:underline}.fontChangeDiv[data-v-70ced353]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-70ced353]{top:55px}#backButton[data-v-70ced353]{background-size:16px}.chapterTitle[data-v-70ced353]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-70ced353],h2[data-v-70ced353]{font-size:1.3em}#contentAccordion[data-v-70ced353]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-70ced353]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-70ced353]{line-height:21px}.video[data-v-70ced353]{width:46%}}@media screen and (max-width: 640px){h2[data-v-70ced353]{margin-top:40px}.subHeader[data-v-70ced353]{top:40px}.fontChangeDiv[data-v-70ced353]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-70ced353]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-70ced353]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-70ced353]{margin-left:7.3%}table td[data-v-70ced353]{font-size:14px;padding:5px!important}table td p[data-v-70ced353],table td p.Para-Basic-B-Center[data-v-70ced353],table td p.Para-Basic-B[data-v-70ced353]{font-size:14px}table td p.Para-Small-L[data-v-70ced353]{font-size:12px;word-break:break-word}.Table--3col td[data-v-70ced353],.Basic-Table td[data-v-70ced353],.Table--2col td[data-v-70ced353],.Table-Landmark td[data-v-70ced353],.Table--4col td[data-v-70ced353],.Table-2row-merge td[data-v-70ced353],.Table--troubleshooting td[data-v-70ced353],.Table-specification td[data-v-70ced353],.Table-service-center td[data-v-70ced353]{border-right:none}.responsive[data-v-70ced353],.responsive tr[data-v-70ced353],.responsive tbody[data-v-70ced353]{width:100%}.Table--4col-responsive td[data-v-70ced353]{min-width:200px!important;height:auto}.responsive td p[data-v-70ced353]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-70ced353],.Table-Symbol td li[data-v-70ced353]{font-size:16px}p.Placeholder-sub[data-v-70ced353],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-70ced353],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-70ced353],.content .text>ol~.figure[data-v-70ced353],.content .text>ol+ul[data-v-70ced353],.Para-screen-sub-L[data-v-70ced353]{margin-left:0}.resultcount p[data-v-70ced353]{font-size:16px}.Table-specification td p[data-v-70ced353],.Table--3col-Locations td li[data-v-70ced353],p.Para-basic-L-Sub[data-v-70ced353],p.Para-basic-L-Sub-Auto[data-v-70ced353],p.Para-basic-L-center[data-v-70ced353],li.Para-basic-L-bullet[data-v-70ced353],p.Para-basic-L[data-v-70ced353],li.Para-basic-L-hyp-Sub[data-v-70ced353],li.Para-basic-L-hyp-2Sub[data-v-70ced353],li[class^=Para-Num][data-v-70ced353],p.Para-Box-Num[data-v-70ced353],p.Para-Basic-B-Sub[data-v-70ced353],td p.Para-basic-L[data-v-70ced353],td li.Para-basic-L-bullet[data-v-70ced353],p.Para-Basic-B[data-v-70ced353],p.Para-Circle-Num-Sub[data-v-70ced353],.Symbol-L p.Para-basic-L-Sub[data-v-70ced353],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-70ced353]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-70ced353],.Table--3col-Locations td li[data-v-70ced353],p.Para-Table-L-Sub[data-v-70ced353],p.Para-Table-L-Sub-Auto[data-v-70ced353],p.Para-Table-L-center[data-v-70ced353],p.Para-Table-L[data-v-70ced353],li.Para-Table-L-hyp-Sub[data-v-70ced353],li.Para-Table-L-hyp-2Sub[data-v-70ced353],p.Para-Table-B-Sub[data-v-70ced353],td p.Para-Table-L[data-v-70ced353],p.Para-Table-B[data-v-70ced353],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-70ced353]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-70ced353]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-70ced353],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-70ced353]{font-size:14px}.big .Table-specification td p[data-v-70ced353],.big .Table--3col-Locations td li[data-v-70ced353],.big p.Para-basic-L-Sub[data-v-70ced353],.big p.Para-basic-L-Sub-Auto[data-v-70ced353],.big p.Para-basic-L-center[data-v-70ced353],.big li.Para-basic-L-bullet[data-v-70ced353],.big p.Para-basic-L[data-v-70ced353],.big li.Para-basic-L-hyp-Sub[data-v-70ced353],.big li.Para-basic-L-hyp-2Sub[data-v-70ced353],.big li[class^=Para-Num][data-v-70ced353],.big p.Para-Box-Num[data-v-70ced353],.big p.Para-Basic-B-Sub[data-v-70ced353],.big td p.Para-basic-L[data-v-70ced353],.big td li.Para-basic-L-bullet[data-v-70ced353],.big p.Para-Basic-B[data-v-70ced353],.big p.Para-Circle-Num-Sub[data-v-70ced353]{font-size:16px}.big .Table-specification td p[data-v-70ced353],.big .Table--3col-Locations td li[data-v-70ced353],.big p.Para-Table-L-Sub[data-v-70ced353],.big p.Para-Table-L-Sub-Auto[data-v-70ced353],.big p.Para-Table-L-center[data-v-70ced353],.big p.Para-Table-L[data-v-70ced353],.big li.Para-Table-L-hyp-Sub[data-v-70ced353],.big li.Para-Table-L-hyp-2Sub[data-v-70ced353],.big li[class^=Para-Num][data-v-70ced353],.big p.Para-Box-Num[data-v-70ced353],.big p.Para-Table-B-Sub[data-v-70ced353],.big td p.Para-Table-L[data-v-70ced353],.big p.Para-Table-B[data-v-70ced353],.big p.Para-Circle-Num-Sub[data-v-70ced353],.big p.Para-Table-B-Center[data-v-70ced353],.big .Table--3col-ISO td p[data-v-70ced353]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-70ced353],p.Para-Table-B-Center[data-v-70ced353]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-70ced353],.big p.video_title[data-v-70ced353],.big .resultItem p[data-v-70ced353]{font-size:1.05em}h1[data-v-70ced353]{font-size:1.2em;margin-top:0}h2[data-v-70ced353]{font-size:1.1em}.Heading-3[data-v-70ced353]{font-size:1em}.content .text>ol li[data-v-70ced353]:BEFORE{font-size:26px}.video[data-v-70ced353]{width:95%}}p.Para-Table-L[data-v-70ced353]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-70ced353]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-70ced353]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-70ced353]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-70ced353]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-70ced353]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-70ced353]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-70ced353]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-70ced353]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-70ced353]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-70ced353]:before{content:"";display:block;height:15pt}.Bold[data-v-70ced353],span.Bold[data-v-70ced353]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-70ced353]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-70ced353]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-70ced353]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-70ced353]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-70ced353]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-70ced353]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-70ced353]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-70ced353]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-70ced353]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-70ced353]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-70ced353]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-70ced353],.Para-Table-L-Sub-Auto .icon-1[data-v-70ced353]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-70ced353]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-70ced353]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-70ced353]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-70ced353],.Table--2col td p.Para-basic-L[data-v-70ced353]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-70ced353]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-70ced353]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-70ced353]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-70ced353]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-70ced353]{margin-top:8pt!important}.table-responsive[data-v-70ced353]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-70ced353]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-70ced353],#table-16[data-v-70ced353]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-70ced353]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-70ced353]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-70ced353]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-70ced353]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-70ced353]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-70ced353]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-70ced353]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-70ced353]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-70ced353]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-70ced353]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-70ced353]{font-size:12px}#table-15.responsive td[data-v-70ced353]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-70ced353]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-70ced353]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-70ced353]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-70ced353]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-70ced353],.Table--4col-Error th[data-v-70ced353]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-70ced353],.Table--4col-Error tr:first-child th[data-v-70ced353]{border-top:none}.Table--4col-Error tr:last-child td[data-v-70ced353]{border-bottom:none}.Table--4col-Error thead td[data-v-70ced353]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-70ced353]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-70ced353]:nth-child(1),.Table--4col-Error thead td[data-v-70ced353]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-70ced353]:nth-child(2),.Table--4col-Error thead td[data-v-70ced353]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-70ced353]:nth-child(3),.Table--4col-Error thead td[data-v-70ced353]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-70ced353]:nth-child(4),.Table--4col-Error thead td[data-v-70ced353]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-70ced353]:nth-child(1),.Table--4col-Error tbody td[data-v-70ced353]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-70ced353]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-70ced353]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-70ced353]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-70ced353]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-70ced353]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-70ced353]{font-size:14px!important}.Table--4col-Error tbody td[data-v-70ced353]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-70ced353],.Table--4col-Error p.Para-Table-B[data-v-70ced353],.Table--4col-Error p.Para-Table-L-Center[data-v-70ced353]{font-size:12px!important}.Table--4col-Error tbody td[data-v-70ced353]:nth-child(1),.Table--4col-Error thead td[data-v-70ced353]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-70ced353]:nth-child(2),.Table--4col-Error thead td[data-v-70ced353]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-70ced353]:nth-child(3),.Table--4col-Error thead td[data-v-70ced353]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-70ced353]:nth-child(4),.Table--4col-Error thead td[data-v-70ced353]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-70ced353]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-70ced353]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-70ced353]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-70ced353]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-70ced353]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-70ced353]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-70ced353]{line-height:1.25;font-weight:500}.Bold-color[data-v-70ced353]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-70ced353]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-70ced353]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-70ced353]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-70ced353]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-70ced353]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-70ced353]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-70ced353]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-70ced353]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-70ced353]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-70ced353]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-70ced353]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-70ced353]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-70ced353]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-70ced353]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-70ced353]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-70ced353],tr:last-child td.cell-style-override-7[data-v-70ced353]{border-bottom:0}table#table-16[data-v-70ced353]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-70ced353],.Table--2col-Air-Sensor[data-v-70ced353],.Table--2col-Voice[data-v-70ced353],.Table--2col-Filter[data-v-70ced353],.Table--troubleshooting[data-v-70ced353],.Table--4col-Error[data-v-70ced353],.Table--Specifications[data-v-70ced353]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-70ced353]:last-child,.Table--2col-Voice tr td[data-v-70ced353]:last-child{width:70%}.Table--2col-Voice tr td[data-v-70ced353]:first-child{width:30%}.Para-Table-L-Center[data-v-70ced353]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-70ced353]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-70ced353]{display:block!important}.Table--2col-Information td[data-v-70ced353]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-70ced353]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-70ced353]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-70ced353]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-70ced353]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-70ced353],.Table--4col-responsive table td[data-v-70ced353]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-70ced353],.Table--2col-Information th[data-v-70ced353]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-70ced353]:nth-child(1),.Table--2col-Information th[data-v-70ced353]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-70ced353]:nth-child(2),.Table--2col-Information th[data-v-70ced353]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-70ced353],.Table--2col-Information th[data-v-70ced353]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-70ced353]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-70ced353],.Table--2col-Voice th[data-v-70ced353]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-70ced353]:nth-child(1),.Table--2col-Voice th[data-v-70ced353]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-70ced353]:nth-child(2),.Table--2col-Voice th[data-v-70ced353]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-70ced353]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-70ced353],.Table--2col-Voice tr:last-child td[data-v-70ced353]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-70ced353],.Table--2col-Voice thead th[data-v-70ced353]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-70ced353]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-70ced353]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-70ced353]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-70ced353],.Table--2col-Information th[data-v-70ced353]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-70ced353]:nth-child(1),.Table--2col-Information th[data-v-70ced353]:nth-child(1){width:30%}.Table--2col-Information td[data-v-70ced353]:nth-child(2),.Table--2col-Information th[data-v-70ced353]:nth-child(2){width:70%}.Table--2col-Information td[data-v-70ced353]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-70ced353]{border-bottom:none}.Table--2col-Air-Sensor[data-v-70ced353]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-70ced353],.Table--2col-Air-Sensor th[data-v-70ced353]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-70ced353]:nth-child(1),.Table--2col-Air-Sensor th[data-v-70ced353]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-70ced353]:nth-child(2),.Table--2col-Air-Sensor th[data-v-70ced353]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-70ced353]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-70ced353]{border-bottom:none}.Table--2col-Filter[data-v-70ced353]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-70ced353],.Table--2col-Filter th[data-v-70ced353]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-70ced353]:nth-child(1),.Table--2col-Filter th[data-v-70ced353]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-70ced353]:nth-child(2),.Table--2col-Filter th[data-v-70ced353]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-70ced353]:nth-child(3),.Table--2col-Filter th[data-v-70ced353]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-70ced353]:nth-child(4),.Table--2col-Filter th[data-v-70ced353]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-70ced353]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-70ced353],.Table--2col-Filter tr:last-child td[data-v-70ced353]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-70ced353],.Table--2col-Filter thead th[data-v-70ced353]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-70ced353]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-70ced353]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-70ced353]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-70ced353],.Table--Specifications th[data-v-70ced353]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-70ced353]:first-child,.Table--Specifications th[data-v-70ced353]:first-child{width:16%}.Table--Specifications td[data-v-70ced353]:nth-child(2),.Table--Specifications th[data-v-70ced353]:nth-child(2){width:42%}.Table--Specifications td[data-v-70ced353]:nth-child(3),.Table--Specifications th[data-v-70ced353]:nth-child(3){width:42%}.Table--Specifications td[data-v-70ced353]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-70ced353],.Table--Specifications tr:last-child td[data-v-70ced353]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-70ced353],.Table--Specifications thead th[data-v-70ced353]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-70ced353]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-70ced353]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-70ced353],td.cell-style-override-20[data-v-70ced353]{padding:10px}td.x3col-Mid-text[data-v-70ced353],td.cell-style-override-22[data-v-70ced353],td.cell-style-override-20[data-v-70ced353]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-70ced353]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-70ced353]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-70ced353]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-70ced353]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-70ced353]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-70ced353]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-70ced353],th.header-cell[data-v-70ced353]{background-color:#88d0c7}td.color-blue[data-v-70ced353],th.color-blue[data-v-70ced353]{background-color:#d3edf9}td.color-green[data-v-70ced353],th.color-green[data-v-70ced353]{background-color:#d9ead3}td.color-orange[data-v-70ced353],th.color-orange[data-v-70ced353]{background-color:#fce5cd}td.color-red[data-v-70ced353],th.color-red[data-v-70ced353]{background-color:#f4cccc}td.color-purple[data-v-70ced353],th.color-purple[data-v-70ced353]{background-color:#e4d7f5}td.color-yellow[data-v-70ced353],th.color-yellow[data-v-70ced353]{background-color:#fff2cc}td.color-teal[data-v-70ced353],th.color-teal[data-v-70ced353]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-70ced353],.Table--8col-air-web-1 td[data-v-70ced353],.Table--8col-air-web-1 th[data-v-70ced353]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-70ced353]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-70ced353]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-70ced353],.Table--2col td[data-v-70ced353],.Table--2col th[data-v-70ced353]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-70ced353]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-70ced353]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-70ced353],.Table--2col th p[data-v-70ced353]{border:none!important}.Table--2col[data-v-70ced353] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-70ced353]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-70ced353],.Table--4col td[data-v-70ced353]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-70ced353]{text-align:left!important}.Table--4col thead th[data-v-70ced353]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-70ced353]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-70ced353]{text-align:center!important}.Table--4col-air[data-v-70ced353]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-70ced353],.Table--4col-air th[data-v-70ced353]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-70ced353],.Table--4col-air tr:first-child th[data-v-70ced353]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-70ced353]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-70ced353],.Table--4col-air td ul[data-v-70ced353],.Table--4col-air td li[data-v-70ced353]{text-align:left!important}.Table--4col-air colgroup col[data-v-70ced353]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-70ced353]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-70ced353]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-70ced353]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-70ced353]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-70ced353],.Table--4col-air th[data-v-70ced353]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-70ced353],.Table--4col-air tr:first-child th[data-v-70ced353]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-70ced353]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-70ced353]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-70ced353],.Table--4col-ai2 th[data-v-70ced353]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-70ced353]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-70ced353]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-70ced353],.Table--4col-ai2 th[data-v-70ced353]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-70ced353]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-70ced353]{font-size:12px!important;margin:0!important;line-height:1.5!important}}#content-div[data-v-70ced353]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-70ced353]{min-height:100vh}}body[data-v-33f2eba3]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-33f2eba3]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-33f2eba3]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-33f2eba3]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-33f2eba3]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-33f2eba3]{width:83%!important}.content #naviText span[data-v-33f2eba3]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-33f2eba3]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-33f2eba3]{width:100%!important}.content #mainCar[data-v-33f2eba3]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-33f2eba3]{width:100%}#mainCarPhone[data-v-33f2eba3]{display:none}.content #buttonMenu_v2[data-v-33f2eba3]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-33f2eba3]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-33f2eba3]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-33f2eba3]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-33f2eba3]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-33f2eba3]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-33f2eba3]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-33f2eba3]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-33f2eba3]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-33f2eba3]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-33f2eba3]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-33f2eba3]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-33f2eba3]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-33f2eba3]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-33f2eba3]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-33f2eba3]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-33f2eba3]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-33f2eba3]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-33f2eba3]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-33f2eba3]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-33f2eba3]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-33f2eba3]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-33f2eba3]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-33f2eba3]{bottom:11%;width:30%}.content #naviText span[data-v-33f2eba3]{font-size:17px}.content #naviText img[data-v-33f2eba3]{width:80%!important}.content #carName[data-v-33f2eba3]{right:0%;bottom:12%}.content #carName img[data-v-33f2eba3]{width:40%!important}.content #buttonMenu_v2>a[data-v-33f2eba3]{width:33%}.content #buttonMenu>a[data-v-33f2eba3]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-33f2eba3]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-33f2eba3]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-33f2eba3]{display:block}#mainCarPc[data-v-33f2eba3]{display:none}.content #buttonMenu_v2[data-v-33f2eba3],.content #buttonMenu[data-v-33f2eba3]{width:92%}}@media screen and (max-width: 480px){.content[data-v-33f2eba3]{padding-top:0}.content #naviText[data-v-33f2eba3]{bottom:14%;width:45%}.content #naviText span[data-v-33f2eba3]{font-size:11px}.content #naviText img[data-v-33f2eba3]{width:88%!important}.content #carName[data-v-33f2eba3]{right:5%;bottom:15%}.content #carName img[data-v-33f2eba3]{width:120px!important}.content #buttonMenu_v2[data-v-33f2eba3]{position:relative}.content #buttonMenu_v2>a>div[data-v-33f2eba3]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-33f2eba3]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-33f2eba3]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-33f2eba3]{position:relative}.content #buttonMenu>a>div[data-v-33f2eba3]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-33f2eba3]{height:120px}.content #buttonMenu>a>div>span[data-v-33f2eba3]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-33f2eba3]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-33f2eba3]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-33f2eba3]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-33f2eba3]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-33f2eba3]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-33f2eba3]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-33f2eba3]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-33f2eba3]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-33f2eba3]{margin:0;padding:0}html[data-v-33f2eba3]{background-color:#000;width:100%}.keyword[data-v-33f2eba3],.highlight[data-v-33f2eba3]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-33f2eba3]{font-family:upsys_commonregular}.header_main[data-v-33f2eba3]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-33f2eba3]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-33f2eba3]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-33f2eba3]>*{float:left}#headerLogo[data-v-33f2eba3]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-33f2eba3]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-33f2eba3]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-33f2eba3]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-33f2eba3]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-33f2eba3]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-33f2eba3]{font-size:13px}.languageDiv .active[data-v-33f2eba3]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-33f2eba3]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-33f2eba3]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-33f2eba3]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-33f2eba3],#languageSelect li[data-v-33f2eba3]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-33f2eba3],#languageSelect li:hover a[data-v-33f2eba3]{color:#000}.footer-manual[data-v-33f2eba3]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-33f2eba3]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-33f2eba3]{line-height:60px}#footerLogo[data-v-33f2eba3]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-33f2eba3]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-33f2eba3]{display:inline-block;width:100%}#copyrightPcSpan[data-v-33f2eba3]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-33f2eba3]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-33f2eba3]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-33f2eba3]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-33f2eba3]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-33f2eba3]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-33f2eba3]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-33f2eba3]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-33f2eba3]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-33f2eba3]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-33f2eba3]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-33f2eba3]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-33f2eba3]:focus{outline:none}#searchButton[data-v-33f2eba3]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-33f2eba3]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-33f2eba3]{width:80%}table td.right[data-v-33f2eba3]{width:10%;text-align:center}.result[data-v-33f2eba3],.resultcount[data-v-33f2eba3],.noResult[data-v-33f2eba3]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-33f2eba3]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-33f2eba3]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-33f2eba3]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-33f2eba3]{color:#e49f81}.cover[data-v-33f2eba3]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-33f2eba3]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-33f2eba3]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-33f2eba3]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-33f2eba3]{font-size:12px}.languageDivPhone .active[data-v-33f2eba3]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-33f2eba3]{bottom:30px;left:1px}.fontChangeButton[data-v-33f2eba3]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-33f2eba3]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-33f2eba3]{left:0}.languageDiv div[data-v-33f2eba3]{width:120%;left:-45px;top:5px}#languageSelect[data-v-33f2eba3]{margin-left:-40px}#banner_img>a[data-v-33f2eba3]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-33f2eba3]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-33f2eba3]{z-index:12}.header_main[data-v-33f2eba3]{height:40px;padding-top:0}.header[data-v-33f2eba3]{z-index:12}.header[data-v-33f2eba3]{height:40px;padding-top:0}#title[data-v-33f2eba3]{font-size:16px;width:49%}#headerLogo[data-v-33f2eba3]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-33f2eba3]{width:20%}.languageDiv div[data-v-33f2eba3]{width:90%;left:-15px;top:5px}#languageSelect[data-v-33f2eba3]{margin-left:-10px}.languageDiv ul[data-v-33f2eba3]{font-size:12px}#menu[data-v-33f2eba3]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-33f2eba3]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-33f2eba3]{width:80%}#rightHeader[data-v-33f2eba3]{height:40px}#rightHeader>div[data-v-33f2eba3]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-33f2eba3]{position:absolute;right:38px;top:0}.searchDiv[data-v-33f2eba3]{width:90%}#toc[data-v-33f2eba3]{width:100%}.copyright[data-v-33f2eba3]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-33f2eba3]{display:none}#copyrightPhone[data-v-33f2eba3]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-33f2eba3]{width:15%!important}#prevBtn[data-v-33f2eba3],#nextBtn[data-v-33f2eba3]{width:32px;height:32px;background-size:100%}#searchButton[data-v-33f2eba3]{margin-left:-1px}table td.left[data-v-33f2eba3]{text-align:right}table td.center[data-v-33f2eba3]{width:50%}table td.right[data-v-33f2eba3]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-33f2eba3]{left:0}.languageDiv div[data-v-33f2eba3]{width:100%;left:-5px;top:5px}#languageSelect[data-v-33f2eba3]{margin-left:20px}.languageDiv ul[data-v-33f2eba3]{font-size:10px}.noResult>span[data-v-33f2eba3]{width:200px!important;font-size:14px}#title[data-v-33f2eba3]{font-size:13px;width:40%}#menu[data-v-33f2eba3]{position:absolute}#banner_img>a[data-v-33f2eba3]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-33f2eba3]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-33f2eba3]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-33f2eba3]{font-size:14px}}body[data-v-33f2eba3]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-33f2eba3]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-33f2eba3]{margin:auto;max-width:1120px}.subHeaderInner[data-v-33f2eba3]>*{float:left}.content p[data-v-33f2eba3],.content li[data-v-33f2eba3]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-33f2eba3]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-33f2eba3]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-33f2eba3]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-33f2eba3]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-33f2eba3]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-33f2eba3]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-33f2eba3]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-33f2eba3]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-33f2eba3]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-33f2eba3]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-33f2eba3]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-33f2eba3]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-33f2eba3],p.Para-Basic-B-Sub[data-v-33f2eba3]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-33f2eba3]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-33f2eba3]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-33f2eba3]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-33f2eba3]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-33f2eba3],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-33f2eba3],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-33f2eba3]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-33f2eba3],p+ul li.Para-Basic-B-Sub[data-v-33f2eba3]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-33f2eba3],ul~p.Para-basic-L-bullet-Sub[data-v-33f2eba3],ul~p.Para-Basic-B-Sub[data-v-33f2eba3]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-33f2eba3],ol~p.Para-basic-L-bullet-Sub[data-v-33f2eba3],ol~p.Para-Basic-B-Sub[data-v-33f2eba3]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-33f2eba3],ol+*+p.Para-basic-L-bullet-Sub[data-v-33f2eba3],ol+*+p.Para-Basic-B-Sub[data-v-33f2eba3]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-33f2eba3],a .Para-Basic-B-Sub[data-v-33f2eba3]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-33f2eba3]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-33f2eba3]{margin-left:45px}.content p[data-v-33f2eba3],li[data-v-33f2eba3]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-33f2eba3],p.Para-Basic-B[data-v-33f2eba3],p.Para-Basic-B-Center[data-v-33f2eba3]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-33f2eba3]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-33f2eba3],p.Para-Basic-B-Center[data-v-33f2eba3]{text-align:center}p.Para-Table-L-center[data-v-33f2eba3],p.Para-Table-B-Center[data-v-33f2eba3]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-33f2eba3],table p.Para-Basic-B[data-v-33f2eba3],table p.Para-Basic-B-Center[data-v-33f2eba3]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-33f2eba3]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-33f2eba3]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-33f2eba3]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-33f2eba3]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-33f2eba3]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-33f2eba3],.content .text>ul[data-v-33f2eba3],.content .text table ol[data-v-33f2eba3],.content .text table ul[data-v-33f2eba3]{padding-left:20px}.content .text>ol[data-v-33f2eba3]{padding-left:0}p.Para-Illust-L[data-v-33f2eba3]{text-align:center}p.Para-Illust-L img[data-v-33f2eba3]{display:inline-block}p.Placeholder-sub[data-v-33f2eba3],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-33f2eba3],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-33f2eba3],.content .text>ol~.figure[data-v-33f2eba3],p.Placeholder-sub-S[data-v-33f2eba3],.Para-screen-sub-S[data-v-33f2eba3],.Para-screen-sub-M[data-v-33f2eba3],.Para-screen-sub-L[data-v-33f2eba3]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-33f2eba3],p.Placeholder-sub-M img[data-v-33f2eba3],p.Placeholder-sub img[data-v-33f2eba3]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-33f2eba3]{margin-left:45px}.Table-pic-Left-sub img[data-v-33f2eba3]{margin-top:5px;margin-bottom:10px}div.figure[data-v-33f2eba3]{display:inline-block}p.Para-img-description[data-v-33f2eba3]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-33f2eba3]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-33f2eba3]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-33f2eba3]{margin-bottom:25px}.text img[data-v-33f2eba3]{max-width:100%;display:block}.Table-Pic-center[data-v-33f2eba3]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-33f2eba3]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-33f2eba3]{margin:0}p.Para-Box-Num[data-v-33f2eba3]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-33f2eba3]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-33f2eba3]:AFTER{content:". "}span.inline-img img[data-v-33f2eba3]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-33f2eba3]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-33f2eba3]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-33f2eba3]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-33f2eba3]{margin-left:6.5%;display:block!important}.discUl li[data-v-33f2eba3]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-33f2eba3],.Symbol-R[data-v-33f2eba3],.Note-R-Pic[data-v-33f2eba3]{display:block;width:100%}.Symbol-L[data-v-33f2eba3]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-33f2eba3]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-33f2eba3],.Symbol-R li[data-v-33f2eba3],.Symbol-R p[data-v-33f2eba3]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-33f2eba3]{font-size:16px}table.Table-Symbol td ul[data-v-33f2eba3]{padding-left:20px}table.Table-Symbol[data-v-33f2eba3]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-33f2eba3]{color:#bc162c}.Symbol-Black[data-v-33f2eba3],.Symbol-Black-Table[data-v-33f2eba3]{font-family:upsys_commonregular}.Symbol-Green[data-v-33f2eba3]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-33f2eba3]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-33f2eba3]{width:auto!important}.video_container[data-v-33f2eba3]{margin-top:40px;float:right}.video[data-v-33f2eba3]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-33f2eba3]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-33f2eba3]{width:100%}.Table--3col[data-v-33f2eba3],.Basic-Table[data-v-33f2eba3],.Table--2col[data-v-33f2eba3],.Table-Landmark[data-v-33f2eba3],.Table--4col[data-v-33f2eba3],.Table-2row-merge[data-v-33f2eba3],.Table--troubleshooting[data-v-33f2eba3],.Table-specification[data-v-33f2eba3],.Table-service-center[data-v-33f2eba3],.Table-5col[data-v-33f2eba3],.responsive[data-v-33f2eba3],.Table--3col-Locations[data-v-33f2eba3]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-33f2eba3]:FIRST-CHILD,.Basic-Table tr[data-v-33f2eba3]:FIRST-CHILD,.Table--2col tr[data-v-33f2eba3]:FIRST-CHILD,.Table-Landmark tr[data-v-33f2eba3]:FIRST-CHILD,.Table--4col tr[data-v-33f2eba3]:FIRST-CHILD,.Table-2row-merge tr[data-v-33f2eba3]:FIRST-CHILD,.Table--troubleshooting tr[data-v-33f2eba3]:FIRST-CHILD,.Table-service-center tr[data-v-33f2eba3]:FIRST-CHILD,.responsive tr[data-v-33f2eba3]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-33f2eba3]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-33f2eba3],.Basic-Table td[data-v-33f2eba3],.Table--2col td[data-v-33f2eba3],.Table-Landmark td[data-v-33f2eba3],.Table--4col td[data-v-33f2eba3],.Table-2row-merge td[data-v-33f2eba3],.Table--troubleshooting td[data-v-33f2eba3],.Table-specification td[data-v-33f2eba3],.Table-service-center td[data-v-33f2eba3],.responsive td[data-v-33f2eba3]{padding:10px}.Table--troubleshooting td[data-v-33f2eba3]{border-right:none}.Table--troubleshooting[data-v-33f2eba3]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-33f2eba3],.Table-Landmark .Para-Pic-Center img[data-v-33f2eba3]{width:30px}.Table-5col[data-v-33f2eba3]{border:none}.Table-5col tr[data-v-33f2eba3]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-33f2eba3]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-33f2eba3]{width:15%}.Table--3col td.x3col-L[data-v-33f2eba3],.x3col-L td.x3col-M[data-v-33f2eba3]{width:10%}td.x3col-Mid-Text[data-v-33f2eba3]{text-align:center}td.x3col-R-Pic[data-v-33f2eba3]{text-align:right}.responsive td p[data-v-33f2eba3]{text-align:center}table.Table--3col-Locations[data-v-33f2eba3]{border-collapse:collapse}.Table--3col-Locations td[data-v-33f2eba3]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-33f2eba3]{padding:10px}.Para-Pic-Center img[data-v-33f2eba3]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-33f2eba3]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-33f2eba3]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-33f2eba3]{width:50%}.Table-specification .x3col-L-Grey[data-v-33f2eba3]{width:20%}.Table-specification .Spec-Mid-text[data-v-33f2eba3]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-33f2eba3]{width:50%}.Table--3col .x3col-L-Grey[data-v-33f2eba3]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-33f2eba3],.Table--4col .x3col-Mid-Grey[data-v-33f2eba3],.Table--4col .x3col-R-Grey[data-v-33f2eba3]{width:30%}.navi td.x3col-Mid-Grey[data-v-33f2eba3]{width:15%}.Table--3col .x3col-R-Grey[data-v-33f2eba3]{width:50%}.Table--2col .x3col-L-Grey[data-v-33f2eba3],.Table--2col td[data-v-33f2eba3]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-33f2eba3]{width:70%}.Table--2col-Disc[data-v-33f2eba3]{border-collapse:collapse}.Table--2col-Disc td[data-v-33f2eba3]{border:1px solid grey;padding:10px}.Table-PL td[data-v-33f2eba3]:FIRST-CHILD{width:25%}.resultcount p[data-v-33f2eba3]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-33f2eba3]{font-family:SK_namuhx-Bold}.noResult>span[data-v-33f2eba3]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-33f2eba3]{color:#f0dfdf;display:block}.result_list[data-v-33f2eba3]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-33f2eba3]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-33f2eba3]{font-family:SK_namuhx-Regular}.resulttext p[data-v-33f2eba3]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-33f2eba3]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-33f2eba3]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-33f2eba3],.Cross-Reference[data-v-33f2eba3]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-33f2eba3]:hover{text-decoration:underline}.fontChangeDiv[data-v-33f2eba3]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-33f2eba3]{top:55px}#backButton[data-v-33f2eba3]{background-size:16px}.chapterTitle[data-v-33f2eba3]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-33f2eba3],h2[data-v-33f2eba3]{font-size:1.3em}#contentAccordion[data-v-33f2eba3]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-33f2eba3]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-33f2eba3]{line-height:21px}.video[data-v-33f2eba3]{width:46%}}@media screen and (max-width: 640px){h2[data-v-33f2eba3]{margin-top:40px}.subHeader[data-v-33f2eba3]{top:40px}.fontChangeDiv[data-v-33f2eba3]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-33f2eba3]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-33f2eba3]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-33f2eba3]{margin-left:7.3%}table td[data-v-33f2eba3]{font-size:14px;padding:5px!important}table td p[data-v-33f2eba3],table td p.Para-Basic-B-Center[data-v-33f2eba3],table td p.Para-Basic-B[data-v-33f2eba3]{font-size:14px}table td p.Para-Small-L[data-v-33f2eba3]{font-size:12px;word-break:break-word}.Table--3col td[data-v-33f2eba3],.Basic-Table td[data-v-33f2eba3],.Table--2col td[data-v-33f2eba3],.Table-Landmark td[data-v-33f2eba3],.Table--4col td[data-v-33f2eba3],.Table-2row-merge td[data-v-33f2eba3],.Table--troubleshooting td[data-v-33f2eba3],.Table-specification td[data-v-33f2eba3],.Table-service-center td[data-v-33f2eba3]{border-right:none}.responsive[data-v-33f2eba3],.responsive tr[data-v-33f2eba3],.responsive tbody[data-v-33f2eba3]{width:100%}.Table--4col-responsive td[data-v-33f2eba3]{min-width:200px!important;height:auto}.responsive td p[data-v-33f2eba3]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-33f2eba3],.Table-Symbol td li[data-v-33f2eba3]{font-size:16px}p.Placeholder-sub[data-v-33f2eba3],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-33f2eba3],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-33f2eba3],.content .text>ol~.figure[data-v-33f2eba3],.content .text>ol+ul[data-v-33f2eba3],.Para-screen-sub-L[data-v-33f2eba3]{margin-left:0}.resultcount p[data-v-33f2eba3]{font-size:16px}.Table-specification td p[data-v-33f2eba3],.Table--3col-Locations td li[data-v-33f2eba3],p.Para-basic-L-Sub[data-v-33f2eba3],p.Para-basic-L-Sub-Auto[data-v-33f2eba3],p.Para-basic-L-center[data-v-33f2eba3],li.Para-basic-L-bullet[data-v-33f2eba3],p.Para-basic-L[data-v-33f2eba3],li.Para-basic-L-hyp-Sub[data-v-33f2eba3],li.Para-basic-L-hyp-2Sub[data-v-33f2eba3],li[class^=Para-Num][data-v-33f2eba3],p.Para-Box-Num[data-v-33f2eba3],p.Para-Basic-B-Sub[data-v-33f2eba3],td p.Para-basic-L[data-v-33f2eba3],td li.Para-basic-L-bullet[data-v-33f2eba3],p.Para-Basic-B[data-v-33f2eba3],p.Para-Circle-Num-Sub[data-v-33f2eba3],.Symbol-L p.Para-basic-L-Sub[data-v-33f2eba3],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-33f2eba3]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-33f2eba3],.Table--3col-Locations td li[data-v-33f2eba3],p.Para-Table-L-Sub[data-v-33f2eba3],p.Para-Table-L-Sub-Auto[data-v-33f2eba3],p.Para-Table-L-center[data-v-33f2eba3],p.Para-Table-L[data-v-33f2eba3],li.Para-Table-L-hyp-Sub[data-v-33f2eba3],li.Para-Table-L-hyp-2Sub[data-v-33f2eba3],p.Para-Table-B-Sub[data-v-33f2eba3],td p.Para-Table-L[data-v-33f2eba3],p.Para-Table-B[data-v-33f2eba3],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-33f2eba3]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-33f2eba3]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-33f2eba3],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-33f2eba3]{font-size:14px}.big .Table-specification td p[data-v-33f2eba3],.big .Table--3col-Locations td li[data-v-33f2eba3],.big p.Para-basic-L-Sub[data-v-33f2eba3],.big p.Para-basic-L-Sub-Auto[data-v-33f2eba3],.big p.Para-basic-L-center[data-v-33f2eba3],.big li.Para-basic-L-bullet[data-v-33f2eba3],.big p.Para-basic-L[data-v-33f2eba3],.big li.Para-basic-L-hyp-Sub[data-v-33f2eba3],.big li.Para-basic-L-hyp-2Sub[data-v-33f2eba3],.big li[class^=Para-Num][data-v-33f2eba3],.big p.Para-Box-Num[data-v-33f2eba3],.big p.Para-Basic-B-Sub[data-v-33f2eba3],.big td p.Para-basic-L[data-v-33f2eba3],.big td li.Para-basic-L-bullet[data-v-33f2eba3],.big p.Para-Basic-B[data-v-33f2eba3],.big p.Para-Circle-Num-Sub[data-v-33f2eba3]{font-size:16px}.big .Table-specification td p[data-v-33f2eba3],.big .Table--3col-Locations td li[data-v-33f2eba3],.big p.Para-Table-L-Sub[data-v-33f2eba3],.big p.Para-Table-L-Sub-Auto[data-v-33f2eba3],.big p.Para-Table-L-center[data-v-33f2eba3],.big p.Para-Table-L[data-v-33f2eba3],.big li.Para-Table-L-hyp-Sub[data-v-33f2eba3],.big li.Para-Table-L-hyp-2Sub[data-v-33f2eba3],.big li[class^=Para-Num][data-v-33f2eba3],.big p.Para-Box-Num[data-v-33f2eba3],.big p.Para-Table-B-Sub[data-v-33f2eba3],.big td p.Para-Table-L[data-v-33f2eba3],.big p.Para-Table-B[data-v-33f2eba3],.big p.Para-Circle-Num-Sub[data-v-33f2eba3],.big p.Para-Table-B-Center[data-v-33f2eba3],.big .Table--3col-ISO td p[data-v-33f2eba3]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-33f2eba3],p.Para-Table-B-Center[data-v-33f2eba3]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-33f2eba3],.big p.video_title[data-v-33f2eba3],.big .resultItem p[data-v-33f2eba3]{font-size:1.05em}h1[data-v-33f2eba3]{font-size:1.2em;margin-top:0}h2[data-v-33f2eba3]{font-size:1.1em}.Heading-3[data-v-33f2eba3]{font-size:1em}.content .text>ol li[data-v-33f2eba3]:BEFORE{font-size:26px}.video[data-v-33f2eba3]{width:95%}}p.Para-Table-L[data-v-33f2eba3]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-33f2eba3]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-33f2eba3]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-33f2eba3]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-33f2eba3]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-33f2eba3]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-33f2eba3]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-33f2eba3]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-33f2eba3]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-33f2eba3]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-33f2eba3]:before{content:"";display:block;height:15pt}.Bold[data-v-33f2eba3],span.Bold[data-v-33f2eba3]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-33f2eba3]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-33f2eba3]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-33f2eba3]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-33f2eba3]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-33f2eba3]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-33f2eba3]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-33f2eba3]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-33f2eba3]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-33f2eba3]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-33f2eba3]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-33f2eba3]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-33f2eba3],.Para-Table-L-Sub-Auto .icon-1[data-v-33f2eba3]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-33f2eba3]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-33f2eba3]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-33f2eba3]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-33f2eba3],.Table--2col td p.Para-basic-L[data-v-33f2eba3]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-33f2eba3]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-33f2eba3]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-33f2eba3]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-33f2eba3]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-33f2eba3]{margin-top:8pt!important}.table-responsive[data-v-33f2eba3]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-33f2eba3]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-33f2eba3],#table-16[data-v-33f2eba3]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-33f2eba3]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-33f2eba3]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-33f2eba3]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-33f2eba3]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-33f2eba3]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-33f2eba3]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-33f2eba3]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-33f2eba3]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-33f2eba3]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-33f2eba3]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-33f2eba3]{font-size:12px}#table-15.responsive td[data-v-33f2eba3]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-33f2eba3]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-33f2eba3]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-33f2eba3]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-33f2eba3]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-33f2eba3],.Table--4col-Error th[data-v-33f2eba3]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-33f2eba3],.Table--4col-Error tr:first-child th[data-v-33f2eba3]{border-top:none}.Table--4col-Error tr:last-child td[data-v-33f2eba3]{border-bottom:none}.Table--4col-Error thead td[data-v-33f2eba3]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-33f2eba3]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-33f2eba3]:nth-child(1),.Table--4col-Error thead td[data-v-33f2eba3]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-33f2eba3]:nth-child(2),.Table--4col-Error thead td[data-v-33f2eba3]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-33f2eba3]:nth-child(3),.Table--4col-Error thead td[data-v-33f2eba3]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-33f2eba3]:nth-child(4),.Table--4col-Error thead td[data-v-33f2eba3]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-33f2eba3]:nth-child(1),.Table--4col-Error tbody td[data-v-33f2eba3]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-33f2eba3]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-33f2eba3]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-33f2eba3]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-33f2eba3]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-33f2eba3]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-33f2eba3]{font-size:14px!important}.Table--4col-Error tbody td[data-v-33f2eba3]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-33f2eba3],.Table--4col-Error p.Para-Table-B[data-v-33f2eba3],.Table--4col-Error p.Para-Table-L-Center[data-v-33f2eba3]{font-size:12px!important}.Table--4col-Error tbody td[data-v-33f2eba3]:nth-child(1),.Table--4col-Error thead td[data-v-33f2eba3]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-33f2eba3]:nth-child(2),.Table--4col-Error thead td[data-v-33f2eba3]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-33f2eba3]:nth-child(3),.Table--4col-Error thead td[data-v-33f2eba3]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-33f2eba3]:nth-child(4),.Table--4col-Error thead td[data-v-33f2eba3]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-33f2eba3]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-33f2eba3]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-33f2eba3]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-33f2eba3]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-33f2eba3]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-33f2eba3]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-33f2eba3]{line-height:1.25;font-weight:500}.Bold-color[data-v-33f2eba3]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-33f2eba3]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-33f2eba3]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-33f2eba3]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-33f2eba3]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-33f2eba3]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-33f2eba3]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-33f2eba3]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-33f2eba3]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-33f2eba3]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-33f2eba3]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-33f2eba3]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-33f2eba3]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-33f2eba3]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-33f2eba3]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-33f2eba3]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-33f2eba3],tr:last-child td.cell-style-override-7[data-v-33f2eba3]{border-bottom:0}table#table-16[data-v-33f2eba3]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-33f2eba3],.Table--2col-Air-Sensor[data-v-33f2eba3],.Table--2col-Voice[data-v-33f2eba3],.Table--2col-Filter[data-v-33f2eba3],.Table--troubleshooting[data-v-33f2eba3],.Table--4col-Error[data-v-33f2eba3],.Table--Specifications[data-v-33f2eba3]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-33f2eba3]:last-child,.Table--2col-Voice tr td[data-v-33f2eba3]:last-child{width:70%}.Table--2col-Voice tr td[data-v-33f2eba3]:first-child{width:30%}.Para-Table-L-Center[data-v-33f2eba3]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-33f2eba3]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-33f2eba3]{display:block!important}.Table--2col-Information td[data-v-33f2eba3]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-33f2eba3]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-33f2eba3]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-33f2eba3]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-33f2eba3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-33f2eba3],.Table--4col-responsive table td[data-v-33f2eba3]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-33f2eba3],.Table--2col-Information th[data-v-33f2eba3]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-33f2eba3]:nth-child(1),.Table--2col-Information th[data-v-33f2eba3]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-33f2eba3]:nth-child(2),.Table--2col-Information th[data-v-33f2eba3]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-33f2eba3],.Table--2col-Information th[data-v-33f2eba3]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-33f2eba3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-33f2eba3],.Table--2col-Voice th[data-v-33f2eba3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-33f2eba3]:nth-child(1),.Table--2col-Voice th[data-v-33f2eba3]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-33f2eba3]:nth-child(2),.Table--2col-Voice th[data-v-33f2eba3]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-33f2eba3]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-33f2eba3],.Table--2col-Voice tr:last-child td[data-v-33f2eba3]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-33f2eba3],.Table--2col-Voice thead th[data-v-33f2eba3]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-33f2eba3]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-33f2eba3]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-33f2eba3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-33f2eba3],.Table--2col-Information th[data-v-33f2eba3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-33f2eba3]:nth-child(1),.Table--2col-Information th[data-v-33f2eba3]:nth-child(1){width:30%}.Table--2col-Information td[data-v-33f2eba3]:nth-child(2),.Table--2col-Information th[data-v-33f2eba3]:nth-child(2){width:70%}.Table--2col-Information td[data-v-33f2eba3]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-33f2eba3]{border-bottom:none}.Table--2col-Air-Sensor[data-v-33f2eba3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-33f2eba3],.Table--2col-Air-Sensor th[data-v-33f2eba3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-33f2eba3]:nth-child(1),.Table--2col-Air-Sensor th[data-v-33f2eba3]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-33f2eba3]:nth-child(2),.Table--2col-Air-Sensor th[data-v-33f2eba3]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-33f2eba3]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-33f2eba3]{border-bottom:none}.Table--2col-Filter[data-v-33f2eba3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-33f2eba3],.Table--2col-Filter th[data-v-33f2eba3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-33f2eba3]:nth-child(1),.Table--2col-Filter th[data-v-33f2eba3]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-33f2eba3]:nth-child(2),.Table--2col-Filter th[data-v-33f2eba3]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-33f2eba3]:nth-child(3),.Table--2col-Filter th[data-v-33f2eba3]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-33f2eba3]:nth-child(4),.Table--2col-Filter th[data-v-33f2eba3]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-33f2eba3]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-33f2eba3],.Table--2col-Filter tr:last-child td[data-v-33f2eba3]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-33f2eba3],.Table--2col-Filter thead th[data-v-33f2eba3]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-33f2eba3]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-33f2eba3]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-33f2eba3]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-33f2eba3],.Table--Specifications th[data-v-33f2eba3]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-33f2eba3]:first-child,.Table--Specifications th[data-v-33f2eba3]:first-child{width:16%}.Table--Specifications td[data-v-33f2eba3]:nth-child(2),.Table--Specifications th[data-v-33f2eba3]:nth-child(2){width:42%}.Table--Specifications td[data-v-33f2eba3]:nth-child(3),.Table--Specifications th[data-v-33f2eba3]:nth-child(3){width:42%}.Table--Specifications td[data-v-33f2eba3]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-33f2eba3],.Table--Specifications tr:last-child td[data-v-33f2eba3]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-33f2eba3],.Table--Specifications thead th[data-v-33f2eba3]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-33f2eba3]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-33f2eba3]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-33f2eba3],td.cell-style-override-20[data-v-33f2eba3]{padding:10px}td.x3col-Mid-text[data-v-33f2eba3],td.cell-style-override-22[data-v-33f2eba3],td.cell-style-override-20[data-v-33f2eba3]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-33f2eba3]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-33f2eba3]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-33f2eba3]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-33f2eba3]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-33f2eba3]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-33f2eba3]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-33f2eba3],th.header-cell[data-v-33f2eba3]{background-color:#88d0c7}td.color-blue[data-v-33f2eba3],th.color-blue[data-v-33f2eba3]{background-color:#d3edf9}td.color-green[data-v-33f2eba3],th.color-green[data-v-33f2eba3]{background-color:#d9ead3}td.color-orange[data-v-33f2eba3],th.color-orange[data-v-33f2eba3]{background-color:#fce5cd}td.color-red[data-v-33f2eba3],th.color-red[data-v-33f2eba3]{background-color:#f4cccc}td.color-purple[data-v-33f2eba3],th.color-purple[data-v-33f2eba3]{background-color:#e4d7f5}td.color-yellow[data-v-33f2eba3],th.color-yellow[data-v-33f2eba3]{background-color:#fff2cc}td.color-teal[data-v-33f2eba3],th.color-teal[data-v-33f2eba3]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-33f2eba3],.Table--8col-air-web-1 td[data-v-33f2eba3],.Table--8col-air-web-1 th[data-v-33f2eba3]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-33f2eba3]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-33f2eba3]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-33f2eba3],.Table--2col td[data-v-33f2eba3],.Table--2col th[data-v-33f2eba3]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-33f2eba3]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-33f2eba3]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-33f2eba3],.Table--2col th p[data-v-33f2eba3]{border:none!important}.Table--2col[data-v-33f2eba3] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-33f2eba3]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-33f2eba3],.Table--4col td[data-v-33f2eba3]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-33f2eba3]{text-align:left!important}.Table--4col thead th[data-v-33f2eba3]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-33f2eba3]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-33f2eba3]{text-align:center!important}.Table--4col-air[data-v-33f2eba3]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-33f2eba3],.Table--4col-air th[data-v-33f2eba3]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-33f2eba3],.Table--4col-air tr:first-child th[data-v-33f2eba3]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-33f2eba3]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-33f2eba3],.Table--4col-air td ul[data-v-33f2eba3],.Table--4col-air td li[data-v-33f2eba3]{text-align:left!important}.Table--4col-air colgroup col[data-v-33f2eba3]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-33f2eba3]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-33f2eba3]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-33f2eba3]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-33f2eba3]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-33f2eba3],.Table--4col-air th[data-v-33f2eba3]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-33f2eba3],.Table--4col-air tr:first-child th[data-v-33f2eba3]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-33f2eba3]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-33f2eba3]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-33f2eba3],.Table--4col-ai2 th[data-v-33f2eba3]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-33f2eba3]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-33f2eba3]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-33f2eba3],.Table--4col-ai2 th[data-v-33f2eba3]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-33f2eba3]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-33f2eba3]{font-size:12px!important;margin:0!important;line-height:1.5!important}}#content-div[data-v-33f2eba3]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-33f2eba3]{min-height:100vh}}body[data-v-bc2f506c]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-bc2f506c]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-bc2f506c]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-bc2f506c]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-bc2f506c]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-bc2f506c]{width:83%!important}.content #naviText span[data-v-bc2f506c]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-bc2f506c]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-bc2f506c]{width:100%!important}.content #mainCar[data-v-bc2f506c]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-bc2f506c]{width:100%}#mainCarPhone[data-v-bc2f506c]{display:none}.content #buttonMenu_v2[data-v-bc2f506c]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-bc2f506c]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-bc2f506c]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-bc2f506c]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-bc2f506c]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-bc2f506c]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-bc2f506c]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-bc2f506c]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-bc2f506c]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-bc2f506c]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-bc2f506c]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-bc2f506c]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-bc2f506c]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-bc2f506c]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-bc2f506c]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-bc2f506c]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-bc2f506c]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-bc2f506c]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-bc2f506c]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-bc2f506c]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-bc2f506c]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-bc2f506c]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-bc2f506c]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-bc2f506c]{bottom:11%;width:30%}.content #naviText span[data-v-bc2f506c]{font-size:17px}.content #naviText img[data-v-bc2f506c]{width:80%!important}.content #carName[data-v-bc2f506c]{right:0%;bottom:12%}.content #carName img[data-v-bc2f506c]{width:40%!important}.content #buttonMenu_v2>a[data-v-bc2f506c]{width:33%}.content #buttonMenu>a[data-v-bc2f506c]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-bc2f506c]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-bc2f506c]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-bc2f506c]{display:block}#mainCarPc[data-v-bc2f506c]{display:none}.content #buttonMenu_v2[data-v-bc2f506c],.content #buttonMenu[data-v-bc2f506c]{width:92%}}@media screen and (max-width: 480px){.content[data-v-bc2f506c]{padding-top:0}.content #naviText[data-v-bc2f506c]{bottom:14%;width:45%}.content #naviText span[data-v-bc2f506c]{font-size:11px}.content #naviText img[data-v-bc2f506c]{width:88%!important}.content #carName[data-v-bc2f506c]{right:5%;bottom:15%}.content #carName img[data-v-bc2f506c]{width:120px!important}.content #buttonMenu_v2[data-v-bc2f506c]{position:relative}.content #buttonMenu_v2>a>div[data-v-bc2f506c]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-bc2f506c]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-bc2f506c]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-bc2f506c]{position:relative}.content #buttonMenu>a>div[data-v-bc2f506c]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-bc2f506c]{height:120px}.content #buttonMenu>a>div>span[data-v-bc2f506c]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-bc2f506c]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-bc2f506c]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-bc2f506c]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-bc2f506c]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-bc2f506c]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-bc2f506c]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-bc2f506c]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-bc2f506c]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-bc2f506c]{margin:0;padding:0}html[data-v-bc2f506c]{background-color:#000;width:100%}.keyword[data-v-bc2f506c],.highlight[data-v-bc2f506c]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-bc2f506c]{font-family:upsys_commonregular}.header_main[data-v-bc2f506c]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-bc2f506c]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-bc2f506c]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-bc2f506c]>*{float:left}#headerLogo[data-v-bc2f506c]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-bc2f506c]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-bc2f506c]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-bc2f506c]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-bc2f506c]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-bc2f506c]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-bc2f506c]{font-size:13px}.languageDiv .active[data-v-bc2f506c]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-bc2f506c]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-bc2f506c]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-bc2f506c]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-bc2f506c],#languageSelect li[data-v-bc2f506c]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-bc2f506c],#languageSelect li:hover a[data-v-bc2f506c]{color:#000}.footer-manual[data-v-bc2f506c]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-bc2f506c]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-bc2f506c]{line-height:60px}#footerLogo[data-v-bc2f506c]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-bc2f506c]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-bc2f506c]{display:inline-block;width:100%}#copyrightPcSpan[data-v-bc2f506c]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-bc2f506c]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-bc2f506c]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-bc2f506c]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-bc2f506c]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-bc2f506c]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-bc2f506c]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-bc2f506c]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-bc2f506c]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-bc2f506c]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-bc2f506c]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-bc2f506c]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-bc2f506c]:focus{outline:none}#searchButton[data-v-bc2f506c]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-bc2f506c]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-bc2f506c]{width:80%}table td.right[data-v-bc2f506c]{width:10%;text-align:center}.result[data-v-bc2f506c],.resultcount[data-v-bc2f506c],.noResult[data-v-bc2f506c]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-bc2f506c]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-bc2f506c]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-bc2f506c]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-bc2f506c]{color:#e49f81}.cover[data-v-bc2f506c]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-bc2f506c]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-bc2f506c]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-bc2f506c]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-bc2f506c]{font-size:12px}.languageDivPhone .active[data-v-bc2f506c]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-bc2f506c]{bottom:30px;left:1px}.fontChangeButton[data-v-bc2f506c]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-bc2f506c]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-bc2f506c]{left:0}.languageDiv div[data-v-bc2f506c]{width:120%;left:-45px;top:5px}#languageSelect[data-v-bc2f506c]{margin-left:-40px}#banner_img>a[data-v-bc2f506c]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-bc2f506c]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-bc2f506c]{z-index:12}.header_main[data-v-bc2f506c]{height:40px;padding-top:0}.header[data-v-bc2f506c]{z-index:12}.header[data-v-bc2f506c]{height:40px;padding-top:0}#title[data-v-bc2f506c]{font-size:16px;width:49%}#headerLogo[data-v-bc2f506c]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-bc2f506c]{width:20%}.languageDiv div[data-v-bc2f506c]{width:90%;left:-15px;top:5px}#languageSelect[data-v-bc2f506c]{margin-left:-10px}.languageDiv ul[data-v-bc2f506c]{font-size:12px}#menu[data-v-bc2f506c]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-bc2f506c]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-bc2f506c]{width:80%}#rightHeader[data-v-bc2f506c]{height:40px}#rightHeader>div[data-v-bc2f506c]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-bc2f506c]{position:absolute;right:38px;top:0}.searchDiv[data-v-bc2f506c]{width:90%}#toc[data-v-bc2f506c]{width:100%}.copyright[data-v-bc2f506c]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-bc2f506c]{display:none}#copyrightPhone[data-v-bc2f506c]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-bc2f506c]{width:15%!important}#prevBtn[data-v-bc2f506c],#nextBtn[data-v-bc2f506c]{width:32px;height:32px;background-size:100%}#searchButton[data-v-bc2f506c]{margin-left:-1px}table td.left[data-v-bc2f506c]{text-align:right}table td.center[data-v-bc2f506c]{width:50%}table td.right[data-v-bc2f506c]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-bc2f506c]{left:0}.languageDiv div[data-v-bc2f506c]{width:100%;left:-5px;top:5px}#languageSelect[data-v-bc2f506c]{margin-left:20px}.languageDiv ul[data-v-bc2f506c]{font-size:10px}.noResult>span[data-v-bc2f506c]{width:200px!important;font-size:14px}#title[data-v-bc2f506c]{font-size:13px;width:40%}#menu[data-v-bc2f506c]{position:absolute}#banner_img>a[data-v-bc2f506c]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-bc2f506c]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-bc2f506c]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-bc2f506c]{font-size:14px}}body[data-v-bc2f506c]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-bc2f506c]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-bc2f506c]{margin:auto;max-width:1120px}.subHeaderInner[data-v-bc2f506c]>*{float:left}.content p[data-v-bc2f506c],.content li[data-v-bc2f506c]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-bc2f506c]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-bc2f506c]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-bc2f506c]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-bc2f506c]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-bc2f506c]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-bc2f506c]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-bc2f506c]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-bc2f506c]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-bc2f506c]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-bc2f506c]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-bc2f506c]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-bc2f506c]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-bc2f506c],p.Para-Basic-B-Sub[data-v-bc2f506c]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-bc2f506c]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-bc2f506c]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-bc2f506c]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-bc2f506c]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-bc2f506c],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-bc2f506c],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-bc2f506c]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-bc2f506c],p+ul li.Para-Basic-B-Sub[data-v-bc2f506c]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-bc2f506c],ul~p.Para-basic-L-bullet-Sub[data-v-bc2f506c],ul~p.Para-Basic-B-Sub[data-v-bc2f506c]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-bc2f506c],ol~p.Para-basic-L-bullet-Sub[data-v-bc2f506c],ol~p.Para-Basic-B-Sub[data-v-bc2f506c]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-bc2f506c],ol+*+p.Para-basic-L-bullet-Sub[data-v-bc2f506c],ol+*+p.Para-Basic-B-Sub[data-v-bc2f506c]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-bc2f506c],a .Para-Basic-B-Sub[data-v-bc2f506c]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-bc2f506c]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-bc2f506c]{margin-left:45px}.content p[data-v-bc2f506c],li[data-v-bc2f506c]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-bc2f506c],p.Para-Basic-B[data-v-bc2f506c],p.Para-Basic-B-Center[data-v-bc2f506c]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-bc2f506c]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-bc2f506c],p.Para-Basic-B-Center[data-v-bc2f506c]{text-align:center}p.Para-Table-L-center[data-v-bc2f506c],p.Para-Table-B-Center[data-v-bc2f506c]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-bc2f506c],table p.Para-Basic-B[data-v-bc2f506c],table p.Para-Basic-B-Center[data-v-bc2f506c]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-bc2f506c]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-bc2f506c]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-bc2f506c]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-bc2f506c]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-bc2f506c]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-bc2f506c],.content .text>ul[data-v-bc2f506c],.content .text table ol[data-v-bc2f506c],.content .text table ul[data-v-bc2f506c]{padding-left:20px}.content .text>ol[data-v-bc2f506c]{padding-left:0}p.Para-Illust-L[data-v-bc2f506c]{text-align:center}p.Para-Illust-L img[data-v-bc2f506c]{display:inline-block}p.Placeholder-sub[data-v-bc2f506c],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-bc2f506c],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-bc2f506c],.content .text>ol~.figure[data-v-bc2f506c],p.Placeholder-sub-S[data-v-bc2f506c],.Para-screen-sub-S[data-v-bc2f506c],.Para-screen-sub-M[data-v-bc2f506c],.Para-screen-sub-L[data-v-bc2f506c]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-bc2f506c],p.Placeholder-sub-M img[data-v-bc2f506c],p.Placeholder-sub img[data-v-bc2f506c]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-bc2f506c]{margin-left:45px}.Table-pic-Left-sub img[data-v-bc2f506c]{margin-top:5px;margin-bottom:10px}div.figure[data-v-bc2f506c]{display:inline-block}p.Para-img-description[data-v-bc2f506c]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-bc2f506c]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-bc2f506c]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-bc2f506c]{margin-bottom:25px}.text img[data-v-bc2f506c]{max-width:100%;display:block}.Table-Pic-center[data-v-bc2f506c]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-bc2f506c]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-bc2f506c]{margin:0}p.Para-Box-Num[data-v-bc2f506c]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-bc2f506c]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-bc2f506c]:AFTER{content:". "}span.inline-img img[data-v-bc2f506c]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-bc2f506c]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-bc2f506c]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-bc2f506c]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-bc2f506c]{margin-left:6.5%;display:block!important}.discUl li[data-v-bc2f506c]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-bc2f506c],.Symbol-R[data-v-bc2f506c],.Note-R-Pic[data-v-bc2f506c]{display:block;width:100%}.Symbol-L[data-v-bc2f506c]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-bc2f506c]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-bc2f506c],.Symbol-R li[data-v-bc2f506c],.Symbol-R p[data-v-bc2f506c]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-bc2f506c]{font-size:16px}table.Table-Symbol td ul[data-v-bc2f506c]{padding-left:20px}table.Table-Symbol[data-v-bc2f506c]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-bc2f506c]{color:#bc162c}.Symbol-Black[data-v-bc2f506c],.Symbol-Black-Table[data-v-bc2f506c]{font-family:upsys_commonregular}.Symbol-Green[data-v-bc2f506c]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-bc2f506c]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-bc2f506c]{width:auto!important}.video_container[data-v-bc2f506c]{margin-top:40px;float:right}.video[data-v-bc2f506c]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-bc2f506c]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-bc2f506c]{width:100%}.Table--3col[data-v-bc2f506c],.Basic-Table[data-v-bc2f506c],.Table--2col[data-v-bc2f506c],.Table-Landmark[data-v-bc2f506c],.Table--4col[data-v-bc2f506c],.Table-2row-merge[data-v-bc2f506c],.Table--troubleshooting[data-v-bc2f506c],.Table-specification[data-v-bc2f506c],.Table-service-center[data-v-bc2f506c],.Table-5col[data-v-bc2f506c],.responsive[data-v-bc2f506c],.Table--3col-Locations[data-v-bc2f506c]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-bc2f506c]:FIRST-CHILD,.Basic-Table tr[data-v-bc2f506c]:FIRST-CHILD,.Table--2col tr[data-v-bc2f506c]:FIRST-CHILD,.Table-Landmark tr[data-v-bc2f506c]:FIRST-CHILD,.Table--4col tr[data-v-bc2f506c]:FIRST-CHILD,.Table-2row-merge tr[data-v-bc2f506c]:FIRST-CHILD,.Table--troubleshooting tr[data-v-bc2f506c]:FIRST-CHILD,.Table-service-center tr[data-v-bc2f506c]:FIRST-CHILD,.responsive tr[data-v-bc2f506c]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-bc2f506c]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-bc2f506c],.Basic-Table td[data-v-bc2f506c],.Table--2col td[data-v-bc2f506c],.Table-Landmark td[data-v-bc2f506c],.Table--4col td[data-v-bc2f506c],.Table-2row-merge td[data-v-bc2f506c],.Table--troubleshooting td[data-v-bc2f506c],.Table-specification td[data-v-bc2f506c],.Table-service-center td[data-v-bc2f506c],.responsive td[data-v-bc2f506c]{padding:10px}.Table--troubleshooting td[data-v-bc2f506c]{border-right:none}.Table--troubleshooting[data-v-bc2f506c]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-bc2f506c],.Table-Landmark .Para-Pic-Center img[data-v-bc2f506c]{width:30px}.Table-5col[data-v-bc2f506c]{border:none}.Table-5col tr[data-v-bc2f506c]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-bc2f506c]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-bc2f506c]{width:15%}.Table--3col td.x3col-L[data-v-bc2f506c],.x3col-L td.x3col-M[data-v-bc2f506c]{width:10%}td.x3col-Mid-Text[data-v-bc2f506c]{text-align:center}td.x3col-R-Pic[data-v-bc2f506c]{text-align:right}.responsive td p[data-v-bc2f506c]{text-align:center}table.Table--3col-Locations[data-v-bc2f506c]{border-collapse:collapse}.Table--3col-Locations td[data-v-bc2f506c]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-bc2f506c]{padding:10px}.Para-Pic-Center img[data-v-bc2f506c]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-bc2f506c]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-bc2f506c]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-bc2f506c]{width:50%}.Table-specification .x3col-L-Grey[data-v-bc2f506c]{width:20%}.Table-specification .Spec-Mid-text[data-v-bc2f506c]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-bc2f506c]{width:50%}.Table--3col .x3col-L-Grey[data-v-bc2f506c]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-bc2f506c],.Table--4col .x3col-Mid-Grey[data-v-bc2f506c],.Table--4col .x3col-R-Grey[data-v-bc2f506c]{width:30%}.navi td.x3col-Mid-Grey[data-v-bc2f506c]{width:15%}.Table--3col .x3col-R-Grey[data-v-bc2f506c]{width:50%}.Table--2col .x3col-L-Grey[data-v-bc2f506c],.Table--2col td[data-v-bc2f506c]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-bc2f506c]{width:70%}.Table--2col-Disc[data-v-bc2f506c]{border-collapse:collapse}.Table--2col-Disc td[data-v-bc2f506c]{border:1px solid grey;padding:10px}.Table-PL td[data-v-bc2f506c]:FIRST-CHILD{width:25%}.resultcount p[data-v-bc2f506c]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-bc2f506c]{font-family:SK_namuhx-Bold}.noResult>span[data-v-bc2f506c]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-bc2f506c]{color:#f0dfdf;display:block}.result_list[data-v-bc2f506c]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-bc2f506c]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-bc2f506c]{font-family:SK_namuhx-Regular}.resulttext p[data-v-bc2f506c]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-bc2f506c]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-bc2f506c]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-bc2f506c],.Cross-Reference[data-v-bc2f506c]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-bc2f506c]:hover{text-decoration:underline}.fontChangeDiv[data-v-bc2f506c]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-bc2f506c]{top:55px}#backButton[data-v-bc2f506c]{background-size:16px}.chapterTitle[data-v-bc2f506c]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-bc2f506c],h2[data-v-bc2f506c]{font-size:1.3em}#contentAccordion[data-v-bc2f506c]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-bc2f506c]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-bc2f506c]{line-height:21px}.video[data-v-bc2f506c]{width:46%}}@media screen and (max-width: 640px){h2[data-v-bc2f506c]{margin-top:40px}.subHeader[data-v-bc2f506c]{top:40px}.fontChangeDiv[data-v-bc2f506c]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-bc2f506c]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-bc2f506c]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-bc2f506c]{margin-left:7.3%}table td[data-v-bc2f506c]{font-size:14px;padding:5px!important}table td p[data-v-bc2f506c],table td p.Para-Basic-B-Center[data-v-bc2f506c],table td p.Para-Basic-B[data-v-bc2f506c]{font-size:14px}table td p.Para-Small-L[data-v-bc2f506c]{font-size:12px;word-break:break-word}.Table--3col td[data-v-bc2f506c],.Basic-Table td[data-v-bc2f506c],.Table--2col td[data-v-bc2f506c],.Table-Landmark td[data-v-bc2f506c],.Table--4col td[data-v-bc2f506c],.Table-2row-merge td[data-v-bc2f506c],.Table--troubleshooting td[data-v-bc2f506c],.Table-specification td[data-v-bc2f506c],.Table-service-center td[data-v-bc2f506c]{border-right:none}.responsive[data-v-bc2f506c],.responsive tr[data-v-bc2f506c],.responsive tbody[data-v-bc2f506c]{width:100%}.Table--4col-responsive td[data-v-bc2f506c]{min-width:200px!important;height:auto}.responsive td p[data-v-bc2f506c]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-bc2f506c],.Table-Symbol td li[data-v-bc2f506c]{font-size:16px}p.Placeholder-sub[data-v-bc2f506c],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-bc2f506c],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-bc2f506c],.content .text>ol~.figure[data-v-bc2f506c],.content .text>ol+ul[data-v-bc2f506c],.Para-screen-sub-L[data-v-bc2f506c]{margin-left:0}.resultcount p[data-v-bc2f506c]{font-size:16px}.Table-specification td p[data-v-bc2f506c],.Table--3col-Locations td li[data-v-bc2f506c],p.Para-basic-L-Sub[data-v-bc2f506c],p.Para-basic-L-Sub-Auto[data-v-bc2f506c],p.Para-basic-L-center[data-v-bc2f506c],li.Para-basic-L-bullet[data-v-bc2f506c],p.Para-basic-L[data-v-bc2f506c],li.Para-basic-L-hyp-Sub[data-v-bc2f506c],li.Para-basic-L-hyp-2Sub[data-v-bc2f506c],li[class^=Para-Num][data-v-bc2f506c],p.Para-Box-Num[data-v-bc2f506c],p.Para-Basic-B-Sub[data-v-bc2f506c],td p.Para-basic-L[data-v-bc2f506c],td li.Para-basic-L-bullet[data-v-bc2f506c],p.Para-Basic-B[data-v-bc2f506c],p.Para-Circle-Num-Sub[data-v-bc2f506c],.Symbol-L p.Para-basic-L-Sub[data-v-bc2f506c],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-bc2f506c]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-bc2f506c],.Table--3col-Locations td li[data-v-bc2f506c],p.Para-Table-L-Sub[data-v-bc2f506c],p.Para-Table-L-Sub-Auto[data-v-bc2f506c],p.Para-Table-L-center[data-v-bc2f506c],p.Para-Table-L[data-v-bc2f506c],li.Para-Table-L-hyp-Sub[data-v-bc2f506c],li.Para-Table-L-hyp-2Sub[data-v-bc2f506c],p.Para-Table-B-Sub[data-v-bc2f506c],td p.Para-Table-L[data-v-bc2f506c],p.Para-Table-B[data-v-bc2f506c],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-bc2f506c]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-bc2f506c]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-bc2f506c],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-bc2f506c]{font-size:14px}.big .Table-specification td p[data-v-bc2f506c],.big .Table--3col-Locations td li[data-v-bc2f506c],.big p.Para-basic-L-Sub[data-v-bc2f506c],.big p.Para-basic-L-Sub-Auto[data-v-bc2f506c],.big p.Para-basic-L-center[data-v-bc2f506c],.big li.Para-basic-L-bullet[data-v-bc2f506c],.big p.Para-basic-L[data-v-bc2f506c],.big li.Para-basic-L-hyp-Sub[data-v-bc2f506c],.big li.Para-basic-L-hyp-2Sub[data-v-bc2f506c],.big li[class^=Para-Num][data-v-bc2f506c],.big p.Para-Box-Num[data-v-bc2f506c],.big p.Para-Basic-B-Sub[data-v-bc2f506c],.big td p.Para-basic-L[data-v-bc2f506c],.big td li.Para-basic-L-bullet[data-v-bc2f506c],.big p.Para-Basic-B[data-v-bc2f506c],.big p.Para-Circle-Num-Sub[data-v-bc2f506c]{font-size:16px}.big .Table-specification td p[data-v-bc2f506c],.big .Table--3col-Locations td li[data-v-bc2f506c],.big p.Para-Table-L-Sub[data-v-bc2f506c],.big p.Para-Table-L-Sub-Auto[data-v-bc2f506c],.big p.Para-Table-L-center[data-v-bc2f506c],.big p.Para-Table-L[data-v-bc2f506c],.big li.Para-Table-L-hyp-Sub[data-v-bc2f506c],.big li.Para-Table-L-hyp-2Sub[data-v-bc2f506c],.big li[class^=Para-Num][data-v-bc2f506c],.big p.Para-Box-Num[data-v-bc2f506c],.big p.Para-Table-B-Sub[data-v-bc2f506c],.big td p.Para-Table-L[data-v-bc2f506c],.big p.Para-Table-B[data-v-bc2f506c],.big p.Para-Circle-Num-Sub[data-v-bc2f506c],.big p.Para-Table-B-Center[data-v-bc2f506c],.big .Table--3col-ISO td p[data-v-bc2f506c]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-bc2f506c],p.Para-Table-B-Center[data-v-bc2f506c]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-bc2f506c],.big p.video_title[data-v-bc2f506c],.big .resultItem p[data-v-bc2f506c]{font-size:1.05em}h1[data-v-bc2f506c]{font-size:1.2em;margin-top:0}h2[data-v-bc2f506c]{font-size:1.1em}.Heading-3[data-v-bc2f506c]{font-size:1em}.content .text>ol li[data-v-bc2f506c]:BEFORE{font-size:26px}.video[data-v-bc2f506c]{width:95%}}p.Para-Table-L[data-v-bc2f506c]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-bc2f506c]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-bc2f506c]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-bc2f506c]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-bc2f506c]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-bc2f506c]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-bc2f506c]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-bc2f506c]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-bc2f506c]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-bc2f506c]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-bc2f506c]:before{content:"";display:block;height:15pt}.Bold[data-v-bc2f506c],span.Bold[data-v-bc2f506c]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-bc2f506c]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-bc2f506c]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-bc2f506c]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-bc2f506c]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-bc2f506c]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-bc2f506c]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-bc2f506c]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-bc2f506c]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-bc2f506c]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-bc2f506c]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-bc2f506c]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-bc2f506c],.Para-Table-L-Sub-Auto .icon-1[data-v-bc2f506c]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-bc2f506c]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-bc2f506c]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-bc2f506c]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-bc2f506c],.Table--2col td p.Para-basic-L[data-v-bc2f506c]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-bc2f506c]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-bc2f506c]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-bc2f506c]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-bc2f506c]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-bc2f506c]{margin-top:8pt!important}.table-responsive[data-v-bc2f506c]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-bc2f506c]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-bc2f506c],#table-16[data-v-bc2f506c]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-bc2f506c]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-bc2f506c]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-bc2f506c]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-bc2f506c]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-bc2f506c]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-bc2f506c]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-bc2f506c]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-bc2f506c]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-bc2f506c]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-bc2f506c]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-bc2f506c]{font-size:12px}#table-15.responsive td[data-v-bc2f506c]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-bc2f506c]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-bc2f506c]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-bc2f506c]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-bc2f506c]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-bc2f506c],.Table--4col-Error th[data-v-bc2f506c]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-bc2f506c],.Table--4col-Error tr:first-child th[data-v-bc2f506c]{border-top:none}.Table--4col-Error tr:last-child td[data-v-bc2f506c]{border-bottom:none}.Table--4col-Error thead td[data-v-bc2f506c]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-bc2f506c]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-bc2f506c]:nth-child(1),.Table--4col-Error thead td[data-v-bc2f506c]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-bc2f506c]:nth-child(2),.Table--4col-Error thead td[data-v-bc2f506c]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-bc2f506c]:nth-child(3),.Table--4col-Error thead td[data-v-bc2f506c]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-bc2f506c]:nth-child(4),.Table--4col-Error thead td[data-v-bc2f506c]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-bc2f506c]:nth-child(1),.Table--4col-Error tbody td[data-v-bc2f506c]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-bc2f506c]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-bc2f506c]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-bc2f506c]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-bc2f506c]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-bc2f506c]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-bc2f506c]{font-size:14px!important}.Table--4col-Error tbody td[data-v-bc2f506c]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-bc2f506c],.Table--4col-Error p.Para-Table-B[data-v-bc2f506c],.Table--4col-Error p.Para-Table-L-Center[data-v-bc2f506c]{font-size:12px!important}.Table--4col-Error tbody td[data-v-bc2f506c]:nth-child(1),.Table--4col-Error thead td[data-v-bc2f506c]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-bc2f506c]:nth-child(2),.Table--4col-Error thead td[data-v-bc2f506c]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-bc2f506c]:nth-child(3),.Table--4col-Error thead td[data-v-bc2f506c]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-bc2f506c]:nth-child(4),.Table--4col-Error thead td[data-v-bc2f506c]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-bc2f506c]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-bc2f506c]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-bc2f506c]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-bc2f506c]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-bc2f506c]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-bc2f506c]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-bc2f506c]{line-height:1.25;font-weight:500}.Bold-color[data-v-bc2f506c]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-bc2f506c]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-bc2f506c]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-bc2f506c]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-bc2f506c]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-bc2f506c]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-bc2f506c]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-bc2f506c]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-bc2f506c]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-bc2f506c]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-bc2f506c]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-bc2f506c]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-bc2f506c]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-bc2f506c]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-bc2f506c]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-bc2f506c]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-bc2f506c],tr:last-child td.cell-style-override-7[data-v-bc2f506c]{border-bottom:0}table#table-16[data-v-bc2f506c]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-bc2f506c],.Table--2col-Air-Sensor[data-v-bc2f506c],.Table--2col-Voice[data-v-bc2f506c],.Table--2col-Filter[data-v-bc2f506c],.Table--troubleshooting[data-v-bc2f506c],.Table--4col-Error[data-v-bc2f506c],.Table--Specifications[data-v-bc2f506c]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-bc2f506c]:last-child,.Table--2col-Voice tr td[data-v-bc2f506c]:last-child{width:70%}.Table--2col-Voice tr td[data-v-bc2f506c]:first-child{width:30%}.Para-Table-L-Center[data-v-bc2f506c]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-bc2f506c]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-bc2f506c]{display:block!important}.Table--2col-Information td[data-v-bc2f506c]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-bc2f506c]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-bc2f506c]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-bc2f506c]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-bc2f506c]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-bc2f506c],.Table--4col-responsive table td[data-v-bc2f506c]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-bc2f506c],.Table--2col-Information th[data-v-bc2f506c]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-bc2f506c]:nth-child(1),.Table--2col-Information th[data-v-bc2f506c]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-bc2f506c]:nth-child(2),.Table--2col-Information th[data-v-bc2f506c]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-bc2f506c],.Table--2col-Information th[data-v-bc2f506c]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-bc2f506c]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-bc2f506c],.Table--2col-Voice th[data-v-bc2f506c]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-bc2f506c]:nth-child(1),.Table--2col-Voice th[data-v-bc2f506c]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-bc2f506c]:nth-child(2),.Table--2col-Voice th[data-v-bc2f506c]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-bc2f506c]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-bc2f506c],.Table--2col-Voice tr:last-child td[data-v-bc2f506c]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-bc2f506c],.Table--2col-Voice thead th[data-v-bc2f506c]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-bc2f506c]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-bc2f506c]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-bc2f506c]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-bc2f506c],.Table--2col-Information th[data-v-bc2f506c]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-bc2f506c]:nth-child(1),.Table--2col-Information th[data-v-bc2f506c]:nth-child(1){width:30%}.Table--2col-Information td[data-v-bc2f506c]:nth-child(2),.Table--2col-Information th[data-v-bc2f506c]:nth-child(2){width:70%}.Table--2col-Information td[data-v-bc2f506c]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-bc2f506c]{border-bottom:none}.Table--2col-Air-Sensor[data-v-bc2f506c]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-bc2f506c],.Table--2col-Air-Sensor th[data-v-bc2f506c]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-bc2f506c]:nth-child(1),.Table--2col-Air-Sensor th[data-v-bc2f506c]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-bc2f506c]:nth-child(2),.Table--2col-Air-Sensor th[data-v-bc2f506c]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-bc2f506c]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-bc2f506c]{border-bottom:none}.Table--2col-Filter[data-v-bc2f506c]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-bc2f506c],.Table--2col-Filter th[data-v-bc2f506c]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-bc2f506c]:nth-child(1),.Table--2col-Filter th[data-v-bc2f506c]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-bc2f506c]:nth-child(2),.Table--2col-Filter th[data-v-bc2f506c]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-bc2f506c]:nth-child(3),.Table--2col-Filter th[data-v-bc2f506c]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-bc2f506c]:nth-child(4),.Table--2col-Filter th[data-v-bc2f506c]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-bc2f506c]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-bc2f506c],.Table--2col-Filter tr:last-child td[data-v-bc2f506c]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-bc2f506c],.Table--2col-Filter thead th[data-v-bc2f506c]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-bc2f506c]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-bc2f506c]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-bc2f506c]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-bc2f506c],.Table--Specifications th[data-v-bc2f506c]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-bc2f506c]:first-child,.Table--Specifications th[data-v-bc2f506c]:first-child{width:16%}.Table--Specifications td[data-v-bc2f506c]:nth-child(2),.Table--Specifications th[data-v-bc2f506c]:nth-child(2){width:42%}.Table--Specifications td[data-v-bc2f506c]:nth-child(3),.Table--Specifications th[data-v-bc2f506c]:nth-child(3){width:42%}.Table--Specifications td[data-v-bc2f506c]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-bc2f506c],.Table--Specifications tr:last-child td[data-v-bc2f506c]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-bc2f506c],.Table--Specifications thead th[data-v-bc2f506c]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-bc2f506c]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-bc2f506c]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-bc2f506c],td.cell-style-override-20[data-v-bc2f506c]{padding:10px}td.x3col-Mid-text[data-v-bc2f506c],td.cell-style-override-22[data-v-bc2f506c],td.cell-style-override-20[data-v-bc2f506c]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-bc2f506c]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-bc2f506c]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-bc2f506c]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-bc2f506c]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-bc2f506c]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-bc2f506c]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-bc2f506c],th.header-cell[data-v-bc2f506c]{background-color:#88d0c7}td.color-blue[data-v-bc2f506c],th.color-blue[data-v-bc2f506c]{background-color:#d3edf9}td.color-green[data-v-bc2f506c],th.color-green[data-v-bc2f506c]{background-color:#d9ead3}td.color-orange[data-v-bc2f506c],th.color-orange[data-v-bc2f506c]{background-color:#fce5cd}td.color-red[data-v-bc2f506c],th.color-red[data-v-bc2f506c]{background-color:#f4cccc}td.color-purple[data-v-bc2f506c],th.color-purple[data-v-bc2f506c]{background-color:#e4d7f5}td.color-yellow[data-v-bc2f506c],th.color-yellow[data-v-bc2f506c]{background-color:#fff2cc}td.color-teal[data-v-bc2f506c],th.color-teal[data-v-bc2f506c]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-bc2f506c],.Table--8col-air-web-1 td[data-v-bc2f506c],.Table--8col-air-web-1 th[data-v-bc2f506c]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-bc2f506c]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-bc2f506c]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-bc2f506c],.Table--2col td[data-v-bc2f506c],.Table--2col th[data-v-bc2f506c]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-bc2f506c]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-bc2f506c]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-bc2f506c],.Table--2col th p[data-v-bc2f506c]{border:none!important}.Table--2col[data-v-bc2f506c] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-bc2f506c]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-bc2f506c],.Table--4col td[data-v-bc2f506c]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-bc2f506c]{text-align:left!important}.Table--4col thead th[data-v-bc2f506c]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-bc2f506c]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-bc2f506c]{text-align:center!important}.Table--4col-air[data-v-bc2f506c]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-bc2f506c],.Table--4col-air th[data-v-bc2f506c]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-bc2f506c],.Table--4col-air tr:first-child th[data-v-bc2f506c]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-bc2f506c]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-bc2f506c],.Table--4col-air td ul[data-v-bc2f506c],.Table--4col-air td li[data-v-bc2f506c]{text-align:left!important}.Table--4col-air colgroup col[data-v-bc2f506c]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-bc2f506c]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-bc2f506c]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-bc2f506c]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-bc2f506c]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-bc2f506c],.Table--4col-air th[data-v-bc2f506c]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-bc2f506c],.Table--4col-air tr:first-child th[data-v-bc2f506c]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-bc2f506c]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-bc2f506c]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-bc2f506c],.Table--4col-ai2 th[data-v-bc2f506c]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-bc2f506c]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-bc2f506c]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-bc2f506c],.Table--4col-ai2 th[data-v-bc2f506c]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-bc2f506c]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-bc2f506c]{font-size:12px!important;margin:0!important;line-height:1.5!important}}#content-div[data-v-bc2f506c]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-bc2f506c]{min-height:100vh}}body[data-v-4d7123e1]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-4d7123e1]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-4d7123e1]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-4d7123e1]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-4d7123e1]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-4d7123e1]{width:83%!important}.content #naviText span[data-v-4d7123e1]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-4d7123e1]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-4d7123e1]{width:100%!important}.content #mainCar[data-v-4d7123e1]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-4d7123e1]{width:100%}#mainCarPhone[data-v-4d7123e1]{display:none}.content #buttonMenu_v2[data-v-4d7123e1]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-4d7123e1]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-4d7123e1]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-4d7123e1]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-4d7123e1]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-4d7123e1]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-4d7123e1]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-4d7123e1]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-4d7123e1]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-4d7123e1]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-4d7123e1]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-4d7123e1]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-4d7123e1]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-4d7123e1]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-4d7123e1]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-4d7123e1]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-4d7123e1]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-4d7123e1]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-4d7123e1]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-4d7123e1]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-4d7123e1]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-4d7123e1]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-4d7123e1]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-4d7123e1]{bottom:11%;width:30%}.content #naviText span[data-v-4d7123e1]{font-size:17px}.content #naviText img[data-v-4d7123e1]{width:80%!important}.content #carName[data-v-4d7123e1]{right:0%;bottom:12%}.content #carName img[data-v-4d7123e1]{width:40%!important}.content #buttonMenu_v2>a[data-v-4d7123e1]{width:33%}.content #buttonMenu>a[data-v-4d7123e1]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-4d7123e1]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-4d7123e1]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-4d7123e1]{display:block}#mainCarPc[data-v-4d7123e1]{display:none}.content #buttonMenu_v2[data-v-4d7123e1],.content #buttonMenu[data-v-4d7123e1]{width:92%}}@media screen and (max-width: 480px){.content[data-v-4d7123e1]{padding-top:0}.content #naviText[data-v-4d7123e1]{bottom:14%;width:45%}.content #naviText span[data-v-4d7123e1]{font-size:11px}.content #naviText img[data-v-4d7123e1]{width:88%!important}.content #carName[data-v-4d7123e1]{right:5%;bottom:15%}.content #carName img[data-v-4d7123e1]{width:120px!important}.content #buttonMenu_v2[data-v-4d7123e1]{position:relative}.content #buttonMenu_v2>a>div[data-v-4d7123e1]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-4d7123e1]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-4d7123e1]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-4d7123e1]{position:relative}.content #buttonMenu>a>div[data-v-4d7123e1]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-4d7123e1]{height:120px}.content #buttonMenu>a>div>span[data-v-4d7123e1]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-4d7123e1]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-4d7123e1]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-4d7123e1]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-4d7123e1]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-4d7123e1]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-4d7123e1]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-4d7123e1]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-4d7123e1]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-4d7123e1]{margin:0;padding:0}html[data-v-4d7123e1]{background-color:#000;width:100%}.keyword[data-v-4d7123e1],.highlight[data-v-4d7123e1]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-4d7123e1]{font-family:upsys_commonregular}.header_main[data-v-4d7123e1]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-4d7123e1]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-4d7123e1]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-4d7123e1]>*{float:left}#headerLogo[data-v-4d7123e1]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-4d7123e1]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-4d7123e1]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-4d7123e1]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-4d7123e1]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-4d7123e1]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-4d7123e1]{font-size:13px}.languageDiv .active[data-v-4d7123e1]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-4d7123e1]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-4d7123e1]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-4d7123e1]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-4d7123e1],#languageSelect li[data-v-4d7123e1]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-4d7123e1],#languageSelect li:hover a[data-v-4d7123e1]{color:#000}.footer-manual[data-v-4d7123e1]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-4d7123e1]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-4d7123e1]{line-height:60px}#footerLogo[data-v-4d7123e1]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-4d7123e1]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-4d7123e1]{display:inline-block;width:100%}#copyrightPcSpan[data-v-4d7123e1]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-4d7123e1]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-4d7123e1]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-4d7123e1]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-4d7123e1]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-4d7123e1]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-4d7123e1]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-4d7123e1]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-4d7123e1]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-4d7123e1]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-4d7123e1]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-4d7123e1]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-4d7123e1]:focus{outline:none}#searchButton[data-v-4d7123e1]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-4d7123e1]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-4d7123e1]{width:80%}table td.right[data-v-4d7123e1]{width:10%;text-align:center}.result[data-v-4d7123e1],.resultcount[data-v-4d7123e1],.noResult[data-v-4d7123e1]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-4d7123e1]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-4d7123e1]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-4d7123e1]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-4d7123e1]{color:#e49f81}.cover[data-v-4d7123e1]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-4d7123e1]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-4d7123e1]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-4d7123e1]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-4d7123e1]{font-size:12px}.languageDivPhone .active[data-v-4d7123e1]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-4d7123e1]{bottom:30px;left:1px}.fontChangeButton[data-v-4d7123e1]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-4d7123e1]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-4d7123e1]{left:0}.languageDiv div[data-v-4d7123e1]{width:120%;left:-45px;top:5px}#languageSelect[data-v-4d7123e1]{margin-left:-40px}#banner_img>a[data-v-4d7123e1]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-4d7123e1]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-4d7123e1]{z-index:12}.header_main[data-v-4d7123e1]{height:40px;padding-top:0}.header[data-v-4d7123e1]{z-index:12}.header[data-v-4d7123e1]{height:40px;padding-top:0}#title[data-v-4d7123e1]{font-size:16px;width:49%}#headerLogo[data-v-4d7123e1]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-4d7123e1]{width:20%}.languageDiv div[data-v-4d7123e1]{width:90%;left:-15px;top:5px}#languageSelect[data-v-4d7123e1]{margin-left:-10px}.languageDiv ul[data-v-4d7123e1]{font-size:12px}#menu[data-v-4d7123e1]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-4d7123e1]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-4d7123e1]{width:80%}#rightHeader[data-v-4d7123e1]{height:40px}#rightHeader>div[data-v-4d7123e1]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-4d7123e1]{position:absolute;right:38px;top:0}.searchDiv[data-v-4d7123e1]{width:90%}#toc[data-v-4d7123e1]{width:100%}.copyright[data-v-4d7123e1]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-4d7123e1]{display:none}#copyrightPhone[data-v-4d7123e1]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-4d7123e1]{width:15%!important}#prevBtn[data-v-4d7123e1],#nextBtn[data-v-4d7123e1]{width:32px;height:32px;background-size:100%}#searchButton[data-v-4d7123e1]{margin-left:-1px}table td.left[data-v-4d7123e1]{text-align:right}table td.center[data-v-4d7123e1]{width:50%}table td.right[data-v-4d7123e1]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-4d7123e1]{left:0}.languageDiv div[data-v-4d7123e1]{width:100%;left:-5px;top:5px}#languageSelect[data-v-4d7123e1]{margin-left:20px}.languageDiv ul[data-v-4d7123e1]{font-size:10px}.noResult>span[data-v-4d7123e1]{width:200px!important;font-size:14px}#title[data-v-4d7123e1]{font-size:13px;width:40%}#menu[data-v-4d7123e1]{position:absolute}#banner_img>a[data-v-4d7123e1]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-4d7123e1]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-4d7123e1]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-4d7123e1]{font-size:14px}}body[data-v-4d7123e1]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-4d7123e1]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-4d7123e1]{margin:auto;max-width:1120px}.subHeaderInner[data-v-4d7123e1]>*{float:left}.content p[data-v-4d7123e1],.content li[data-v-4d7123e1]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-4d7123e1]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-4d7123e1]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-4d7123e1]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-4d7123e1]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-4d7123e1]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-4d7123e1]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-4d7123e1]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-4d7123e1]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-4d7123e1]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-4d7123e1]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-4d7123e1]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-4d7123e1]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-4d7123e1],p.Para-Basic-B-Sub[data-v-4d7123e1]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-4d7123e1]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-4d7123e1]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-4d7123e1]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-4d7123e1]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-4d7123e1],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-4d7123e1],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-4d7123e1]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-4d7123e1],p+ul li.Para-Basic-B-Sub[data-v-4d7123e1]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-4d7123e1],ul~p.Para-basic-L-bullet-Sub[data-v-4d7123e1],ul~p.Para-Basic-B-Sub[data-v-4d7123e1]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-4d7123e1],ol~p.Para-basic-L-bullet-Sub[data-v-4d7123e1],ol~p.Para-Basic-B-Sub[data-v-4d7123e1]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-4d7123e1],ol+*+p.Para-basic-L-bullet-Sub[data-v-4d7123e1],ol+*+p.Para-Basic-B-Sub[data-v-4d7123e1]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-4d7123e1],a .Para-Basic-B-Sub[data-v-4d7123e1]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-4d7123e1]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-4d7123e1]{margin-left:45px}.content p[data-v-4d7123e1],li[data-v-4d7123e1]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-4d7123e1],p.Para-Basic-B[data-v-4d7123e1],p.Para-Basic-B-Center[data-v-4d7123e1]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-4d7123e1]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-4d7123e1],p.Para-Basic-B-Center[data-v-4d7123e1]{text-align:center}p.Para-Table-L-center[data-v-4d7123e1],p.Para-Table-B-Center[data-v-4d7123e1]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-4d7123e1],table p.Para-Basic-B[data-v-4d7123e1],table p.Para-Basic-B-Center[data-v-4d7123e1]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-4d7123e1]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-4d7123e1]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-4d7123e1]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-4d7123e1]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-4d7123e1]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-4d7123e1],.content .text>ul[data-v-4d7123e1],.content .text table ol[data-v-4d7123e1],.content .text table ul[data-v-4d7123e1]{padding-left:20px}.content .text>ol[data-v-4d7123e1]{padding-left:0}p.Para-Illust-L[data-v-4d7123e1]{text-align:center}p.Para-Illust-L img[data-v-4d7123e1]{display:inline-block}p.Placeholder-sub[data-v-4d7123e1],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-4d7123e1],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-4d7123e1],.content .text>ol~.figure[data-v-4d7123e1],p.Placeholder-sub-S[data-v-4d7123e1],.Para-screen-sub-S[data-v-4d7123e1],.Para-screen-sub-M[data-v-4d7123e1],.Para-screen-sub-L[data-v-4d7123e1]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-4d7123e1],p.Placeholder-sub-M img[data-v-4d7123e1],p.Placeholder-sub img[data-v-4d7123e1]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-4d7123e1]{margin-left:45px}.Table-pic-Left-sub img[data-v-4d7123e1]{margin-top:5px;margin-bottom:10px}div.figure[data-v-4d7123e1]{display:inline-block}p.Para-img-description[data-v-4d7123e1]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-4d7123e1]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-4d7123e1]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-4d7123e1]{margin-bottom:25px}.text img[data-v-4d7123e1]{max-width:100%;display:block}.Table-Pic-center[data-v-4d7123e1]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-4d7123e1]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-4d7123e1]{margin:0}p.Para-Box-Num[data-v-4d7123e1]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-4d7123e1]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-4d7123e1]:AFTER{content:". "}span.inline-img img[data-v-4d7123e1]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-4d7123e1]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-4d7123e1]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-4d7123e1]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-4d7123e1]{margin-left:6.5%;display:block!important}.discUl li[data-v-4d7123e1]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-4d7123e1],.Symbol-R[data-v-4d7123e1],.Note-R-Pic[data-v-4d7123e1]{display:block;width:100%}.Symbol-L[data-v-4d7123e1]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-4d7123e1]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-4d7123e1],.Symbol-R li[data-v-4d7123e1],.Symbol-R p[data-v-4d7123e1]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-4d7123e1]{font-size:16px}table.Table-Symbol td ul[data-v-4d7123e1]{padding-left:20px}table.Table-Symbol[data-v-4d7123e1]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-4d7123e1]{color:#bc162c}.Symbol-Black[data-v-4d7123e1],.Symbol-Black-Table[data-v-4d7123e1]{font-family:upsys_commonregular}.Symbol-Green[data-v-4d7123e1]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-4d7123e1]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-4d7123e1]{width:auto!important}.video_container[data-v-4d7123e1]{margin-top:40px;float:right}.video[data-v-4d7123e1]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-4d7123e1]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-4d7123e1]{width:100%}.Table--3col[data-v-4d7123e1],.Basic-Table[data-v-4d7123e1],.Table--2col[data-v-4d7123e1],.Table-Landmark[data-v-4d7123e1],.Table--4col[data-v-4d7123e1],.Table-2row-merge[data-v-4d7123e1],.Table--troubleshooting[data-v-4d7123e1],.Table-specification[data-v-4d7123e1],.Table-service-center[data-v-4d7123e1],.Table-5col[data-v-4d7123e1],.responsive[data-v-4d7123e1],.Table--3col-Locations[data-v-4d7123e1]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-4d7123e1]:FIRST-CHILD,.Basic-Table tr[data-v-4d7123e1]:FIRST-CHILD,.Table--2col tr[data-v-4d7123e1]:FIRST-CHILD,.Table-Landmark tr[data-v-4d7123e1]:FIRST-CHILD,.Table--4col tr[data-v-4d7123e1]:FIRST-CHILD,.Table-2row-merge tr[data-v-4d7123e1]:FIRST-CHILD,.Table--troubleshooting tr[data-v-4d7123e1]:FIRST-CHILD,.Table-service-center tr[data-v-4d7123e1]:FIRST-CHILD,.responsive tr[data-v-4d7123e1]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-4d7123e1]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-4d7123e1],.Basic-Table td[data-v-4d7123e1],.Table--2col td[data-v-4d7123e1],.Table-Landmark td[data-v-4d7123e1],.Table--4col td[data-v-4d7123e1],.Table-2row-merge td[data-v-4d7123e1],.Table--troubleshooting td[data-v-4d7123e1],.Table-specification td[data-v-4d7123e1],.Table-service-center td[data-v-4d7123e1],.responsive td[data-v-4d7123e1]{padding:10px}.Table--troubleshooting td[data-v-4d7123e1]{border-right:none}.Table--troubleshooting[data-v-4d7123e1]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-4d7123e1],.Table-Landmark .Para-Pic-Center img[data-v-4d7123e1]{width:30px}.Table-5col[data-v-4d7123e1]{border:none}.Table-5col tr[data-v-4d7123e1]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-4d7123e1]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-4d7123e1]{width:15%}.Table--3col td.x3col-L[data-v-4d7123e1],.x3col-L td.x3col-M[data-v-4d7123e1]{width:10%}td.x3col-Mid-Text[data-v-4d7123e1]{text-align:center}td.x3col-R-Pic[data-v-4d7123e1]{text-align:right}.responsive td p[data-v-4d7123e1]{text-align:center}table.Table--3col-Locations[data-v-4d7123e1]{border-collapse:collapse}.Table--3col-Locations td[data-v-4d7123e1]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-4d7123e1]{padding:10px}.Para-Pic-Center img[data-v-4d7123e1]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-4d7123e1]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-4d7123e1]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-4d7123e1]{width:50%}.Table-specification .x3col-L-Grey[data-v-4d7123e1]{width:20%}.Table-specification .Spec-Mid-text[data-v-4d7123e1]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-4d7123e1]{width:50%}.Table--3col .x3col-L-Grey[data-v-4d7123e1]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-4d7123e1],.Table--4col .x3col-Mid-Grey[data-v-4d7123e1],.Table--4col .x3col-R-Grey[data-v-4d7123e1]{width:30%}.navi td.x3col-Mid-Grey[data-v-4d7123e1]{width:15%}.Table--3col .x3col-R-Grey[data-v-4d7123e1]{width:50%}.Table--2col .x3col-L-Grey[data-v-4d7123e1],.Table--2col td[data-v-4d7123e1]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-4d7123e1]{width:70%}.Table--2col-Disc[data-v-4d7123e1]{border-collapse:collapse}.Table--2col-Disc td[data-v-4d7123e1]{border:1px solid grey;padding:10px}.Table-PL td[data-v-4d7123e1]:FIRST-CHILD{width:25%}.resultcount p[data-v-4d7123e1]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-4d7123e1]{font-family:SK_namuhx-Bold}.noResult>span[data-v-4d7123e1]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-4d7123e1]{color:#f0dfdf;display:block}.result_list[data-v-4d7123e1]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-4d7123e1]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-4d7123e1]{font-family:SK_namuhx-Regular}.resulttext p[data-v-4d7123e1]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-4d7123e1]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-4d7123e1]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-4d7123e1],.Cross-Reference[data-v-4d7123e1]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-4d7123e1]:hover{text-decoration:underline}.fontChangeDiv[data-v-4d7123e1]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-4d7123e1]{top:55px}#backButton[data-v-4d7123e1]{background-size:16px}.chapterTitle[data-v-4d7123e1]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-4d7123e1],h2[data-v-4d7123e1]{font-size:1.3em}#contentAccordion[data-v-4d7123e1]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-4d7123e1]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-4d7123e1]{line-height:21px}.video[data-v-4d7123e1]{width:46%}}@media screen and (max-width: 640px){h2[data-v-4d7123e1]{margin-top:40px}.subHeader[data-v-4d7123e1]{top:40px}.fontChangeDiv[data-v-4d7123e1]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-4d7123e1]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-4d7123e1]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-4d7123e1]{margin-left:7.3%}table td[data-v-4d7123e1]{font-size:14px;padding:5px!important}table td p[data-v-4d7123e1],table td p.Para-Basic-B-Center[data-v-4d7123e1],table td p.Para-Basic-B[data-v-4d7123e1]{font-size:14px}table td p.Para-Small-L[data-v-4d7123e1]{font-size:12px;word-break:break-word}.Table--3col td[data-v-4d7123e1],.Basic-Table td[data-v-4d7123e1],.Table--2col td[data-v-4d7123e1],.Table-Landmark td[data-v-4d7123e1],.Table--4col td[data-v-4d7123e1],.Table-2row-merge td[data-v-4d7123e1],.Table--troubleshooting td[data-v-4d7123e1],.Table-specification td[data-v-4d7123e1],.Table-service-center td[data-v-4d7123e1]{border-right:none}.responsive[data-v-4d7123e1],.responsive tr[data-v-4d7123e1],.responsive tbody[data-v-4d7123e1]{width:100%}.Table--4col-responsive td[data-v-4d7123e1]{min-width:200px!important;height:auto}.responsive td p[data-v-4d7123e1]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-4d7123e1],.Table-Symbol td li[data-v-4d7123e1]{font-size:16px}p.Placeholder-sub[data-v-4d7123e1],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-4d7123e1],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-4d7123e1],.content .text>ol~.figure[data-v-4d7123e1],.content .text>ol+ul[data-v-4d7123e1],.Para-screen-sub-L[data-v-4d7123e1]{margin-left:0}.resultcount p[data-v-4d7123e1]{font-size:16px}.Table-specification td p[data-v-4d7123e1],.Table--3col-Locations td li[data-v-4d7123e1],p.Para-basic-L-Sub[data-v-4d7123e1],p.Para-basic-L-Sub-Auto[data-v-4d7123e1],p.Para-basic-L-center[data-v-4d7123e1],li.Para-basic-L-bullet[data-v-4d7123e1],p.Para-basic-L[data-v-4d7123e1],li.Para-basic-L-hyp-Sub[data-v-4d7123e1],li.Para-basic-L-hyp-2Sub[data-v-4d7123e1],li[class^=Para-Num][data-v-4d7123e1],p.Para-Box-Num[data-v-4d7123e1],p.Para-Basic-B-Sub[data-v-4d7123e1],td p.Para-basic-L[data-v-4d7123e1],td li.Para-basic-L-bullet[data-v-4d7123e1],p.Para-Basic-B[data-v-4d7123e1],p.Para-Circle-Num-Sub[data-v-4d7123e1],.Symbol-L p.Para-basic-L-Sub[data-v-4d7123e1],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-4d7123e1]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-4d7123e1],.Table--3col-Locations td li[data-v-4d7123e1],p.Para-Table-L-Sub[data-v-4d7123e1],p.Para-Table-L-Sub-Auto[data-v-4d7123e1],p.Para-Table-L-center[data-v-4d7123e1],p.Para-Table-L[data-v-4d7123e1],li.Para-Table-L-hyp-Sub[data-v-4d7123e1],li.Para-Table-L-hyp-2Sub[data-v-4d7123e1],p.Para-Table-B-Sub[data-v-4d7123e1],td p.Para-Table-L[data-v-4d7123e1],p.Para-Table-B[data-v-4d7123e1],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-4d7123e1]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-4d7123e1]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-4d7123e1],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-4d7123e1]{font-size:14px}.big .Table-specification td p[data-v-4d7123e1],.big .Table--3col-Locations td li[data-v-4d7123e1],.big p.Para-basic-L-Sub[data-v-4d7123e1],.big p.Para-basic-L-Sub-Auto[data-v-4d7123e1],.big p.Para-basic-L-center[data-v-4d7123e1],.big li.Para-basic-L-bullet[data-v-4d7123e1],.big p.Para-basic-L[data-v-4d7123e1],.big li.Para-basic-L-hyp-Sub[data-v-4d7123e1],.big li.Para-basic-L-hyp-2Sub[data-v-4d7123e1],.big li[class^=Para-Num][data-v-4d7123e1],.big p.Para-Box-Num[data-v-4d7123e1],.big p.Para-Basic-B-Sub[data-v-4d7123e1],.big td p.Para-basic-L[data-v-4d7123e1],.big td li.Para-basic-L-bullet[data-v-4d7123e1],.big p.Para-Basic-B[data-v-4d7123e1],.big p.Para-Circle-Num-Sub[data-v-4d7123e1]{font-size:16px}.big .Table-specification td p[data-v-4d7123e1],.big .Table--3col-Locations td li[data-v-4d7123e1],.big p.Para-Table-L-Sub[data-v-4d7123e1],.big p.Para-Table-L-Sub-Auto[data-v-4d7123e1],.big p.Para-Table-L-center[data-v-4d7123e1],.big p.Para-Table-L[data-v-4d7123e1],.big li.Para-Table-L-hyp-Sub[data-v-4d7123e1],.big li.Para-Table-L-hyp-2Sub[data-v-4d7123e1],.big li[class^=Para-Num][data-v-4d7123e1],.big p.Para-Box-Num[data-v-4d7123e1],.big p.Para-Table-B-Sub[data-v-4d7123e1],.big td p.Para-Table-L[data-v-4d7123e1],.big p.Para-Table-B[data-v-4d7123e1],.big p.Para-Circle-Num-Sub[data-v-4d7123e1],.big p.Para-Table-B-Center[data-v-4d7123e1],.big .Table--3col-ISO td p[data-v-4d7123e1]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-4d7123e1],p.Para-Table-B-Center[data-v-4d7123e1]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-4d7123e1],.big p.video_title[data-v-4d7123e1],.big .resultItem p[data-v-4d7123e1]{font-size:1.05em}h1[data-v-4d7123e1]{font-size:1.2em;margin-top:0}h2[data-v-4d7123e1]{font-size:1.1em}.Heading-3[data-v-4d7123e1]{font-size:1em}.content .text>ol li[data-v-4d7123e1]:BEFORE{font-size:26px}.video[data-v-4d7123e1]{width:95%}}p.Para-Table-L[data-v-4d7123e1]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-4d7123e1]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-4d7123e1]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-4d7123e1]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-4d7123e1]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-4d7123e1]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-4d7123e1]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-4d7123e1]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-4d7123e1]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-4d7123e1]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-4d7123e1]:before{content:"";display:block;height:15pt}.Bold[data-v-4d7123e1],span.Bold[data-v-4d7123e1]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-4d7123e1]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-4d7123e1]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-4d7123e1]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-4d7123e1]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-4d7123e1]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-4d7123e1]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-4d7123e1]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-4d7123e1]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-4d7123e1]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-4d7123e1]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-4d7123e1]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-4d7123e1],.Para-Table-L-Sub-Auto .icon-1[data-v-4d7123e1]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-4d7123e1]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-4d7123e1]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-4d7123e1]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-4d7123e1],.Table--2col td p.Para-basic-L[data-v-4d7123e1]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-4d7123e1]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-4d7123e1]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-4d7123e1]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-4d7123e1]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-4d7123e1]{margin-top:8pt!important}.table-responsive[data-v-4d7123e1]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-4d7123e1]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-4d7123e1],#table-16[data-v-4d7123e1]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-4d7123e1]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-4d7123e1]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-4d7123e1]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-4d7123e1]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-4d7123e1]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-4d7123e1]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-4d7123e1]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-4d7123e1]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-4d7123e1]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-4d7123e1]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-4d7123e1]{font-size:12px}#table-15.responsive td[data-v-4d7123e1]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-4d7123e1]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-4d7123e1]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-4d7123e1]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-4d7123e1]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-4d7123e1],.Table--4col-Error th[data-v-4d7123e1]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-4d7123e1],.Table--4col-Error tr:first-child th[data-v-4d7123e1]{border-top:none}.Table--4col-Error tr:last-child td[data-v-4d7123e1]{border-bottom:none}.Table--4col-Error thead td[data-v-4d7123e1]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-4d7123e1]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-4d7123e1]:nth-child(1),.Table--4col-Error thead td[data-v-4d7123e1]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-4d7123e1]:nth-child(2),.Table--4col-Error thead td[data-v-4d7123e1]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-4d7123e1]:nth-child(3),.Table--4col-Error thead td[data-v-4d7123e1]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-4d7123e1]:nth-child(4),.Table--4col-Error thead td[data-v-4d7123e1]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-4d7123e1]:nth-child(1),.Table--4col-Error tbody td[data-v-4d7123e1]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-4d7123e1]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-4d7123e1]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-4d7123e1]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-4d7123e1]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-4d7123e1]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-4d7123e1]{font-size:14px!important}.Table--4col-Error tbody td[data-v-4d7123e1]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-4d7123e1],.Table--4col-Error p.Para-Table-B[data-v-4d7123e1],.Table--4col-Error p.Para-Table-L-Center[data-v-4d7123e1]{font-size:12px!important}.Table--4col-Error tbody td[data-v-4d7123e1]:nth-child(1),.Table--4col-Error thead td[data-v-4d7123e1]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-4d7123e1]:nth-child(2),.Table--4col-Error thead td[data-v-4d7123e1]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-4d7123e1]:nth-child(3),.Table--4col-Error thead td[data-v-4d7123e1]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-4d7123e1]:nth-child(4),.Table--4col-Error thead td[data-v-4d7123e1]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-4d7123e1]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-4d7123e1]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-4d7123e1]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-4d7123e1]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-4d7123e1]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-4d7123e1]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-4d7123e1]{line-height:1.25;font-weight:500}.Bold-color[data-v-4d7123e1]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-4d7123e1]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-4d7123e1]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-4d7123e1]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-4d7123e1]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-4d7123e1]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-4d7123e1]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-4d7123e1]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-4d7123e1]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-4d7123e1]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-4d7123e1]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-4d7123e1]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-4d7123e1]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-4d7123e1]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-4d7123e1]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-4d7123e1]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-4d7123e1],tr:last-child td.cell-style-override-7[data-v-4d7123e1]{border-bottom:0}table#table-16[data-v-4d7123e1]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-4d7123e1],.Table--2col-Air-Sensor[data-v-4d7123e1],.Table--2col-Voice[data-v-4d7123e1],.Table--2col-Filter[data-v-4d7123e1],.Table--troubleshooting[data-v-4d7123e1],.Table--4col-Error[data-v-4d7123e1],.Table--Specifications[data-v-4d7123e1]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-4d7123e1]:last-child,.Table--2col-Voice tr td[data-v-4d7123e1]:last-child{width:70%}.Table--2col-Voice tr td[data-v-4d7123e1]:first-child{width:30%}.Para-Table-L-Center[data-v-4d7123e1]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-4d7123e1]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-4d7123e1]{display:block!important}.Table--2col-Information td[data-v-4d7123e1]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-4d7123e1]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-4d7123e1]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-4d7123e1]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-4d7123e1]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-4d7123e1],.Table--4col-responsive table td[data-v-4d7123e1]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-4d7123e1],.Table--2col-Information th[data-v-4d7123e1]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-4d7123e1]:nth-child(1),.Table--2col-Information th[data-v-4d7123e1]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-4d7123e1]:nth-child(2),.Table--2col-Information th[data-v-4d7123e1]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-4d7123e1],.Table--2col-Information th[data-v-4d7123e1]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-4d7123e1]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-4d7123e1],.Table--2col-Voice th[data-v-4d7123e1]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-4d7123e1]:nth-child(1),.Table--2col-Voice th[data-v-4d7123e1]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-4d7123e1]:nth-child(2),.Table--2col-Voice th[data-v-4d7123e1]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-4d7123e1]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-4d7123e1],.Table--2col-Voice tr:last-child td[data-v-4d7123e1]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-4d7123e1],.Table--2col-Voice thead th[data-v-4d7123e1]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-4d7123e1]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-4d7123e1]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-4d7123e1]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-4d7123e1],.Table--2col-Information th[data-v-4d7123e1]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-4d7123e1]:nth-child(1),.Table--2col-Information th[data-v-4d7123e1]:nth-child(1){width:30%}.Table--2col-Information td[data-v-4d7123e1]:nth-child(2),.Table--2col-Information th[data-v-4d7123e1]:nth-child(2){width:70%}.Table--2col-Information td[data-v-4d7123e1]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-4d7123e1]{border-bottom:none}.Table--2col-Air-Sensor[data-v-4d7123e1]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-4d7123e1],.Table--2col-Air-Sensor th[data-v-4d7123e1]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-4d7123e1]:nth-child(1),.Table--2col-Air-Sensor th[data-v-4d7123e1]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-4d7123e1]:nth-child(2),.Table--2col-Air-Sensor th[data-v-4d7123e1]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-4d7123e1]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-4d7123e1]{border-bottom:none}.Table--2col-Filter[data-v-4d7123e1]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-4d7123e1],.Table--2col-Filter th[data-v-4d7123e1]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-4d7123e1]:nth-child(1),.Table--2col-Filter th[data-v-4d7123e1]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-4d7123e1]:nth-child(2),.Table--2col-Filter th[data-v-4d7123e1]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-4d7123e1]:nth-child(3),.Table--2col-Filter th[data-v-4d7123e1]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-4d7123e1]:nth-child(4),.Table--2col-Filter th[data-v-4d7123e1]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-4d7123e1]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-4d7123e1],.Table--2col-Filter tr:last-child td[data-v-4d7123e1]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-4d7123e1],.Table--2col-Filter thead th[data-v-4d7123e1]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-4d7123e1]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-4d7123e1]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-4d7123e1]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-4d7123e1],.Table--Specifications th[data-v-4d7123e1]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-4d7123e1]:first-child,.Table--Specifications th[data-v-4d7123e1]:first-child{width:16%}.Table--Specifications td[data-v-4d7123e1]:nth-child(2),.Table--Specifications th[data-v-4d7123e1]:nth-child(2){width:42%}.Table--Specifications td[data-v-4d7123e1]:nth-child(3),.Table--Specifications th[data-v-4d7123e1]:nth-child(3){width:42%}.Table--Specifications td[data-v-4d7123e1]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-4d7123e1],.Table--Specifications tr:last-child td[data-v-4d7123e1]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-4d7123e1],.Table--Specifications thead th[data-v-4d7123e1]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-4d7123e1]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-4d7123e1]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-4d7123e1],td.cell-style-override-20[data-v-4d7123e1]{padding:10px}td.x3col-Mid-text[data-v-4d7123e1],td.cell-style-override-22[data-v-4d7123e1],td.cell-style-override-20[data-v-4d7123e1]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-4d7123e1]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-4d7123e1]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-4d7123e1]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-4d7123e1]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-4d7123e1]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-4d7123e1]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-4d7123e1],th.header-cell[data-v-4d7123e1]{background-color:#88d0c7}td.color-blue[data-v-4d7123e1],th.color-blue[data-v-4d7123e1]{background-color:#d3edf9}td.color-green[data-v-4d7123e1],th.color-green[data-v-4d7123e1]{background-color:#d9ead3}td.color-orange[data-v-4d7123e1],th.color-orange[data-v-4d7123e1]{background-color:#fce5cd}td.color-red[data-v-4d7123e1],th.color-red[data-v-4d7123e1]{background-color:#f4cccc}td.color-purple[data-v-4d7123e1],th.color-purple[data-v-4d7123e1]{background-color:#e4d7f5}td.color-yellow[data-v-4d7123e1],th.color-yellow[data-v-4d7123e1]{background-color:#fff2cc}td.color-teal[data-v-4d7123e1],th.color-teal[data-v-4d7123e1]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-4d7123e1],.Table--8col-air-web-1 td[data-v-4d7123e1],.Table--8col-air-web-1 th[data-v-4d7123e1]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-4d7123e1]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-4d7123e1]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-4d7123e1],.Table--2col td[data-v-4d7123e1],.Table--2col th[data-v-4d7123e1]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-4d7123e1]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-4d7123e1]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-4d7123e1],.Table--2col th p[data-v-4d7123e1]{border:none!important}.Table--2col[data-v-4d7123e1] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-4d7123e1]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-4d7123e1],.Table--4col td[data-v-4d7123e1]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-4d7123e1]{text-align:left!important}.Table--4col thead th[data-v-4d7123e1]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-4d7123e1]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-4d7123e1]{text-align:center!important}.Table--4col-air[data-v-4d7123e1]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-4d7123e1],.Table--4col-air th[data-v-4d7123e1]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-4d7123e1],.Table--4col-air tr:first-child th[data-v-4d7123e1]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-4d7123e1]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-4d7123e1],.Table--4col-air td ul[data-v-4d7123e1],.Table--4col-air td li[data-v-4d7123e1]{text-align:left!important}.Table--4col-air colgroup col[data-v-4d7123e1]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-4d7123e1]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-4d7123e1]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-4d7123e1]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-4d7123e1]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-4d7123e1],.Table--4col-air th[data-v-4d7123e1]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-4d7123e1],.Table--4col-air tr:first-child th[data-v-4d7123e1]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-4d7123e1]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-4d7123e1]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-4d7123e1],.Table--4col-ai2 th[data-v-4d7123e1]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-4d7123e1]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-4d7123e1]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-4d7123e1],.Table--4col-ai2 th[data-v-4d7123e1]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-4d7123e1]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-4d7123e1]{font-size:12px!important;margin:0!important;line-height:1.5!important}}#content-div[data-v-4d7123e1]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-4d7123e1]{min-height:100vh}}body[data-v-957d8730]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-957d8730]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-957d8730]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-957d8730]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-957d8730]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-957d8730]{width:83%!important}.content #naviText span[data-v-957d8730]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-957d8730]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-957d8730]{width:100%!important}.content #mainCar[data-v-957d8730]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-957d8730]{width:100%}#mainCarPhone[data-v-957d8730]{display:none}.content #buttonMenu_v2[data-v-957d8730]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-957d8730]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-957d8730]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-957d8730]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-957d8730]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-957d8730]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-957d8730]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-957d8730]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-957d8730]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-957d8730]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-957d8730]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-957d8730]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-957d8730]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-957d8730]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-957d8730]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-957d8730]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-957d8730]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-957d8730]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-957d8730]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-957d8730]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-957d8730]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-957d8730]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-957d8730]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-957d8730]{bottom:11%;width:30%}.content #naviText span[data-v-957d8730]{font-size:17px}.content #naviText img[data-v-957d8730]{width:80%!important}.content #carName[data-v-957d8730]{right:0%;bottom:12%}.content #carName img[data-v-957d8730]{width:40%!important}.content #buttonMenu_v2>a[data-v-957d8730]{width:33%}.content #buttonMenu>a[data-v-957d8730]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-957d8730]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-957d8730]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-957d8730]{display:block}#mainCarPc[data-v-957d8730]{display:none}.content #buttonMenu_v2[data-v-957d8730],.content #buttonMenu[data-v-957d8730]{width:92%}}@media screen and (max-width: 480px){.content[data-v-957d8730]{padding-top:0}.content #naviText[data-v-957d8730]{bottom:14%;width:45%}.content #naviText span[data-v-957d8730]{font-size:11px}.content #naviText img[data-v-957d8730]{width:88%!important}.content #carName[data-v-957d8730]{right:5%;bottom:15%}.content #carName img[data-v-957d8730]{width:120px!important}.content #buttonMenu_v2[data-v-957d8730]{position:relative}.content #buttonMenu_v2>a>div[data-v-957d8730]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-957d8730]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-957d8730]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-957d8730]{position:relative}.content #buttonMenu>a>div[data-v-957d8730]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-957d8730]{height:120px}.content #buttonMenu>a>div>span[data-v-957d8730]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-957d8730]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-957d8730]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-957d8730]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-957d8730]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-957d8730]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-957d8730]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-957d8730]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-957d8730]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-957d8730]{margin:0;padding:0}html[data-v-957d8730]{background-color:#000;width:100%}.keyword[data-v-957d8730],.highlight[data-v-957d8730]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-957d8730]{font-family:upsys_commonregular}.header_main[data-v-957d8730]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-957d8730]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-957d8730]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-957d8730]>*{float:left}#headerLogo[data-v-957d8730]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-957d8730]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-957d8730]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-957d8730]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-957d8730]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-957d8730]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-957d8730]{font-size:13px}.languageDiv .active[data-v-957d8730]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-957d8730]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-957d8730]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-957d8730]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-957d8730],#languageSelect li[data-v-957d8730]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-957d8730],#languageSelect li:hover a[data-v-957d8730]{color:#000}.footer-manual[data-v-957d8730]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-957d8730]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-957d8730]{line-height:60px}#footerLogo[data-v-957d8730]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-957d8730]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-957d8730]{display:inline-block;width:100%}#copyrightPcSpan[data-v-957d8730]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-957d8730]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-957d8730]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-957d8730]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-957d8730]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-957d8730]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-957d8730]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-957d8730]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-957d8730]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-957d8730]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-957d8730]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-957d8730]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-957d8730]:focus{outline:none}#searchButton[data-v-957d8730]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-957d8730]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-957d8730]{width:80%}table td.right[data-v-957d8730]{width:10%;text-align:center}.result[data-v-957d8730],.resultcount[data-v-957d8730],.noResult[data-v-957d8730]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-957d8730]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-957d8730]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-957d8730]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-957d8730]{color:#e49f81}.cover[data-v-957d8730]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-957d8730]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-957d8730]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-957d8730]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-957d8730]{font-size:12px}.languageDivPhone .active[data-v-957d8730]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-957d8730]{bottom:30px;left:1px}.fontChangeButton[data-v-957d8730]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-957d8730]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-957d8730]{left:0}.languageDiv div[data-v-957d8730]{width:120%;left:-45px;top:5px}#languageSelect[data-v-957d8730]{margin-left:-40px}#banner_img>a[data-v-957d8730]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-957d8730]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-957d8730]{z-index:12}.header_main[data-v-957d8730]{height:40px;padding-top:0}.header[data-v-957d8730]{z-index:12}.header[data-v-957d8730]{height:40px;padding-top:0}#title[data-v-957d8730]{font-size:16px;width:49%}#headerLogo[data-v-957d8730]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-957d8730]{width:20%}.languageDiv div[data-v-957d8730]{width:90%;left:-15px;top:5px}#languageSelect[data-v-957d8730]{margin-left:-10px}.languageDiv ul[data-v-957d8730]{font-size:12px}#menu[data-v-957d8730]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-957d8730]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-957d8730]{width:80%}#rightHeader[data-v-957d8730]{height:40px}#rightHeader>div[data-v-957d8730]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-957d8730]{position:absolute;right:38px;top:0}.searchDiv[data-v-957d8730]{width:90%}#toc[data-v-957d8730]{width:100%}.copyright[data-v-957d8730]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-957d8730]{display:none}#copyrightPhone[data-v-957d8730]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-957d8730]{width:15%!important}#prevBtn[data-v-957d8730],#nextBtn[data-v-957d8730]{width:32px;height:32px;background-size:100%}#searchButton[data-v-957d8730]{margin-left:-1px}table td.left[data-v-957d8730]{text-align:right}table td.center[data-v-957d8730]{width:50%}table td.right[data-v-957d8730]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-957d8730]{left:0}.languageDiv div[data-v-957d8730]{width:100%;left:-5px;top:5px}#languageSelect[data-v-957d8730]{margin-left:20px}.languageDiv ul[data-v-957d8730]{font-size:10px}.noResult>span[data-v-957d8730]{width:200px!important;font-size:14px}#title[data-v-957d8730]{font-size:13px;width:40%}#menu[data-v-957d8730]{position:absolute}#banner_img>a[data-v-957d8730]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-957d8730]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-957d8730]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-957d8730]{font-size:14px}}body[data-v-957d8730]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-957d8730]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-957d8730]{margin:auto;max-width:1120px}.subHeaderInner[data-v-957d8730]>*{float:left}.content p[data-v-957d8730],.content li[data-v-957d8730]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-957d8730]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-957d8730]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-957d8730]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-957d8730]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-957d8730]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-957d8730]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-957d8730]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-957d8730]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-957d8730]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-957d8730]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-957d8730]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-957d8730]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-957d8730],p.Para-Basic-B-Sub[data-v-957d8730]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-957d8730]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-957d8730]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-957d8730]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-957d8730]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-957d8730],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-957d8730],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-957d8730]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-957d8730],p+ul li.Para-Basic-B-Sub[data-v-957d8730]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-957d8730],ul~p.Para-basic-L-bullet-Sub[data-v-957d8730],ul~p.Para-Basic-B-Sub[data-v-957d8730]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-957d8730],ol~p.Para-basic-L-bullet-Sub[data-v-957d8730],ol~p.Para-Basic-B-Sub[data-v-957d8730]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-957d8730],ol+*+p.Para-basic-L-bullet-Sub[data-v-957d8730],ol+*+p.Para-Basic-B-Sub[data-v-957d8730]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-957d8730],a .Para-Basic-B-Sub[data-v-957d8730]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-957d8730]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-957d8730]{margin-left:45px}.content p[data-v-957d8730],li[data-v-957d8730]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-957d8730],p.Para-Basic-B[data-v-957d8730],p.Para-Basic-B-Center[data-v-957d8730]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-957d8730]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-957d8730],p.Para-Basic-B-Center[data-v-957d8730]{text-align:center}p.Para-Table-L-center[data-v-957d8730],p.Para-Table-B-Center[data-v-957d8730]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-957d8730],table p.Para-Basic-B[data-v-957d8730],table p.Para-Basic-B-Center[data-v-957d8730]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-957d8730]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-957d8730]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-957d8730]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-957d8730]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-957d8730]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-957d8730],.content .text>ul[data-v-957d8730],.content .text table ol[data-v-957d8730],.content .text table ul[data-v-957d8730]{padding-left:20px}.content .text>ol[data-v-957d8730]{padding-left:0}p.Para-Illust-L[data-v-957d8730]{text-align:center}p.Para-Illust-L img[data-v-957d8730]{display:inline-block}p.Placeholder-sub[data-v-957d8730],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-957d8730],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-957d8730],.content .text>ol~.figure[data-v-957d8730],p.Placeholder-sub-S[data-v-957d8730],.Para-screen-sub-S[data-v-957d8730],.Para-screen-sub-M[data-v-957d8730],.Para-screen-sub-L[data-v-957d8730]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-957d8730],p.Placeholder-sub-M img[data-v-957d8730],p.Placeholder-sub img[data-v-957d8730]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-957d8730]{margin-left:45px}.Table-pic-Left-sub img[data-v-957d8730]{margin-top:5px;margin-bottom:10px}div.figure[data-v-957d8730]{display:inline-block}p.Para-img-description[data-v-957d8730]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-957d8730]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-957d8730]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-957d8730]{margin-bottom:25px}.text img[data-v-957d8730]{max-width:100%;display:block}.Table-Pic-center[data-v-957d8730]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-957d8730]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-957d8730]{margin:0}p.Para-Box-Num[data-v-957d8730]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-957d8730]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-957d8730]:AFTER{content:". "}span.inline-img img[data-v-957d8730]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-957d8730]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-957d8730]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-957d8730]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-957d8730]{margin-left:6.5%;display:block!important}.discUl li[data-v-957d8730]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-957d8730],.Symbol-R[data-v-957d8730],.Note-R-Pic[data-v-957d8730]{display:block;width:100%}.Symbol-L[data-v-957d8730]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-957d8730]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-957d8730],.Symbol-R li[data-v-957d8730],.Symbol-R p[data-v-957d8730]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-957d8730]{font-size:16px}table.Table-Symbol td ul[data-v-957d8730]{padding-left:20px}table.Table-Symbol[data-v-957d8730]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-957d8730]{color:#bc162c}.Symbol-Black[data-v-957d8730],.Symbol-Black-Table[data-v-957d8730]{font-family:upsys_commonregular}.Symbol-Green[data-v-957d8730]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-957d8730]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-957d8730]{width:auto!important}.video_container[data-v-957d8730]{margin-top:40px;float:right}.video[data-v-957d8730]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-957d8730]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-957d8730]{width:100%}.Table--3col[data-v-957d8730],.Basic-Table[data-v-957d8730],.Table--2col[data-v-957d8730],.Table-Landmark[data-v-957d8730],.Table--4col[data-v-957d8730],.Table-2row-merge[data-v-957d8730],.Table--troubleshooting[data-v-957d8730],.Table-specification[data-v-957d8730],.Table-service-center[data-v-957d8730],.Table-5col[data-v-957d8730],.responsive[data-v-957d8730],.Table--3col-Locations[data-v-957d8730]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-957d8730]:FIRST-CHILD,.Basic-Table tr[data-v-957d8730]:FIRST-CHILD,.Table--2col tr[data-v-957d8730]:FIRST-CHILD,.Table-Landmark tr[data-v-957d8730]:FIRST-CHILD,.Table--4col tr[data-v-957d8730]:FIRST-CHILD,.Table-2row-merge tr[data-v-957d8730]:FIRST-CHILD,.Table--troubleshooting tr[data-v-957d8730]:FIRST-CHILD,.Table-service-center tr[data-v-957d8730]:FIRST-CHILD,.responsive tr[data-v-957d8730]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-957d8730]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-957d8730],.Basic-Table td[data-v-957d8730],.Table--2col td[data-v-957d8730],.Table-Landmark td[data-v-957d8730],.Table--4col td[data-v-957d8730],.Table-2row-merge td[data-v-957d8730],.Table--troubleshooting td[data-v-957d8730],.Table-specification td[data-v-957d8730],.Table-service-center td[data-v-957d8730],.responsive td[data-v-957d8730]{padding:10px}.Table--troubleshooting td[data-v-957d8730]{border-right:none}.Table--troubleshooting[data-v-957d8730]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-957d8730],.Table-Landmark .Para-Pic-Center img[data-v-957d8730]{width:30px}.Table-5col[data-v-957d8730]{border:none}.Table-5col tr[data-v-957d8730]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-957d8730]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-957d8730]{width:15%}.Table--3col td.x3col-L[data-v-957d8730],.x3col-L td.x3col-M[data-v-957d8730]{width:10%}td.x3col-Mid-Text[data-v-957d8730]{text-align:center}td.x3col-R-Pic[data-v-957d8730]{text-align:right}.responsive td p[data-v-957d8730]{text-align:center}table.Table--3col-Locations[data-v-957d8730]{border-collapse:collapse}.Table--3col-Locations td[data-v-957d8730]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-957d8730]{padding:10px}.Para-Pic-Center img[data-v-957d8730]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-957d8730]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-957d8730]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-957d8730]{width:50%}.Table-specification .x3col-L-Grey[data-v-957d8730]{width:20%}.Table-specification .Spec-Mid-text[data-v-957d8730]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-957d8730]{width:50%}.Table--3col .x3col-L-Grey[data-v-957d8730]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-957d8730],.Table--4col .x3col-Mid-Grey[data-v-957d8730],.Table--4col .x3col-R-Grey[data-v-957d8730]{width:30%}.navi td.x3col-Mid-Grey[data-v-957d8730]{width:15%}.Table--3col .x3col-R-Grey[data-v-957d8730]{width:50%}.Table--2col .x3col-L-Grey[data-v-957d8730],.Table--2col td[data-v-957d8730]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-957d8730]{width:70%}.Table--2col-Disc[data-v-957d8730]{border-collapse:collapse}.Table--2col-Disc td[data-v-957d8730]{border:1px solid grey;padding:10px}.Table-PL td[data-v-957d8730]:FIRST-CHILD{width:25%}.resultcount p[data-v-957d8730]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-957d8730]{font-family:SK_namuhx-Bold}.noResult>span[data-v-957d8730]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-957d8730]{color:#f0dfdf;display:block}.result_list[data-v-957d8730]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-957d8730]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-957d8730]{font-family:SK_namuhx-Regular}.resulttext p[data-v-957d8730]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-957d8730]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-957d8730]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-957d8730],.Cross-Reference[data-v-957d8730]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-957d8730]:hover{text-decoration:underline}.fontChangeDiv[data-v-957d8730]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-957d8730]{top:55px}#backButton[data-v-957d8730]{background-size:16px}.chapterTitle[data-v-957d8730]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-957d8730],h2[data-v-957d8730]{font-size:1.3em}#contentAccordion[data-v-957d8730]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-957d8730]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-957d8730]{line-height:21px}.video[data-v-957d8730]{width:46%}}@media screen and (max-width: 640px){h2[data-v-957d8730]{margin-top:40px}.subHeader[data-v-957d8730]{top:40px}.fontChangeDiv[data-v-957d8730]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-957d8730]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-957d8730]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-957d8730]{margin-left:7.3%}table td[data-v-957d8730]{font-size:14px;padding:5px!important}table td p[data-v-957d8730],table td p.Para-Basic-B-Center[data-v-957d8730],table td p.Para-Basic-B[data-v-957d8730]{font-size:14px}table td p.Para-Small-L[data-v-957d8730]{font-size:12px;word-break:break-word}.Table--3col td[data-v-957d8730],.Basic-Table td[data-v-957d8730],.Table--2col td[data-v-957d8730],.Table-Landmark td[data-v-957d8730],.Table--4col td[data-v-957d8730],.Table-2row-merge td[data-v-957d8730],.Table--troubleshooting td[data-v-957d8730],.Table-specification td[data-v-957d8730],.Table-service-center td[data-v-957d8730]{border-right:none}.responsive[data-v-957d8730],.responsive tr[data-v-957d8730],.responsive tbody[data-v-957d8730]{width:100%}.Table--4col-responsive td[data-v-957d8730]{min-width:200px!important;height:auto}.responsive td p[data-v-957d8730]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-957d8730],.Table-Symbol td li[data-v-957d8730]{font-size:16px}p.Placeholder-sub[data-v-957d8730],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-957d8730],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-957d8730],.content .text>ol~.figure[data-v-957d8730],.content .text>ol+ul[data-v-957d8730],.Para-screen-sub-L[data-v-957d8730]{margin-left:0}.resultcount p[data-v-957d8730]{font-size:16px}.Table-specification td p[data-v-957d8730],.Table--3col-Locations td li[data-v-957d8730],p.Para-basic-L-Sub[data-v-957d8730],p.Para-basic-L-Sub-Auto[data-v-957d8730],p.Para-basic-L-center[data-v-957d8730],li.Para-basic-L-bullet[data-v-957d8730],p.Para-basic-L[data-v-957d8730],li.Para-basic-L-hyp-Sub[data-v-957d8730],li.Para-basic-L-hyp-2Sub[data-v-957d8730],li[class^=Para-Num][data-v-957d8730],p.Para-Box-Num[data-v-957d8730],p.Para-Basic-B-Sub[data-v-957d8730],td p.Para-basic-L[data-v-957d8730],td li.Para-basic-L-bullet[data-v-957d8730],p.Para-Basic-B[data-v-957d8730],p.Para-Circle-Num-Sub[data-v-957d8730],.Symbol-L p.Para-basic-L-Sub[data-v-957d8730],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-957d8730]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-957d8730],.Table--3col-Locations td li[data-v-957d8730],p.Para-Table-L-Sub[data-v-957d8730],p.Para-Table-L-Sub-Auto[data-v-957d8730],p.Para-Table-L-center[data-v-957d8730],p.Para-Table-L[data-v-957d8730],li.Para-Table-L-hyp-Sub[data-v-957d8730],li.Para-Table-L-hyp-2Sub[data-v-957d8730],p.Para-Table-B-Sub[data-v-957d8730],td p.Para-Table-L[data-v-957d8730],p.Para-Table-B[data-v-957d8730],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-957d8730]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-957d8730]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-957d8730],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-957d8730]{font-size:14px}.big .Table-specification td p[data-v-957d8730],.big .Table--3col-Locations td li[data-v-957d8730],.big p.Para-basic-L-Sub[data-v-957d8730],.big p.Para-basic-L-Sub-Auto[data-v-957d8730],.big p.Para-basic-L-center[data-v-957d8730],.big li.Para-basic-L-bullet[data-v-957d8730],.big p.Para-basic-L[data-v-957d8730],.big li.Para-basic-L-hyp-Sub[data-v-957d8730],.big li.Para-basic-L-hyp-2Sub[data-v-957d8730],.big li[class^=Para-Num][data-v-957d8730],.big p.Para-Box-Num[data-v-957d8730],.big p.Para-Basic-B-Sub[data-v-957d8730],.big td p.Para-basic-L[data-v-957d8730],.big td li.Para-basic-L-bullet[data-v-957d8730],.big p.Para-Basic-B[data-v-957d8730],.big p.Para-Circle-Num-Sub[data-v-957d8730]{font-size:16px}.big .Table-specification td p[data-v-957d8730],.big .Table--3col-Locations td li[data-v-957d8730],.big p.Para-Table-L-Sub[data-v-957d8730],.big p.Para-Table-L-Sub-Auto[data-v-957d8730],.big p.Para-Table-L-center[data-v-957d8730],.big p.Para-Table-L[data-v-957d8730],.big li.Para-Table-L-hyp-Sub[data-v-957d8730],.big li.Para-Table-L-hyp-2Sub[data-v-957d8730],.big li[class^=Para-Num][data-v-957d8730],.big p.Para-Box-Num[data-v-957d8730],.big p.Para-Table-B-Sub[data-v-957d8730],.big td p.Para-Table-L[data-v-957d8730],.big p.Para-Table-B[data-v-957d8730],.big p.Para-Circle-Num-Sub[data-v-957d8730],.big p.Para-Table-B-Center[data-v-957d8730],.big .Table--3col-ISO td p[data-v-957d8730]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-957d8730],p.Para-Table-B-Center[data-v-957d8730]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-957d8730],.big p.video_title[data-v-957d8730],.big .resultItem p[data-v-957d8730]{font-size:1.05em}h1[data-v-957d8730]{font-size:1.2em;margin-top:0}h2[data-v-957d8730]{font-size:1.1em}.Heading-3[data-v-957d8730]{font-size:1em}.content .text>ol li[data-v-957d8730]:BEFORE{font-size:26px}.video[data-v-957d8730]{width:95%}}p.Para-Table-L[data-v-957d8730]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-957d8730]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-957d8730]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-957d8730]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-957d8730]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-957d8730]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-957d8730]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-957d8730]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-957d8730]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-957d8730]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-957d8730]:before{content:"";display:block;height:15pt}.Bold[data-v-957d8730],span.Bold[data-v-957d8730]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-957d8730]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-957d8730]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-957d8730]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-957d8730]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-957d8730]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-957d8730]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-957d8730]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-957d8730]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-957d8730]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-957d8730]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-957d8730]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-957d8730],.Para-Table-L-Sub-Auto .icon-1[data-v-957d8730]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-957d8730]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-957d8730]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-957d8730]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-957d8730],.Table--2col td p.Para-basic-L[data-v-957d8730]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-957d8730]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-957d8730]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-957d8730]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-957d8730]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-957d8730]{margin-top:8pt!important}.table-responsive[data-v-957d8730]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-957d8730]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-957d8730],#table-16[data-v-957d8730]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-957d8730]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-957d8730]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-957d8730]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-957d8730]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-957d8730]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-957d8730]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-957d8730]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-957d8730]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-957d8730]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-957d8730]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-957d8730]{font-size:12px}#table-15.responsive td[data-v-957d8730]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-957d8730]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-957d8730]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-957d8730]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-957d8730]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-957d8730],.Table--4col-Error th[data-v-957d8730]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-957d8730],.Table--4col-Error tr:first-child th[data-v-957d8730]{border-top:none}.Table--4col-Error tr:last-child td[data-v-957d8730]{border-bottom:none}.Table--4col-Error thead td[data-v-957d8730]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-957d8730]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-957d8730]:nth-child(1),.Table--4col-Error thead td[data-v-957d8730]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-957d8730]:nth-child(2),.Table--4col-Error thead td[data-v-957d8730]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-957d8730]:nth-child(3),.Table--4col-Error thead td[data-v-957d8730]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-957d8730]:nth-child(4),.Table--4col-Error thead td[data-v-957d8730]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-957d8730]:nth-child(1),.Table--4col-Error tbody td[data-v-957d8730]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-957d8730]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-957d8730]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-957d8730]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-957d8730]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-957d8730]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-957d8730]{font-size:14px!important}.Table--4col-Error tbody td[data-v-957d8730]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-957d8730],.Table--4col-Error p.Para-Table-B[data-v-957d8730],.Table--4col-Error p.Para-Table-L-Center[data-v-957d8730]{font-size:12px!important}.Table--4col-Error tbody td[data-v-957d8730]:nth-child(1),.Table--4col-Error thead td[data-v-957d8730]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-957d8730]:nth-child(2),.Table--4col-Error thead td[data-v-957d8730]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-957d8730]:nth-child(3),.Table--4col-Error thead td[data-v-957d8730]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-957d8730]:nth-child(4),.Table--4col-Error thead td[data-v-957d8730]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-957d8730]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-957d8730]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-957d8730]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-957d8730]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-957d8730]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-957d8730]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-957d8730]{line-height:1.25;font-weight:500}.Bold-color[data-v-957d8730]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-957d8730]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-957d8730]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-957d8730]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-957d8730]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-957d8730]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-957d8730]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-957d8730]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-957d8730]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-957d8730]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-957d8730]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-957d8730]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-957d8730]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-957d8730]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-957d8730]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-957d8730]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-957d8730],tr:last-child td.cell-style-override-7[data-v-957d8730]{border-bottom:0}table#table-16[data-v-957d8730]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-957d8730],.Table--2col-Air-Sensor[data-v-957d8730],.Table--2col-Voice[data-v-957d8730],.Table--2col-Filter[data-v-957d8730],.Table--troubleshooting[data-v-957d8730],.Table--4col-Error[data-v-957d8730],.Table--Specifications[data-v-957d8730]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-957d8730]:last-child,.Table--2col-Voice tr td[data-v-957d8730]:last-child{width:70%}.Table--2col-Voice tr td[data-v-957d8730]:first-child{width:30%}.Para-Table-L-Center[data-v-957d8730]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-957d8730]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-957d8730]{display:block!important}.Table--2col-Information td[data-v-957d8730]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-957d8730]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-957d8730]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-957d8730]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-957d8730]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-957d8730],.Table--4col-responsive table td[data-v-957d8730]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-957d8730],.Table--2col-Information th[data-v-957d8730]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-957d8730]:nth-child(1),.Table--2col-Information th[data-v-957d8730]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-957d8730]:nth-child(2),.Table--2col-Information th[data-v-957d8730]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-957d8730],.Table--2col-Information th[data-v-957d8730]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-957d8730]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-957d8730],.Table--2col-Voice th[data-v-957d8730]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-957d8730]:nth-child(1),.Table--2col-Voice th[data-v-957d8730]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-957d8730]:nth-child(2),.Table--2col-Voice th[data-v-957d8730]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-957d8730]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-957d8730],.Table--2col-Voice tr:last-child td[data-v-957d8730]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-957d8730],.Table--2col-Voice thead th[data-v-957d8730]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-957d8730]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-957d8730]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-957d8730]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-957d8730],.Table--2col-Information th[data-v-957d8730]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-957d8730]:nth-child(1),.Table--2col-Information th[data-v-957d8730]:nth-child(1){width:30%}.Table--2col-Information td[data-v-957d8730]:nth-child(2),.Table--2col-Information th[data-v-957d8730]:nth-child(2){width:70%}.Table--2col-Information td[data-v-957d8730]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-957d8730]{border-bottom:none}.Table--2col-Air-Sensor[data-v-957d8730]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-957d8730],.Table--2col-Air-Sensor th[data-v-957d8730]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-957d8730]:nth-child(1),.Table--2col-Air-Sensor th[data-v-957d8730]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-957d8730]:nth-child(2),.Table--2col-Air-Sensor th[data-v-957d8730]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-957d8730]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-957d8730]{border-bottom:none}.Table--2col-Filter[data-v-957d8730]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-957d8730],.Table--2col-Filter th[data-v-957d8730]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-957d8730]:nth-child(1),.Table--2col-Filter th[data-v-957d8730]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-957d8730]:nth-child(2),.Table--2col-Filter th[data-v-957d8730]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-957d8730]:nth-child(3),.Table--2col-Filter th[data-v-957d8730]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-957d8730]:nth-child(4),.Table--2col-Filter th[data-v-957d8730]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-957d8730]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-957d8730],.Table--2col-Filter tr:last-child td[data-v-957d8730]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-957d8730],.Table--2col-Filter thead th[data-v-957d8730]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-957d8730]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-957d8730]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-957d8730]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-957d8730],.Table--Specifications th[data-v-957d8730]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-957d8730]:first-child,.Table--Specifications th[data-v-957d8730]:first-child{width:16%}.Table--Specifications td[data-v-957d8730]:nth-child(2),.Table--Specifications th[data-v-957d8730]:nth-child(2){width:42%}.Table--Specifications td[data-v-957d8730]:nth-child(3),.Table--Specifications th[data-v-957d8730]:nth-child(3){width:42%}.Table--Specifications td[data-v-957d8730]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-957d8730],.Table--Specifications tr:last-child td[data-v-957d8730]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-957d8730],.Table--Specifications thead th[data-v-957d8730]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-957d8730]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-957d8730]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-957d8730],td.cell-style-override-20[data-v-957d8730]{padding:10px}td.x3col-Mid-text[data-v-957d8730],td.cell-style-override-22[data-v-957d8730],td.cell-style-override-20[data-v-957d8730]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-957d8730]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-957d8730]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-957d8730]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-957d8730]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-957d8730]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-957d8730]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-957d8730],th.header-cell[data-v-957d8730]{background-color:#88d0c7}td.color-blue[data-v-957d8730],th.color-blue[data-v-957d8730]{background-color:#d3edf9}td.color-green[data-v-957d8730],th.color-green[data-v-957d8730]{background-color:#d9ead3}td.color-orange[data-v-957d8730],th.color-orange[data-v-957d8730]{background-color:#fce5cd}td.color-red[data-v-957d8730],th.color-red[data-v-957d8730]{background-color:#f4cccc}td.color-purple[data-v-957d8730],th.color-purple[data-v-957d8730]{background-color:#e4d7f5}td.color-yellow[data-v-957d8730],th.color-yellow[data-v-957d8730]{background-color:#fff2cc}td.color-teal[data-v-957d8730],th.color-teal[data-v-957d8730]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-957d8730],.Table--8col-air-web-1 td[data-v-957d8730],.Table--8col-air-web-1 th[data-v-957d8730]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-957d8730]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-957d8730]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-957d8730],.Table--2col td[data-v-957d8730],.Table--2col th[data-v-957d8730]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-957d8730]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-957d8730]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-957d8730],.Table--2col th p[data-v-957d8730]{border:none!important}.Table--2col[data-v-957d8730] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-957d8730]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-957d8730],.Table--4col td[data-v-957d8730]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-957d8730]{text-align:left!important}.Table--4col thead th[data-v-957d8730]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-957d8730]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-957d8730]{text-align:center!important}.Table--4col-air[data-v-957d8730]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-957d8730],.Table--4col-air th[data-v-957d8730]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-957d8730],.Table--4col-air tr:first-child th[data-v-957d8730]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-957d8730]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-957d8730],.Table--4col-air td ul[data-v-957d8730],.Table--4col-air td li[data-v-957d8730]{text-align:left!important}.Table--4col-air colgroup col[data-v-957d8730]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-957d8730]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-957d8730]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-957d8730]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-957d8730]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-957d8730],.Table--4col-air th[data-v-957d8730]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-957d8730],.Table--4col-air tr:first-child th[data-v-957d8730]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-957d8730]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-957d8730]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-957d8730],.Table--4col-ai2 th[data-v-957d8730]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-957d8730]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-957d8730]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-957d8730],.Table--4col-ai2 th[data-v-957d8730]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-957d8730]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-957d8730]{font-size:12px!important;margin:0!important;line-height:1.5!important}}#content-div[data-v-957d8730]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-957d8730]{min-height:100vh}}body[data-v-c4cdff52]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-c4cdff52]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-c4cdff52]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-c4cdff52]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-c4cdff52]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-c4cdff52]{width:83%!important}.content #naviText span[data-v-c4cdff52]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-c4cdff52]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-c4cdff52]{width:100%!important}.content #mainCar[data-v-c4cdff52]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-c4cdff52]{width:100%}#mainCarPhone[data-v-c4cdff52]{display:none}.content #buttonMenu_v2[data-v-c4cdff52]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-c4cdff52]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-c4cdff52]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-c4cdff52]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-c4cdff52]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-c4cdff52]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-c4cdff52]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-c4cdff52]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-c4cdff52]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-c4cdff52]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-c4cdff52]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-c4cdff52]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-c4cdff52]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-c4cdff52]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-c4cdff52]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-c4cdff52]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-c4cdff52]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-c4cdff52]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-c4cdff52]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-c4cdff52]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-c4cdff52]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-c4cdff52]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-c4cdff52]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-c4cdff52]{bottom:11%;width:30%}.content #naviText span[data-v-c4cdff52]{font-size:17px}.content #naviText img[data-v-c4cdff52]{width:80%!important}.content #carName[data-v-c4cdff52]{right:0%;bottom:12%}.content #carName img[data-v-c4cdff52]{width:40%!important}.content #buttonMenu_v2>a[data-v-c4cdff52]{width:33%}.content #buttonMenu>a[data-v-c4cdff52]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-c4cdff52]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-c4cdff52]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-c4cdff52]{display:block}#mainCarPc[data-v-c4cdff52]{display:none}.content #buttonMenu_v2[data-v-c4cdff52],.content #buttonMenu[data-v-c4cdff52]{width:92%}}@media screen and (max-width: 480px){.content[data-v-c4cdff52]{padding-top:0}.content #naviText[data-v-c4cdff52]{bottom:14%;width:45%}.content #naviText span[data-v-c4cdff52]{font-size:11px}.content #naviText img[data-v-c4cdff52]{width:88%!important}.content #carName[data-v-c4cdff52]{right:5%;bottom:15%}.content #carName img[data-v-c4cdff52]{width:120px!important}.content #buttonMenu_v2[data-v-c4cdff52]{position:relative}.content #buttonMenu_v2>a>div[data-v-c4cdff52]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-c4cdff52]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-c4cdff52]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-c4cdff52]{position:relative}.content #buttonMenu>a>div[data-v-c4cdff52]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-c4cdff52]{height:120px}.content #buttonMenu>a>div>span[data-v-c4cdff52]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-c4cdff52]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-c4cdff52]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-c4cdff52]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-c4cdff52]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-c4cdff52]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-c4cdff52]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-c4cdff52]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-c4cdff52]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-c4cdff52]{margin:0;padding:0}html[data-v-c4cdff52]{background-color:#000;width:100%}.keyword[data-v-c4cdff52],.highlight[data-v-c4cdff52]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-c4cdff52]{font-family:upsys_commonregular}.header_main[data-v-c4cdff52]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-c4cdff52]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-c4cdff52]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-c4cdff52]>*{float:left}#headerLogo[data-v-c4cdff52]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-c4cdff52]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-c4cdff52]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-c4cdff52]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-c4cdff52]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-c4cdff52]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-c4cdff52]{font-size:13px}.languageDiv .active[data-v-c4cdff52]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-c4cdff52]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-c4cdff52]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-c4cdff52]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-c4cdff52],#languageSelect li[data-v-c4cdff52]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-c4cdff52],#languageSelect li:hover a[data-v-c4cdff52]{color:#000}.footer-manual[data-v-c4cdff52]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-c4cdff52]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-c4cdff52]{line-height:60px}#footerLogo[data-v-c4cdff52]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-c4cdff52]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-c4cdff52]{display:inline-block;width:100%}#copyrightPcSpan[data-v-c4cdff52]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-c4cdff52]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-c4cdff52]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-c4cdff52]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-c4cdff52]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-c4cdff52]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-c4cdff52]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-c4cdff52]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-c4cdff52]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-c4cdff52]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-c4cdff52]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-c4cdff52]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-c4cdff52]:focus{outline:none}#searchButton[data-v-c4cdff52]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-c4cdff52]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-c4cdff52]{width:80%}table td.right[data-v-c4cdff52]{width:10%;text-align:center}.result[data-v-c4cdff52],.resultcount[data-v-c4cdff52],.noResult[data-v-c4cdff52]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-c4cdff52]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-c4cdff52]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-c4cdff52]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-c4cdff52]{color:#e49f81}.cover[data-v-c4cdff52]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-c4cdff52]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-c4cdff52]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-c4cdff52]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-c4cdff52]{font-size:12px}.languageDivPhone .active[data-v-c4cdff52]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-c4cdff52]{bottom:30px;left:1px}.fontChangeButton[data-v-c4cdff52]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-c4cdff52]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-c4cdff52]{left:0}.languageDiv div[data-v-c4cdff52]{width:120%;left:-45px;top:5px}#languageSelect[data-v-c4cdff52]{margin-left:-40px}#banner_img>a[data-v-c4cdff52]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-c4cdff52]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-c4cdff52]{z-index:12}.header_main[data-v-c4cdff52]{height:40px;padding-top:0}.header[data-v-c4cdff52]{z-index:12}.header[data-v-c4cdff52]{height:40px;padding-top:0}#title[data-v-c4cdff52]{font-size:16px;width:49%}#headerLogo[data-v-c4cdff52]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-c4cdff52]{width:20%}.languageDiv div[data-v-c4cdff52]{width:90%;left:-15px;top:5px}#languageSelect[data-v-c4cdff52]{margin-left:-10px}.languageDiv ul[data-v-c4cdff52]{font-size:12px}#menu[data-v-c4cdff52]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-c4cdff52]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-c4cdff52]{width:80%}#rightHeader[data-v-c4cdff52]{height:40px}#rightHeader>div[data-v-c4cdff52]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-c4cdff52]{position:absolute;right:38px;top:0}.searchDiv[data-v-c4cdff52]{width:90%}#toc[data-v-c4cdff52]{width:100%}.copyright[data-v-c4cdff52]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-c4cdff52]{display:none}#copyrightPhone[data-v-c4cdff52]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-c4cdff52]{width:15%!important}#prevBtn[data-v-c4cdff52],#nextBtn[data-v-c4cdff52]{width:32px;height:32px;background-size:100%}#searchButton[data-v-c4cdff52]{margin-left:-1px}table td.left[data-v-c4cdff52]{text-align:right}table td.center[data-v-c4cdff52]{width:50%}table td.right[data-v-c4cdff52]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-c4cdff52]{left:0}.languageDiv div[data-v-c4cdff52]{width:100%;left:-5px;top:5px}#languageSelect[data-v-c4cdff52]{margin-left:20px}.languageDiv ul[data-v-c4cdff52]{font-size:10px}.noResult>span[data-v-c4cdff52]{width:200px!important;font-size:14px}#title[data-v-c4cdff52]{font-size:13px;width:40%}#menu[data-v-c4cdff52]{position:absolute}#banner_img>a[data-v-c4cdff52]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-c4cdff52]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-c4cdff52]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-c4cdff52]{font-size:14px}}body[data-v-c4cdff52]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-c4cdff52]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-c4cdff52]{margin:auto;max-width:1120px}.subHeaderInner[data-v-c4cdff52]>*{float:left}.content p[data-v-c4cdff52],.content li[data-v-c4cdff52]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-c4cdff52]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-c4cdff52]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-c4cdff52]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-c4cdff52]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-c4cdff52]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-c4cdff52]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-c4cdff52]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-c4cdff52]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-c4cdff52]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-c4cdff52]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-c4cdff52]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-c4cdff52]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-c4cdff52],p.Para-Basic-B-Sub[data-v-c4cdff52]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-c4cdff52]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-c4cdff52]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-c4cdff52]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-c4cdff52]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-c4cdff52],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-c4cdff52],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-c4cdff52]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-c4cdff52],p+ul li.Para-Basic-B-Sub[data-v-c4cdff52]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-c4cdff52],ul~p.Para-basic-L-bullet-Sub[data-v-c4cdff52],ul~p.Para-Basic-B-Sub[data-v-c4cdff52]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-c4cdff52],ol~p.Para-basic-L-bullet-Sub[data-v-c4cdff52],ol~p.Para-Basic-B-Sub[data-v-c4cdff52]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-c4cdff52],ol+*+p.Para-basic-L-bullet-Sub[data-v-c4cdff52],ol+*+p.Para-Basic-B-Sub[data-v-c4cdff52]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-c4cdff52],a .Para-Basic-B-Sub[data-v-c4cdff52]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-c4cdff52]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-c4cdff52]{margin-left:45px}.content p[data-v-c4cdff52],li[data-v-c4cdff52]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-c4cdff52],p.Para-Basic-B[data-v-c4cdff52],p.Para-Basic-B-Center[data-v-c4cdff52]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-c4cdff52]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-c4cdff52],p.Para-Basic-B-Center[data-v-c4cdff52]{text-align:center}p.Para-Table-L-center[data-v-c4cdff52],p.Para-Table-B-Center[data-v-c4cdff52]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-c4cdff52],table p.Para-Basic-B[data-v-c4cdff52],table p.Para-Basic-B-Center[data-v-c4cdff52]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-c4cdff52]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-c4cdff52]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-c4cdff52]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-c4cdff52]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-c4cdff52]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-c4cdff52],.content .text>ul[data-v-c4cdff52],.content .text table ol[data-v-c4cdff52],.content .text table ul[data-v-c4cdff52]{padding-left:20px}.content .text>ol[data-v-c4cdff52]{padding-left:0}p.Para-Illust-L[data-v-c4cdff52]{text-align:center}p.Para-Illust-L img[data-v-c4cdff52]{display:inline-block}p.Placeholder-sub[data-v-c4cdff52],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-c4cdff52],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-c4cdff52],.content .text>ol~.figure[data-v-c4cdff52],p.Placeholder-sub-S[data-v-c4cdff52],.Para-screen-sub-S[data-v-c4cdff52],.Para-screen-sub-M[data-v-c4cdff52],.Para-screen-sub-L[data-v-c4cdff52]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-c4cdff52],p.Placeholder-sub-M img[data-v-c4cdff52],p.Placeholder-sub img[data-v-c4cdff52]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-c4cdff52]{margin-left:45px}.Table-pic-Left-sub img[data-v-c4cdff52]{margin-top:5px;margin-bottom:10px}div.figure[data-v-c4cdff52]{display:inline-block}p.Para-img-description[data-v-c4cdff52]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-c4cdff52]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-c4cdff52]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-c4cdff52]{margin-bottom:25px}.text img[data-v-c4cdff52]{max-width:100%;display:block}.Table-Pic-center[data-v-c4cdff52]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-c4cdff52]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-c4cdff52]{margin:0}p.Para-Box-Num[data-v-c4cdff52]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-c4cdff52]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-c4cdff52]:AFTER{content:". "}span.inline-img img[data-v-c4cdff52]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-c4cdff52]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-c4cdff52]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-c4cdff52]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-c4cdff52]{margin-left:6.5%;display:block!important}.discUl li[data-v-c4cdff52]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-c4cdff52],.Symbol-R[data-v-c4cdff52],.Note-R-Pic[data-v-c4cdff52]{display:block;width:100%}.Symbol-L[data-v-c4cdff52]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-c4cdff52]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-c4cdff52],.Symbol-R li[data-v-c4cdff52],.Symbol-R p[data-v-c4cdff52]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-c4cdff52]{font-size:16px}table.Table-Symbol td ul[data-v-c4cdff52]{padding-left:20px}table.Table-Symbol[data-v-c4cdff52]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-c4cdff52]{color:#bc162c}.Symbol-Black[data-v-c4cdff52],.Symbol-Black-Table[data-v-c4cdff52]{font-family:upsys_commonregular}.Symbol-Green[data-v-c4cdff52]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-c4cdff52]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-c4cdff52]{width:auto!important}.video_container[data-v-c4cdff52]{margin-top:40px;float:right}.video[data-v-c4cdff52]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-c4cdff52]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-c4cdff52]{width:100%}.Table--3col[data-v-c4cdff52],.Basic-Table[data-v-c4cdff52],.Table--2col[data-v-c4cdff52],.Table-Landmark[data-v-c4cdff52],.Table--4col[data-v-c4cdff52],.Table-2row-merge[data-v-c4cdff52],.Table--troubleshooting[data-v-c4cdff52],.Table-specification[data-v-c4cdff52],.Table-service-center[data-v-c4cdff52],.Table-5col[data-v-c4cdff52],.responsive[data-v-c4cdff52],.Table--3col-Locations[data-v-c4cdff52]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-c4cdff52]:FIRST-CHILD,.Basic-Table tr[data-v-c4cdff52]:FIRST-CHILD,.Table--2col tr[data-v-c4cdff52]:FIRST-CHILD,.Table-Landmark tr[data-v-c4cdff52]:FIRST-CHILD,.Table--4col tr[data-v-c4cdff52]:FIRST-CHILD,.Table-2row-merge tr[data-v-c4cdff52]:FIRST-CHILD,.Table--troubleshooting tr[data-v-c4cdff52]:FIRST-CHILD,.Table-service-center tr[data-v-c4cdff52]:FIRST-CHILD,.responsive tr[data-v-c4cdff52]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-c4cdff52]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-c4cdff52],.Basic-Table td[data-v-c4cdff52],.Table--2col td[data-v-c4cdff52],.Table-Landmark td[data-v-c4cdff52],.Table--4col td[data-v-c4cdff52],.Table-2row-merge td[data-v-c4cdff52],.Table--troubleshooting td[data-v-c4cdff52],.Table-specification td[data-v-c4cdff52],.Table-service-center td[data-v-c4cdff52],.responsive td[data-v-c4cdff52]{padding:10px}.Table--troubleshooting td[data-v-c4cdff52]{border-right:none}.Table--troubleshooting[data-v-c4cdff52]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-c4cdff52],.Table-Landmark .Para-Pic-Center img[data-v-c4cdff52]{width:30px}.Table-5col[data-v-c4cdff52]{border:none}.Table-5col tr[data-v-c4cdff52]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-c4cdff52]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-c4cdff52]{width:15%}.Table--3col td.x3col-L[data-v-c4cdff52],.x3col-L td.x3col-M[data-v-c4cdff52]{width:10%}td.x3col-Mid-Text[data-v-c4cdff52]{text-align:center}td.x3col-R-Pic[data-v-c4cdff52]{text-align:right}.responsive td p[data-v-c4cdff52]{text-align:center}table.Table--3col-Locations[data-v-c4cdff52]{border-collapse:collapse}.Table--3col-Locations td[data-v-c4cdff52]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-c4cdff52]{padding:10px}.Para-Pic-Center img[data-v-c4cdff52]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-c4cdff52]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-c4cdff52]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-c4cdff52]{width:50%}.Table-specification .x3col-L-Grey[data-v-c4cdff52]{width:20%}.Table-specification .Spec-Mid-text[data-v-c4cdff52]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-c4cdff52]{width:50%}.Table--3col .x3col-L-Grey[data-v-c4cdff52]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-c4cdff52],.Table--4col .x3col-Mid-Grey[data-v-c4cdff52],.Table--4col .x3col-R-Grey[data-v-c4cdff52]{width:30%}.navi td.x3col-Mid-Grey[data-v-c4cdff52]{width:15%}.Table--3col .x3col-R-Grey[data-v-c4cdff52]{width:50%}.Table--2col .x3col-L-Grey[data-v-c4cdff52],.Table--2col td[data-v-c4cdff52]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-c4cdff52]{width:70%}.Table--2col-Disc[data-v-c4cdff52]{border-collapse:collapse}.Table--2col-Disc td[data-v-c4cdff52]{border:1px solid grey;padding:10px}.Table-PL td[data-v-c4cdff52]:FIRST-CHILD{width:25%}.resultcount p[data-v-c4cdff52]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-c4cdff52]{font-family:SK_namuhx-Bold}.noResult>span[data-v-c4cdff52]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-c4cdff52]{color:#f0dfdf;display:block}.result_list[data-v-c4cdff52]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-c4cdff52]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-c4cdff52]{font-family:SK_namuhx-Regular}.resulttext p[data-v-c4cdff52]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-c4cdff52]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-c4cdff52]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-c4cdff52],.Cross-Reference[data-v-c4cdff52]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-c4cdff52]:hover{text-decoration:underline}.fontChangeDiv[data-v-c4cdff52]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-c4cdff52]{top:55px}#backButton[data-v-c4cdff52]{background-size:16px}.chapterTitle[data-v-c4cdff52]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-c4cdff52],h2[data-v-c4cdff52]{font-size:1.3em}#contentAccordion[data-v-c4cdff52]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-c4cdff52]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-c4cdff52]{line-height:21px}.video[data-v-c4cdff52]{width:46%}}@media screen and (max-width: 640px){h2[data-v-c4cdff52]{margin-top:40px}.subHeader[data-v-c4cdff52]{top:40px}.fontChangeDiv[data-v-c4cdff52]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-c4cdff52]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-c4cdff52]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-c4cdff52]{margin-left:7.3%}table td[data-v-c4cdff52]{font-size:14px;padding:5px!important}table td p[data-v-c4cdff52],table td p.Para-Basic-B-Center[data-v-c4cdff52],table td p.Para-Basic-B[data-v-c4cdff52]{font-size:14px}table td p.Para-Small-L[data-v-c4cdff52]{font-size:12px;word-break:break-word}.Table--3col td[data-v-c4cdff52],.Basic-Table td[data-v-c4cdff52],.Table--2col td[data-v-c4cdff52],.Table-Landmark td[data-v-c4cdff52],.Table--4col td[data-v-c4cdff52],.Table-2row-merge td[data-v-c4cdff52],.Table--troubleshooting td[data-v-c4cdff52],.Table-specification td[data-v-c4cdff52],.Table-service-center td[data-v-c4cdff52]{border-right:none}.responsive[data-v-c4cdff52],.responsive tr[data-v-c4cdff52],.responsive tbody[data-v-c4cdff52]{width:100%}.Table--4col-responsive td[data-v-c4cdff52]{min-width:200px!important;height:auto}.responsive td p[data-v-c4cdff52]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-c4cdff52],.Table-Symbol td li[data-v-c4cdff52]{font-size:16px}p.Placeholder-sub[data-v-c4cdff52],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-c4cdff52],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-c4cdff52],.content .text>ol~.figure[data-v-c4cdff52],.content .text>ol+ul[data-v-c4cdff52],.Para-screen-sub-L[data-v-c4cdff52]{margin-left:0}.resultcount p[data-v-c4cdff52]{font-size:16px}.Table-specification td p[data-v-c4cdff52],.Table--3col-Locations td li[data-v-c4cdff52],p.Para-basic-L-Sub[data-v-c4cdff52],p.Para-basic-L-Sub-Auto[data-v-c4cdff52],p.Para-basic-L-center[data-v-c4cdff52],li.Para-basic-L-bullet[data-v-c4cdff52],p.Para-basic-L[data-v-c4cdff52],li.Para-basic-L-hyp-Sub[data-v-c4cdff52],li.Para-basic-L-hyp-2Sub[data-v-c4cdff52],li[class^=Para-Num][data-v-c4cdff52],p.Para-Box-Num[data-v-c4cdff52],p.Para-Basic-B-Sub[data-v-c4cdff52],td p.Para-basic-L[data-v-c4cdff52],td li.Para-basic-L-bullet[data-v-c4cdff52],p.Para-Basic-B[data-v-c4cdff52],p.Para-Circle-Num-Sub[data-v-c4cdff52],.Symbol-L p.Para-basic-L-Sub[data-v-c4cdff52],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-c4cdff52]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-c4cdff52],.Table--3col-Locations td li[data-v-c4cdff52],p.Para-Table-L-Sub[data-v-c4cdff52],p.Para-Table-L-Sub-Auto[data-v-c4cdff52],p.Para-Table-L-center[data-v-c4cdff52],p.Para-Table-L[data-v-c4cdff52],li.Para-Table-L-hyp-Sub[data-v-c4cdff52],li.Para-Table-L-hyp-2Sub[data-v-c4cdff52],p.Para-Table-B-Sub[data-v-c4cdff52],td p.Para-Table-L[data-v-c4cdff52],p.Para-Table-B[data-v-c4cdff52],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-c4cdff52]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-c4cdff52]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-c4cdff52],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-c4cdff52]{font-size:14px}.big .Table-specification td p[data-v-c4cdff52],.big .Table--3col-Locations td li[data-v-c4cdff52],.big p.Para-basic-L-Sub[data-v-c4cdff52],.big p.Para-basic-L-Sub-Auto[data-v-c4cdff52],.big p.Para-basic-L-center[data-v-c4cdff52],.big li.Para-basic-L-bullet[data-v-c4cdff52],.big p.Para-basic-L[data-v-c4cdff52],.big li.Para-basic-L-hyp-Sub[data-v-c4cdff52],.big li.Para-basic-L-hyp-2Sub[data-v-c4cdff52],.big li[class^=Para-Num][data-v-c4cdff52],.big p.Para-Box-Num[data-v-c4cdff52],.big p.Para-Basic-B-Sub[data-v-c4cdff52],.big td p.Para-basic-L[data-v-c4cdff52],.big td li.Para-basic-L-bullet[data-v-c4cdff52],.big p.Para-Basic-B[data-v-c4cdff52],.big p.Para-Circle-Num-Sub[data-v-c4cdff52]{font-size:16px}.big .Table-specification td p[data-v-c4cdff52],.big .Table--3col-Locations td li[data-v-c4cdff52],.big p.Para-Table-L-Sub[data-v-c4cdff52],.big p.Para-Table-L-Sub-Auto[data-v-c4cdff52],.big p.Para-Table-L-center[data-v-c4cdff52],.big p.Para-Table-L[data-v-c4cdff52],.big li.Para-Table-L-hyp-Sub[data-v-c4cdff52],.big li.Para-Table-L-hyp-2Sub[data-v-c4cdff52],.big li[class^=Para-Num][data-v-c4cdff52],.big p.Para-Box-Num[data-v-c4cdff52],.big p.Para-Table-B-Sub[data-v-c4cdff52],.big td p.Para-Table-L[data-v-c4cdff52],.big p.Para-Table-B[data-v-c4cdff52],.big p.Para-Circle-Num-Sub[data-v-c4cdff52],.big p.Para-Table-B-Center[data-v-c4cdff52],.big .Table--3col-ISO td p[data-v-c4cdff52]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-c4cdff52],p.Para-Table-B-Center[data-v-c4cdff52]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-c4cdff52],.big p.video_title[data-v-c4cdff52],.big .resultItem p[data-v-c4cdff52]{font-size:1.05em}h1[data-v-c4cdff52]{font-size:1.2em;margin-top:0}h2[data-v-c4cdff52]{font-size:1.1em}.Heading-3[data-v-c4cdff52]{font-size:1em}.content .text>ol li[data-v-c4cdff52]:BEFORE{font-size:26px}.video[data-v-c4cdff52]{width:95%}}p.Para-Table-L[data-v-c4cdff52]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-c4cdff52]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-c4cdff52]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-c4cdff52]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-c4cdff52]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-c4cdff52]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-c4cdff52]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-c4cdff52]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-c4cdff52]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-c4cdff52]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-c4cdff52]:before{content:"";display:block;height:15pt}.Bold[data-v-c4cdff52],span.Bold[data-v-c4cdff52]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-c4cdff52]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-c4cdff52]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-c4cdff52]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-c4cdff52]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-c4cdff52]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-c4cdff52]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-c4cdff52]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-c4cdff52]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-c4cdff52]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-c4cdff52]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-c4cdff52]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-c4cdff52],.Para-Table-L-Sub-Auto .icon-1[data-v-c4cdff52]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-c4cdff52]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-c4cdff52]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-c4cdff52]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-c4cdff52],.Table--2col td p.Para-basic-L[data-v-c4cdff52]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-c4cdff52]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-c4cdff52]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-c4cdff52]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-c4cdff52]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-c4cdff52]{margin-top:8pt!important}.table-responsive[data-v-c4cdff52]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-c4cdff52]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-c4cdff52],#table-16[data-v-c4cdff52]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-c4cdff52]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-c4cdff52]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-c4cdff52]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-c4cdff52]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-c4cdff52]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-c4cdff52]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-c4cdff52]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-c4cdff52]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-c4cdff52]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-c4cdff52]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-c4cdff52]{font-size:12px}#table-15.responsive td[data-v-c4cdff52]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-c4cdff52]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-c4cdff52]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-c4cdff52]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-c4cdff52]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-c4cdff52],.Table--4col-Error th[data-v-c4cdff52]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-c4cdff52],.Table--4col-Error tr:first-child th[data-v-c4cdff52]{border-top:none}.Table--4col-Error tr:last-child td[data-v-c4cdff52]{border-bottom:none}.Table--4col-Error thead td[data-v-c4cdff52]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-c4cdff52]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-c4cdff52]:nth-child(1),.Table--4col-Error thead td[data-v-c4cdff52]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-c4cdff52]:nth-child(2),.Table--4col-Error thead td[data-v-c4cdff52]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-c4cdff52]:nth-child(3),.Table--4col-Error thead td[data-v-c4cdff52]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-c4cdff52]:nth-child(4),.Table--4col-Error thead td[data-v-c4cdff52]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-c4cdff52]:nth-child(1),.Table--4col-Error tbody td[data-v-c4cdff52]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-c4cdff52]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-c4cdff52]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-c4cdff52]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-c4cdff52]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-c4cdff52]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-c4cdff52]{font-size:14px!important}.Table--4col-Error tbody td[data-v-c4cdff52]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-c4cdff52],.Table--4col-Error p.Para-Table-B[data-v-c4cdff52],.Table--4col-Error p.Para-Table-L-Center[data-v-c4cdff52]{font-size:12px!important}.Table--4col-Error tbody td[data-v-c4cdff52]:nth-child(1),.Table--4col-Error thead td[data-v-c4cdff52]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-c4cdff52]:nth-child(2),.Table--4col-Error thead td[data-v-c4cdff52]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-c4cdff52]:nth-child(3),.Table--4col-Error thead td[data-v-c4cdff52]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-c4cdff52]:nth-child(4),.Table--4col-Error thead td[data-v-c4cdff52]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-c4cdff52]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-c4cdff52]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-c4cdff52]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-c4cdff52]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-c4cdff52]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-c4cdff52]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-c4cdff52]{line-height:1.25;font-weight:500}.Bold-color[data-v-c4cdff52]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-c4cdff52]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-c4cdff52]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-c4cdff52]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-c4cdff52]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-c4cdff52]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-c4cdff52]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-c4cdff52]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-c4cdff52]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-c4cdff52]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-c4cdff52]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-c4cdff52]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-c4cdff52]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-c4cdff52]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-c4cdff52]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-c4cdff52]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-c4cdff52],tr:last-child td.cell-style-override-7[data-v-c4cdff52]{border-bottom:0}table#table-16[data-v-c4cdff52]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-c4cdff52],.Table--2col-Air-Sensor[data-v-c4cdff52],.Table--2col-Voice[data-v-c4cdff52],.Table--2col-Filter[data-v-c4cdff52],.Table--troubleshooting[data-v-c4cdff52],.Table--4col-Error[data-v-c4cdff52],.Table--Specifications[data-v-c4cdff52]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-c4cdff52]:last-child,.Table--2col-Voice tr td[data-v-c4cdff52]:last-child{width:70%}.Table--2col-Voice tr td[data-v-c4cdff52]:first-child{width:30%}.Para-Table-L-Center[data-v-c4cdff52]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-c4cdff52]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-c4cdff52]{display:block!important}.Table--2col-Information td[data-v-c4cdff52]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-c4cdff52]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-c4cdff52]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-c4cdff52]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-c4cdff52]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-c4cdff52],.Table--4col-responsive table td[data-v-c4cdff52]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-c4cdff52],.Table--2col-Information th[data-v-c4cdff52]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-c4cdff52]:nth-child(1),.Table--2col-Information th[data-v-c4cdff52]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-c4cdff52]:nth-child(2),.Table--2col-Information th[data-v-c4cdff52]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-c4cdff52],.Table--2col-Information th[data-v-c4cdff52]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-c4cdff52]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-c4cdff52],.Table--2col-Voice th[data-v-c4cdff52]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-c4cdff52]:nth-child(1),.Table--2col-Voice th[data-v-c4cdff52]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-c4cdff52]:nth-child(2),.Table--2col-Voice th[data-v-c4cdff52]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-c4cdff52]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-c4cdff52],.Table--2col-Voice tr:last-child td[data-v-c4cdff52]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-c4cdff52],.Table--2col-Voice thead th[data-v-c4cdff52]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-c4cdff52]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-c4cdff52]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-c4cdff52]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-c4cdff52],.Table--2col-Information th[data-v-c4cdff52]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-c4cdff52]:nth-child(1),.Table--2col-Information th[data-v-c4cdff52]:nth-child(1){width:30%}.Table--2col-Information td[data-v-c4cdff52]:nth-child(2),.Table--2col-Information th[data-v-c4cdff52]:nth-child(2){width:70%}.Table--2col-Information td[data-v-c4cdff52]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-c4cdff52]{border-bottom:none}.Table--2col-Air-Sensor[data-v-c4cdff52]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-c4cdff52],.Table--2col-Air-Sensor th[data-v-c4cdff52]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-c4cdff52]:nth-child(1),.Table--2col-Air-Sensor th[data-v-c4cdff52]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-c4cdff52]:nth-child(2),.Table--2col-Air-Sensor th[data-v-c4cdff52]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-c4cdff52]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-c4cdff52]{border-bottom:none}.Table--2col-Filter[data-v-c4cdff52]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-c4cdff52],.Table--2col-Filter th[data-v-c4cdff52]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-c4cdff52]:nth-child(1),.Table--2col-Filter th[data-v-c4cdff52]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-c4cdff52]:nth-child(2),.Table--2col-Filter th[data-v-c4cdff52]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-c4cdff52]:nth-child(3),.Table--2col-Filter th[data-v-c4cdff52]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-c4cdff52]:nth-child(4),.Table--2col-Filter th[data-v-c4cdff52]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-c4cdff52]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-c4cdff52],.Table--2col-Filter tr:last-child td[data-v-c4cdff52]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-c4cdff52],.Table--2col-Filter thead th[data-v-c4cdff52]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-c4cdff52]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-c4cdff52]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-c4cdff52]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-c4cdff52],.Table--Specifications th[data-v-c4cdff52]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-c4cdff52]:first-child,.Table--Specifications th[data-v-c4cdff52]:first-child{width:16%}.Table--Specifications td[data-v-c4cdff52]:nth-child(2),.Table--Specifications th[data-v-c4cdff52]:nth-child(2){width:42%}.Table--Specifications td[data-v-c4cdff52]:nth-child(3),.Table--Specifications th[data-v-c4cdff52]:nth-child(3){width:42%}.Table--Specifications td[data-v-c4cdff52]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-c4cdff52],.Table--Specifications tr:last-child td[data-v-c4cdff52]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-c4cdff52],.Table--Specifications thead th[data-v-c4cdff52]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-c4cdff52]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-c4cdff52]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-c4cdff52],td.cell-style-override-20[data-v-c4cdff52]{padding:10px}td.x3col-Mid-text[data-v-c4cdff52],td.cell-style-override-22[data-v-c4cdff52],td.cell-style-override-20[data-v-c4cdff52]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-c4cdff52]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-c4cdff52]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-c4cdff52]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-c4cdff52]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-c4cdff52]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-c4cdff52]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-c4cdff52],th.header-cell[data-v-c4cdff52]{background-color:#88d0c7}td.color-blue[data-v-c4cdff52],th.color-blue[data-v-c4cdff52]{background-color:#d3edf9}td.color-green[data-v-c4cdff52],th.color-green[data-v-c4cdff52]{background-color:#d9ead3}td.color-orange[data-v-c4cdff52],th.color-orange[data-v-c4cdff52]{background-color:#fce5cd}td.color-red[data-v-c4cdff52],th.color-red[data-v-c4cdff52]{background-color:#f4cccc}td.color-purple[data-v-c4cdff52],th.color-purple[data-v-c4cdff52]{background-color:#e4d7f5}td.color-yellow[data-v-c4cdff52],th.color-yellow[data-v-c4cdff52]{background-color:#fff2cc}td.color-teal[data-v-c4cdff52],th.color-teal[data-v-c4cdff52]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-c4cdff52],.Table--8col-air-web-1 td[data-v-c4cdff52],.Table--8col-air-web-1 th[data-v-c4cdff52]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-c4cdff52]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-c4cdff52]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-c4cdff52],.Table--2col td[data-v-c4cdff52],.Table--2col th[data-v-c4cdff52]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-c4cdff52]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-c4cdff52]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-c4cdff52],.Table--2col th p[data-v-c4cdff52]{border:none!important}.Table--2col[data-v-c4cdff52] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-c4cdff52]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-c4cdff52],.Table--4col td[data-v-c4cdff52]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-c4cdff52]{text-align:left!important}.Table--4col thead th[data-v-c4cdff52]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-c4cdff52]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-c4cdff52]{text-align:center!important}.Table--4col-air[data-v-c4cdff52]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-c4cdff52],.Table--4col-air th[data-v-c4cdff52]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-c4cdff52],.Table--4col-air tr:first-child th[data-v-c4cdff52]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-c4cdff52]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-c4cdff52],.Table--4col-air td ul[data-v-c4cdff52],.Table--4col-air td li[data-v-c4cdff52]{text-align:left!important}.Table--4col-air colgroup col[data-v-c4cdff52]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-c4cdff52]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-c4cdff52]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-c4cdff52]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-c4cdff52]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-c4cdff52],.Table--4col-air th[data-v-c4cdff52]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-c4cdff52],.Table--4col-air tr:first-child th[data-v-c4cdff52]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-c4cdff52]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-c4cdff52]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-c4cdff52],.Table--4col-ai2 th[data-v-c4cdff52]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-c4cdff52]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-c4cdff52]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-c4cdff52],.Table--4col-ai2 th[data-v-c4cdff52]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-c4cdff52]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-c4cdff52]{font-size:12px!important;margin:0!important;line-height:1.5!important}}#content-div[data-v-c4cdff52]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-c4cdff52]{min-height:100vh}}body[data-v-2e14d20e]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-2e14d20e]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-2e14d20e]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-2e14d20e]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-2e14d20e]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-2e14d20e]{width:83%!important}.content #naviText span[data-v-2e14d20e]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-2e14d20e]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-2e14d20e]{width:100%!important}.content #mainCar[data-v-2e14d20e]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-2e14d20e]{width:100%}#mainCarPhone[data-v-2e14d20e]{display:none}.content #buttonMenu_v2[data-v-2e14d20e]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-2e14d20e]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-2e14d20e]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-2e14d20e]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-2e14d20e]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-2e14d20e]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-2e14d20e]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-2e14d20e]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-2e14d20e]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-2e14d20e]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-2e14d20e]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-2e14d20e]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-2e14d20e]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-2e14d20e]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-2e14d20e]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-2e14d20e]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-2e14d20e]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-2e14d20e]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-2e14d20e]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-2e14d20e]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-2e14d20e]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-2e14d20e]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-2e14d20e]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-2e14d20e]{bottom:11%;width:30%}.content #naviText span[data-v-2e14d20e]{font-size:17px}.content #naviText img[data-v-2e14d20e]{width:80%!important}.content #carName[data-v-2e14d20e]{right:0%;bottom:12%}.content #carName img[data-v-2e14d20e]{width:40%!important}.content #buttonMenu_v2>a[data-v-2e14d20e]{width:33%}.content #buttonMenu>a[data-v-2e14d20e]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-2e14d20e]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-2e14d20e]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-2e14d20e]{display:block}#mainCarPc[data-v-2e14d20e]{display:none}.content #buttonMenu_v2[data-v-2e14d20e],.content #buttonMenu[data-v-2e14d20e]{width:92%}}@media screen and (max-width: 480px){.content[data-v-2e14d20e]{padding-top:0}.content #naviText[data-v-2e14d20e]{bottom:14%;width:45%}.content #naviText span[data-v-2e14d20e]{font-size:11px}.content #naviText img[data-v-2e14d20e]{width:88%!important}.content #carName[data-v-2e14d20e]{right:5%;bottom:15%}.content #carName img[data-v-2e14d20e]{width:120px!important}.content #buttonMenu_v2[data-v-2e14d20e]{position:relative}.content #buttonMenu_v2>a>div[data-v-2e14d20e]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-2e14d20e]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-2e14d20e]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-2e14d20e]{position:relative}.content #buttonMenu>a>div[data-v-2e14d20e]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-2e14d20e]{height:120px}.content #buttonMenu>a>div>span[data-v-2e14d20e]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-2e14d20e]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-2e14d20e]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-2e14d20e]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-2e14d20e]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-2e14d20e]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-2e14d20e]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-2e14d20e]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-2e14d20e]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-2e14d20e]{margin:0;padding:0}html[data-v-2e14d20e]{background-color:#000;width:100%}.keyword[data-v-2e14d20e],.highlight[data-v-2e14d20e]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-2e14d20e]{font-family:upsys_commonregular}.header_main[data-v-2e14d20e]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-2e14d20e]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-2e14d20e]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-2e14d20e]>*{float:left}#headerLogo[data-v-2e14d20e]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-2e14d20e]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-2e14d20e]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-2e14d20e]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-2e14d20e]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-2e14d20e]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-2e14d20e]{font-size:13px}.languageDiv .active[data-v-2e14d20e]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-2e14d20e]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-2e14d20e]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-2e14d20e]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-2e14d20e],#languageSelect li[data-v-2e14d20e]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-2e14d20e],#languageSelect li:hover a[data-v-2e14d20e]{color:#000}.footer-manual[data-v-2e14d20e]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-2e14d20e]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-2e14d20e]{line-height:60px}#footerLogo[data-v-2e14d20e]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-2e14d20e]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-2e14d20e]{display:inline-block;width:100%}#copyrightPcSpan[data-v-2e14d20e]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-2e14d20e]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-2e14d20e]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-2e14d20e]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-2e14d20e]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-2e14d20e]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-2e14d20e]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-2e14d20e]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-2e14d20e]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-2e14d20e]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-2e14d20e]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-2e14d20e]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-2e14d20e]:focus{outline:none}#searchButton[data-v-2e14d20e]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-2e14d20e]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-2e14d20e]{width:80%}table td.right[data-v-2e14d20e]{width:10%;text-align:center}.result[data-v-2e14d20e],.resultcount[data-v-2e14d20e],.noResult[data-v-2e14d20e]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-2e14d20e]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-2e14d20e]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-2e14d20e]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-2e14d20e]{color:#e49f81}.cover[data-v-2e14d20e]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-2e14d20e]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-2e14d20e]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-2e14d20e]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-2e14d20e]{font-size:12px}.languageDivPhone .active[data-v-2e14d20e]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-2e14d20e]{bottom:30px;left:1px}.fontChangeButton[data-v-2e14d20e]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-2e14d20e]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-2e14d20e]{left:0}.languageDiv div[data-v-2e14d20e]{width:120%;left:-45px;top:5px}#languageSelect[data-v-2e14d20e]{margin-left:-40px}#banner_img>a[data-v-2e14d20e]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-2e14d20e]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-2e14d20e]{z-index:12}.header_main[data-v-2e14d20e]{height:40px;padding-top:0}.header[data-v-2e14d20e]{z-index:12}.header[data-v-2e14d20e]{height:40px;padding-top:0}#title[data-v-2e14d20e]{font-size:16px;width:49%}#headerLogo[data-v-2e14d20e]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-2e14d20e]{width:20%}.languageDiv div[data-v-2e14d20e]{width:90%;left:-15px;top:5px}#languageSelect[data-v-2e14d20e]{margin-left:-10px}.languageDiv ul[data-v-2e14d20e]{font-size:12px}#menu[data-v-2e14d20e]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-2e14d20e]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-2e14d20e]{width:80%}#rightHeader[data-v-2e14d20e]{height:40px}#rightHeader>div[data-v-2e14d20e]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-2e14d20e]{position:absolute;right:38px;top:0}.searchDiv[data-v-2e14d20e]{width:90%}#toc[data-v-2e14d20e]{width:100%}.copyright[data-v-2e14d20e]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-2e14d20e]{display:none}#copyrightPhone[data-v-2e14d20e]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-2e14d20e]{width:15%!important}#prevBtn[data-v-2e14d20e],#nextBtn[data-v-2e14d20e]{width:32px;height:32px;background-size:100%}#searchButton[data-v-2e14d20e]{margin-left:-1px}table td.left[data-v-2e14d20e]{text-align:right}table td.center[data-v-2e14d20e]{width:50%}table td.right[data-v-2e14d20e]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-2e14d20e]{left:0}.languageDiv div[data-v-2e14d20e]{width:100%;left:-5px;top:5px}#languageSelect[data-v-2e14d20e]{margin-left:20px}.languageDiv ul[data-v-2e14d20e]{font-size:10px}.noResult>span[data-v-2e14d20e]{width:200px!important;font-size:14px}#title[data-v-2e14d20e]{font-size:13px;width:40%}#menu[data-v-2e14d20e]{position:absolute}#banner_img>a[data-v-2e14d20e]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-2e14d20e]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-2e14d20e]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-2e14d20e]{font-size:14px}}body[data-v-2e14d20e]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-2e14d20e]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-2e14d20e]{margin:auto;max-width:1120px}.subHeaderInner[data-v-2e14d20e]>*{float:left}.content p[data-v-2e14d20e],.content li[data-v-2e14d20e]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-2e14d20e]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-2e14d20e]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-2e14d20e]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-2e14d20e]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-2e14d20e]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-2e14d20e]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-2e14d20e]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-2e14d20e]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-2e14d20e]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-2e14d20e]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-2e14d20e]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-2e14d20e]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-2e14d20e],p.Para-Basic-B-Sub[data-v-2e14d20e]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-2e14d20e]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-2e14d20e]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-2e14d20e]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-2e14d20e]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-2e14d20e],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-2e14d20e],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-2e14d20e]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-2e14d20e],p+ul li.Para-Basic-B-Sub[data-v-2e14d20e]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-2e14d20e],ul~p.Para-basic-L-bullet-Sub[data-v-2e14d20e],ul~p.Para-Basic-B-Sub[data-v-2e14d20e]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-2e14d20e],ol~p.Para-basic-L-bullet-Sub[data-v-2e14d20e],ol~p.Para-Basic-B-Sub[data-v-2e14d20e]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-2e14d20e],ol+*+p.Para-basic-L-bullet-Sub[data-v-2e14d20e],ol+*+p.Para-Basic-B-Sub[data-v-2e14d20e]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-2e14d20e],a .Para-Basic-B-Sub[data-v-2e14d20e]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-2e14d20e]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-2e14d20e]{margin-left:45px}.content p[data-v-2e14d20e],li[data-v-2e14d20e]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-2e14d20e],p.Para-Basic-B[data-v-2e14d20e],p.Para-Basic-B-Center[data-v-2e14d20e]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-2e14d20e]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-2e14d20e],p.Para-Basic-B-Center[data-v-2e14d20e]{text-align:center}p.Para-Table-L-center[data-v-2e14d20e],p.Para-Table-B-Center[data-v-2e14d20e]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-2e14d20e],table p.Para-Basic-B[data-v-2e14d20e],table p.Para-Basic-B-Center[data-v-2e14d20e]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-2e14d20e]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-2e14d20e]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-2e14d20e]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-2e14d20e]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-2e14d20e]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-2e14d20e],.content .text>ul[data-v-2e14d20e],.content .text table ol[data-v-2e14d20e],.content .text table ul[data-v-2e14d20e]{padding-left:20px}.content .text>ol[data-v-2e14d20e]{padding-left:0}p.Para-Illust-L[data-v-2e14d20e]{text-align:center}p.Para-Illust-L img[data-v-2e14d20e]{display:inline-block}p.Placeholder-sub[data-v-2e14d20e],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-2e14d20e],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-2e14d20e],.content .text>ol~.figure[data-v-2e14d20e],p.Placeholder-sub-S[data-v-2e14d20e],.Para-screen-sub-S[data-v-2e14d20e],.Para-screen-sub-M[data-v-2e14d20e],.Para-screen-sub-L[data-v-2e14d20e]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-2e14d20e],p.Placeholder-sub-M img[data-v-2e14d20e],p.Placeholder-sub img[data-v-2e14d20e]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-2e14d20e]{margin-left:45px}.Table-pic-Left-sub img[data-v-2e14d20e]{margin-top:5px;margin-bottom:10px}div.figure[data-v-2e14d20e]{display:inline-block}p.Para-img-description[data-v-2e14d20e]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-2e14d20e]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-2e14d20e]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-2e14d20e]{margin-bottom:25px}.text img[data-v-2e14d20e]{max-width:100%;display:block}.Table-Pic-center[data-v-2e14d20e]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-2e14d20e]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-2e14d20e]{margin:0}p.Para-Box-Num[data-v-2e14d20e]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-2e14d20e]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-2e14d20e]:AFTER{content:". "}span.inline-img img[data-v-2e14d20e]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-2e14d20e]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-2e14d20e]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-2e14d20e]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-2e14d20e]{margin-left:6.5%;display:block!important}.discUl li[data-v-2e14d20e]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-2e14d20e],.Symbol-R[data-v-2e14d20e],.Note-R-Pic[data-v-2e14d20e]{display:block;width:100%}.Symbol-L[data-v-2e14d20e]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-2e14d20e]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-2e14d20e],.Symbol-R li[data-v-2e14d20e],.Symbol-R p[data-v-2e14d20e]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-2e14d20e]{font-size:16px}table.Table-Symbol td ul[data-v-2e14d20e]{padding-left:20px}table.Table-Symbol[data-v-2e14d20e]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-2e14d20e]{color:#bc162c}.Symbol-Black[data-v-2e14d20e],.Symbol-Black-Table[data-v-2e14d20e]{font-family:upsys_commonregular}.Symbol-Green[data-v-2e14d20e]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-2e14d20e]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-2e14d20e]{width:auto!important}.video_container[data-v-2e14d20e]{margin-top:40px;float:right}.video[data-v-2e14d20e]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-2e14d20e]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-2e14d20e]{width:100%}.Table--3col[data-v-2e14d20e],.Basic-Table[data-v-2e14d20e],.Table--2col[data-v-2e14d20e],.Table-Landmark[data-v-2e14d20e],.Table--4col[data-v-2e14d20e],.Table-2row-merge[data-v-2e14d20e],.Table--troubleshooting[data-v-2e14d20e],.Table-specification[data-v-2e14d20e],.Table-service-center[data-v-2e14d20e],.Table-5col[data-v-2e14d20e],.responsive[data-v-2e14d20e],.Table--3col-Locations[data-v-2e14d20e]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-2e14d20e]:FIRST-CHILD,.Basic-Table tr[data-v-2e14d20e]:FIRST-CHILD,.Table--2col tr[data-v-2e14d20e]:FIRST-CHILD,.Table-Landmark tr[data-v-2e14d20e]:FIRST-CHILD,.Table--4col tr[data-v-2e14d20e]:FIRST-CHILD,.Table-2row-merge tr[data-v-2e14d20e]:FIRST-CHILD,.Table--troubleshooting tr[data-v-2e14d20e]:FIRST-CHILD,.Table-service-center tr[data-v-2e14d20e]:FIRST-CHILD,.responsive tr[data-v-2e14d20e]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-2e14d20e]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-2e14d20e],.Basic-Table td[data-v-2e14d20e],.Table--2col td[data-v-2e14d20e],.Table-Landmark td[data-v-2e14d20e],.Table--4col td[data-v-2e14d20e],.Table-2row-merge td[data-v-2e14d20e],.Table--troubleshooting td[data-v-2e14d20e],.Table-specification td[data-v-2e14d20e],.Table-service-center td[data-v-2e14d20e],.responsive td[data-v-2e14d20e]{padding:10px}.Table--troubleshooting td[data-v-2e14d20e]{border-right:none}.Table--troubleshooting[data-v-2e14d20e]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-2e14d20e],.Table-Landmark .Para-Pic-Center img[data-v-2e14d20e]{width:30px}.Table-5col[data-v-2e14d20e]{border:none}.Table-5col tr[data-v-2e14d20e]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-2e14d20e]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-2e14d20e]{width:15%}.Table--3col td.x3col-L[data-v-2e14d20e],.x3col-L td.x3col-M[data-v-2e14d20e]{width:10%}td.x3col-Mid-Text[data-v-2e14d20e]{text-align:center}td.x3col-R-Pic[data-v-2e14d20e]{text-align:right}.responsive td p[data-v-2e14d20e]{text-align:center}table.Table--3col-Locations[data-v-2e14d20e]{border-collapse:collapse}.Table--3col-Locations td[data-v-2e14d20e]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-2e14d20e]{padding:10px}.Para-Pic-Center img[data-v-2e14d20e]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-2e14d20e]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-2e14d20e]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-2e14d20e]{width:50%}.Table-specification .x3col-L-Grey[data-v-2e14d20e]{width:20%}.Table-specification .Spec-Mid-text[data-v-2e14d20e]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-2e14d20e]{width:50%}.Table--3col .x3col-L-Grey[data-v-2e14d20e]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-2e14d20e],.Table--4col .x3col-Mid-Grey[data-v-2e14d20e],.Table--4col .x3col-R-Grey[data-v-2e14d20e]{width:30%}.navi td.x3col-Mid-Grey[data-v-2e14d20e]{width:15%}.Table--3col .x3col-R-Grey[data-v-2e14d20e]{width:50%}.Table--2col .x3col-L-Grey[data-v-2e14d20e],.Table--2col td[data-v-2e14d20e]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-2e14d20e]{width:70%}.Table--2col-Disc[data-v-2e14d20e]{border-collapse:collapse}.Table--2col-Disc td[data-v-2e14d20e]{border:1px solid grey;padding:10px}.Table-PL td[data-v-2e14d20e]:FIRST-CHILD{width:25%}.resultcount p[data-v-2e14d20e]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-2e14d20e]{font-family:SK_namuhx-Bold}.noResult>span[data-v-2e14d20e]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-2e14d20e]{color:#f0dfdf;display:block}.result_list[data-v-2e14d20e]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-2e14d20e]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-2e14d20e]{font-family:SK_namuhx-Regular}.resulttext p[data-v-2e14d20e]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-2e14d20e]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-2e14d20e]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-2e14d20e],.Cross-Reference[data-v-2e14d20e]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-2e14d20e]:hover{text-decoration:underline}.fontChangeDiv[data-v-2e14d20e]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-2e14d20e]{top:55px}#backButton[data-v-2e14d20e]{background-size:16px}.chapterTitle[data-v-2e14d20e]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-2e14d20e],h2[data-v-2e14d20e]{font-size:1.3em}#contentAccordion[data-v-2e14d20e]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-2e14d20e]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-2e14d20e]{line-height:21px}.video[data-v-2e14d20e]{width:46%}}@media screen and (max-width: 640px){h2[data-v-2e14d20e]{margin-top:40px}.subHeader[data-v-2e14d20e]{top:40px}.fontChangeDiv[data-v-2e14d20e]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-2e14d20e]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-2e14d20e]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-2e14d20e]{margin-left:7.3%}table td[data-v-2e14d20e]{font-size:14px;padding:5px!important}table td p[data-v-2e14d20e],table td p.Para-Basic-B-Center[data-v-2e14d20e],table td p.Para-Basic-B[data-v-2e14d20e]{font-size:14px}table td p.Para-Small-L[data-v-2e14d20e]{font-size:12px;word-break:break-word}.Table--3col td[data-v-2e14d20e],.Basic-Table td[data-v-2e14d20e],.Table--2col td[data-v-2e14d20e],.Table-Landmark td[data-v-2e14d20e],.Table--4col td[data-v-2e14d20e],.Table-2row-merge td[data-v-2e14d20e],.Table--troubleshooting td[data-v-2e14d20e],.Table-specification td[data-v-2e14d20e],.Table-service-center td[data-v-2e14d20e]{border-right:none}.responsive[data-v-2e14d20e],.responsive tr[data-v-2e14d20e],.responsive tbody[data-v-2e14d20e]{width:100%}.Table--4col-responsive td[data-v-2e14d20e]{min-width:200px!important;height:auto}.responsive td p[data-v-2e14d20e]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-2e14d20e],.Table-Symbol td li[data-v-2e14d20e]{font-size:16px}p.Placeholder-sub[data-v-2e14d20e],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-2e14d20e],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-2e14d20e],.content .text>ol~.figure[data-v-2e14d20e],.content .text>ol+ul[data-v-2e14d20e],.Para-screen-sub-L[data-v-2e14d20e]{margin-left:0}.resultcount p[data-v-2e14d20e]{font-size:16px}.Table-specification td p[data-v-2e14d20e],.Table--3col-Locations td li[data-v-2e14d20e],p.Para-basic-L-Sub[data-v-2e14d20e],p.Para-basic-L-Sub-Auto[data-v-2e14d20e],p.Para-basic-L-center[data-v-2e14d20e],li.Para-basic-L-bullet[data-v-2e14d20e],p.Para-basic-L[data-v-2e14d20e],li.Para-basic-L-hyp-Sub[data-v-2e14d20e],li.Para-basic-L-hyp-2Sub[data-v-2e14d20e],li[class^=Para-Num][data-v-2e14d20e],p.Para-Box-Num[data-v-2e14d20e],p.Para-Basic-B-Sub[data-v-2e14d20e],td p.Para-basic-L[data-v-2e14d20e],td li.Para-basic-L-bullet[data-v-2e14d20e],p.Para-Basic-B[data-v-2e14d20e],p.Para-Circle-Num-Sub[data-v-2e14d20e],.Symbol-L p.Para-basic-L-Sub[data-v-2e14d20e],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-2e14d20e]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-2e14d20e],.Table--3col-Locations td li[data-v-2e14d20e],p.Para-Table-L-Sub[data-v-2e14d20e],p.Para-Table-L-Sub-Auto[data-v-2e14d20e],p.Para-Table-L-center[data-v-2e14d20e],p.Para-Table-L[data-v-2e14d20e],li.Para-Table-L-hyp-Sub[data-v-2e14d20e],li.Para-Table-L-hyp-2Sub[data-v-2e14d20e],p.Para-Table-B-Sub[data-v-2e14d20e],td p.Para-Table-L[data-v-2e14d20e],p.Para-Table-B[data-v-2e14d20e],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-2e14d20e]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-2e14d20e]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-2e14d20e],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-2e14d20e]{font-size:14px}.big .Table-specification td p[data-v-2e14d20e],.big .Table--3col-Locations td li[data-v-2e14d20e],.big p.Para-basic-L-Sub[data-v-2e14d20e],.big p.Para-basic-L-Sub-Auto[data-v-2e14d20e],.big p.Para-basic-L-center[data-v-2e14d20e],.big li.Para-basic-L-bullet[data-v-2e14d20e],.big p.Para-basic-L[data-v-2e14d20e],.big li.Para-basic-L-hyp-Sub[data-v-2e14d20e],.big li.Para-basic-L-hyp-2Sub[data-v-2e14d20e],.big li[class^=Para-Num][data-v-2e14d20e],.big p.Para-Box-Num[data-v-2e14d20e],.big p.Para-Basic-B-Sub[data-v-2e14d20e],.big td p.Para-basic-L[data-v-2e14d20e],.big td li.Para-basic-L-bullet[data-v-2e14d20e],.big p.Para-Basic-B[data-v-2e14d20e],.big p.Para-Circle-Num-Sub[data-v-2e14d20e]{font-size:16px}.big .Table-specification td p[data-v-2e14d20e],.big .Table--3col-Locations td li[data-v-2e14d20e],.big p.Para-Table-L-Sub[data-v-2e14d20e],.big p.Para-Table-L-Sub-Auto[data-v-2e14d20e],.big p.Para-Table-L-center[data-v-2e14d20e],.big p.Para-Table-L[data-v-2e14d20e],.big li.Para-Table-L-hyp-Sub[data-v-2e14d20e],.big li.Para-Table-L-hyp-2Sub[data-v-2e14d20e],.big li[class^=Para-Num][data-v-2e14d20e],.big p.Para-Box-Num[data-v-2e14d20e],.big p.Para-Table-B-Sub[data-v-2e14d20e],.big td p.Para-Table-L[data-v-2e14d20e],.big p.Para-Table-B[data-v-2e14d20e],.big p.Para-Circle-Num-Sub[data-v-2e14d20e],.big p.Para-Table-B-Center[data-v-2e14d20e],.big .Table--3col-ISO td p[data-v-2e14d20e]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-2e14d20e],p.Para-Table-B-Center[data-v-2e14d20e]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-2e14d20e],.big p.video_title[data-v-2e14d20e],.big .resultItem p[data-v-2e14d20e]{font-size:1.05em}h1[data-v-2e14d20e]{font-size:1.2em;margin-top:0}h2[data-v-2e14d20e]{font-size:1.1em}.Heading-3[data-v-2e14d20e]{font-size:1em}.content .text>ol li[data-v-2e14d20e]:BEFORE{font-size:26px}.video[data-v-2e14d20e]{width:95%}}p.Para-Table-L[data-v-2e14d20e]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-2e14d20e]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-2e14d20e]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-2e14d20e]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-2e14d20e]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-2e14d20e]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-2e14d20e]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-2e14d20e]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-2e14d20e]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-2e14d20e]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-2e14d20e]:before{content:"";display:block;height:15pt}.Bold[data-v-2e14d20e],span.Bold[data-v-2e14d20e]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-2e14d20e]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-2e14d20e]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-2e14d20e]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-2e14d20e]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-2e14d20e]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-2e14d20e]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-2e14d20e]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-2e14d20e]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-2e14d20e]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-2e14d20e]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-2e14d20e]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-2e14d20e],.Para-Table-L-Sub-Auto .icon-1[data-v-2e14d20e]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-2e14d20e]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-2e14d20e]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-2e14d20e]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-2e14d20e],.Table--2col td p.Para-basic-L[data-v-2e14d20e]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-2e14d20e]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-2e14d20e]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-2e14d20e]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-2e14d20e]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-2e14d20e]{margin-top:8pt!important}.table-responsive[data-v-2e14d20e]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-2e14d20e]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-2e14d20e],#table-16[data-v-2e14d20e]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-2e14d20e]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-2e14d20e]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-2e14d20e]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-2e14d20e]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-2e14d20e]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-2e14d20e]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-2e14d20e]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-2e14d20e]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-2e14d20e]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-2e14d20e]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-2e14d20e]{font-size:12px}#table-15.responsive td[data-v-2e14d20e]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-2e14d20e]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-2e14d20e]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-2e14d20e]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-2e14d20e]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-2e14d20e],.Table--4col-Error th[data-v-2e14d20e]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-2e14d20e],.Table--4col-Error tr:first-child th[data-v-2e14d20e]{border-top:none}.Table--4col-Error tr:last-child td[data-v-2e14d20e]{border-bottom:none}.Table--4col-Error thead td[data-v-2e14d20e]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-2e14d20e]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-2e14d20e]:nth-child(1),.Table--4col-Error thead td[data-v-2e14d20e]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-2e14d20e]:nth-child(2),.Table--4col-Error thead td[data-v-2e14d20e]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-2e14d20e]:nth-child(3),.Table--4col-Error thead td[data-v-2e14d20e]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-2e14d20e]:nth-child(4),.Table--4col-Error thead td[data-v-2e14d20e]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-2e14d20e]:nth-child(1),.Table--4col-Error tbody td[data-v-2e14d20e]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-2e14d20e]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-2e14d20e]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-2e14d20e]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-2e14d20e]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-2e14d20e]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-2e14d20e]{font-size:14px!important}.Table--4col-Error tbody td[data-v-2e14d20e]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-2e14d20e],.Table--4col-Error p.Para-Table-B[data-v-2e14d20e],.Table--4col-Error p.Para-Table-L-Center[data-v-2e14d20e]{font-size:12px!important}.Table--4col-Error tbody td[data-v-2e14d20e]:nth-child(1),.Table--4col-Error thead td[data-v-2e14d20e]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-2e14d20e]:nth-child(2),.Table--4col-Error thead td[data-v-2e14d20e]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-2e14d20e]:nth-child(3),.Table--4col-Error thead td[data-v-2e14d20e]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-2e14d20e]:nth-child(4),.Table--4col-Error thead td[data-v-2e14d20e]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-2e14d20e]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-2e14d20e]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-2e14d20e]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-2e14d20e]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-2e14d20e]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-2e14d20e]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-2e14d20e]{line-height:1.25;font-weight:500}.Bold-color[data-v-2e14d20e]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-2e14d20e]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-2e14d20e]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-2e14d20e]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-2e14d20e]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-2e14d20e]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-2e14d20e]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-2e14d20e]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-2e14d20e]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-2e14d20e]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-2e14d20e]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-2e14d20e]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-2e14d20e]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-2e14d20e]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-2e14d20e]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-2e14d20e]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-2e14d20e],tr:last-child td.cell-style-override-7[data-v-2e14d20e]{border-bottom:0}table#table-16[data-v-2e14d20e]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-2e14d20e],.Table--2col-Air-Sensor[data-v-2e14d20e],.Table--2col-Voice[data-v-2e14d20e],.Table--2col-Filter[data-v-2e14d20e],.Table--troubleshooting[data-v-2e14d20e],.Table--4col-Error[data-v-2e14d20e],.Table--Specifications[data-v-2e14d20e]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-2e14d20e]:last-child,.Table--2col-Voice tr td[data-v-2e14d20e]:last-child{width:70%}.Table--2col-Voice tr td[data-v-2e14d20e]:first-child{width:30%}.Para-Table-L-Center[data-v-2e14d20e]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-2e14d20e]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-2e14d20e]{display:block!important}.Table--2col-Information td[data-v-2e14d20e]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-2e14d20e]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-2e14d20e]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-2e14d20e]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-2e14d20e]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-2e14d20e],.Table--4col-responsive table td[data-v-2e14d20e]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-2e14d20e],.Table--2col-Information th[data-v-2e14d20e]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-2e14d20e]:nth-child(1),.Table--2col-Information th[data-v-2e14d20e]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-2e14d20e]:nth-child(2),.Table--2col-Information th[data-v-2e14d20e]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-2e14d20e],.Table--2col-Information th[data-v-2e14d20e]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-2e14d20e]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-2e14d20e],.Table--2col-Voice th[data-v-2e14d20e]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-2e14d20e]:nth-child(1),.Table--2col-Voice th[data-v-2e14d20e]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-2e14d20e]:nth-child(2),.Table--2col-Voice th[data-v-2e14d20e]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-2e14d20e]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-2e14d20e],.Table--2col-Voice tr:last-child td[data-v-2e14d20e]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-2e14d20e],.Table--2col-Voice thead th[data-v-2e14d20e]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-2e14d20e]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-2e14d20e]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-2e14d20e]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-2e14d20e],.Table--2col-Information th[data-v-2e14d20e]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-2e14d20e]:nth-child(1),.Table--2col-Information th[data-v-2e14d20e]:nth-child(1){width:30%}.Table--2col-Information td[data-v-2e14d20e]:nth-child(2),.Table--2col-Information th[data-v-2e14d20e]:nth-child(2){width:70%}.Table--2col-Information td[data-v-2e14d20e]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-2e14d20e]{border-bottom:none}.Table--2col-Air-Sensor[data-v-2e14d20e]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-2e14d20e],.Table--2col-Air-Sensor th[data-v-2e14d20e]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-2e14d20e]:nth-child(1),.Table--2col-Air-Sensor th[data-v-2e14d20e]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-2e14d20e]:nth-child(2),.Table--2col-Air-Sensor th[data-v-2e14d20e]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-2e14d20e]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-2e14d20e]{border-bottom:none}.Table--2col-Filter[data-v-2e14d20e]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-2e14d20e],.Table--2col-Filter th[data-v-2e14d20e]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-2e14d20e]:nth-child(1),.Table--2col-Filter th[data-v-2e14d20e]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-2e14d20e]:nth-child(2),.Table--2col-Filter th[data-v-2e14d20e]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-2e14d20e]:nth-child(3),.Table--2col-Filter th[data-v-2e14d20e]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-2e14d20e]:nth-child(4),.Table--2col-Filter th[data-v-2e14d20e]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-2e14d20e]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-2e14d20e],.Table--2col-Filter tr:last-child td[data-v-2e14d20e]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-2e14d20e],.Table--2col-Filter thead th[data-v-2e14d20e]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-2e14d20e]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-2e14d20e]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-2e14d20e]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-2e14d20e],.Table--Specifications th[data-v-2e14d20e]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-2e14d20e]:first-child,.Table--Specifications th[data-v-2e14d20e]:first-child{width:16%}.Table--Specifications td[data-v-2e14d20e]:nth-child(2),.Table--Specifications th[data-v-2e14d20e]:nth-child(2){width:42%}.Table--Specifications td[data-v-2e14d20e]:nth-child(3),.Table--Specifications th[data-v-2e14d20e]:nth-child(3){width:42%}.Table--Specifications td[data-v-2e14d20e]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-2e14d20e],.Table--Specifications tr:last-child td[data-v-2e14d20e]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-2e14d20e],.Table--Specifications thead th[data-v-2e14d20e]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-2e14d20e]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-2e14d20e]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-2e14d20e],td.cell-style-override-20[data-v-2e14d20e]{padding:10px}td.x3col-Mid-text[data-v-2e14d20e],td.cell-style-override-22[data-v-2e14d20e],td.cell-style-override-20[data-v-2e14d20e]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-2e14d20e]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-2e14d20e]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-2e14d20e]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-2e14d20e]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-2e14d20e]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-2e14d20e]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-2e14d20e],th.header-cell[data-v-2e14d20e]{background-color:#88d0c7}td.color-blue[data-v-2e14d20e],th.color-blue[data-v-2e14d20e]{background-color:#d3edf9}td.color-green[data-v-2e14d20e],th.color-green[data-v-2e14d20e]{background-color:#d9ead3}td.color-orange[data-v-2e14d20e],th.color-orange[data-v-2e14d20e]{background-color:#fce5cd}td.color-red[data-v-2e14d20e],th.color-red[data-v-2e14d20e]{background-color:#f4cccc}td.color-purple[data-v-2e14d20e],th.color-purple[data-v-2e14d20e]{background-color:#e4d7f5}td.color-yellow[data-v-2e14d20e],th.color-yellow[data-v-2e14d20e]{background-color:#fff2cc}td.color-teal[data-v-2e14d20e],th.color-teal[data-v-2e14d20e]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-2e14d20e],.Table--8col-air-web-1 td[data-v-2e14d20e],.Table--8col-air-web-1 th[data-v-2e14d20e]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-2e14d20e]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-2e14d20e]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-2e14d20e],.Table--2col td[data-v-2e14d20e],.Table--2col th[data-v-2e14d20e]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-2e14d20e]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-2e14d20e]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-2e14d20e],.Table--2col th p[data-v-2e14d20e]{border:none!important}.Table--2col[data-v-2e14d20e] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-2e14d20e]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-2e14d20e],.Table--4col td[data-v-2e14d20e]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-2e14d20e]{text-align:left!important}.Table--4col thead th[data-v-2e14d20e]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-2e14d20e]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-2e14d20e]{text-align:center!important}.Table--4col-air[data-v-2e14d20e]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-2e14d20e],.Table--4col-air th[data-v-2e14d20e]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-2e14d20e],.Table--4col-air tr:first-child th[data-v-2e14d20e]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-2e14d20e]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-2e14d20e],.Table--4col-air td ul[data-v-2e14d20e],.Table--4col-air td li[data-v-2e14d20e]{text-align:left!important}.Table--4col-air colgroup col[data-v-2e14d20e]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-2e14d20e]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-2e14d20e]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-2e14d20e]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-2e14d20e]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-2e14d20e],.Table--4col-air th[data-v-2e14d20e]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-2e14d20e],.Table--4col-air tr:first-child th[data-v-2e14d20e]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-2e14d20e]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-2e14d20e]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-2e14d20e],.Table--4col-ai2 th[data-v-2e14d20e]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-2e14d20e]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-2e14d20e]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-2e14d20e],.Table--4col-ai2 th[data-v-2e14d20e]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-2e14d20e]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-2e14d20e]{font-size:12px!important;margin:0!important;line-height:1.5!important}}#content-div[data-v-2e14d20e]{min-height:87vh;background-color:#fff}@media screen and (max-width: 600px){#content-div[data-v-2e14d20e]{min-height:100vh}}body[data-v-d77f0cd1]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-d77f0cd1]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-d77f0cd1]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-d77f0cd1]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-d77f0cd1]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-d77f0cd1]{width:83%!important}.content #naviText span[data-v-d77f0cd1]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-d77f0cd1]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-d77f0cd1]{width:100%!important}.content #mainCar[data-v-d77f0cd1]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-d77f0cd1]{width:100%}#mainCarPhone[data-v-d77f0cd1]{display:none}.content #buttonMenu_v2[data-v-d77f0cd1]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-d77f0cd1]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-d77f0cd1]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-d77f0cd1]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-d77f0cd1]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-d77f0cd1]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-d77f0cd1]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-d77f0cd1]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-d77f0cd1]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-d77f0cd1]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-d77f0cd1]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-d77f0cd1]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-d77f0cd1]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-d77f0cd1]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-d77f0cd1]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-d77f0cd1]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-d77f0cd1]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-d77f0cd1]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-d77f0cd1]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-d77f0cd1]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-d77f0cd1]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-d77f0cd1]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-d77f0cd1]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-d77f0cd1]{bottom:11%;width:30%}.content #naviText span[data-v-d77f0cd1]{font-size:17px}.content #naviText img[data-v-d77f0cd1]{width:80%!important}.content #carName[data-v-d77f0cd1]{right:0%;bottom:12%}.content #carName img[data-v-d77f0cd1]{width:40%!important}.content #buttonMenu_v2>a[data-v-d77f0cd1]{width:33%}.content #buttonMenu>a[data-v-d77f0cd1]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-d77f0cd1]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-d77f0cd1]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-d77f0cd1]{display:block}#mainCarPc[data-v-d77f0cd1]{display:none}.content #buttonMenu_v2[data-v-d77f0cd1],.content #buttonMenu[data-v-d77f0cd1]{width:92%}}@media screen and (max-width: 480px){.content[data-v-d77f0cd1]{padding-top:0}.content #naviText[data-v-d77f0cd1]{bottom:14%;width:45%}.content #naviText span[data-v-d77f0cd1]{font-size:11px}.content #naviText img[data-v-d77f0cd1]{width:88%!important}.content #carName[data-v-d77f0cd1]{right:5%;bottom:15%}.content #carName img[data-v-d77f0cd1]{width:120px!important}.content #buttonMenu_v2[data-v-d77f0cd1]{position:relative}.content #buttonMenu_v2>a>div[data-v-d77f0cd1]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-d77f0cd1]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-d77f0cd1]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-d77f0cd1]{position:relative}.content #buttonMenu>a>div[data-v-d77f0cd1]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-d77f0cd1]{height:120px}.content #buttonMenu>a>div>span[data-v-d77f0cd1]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-d77f0cd1]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-d77f0cd1]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-d77f0cd1]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-d77f0cd1]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-d77f0cd1]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-d77f0cd1]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-d77f0cd1]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-d77f0cd1]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-d77f0cd1]{margin:0;padding:0}html[data-v-d77f0cd1]{background-color:#000;width:100%}.keyword[data-v-d77f0cd1],.highlight[data-v-d77f0cd1]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-d77f0cd1]{font-family:upsys_commonregular}.header_main[data-v-d77f0cd1]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-d77f0cd1]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-d77f0cd1]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-d77f0cd1]>*{float:left}#headerLogo[data-v-d77f0cd1]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-d77f0cd1]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-d77f0cd1]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-d77f0cd1]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-d77f0cd1]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-d77f0cd1]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-d77f0cd1]{font-size:13px}.languageDiv .active[data-v-d77f0cd1]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-d77f0cd1]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-d77f0cd1]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-d77f0cd1]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-d77f0cd1],#languageSelect li[data-v-d77f0cd1]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-d77f0cd1],#languageSelect li:hover a[data-v-d77f0cd1]{color:#000}.footer-manual[data-v-d77f0cd1]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-d77f0cd1]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-d77f0cd1]{line-height:60px}#footerLogo[data-v-d77f0cd1]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-d77f0cd1]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-d77f0cd1]{display:inline-block;width:100%}#copyrightPcSpan[data-v-d77f0cd1]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-d77f0cd1]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-d77f0cd1]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-d77f0cd1]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-d77f0cd1]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-d77f0cd1]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-d77f0cd1]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-d77f0cd1]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-d77f0cd1]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-d77f0cd1]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-d77f0cd1]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-d77f0cd1]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-d77f0cd1]:focus{outline:none}#searchButton[data-v-d77f0cd1]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-d77f0cd1]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-d77f0cd1]{width:80%}table td.right[data-v-d77f0cd1]{width:10%;text-align:center}.result[data-v-d77f0cd1],.resultcount[data-v-d77f0cd1],.noResult[data-v-d77f0cd1]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-d77f0cd1]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-d77f0cd1]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-d77f0cd1]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-d77f0cd1]{color:#e49f81}.cover[data-v-d77f0cd1]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-d77f0cd1]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-d77f0cd1]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-d77f0cd1]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-d77f0cd1]{font-size:12px}.languageDivPhone .active[data-v-d77f0cd1]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-d77f0cd1]{bottom:30px;left:1px}.fontChangeButton[data-v-d77f0cd1]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-d77f0cd1]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-d77f0cd1]{left:0}.languageDiv div[data-v-d77f0cd1]{width:120%;left:-45px;top:5px}#languageSelect[data-v-d77f0cd1]{margin-left:-40px}#banner_img>a[data-v-d77f0cd1]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-d77f0cd1]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-d77f0cd1]{z-index:12}.header_main[data-v-d77f0cd1]{height:40px;padding-top:0}.header[data-v-d77f0cd1]{z-index:12}.header[data-v-d77f0cd1]{height:40px;padding-top:0}#title[data-v-d77f0cd1]{font-size:16px;width:49%}#headerLogo[data-v-d77f0cd1]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-d77f0cd1]{width:20%}.languageDiv div[data-v-d77f0cd1]{width:90%;left:-15px;top:5px}#languageSelect[data-v-d77f0cd1]{margin-left:-10px}.languageDiv ul[data-v-d77f0cd1]{font-size:12px}#menu[data-v-d77f0cd1]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-d77f0cd1]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-d77f0cd1]{width:80%}#rightHeader[data-v-d77f0cd1]{height:40px}#rightHeader>div[data-v-d77f0cd1]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-d77f0cd1]{position:absolute;right:38px;top:0}.searchDiv[data-v-d77f0cd1]{width:90%}#toc[data-v-d77f0cd1]{width:100%}.copyright[data-v-d77f0cd1]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-d77f0cd1]{display:none}#copyrightPhone[data-v-d77f0cd1]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-d77f0cd1]{width:15%!important}#prevBtn[data-v-d77f0cd1],#nextBtn[data-v-d77f0cd1]{width:32px;height:32px;background-size:100%}#searchButton[data-v-d77f0cd1]{margin-left:-1px}table td.left[data-v-d77f0cd1]{text-align:right}table td.center[data-v-d77f0cd1]{width:50%}table td.right[data-v-d77f0cd1]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-d77f0cd1]{left:0}.languageDiv div[data-v-d77f0cd1]{width:100%;left:-5px;top:5px}#languageSelect[data-v-d77f0cd1]{margin-left:20px}.languageDiv ul[data-v-d77f0cd1]{font-size:10px}.noResult>span[data-v-d77f0cd1]{width:200px!important;font-size:14px}#title[data-v-d77f0cd1]{font-size:13px;width:40%}#menu[data-v-d77f0cd1]{position:absolute}#banner_img>a[data-v-d77f0cd1]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-d77f0cd1]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-d77f0cd1]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-d77f0cd1]{font-size:14px}}body[data-v-d77f0cd1]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-d77f0cd1]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-d77f0cd1]{margin:auto;max-width:1120px}.subHeaderInner[data-v-d77f0cd1]>*{float:left}.content p[data-v-d77f0cd1],.content li[data-v-d77f0cd1]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-d77f0cd1]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-d77f0cd1]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-d77f0cd1]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-d77f0cd1]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-d77f0cd1]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-d77f0cd1]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-d77f0cd1]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-d77f0cd1]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-d77f0cd1]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-d77f0cd1]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-d77f0cd1]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-d77f0cd1]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-d77f0cd1],p.Para-Basic-B-Sub[data-v-d77f0cd1]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-d77f0cd1]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-d77f0cd1]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-d77f0cd1]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-d77f0cd1]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-d77f0cd1],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-d77f0cd1],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-d77f0cd1]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-d77f0cd1],p+ul li.Para-Basic-B-Sub[data-v-d77f0cd1]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-d77f0cd1],ul~p.Para-basic-L-bullet-Sub[data-v-d77f0cd1],ul~p.Para-Basic-B-Sub[data-v-d77f0cd1]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-d77f0cd1],ol~p.Para-basic-L-bullet-Sub[data-v-d77f0cd1],ol~p.Para-Basic-B-Sub[data-v-d77f0cd1]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-d77f0cd1],ol+*+p.Para-basic-L-bullet-Sub[data-v-d77f0cd1],ol+*+p.Para-Basic-B-Sub[data-v-d77f0cd1]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-d77f0cd1],a .Para-Basic-B-Sub[data-v-d77f0cd1]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-d77f0cd1]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-d77f0cd1]{margin-left:45px}.content p[data-v-d77f0cd1],li[data-v-d77f0cd1]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-d77f0cd1],p.Para-Basic-B[data-v-d77f0cd1],p.Para-Basic-B-Center[data-v-d77f0cd1]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-d77f0cd1]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-d77f0cd1],p.Para-Basic-B-Center[data-v-d77f0cd1]{text-align:center}p.Para-Table-L-center[data-v-d77f0cd1],p.Para-Table-B-Center[data-v-d77f0cd1]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-d77f0cd1],table p.Para-Basic-B[data-v-d77f0cd1],table p.Para-Basic-B-Center[data-v-d77f0cd1]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-d77f0cd1]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-d77f0cd1]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-d77f0cd1]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-d77f0cd1]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-d77f0cd1]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-d77f0cd1],.content .text>ul[data-v-d77f0cd1],.content .text table ol[data-v-d77f0cd1],.content .text table ul[data-v-d77f0cd1]{padding-left:20px}.content .text>ol[data-v-d77f0cd1]{padding-left:0}p.Para-Illust-L[data-v-d77f0cd1]{text-align:center}p.Para-Illust-L img[data-v-d77f0cd1]{display:inline-block}p.Placeholder-sub[data-v-d77f0cd1],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-d77f0cd1],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-d77f0cd1],.content .text>ol~.figure[data-v-d77f0cd1],p.Placeholder-sub-S[data-v-d77f0cd1],.Para-screen-sub-S[data-v-d77f0cd1],.Para-screen-sub-M[data-v-d77f0cd1],.Para-screen-sub-L[data-v-d77f0cd1]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-d77f0cd1],p.Placeholder-sub-M img[data-v-d77f0cd1],p.Placeholder-sub img[data-v-d77f0cd1]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-d77f0cd1]{margin-left:45px}.Table-pic-Left-sub img[data-v-d77f0cd1]{margin-top:5px;margin-bottom:10px}div.figure[data-v-d77f0cd1]{display:inline-block}p.Para-img-description[data-v-d77f0cd1]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-d77f0cd1]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-d77f0cd1]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-d77f0cd1]{margin-bottom:25px}.text img[data-v-d77f0cd1]{max-width:100%;display:block}.Table-Pic-center[data-v-d77f0cd1]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-d77f0cd1]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-d77f0cd1]{margin:0}p.Para-Box-Num[data-v-d77f0cd1]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-d77f0cd1]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-d77f0cd1]:AFTER{content:". "}span.inline-img img[data-v-d77f0cd1]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-d77f0cd1]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-d77f0cd1]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-d77f0cd1]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-d77f0cd1]{margin-left:6.5%;display:block!important}.discUl li[data-v-d77f0cd1]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-d77f0cd1],.Symbol-R[data-v-d77f0cd1],.Note-R-Pic[data-v-d77f0cd1]{display:block;width:100%}.Symbol-L[data-v-d77f0cd1]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-d77f0cd1]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-d77f0cd1],.Symbol-R li[data-v-d77f0cd1],.Symbol-R p[data-v-d77f0cd1]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-d77f0cd1]{font-size:16px}table.Table-Symbol td ul[data-v-d77f0cd1]{padding-left:20px}table.Table-Symbol[data-v-d77f0cd1]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-d77f0cd1]{color:#bc162c}.Symbol-Black[data-v-d77f0cd1],.Symbol-Black-Table[data-v-d77f0cd1]{font-family:upsys_commonregular}.Symbol-Green[data-v-d77f0cd1]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-d77f0cd1]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-d77f0cd1]{width:auto!important}.video_container[data-v-d77f0cd1]{margin-top:40px;float:right}.video[data-v-d77f0cd1]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-d77f0cd1]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-d77f0cd1]{width:100%}.Table--3col[data-v-d77f0cd1],.Basic-Table[data-v-d77f0cd1],.Table--2col[data-v-d77f0cd1],.Table-Landmark[data-v-d77f0cd1],.Table--4col[data-v-d77f0cd1],.Table-2row-merge[data-v-d77f0cd1],.Table--troubleshooting[data-v-d77f0cd1],.Table-specification[data-v-d77f0cd1],.Table-service-center[data-v-d77f0cd1],.Table-5col[data-v-d77f0cd1],.responsive[data-v-d77f0cd1],.Table--3col-Locations[data-v-d77f0cd1]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-d77f0cd1]:FIRST-CHILD,.Basic-Table tr[data-v-d77f0cd1]:FIRST-CHILD,.Table--2col tr[data-v-d77f0cd1]:FIRST-CHILD,.Table-Landmark tr[data-v-d77f0cd1]:FIRST-CHILD,.Table--4col tr[data-v-d77f0cd1]:FIRST-CHILD,.Table-2row-merge tr[data-v-d77f0cd1]:FIRST-CHILD,.Table--troubleshooting tr[data-v-d77f0cd1]:FIRST-CHILD,.Table-service-center tr[data-v-d77f0cd1]:FIRST-CHILD,.responsive tr[data-v-d77f0cd1]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-d77f0cd1]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-d77f0cd1],.Basic-Table td[data-v-d77f0cd1],.Table--2col td[data-v-d77f0cd1],.Table-Landmark td[data-v-d77f0cd1],.Table--4col td[data-v-d77f0cd1],.Table-2row-merge td[data-v-d77f0cd1],.Table--troubleshooting td[data-v-d77f0cd1],.Table-specification td[data-v-d77f0cd1],.Table-service-center td[data-v-d77f0cd1],.responsive td[data-v-d77f0cd1]{padding:10px}.Table--troubleshooting td[data-v-d77f0cd1]{border-right:none}.Table--troubleshooting[data-v-d77f0cd1]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-d77f0cd1],.Table-Landmark .Para-Pic-Center img[data-v-d77f0cd1]{width:30px}.Table-5col[data-v-d77f0cd1]{border:none}.Table-5col tr[data-v-d77f0cd1]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-d77f0cd1]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-d77f0cd1]{width:15%}.Table--3col td.x3col-L[data-v-d77f0cd1],.x3col-L td.x3col-M[data-v-d77f0cd1]{width:10%}td.x3col-Mid-Text[data-v-d77f0cd1]{text-align:center}td.x3col-R-Pic[data-v-d77f0cd1]{text-align:right}.responsive td p[data-v-d77f0cd1]{text-align:center}table.Table--3col-Locations[data-v-d77f0cd1]{border-collapse:collapse}.Table--3col-Locations td[data-v-d77f0cd1]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-d77f0cd1]{padding:10px}.Para-Pic-Center img[data-v-d77f0cd1]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-d77f0cd1]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-d77f0cd1]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-d77f0cd1]{width:50%}.Table-specification .x3col-L-Grey[data-v-d77f0cd1]{width:20%}.Table-specification .Spec-Mid-text[data-v-d77f0cd1]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-d77f0cd1]{width:50%}.Table--3col .x3col-L-Grey[data-v-d77f0cd1]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-d77f0cd1],.Table--4col .x3col-Mid-Grey[data-v-d77f0cd1],.Table--4col .x3col-R-Grey[data-v-d77f0cd1]{width:30%}.navi td.x3col-Mid-Grey[data-v-d77f0cd1]{width:15%}.Table--3col .x3col-R-Grey[data-v-d77f0cd1]{width:50%}.Table--2col .x3col-L-Grey[data-v-d77f0cd1],.Table--2col td[data-v-d77f0cd1]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-d77f0cd1]{width:70%}.Table--2col-Disc[data-v-d77f0cd1]{border-collapse:collapse}.Table--2col-Disc td[data-v-d77f0cd1]{border:1px solid grey;padding:10px}.Table-PL td[data-v-d77f0cd1]:FIRST-CHILD{width:25%}.resultcount p[data-v-d77f0cd1]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-d77f0cd1]{font-family:SK_namuhx-Bold}.noResult>span[data-v-d77f0cd1]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-d77f0cd1]{color:#f0dfdf;display:block}.result_list[data-v-d77f0cd1]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-d77f0cd1]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-d77f0cd1]{font-family:SK_namuhx-Regular}.resulttext p[data-v-d77f0cd1]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-d77f0cd1]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-d77f0cd1]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-d77f0cd1],.Cross-Reference[data-v-d77f0cd1]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-d77f0cd1]:hover{text-decoration:underline}.fontChangeDiv[data-v-d77f0cd1]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-d77f0cd1]{top:55px}#backButton[data-v-d77f0cd1]{background-size:16px}.chapterTitle[data-v-d77f0cd1]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-d77f0cd1],h2[data-v-d77f0cd1]{font-size:1.3em}#contentAccordion[data-v-d77f0cd1]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-d77f0cd1]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-d77f0cd1]{line-height:21px}.video[data-v-d77f0cd1]{width:46%}}@media screen and (max-width: 640px){h2[data-v-d77f0cd1]{margin-top:40px}.subHeader[data-v-d77f0cd1]{top:40px}.fontChangeDiv[data-v-d77f0cd1]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-d77f0cd1]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-d77f0cd1]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-d77f0cd1]{margin-left:7.3%}table td[data-v-d77f0cd1]{font-size:14px;padding:5px!important}table td p[data-v-d77f0cd1],table td p.Para-Basic-B-Center[data-v-d77f0cd1],table td p.Para-Basic-B[data-v-d77f0cd1]{font-size:14px}table td p.Para-Small-L[data-v-d77f0cd1]{font-size:12px;word-break:break-word}.Table--3col td[data-v-d77f0cd1],.Basic-Table td[data-v-d77f0cd1],.Table--2col td[data-v-d77f0cd1],.Table-Landmark td[data-v-d77f0cd1],.Table--4col td[data-v-d77f0cd1],.Table-2row-merge td[data-v-d77f0cd1],.Table--troubleshooting td[data-v-d77f0cd1],.Table-specification td[data-v-d77f0cd1],.Table-service-center td[data-v-d77f0cd1]{border-right:none}.responsive[data-v-d77f0cd1],.responsive tr[data-v-d77f0cd1],.responsive tbody[data-v-d77f0cd1]{width:100%}.Table--4col-responsive td[data-v-d77f0cd1]{min-width:200px!important;height:auto}.responsive td p[data-v-d77f0cd1]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-d77f0cd1],.Table-Symbol td li[data-v-d77f0cd1]{font-size:16px}p.Placeholder-sub[data-v-d77f0cd1],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-d77f0cd1],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-d77f0cd1],.content .text>ol~.figure[data-v-d77f0cd1],.content .text>ol+ul[data-v-d77f0cd1],.Para-screen-sub-L[data-v-d77f0cd1]{margin-left:0}.resultcount p[data-v-d77f0cd1]{font-size:16px}.Table-specification td p[data-v-d77f0cd1],.Table--3col-Locations td li[data-v-d77f0cd1],p.Para-basic-L-Sub[data-v-d77f0cd1],p.Para-basic-L-Sub-Auto[data-v-d77f0cd1],p.Para-basic-L-center[data-v-d77f0cd1],li.Para-basic-L-bullet[data-v-d77f0cd1],p.Para-basic-L[data-v-d77f0cd1],li.Para-basic-L-hyp-Sub[data-v-d77f0cd1],li.Para-basic-L-hyp-2Sub[data-v-d77f0cd1],li[class^=Para-Num][data-v-d77f0cd1],p.Para-Box-Num[data-v-d77f0cd1],p.Para-Basic-B-Sub[data-v-d77f0cd1],td p.Para-basic-L[data-v-d77f0cd1],td li.Para-basic-L-bullet[data-v-d77f0cd1],p.Para-Basic-B[data-v-d77f0cd1],p.Para-Circle-Num-Sub[data-v-d77f0cd1],.Symbol-L p.Para-basic-L-Sub[data-v-d77f0cd1],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-d77f0cd1]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-d77f0cd1],.Table--3col-Locations td li[data-v-d77f0cd1],p.Para-Table-L-Sub[data-v-d77f0cd1],p.Para-Table-L-Sub-Auto[data-v-d77f0cd1],p.Para-Table-L-center[data-v-d77f0cd1],p.Para-Table-L[data-v-d77f0cd1],li.Para-Table-L-hyp-Sub[data-v-d77f0cd1],li.Para-Table-L-hyp-2Sub[data-v-d77f0cd1],p.Para-Table-B-Sub[data-v-d77f0cd1],td p.Para-Table-L[data-v-d77f0cd1],p.Para-Table-B[data-v-d77f0cd1],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-d77f0cd1]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-d77f0cd1]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-d77f0cd1],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-d77f0cd1]{font-size:14px}.big .Table-specification td p[data-v-d77f0cd1],.big .Table--3col-Locations td li[data-v-d77f0cd1],.big p.Para-basic-L-Sub[data-v-d77f0cd1],.big p.Para-basic-L-Sub-Auto[data-v-d77f0cd1],.big p.Para-basic-L-center[data-v-d77f0cd1],.big li.Para-basic-L-bullet[data-v-d77f0cd1],.big p.Para-basic-L[data-v-d77f0cd1],.big li.Para-basic-L-hyp-Sub[data-v-d77f0cd1],.big li.Para-basic-L-hyp-2Sub[data-v-d77f0cd1],.big li[class^=Para-Num][data-v-d77f0cd1],.big p.Para-Box-Num[data-v-d77f0cd1],.big p.Para-Basic-B-Sub[data-v-d77f0cd1],.big td p.Para-basic-L[data-v-d77f0cd1],.big td li.Para-basic-L-bullet[data-v-d77f0cd1],.big p.Para-Basic-B[data-v-d77f0cd1],.big p.Para-Circle-Num-Sub[data-v-d77f0cd1]{font-size:16px}.big .Table-specification td p[data-v-d77f0cd1],.big .Table--3col-Locations td li[data-v-d77f0cd1],.big p.Para-Table-L-Sub[data-v-d77f0cd1],.big p.Para-Table-L-Sub-Auto[data-v-d77f0cd1],.big p.Para-Table-L-center[data-v-d77f0cd1],.big p.Para-Table-L[data-v-d77f0cd1],.big li.Para-Table-L-hyp-Sub[data-v-d77f0cd1],.big li.Para-Table-L-hyp-2Sub[data-v-d77f0cd1],.big li[class^=Para-Num][data-v-d77f0cd1],.big p.Para-Box-Num[data-v-d77f0cd1],.big p.Para-Table-B-Sub[data-v-d77f0cd1],.big td p.Para-Table-L[data-v-d77f0cd1],.big p.Para-Table-B[data-v-d77f0cd1],.big p.Para-Circle-Num-Sub[data-v-d77f0cd1],.big p.Para-Table-B-Center[data-v-d77f0cd1],.big .Table--3col-ISO td p[data-v-d77f0cd1]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-d77f0cd1],p.Para-Table-B-Center[data-v-d77f0cd1]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-d77f0cd1],.big p.video_title[data-v-d77f0cd1],.big .resultItem p[data-v-d77f0cd1]{font-size:1.05em}h1[data-v-d77f0cd1]{font-size:1.2em;margin-top:0}h2[data-v-d77f0cd1]{font-size:1.1em}.Heading-3[data-v-d77f0cd1]{font-size:1em}.content .text>ol li[data-v-d77f0cd1]:BEFORE{font-size:26px}.video[data-v-d77f0cd1]{width:95%}}p.Para-Table-L[data-v-d77f0cd1]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-d77f0cd1]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-d77f0cd1]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-d77f0cd1]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-d77f0cd1]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-d77f0cd1]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-d77f0cd1]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-d77f0cd1]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-d77f0cd1]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-d77f0cd1]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-d77f0cd1]:before{content:"";display:block;height:15pt}.Bold[data-v-d77f0cd1],span.Bold[data-v-d77f0cd1]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-d77f0cd1]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-d77f0cd1]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-d77f0cd1]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-d77f0cd1]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-d77f0cd1]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-d77f0cd1]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-d77f0cd1]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-d77f0cd1]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-d77f0cd1]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-d77f0cd1]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-d77f0cd1]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-d77f0cd1],.Para-Table-L-Sub-Auto .icon-1[data-v-d77f0cd1]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-d77f0cd1]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-d77f0cd1]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-d77f0cd1]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-d77f0cd1],.Table--2col td p.Para-basic-L[data-v-d77f0cd1]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-d77f0cd1]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-d77f0cd1]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-d77f0cd1]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-d77f0cd1]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-d77f0cd1]{margin-top:8pt!important}.table-responsive[data-v-d77f0cd1]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-d77f0cd1]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-d77f0cd1],#table-16[data-v-d77f0cd1]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-d77f0cd1]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-d77f0cd1]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-d77f0cd1]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-d77f0cd1]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-d77f0cd1]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-d77f0cd1]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-d77f0cd1]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-d77f0cd1]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-d77f0cd1]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-d77f0cd1]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-d77f0cd1]{font-size:12px}#table-15.responsive td[data-v-d77f0cd1]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-d77f0cd1]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-d77f0cd1]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-d77f0cd1]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-d77f0cd1]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-d77f0cd1],.Table--4col-Error th[data-v-d77f0cd1]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-d77f0cd1],.Table--4col-Error tr:first-child th[data-v-d77f0cd1]{border-top:none}.Table--4col-Error tr:last-child td[data-v-d77f0cd1]{border-bottom:none}.Table--4col-Error thead td[data-v-d77f0cd1]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-d77f0cd1]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-d77f0cd1]:nth-child(1),.Table--4col-Error thead td[data-v-d77f0cd1]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-d77f0cd1]:nth-child(2),.Table--4col-Error thead td[data-v-d77f0cd1]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-d77f0cd1]:nth-child(3),.Table--4col-Error thead td[data-v-d77f0cd1]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-d77f0cd1]:nth-child(4),.Table--4col-Error thead td[data-v-d77f0cd1]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-d77f0cd1]:nth-child(1),.Table--4col-Error tbody td[data-v-d77f0cd1]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-d77f0cd1]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-d77f0cd1]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-d77f0cd1]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-d77f0cd1]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-d77f0cd1]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-d77f0cd1]{font-size:14px!important}.Table--4col-Error tbody td[data-v-d77f0cd1]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-d77f0cd1],.Table--4col-Error p.Para-Table-B[data-v-d77f0cd1],.Table--4col-Error p.Para-Table-L-Center[data-v-d77f0cd1]{font-size:12px!important}.Table--4col-Error tbody td[data-v-d77f0cd1]:nth-child(1),.Table--4col-Error thead td[data-v-d77f0cd1]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-d77f0cd1]:nth-child(2),.Table--4col-Error thead td[data-v-d77f0cd1]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-d77f0cd1]:nth-child(3),.Table--4col-Error thead td[data-v-d77f0cd1]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-d77f0cd1]:nth-child(4),.Table--4col-Error thead td[data-v-d77f0cd1]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-d77f0cd1]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-d77f0cd1]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-d77f0cd1]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-d77f0cd1]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-d77f0cd1]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-d77f0cd1]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-d77f0cd1]{line-height:1.25;font-weight:500}.Bold-color[data-v-d77f0cd1]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-d77f0cd1]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-d77f0cd1]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-d77f0cd1]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-d77f0cd1]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-d77f0cd1]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-d77f0cd1]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-d77f0cd1]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-d77f0cd1]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-d77f0cd1]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-d77f0cd1]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-d77f0cd1]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-d77f0cd1]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-d77f0cd1]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-d77f0cd1]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-d77f0cd1]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-d77f0cd1],tr:last-child td.cell-style-override-7[data-v-d77f0cd1]{border-bottom:0}table#table-16[data-v-d77f0cd1]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-d77f0cd1],.Table--2col-Air-Sensor[data-v-d77f0cd1],.Table--2col-Voice[data-v-d77f0cd1],.Table--2col-Filter[data-v-d77f0cd1],.Table--troubleshooting[data-v-d77f0cd1],.Table--4col-Error[data-v-d77f0cd1],.Table--Specifications[data-v-d77f0cd1]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-d77f0cd1]:last-child,.Table--2col-Voice tr td[data-v-d77f0cd1]:last-child{width:70%}.Table--2col-Voice tr td[data-v-d77f0cd1]:first-child{width:30%}.Para-Table-L-Center[data-v-d77f0cd1]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-d77f0cd1]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-d77f0cd1]{display:block!important}.Table--2col-Information td[data-v-d77f0cd1]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-d77f0cd1]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-d77f0cd1]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-d77f0cd1]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-d77f0cd1]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-d77f0cd1],.Table--4col-responsive table td[data-v-d77f0cd1]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-d77f0cd1],.Table--2col-Information th[data-v-d77f0cd1]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-d77f0cd1]:nth-child(1),.Table--2col-Information th[data-v-d77f0cd1]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-d77f0cd1]:nth-child(2),.Table--2col-Information th[data-v-d77f0cd1]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-d77f0cd1],.Table--2col-Information th[data-v-d77f0cd1]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-d77f0cd1]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-d77f0cd1],.Table--2col-Voice th[data-v-d77f0cd1]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-d77f0cd1]:nth-child(1),.Table--2col-Voice th[data-v-d77f0cd1]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-d77f0cd1]:nth-child(2),.Table--2col-Voice th[data-v-d77f0cd1]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-d77f0cd1]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-d77f0cd1],.Table--2col-Voice tr:last-child td[data-v-d77f0cd1]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-d77f0cd1],.Table--2col-Voice thead th[data-v-d77f0cd1]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-d77f0cd1]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-d77f0cd1]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-d77f0cd1]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-d77f0cd1],.Table--2col-Information th[data-v-d77f0cd1]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-d77f0cd1]:nth-child(1),.Table--2col-Information th[data-v-d77f0cd1]:nth-child(1){width:30%}.Table--2col-Information td[data-v-d77f0cd1]:nth-child(2),.Table--2col-Information th[data-v-d77f0cd1]:nth-child(2){width:70%}.Table--2col-Information td[data-v-d77f0cd1]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-d77f0cd1]{border-bottom:none}.Table--2col-Air-Sensor[data-v-d77f0cd1]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-d77f0cd1],.Table--2col-Air-Sensor th[data-v-d77f0cd1]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-d77f0cd1]:nth-child(1),.Table--2col-Air-Sensor th[data-v-d77f0cd1]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-d77f0cd1]:nth-child(2),.Table--2col-Air-Sensor th[data-v-d77f0cd1]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-d77f0cd1]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-d77f0cd1]{border-bottom:none}.Table--2col-Filter[data-v-d77f0cd1]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-d77f0cd1],.Table--2col-Filter th[data-v-d77f0cd1]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-d77f0cd1]:nth-child(1),.Table--2col-Filter th[data-v-d77f0cd1]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-d77f0cd1]:nth-child(2),.Table--2col-Filter th[data-v-d77f0cd1]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-d77f0cd1]:nth-child(3),.Table--2col-Filter th[data-v-d77f0cd1]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-d77f0cd1]:nth-child(4),.Table--2col-Filter th[data-v-d77f0cd1]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-d77f0cd1]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-d77f0cd1],.Table--2col-Filter tr:last-child td[data-v-d77f0cd1]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-d77f0cd1],.Table--2col-Filter thead th[data-v-d77f0cd1]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-d77f0cd1]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-d77f0cd1]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-d77f0cd1]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-d77f0cd1],.Table--Specifications th[data-v-d77f0cd1]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-d77f0cd1]:first-child,.Table--Specifications th[data-v-d77f0cd1]:first-child{width:16%}.Table--Specifications td[data-v-d77f0cd1]:nth-child(2),.Table--Specifications th[data-v-d77f0cd1]:nth-child(2){width:42%}.Table--Specifications td[data-v-d77f0cd1]:nth-child(3),.Table--Specifications th[data-v-d77f0cd1]:nth-child(3){width:42%}.Table--Specifications td[data-v-d77f0cd1]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-d77f0cd1],.Table--Specifications tr:last-child td[data-v-d77f0cd1]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-d77f0cd1],.Table--Specifications thead th[data-v-d77f0cd1]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-d77f0cd1]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-d77f0cd1]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-d77f0cd1],td.cell-style-override-20[data-v-d77f0cd1]{padding:10px}td.x3col-Mid-text[data-v-d77f0cd1],td.cell-style-override-22[data-v-d77f0cd1],td.cell-style-override-20[data-v-d77f0cd1]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-d77f0cd1]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-d77f0cd1]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-d77f0cd1]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-d77f0cd1]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-d77f0cd1]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-d77f0cd1]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-d77f0cd1],th.header-cell[data-v-d77f0cd1]{background-color:#88d0c7}td.color-blue[data-v-d77f0cd1],th.color-blue[data-v-d77f0cd1]{background-color:#d3edf9}td.color-green[data-v-d77f0cd1],th.color-green[data-v-d77f0cd1]{background-color:#d9ead3}td.color-orange[data-v-d77f0cd1],th.color-orange[data-v-d77f0cd1]{background-color:#fce5cd}td.color-red[data-v-d77f0cd1],th.color-red[data-v-d77f0cd1]{background-color:#f4cccc}td.color-purple[data-v-d77f0cd1],th.color-purple[data-v-d77f0cd1]{background-color:#e4d7f5}td.color-yellow[data-v-d77f0cd1],th.color-yellow[data-v-d77f0cd1]{background-color:#fff2cc}td.color-teal[data-v-d77f0cd1],th.color-teal[data-v-d77f0cd1]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-d77f0cd1],.Table--8col-air-web-1 td[data-v-d77f0cd1],.Table--8col-air-web-1 th[data-v-d77f0cd1]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-d77f0cd1]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-d77f0cd1]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-d77f0cd1],.Table--2col td[data-v-d77f0cd1],.Table--2col th[data-v-d77f0cd1]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-d77f0cd1]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-d77f0cd1]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-d77f0cd1],.Table--2col th p[data-v-d77f0cd1]{border:none!important}.Table--2col[data-v-d77f0cd1] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-d77f0cd1]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-d77f0cd1],.Table--4col td[data-v-d77f0cd1]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-d77f0cd1]{text-align:left!important}.Table--4col thead th[data-v-d77f0cd1]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-d77f0cd1]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-d77f0cd1]{text-align:center!important}.Table--4col-air[data-v-d77f0cd1]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-d77f0cd1],.Table--4col-air th[data-v-d77f0cd1]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-d77f0cd1],.Table--4col-air tr:first-child th[data-v-d77f0cd1]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-d77f0cd1]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-d77f0cd1],.Table--4col-air td ul[data-v-d77f0cd1],.Table--4col-air td li[data-v-d77f0cd1]{text-align:left!important}.Table--4col-air colgroup col[data-v-d77f0cd1]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-d77f0cd1]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-d77f0cd1]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-d77f0cd1]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-d77f0cd1]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-d77f0cd1],.Table--4col-air th[data-v-d77f0cd1]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-d77f0cd1],.Table--4col-air tr:first-child th[data-v-d77f0cd1]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-d77f0cd1]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-d77f0cd1]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-d77f0cd1],.Table--4col-ai2 th[data-v-d77f0cd1]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-d77f0cd1]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-d77f0cd1]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-d77f0cd1],.Table--4col-ai2 th[data-v-d77f0cd1]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-d77f0cd1]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-d77f0cd1]{font-size:12px!important;margin:0!important;line-height:1.5!important}}#content-div[data-v-d77f0cd1]{min-height:87vh;background-color:#fff}.data-row[data-v-d77f0cd1]{color:#000}@media screen and (max-width: 600px){#content-div[data-v-d77f0cd1]{min-height:100vh}}.video-loading[data-v-e73b0539]{text-align:center;padding:40px}.spinner[data-v-e73b0539]{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top:4px solid #8ce2d0;border-radius:50%;animation:spin-e73b0539 1s linear infinite;margin:30px auto 16px}@keyframes spin-e73b0539{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-placeholder[data-v-e73b0539]{padding:40px;text-align:center;color:#666}.b2b-process-item[data-v-9320576f]{width:50px;height:150px}@media screen and (min-width: 1024px){.b2b-process-item[data-v-9320576f]{width:160px;height:200px}}.b2b-process-item-image[data-v-9320576f]{margin-left:0}@media screen and (min-width: 1024px){.b2b-process-item-image[data-v-9320576f]{margin-left:9px}}.swiper-pagination-bullet{background:#8ce2d0!important;opacity:.7}.swiper-button-next,.swiper-button-prev{color:#fff}.swiper-pagination-bullet{background:gray;opacity:.7}.swiper-pagination-bullet-active{background:#fff;opacity:1}.qty-btn[data-v-a4d5d35b]{width:32px;height:32px;border-radius:4px;font-size:18px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;color:#fff}.qty-btn[data-v-a4d5d35b]:hover{background-color:#8ce2d0;color:#000!important}.qty-btn[data-v-a4d5d35b]:active{transform:scale(.95)}.qty-btn.qty-minus[data-v-a4d5d35b]:disabled{opacity:.5;cursor:not-allowed}.order-image img[data-v-a4d5d35b]{background-color:#fff;width:125px!important;height:125px!important}@media screen and (max-width: 1024px){.order-image img[data-v-a4d5d35b]{width:auto!important;height:auto!important}}.order-image img[data-v-38979d24]{background-color:#fff;width:125px!important;height:125px!important}@media screen and (max-width: 1024px){.order-image img[data-v-38979d24]{width:auto!important;height:auto!important}}.step-badge[data-v-38979d24]{display:inline-block;background:linear-gradient(135deg,#8ce2d0,#1dd8b3);color:#000;padding:4px 12px;border-radius:9999px;font-size:14px;font-weight:600;line-height:1;min-width:40px;text-align:center;box-shadow:0 2px 8px #3b82f64d;margin-left:12px}.file-upload-label[data-v-38979d24]{display:flex;flex-direction:column;width:100%;height:160px;border-width:4px;border-style:dashed;border-color:#dbeafe;background-color:transparent;transition:all .2s ease;cursor:pointer;position:relative;overflow:hidden}.file-upload-label[data-v-38979d24]:hover{background-color:#f3f4f6;border-color:#d1d5db}.upload-placeholder[data-v-38979d24]{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:10px}.upload-icon[data-v-38979d24]{width:32px;height:32px;color:#9ca3af;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:color .2s ease}.file-upload-label:hover .upload-icon[data-v-38979d24]{color:#4b5563}.upload-text[data-v-38979d24]{padding-top:4px;font-size:14px;letter-spacing:.05em;color:#9ca3af;transition:color .2s ease}.file-upload-label:hover .upload-text[data-v-38979d24]{color:#4b5563}.preview-image[data-v-38979d24]{width:100%;height:144px;object-fit:contain}.file-input[data-v-38979d24]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.google-login-btn[data-v-fd765f89]{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:14px 24px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.google-login-btn[data-v-fd765f89]:hover{box-shadow:0 2px 8px #00000026;border-color:#bdc1c6;background:#fafbfc;color:#3c4043}.google-login-btn[data-v-fd765f89]:active{box-shadow:0 1px 3px #0003;transform:translateY(1px)}.google-icon[data-v-fd765f89]{width:20px;height:20px;flex-shrink:0}.disabled[data-v-da43d846]{pointer-events:none;opacity:.5;cursor:default}#radio-option1-1[data-v-da43d846]{pointer-events:none;cursor:default}input[type=date][data-v-e759f97a]::-webkit-calendar-picker-indicator{filter:invert(.5);cursor:pointer}.form-selector[data-v-e759f97a]{font-size:11px;width:60%}@media screen and (max-width: 1024px){.form-selector[data-v-e759f97a]{height:48px;font-size:12px}}.google-login-btn[data-v-78c86838]{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:14px 24px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.google-login-btn[data-v-78c86838]:hover{box-shadow:0 2px 8px #00000026;border-color:#bdc1c6;background:#fafbfc;color:#3c4043}.google-login-btn[data-v-78c86838]:active{box-shadow:0 1px 3px #0003;transform:translateY(1px)}.google-icon[data-v-78c86838]{width:20px;height:20px;flex-shrink:0}.form-selector[data-v-a0c0e1e5]{font-size:11px;width:60%}@media screen and (max-width: 1024px){.form-selector[data-v-a0c0e1e5]{height:48px;font-size:12px}}.disabled[data-v-041df317],.disabled[data-v-5c0bd5d3]{pointer-events:none;opacity:.5;cursor:default}.login-with-google[data-v-65066e9d]{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:14px 24px;background:#fff;border:1px solid #dadce0;border-radius:8px;font-size:16px;font-weight:500;color:#3c4043;cursor:pointer;transition:all .2s ease-in-out;box-shadow:0 1px 2px #0000000d}.login-with-google[data-v-65066e9d]:hover{border-color:#bdc1c6;background:#fafbfc;box-shadow:0 2px 8px #00000026}.login-with-google[data-v-65066e9d]:active{transform:translateY(1px);box-shadow:0 1px 3px #0003}.login-with-google[data-v-65066e9d]:focus{outline:none;box-shadow:0 0 0 3px #4285f44d}.google-icon[data-v-65066e9d]{width:20px;height:20px;flex-shrink:0}span[data-v-65066e9d]{font-family:inherit}.hovered[data-v-14347cb1]{background-color:#f0f0f0}.form-selector[data-v-14347cb1]{font-size:11px;width:60%}@media screen and (max-width: 1024px){.form-selector[data-v-14347cb1]{height:48px;font-size:12px}}.agreement-content[data-v-4f195f6b]{font-size:15px}.button-mini[data-v-4f195f6b]{font-size:13px}.form-select[data-v-4f195f6b]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:auto;width:auto;display:block;padding:.375rem .75rem;line-height:1.5rem;font-weight:400;background-clip:padding-box;background-color:#38383a;background-repeat:no-repeat;border-radius:.25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);margin:0}.form-select[data-v-4f195f6b]:focus{color:#b3b3b3;outline:2px solid transparent;border-color:#dcdddd;outline-offset:2px}.submit-btn[data-v-4f195f6b]{display:flex;padding:10px 16px;font-size:16px;width:auto;cursor:pointer;border:2px solid #aaa9a9;transition:transform .2s ease,background-color .2s ease}.check-box-grid[data-v-4f195f6b]{padding-top:5px;display:flex;align-items:top;gap:.5rem;margin-bottom:.5rem}.check-box-grid input[data-v-4f195f6b]{transform:translateY(2px)}.alert-danger[data-v-4f195f6b]{display:inline-flex;align-items:center;height:auto;width:100%;margin-bottom:.75rem;border-radius:.5rem;color:#e24a4a}.alert-success[data-v-4f195f6b]{padding-top:7px;padding-left:5px;display:flex;align-items:center;height:auto;width:fit-content;border-radius:.5rem;font:bold;background-color:#59e29d;border-color:#c07171;border-width:thick;color:#1b5e3c}.sr-only[data-v-4f195f6b]{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.dropzone[data-v-4f195f6b]{border:2px dashed #dfdfdf;border-radius:10px;padding:15px;text-align:center;cursor:pointer;color:#2b2c2e;background:#8b8b8b;transition:background-color .2s ease,border-color .2s ease}.dropzone.is-dragover[data-v-4f195f6b]{background-color:#c5c5c5;border-color:#a1a1a1}.procedure-grid[data-v-4f195f6b]{display:grid;grid-template-columns:auto 1fr;column-gap:.5rem;align-items:start;margin:.5rem 0}.procedure-grid .header[data-v-4f195f6b]{min-width:2.5ch}.procedure-grid ol[data-v-4f195f6b]{list-style:none;margin:0;padding:0}.procedure-grid ol li[data-v-4f195f6b]{display:grid;grid-template-columns:auto 1fr;column-gap:.1rem;align-items:start;margin:.5rem 0}.procedure-grid .num[data-v-4f195f6b]{min-width:2ch}.image-card[data-v-4f195f6b]{transform:scale(.6) translate(.5rem);transform-origin:top;height:300px;width:auto;object-fit:contain;display:block}.btn-icon .cart-count[data-v-872a5fbe]{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;background:#8ce2d0;color:#000;font-size:10px;font-weight:700;line-height:16px;border-radius:50%;text-align:center;box-shadow:0 2px 4px #0003;animation:bounceIn-872a5fbe .3s ease-out}@keyframes bounceIn-872a5fbe{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}body[data-v-ffc36461]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-ffc36461]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-ffc36461]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-ffc36461]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-ffc36461]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-ffc36461]{width:83%!important}.content #naviText span[data-v-ffc36461]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-ffc36461]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-ffc36461]{width:100%!important}.content #mainCar[data-v-ffc36461]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-ffc36461]{width:100%}#mainCarPhone[data-v-ffc36461]{display:none}.content #buttonMenu_v2[data-v-ffc36461]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-ffc36461]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-ffc36461]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-ffc36461]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-ffc36461]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-ffc36461]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-ffc36461]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-ffc36461]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-ffc36461]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-ffc36461]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-ffc36461]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-ffc36461]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-ffc36461]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-ffc36461]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-ffc36461]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-ffc36461]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-ffc36461]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-ffc36461]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-ffc36461]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-ffc36461]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-ffc36461]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-ffc36461]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-ffc36461]{bottom:11%;width:30%}.content #naviText span[data-v-ffc36461]{font-size:17px}.content #naviText img[data-v-ffc36461]{width:80%!important}.content #carName[data-v-ffc36461]{right:0%;bottom:12%}.content #carName img[data-v-ffc36461]{width:40%!important}.content #buttonMenu_v2>a[data-v-ffc36461]{width:33%}.content #buttonMenu>a[data-v-ffc36461]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-ffc36461]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-ffc36461]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-ffc36461]{display:block}#mainCarPc[data-v-ffc36461]{display:none}.content #buttonMenu_v2[data-v-ffc36461],.content #buttonMenu[data-v-ffc36461]{width:92%}}@media screen and (max-width: 480px){.content[data-v-ffc36461]{padding-top:0}.content #naviText[data-v-ffc36461]{bottom:14%;width:45%}.content #naviText span[data-v-ffc36461]{font-size:11px}.content #naviText img[data-v-ffc36461]{width:88%!important}.content #carName[data-v-ffc36461]{right:5%;bottom:15%}.content #carName img[data-v-ffc36461]{width:120px!important}.content #buttonMenu_v2[data-v-ffc36461]{position:relative}.content #buttonMenu_v2>a>div[data-v-ffc36461]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-ffc36461]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-ffc36461]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-ffc36461]{position:relative}.content #buttonMenu>a>div[data-v-ffc36461]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-ffc36461]{height:120px}.content #buttonMenu>a>div>span[data-v-ffc36461]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-ffc36461]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-ffc36461]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-ffc36461]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-ffc36461]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-ffc36461]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-ffc36461]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-ffc36461]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-ffc36461]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-ffc36461]{margin:0;padding:0}html[data-v-ffc36461]{background-color:#000;width:100%}.keyword[data-v-ffc36461],.highlight[data-v-ffc36461]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-ffc36461]{font-family:upsys_commonregular}.header_main[data-v-ffc36461]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-ffc36461]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-ffc36461]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-ffc36461]>*{float:left}#headerLogo[data-v-ffc36461]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-ffc36461]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-ffc36461]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-ffc36461]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-ffc36461]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-ffc36461]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-ffc36461]{font-size:13px}.languageDiv .active[data-v-ffc36461]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-ffc36461]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-ffc36461]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-ffc36461]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-ffc36461],#languageSelect li[data-v-ffc36461]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-ffc36461],#languageSelect li:hover a[data-v-ffc36461]{color:#000}.footer-manual[data-v-ffc36461]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-ffc36461]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-ffc36461]{line-height:60px}#footerLogo[data-v-ffc36461]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-ffc36461]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-ffc36461]{display:inline-block;width:100%}#copyrightPcSpan[data-v-ffc36461]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-ffc36461]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-ffc36461]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-ffc36461]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-ffc36461]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-ffc36461]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-ffc36461]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-ffc36461]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-ffc36461]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-ffc36461]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-ffc36461]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-ffc36461]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-ffc36461]:focus{outline:none}#searchButton[data-v-ffc36461]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-ffc36461]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-ffc36461]{width:80%}table td.right[data-v-ffc36461]{width:10%;text-align:center}.result[data-v-ffc36461],.resultcount[data-v-ffc36461],.noResult[data-v-ffc36461]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-ffc36461]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-ffc36461]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-ffc36461]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-ffc36461]{color:#e49f81}.cover[data-v-ffc36461]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-ffc36461]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-ffc36461]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-ffc36461]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-ffc36461]{font-size:12px}.languageDivPhone .active[data-v-ffc36461]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-ffc36461]{bottom:30px;left:1px}.fontChangeButton[data-v-ffc36461]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-ffc36461]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-ffc36461]{left:0}.languageDiv div[data-v-ffc36461]{width:120%;left:-45px;top:5px}#languageSelect[data-v-ffc36461]{margin-left:-40px}#banner_img>a[data-v-ffc36461]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-ffc36461]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-ffc36461]{z-index:12}.header_main[data-v-ffc36461]{height:40px;padding-top:0}.header[data-v-ffc36461]{z-index:12}.header[data-v-ffc36461]{height:40px;padding-top:0}#title[data-v-ffc36461]{font-size:16px;width:49%}#headerLogo[data-v-ffc36461]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-ffc36461]{width:20%}.languageDiv div[data-v-ffc36461]{width:90%;left:-15px;top:5px}#languageSelect[data-v-ffc36461]{margin-left:-10px}.languageDiv ul[data-v-ffc36461]{font-size:12px}#menu[data-v-ffc36461]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-ffc36461]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-ffc36461]{width:80%}#rightHeader[data-v-ffc36461]{height:40px}#rightHeader>div[data-v-ffc36461]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-ffc36461]{position:absolute;right:38px;top:0}.searchDiv[data-v-ffc36461]{width:90%}#toc[data-v-ffc36461]{width:100%}.copyright[data-v-ffc36461]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-ffc36461]{display:none}#copyrightPhone[data-v-ffc36461]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-ffc36461]{width:15%!important}#prevBtn[data-v-ffc36461],#nextBtn[data-v-ffc36461]{width:32px;height:32px;background-size:100%}#searchButton[data-v-ffc36461]{margin-left:-1px}table td.left[data-v-ffc36461]{text-align:right}table td.center[data-v-ffc36461]{width:50%}table td.right[data-v-ffc36461]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-ffc36461]{left:0}.languageDiv div[data-v-ffc36461]{width:100%;left:-5px;top:5px}#languageSelect[data-v-ffc36461]{margin-left:20px}.languageDiv ul[data-v-ffc36461]{font-size:10px}.noResult>span[data-v-ffc36461]{width:200px!important;font-size:14px}#title[data-v-ffc36461]{font-size:13px;width:40%}#menu[data-v-ffc36461]{position:absolute}#banner_img>a[data-v-ffc36461]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-ffc36461]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-ffc36461]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-ffc36461]{font-size:14px}}body[data-v-ffc36461]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-ffc36461]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-ffc36461]{margin:auto;max-width:1120px}.subHeaderInner[data-v-ffc36461]>*{float:left}.content p[data-v-ffc36461],.content li[data-v-ffc36461]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-ffc36461]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-ffc36461]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-ffc36461]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-ffc36461]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-ffc36461]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-ffc36461]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-ffc36461]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-ffc36461]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-ffc36461]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-ffc36461]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-ffc36461]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-ffc36461],p.Para-Basic-B-Sub[data-v-ffc36461]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-ffc36461]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-ffc36461]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-ffc36461]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-ffc36461]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-ffc36461]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-ffc36461],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-ffc36461],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-ffc36461]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-ffc36461],p+ul li.Para-Basic-B-Sub[data-v-ffc36461]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-ffc36461],ul~p.Para-basic-L-bullet-Sub[data-v-ffc36461],ul~p.Para-Basic-B-Sub[data-v-ffc36461]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-ffc36461],ol~p.Para-basic-L-bullet-Sub[data-v-ffc36461],ol~p.Para-Basic-B-Sub[data-v-ffc36461]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-ffc36461],ol+*+p.Para-basic-L-bullet-Sub[data-v-ffc36461],ol+*+p.Para-Basic-B-Sub[data-v-ffc36461]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-ffc36461],a .Para-Basic-B-Sub[data-v-ffc36461]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-ffc36461]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-ffc36461]{margin-left:45px}.content p[data-v-ffc36461],li[data-v-ffc36461]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-ffc36461],p.Para-Basic-B[data-v-ffc36461],p.Para-Basic-B-Center[data-v-ffc36461]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-ffc36461]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-ffc36461],p.Para-Basic-B-Center[data-v-ffc36461]{text-align:center}p.Para-Table-L-center[data-v-ffc36461],p.Para-Table-B-Center[data-v-ffc36461]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-ffc36461],table p.Para-Basic-B[data-v-ffc36461],table p.Para-Basic-B-Center[data-v-ffc36461]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-ffc36461]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-ffc36461]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-ffc36461]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-ffc36461]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-ffc36461]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-ffc36461],.content .text>ul[data-v-ffc36461],.content .text table ol[data-v-ffc36461],.content .text table ul[data-v-ffc36461]{padding-left:20px}.content .text>ol[data-v-ffc36461]{padding-left:0}p.Para-Illust-L[data-v-ffc36461]{text-align:center}p.Para-Illust-L img[data-v-ffc36461]{display:inline-block}p.Placeholder-sub[data-v-ffc36461],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-ffc36461],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-ffc36461],.content .text>ol~.figure[data-v-ffc36461],p.Placeholder-sub-S[data-v-ffc36461],.Para-screen-sub-S[data-v-ffc36461],.Para-screen-sub-M[data-v-ffc36461],.Para-screen-sub-L[data-v-ffc36461]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-ffc36461],p.Placeholder-sub-M img[data-v-ffc36461],p.Placeholder-sub img[data-v-ffc36461]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-ffc36461]{margin-left:45px}.Table-pic-Left-sub img[data-v-ffc36461]{margin-top:5px;margin-bottom:10px}div.figure[data-v-ffc36461]{display:inline-block}p.Para-img-description[data-v-ffc36461]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-ffc36461]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-ffc36461]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-ffc36461]{margin-bottom:25px}.text img[data-v-ffc36461]{max-width:100%;display:block}.Table-Pic-center[data-v-ffc36461]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-ffc36461]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-ffc36461]{margin:0}p.Para-Box-Num[data-v-ffc36461]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-ffc36461]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-ffc36461]:AFTER{content:". "}span.inline-img img[data-v-ffc36461]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-ffc36461]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-ffc36461]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-ffc36461]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-ffc36461]{margin-left:6.5%;display:block!important}.discUl li[data-v-ffc36461]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-ffc36461],.Symbol-R[data-v-ffc36461],.Note-R-Pic[data-v-ffc36461]{display:block;width:100%}.Symbol-L[data-v-ffc36461]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-ffc36461]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-ffc36461],.Symbol-R li[data-v-ffc36461],.Symbol-R p[data-v-ffc36461]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-ffc36461]{font-size:16px}table.Table-Symbol td ul[data-v-ffc36461]{padding-left:20px}table.Table-Symbol[data-v-ffc36461]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-ffc36461]{color:#bc162c}.Symbol-Black[data-v-ffc36461],.Symbol-Black-Table[data-v-ffc36461]{font-family:upsys_commonregular}.Symbol-Green[data-v-ffc36461]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-ffc36461]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-ffc36461]{width:auto!important}.video_container[data-v-ffc36461]{margin-top:40px;float:right}.video[data-v-ffc36461]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-ffc36461]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-ffc36461]{width:100%}.Table--3col[data-v-ffc36461],.Basic-Table[data-v-ffc36461],.Table--2col[data-v-ffc36461],.Table-Landmark[data-v-ffc36461],.Table--4col[data-v-ffc36461],.Table-2row-merge[data-v-ffc36461],.Table--troubleshooting[data-v-ffc36461],.Table-specification[data-v-ffc36461],.Table-service-center[data-v-ffc36461],.Table-5col[data-v-ffc36461],.responsive[data-v-ffc36461],.Table--3col-Locations[data-v-ffc36461]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-ffc36461]:FIRST-CHILD,.Basic-Table tr[data-v-ffc36461]:FIRST-CHILD,.Table--2col tr[data-v-ffc36461]:FIRST-CHILD,.Table-Landmark tr[data-v-ffc36461]:FIRST-CHILD,.Table--4col tr[data-v-ffc36461]:FIRST-CHILD,.Table-2row-merge tr[data-v-ffc36461]:FIRST-CHILD,.Table--troubleshooting tr[data-v-ffc36461]:FIRST-CHILD,.Table-service-center tr[data-v-ffc36461]:FIRST-CHILD,.responsive tr[data-v-ffc36461]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-ffc36461]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-ffc36461],.Basic-Table td[data-v-ffc36461],.Table--2col td[data-v-ffc36461],.Table-Landmark td[data-v-ffc36461],.Table--4col td[data-v-ffc36461],.Table-2row-merge td[data-v-ffc36461],.Table--troubleshooting td[data-v-ffc36461],.Table-specification td[data-v-ffc36461],.Table-service-center td[data-v-ffc36461],.responsive td[data-v-ffc36461]{padding:10px}.Table--troubleshooting td[data-v-ffc36461]{border-right:none}.Table--troubleshooting[data-v-ffc36461]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-ffc36461],.Table-Landmark .Para-Pic-Center img[data-v-ffc36461]{width:30px}.Table-5col[data-v-ffc36461]{border:none}.Table-5col tr[data-v-ffc36461]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-ffc36461]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-ffc36461]{width:15%}.Table--3col td.x3col-L[data-v-ffc36461],.x3col-L td.x3col-M[data-v-ffc36461]{width:10%}td.x3col-Mid-Text[data-v-ffc36461]{text-align:center}td.x3col-R-Pic[data-v-ffc36461]{text-align:right}.responsive td p[data-v-ffc36461]{text-align:center}table.Table--3col-Locations[data-v-ffc36461]{border-collapse:collapse}.Table--3col-Locations td[data-v-ffc36461]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-ffc36461]{padding:10px}.Para-Pic-Center img[data-v-ffc36461]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-ffc36461]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-ffc36461]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-ffc36461]{width:50%}.Table-specification .x3col-L-Grey[data-v-ffc36461]{width:20%}.Table-specification .Spec-Mid-text[data-v-ffc36461]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-ffc36461]{width:50%}.Table--3col .x3col-L-Grey[data-v-ffc36461]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-ffc36461],.Table--4col .x3col-Mid-Grey[data-v-ffc36461],.Table--4col .x3col-R-Grey[data-v-ffc36461]{width:30%}.navi td.x3col-Mid-Grey[data-v-ffc36461]{width:15%}.Table--3col .x3col-R-Grey[data-v-ffc36461]{width:50%}.Table--2col .x3col-L-Grey[data-v-ffc36461],.Table--2col td[data-v-ffc36461]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-ffc36461]{width:70%}.Table--2col-Disc[data-v-ffc36461]{border-collapse:collapse}.Table--2col-Disc td[data-v-ffc36461]{border:1px solid grey;padding:10px}.Table-PL td[data-v-ffc36461]:FIRST-CHILD{width:25%}.resultcount p[data-v-ffc36461]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-ffc36461]{font-family:SK_namuhx-Bold}.noResult>span[data-v-ffc36461]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-ffc36461]{color:#f0dfdf;display:block}.result_list[data-v-ffc36461]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-ffc36461]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-ffc36461]{font-family:SK_namuhx-Regular}.resulttext p[data-v-ffc36461]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-ffc36461]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-ffc36461]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-ffc36461],.Cross-Reference[data-v-ffc36461]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-ffc36461]:hover{text-decoration:underline}.fontChangeDiv[data-v-ffc36461]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-ffc36461]{top:55px}#backButton[data-v-ffc36461]{background-size:16px}.chapterTitle[data-v-ffc36461]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-ffc36461],h2[data-v-ffc36461]{font-size:1.3em}#contentAccordion[data-v-ffc36461]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-ffc36461]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-ffc36461]{line-height:21px}.video[data-v-ffc36461]{width:46%}}@media screen and (max-width: 640px){h2[data-v-ffc36461]{margin-top:40px}.subHeader[data-v-ffc36461]{top:40px}.fontChangeDiv[data-v-ffc36461]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-ffc36461]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-ffc36461]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-ffc36461]{margin-left:7.3%}table td[data-v-ffc36461]{font-size:14px;padding:5px!important}table td p[data-v-ffc36461],table td p.Para-Basic-B-Center[data-v-ffc36461],table td p.Para-Basic-B[data-v-ffc36461]{font-size:14px}table td p.Para-Small-L[data-v-ffc36461]{font-size:12px;word-break:break-word}.Table--3col td[data-v-ffc36461],.Basic-Table td[data-v-ffc36461],.Table--2col td[data-v-ffc36461],.Table-Landmark td[data-v-ffc36461],.Table--4col td[data-v-ffc36461],.Table-2row-merge td[data-v-ffc36461],.Table--troubleshooting td[data-v-ffc36461],.Table-specification td[data-v-ffc36461],.Table-service-center td[data-v-ffc36461]{border-right:none}.responsive[data-v-ffc36461],.responsive tr[data-v-ffc36461],.responsive tbody[data-v-ffc36461]{width:100%}.Table--4col-responsive td[data-v-ffc36461]{min-width:200px!important;height:auto}.responsive td p[data-v-ffc36461]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-ffc36461],.Table-Symbol td li[data-v-ffc36461]{font-size:16px}p.Placeholder-sub[data-v-ffc36461],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-ffc36461],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-ffc36461],.content .text>ol~.figure[data-v-ffc36461],.content .text>ol+ul[data-v-ffc36461],.Para-screen-sub-L[data-v-ffc36461]{margin-left:0}.resultcount p[data-v-ffc36461]{font-size:16px}.Table-specification td p[data-v-ffc36461],.Table--3col-Locations td li[data-v-ffc36461],p.Para-basic-L-Sub[data-v-ffc36461],p.Para-basic-L-Sub-Auto[data-v-ffc36461],p.Para-basic-L-center[data-v-ffc36461],li.Para-basic-L-bullet[data-v-ffc36461],p.Para-basic-L[data-v-ffc36461],li.Para-basic-L-hyp-Sub[data-v-ffc36461],li.Para-basic-L-hyp-2Sub[data-v-ffc36461],li[class^=Para-Num][data-v-ffc36461],p.Para-Box-Num[data-v-ffc36461],p.Para-Basic-B-Sub[data-v-ffc36461],td p.Para-basic-L[data-v-ffc36461],td li.Para-basic-L-bullet[data-v-ffc36461],p.Para-Basic-B[data-v-ffc36461],p.Para-Circle-Num-Sub[data-v-ffc36461],.Symbol-L p.Para-basic-L-Sub[data-v-ffc36461],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-ffc36461]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-ffc36461],.Table--3col-Locations td li[data-v-ffc36461],p.Para-Table-L-Sub[data-v-ffc36461],p.Para-Table-L-Sub-Auto[data-v-ffc36461],p.Para-Table-L-center[data-v-ffc36461],p.Para-Table-L[data-v-ffc36461],li.Para-Table-L-hyp-Sub[data-v-ffc36461],li.Para-Table-L-hyp-2Sub[data-v-ffc36461],p.Para-Table-B-Sub[data-v-ffc36461],td p.Para-Table-L[data-v-ffc36461],p.Para-Table-B[data-v-ffc36461],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-ffc36461]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-ffc36461]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-ffc36461],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-ffc36461]{font-size:14px}.big .Table-specification td p[data-v-ffc36461],.big .Table--3col-Locations td li[data-v-ffc36461],.big p.Para-basic-L-Sub[data-v-ffc36461],.big p.Para-basic-L-Sub-Auto[data-v-ffc36461],.big p.Para-basic-L-center[data-v-ffc36461],.big li.Para-basic-L-bullet[data-v-ffc36461],.big p.Para-basic-L[data-v-ffc36461],.big li.Para-basic-L-hyp-Sub[data-v-ffc36461],.big li.Para-basic-L-hyp-2Sub[data-v-ffc36461],.big li[class^=Para-Num][data-v-ffc36461],.big p.Para-Box-Num[data-v-ffc36461],.big p.Para-Basic-B-Sub[data-v-ffc36461],.big td p.Para-basic-L[data-v-ffc36461],.big td li.Para-basic-L-bullet[data-v-ffc36461],.big p.Para-Basic-B[data-v-ffc36461],.big p.Para-Circle-Num-Sub[data-v-ffc36461]{font-size:16px}.big .Table-specification td p[data-v-ffc36461],.big .Table--3col-Locations td li[data-v-ffc36461],.big p.Para-Table-L-Sub[data-v-ffc36461],.big p.Para-Table-L-Sub-Auto[data-v-ffc36461],.big p.Para-Table-L-center[data-v-ffc36461],.big p.Para-Table-L[data-v-ffc36461],.big li.Para-Table-L-hyp-Sub[data-v-ffc36461],.big li.Para-Table-L-hyp-2Sub[data-v-ffc36461],.big li[class^=Para-Num][data-v-ffc36461],.big p.Para-Box-Num[data-v-ffc36461],.big p.Para-Table-B-Sub[data-v-ffc36461],.big td p.Para-Table-L[data-v-ffc36461],.big p.Para-Table-B[data-v-ffc36461],.big p.Para-Circle-Num-Sub[data-v-ffc36461],.big p.Para-Table-B-Center[data-v-ffc36461],.big .Table--3col-ISO td p[data-v-ffc36461]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-ffc36461],p.Para-Table-B-Center[data-v-ffc36461]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-ffc36461],.big p.video_title[data-v-ffc36461],.big .resultItem p[data-v-ffc36461]{font-size:1.05em}h1[data-v-ffc36461]{font-size:1.2em;margin-top:0}h2[data-v-ffc36461]{font-size:1.1em}.Heading-3[data-v-ffc36461]{font-size:1em}.content .text>ol li[data-v-ffc36461]:BEFORE{font-size:26px}.video[data-v-ffc36461]{width:95%}}p.Para-Table-L[data-v-ffc36461]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-ffc36461]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-ffc36461]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-ffc36461]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-ffc36461]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-ffc36461]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-ffc36461]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-ffc36461]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-ffc36461]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-ffc36461]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-ffc36461]:before{content:"";display:block;height:15pt}.Bold[data-v-ffc36461],span.Bold[data-v-ffc36461]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-ffc36461]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-ffc36461]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-ffc36461]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-ffc36461]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-ffc36461]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-ffc36461]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-ffc36461]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-ffc36461]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-ffc36461]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-ffc36461]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-ffc36461]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-ffc36461],.Para-Table-L-Sub-Auto .icon-1[data-v-ffc36461]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-ffc36461]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-ffc36461]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-ffc36461]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-ffc36461],.Table--2col td p.Para-basic-L[data-v-ffc36461]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-ffc36461]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-ffc36461]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-ffc36461]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-ffc36461]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-ffc36461]{margin-top:8pt!important}.table-responsive[data-v-ffc36461]{width:100%;overflow-x:auto}.table-responsive table[data-v-ffc36461]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-ffc36461]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-ffc36461]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-ffc36461]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-ffc36461]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-ffc36461]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-ffc36461]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-ffc36461]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-ffc36461]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-ffc36461]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-ffc36461]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-ffc36461]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-ffc36461]{font-size:12px}#table-15.responsive td[data-v-ffc36461]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-ffc36461]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-ffc36461]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-ffc36461]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-ffc36461]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-ffc36461],.Table--4col-Error th[data-v-ffc36461]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-ffc36461],.Table--4col-Error tr:first-child th[data-v-ffc36461]{border-top:none}.Table--4col-Error tr:last-child td[data-v-ffc36461]{border-bottom:none}.Table--4col-Error thead td[data-v-ffc36461]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-ffc36461]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-ffc36461]:nth-child(1),.Table--4col-Error thead td[data-v-ffc36461]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-ffc36461]:nth-child(2),.Table--4col-Error thead td[data-v-ffc36461]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-ffc36461]:nth-child(3),.Table--4col-Error thead td[data-v-ffc36461]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-ffc36461]:nth-child(4),.Table--4col-Error thead td[data-v-ffc36461]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-ffc36461]:nth-child(1),.Table--4col-Error tbody td[data-v-ffc36461]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-ffc36461]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-ffc36461]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-ffc36461]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-ffc36461]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-ffc36461]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-ffc36461]{font-size:14px!important}.Table--4col-Error tbody td[data-v-ffc36461]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-ffc36461],.Table--4col-Error p.Para-Table-B[data-v-ffc36461],.Table--4col-Error p.Para-Table-L-Center[data-v-ffc36461]{font-size:12px!important}.Table--4col-Error tbody td[data-v-ffc36461]:nth-child(1),.Table--4col-Error thead td[data-v-ffc36461]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-ffc36461]:nth-child(2),.Table--4col-Error thead td[data-v-ffc36461]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-ffc36461]:nth-child(3),.Table--4col-Error thead td[data-v-ffc36461]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-ffc36461]:nth-child(4),.Table--4col-Error thead td[data-v-ffc36461]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-ffc36461]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-ffc36461]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-ffc36461]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-ffc36461]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-ffc36461]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-ffc36461]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-ffc36461]{line-height:1.25;font-weight:500}.Bold-color[data-v-ffc36461]{font-weight:700}.char-style-override-4[data-v-ffc36461]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-ffc36461]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-ffc36461]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-ffc36461]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-ffc36461]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-ffc36461]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-ffc36461]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-ffc36461]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-ffc36461]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-ffc36461]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-ffc36461]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-ffc36461]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-ffc36461]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-ffc36461]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-ffc36461]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-ffc36461]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-ffc36461],tr:last-child td.cell-style-override-7[data-v-ffc36461]{border-bottom:0}table#table-16[data-v-ffc36461]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-ffc36461],.Table--2col-Air-Sensor[data-v-ffc36461],.Table--2col-Voice[data-v-ffc36461],.Table--2col-Filter[data-v-ffc36461],.Table--troubleshooting[data-v-ffc36461],.Table--4col-Error[data-v-ffc36461],.Table--Specifications[data-v-ffc36461]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-ffc36461]:last-child,.Table--2col-Voice tr td[data-v-ffc36461]:last-child{width:70%}.Table--2col-Voice tr td[data-v-ffc36461]:first-child{width:30%}.Para-Table-L-Center[data-v-ffc36461]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-ffc36461]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-ffc36461]{display:block!important}.Table--2col-Information td[data-v-ffc36461]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-ffc36461]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-ffc36461]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-ffc36461]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-ffc36461]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-ffc36461],.Table--4col-responsive table td[data-v-ffc36461]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-ffc36461],.Table--2col-Information th[data-v-ffc36461]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-ffc36461]:nth-child(1),.Table--2col-Information th[data-v-ffc36461]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-ffc36461]:nth-child(2),.Table--2col-Information th[data-v-ffc36461]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-ffc36461],.Table--2col-Information th[data-v-ffc36461]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-ffc36461]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-ffc36461],.Table--2col-Voice th[data-v-ffc36461]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-ffc36461]:nth-child(1),.Table--2col-Voice th[data-v-ffc36461]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-ffc36461]:nth-child(2),.Table--2col-Voice th[data-v-ffc36461]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-ffc36461]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-ffc36461],.Table--2col-Voice tr:last-child td[data-v-ffc36461]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-ffc36461],.Table--2col-Voice thead th[data-v-ffc36461]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-ffc36461]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-ffc36461]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-ffc36461]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-ffc36461],.Table--2col-Information th[data-v-ffc36461]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-ffc36461]:nth-child(1),.Table--2col-Information th[data-v-ffc36461]:nth-child(1){width:30%}.Table--2col-Information td[data-v-ffc36461]:nth-child(2),.Table--2col-Information th[data-v-ffc36461]:nth-child(2){width:70%}.Table--2col-Information td[data-v-ffc36461]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-ffc36461]{border-bottom:none}.Table--2col-Air-Sensor[data-v-ffc36461]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-ffc36461],.Table--2col-Air-Sensor th[data-v-ffc36461]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-ffc36461]:nth-child(1),.Table--2col-Air-Sensor th[data-v-ffc36461]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-ffc36461]:nth-child(2),.Table--2col-Air-Sensor th[data-v-ffc36461]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-ffc36461]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-ffc36461]{border-bottom:none}.Table--2col-Filter[data-v-ffc36461]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-ffc36461],.Table--2col-Filter th[data-v-ffc36461]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-ffc36461]:nth-child(1),.Table--2col-Filter th[data-v-ffc36461]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-ffc36461]:nth-child(2),.Table--2col-Filter th[data-v-ffc36461]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-ffc36461]:nth-child(3),.Table--2col-Filter th[data-v-ffc36461]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-ffc36461]:nth-child(4),.Table--2col-Filter th[data-v-ffc36461]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-ffc36461]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-ffc36461],.Table--2col-Filter tr:last-child td[data-v-ffc36461]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-ffc36461],.Table--2col-Filter thead th[data-v-ffc36461]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-ffc36461]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-ffc36461]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-ffc36461]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-ffc36461],.Table--Specifications th[data-v-ffc36461]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-ffc36461]:first-child,.Table--Specifications th[data-v-ffc36461]:first-child{width:16%}.Table--Specifications td[data-v-ffc36461]:nth-child(2),.Table--Specifications th[data-v-ffc36461]:nth-child(2){width:42%}.Table--Specifications td[data-v-ffc36461]:nth-child(3),.Table--Specifications th[data-v-ffc36461]:nth-child(3){width:42%}.Table--Specifications td[data-v-ffc36461]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-ffc36461],.Table--Specifications tr:last-child td[data-v-ffc36461]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-ffc36461],.Table--Specifications thead th[data-v-ffc36461]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-ffc36461]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-ffc36461]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-ffc36461],td.cell-style-override-20[data-v-ffc36461]{padding:10px}td.x3col-Mid-text[data-v-ffc36461],td.cell-style-override-22[data-v-ffc36461],td.cell-style-override-20[data-v-ffc36461]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-ffc36461]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-ffc36461]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-ffc36461]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-ffc36461]{margin-top:-350px}}.dropdownMenu[data-v-ffc36461]{position:absolute;top:100%;left:0;margin-left:-30px;margin-top:4px;padding:0;list-style:none;background:#fff;border:1px solid #ccc;border-radius:4px;min-width:120px;box-shadow:0 2px 8px #00000026;z-index:1000}@media screen and (max-width: 600px) and (orientation: portrait){.dropdownMenu[data-v-ffc36461]{margin-left:10px;min-width:100%;box-shadow:none;border-radius:0}}@media screen and (max-width: 600px) and (orientation: landscape){.dropdownMenu[data-v-ffc36461]{margin-left:0;min-width:100%;box-shadow:none;border-radius:0}}@media screen and (min-width: 768px) and (max-width: 1199px){.dropdownMenu[data-v-ffc36461]{margin-left:-30px;min-width:100%;box-shadow:none;border-radius:0}}.dropdownMenu li[data-v-ffc36461]{padding:8px 12px;color:#000}.dropdownMenu li[data-v-ffc36461]:hover,.dropdownMenu li.selected[data-v-ffc36461]{background-color:#8ce2d0}.dropdownMenu li.selected>a[data-v-ffc36461]{font-weight:700}.dropdownMenu a[data-v-ffc36461]{text-decoration:none;color:inherit;display:block}.fade-enter-active[data-v-ffc36461],.fade-leave-active[data-v-ffc36461]{transition:opacity .25s ease}.fade-enter-from[data-v-ffc36461],.fade-leave-to[data-v-ffc36461]{opacity:0}.slide-right-enter-active[data-v-ffc36461],.slide-right-leave-active[data-v-ffc36461]{transition:all .3s ease}.slide-right-enter-from[data-v-ffc36461],.slide-right-leave-to[data-v-ffc36461]{transform:translate(100%);opacity:0}.topTree.open[data-v-ffc36461]{font-weight:700}.slide-enter-active[data-v-ffc36461],.slide-leave-active[data-v-ffc36461]{transition:all .3s ease;overflow:hidden}.slide-enter-from[data-v-ffc36461],.slide-leave-to[data-v-ffc36461]{max-height:0;opacity:0;padding-top:0;padding-bottom:0}.slide-enter-to[data-v-ffc36461],.slide-leave-from[data-v-ffc36461]{max-height:500px;opacity:1;padding-top:.25em;padding-bottom:.25em}body[data-v-723a8b50]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-723a8b50]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(/build/assets/01_general-C5Qb0d0k.png) url(/build/assets/04_media-DBMA2Zd1.png) url(/build/assets/03_DMB-DAxKZQKE.png) url(/build/assets/02_radio-OPRwA88V.png) url(/build/assets/05_navi-eAVF0Cdr.png) url(/build/assets/06_bluetooth-BIPHK3Ke.png) url(/build/assets/12_blink_H-BElaHY30.png) url(/build/assets/09_setting-DkTlF7n6.png) url(/build/assets/08_etc-BwPS5mVv.png) url(/build/assets/11_ref-CT-A64Sz.png) url(/build/assets/Connectivitiy_white-DhWoyu5Y.png) url(/build/assets/SiriusXM_data_white-Dh3qkiA9.png) url(/build/assets/SiriusXM_radio_white-DbhosDEx.png) url(/build/assets/13_update-DQeCbwcX.png) url(/build/assets/14_car-BPkJAhhU.png) url(/build/assets/15_video-wS0PUhcK.png)}.content[data-v-723a8b50]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-723a8b50]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-723a8b50]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-723a8b50]{width:83%!important}.content #naviText span[data-v-723a8b50]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-723a8b50]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-723a8b50]{width:100%!important}.content #mainCar[data-v-723a8b50]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-723a8b50]{width:100%}#mainCarPhone[data-v-723a8b50]{display:none}.content #buttonMenu_v2[data-v-723a8b50]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-723a8b50]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-723a8b50]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-723a8b50]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-723a8b50]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-723a8b50]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-723a8b50]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-723a8b50]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-723a8b50]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-723a8b50]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-723a8b50]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-723a8b50]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-723a8b50]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-723a8b50]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-723a8b50]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-723a8b50]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-723a8b50]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-723a8b50]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-723a8b50]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-723a8b50]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#banner>div[data-v-723a8b50]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-723a8b50]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-723a8b50]{bottom:11%;width:30%}.content #naviText span[data-v-723a8b50]{font-size:17px}.content #naviText img[data-v-723a8b50]{width:80%!important}.content #carName[data-v-723a8b50]{right:0%;bottom:12%}.content #carName img[data-v-723a8b50]{width:40%!important}.content #buttonMenu_v2>a[data-v-723a8b50]{width:33%}.content #buttonMenu>a[data-v-723a8b50]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-723a8b50]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-723a8b50]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-723a8b50]{display:block}#mainCarPc[data-v-723a8b50]{display:none}.content #buttonMenu_v2[data-v-723a8b50],.content #buttonMenu[data-v-723a8b50]{width:92%}}@media screen and (max-width: 480px){.content[data-v-723a8b50]{padding-top:0}.content #naviText[data-v-723a8b50]{bottom:14%;width:45%}.content #naviText span[data-v-723a8b50]{font-size:11px}.content #naviText img[data-v-723a8b50]{width:88%!important}.content #carName[data-v-723a8b50]{right:5%;bottom:15%}.content #carName img[data-v-723a8b50]{width:120px!important}.content #buttonMenu_v2[data-v-723a8b50]{position:relative}.content #buttonMenu_v2>a>div[data-v-723a8b50]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-723a8b50]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-723a8b50]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-723a8b50]{position:relative}.content #buttonMenu>a>div[data-v-723a8b50]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-723a8b50]{height:120px}.content #buttonMenu>a>div>span[data-v-723a8b50]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-723a8b50]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-723a8b50]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-723a8b50]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-723a8b50]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-723a8b50]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-723a8b50]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-723a8b50]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-723a8b50]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-723a8b50]{margin:0;padding:0}html[data-v-723a8b50]{background-color:#000;width:100%}.keyword[data-v-723a8b50],.highlight[data-v-723a8b50]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-723a8b50]{font-family:upsys_commonregular}.header_main[data-v-723a8b50]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-723a8b50]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-723a8b50]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-723a8b50]>*{float:left}#headerLogo[data-v-723a8b50]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-723a8b50]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-723a8b50]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-723a8b50]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-723a8b50]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-723a8b50]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-723a8b50]{font-size:13px}.languageDiv .active[data-v-723a8b50]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-723a8b50]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-723a8b50]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-723a8b50]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-723a8b50],#languageSelect li[data-v-723a8b50]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-723a8b50],#languageSelect li:hover a[data-v-723a8b50]{color:#000}.footer-manual[data-v-723a8b50]{clear:both;width:100%;height:100px;margin-top:auto}.footerInner[data-v-723a8b50]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-723a8b50]{line-height:60px}#footerLogo[data-v-723a8b50]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-723a8b50]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-723a8b50]{display:inline-block;width:100%}#copyrightPcSpan[data-v-723a8b50]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-723a8b50]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-723a8b50]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-723a8b50]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-723a8b50]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-723a8b50]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-723a8b50]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-723a8b50]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-723a8b50]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-723a8b50]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-723a8b50]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-723a8b50]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-723a8b50]:focus{outline:none}#searchButton[data-v-723a8b50]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-723a8b50]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-723a8b50]{width:80%}table td.right[data-v-723a8b50]{width:10%;text-align:center}.result[data-v-723a8b50],.resultcount[data-v-723a8b50],.noResult[data-v-723a8b50]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-723a8b50]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-723a8b50]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-723a8b50]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-723a8b50]{color:#e49f81}.cover[data-v-723a8b50]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-723a8b50]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-723a8b50]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-723a8b50]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-723a8b50]{font-size:12px}.languageDivPhone .active[data-v-723a8b50]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-723a8b50]{bottom:30px;left:1px}.fontChangeButton[data-v-723a8b50]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-723a8b50]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-723a8b50]{left:0}.languageDiv div[data-v-723a8b50]{width:120%;left:-45px;top:5px}#languageSelect[data-v-723a8b50]{margin-left:-40px}#banner_img>a[data-v-723a8b50]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-723a8b50]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-723a8b50]{z-index:12}.header_main[data-v-723a8b50]{height:40px;padding-top:0}.header[data-v-723a8b50]{z-index:12}.header[data-v-723a8b50]{height:40px;padding-top:0}#title[data-v-723a8b50]{font-size:16px;width:49%}#headerLogo[data-v-723a8b50]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-723a8b50]{width:20%}.languageDiv div[data-v-723a8b50]{width:90%;left:-15px;top:5px}#languageSelect[data-v-723a8b50]{margin-left:-10px}.languageDiv ul[data-v-723a8b50]{font-size:12px}#menu[data-v-723a8b50]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-723a8b50]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-723a8b50]{width:80%}#rightHeader[data-v-723a8b50]{height:40px}#rightHeader>div[data-v-723a8b50]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-723a8b50]{position:absolute;right:38px;top:0}.searchDiv[data-v-723a8b50]{width:90%}#toc[data-v-723a8b50]{width:100%}.copyright[data-v-723a8b50]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-723a8b50]{display:none}#copyrightPhone[data-v-723a8b50]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-723a8b50]{width:15%!important}#prevBtn[data-v-723a8b50],#nextBtn[data-v-723a8b50]{width:32px;height:32px;background-size:100%}#searchButton[data-v-723a8b50]{margin-left:-1px}table td.left[data-v-723a8b50]{text-align:right}table td.center[data-v-723a8b50]{width:50%}table td.right[data-v-723a8b50]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-723a8b50]{left:0}.languageDiv div[data-v-723a8b50]{width:100%;left:-5px;top:5px}#languageSelect[data-v-723a8b50]{margin-left:20px}.languageDiv ul[data-v-723a8b50]{font-size:10px}.noResult>span[data-v-723a8b50]{width:200px!important;font-size:14px}#title[data-v-723a8b50]{font-size:13px;width:40%}#menu[data-v-723a8b50]{position:absolute}#banner_img>a[data-v-723a8b50]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-723a8b50]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-723a8b50]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-723a8b50]{font-size:14px}}body[data-v-723a8b50]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-723a8b50]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-723a8b50]{margin:auto;max-width:1120px}.subHeaderInner[data-v-723a8b50]>*{float:left}.content p[data-v-723a8b50],.content li[data-v-723a8b50]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-723a8b50]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-723a8b50]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}#backButton[data-v-723a8b50]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-723a8b50]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-723a8b50]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-723a8b50]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-723a8b50]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-723a8b50]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-723a8b50]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-723a8b50]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-723a8b50]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-723a8b50],p.Para-Basic-B-Sub[data-v-723a8b50]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-723a8b50]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-723a8b50]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-723a8b50]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-723a8b50]:before{content:"-";display:inline-block;min-width:10pt}.cjk-wrap[data-v-723a8b50]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}.Para-Box-Num~p.Para-basic-L-Sub[data-v-723a8b50],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-723a8b50],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-723a8b50]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-723a8b50],p+ul li.Para-Basic-B-Sub[data-v-723a8b50]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-723a8b50],ul~p.Para-basic-L-bullet-Sub[data-v-723a8b50],ul~p.Para-Basic-B-Sub[data-v-723a8b50]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-723a8b50],ol~p.Para-basic-L-bullet-Sub[data-v-723a8b50],ol~p.Para-Basic-B-Sub[data-v-723a8b50]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-723a8b50],ol+*+p.Para-basic-L-bullet-Sub[data-v-723a8b50],ol+*+p.Para-Basic-B-Sub[data-v-723a8b50]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-723a8b50],a .Para-Basic-B-Sub[data-v-723a8b50]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-723a8b50]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-723a8b50]{margin-left:45px}.content p[data-v-723a8b50],li[data-v-723a8b50]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-723a8b50],p.Para-Basic-B[data-v-723a8b50],p.Para-Basic-B-Center[data-v-723a8b50]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-723a8b50]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-723a8b50],p.Para-Basic-B-Center[data-v-723a8b50]{text-align:center}p.Para-Table-L-center[data-v-723a8b50],p.Para-Table-B-Center[data-v-723a8b50]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-723a8b50],table p.Para-Basic-B[data-v-723a8b50],table p.Para-Basic-B-Center[data-v-723a8b50]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-723a8b50]{font-size:16px;color:#000}li.Para-basic-L-hyp-Sub[data-v-723a8b50]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-723a8b50]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-723a8b50]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-723a8b50]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-723a8b50],.content .text>ul[data-v-723a8b50],.content .text table ol[data-v-723a8b50],.content .text table ul[data-v-723a8b50]{padding-left:20px}.content .text>ol[data-v-723a8b50]{padding-left:0}p.Para-Illust-L[data-v-723a8b50]{text-align:center}p.Para-Illust-L img[data-v-723a8b50]{display:inline-block}p.Placeholder-sub[data-v-723a8b50],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-723a8b50],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-723a8b50],.content .text>ol~.figure[data-v-723a8b50],p.Placeholder-sub-S[data-v-723a8b50],.Para-screen-sub-S[data-v-723a8b50],.Para-screen-sub-M[data-v-723a8b50],.Para-screen-sub-L[data-v-723a8b50]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-723a8b50],p.Placeholder-sub-M img[data-v-723a8b50],p.Placeholder-sub img[data-v-723a8b50]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-723a8b50]{margin-left:45px}.Table-pic-Left-sub img[data-v-723a8b50]{margin-top:5px;margin-bottom:10px}div.figure[data-v-723a8b50]{display:inline-block}p.Para-img-description[data-v-723a8b50]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-723a8b50]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-723a8b50]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-723a8b50]{margin-bottom:25px}.text img[data-v-723a8b50]{max-width:100%;display:block}.Table-Pic-center[data-v-723a8b50]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-723a8b50]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-723a8b50]{margin:0}p.Para-Box-Num[data-v-723a8b50]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-723a8b50]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-723a8b50]:AFTER{content:". "}span.inline-img img[data-v-723a8b50]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-723a8b50]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-723a8b50]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-723a8b50]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-723a8b50]{margin-left:6.5%;display:block!important}.discUl li[data-v-723a8b50]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-723a8b50],.Symbol-R[data-v-723a8b50],.Note-R-Pic[data-v-723a8b50]{display:block;width:100%}.Symbol-L[data-v-723a8b50]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-723a8b50]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-723a8b50],.Symbol-R li[data-v-723a8b50],.Symbol-R p[data-v-723a8b50]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-723a8b50]{font-size:16px}table.Table-Symbol td ul[data-v-723a8b50]{padding-left:20px}table.Table-Symbol[data-v-723a8b50]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-723a8b50]{color:#bc162c}.Symbol-Black[data-v-723a8b50],.Symbol-Black-Table[data-v-723a8b50]{font-family:upsys_commonregular}.Symbol-Green[data-v-723a8b50]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-723a8b50]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-723a8b50]{width:auto!important}.video_container[data-v-723a8b50]{margin-top:40px;float:right}.video[data-v-723a8b50]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-723a8b50]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-723a8b50]{width:100%}.Table--3col[data-v-723a8b50],.Basic-Table[data-v-723a8b50],.Table--2col[data-v-723a8b50],.Table-Landmark[data-v-723a8b50],.Table--4col[data-v-723a8b50],.Table-2row-merge[data-v-723a8b50],.Table--troubleshooting[data-v-723a8b50],.Table-specification[data-v-723a8b50],.Table-service-center[data-v-723a8b50],.Table-5col[data-v-723a8b50],.responsive[data-v-723a8b50],.Table--3col-Locations[data-v-723a8b50]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-723a8b50]:FIRST-CHILD,.Basic-Table tr[data-v-723a8b50]:FIRST-CHILD,.Table--2col tr[data-v-723a8b50]:FIRST-CHILD,.Table-Landmark tr[data-v-723a8b50]:FIRST-CHILD,.Table--4col tr[data-v-723a8b50]:FIRST-CHILD,.Table-2row-merge tr[data-v-723a8b50]:FIRST-CHILD,.Table--troubleshooting tr[data-v-723a8b50]:FIRST-CHILD,.Table-service-center tr[data-v-723a8b50]:FIRST-CHILD,.responsive tr[data-v-723a8b50]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-723a8b50]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-723a8b50],.Basic-Table td[data-v-723a8b50],.Table--2col td[data-v-723a8b50],.Table-Landmark td[data-v-723a8b50],.Table--4col td[data-v-723a8b50],.Table-2row-merge td[data-v-723a8b50],.Table--troubleshooting td[data-v-723a8b50],.Table-specification td[data-v-723a8b50],.Table-service-center td[data-v-723a8b50],.responsive td[data-v-723a8b50]{padding:10px}.Table--troubleshooting td[data-v-723a8b50]{border-right:none}.Table--troubleshooting[data-v-723a8b50]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-723a8b50],.Table-Landmark .Para-Pic-Center img[data-v-723a8b50]{width:30px}.Table-5col[data-v-723a8b50]{border:none}.Table-5col tr[data-v-723a8b50]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-723a8b50]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-723a8b50]{width:15%}.Table--3col td.x3col-L[data-v-723a8b50],.x3col-L td.x3col-M[data-v-723a8b50]{width:10%}td.x3col-Mid-Text[data-v-723a8b50]{text-align:center}td.x3col-R-Pic[data-v-723a8b50]{text-align:right}.responsive td p[data-v-723a8b50]{text-align:center}table.Table--3col-Locations[data-v-723a8b50]{border-collapse:collapse}.Table--3col-Locations td[data-v-723a8b50]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-723a8b50]{padding:10px}.Para-Pic-Center img[data-v-723a8b50]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-723a8b50]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-723a8b50]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-723a8b50]{width:50%}.Table-specification .x3col-L-Grey[data-v-723a8b50]{width:20%}.Table-specification .Spec-Mid-text[data-v-723a8b50]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-723a8b50]{width:50%}.Table--3col .x3col-L-Grey[data-v-723a8b50]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-723a8b50],.Table--4col .x3col-Mid-Grey[data-v-723a8b50],.Table--4col .x3col-R-Grey[data-v-723a8b50]{width:30%}.navi td.x3col-Mid-Grey[data-v-723a8b50]{width:15%}.Table--3col .x3col-R-Grey[data-v-723a8b50]{width:50%}.Table--2col .x3col-L-Grey[data-v-723a8b50],.Table--2col td[data-v-723a8b50]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-723a8b50]{width:70%}.Table--2col-Disc[data-v-723a8b50]{border-collapse:collapse}.Table--2col-Disc td[data-v-723a8b50]{border:1px solid grey;padding:10px}.Table-PL td[data-v-723a8b50]:FIRST-CHILD{width:25%}.resultcount p[data-v-723a8b50]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-723a8b50]{font-family:SK_namuhx-Bold}.noResult>span[data-v-723a8b50]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-723a8b50]{color:#f0dfdf;display:block}.result_list[data-v-723a8b50]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-723a8b50]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-723a8b50]{font-family:SK_namuhx-Regular}.resulttext p[data-v-723a8b50]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-723a8b50]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-723a8b50]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-723a8b50],.Cross-Reference[data-v-723a8b50]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-723a8b50]:hover{text-decoration:underline}.fontChangeDiv[data-v-723a8b50]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-723a8b50]{top:55px}#backButton[data-v-723a8b50]{background-size:16px}.chapterTitle[data-v-723a8b50]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-723a8b50],h2[data-v-723a8b50]{font-size:1.3em}#contentAccordion[data-v-723a8b50]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-723a8b50]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-723a8b50]{line-height:21px}.video[data-v-723a8b50]{width:46%}}@media screen and (max-width: 640px){h2[data-v-723a8b50]{margin-top:40px}.subHeader[data-v-723a8b50]{top:40px}.fontChangeDiv[data-v-723a8b50]{position:absolute;right:5%;display:block;margin-top:-25px}.text .u-vmenu ul li a[data-v-723a8b50]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-723a8b50]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-723a8b50]{margin-left:7.3%}table td[data-v-723a8b50]{font-size:14px;padding:5px!important}table td p[data-v-723a8b50],table td p.Para-Basic-B-Center[data-v-723a8b50],table td p.Para-Basic-B[data-v-723a8b50]{font-size:14px}table td p.Para-Small-L[data-v-723a8b50]{font-size:12px;word-break:break-word}.Table--3col td[data-v-723a8b50],.Basic-Table td[data-v-723a8b50],.Table--2col td[data-v-723a8b50],.Table-Landmark td[data-v-723a8b50],.Table--4col td[data-v-723a8b50],.Table-2row-merge td[data-v-723a8b50],.Table--troubleshooting td[data-v-723a8b50],.Table-specification td[data-v-723a8b50],.Table-service-center td[data-v-723a8b50]{border-right:none}.responsive[data-v-723a8b50],.responsive tr[data-v-723a8b50],.responsive tbody[data-v-723a8b50]{width:100%}.Table--4col-responsive td[data-v-723a8b50]{min-width:200px!important;height:auto}.responsive td p[data-v-723a8b50]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-723a8b50],.Table-Symbol td li[data-v-723a8b50]{font-size:16px}p.Placeholder-sub[data-v-723a8b50],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-723a8b50],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-723a8b50],.content .text>ol~.figure[data-v-723a8b50],.content .text>ol+ul[data-v-723a8b50],.Para-screen-sub-L[data-v-723a8b50]{margin-left:0}.resultcount p[data-v-723a8b50]{font-size:16px}.Table-specification td p[data-v-723a8b50],.Table--3col-Locations td li[data-v-723a8b50],p.Para-basic-L-Sub[data-v-723a8b50],p.Para-basic-L-Sub-Auto[data-v-723a8b50],p.Para-basic-L-center[data-v-723a8b50],li.Para-basic-L-bullet[data-v-723a8b50],p.Para-basic-L[data-v-723a8b50],li.Para-basic-L-hyp-Sub[data-v-723a8b50],li.Para-basic-L-hyp-2Sub[data-v-723a8b50],li[class^=Para-Num][data-v-723a8b50],p.Para-Box-Num[data-v-723a8b50],p.Para-Basic-B-Sub[data-v-723a8b50],td p.Para-basic-L[data-v-723a8b50],td li.Para-basic-L-bullet[data-v-723a8b50],p.Para-Basic-B[data-v-723a8b50],p.Para-Circle-Num-Sub[data-v-723a8b50],.Symbol-L p.Para-basic-L-Sub[data-v-723a8b50],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-723a8b50]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-723a8b50],.Table--3col-Locations td li[data-v-723a8b50],p.Para-Table-L-Sub[data-v-723a8b50],p.Para-Table-L-Sub-Auto[data-v-723a8b50],p.Para-Table-L-center[data-v-723a8b50],p.Para-Table-L[data-v-723a8b50],li.Para-Table-L-hyp-Sub[data-v-723a8b50],li.Para-Table-L-hyp-2Sub[data-v-723a8b50],p.Para-Table-B-Sub[data-v-723a8b50],td p.Para-Table-L[data-v-723a8b50],p.Para-Table-B[data-v-723a8b50],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-723a8b50]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-723a8b50]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-723a8b50],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-723a8b50]{font-size:14px}.big .Table-specification td p[data-v-723a8b50],.big .Table--3col-Locations td li[data-v-723a8b50],.big p.Para-basic-L-Sub[data-v-723a8b50],.big p.Para-basic-L-Sub-Auto[data-v-723a8b50],.big p.Para-basic-L-center[data-v-723a8b50],.big li.Para-basic-L-bullet[data-v-723a8b50],.big p.Para-basic-L[data-v-723a8b50],.big li.Para-basic-L-hyp-Sub[data-v-723a8b50],.big li.Para-basic-L-hyp-2Sub[data-v-723a8b50],.big li[class^=Para-Num][data-v-723a8b50],.big p.Para-Box-Num[data-v-723a8b50],.big p.Para-Basic-B-Sub[data-v-723a8b50],.big td p.Para-basic-L[data-v-723a8b50],.big td li.Para-basic-L-bullet[data-v-723a8b50],.big p.Para-Basic-B[data-v-723a8b50],.big p.Para-Circle-Num-Sub[data-v-723a8b50]{font-size:16px}.big .Table-specification td p[data-v-723a8b50],.big .Table--3col-Locations td li[data-v-723a8b50],.big p.Para-Table-L-Sub[data-v-723a8b50],.big p.Para-Table-L-Sub-Auto[data-v-723a8b50],.big p.Para-Table-L-center[data-v-723a8b50],.big p.Para-Table-L[data-v-723a8b50],.big li.Para-Table-L-hyp-Sub[data-v-723a8b50],.big li.Para-Table-L-hyp-2Sub[data-v-723a8b50],.big li[class^=Para-Num][data-v-723a8b50],.big p.Para-Box-Num[data-v-723a8b50],.big p.Para-Table-B-Sub[data-v-723a8b50],.big td p.Para-Table-L[data-v-723a8b50],.big p.Para-Table-B[data-v-723a8b50],.big p.Para-Circle-Num-Sub[data-v-723a8b50],.big p.Para-Table-B-Center[data-v-723a8b50],.big .Table--3col-ISO td p[data-v-723a8b50]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-723a8b50],p.Para-Table-B-Center[data-v-723a8b50]{font-size:9px;text-align:center;word-break:normal}.big p.video_para[data-v-723a8b50],.big p.video_title[data-v-723a8b50],.big .resultItem p[data-v-723a8b50]{font-size:1.05em}h1[data-v-723a8b50]{font-size:1.2em;margin-top:0}h2[data-v-723a8b50]{font-size:1.1em}.Heading-3[data-v-723a8b50]{font-size:1em}.content .text>ol li[data-v-723a8b50]:BEFORE{font-size:26px}.video[data-v-723a8b50]{width:95%}}p.Para-Table-L[data-v-723a8b50]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-723a8b50]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-723a8b50]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-723a8b50]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-723a8b50]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-723a8b50]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-723a8b50]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-723a8b50]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-723a8b50]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-723a8b50]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-723a8b50]:before{content:"";display:block;height:15pt}.Bold[data-v-723a8b50],span.Bold[data-v-723a8b50]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-723a8b50]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-723a8b50]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-723a8b50]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-723a8b50]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-723a8b50]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-723a8b50]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-723a8b50]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-723a8b50]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-723a8b50]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-723a8b50]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-723a8b50]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-723a8b50],.Para-Table-L-Sub-Auto .icon-1[data-v-723a8b50]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-723a8b50]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-723a8b50]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-723a8b50]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-723a8b50],.Table--2col td p.Para-basic-L[data-v-723a8b50]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-723a8b50]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-723a8b50]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-723a8b50]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-723a8b50]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-723a8b50]{margin-top:8pt!important}.table-responsive[data-v-723a8b50]{width:100%;overflow-x:auto}.table-responsive table[data-v-723a8b50]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-723a8b50]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-723a8b50]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-723a8b50]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-723a8b50]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-723a8b50]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-723a8b50]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-723a8b50]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-723a8b50]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-723a8b50]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-723a8b50]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-723a8b50]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-723a8b50]{font-size:12px}#table-15.responsive td[data-v-723a8b50]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-723a8b50]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-723a8b50]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-723a8b50]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-723a8b50]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-723a8b50],.Table--4col-Error th[data-v-723a8b50]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-723a8b50],.Table--4col-Error tr:first-child th[data-v-723a8b50]{border-top:none}.Table--4col-Error tr:last-child td[data-v-723a8b50]{border-bottom:none}.Table--4col-Error thead td[data-v-723a8b50]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-723a8b50]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-723a8b50]:nth-child(1),.Table--4col-Error thead td[data-v-723a8b50]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-723a8b50]:nth-child(2),.Table--4col-Error thead td[data-v-723a8b50]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-723a8b50]:nth-child(3),.Table--4col-Error thead td[data-v-723a8b50]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-723a8b50]:nth-child(4),.Table--4col-Error thead td[data-v-723a8b50]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-723a8b50]:nth-child(1),.Table--4col-Error tbody td[data-v-723a8b50]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-723a8b50]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-723a8b50]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-723a8b50]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-723a8b50]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-723a8b50]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-723a8b50]{font-size:14px!important}.Table--4col-Error tbody td[data-v-723a8b50]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-723a8b50],.Table--4col-Error p.Para-Table-B[data-v-723a8b50],.Table--4col-Error p.Para-Table-L-Center[data-v-723a8b50]{font-size:12px!important}.Table--4col-Error tbody td[data-v-723a8b50]:nth-child(1),.Table--4col-Error thead td[data-v-723a8b50]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-723a8b50]:nth-child(2),.Table--4col-Error thead td[data-v-723a8b50]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-723a8b50]:nth-child(3),.Table--4col-Error thead td[data-v-723a8b50]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-723a8b50]:nth-child(4),.Table--4col-Error thead td[data-v-723a8b50]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-723a8b50]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:0!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet[data-v-723a8b50]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-723a8b50]{list-style:none!important;align-items:flex-start!important;gap:8pt;margin-left:40px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333;text-indent:-15px;padding-left:15xp}.Para-basic-L-bullet-2[data-v-723a8b50]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-723a8b50]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-723a8b50]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-723a8b50]{line-height:1.25;font-weight:500}.Bold-color[data-v-723a8b50]{font-weight:700}.char-style-override-4[data-v-723a8b50]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-723a8b50]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-723a8b50]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-723a8b50]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-723a8b50]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-723a8b50]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-723a8b50]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-723a8b50]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-723a8b50]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-723a8b50]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-723a8b50]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-723a8b50]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-723a8b50]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-723a8b50]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-723a8b50]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-723a8b50]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-723a8b50],tr:last-child td.cell-style-override-7[data-v-723a8b50]{border-bottom:0}table#table-16[data-v-723a8b50]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-723a8b50],.Table--2col-Air-Sensor[data-v-723a8b50],.Table--2col-Voice[data-v-723a8b50],.Table--2col-Filter[data-v-723a8b50],.Table--troubleshooting[data-v-723a8b50],.Table--4col-Error[data-v-723a8b50],.Table--Specifications[data-v-723a8b50]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-723a8b50]:last-child,.Table--2col-Voice tr td[data-v-723a8b50]:last-child{width:70%}.Table--2col-Voice tr td[data-v-723a8b50]:first-child{width:30%}.Para-Table-L-Center[data-v-723a8b50]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-723a8b50]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-723a8b50]{display:block!important}.Table--2col-Information td[data-v-723a8b50]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-723a8b50]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-723a8b50]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-723a8b50]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-723a8b50]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-723a8b50],.Table--4col-responsive table td[data-v-723a8b50]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-723a8b50],.Table--2col-Information th[data-v-723a8b50]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-723a8b50]:nth-child(1),.Table--2col-Information th[data-v-723a8b50]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-723a8b50]:nth-child(2),.Table--2col-Information th[data-v-723a8b50]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-723a8b50],.Table--2col-Information th[data-v-723a8b50]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-723a8b50]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-723a8b50],.Table--2col-Voice th[data-v-723a8b50]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-723a8b50]:nth-child(1),.Table--2col-Voice th[data-v-723a8b50]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-723a8b50]:nth-child(2),.Table--2col-Voice th[data-v-723a8b50]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-723a8b50]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-723a8b50],.Table--2col-Voice tr:last-child td[data-v-723a8b50]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-723a8b50],.Table--2col-Voice thead th[data-v-723a8b50]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-723a8b50]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-723a8b50]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-723a8b50]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-723a8b50],.Table--2col-Information th[data-v-723a8b50]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-723a8b50]:nth-child(1),.Table--2col-Information th[data-v-723a8b50]:nth-child(1){width:30%}.Table--2col-Information td[data-v-723a8b50]:nth-child(2),.Table--2col-Information th[data-v-723a8b50]:nth-child(2){width:70%}.Table--2col-Information td[data-v-723a8b50]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-723a8b50]{border-bottom:none}.Table--2col-Air-Sensor[data-v-723a8b50]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-723a8b50],.Table--2col-Air-Sensor th[data-v-723a8b50]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-723a8b50]:nth-child(1),.Table--2col-Air-Sensor th[data-v-723a8b50]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-723a8b50]:nth-child(2),.Table--2col-Air-Sensor th[data-v-723a8b50]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-723a8b50]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-723a8b50]{border-bottom:none}.Table--2col-Filter[data-v-723a8b50]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-723a8b50],.Table--2col-Filter th[data-v-723a8b50]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-723a8b50]:nth-child(1),.Table--2col-Filter th[data-v-723a8b50]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-723a8b50]:nth-child(2),.Table--2col-Filter th[data-v-723a8b50]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-723a8b50]:nth-child(3),.Table--2col-Filter th[data-v-723a8b50]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-723a8b50]:nth-child(4),.Table--2col-Filter th[data-v-723a8b50]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-723a8b50]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-723a8b50],.Table--2col-Filter tr:last-child td[data-v-723a8b50]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-723a8b50],.Table--2col-Filter thead th[data-v-723a8b50]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-723a8b50]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-723a8b50]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-723a8b50]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-723a8b50],.Table--Specifications th[data-v-723a8b50]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-723a8b50]:first-child,.Table--Specifications th[data-v-723a8b50]:first-child{width:16%}.Table--Specifications td[data-v-723a8b50]:nth-child(2),.Table--Specifications th[data-v-723a8b50]:nth-child(2){width:42%}.Table--Specifications td[data-v-723a8b50]:nth-child(3),.Table--Specifications th[data-v-723a8b50]:nth-child(3){width:42%}.Table--Specifications td[data-v-723a8b50]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-723a8b50],.Table--Specifications tr:last-child td[data-v-723a8b50]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-723a8b50],.Table--Specifications thead th[data-v-723a8b50]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-723a8b50]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-723a8b50]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-723a8b50],td.cell-style-override-20[data-v-723a8b50]{padding:10px}td.x3col-Mid-text[data-v-723a8b50],td.cell-style-override-22[data-v-723a8b50],td.cell-style-override-20[data-v-723a8b50]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-723a8b50]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-723a8b50]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-723a8b50]{margin-top:-180px}}@media screen and (max-width: 480px){.content #buttonMenu[data-v-723a8b50]{margin-top:-350px}}.footer[data-v-723a8b50]{top:25px!important}body[data-v-5a5154cb]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-5a5154cb]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-5a5154cb]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-5a5154cb]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-5a5154cb]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-5a5154cb]{width:83%!important}.content #naviText span[data-v-5a5154cb]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-5a5154cb]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-5a5154cb]{width:100%!important}.content #mainCar[data-v-5a5154cb]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-5a5154cb]{width:100%}#mainCarPhone[data-v-5a5154cb]{display:none}.content #buttonMenu_v2[data-v-5a5154cb]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-5a5154cb]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-5a5154cb]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-5a5154cb]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-5a5154cb]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-5a5154cb]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-5a5154cb]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-5a5154cb]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-5a5154cb]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-5a5154cb]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-5a5154cb]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-5a5154cb]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-5a5154cb]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-5a5154cb]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-5a5154cb]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-5a5154cb]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-5a5154cb]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-5a5154cb]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-5a5154cb]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-5a5154cb]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-5a5154cb]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-5a5154cb]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-5a5154cb]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-5a5154cb]{bottom:11%;width:30%}.content #naviText span[data-v-5a5154cb]{font-size:17px}.content #naviText img[data-v-5a5154cb]{width:80%!important}.content #carName[data-v-5a5154cb]{right:0%;bottom:12%}.content #carName img[data-v-5a5154cb]{width:40%!important}.content #buttonMenu_v2>a[data-v-5a5154cb]{width:33%}.content #buttonMenu>a[data-v-5a5154cb]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-5a5154cb]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-5a5154cb]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-5a5154cb]{display:block}#mainCarPc[data-v-5a5154cb]{display:none}.content #buttonMenu_v2[data-v-5a5154cb],.content #buttonMenu[data-v-5a5154cb]{width:92%}}@media screen and (max-width: 480px){.content[data-v-5a5154cb]{padding-top:0}.content #naviText[data-v-5a5154cb]{bottom:14%;width:45%}.content #naviText span[data-v-5a5154cb]{font-size:11px}.content #naviText img[data-v-5a5154cb]{width:88%!important}.content #carName[data-v-5a5154cb]{right:5%;bottom:15%}.content #carName img[data-v-5a5154cb]{width:120px!important}.content #buttonMenu_v2[data-v-5a5154cb]{position:relative}.content #buttonMenu_v2>a>div[data-v-5a5154cb]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-5a5154cb]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-5a5154cb]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-5a5154cb]{position:relative}.content #buttonMenu>a>div[data-v-5a5154cb]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-5a5154cb]{height:120px}.content #buttonMenu>a>div>span[data-v-5a5154cb]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-5a5154cb]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-5a5154cb]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-5a5154cb]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-5a5154cb]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-5a5154cb]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-5a5154cb]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-5a5154cb]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-5a5154cb]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-5a5154cb]{margin:0;padding:0}html[data-v-5a5154cb]{background-color:#000;width:100%}.keyword[data-v-5a5154cb],.highlight[data-v-5a5154cb]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-5a5154cb]{font-family:upsys_commonregular}.header_main[data-v-5a5154cb]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-5a5154cb]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-5a5154cb]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-5a5154cb]>*{float:left}#headerLogo[data-v-5a5154cb]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-5a5154cb]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-5a5154cb]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-5a5154cb]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-5a5154cb]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-5a5154cb]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-5a5154cb]{font-size:13px}.languageDiv .active[data-v-5a5154cb]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-5a5154cb]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-5a5154cb]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-5a5154cb]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-5a5154cb],#languageSelect li[data-v-5a5154cb]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-5a5154cb],#languageSelect li:hover a[data-v-5a5154cb]{color:#000}.footer-manual[data-v-5a5154cb]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-5a5154cb]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-5a5154cb]{line-height:60px}#footerLogo[data-v-5a5154cb]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-5a5154cb]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-5a5154cb]{display:inline-block;width:100%}#copyrightPcSpan[data-v-5a5154cb]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-5a5154cb]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-5a5154cb]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-5a5154cb]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-5a5154cb]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-5a5154cb]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-5a5154cb]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-5a5154cb]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-5a5154cb]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-5a5154cb]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-5a5154cb]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-5a5154cb]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-5a5154cb]:focus{outline:none}#searchButton[data-v-5a5154cb]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-5a5154cb]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-5a5154cb]{width:80%}table td.right[data-v-5a5154cb]{width:10%;text-align:center}.result[data-v-5a5154cb],.resultcount[data-v-5a5154cb],.noResult[data-v-5a5154cb]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-5a5154cb]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-5a5154cb]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-5a5154cb]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-5a5154cb]{color:#e49f81}.cover[data-v-5a5154cb]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-5a5154cb]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-5a5154cb]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-5a5154cb]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-5a5154cb]{font-size:12px}.languageDivPhone .active[data-v-5a5154cb]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-5a5154cb]{bottom:30px;left:1px}.fontChangeButton[data-v-5a5154cb]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-5a5154cb]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-5a5154cb]{left:0}.languageDiv div[data-v-5a5154cb]{width:120%;left:-45px;top:5px}#languageSelect[data-v-5a5154cb]{margin-left:-40px}#banner_img>a[data-v-5a5154cb]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-5a5154cb]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-5a5154cb]{z-index:12}.header_main[data-v-5a5154cb]{height:40px;padding-top:0}.header[data-v-5a5154cb]{z-index:12}.header[data-v-5a5154cb]{height:40px;padding-top:0}#title[data-v-5a5154cb]{font-size:16px;width:49%}#headerLogo[data-v-5a5154cb]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-5a5154cb]{width:20%}.languageDiv div[data-v-5a5154cb]{width:90%;left:-15px;top:5px}#languageSelect[data-v-5a5154cb]{margin-left:-10px}.languageDiv ul[data-v-5a5154cb]{font-size:12px}#menu[data-v-5a5154cb]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-5a5154cb]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-5a5154cb]{width:80%}#rightHeader[data-v-5a5154cb]{height:40px}#rightHeader>div[data-v-5a5154cb]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-5a5154cb]{position:absolute;right:38px;top:0}.searchDiv[data-v-5a5154cb]{width:90%}#toc[data-v-5a5154cb]{width:100%}.copyright[data-v-5a5154cb]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-5a5154cb]{display:none}#copyrightPhone[data-v-5a5154cb]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-5a5154cb]{width:15%!important}#prevBtn[data-v-5a5154cb],#nextBtn[data-v-5a5154cb]{width:32px;height:32px;background-size:100%}#searchButton[data-v-5a5154cb]{margin-left:-1px}table td.left[data-v-5a5154cb]{text-align:right}table td.center[data-v-5a5154cb]{width:50%}table td.right[data-v-5a5154cb]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-5a5154cb]{left:0}.languageDiv div[data-v-5a5154cb]{width:100%;left:-5px;top:5px}#languageSelect[data-v-5a5154cb]{margin-left:20px}.languageDiv ul[data-v-5a5154cb]{font-size:10px}.noResult>span[data-v-5a5154cb]{width:200px!important;font-size:14px}#title[data-v-5a5154cb]{font-size:13px;width:40%}#menu[data-v-5a5154cb]{position:absolute}#banner_img>a[data-v-5a5154cb]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-5a5154cb]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-5a5154cb]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-5a5154cb]{font-size:14px}}body[data-v-5a5154cb]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-5a5154cb]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-5a5154cb]{margin:auto;max-width:1120px}.subHeaderInner[data-v-5a5154cb]>*{float:left}.content p[data-v-5a5154cb],.content li[data-v-5a5154cb]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-5a5154cb]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-5a5154cb]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-5a5154cb]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-5a5154cb]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-5a5154cb]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-5a5154cb]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-5a5154cb]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-5a5154cb]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-5a5154cb]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-5a5154cb]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-5a5154cb]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-5a5154cb]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-5a5154cb],p.Para-Basic-B-Sub[data-v-5a5154cb]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-5a5154cb]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-5a5154cb]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-5a5154cb]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-5a5154cb]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-5a5154cb],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-5a5154cb],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-5a5154cb]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-5a5154cb],p+ul li.Para-Basic-B-Sub[data-v-5a5154cb]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-5a5154cb],ul~p.Para-basic-L-bullet-Sub[data-v-5a5154cb],ul~p.Para-Basic-B-Sub[data-v-5a5154cb]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-5a5154cb],ol~p.Para-basic-L-bullet-Sub[data-v-5a5154cb],ol~p.Para-Basic-B-Sub[data-v-5a5154cb]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-5a5154cb],ol+*+p.Para-basic-L-bullet-Sub[data-v-5a5154cb],ol+*+p.Para-Basic-B-Sub[data-v-5a5154cb]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-5a5154cb],a .Para-Basic-B-Sub[data-v-5a5154cb]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-5a5154cb]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-5a5154cb]{margin-left:45px}.content p[data-v-5a5154cb],li[data-v-5a5154cb]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-5a5154cb],p.Para-Basic-B[data-v-5a5154cb],p.Para-Basic-B-Center[data-v-5a5154cb]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-5a5154cb]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-5a5154cb],p.Para-Basic-B-Center[data-v-5a5154cb]{text-align:center}p.Para-Table-L-center[data-v-5a5154cb],p.Para-Table-B-Center[data-v-5a5154cb]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-5a5154cb],table p.Para-Basic-B[data-v-5a5154cb],table p.Para-Basic-B-Center[data-v-5a5154cb]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-5a5154cb]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-5a5154cb]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-5a5154cb]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-5a5154cb]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-5a5154cb]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-5a5154cb],.content .text>ul[data-v-5a5154cb],.content .text table ol[data-v-5a5154cb],.content .text table ul[data-v-5a5154cb]{padding-left:20px}.content .text>ol[data-v-5a5154cb]{padding-left:0}p.Para-Illust-L[data-v-5a5154cb]{text-align:center}p.Para-Illust-L img[data-v-5a5154cb]{display:inline-block}p.Placeholder-sub[data-v-5a5154cb],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-5a5154cb],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-5a5154cb],.content .text>ol~.figure[data-v-5a5154cb],p.Placeholder-sub-S[data-v-5a5154cb],.Para-screen-sub-S[data-v-5a5154cb],.Para-screen-sub-M[data-v-5a5154cb],.Para-screen-sub-L[data-v-5a5154cb]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-5a5154cb],p.Placeholder-sub-M img[data-v-5a5154cb],p.Placeholder-sub img[data-v-5a5154cb]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-5a5154cb]{margin-left:45px}.Table-pic-Left-sub img[data-v-5a5154cb]{margin-top:5px;margin-bottom:10px}div.figure[data-v-5a5154cb]{display:inline-block}p.Para-img-description[data-v-5a5154cb]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-5a5154cb]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-5a5154cb]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-5a5154cb]{margin-bottom:25px}.text img[data-v-5a5154cb]{max-width:100%;display:block}.Table-Pic-center[data-v-5a5154cb]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-5a5154cb]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-5a5154cb]{margin:0}p.Para-Box-Num[data-v-5a5154cb]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-5a5154cb]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-5a5154cb]:AFTER{content:". "}span.inline-img img[data-v-5a5154cb]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-5a5154cb]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-5a5154cb]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-5a5154cb]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-5a5154cb]{margin-left:6.5%;display:block!important}.discUl li[data-v-5a5154cb]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-5a5154cb],.Symbol-R[data-v-5a5154cb],.Note-R-Pic[data-v-5a5154cb]{display:block;width:100%}.Symbol-L[data-v-5a5154cb]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-5a5154cb]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-5a5154cb],.Symbol-R li[data-v-5a5154cb],.Symbol-R p[data-v-5a5154cb]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-5a5154cb]{font-size:16px}table.Table-Symbol td ul[data-v-5a5154cb]{padding-left:20px}table.Table-Symbol[data-v-5a5154cb]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-5a5154cb]{color:#bc162c}.Symbol-Black[data-v-5a5154cb],.Symbol-Black-Table[data-v-5a5154cb]{font-family:upsys_commonregular}.Symbol-Green[data-v-5a5154cb]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-5a5154cb]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-5a5154cb]{width:auto!important}.video_container[data-v-5a5154cb]{margin-top:40px;float:right}.video[data-v-5a5154cb]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-5a5154cb]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-5a5154cb]{width:100%}.Table--3col[data-v-5a5154cb],.Basic-Table[data-v-5a5154cb],.Table--2col[data-v-5a5154cb],.Table-Landmark[data-v-5a5154cb],.Table--4col[data-v-5a5154cb],.Table-2row-merge[data-v-5a5154cb],.Table--troubleshooting[data-v-5a5154cb],.Table-specification[data-v-5a5154cb],.Table-service-center[data-v-5a5154cb],.Table-5col[data-v-5a5154cb],.responsive[data-v-5a5154cb],.Table--3col-Locations[data-v-5a5154cb]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-5a5154cb]:FIRST-CHILD,.Basic-Table tr[data-v-5a5154cb]:FIRST-CHILD,.Table--2col tr[data-v-5a5154cb]:FIRST-CHILD,.Table-Landmark tr[data-v-5a5154cb]:FIRST-CHILD,.Table--4col tr[data-v-5a5154cb]:FIRST-CHILD,.Table-2row-merge tr[data-v-5a5154cb]:FIRST-CHILD,.Table--troubleshooting tr[data-v-5a5154cb]:FIRST-CHILD,.Table-service-center tr[data-v-5a5154cb]:FIRST-CHILD,.responsive tr[data-v-5a5154cb]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-5a5154cb]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-5a5154cb],.Basic-Table td[data-v-5a5154cb],.Table--2col td[data-v-5a5154cb],.Table-Landmark td[data-v-5a5154cb],.Table--4col td[data-v-5a5154cb],.Table-2row-merge td[data-v-5a5154cb],.Table--troubleshooting td[data-v-5a5154cb],.Table-specification td[data-v-5a5154cb],.Table-service-center td[data-v-5a5154cb],.responsive td[data-v-5a5154cb]{padding:10px}.Table--troubleshooting td[data-v-5a5154cb]{border-right:none}.Table--troubleshooting[data-v-5a5154cb]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-5a5154cb],.Table-Landmark .Para-Pic-Center img[data-v-5a5154cb]{width:30px}.Table-5col[data-v-5a5154cb]{border:none}.Table-5col tr[data-v-5a5154cb]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-5a5154cb]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-5a5154cb]{width:15%}.Table--3col td.x3col-L[data-v-5a5154cb],.x3col-L td.x3col-M[data-v-5a5154cb]{width:10%}td.x3col-Mid-Text[data-v-5a5154cb]{text-align:center}td.x3col-R-Pic[data-v-5a5154cb]{text-align:right}.responsive td p[data-v-5a5154cb]{text-align:center}table.Table--3col-Locations[data-v-5a5154cb]{border-collapse:collapse}.Table--3col-Locations td[data-v-5a5154cb]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-5a5154cb]{padding:10px}.Para-Pic-Center img[data-v-5a5154cb]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-5a5154cb]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-5a5154cb]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-5a5154cb]{width:50%}.Table-specification .x3col-L-Grey[data-v-5a5154cb]{width:20%}.Table-specification .Spec-Mid-text[data-v-5a5154cb]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-5a5154cb]{width:50%}.Table--3col .x3col-L-Grey[data-v-5a5154cb]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-5a5154cb],.Table--4col .x3col-Mid-Grey[data-v-5a5154cb],.Table--4col .x3col-R-Grey[data-v-5a5154cb]{width:30%}.navi td.x3col-Mid-Grey[data-v-5a5154cb]{width:15%}.Table--3col .x3col-R-Grey[data-v-5a5154cb]{width:50%}.Table--2col .x3col-L-Grey[data-v-5a5154cb],.Table--2col td[data-v-5a5154cb]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-5a5154cb]{width:70%}.Table--2col-Disc[data-v-5a5154cb]{border-collapse:collapse}.Table--2col-Disc td[data-v-5a5154cb]{border:1px solid grey;padding:10px}.Table-PL td[data-v-5a5154cb]:FIRST-CHILD{width:25%}.resultcount p[data-v-5a5154cb]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-5a5154cb]{font-family:SK_namuhx-Bold}.noResult>span[data-v-5a5154cb]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-5a5154cb]{color:#f0dfdf;display:block}.result_list[data-v-5a5154cb]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-5a5154cb]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-5a5154cb]{font-family:SK_namuhx-Regular}.resulttext p[data-v-5a5154cb]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-5a5154cb]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-5a5154cb]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-5a5154cb],.Cross-Reference[data-v-5a5154cb]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-5a5154cb]:hover{text-decoration:underline}.fontChangeDiv[data-v-5a5154cb]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-5a5154cb]{top:55px}#backButton[data-v-5a5154cb]{background-size:16px}.chapterTitle[data-v-5a5154cb]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-5a5154cb],h2[data-v-5a5154cb]{font-size:1.3em}#contentAccordion[data-v-5a5154cb]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-5a5154cb]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-5a5154cb]{line-height:21px}.video[data-v-5a5154cb]{width:46%}}@media screen and (max-width: 640px){h2[data-v-5a5154cb]{margin-top:40px}.subHeader[data-v-5a5154cb]{top:40px}.fontChangeDiv[data-v-5a5154cb]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-5a5154cb]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-5a5154cb]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-5a5154cb]{margin-left:7.3%}table td[data-v-5a5154cb]{font-size:14px;padding:5px!important}table td p[data-v-5a5154cb],table td p.Para-Basic-B-Center[data-v-5a5154cb],table td p.Para-Basic-B[data-v-5a5154cb]{font-size:14px}table td p.Para-Small-L[data-v-5a5154cb]{font-size:12px;word-break:break-word}.Table--3col td[data-v-5a5154cb],.Basic-Table td[data-v-5a5154cb],.Table--2col td[data-v-5a5154cb],.Table-Landmark td[data-v-5a5154cb],.Table--4col td[data-v-5a5154cb],.Table-2row-merge td[data-v-5a5154cb],.Table--troubleshooting td[data-v-5a5154cb],.Table-specification td[data-v-5a5154cb],.Table-service-center td[data-v-5a5154cb]{border-right:none}.responsive[data-v-5a5154cb],.responsive tr[data-v-5a5154cb],.responsive tbody[data-v-5a5154cb]{width:100%}.Table--4col-responsive td[data-v-5a5154cb]{min-width:200px!important;height:auto}.responsive td p[data-v-5a5154cb]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-5a5154cb],.Table-Symbol td li[data-v-5a5154cb]{font-size:16px}p.Placeholder-sub[data-v-5a5154cb],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-5a5154cb],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-5a5154cb],.content .text>ol~.figure[data-v-5a5154cb],.content .text>ol+ul[data-v-5a5154cb],.Para-screen-sub-L[data-v-5a5154cb]{margin-left:0}.resultcount p[data-v-5a5154cb]{font-size:16px}.Table-specification td p[data-v-5a5154cb],.Table--3col-Locations td li[data-v-5a5154cb],p.Para-basic-L-Sub[data-v-5a5154cb],p.Para-basic-L-Sub-Auto[data-v-5a5154cb],p.Para-basic-L-center[data-v-5a5154cb],li.Para-basic-L-bullet[data-v-5a5154cb],p.Para-basic-L[data-v-5a5154cb],li.Para-basic-L-hyp-Sub[data-v-5a5154cb],li.Para-basic-L-hyp-2Sub[data-v-5a5154cb],li[class^=Para-Num][data-v-5a5154cb],p.Para-Box-Num[data-v-5a5154cb],p.Para-Basic-B-Sub[data-v-5a5154cb],td p.Para-basic-L[data-v-5a5154cb],td li.Para-basic-L-bullet[data-v-5a5154cb],p.Para-Basic-B[data-v-5a5154cb],p.Para-Circle-Num-Sub[data-v-5a5154cb],.Symbol-L p.Para-basic-L-Sub[data-v-5a5154cb],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-5a5154cb]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-5a5154cb],.Table--3col-Locations td li[data-v-5a5154cb],p.Para-Table-L-Sub[data-v-5a5154cb],p.Para-Table-L-Sub-Auto[data-v-5a5154cb],p.Para-Table-L-center[data-v-5a5154cb],p.Para-Table-L[data-v-5a5154cb],li.Para-Table-L-hyp-Sub[data-v-5a5154cb],li.Para-Table-L-hyp-2Sub[data-v-5a5154cb],p.Para-Table-B-Sub[data-v-5a5154cb],td p.Para-Table-L[data-v-5a5154cb],p.Para-Table-B[data-v-5a5154cb],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-5a5154cb]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-5a5154cb]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-5a5154cb],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-5a5154cb]{font-size:14px}.big .Table-specification td p[data-v-5a5154cb],.big .Table--3col-Locations td li[data-v-5a5154cb],.big p.Para-basic-L-Sub[data-v-5a5154cb],.big p.Para-basic-L-Sub-Auto[data-v-5a5154cb],.big p.Para-basic-L-center[data-v-5a5154cb],.big li.Para-basic-L-bullet[data-v-5a5154cb],.big p.Para-basic-L[data-v-5a5154cb],.big li.Para-basic-L-hyp-Sub[data-v-5a5154cb],.big li.Para-basic-L-hyp-2Sub[data-v-5a5154cb],.big li[class^=Para-Num][data-v-5a5154cb],.big p.Para-Box-Num[data-v-5a5154cb],.big p.Para-Basic-B-Sub[data-v-5a5154cb],.big td p.Para-basic-L[data-v-5a5154cb],.big td li.Para-basic-L-bullet[data-v-5a5154cb],.big p.Para-Basic-B[data-v-5a5154cb],.big p.Para-Circle-Num-Sub[data-v-5a5154cb]{font-size:16px}.big .Table-specification td p[data-v-5a5154cb],.big .Table--3col-Locations td li[data-v-5a5154cb],.big p.Para-Table-L-Sub[data-v-5a5154cb],.big p.Para-Table-L-Sub-Auto[data-v-5a5154cb],.big p.Para-Table-L-center[data-v-5a5154cb],.big p.Para-Table-L[data-v-5a5154cb],.big li.Para-Table-L-hyp-Sub[data-v-5a5154cb],.big li.Para-Table-L-hyp-2Sub[data-v-5a5154cb],.big li[class^=Para-Num][data-v-5a5154cb],.big p.Para-Box-Num[data-v-5a5154cb],.big p.Para-Table-B-Sub[data-v-5a5154cb],.big td p.Para-Table-L[data-v-5a5154cb],.big p.Para-Table-B[data-v-5a5154cb],.big p.Para-Circle-Num-Sub[data-v-5a5154cb],.big p.Para-Table-B-Center[data-v-5a5154cb],.big .Table--3col-ISO td p[data-v-5a5154cb]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-5a5154cb],p.Para-Table-B-Center[data-v-5a5154cb]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-5a5154cb],.big p.video_title[data-v-5a5154cb],.big .resultItem p[data-v-5a5154cb]{font-size:1.05em}h1[data-v-5a5154cb]{font-size:1.2em;margin-top:0}h2[data-v-5a5154cb]{font-size:1.1em}.Heading-3[data-v-5a5154cb]{font-size:1em}.content .text>ol li[data-v-5a5154cb]:BEFORE{font-size:26px}.video[data-v-5a5154cb]{width:95%}}p.Para-Table-L[data-v-5a5154cb]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-5a5154cb]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-5a5154cb]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-5a5154cb]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-5a5154cb]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-5a5154cb]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-5a5154cb]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-5a5154cb]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-5a5154cb]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-5a5154cb]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-5a5154cb]:before{content:"";display:block;height:15pt}.Bold[data-v-5a5154cb],span.Bold[data-v-5a5154cb]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-5a5154cb]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-5a5154cb]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-5a5154cb]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-5a5154cb]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-5a5154cb]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-5a5154cb]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-5a5154cb]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-5a5154cb]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-5a5154cb]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-5a5154cb]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-5a5154cb]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-5a5154cb],.Para-Table-L-Sub-Auto .icon-1[data-v-5a5154cb]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-5a5154cb]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-5a5154cb]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-5a5154cb]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-5a5154cb],.Table--2col td p.Para-basic-L[data-v-5a5154cb]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-5a5154cb]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-5a5154cb]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-5a5154cb]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-5a5154cb]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-5a5154cb]{margin-top:8pt!important}.table-responsive[data-v-5a5154cb]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-5a5154cb]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-5a5154cb],#table-16[data-v-5a5154cb]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-5a5154cb]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-5a5154cb]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-5a5154cb]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-5a5154cb]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-5a5154cb]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-5a5154cb]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-5a5154cb]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-5a5154cb]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-5a5154cb]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-5a5154cb]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-5a5154cb]{font-size:12px}#table-15.responsive td[data-v-5a5154cb]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-5a5154cb]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-5a5154cb]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-5a5154cb]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-5a5154cb]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-5a5154cb],.Table--4col-Error th[data-v-5a5154cb]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-5a5154cb],.Table--4col-Error tr:first-child th[data-v-5a5154cb]{border-top:none}.Table--4col-Error tr:last-child td[data-v-5a5154cb]{border-bottom:none}.Table--4col-Error thead td[data-v-5a5154cb]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-5a5154cb]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-5a5154cb]:nth-child(1),.Table--4col-Error thead td[data-v-5a5154cb]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-5a5154cb]:nth-child(2),.Table--4col-Error thead td[data-v-5a5154cb]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-5a5154cb]:nth-child(3),.Table--4col-Error thead td[data-v-5a5154cb]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-5a5154cb]:nth-child(4),.Table--4col-Error thead td[data-v-5a5154cb]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-5a5154cb]:nth-child(1),.Table--4col-Error tbody td[data-v-5a5154cb]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-5a5154cb]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-5a5154cb]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-5a5154cb]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-5a5154cb]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-5a5154cb]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-5a5154cb]{font-size:14px!important}.Table--4col-Error tbody td[data-v-5a5154cb]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-5a5154cb],.Table--4col-Error p.Para-Table-B[data-v-5a5154cb],.Table--4col-Error p.Para-Table-L-Center[data-v-5a5154cb]{font-size:12px!important}.Table--4col-Error tbody td[data-v-5a5154cb]:nth-child(1),.Table--4col-Error thead td[data-v-5a5154cb]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-5a5154cb]:nth-child(2),.Table--4col-Error thead td[data-v-5a5154cb]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-5a5154cb]:nth-child(3),.Table--4col-Error thead td[data-v-5a5154cb]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-5a5154cb]:nth-child(4),.Table--4col-Error thead td[data-v-5a5154cb]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-5a5154cb]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-5a5154cb]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-5a5154cb]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-5a5154cb]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-5a5154cb]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-5a5154cb]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-5a5154cb]{line-height:1.25;font-weight:500}.Bold-color[data-v-5a5154cb]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-5a5154cb]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-5a5154cb]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-5a5154cb]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-5a5154cb]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-5a5154cb]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-5a5154cb]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-5a5154cb]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-5a5154cb]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-5a5154cb]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-5a5154cb]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-5a5154cb]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-5a5154cb]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-5a5154cb]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-5a5154cb]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-5a5154cb]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-5a5154cb],tr:last-child td.cell-style-override-7[data-v-5a5154cb]{border-bottom:0}table#table-16[data-v-5a5154cb]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-5a5154cb],.Table--2col-Air-Sensor[data-v-5a5154cb],.Table--2col-Voice[data-v-5a5154cb],.Table--2col-Filter[data-v-5a5154cb],.Table--troubleshooting[data-v-5a5154cb],.Table--4col-Error[data-v-5a5154cb],.Table--Specifications[data-v-5a5154cb]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-5a5154cb]:last-child,.Table--2col-Voice tr td[data-v-5a5154cb]:last-child{width:70%}.Table--2col-Voice tr td[data-v-5a5154cb]:first-child{width:30%}.Para-Table-L-Center[data-v-5a5154cb]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-5a5154cb]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-5a5154cb]{display:block!important}.Table--2col-Information td[data-v-5a5154cb]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-5a5154cb]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-5a5154cb]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-5a5154cb]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-5a5154cb]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-5a5154cb],.Table--4col-responsive table td[data-v-5a5154cb]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-5a5154cb],.Table--2col-Information th[data-v-5a5154cb]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-5a5154cb]:nth-child(1),.Table--2col-Information th[data-v-5a5154cb]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-5a5154cb]:nth-child(2),.Table--2col-Information th[data-v-5a5154cb]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-5a5154cb],.Table--2col-Information th[data-v-5a5154cb]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-5a5154cb]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-5a5154cb],.Table--2col-Voice th[data-v-5a5154cb]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-5a5154cb]:nth-child(1),.Table--2col-Voice th[data-v-5a5154cb]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-5a5154cb]:nth-child(2),.Table--2col-Voice th[data-v-5a5154cb]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-5a5154cb]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-5a5154cb],.Table--2col-Voice tr:last-child td[data-v-5a5154cb]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-5a5154cb],.Table--2col-Voice thead th[data-v-5a5154cb]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-5a5154cb]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-5a5154cb]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-5a5154cb]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-5a5154cb],.Table--2col-Information th[data-v-5a5154cb]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-5a5154cb]:nth-child(1),.Table--2col-Information th[data-v-5a5154cb]:nth-child(1){width:30%}.Table--2col-Information td[data-v-5a5154cb]:nth-child(2),.Table--2col-Information th[data-v-5a5154cb]:nth-child(2){width:70%}.Table--2col-Information td[data-v-5a5154cb]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-5a5154cb]{border-bottom:none}.Table--2col-Air-Sensor[data-v-5a5154cb]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-5a5154cb],.Table--2col-Air-Sensor th[data-v-5a5154cb]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-5a5154cb]:nth-child(1),.Table--2col-Air-Sensor th[data-v-5a5154cb]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-5a5154cb]:nth-child(2),.Table--2col-Air-Sensor th[data-v-5a5154cb]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-5a5154cb]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-5a5154cb]{border-bottom:none}.Table--2col-Filter[data-v-5a5154cb]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-5a5154cb],.Table--2col-Filter th[data-v-5a5154cb]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-5a5154cb]:nth-child(1),.Table--2col-Filter th[data-v-5a5154cb]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-5a5154cb]:nth-child(2),.Table--2col-Filter th[data-v-5a5154cb]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-5a5154cb]:nth-child(3),.Table--2col-Filter th[data-v-5a5154cb]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-5a5154cb]:nth-child(4),.Table--2col-Filter th[data-v-5a5154cb]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-5a5154cb]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-5a5154cb],.Table--2col-Filter tr:last-child td[data-v-5a5154cb]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-5a5154cb],.Table--2col-Filter thead th[data-v-5a5154cb]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-5a5154cb]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-5a5154cb]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-5a5154cb]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-5a5154cb],.Table--Specifications th[data-v-5a5154cb]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-5a5154cb]:first-child,.Table--Specifications th[data-v-5a5154cb]:first-child{width:16%}.Table--Specifications td[data-v-5a5154cb]:nth-child(2),.Table--Specifications th[data-v-5a5154cb]:nth-child(2){width:42%}.Table--Specifications td[data-v-5a5154cb]:nth-child(3),.Table--Specifications th[data-v-5a5154cb]:nth-child(3){width:42%}.Table--Specifications td[data-v-5a5154cb]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-5a5154cb],.Table--Specifications tr:last-child td[data-v-5a5154cb]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-5a5154cb],.Table--Specifications thead th[data-v-5a5154cb]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-5a5154cb]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-5a5154cb]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-5a5154cb],td.cell-style-override-20[data-v-5a5154cb]{padding:10px}td.x3col-Mid-text[data-v-5a5154cb],td.cell-style-override-22[data-v-5a5154cb],td.cell-style-override-20[data-v-5a5154cb]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-5a5154cb]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-5a5154cb]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-5a5154cb]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-5a5154cb]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-5a5154cb]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-5a5154cb]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-5a5154cb],th.header-cell[data-v-5a5154cb]{background-color:#88d0c7}td.color-blue[data-v-5a5154cb],th.color-blue[data-v-5a5154cb]{background-color:#d3edf9}td.color-green[data-v-5a5154cb],th.color-green[data-v-5a5154cb]{background-color:#d9ead3}td.color-orange[data-v-5a5154cb],th.color-orange[data-v-5a5154cb]{background-color:#fce5cd}td.color-red[data-v-5a5154cb],th.color-red[data-v-5a5154cb]{background-color:#f4cccc}td.color-purple[data-v-5a5154cb],th.color-purple[data-v-5a5154cb]{background-color:#e4d7f5}td.color-yellow[data-v-5a5154cb],th.color-yellow[data-v-5a5154cb]{background-color:#fff2cc}td.color-teal[data-v-5a5154cb],th.color-teal[data-v-5a5154cb]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-5a5154cb],.Table--8col-air-web-1 td[data-v-5a5154cb],.Table--8col-air-web-1 th[data-v-5a5154cb]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-5a5154cb]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-5a5154cb]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-5a5154cb],.Table--2col td[data-v-5a5154cb],.Table--2col th[data-v-5a5154cb]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-5a5154cb]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-5a5154cb]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-5a5154cb],.Table--2col th p[data-v-5a5154cb]{border:none!important}.Table--2col[data-v-5a5154cb] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-5a5154cb]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-5a5154cb],.Table--4col td[data-v-5a5154cb]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-5a5154cb]{text-align:left!important}.Table--4col thead th[data-v-5a5154cb]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-5a5154cb]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-5a5154cb]{text-align:center!important}.Table--4col-air[data-v-5a5154cb]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-5a5154cb],.Table--4col-air th[data-v-5a5154cb]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-5a5154cb],.Table--4col-air tr:first-child th[data-v-5a5154cb]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-5a5154cb]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-5a5154cb],.Table--4col-air td ul[data-v-5a5154cb],.Table--4col-air td li[data-v-5a5154cb]{text-align:left!important}.Table--4col-air colgroup col[data-v-5a5154cb]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-5a5154cb]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-5a5154cb]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-5a5154cb]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-5a5154cb]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-5a5154cb],.Table--4col-air th[data-v-5a5154cb]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-5a5154cb],.Table--4col-air tr:first-child th[data-v-5a5154cb]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-5a5154cb]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-5a5154cb]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-5a5154cb],.Table--4col-ai2 th[data-v-5a5154cb]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-5a5154cb]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-5a5154cb]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-5a5154cb],.Table--4col-ai2 th[data-v-5a5154cb]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-5a5154cb]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-5a5154cb]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.dropdownMenu[data-v-5a5154cb]{position:absolute;top:100%;left:0;margin-left:-30px;margin-top:4px;padding:0;list-style:none;background:#fff;border:1px solid #ccc;border-radius:4px;min-width:120px;box-shadow:0 2px 8px #00000026;z-index:1000}@media screen and (max-width: 600px) and (orientation: portrait){.dropdownMenu[data-v-5a5154cb]{margin-left:10px;min-width:100%;box-shadow:none;border-radius:0}}@media screen and (max-width: 600px) and (orientation: landscape){.dropdownMenu[data-v-5a5154cb]{margin-left:0;min-width:100%;box-shadow:none;border-radius:0}}@media screen and (min-width: 768px) and (max-width: 1199px){.dropdownMenu[data-v-5a5154cb]{margin-left:-30px;min-width:100%;box-shadow:none;border-radius:0}}.dropdownMenu li[data-v-5a5154cb]{padding:8px 12px;color:#000}.dropdownMenu li[data-v-5a5154cb]:hover,.dropdownMenu li.selected[data-v-5a5154cb]{background-color:#8ce2d0}.dropdownMenu li.selected>a[data-v-5a5154cb]{font-weight:700}.dropdownMenu a[data-v-5a5154cb]{text-decoration:none;color:inherit;display:block}.fade-enter-active[data-v-5a5154cb],.fade-leave-active[data-v-5a5154cb]{transition:opacity .25s ease}.fade-enter-from[data-v-5a5154cb],.fade-leave-to[data-v-5a5154cb]{opacity:0}.slide-right-enter-active[data-v-5a5154cb],.slide-right-leave-active[data-v-5a5154cb]{transition:all .3s ease}.slide-right-enter-from[data-v-5a5154cb],.slide-right-leave-to[data-v-5a5154cb]{transform:translate(100%);opacity:0}.topTree.open[data-v-5a5154cb]{font-weight:700}.slide-enter-active[data-v-5a5154cb],.slide-leave-active[data-v-5a5154cb]{transition:all .3s ease;overflow:hidden}.slide-enter-from[data-v-5a5154cb],.slide-leave-to[data-v-5a5154cb]{max-height:0;opacity:0;padding-top:0;padding-bottom:0}.slide-enter-to[data-v-5a5154cb],.slide-leave-from[data-v-5a5154cb]{max-height:500px;opacity:1;padding-top:.25em;padding-bottom:.25em}body[data-v-5dc07eb9]{margin:0;background-image:url(/build/assets/main_background-CHua_i5b.png);background-repeat:no-repeat;background-size:cover;width:100%}body[data-v-5dc07eb9]:after{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;content:url(icon/common/01_general.png) url(icon/common/04_media.png) url(icon/common/03_DMB.png) url(icon/common/02_radio.png) url(icon/common/05_navi.png) url(icon/common/06_bluetooth.png) url(icon/common/12_blink_H.png) url(icon/common/09_setting.png) url(icon/common/08_etc.png) url(icon/common/11_ref.png) url(icon/common/Connectivitiy_white.png) url(icon/common/SiriusXM_data_white.png) url(icon/common/SiriusXM_radio_white.png) url(icon/common/13_update.png) url(icon/common/14_car.png) url(icon/common/15_video.png)}.content[data-v-5dc07eb9]{padding-top:0;width:100%;margin:auto;max-width:1120px;color:#000;background-color:#fff}.content #naviText[data-v-5dc07eb9]{position:absolute;right:5%;bottom:9%;font-family:SK_namuhx-Regular;color:#fff}.content #naviText span[data-v-5dc07eb9]{font-size:30px;display:block;width:100%!important;text-align:right}.content #naviText img[data-v-5dc07eb9]{width:83%!important}.content #naviText span[data-v-5dc07eb9]{font-size:28px;display:block;width:100%!important;text-align:right}.content #carName[data-v-5dc07eb9]{font-size:0px;position:absolute;left:5%;bottom:10%}.content #carName img[data-v-5dc07eb9]{width:100%!important}.content #mainCar[data-v-5dc07eb9]{position:relative;font-size:0px;width:100%;padding-bottom:25px;margin-left:auto;margin-right:auto}.content #mainCar img[data-v-5dc07eb9]{width:100%}#mainCarPhone[data-v-5dc07eb9]{display:none}.content #buttonMenu_v2[data-v-5dc07eb9]{width:91%;margin-right:auto;margin-left:auto}.content #buttonMenu_v2>a[data-v-5dc07eb9]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu_v2>a>div[data-v-5dc07eb9]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;background-size:35%;border:1px solid #ffffff;text-transform:capitalize}.content #buttonMenu_v2>a>div[data-v-5dc07eb9]:HOVER{background-color:#fff;color:#000}.content #buttonMenu_v2>a>div>span[data-v-5dc07eb9]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}.content #buttonMenu[data-v-5dc07eb9]{width:90%;margin-right:auto;margin-left:auto}.content #buttonMenu>a[data-v-5dc07eb9]{float:left;width:20%;height:155px;text-decoration:none}.content #buttonMenu>a>div[data-v-5dc07eb9]{background-color:#000;width:90%;height:90%;margin:auto;background-repeat:no-repeat;background-position:50% 25%;text-align:center;color:#fff;font-family:SK_namuhx-Regular;font-size:12pt;background-size:35%;border:1px solid #38383a;text-transform:capitalize;border-radius:10px}.content #buttonMenu>a>div[data-v-5dc07eb9]:HOVER{background-color:#38383a;color:#fff;cursor:pointer}.content #buttonMenu>a>div>span[data-v-5dc07eb9]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:182px}#buttonMenu_a>div[data-v-5dc07eb9]{background-image:url(/build/assets/01-CHa-TWnK.png)}#buttonMenu_b>div[data-v-5dc07eb9]{background-image:url(/build/assets/02-BvSr11_N.png)}#buttonMenu_c>div[data-v-5dc07eb9]{background-image:url(/build/assets/03-kNWfkHx0.png)}#buttonMenu_d>div[data-v-5dc07eb9]{background-image:url(/build/assets/04-C5fXy7NW.png)}#buttonMenu_e>div[data-v-5dc07eb9]{background-image:url(/build/assets/05-B_qn_dTW.png)}#buttonMenu_f>div[data-v-5dc07eb9]{background-image:url(/build/assets/06-DzwMI1xN.png)}#buttonMenu_g>div[data-v-5dc07eb9]{background-image:url(/build/assets/07-B4BDiazc.png)}#buttonMenu_h>div[data-v-5dc07eb9]{background-image:url(/build/assets/08-DyL1v4sD.png)}#buttonMenu_i>div[data-v-5dc07eb9]{background-image:url(/build/assets/09-CHuzHiLm.png)}#buttonMenu_j>div[data-v-5dc07eb9]{background-image:url(/build/assets/10-BDSZ0ltA.png)}#buttonMenu_k>div[data-v-5dc07eb9]{background-image:url(/build/assets/11-B4l4R1xH.png)}#banner>div[data-v-5dc07eb9]{background-image:url(icon/SK/15_video_H.png)}.fontChangeDiv[data-v-5dc07eb9]{position:absolute;top:-35px;left:5%;display:none}@media screen and (max-width: 800px){.content #naviText[data-v-5dc07eb9]{bottom:11%;width:30%}.content #naviText span[data-v-5dc07eb9]{font-size:17px}.content #naviText img[data-v-5dc07eb9]{width:80%!important}.content #carName[data-v-5dc07eb9]{right:0%;bottom:12%}.content #carName img[data-v-5dc07eb9]{width:40%!important}.content #buttonMenu_v2>a[data-v-5dc07eb9]{width:33%}.content #buttonMenu>a[data-v-5dc07eb9]{width:33%}.content #buttonMenu_v2>a>div>span[data-v-5dc07eb9]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}.content #buttonMenu>a>div>span[data-v-5dc07eb9]{display:table-cell;text-align:center;vertical-align:middle;height:190px;width:212px;font-size:17px}#mainCarPhone[data-v-5dc07eb9]{display:block}#mainCarPc[data-v-5dc07eb9]{display:none}.content #buttonMenu_v2[data-v-5dc07eb9],.content #buttonMenu[data-v-5dc07eb9]{width:92%}}@media screen and (max-width: 480px){.content[data-v-5dc07eb9]{padding-top:0}.content #naviText[data-v-5dc07eb9]{bottom:14%;width:45%}.content #naviText span[data-v-5dc07eb9]{font-size:11px}.content #naviText img[data-v-5dc07eb9]{width:88%!important}.content #carName[data-v-5dc07eb9]{right:5%;bottom:15%}.content #carName img[data-v-5dc07eb9]{width:120px!important}.content #buttonMenu_v2[data-v-5dc07eb9]{position:relative}.content #buttonMenu_v2>a>div[data-v-5dc07eb9]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu_v2>a[data-v-5dc07eb9]{height:120px}.content #buttonMenu_v2>a>div>span[data-v-5dc07eb9]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}.content #buttonMenu[data-v-5dc07eb9]{position:relative}.content #buttonMenu>a>div[data-v-5dc07eb9]{background-color:#000;background-size:40%;background-position:50% 20%;height:85%}.content #buttonMenu>a[data-v-5dc07eb9]{height:120px}.content #buttonMenu>a>div>span[data-v-5dc07eb9]{display:table-cell;text-align:center;vertical-align:middle;height:140px;width:140px;font-size:12px}}.u-vmenu ul li[data-v-5dc07eb9]{width:100%;list-style:none;border-bottom:solid 1px #f6f3f2}.u-vmenu ul li a[data-v-5dc07eb9]{height:auto;line-height:32px;padding:18px 15px 18px 28px;font-size:16px;display:block;text-decoration:none;outline:none;color:#82846f}.u-vmenu ul ul[data-v-5dc07eb9]{background-color:#f6f3f2}.u-vmenu ul li a[data-option=on][data-v-5dc07eb9]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:26px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-5dc07eb9]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:26px;color:#000}@media screen and (max-width: 640px){.u-vmenu ul li a[data-v-5dc07eb9]{font-size:14px;line-height:26px}.u-vmenu ul li a[data-option=on][data-v-5dc07eb9]{background:url(/build/assets/menu_H_02-D6DfCOje.png) no-repeat;background-position:93% 50%;background-size:18px;color:#00aad2}.u-vmenu ul li a[data-option=off][data-v-5dc07eb9]{background:url(/build/assets/menu_01-D6NYwPFM.png) no-repeat;background-position:93% 50%;background-size:18px;color:#000}}@font-face{font-family:SK_namuhx-Regular;src:url(/build/assets/SK_namuhx-Regular-CX3MiN3e.woff);font-weight:"Regular"}@font-face{font-family:SK_namuhx-Bold;src:url(/build/assets/SK_namuhx-Bold-C7rbpgEh.woff);font-weight:"Bold"}@font-face{font-family:Pretendard-Light;src:url(/build/assets/Pretendard-Light-BSr3DBFh.woff);font-weight:"Light"}@font-face{font-family:Pretendard-Regular;src:url(/build/assets/Pretendard-Regular-D5CgADJ9.woff);font-weight:"Regular"}[data-v-5dc07eb9]{margin:0;padding:0}html[data-v-5dc07eb9]{background-color:#000;width:100%}.keyword[data-v-5dc07eb9],.highlight[data-v-5dc07eb9]{color:#e49f81;font-family:SK_namuhx-Bold}.upsys_commonregular[data-v-5dc07eb9]{font-family:upsys_commonregular}.header_main[data-v-5dc07eb9]{width:100%;height:55px;background-color:#00f0;position:absolute;z-index:3}.header[data-v-5dc07eb9]{width:100%;height:55px;background-color:#000;position:fixed;z-index:3}.headerInner[data-v-5dc07eb9]{margin:auto;max-width:1120px;height:100%;width:100%;display:-webkit-flex;display:-moz-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;align-items:center}.headerInner[data-v-5dc07eb9]>*{float:left}#headerLogo[data-v-5dc07eb9]{width:10%;margin-left:5%;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%;line-height:75px;text-decoration:none;color:transparent}#title[data-v-5dc07eb9]{font-family:SK_namuhx-Regular;width:65%;text-align:center;font-size:22px;color:#fff;overflow:hidden}#menu[data-v-5dc07eb9]{font-size:0px;width:5%;line-height:75px;height:75px;color:transparent}#menu span[data-v-5dc07eb9]{float:right;width:30px;height:75px;background-image:url(/build/assets/menu-DfnrUElY.png);background-position:center right;background-repeat:no-repeat;cursor:pointer}.languageDiv[data-v-5dc07eb9]{width:10%;font-family:SK_namuhx-Regular;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.languageDiv div[data-v-5dc07eb9]{position:relative;top:2px;left:-25px;font-size:0px;background:url(/build/assets/lang-Bv-3vilr.png);background-size:100%;background-repeat:no-repeat;width:100%;height:20px}.languageDiv ul[data-v-5dc07eb9]{font-size:13px}.languageDiv .active[data-v-5dc07eb9]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}#languageSelect[data-v-5dc07eb9]{display:none;color:#8ce2d0;list-style:none;background:#fff;position:absolute;margin-left:-20px}#languageSelect li[data-v-5dc07eb9]{padding-left:10px;padding-right:10px;height:28px}#languageSelect li a[data-v-5dc07eb9]{padding:5px 10px;display:inline-block;text-decoration:none;width:100%;color:#000;position:relative}#languageSelect li.selected[data-v-5dc07eb9],#languageSelect li[data-v-5dc07eb9]:hover{background-color:#8ce2d0}#languageSelect li.selected a[data-v-5dc07eb9],#languageSelect li:hover a[data-v-5dc07eb9]{color:#000}.footer-manual[data-v-5dc07eb9]{position:relative;top:100px;clear:both;width:100%;height:100px}.footerInner[data-v-5dc07eb9]{position:relative;margin:auto;width:100%;max-width:1120px}.footerInner>div[data-v-5dc07eb9]{line-height:60px}#footerLogo[data-v-5dc07eb9]{width:10%;height:30px;margin-left:auto;margin-right:auto;padding-top:30px;background-image:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:center;background-size:100%}.copyright[data-v-5dc07eb9]{font-family:Pretendard-Light;width:85%;display:inline;position:relative;color:#fff;text-align:center;top:-20px}#copyrightPc[data-v-5dc07eb9]{display:inline-block;width:100%}#copyrightPcSpan[data-v-5dc07eb9]{display:inline-block;line-height:normal;vertical-align:middle;font-size:14px}#copyrightPhone[data-v-5dc07eb9]{display:none;line-height:normal;vertical-align:middle;font-size:12px}#myBtn[data-v-5dc07eb9]{display:block;position:fixed;bottom:20px;right:30px;z-index:99;border:none;outline:none;background-color:#f5f5f5;background-image:url(/build/assets/go%20to%20top-CndMRvcO.png);background-size:100%;background-repeat:no-repeat;width:60px;height:56px;opacity:.6}#prevBtn[data-v-5dc07eb9]{position:fixed;left:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_left-nUoXymTh.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}#nextBtn[data-v-5dc07eb9]{position:fixed;right:10px;top:0;bottom:0;z-index:99;border:none;outline:none;background-image:url(/build/assets/btn_main_right-pGLUuWDE.png);background-size:100%;width:52px;height:54px;margin:auto;opacity:.6;cursor:pointer}.rightMenu[data-v-5dc07eb9]{position:fixed;top:0;right:0;background-color:#fff;width:400px;height:100%;z-index:130;color:#000}#rightHeader[data-v-5dc07eb9]{clear:both;border-bottom:solid 2px #666666;height:55px}#rightHeader>div[data-v-5dc07eb9]{width:75px;height:75px;background-repeat:no-repeat;background-size:29%;background-position:center}.search[data-v-5dc07eb9]{float:left;background-image:url(/build/assets/search-iVUHQQrI.png);margin-top:-10px}.searchDiv[data-v-5dc07eb9]{position:relative;padding-top:20px;padding-bottom:20px;width:90%;margin:20px auto 50px;border-bottom:#f2e7da 1px solid;background-color:#f2e7da}#searchLabel[data-v-5dc07eb9]{font-family:SK_namuhx-Regular;color:#000}#searchinputbox[data-v-5dc07eb9]{height:38px;width:100%;line-height:38px;border-top:1px solid #cccccc;border-left:1px solid #cccccc;border-bottom:1px solid #cccccc;border-right:1px solid #cccccc;padding-left:10px;background-color:#fff;color:#000}#searchinputbox[data-v-5dc07eb9]:focus{outline:none}#searchButton[data-v-5dc07eb9]{background-color:#fff;background-image:url(/build/assets/search_H-CjQ92hlT.png);width:40px;height:38px;background-repeat:no-repeat;background-size:50%;background-position:center;border:1px solid #cccccc;margin-left:9px}table td.left[data-v-5dc07eb9]{width:10%;text-align:center;padding-left:40px;padding-right:10px}table td.center[data-v-5dc07eb9]{width:80%}table td.right[data-v-5dc07eb9]{width:10%;text-align:center}.result[data-v-5dc07eb9],.resultcount[data-v-5dc07eb9],.noResult[data-v-5dc07eb9]{width:90%;margin-left:auto;margin-right:auto}.close[data-v-5dc07eb9]{float:right;background-image:url(/build/assets/menu_close-4oWI0_33.png);margin-top:-10px}#toc[data-v-5dc07eb9]{font-family:SK_namuhx-Regular;height:90%;overflow:auto;width:100%;text-transform:capitalize}#toc a.topTree[data-v-5dc07eb9]{font-family:SK_namuhx-Regular;color:#000;text-transform:capitalize}#toc li a.selected[data-v-5dc07eb9]{color:#e49f81}.cover[data-v-5dc07eb9]{position:fixed;top:0;left:0;height:100%;width:100%;background-color:#000c;z-index:11}.spin[data-v-5dc07eb9]{background:url(/build/assets/giphy-6TE21eNf.gif);background-repeat:no-repeat;background-position:center;background-color:#fff}.languageDivPhone[data-v-5dc07eb9]{display:none;position:absolute;top:-20px;left:5%;font-family:SK_namuhx-Regular;cursor:pointer;line-height:30px}.languageDivPhone div[data-v-5dc07eb9]{font-size:0px;background:url(/build/assets/lang_active_phone-DMTSH8jK.png);background-size:100%;background-repeat:no-repeat;width:80px;height:20px}.languageDivPhone ul[data-v-5dc07eb9]{font-size:12px}.languageDivPhone .active[data-v-5dc07eb9]{background:url(/build/assets/lang_active-Buj2rsQ_.png);background-size:100%;background-repeat:no-repeat}.languageDivPhone #languageSelect[data-v-5dc07eb9]{bottom:30px;left:1px}.fontChangeButton[data-v-5dc07eb9]{padding:3px}@media screen and (max-width: 1280px){#headerLogo[data-v-5dc07eb9]{background:url(/build/assets/Logo_H_v2-8TZMaujv.png);background-repeat:no-repeat;background-position:left;background-size:100%}}@media screen and (max-width: 800px){#searchinputbox[data-v-5dc07eb9]{left:0}.languageDiv div[data-v-5dc07eb9]{width:120%;left:-45px;top:5px}#languageSelect[data-v-5dc07eb9]{margin-left:-40px}#banner_img>a[data-v-5dc07eb9]{background-image:url(../image/banner_h2.png)}#banner_img>a[data-v-5dc07eb9]:Hover{background-image:url(../image/banner_brown2.png)}}@media screen and (max-width: 640px){.header_main[data-v-5dc07eb9]{z-index:12}.header_main[data-v-5dc07eb9]{height:40px;padding-top:0}.header[data-v-5dc07eb9]{z-index:12}.header[data-v-5dc07eb9]{height:40px;padding-top:0}#title[data-v-5dc07eb9]{font-size:16px;width:49%}#headerLogo[data-v-5dc07eb9]{display:inline;background-size:100%;margin-top:0;line-height:60px;width:15%}.languageDiv[data-v-5dc07eb9]{width:20%}.languageDiv div[data-v-5dc07eb9]{width:90%;left:-15px;top:5px}#languageSelect[data-v-5dc07eb9]{margin-left:-10px}.languageDiv ul[data-v-5dc07eb9]{font-size:12px}#menu[data-v-5dc07eb9]{display:inline;height:60px;line-height:60px;position:static;right:5%}#menu span[data-v-5dc07eb9]{position:relative;background-size:100%;height:60px;line-height:60px;max-width:22px}.rightMenu[data-v-5dc07eb9]{width:80%}#rightHeader[data-v-5dc07eb9]{height:40px}#rightHeader>div[data-v-5dc07eb9]{width:60px;height:60px;background-repeat:no-repeat;background-size:15px;background-position:center}.search[data-v-5dc07eb9]{position:absolute;right:38px;top:0}.searchDiv[data-v-5dc07eb9]{width:90%}#toc[data-v-5dc07eb9]{width:100%}.copyright[data-v-5dc07eb9]{line-height:15px!important;font-size:11px;top:35px}#copyrightPc[data-v-5dc07eb9]{display:none}#copyrightPhone[data-v-5dc07eb9]{display:inline-block;vertical-align:middle;margin-top:-75px;left:10%}#footerLogo[data-v-5dc07eb9]{width:15%!important}#prevBtn[data-v-5dc07eb9],#nextBtn[data-v-5dc07eb9]{width:32px;height:32px;background-size:100%}#searchButton[data-v-5dc07eb9]{margin-left:-1px}table td.left[data-v-5dc07eb9]{text-align:right}table td.center[data-v-5dc07eb9]{width:50%}table td.right[data-v-5dc07eb9]{text-align:center}}@media screen and (max-width: 480px){.languageDiv[data-v-5dc07eb9]{left:0}.languageDiv div[data-v-5dc07eb9]{width:100%;left:-5px;top:5px}#languageSelect[data-v-5dc07eb9]{margin-left:20px}.languageDiv ul[data-v-5dc07eb9]{font-size:10px}.noResult>span[data-v-5dc07eb9]{width:200px!important;font-size:14px}#title[data-v-5dc07eb9]{font-size:13px;width:40%}#menu[data-v-5dc07eb9]{position:absolute}#banner_img>a[data-v-5dc07eb9]{bottom:20%;height:9%;background-image:url(../image/banner_h3.png)}#banner_img>a[data-v-5dc07eb9]:HOVER{background-image:url(../image/banner_brown3.png)}#banner_img>a>div>span[data-v-5dc07eb9]{font-size:14px;bottom:15%}#banner_img>a:Hover>div>span[data-v-5dc07eb9]{font-size:14px}}body[data-v-5dc07eb9]{background-color:#fff;width:100%;position:relative}.subHeader[data-v-5dc07eb9]{position:fixed;top:55px;width:100%;height:50px;background-color:#f6f3f2;z-index:3}.subHeaderInner[data-v-5dc07eb9]{margin:auto;max-width:1120px}.subHeaderInner[data-v-5dc07eb9]>*{float:left}.content p[data-v-5dc07eb9],.content li[data-v-5dc07eb9]{word-break:keep-all!important;overflow-wrap:normal!important;white-space:normal!important}.content #mainCar[data-v-5dc07eb9]{position:relative;width:100%;height:560px;margin:10px auto;overflow:hidden}.content #mainCar video[data-v-5dc07eb9]{position:absolute;top:50%;left:50%;max-width:100%;max-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;object-position:center center}.cjk-wrap[data-v-5dc07eb9]{white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-break:anywhere;line-height:1.5}#backButton[data-v-5dc07eb9]{display:block;margin-left:5%;padding-top:20px;width:30px;height:30px;background:url(/build/assets/menu_move-Dk_jTs7z.png);background-repeat:no-repeat;background-position:left;margin-top:10px}.chapterTitle[data-v-5dc07eb9]{margin-left:10px;line-height:50px;font-size:18px;font-family:SK_namuhx-Bold;text-transform:capitalize;color:#000}.content[data-v-5dc07eb9]{padding-top:116px;max-width:1120px;margin-left:auto;margin-right:auto}.text[data-v-5dc07eb9]{width:90%;margin-left:auto;margin-right:auto;min-height:300px}h1[data-v-5dc07eb9]{margin-top:25px;margin-bottom:25px;font-family:SK_namuhx-Bold;font-weight:400}h2[data-v-5dc07eb9]{clear:both;margin-top:50px;margin-bottom:15px;border-bottom:1px solid #666666;padding-bottom:4px;font-family:SK_namuhx-Bold;font-weight:400}.Heading-3[data-v-5dc07eb9]{display:block;font-size:1.17em;margin:1.5em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Heading-3-NoTOC[data-v-5dc07eb9]{display:block;font-size:1.17em;margin:1em 0 .25em;font-weight:700;font-family:SK_namuhx-Bold}.Basic-Bold[data-v-5dc07eb9]{font-family:SK_namuhx-Bold;font-weight:700}p.Para-basic-L-Sub[data-v-5dc07eb9],p.Para-Basic-B-Sub[data-v-5dc07eb9]{margin-left:45px}p.Para-basic-L-Sub-Auto[data-v-5dc07eb9]{margin-left:46px}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-5dc07eb9]{font-size:16px;margin-left:20px}.Para-basic-L-bullet-Sub[data-v-5dc07eb9]{list-style:none!important;display:flex;align-items:flex-start!important;gap:6pt;margin-left:10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-Sub[data-v-5dc07eb9]:before{content:"-";display:inline-block;min-width:10pt}.Para-Box-Num~p.Para-basic-L-Sub[data-v-5dc07eb9],.Para-Box-Num~p.Para-basic-L-bullet-Sub[data-v-5dc07eb9],.Para-Box-Num~p.Para-Basic-B-Sub[data-v-5dc07eb9]{margin-left:25px}p+ul li.Para-basic-L-Sub[data-v-5dc07eb9],p+ul li.Para-Basic-B-Sub[data-v-5dc07eb9]{margin-left:45px}ul~p.Para-basic-L-Sub[data-v-5dc07eb9],ul~p.Para-basic-L-bullet-Sub[data-v-5dc07eb9],ul~p.Para-Basic-B-Sub[data-v-5dc07eb9]{margin-left:20px}ol~p.Para-basic-L-Sub[data-v-5dc07eb9],ol~p.Para-basic-L-bullet-Sub[data-v-5dc07eb9],ol~p.Para-Basic-B-Sub[data-v-5dc07eb9]{margin-left:45px}ol+*+p.Para-basic-L-Sub[data-v-5dc07eb9],ol+*+p.Para-basic-L-bullet-Sub[data-v-5dc07eb9],ol+*+p.Para-Basic-B-Sub[data-v-5dc07eb9]{margin-left:45px!important}a .Para-basic-L-Sub[data-v-5dc07eb9],a .Para-Basic-B-Sub[data-v-5dc07eb9]{margin-left:0}a .Para-basic-L-bullet-Sub[data-v-5dc07eb9]{margin-left:20px}p.Para-Circle-Num-Sub[data-v-5dc07eb9]{margin-left:45px}.content p[data-v-5dc07eb9],li[data-v-5dc07eb9]{font-family:Pretendard-Regular;line-height:1.5em}p.Para-Basic-B-Sub[data-v-5dc07eb9],p.Para-Basic-B[data-v-5dc07eb9],p.Para-Basic-B-Center[data-v-5dc07eb9]{font-family:SK_namuhx-Bold;margin-top:20px;font-size:16px}p.Para-Table-B[data-v-5dc07eb9]{font-family:SK_namuhx-Bold;font-size:16px;word-break:normal;color:#000}p.Para-basic-L-center[data-v-5dc07eb9],p.Para-Basic-B-Center[data-v-5dc07eb9]{text-align:center}p.Para-Table-L-center[data-v-5dc07eb9],p.Para-Table-B-Center[data-v-5dc07eb9]{font-size:16px;text-align:center;word-break:normal;color:#000}table p.Para-Basic-B-Sub[data-v-5dc07eb9],table p.Para-Basic-B[data-v-5dc07eb9],table p.Para-Basic-B-Center[data-v-5dc07eb9]{font-family:SK_namuhx-Bold;margin-top:0;margin-bottom:0;font-size:16px}p.Para-basic-L[data-v-5dc07eb9]{font-size:16px;color:#000;margin-top:30px}li.Para-basic-L-hyp-Sub[data-v-5dc07eb9]{margin-left:20px;list-style:circle}li.Para-Table-L-hyp-Sub[data-v-5dc07eb9]{font-size:14px;word-break:normal;margin-left:20px;list-style:circle;color:#000}.Symbol-L li.Para-basic-L-hyp-Sub[data-v-5dc07eb9]{font-size:16px}li.Para-basic-L-hyp-2Sub[data-v-5dc07eb9]{margin-left:65px;list-style:circle!important}.content .text>ol[data-v-5dc07eb9],.content .text>ul[data-v-5dc07eb9],.content .text table ol[data-v-5dc07eb9],.content .text table ul[data-v-5dc07eb9]{padding-left:20px}.content .text>ol[data-v-5dc07eb9]{padding-left:0}p.Para-Illust-L[data-v-5dc07eb9]{text-align:center}p.Para-Illust-L img[data-v-5dc07eb9]{display:inline-block}p.Placeholder-sub[data-v-5dc07eb9],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-5dc07eb9],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-5dc07eb9],.content .text>ol~.figure[data-v-5dc07eb9],p.Placeholder-sub-S[data-v-5dc07eb9],.Para-screen-sub-S[data-v-5dc07eb9],.Para-screen-sub-M[data-v-5dc07eb9],.Para-screen-sub-L[data-v-5dc07eb9]{margin-top:5px;margin-left:45px}p.Placeholder-sub-S img[data-v-5dc07eb9],p.Placeholder-sub-M img[data-v-5dc07eb9],p.Placeholder-sub img[data-v-5dc07eb9]{margin-left:0}.Para-basic-L-bullet-Sub[data-v-5dc07eb9]{margin-left:45px}.Table-pic-Left-sub img[data-v-5dc07eb9]{margin-top:5px;margin-bottom:10px}div.figure[data-v-5dc07eb9]{display:inline-block}p.Para-img-description[data-v-5dc07eb9]{max-width:780px;font-size:14px;text-align:center;font-family:SK_namuhx-Bold;position:relative}.content .text>ol li[data-v-5dc07eb9]{list-style:none;margin-left:45px;margin-top:35px}.content .text>ol li[data-v-5dc07eb9]:BEFORE{content:attr(value) " ";font-size:30px;font-family:Pretendard-Regular;display:inline-block;position:absolute;margin-left:-45px;margin-top:3px}.left[data-v-5dc07eb9]{margin-bottom:25px}.text img[data-v-5dc07eb9]{max-width:100%;display:block}.Table-Pic-center[data-v-5dc07eb9]{width:100%;margin-top:40px;margin-bottom:45px}.Table-Pic-center img[data-v-5dc07eb9]{margin-left:auto;margin-right:auto}.Table-Pic-center .Para-Pic-left[data-v-5dc07eb9]{margin:0}p.Para-Box-Num[data-v-5dc07eb9]{margin-top:10px;font-family:SK_namuhx-Bold;margin-left:25px}span.Boxed-Num[data-v-5dc07eb9]{font-family:SK_namuhx-Bold;color:gray;font-size:20px;display:inline-block;width:30px;position:absolute;margin-left:-28px}span.Boxed-Num[data-v-5dc07eb9]:AFTER{content:". "}span.inline-img img[data-v-5dc07eb9]{width:auto;display:inline-block;vertical-align:middle;margin-left:5px;margin-right:5px;height:18px}.text .u-vmenu>ul>li>a>span.inline-img img[data-v-5dc07eb9]{-webkit-filter:invert(100%) grayscale(100%);filter:invert(100%) grayscale(100%)}.text .u-vmenu ul li a[data-option=on][data-v-5dc07eb9]{background:url(/build/assets/sub_menu_close-C2wNCA00.png) no-repeat;background-position:95% 50%;color:#fff}.text .u-vmenu ul li a[data-option=off][data-v-5dc07eb9]{background:url(/build/assets/sub_menu_open-BbErqU7l.png) no-repeat;background-position:95% 50%;color:#fff}.discUl[data-v-5dc07eb9]{margin-left:6.5%;display:block!important}.discUl li[data-v-5dc07eb9]{list-style:disc!important;border-bottom:none!important}.Symbol-L[data-v-5dc07eb9],.Symbol-R[data-v-5dc07eb9],.Note-R-Pic[data-v-5dc07eb9]{display:block;width:100%}.Symbol-L[data-v-5dc07eb9]{font-size:25px;padding-top:7px;padding-bottom:5px}.Symbol-L p[data-v-5dc07eb9]{font-family:SK_namuhx-Regular}.Symbol-L li[data-v-5dc07eb9],.Symbol-R li[data-v-5dc07eb9],.Symbol-R p[data-v-5dc07eb9]{font-family:Pretendard-Regular}.Symbol-L p.Para-basic-L-Sub[data-v-5dc07eb9]{font-size:16px}table.Table-Symbol td ul[data-v-5dc07eb9]{padding-left:20px}table.Table-Symbol[data-v-5dc07eb9]{width:100%;margin-top:30px;margin-bottom:30px;border-top:1px solid lightgrey;border-bottom:1px solid lightgrey;padding:5px 0}.Basic-L-Red[data-v-5dc07eb9]{color:#bc162c}.Symbol-Black[data-v-5dc07eb9],.Symbol-Black-Table[data-v-5dc07eb9]{font-family:upsys_commonregular}.Symbol-Green[data-v-5dc07eb9]{display:inline-block;font-size:0px;background-image:url(/build/assets/note-DzL_3Ckl.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;width:25px;height:25px;margin-right:10px}.Symbol-yellow[data-v-5dc07eb9]{display:inline-block;font-size:0px;background-image:url(/build/assets/caution-ikX0Uisq.png);background-size:100%;background-repeat:no-repeat;background-position:center;vertical-align:middle;margin-right:10px;height:20px;width:20px}.Para-Pic-left img[data-v-5dc07eb9]{width:auto!important}.video_container[data-v-5dc07eb9]{margin-top:40px;float:right}.video[data-v-5dc07eb9]{float:left;display:block;width:48%;height:auto;margin:0 10px 30px;text-align:center}.video_title[data-v-5dc07eb9]{font-weight:700;text-align:left;margin-bottom:10px}table[data-v-5dc07eb9]{width:100%}.Table--3col[data-v-5dc07eb9],.Basic-Table[data-v-5dc07eb9],.Table--2col[data-v-5dc07eb9],.Table-Landmark[data-v-5dc07eb9],.Table--4col[data-v-5dc07eb9],.Table-2row-merge[data-v-5dc07eb9],.Table--troubleshooting[data-v-5dc07eb9],.Table-specification[data-v-5dc07eb9],.Table-service-center[data-v-5dc07eb9],.Table-5col[data-v-5dc07eb9],.responsive[data-v-5dc07eb9],.Table--3col-Locations[data-v-5dc07eb9]{width:100%;margin-top:30px;margin-bottom:15px}.Table--3col tr[data-v-5dc07eb9]:FIRST-CHILD,.Basic-Table tr[data-v-5dc07eb9]:FIRST-CHILD,.Table--2col tr[data-v-5dc07eb9]:FIRST-CHILD,.Table-Landmark tr[data-v-5dc07eb9]:FIRST-CHILD,.Table--4col tr[data-v-5dc07eb9]:FIRST-CHILD,.Table-2row-merge tr[data-v-5dc07eb9]:FIRST-CHILD,.Table--troubleshooting tr[data-v-5dc07eb9]:FIRST-CHILD,.Table-service-center tr[data-v-5dc07eb9]:FIRST-CHILD,.responsive tr[data-v-5dc07eb9]:FIRST-CHILD{color:000000;text-align:left}.Trouble-Grey[data-v-5dc07eb9]{background-color:#88d0c7;text-align:left}.Table--3col td[data-v-5dc07eb9],.Basic-Table td[data-v-5dc07eb9],.Table--2col td[data-v-5dc07eb9],.Table-Landmark td[data-v-5dc07eb9],.Table--4col td[data-v-5dc07eb9],.Table-2row-merge td[data-v-5dc07eb9],.Table--troubleshooting td[data-v-5dc07eb9],.Table-specification td[data-v-5dc07eb9],.Table-service-center td[data-v-5dc07eb9],.responsive td[data-v-5dc07eb9]{padding:10px}.Table--troubleshooting td[data-v-5dc07eb9]{border-right:none}.Table--troubleshooting[data-v-5dc07eb9]{border-collapse:collapse;border-bottom:1px solid grey}.Table--4col .Para-Pic-Center img[data-v-5dc07eb9],.Table-Landmark .Para-Pic-Center img[data-v-5dc07eb9]{width:30px}.Table-5col[data-v-5dc07eb9]{border:none}.Table-5col tr[data-v-5dc07eb9]{border-bottom:1px solid grey}td.x3col-L-Grey[data-v-5dc07eb9]{background-color:#88d0c7;vertical-align:middle!important;width:20%;text-align:center}.navi td.x3col-L-Grey[data-v-5dc07eb9]{width:15%}.Table--3col td.x3col-L[data-v-5dc07eb9],.x3col-L td.x3col-M[data-v-5dc07eb9]{width:10%}td.x3col-Mid-Text[data-v-5dc07eb9]{text-align:center}td.x3col-R-Pic[data-v-5dc07eb9]{text-align:right}.responsive td p[data-v-5dc07eb9]{text-align:center}table.Table--3col-Locations[data-v-5dc07eb9]{border-collapse:collapse}.Table--3col-Locations td[data-v-5dc07eb9]{width:33%;border:1px solid #666666;vertical-align:top;padding:10px}.Table--3col-Locations tr:FIRST-CHILD td[data-v-5dc07eb9]{padding:10px}.Para-Pic-Center img[data-v-5dc07eb9]{margin:auto}.Table--troubleshooting .x3col-L-Grey[data-v-5dc07eb9]{width:20%}.Table--troubleshooting .x3col-Mid-Grey[data-v-5dc07eb9]{width:30%}.Table--troubleshooting .x3col-R-Grey[data-v-5dc07eb9]{width:50%}.Table-specification .x3col-L-Grey[data-v-5dc07eb9]{width:20%}.Table-specification .Spec-Mid-text[data-v-5dc07eb9]{width:30%;word-break:break-all}.Table-specification .Spec-R[data-v-5dc07eb9]{width:50%}.Table--3col .x3col-L-Grey[data-v-5dc07eb9]{width:20%}.Table--3col .x3col-Mid-Grey[data-v-5dc07eb9],.Table--4col .x3col-Mid-Grey[data-v-5dc07eb9],.Table--4col .x3col-R-Grey[data-v-5dc07eb9]{width:30%}.navi td.x3col-Mid-Grey[data-v-5dc07eb9]{width:15%}.Table--3col .x3col-R-Grey[data-v-5dc07eb9]{width:50%}.Table--2col .x3col-L-Grey[data-v-5dc07eb9],.Table--2col td[data-v-5dc07eb9]:FIRST-CHILD{width:30%}.Table--2col .x3col-R-Grey[data-v-5dc07eb9]{width:70%}.Table--2col-Disc[data-v-5dc07eb9]{border-collapse:collapse}.Table--2col-Disc td[data-v-5dc07eb9]{border:1px solid grey;padding:10px}.Table-PL td[data-v-5dc07eb9]:FIRST-CHILD{width:25%}.resultcount p[data-v-5dc07eb9]{margin:0 0 20px;padding:0 0 0 20px;display:block;color:#000;font-size:20px}.noResult[data-v-5dc07eb9]{font-family:SK_namuhx-Bold}.noResult>span[data-v-5dc07eb9]{display:inline-block;width:300px;height:43px;background:url(/build/assets/NOTFOUND_H-BxV-AYOC.png);background-repeat:no-repeat;background-position:5% 50%;padding-left:80px}.noResult>span>span#searchResultContent3[data-v-5dc07eb9]{color:#f0dfdf;display:block}.result_list[data-v-5dc07eb9]{border-top:1px solid #dadada;font-family:SK_namuhx-Regular}.filename[data-v-5dc07eb9]{padding-top:20px;padding-left:20px;padding-right:20px}.filename p[data-v-5dc07eb9]{font-family:SK_namuhx-Regular}.resulttext p[data-v-5dc07eb9]{padding:0 20px 20px;color:#666;border-bottom:1px solid #dadada;font-size:14px;word-wrap:break-word}.resultItem[data-v-5dc07eb9]:nth-child(2n){background-color:F5F9FD}.resultItem[data-v-5dc07eb9]:nth-child(odd){background-color:#fcfcfc}a.Hyperlink[data-v-5dc07eb9],.Cross-Reference[data-v-5dc07eb9]{text-decoration:underline;text-decoration-color:#00f;color:#000;word-wrap:break-word;font-style:italic}a[data-v-5dc07eb9]:hover{text-decoration:underline}.fontChangeDiv[data-v-5dc07eb9]{display:none}@media screen and (max-width: 1280px){.subHeader[data-v-5dc07eb9]{top:55px}#backButton[data-v-5dc07eb9]{background-size:16px}.chapterTitle[data-v-5dc07eb9]{margin-left:0;line-height:50px;font-weight:700;font-size:16px}h1[data-v-5dc07eb9],h2[data-v-5dc07eb9]{font-size:1.3em}#contentAccordion[data-v-5dc07eb9]{margin-top:25px;margin-bottom:25px}.text .u-vmenu ul li a[data-v-5dc07eb9]{line-height:21px;font-size:14px;font-weight:400;background-size:10px!important}.text .u-vmenu ul ul li a[data-v-5dc07eb9]{line-height:21px}.video[data-v-5dc07eb9]{width:46%}}@media screen and (max-width: 640px){h2[data-v-5dc07eb9]{margin-top:40px}.subHeader[data-v-5dc07eb9]{top:40px}.fontChangeDiv[data-v-5dc07eb9]{position:absolute;right:5%;display:block}.text .u-vmenu ul li a[data-v-5dc07eb9]{margin-left:8%;padding-right:13%}.text .u-vmenu ul li a span.Boxed-Num[data-v-5dc07eb9]{left:-11%;width:0px}.text .u-vmenu ul ul li a[data-v-5dc07eb9]{margin-left:7.3%}table td[data-v-5dc07eb9]{font-size:14px;padding:5px!important}table td p[data-v-5dc07eb9],table td p.Para-Basic-B-Center[data-v-5dc07eb9],table td p.Para-Basic-B[data-v-5dc07eb9]{font-size:14px}table td p.Para-Small-L[data-v-5dc07eb9]{font-size:12px;word-break:break-word}.Table--3col td[data-v-5dc07eb9],.Basic-Table td[data-v-5dc07eb9],.Table--2col td[data-v-5dc07eb9],.Table-Landmark td[data-v-5dc07eb9],.Table--4col td[data-v-5dc07eb9],.Table-2row-merge td[data-v-5dc07eb9],.Table--troubleshooting td[data-v-5dc07eb9],.Table-specification td[data-v-5dc07eb9],.Table-service-center td[data-v-5dc07eb9]{border-right:none}.responsive[data-v-5dc07eb9],.responsive tr[data-v-5dc07eb9],.responsive tbody[data-v-5dc07eb9]{width:100%}.Table--4col-responsive td[data-v-5dc07eb9]{min-width:200px!important;height:auto}.responsive td p[data-v-5dc07eb9]{font-size:16px;text-align:center}.Table-Symbol td p[data-v-5dc07eb9],.Table-Symbol td li[data-v-5dc07eb9]{font-size:16px}p.Placeholder-sub[data-v-5dc07eb9],.content .text>ol~.Table-pic-Left-sub p.Para-Pic-left[data-v-5dc07eb9],.Para-basic-L-Sub+.Table-pic-Left-sub p.Para-Pic-left[data-v-5dc07eb9],.content .text>ol~.figure[data-v-5dc07eb9],.content .text>ol+ul[data-v-5dc07eb9],.Para-screen-sub-L[data-v-5dc07eb9]{margin-left:0}.resultcount p[data-v-5dc07eb9]{font-size:16px}.Table-specification td p[data-v-5dc07eb9],.Table--3col-Locations td li[data-v-5dc07eb9],p.Para-basic-L-Sub[data-v-5dc07eb9],p.Para-basic-L-Sub-Auto[data-v-5dc07eb9],p.Para-basic-L-center[data-v-5dc07eb9],li.Para-basic-L-bullet[data-v-5dc07eb9],p.Para-basic-L[data-v-5dc07eb9],li.Para-basic-L-hyp-Sub[data-v-5dc07eb9],li.Para-basic-L-hyp-2Sub[data-v-5dc07eb9],li[class^=Para-Num][data-v-5dc07eb9],p.Para-Box-Num[data-v-5dc07eb9],p.Para-Basic-B-Sub[data-v-5dc07eb9],td p.Para-basic-L[data-v-5dc07eb9],td li.Para-basic-L-bullet[data-v-5dc07eb9],p.Para-Basic-B[data-v-5dc07eb9],p.Para-Circle-Num-Sub[data-v-5dc07eb9],.Symbol-L p.Para-basic-L-Sub[data-v-5dc07eb9],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-5dc07eb9]{font-size:15px;word-break:break-all}.Table-specification td p[data-v-5dc07eb9],.Table--3col-Locations td li[data-v-5dc07eb9],p.Para-Table-L-Sub[data-v-5dc07eb9],p.Para-Table-L-Sub-Auto[data-v-5dc07eb9],p.Para-Table-L-center[data-v-5dc07eb9],p.Para-Table-L[data-v-5dc07eb9],li.Para-Table-L-hyp-Sub[data-v-5dc07eb9],li.Para-Table-L-hyp-2Sub[data-v-5dc07eb9],p.Para-Table-B-Sub[data-v-5dc07eb9],td p.Para-Table-L[data-v-5dc07eb9],p.Para-Table-B[data-v-5dc07eb9],.Symbol-L li.Para-Table-L-hyp-Sub[data-v-5dc07eb9]{font-size:14px;word-break:normal}.Symbol-L p.Para-basic-L-Sub-Auto[data-v-5dc07eb9]{margin-left:20px;font-size:14px}.Symbol-L p.Para-basic-L-Sub[data-v-5dc07eb9],.Symbol-L li.Para-basic-L-hyp-Sub[data-v-5dc07eb9]{font-size:14px}.big .Table-specification td p[data-v-5dc07eb9],.big .Table--3col-Locations td li[data-v-5dc07eb9],.big p.Para-basic-L-Sub[data-v-5dc07eb9],.big p.Para-basic-L-Sub-Auto[data-v-5dc07eb9],.big p.Para-basic-L-center[data-v-5dc07eb9],.big li.Para-basic-L-bullet[data-v-5dc07eb9],.big p.Para-basic-L[data-v-5dc07eb9],.big li.Para-basic-L-hyp-Sub[data-v-5dc07eb9],.big li.Para-basic-L-hyp-2Sub[data-v-5dc07eb9],.big li[class^=Para-Num][data-v-5dc07eb9],.big p.Para-Box-Num[data-v-5dc07eb9],.big p.Para-Basic-B-Sub[data-v-5dc07eb9],.big td p.Para-basic-L[data-v-5dc07eb9],.big td li.Para-basic-L-bullet[data-v-5dc07eb9],.big p.Para-Basic-B[data-v-5dc07eb9],.big p.Para-Circle-Num-Sub[data-v-5dc07eb9]{font-size:16px}.big .Table-specification td p[data-v-5dc07eb9],.big .Table--3col-Locations td li[data-v-5dc07eb9],.big p.Para-Table-L-Sub[data-v-5dc07eb9],.big p.Para-Table-L-Sub-Auto[data-v-5dc07eb9],.big p.Para-Table-L-center[data-v-5dc07eb9],.big p.Para-Table-L[data-v-5dc07eb9],.big li.Para-Table-L-hyp-Sub[data-v-5dc07eb9],.big li.Para-Table-L-hyp-2Sub[data-v-5dc07eb9],.big li[class^=Para-Num][data-v-5dc07eb9],.big p.Para-Box-Num[data-v-5dc07eb9],.big p.Para-Table-B-Sub[data-v-5dc07eb9],.big td p.Para-Table-L[data-v-5dc07eb9],.big p.Para-Table-B[data-v-5dc07eb9],.big p.Para-Circle-Num-Sub[data-v-5dc07eb9],.big p.Para-Table-B-Center[data-v-5dc07eb9],.big .Table--3col-ISO td p[data-v-5dc07eb9]{font-size:9px;word-break:normal}p.Para-Table-L-center[data-v-5dc07eb9],p.Para-Table-B-Center[data-v-5dc07eb9]{font-size:12px;text-align:center;word-break:normal}.big p.video_para[data-v-5dc07eb9],.big p.video_title[data-v-5dc07eb9],.big .resultItem p[data-v-5dc07eb9]{font-size:1.05em}h1[data-v-5dc07eb9]{font-size:1.2em;margin-top:0}h2[data-v-5dc07eb9]{font-size:1.1em}.Heading-3[data-v-5dc07eb9]{font-size:1em}.content .text>ol li[data-v-5dc07eb9]:BEFORE{font-size:26px}.video[data-v-5dc07eb9]{width:95%}}p.Para-Table-L[data-v-5dc07eb9]{font-size:15px;color:#000}li.Para-Table-L-bullet[data-v-5dc07eb9]{list-style:none!important;display:flex;align-items:flex-start!important;gap:4pt;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}li.Para-Table-L-bullet[data-v-5dc07eb9]:before{content:"•";font-size:15px;display:inline-block;min-width:1em;margin-right:4pt}.Para-basic-L-Sefty[data-v-5dc07eb9]{font-size:15px;line-height:1.7;margin-top:15px;margin-bottom:4px;font-family:Pretendard-Regular!important;font-weight:500}.Para-basic-L-Sefty+.Para-basic-L-Sefty[data-v-5dc07eb9]{margin-top:20px}.Para-basic-L-bullet-Sefty[data-v-5dc07eb9]{font-size:14px;line-height:1.2;margin:6px 0 6px 16px;list-style-type:disc;font-family:Pretendard-Light!important}.Para-screen-L[data-v-5dc07eb9]{font-size:13px;line-height:1.5;color:#555;font-style:italic;margin:4px 0}.Para-Table-L-Heading[data-v-5dc07eb9]{font-size:18px;margin-bottom:6px;color:#333;font-family:SK_namuhx-Bold!important}.Para-Note-B-center[data-v-5dc07eb9]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important}.Para-Note-B-center .Symbol-Red[data-v-5dc07eb9]{font-family:upsys_commonregular;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important;display:inline-block!important;position:relative!important;white-space:pre!important;margin-top:-10pt!important}.Para-Note-B-center .Symbol-Red[data-v-5dc07eb9]:before{content:"";display:block;height:15pt}.Bold[data-v-5dc07eb9],span.Bold[data-v-5dc07eb9]{font-weight:700!important;color:#333!important}.Para-Note-B-center[data-v-5dc07eb9]{display:flex!important;align-items:center!important;gap:5pt!important;background:var(--color-note-bg)!important;border:1px solid var(--color-note-border)!important}.Para-Note-B-center .Symbol-Red[data-v-5dc07eb9]{display:inline-block!important;font-size:20pt!important;color:#d32f2f!important;font-weight:700!important}.content .text ul+p.Para-basic-L[data-v-5dc07eb9]{margin-top:8pt!important}.content .text p.Para-basic-L+p.Para-basic-L+p.Para-basic-L-bullet-Sub-2[data-v-5dc07eb9]{margin-top:8pt!important}p.Para-basic-L+p.Para-basic-L[data-v-5dc07eb9]{margin-top:10pt}.Para-Note-B-center-Warning[data-v-5dc07eb9]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Warning .Symbol-Red[data-v-5dc07eb9]{font-family:upsys_commonregular;font-size:20pt!important;color:#856404!important;font-weight:700!important;display:inline-block!important}.Para-Note-B-center-Caution[data-v-5dc07eb9]{font-size:18px!important;line-height:1.5!important;color:#333!important;font-weight:600!important;display:flex!important;align-items:center!important;gap:5pt!important;margin-top:40px!important;padding-bottom:8px!important;border-bottom:1px solid #ccc!important}.Para-Note-B-center-Caution .Symbol-Red[data-v-5dc07eb9]{font-family:upsys_commonregular;font-size:20pt!important;color:#721c24!important;font-weight:700!important;display:inline-block!important}.Para-basic-L-bullet-Sub-2[data-v-5dc07eb9]{display:flex;align-items:flex-start!important;gap:8pt;margin-top:3pt;margin-bottom:10pt;font-size:15px;line-height:1.7;color:#333}.Para-basic-L-bullet-Sub-2 .icon-1[data-v-5dc07eb9]{font-family:Pretendard-Regular;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center}.Para-basic-L .icon-1[data-v-5dc07eb9],.Para-Table-L-Sub-Auto .icon-1[data-v-5dc07eb9]{font-family:Pretendard-Regular,sans-serif;font-size:14pt;color:#3cb371;display:inline-block;width:10pt;height:14pt;text-align:center;margin-right:4pt}.Table-Symbol .Para-Note-B-center[data-v-5dc07eb9]{margin:0!important}.Table-Symbol p.Para-basic-L[data-v-5dc07eb9]{font-family:Pretendard-Regular!important}.content .text .Para-Table-B-Center[data-v-5dc07eb9]{font-family:SK_namuhx-Bold!important}.content .text .Para-Table-B[data-v-5dc07eb9],.Table--2col td p.Para-basic-L[data-v-5dc07eb9]{text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text[data-v-5dc07eb9]{background-color:#fff!important;color:#000!important;text-align:left!important}.Table--troubleshooting tr:first-child td.x3col-Mid-text p[data-v-5dc07eb9]{color:#000!important;text-align:left!important}td.x3col-Mid-text p.Para-Table-L-Sub-Auto[data-v-5dc07eb9]{margin-top:8pt!important}.Table--troubleshooting .Para-Table-L-hyp-Sub[data-v-5dc07eb9]{margin-left:0!important}.x3col-Mid-text ul+p.Para-Table-L[data-v-5dc07eb9]{margin-top:8pt!important}.table-responsive[data-v-5dc07eb9]{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-y}.table-responsive table[data-v-5dc07eb9]{width:100%;border-collapse:collapse;table-layout:fixed}#table-15[data-v-5dc07eb9],#table-16[data-v-5dc07eb9]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-collapse:collapse}#table-15.responsive td[data-v-5dc07eb9]{border-bottom:1px solid #949599;padding:8px 6px;text-align:center;vertical-align:middle;font-family:Pretendard-Regular,sans-serif;font-size:14px;word-break:break-word;white-space:normal}#table-15.responsive td.header-cell[data-v-5dc07eb9]{background-color:#88d0c7;font-weight:600;color:#333}#table-15.responsive td.color-blue[data-v-5dc07eb9]{background-color:#cce5ff}#table-15.responsive td.color-green[data-v-5dc07eb9]{background-color:#d4edda}#table-15.responsive td.color-orange[data-v-5dc07eb9]{background-color:#ffe5b4}#table-15.responsive td.color-red[data-v-5dc07eb9]{background-color:#f8d7da}#table-15.responsive td.color-purple[data-v-5dc07eb9]{background-color:#e2d6f9}#table-15.responsive td.color-yellow[data-v-5dc07eb9]{background-color:#fff3cd}#table-15.responsive td.x3col-R[data-v-5dc07eb9]{text-align:right;padding-right:10px}#table-15.responsive td p[data-v-5dc07eb9]{margin:0;font-size:14px}@media (max-width: 768px){#table-15.responsive[data-v-5dc07eb9]{font-size:12px}#table-15.responsive td[data-v-5dc07eb9]{padding:6px 4px;font-size:12px}#table-15.responsive td p[data-v-5dc07eb9]{font-size:12px}}@media (max-width: 768px){.table-responsive table[data-v-5dc07eb9]{min-width:1000px;table-layout:auto}}@media (max-width: 375px){.table-responsive table[data-v-5dc07eb9]{min-width:1000px;table-layout:auto}}.Table--4col-Error[data-v-5dc07eb9]{width:100%;border-collapse:collapse;table-layout:fixed;margin:24pt 0 16pt!important;border:none}.Table--4col-Error td[data-v-5dc07eb9],.Table--4col-Error th[data-v-5dc07eb9]{border:none;border-bottom:1px solid #ccc}.Table--4col-Error tr:first-child td[data-v-5dc07eb9],.Table--4col-Error tr:first-child th[data-v-5dc07eb9]{border-top:none}.Table--4col-Error tr:last-child td[data-v-5dc07eb9]{border-bottom:none}.Table--4col-Error thead td[data-v-5dc07eb9]{color:#000!important;font-weight:600!important;text-align:center!important;padding:10pt 12pt!important}.Table--4col-Error tbody td[data-v-5dc07eb9]{background-color:transparent!important;vertical-align:middle!important;padding:6pt 8pt!important;font-size:14px!important}.Table--4col-Error tbody td[data-v-5dc07eb9]:nth-child(1),.Table--4col-Error thead td[data-v-5dc07eb9]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-5dc07eb9]:nth-child(2),.Table--4col-Error thead td[data-v-5dc07eb9]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-5dc07eb9]:nth-child(3),.Table--4col-Error thead td[data-v-5dc07eb9]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-5dc07eb9]:nth-child(4),.Table--4col-Error thead td[data-v-5dc07eb9]:nth-child(4){width:50%!important}.Table--4col-Error tbody td[data-v-5dc07eb9]:nth-child(1),.Table--4col-Error tbody td[data-v-5dc07eb9]:nth-child(2){text-align:center!important;font-weight:700!important}.Table--4col-Error tbody td[data-v-5dc07eb9]:nth-child(2){font-size:18pt!important}.Table--4col-Error tbody td[data-v-5dc07eb9]:nth-child(3){text-align:center!important}.Table--4col-Error tbody td[data-v-5dc07eb9]:nth-child(4){text-align:left!important}.Table--4col-Error td p[data-v-5dc07eb9]{margin:0!important;line-height:1.5!important}.Table--4col-Error p.Para-Table-L+p.Para-Table-L[data-v-5dc07eb9]{margin-top:4pt!important}@media (max-width: 375px){.Table--4col-Error p.Para-Table-B-Center[data-v-5dc07eb9]{font-size:14px!important}.Table--4col-Error tbody td[data-v-5dc07eb9]{padding:4pt 6pt!important;font-size:12px!important}.Table--4col-Error p.Para-Table-L[data-v-5dc07eb9],.Table--4col-Error p.Para-Table-B[data-v-5dc07eb9],.Table--4col-Error p.Para-Table-L-Center[data-v-5dc07eb9]{font-size:12px!important}.Table--4col-Error tbody td[data-v-5dc07eb9]:nth-child(1),.Table--4col-Error thead td[data-v-5dc07eb9]:nth-child(1){width:10%!important}.Table--4col-Error tbody td[data-v-5dc07eb9]:nth-child(2),.Table--4col-Error thead td[data-v-5dc07eb9]:nth-child(2){width:15%!important}.Table--4col-Error tbody td[data-v-5dc07eb9]:nth-child(3),.Table--4col-Error thead td[data-v-5dc07eb9]:nth-child(3){width:25%!important}.Table--4col-Error tbody td[data-v-5dc07eb9]:nth-child(4),.Table--4col-Error thead td[data-v-5dc07eb9]:nth-child(4){width:50%!important}}.Para-basic-L-bullet[data-v-5dc07eb9]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:-10pt!important;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:16px;line-height:1.5;color:#333}.Para-basic-L-bullet[data-v-5dc07eb9]:before{content:"•";font-family:Pretendard-Regular;font-size:15px;margin-right:4pt}.Para-basic-L-bullet-2[data-v-5dc07eb9]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:30px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Para-basic-L-bullet-2[data-v-5dc07eb9]:before{content:"•";font-family:Pretendard-Regular;font-size:16px;margin-right:4pt}.Para-Table-L-Sub-Auto[data-v-5dc07eb9]{list-style:none!important;display:flex;align-items:flex-start!important;gap:8pt;margin-left:48px;margin-top:2pt!important;font-family:Pretendard-Regular;font-size:15px;line-height:1.5;color:#333}.Table-Symbol .Para-basic-L[data-v-5dc07eb9]{margin-top:5pt!important;margin-left:3pt}.Para-Table-L-Heading[data-v-5dc07eb9]{line-height:1.25;font-weight:500}.Bold-color[data-v-5dc07eb9]{color:#88d0c7}.Table--3col-Key-Features tr td[data-v-5dc07eb9]{padding-top:1rem}.Table--3col-Key-Features tr:first-child td[data-v-5dc07eb9]{padding-top:0}.Table--3col-Key-Features colgroup col[data-v-5dc07eb9]:first-child{width:30%}.Table--3col-Key-Features colgroup col[data-v-5dc07eb9]:last-child{width:70%}.Table--3col-Key-Features td.x3col-L-image[data-v-5dc07eb9]{max-width:220px;padding-right:1rem}.Table--3col-Key-Features td.x3col-R[data-v-5dc07eb9]{position:relative;top:-.5rem;vertical-align:bottom;height:100%;border-bottom:1px solid #949599;padding-bottom:.5rem}.Table--4col-Product-Appearance[data-v-5dc07eb9]{border-spacing:0;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col-Product-Appearance tr td[data-v-5dc07eb9]{border-bottom:1px solid #949599}.Table--4col-Product-Appearance tr:last-child td[data-v-5dc07eb9]{border-bottom:none}.Table--4col-Product-Appearance td.x3col-L[data-v-5dc07eb9]{vertical-align:middle;padding:.5rem 1rem}.Table--4col-Product-Appearance tr td.x3col-L[data-v-5dc07eb9]:first-child{text-align:center}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num[data-v-5dc07eb9]{margin:0;font-family:SK_namuhx-Bold}.Table--4col-Product-Appearance td.x3col-L p.Para-Box-Num span[data-v-5dc07eb9]{background-color:#88d0c7;color:#fff;width:1.5rem;display:inline-block;text-align:center;border-radius:8px}.Table--4col-Accessories[data-v-5dc07eb9]{table-layout:fixed;padding-bottom:2rem}.Table--4col-Accessories td.Pic-L[data-v-5dc07eb9]{text-align:center;vertical-align:middle}tr:last-child td.cell-style-override-16[data-v-5dc07eb9],tr:last-child td.cell-style-override-7[data-v-5dc07eb9]{border-bottom:0}table#table-16[data-v-5dc07eb9]{table-layout:fixed;margin-top:1rem}.Table--2col-Information[data-v-5dc07eb9],.Table--2col-Air-Sensor[data-v-5dc07eb9],.Table--2col-Voice[data-v-5dc07eb9],.Table--2col-Filter[data-v-5dc07eb9],.Table--troubleshooting[data-v-5dc07eb9],.Table--4col-Error[data-v-5dc07eb9],.Table--Specifications[data-v-5dc07eb9]{border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;border-spacing:0;margin-bottom:1rem}.Table--2col-Information tr td[data-v-5dc07eb9]:last-child,.Table--2col-Voice tr td[data-v-5dc07eb9]:last-child{width:70%}.Table--2col-Voice tr td[data-v-5dc07eb9]:first-child{width:30%}.Para-Table-L-Center[data-v-5dc07eb9]{text-align:center;color:#000;margin-top:7px}.Table--2col-Information tr td[data-v-5dc07eb9]:first-child{width:30%;text-align:center}.Table--2col-Information .Para-Note-B-center[data-v-5dc07eb9]{display:block!important}.Table--2col-Information td[data-v-5dc07eb9]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Information td img[data-v-5dc07eb9]{display:inline-block;padding-top:4px}.Table--2col-Air-Sensor td[data-v-5dc07eb9]:first-child{text-align:center;vertical-align:middle;padding-top:6px;padding-bottom:6px}.Table--2col-Air-Sensor td img[data-v-5dc07eb9]{display:inline-block;padding-top:4px}.Table--2col-Voice td[data-v-5dc07eb9]{padding-top:6px;padding-bottom:6px;vertical-align:middle}@media screen and (max-width: 768px){.Table--4col-responsive table th[data-v-5dc07eb9],.Table--4col-responsive table td[data-v-5dc07eb9]{padding:6px;font-size:14px}}.Table--2col-Information td[data-v-5dc07eb9],.Table--2col-Information th[data-v-5dc07eb9]{padding-top:6px;padding-bottom:6px;vertical-align:middle;border-bottom:1px solid #949599}.Table--2col-Information td[data-v-5dc07eb9]:nth-child(1),.Table--2col-Information th[data-v-5dc07eb9]:nth-child(1){width:30%;text-align:center}.Table--2col-Information td[data-v-5dc07eb9]:nth-child(2),.Table--2col-Information th[data-v-5dc07eb9]:nth-child(2){width:70%;text-align:left}@media (max-width: 768px){.Table--2col-Information td[data-v-5dc07eb9],.Table--2col-Information th[data-v-5dc07eb9]{display:table-cell;width:auto;padding:8px 4px}}.Table--2col-Voice[data-v-5dc07eb9]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Voice td[data-v-5dc07eb9],.Table--2col-Voice th[data-v-5dc07eb9]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Voice td[data-v-5dc07eb9]:nth-child(1),.Table--2col-Voice th[data-v-5dc07eb9]:nth-child(1){width:30%}.Table--2col-Voice td[data-v-5dc07eb9]:nth-child(2),.Table--2col-Voice th[data-v-5dc07eb9]:nth-child(2){width:70%}.Table--2col-Voice td[data-v-5dc07eb9]{border-bottom:1px solid #949599}.Table--2col-Voice tr:first-child td[data-v-5dc07eb9],.Table--2col-Voice tr:last-child td[data-v-5dc07eb9]{border-bottom:none}@media (max-width: 375px){.Table--2col-Voice thead td[data-v-5dc07eb9],.Table--2col-Voice thead th[data-v-5dc07eb9]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Voice tbody td[data-v-5dc07eb9]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Voice td p[data-v-5dc07eb9]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--2col-Information[data-v-5dc07eb9]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Information td[data-v-5dc07eb9],.Table--2col-Information th[data-v-5dc07eb9]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Information td[data-v-5dc07eb9]:nth-child(1),.Table--2col-Information th[data-v-5dc07eb9]:nth-child(1){width:30%}.Table--2col-Information td[data-v-5dc07eb9]:nth-child(2),.Table--2col-Information th[data-v-5dc07eb9]:nth-child(2){width:70%}.Table--2col-Information td[data-v-5dc07eb9]{border-bottom:1px solid #949599}.Table--2col-Information tr:last-child td[data-v-5dc07eb9]{border-bottom:none}.Table--2col-Air-Sensor[data-v-5dc07eb9]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Air-Sensor td[data-v-5dc07eb9],.Table--2col-Air-Sensor th[data-v-5dc07eb9]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Air-Sensor td[data-v-5dc07eb9]:nth-child(1),.Table--2col-Air-Sensor th[data-v-5dc07eb9]:nth-child(1){width:30%}.Table--2col-Air-Sensor td[data-v-5dc07eb9]:nth-child(2),.Table--2col-Air-Sensor th[data-v-5dc07eb9]:nth-child(2){width:70%}.Table--2col-Air-Sensor td[data-v-5dc07eb9]{border-bottom:1px solid #949599}.Table--2col-Air-Sensor tr:last-child td[data-v-5dc07eb9]{border-bottom:none}.Table--2col-Filter[data-v-5dc07eb9]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--2col-Filter td[data-v-5dc07eb9],.Table--2col-Filter th[data-v-5dc07eb9]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--2col-Filter td[data-v-5dc07eb9]:nth-child(1),.Table--2col-Filter th[data-v-5dc07eb9]:nth-child(1){width:25%}.Table--2col-Filter td[data-v-5dc07eb9]:nth-child(2),.Table--2col-Filter th[data-v-5dc07eb9]:nth-child(2){width:25%}.Table--2col-Filter td[data-v-5dc07eb9]:nth-child(3),.Table--2col-Filter th[data-v-5dc07eb9]:nth-child(3){width:25%}.Table--2col-Filter td[data-v-5dc07eb9]:nth-child(4),.Table--2col-Filter th[data-v-5dc07eb9]:nth-child(4){width:25%}.Table--2col-Filter td[data-v-5dc07eb9]{border-bottom:1px solid #949599}.Table--2col-Filter tr:first-child td[data-v-5dc07eb9],.Table--2col-Filter tr:last-child td[data-v-5dc07eb9]{border-bottom:none}@media (max-width: 375px){.Table--2col-Filter thead td[data-v-5dc07eb9],.Table--2col-Filter thead th[data-v-5dc07eb9]{font-size:14px!important;padding:6pt 8pt!important}.Table--2col-Filter tbody td[data-v-5dc07eb9]{font-size:12px!important;padding:4pt 6pt!important}.Table--2col-Filter td p[data-v-5dc07eb9]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--Specifications[data-v-5dc07eb9]{width:100%;table-layout:fixed;border-collapse:collapse}.Table--Specifications td[data-v-5dc07eb9],.Table--Specifications th[data-v-5dc07eb9]{padding-top:6px;padding-bottom:6px;vertical-align:middle}.Table--Specifications td[data-v-5dc07eb9]:first-child,.Table--Specifications th[data-v-5dc07eb9]:first-child{width:16%}.Table--Specifications td[data-v-5dc07eb9]:nth-child(2),.Table--Specifications th[data-v-5dc07eb9]:nth-child(2){width:42%}.Table--Specifications td[data-v-5dc07eb9]:nth-child(3),.Table--Specifications th[data-v-5dc07eb9]:nth-child(3){width:42%}.Table--Specifications td[data-v-5dc07eb9]{border-bottom:1px solid #949599}.Table--Specifications tr:first-child td[data-v-5dc07eb9],.Table--Specifications tr:last-child td[data-v-5dc07eb9]{border-bottom:none}@media (max-width: 375px){.Table--Specifications thead td[data-v-5dc07eb9],.Table--Specifications thead th[data-v-5dc07eb9]{font-size:14px!important;padding:6pt 8pt!important}.Table--Specifications tbody td[data-v-5dc07eb9]{font-size:12px!important;padding:4pt 6pt!important}.Table--Specifications td p[data-v-5dc07eb9]{font-size:12px!important;margin:0!important;line-height:1.5!important}}td.cell-style-override-18[data-v-5dc07eb9],td.cell-style-override-20[data-v-5dc07eb9]{padding:10px}td.x3col-Mid-text[data-v-5dc07eb9],td.cell-style-override-22[data-v-5dc07eb9],td.cell-style-override-20[data-v-5dc07eb9]{border-bottom:1px solid #949599}@media screen and (max-width: 768px){.content #mainCar[data-v-5dc07eb9]{width:100%;aspect-ratio:1920 / 960;margin:0 auto;overflow:hidden;position:relative}.content #mainCar video[data-v-5dc07eb9]{position:static;display:block;width:100%;height:auto;object-fit:contain;object-position:center;transform:none}.content #buttonMenu[data-v-5dc07eb9]{margin-top:-180px}}@media screen and (max-width: 480px){.content #mainCar[data-v-5dc07eb9]{width:100%;height:auto;aspect-ratio:unset;margin:0 auto;overflow:hidden;position:relative;z-index:1;padding-bottom:0}.content #mainCar video[data-v-5dc07eb9]{width:100%;height:auto;object-fit:cover;display:block}.content #buttonMenu[data-v-5dc07eb9]{margin-top:0!important;padding-top:8px;position:relative;z-index:2}}td.header-cell[data-v-5dc07eb9],th.header-cell[data-v-5dc07eb9]{background-color:#88d0c7}td.color-blue[data-v-5dc07eb9],th.color-blue[data-v-5dc07eb9]{background-color:#d3edf9}td.color-green[data-v-5dc07eb9],th.color-green[data-v-5dc07eb9]{background-color:#d9ead3}td.color-orange[data-v-5dc07eb9],th.color-orange[data-v-5dc07eb9]{background-color:#fce5cd}td.color-red[data-v-5dc07eb9],th.color-red[data-v-5dc07eb9]{background-color:#f4cccc}td.color-purple[data-v-5dc07eb9],th.color-purple[data-v-5dc07eb9]{background-color:#e4d7f5}td.color-yellow[data-v-5dc07eb9],th.color-yellow[data-v-5dc07eb9]{background-color:#fff2cc}td.color-teal[data-v-5dc07eb9],th.color-teal[data-v-5dc07eb9]{background-color:#b7dce6}.Table--8col-air-web-1[data-v-5dc07eb9],.Table--8col-air-web-1 td[data-v-5dc07eb9],.Table--8col-air-web-1 th[data-v-5dc07eb9]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px;text-align:center;font-size:15px;vertical-align:middle;color:#000!important}.Table--8col-air-web-1 th[data-v-5dc07eb9]{font-weight:700}@media screen and (max-width: 768px){.Table--8col-air-web-1[data-v-5dc07eb9]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col[data-v-5dc07eb9],.Table--2col td[data-v-5dc07eb9],.Table--2col th[data-v-5dc07eb9]{border:none;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:12px 16px;text-align:left;font-size:15px;vertical-align:middle;color:#000!important}.Table--2col th[data-v-5dc07eb9]{font-weight:700;background-color:#f7f7f7}@media screen and (max-width: 768px){.Table--2col[data-v-5dc07eb9]{display:block;overflow-x:auto;white-space:nowrap}}.Table--2col td p[data-v-5dc07eb9],.Table--2col th p[data-v-5dc07eb9]{border:none!important}.Table--2col[data-v-5dc07eb9] *{border-top:none!important;border-bottom:none!important;border:none!important}.Table--4col[data-v-5dc07eb9]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7}.Table--4col th[data-v-5dc07eb9],.Table--4col td[data-v-5dc07eb9]{border:none;padding:12px 16px;font-size:15px;color:#000;text-align:center;vertical-align:middle;line-height:1.6;word-break:break-word}.Table--4col .Para-Table-L-bullet[data-v-5dc07eb9]{text-align:left!important}.Table--4col thead th[data-v-5dc07eb9]{background-color:#88d0c7;font-weight:700;color:#fff}@media screen and (max-width: 768px){.Table--4col[data-v-5dc07eb9]{display:block;overflow-x:auto;white-space:nowrap}}.Table--troubleshooting tr:first-child td.x3col-Mid-text p.Para-Table-L-Center[data-v-5dc07eb9]{text-align:center!important}.Table--4col-air[data-v-5dc07eb9]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-air td[data-v-5dc07eb9],.Table--4col-air th[data-v-5dc07eb9]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;border-bottom:1px solid #949599;word-break:break-word}.Table--4col-air tr:first-child td[data-v-5dc07eb9],.Table--4col-air tr:first-child th[data-v-5dc07eb9]{background-color:#88d0c7;color:#000;text-align:center!important;font-size:15px!important;padding:10px 8px}.Table--4col-air tr:last-child td[data-v-5dc07eb9]{border-bottom:none}.Table--4col-air td .Para-basic-L-bullet[data-v-5dc07eb9],.Table--4col-air td ul[data-v-5dc07eb9],.Table--4col-air td li[data-v-5dc07eb9]{text-align:left!important}.Table--4col-air colgroup col[data-v-5dc07eb9]{width:25%}@media (max-width: 768px){.Table--4col-air colgroup col[data-v-5dc07eb9]:nth-child(1){width:10%}.Table--4col-air colgroup col[data-v-5dc07eb9]:nth-child(2){width:10%}.Table--4col-air colgroup col[data-v-5dc07eb9]:nth-child(3){width:30%}.Table--4col-air colgroup col[data-v-5dc07eb9]:nth-child(4){width:50%}}@media (max-width: 375px){.Table--4col-air td[data-v-5dc07eb9],.Table--4col-air th[data-v-5dc07eb9]{font-size:12px!important;padding:4pt 6pt!important}.Table--4col-air tr:first-child td[data-v-5dc07eb9],.Table--4col-air tr:first-child th[data-v-5dc07eb9]{font-size:13px!important;padding:8px 6px!important}.Table--4col-air td p[data-v-5dc07eb9]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.Table--4col-ai2[data-v-5dc07eb9]{width:100%;table-layout:fixed;border-collapse:collapse;border-top:2px solid #88d0c7;border-bottom:2px solid #88d0c7;margin-bottom:1rem;font-family:Pretendard-Regular,sans-serif}.Table--4col-ai2 td[data-v-5dc07eb9],.Table--4col-ai2 th[data-v-5dc07eb9]{padding:6px 8px;font-size:14px;text-align:center;vertical-align:middle;word-break:break-word}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-5dc07eb9]{padding:12px 8px;border-top:1px solid #d9d9d9}.Table--4col-ai2 tr:last-child td[data-v-5dc07eb9]{border-bottom:none}@media (max-width: 375px){.Table--4col-ai2 td[data-v-5dc07eb9],.Table--4col-ai2 th[data-v-5dc07eb9]{font-size:12px!important;padding:6px!important}.Table--4col-ai2 tr:nth-child(n+3) td[data-v-5dc07eb9]{padding:10px 6px!important}.Table--4col-ai2 td p[data-v-5dc07eb9]{font-size:12px!important;margin:0!important;line-height:1.5!important}}.footer-manual[data-v-5dc07eb9]{top:25px!important}:root{--header-height: 85px;--container-padding: 5px;--container-width: 1280px;--nv-root-width: var(--container-width);--nv-root-top: calc(var(--header-height) + var(--container-padding));--nv-root-left: var(--container-padding);--nv-root-right: var(--container-padding);--nv-z: 9999}@media (max-width: 768px){:root{--header-height: 60px;--container-padding: 20px}}[data-notivue=success],[data-notivue=promise-resolve]{--nv-bg: var(--nv-success-bg);--nv-fg: var(--nv-success-fg);--nv-accent: var(--nv-success-accent, var(--nv-global-accent));--nv-border: var(--nv-success-border)}[data-notivue=error],[data-notivue=promise-reject]{--nv-bg: var(--nv-error-bg);--nv-fg: var(--nv-error-fg);--nv-accent: var(--nv-error-accent, var(--nv-global-accent));--nv-border: var(--nv-error-border)}[data-notivue=warning]{--nv-bg: var(--nv-warning-bg);--nv-fg: var(--nv-warning-fg);--nv-accent: var(--nv-warning-accent, var(--nv-global-accent));--nv-border: var(--nv-warning-border)}[data-notivue=info]{--nv-bg: var(--nv-info-bg);--nv-fg: var(--nv-info-fg);--nv-accent: var(--nv-info-accent, var(--nv-global-accent));--nv-border: var(--nv-info-border)}[data-notivue=promise]{--nv-bg: var(--nv-promise-bg);--nv-fg: var(--nv-promise-fg);--nv-accent: var(--nv-promise-accent, var(--nv-global-accent));--nv-border: var(--nv-promise-border)}.Notivue__notification{--tip-width: calc(var(--tip-width-fx, 1) * var(--nv-tip-width, 0px));box-sizing:border-box;position:relative;width:var(--nv-min-width, auto);max-width:var(--nv-width, 100%);background-color:var(--nv-bg, var(--nv-global-bg));display:flex;align-items:var(--nv-y-align);border-radius:var(--nv-radius, 0);border:var(--nv-border-width, 0) solid var(--nv-border, var(--nv-global-border));box-shadow:var(--nv-shadow, 0 0 rgba(0, 0, 0, 0)),inset var(--tip-width) 0 0 var(--nv-accent)}.Notivue__notification *{box-sizing:border-box;touch-action:manipulation}.Notivue__notification[data-notivue-has-title=true]{align-items:var(--nv-y-align-has-title, var(--nv-y-align))}.Notivue__icon{display:flex;justify-content:center;align-items:center;overflow:visible;min-width:var(--nv-icon-size);width:var(--nv-icon-size);height:var(--nv-icon-size);margin:var(--nv-spacing) 0 var(--nv-spacing) var(--nv-spacing);color:var(--nv-accent)}.Notivue__content{--nv-content-space: calc(var(--nv-spacing) + var(--nv-spacing) * .15);display:flex;flex-direction:column;flex-grow:1;text-align:inherit;padding:var(--nv-content-space)}.Notivue__content-title{line-height:1.15;font-weight:700;color:var(--nv-fg, var(--nv-global-fg));font-size:var(--nv-title-size);margin:0 0 .33em;padding:0}.Notivue__transition-enter-active{--dur-easing: .5s cubic-bezier(.16, 1, .3, 1);transition:opacity var(--dur-easing),transform var(--dur-easing)}@media (prefers-reduced-motion: reduce){.Notivue__transition-enter-active{transition:none}}.Notivue__transition-enter-from{opacity:0;transform:scale(.8)}.Notivue__transition-enter-to{opacity:1;transform:scale(1)}.Notivue__transition-leave-active{transition:opacity 0ms ease}.Notivue__transition-leave-from,.Notivue__transition-leave-to{opacity:0}.Notivue__content-message{max-height:250px;overflow:auto;line-height:1.375;color:var(--nv-fg, var(--nv-global-fg));margin:0;padding:0;font-size:var(--nv-message-size);white-space:pre-line}.Notivue__close{position:relative;cursor:pointer;padding:calc(var(--nv-spacing) / 2);margin:var(--nv-spacing) var(--nv-spacing) var(--nv-spacing) 0;font-weight:700;border:none;background:none;line-height:1;font-size:var(--nv-message-size);color:var(--nv-fg, var(--nv-global-fg));-webkit-tap-highlight-color:rgba(0,0,0,0)}.Notivue__close:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:var(--nv-fg, var(--nv-global-fg));opacity:0;border-radius:calc(var(--nv-radius) / 2);transition:opacity .1s ease-out}@media (hover: hover){.Notivue__close:hover{opacity:1}.Notivue__close:hover:after{opacity:.1}.Notivue__close:hover .Notivue__close-icon{opacity:1}}.Notivue__close-icon{width:var(--nv-icon-size);height:var(--nv-icon-size);display:flex;color:var(--nv-fg, var(--nv-global-fg));pointer-events:none;opacity:.65}.Notivue__spinner{transform-origin:center;animation:Notivue__spinner-kf .75s infinite linear}@keyframes Notivue__spinner-kf{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.Notivue__spinner,.Notivue__duplicate{animation:none}}[dir=rtl] .Notivue__notification{--tip-width-fx: -1}[dir=rtl] .Notivue__icon{margin:var(--nv-spacing) var(--nv-spacing) var(--nv-spacing) 0}[dir=rtl] .Notivue__content-message{font-size:calc(var(--nv-message-size) + .1em)}[dir=rtl] .Notivue__content-title{font-size:calc(var(--nv-title-size) + .1em)}[dir=rtl] .Notivue__close{margin:var(--nv-spacing) 0 var(--nv-spacing) var(--nv-spacing)}.Notivue__duplicate{animation:Notivue__duplicate-kf .3s cubic-bezier(.16,1,.3,1) forwards}@keyframes Notivue__duplicate-kf{0%{transform:scale(1);opacity:1}50%{transform:scale(1.035);opacity:.8}to{transform:scale(1);opacity:1}}[data-notivue-align=top] .Notivue__enter,[data-notivue-align=top] .Notivue__leave{--notivue-ty: -200%}[data-notivue-align=bottom] .Notivue__enter,[data-notivue-align=bottom] .Notivue__leave{--notivue-ty: 200%}.Notivue__enter{animation:Notivue__enter-kf .35s cubic-bezier(.5,1,.25,1)}.Notivue__leave{animation:Notivue__leave-kf .35s ease}.Notivue__clearAll{animation:Notivue__clearAll-kf .5s cubic-bezier(.22,1,.36,1)}@keyframes Notivue__enter-kf{0%{transform:translate3d(0,var(--notivue-ty),0) scale(.25);opacity:0}to{transform:translateZ(0) scale(1);opacity:1}}@keyframes Notivue__leave-kf{0%{transform:translateZ(0) scale(1);opacity:.7}to{transform:translate3d(0,var(--notivue-ty),0) scale(0);opacity:0}}@keyframes Notivue__clearAll-kf{0%{opacity:1}to{opacity:0}}@font-face{font-family:primeicons;font-display:block;src:url(/build/assets/primeicons-DMOk5skT.eot);src:url(/build/assets/primeicons-DMOk5skT.eot?#iefix) format("embedded-opentype"),url(/build/assets/primeicons-C6QP2o4f.woff2) format("woff2"),url(/build/assets/primeicons-WjwUDZjB.woff) format("woff"),url(/build/assets/primeicons-MpK4pl85.ttf) format("truetype"),url(/build/assets/primeicons-Dr5RGzOO.svg?#primeicons) format("svg");font-weight:400;font-style:normal}.pi{font-family:primeicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{width:1.28571429em;text-align:center}.pi-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@media (prefers-reduced-motion: reduce){.pi-spin{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pi-folder-plus:before{content:""}.pi-receipt:before{content:""}.pi-asterisk:before{content:""}.pi-face-smile:before{content:""}.pi-pinterest:before{content:""}.pi-expand:before{content:""}.pi-pen-to-square:before{content:""}.pi-wave-pulse:before{content:""}.pi-turkish-lira:before{content:""}.pi-spinner-dotted:before{content:""}.pi-crown:before{content:""}.pi-pause-circle:before{content:""}.pi-warehouse:before{content:""}.pi-objects-column:before{content:""}.pi-clipboard:before{content:""}.pi-play-circle:before{content:""}.pi-venus:before{content:""}.pi-cart-minus:before{content:""}.pi-file-plus:before{content:""}.pi-microchip:before{content:""}.pi-twitch:before{content:""}.pi-building-columns:before{content:""}.pi-file-check:before{content:""}.pi-microchip-ai:before{content:""}.pi-trophy:before{content:""}.pi-barcode:before{content:""}.pi-file-arrow-up:before{content:""}.pi-mars:before{content:""}.pi-tiktok:before{content:""}.pi-arrow-up-right-and-arrow-down-left-from-center:before{content:""}.pi-ethereum:before{content:""}.pi-list-check:before{content:""}.pi-thumbtack:before{content:""}.pi-arrow-down-left-and-arrow-up-right-to-center:before{content:""}.pi-equals:before{content:""}.pi-lightbulb:before{content:""}.pi-star-half:before{content:""}.pi-address-book:before{content:""}.pi-chart-scatter:before{content:""}.pi-indian-rupee:before{content:""}.pi-star-half-fill:before{content:""}.pi-cart-arrow-down:before{content:""}.pi-calendar-clock:before{content:""}.pi-sort-up-fill:before{content:""}.pi-sparkles:before{content:""}.pi-bullseye:before{content:""}.pi-sort-down-fill:before{content:""}.pi-graduation-cap:before{content:""}.pi-hammer:before{content:""}.pi-bell-slash:before{content:""}.pi-gauge:before{content:""}.pi-shop:before{content:""}.pi-headphones:before{content:""}.pi-eraser:before{content:""}.pi-stopwatch:before{content:""}.pi-verified:before{content:""}.pi-delete-left:before{content:""}.pi-hourglass:before{content:""}.pi-truck:before{content:""}.pi-wrench:before{content:""}.pi-microphone:before{content:""}.pi-megaphone:before{content:""}.pi-arrow-right-arrow-left:before{content:""}.pi-bitcoin:before{content:""}.pi-file-edit:before{content:""}.pi-language:before{content:""}.pi-file-export:before{content:""}.pi-file-import:before{content:""}.pi-file-word:before{content:""}.pi-gift:before{content:""}.pi-cart-plus:before{content:""}.pi-thumbs-down-fill:before{content:""}.pi-thumbs-up-fill:before{content:""}.pi-arrows-alt:before{content:""}.pi-calculator:before{content:""}.pi-sort-alt-slash:before{content:""}.pi-arrows-h:before{content:""}.pi-arrows-v:before{content:""}.pi-pound:before{content:""}.pi-prime:before{content:""}.pi-chart-pie:before{content:""}.pi-reddit:before{content:""}.pi-code:before{content:""}.pi-sync:before{content:""}.pi-shopping-bag:before{content:""}.pi-server:before{content:""}.pi-database:before{content:""}.pi-hashtag:before{content:""}.pi-bookmark-fill:before{content:""}.pi-filter-fill:before{content:""}.pi-heart-fill:before{content:""}.pi-flag-fill:before{content:""}.pi-circle:before{content:""}.pi-circle-fill:before{content:""}.pi-bolt:before{content:""}.pi-history:before{content:""}.pi-box:before{content:""}.pi-at:before{content:""}.pi-arrow-up-right:before{content:""}.pi-arrow-up-left:before{content:""}.pi-arrow-down-left:before{content:""}.pi-arrow-down-right:before{content:""}.pi-telegram:before{content:""}.pi-stop-circle:before{content:""}.pi-stop:before{content:""}.pi-whatsapp:before{content:""}.pi-building:before{content:""}.pi-qrcode:before{content:""}.pi-car:before{content:""}.pi-instagram:before{content:""}.pi-linkedin:before{content:""}.pi-send:before{content:""}.pi-slack:before{content:""}.pi-sun:before{content:""}.pi-moon:before{content:""}.pi-vimeo:before{content:""}.pi-youtube:before{content:""}.pi-flag:before{content:""}.pi-wallet:before{content:""}.pi-map:before{content:""}.pi-link:before{content:""}.pi-credit-card:before{content:""}.pi-discord:before{content:""}.pi-percentage:before{content:""}.pi-euro:before{content:""}.pi-book:before{content:""}.pi-shield:before{content:""}.pi-paypal:before{content:""}.pi-amazon:before{content:""}.pi-phone:before{content:""}.pi-filter-slash:before{content:""}.pi-facebook:before{content:""}.pi-github:before{content:""}.pi-twitter:before{content:""}.pi-step-backward-alt:before{content:""}.pi-step-forward-alt:before{content:""}.pi-forward:before{content:""}.pi-backward:before{content:""}.pi-fast-backward:before{content:""}.pi-fast-forward:before{content:""}.pi-pause:before{content:""}.pi-play:before{content:""}.pi-compass:before{content:""}.pi-id-card:before{content:""}.pi-ticket:before{content:""}.pi-file-o:before{content:""}.pi-reply:before{content:""}.pi-directions-alt:before{content:""}.pi-directions:before{content:""}.pi-thumbs-up:before{content:""}.pi-thumbs-down:before{content:""}.pi-sort-numeric-down-alt:before{content:""}.pi-sort-numeric-up-alt:before{content:""}.pi-sort-alpha-down-alt:before{content:""}.pi-sort-alpha-up-alt:before{content:""}.pi-sort-numeric-down:before{content:""}.pi-sort-numeric-up:before{content:""}.pi-sort-alpha-down:before{content:""}.pi-sort-alpha-up:before{content:""}.pi-sort-alt:before{content:""}.pi-sort-amount-up:before{content:""}.pi-sort-amount-down:before{content:""}.pi-sort-amount-down-alt:before{content:""}.pi-sort-amount-up-alt:before{content:""}.pi-palette:before{content:""}.pi-undo:before{content:""}.pi-desktop:before{content:""}.pi-sliders-v:before{content:""}.pi-sliders-h:before{content:""}.pi-search-plus:before{content:""}.pi-search-minus:before{content:""}.pi-file-excel:before{content:""}.pi-file-pdf:before{content:""}.pi-check-square:before{content:""}.pi-chart-line:before{content:""}.pi-user-edit:before{content:""}.pi-exclamation-circle:before{content:""}.pi-android:before{content:""}.pi-google:before{content:""}.pi-apple:before{content:""}.pi-microsoft:before{content:""}.pi-heart:before{content:""}.pi-mobile:before{content:""}.pi-tablet:before{content:""}.pi-key:before{content:""}.pi-shopping-cart:before{content:""}.pi-comments:before{content:""}.pi-comment:before{content:""}.pi-briefcase:before{content:""}.pi-bell:before{content:""}.pi-paperclip:before{content:""}.pi-share-alt:before{content:""}.pi-envelope:before{content:""}.pi-volume-down:before{content:""}.pi-volume-up:before{content:""}.pi-volume-off:before{content:""}.pi-eject:before{content:""}.pi-money-bill:before{content:""}.pi-images:before{content:""}.pi-image:before{content:""}.pi-sign-in:before{content:""}.pi-sign-out:before{content:""}.pi-wifi:before{content:""}.pi-sitemap:before{content:""}.pi-chart-bar:before{content:""}.pi-camera:before{content:""}.pi-dollar:before{content:""}.pi-lock-open:before{content:""}.pi-table:before{content:""}.pi-map-marker:before{content:""}.pi-list:before{content:""}.pi-eye-slash:before{content:""}.pi-eye:before{content:""}.pi-folder-open:before{content:""}.pi-folder:before{content:""}.pi-video:before{content:""}.pi-inbox:before{content:""}.pi-lock:before{content:""}.pi-unlock:before{content:""}.pi-tags:before{content:""}.pi-tag:before{content:""}.pi-power-off:before{content:""}.pi-save:before{content:""}.pi-question-circle:before{content:""}.pi-question:before{content:""}.pi-copy:before{content:""}.pi-file:before{content:""}.pi-clone:before{content:""}.pi-calendar-times:before{content:""}.pi-calendar-minus:before{content:""}.pi-calendar-plus:before{content:""}.pi-ellipsis-v:before{content:""}.pi-ellipsis-h:before{content:""}.pi-bookmark:before{content:""}.pi-globe:before{content:""}.pi-replay:before{content:""}.pi-filter:before{content:""}.pi-print:before{content:""}.pi-align-right:before{content:""}.pi-align-left:before{content:""}.pi-align-center:before{content:""}.pi-align-justify:before{content:""}.pi-cog:before{content:""}.pi-cloud-download:before{content:""}.pi-cloud-upload:before{content:""}.pi-cloud:before{content:""}.pi-pencil:before{content:""}.pi-users:before{content:""}.pi-clock:before{content:""}.pi-user-minus:before{content:""}.pi-user-plus:before{content:""}.pi-trash:before{content:""}.pi-external-link:before{content:""}.pi-window-maximize:before{content:""}.pi-window-minimize:before{content:""}.pi-refresh:before{content:""}.pi-user:before{content:""}.pi-exclamation-triangle:before{content:""}.pi-calendar:before{content:""}.pi-chevron-circle-left:before{content:""}.pi-chevron-circle-down:before{content:""}.pi-chevron-circle-right:before{content:""}.pi-chevron-circle-up:before{content:""}.pi-angle-double-down:before{content:""}.pi-angle-double-left:before{content:""}.pi-angle-double-right:before{content:""}.pi-angle-double-up:before{content:""}.pi-angle-down:before{content:""}.pi-angle-left:before{content:""}.pi-angle-right:before{content:""}.pi-angle-up:before{content:""}.pi-upload:before{content:""}.pi-download:before{content:""}.pi-ban:before{content:""}.pi-star-fill:before{content:""}.pi-star:before{content:""}.pi-chevron-left:before{content:""}.pi-chevron-right:before{content:""}.pi-chevron-down:before{content:""}.pi-chevron-up:before{content:""}.pi-caret-left:before{content:""}.pi-caret-right:before{content:""}.pi-caret-down:before{content:""}.pi-caret-up:before{content:""}.pi-search:before{content:""}.pi-check:before{content:""}.pi-check-circle:before{content:""}.pi-times:before{content:""}.pi-times-circle:before{content:""}.pi-plus:before{content:""}.pi-plus-circle:before{content:""}.pi-minus:before{content:""}.pi-minus-circle:before{content:""}.pi-circle-on:before{content:""}.pi-circle-off:before{content:""}.pi-sort-down:before{content:""}.pi-sort-up:before{content:""}.pi-sort:before{content:""}.pi-step-backward:before{content:""}.pi-step-forward:before{content:""}.pi-th-large:before{content:""}.pi-arrow-down:before{content:""}.pi-arrow-left:before{content:""}.pi-arrow-right:before{content:""}.pi-arrow-up:before{content:""}.pi-bars:before{content:""}.pi-arrow-circle-down:before{content:""}.pi-arrow-circle-left:before{content:""}.pi-arrow-circle-right:before{content:""}.pi-arrow-circle-up:before{content:""}.pi-info:before{content:""}.pi-info-circle:before{content:""}.pi-home:before{content:""}.pi-spinner:before{content:""}:root{--mobile: 320px;--tablet: 768px;--desktop: 1024px;--lg-desktop: 1240px;--container-sm: 540px;--container-md: 720px;--container-lg: 960px;--container-xl: 1200px;--mypage-container-width: 1416px;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--font-family-primary: "Pretendard", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif}*{margin:0;padding:0;box-sizing:border-box}*{box-sizing:border-box}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,button{margin:0;padding:0;line-height:1.4}fieldset,img{border:0 none;vertical-align:top}dl,ul,ol,li{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}input,select,textarea,button{vertical-align:middle}button{border:0 none;background-color:transparent;cursor:pointer}body{background:#fff}a{color:var(--greycolor-grey04);text-decoration:none}a:active,a:hover{text-decoration:none}address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:400}i{font-style:normal}input[type=file]{display:none}caption,legend{width:0;height:0;margin:0;padding:0;text-indent:-9999em;overflow:hidden;font-size:0}table{border-collapse:collapse;border-spacing:0}img{max-width:100%;vertical-align:top}@font-face{font-family:Pretendard;font-weight:100;src:url(/build/assets/Pretendard-Thin-D6ZjFId1.ttf) format("truetype")}@font-face{font-family:Pretendard;font-weight:200;src:url(/build/assets/Pretendard-ExtraLight-D3wbe2dx.ttf) format("truetype")}@font-face{font-family:Pretendard;font-weight:300;src:url(/build/assets/Pretendard-Light-CO41HPJw.ttf) format("truetype")}@font-face{font-family:Pretendard;font-weight:400;src:url(/build/assets/Pretendard-Regular-PCFjemQu.ttf) format("truetype")}@font-face{font-family:Pretendard;font-weight:500;src:url(/build/assets/Pretendard-Medium-CYEYLZjT.ttf) format("truetype")}@font-face{font-family:Pretendard;font-weight:600;src:url(/build/assets/Pretendard-SemiBold-D_MLB44c.ttf) format("truetype")}@font-face{font-family:Pretendard;font-weight:700;src:url(/build/assets/Pretendard-Bold-C2VP-hcX.ttf) format("truetype")}@font-face{font-family:Pretendard;font-weight:800;src:url(/build/assets/Pretendard-ExtraBold-DVy5M4w3.ttf) format("truetype")}@font-face{font-family:Pretendard;font-weight:900;src:url(/build/assets/Pretendard-Black-BFZNj13u.ttf) format("truetype")}@font-face{font-family:WellnessSans_R;font-weight:400;src:url(/build/assets/WellnessSans-Regular-CBjEXwgl.otf) format("opentype")}@font-face{font-family:WellnessSans_B;font-weight:700;src:url(/build/assets/WellnessSans-Bold-CP9udFzy.otf) format("opentype")}:root{--header-size: 80px;--white-translucent: rgba(255, 255, 255, .1);--blue-gradient: linear-gradient(136deg, rgba(0, 28, 63, .6) 16.79%, rgba(0, 37, 84, .6) 91.41%);--brandcolor-light: #EAF8F5;--brandcolor-light-hover: #EEFBF8;--brandcolor-light-active: #DBF6F0;--brandcolor-normal: #8CE2D0;--brandcolor-hover: #7ECBBB;--brandcolor-active: #70B5A6;--brandcolor-dark: #69AA9C;--brandcolor-dark-hover: #54887D;--brandcolor-dark-active: #3F665E;--subcolor-blue-light: #E6E9EE;--subcolor-blue-light-active: #B0BBCA;--subcolor-blue-light-hover: #D9DEE5;--subcolor-blue-normal: #002554;--subcolor-blue-dark: #001C3F;--subcolor-blue-dark-active: #001126;--subcolor-red-light: #ffefee;--subcolor-red-normal: #fd5c51;--subcolor-red-dark: #be453d;--greycolor-grey00: #ffffff;--greycolor-grey01: #fdfdfd;--greycolor-grey02: #f6f6f6;--greycolor-grey03: #f1f1f2;--greycolor-grey04: #dddddd;--greycolor-grey05: #99999A;--greycolor-grey06: #5a5a5b;--greycolor-grey07: #38383a;--greycolor-grey08: #1d1d1f;--greycolor-grey09: #0d0f12;--cFFFFFF: #fd5c51;--c8CE2D0: #8CE2D0;--c8D8D8D: #8D8D8D;--namu-bold: "WellnessSans_B", "Pretendard";--namu-regular: "WellnessSans_R", "Pretendard";--font-family-base: "Pretendard", sans-serif;--font-family-title: "WellnessSans_B", sans-serif}.screen-reader-only{position:absolute;z-index:-1;display:inline-block;overflow:hidden;height:1px;width:1px;border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);word-break:initial;word-wrap:initial}.color-red{color:var(--cFFFFFF)!important}.color-mint{color:var(--c8CE2D0)!important}.color-gray{color:var(--c8D8D8D)!important}.namuB{font-family:var(--namu-bold)!important;font-weight:700!important}.namuR{font-family:var(--namu-regular)!important}.namu_logo{position:relative;margin:0 auto}.namu_logo:after{content:"";display:block;width:100%;padding-bottom:19%;background:center/contain no-repeat;background-image:url(../../img/common/brand/logo_white.svg)}.namu_logo.mint:after{background-image:url(../../img/common/brand/logo_mint.svg)}.namu_logo.fit{margin:0}.namu_logo.fit:after{padding-bottom:22%;background-image:url(../../img/common/brand/logo_white_fit.svg)}html,#wrap,#container,#contents,.content{background-color:var(--greycolor-grey09)}body,th,td,input,select,textarea,button{font-family:var(--font-family-base);color:var(--greycolor-grey04)}::spelling-error{color:unset!important}video{background-color:#000}sup{font-size:.6em}.hidden,.blind{position:absolute!important;top:auto!important;left:auto!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;text-indent:0px!important}.hidden:before,.blind:before{display:block;width:0;height:0;content:" ";font-size:0}.m_hide{display:var(--display-origin, block)!important}.m_show{display:none!important}.img_box{display:block;position:relative;width:100%;font-size:0}.img_box img{width:100%}.img256{width:256px}.img192{width:192px}.img128{width:128px}.img100{width:100px}.img72{width:72px}.img64{width:64px}.img48{width:48px}.img36{width:36px}.bg_ge_xl_default{background:url(../../img/common/bg/bg-eyepettern-xl-default_v2.png) no-repeat center/1190px 320px}.bg_ge_md_default{background:url(../../img/common/bg/bg-eyepettern-md-default_v2.png) no-repeat center/870px 240px}.bg_ge_xxs_default{background:url(../../img/common/bg/bg-eyepettern-xxs-default_v2.png) no-repeat center/486px 144px}.bg_gecomb_xl_default{background:url(../../img/common/bg/bg-eyepettern-comb-xl-default.png) no-repeat center/856px 280px}.bg_gecomb_xl_type2{background:url(../../img/common/bg/bg-eyepettern-comb-xl-type2.png) no-repeat center/856px 280px}.bg_gecomb_xl_type3{background:url(../../img/common/bg/bg-eyepettern-comb-xl-type3.png) no-repeat center/856px 280px}.bg_gecomb_xl_type4{background:url(../../img/common/bg/bg-eyepettern-comb-xl-type4.png) no-repeat center/856px 280px}.bg_gecomb_xl_type5{background:url(../../img/common/bg/bg-eyepettern-comb-xl-type5.png) no-repeat center/856px 280px}.bg_gecomb_md_default{background:url(../../img/common/bg/bg-eyepettern-comb-md-default_v2.png) no-repeat center/620px 200px}.bg_gecomb_md_type2{background:url(../../img/common/bg/bg-eyepettern-comb-md-type2_v2.png) no-repeat center/620px 200px}.bg_gecomb_md_type3{background:url(../../img/common/bg/bg-eyepettern-comb-md-type3_v2.png) no-repeat center/620px 200px}.bg_gecomb_md_type4{background:url(../../img/common/bg/bg-eyepettern-comb-md-type4_v2.png) no-repeat center/620px 200px}.bg_gecomb_md_type5{background:url(../../img/common/bg/bg-eyepettern-comb-md-type5_v2.png) no-repeat center/620px 200px}.bg_pattern_box_xl,.bg_pattern_box_md{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.bg_pattern_box_xl{min-height:280px}.bg_pattern_box_md{min-height:200px}.bg_pattern_box_xl .main_text,.bg_pattern_box_md .main_text{font-size:24px;font-family:var(--namu-bold);color:var(--brandcolor-normal)}.popup_content .bg_pattern_box_md{padding:60px 0}.bold{font-weight:600}.block{display:block}.radius4{border-radius:4px}.radius10{border-radius:10px}.radius12{border-radius:12px}.ellipsis01{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;width:535px;overflow:hidden;text-overflow:ellipsis}.ellipsis02{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:295px;overflow:hidden;text-overflow:ellipsis}.ellipsis03{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:128px;overflow:hidden;text-overflow:ellipsis}.container{margin-bottom:120px}.container section{margin-top:120px}.inner_1280{position:relative;margin:0 auto;width:auto;max-width:1280px}.inner_1440{position:relative;margin:0 auto;width:auto;max-width:1440px}.product_text{font-family:var(--font-family-title);font-weight:600}.com_divider{width:100%;height:1px;background-color:var(--greycolor-grey04);margin:40px 0}.com_divider_20{width:100%;height:1px;background-color:var(--greycolor-grey04);margin:20px 0}.com_divider_dark{width:100%;height:1px;background-color:var(--greycolor-grey08);margin:40px 0}.com_divider_transparent_20{width:100%;height:1px;background-color:var(--white-translucent);margin:20px 0}.com_divider_16{width:100%;height:1px;background-color:var(--white-translucent);margin:16px 0}.com_divider.no_margin,.com_divider_dark.no_margin{margin:0}.lineheight_1{line-height:1}.lineheight_2{line-height:2}.text_grey00{color:var(--greycolor-grey00)!important}.text_grey01{color:var(--greycolor-grey01)!important}.text_grey02{color:var(--greycolor-grey02)!important}.text_grey03{color:var(--greycolor-grey03)!important}.text_grey04{color:var(--greycolor-grey04)!important}.text_grey05{color:var(--greycolor-grey05)!important}.text_grey06{color:var(--greycolor-grey06)!important}.text_grey07{color:var(--greycolor-grey07)!important}.text_grey08{color:var(--greycolor-grey08)!important}.text_grey09{color:var(--greycolor-grey09)!important}.text_brand{color:var(--brandcolor-normal)!important}.text_brand_hover{color:var(--brandcolor-hover)!important}.text_brand_dark{color:var(--brandcolor-dark)!important}.text_red{color:var(--subcolor-red-normal)!important}.text_red a{color:inherit;text-decoration:underline}.text_blue{color:var(--subcolor-blue-normal)!important}.headline48{font-size:48px!important;font-weight:600}.headline32{font-size:32px!important;font-weight:600}.headline28{font-size:28px!important;font-weight:600}.headline24{font-size:24px!important;font-weight:600}.headline20{font-size:20px!important;font-weight:600}.headline18{font-size:18px!important;font-weight:600}.headline16{font-size:16px!important;font-weight:600}.headline14{font-size:14px!important;font-weight:600}.main24{font-size:24px}.main20{font-size:20px!important}.main18{font-size:18px!important}.main16{font-size:16px!important}.main15{font-size:15px!important}.main14{font-size:14px!important}.main12{font-size:12px!important}.mx_auto{margin:0 auto!important}.max_w1416{max-width:1416px!important}.m_0{margin:0!important}.p_0{padding:0!important}.mt0{margin-top:0!important}.mt4{margin-top:4px!important}.mt8{margin-top:8px!important}.mt10{margin-top:10px!important}.mt16{margin-top:16px!important}.mt20{margin-top:20px!important}.mt24{margin-top:24px!important}.mt32{margin-top:32px!important}.mt40{margin-top:40px!important}.mt48{margin-top:48px!important}.mt60{margin-top:60px!important}.mt80{margin-top:80px!important}.mt120{margin-top:120px!important}.mb0{margin-bottom:0!important}.mb4{margin-bottom:4px!important}.mb8{margin-bottom:8px!important}.mb12{margin-bottom:12px!important}.mb16{margin-bottom:16px!important}.mb20{margin-bottom:20px!important}.mb24{margin-bottom:24px!important}.mb32{margin-bottom:32px!important}.mb40{margin-bottom:40px!important}.mb60{margin-bottom:60px!important}.mb120{margin-bottom:120px!important}.ml0{margin-left:0!important}.ml4{margin-left:4px!important}.ml8{margin-left:8px!important}.ml10{margin-left:10px!important}.ml16{margin-left:16px!important}.ml20{margin-left:20px!important}.ml24{margin-left:24px!important}.ml32{margin-left:32px!important}.ml40{margin-left:40px!important}.ml60{margin-left:60px!important}.ml80{margin-left:80px!important}.ml120{margin-left:120px!important}.mr0{margin-right:0!important}.mr4{margin-right:4px!important}.mr8{margin-right:8px!important}.mr10{margin-right:10px!important}.mr16{margin-right:16px!important}.mr20{margin-right:20px!important}.mr24{margin-right:24px!important}.mr32{margin-right:32px!important}.mr40{margin-right:40px!important}.mr60{margin-right:60px!important}.mr80{margin-right:80px!important}.mr120{margin-right:120px!important}.pt0{padding-top:0!important}.pt4{padding-top:4px!important}.pt8{padding-top:8px!important}.pt16{padding-top:16px!important}.pt20{padding-top:20px!important}.pt24{padding-top:24px!important}.pt32{padding-top:32px!important}.pt40{padding-top:40px!important}.pt60{padding-top:60px!important}.pt80{padding-top:80px!important}.pt120{padding-top:120px!important}.pb0{padding-bottom:0!important}.pb4{padding-bottom:4px!important}.pb8{padding-bottom:8px!important}.pb16{padding-bottom:16px!important}.pb20{padding-bottom:20px!important}.pb24{padding-bottom:24px!important}.pb32{padding-bottom:32px!important}.pb40{padding-bottom:40px!important}.pb60{padding-bottom:60px!important}.pb80{padding-bottom:80px!important}.pb120{padding-bottom:120px!important}.pl0{padding-left:0!important}.pl4{padding-left:4px!important}.pl8{padding-left:8px!important}.pl16{padding-left:16px!important}.pl20{padding-left:20px!important}.pl24{padding-left:24px!important}.pl32{padding-left:32px!important}.pl40{padding-left:40px!important}.pl60{padding-left:60px!important}.pl80{padding-left:80px!important}.pl120{padding-left:120px!important}.pr0{padding-right:0!important}.pr4{padding-right:4px!important}.pr8{padding-right:8px!important}.pr16{padding-right:16px!important}.pr20{padding-right:20px!important}.pr24{padding-right:24px!important}.pr32{padding-right:32px!important}.pr40{padding-right:40px!important}.pr60{padding-right:60px!important}.pr80{padding-right:80px!important}.pr120{padding-right:120px!important}.flex{display:flex!important}.flex.col{flex-direction:column}.flex.center{align-items:center}.flex.justify_center{justify-content:center}.flex.between{justify-content:space-between}.flex_center{align-items:center!important}.flex_start{align-items:flex-start!important}.gap0{gap:0!important}.gap8{gap:8px!important}.gap16{gap:16px!important}.gap20{gap:20px!important}.gap24{gap:24px!important}.gap32{gap:32px!important}.gap40{gap:40px!important}.gap60{gap:60px!important}.shrink0{flex-shrink:0!important}.al_center{text-align:center!important}.al_left{text-align:left!important}.al_right{text-align:right!important}.cursor{cursor:pointer}.red_dot:after{content:"*";display:inline-block;position:relative;right:-4px;color:var(--subcolor-red-normal)}.page_tit{margin-bottom:60px;font-size:24px;font-weight:600;font-family:var(--namu-bold)!important;font-weight:700!important;color:var(--greycolor-grey04);word-break:break-all}.popup_dim{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.popup_wrapper{position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%);overflow-y:overlay!important;background:var(--blue-gradient)}@keyframes slideLeft{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}input[type=radio]{width:13px;height:13px;vertical-align:top}input[type=text],input[type=date],input[type=password],input[type=number],input[type=pattern],input[type=tel]{width:100%;height:56px;padding:0 24px;border-radius:10px;outline:none;font-size:14px;background-color:var(--greycolor-grey08);border:1px solid var(--greycolor-grey06);color:var(--greycolor-grey05)}input[type=text]:disabled,input[type=password]:disabled,input[type=number]:disabled,input[type=pattern]:disabled,input[type=tel]:disabled,input[type=text][readonly],input[type=password][readonly],input[type=number][readonly],input[type=pattern][readonly],input[type=tel][readonly]{background-color:#5a5a5b;color:#99999a}input[type=text].type_white,input[type=password].type_white,input[type=number].type_white,input[type=pattern].type_white,input[type=tel].type_white{background-color:#fff;border:1px solid #D9DEE5}input[type=checkbox]{width:13px;height:13px;vertical-align:top}input[type=image]{vertical-align:top;border:none;cursor:pointer}input[type=button]{border:none;background:none;cursor:pointer}input[type=submit]{cursor:pointer;vertical-align:top;font-size:100%}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-text-fill-color:var(--greycolor-grey05);-webkit-box-shadow:0 0 0px 1000px var(--greycolor-grey00) inset;box-shadow:0 0 0 1000px var(--greycolor-grey00) inset;transition:background-color 5000s ease-in-out 0s;background:#fff}input[type=text]:-webkit-autofill,input[type=text]:-webkit-autofill:hover,input[type=text]:-webkit-autofill:focus,input[type=text]:-webkit-autofill:active,input[type=date]:-webkit-autofill,input[type=date]:-webkit-autofill:hover,input[type=date]:-webkit-autofill:focus,input[type=date]:-webkit-autofill:active,input[type=password]:-webkit-autofill,input[type=password]:-webkit-autofill:hover,input[type=password]:-webkit-autofill:focus,input[type=password]:-webkit-autofill:active,input[type=number]:-webkit-autofill,input[type=number]:-webkit-autofill:hover,input[type=number]:-webkit-autofill:focus,input[type=number]:-webkit-autofill:active,input[type=pattern]:-webkit-autofill,input[type=pattern]:-webkit-autofill:hover,input[type=pattern]:-webkit-autofill:focus,input[type=pattern]:-webkit-autofill:active,input[type=tel]:-webkit-autofill,input[type=tel]:-webkit-autofill:hover,input[type=tel]:-webkit-autofill:focus,input[type=tel]:-webkit-autofill:active{-webkit-text-fill-color:var(--greycolor-grey05);-webkit-box-shadow:0 0 0px 1000px var(--greycolor-grey08) inset;box-shadow:0 0 0 1000px var(--greycolor-grey08) inset;transition:background-color 5000s ease-in-out 0s}input[type=text].type_white:-webkit-autofill,input[type=text].type_white:-webkit-autofill:hover,input[type=text].type_white:-webkit-autofill:focus,input[type=text].type_white:-webkit-autofill:active,input[type=date].type_white:-webkit-autofill,input[type=date].type_white:-webkit-autofill:hover,input[type=date].type_white:-webkit-autofill:focus,input[type=date].type_white:-webkit-autofill:active,input[type=password].type_white:-webkit-autofill,input[type=password].type_white:-webkit-autofill:hover,input[type=password].type_white:-webkit-autofill:focus,input[type=password].type_white:-webkit-autofill:active,input[type=number].type_white:-webkit-autofill,input[type=number].type_white:-webkit-autofill:hover,input[type=number].type_white:-webkit-autofill:focus,input[type=number].type_white:-webkit-autofill:active,input[type=pattern].type_white:-webkit-autofill,input[type=pattern].type_white:-webkit-autofill:hover,input[type=pattern].type_white:-webkit-autofill:focus,input[type=pattern].type_white:-webkit-autofill:active,input[type=tel].type_white:-webkit-autofill,input[type=tel].type_white:-webkit-autofill:hover,input[type=tel].type_white:-webkit-autofill:focus,input[type=tel].type_white:-webkit-autofill:active{-webkit-text-fill-color:var(--greycolor-grey05);-webkit-box-shadow:0 0 0px 1000px #fff inset;box-shadow:0 0 0 1000px #fff inset;transition:background-color 5000s ease-in-out 0s}.select-wrap .select{display:inline-block;min-width:200px;height:56px;border:1px solid #fff;background-color:#fff;padding:18px 46px 18px 24px;border-radius:.625rem;font-size:.875rem;font-weight:500;color:#5a5a5b}.select-wrap .select:disabled{background:#38383a;color:#99999a}@media (max-width: 768px){.select-wrap .select{min-width:100%}}.select{background:#fff url(/build/assets/ico-arrow-sm-CbnYZlfx.svg) no-repeat right 15px center;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:35px}.select::-ms-expand{display:none}.select:disabled{background:#eee url(/build/assets/ico-arrow-sm-CbnYZlfx.svg) no-repeat right 15px center}.input-date{display:inline-block;position:relative;min-width:100px;height:56px;border:1px solid #fff;background-color:#fff;padding:18px 46px 18px 24px;border-radius:.625rem;font-size:.875rem;font-weight:500;color:#5a5a5b}.input-date[type=date]::-webkit-clear-button,.input-date[type=date]::-webkit-inner-spin-button,.input-date[type=datetime-local]::-webkit-clear-button,.input-date[type=datetime-local]::-webkit-inner-spin-button,.input-date[type=time]::-webkit-clear-button,.input-date[type=time]::-webkit-inner-spin-button{display:none}.input-date[type=date]::-webkit-calendar-picker-indicator,.input-date[type=datetime-local]::-webkit-calendar-picker-indicator,.input-date[type=time]::-webkit-calendar-picker-indicator{z-index:5;background-size:cover;background-repeat:no-repeat;right:20px;position:absolute}.input-date:disabled{background:#38383a;color:#99999a}@media (max-width: 768px){.input-date{min-width:auto}}.mobile-only{display:none}@media (max-width: 1024px){.mobile-only{display:block}}@media (max-width: 1024px){.desktop-only{display:none}}.gray-box{background-color:#38383a;border-radius:10px;padding:32px;position:relative}@media screen and (max-width: 1024px){.gray-box{padding:16px}}.gray-box.mt40{margin-top:40px}@media screen and (max-width: 1024px){.gray-box.mt40{margin-top:20px}}.gray-box .box-title{font-weight:600;color:#ddd;font-size:16px;margin-bottom:16px;display:flex}.gray-box .box-title i{flex-shrink:0}@media screen and (max-width: 1024px){.gray-box .box-title{font-size:12px}}.gray-box .icon-info{background:url(/build/assets/proicons_credit-card-DY20Mbh8.png) no-repeat center center;width:20px;height:20px;display:inline-block;vertical-align:middle;margin-right:7px}.gray-box .box-view-more{position:absolute;right:32px;top:32px}.gray-box .box-view-more a{vertical-align:top;display:inline-block;background:url(/build/assets/chevron_forward-BMb3cGUT.png) no-repeat right center;font-size:16px;padding-right:20px;color:#8d8d8d}@media screen and (max-width: 1024px){.gray-box .box-view-more{position:static;text-align:right}.gray-box .box-view-more a{font-size:10px;background-size:5px 8px;padding-right:12px}}.form-bottom-checkbox{margin-top:40px}.form-bottom-checkbox .form-checkbox+.form-checkbox{margin-top:10px}.form-bottom-checkbox .button{height:auto;font-size:12px;padding:4px 8px}.radio-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr))}.radio-group .radio-item{display:flex;align-items:center;gap:16px;cursor:pointer}@media screen and (max-width: 1024px){.radio-group .radio-item{gap:8px}}.radio-group .radio-item input[type=radio]{display:none}.radio-group .radio-item .radio-mark{width:24px;height:24px;border-radius:50%;position:relative}@media screen and (max-width: 1024px){.radio-group .radio-item .radio-mark{width:16px;height:16px}}.radio-group .radio-item .radio-mark:after{display:block;content:"";position:absolute;left:-4px;top:-4px;bottom:-4px;right:-4px;border-radius:50%;border:2px solid #8ce2d0;opacity:0;transition:all .2s}.radio-group .radio-item .radio-text{color:#8d8d8d;font-weight:400;font-size:16px}@media screen and (max-width: 1024px){.radio-group .radio-item .radio-text{font-size:12px}}.radio-group .radio-item:has(input:checked) .radio-text{font-weight:600;color:#ddd}.radio-group .radio-item:has(input:checked) .radio-mark:after{opacity:1}.radio-group #color-night-gray .radio-mark{background-color:#8d8d8d}.radio-group #color-dawn-white .radio-mark{background-color:#fff}.button{display:inline-flex;border:1px solid #1d1d1d;color:#1d1d1d;background-color:#fff;transition:all .3s;opacity:1;padding:1rem 1.6rem;border-radius:.6rem;font-weight:500;font-size:1rem;justify-content:center}.button:hover{opacity:.8}.button:has(i){gap:0 1rem}@media (max-width: 768px){.button{font-size:1rem;gap:0 .5rem;height:48px;padding:0 16px;align-items:center}.button i{width:1.3rem;height:1.3rem;background-size:cover}}.button-full{width:100%;justify-content:center}.button-primary{background-color:#1d1d1f;color:#ddd;border-color:#38383a}.button-outline{background-color:transparent;color:#8ce2d0;border-color:#8ce2d0}.button-mint{background-color:#8ce2d0;color:#1d1d1f;border-color:#8ce2d0}.button-red{background-color:#e83b2f;color:#fff;border-color:#e83b2f}.button-black{background-color:#2a2a2a;color:#fff;border-color:#2a2a2a}.button-darkblue{background-color:#002554;color:#8ce2d0;border-color:#002554}.button-navy{background-color:#001c3f;color:#fff;border-radius:4px}.button-medium{padding:.625rem .5rem;font-size:14px;align-items:center}.button-mini{display:inline-flex;border:1px solid #1D1D1F;color:#ddd;background-color:#1d1d1f;transition:all .3s;opacity:1;padding:2px 5px;border-radius:5px;font-weight:500;font-size:12px}.button-mini:hover{opacity:.8}@media screen and (max-width: 1024px){.button-mini{padding:2px 5px;font-size:12px;border-radius:4px;height:32px}}.button-mini-grey{background-color:#ffffff1a;color:#ddd;border:none}.button-mini-grey:hover{background:#ffffff26;opacity:1}.form-select,.form-input,.form-textarea{display:inline-block;height:3.5rem;border:1px solid #5a5a5b;background-color:#99999a;padding:1.125rem 2rem;border-radius:.625rem;font-size:.875rem;font-weight:700;color:#5a5a5b}.form-select:disabled,.form-select[readonly],.form-input:disabled,.form-input[readonly],.form-textarea:disabled,.form-textarea[readonly]{background:#38383a;color:#99999a}@media screen and (max-width: 1024px){.form-select,.form-input,.form-textarea{font-weight:400}}.form-textarea.type-white{display:inline-block;width:100%;min-height:112px;border:1px solid #D9DEE5;background-color:#fff;padding:1.125rem 2rem;border-radius:.625rem;font-size:.875rem;font-weight:700;color:#5a5a5b;resize:none}.form-textarea.type-white:disabled{background:#38383a;color:#99999a}@media (max-width: 768px){.form-textarea.type-white{padding:16px 12px}}.select-wrap.input-block{display:block;width:100%}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.form-radio,.form-checkbox{display:flex;position:relative;align-items:center;color:#666;font-size:14px}.form-radio input,.form-checkbox input{position:absolute;width:1px;height:1px;opacity:.01;overflow:hidden}.form-radio label,.form-checkbox label{display:inline-block;position:relative;vertical-align:middle;margin-right:6px;font-weight:400;color:#8d8d8d;line-height:1.5;cursor:pointer;min-width:20px;min-height:20px}@media screen and (max-width: 1024px){.form-radio label,.form-checkbox label{font-size:12px}}.form-radio label:before,.form-checkbox label:before{content:"";position:absolute;border:1px solid #5a5a5b;width:16px;height:16px;background:#1d1d1f}.form-radio label:after,.form-checkbox label:after{content:"";position:absolute;display:inline-block;transition:all .15s;opacity:0}.table-style-basic .form-radio label,.table-style-basic .form-checkbox label{line-height:1.5}.form-date-picker{width:100%}.form-date-picker input{background:url(/build/assets/datepicker-CpJcHwUi.svg) no-repeat right 16px center}.form-checkbox{overflow:hidden;padding-bottom:2px}.form-checkbox .button{white-space:nowrap}.form-checkbox label{padding-left:30px;cursor:pointer}.form-checkbox label:before{content:"";position:absolute;left:0;border:1px solid #5a5a5b;width:20px;height:20px;border-radius:3px;box-sizing:border-box}.form-checkbox label:after{content:"";position:absolute;width:20px;height:20px;top:0;left:0;opacity:0;background:url(/build/assets/checkbox-checked-CNl4vhc0.png) no-repeat center center}.form-checkbox.single{display:inline-block;vertical-align:middle}.form-checkbox.single label{min-height:20px;padding-left:20px;margin-right:0}.form-checkbox.type-gray label:before{background-color:transparent;border-color:#0000003d}.form-checkbox input:disabled+label{color:#8d8d8d!important}.form-checkbox input:disabled+label:before{background:#5a5a5b!important;border-color:#000!important}.form-checkbox input:disabled+label:after{opacity:0}.form-checkbox input:checked+label{color:#8d8d8d}.form-checkbox input:checked+label:before{background:#8ce2d0;border-color:#8ce2d0}.form-checkbox input:checked+label:after{opacity:1}.form-checkbox input:focus+label,.form-checkbox input:focus-visible+label,.form-checkbox input:focus-within+label{outline:2px solid #000;outline-offset:-1px}.form-radio input:checked+label:before{border:1px solid #8CE2D0;background:#1d1d1f}.form-radio.type-white label{color:#1d1d1f}.form-radio.type-white label:before{border:1px solid #8D8D8D;background:#e6e9ee}.form-radio.type-white input:checked+label{color:#1d1d1f}.form-radio.type-white input:checked+label:before{border:1px solid #8CE2D0;background:#e6e9ee}.form-radio.type-notext label{color:#1d1d1f;padding-left:60px!important}.form-radio.type-notext label:before{border:1px solid #8D8D8D;background:#fff;left:20px}.form-radio.type-notext input:checked+label{color:#1d1d1f}.form-radio.type-notext input:checked+label:before{border:1px solid #8CE2D0;background:#fff;left:20px}.form-radio.type-notext input:checked+label:after{left:24px}.form-radio.type-text label{color:#8d8d8d;padding:0 14px;margin-right:0;text-align:center;width:100%}@media (max-width: 768px){.form-radio.type-text label{padding:8px 10px}}.form-radio.type-text label:before{display:none}.form-radio.type-text input:checked+label{color:#1d1d1f}.form-radio.type-text input:checked+label:after{display:none}@media (max-width: 320px){.modal .items-flex.type-row-keyword{flex-wrap:initial}}.search-list-wrap{padding-top:50px}.search-list-wrap .text-result{color:#8d8d8d;padding-bottom:30px}.search-list-wrap ul{display:flex;flex-direction:column;gap:20px}.search-list-wrap ul li{background:#fff;border-radius:16px;width:100%}.search-list-wrap .form-radio{width:100%}.search-list-wrap .form-radio label{width:100%;padding:12px 16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}@media (max-width: 768px){.search-list-wrap .form-radio label{grid-template-columns:1fr;gap:10px}}.search-list-wrap dl{width:100%}.search-list-wrap dl dt{font-size:14px;font-weight:500;color:#8d8d8d}.search-list-wrap dl dd{font-size:14px;color:#1d1d1f;margin-top:4px;font-weight:500}.form-radio label{padding-left:28px;color:#ddd}.form-radio label:before{top:2px;left:0;border-radius:50%;border:1px solid rgba(255,255,255,.5);background:#1d1d1f;width:18px;height:18px}@media screen and (max-width: 1024px){.form-radio label{padding-left:24px}.form-radio label:before{top:0}}.form-radio.type-row-middle input+label:before{top:50%;transform:translateY(-50%)}.form-radio.type-row-middle input+label:after{top:50%;transform:translateY(-50%)}.form-radio.type-row-middle input:checked+label:after{top:50%;transform:translateY(-50%)}.form-radio.single-column{position:relative;text-align:center}.form-radio.single-column img{max-width:48px}.form-radio.single-column span{font-size:14px;font-weight:700}.form-radio.single-column img,.form-radio.single-column span{opacity:.6}.form-radio.single-column input+label{display:flex;align-items:center;flex-direction:column;padding-left:0;padding-bottom:30px;margin-right:0}.form-radio.single-column input+label:before{top:auto;bottom:0;left:50%;transform:translate(-50%)}.form-radio.single-column input+label:after{top:auto;bottom:0;left:50%;transform:translate(-50%)}.form-radio.single-column input:checked+label:after{top:auto;bottom:4px;left:50%;transform:translate(-50%)}.form-radio.single-column input:checked+label img,.form-radio.single-column input:checked+label span{opacity:1}.form-radio input:disabled+label{color:#999}.form-radio input:disabled+label:before{border:1px solid #979797;background:#666}.form-radio input:disabled+label:after{background-color:#d8d8d8;width:12px;height:12px;top:3px;left:3px;border-radius:50%;opacity:1}.form-radio input:checked+label{color:#ddd}.form-radio input:checked+label:before{border:1px solid #8ce2d0;background:#1d1d1f}.form-radio input:checked+label:after{background-color:#8ce2d0;width:12px;height:12px;top:6px;left:4px;border-radius:50%;opacity:1}.required{color:var(--color-sub-red-Normal, rgb(253, 92, 81));font-size:16px;font-weight:600}.form-textarea2{border-radius:10px;border:1px solid var(--greycolor-grey06);background:var(--greycolor-grey08);width:100%;resize:none;height:112px;padding:16px 32px;outline:none;font-size:14px}@media screen and (max-width: 1024px){.form-textarea2{padding:16px;font-size:12px}}.form-textarea3{background-color:#fff;border:1px solid var(--color-sub-blue-light-hover, rgb(217, 222, 229));padding:16px 32px;height:112px;font-size:14px;width:100%;border-radius:10px;line-height:140%}@media screen and (max-width: 1024px){.form-textarea3{padding:16px;font-size:12px}}.form-selector{width:100%;height:56px;background:#5a5a5b url(/build/assets/ico-arrow-sm-DbsraLQk.png) no-repeat right 16px center;padding-left:32px;border-radius:10px;border:1px solid var(--color-grey-grey-6, rgb(90, 90, 91));font-size:14px;color:var(--greycolor-grey05);-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-selector.opa{background-color:transparent}.form-desc{color:var(--greycolor-grey05);font-size:14px}.form-write{display:flex;flex-direction:column;gap:40px}@media screen and (max-width: 1024px){.form-write{gap:16px}}.form-write .form-row{display:flex;flex-direction:column;gap:16px}.form-write .form-row.horizon{flex-direction:row;gap:0 30px;align-items:center}.form-write .form-row.horizon .form-label{width:210px;flex-shrink:0}@media screen and (max-width: 1024px){.form-write .form-row.horizon{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px}.form-write .form-row.horizon .form-label,.form-write .form-row.horizon .form-item{width:100%}}.form-write .form-row.grid-4{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}@media screen and (max-width: 1024px){.form-write .form-row.grid-4{grid-template-columns:1fr;gap:8px}}.form-write .form-row.grid-4 .form-item{align-items:center}@media screen and (max-width: 1024px){.form-write .form-row.grid-4 .form-item{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px}}.form-write .form-row.grid-4 .form-label{width:100px}@media screen and (max-width: 1024px){.form-write .form-row.grid-4 .form-label{width:100%}}@media screen and (max-width: 1024px){.form-write .form-row{gap:8px}}.form-write .form-label{color:var(--greycolor-grey05);font-size:16PX;font-weight:600}@media screen and (max-width: 1024px){.form-write .form-label{font-size:14px;font-weight:400}}.form-write .form-item{flex:1;display:flex;gap:16px}.form-write .form-item .w-full{width:100%}.form-write .form-item:has(.textarea-counter){flex-direction:column;gap:0}.form-write .form-value-text{font-weight:600;font-size:20px;color:#ddd}@media screen and (max-width: 1024px){.form-write .form-value-text{font-size:14px}}.form-write .form-text{color:var(--greycolor-grey05);font-size:14px;font-weight:400}.form-write .w-220{justify-content:center;width:220px;flex-shrink:0}.form-write .form-file-actions{display:flex;flex-shrink:0;gap:0 16px}.form-write .form-file-actions .button{width:144px;justify-content:center}.input-group{display:flex;align-items:center;gap:0 16px}.input-group .button{width:226px;flex-shrink:0}@media screen and (max-width: 1024px){.input-group .button{width:109px;font-size:12px}}.input-group.w-full{width:100%}.input-field{display:flex;flex-direction:column;gap:8px}.input-field .text-warning{color:var(--color-sub-red-Normal, rgb(253, 92, 81));font-size:14px;font-weight:400}@media screen and (max-width: 1024px){input[type=text],input[type=date],input[type=password],input[type=number],input[type=pattern],input[type=tel]{height:48px;font-size:12px}}@media screen and (max-width: 1024px){.form-item:has(.form-file-actions){flex-direction:column;gap:8px}.form-item:has(.form-file-actions) .form-file-actions .button{width:33%;font-size:14px;height:48px}.form-item:has(.form-file-actions) .form-file-actions .button .icon-add{width:10px;height:10px;background-size:cover}.form-item:has(.form-file-actions) .form-file-actions .button .icon-del{width:10px;height:2px;background-size:cover}}.form-label:has(.char-counter){position:relative}.form-label:has(.char-counter) .char-counter{position:absolute;right:0;top:0;font-size:14px;color:var(--greycolor-grey05);font-weight:400}@media screen and (max-width: 1024px){.form-label:has(.char-counter) .char-counter{font-size:12px}}.modal-wrap{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000}.modal-wrap .modal-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080}.modal-wrap.is-open{display:block}.modal-wrap .modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:100rem;z-index:1001;background:linear-gradient(136deg,#001c3f99 16.79%,#00255499 91.41%);border:2px solid #002554;max-width:936px;border-radius:16px;position:relative;padding-bottom:80px}.modal-wrap .modal-content.sm{width:688px}.modal-wrap .modal-content.sm:after{content:"";display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:684px;height:100%;background:url(/build/assets/bg_popup_md_pattern_v1-TqAjFw7r.png) no-repeat 50% 70%;background-size:684px 450px;z-index:-1}@media screen and (max-width: 1024px){.modal-wrap .modal-content.sm{width:100%}}@media (max-width: 768px){.modal-wrap .modal-content{max-width:100%;transform:translate(-50%);top:5%;padding:0 2rem}}.modal-wrap .modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;background-color:#000;border-radius:16px 16px 0 0;height:6rem;padding:0 2rem}@media (max-width: 1024px){.modal-wrap .modal-content .modal-header{height:5rem;padding:0 2rem}}.modal-wrap .modal-content .modal-header h3{font-size:2.1rem;font-weight:400;color:#fff}@media (max-width: 768px){.modal-wrap .modal-content .modal-header h3{font-size:1.8rem}}.modal-wrap .modal-content .modal-header .btn-close{width:4rem;height:4rem}.modal-wrap .modal-content .modal-body{background-color:#fff;border-radius:0 0 16px 16px;max-height:80vh;overflow-y:auto}.modal-wrap .modal-content .modal-body .modal-inner{padding:4rem}@media (max-width: 768px){.modal-wrap .modal-content .modal-body .modal-inner{padding:2rem}}.modal-content{background:linear-gradient(136deg,#001c3f99 16.79%,#00255499 91.41%);border:2px solid #002554;max-width:936px;border-radius:16px;position:relative;padding:80px 60px}@media screen and (max-width: 1024px){.modal-content{padding:48px 20px}}.modal-content.sm{width:688px}@media screen and (max-width: 1024px){.modal-content.sm{width:100%;max-width:688px}}.modal-content.sm .common-modal-body:after{content:"";display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:684px;height:100%;background:url(/build/assets/bg_modal_pattern-DOeEQbpO.png) no-repeat 50% 70%;background-size:684px 450px;z-index:-1}.modal-content.md{width:940px}@media screen and (max-width: 1024px){.modal-content.md{width:100%;max-width:936px}}.modal-content.md.v3 .common-modal-body:after{content:"";display:block;position:absolute;top:0;left:0;width:936px;height:100%;background:url(/build/assets/bg_popup_md_pattern_v3-ByYHfCuG.png) no-repeat;background-size:936px auto;z-index:-1}.modal-content.md.v4 .common-modal-body:after{content:"";display:block;position:absolute;top:0;left:0;width:936px;height:100%;background:url(/build/assets/bg_popup_md_pattern_v4-DztGwIvq.png) no-repeat 0 center;background-size:936px auto;z-index:-1}.modal-content.md .common-modal-body:after{content:"";display:block;position:absolute;top:0;left:0;width:936px;height:100%;background:url(/build/assets/bg_popup_md_pattern_v2-DkrncXnF.png) no-repeat;background-size:936px auto;z-index:-1}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;opacity:0%;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-timing-function:linear}.modal:is(.is-active){opacity:100%}.modal-dialog{display:flex;min-height:calc(100% - 2rem);flex-direction:column;align-items:center;justify-content:center}.modal-close{cursor:pointer}.modal-header{position:relative;display:flex;flex:none;align-items:center;margin-bottom:40px}.modal-header:has(.text-center){justify-content:center}@media screen and (max-width: 1024px){.modal-header{margin-bottom:20px}}.modal-title{text-align:left;color:var(--color-main-mint-Normal, #8ce2d0);font-weight:700;font-size:32px;font-family:var(--namu-bold)}.modal-title.text-center{text-align:center}@media (max-width: 768px){.modal-title{font-size:20px}}.modal-close{position:absolute;top:16px;right:10px;width:36px;height:36px;overflow:hidden;background-position:center;background-repeat:no-repeat;text-indent:-9999em;background-size:24px;opacity:90%;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;background-image:url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='36' height='36' rx='18' fill='%230F0F0F'/%3E%3Cpath d='M24 12L18 18M12 24L18 18M18 18L12 12M18 18L24 24' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A")}@media (hover: hover){.modal-close:hover{opacity:100%}}.modal-footer{display:flex;flex:none;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;padding:40px 30px 50px!important}@media (max-width: 768px){.modal-footer{padding:20px 25px 50px!important}}.modal-footer .button{max-width:250px}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100%;height:100%;background-color:transparent;transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-timing-function:linear;background:#00000080;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.common-modal-body{flex:auto;z-index:2}.modal-body{position:relative;flex:auto;padding-inline:20px;padding-block:18px;padding:50px 60px!important}@media (max-width: 768px){.modal-body{padding:25px 20px!important}}.modal-inner{background:#1d1d1f;border-radius:10px;padding:60px!important}@media (max-width: 768px){.modal-inner{padding:20px!important}}.modal-policy{color:#99999a}.modal-policy h6{padding:10px 0;color:#fff;font-weight:700;font-size:16px}.modal-policy p{color:#99999a}.common-modal-inner{box-shadow:0 2px 18px #00000026;-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px);background:linear-gradient(135.61deg,#e6e9ee 16.79%,#e6e9eee6 91.41%);border-radius:20px;padding:60px}.common-modal-inner.white-bg{background-color:#fff}.common-modal-inner.center{text-align:center}.common-modal-inner img{max-width:100%}.common-modal-inner.v2{padding:30px}@media (max-width: 1024px){.common-modal-inner.v2{padding:24px}}@media (max-width: 1024px){.common-modal-inner{padding:24px}}.modal .inform-title{display:block;color:#1d1d1f;font-size:16px;font-weight:600;margin-bottom:26px}.modal .wrap-text-result{text-align:center;max-width:100%;background-position:50% 50%;background-size:100% auto}.modal .wrap-text-result .inner-text{max-width:100%}.modal .form-item{margin:0}.modal .form-item .label-title{color:#1d1d1f;font-weight:600}@media screen and (max-width: 1024px){.modal .form-item .label-title{font-size:14px}}.modal input[type=text],.modal input[type=password],.modal input[type=number],.modal input[type=pattern],.modal input[type=tel]{color:#1d1d1f;background-color:#fff;border-color:#fff}.modal input[type=text].disabled,.modal input[type=text]:disabled,.modal input[type=password].disabled,.modal input[type=password]:disabled,.modal input[type=number].disabled,.modal input[type=number]:disabled,.modal input[type=pattern].disabled,.modal input[type=pattern]:disabled,.modal input[type=tel].disabled,.modal input[type=tel]:disabled{border-color:#b0bbca;background-color:transparent}@media (max-width: 768px){.modal .items-flex{flex-wrap:wrap;gap:12px}}.modal-choice-container{display:flex;flex-direction:column;gap:24px;flex-wrap:wrap;margin-bottom:26px}@media (max-width: 768px){.modal-choice-container{gap:20px}}.common-modal-footer{display:flex;gap:16px;margin-top:40px}.common-modal-footer .button{font-weight:600}.common-modal-footer .button:not(.button-full){width:calc(50% - 8px)}.info-modal-table{width:100%;border-collapse:collapse;color:#1d1d1f}.info-modal-table th,.info-modal-table td{border:0 none;padding:12px 16px;text-align:left;font-size:16px}@media (max-width: 768px){.info-modal-table th,.info-modal-table td{font-size:13px;padding:8px 12px}}.info-modal-table th{font-weight:500;color:#1d1d1f}.info-modal-table td{color:#1d1d1f;font-weight:700}.info-modal-table .col-th-150{width:150px}@media (max-width: 768px){.info-modal-table .col-th-150{width:100px}}.info-modal-result{padding-bottom:36px}.info-modal-result dl dt{font-size:16px;color:#8d8d8d}.info-modal-result dl dd{color:#1d1d1f;font-weight:600;padding-top:8px}.info-modal-result dl dd strong{font-size:20px}.info-modal-result dl+dl{padding-top:20px}.info-modal-result dl.divide{padding-bottom:20px;border-bottom:1px solid var(--color-grey-grey-5, #8d8d8d)}.info-modal-result+.info-modal-result{padding-top:36px;border-top:2px solid #1d1d1f}.common-modal-body .modal-policy,.common-modal-body .modal-policy p{color:#1d1d1f}.common-modal-body .modal-policy ol,.common-modal-body .modal-policy li{list-style:decimal}.common-modal-body .modal-policy ol{padding-left:18px}.common-modal-body .modal-policy ol li+li{padding-top:8px}.common-modal-body .modal-policy ol.dot,.common-modal-body .modal-policy ol.dot li{list-style:disc}.single-box{margin:35px 0;padding:30px 32px;background:#fff;border-radius:16px}.item-products{display:flex;flex-wrap:wrap;gap:8px}.item-products li{display:inline-block;min-width:64px;min-height:64px;text-align:center;background:#fff;border-radius:10px}.image-frame{text-align:center;padding:0 0 30px}.modal-header-description{margin-bottom:40px}@media screen and (max-width: 1024px){.modal-header-description{margin-bottom:20px}}.modal-header-description .intro-text{font-size:20px;color:#ddd;margin-bottom:8px;line-height:1.5}@media (max-width: 1024px){.modal-header-description .intro-text{font-size:14px}}.modal-header-description .intro-note{font-size:12px;color:#8d8d8d;margin-bottom:16px}@media (max-width: 1024px){.modal-header-description .intro-note{font-size:10px}}.modal-header-description .intro-description{font-size:16px;color:#ddd;line-height:1.5}.modal-header-description .intro-description+.intro-description{margin-top:30px}@media screen and (max-width: 1024px){.modal-header-description .intro-description+.intro-description{margin-top:20px}}@media (max-width: 1024px){.modal-header-description .intro-description{font-size:12px}}.address-input-group{display:flex;flex-direction:column;gap:12px;width:100%}.address-input-group-item{display:flex;width:100%;gap:16px}.address-input-group-item .button{width:226px;flex-shrink:0}@media screen and (max-width: 1024px){.address-input-group-item .button{width:109px;font-size:12px}}.postal-search-form{display:flex;gap:0 16px}.postal-search-form .button{width:180px;flex-shrink:0}@media screen and (max-width: 1024px){.postal-search-form{flex-direction:column;gap:12px}.postal-search-form .button{width:100%}}.privacy-policy-content .privacy-title{font-size:32px;font-weight:700;color:var(--brandcolor-normal);margin-bottom:24px;font-family:var(--font-family-title)}@media (max-width: 768px){.privacy-policy-content .privacy-title{font-size:24px}}.privacy-policy-content .privacy-intro{margin-bottom:32px}.privacy-policy-content .privacy-intro p{font-size:16px;color:#fff;margin-bottom:12px;line-height:1.5}.privacy-policy-content .privacy-intro p:last-child{margin-bottom:0}@media (max-width: 768px){.privacy-policy-content .privacy-intro p{font-size:14px}}.privacy-table-container{overflow-x:auto}.privacy-table-container .privacy-table{width:100%;border-collapse:collapse;background:linear-gradient(135.61deg,#e6e9ee 16.79%,#e6e9eee6 91.41%);border-radius:20px;overflow:hidden}.privacy-table-container .privacy-table th,.privacy-table-container .privacy-table td{border:1px solid #b0bbca}.privacy-table-container .privacy-table thead th{color:#1d1d1f;font-weight:600;font-size:16px;padding:16px 12px;text-align:center}@media (max-width: 768px){.privacy-table-container .privacy-table thead th{display:none}}.privacy-table-container .privacy-table tbody td{color:#1d1d1f;font-size:14px;padding:16px 12px;line-height:1.5;text-align:center}@media (max-width: 768px){.privacy-table-container .privacy-table tbody td{font-size:13px;display:flex;border-bottom:0;padding:0}.privacy-table-container .privacy-table tbody td p{padding:16px;font-size:10px}.privacy-table-container .privacy-table tbody td .mobile-only{display:flex;align-items:center;justify-content:center;width:70px;flex-shrink:0;border-right:1px solid #b0bbca;font-size:10px;font-weight:700;color:#1d1d1f}}.corporate-intro{margin-bottom:40px}.corporate-intro .intro-description{font-size:16px;color:#fff;line-height:1.5}.additional-purchase-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.additional-purchase-section .section-header .section-title{font-size:18px;font-weight:600;color:#fff}.additional-purchase-section .section-header .item-count{font-size:14px;color:#8d8d8d}.additional-purchase-section .selected-items{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.additional-purchase-section .selected-items .selected-item{display:flex;align-items:center;gap:8px;background-color:var(--brandcolor-normal);color:#1d1d1f;padding:6px 12px;border-radius:20px;font-size:14px}.additional-purchase-section .selected-items .selected-item .remove-item{background:none;border:none;color:#1d1d1f;font-size:16px;cursor:pointer;padding:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.additional-purchase-section .search-section{margin-bottom:16px}.additional-purchase-section .search-section .search-input-group{display:flex;gap:8px}.additional-purchase-section .search-section .search-input-group .search-input{flex:1;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:14px}.additional-purchase-section .search-section .search-input-group .search-btn{padding:12px 16px;background-color:#f5f5f5;border:1px solid #ddd;border-radius:8px;cursor:pointer}.additional-purchase-section .selection-dropdown{background-color:#f5f5f5;border-radius:8px;padding:16px}.additional-purchase-section .selection-dropdown .dropdown-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.additional-purchase-section .selection-dropdown .dropdown-header .dropdown-title{font-size:14px;font-weight:600;color:#1d1d1f}.additional-purchase-section .selection-dropdown .dropdown-header .dropdown-arrow{font-size:16px;color:#1d1d1f}.additional-purchase-section .selection-dropdown .dropdown-content{margin-bottom:16px}.additional-purchase-section .selection-dropdown .dropdown-content .checkbox-item{display:flex;align-items:center;gap:8px;margin-bottom:8px}.additional-purchase-section .selection-dropdown .dropdown-content .checkbox-item input[type=checkbox]{width:16px;height:16px}.additional-purchase-section .selection-dropdown .dropdown-content .checkbox-item label{font-size:14px;color:#1d1d1f}.additional-purchase-section .selection-dropdown .apply-btn{background-color:var(--brandcolor-normal);color:#1d1d1f;border:none;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;float:right}.selected-gift-section .section-title{font-size:18px;font-weight:600;color:#fff;margin-bottom:20px}.selected-gift-section .gift-category{margin-bottom:24px}.selected-gift-section .gift-category:last-child{margin-bottom:0}.selected-gift-section .gift-category .gift-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.selected-gift-section .gift-category .gift-header .gift-text{font-size:14px;color:#fff}.selected-gift-section .gift-category .gift-header .form-checkbox{margin:0}.selected-gift-section .gift-category .gift-header .form-checkbox label{font-size:12px;color:#fff}.selected-gift-section .gift-category .gift-carousel{position:relative}.selected-gift-section .gift-category .gift-carousel .gift-items{display:flex;gap:12px;overflow-x:auto;padding:0 40px}.selected-gift-section .gift-category .gift-carousel .gift-items .gift-item{flex-shrink:0;position:relative;cursor:pointer}.selected-gift-section .gift-category .gift-carousel .gift-items .gift-item .gift-image{width:80px;height:80px;border-radius:8px;overflow:hidden;position:relative}.selected-gift-section .gift-category .gift-carousel .gift-items .gift-item .gift-image img{width:100%;height:100%;object-fit:cover}.selected-gift-section .gift-category .gift-carousel .gift-items .gift-item .gift-image .checkmark{position:absolute;top:4px;right:4px;width:20px;height:20px;background-color:var(--brandcolor-normal);color:#1d1d1f;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.selected-gift-section .gift-category .gift-carousel .gift-items .gift-item.selected .gift-image{border:2px solid var(--brandcolor-normal)}.selected-gift-section .gift-category .gift-carousel .carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;background-color:#fff3;border:none;border-radius:50%;color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}.selected-gift-section .gift-category .gift-carousel .carousel-btn.prev{left:0}.selected-gift-section .gift-category .gift-carousel .carousel-btn.next{right:0}.selected-gift-section .gift-category .gift-carousel .carousel-btn:hover{background-color:#ffffff4d}.corporate-consent{margin-top:32px}.plan-detail-item{display:flex;align-items:center;gap:16px;margin-bottom:20px}.plan-detail-item:last-child{margin-bottom:0}.plan-detail-item .detail-label{font-size:16px;color:#8d8d8d;width:210px;font-weight:400}.plan-detail-item .detail-value{font-size:16px;color:#1d1d1f;font-weight:600}@media (max-width: 1024px){.plan-detail-item{gap:4px;flex-direction:column;align-items:flex-start;margin-bottom:16px}.plan-detail-item:last-child{margin-bottom:0}.plan-detail-item .detail-label{font-size:12px;width:100%}.plan-detail-item .detail-value{font-size:14px}}.agreement-statement{margin:40px 0;color:#ddd;font-size:14px}@media (max-width: 1024px){.agreement-statement{margin:20px 0}}.gift-details-content .section-title{font-size:16px;font-weight:600;line-height:160%;color:#ddd;margin-bottom:8px}@media (max-width: 768px){.gift-details-content .section-title{font-size:18px}}.gift-details-content .modal-top-text{margin-top:16px}.instruction-list{padding-left:20px}.instruction-list li{font-size:16px;list-style:auto}.modal-top-text{display:flex;flex-direction:column;gap:16px}.modal-top-text p{font-size:16px;font-weight:600;color:#ddd}.product-modal{box-shadow:0 2px 18px #00000026;-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px);background:linear-gradient(135.61deg,#e6e9ee 16.79%,#e6e9eee6 91.41%);padding:60px;border-radius:20px;margin:40px 0}.product-modal-name{text-align:center;font-size:20px;line-height:1;margin-bottom:20px;color:#1d1d1f;font-weight:600}.product-modal-image{background-color:#fff;border:1px solid var(--color-sub-blue-light-hover, rgb(217, 222, 229));height:560px}.coupon-modal table{width:100%}.coupon-modal table thead th{background-color:var(--brandcolor-normal)}.coupon-modal table thead th:first-child{border-radius:8px 0 0}.coupon-modal table thead th:last-child{border-radius:0 8px 0 0}.coupon-modal table thead th{overflow:hidden;color:#1d1d1f;font-size:16px;font-weight:600;padding:8px 0}@media screen and (max-width: 1024px){.coupon-modal table thead th{font-size:10px;padding:8px 0}}.coupon-modal table thead.v2 th{background:transparent;border-bottom:1px solid #B0BBCA}.coupon-modal table tbody tr:not(:last-child){border-bottom:1px solid #B0BBCA}.coupon-modal table tbody td{color:#1d1d1f;font-size:16px;text-align:center;padding:20px 0}.coupon-modal table tbody td.text-left{text-align:left}@media screen and (max-width: 1024px){.coupon-modal table tbody td{font-size:10px;padding:8px 0}}.list-conditions li{color:#1d1d1f;font-size:16px;position:relative;padding-left:14px}.list-conditions li:before{display:block;content:"";position:absolute;top:8px;left:0;width:4px;height:4px;border-radius:50%;background-color:#1d1d1f}@media screen and (max-width: 1024px){.list-conditions li{font-size:10px;padding-left:8px}.list-conditions li:before{top:6px;width:2px;height:2px}}.coupon-fee{display:flex;justify-content:space-between;align-items:center;margin-top:40px;padding:20px;background-color:#fff;border-radius:10px;font-size:20px;font-weight:600;color:#1d1d1f}@media screen and (max-width: 1024px){.coupon-fee .coupon-fee-label{font-size:12px}}@media screen and (max-width: 1024px){.coupon-fee .coupon-fee-value{font-size:14px}}.product-info-section{display:flex;gap:0 40px}@media screen and (max-width: 1024px){.product-info-section{gap:0 16px}}.product-info-section .product-image{background:linear-gradient(180deg,#f1f1f2,#f6f6f6);width:128px;height:128px;border-radius:8px;overflow:hidden}@media screen and (max-width: 1024px){.product-info-section .product-image{width:96px;height:96px}}.product-info-section .product-image img{width:100%;height:100%;object-fit:cover}.product-info-section .product-details{flex:1}.product-info-section .product-details .product-id{font-size:14px;color:#8d8d8d;margin-bottom:8px}@media screen and (max-width: 1024px){.product-info-section .product-details .product-id{font-size:12px;margin-bottom:4px}}.product-info-section .product-details .product-name{font-size:20px;font-weight:700;color:#1d1d1f;line-height:140%}@media screen and (max-width: 1024px){.product-info-section .product-details .product-name{font-size:20px}}.file-upload-section{display:flex;align-items:center;width:100%;gap:16px;flex-wrap:wrap}@media screen and (max-width: 1024px){.file-upload-section{gap:8px}}.file-upload-section .form-input{background-color:#fff!important;color:#8d8d8d!important;min-width:0;flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media screen and (max-width: 1024px){.file-upload-section .form-input{flex:1 1 auto;min-width:0;font-size:10px;padding:0 24px;display:block;line-height:48px;width:100%;height:48px}}.file-upload-section .form-file{width:1px;height:1px;position:absolute;opacity:.1;clip:rect(0 0 0 0);pointer-events:none;z-index:-1}.file-upload-section .button{flex-shrink:0;width:144px;height:56px;background-color:#1d1d1f;color:#fff;cursor:pointer}@media screen and (max-width: 1024px){.file-upload-section .button{font-size:13px;padding:0 10px;width:auto;height:40px}.file-upload-section .button i{transform:scale(.6)}}@media screen and (max-width: 1024px){.file-upload-section .button .text{display:none}}@media screen and (max-width: 1024px){.file-upload-section .button .icon-del{height:2px}}.file-upload-section label.button{color:#8ce2d0;background-color:#002554}.form-label-check-char{position:relative;margin-top:15px}.sns_btn_box{display:flex;gap:23px;justify-content:center;padding:60px 40px;border-radius:20px;background:linear-gradient(135.61deg,#e6e9ee 16.79%,#e6e9eee6 91.41%);box-shadow:0 2px 18px #00000026;-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px)}.sns_btn_box li a{display:block}@media screen and (max-width: 1024px){#swipe-modal{left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;max-height:570px;max-width:335px}#swipe-modal .modal-dialog{height:calc(100% - 90px);max-height:570px;width:335px;min-height:inherit}}#swipe-modal .modal-close{z-index:2}@media screen and (max-width: 1024px){#swipe-modal .modal-close{right:10px;top:10px;z-index:2}}#swipe-modal .pod_pagination{display:flex;justify-content:center;padding:6px 0;bottom:-46px;color:#5a5a5b}@media screen and (max-width: 1024px){#swipe-modal .pod_pagination{bottom:-52px}}#swipe-modal .pod_pagination span{padding:0 30px}#swipe-modal .slide-modal-content{background:none;max-width:1178px;width:100%;border-radius:20px;overflow:visible!important;background:linear-gradient(136deg,#001c3f99 16.79%,#00255499 91.41%);position:relative}@media screen and (max-width: 1024px){#swipe-modal .slide-modal-content{width:335px;height:100%}#swipe-modal .slide-modal-content img{width:100%}}#swipe-modal .popup_pod_swiper{border-radius:20px 0 0 20px;overflow:hidden}@media screen and (max-width: 1024px){#swipe-modal .popup_pod_swiper{height:100%}}#swipe-modal .swiper-slide{display:flex}@media screen and (max-width: 1024px){#swipe-modal .swiper-slide{flex-direction:column;height:100%}}#swipe-modal .popup-slide-image{width:702px;height:550px}@media screen and (max-width: 1024px){#swipe-modal .popup-slide-image{width:335px;height:258px;flex-shrink:0;border-radius:20px 20px 0 0;overflow:hidden}}#swipe-modal .popup-slide-content{width:calc(100% - 702px);height:550px;padding:60px}#swipe-modal .popup-slide-content.scroll-content{overflow-y:auto}@media screen and (max-width: 1024px){#swipe-modal .popup-slide-content{position:relative;width:335px;height:100%;padding:24px 16px;overflow-y:auto}}#swipe-modal .popup-slide-content:after{content:"";position:absolute;top:0;right:0;width:calc(100% - 702px);height:550px;background:center/cover no-repeat;background-image:url(/build/assets/goods_view_pod_bg_pc-BqtAaUjV.svg);opacity:.2;z-index:-1}#swipe-modal .popup-slide-title{font-size:24px;color:var(--brandcolor-normal);font-weight:700;font-family:var(--namu-bold);margin-bottom:32px}@media screen and (max-width: 1024px){#swipe-modal .popup-slide-title{font-size:19px;margin-bottom:24px}}#swipe-modal .popup-slide-description p{font-size:14px;line-height:1.4;margin-bottom:20px;font-weight:600}#swipe-modal .popup-slide-description p:last-child{margin-bottom:0}@media screen and (max-width: 1024px){#swipe-modal .popup-slide-description p{font-size:14px;line-height:1.4;margin-bottom:12px}}#swipe-modal .pod-line{width:100%;height:1px;margin:16px 0;background:var(--color-white-10, rgba(255, 255, 255, .1))}@media screen and (max-width: 1024px){#swipe-modal .pod-line{margin:10px 0}}#swipe-modal .air-quality-list{display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 1024px){#swipe-modal .air-quality-list{gap:10px}}#swipe-modal .air-quality-list li{display:flex;flex-direction:column;gap:10px}#swipe-modal .air-quality-list li h4{display:flex;justify-content:center;align-items:center;width:fit-content;padding:2px 10px;font-size:14px;font-weight:400;color:#fff;border-radius:10px;background:#1a2c42}@media screen and (max-width: 1024px){#swipe-modal .air-quality-list li h4{font-size:12px}}#swipe-modal .air-quality-list li p{color:#60676f}#swipe-modal .popup-slide-description-list{padding-left:10px}#swipe-modal .popup-slide-description-list li{position:relative;padding-left:14px;font-size:14px;font-weight:600;color:#fff}#swipe-modal .popup-slide-description-list li:before{content:"";position:absolute;border-radius:50%;top:8px;left:0;width:4px;height:4px;background-color:#fff}@media screen and (max-width: 1024px){#swipe-modal .popup-slide-description-list li{font-size:12px;padding-left:10px}}#swipe-modal .popup-slide-description-list li:before{top:6px;width:3px;height:3px}#swipe-modal .swiper-button{width:56px;height:56px;display:block;opacity:1;background-size:auto 48px;cursor:pointer;z-index:5;background-image:url(/build/assets/goods_swiper_arrow-BpLIykIv.svg)}#swipe-modal .swiper-button:after{display:none!important}@media screen and (max-width: 1024px){#swipe-modal .swiper-button{display:none!important}}.pod_video{position:relative;width:702px;height:550px;outline:none;border:0}@media screen and (max-width: 1024px){.pod_video{width:335px;height:258px;flex-shrink:0}}.pod_video video{position:absolute;bottom:0;width:100%;-webkit-mask-image:-webkit-radial-gradient(white,black)}.modal .form-row{display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 1024px){.modal .form-row{gap:8px}}.modal .form-label{color:#1d1d1f;font-weight:600;font-size:16px}@media screen and (max-width: 1024px){.modal .form-label{font-size:14px}}.modal .form-input:read-only{border:1px solid #B0BBCA;background-color:transparent;color:#1d1d1f;font-weight:400}.modal .form-note{font-size:13px;color:#8d8d8d;line-height:1.4}@media screen and (max-width: 1024px){.modal .form-note{font-size:12px}}.modal .form-error{font-size:14px;color:#fd5c51}.modal .form-radio.type-white label:before{background-color:transparent}.modal .validity-note{font-size:14px;color:#ddd;margin-top:40px}@media screen and (max-width: 1024px){.modal .validity-note{margin-top:20px;font-size:10px}}.form-table{border-radius:10px;width:100%;border:1px solid rgb(176,187,202)}.form-table table{width:100%}.form-table th,.form-table td{height:36px;text-align:center;font-size:14px;color:#1d1d1f;font-weight:400}@media screen and (max-width: 1024px){.form-table th,.form-table td{font-size:12px;height:48px}}.form-table thead{background-color:#eaf8f5}.form-table thead th{border-bottom:1px solid rgb(176,187,202);border-right:1px solid rgb(176,187,202)}.form-table thead th.checked{font-weight:600}.form-table thead th:first-child{border-radius:10px 0 0}.form-table thead th:last-child{border-radius:0 10px 0 0;border-right:0}.form-table tbody{background-color:#fff}.form-table tbody td{border-right:1px solid rgb(176,187,202)}.form-table tbody td:first-child{border-radius:0 0 0 10px}.form-table tbody td:last-child{border-radius:0 0 10px;border-right:0}.form-table tbody td .form-radio{display:inline-block}.form-table tbody td.transparent{background-color:#e2e5eb}.modal-agreement{padding-top:30px}.modal-agreement .form-checkbox .form-checkbox-item label{color:#fff!important}.modal-agreement .form-checkbox .form-checkbox-item+a{white-space:nowrap;margin-left:10px}@media screen and (max-width: 1024px){.modal-agreement .form-checkbox .color-red{display:block}}.modal-agreement-note{color:#fd5c51;font-size:14px;line-height:140%;margin-top:15px}.quotation .quotation-title{text-align:center;font-weight:700;font-size:24px;color:#1d1d1f;margin-bottom:40px;font-family:var(--namu-bold)}@media screen and (max-width: 1024px){.quotation .quotation-title{font-size:20px;margin-bottom:20px}}.quotation-info{background-color:#8ce2d0;border-radius:10px;padding:16px 32px;display:flex;justify-content:space-between}@media screen and (max-width: 1024px){.quotation-info{padding:16px 20px;flex-direction:column;gap:8px}}.quotation-info .quotation-info-item{display:flex;align-items:center;gap:32px}@media screen and (max-width: 1024px){.quotation-info .quotation-info-item{gap:16px}}.quotation-info .quotation-info-item .quotation-info-label{font-size:14px;color:#1d1d1f}.quotation-info .quotation-info-item .quotation-info-value{font-size:14px;color:#1d1d1f;font-weight:600}.quotation-details{padding-top:40px}@media screen and (max-width: 1024px){.quotation-details{padding-top:20px}}.quotation-details .quotation-details-title{font-weight:600;color:#1d1d1f;font-size:16px;margin-bottom:10px}@media screen and (max-width: 1024px){.quotation-details .quotation-details-title{font-size:14px;margin-bottom:8px}}.quotation-details .product-details-block{display:flex;padding:32px 21px 32px 60px;gap:40px;border-radius:20px 20px 0 0;background-color:#fff;align-items:center}@media screen and (max-width: 1024px){.quotation-details .product-details-block{padding:32px 24px;gap:16px;border-radius:10px 10px 0 0;flex-direction:column;align-items:flex-start}}.quotation-details .product-details-block .product-image{width:96px;height:96px;border-radius:10px;overflow:hidden;flex-shrink:0}@media screen and (max-width: 1024px){.quotation-details .product-details-block .product-image{margin:0 auto}}.quotation-details .product-details-block .product-info-list{flex:1;display:flex;flex-direction:column;gap:10px}.quotation-details .product-details-block .product-info-list .product-info-item{display:flex;align-items:center;gap:16px;font-size:16px}@media screen and (max-width: 1024px){.quotation-details .product-details-block .product-info-list .product-info-item{font-size:12px}}.quotation-details .product-details-block .product-info-list .product-info-label{width:107px;color:#8d8d8d;font-weight:400;flex-shrink:0}@media screen and (max-width: 1024px){.quotation-details .product-details-block .product-info-list .product-info-label{width:56px}}.quotation-details .product-details-block .product-info-list .product-info-value{color:#1d1d1f;font-weight:600;flex:1}.quotation-details .product-details-block .product-info-list .product-info-value .line{display:inline-block;color:#b0bbca;margin:0 16px}.quotation-details .fee{display:flex;justify-content:space-between;background-color:#002554;border-radius:0 0 20px 20px;padding:16px 60px;color:#8ce2d0;font-size:20px}@media screen and (max-width: 1024px){.quotation-details .fee{padding:16px 24px;font-size:14px}}.quotation-details .fee .fee-title{font-weight:600;padding-top:13px}@media screen and (max-width: 1024px){.quotation-details .fee .fee-title{padding-top:6px}}.quotation-details .fee .fee-amounts{display:flex;flex-direction:column;text-align:right}.quotation-details .fee .fee-amounts b{font-size:32px}@media screen and (max-width: 1024px){.quotation-details .fee .fee-amounts b{font-size:20px}}.quotation-details .fee .fee-total{font-size:14px;font-weight:400}@media screen and (max-width: 1024px){.quotation-details .fee .fee-total{font-size:12px}}.selected-items-section{padding-bottom:24px}@media screen and (max-width: 1024px){.selected-items-section{padding-bottom:4px}}.selected-items-header{display:flex;align-items:center;gap:8px;margin-bottom:16px}@media screen and (max-width: 1024px){.selected-items-header{flex-direction:column;align-items:flex-start;margin-bottom:8px}}.selected-items-header .selected-items-count{font-size:14px;color:#1d1d1f;font-weight:600}@media screen and (max-width: 1024px){.selected-items-header .selected-items-count{font-size:12px}}.selected-items-header .selected-items-list{display:flex;align-items:center;gap:28px}@media screen and (max-width: 1024px){.selected-items-header .selected-items-list{gap:5px 20px;flex-wrap:wrap}}.selected-items-header .selected-items-list .selected-item{position:relative}.selected-items-header .selected-items-list .selected-item .item-name{font-size:14px;padding:8px 16px;border-radius:12px;font-size:12px;background-color:#8ce2d0;font-weight:600;color:#1d1d1f;display:block;line-height:1}.selected-items-header .selected-items-list .selected-item .remove-item{position:absolute;top:0;right:-2px;background:url(/build/assets/remove-sU2N8slr.png) no-repeat center center;width:7px;height:7px;transform:translate(100%)}.selected-items-search{position:relative;max-width:345px;background-color:#fff;border:1px solid #D9DEE5;border-radius:10px;height:56px}@media screen and (max-width: 1024px){.selected-items-search{width:100%;height:48px}}.selected-items-search input{height:100%;background:transparent;width:100%;padding-right:36px;padding-left:32px}@media screen and (max-width: 1024px){.selected-items-search input{padding-left:16px;font-size:12px}}.selected-items-search button{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;background:url(/build/assets/proicons_search-BaAq5AK0.png) no-repeat center center;margin-top:0}.selected-items-dropdown{margin-top:16px;max-width:345px}.selected-items-dropdown .dropdown-title{width:345px;max-width:100%;height:56px;padding:0 16px 0 32px;border:none;background-color:transparent;font-size:14px;position:relative;text-align:left;background-color:#fff;border-radius:10px;color:#8d8d8d}@media screen and (max-width: 1024px){.selected-items-dropdown .dropdown-title{height:48px;padding:0 16px;font-size:12px;width:100%;max-width:100%}}.selected-items-dropdown .dropdown-title:after{content:"";display:block;width:20px;height:20px;background:url(/build/assets/dropdown-arrow-C9h_rMRN.png) no-repeat center center;position:absolute;right:16px;top:50%;transform:translateY(-50%) rotate(180deg)}.selected-items-dropdown .dropdown-title.open{border-radius:10px 10px 0 0}.selected-items-dropdown .dropdown-title.open:after{transform:translateY(-50%) rotate(0)}.selected-items-dropdown .dropdown-content-wrapper{background-color:#fff;border-radius:0 0 10px 10px;display:none}.selected-items-dropdown .dropdown-content-wrapper.open{display:block}.selected-items-dropdown .dropdown-content .form-checkbox-item{height:56px;padding:0 32px;display:flex;align-items:center;font-size:14px}@media screen and (max-width: 1024px){.selected-items-dropdown .dropdown-content .form-checkbox-item{height:48px;padding:0 16px;font-size:12px}}.selected-items-dropdown .dropdown-footer{display:flex;justify-content:flex-end;padding:16px}.selected-items-dropdown .dropdown-footer .apply-btn{color:#8d8d8d;font-size:14px;border-bottom:1px solid #8D8D8D}@media screen and (max-width: 1024px){.selected-items-dropdown .dropdown-footer .apply-btn{font-size:12px}}.form-gift-header{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#8d8d8d;margin-bottom:15px}@media screen and (max-width: 1024px){.form-gift-header{font-size:12px;margin-bottom:8px;flex-direction:column;align-items:flex-start;gap:8px}}.form-gift-title{width:50px;color:#1d1d1f;font-weight:600}@media screen and (max-width: 1024px){.form-gift-title{width:auto}}.form-gift-info{display:flex;gap:4px}@media screen and (max-width: 1024px){.form-gift-info{justify-content:space-between;width:100%}}@media screen and (max-width: 1024px){.form-check-item{width:100%;display:flex;justify-content:flex-end}}.form-checkbox.reverse label{padding-right:30px;padding-left:0}.form-checkbox.reverse label:before{right:0;left:auto}.form-checkbox.reverse input:checked+label:after{right:0;left:auto}.form-carousel{position:relative;padding-left:36px;padding-right:36px}@media screen and (max-width: 1024px){.form-carousel{padding-left:0;padding-right:0}.form-carousel .carousel-btn{display:none}}.form-carousel.disabled{opacity:.5;pointer-events:none}.form-carousel .carousel-btn{position:absolute;top:50%;bottom:inherit;transform:translateY(-50%);width:9px;height:18px;background-repeat:no-repeat;background-position:center center;background-size:contain;margin-top:0}.form-carousel .carousel-btn:before,.form-carousel .carousel-btn:after{display:none}.form-carousel .carousel-btn.prev{left:0;background-image:url(/build/assets/arrow-modal-prev-BHxhMWvf.png)}.form-carousel .carousel-btn.next{right:0;background-image:url(/build/assets/arrow-modal-next-1EAdfO-h.png)}.form-carousel .form-gift-image{border-radius:8px;position:relative;overflow:hidden}.form-carousel .form-gift-image .form-checkbox{position:absolute;left:8px;top:8px}.restock-product{background-color:#fff;border-radius:20px;padding:60px;display:flex;gap:0 40px}@media screen and (max-width: 1024px){.restock-product{gap:0 16px;padding:24px}}.restock-product .restock-product-image{width:128px;height:128px;border-radius:8px;overflow:hidden;background-color:#f6f6f6}.restock-product .restock-product-image img{width:100%;height:100%;object-fit:cover;display:block}@media screen and (max-width: 1024px){.restock-product .restock-product-image{width:96px;height:96px}}.restock-product .restock-product-info{flex:1}.restock-product .restock-product-id{color:#8d8d8d;font-size:14px;margin-bottom:6px}@media screen and (max-width: 1024px){.restock-product .restock-product-id{font-size:12px;margin-bottom:4px}}.restock-product .restock-product-name{display:flex;gap:0 16px;align-items:center}@media screen and (max-width: 1024px){.restock-product .restock-product-name{flex-direction:column;align-items:flex-start;gap:4px 0}}.restock-product .restock-product-name-text{font-size:20px;font-weight:600;color:#1d1d1f;webkit-line-clamp:2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:200px}@media screen and (max-width: 1024px){.restock-product .restock-product-name-text{max-width:100%;font-size:14px}}.restock-product .line{width:1px;height:16px;background-color:#ddd;display:block}@media screen and (max-width: 1024px){.restock-product .line{display:none}}.restock-product .restock-product-color{color:#8d8d8d;font-size:14px;white-space:nowrap}@media screen and (max-width: 1024px){.restock-product .restock-product-color{font-size:12px}}.restock-product-contact{margin:40px 0;background-color:#fff;padding:16px;border-radius:10px;display:flex;justify-content:center;align-items:center;gap:0 24px}@media screen and (max-width: 1024px){.restock-product-contact{margin:20px 0;gap:0 8px;justify-content:space-between}}.restock-product-contact .restock-product-contact-title{color:#1d1d1f;font-weight:600;font-size:20px}@media screen and (max-width: 1024px){.restock-product-contact .restock-product-contact-title{font-size:14px}}.restock-product-contact .restock-product-contact-number{color:#1d1d1f;font-size:20px;font-weight:600}@media screen and (max-width: 1024px){.restock-product-contact .restock-product-contact-number{font-size:14px}}.restock-product-list li{color:#5a5a5b}.form-section-wrapper{display:flex;flex-direction:column;gap:40px}@media screen and (max-width: 1024px){.form-section-wrapper{gap:20px}}.form-section-wrapper .form-section-title{font-size:20px;font-weight:600;color:#1d1d1f;line-height:140%;border-bottom:1px solid #B0BBCA;padding-bottom:8px}@media screen and (max-width: 1024px){.form-section-wrapper .form-section-title{font-size:16px}}.form-digit-group{display:flex;align-items:center;gap:0 16px}@media screen and (max-width: 1024px){.form-digit-group{gap:0 8px}}.form-digit-group .form-digit-separator{font-size:14px;color:#8d8d8d;flex-shrink:0}@media screen and (max-width: 1024px){.form-digit-group .form-digit-separator{display:none}}.quotation-selection{display:flex;gap:0 16px}.quotation-selection .form-select{background:#fff url(/build/assets/select-arrow-CFtPFXox.svg) no-repeat right 15px center;border-color:#d9dee5;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:144px;font-weight:400;padding-top:0;padding-bottom:0;padding-left:16px}@media screen and (max-width: 1024px){.quotation-selection{flex-direction:column;gap:8px}.quotation-selection .form-select{width:100%;height:48px}}.quotation-product-list{display:flex;flex-direction:column;gap:16px;flex:1}@media screen and (max-width: 1024px){.quotation-product-list{gap:8px}}.quotation-product-list .selected-items-search{max-width:100%;width:100%}.quotation-product-list .selected-items-dropdown{max-width:100%;margin-top:0}.quotation-product-list .selected-items-dropdown .dropdown-title{width:100%}.quotation-list-table{overflow:hidden;border:1px solid #B0BBCA;border-radius:10px;margin:15px 0}@media screen and (max-width: 1024px){.quotation-list-table{margin:8px 0}}.quotation-list-table table{width:100%;border-collapse:collapse}.quotation-list-table th.product-name{width:142px}.quotation-list-table th.model-number{width:auto}.quotation-list-table th.option,.quotation-list-table th.quantity,.quotation-list-table th.delete{width:100px}.quotation-list-table thead{background:#eaf8f5}.quotation-list-table thead th{height:36px;text-align:center;font-weight:400;font-size:14px;color:#1d1d1f}.quotation-list-table thead th+th{border-left:1px solid #B0BBCA}@media screen and (max-width: 1024px){.quotation-list-table thead th{font-size:12px;height:40px}}.quotation-list-table tbody{background-color:#fff}.quotation-list-table tbody td{border-top:1px solid #B0BBCA;text-align:center;font-size:14px;color:#1d1d1f;height:40px}@media screen and (max-width: 1024px){.quotation-list-table tbody td{font-size:12px;height:auto;padding:10px 8px}}.quotation-list-table tbody td+td{border-left:1px solid #B0BBCA}.quotation-list-table tbody td .quantity-input{text-align:center;height:24px;border:1px solid #B0BBCA;border-radius:0;padding:0;width:48px;color:#000}@media screen and (max-width: 1024px){.quotation-list-table tbody td .quantity-input{width:24px}}.quotation-list-table tbody td .button-icon-del{width:20px;height:20px;background:url(/build/assets/ico-close-sm-BUSDJGmp.png) no-repeat center center;font-size:0}.quotation-list-table-footer{display:flex;justify-content:space-between;align-items:center}.quotation-list-table-footer .text{font-size:14px;color:#8d8d8d}@media screen and (max-width: 1024px){.quotation-list-table-footer .text{font-size:12px}}.quotation-list-table-footer button{color:#fff;font-size:12px;width:69px;height:25px;background-color:#1d1d1f;border-radius:4px}.pagination{display:flex;align-items:center;justify-content:center;gap:0 24px}.pagination .pagination-button{color:var(--greycolor-grey04);font-size:14px}.pagination .paging{display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1024px){.pagination .paging{display:none}}.pagination .mobile-paging{display:none;align-items:center;justify-content:center}.pagination .mobile-paging .mobile-paging-divider:after{content:"/"}.pagination .mobile-paging .mobile-paging-divider,.pagination .mobile-paging .mobile-paging-item{width:32px;height:32px;line-height:32px;text-align:center;font-size:12px;color:#8d8d8d}.pagination .mobile-paging .mobile-paging-item.current{color:#ddd}@media screen and (max-width: 1024px){.pagination .mobile-paging{display:flex}}.pagination .paging-item{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#5a5a5b;transition:all .2s}.pagination .paging-item.current{color:#fff}.pagination .paging-item:hover{color:#fff;opacity:.7}.text-grey05{color:var(--greycolor-grey05)}.list-dot{margin-top:16px;color:#99999a;font-size:14px}.list-dot>li{position:relative;padding-left:18px;margin-bottom:8px}.list-dot>li:before{content:"";position:absolute;top:10px;left:8px;width:2px;height:2px;background-color:#99999a;border-radius:50%}.list-dot>li .underline{text-decoration:underline;color:#99999a}.list-dot.fz16{font-size:16px}@media screen and (max-width: 1024px){.list-dot.fz16{font-size:14px}}.list-dot.fz16>li:before{background-color:#fff;width:4px;height:4px;top:10px}@media screen and (max-width: 1024px){.list-dot.fz16>li:before{top:6px;width:3px;height:3px}}.list-dot.text-white{color:#fff}@media screen and (max-width: 1024px){.list-dot{margin-top:8px;font-size:10px}.list-dot>li:before{top:6px}}.list-normal>li{color:var(--greycolor-grey05);font-size:14px;line-height:180%}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideLeft{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideRight{0%{transform:translate(0)}to{transform:translate(100%)}}body{color:var(--greycolor-grey04);background-color:#000}#header{position:fixed;top:0;left:0;width:100%;z-index:100;transition:all .4s ease-in-out}.header-top{padding:0 20px;height:var(--header-size, 80px);border-bottom:1px solid rgba(255,255,255,.1);background-color:#0d0f12cc;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px)}.header-inner{display:flex;align-items:center;max-width:1800px;width:100%;margin:0 auto;height:var(--header-size, 80px)}.header .logo{display:flex;align-items:center;line-height:1}.header .logo a{display:inline-flex}.header .logo img{width:auto;height:20px}.header-gnb{position:relative;-ms-flex-negative:0;flex-shrink:0;margin:0 auto}.header-gnb .gnb{position:relative;display:flex;margin:0 auto}.header-gnb .gnb li{display:block}.header-gnb .gnb>li>a{display:inline-flex;align-items:center;height:80px;padding:0 16px;font-size:16px;color:var(--greycolor-grey05)}.header-gnb .gnb>li.active>a,.header-gnb .gnb>li.active>button,.header-gnb .gnb>li>a.active,.header-gnb .gnb>li>button.active{color:#fff}.header-gnb .gnb>li>:is(button,a):hover :is(svg,path),.header-gnb .gnb>li>:is(button,a).active :is(svg,path){fill:#fff}.gnb-submenu{position:absolute;top:100%;left:0;right:0;min-width:100%;height:254px;padding:30px 16px;z-index:100;display:none;background-color:#1d1d1ff2;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);border-radius:0 0 12px 12px}.gnb-lv1:hover .gnb-submenu,.gnb-lv1.active .gnb-submenu{display:block}.toRight{-webkit-animation:slideLeft .4s ease-in-out forwards;animation:slideLeft .4s ease-in-out forwards}.toLeft{-webkit-animation:slideRight .4s ease-in-out forwards;animation:slideRight .4s ease-in-out forwards}.gnb-submenu ul{display:flex;flex-direction:column;gap:16px}.gnb-submenu ul li a{font-size:16px;color:var(--greycolor-grey04);text-decoration:none;padding:8px 12px;border-radius:6px;transition:all .2s ease}.gnb-submenu ul li a:hover{color:#fff;background-color:#ffffff1a}.gnb-submenu-list{display:flex;gap:32px}.gnb-submenu-item{flex:1}.gnb-submenu-title{font-size:14px;font-weight:600;color:var(--greycolor-grey03);margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1)}.gnb-submenu-item ul{gap:8px}.gnb-submenu-item ul li a{font-size:14px;color:var(--greycolor-grey05);padding:6px 8px}.gnb-submenu ul li sup{font-size:.6em}.header-bottom{position:relative;width:100%;height:0;background-color:#1d1d1fcc;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);z-index:-1}.btn-link{padding:4px 21.7px;border:1px solid var(--greycolor-grey07);border-radius:15px;font-size:12px;font-weight:400;color:var(--greycolor-grey04);line-height:18px}.btn-icon{display:block;width:28px;height:28px;position:relative}.btn-icon i{display:inline-flex;width:24px;height:24px;background:center/24px auto no-repeat}.btn-icon .icon-search{background-image:url(/build/assets/icon_search-5_q1FUJC.svg)}.btn-icon .icon-cart{background-image:url(/build/assets/icon_cart-B_F7C41A.svg)}.btn-icon .icon-mypage{background-image:url(/build/assets/icon_mypage-XwT0xAgl.svg)}.btn-icon .icon-logout{background-image:url(/build/assets/icon_logout-DaY6B7Hy.svg)}.btn-icon .icon-hamburger{background-image:url(/build/assets/icon_hamburger_white-B3hIiGXI.svg)}.btn-icon .icon-close-white{background-image:url(/build/assets/icon_close_white-B7N-isWc.svg);background-size:14px auto}.header-utils{display:flex;gap:16px}.header-utils #asideOpen{display:none}.aside-menu{position:fixed;top:0;display:none;flex-direction:column;left:100%;width:100%;height:100%;background-color:#0d0f12cc;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);z-index:1100;background:url(/build/assets/mobile_menu_bg-CH7Rw3p_.svg) no-repeat 50% 100%/100% auto #0d0f12cc;transition:transform .3s ease}.aside-menu .header-login{display:flex;justify-content:space-between;align-items:center;height:72px;padding:0 16px;background-color:var(--greycolor-grey09);border-bottom:1px solid rgba(255,255,255,.063)}.aside-menu .header-login .user-name{font-size:18px;font-weight:600}.header .header-btns .icon.icon-hamburger{background-size:20px auto}.header .header-btns .icon.icon_close_white{background-size:14px auto}.aside-menu nav{display:flex;flex-direction:column;flex:1;height:100%;overflow-x:hidden;overflow-y:auto}.mobile-menu-quick{display:flex;justify-content:center;gap:8px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.062745098)}.mobile-menu-quick .icon-mypage{background-repeat:no-repeat;background-position:50% 50%;background-image:url(/build/assets/icon_mypage_plus-Cp5tuACn.svg)}.mobile-menu-quick .quick-link{display:block;width:80px;text-align:center;font-size:14px;color:var(--greycolor-grey04);line-height:1}.mobile-menu-quick .quick-link .icon{display:block;width:56px;height:56px;border-radius:50%;margin:0 auto 8px;background-color:var(--brandcolor-normal)}.mobile-menu-list{display:flex;flex-direction:column;gap:20px;padding:32px 20px;flex:1}.mobile-menu-list .toggle-item{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%;font-size:16px;font-weight:400}.mobile-menu-list .toggle-item a{width:100%}.mobile-menu-list .toggle-item a svg,.mobile-menu-list .toggle-item a svg path{fill:var(--greycolor-grey04)}.mobile-menu-list .toggle-btn:after{content:"";display:inline-block;width:24px;height:24px;background:url(/build/assets/icon_accordion_black_v2-DFjxZOpi.svg) no-repeat 50% 50%;background-size:cover;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform ease-in-out .4s;transition:-webkit-transform ease-in-out .4s;-o-transition:transform ease-in-out .4s;transition:transform ease-in-out .4s;transition:transform ease-in-out .4s,-webkit-transform ease-in-out .4s}.mobile-menu-list .toggle-btn.active:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.mobile-menu-list .toggle-btn.active .icon.icon_accordion{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.mobile-menu-list .mobile-menu-submenu{display:none;padding:20px 16px 20px 0;font-size:16px;color:var(--greycolor-grey05)}.mobile-menu-list .mobile-menu-submenu li{padding-left:16px}.mobile-menu-list .mobile-menu-submenu a,.mobile-menu-list .mobile-menu-submenu .link{display:inline-block;color:inherit}.mobile-menu-list .depth1 li,.mobile-menu-list .depth1 a,.mobile-menu-list .depth1 .link{font-size:16px;font-weight:400;line-height:22px;color:var(--greycolor-grey05)}.mobile-menu-list .depth1>li{margin-top:8px}.mobile-menu-list .depth1>li:first-child{margin-top:0}.mobile-menu-list .depth1>li>a,.mobile-menu-list .depth1>li>.link{position:relative;padding:0 24px 0 0}.mobile-menu-list .depth1>li>a:after,.mobile-menu-list .depth1>li>.link:after{position:absolute;content:"";width:20px;height:20px;top:50%;right:0;background:url(/build/assets/icon_arrow_forward_v1-ud72NrSV.svg) no-repeat 50% 50%;background-size:cover;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.mobile-menu-list .depth2{margin-top:8px}.mobile-menu-list .depth2 li,.mobile-menu-list .depth2 a{font-size:14px;font-weight:400;line-height:20px}.mobile-menu-list .depth2>li{margin-top:8px}.mobile-menu-list .depth2>li:first-child{margin-top:0}.mobile-menu-wrapper{display:flex;flex-direction:column;width:100%;height:calc(100% - 72px)}.mobile-nav-bottom{padding:0 16px 40px}.mobile-nav-bottom a{display:inline-flex;justify-content:center;align-items:center;height:36px;padding:0 16px;background-color:var(--greycolor-grey08);border-radius:4px;font-size:14px}@media (max-width: 1279px){.header-gnb{display:none}.header-inner{position:fixed;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;height:var(--header-size, 72px);padding:0 16px;border-bottom:1px solid rgba(255,255,255,.062745098);background-color:var(--greycolor-grey09);z-index:100}.header-utils #asideOpen{display:block}.header-utils .m-hide{display:none}}.footer{background-color:#000;color:var(--greycolor-grey04);padding:40px 0 20px;margin-top:auto}.footer-inner{max-width:1800px;margin:0 auto;padding:0 20px}.footer-nav{display:flex;justify-content:center;gap:32px;margin-bottom:32px;flex-wrap:wrap}.footer-nav a{color:var(--greycolor-grey04);font-size:14px;text-decoration:none;transition:color .2s ease}.footer-nav a:hover{color:#fff}.footer-social{display:flex;justify-content:center;gap:13px;margin-bottom:32px}.footer-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--greycolor-grey04);transition:color .2s ease}.footer-social a:hover{color:#fff}.footer-info{text-align:center;font-size:12px;line-height:1.6;color:var(--greycolor-grey05)}.footer-copyright{display:flex;align-items:center;justify-content:center;margin-bottom:16px}.footer-copyright-text{color:var(--greycolor-grey04)}.footer-scroll-top{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:var(--greycolor-grey04);cursor:pointer;transition:color .2s ease}.footer-scroll-top:hover{color:#fff}.footer-company,.footer-address{margin-bottom:8px}.footer-registration{margin-bottom:4px}.footer-registration a{color:var(--greycolor-grey05);text-decoration:underline;transition:color .2s ease}.footer-registration a:hover{color:var(--greycolor-grey04)}.footer-ecommerce{color:var(--greycolor-grey05)}.footer-brand-links{display:none;align-items:center;justify-content:center;gap:10px;padding:0 0 16px;margin-left:20px;margin-right:20px;margin-bottom:16px;border-bottom:1px solid rgb(29,29,31)}.footer-brand-links a{font-size:11px;padding:10px 0}@media screen and (max-width: 1024px){.footer-brand-links{display:flex}}.footer-brand-links a{width:100%;max-width:200px}@media (max-width: 1279px){.footer{padding:32px 0 16px}.footer-inner{padding:0 16px}.footer-nav{gap:16px;margin-bottom:24px}.footer-nav a{font-size:12px}.footer-social{gap:12px;margin-bottom:24px}.footer-social a{width:36px;height:36px}.footer-info{font-size:11px}.footer-copyright{flex-direction:column;gap:8px}.footer-scroll-top{align-self:flex-end}}.floating-box{position:fixed;bottom:140px;right:60px;z-index:999;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}.floating-box.on{visibility:visible;opacity:1}.floating-box :is(.btn-top,.btn-kakaoqna){display:inline-flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;border:none;background:none;padding:0;text-decoration:none}.floating-box :is(.btn-top,.btn-kakaoqna) .img-box{position:relative;display:inline-block;width:48px;height:48px;border-radius:26px;background-color:var(--subcolor-blue-normal)}.floating-box :is(.btn-top,.btn-kakaoqna) .img-box img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24px;height:24px}.floating-box :is(.btn-top,.btn-kakaoqna) .btn-text{margin-top:8px;font-size:12px;font-weight:600;color:var(--greycolor-grey05);text-align:center}@media screen and (max-width: 768px){.floating-box{right:15.5px}}#container{padding-top:80px;padding-left:1.25rem;padding-right:1.25rem;padding-bottom:120px}@media screen and (max-width: 1024px){#container{padding-top:36px;padding-left:.625rem;padding-right:.625rem;padding-bottom:40px}}.page-content{max-width:464px;margin:0 auto}.login-find-id .page-content{max-width:620px;margin:0 auto}.login-find-id .page-content .buttons.row{max-width:464px;margin:0 auto}.page-title{padding-top:0;padding-bottom:60px}.page-title.narrow{max-width:464px;margin:0 auto;font-size:24px}@media screen and (max-width: 1024px){.page-title{padding-top:40px}}.util-title-wrap{position:relative;text-align:center;margin-top:40px}.util-title-wrap h2{position:relative;display:inline-block;font-size:14px;font-weight:400;color:var(--greycolor-grey01);text-align:center;padding:0 16px;background-color:var(--greycolor-grey09);z-index:2}.util-title-wrap:after{content:"";position:absolute;top:50%;left:0;display:block;width:100%;height:1px;background-color:#ffffff1a;z-index:1}.wrap-login,.wrap-join{max-width:464px;margin:0 auto}.wrap-login .buttons,.wrap-join .buttons{margin-top:40px}.wrap-login .buttons.buttons-last,.wrap-join .buttons.buttons-last{margin-top:60px}.wrap-login .buttons.column,.wrap-join .buttons.column{display:flex;flex-direction:column;gap:16px}@media (max-width: 768px){.wrap-login .buttons.buttons-last,.wrap-join .buttons.buttons-last{margin-top:40px}}.wrap-login>.text-information,.wrap-join>.text-information{margin-bottom:40px}.wrap-login .inform-title+.text-information,.wrap-join .inform-title+.text-information{margin-top:16px}.login-form .form-item+.form-item,.guest-form .form-item+.form-item,.join-form .form-item+.form-item{margin-top:16px}.login-form .form-item+.form-item .label-title,.guest-form .form-item+.form-item .label-title,.join-form .form-item+.form-item .label-title{padding-top:25px}.login-form .form-item+.text-information,.guest-form .form-item+.text-information,.join-form .form-item+.text-information{margin-top:16px}.login-form .form-item+.link,.guest-form .form-item+.link,.join-form .form-item+.link{margin-top:40px}.login-form .form-checkbox,.guest-form .form-checkbox,.join-form .form-checkbox{margin-top:16px}.login-form .form-tail,.guest-form .form-tail,.join-form .form-tail{margin-top:56px}.login-form .label-title,.guest-form .label-title,.join-form .label-title{display:block;font-size:16px;color:#ddd;margin-bottom:16px;font-weight:600}.guest-form{margin-top:40px}.login-utils{display:flex;align-items:center;justify-content:center;margin-top:24px}.login-utils>li{position:relative;display:flex;align-items:center;justify-content:center;text-align:center}@media (max-width: 768px){.login-utils>li{width:100%}}.login-utils>li+li:before{content:"";position:absolute;display:block;top:2px;left:0;width:1px;height:12px;background-color:#ffffff1a;vertical-align:middle}.login-utils a{display:block;padding:0 30px;font-size:14px;color:#8d8d8d;line-height:1.5;font-size:16px;font-weight:400}@media (max-width: 768px){.login-utils a{font-size:11px;padding:0 5px}}.login-utils .button{padding:0;font-size:14px;font-weight:400;color:#8d8d8d;border:none;background:none;box-shadow:none}.login-utils .button:hover{opacity:.8}.inform-wrap{margin-top:40px;background-color:#1d1d1f;padding:32px;border-radius:10px}.inform-wrap.single-center{text-align:center;padding:52px 32px}.inform-wrap.single-center .text-information{text-align:center}.inform-wrap .inform-title{display:flex;align-items:center;font-size:.875rem;font-weight:500;color:var(--greycolor-grey02);margin-top:0;text-align:left;border-radius:10px}.inform-wrap .inform-title i{width:1.25rem;height:1.25rem;margin-right:.5rem;background-size:contain}.text-information{font-size:16px;color:#8d8d8d;text-align:left}.text-information.link{margin-top:40px}.text-information.center{text-align:center}.buttons.row{display:flex;gap:0 16px;margin-top:40px}@media (max-width: 768px){.buttons.row{flex-direction:column;gap:16px 0}}.wrap-text-result{max-width:620px;margin:0 auto 60px;background-image:url(/build/assets/bg_eye_pettern-BUJf37Np.png);background-repeat:no-repeat;background-position:50% 50%;background-size:auto 100%;padding:40px 32px;min-height:200px}.wrap-text-result.type-single{display:flex;align-items:center;height:200px;margin-bottom:40px}.wrap-text-result.type-single strong+.text-information{margin-top:16px}.wrap-text-result.type-single .inner-text{max-width:600px}.wrap-text-result .inner-text{max-width:400px;margin:0 auto;text-align:center}.wrap-text-result .inner-text strong{display:inline-block;margin-top:16px;font-size:24px;color:#8ce2d0;font-weight:700}@media (max-width: 768px){.wrap-text-result .inner-text strong{font-size:18px}}.wrap-text-result .inner-text .text-information{text-align:center;font-size:16px;font-weight:600}.member-choice-container{margin-top:40px;background-color:#1d1d1f;padding:32px;border-radius:10px}.member-choice-container .radio-bottom-text{padding-left:28px;padding-bottom:20px}.member-choice-container .form-radio+.form-radio{padding-top:20px}.member-choice-container .radio-type-icons .form-radio{margin-right:0}.member-choice-container .radio-type-icons .form-radio+.form-radio{padding-top:0}.member-choice-lists{max-width:464px;margin:0 auto 60px}.member-choice-lists .member-choice-container{margin-top:0}.member-choice-lists .member-choice-container+.member-choice-container{margin-top:16px}.radio-type-icons{display:flex;flex-wrap:wrap;gap:25px;align-items:center;flex-direction:column}.form-tail{margin-top:56px}.verify-form{position:relative}.verify-form input[type=text]{padding-right:280px}@media (max-width: 768px){.verify-form input[type=text]{padding-right:24px}}.verify-form .verify-message{display:block;position:absolute;font-size:14px;top:50%;right:15px;transform:translateY(-50%);color:var(--cFFFFFF)}@media (max-width: 768px){.verify-form .verify-message{position:relative;transform:translate(0);text-align:right;right:0;padding-top:10px}}.wrap-join-agreement{padding-top:30px;padding-bottom:40px}.wrap-join-agreement .form-check-list>li{padding-left:30px}.wrap-join-agreement .form-check-list>li:first-child{padding-left:0}.wrap-join-agreement .button-mini{margin-left:10px}.form-check-list>li+li{margin-top:12px}.items-flex{display:flex}.items-flex.row{gap:16px}.items-flex .button-medium{min-width:130px;text-align:center}.items-flex .list-flex-radio{background:#fff;border-radius:16px}.items-flex .list-flex-radio>div{position:relative}.items-flex .list-flex-radio>div+div:before{display:block;content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:1px;height:24px;background:#0000001a}@media (max-width: 768px){.row-style-gap1{flex-direction:column;gap:16px!important;width:auto}}.row-style-gap1 .list-flex-radio{width:auto}@media (max-width: 768px){.row-style-gap1 .list-flex-radio{justify-content:center}}.item-dates{gap:4px!important;margin-left:auto}@media (max-width: 768px){.item-dates{margin-left:0}}.item-dates .date-line{color:#000;display:flex;align-items:center}@media (max-width: 768px){.item-dates{flex-direction:row}}.form-checkbox+.form-item{margin-top:40px}.list-dot+.form-item{margin-top:40px}.mypage-wrap{max-width:var(--mypage-container-width);margin:0 auto;padding-top:80px}@media screen and (max-width: 1024px){.mypage-wrap{padding-top:40px}}.mypage-header{background:var(--color-grey-grey-825, rgba(29, 29, 31, .25));padding:60px;border-radius:20px;gap:0 6rem;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 1024px){.mypage-header{flex-direction:column;gap:40px;padding:24px 16px;align-items:flex-start}}.mypage-header .mypage-hello-text{color:var(--c8CE2D0);font-family:var(--namu-bold);font-weight:700;font-size:24px}@media screen and (max-width: 1024px){.mypage-header .mypage-hello-text{font-size:20px}}.mypage-header .mypage-hello-links{margin-top:20px}@media screen and (max-width: 1024px){.mypage-header .mypage-hello-links{margin-top:16px}.mypage-header .mypage-hello-links .button{padding:7.5px 20.5px;border-radius:4px;font-size:12px}}.mypage-header .mypage-links{display:flex;gap:60px}@media screen and (max-width: 768px){.mypage-header .mypage-links{gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}.mypage-header .mypage-links a{display:flex;flex-direction:column;gap:24px;color:var(--greycolor-grey05);font-size:16px;font-weight:600;transition:all .2s}@media screen and (max-width: 1024px){.mypage-header .mypage-links a{gap:0;padding-left:4px;font-size:13px}}.mypage-header .mypage-links a i{display:block;background-repeat:no-repeat;background-position:center center;width:44px;height:40px;margin-bottom:10px}.mypage-header .mypage-links a i.icon-subscription{background-image:url(/build/assets/icon-subscription-BDrAvo52.svg)}.mypage-header .mypage-links a i.icon-write-review{background-image:url(/build/assets/icon-write-review-C8y7eC6M.svg)}.mypage-header .mypage-links a i.icon-coupon{background-image:url(/build/assets/icon-coupon-Ca0WmvB0.svg)}.mypage-header .mypage-links a i.icon-1-1-inquiry{background-image:url(/build/assets/icon-1-1-inquiry-C54iv5nR.svg)}@media screen and (max-width: 1024px){.mypage-header .mypage-links a i{width:34px;height:30px;background-size:contain}}.mypage-header .mypage-links a span{display:flex;align-items:center;transition:all .2s}@media screen and (max-width: 1024px){.mypage-header .mypage-links a span{white-space:nowrap}}.mypage-header .mypage-links a span:after{content:"";display:block;width:20px;height:20px;flex-shrink:0;background:url(/build/assets/ico-arrow-sm-Do_7f2pZ.svg) no-repeat center center}@media screen and (max-width: 1024px){.mypage-header .mypage-links a span:after{width:16px;height:16px;background-size:contain}}.mypage-header .mypage-links a .count{font-style:normal;display:inline-block;vertical-align:middle;margin:0 8px}@media screen and (max-width: 1024px){.mypage-header .mypage-links a .count{display:none}}.mypage-header .mypage-links a:hover span{color:#fff}.mypage-title{margin-bottom:60px}.mypage-title h2{line-height:1;color:#ddd;font-size:24px;font-weight:700;font-family:var(--namu-bold)}@media screen and (max-width: 1024px){.mypage-title h2{font-size:16px;display:flex;align-items:center;gap:0 8px}.mypage-title h2:before{content:"";display:inline-block;width:20px;height:20px;background:url(/build/assets/chevron-left-D5_gvWgf.svg) no-repeat 0 center;background-size:100% 100%;flex-shrink:0}}.tab-nav{display:flex;margin-top:60px;margin-bottom:80px;overflow:hidden;border-radius:10px}.tab-nav a{width:50%;display:flex;align-items:center;justify-content:center;gap:0 12px;color:var(--greycolor-grey05);font-size:16px;font-weight:400;transition:all .2s;background:var(--color-grey-grey-825, rgba(29, 29, 31, .25));height:70px}@media screen and (max-width: 1024px){.tab-nav a{height:48px;font-size:14px}}.tab-nav a.current{font-weight:600;color:var(--c8CE2D0);background:linear-gradient(135.61deg,#001c3f99 16.79%,#00255499 91.41%)}.mypage-content{display:flex;align-items:flex-start;gap:60px}@media screen and (max-width: 1024px){.mypage-content{gap:40px;flex-direction:column-reverse}}.mypage-content .notice-section{margin-top:60px}@media screen and (max-width: 1024px){.mypage-content .notice-section{margin-top:40px}}.notice-section{background:var(--color-grey-grey-825, rgba(29, 29, 31, .25));padding:32px;border-radius:10px}.notice-section strong{display:block;color:var(--greycolor-grey04);font-size:16px;background:url(/build/assets/mark-BWEl_Riu.png) no-repeat left center;padding-left:24px;font-weight:600}@media screen and (max-width: 1024px){.notice-section{padding:24px}.notice-section strong{font-size:14px;background-position:0 0}}.mypage-sidebar{width:300px;border-radius:20px;padding:40px;background:linear-gradient(135.61deg,#001c3f99 16.79%,#00255499 91.41%);box-shadow:0 2px 18px #00000026;-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px)}.mypage-sidebar:after{content:"";display:block;position:absolute;bottom:0;left:0;background:url(/build/assets/side_lnb_bg_v1-B32CgFZi.svg) no-repeat center bottom;background-size:100% auto;width:100%;height:1202px;z-index:-1;pointer-events:none}@media screen and (max-width: 1024px){.mypage-sidebar{padding:24px 20px;margin:0px -1.25rem -80px;background-color:var(--subcolor-blue-dark);width:calc(100% + 2.5rem);border-radius:0}.mypage-sidebar:after{display:none}}.mypage-sidebar .sidebar-header{display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 1024px){.mypage-sidebar .sidebar-header{display:none}}.mypage-sidebar .sidebar-header .icon-bell{width:36px;height:36px;background:url(/build/assets/proicons_bell-DIvcnVZD.svg) no-repeat center center}.mypage-sidebar .sidebar-header .sidebar-title{color:#fff;font-size:20px;font-weight:600;font-family:var(--namu-bold)}.mypage-sidebar .sidebar-nav .nav-section{padding-top:40px;margin-top:40px;border-top:1px solid var(--color-white-10, rgba(255, 255, 255, .1))}.mypage-sidebar .sidebar-nav .nav-section .nav-section-title{color:var(--greycolor-grey05);font-size:16px;margin-bottom:40px}.mypage-sidebar .sidebar-nav .nav-section .nav-list li+li{margin-top:16px}.mypage-sidebar .sidebar-nav .nav-section .nav-list li .nav-item{font-weight:600;font-size:16px;color:#fff;transition:all .2s;color:#ddd;opacity:1}.mypage-sidebar .sidebar-nav .nav-section .nav-list li .nav-item.active{color:#8ce2d0;opacity:1!important}.mypage-sidebar .sidebar-nav .nav-section .nav-list li .nav-item:hover{opacity:.8}@media screen and (max-width: 1024px){.mypage-sidebar .sidebar-nav .nav-section{padding-top:0;margin-top:0;border-top:0}.mypage-sidebar .sidebar-nav .nav-section:nth-child(2){margin:20px 0}.mypage-sidebar .sidebar-nav .nav-section .nav-section-title{cursor:pointer;font-size:14px;line-height:24px;color:var(--greycolor-grey05);position:relative;margin-bottom:0}.mypage-sidebar .sidebar-nav .nav-section .nav-section-title:after{position:absolute;content:"";top:50%;right:0;width:24px;height:24px;background:url(/build/assets/icon_accordion_grey-BIthaiP6.svg) no-repeat 50% 50%;background-size:cover;transform:translateY(-50%) rotate(0);transition:transform ease .3s}.mypage-sidebar .sidebar-nav .nav-section .nav-list li+li{margin-top:0}.mypage-sidebar .sidebar-nav .nav-section .nav-list li .nav-item{position:relative;display:inline-flex;align-items:center;margin:0;padding:0;font-size:12px;line-height:20px;border-radius:0;background-color:transparent}.mypage-sidebar .sidebar-nav .nav-section .nav-list li .nav-item:after{position:static;content:"";top:auto;right:auto;margin-left:4px;width:20px;height:20px;background:url(/build/assets/icon_btn_arrow_20_grey-y4CQEfLV.svg) no-repeat center;background-size:cover;transform:none}}.mypage-main{flex:1}@media screen and (max-width: 1024px){.mypage-main{width:100%}}.mypage-main .fab-actions{margin-top:60px}@media screen and (max-width: 768px){.mypage-main .fab-actions{margin-top:40px}}.fab-actions{display:flex;align-items:center;justify-content:center;gap:0 16px}.fab-actions .button{display:inline-flex;align-items:center;height:56px;padding:0 99px;font-size:16px;font-weight:600}@media screen and (max-width: 1024px){.fab-actions .button{font-size:14px;height:48px;padding:0 45px}}@media screen and (max-width: 768px){.fab-actions{gap:8px}.fab-actions .button{width:100%}}.fab-actions-bottom .button{width:226px;padding-left:0;padding-right:0}@media screen and (max-width: 1024px){.fab-actions-bottom .button{width:50%}}.tab-nav2{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:60px;margin-bottom:40px}.tab-nav2.lengh-2{grid-template-columns:repeat(2,minmax(0,1fr))}.tab-nav2 .tab-nav2-item{display:flex;align-items:center;justify-content:center;padding:24px 0;position:relative;font-size:16px;color:var(--greycolor-grey05)}@media screen and (max-width: 1024px){.tab-nav2 .tab-nav2-item{font-size:14px}}.tab-nav2 .tab-nav2-item:after{content:"";display:block;width:100%;height:1px;position:absolute;bottom:0;left:0;background:var(--color-white-10, rgba(255, 255, 255, .1))}.tab-nav2 .tab-nav2-item.active{color:#fff;font-weight:600}.tab-nav2 .tab-nav2-item.active:after{height:3px;background:#8ce2d0}.tab-content .tab-content-item{display:none}.tab-content .tab-content-item.active{display:block}.mypage-section+.mypage-section{margin-top:60px}.mypage-section .pagination{margin-top:40px}.mypage-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}@media screen and (max-width: 1024px){.mypage-section-header{margin-bottom:8px}}.mypage-section-header .section-header-left{display:flex;align-items:center;gap:0 24px}.mypage-section-header .section-header-left h3{font-weight:600;color:#8ce2d0;font-size:20px}@media screen and (max-width: 1024px){.mypage-section-header .section-header-left h3{font-size:16px}}.mypage-section-header .section-header-left h3.font-white{color:#fff}.mypage-section-header .section-header-left em{color:var(--greycolor-grey05);font-size:14px;font-style:normal}.result-info{font-size:16px;color:var(--greycolor-grey05);margin-bottom:20px}@media screen and (max-width: 1024px){.result-info{font-size:12px}}.result-info:has(.form-select2){display:flex;align-items:center;justify-content:space-between}.result-info:has(.form-select2) .form-select2{width:220px;height:42px;background:#1d1d1f40 url(/build/assets/ico-arrow-sm-DbsraLQk.png) no-repeat right 16px center;padding-left:32px;border-radius:10px;font-size:14px;color:var(--greycolor-grey05);border:0;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none}@media screen and (max-width: 1024px){.result-info:has(.form-select2) .form-select2{font-size:12px;padding-left:20px;width:110px}}.result-info:has(.button){display:flex;align-items:center;justify-content:space-between}.result-info:has(.button) .button{display:inline-flex;align-items:center;height:36px;padding:0 30px}@media screen and (max-width: 1024px){.result-info:has(.button){flex-direction:column;align-items:flex-start;gap:8px}.result-info:has(.button) .button{height:32px;padding:0 16px;font-size:12px}}.view-all-link{color:#8d8d8d;background:url(/build/assets/arrow_forward-BK-sajPc.svg) no-repeat right center;padding-right:20px}@media screen and (max-width: 1024px){.view-all-link{font-size:14px}}.alert-content{display:flex;align-items:center;justify-content:center;padding:80px 0;background:url(/build/assets/bg-eyepettern-comb-xl-default-BsvPVDTf.png) no-repeat center center;border-radius:20px;min-height:316px}@media screen and (max-width: 1024px){.alert-content{padding:20px 0;min-height:104px;background-size:contain}}.alert-content .alert-content-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;text-align:center}@media screen and (max-width: 1024px){.alert-content .alert-content-item{gap:16px}}.alert-content .alert-content-description{color:#8d8d8d;font-size:16px;font-weight:600;line-height:140%;font-family:Pretendard}@media screen and (max-width: 1024px){.alert-content .alert-content-description{font-size:12px;font-weight:400}}.alert-content .icon{width:100px;height:100px;background-repeat:no-repeat;background-position:center center;font-size:0;display:block}@media screen and (max-width: 1024px){.alert-content .icon{width:36px;height:36px;background-size:36px 36px}}.alert-content .icon-alert{background-image:url(/build/assets/icon-smile-BevAt1YU.svg)}.alert-content .icon-call{background-image:url(/build/assets/icon-call-CE7Jp_Ph.svg)}.alert-content .icon-run{background-image:url(/build/assets/icon-run-B1ZHrfoq.svg)}.alert-content .icon-vm{background-image:url(/build/assets/icon_vm-BaWXm7L6.png)}.alert-content .icon-human{background-image:url(/build/assets/icon_human-BQvq3SwY.png)}.alert-content .icon-shopping-cart{background-image:url(/build/assets/icon-shopping-cart-C-p4l1HN.svg)}.alert-content .icon-shopping-cart2{background-image:url(/build/assets/icon-shopping-cart2-CGZkIe1w.svg)}.alert-content .icon-rental{background-image:url(/build/assets/icon-rental-Dd5VYzRk.svg)}.alert-content p{color:#8ce2d0;font-size:24px;font-family:var(--namu-bold)}@media screen and (max-width: 1024px){.alert-content p{font-size:16px}}.alert-content .alert-content-number{text-align:center;color:#ddd;font-size:16px}.alert-content .button{font-weight:600;margin-top:20px}.card-template{border-radius:20px;padding:60px;background:#1d1d1f}@media screen and (max-width: 1024px){.card-template{padding:24px}}.card-template+.card-template{margin-top:20px}.card-template .card-info{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.card-template .card-info span{font-size:14px;color:var(--greycolor-grey05)}@media screen and (max-width: 1024px){.card-template .card-info{margin-bottom:20px}.card-template .card-info span{font-size:12px}}.subscription-info{display:flex;gap:0 40px}@media screen and (max-width: 1024px){.subscription-info{gap:20px;flex-direction:column}}.subscription-info .image{width:124px;height:124px;background:url(/build/assets/img_box_128-BeM-EBg0.png) no-repeat center center;flex-shrink:0}@media screen and (max-width: 768px){.subscription-info .image{width:100%;height:auto;padding-bottom:100%;position:relative;background-color:#434345;overflow:hidden;border-radius:10px}.subscription-info .image img{width:100%;height:100%;object-fit:cover;object-position:center}}.subscription-info .info{flex:1;display:flex;flex-direction:column;gap:16px}.subscription-info .info dl{display:flex;gap:0 40px}@media screen and (max-width: 1024px){.subscription-info .info dl{flex-direction:column;gap:4px}}.subscription-info .info dt{font-size:16px;color:var(--greycolor-grey05);width:200px;flex-shrink:0}@media screen and (max-width: 1024px){.subscription-info .info dt{font-size:14px;width:100%}}.subscription-info .info dd{font-weight:600;font-size:16px;color:var(--color-grey-grey-4, #DDDDDD);line-height:180%}@media screen and (max-width: 1024px){.subscription-info .info dd{font-size:14px}}.product-info{display:flex;gap:0 40px;position:relative}.product-info:has(.check-area){padding-left:40px}.product-info:has(.product-info-buttons.multiple-buttons){flex-wrap:wrap}@media screen and (max-width: 1024px){.product-info{flex-direction:column;gap:20px}.product-info:has(.check-area){padding-left:0}}.product-info .check-area{position:absolute;top:62px;left:0}@media screen and (max-width: 1024px){.product-info .check-area{position:static}}.product-info .product-info-buttons{position:absolute;right:0;top:0;display:flex;flex-direction:column;gap:10px}.product-info .product-info-buttons.multiple-buttons{position:static;width:100%;flex-direction:row;margin-top:20px}@media screen and (max-width: 1024px){.product-info .product-info-buttons.multiple-buttons{margin-top:16px;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.product-info .product-info-buttons.multiple-buttons .button{width:100%}}@media screen and (max-width: 768px){.product-info .product-info-buttons.multiple-buttons{grid-template-columns:repeat(1,1fr)}.product-info .product-info-buttons.multiple-buttons .button{width:100%}}@media screen and (max-width: 1024px){.product-info .product-info-buttons{width:auto}}.product-info .product-info-buttons .button{align-items:center;height:32px;border-radius:4px}.product-info .product-image{width:124px;height:124px;background:url(/build/assets/img_box_128-BeM-EBg0.png) no-repeat center center;border-radius:10px;flex-shrink:0}.product-info .product-image img{width:100%;height:100%;object-fit:cover;object-position:center}.product-info .product-details{flex:1;display:flex;flex-direction:column;gap:20px}.product-info .product-details.product-order-type{gap:0;justify-content:space-between}.product-info .product-details.product-order-type .product-info-top{display:flex;flex-direction:column;gap:12px}.product-info .product-details.product-order-type .product-info-bottom{padding-bottom:12px}@media screen and (max-width: 768px){.product-info .product-details{gap:12px}}.product-info .product-details .product-code{font-size:14px;color:var(--greycolor-grey05);text-transform:uppercase}@media screen and (max-width: 1024px){.product-info .product-details .product-code{font-size:12px}}.product-info .product-details .product-name{font-size:20px;font-weight:600;color:#fff;display:flex;flex-direction:column}@media screen and (max-width: 1024px){.product-info .product-details .product-name{font-size:16px}}.product-info .product-details .product-name span{font-size:14px;color:var(--greycolor-grey05)}@media screen and (max-width: 1024px){.product-info .product-details .product-name span{font-size:12px}}.product-info .product-details .order-status{font-size:14px;font-weight:600;color:#8ce2d0}.product-info .product-details .product-info-bottom{display:flex;align-items:center;gap:0 80px}.product-info .product-details .product-info-bottom.gap-40{gap:0 40px}@media screen and (max-width: 1024px){.product-info .product-details .product-info-bottom{gap:0 40px}}@media screen and (max-width: 768px){.product-info .product-details .product-info-bottom{gap:12px;flex-direction:column;align-items:flex-start}}.product-info .product-details .product-options{display:flex;align-items:center;gap:0 40px}.product-info .product-details .product-options .product-option-item{display:flex;gap:0 16px}.product-info .product-details .product-option,.product-info .product-details .product-quantity{font-size:16px;color:var(--greycolor-grey05)}@media screen and (max-width: 1024px){.product-info .product-details .product-option,.product-info .product-details .product-quantity{font-size:14px}}.product-info .product-details .product-quantity{color:var(--greycolor-grey04)}.product-info .product-details .product-price,.product-info .product-details .product-delivery-type{display:flex;font-size:16px;color:var(--greycolor-grey04)}@media screen and (max-width: 1024px){.product-info .product-details .product-price,.product-info .product-details .product-delivery-type{font-size:14px}}.product-info .product-details .product-info-bottom2{display:flex;justify-content:space-between;color:var(--brandcolor-normal);font-weight:600;font-size:20px;line-height:140%;padding-top:20px;border-top:1px solid var(--color-white-10, rgba(255, 255, 255, .1))}@media screen and (max-width: 1024px){.product-info .product-details .product-info-bottom2{font-size:16px;padding-top:16px}}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0 40px}@media screen and (max-width: 1024px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width: 768px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}@media screen and (max-width: 1024px){.product-card{text-align:center}}.product-card .product-image{aspect-ratio:1/1;background-color:#fff;border-radius:18px;margin-bottom:20px;overflow:hidden;position:relative;max-width:192px}@media screen and (max-width: 1024px){.product-card .product-image{margin:0 auto 10px}}.product-card .product-image img{width:100%;height:100%;object-fit:cover}.product-card .product-code{color:var(--greycolor-grey05);font-size:14px;margin-bottom:8px;display:block}@media screen and (max-width: 1024px){.product-card .product-code{font-size:12px;margin-bottom:0}}.product-card .product-name{color:#fff;font-size:16px;display:flex;justify-content:space-between;font-weight:400;margin-bottom:20px}@media screen and (max-width: 1024px){.product-card .product-name{font-size:14px;margin-bottom:8px;flex-direction:column;gap:5px}}.product-card .product-option{color:var(--greycolor-grey05);font-size:14px;flex-shrink:0}@media screen and (max-width: 1024px){.product-card .product-option{font-size:12px}}.product-card .benefit-price{color:#fff;font-weight:600;font-size:16px;text-decoration:line-through}@media screen and (max-width: 1024px){.product-card .benefit-price{font-size:14px}}.product-card .product-price{color:#fff;font-size:16px;font-weight:700}@media screen and (max-width: 1024px){.product-card .product-price{font-size:14px}}.mypage-jump-nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));background:var(--color-grey-grey-825, rgba(29, 29, 31, .25));border-radius:10px;padding:17px 10px;margin-top:60px}@media screen and (max-width: 1024px){.mypage-jump-nav{margin-top:40px}}@media screen and (max-width: 768px){.mypage-jump-nav{grid-template-columns:repeat(1,minmax(0,1fr))}}.mypage-jump-nav a{color:var(--greycolor-grey05);font-size:16px;display:flex;align-items:center;justify-content:center;gap:0 10px}@media screen and (max-width: 1024px){.mypage-jump-nav a{font-size:14px;gap:4px}}.mypage-jump-nav a+a{border-left:1px solid var(--color-white-10, rgba(255, 255, 255, .1))}.mypage-jump-nav a .count{display:inline-block}.mypage-jump-nav a:after{content:"";display:block;width:20px;height:20px;flex-shrink:0;background:url(/build/assets/ico-arrow-sm-Do_7f2pZ.svg) no-repeat center center}.mypage-advertisement{background-color:#feccc9;height:102px;display:flex;align-items:center;justify-content:center;margin-top:60px}.mypage-advertisement p{color:#000;font-size:16px;font-weight:400}.info-template-title{color:#fff;font-size:20px;font-weight:600;margin-bottom:40px;padding-bottom:15px;border-bottom:1px solid var(--color-white-10, rgba(255, 255, 255, .1))}.info-template-title p{font-size:14px;color:var(--greycolor-grey05);padding-top:16px}@media screen and (max-width: 1024px){.info-template-title{font-size:16px;margin-bottom:20px;padding-bottom:10px}.info-template-title p{font-size:12px;padding-top:12px}}.contract-info-template+.contract-info-template{margin-top:60px}@media screen and (max-width: 1024px){.contract-info-template+.contract-info-template{margin-top:40px}}.contract-info-template .info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media screen and (max-width: 1024px){.contract-info-template .info-grid{gap:10px;grid-template-columns:1fr}}.contract-info-template .info-grid.full-width{grid-template-columns:1fr}.contract-info-template .info-grid.full-width+.full-width{margin-top:40px}.contract-info-template .info-grid.full-width .info-item{grid-template-columns:240px 1fr;display:grid}.contract-info-template .info-grid.full-width .info-item .info-label,.contract-info-template .info-grid.full-width .info-item .info-value{width:auto}@media screen and (max-width: 768px){.contract-info-template .info-grid.full-width .info-item{grid-template-columns:1fr;gap:8px}.contract-info-template .info-grid.full-width .info-item .info-label,.contract-info-template .info-grid.full-width .info-item .info-value{font-size:14px}}.contract-info-template .info-grid.info-grid-column .info-item{flex-direction:column;gap:10px}.contract-info-template .info-grid.info-grid-column .info-item .info-label,.contract-info-template .info-grid.info-grid-column .info-item .info-value{width:auto}.contract-info-template .info-grid .info-item{display:flex;font-size:16px;font-weight:600}.contract-info-template .info-grid .info-item .info-label,.contract-info-template .info-grid .info-item .info-value{width:50%}.contract-info-template .info-grid .info-item .info-label{color:var(--greycolor-grey05)}.contract-info-template .info-grid .info-item .info-value{color:#ddd}@media screen and (max-width: 1024px){.contract-info-template .info-grid .info-item .info-label,.contract-info-template .info-grid .info-item .info-value{font-size:14px}}.date-filter-label{color:var(--greycolor-grey04);font-size:16px;font-weight:600;margin-bottom:16px}@media screen and (max-width: 1024px){.date-filter-label{font-size:14px;margin-bottom:12px}}.date-group{background:#1d1d1f40;padding:60px;border-radius:10px;margin-bottom:40px}@media screen and (max-width: 1024px){.date-group{padding:24px;margin-bottom:20px}}@media screen and (max-width: 768px){.date-group{padding:0}}.date-group-inner{display:flex;align-items:center;gap:0 46px}@media screen and (max-width: 1024px){.date-group-inner{flex-direction:column;gap:20px}}.date-group-item{display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 1024px){.date-group-item{width:100%}}.preset-buttons{display:flex;background:#1d1d1f;border-radius:10px;overflow:hidden;padding:10px 32px;gap:17px;align-items:center}@media screen and (max-width: 1024px){.preset-buttons{padding:6px 16px;gap:8px}}.preset-buttons .preset-btn{color:var(--greycolor-grey05);font-size:13px;white-space:nowrap}@media screen and (max-width: 1024px){.preset-buttons .preset-btn{width:25%}}.preset-buttons .preset-btn.active{color:#8ce2d0}.preset-buttons .preset-separator{display:inline-block;width:1px;height:10px;flex-shrink:0;background:var(--color-white-10, rgba(255, 255, 255, .1))}.date-inputs-wrapper{display:flex;align-items:center;gap:0}@media screen and (max-width: 1024px){.date-inputs-wrapper{width:100%;flex-wrap:wrap}}.date-inputs{display:flex;align-items:center;gap:0 4px}@media screen and (max-width: 1024px){.date-inputs{width:100%}}.date-inputs .separator{color:var(--greycolor-grey05);font-size:16px;font-weight:600}.date-inputs input{height:42px;border:0;font-size:14px;color:var(--greycolor-grey05);padding:0 72px 0 32px;border-radius:10px}@media screen and (max-width: 1024px){.date-inputs input{width:calc(50% - 2px)}}.search-btn{margin-left:16px;height:42px;padding:0;width:120px;font-size:14px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 1024px){.search-btn{width:100%;margin-left:0;margin-top:12px}}.password_page{display:flex;gap:60px;flex-direction:column}.password_page .id_pw_cont{margin:0 auto 60px;width:464px}.password_page .id_pw_cont dl{margin-bottom:40px}.password_page .id_pw_cont dt{margin-bottom:16px;font-size:16px;font-weight:600}.password_page .id_pw_cont .text_warning{font-size:14px}@media screen and (max-width: 1024px){.password_page .id_pw_cont dl{margin-bottom:25px}.password_page .id_pw_cont{max-width:464px;width:100%;margin-bottom:40px}}.login-tag-list{display:flex;gap:0 16px}.login-tag-kakao,.login-tag-naver,.login-tag-apple{display:inline-block;vertical-align:top;padding:4px 8px;font-size:12px;line-height:140%;border:1px solid #000;font-weight:600}.login-tag-apple{color:#dddd;border-color:#ddd}.login-tag-naver{color:#06c63d;border-color:#06c63d}.login-tag-kakao{color:#ffdc00;border-color:#ffdc00}.login-with-list{display:flex;gap:0 16px}@media screen and (max-width: 1024px){.login-with-list{gap:0 8px}}@media screen and (max-width: 768px){.login-with-list{flex-direction:column;gap:8px}.login-with-list .button{width:100%}}.login-with-google,.login-with-naver,.login-with-kakao,.login-with-apple{display:inline-block;vertical-align:top;padding:6px 32px;border-radius:4px;font-size:14px;font-weight:600}.login-with-google{background-color:#002554}.login-with-apple{background-color:#2a2a2a}.login-with-naver{background-color:#06c63d}.login-with-kakao{background-color:#ffdc00;color:var(--greycolor-grey08)}.marketing-agree .text_box{display:flex;flex-direction:column;gap:16px}.marketing-agree .text-box-title{display:flex;gap:0 16px;align-items:flex-start;margin-bottom:10px}.marketing-agree .text-box-title .button{white-space:nowrap}@media screen and (max-width: 1024px){.marketing-agree .text-box-title{flex-direction:column;align-items:flex-start;gap:8px}.marketing-agree .text-box-title .button{height:auto}}.marketing-agree .form-group{display:flex;gap:32px}.marketing-agree .text-grey05{font-size:14px}#memberNewPw{padding:40px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}#memberNewPw.none{padding:0;border:0}#memberNewPw .info-item{align-items:center}#memberNewPw .info-item .info-label{font-weight:600;font-size:16px;color:var(--greycolor-grey04)}@media screen and (max-width: 1024px){#memberNewPw .info-item .info-label{font-size:14px}}.dot-list.fz14{font-size:14px}.dot-list.text-grey05{color:var(--greycolor-grey05)}.mypage-box-hgroup{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 1024px){.mypage-box-hgroup{flex-direction:column-reverse;gap:8px;align-items:flex-start}}.mypage-box-hgroup .box-title{font-size:16px;font-weight:600;color:#fff}.mypage-box-hgroup .box-title .text-brand{color:var(--brandcolor-normal);padding-left:8px}.mypage-box-hgroup .utils{display:flex;align-items:center;gap:0 8px}.mypage-box-hgroup .utils .line{background:#8d8d8d;width:1px;height:19px;vertical-align:top}.mypage-box-hgroup .utils a{color:var(--greycolor-grey05);line-height:1;font-size:16px;font-weight:600}.mypage-box-cgroup{padding-top:20px}.mypage-box-cgroup .user-info-list{display:flex;flex-direction:column;gap:8px}.mypage-box-cgroup .user-info-list .user-name{color:#fff;font-weight:600}.mypage-box-cgroup .user-info-list .user-address-detail{color:var(--greycolor-grey05);line-height:180%;font-size:16px}.bg-grey825{background:var(--color-grey-grey-825, rgba(29, 29, 31, .25));padding:32px;border-radius:10px}@media screen and (max-width: 1024px){.bg-grey825{padding:24px}}.leave-agree{margin-top:60px;margin-bottom:60px;display:flex;justify-content:center}@media screen and (max-width: 1024px){.leave-agree{margin-top:40px;margin-bottom:40px}}@media screen and (max-width: 768px){.leave-agree{margin-top:20px;margin-bottom:20px}}.leave-agree .form-checkbox label{color:var(--greycolor-grey04)}.out-list{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding:40px 0}@media screen and (max-width: 1024px){.out-list{grid-template-columns:repeat(1,1fr);gap:16px;padding:30px 0}}@media screen and (max-width: 768px){.out-list{gap:10px;padding:20px 0}}.leave-extra-text{margin-bottom:16px;font-size:16px}@media screen and (max-width: 1024px){.leave-extra-text{margin-bottom:12px;font-size:14px}}.leave-textarea{border-radius:10px;border:1px solid var(--greycolor-grey06);background:var(--greycolor-grey08);width:100%;resize:none;height:112px;padding:16px 32px;outline:none;font-size:14px}#memberInfo .info-item{align-items:center;grid-template-columns:168px 1fr}@media screen and (max-width: 1024px){#memberInfo .info-item{grid-template-columns:100px 1fr}}@media screen and (max-width: 768px){#memberInfo .info-item{grid-template-columns:1fr;gap:10px}}#memberInfo .info-item .info-label{color:var(--color-grey-grey-4, rgb(221, 221, 221))}#memberInfo .info-item .info-value{width:464px}@media screen and (max-width: 1024px){#memberInfo .info-item .info-value{width:100%}}.check-item-content{display:flex;align-items:flex-start;justify-content:space-between}.check-item-content .date-text{font-size:14px;color:var(--greycolor-grey05);margin-bottom:8px}.check-item-content .content-info1{color:var(--greycolor-grey04);font-size:16px;margin-bottom:20px;display:flex;align-items:center;gap:0 8px}.check-item-content .content-info1 .status-text{font-weight:600;color:var(--brandcolor-normal);font-size:16px}.check-item-content .content-info2{color:var(--greycolor-grey05);font-size:16px;line-height:180%}@media screen and (max-width: 1024px){.check-item-content{flex-direction:column-reverse;gap:10px}.check-item-content .date-text{font-size:12px}.check-item-content .content-info1{font-size:14px;margin-bottom:10px;flex-direction:column;align-items:flex-start;gap:4px}.check-item-content .content-info2{font-size:14px}}.easycheck-item-right{flex-shrink:0}.inquiry-notice{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:60px}.inquiry-notice .button{flex-shrink:0}@media screen and (max-width: 1024px){.inquiry-notice{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:40px}.inquiry-notice .button{width:100%}}.inquiry-read header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.inquiry-read header strong{font-size:16px;font-weight:600;color:var(--greycolor-grey04)}.inquiry-read header span{font-size:14px;color:var(--greycolor-grey05)}@media screen and (max-width: 1024px){.inquiry-read header{margin-bottom:20px;flex-direction:column;align-items:flex-start;gap:8px}.inquiry-read header strong{font-size:14px}.inquiry-read header span{font-size:12px}}.inquiry-read .question,.inquiry-read .answer{display:flex;align-items:center}.inquiry-read .question:before,.inquiry-read .answer:before{flex-shrink:0;content:"";display:block;color:#b0bbca;font-size:20px;font-weight:600;width:52px}@media screen and (max-width: 1024px){.inquiry-read .question,.inquiry-read .answer{flex-direction:column;align-items:flex-start;gap:8px}.inquiry-read .question:before,.inquiry-read .answer:before{width:40px;font-size:18px}}.inquiry-read .question:before{content:"Q"}.inquiry-read .answer:before{content:"A"}.inquiry-read .question-content{flex:1}.inquiry-read .question-content .order-number{font-weight:600;font-size:16px;color:var(--greycolor-grey04)}.inquiry-read .question-content .question-subject{font-size:16px;color:var(--greycolor-grey04);margin-bottom:30px}@media screen and (max-width: 1024px){.inquiry-read .question-content .question-subject{font-size:14px;margin-bottom:20px}}@media screen and (max-width: 1024px){.inquiry-read .question-content .question-text{font-size:14px}}.inquiry-read .question-content .image-wrapper{display:flex;align-items:center;flex-wrap:wrap;gap:0 16px}.inquiry-read .question-content .image-wrapper .image-item{width:128px;height:128px}@media screen and (max-width: 1024px){.inquiry-read .answer{border-top:1px solid var(--color-white-10, rgba(255, 255, 255, .1));margin-top:20px;padding-top:20px}}.inquiry-read .answer-content{flex:1;border-top:1px solid var(--color-white-10, rgba(255, 255, 255, .1));margin-top:40px;padding-top:40px}@media screen and (max-width: 1024px){.inquiry-read .answer-content{border-top:0;padding-top:0;margin-top:0}}.inquiry-read .answer-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.inquiry-read .answer-header strong{font-size:16px;font-weight:600;color:var(--greycolor-grey04)}@media screen and (max-width: 1024px){.inquiry-read .answer-header{margin-bottom:20px}.inquiry-read .answer-header strong{font-size:14px}.inquiry-read .answer-header span{font-size:12px}}.inquiry-read .answer-text{line-height:180%;font-size:16px}@media screen and (max-width: 1024px){.inquiry-read .answer-text{font-size:14px}}.review-item{display:flex;align-items:center;gap:0 40px}@media screen and (max-width: 1024px){.review-item{flex-direction:column;gap:20px;align-items:flex-start}}.review-rating{width:120px;display:flex;gap:0 3px}@media screen and (max-width: 1024px){.review-rating{gap:0}}.star{background:url(/build/assets/star-XPVeF_BJ.png) no-repeat center center;width:24px;height:24px;vertical-align:top;display:inline-block;font-size:0}@media screen and (max-width: 1024px){.star{width:14px;height:14px;background-size:14px 14px}}.review-content .review-date{margin-bottom:8px;font-size:14px;color:var(--greycolor-grey05)}@media screen and (max-width: 1024px){.review-content .review-date{font-size:12px}}.review-content .review-product{font-size:16px;color:var(--greycolor-grey04);margin-bottom:22px}@media screen and (max-width: 1024px){.review-content .review-product{font-size:14px;margin-bottom:16px}}.review-content .review-text{font-size:16px;color:var(--greycolor-grey05);display:flex;align-items:center;gap:0 10px}@media screen and (max-width: 1024px){.review-content .review-text{font-size:14px;gap:0 8px}}.review-content .icon-image{background:url(/build/assets/icon-image-Bd5K0SNR.png) no-repeat center center;width:24px;height:24px}@media screen and (max-width: 1024px){.review-content .icon-image{width:16px;height:16px;background-size:contain}}.file-upload-list{display:flex;flex-direction:column;gap:10px}.file-upload-list .file-upload-item{display:flex;align-items:center;gap:0 32px}.file-upload-list .file-upload-item .file-upload-item-name{font-size:16px;color:var(--greycolor-grey04)}.star-rating-selector{position:relative}.star-rating-selector .rating-selected{display:flex;border:1px solid var(--color-grey-grey-6, #5A5A5B);width:220px;height:56px;justify-content:space-between;align-items:center;padding-right:16px;padding-left:16px;border-radius:10px;background:var(--color-grey-grey-7, #38383A)}.star-rating-selector .rating-selected i{display:block;background:url(/build/assets/ico-arrow-sm-Do_7f2pZ.svg) no-repeat center center;transform:rotate(90deg);width:8px;height:15px}.star-rating-selector .rating-selected.v2{border-color:#d9dee5;background-color:#fff}.star-rating-selector .rating-selected.h42{height:42px}.star-rating-selector .rating-selected.active{border-radius:8px 8px 0 0}.rating-options{display:none;position:absolute;top:100%;left:0;width:100%;border-radius:0 0 10px 10px;background-color:var(--color-grey-grey-7, #38383A);padding:16px}.rating-options>.review-rating{cursor:pointer}.rating-options.v2{background-color:#fff}.order_step{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;padding-top:40px}.order_step .order_step_item{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:220px;height:220px;border-radius:50%;color:var(--greycolor-grey04);text-align:center;font-size:14px;background-color:var(--subcolor-blue-normal)}.order_step .order_step_item strong{margin-bottom:16px;font-size:16px;color:var(--brandcolor-normal);font-weight:600}@media (max-width: 768px){.order_step{flex-direction:column;gap:0;padding-top:4px;display:flex}.order_step .order_step_item{padding:16px 16px 0;width:100%;height:100%;justify-content:flex-start;flex-direction:row;gap:16px;font-size:12px;text-align:center;border:0;background-color:transparent;color:var(--greycolor-grey05)}.order_step .order_step_item:before{top:-16px;left:56px;width:1px;height:32px}.order_step .order_step_item:first-child:before{display:none}.order_step .order_step_item strong{display:flex;justify-content:center;align-items:center;margin-bottom:0;width:80px;height:80px;font-size:12px;border-radius:50%;text-align:center;background-color:var(--subcolor-blue-normal);flex-shrink:0}.order_step .order_step_item p{width:100%}.order_step.size_small{gap:0}.order_step.size_small .order_step_item{width:100%;height:100%}.order_step.size_small .order_step_item:before{width:1px}}.gift-wrapper{display:flex;gap:0 24px}.gift-wrapper .gift-item{display:flex;flex-direction:column;gap:8px;width:128px}.gift-wrapper .gift-item .gift-item-image img{width:100%;height:100%;object-fit:cover;border-radius:10px}.gift-wrapper .gift-item-name{font-size:14px;color:var(--greycolor-grey05);line-height:140%;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.order-history .product-details{padding-bottom:40px;margin-bottom:40px;border-bottom:1px solid var(--color-white-10, rgba(255, 255, 255, .1))}@media screen and (max-width: 768px){.order-history .product-details{padding-bottom:20px;margin-bottom:20px}}.order-history.last .product-details{padding-bottom:0;margin-bottom:0;border-bottom:0}.select-wrap{position:relative;display:inline-block}.custom-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:140px;padding:10px 36px 10px 12px;background:#2d2d2d url(/build/assets/angle-CWUFapru.svg) no-repeat right 12px center;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer;outline:none}@media screen and (max-width: 1024px){.custom-select{font-size:12px}}.custom-select option{background-color:#2d2d2d;color:#fff;font-size:14px}.custom-select:focus{outline:1px solid #666}.exchange-reason{display:flex;flex-direction:column;gap:21px}@media screen and (max-width: 1024px){.exchange-reason{gap:12px}}.coupon-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:50px}@media screen and (max-width: 1400px){.coupon-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}}@media screen and (max-width: 768px){.coupon-grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:20px}}.coupon-item{position:relative;background:url(/build/assets/cupon-C7WP2sRd.png) no-repeat center center;border-radius:12px;display:flex;max-width:280px;background-size:cover}@media screen and (max-width: 1024px){.coupon-item{width:280px}}@media screen and (max-width: 768px){.coupon-item{margin:0 auto}}.coupon-item.with-tooltip:hover .coupon-tooltip{opacity:1;visibility:visible}.coupon-item.disabled:after{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;border-radius:12px;background-color:#0000004d;z-index:2}.coupon-item.disabled.white-tooltip{display:none}.coupon-content{flex:1;color:#fff;height:128px;display:flex;flex-direction:column;justify-content:center;padding-left:32px;line-height:1}.coupon-discount{font-size:22px;font-weight:700;color:var(--greycolor-grey08);font-family:var(--namu-bold)}.coupon-condition{font-size:12px;color:var(--greycolor-grey08);padding-top:8px}.coupon-expiry{font-size:10px;color:var(--greycolor-grey08);padding-top:18px}.coupon-tear{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;width:45px}.coupon-text{writing-mode:vertical-rl;text-orientation:mixed;font-size:14px;font-weight:700;color:#fff;letter-spacing:8px;font-family:var(--namu-bold)}.coupon-tooltip{position:absolute;top:100%;border-radius:8px;padding:16px 32px;min-width:280px;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000;background:#002554}.tooltip-content{color:var(--brandcolor-normal);line-height:140%;font-size:14px}.tooltip-arrow{position:absolute;top:-10px;left:24px;background:url(/build/assets/arw-DT5d2JpJ.png) no-repeat center center;width:16px;height:12px}.tooltip-title{font-size:16px;font-weight:600;margin-bottom:8px;color:var(--brandcolor-normal)}.tooltip-list{font-size:13px;line-height:1.4}.tooltip-label{font-weight:600;color:#3498db;margin-bottom:8px}.tooltip-item{margin-bottom:4px;color:#bdc3c7}.tooltip-item:last-child{margin-bottom:0}.empty-coupon-state{text-align:center;padding:60px 20px}.empty-coupon-state .empty-content i{display:block;width:80px;height:80px;margin:0 auto 20px;background-image:url(/build/assets/icon-coupon-Ca0WmvB0.svg);background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.3}.empty-coupon-state .empty-content p{font-size:16px;color:var(--greycolor-grey05);margin-bottom:24px}.icon-add,.icon-del{background-repeat:no-repeat;background-position:50% 50%;width:24px;height:24px;vertical-align:middle;display:inline-block}.icon-add{background-image:url(/build/assets/icon-add-msQCsDQp.png)}.icon-del{background-image:url(/build/assets/icon-del-X0ERJjTg.png)}.member-benefit{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135.61deg,#001c3f99 16.79%,#00255499 91.41%);border:2px solid;border-image-source:linear-gradient(133.92deg,#001C3F 1.82%,#002554 100%);border-radius:10px;padding:16px 30px}@media screen and (max-width: 1024px){.member-benefit{padding:12px 16px}}@media screen and (max-width: 768px){.member-benefit{flex-direction:column;align-items:flex-start;gap:16px}}.member-benefit .user-name{font-size:20px;font-weight:600;color:var(--brandcolor-normal)}@media screen and (max-width: 1024px){.member-benefit .user-name{font-size:16px}}.member-benefit .user-benefit{display:flex;gap:0 32px;color:var(--brandcolor-normal)}@media screen and (max-width: 768px){.member-benefit .user-benefit{flex-direction:column;align-items:flex-start;gap:16px}}.member-benefit .user-benefit span{display:flex;align-items:center;gap:0 16px}@media screen and (max-width: 768px){.member-benefit .user-benefit span{gap:0 8px}}.member-benefit .user-benefit span i{flex-shrink:0;display:inline-block;vertical-align:top;width:40px;height:40px;border-radius:50%;background-color:var(--brandcolor-normal);background-repeat:no-repeat;background-position:center center}@media screen and (max-width: 768px){.member-benefit .user-benefit span i{width:32px;height:32px}}.member-benefit .user-benefit span i.icon-coupon{background-image:url(/build/assets/icon-coupon2-C4_Oq1D2.png)}.member-benefit .user-benefit span i.icon-vip{background-image:url(/build/assets/icon-vip-DpzfIVtO.png)}.return-item .product-details{padding-bottom:40px;margin-bottom:40px;border-bottom:1px solid var(--color-white-10, rgba(255, 255, 255, .1))}@media screen and (max-width: 768px){.return-item .product-details{padding-bottom:20px;margin-bottom:20px}}.goods-container,.goods-additional,.goods-tabs-content,.free-gift-section{margin:0 auto;max-width:1446px;padding:0 15px}.goods-view{width:100%;padding:160px 20px;margin:0 auto;background-color:#000}@media screen and (max-width: 1024px){.goods-view{padding-bottom:60px;max-width:1024px}}.goods-info{display:flex;gap:60px;margin:0 auto;width:100%;max-width:1800px}@media screen and (max-width: 1024px){.goods-info{display:block}}.goods-image{width:calc(100% - 620px);padding-bottom:20px}@media screen and (max-width: 1024px){.goods-image{display:flex;flex-direction:column-reverse;width:100%;padding-bottom:60px}}.goods-image-view{width:100%;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;background:url(/build/assets/product_bg_img-wUGOcmP-.png) no-repeat 50% 0%/contain}.goods-image-wrap{display:flex;justify-content:flex-end;align-items:center;position:sticky;width:100%;top:130px}.goods-image-slider{width:100%;height:80%;max-width:720px;overflow:hidden;text-align:center}.goods-image-slider img{max-width:100%}.additional-carousel .swiper-button-next,.additional-carousel .swiper-button-prev,.goods-image-slider .swiper-button-next,.goods-image-slider .swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}@media screen and (max-width: 1024px){.additional-carousel .swiper-button-next,.additional-carousel .swiper-button-prev,.goods-image-slider .swiper-button-next,.goods-image-slider .swiper-button-prev{width:20px;height:20px;background-size:20px 20px}}.additional-carousel .swiper-button-next:after,.additional-carousel .swiper-button-prev:after,.goods-image-slider .swiper-button-next:after,.goods-image-slider .swiper-button-prev:after{display:block;content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px}.additional-carousel :is(.swiper-button-prev,.swiper-button-next),.goods-image-slider :is(.swiper-button-prev,.swiper-button-next){background-size:56px 56px}@media screen and (max-width: 1024px){.additional-carousel :is(.swiper-button-prev,.swiper-button-next),.goods-image-slider :is(.swiper-button-prev,.swiper-button-next){background-size:20px 20px}}.additional-carousel .swiper-button-next{right:0;background-image:url(/build/assets/goods_swiper_arrow_next-D-Zf-7vq.svg)}.additional-carousel .swiper-button-prev{left:0;background-image:url(/build/assets/goods_swiper_arrow_prev-hj53Rv1o.svg)}@media screen and (max-width: 1024px){.additional-carousel .swiper-button-next,.additional-carousel .swiper-button-prev{display:none}}.goods-image-apply{position:absolute;left:50%;bottom:-18px;transform:translate(-50%,100%);display:flex;justify-content:space-between;gap:32px;align-items:center;min-width:315px;padding:16px 32px;font-size:20px;font-weight:600;color:var(--greycolor-grey04);background-color:var(--greycolor-grey08);border-radius:8px}@media screen and (max-width: 1024px){.goods-image-apply{display:none}}.goods-image-apply #ancApplyForDirectRental,.goods-image-apply #ancApplyForOrder,.goods-image-apply #ancApplyForMembership{width:auto;height:auto;display:block;padding:4px 32px;border-radius:4px;font-size:16px;font-weight:600;background-color:var(--brandcolor-normal);color:var(--greycolor-grey08)}.goods-details{flex:1}.goods-details .product-info-wrap{margin-bottom:75px}@media screen and (max-width: 1024px){.goods-details .product-info-wrap{margin-bottom:60px}}.goods-details .product-info-wrap .product-id{font-size:14px;color:var(--c8D8D8D);line-height:1}@media screen and (max-width: 1024px){.goods-details .product-info-wrap .product-id{font-size:12px}}.goods-details .product-info-wrap .product-name{margin-bottom:32px;font-size:48px;font-weight:600;color:#eaf8f5;font-family:var(--font-family-title)}@media screen and (max-width: 1024px){.goods-details .product-info-wrap .product-name{font-size:40px;line-height:42.24px}}.goods-details .product-info-wrap .product-info-top{display:flex;justify-content:space-between}.goods-details .product-info-wrap .product-badges{display:flex;gap:8px}@media screen and (max-width: 1024px){.goods-details .product-info-wrap .product-badges{flex-wrap:wrap}}.goods-details .product-info-wrap .product-badges .badge{padding:8px 16px;border-radius:8px;font-size:14px;font-weight:600}@media screen and (max-width: 1024px){.goods-details .product-info-wrap .product-badges .badge{font-size:12px;padding:4px 12px}}.goods-details .product-info-wrap .product-badges .badge.badge-new{background-color:#0b2551;color:#fff}.goods-details .product-info-wrap .product-badges .badge.badge-best{background-color:#8ce2d0;color:#002554}.goods-details .product-info-wrap .product-badges .badge.badge-discount{background-color:#e45349;color:#fff}.goods-details .product-info-wrap .product-rating{display:flex;align-items:center;gap:8px;flex-shrink:0}.goods-details .product-info-wrap .product-rating .rating-icon{font-size:0}.goods-details .product-info-wrap .product-rating .rating-text{color:var(--c8D8D8D);font-size:16px}.goods-details .product-info-wrap .product-rating .share-btn{display:inline-block;margin-left:16px;width:24px;height:24px;background:url(/build/assets/goods_share_icon_v1-BaE_alr9.svg) no-repeat;background-size:24px 24px;font-size:0}.goods-details .product-info-wrap .feature-details-btn{width:100%;height:56px;border-radius:10px;border:1px solid var(--color-grey-grey-7, rgb(56, 56, 58));color:var(--color-grey-grey-4, rgb(221, 221, 221));font-size:16px;margin-top:80px}@media screen and (max-width: 1024px){.goods-details .product-info-wrap .feature-details-btn{margin-top:60px;font-size:14px}}.goods-details .options-section{margin-bottom:80px}@media screen and (max-width: 1024px){.goods-details .options-section{margin-bottom:40px}}.goods-details .options-section .section-title{font-size:20px;font-weight:600;color:#ddd;margin-bottom:32px}@media screen and (max-width: 1024px){.goods-details .options-section .section-title{font-size:14px;margin-bottom:16px}}.goods-details .options-section .section-title.margin-bottom-0{margin-bottom:0!important}.goods-details .options-section .section-title:has(input[type=checkbox]){display:flex;align-items:center;gap:8px}.goods-details .options-section .section-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.goods-details .options-section.option-quantity{display:flex;align-items:center;justify-content:space-between}.goods-details .options-section.option-quantity .section-title{margin-bottom:0}.goods-details .options-section .with-amount{align-items:center;margin-bottom:32px}@media screen and (max-width: 1024px){.goods-details .options-section .with-amount{margin-bottom:16px}}.goods-details .options-section .with-amount.small{margin-bottom:16px}.goods-details .options-section .with-amount.small .total-amount{font-size:20px}.goods-details .options-section .with-amount .section-title{margin-bottom:0}.goods-details .options-section .with-amount .total-amount{font-size:32px;font-weight:700;color:#ddd}.goods-details .options-section .with-amount .total-amount .currency{font-size:20px}@media screen and (max-width: 1024px){.goods-details .options-section .with-amount .total-amount{font-size:20px}.goods-details .options-section .with-amount .total-amount .currency{font-size:14px}}.goods-details .discount-list .discount-item{display:flex;justify-content:space-between;align-items:center}.goods-details .discount-list .discount-item+.discount-item{margin-top:8px}.goods-details .discount-list .discount-item .discount-name{font-size:16px;color:#ddd;font-weight:600}.goods-details .discount-list .discount-item .discount-value{font-weight:600;font-size:16px;color:#ddd}.goods-details .discount-list .discount-item .discount-label-note{font-size:14px;color:#8d8d8d;font-weight:400}.goods-details .discount-list .discount-item .check-btn{width:auto;height:auto;padding:4px 12px;border-radius:4px;font-size:14px;margin-left:15px}.goods-details .button-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:16px}@media screen and (max-width: 1024px){.goods-details .button-group.plan-duration-buttons .option-btn{font-size:12px;height:48px}}.goods-details .button-group .option-btn{text-align:center;height:56px;padding:16px 0;font-size:16px;border-radius:12px;font-weight:500;border:1px solid var(--color-grey-grey-7, rgb(56, 56, 58));background:#1d1d1f;color:#ddd;font-weight:600}@media screen and (max-width: 1024px){.goods-details .button-group .option-btn{font-size:14px}}.goods-details .button-group label.option-btn{display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}.goods-details .button-group label.option-btn input[type=radio]{display:none}.goods-details .button-group label.option-btn:has(input:checked){background-color:var(--brandcolor-normal);color:#1d1d1f}.goods-details .button-group label.option-btn.outline:has(input:checked){background-color:#1d1d1f;border-color:var(--brandcolor-normal);color:var(--brandcolor-normal)}.goods-details .info-box{margin-top:16px;padding:16px;background-color:#0d0f12;border-radius:10px}@media screen and (max-width: 1024px){.goods-details .info-box{padding:16px 8px}}.goods-details .info-box p{margin:0;font-size:14px;color:#8d8d8d;line-height:1.6}@media screen and (max-width: 1024px){.goods-details .info-box p{font-size:12px}}.goods-details .quantity-control{display:flex;align-items:center;gap:12px}.goods-details .quantity-control .qty-btn{width:32px;height:32px;cursor:pointer;background-repeat:no-repeat;background-position:center;border:1px solid var(--color-grey-grey-8, rgb(29, 29, 31));border-radius:6px;background-color:var(--color-grey-grey-9, rgb(13, 15, 18))}@media screen and (max-width: 1024px){.goods-details .quantity-control .qty-btn{width:24px;height:24px;background-size:14px 14px}}.goods-details .quantity-control .qty-btn.minus{background-image:url(/build/assets/goods_icon_count_minus-dFzBQES0.svg)}.goods-details .quantity-control .qty-btn.plus{background-image:url(/build/assets/goods_icon_count_plus-DkDmOXOl.svg)}.goods-details .quantity-control .qty-value{color:#ddd;font-size:16px;min-width:40px;font-weight:600;text-align:center}.goods-details .quantity-control .qty-value.qty-value-0{opacity:.5}.goods-details .checkbox-control{display:flex;align-items:center}.goods-details .checkbox-control input[type=checkbox]{display:none}.goods-details .plan-duration-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:16px}.goods-details .options-section.plan-benefits{margin-bottom:40px}.goods-details .benefits-list{padding:16px 32px;background-color:#0d0f12;border-radius:10px;display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 1024px){.goods-details .benefits-list{padding:16px}}.goods-details .benefits-list .benefit-item{display:flex;justify-content:space-between;align-items:center}.goods-details .benefits-list .benefit-item .benefit-label{display:flex;align-items:center;gap:8px}.goods-details .benefits-list .benefit-item .badge-small{padding:2.5px 12px;border-radius:4px;font-size:14px;font-weight:600;background:#1d1d1f}@media screen and (max-width: 1024px){.goods-details .benefits-list .benefit-item .badge-small{font-size:12px}}.goods-details .benefits-list .benefit-item .badge-small.badge-exemption{color:#8ce2d0}.goods-details .benefits-list .benefit-item .badge-small.badge-discount{color:#fd5c51}.goods-details .benefits-list .benefit-item .benefit-name{color:#ddd;font-size:14px}.goods-details .benefits-list .benefit-item .benefit-value{color:#999;font-size:14px}.goods-details .benefits-list .benefit-item .check-btn{padding:4px 12px;border:none;border-radius:4px;background-color:#3b82f6;color:#fff;font-size:12px;cursor:pointer}.goods-details .benefits-list .benefit-note{font-size:14px;color:#8d8d8d}@media screen and (max-width: 1024px){.goods-details .benefits-list .benefit-note{font-size:12px}}.goods-details .max-benefit-box{margin-top:40px;padding:16px 32px;background:#002554b3;border-radius:10px;display:flex;justify-content:space-between;align-items:center;color:var(--brandcolor-normal)}.goods-details .max-benefit-box .max-benefit-label{font-size:20px;font-weight:600}.goods-details .max-benefit-box .max-benefit-value{font-size:32px;font-weight:600;line-height:1}.goods-details .max-benefit-box .max-benefit-value .currency{font-size:20px}@media screen and (max-width: 1024px){.goods-details .max-benefit-box{padding:16px}.goods-details .max-benefit-box .max-benefit-label{font-size:14px}.goods-details .max-benefit-box .max-benefit-value{font-size:24px}.goods-details .max-benefit-box .max-benefit-value .currency{font-size:14px}}.goods-details .plan-fee-wrap{display:flex;justify-content:space-between}.goods-details .plan-fee-wrap .section-title{margin-bottom:0}.goods-details .total-payment{border-top:1px solid var(--color-grey-grey-7, rgb(56, 56, 58));padding-top:32px}@media screen and (max-width: 1024px){.goods-details .total-payment{margin-bottom:0}}.goods-details .plan-fee{text-align:right}.goods-details .plan-fee .original-fee{font-size:20px;font-weight:600;color:#8d8d8d}@media screen and (max-width: 1024px){.goods-details .plan-fee .original-fee{font-size:14px}}.goods-details .plan-fee .discounted-fee{color:var(--brandcolor-normal);margin-top:25px;font-size:32px;font-weight:600;line-height:1}.goods-details .plan-fee .discounted-fee .currency{color:#ddd;font-size:20px}@media screen and (max-width: 1024px){.goods-details .plan-fee .discounted-fee{margin-top:14px;font-size:20px}.goods-details .plan-fee .discounted-fee .currency{font-size:14px}}.goods-details .expandable-section{margin-top:16px}.goods-details .expandable-section .expand-btn{color:#ddd;display:inline-flex;align-items:center;gap:8px}.goods-details .expandable-section .expand-btn.active .icon-angle-down{transform:rotate(0)}.goods-details .expandable-section .icon-angle-down{width:24px;height:20px;background:url(/build/assets/icon-angle-down-CfBFyM66.svg) no-repeat center center/100% auto;transition:all .2s;transform:rotate(180deg)}.goods-details .expandable-section .expandable-content{color:#8d8d8d;font-size:14px;flex-direction:column;padding-top:8px;gap:8px;display:none}@media screen and (max-width: 1024px){.goods-details .expandable-section .expandable-content{font-size:12px}}.goods-details .expandable-section .expandable-content.show{display:flex}.goods-details .expandable-section .expandable-content .total-plan-note2{color:#ddd}.goods-details .action-buttons{margin-top:32px}@media screen and (max-width: 1024px){.goods-details .action-buttons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;position:fixed;bottom:0;left:0;z-index:100;background-color:#00255480;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 -4px 8px #00000010;border-radius:10px 10px 0 0;padding:16px 20px;gap:8px}}.goods-details .action-buttons .action-title{display:none}@media screen and (max-width: 1024px){.goods-details .action-buttons .action-title{display:flex;justify-content:space-between;align-items:center;grid-column:span 3}.goods-details .action-buttons .action-title .retal-price{color:var(--brandcolor-normal);font-size:16px;font-weight:600}.goods-details .action-buttons .action-title .retal-price .currency{font-size:14px;color:#ddd;font-weight:500}}.goods-details .action-buttons .button{font-weight:600;height:56px}@media screen and (max-width: 1024px){.goods-details .action-buttons .button{height:48px;padding:0;font-size:12px;align-items:center}}.goods-details .action-buttons .button-full{width:100%}.goods-details .action-buttons .button-group{margin-top:16px;display:flex;gap:16px}.goods-details .action-buttons .button-group .button{width:50%}@media screen and (max-width: 1024px){.goods-details .action-buttons .button-group{margin-top:0;gap:8px;grid-column:span 2}}.goods-details .interest-free-box{margin-top:24px;padding:16px 32px;background:#002554b3;border-radius:10px;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 1024px){.goods-details .interest-free-box{padding:19px 16px}}.goods-details .interest-free-box .offer-text{font-size:14px;color:#dddd}@media screen and (max-width: 1024px){.goods-details .interest-free-box .offer-text{font-size:11px}}.goods-details .interest-free-box .view-details-link{font-size:14px;color:#ddd;text-decoration:underline}@media screen and (max-width: 1024px){.goods-details .interest-free-box .view-details-link{font-size:10px}}.goods-event{padding-bottom:120px}@media screen and (max-width: 1024px){.goods-event{padding-bottom:60px}}.goods-event .goods-event-top{background:url(/build/assets/goods_banner_bg-BYgfqV4Z.png) no-repeat center center/cover;padding:89px}@media screen and (max-width: 1024px){.goods-event .goods-event-top{padding:100px 20px 60px}}.goods-event .goods-event-banner{display:flex;align-items:center;justify-content:center;margin:0 auto;width:570px;padding:40px 0;box-shadow:0 2px 18px #00000026;-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px);background:linear-gradient(135.61deg,#fffc 16.79%,#ffffff3d 91.41%);border-radius:20px}@media screen and (max-width: 1024px){.goods-event .goods-event-banner{width:100%;padding:40px 0}}.goods-event .goods-banner-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.goods-event .goods-banner-content .goods-event-title{font-size:0}@media screen and (max-width: 1024px){.goods-event .goods-banner-content .goods-event-title img{height:24px}}.goods-event .goods-banner-content .goods-event-text{color:var(--greycolor-grey08)}@media screen and (max-width: 1024px){.goods-event .goods-banner-content .goods-event-text{font-size:14px;text-align:center}}.goods-event .goods-banner-content .goods-event-button .button{border:1px solid var(--color-grey-grey-7, rgb(56, 56, 58));background:var(--color-grey-grey-8, rgb(29, 29, 31));color:#ddd;font-size:16px;font-weight:600;padding:17px 90px;border-radius:10px;transition:all .2s}@media screen and (max-width: 1024px){.goods-event .goods-banner-content .goods-event-button .button{font-size:14px;height:48px;padding:14px 86px}}.free-gift-section{padding-top:120px}@media screen and (max-width: 1024px){.free-gift-section{padding-top:0}}.free-gift-section .gift-section-title{font-size:24px;font-weight:700;color:#ddd;text-align:center;margin:0 0 24px;font-family:var(--font-family-title)}@media screen and (max-width: 1024px){.free-gift-section .gift-section-title{font-size:20px;margin-bottom:16px}}.free-gift-section .gift-section-desc{font-size:16px;color:#8d8d8d;text-align:center}@media screen and (max-width: 1024px){.free-gift-section .gift-section-desc{font-size:14px}}.free-gift-section .gift-category{margin-top:40px}.free-gift-section .gift-category .gift-category-title{font-size:24px;font-weight:600;color:#fff;text-align:center;margin:0 0 24px}.gift-carousel{position:relative;max-width:1416px;padding-left:108px;padding-right:108px}@media screen and (max-width: 1024px){.gift-carousel{padding-left:0;padding-right:0}}.gift-carousel .carousel-btn{width:40px;height:40px;border:none;background:transparent;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;position:absolute;top:50%;transform:translateY(-50%);z-index:1}@media screen and (max-width: 1024px){.gift-carousel .carousel-btn{display:none}}.gift-carousel .carousel-btn.prev{left:0}.gift-carousel .carousel-btn.next{right:0}.gift-carousel .carousel-btn:hover{opacity:.8}.gift-carousel .carousel-btn:disabled{opacity:.3;cursor:not-allowed}.gift-carousel .gift-item{text-align:center;cursor:pointer}.gift-carousel .gift-item .gift-links{margin-top:10px}@media screen and (max-width: 1024px){.gift-carousel .gift-item .gift-links{max-width:107px}}.gift-carousel .gift-item .gift-links a{font-size:14px;color:#8d8d8d;font-weight:600;border-radius:4px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:#38383a;width:100%}@media screen and (max-width: 1024px){.gift-carousel .gift-item .gift-links a{font-size:12px}}.gift-carousel .gift-item .gift-image{position:relative;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s}.gift-carousel .gift-item .gift-image img{width:100%;height:100%;object-fit:cover}.gift-carousel .gift-item .gift-image .form-checkbox{position:absolute;top:10px;left:10px}.gift-carousel .gift-item .gift-image .form-checkbox label{margin-right:0;padding-left:20px}@media screen and (max-width: 1024px){.gift-carousel .gift-item .gift-image{margin-bottom:8px;width:96px;height:96px}}.gift-carousel .gift-item .gift-name{font-size:16px;text-align:center;color:#ddd;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;display:block}.gift-carousel .gift-item .gift-name.clamp-2{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;word-wrap:break-word}@media screen and (max-width: 1024px){.gift-carousel .gift-item .gift-name{font-size:12px;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-all;word-wrap:break-word}}#container.goods-page{padding-left:0;padding-right:0;background:#0d0f12}@media screen and (max-width: 1024px){body:has(.goods-page){padding-bottom:120px}}.goods-tabs{position:relative;width:100%;height:auto}.goods-tabs-wrap{position:sticky;top:0;width:100%;height:auto;z-index:99;overflow:hidden;background:url(/build/assets/goods_view_tab_bg_pc-D9MZF1Lp.png) no-repeat 0 0/contain #002554}.goods-tabs-content{display:flex;justify-content:space-between;align-items:center;height:88px}.goods-tabs-content .button{height:56px;font-weight:600}@media screen and (max-width: 1024px){.goods-tabs-content{height:56px;justify-content:center}.goods-tabs-content .logo-box,.goods-tabs-content #btn_plan_01{display:none}}.goods-tab-buttons{display:flex}.goods-tab-buttons .goods-tab-btn{color:#ddd;font-weight:600;font-size:1rem}.goods-tab-buttons .goods-tab-btn.active{color:var(--brandcolor-normal)}@media screen and (max-width: 1024px){.goods-tab-buttons .goods-tab-btn{font-size:14px}}.goods-tab-buttons .goods-tab-separator{display:inline-block;width:1px;height:18px;background:#8d8d8d;margin:0 16px}.goods-additional{margin-top:80px}@media screen and (max-width: 1024px){.goods-additional{margin-top:60px}}.additional-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--color-white-10, rgba(255, 255, 255, .1));padding-bottom:20px;margin-bottom:60px}@media screen and (max-width: 1024px){.additional-header{padding-bottom:0;border-bottom:0;margin-bottom:16px}}.additional-header .additional-title{font-size:20px;font-weight:700;color:var(--brandcolor-normal);font-family:var(--font-family-title)}@media screen and (max-width: 1024px){.additional-header .additional-title{font-size:16px}}.additional-header #btn_write_review{display:flex;align-items:center;gap:0 4px}.additional-header #btn_write_review i{background:url(/build/assets/prime_pen-to-square-BG1fUCSO.png) no-repeat center center;width:24px;height:24px;font-size:0}@media screen and (max-width: 1024px){.additional-header #btn_write_review i{width:12px;height:12px;background-size:12px 12px}}.additional-header #btn_write_review span{font-size:14px;font-weight:600;color:#ddd;text-decoration:underline}@media screen and (max-width: 1024px){.additional-header #btn_write_review span{font-size:10px}}.additional-header #btn_product_inquiry{display:flex;align-items:center;gap:0 4px}.additional-header #btn_product_inquiry i{background:url(/build/assets/proicons_chat-DF1P0lDx.png) no-repeat center center;width:24px;height:24px;font-size:0}@media screen and (max-width: 1024px){.additional-header #btn_product_inquiry i{width:12px;height:12px;background-size:12px 12px}}.additional-header #btn_product_inquiry span{font-size:14px;font-weight:600;color:#ddd;text-decoration:underline}@media screen and (max-width: 1024px){.additional-header #btn_product_inquiry span{font-size:10px}}.additional-carousel{position:relative;max-width:1416px;padding-left:108px;padding-right:108px}@media screen and (max-width: 1024px){.additional-carousel{padding-left:0;padding-right:0}}.additional-carousel .additional-name{font-size:14px;color:#8d8d8d;padding:20px 0 8px}@media screen and (max-width: 1024px){.additional-carousel .additional-name{font-size:10px;padding:8px 0 4px}}.additional-carousel .product-name{display:flex;gap:0 22px}.additional-carousel .product-name .name{color:#ddd;font-size:16px}@media screen and (max-width: 1024px){.additional-carousel .product-name .name{font-size:12px}}.additional-carousel .product-name .color{color:#8d8d8d;font-size:14px;flex-shrink:0}@media screen and (max-width: 1024px){.additional-carousel .product-name .color{display:none}}.additional-carousel .price{margin-top:20px}@media screen and (max-width: 1024px){.additional-carousel .price{margin-top:8px}}.additional-carousel .price .price-value{font-size:20px;font-weight:600;color:#ddd}@media screen and (max-width: 1024px){.additional-carousel .price .price-value{font-size:14px}}.additional-carousel .price:has(.deal-price) .price-value{font-size:16px}@media screen and (max-width: 1024px){.additional-carousel .price:has(.deal-price) .price-value{font-size:14px}}.additional-carousel .price:has(.deal-price) .deal-price{display:block;font-size:20px;font-weight:600;color:#ddd}@media screen and (max-width: 1024px){.additional-carousel .price:has(.deal-price) .deal-price{font-size:14px}}.review-qa-section [data-expandable=true] .review-header-btn{border-color:var(--brandcolor-normal)}.review-qa-section [data-expandable=true] .review-header-btn .icon-chevron-down{transform:rotate(180deg)}.review-qa-section [data-expandable=true] .review-expanded-content{display:block}.review-qa-section .icon-image{background:url(/build/assets/icon_image-Dfxnd2n7.png) no-repeat center center;width:24px;height:24px;font-size:0}@media screen and (max-width: 1024px){.review-qa-section .icon-image{width:20px;height:20px;background-size:20px 20px}}.review-qa-section .icon-lock{background:url(/build/assets/icon_lock-CZ0cPiFH.png) no-repeat center center;width:24px;height:24px;font-size:0}@media screen and (max-width: 1024px){.review-qa-section .icon-lock{width:20px;height:20px;background-size:20px 20px}}.review-qa-section .review-header-btn{display:flex;width:100%;align-items:center;height:72px;border-radius:10px;border:2px solid transparent;padding:24px 32px;gap:32px}@media screen and (max-width: 1024px){.review-qa-section .review-header-btn{padding:24px;display:block;position:relative;border-width:1px;height:auto}}.review-qa-section .review-header-btn .review-rating{display:flex}@media screen and (max-width: 1024px){.review-qa-section .review-header-btn .review-rating{margin-bottom:8px}}.review-qa-section .review-header-btn .review-status{width:136px;flex-shrink:0;font-weight:600;font-size:16px}.review-qa-section .review-header-btn .review-status.status-answered{color:var(--brandcolor-normal)}@media screen and (max-width: 1024px){.review-qa-section .review-header-btn .review-status{width:auto;font-size:14px;text-align:left;margin-bottom:8px}}.review-qa-section .review-header-btn .review-text{color:#ddd;font-size:16px;display:flex;gap:0 8px;flex:1}@media screen and (max-width: 1024px){.review-qa-section .review-header-btn .review-text{font-size:14px;margin-bottom:16px;text-align:left}}.review-qa-section .review-header-btn .review-meta{display:flex;align-items:center;gap:0 24px}@media screen and (max-width: 1024px){.review-qa-section .review-header-btn .review-meta{gap:0 10px}}.review-qa-section .review-header-btn .review-date,.review-qa-section .review-header-btn .user-id{color:#8d8d8d;text-align:right;font-size:16px}@media screen and (max-width: 1024px){.review-qa-section .review-header-btn .review-date,.review-qa-section .review-header-btn .user-id{font-size:12px}}.review-qa-section .review-header-btn .review-date{width:100px}@media screen and (max-width: 1024px){.review-qa-section .review-header-btn .review-date{width:auto}}.review-qa-section .review-header-btn .icon-chevron-down{background:url(/build/assets/ico-arrow-sm-DcArZ_Un.png) no-repeat center center;transform:rotate(0);width:20px;height:20px;font-size:0}@media screen and (max-width: 1024px){.review-qa-section .review-header-btn .icon-chevron-down{width:12px;height:12px;background-size:12px 12px;position:absolute;right:24px;top:24px}}.review-qa-section .review-expanded-content{display:none;position:relative;margin-top:20px;border-radius:10px;padding:60px 60px 60px 200px;background-color:#1d1d1f}@media screen and (max-width: 1024px){.review-qa-section .review-expanded-content{padding:24px}}.review-qa-section .review-images{display:flex;gap:0 16px;margin-top:32px}.review-qa-section .review-full-text{font-size:16px;color:#ddd}@media screen and (max-width: 1024px){.review-qa-section .review-full-text{font-size:12px}}.review-qa-section .review-actions{position:absolute;right:11px;top:30px;display:flex;align-items:center;gap:0 8px}.review-qa-section .review-actions .action-btn{font-size:16px;font-weight:600;color:#8d8d8d}@media screen and (max-width: 1024px){.review-qa-section .review-actions .action-btn{font-size:10px}}.review-qa-section .review-actions .divider{width:1px;height:19px;background:#8d8d8d}@media screen and (max-width: 1024px){.review-qa-section .review-actions .divider{height:8px}}@media screen and (max-width: 1024px){.review-qa-section .review-actions{position:static;justify-self:flex-end;margin-bottom:15px}}.review-qa-section .answer-content{border-top:1px dashed var(--color-white-10, rgba(255, 255, 255, .1));padding-top:32px;margin-top:32px}@media screen and (max-width: 1024px){.review-qa-section .answer-content{padding-top:16px;margin-top:16px}}.review-qa-section .pagination{margin-top:40px}.review--list{display:flex;flex-direction:column;gap:20px}.additional-header.not-flex{display:block}.additional-header .additional-header-title{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 1024px){#goodsShipping .additional-header{border-bottom:1px solid var(--color-white-10, rgba(255, 255, 255, .1));padding-bottom:16px;margin-bottom:16px}#goodsShipping .additional-title{text-align:center}}.purchase-type-management.hidden{display:none}.total-purchase-note{padding-top:16px;color:#8d8d8d;font-size:14px}@media screen and (max-width: 1024px){.total-purchase-note{font-size:12px}}.button-group-purchase{margin-top:0;margin-bottom:16px}@media screen and (max-width: 768px){.button-group-purchase{grid-column:1/-1!important}}.button-added-to-cart{justify-content:flex-start}.button-added-to-cart i{width:20px;height:20px;background:url(/build/assets/task_alt-DpF81fz9.svg) no-repeat center center}@media screen and (max-width: 768px){.button-added-to-cart{display:none}}.service-contents{background:#1d1d1f;border:1px solid #38383A;border-radius:10px;padding:32px}@media screen and (max-width: 1024px){.service-contents{padding:24px}}.service-contents .form-checkbox label{color:#8ce2d0;font-size:16px;font-weight:600}@media screen and (max-width: 1024px){.service-contents .form-checkbox label{font-size:14px}}.service-contents .text-group{color:#8d8d8d;font-size:16px;margin:16px 0}@media screen and (max-width: 1024px){.service-contents .text-group{font-size:12px;margin:12px 0 8px}}.service-contents .price-group{color:#ddd;font-size:20px;font-weight:600;display:flex;align-items:center;gap:0 4px}.goods-list-container{max-width:1416px;width:100%;margin:0 auto;padding-top:80px}.item_photo_area .content_box.goods{padding:0 20px}.content_box.goods.search{max-width:1059px;margin-left:auto;margin-right:auto}.page_tit.category{text-align:center;margin-bottom:0}.list_head{width:100%;display:flex;flex-flow:row wrap;justify-content:space-between;align-items:center;color:var(--greycolor-grey04);margin-top:40px}.list_head .total_count{font-size:14px;font-weight:600}.list_head :is(.category,.sort_buttons){flex:1;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:1px}.list_head :is(.category,.sort_buttons)>li{position:relative;display:inline-flex;flex-flow:row wrap;align-items:center}.list_head :is(.category,.sort_buttons)>li :is(a,label){display:inline-block;padding:0 16px;font-size:14px;font-weight:600;color:var(--greycolor-grey05)}.list_head :is(.category,.sort_buttons)>li :is(a.on,input:checked+label){color:var(--brandcolor-normal)}.list_head :is(.category,.sort_buttons)>li input:is([type=radio],[type=checkbox]){display:none}.list_head :is(.category,.sort_buttons)>li+li:before{content:"";position:absolute;top:50%;left:-1px;display:inline-block;width:1px;height:14px;background-color:#ffffff1a;transform:translateY(-50%)}.list_head .list_sort{width:100%;display:flex;flex-direction:row;justify-content:flex-end;margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.062745098)}.list_head .list_sort .sort_buttons{display:flex;flex-direction:row}.content_box.goods .goods_list{margin-top:60px}.goods_list{margin-top:60px;display:flex;flex-direction:column;align-items:center}.category_goods_list{max-width:1200px;width:100%;display:flex;flex-direction:column;margin-bottom:60px}@media screen and (max-width: 1024px){.category_goods_list{margin-bottom:20px}}.category_goods_list>ul{display:grid;grid-template-columns:repeat(4,1fr);gap:60px}.category_goods_list>ul>li{display:flex;flex-direction:column}.category_goods_list>ul>li>*{max-width:100%}.category_goods_list>ul>li .item_thumb{aspect-ratio:1/1;width:100%;background-color:var(--greycolor-grey02);border-radius:16px;overflow:hidden;position:relative;margin-bottom:20px;background:linear-gradient(120deg,#66666624 16.01%,#66666659 88.68%);box-shadow:inset 0 1px 1px #fff3,inset 1px -1px 2px #fffafa05}.category_goods_list>ul>li .item_thumb img{width:100%;height:100%;max-width:100%;object-fit:cover}.category_goods_list>ul>li .item_thumb.soldout:before{content:"SOLD OUT";display:inline-flex;align-items:center;justify-content:center;text-align:center;width:50%;aspect-ratio:1/1;background-color:#000c;border-radius:50%;font-size:14px;font-weight:600;color:var(--subcolor-red-normal);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.category_goods_list>ul>li .item_info{line-height:1.4}.category_goods_list>ul>li .item_info .item_icons{display:flex;flex-flow:row wrap;gap:4px}.category_goods_list>ul>li .item_info .item_icons+.item_no{margin-top:8px}.item_icons .sticker{display:inline-flex;align-items:center;justify-content:center;text-align:center;width:auto;border-radius:8px;font-size:12px;font-weight:600;height:25px;padding:0 12px}.item_icons .sticker.new{background-color:#0b2551;color:#fff}.item_icons .sticker.new:before{content:"NEW"}.item_icons .sticker.best{background-color:#8ce2d0;color:#002554}.item_icons .sticker.best:before{content:"BEST"}.item_icons .sticker.sale{background-color:#e45349;color:#fff}.item_icons .sticker.sale:before{content:"Sub. Discount"}.item_icons .sticker.soldout{background-color:#5a5a5b;color:#fff}.item_icons .sticker.soldout:before{content:"SOLD OUT"}.category_goods_list>ul>li .item_info .item_no{font-size:14px;font-weight:400;color:var(--greycolor-grey05)}.category_goods_list>ul>li .item_info .item_name{font-size:16px;font-weight:400;color:var(--greycolor-grey04);margin-top:8px}.category_goods_list>ul>li .item_info .item_price_texts{display:flex;flex-flow:column wrap;align-items:flex-start;gap:0px;font-size:20px;font-weight:600;color:var(--greycolor-grey04);margin-top:20px}.category_goods_list>ul>li .item_info .item_price_texts .item_before_price{font-size:16px;color:var(--greycolor-grey05);text-decoration:line-through}.category_goods_list>ul>li .item_info .item_price_texts .item_price{color:inherit}.content_box.goods.search .search-container .search-button{width:192px}.content_box.goods.search .search-container .form_element{padding-left:0;overflow:visible;margin-right:24px}.content_box.goods.search .search-container .form_element label{font-size:14px;color:var(--greycolor-grey05);white-space:nowrap}.content_box.goods.search .list_head :is(.category,.sort_buttons){flex:unset}.content_box.goods.search .category_goods_list{padding:0 55px}.content_box.goods.search .category_goods_list>ul{grid-template-columns:repeat(4,1fr)}@media screen and (max-width: 1024px){.body-goods:is(.body-goods-list,.body-goods-search) #contents{padding:72px 20px 60px}.page_tit.category{text-align:left}.list_head .total_count{font-size:12px}.list_head .category{order:-1;width:100%;flex:unset;border-bottom:1px solid rgba(255,255,255,.062745098);margin-bottom:40px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth}.list_head .category::-webkit-scrollbar{display:none}.list_head .category>li{width:25%;height:48px}.list_head .category>li a{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%}.list_head .category>li a.on:after{content:"";display:block;width:100%;height:3px;background-color:var(--brandcolor-normal);position:absolute;bottom:-1px;left:0}.list_head .category>li+li:before{display:none}.list_head .list_sort{margin-top:8px;padding-top:8px}.list_head :is(.category,.sort_buttons){justify-content:flex-start}.list_head :is(.category,.sort_buttons)>li :is(a,label){font-size:12px;padding:0}.list_head .sort_buttons>li+li:before{position:static;transform:unset;margin:0 10px}.content_box.goods .goods_list{margin-top:40px;padding-bottom:0}.category_goods_list>ul{grid-template-columns:1fr;gap:16px}.category_goods_list>ul>li{flex-direction:row;gap:16px}.category_goods_list>ul>li .item_thumb{margin-bottom:0;width:128px;min-width:128px;border-radius:10px}.category_goods_list>ul>li .item_thumb.soldout:before{font-size:10px}.category_goods_list>ul>li .item_info .item_icons img{width:auto;height:16px}.category_goods_list>ul>li .item_info .item_no{font-size:10px}.category_goods_list>ul>li .item_info .item_name{font-size:14px;margin-top:4px}.category_goods_list>ul>li .item_info .item_price_texts{font-size:14px}.category_goods_list>ul>li .item_info .item_price_texts .item_before_price{font-size:12px}.item_icons .sticker{border-radius:4px;font-size:8px;height:16px;padding:0 8px}.content_box.goods.search .page_tit{margin-bottom:0}.content_box.goods.search .category_goods_list>ul{grid-template-columns:repeat(1,1fr)}.content_box.goods.search .board_search_sec{display:none}.content_box.goods.search .list_head .total_count{display:initial}.content_box.goods.search .category_goods_list{padding:0}}.cart-wrap,.completed-wrap{padding-top:80px;padding-bottom:120px}@media screen and (max-width: 1024px){.cart-wrap,.completed-wrap{padding-top:25px;padding-bottom:0}}.completed-header{margin:0 auto;max-width:1446px}.completed-header .completed-title{font-family:var(--namu-bold);font-weight:700;font-size:24px;color:#ddd}@media screen and (max-width: 1024px){.completed-header .completed-title{display:flex;cursor:pointer;font-size:16px;align-items:center;gap:0 8px}.completed-header .completed-title:before{content:"";display:inline-block;width:20px;height:20px;background:url(/build/assets/chevron-left-D5_gvWgf.svg) no-repeat 0 center;background-size:100% 100%;flex-shrink:0}}.completed-section{margin:0 auto;max-width:1060px}.completed-box{margin-top:60px;border-radius:20px;padding:60px 80px;background-color:#1d1d1f;justify-content:center;display:flex}@media screen and (max-width: 1024px){.completed-box{padding:24px}}.completed-box .completed-box-item .item-row{display:flex;align-items:center;gap:24px}@media screen and (max-width: 1024px){.completed-box .completed-box-item .item-row{gap:10px}}.completed-box .completed-box-item .item-row+.item-row{margin-top:24px}@media screen and (max-width: 1024px){.completed-box .completed-box-item .item-row+.item-row{margin-top:16px}}.completed-box .completed-box-item .item-row .item-row-label{width:220px;font-size:16px;color:#8d8d8d}@media screen and (max-width: 1024px){.completed-box .completed-box-item .item-row .item-row-label{font-size:14px;width:100px}}.completed-box .completed-box-item .item-row .item-row-value{color:#ddd;font-size:16px;font-weight:600}@media screen and (max-width: 1024px){.completed-box .completed-box-item .item-row .item-row-value{font-size:14px}}.completed-box-description{margin-top:16px;color:#8d8d8d;font-size:16px;text-align:center}@media screen and (max-width: 1024px){.completed-box-description{font-size:12px}}.completed-wrap .fab-actions{padding-top:60px}.completed-wrap .fab-actions .w-226{width:226px;padding-left:0;padding-right:0}@media screen and (max-width: 1024px){.completed-wrap .fab-actions .w-226{max-width:226px;width:50%}.completed-wrap .fab-actions .button{font-size:14px;height:48px}}.cart-wrap{max-width:1416px;margin:0 auto;padding:60px 0}@media screen and (max-width: 1024px){.cart-wrap{padding-bottom:0}}.page-top-header{margin-bottom:40px;display:flex;justify-content:space-between;align-items:center;position:relative}.page-top-header .header-guide-button{display:flex;align-items:center;gap:0 8px;font-size:16px;color:var(--c8D8D8D);background:transparent}.page-top-header .header-guide-button i{display:inline-block;width:20px;height:20px;background:url(/build/assets/ico-question-6ZFn_4V0.png) no-repeat center center}@media screen and (max-width: 1024px){.page-top-header .header-guide-button{display:none}}.page-top-header .page-top-title{font-size:24px;font-weight:700;color:#fff;font-family:var(--namu-bold)}@media screen and (max-width: 1024px){.page-top-header .page-top-title{font-size:16px}}.page-back-button{display:none}@media screen and (max-width: 1024px){.page-back-button{display:inline-flex;background:url(/build/assets/page-back-CGmJd-23.png) no-repeat center center/100% 100%;width:20px;height:20px;margin-right:6px;font-size:0;vertical-align:middle;transform:translateY(-1px)}}.header-guide-mobile{display:none}@media screen and (max-width: 1024px){.header-guide-mobile{display:flex;justify-content:flex-end;margin-bottom:20px}}.header-guide-button-mobile{display:flex;align-items:center;gap:0 5px;font-size:10px;color:var(--c8D8D8D);background:transparent}.header-guide-button-mobile i{display:inline-block;width:12px;height:12px;background:url(/build/assets/ico-question-6ZFn_4V0.png) no-repeat center center/contain}.cart-section .cart-table-header{display:grid;grid-template-columns:623px 106px 156px 146px 171px 121px;padding:20px 30px}.cart-section .cart-table-header.v2{grid-template-columns:467px 120px 120px 120px 120px 120px 110px;gap:25px}@media screen and (min-width: 1025px){.cart-section .cart-table-header.v2{margin:0 auto;max-width:1100px}}@media screen and (max-width: 1024px){.cart-section .cart-table-header{display:none}}.cart-section .cart-table-header .cart-header-col{color:#8d8d8d;font-size:16px;font-weight:600;text-align:center;display:flex;position:relative}.cart-section .cart-table-header .cart-header-col.col-product{justify-content:center}.cart-section .cart-table-header .cart-header-col.col-product .form-check-area{position:absolute;left:0;top:0}.cart-section .cart-table-header .cart-header-col.col-checkbox{display:flex;align-items:center}.cart-section .cart-table-header .cart-header-col.col-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer}.cart-section .order-item-list{display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 1024px){.cart-section .order-item-list{gap:0}}.cart-section .order-item-list.v2 .order-item{grid-template-columns:467px 120px 100px 120px 120px 120px 110px;gap:0 20px}@media screen and (min-width: 1025px){.cart-section .order-item-list.v2 .order-item{margin:0 auto;max-width:1100px}}.cart-section .order-item-list.v2 .order-item .order-product{margin-right:0}.cart-section .order-item-list.v2 .order-item .order-quantity{padding-right:0;border-right:0}.cart-section .order-item{display:grid;grid-template-columns:591px 110px 172px 96px 202px 120px;padding:20px 60px;border-radius:20px;background-color:#1d1d1f;align-items:center}@media screen and (max-width: 1024px){.cart-section .order-item{display:block;padding:24px;border-radius:0;position:relative}.cart-section .order-item:before{content:"";display:block;height:1px;background-color:#ffffff1a;position:absolute;left:24px;right:24px;bottom:0;z-index:1}}.cart-section .order-item .order-checkbox{display:flex;align-items:flex-start}@media screen and (max-width: 1024px){.cart-section .order-item .order-checkbox{display:none}}.cart-section .order-item .order-product{display:flex;align-items:center;gap:16px;margin-right:24px}@media screen and (max-width: 1024px){.cart-section .order-item .order-product{flex-wrap:wrap;align-items:flex-start}}.cart-section .order-item .order-image{flex-shrink:0;display:flex;align-items:center;gap:16px}@media screen and (max-width: 1024px){.cart-section .order-item .order-image{width:96px;height:96px}}.cart-section .order-item .order-image img{width:100%;height:auto;border-radius:10px}.cart-section .order-item .order-id{font-size:14px;color:#8d8d8d;margin-bottom:6px}.cart-section .order-item .order-name{font-size:20px;color:#ddd;font-weight:6500;line-height:1.4;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box}@media screen and (max-width: 1024px){.cart-section .order-item .order-name{font-size:14px}}.cart-section .order-item .order-subtitle{font-size:14px;color:#8d8d8d;font-weight:700;margin-top:12px}@media screen and (max-width: 1024px){.cart-section .order-item .order-subtitle{font-size:12px;margin-top:8px}}@media screen and (max-width: 1024px){.cart-section .order-item .order-info-left{width:calc(100% - 112px)}}.cart-section .order-item .order-status-soldout{font-size:14px;color:#fd5c51;font-weight:600;margin-top:12px}@media screen and (max-width: 1024px){.cart-section .order-item .order-status-soldout{display:none}}.cart-section .order-item .order-status-soldout-mobile{display:none;font-size:12px;color:#fd5c51;font-weight:600;margin-top:8px;padding-left:112px}@media screen and (max-width: 1024px){.cart-section .order-item .order-status-soldout-mobile{display:block}}.cart-section .order-item .order-option{font-size:14px;color:#8d8d8d;padding-left:16px;position:relative;white-space:nowrap}.cart-section .order-item .order-option:before{content:"";display:block;width:1px;height:16px;background:#ffffff1a;position:absolute;left:0;top:0}@media screen and (max-width: 1024px){.cart-section .order-item .order-option{font-size:12px;padding-left:112px;margin-top:-32px}}.cart-section .order-item .order-option-mobile{margin-left:112px;color:#8d8d8d;font-size:12px}@media screen and (max-width: 1024px){.cart-section .order-item .order-option-mobile{display:block}}.cart-section .order-item .order-shipping-method{display:flex;align-items:center;margin-right:32px}.cart-section .order-item .order-shipping-method button{font-size:14px;background:transparent;border:1px solid var(--color-white-10, rgba(255, 255, 255, .1));height:46px;color:var(--color-grey-grey-5, rgb(141, 141, 141));padding:0 19px;border-radius:4px}@media screen and (max-width: 1024px){.cart-section .order-item .order-shipping-method{padding-left:112px;margin-right:0;margin-top:10px}.cart-section .order-item .order-shipping-method button{width:auto;padding:3px 8px;height:auto}.cart-section .order-item .order-shipping-method button br{display:none}}.cart-section .order-item .order-fee{text-align:center;color:#ddd}@media screen and (max-width: 1024px){.cart-section .order-item .order-price{display:none}}.cart-section .order-item .order-price .order-price-original{font-size:14px;color:#99999a;text-decoration:line-through;margin-bottom:4px}.cart-section .order-item .order-price .order-price-original.not-discount{text-decoration:none;color:#ddd}@media screen and (max-width: 1024px){.cart-section .order-item .order-price .order-price-original{font-size:12px}}.cart-section .order-item .order-price .order-price-current{font-size:18px;color:#fff;font-weight:700;margin-bottom:4px}@media screen and (max-width: 1024px){.cart-section .order-item .order-price .order-price-current{font-size:16px}}.cart-section .order-item .order-price .order-discount{font-size:14px;color:#fd5c51;font-weight:600}@media screen and (max-width: 1024px){.cart-section .order-item .order-price .order-discount{font-size:12px}}.cart-section .order-item .order-quantity{display:flex;flex-direction:column;align-items:center;gap:16px;border-right:1px solid var(--color-white-10, rgba(255, 255, 255, .1));padding-right:40px}@media screen and (max-width: 1024px){.cart-section .order-item .order-quantity{flex-direction:row;align-items:center;gap:0 10px;padding-left:112px;padding-right:0;border-right:0;gap:0 4px;margin-top:16px}}.cart-section .order-item .order-quantity .order-qty-value{font-size:16px;height:40px;width:40px;padding:0;text-align:center}.cart-section .order-item .order-quantity .order-qty-value:read-only{border:0;background:none}@media screen and (max-width: 1024px){.cart-section .order-item .order-quantity .order-qty-value{height:32px;width:32px;font-size:12px;font-weight:600}}.cart-section .order-item .order-quantity .button{font-size:14px;width:96px;color:#8d8d8d;padding:3px 0}@media screen and (max-width: 1024px){.cart-section .order-item .order-quantity .button{width:auto;padding:3px 8px;height:32px}.cart-section .order-item .order-quantity .button br{display:none}}.cart-section .order-item .order-amount{font-size:20px;color:#ddd;font-weight:700;padding:0 40px;white-space:nowrap}@media screen and (max-width: 1024px){.cart-section .order-item .order-amount{display:none}}.cart-section .order-item .order-amount .order-amount-value{font-size:18px;color:#fff;font-weight:700;margin-bottom:4px}@media screen and (max-width: 1024px){.cart-section .order-item .order-amount .order-amount-value{font-size:16px}}.cart-section .order-item .order-amount .order-coupon-label{font-size:12px;color:#99999a;margin-bottom:2px}.cart-section .order-item .order-amount .order-coupon-value{font-size:12px;color:#99999a}.cart-section .order-item .order-price-mobile{display:none}@media screen and (max-width: 1024px){.cart-section .order-item .order-price-mobile{display:flex;gap:0 14px;justify-content:flex-end;align-items:center;margin-top:16px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}}.cart-section .order-item .order-price-mobile .order-price-original{color:#8d8d8d;font-size:14px;text-decoration:line-through}.cart-section .order-item .order-price-mobile .order-discount{margin:0 12px;font-size:14px;color:#fd5c51}.cart-section .order-item .order-price-mobile .order-price-current{color:#ddd;font-size:20px;font-weight:600}.cart-section .order-item .order-actions{display:flex;flex-direction:column;gap:8px}@media screen and (max-width: 1024px){.cart-section .order-item .order-actions{margin-top:16px;flex-direction:row}.cart-section .order-item .order-actions .order-actions-delete{display:none!important}.cart-section .order-item .order-actions .m-w-full{width:100%}}.cart-section .order-item .order-actions .button{display:flex;align-items:center;justify-content:center;width:100%;height:36px;font-weight:600;padding:0;font-size:14px}.cart-section .cart-summary{background:transparent;border:2px solid var(--brandcolor-normal);border-radius:20px;padding:60px;margin:20px 0 60px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:40px;text-align:center}@media screen and (max-width: 1024px){.cart-section .cart-summary{display:none}}.cart-section .cart-summary .summary-row{display:flex;flex-direction:column;position:relative}.cart-section .cart-summary .summary-row.summary-discount-row{position:relative}.cart-section .cart-summary .summary-row.summary-discount-row:hover .summary-tooltip{opacity:1;visibility:visible}.cart-section .cart-summary .summary-row .summary-label{font-size:14px;color:#8d8d8d;display:flex;align-items:center;gap:8px;line-height:140%}.cart-section .cart-summary .summary-row .summary-info-icon{display:inline-block;width:20px;height:20px;background:url(/build/assets/ico-question-6ZFn_4V0.png) no-repeat center center}.cart-section .cart-summary .summary-row .summary-value{font-size:32px;color:#ddd;font-weight:600}.cart-section .cart-summary .summary-row .summary-value small{font-weight:400;font-size:16px}.cart-section .cart-summary .summary-row .summary-tooltip{position:absolute;top:100%;right:0;margin-top:12px;background:var(--brandcolor-normal);border-radius:8px;padding:16px 32px;min-width:280px;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1000;color:#38383a!important}.cart-section .cart-summary .summary-row .summary-tooltip:before{content:"";position:absolute;bottom:100%;right:24px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid var(--brandcolor-normal)}.cart-section .cart-summary .summary-row .summary-tooltip .tooltip-content{color:#1d1d1f;font-size:16px}.cart-section .cart-summary .summary-row .summary-tooltip .tooltip-content .tooltip-item{color:#38383a!important;white-space:nowrap}.cart-section .cart-summary .summary-operator{margin:0 65px}@media screen and (max-width: 1024px){.cart-section .cart-summary .summary-operator{display:none}}.cart-section .cart-summary .summary-divider{background:var(--color-white-10, rgba(255, 255, 255, .1));width:1px;height:60px;margin:0 65px}.cart-section .cart-summary .summary-total .summary-label{font-size:14px;color:#8d8d8d}@media screen and (max-width: 1024px){.cart-section .cart-summary .summary-total .summary-label{font-size:18px}}.cart-section .cart-summary .summary-total .summary-value{font-size:28px;color:var(--brandcolor-normal);font-weight:700}@media screen and (max-width: 1024px){.cart-section .cart-summary .summary-total .summary-value{font-size:24px}}.cart-section .cart-actions{display:flex;justify-content:flex-end;align-items:center;gap:20px}@media screen and (max-width: 1024px){.cart-section .cart-actions{display:none}}.cart-section .cart-actions .cart-actions-right{display:flex;gap:12px}.cart-section .checkout-layout{display:grid;grid-template-columns:1fr 500px;gap:60px}@media screen and (max-width: 1024px){.cart-section .checkout-layout{grid-template-columns:1fr;gap:40px}}.cart-section .checkout-left{flex:1}.cart-section .checkout-right{flex-shrink:0}.cart-section .order-controls-mobile{display:none;margin-bottom:16px}@media screen and (max-width: 1024px){.cart-section .order-controls-mobile{display:flex;justify-content:space-between}}.cart-section .order-controls-delete{width:12px;height:12px;background:url(/build/assets/order-controls-del-BtILD0PW.png) no-repeat center center/contain}@media screen and (max-width: 1024px){.cart-section .mobile-hidden{display:none!important}}.cart-section .order-mobile-info{display:none}@media screen and (max-width: 1024px){.cart-section .order-mobile-info{display:flex;flex-direction:column;gap:10px}}.cart-section .order-mobile-info-item{display:flex;justify-content:space-between;align-items:center;padding-left:112px}.cart-section .order-mobile-info-item .item-label{color:#8d8d8d;font-size:12px;white-space:nowrap}.cart-section .order-mobile-info-item .item-value{color:#ddd;font-size:12px}.cart-section .order-mobile-info-item .item-value.order-shipping-method{padding-left:0!important}.cart-summary-mobile{display:none;background:#002554cc;box-shadow:0 -4px 8px #0000001a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:16px 20px;border-radius:20px 20px 0 0}@media screen and (max-width: 1024px){.cart-summary-mobile{display:block;position:fixed;left:0;bottom:0;right:0}}.cart-summary-mobile .summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.cart-summary-mobile .summary-label{color:#ddd;font-size:16px}.cart-summary-mobile .summary-value{color:var(--brandcolor-normal);font-size:24px;font-weight:600}.cart-summary-mobile .summary-value small{color:#ddd;font-size:16px}.cart-summary-mobile .button{width:100%;height:48px}.form-section-wrap{display:flex;flex-direction:column;gap:40px}@media screen and (max-width: 1024px){.form-section-wrap{gap:20px}}.form-section-wrap .form-label{font-weight:400;color:#8d8d8d}.form-section-wrap .form-section{background-color:#1d1d1f;border-radius:20px;padding:60px}@media screen and (max-width: 1024px){.form-section-wrap .form-section{padding:24px}}.form-section-wrap .form-section .form-section-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:40px}@media screen and (max-width: 1024px){.form-section-wrap .form-section .form-section-header{margin-bottom:20px}}.form-section-wrap .form-section .form-section-header .form-section-title{font-size:24px;font-weight:600;color:var(--brandcolor-normal);font-family:var(--namu-bold);margin:0}@media screen and (max-width: 1024px){.form-section-wrap .form-section .form-section-header .form-section-title{font-size:16px}}.form-section-wrap .form-section .form-section-header .form-section-description{color:#8d8d8d;font-size:14px;font-weight:400;padding-top:15px;font-family:Pretendard}@media screen and (max-width: 1024px){.form-section-wrap .form-section .form-section-header .form-section-description{font-size:12px;padding-top:6px}}.form-section-wrap .form-section .form-section-header .icon-chevron-down{width:20px;height:20px;background:url(/build/assets/ico-arrow-sm-DcArZ_Un.png) no-repeat center center;transform:rotate(180deg)}.form-section-wrap .form-section-content+.form-section-header{margin-top:60px}@media screen and (max-width: 1024px){.form-section-wrap .form-section-content+.form-section-header{margin-top:40px}}.form-section-wrap .gift-option-header{display:flex;gap:8px;font-size:14px;color:#8d8d8d;margin-bottom:24px}@media screen and (max-width: 1024px){.form-section-wrap .gift-option-header{font-size:12px}}.form-section-wrap .gift-option-header .gift-option-title{font-weight:600}@media screen and (max-width: 1024px){.form-section-wrap .gift-option-header .gift-option-title{font-size:14px}}.form-section-wrap .form-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media screen and (max-width: 1024px){.form-section-wrap .form-info-grid{grid-template-columns:1fr;gap:16px}}.form-section-wrap .form-info-item .form-info-label{font-size:14px;color:#99999a;margin-bottom:8px}.form-section-wrap .form-info-item .form-info-value{font-size:16px;color:#fff;font-weight:600}.form-section-wrap .fab-actions{display:flex;justify-content:center;margin-top:40px}.form-section-wrap .form-radio-group{display:flex;gap:20px}@media screen and (max-width: 1024px){.form-section-wrap .form-radio-group.mobile-flex-wrap{gap:16px;flex-wrap:wrap}}@media screen and (max-width: 768px){.form-section-wrap .form-radio-group.mobile-flex-wrap{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.form-section-wrap .form-radio-group.mobile-flex-wrap .form-radio label{margin-right:0;white-space:nowrap;padding-left:24px}}.form-section-wrap .textarea-counter{color:#99999a;font-size:14px;text-align:right;margin-top:8px}@media screen and (max-width: 1024px){.form-section-wrap .textarea-counter{font-size:10px}}.form-section-wrap .payment-method-buttons{display:flex;gap:12px;width:100%}.form-section-wrap .payment-method-buttons .payment-method-btn{flex:1;height:56px;border-radius:10px;border:1px solid #38383A;background:#1d1d1f;color:#ddd;font-size:14px;font-weight:600}.form-section-wrap .payment-method-buttons .payment-method-btn.active{background:#002554;color:#8ce2d0;border-color:#002554}@media screen and (max-width: 1024px){.form-section-wrap .payment-method-buttons{gap:8px}.form-section-wrap .payment-method-buttons .payment-method-btn{height:auto;font-size:12px;padding:7px 0}}.form-section-wrap .expiry-group{display:flex;align-items:center;gap:0 16px}@media screen and (max-width: 1024px){.form-section-wrap .expiry-group{flex-wrap:wrap;gap:8px 0;width:100%}}.form-section-wrap .expiry-group .form-input{width:270px}@media screen and (max-width: 1440px){.form-section-wrap .expiry-group .form-input{width:18.75%}}@media screen and (max-width: 1024px){.form-section-wrap .expiry-group .form-input{width:calc(50% - 19px)}}.form-section-wrap .expiry-group .expiry-separator{font-size:16px;color:#8d8d8d;line-height:1}@media screen and (max-width: 1024px){.form-section-wrap .expiry-group .expiry-separator{width:38px;text-align:center}}.form-section-wrap .expiry-group .button{width:226px}@media screen and (max-width: 1024px){.form-section-wrap .expiry-group .button{width:100%;font-size:12px}}.form-section-wrap .form-radio-group{gap:0 100px}@media screen and (max-width: 1024px){.form-section-wrap .form-radio-group{gap:0 20px}}.form-section-wrap .form-desc{font-size:14px;color:#99999a;line-height:1.6}.form-section-slide .gift-carousel{padding-left:40px;padding-right:40px}@media screen and (max-width: 1024px){.form-section-slide .gift-carousel{padding-left:0;padding-right:0}}.form-section-slide .gift-carousel+.gift-option-header{margin-top:40px}.form-section-slide .gift-carousel .carousel-btn.next,.form-section-slide .gift-carousel .carousel-btn.prev{width:24px;height:24px}.form-section-slide .gift-carousel .carousel-btn.next:after,.form-section-slide .gift-carousel .carousel-btn.prev:after{content:"";background-repeat:no-repeat;background-position:center center;background-size:contain;font-size:0;width:100%;height:100%}.form-section-slide .gift-carousel .carousel-btn.prev:after{background-image:url(/build/assets/arrow_back-28NfA892.png)}.form-section-slide .gift-carousel .carousel-btn.next:after{background-image:url(/build/assets/arrow_forward-53S2BphQ.png)}@media screen and (max-width: 1024px){.form-section-slide .gift-item{display:flex;align-items:center;gap:8px}.form-section-slide .gift-item .gift-image{flex-shrink:0}.form-section-slide .gift-item .gift-name{text-align:left}}.sticky-layout{display:flex;gap:60px}.sticky-layout .l{width:66.384180791%}.sticky-layout .r{z-index:2;position:relative;width:29.3785310734%}@media screen and (max-width: 1024px){.sticky-layout{flex-direction:column-reverse;gap:20px}.sticky-layout .l,.sticky-layout .r{width:100%}}.terms-form .form-check-area .form-checkbox label{color:var(--brandcolor-normal);font-weight:600}.terms-form .check-textarea{margin-top:40px}@media screen and (max-width: 1024px){.terms-form .check-textarea{margin-top:20px}}.terms-form .check-textarea label{color:#8d8d8d;font-size:16px}@media screen and (max-width: 1024px){.terms-form .check-textarea label{font-size:14px}}.terms-form .check-textarea .form-textarea2{background:#38383a;margin:16px 0}@media screen and (max-width: 1024px){.terms-form .check-textarea .form-textarea2{margin:8px 0}}.order-summary{background:#1d1d1f;border-radius:20px;position:sticky;overflow:hidden;top:97px;margin-bottom:112px;background:url(/build/assets/product-bg-BQ6XKLsn.png) no-repeat center top/100% auto}@media screen and (max-width: 1024px){.order-summary{background:url(/build/assets/mobile-product-bg-BrYnQsYg.png) no-repeat center top/100% auto;margin-bottom:0}}.order-summary:has(.order-confirm){background:#1d1d1f}@media screen and (max-width: 1024px){.order-summary:has(.order-confirm){padding:24px;background-color:#8ce2d0;border-radius:0 0 20px 20px}.order-summary:has(.order-confirm) .order-confirm{display:none}.order-summary:has(.order-confirm) .product-detail-item .detail-label{color:#1d1d1f}.order-summary:has(.order-confirm) .product-detail-item .detail-value{color:#1d1d1f;font-weight:600}.order-summary:has(.order-confirm) .product-details-list,.order-summary:has(.order-confirm) .product-plan-fee{padding:0}}.order-summary .order-product-info{text-align:center;padding:60px 0 40px}.order-summary .product-id{padding:20px 0 8px;color:#8d8d8d;font-size:14px}@media screen and (max-width: 1024px){.order-summary .product-id{font-size:10px}}.order-summary .product-name{font-size:24px;font-weight:600;color:#ddd;font-family:var(--namu-bold)}@media screen and (max-width: 1024px){.order-summary .product-name{font-size:16px}}.order-summary .product-details-list{display:flex;flex-direction:column;gap:20px;padding:0 32px}@media screen and (max-width: 1024px){.order-summary .product-details-list{gap:16px;padding:0 24px}}.order-summary .product-detail-item{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.order-summary .product-detail-item .detail-label{font-size:14px;color:#ddd}.order-summary .product-detail-item .detail-value{font-size:16px;color:#ddd;font-weight:600}.order-summary .product-detail-item .detail-value.line-through{text-decoration:line-through}@media screen and (max-width: 1024px){.order-summary .product-detail-item .detail-value{font-size:14px}}.order-summary .product-detail-item .radio-mark{width:16px;height:16px}.order-summary .product-detail-note{font-size:14px;color:#8d8d8d;line-height:140%;width:100%;text-align:right}@media screen and (max-width: 1024px){.order-summary .product-detail-note{font-size:10px}}.order-summary .product-plan-fee{background-color:#8ce2d0;padding:32px;margin-top:40px}@media screen and (max-width: 1024px){.order-summary .product-plan-fee{padding:24px;margin-top:24px}}.order-summary .plan-fee-label{display:flex;justify-content:space-between;color:#1d1d1f}.order-summary .plan-fee-label.align-center{align-items:center}.order-summary .plan-fee-label .plan-fee-label-text{font-weight:600;font-size:20px}@media screen and (max-width: 1024px){.order-summary .plan-fee-label .plan-fee-label-text{font-size:16px}}.order-summary .plan-fee-label .plan-fee-value-group{display:flex;align-items:center;line-height:1}@media screen and (max-width: 1024px){.order-summary .plan-fee-label .plan-fee-value-group{gap:4px}}.order-summary .plan-fee-label .plan-fee-value{font-weight:600;font-size:32px;line-height:140%;color:#1d1d1f}@media screen and (max-width: 1024px){.order-summary .plan-fee-label .plan-fee-value{font-size:24px}}.order-summary .plan-fee-label .currency{line-height:140%;font-size:20px;font-weight:600}@media screen and (max-width: 1024px){.order-summary .plan-fee-label .currency{font-size:16px}}.order-summary .plan-fee-discount{font-size:14px;margin-bottom:8px;color:#1d1d1f;text-align:right}@media screen and (max-width: 1024px){.order-summary .plan-fee-discount{font-size:12px}}.order-summary .plan-fee-note{color:#1d1d1f;font-size:12px;text-align:right}@media screen and (max-width: 1024px){.order-summary .plan-fee-note{font-size:10px}}.order-bottom-buttons{position:absolute;bottom:0;left:0;width:100%}.order-bottom-buttons .button{width:100%;font-size:18px;font-weight:600;padding-top:23px;padding-bottom:23px}.order-bottom-buttons .plan-fee-summary{display:none;justify-content:space-between;align-items:center;padding-bottom:1px}.order-bottom-buttons .plan-fee-summary .plan-fee-summary-label{font-size:16px;color:#ddd}.order-bottom-buttons .plan-fee-summary .plan-fee-summary-value b{color:var(--brandcolor-normal);font-size:24px;font-weight:600}.order-bottom-buttons .plan-fee-summary .currency{font-weight:600;font-size:16px;color:#ddd}@media screen and (max-width: 1024px){.order-bottom-buttons{position:fixed;bottom:0;left:0;width:100%;box-shadow:0 -4px 8px #0000001a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#002554cc;padding:16px 20px}.order-bottom-buttons .plan-fee-summary{display:flex}.order-bottom-buttons .button{font-size:14px;padding:14px 0;height:auto}}.cart-empty-message{text-align:center;padding:32px;border-radius:10px;background:var(--color-grey-grey-825, rgba(29, 29, 31, .25));margin-top:60px}.cart-empty-message p{color:#ddd;font-size:16px}.cart-empty-message p.color-red{color:#fd5c51}@media screen and (max-width: 1024px){.cart-empty-message{padding:16px;margin-top:20px;text-align:left}.cart-empty-message p{font-size:12px}}.order-confirm{text-align:center;font-family:var(--namu-bold);color:#ddd;font-size:24px;padding:60px 0 40px}.form-address-type{display:flex;flex-direction:column;gap:16px;width:100%}.form-address-type .address-type-group{display:flex;gap:0 60px}@media screen and (max-width: 1024px){.form-address-type .address-type-group{gap:0 8px}}.form-address-type .address-type-group .button{width:220px;height:36px;padding:0;align-items:center;font-size:14px}@media screen and (max-width: 1024px){.form-address-type .address-type-group .button{width:123px;font-size:12px}}.form-address-type .form-address-input{display:flex;gap:16px;flex-direction:column;width:100%}@media screen and (max-width: 1024px){.form-address-type .form-address-input{gap:8px}}.form-address-type .form-address-input .form-address-input-item{display:flex;gap:16px}.form-address-type .form-address-input .form-address-input-item .button{width:226px;font-size:14px;padding:0;align-items:center}@media screen and (max-width: 1024px){.form-address-type .form-address-input .form-address-input-item{gap:8px}.form-address-type .form-address-input .form-address-input-item .button{font-size:12px;width:109px}}.form-text-content{display:flex;flex-direction:column;gap:16px}.form-text-content .form-text-item{display:flex;align-items:center;gap:0 40px}@media screen and (max-width: 1024px){.form-text-content .form-text-item{gap:0 4px}}.form-text-content .form-text-item .form-text-label{font-size:16px;color:#8d8d8d;width:170px;flex-shrink:0}@media screen and (max-width: 1024px){.form-text-content .form-text-item .form-text-label{width:100px;font-size:14px}}.form-text-content .form-text-item .form-text-value{flex:1;color:#ddd;font-size:16px;font-weight:600}@media screen and (max-width: 1024px){.form-text-content .form-text-item .form-text-value{font-size:14px;text-align:right}}.form-text-content .form-text-item .button{font-size:12px;padding:4px 6px;color:#8d8d8d;height:auto}@media screen and (max-width: 1024px){.form-text-content .form-text-item .button{font-size:10px;padding:4px 8px}}.radio-btn-group{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}@media screen and (max-width: 1024px){.radio-btn-group{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}}.button-radio{display:flex;align-items:center;justify-content:center;width:100%;background:#1d1d1f;border-radius:10px;height:56px;border:1px solid rgb(56,56,58);cursor:pointer;font-size:14px;font-weight:400;text-align:center}@media screen and (max-width: 1024px){.button-radio{height:48px;font-size:14px}}.button-radio:has(input:checked){font-weight:600;background:#002554;border-color:#002554}.button-radio input{display:none}.cart-status-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:60px}@media screen and (max-width: 1024px){.cart-status-bar{flex-direction:column;gap:20px}.cart-status-bar .cart-go-cart{align-self:flex-end}}.cart-go-cart .button{height:36px;padding:0 32px;border-radius:8px;font-size:16px;font-weight:600;align-items:center}@media screen and (max-width: 1024px){.cart-go-cart .button{height:32px;font-size:12px;padding:0 25px}}.order-step{display:flex;gap:0 24px}@media screen and (max-width: 1024px){.order-step{gap:0 16px}}.order-step-item-wrap p{text-align:center;color:#8d8d8d;font-size:16px;font-weight:600;margin-top:8px}@media screen and (max-width: 1024px){.order-step-item-wrap p{font-size:12px}}.order-step-item-wrap p.current{color:var(--brandcolor-normal)}.order-step-item-row{display:flex;align-items:center;gap:24px}@media screen and (max-width: 1024px){.order-step-item-row{gap:16px}}.order-step-item-row .order-step-item{width:24px;height:24px;background:url(/build/assets/step-circle-DrB98RGw.png) no-repeat center center/contain}.order-step-item-row .order-step-item.checked{background:url(/build/assets/step-circle-checked-Id64azYp.png) no-repeat center center/contain}@media screen and (max-width: 1024px){.order-step-item-row .order-step-item{width:20px;height:20px}}.cart-header-mobile{display:none;justify-content:space-between;align-items:center;margin-bottom:20px;margin-top:40px}@media screen and (max-width: 1024px){.cart-header-mobile{display:flex}}.cart-header-mobile-delete .button{font-size:12px;padding:7px 16px;line-height:1;height:auto}.completed-box{width:1059px;margin:0 auto;border-radius:20px;padding:60px;background-color:#1d1d1f}@media screen and (max-width: 1024px){.completed-box{width:100%;padding:40px 24px}}.completed-box .completed-box-inner{display:flex;gap:40px;align-items:flex-start}@media screen and (max-width: 1024px){.completed-box .completed-box-inner{flex-direction:column;gap:20px}}.completed-box .completed-product-section{flex:1;display:flex;gap:20px;align-items:center}@media screen and (max-width: 1024px){.completed-box .completed-product-section{flex-direction:column;gap:20px;text-align:center;width:100%}}.completed-box .product-image-wrapper{width:128px;height:128px;background:#fff;border-radius:8px;padding:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.completed-box .product-image-wrapper img{width:100%;height:100%;object-fit:contain}@media screen and (max-width: 1024px){.completed-box .product-image-wrapper{width:98px;height:98px}}.completed-box .product-info-main{flex:1;display:flex;flex-direction:column;gap:8px}.completed-box .product-id{font-size:14px;color:#8d8d8d;margin-bottom:6px}@media screen and (max-width: 1024px){.completed-box .product-id{font-size:12px;margin-bottom:0}}.completed-box .product-name-row{display:flex;align-items:center;gap:16px;margin-bottom:8px}@media screen and (max-width: 1024px){.completed-box .product-name-row{flex-direction:column}.completed-box .product-name-row .product-name-separator,.completed-box .product-name-row .product-color{display:none}}.completed-box .product-name{font-size:24px;font-weight:600;color:#ddd;line-height:140%;font-family:var(--namu-bold)}@media screen and (max-width: 1024px){.completed-box .product-name{font-size:16px}}.completed-box .product-name-separator{background-color:#ffffff1a;width:1px;height:16px}.completed-box .product-color{font-size:14px;color:#8d8d8d;font-weight:400;line-height:140%}@media screen and (max-width: 1024px){.completed-box .product-color{font-size:12px}}.completed-box .product-quantity-row{display:flex;align-items:center;gap:8px;font-size:14px;color:#8d8d8d;font-weight:400;line-height:1.4;margin-bottom:8px}@media screen and (max-width: 1024px){.completed-box .product-quantity-row{margin-bottom:0;justify-content:center;font-size:12px}}.completed-box .product-quantity-label,.completed-box .product-quantity-value{color:#8d8d8d}.completed-box .product-quantity-separator{background-color:#ffffff1a;width:1px;height:16px}.completed-box .product-membership{color:#8d8d8d}.completed-box .product-shipping-row{display:flex;align-items:center;gap:8px;font-size:14px;color:#8d8d8d;font-weight:400;line-height:1.4}@media screen and (max-width: 1024px){.completed-box .product-shipping-row{flex-direction:column;gap:4px;font-size:12px}.completed-box .product-shipping-row .product-quantity-separator{display:none}}.completed-box .product-shipping-label,.completed-box .product-shipping-value{color:#8d8d8d;white-space:nowrap}.completed-box .completed-divider{width:1px;background:#ffffff1a;flex-shrink:0;align-self:stretch}@media screen and (max-width: 1024px){.completed-box .completed-divider{width:100%;height:1px}}.completed-box .completed-info-section{flex:1;display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 1024px){.completed-box .completed-info-section{gap:24px}}.completed-box .info-row{display:flex;gap:20px;align-items:flex-start}@media screen and (max-width: 1024px){.completed-box .info-row{flex-direction:column;gap:8px}}.completed-box .info-label{min-width:160px;font-size:14px;color:#8d8d8d;font-weight:400}.completed-box .info-value{font-size:16px;color:#ddd;font-weight:400;flex:1}@media screen and (max-width: 1024px){.completed-box .info-value{font-size:14px}}.completed-box .payment-amount-value{font-size:24px;font-weight:700;color:var(--brandcolor-normal)}.completed-box .payment-amount-value .currency{font-weight:400;color:#ddd;font-size:16px}@media screen and (max-width: 1024px){.completed-box .payment-amount-value .currency{font-size:14px}}.completed-box .text-1{color:#8d8d8d;font-size:16px;padding:10px 0 14px}@media screen and (max-width: 1024px){.completed-box .text-1{font-size:12px;padding:8px 0 4px}}.completed-box .text-2{color:#8d8d8d;font-size:14px}@media screen and (max-width: 1024px){.completed-box .text-2{font-size:12px}}.completed-box .payment-amount-date{white-space:nowrap;font-size:12px;color:#8d8d8d;font-weight:400}.completed-foot-text{text-align:center;padding:20px 0 60px;font-size:14px;color:#8d8d8d}@media screen and (max-width: 1024px){.completed-foot-text{padding-bottom:40px;font-size:12px}}.direct-completed-page .completed-box{width:1305px}@media screen and (max-width: 1024px){.direct-completed-page .completed-box{width:100%}}.main-wrap{overflow-x:hidden}.main-wrap .mobile{display:none}.main-wrap#container{padding-left:0;padding-right:0;padding-bottom:0}.main-wrap .main>section:not(#hero){padding-top:130px}@media screen and (max-width: 1660px){.main-wrap .main>section:not(#hero){padding-top:7.83vw}}.main-wrap .main .main-common-area{max-width:1416px;margin:0 auto}@media screen and (max-width: 1660px){.main-wrap .main .main-common-area{max-width:76vw}}.main-wrap .main .main-common-button{box-shadow:inset 0 1px 1px #fff3,inset 1px -1px 2px #fffafa05;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#ffffff1a;text-align:center}.main-wrap #modal{display:none;padding:0!important;position:fixed;top:0;left:0;width:100vw;height:100dvh;background:#0009;-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px);z-index:101}.main-wrap #modal .modal-inner{background:none;height:100%;align-content:center}.main-wrap #modal .modal-area{width:clamp(560px,58.3333333333vw,1120px);margin:0 auto}.main-wrap #modal .modal-area.hide{display:none}.main-wrap #modal .modal-area .title-box{position:relative;display:flex;align-items:flex-end;margin-bottom:clamp(12px,1.25vw,24px)}.main-wrap #modal .modal-area .title-box .logo{width:clamp(109.5px,11.40625vw,219px)}.main-wrap #modal .modal-area .title-box p{margin-left:15px;font-size:clamp(14px,1.1458333333vw,22px)}.main-wrap #modal .modal-area .title-box .button-modal-close{position:absolute;bottom:0;right:10px}.main-wrap #modal .modal-area .title-box .button-modal-close img{width:clamp(18px,1.875vw,36px)}.main-wrap #modal .modal-area .video-box{border-radius:20px;overflow:hidden}.main-wrap #modal .modal-area .video-box video{width:100%}.main-wrap .hero-section{position:relative}.main-wrap .hero-section .hero-slider-area{height:calc(100dvh - 80px);max-height:945px;min-height:700px;overflow:hidden}.main-wrap .hero-section .hero-slider-area .swiper-wrapper,.main-wrap .hero-section .hero-slider-area .swiper-slide{height:100%}.main-wrap .hero-section .hero-slider-area img{width:100vw;height:100%;object-fit:cover}.main-wrap .hero-section .hero-content-area{z-index:2;position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.main-wrap .hero-section .hero-content-area .hero-content-box{padding-top:6.25vw}.main-wrap .hero-section .hero-content-area .hero-content-box .hero-text-title{font-size:clamp(40px,3.125vw,60px);line-height:1.3}.main-wrap .hero-section .hero-content-area .hero-content-box .hero-text-description{margin:20px 0 50px;font-size:clamp(16px,1.0416666667vw,20px);white-space:pre-line}.main-wrap .hero-section .hero-content-area .hero-content-box .hero-button-list{display:flex;gap:0 30px}.main-wrap .hero-section .hero-content-area .hero-content-box .hero-button-list li a{display:block;width:182px;line-height:59px;font-size:20px;color:#000;background:#c1bdb8;text-align:center;border-radius:10px}.main-wrap .hero-section .hero-content-area .hero-content-box .hero-button-list li a.button-purchase{color:#fff;box-shadow:inset 0 1px 1px #fff3,inset 1px -1px 2px #fffafa05;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:#ffffff1a}.main-wrap .hero-section .hero-content-area .ces-banner-wrap{width:100%;margin-bottom:50px}.main-wrap .hero-section .hero-content-area .ces-banner-wrap .ces-banner-inner{display:flex;flex-direction:row;justify-content:space-between;align-items:center;box-shadow:0 2px 18px #00000026;-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px);padding:clamp(10px,1.0416666667vw,20px) clamp(15px,1.5625vw,30px);border-radius:12px;border:1px solid rgba(255,255,255,.2);background:linear-gradient(135.61deg,#1d1d1f 16.79%,#0000004d 91.41%)}.main-wrap .hero-section .hero-content-area .ces-banner-wrap .ces-banner-inner .ces-badge{flex-shrink:0}.main-wrap .hero-section .hero-content-area .ces-banner-wrap .ces-banner-inner .ces-badge img{display:block;height:clamp(60px,6.25vw,120px);width:auto}.main-wrap .hero-section .hero-content-area .ces-banner-wrap .ces-banner-inner .ces-text{flex:1;margin:0;font-size:clamp(14px,1.25vw,24px);line-height:1.5;color:#fff;padding:0 clamp(7.5px,.78125vw,15px);font-family:var(--namu-regular)}.main-wrap .hero-section .hero-content-area .ces-banner-wrap .ces-banner-inner .ces-text .ces-highlight{color:#5dd4d4;font-family:var(--namu-bold)}.main-wrap .hero-section .hero-content-area .ces-banner-wrap .ces-banner-inner .button-ces-benefits{flex-shrink:0;display:block;padding:31px clamp(20px,2.0833333333vw,40px);font-size:clamp(14px,1.0416666667vw,20px);color:#ddd;border-radius:8px;box-shadow:0 2px 18px #00000026;-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px);border:1px solid rgba(255,255,255,.2);background:#1d1d1f;text-align:center;transition:opacity .2s}.main-wrap .hero-section .hero-content-area .ces-banner-wrap .ces-banner-inner .button-ces-benefits:hover{opacity:.9}.main-wrap .hero-section .hero-content-area .event-timer-box{position:relative;margin-bottom:50px;display:flex;width:100%;align-items:center;justify-content:space-between;padding:0 50px;height:clamp(80px,8.3333333333vw,160px);background:linear-gradient(136deg,#1d1d1f 16.79%,#0000004d 91.41%);box-shadow:inset 0 1px 1px #ffffff1a,inset 1px -1px 2px #fffafa03,0 2px 18px #00000026;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:10px;z-index:10}.main-wrap .hero-section .hero-content-area .event-timer-box .text-description{font-size:clamp(14px,1.25vw,24px);white-space:pre-line}.main-wrap .hero-section .hero-content-area .event-timer-box .timer-box{display:flex;gap:0 10px;width:36.11%;align-items:center}.main-wrap .hero-section .hero-content-area .event-timer-box .timer-box>div{display:flex;flex-direction:column;align-items:center;justify-content:center;width:21.05%;aspect-ratio:1/.9;background:#ffffff0d;box-shadow:inset 0 1px 1px #ffffff26,inset 1px -1px 2px #fffafa03,0 2px 18px #00000026;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:10px}.main-wrap .hero-section .hero-content-area .event-timer-box .timer-box>div p{font-size:clamp(18px,1.875vw,36px);line-height:1.15}.main-wrap .hero-section .hero-content-area .event-timer-box .timer-box>div span{font-size:10px;color:#ffffff80}.main-wrap .hero-section .hero-content-area .event-timer-box .timer-box>i{font-size:clamp(12px,1.0416666667vw,20px)}.main-wrap .hero-section .hero-content-area .event-timer-box .button-detail{display:block;width:15.46%;aspect-ratio:1/.256;font-size:clamp(12px,1.0416666667vw,20px);text-align:center;align-content:center;background:#1d1d1f;box-shadow:inset 0 1px 1px #fff3,inset 1px -1px 2px #fffafa05;border-radius:10px}.main-wrap .promotion-section .promotion-content-area{position:relative}.main-wrap .promotion-section .promotion-content-area .promotion-tab-content{transition:all .3s}.main-wrap .promotion-section .promotion-content-area .promotion-tab-content.hide{visibility:hidden;opacity:0;transition:none}.main-wrap .promotion-section .promotion-content-area .instagram-inner .swiper-wrapper .swiper-slide{width:23.99%;border-radius:10px;overflow:hidden}.main-wrap .promotion-section .promotion-content-area .instagram-inner .swiper-wrapper .swiper-slide img{width:100%}.main-wrap .promotion-section .promotion-content-area #pr{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%}.main-wrap .promotion-section .promotion-content-area #pr .pr-inner .swiper-wrapper{justify-content:center}.main-wrap .promotion-section .promotion-content-area #pr .pr-inner .swiper-wrapper .swiper-slide{width:32.413%;padding:clamp(10px,1.0416666667vw,20px);background:#1d1d1f;border-radius:10px}.main-wrap .promotion-section .promotion-content-area #pr .pr-inner .swiper-wrapper .swiper-slide a{display:block}.main-wrap .promotion-section .promotion-content-area #pr .pr-inner .swiper-wrapper .swiper-slide .pr-item-img-box{border-radius:8px;overflow:hidden}.main-wrap .promotion-section .promotion-content-area #pr .pr-inner .swiper-wrapper .swiper-slide .pr-item-img-box img{width:100%;aspect-ratio:1/.805;object-fit:cover}.main-wrap .promotion-section .promotion-content-area #pr .pr-inner .swiper-wrapper .swiper-slide .pr-item-content-box .text-title{margin:clamp(10px,1.0416666667vw,20px) 0 8px;font-size:clamp(12px,.8333333333vw,16px);min-height:44px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.main-wrap .promotion-section .promotion-content-area #pr .pr-inner .swiper-wrapper .swiper-slide .pr-item-content-box .text-date{font-size:clamp(8px,.625vw,12px);color:var(--greycolor-grey05)}.main-wrap .promotion-section .promotion-tab-area{display:flex;justify-content:center;padding-top:50px;gap:50px}.main-wrap .promotion-section .promotion-tab-area li a{font-size:clamp(16px,1.6666666667vw,32px);opacity:.3}.main-wrap .promotion-section .promotion-tab-area li.active a{padding-bottom:10px;border-bottom:1px solid #fff;opacity:1}.main-wrap .total-wellness-section .total-wellness-title-box{text-align:center;margin-bottom:clamp(25px,2.6041666667vw,50px)}.main-wrap .total-wellness-section .total-wellness-title-box .text-title{margin-bottom:clamp(10px,1.0416666667vw,20px);font-size:clamp(26px,2.7083333333vw,52px);color:#fff}.main-wrap .total-wellness-section .total-wellness-title-box .text-description{font-size:clamp(12px,.9375vw,18px);color:#ccc;line-height:1.6;white-space:pre-line}.main-wrap .total-wellness-section .total-wellness-item-box{display:flex;justify-content:space-between}.main-wrap .total-wellness-section .total-wellness-item-box .total-wellness-item{width:49.39%;aspect-ratio:1/.58;padding:clamp(15px,1.5625vw,30px) clamp(25px,2.6041666667vw,50px);border-radius:10px;background:url(/build/assets/total_wellness_card_1-CXEebkAq.jpg) no-repeat center/cover}.main-wrap .total-wellness-section .total-wellness-item-box .total-wellness-item:last-child{background-image:url(/build/assets/total_wellness_card_2-DaOuKu_4.jpg)}.main-wrap .total-wellness-section .total-wellness-item-box .total-wellness-item .text-title{margin-bottom:clamp(6px,.5208333333vw,10px);font-size:clamp(16px,1.4583333333vw,28px);color:#fff}.main-wrap .total-wellness-section .total-wellness-item-box .total-wellness-item .text-description{font-size:clamp(12px,.9375vw,18px);margin-bottom:clamp(10px,1.0416666667vw,20px)}.main-wrap .total-wellness-section .total-wellness-item-box .total-wellness-item button{padding:0 clamp(15px,1.5625vw,30px);max-width:clamp(257px,13.3854166667vw,257px);line-height:clamp(35px,2.65625vw,51px);font-size:clamp(14px,1.0416666667vw,20px);border-radius:10px}.main-wrap .total-wellness-section .total-wellness-item-box .total-wellness-item button img{display:inline-block;margin-left:5px;vertical-align:middle}.main-wrap .service-section .service-list{display:flex;justify-content:center;height:clamp(80px,7.8125vw,150px);gap:clamp(10px,1.0416666667vw,20px)}.main-wrap .service-section .service-list li{width:12.738%;text-align:center}.main-wrap .service-section .service-list li a{display:block}.main-wrap .service-section .service-list li a img{width:clamp(34px,3.125vw,60px)}.main-wrap .service-section .service-list li a .text-service-name{display:block;margin-top:clamp(10px,1.0416666667vw,20px);font-size:clamp(12px,.9375vw,18px)}.main-wrap .outro-section .outro-inner{display:flex;height:calc(100dvh - 80px);background:url(/build/assets/outro_bg-Dr1y2yDk.png) no-repeat center/cover;flex-direction:column;justify-content:center;align-items:center}.main-wrap .outro-section .outro-title-area{text-align:center;margin-bottom:clamp(16px,1.6666666667vw,32px)}.main-wrap .outro-section .outro-title-area img{width:clamp(263px,27.3958333333vw,526px)}.main-wrap .outro-section .outro-content-area .text-description{margin-bottom:clamp(20px,1.5625vw,30px);font-size:clamp(12px,.9375vw,18px);white-space:pre-line;text-align:center}.main-wrap .outro-section .outro-content-area .button-view{display:block;width:clamp(109px,11.3541666667vw,218px);padding:0 clamp(15px,1.5625vw,30px);margin:0 auto;font-size:clamp(10px,1.0416666667vw,20px);line-height:clamp(26px,2.7083333333vw,52px);border-radius:10px}@media screen and (max-width: 1240px){.main-wrap .hero-section .hero-content-area .event-timer-box{flex-wrap:wrap;padding:1.92vw;height:auto;justify-content:center}.main-wrap .hero-section .hero-content-area .event-timer-box .text-description{width:100%;font-size:2.05vw;margin-bottom:1.92vw;text-align:center}.main-wrap .hero-section .hero-content-area .event-timer-box .timer-box{gap:0 .4vw;width:42.06%}.main-wrap .hero-section .hero-content-area .event-timer-box .timer-box>div p{font-size:2.17vw}.main-wrap .hero-section .hero-content-area .event-timer-box .timer-box>div span{font-size:9px}.main-wrap .hero-section .hero-content-area .event-timer-box .button-detail{width:17.33vw;aspect-ratio:1/.332;font-size:2.05vw}}@media screen and (max-width: 768px){.main-wrap .pc{display:none}.main-wrap .mobile{display:block}.main-wrap .main>section:not(#hero){padding-top:16vw}.main-wrap .main .main-common-area{max-width:none;padding-left:calc(5.3333333333vw);padding-right:calc(5.3333333333vw)}.main-wrap .main .hero-section .hero-content-area .ces-banner-wrap .ces-banner-inner{flex-wrap:wrap;padding:4vw;gap:calc(2.6666666667vw);text-align:center}.main-wrap .main .hero-section .hero-content-area .ces-banner-wrap .ces-banner-inner .ces-badge{order:1}.main-wrap .main .hero-section .hero-content-area .ces-banner-wrap .ces-banner-inner .ces-badge img{height:calc(21.3333333333vw);margin:0 auto}.main-wrap .main .hero-section .hero-content-area .ces-banner-wrap .ces-banner-inner .ces-text{order:2;padding:0;font-size:3.2vw;text-align:left}.main-wrap .main .hero-section .hero-content-area .ces-banner-wrap .ces-banner-inner .button-ces-benefits{order:3;width:100%;align-self:stretch;padding:calc(2.6666666667vw) 0;box-sizing:border-box;font-size:calc(4.2666666667vw)}.main-wrap #modal .modal-area{position:relative;width:auto;padding:0;height:100%;align-content:center}.main-wrap #modal .modal-area .title-box{position:absolute;display:block;top:0;padding-top:11.822dvh;left:50%;transform:translate(-50%);width:100%;text-align:center}.main-wrap #modal .modal-area .title-box .logo{margin-left:8vw;width:calc(58.6666666667vw)}.main-wrap #modal .modal-area .title-box p{margin:calc(2.1333333333vw) 0 0;font-size:4.8vw}.main-wrap #modal .modal-area .title-box .button-modal-close{position:absolute;bottom:auto;top:calc(2.6666666667vw)}.main-wrap #modal .modal-area .title-box .button-modal-close img{width:9.6vw}.main-wrap .hero-section .hero-slider-area{height:auto;max-height:none}.main-wrap .hero-section .hero-content-area .hero-content-box{width:100%;padding-top:calc(6.6666666667vw)}.main-wrap .hero-section .hero-content-area .hero-content-box .hero-text-title{font-size:calc(7.4666666667vw)}.main-wrap .hero-section .hero-content-area .hero-content-box .hero-text-description{margin:calc(5.3333333333vw) 0;font-size:calc(4.2666666667vw)}.main-wrap .hero-section .hero-content-area .hero-content-box .hero-button-list{gap:0 4vw}.main-wrap .hero-section .hero-content-area .hero-content-box .hero-button-list li a{width:calc(26.6666666667vw);line-height:9.6vw;font-size:calc(4.2666666667vw)}.main-wrap .hero-section .hero-content-area .event-timer-box{margin-bottom:calc(5.3333333333vw);padding:4vw;flex-wrap:wrap}.main-wrap .hero-section .hero-content-area .event-timer-box .text-description{width:100%;margin-bottom:4vw;font-size:calc(4.2666666667vw);text-align:center}.main-wrap .hero-section .hero-content-area .event-timer-box .timer-box{gap:0 .8vw;width:57.31%}.main-wrap .hero-section .hero-content-area .event-timer-box .timer-box>div{width:21.875%;aspect-ratio:1/1;border-radius:5px}.main-wrap .hero-section .hero-content-area .event-timer-box .timer-box>div p{font-size:calc(4.2666666667vw)}.main-wrap .hero-section .hero-content-area .event-timer-box .timer-box>div span{font-size:5px}.main-wrap .hero-section .hero-content-area .event-timer-box .timer-box>i{font-size:calc(4.2666666667vw)}.main-wrap .hero-section .hero-content-area .event-timer-box .button-detail{width:42.69%;aspect-ratio:1/.288;font-size:calc(4.2666666667vw);border-radius:5px}.main-wrap .promotion-section .promotion-content-area{min-height:auto}.main-wrap .promotion-section .promotion-content-area .swiper-pagination{position:static;margin-top:8vw}.main-wrap .promotion-section .promotion-content-area .swiper-pagination-bullet{background:var(--greycolor-grey07);opacity:1}.main-wrap .promotion-section .promotion-content-area .swiper-pagination-bullet-active{background:var(--greycolor-grey04)}.main-wrap .promotion-section .promotion-content-area .instagram-inner .swiper-wrapper .swiper-slide{width:100%}.main-wrap .promotion-section .promotion-content-area #pr .pr-inner .swiper-wrapper{justify-content:flex-start}.main-wrap .promotion-section .promotion-content-area #pr .pr-inner .swiper-wrapper .swiper-slide{width:100%;padding:calc(2.6666666667vw)}.main-wrap .promotion-section .promotion-content-area #pr .pr-inner .swiper-wrapper .swiper-slide .pr-item-img-box img{aspect-ratio:1/1.121}.main-wrap .promotion-section .promotion-content-area #pr .pr-inner .swiper-wrapper .swiper-slide .pr-item-content-box .text-title{margin:calc(2.6666666667vw) 0 calc(1.8666666667vw);font-size:calc(3.7333333333vw)}.main-wrap .promotion-section .promotion-content-area #pr .pr-inner .swiper-wrapper .swiper-slide .pr-item-content-box .text-date{font-size:calc(3.7333333333vw)}.main-wrap .promotion-section .promotion-tab-area{padding-top:8vw;gap:calc(13.3333333333vw)}.main-wrap .promotion-section .promotion-tab-area li a{font-size:calc(5.3333333333vw)}.main-wrap .total-wellness-section .total-wellness-title-box{text-align:left;margin-bottom:8vw;padding:0 calc(5.3333333333vw)}.main-wrap .total-wellness-section .total-wellness-title-box .text-title{margin-bottom:calc(5.3333333333vw);font-size:calc(7.4666666667vw)}.main-wrap .total-wellness-section .total-wellness-title-box .text-description{font-size:calc(3.7333333333vw)}.main-wrap .total-wellness-section .total-wellness-item-box{flex-direction:column;gap:8vw 0;padding:0}.main-wrap .total-wellness-section .total-wellness-item-box .total-wellness-item{width:auto;height:calc(106.6666666667vw);aspect-ratio:auto;padding:calc(5.3333333333vw);background-image:url(/build/assets/total_wellness_card_1_m-DnJS1Sgn.jpg);border-radius:0}.main-wrap .total-wellness-section .total-wellness-item-box .total-wellness-item:last-child{background-image:url(/build/assets/total_wellness_card_2_m-7rwgPinr.jpg)}.main-wrap .total-wellness-section .total-wellness-item-box .total-wellness-item .text-title{margin-bottom:calc(2.6666666667vw);font-size:6.4vw}.main-wrap .total-wellness-section .total-wellness-item-box .total-wellness-item .text-description{margin-bottom:calc(5.3333333333vw);font-size:calc(3.7333333333vw)}.main-wrap .total-wellness-section .total-wellness-item-box .total-wellness-item button{padding:0 calc(5.3333333333vw);max-width:calc(42.6666666667vw);line-height:calc(9.8666666667vw);font-size:calc(4.2666666667vw)}.main-wrap .total-wellness-section .total-wellness-item-box .total-wellness-item button img{width:calc(4.2666666667vw)}.main-wrap .service-section .service-list{display:flex;flex-direction:column;height:auto;gap:0}.main-wrap .service-section .service-list li{position:relative;width:auto}.main-wrap .service-section .service-list li:after{position:absolute;content:"";bottom:0;left:50%;transform:translate(-50%);width:100vw;height:1px;background:#ffffff4d}.main-wrap .service-section .service-list li:last-child:after{display:none}.main-wrap .service-section .service-list li a{display:flex;gap:0 8vw;padding:calc(2.6666666667vw) 0;align-items:center}.main-wrap .service-section .service-list li a img{width:calc(10.6666666667vw)}.main-wrap .service-section .service-list li a .text-service-name{margin:0;font-size:calc(4.2666666667vw)}.main-wrap .outro-section .outro-inner{height:calc(216.5333333333vw);background-image:url(/build/assets/outro_bg_m-bsVXFbBS.png)}.main-wrap .outro-section .outro-title-area{margin-bottom:calc(5.3333333333vw)}.main-wrap .outro-section .outro-title-area img{width:87.2vw}.main-wrap .outro-section .outro-content-area{padding-left:calc(5.3333333333vw);padding-right:calc(5.3333333333vw)}.main-wrap .outro-section .outro-content-area .text-description{margin-bottom:calc(5.3333333333vw);font-size:calc(3.7333333333vw)}.main-wrap .outro-section .outro-content-area .button-view{width:calc(44.5333333333vw);padding:0 calc(5.3333333333vw);font-size:calc(4.2666666667vw);line-height:9.6vw;border-radius:5px}}.event-page .page-title-section{text-align:center}.event-page .page-title-section .page-title{padding-bottom:40px}.event-page .page-title-section .btn_back{display:none}.event-page.detail .page-title-section{max-width:1065px;margin:0 auto 32px;text-align:left}.event-page.detail .page-title-section .date{display:block;margin-top:8px;font-size:16px;color:var(--c8D8D8D);font-family:var(--font-family-base),sans-serif;font-weight:400}.event-wrap{max-width:1416px;margin:0 auto}.event-wrap .tab-section{margin-bottom:60px}.event-wrap .tab-section .tab-list{display:flex}.event-wrap .tab-section .tab-list .tab-item{width:33.33%;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}.event-wrap .tab-section .tab-list .tab-item a{display:block;padding:24px 0;font-size:16px;color:var(--c8D8D8D)}.event-wrap .tab-section .tab-list .tab-item.active{border-bottom:3px solid #8CE2D0}.event-wrap .tab-section .tab-list .tab-item.active a{color:var(--greycolor-grey04)}.event-wrap .guide-area .title{margin-bottom:16px;font-weight:600}.event-wrap .guide-area .title img{display:inline-block;margin-right:3px;vertical-align:-4px}.event-wrap .guide-area .guide-list{padding-left:6px}.event-wrap .guide-area .guide-list.depth2{padding-left:11px}.event-wrap .guide-area .guide-list li{position:relative;padding-left:12px;font-size:14px;color:var(--greycolor-grey05)}.event-wrap .guide-area .guide-list li:nth-child(n+2){margin-top:5px}.event-wrap .guide-area .guide-list li:before{position:absolute;content:"";top:8px;left:0;width:3px;height:3px;background:var(--greycolor-grey05);border-radius:100%}.event-wrap .guide-area .guide-list li .text-white{color:var(--greycolor-grey04)}.event-wrap .guide-area .guide-list li .underline{text-decoration:underline}.event-wrap .guide-area .guide-list li .deeper{padding-left:73px}.event-wrap .table-area table{width:100%;font-size:14px;table-layout:fixed;border-spacing:0;border:1px solid var(--greycolor-grey07)}.event-wrap .table-area table thead th{padding:24px 0;font-weight:400;text-align:center;background:var(--subcolor-blue-dark)}.event-wrap .table-area table thead th:nth-child(n+2){border-left:1px solid var(--greycolor-grey07)}.event-wrap .table-area table tbody td{padding:24px 0;height:108px;text-align:center;border:solid var(--greycolor-grey07);border-width:1px 0 0 1px}.event-wrap .table-area table tbody td .list-box{width:fit-content;margin:0 auto;text-align:left}.event-wrap .table-area table tbody td .list-box li{position:relative;padding-left:10px}.event-wrap .table-area table tbody td .list-box li:nth-child(n+2){margin-top:3px}.event-wrap .table-area table tbody td .list-box li:before{position:absolute;content:"";top:8px;left:0;width:3px;height:3px;background:var(--greycolor-grey04);border-radius:100%}.event-wrap .content-section-event .none-event-area{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:65px 0 67px;margin-bottom:60px;background:url(https://www.namuhxdev.com/data/skin/front/no101/img/common/bg/bg-eyepettern-comb-xl-default.png) no-repeat center center}.event-wrap .content-section-event .none-event-area .icon-alert{display:block;margin-bottom:24px;width:100px;aspect-ratio:1/1;background:url(/build/assets/icon-smile-BevAt1YU.svg) no-repeat center/contain}.event-wrap .content-section-event .none-event-area .alert-txt{font-size:24px;color:#8ce2d0;font-family:var(--namu-bold),sans-serif}.event-wrap .content-section-event .event-list-area{max-width:976px;margin:0 auto;padding-bottom:60px}.event-wrap .content-section-event .event-list-area .event-list{display:flex;gap:60px;flex-wrap:wrap}.event-wrap .content-section-event .event-list-area .event-list .event-item{width:calc((100% - 60px)/2);border-radius:20px;overflow:hidden}.event-wrap .content-section-event .event-list-area .event-list .event-item .img-box{height:268px;overflow:hidden}.event-wrap .content-section-event .event-list-area .event-list .event-item .img-box img{width:100%;height:100%;object-fit:cover}.event-wrap .content-section-event .event-list-area .event-list .event-item .content-box{padding:32px 40px 40px;background:#1d1d1f}.event-wrap .content-section-event .event-list-area .event-list .event-item .content-box p{white-space:pre;overflow:hidden;text-overflow:ellipsis}.event-wrap .content-section-event .event-list-area .event-list .event-item .content-box .txt-title{font-size:20px;font-family:var(--namu-bold),sans-serif}.event-wrap .content-section-event .event-list-area .event-list .event-item .content-box .txt-desc{margin:8px 0 16px;font-size:14px;color:var(--c8D8D8D)}.event-wrap .content-section-event .event-list-area .event-list .event-item .content-box .txt-date{font-size:14px;color:var(--c8D8D8D)}.event-wrap .content-section-detail{max-width:1065px;margin:0 auto}.event-wrap .content-section-detail img{max-width:100%!important}.event-wrap .content-section-detail .button-box{margin-top:60px;text-align:center}.event-wrap .content-section-detail .button-box .button{width:226px}.event-wrap .content-section-member .benefit-area{margin-bottom:60px}.event-wrap .content-section-member .benefit-area .title-box{text-align:center}.event-wrap .content-section-member .benefit-area .title-box .txt-title{font-size:26px;color:#8ce2d0}.event-wrap .content-section-member .benefit-area .title-box .txt-subtitle{margin-top:16px;font-size:16px;color:var(--greycolor-grey05)}.event-wrap .content-section-member .benefit-area .number-box{margin:40px 0 20px;text-align:center}.event-wrap .content-section-member .benefit-area .number-box span{line-height:1;position:relative;display:block;font-size:156px;color:#8ce2d0}.event-wrap .content-section-member .benefit-area .info-box{display:flex;justify-content:space-between;align-items:flex-end}.event-wrap .content-section-member .benefit-area .info-box .info-desc .txt-title{font-size:20px;color:#8ce2d0}.event-wrap .content-section-member .benefit-area .info-box .info-desc .txt-desc{font-size:14px;color:var(--greycolor-grey05);white-space:pre-line}.event-wrap .content-section-member .benefit-area .info-box .period{font-size:20px;color:#8ce2d0}.event-wrap .content-section-member .benefit-tab-area .tab-list{display:flex;justify-content:space-between}.event-wrap .content-section-member .benefit-tab-area .tab-list .tab-item{width:24.57%;text-align:center;background:#1d1d1f40;border-top-left-radius:20px;border-top-right-radius:20px}.event-wrap .content-section-member .benefit-tab-area .tab-list .tab-item a{display:block;padding:24px 0;color:var(--greycolor-grey05)}.event-wrap .content-section-member .benefit-tab-area .tab-list .tab-item.active{background:var(--subcolor-blue-dark)}.event-wrap .content-section-member .benefit-tab-area .tab-list .tab-item.active a{color:#8ce2d0;font-weight:600}.event-wrap .content-section-member .benefit-content-area .title-box{padding:60px 0;text-align:center;background:url(/build/assets/bg_event_pattern-BTUQDw6i.png) no-repeat center/cover;border-top:2px solid var(--subcolor-blue-dark)}.event-wrap .content-section-member .benefit-content-area .title-box .txt-title{font-size:24px;color:#8ce2d0;font-weight:700}.event-wrap .content-section-member .benefit-content-area .title-box .txt-subtitle{margin:16px 0 4px}.event-wrap .content-section-member .benefit-content-area .title-box .txt-desc{font-size:14px;color:var(--greycolor-grey05)}.event-wrap .content-section-member .benefit-content-area .brand-list-box .brand-list{display:flex;flex-wrap:wrap;gap:40px 20px;width:988px;margin:0 auto}.event-wrap .content-section-member .benefit-content-area .brand-list-box .brand-list .brand-item{width:calc((100% - 60px)/4)}.event-wrap .content-section-member .benefit-content-area .brand-list-box .brand-list .brand-item a{position:relative;display:block;padding:20px 20px 57px;background:var(--greycolor-grey08);border-radius:20px}.event-wrap .content-section-member .benefit-content-area .brand-list-box .brand-list .brand-item a .header-box .flex{display:flex;justify-content:space-between;align-items:flex-start}.event-wrap .content-section-member .benefit-content-area .brand-list-box .brand-list .brand-item a .header-box .brand-info{margin-top:10px}.event-wrap .content-section-member .benefit-content-area .brand-list-box .brand-list .brand-item a .header-box .brand-info .txt-product{margin-top:8px;font-size:14px;color:var(--greycolor-grey05);line-height:1}.event-wrap .content-section-member .benefit-content-area .brand-list-box .brand-list .brand-item a .header-box .brand-info .txt-detail{position:absolute;bottom:20px;left:50%;transform:translate(-50%);font-size:12px;font-weight:600;color:var(--greycolor-grey05)}.event-wrap .content-section-member .benefit-content-area .brand-list-box .brand-list .brand-item a .header-box .brand-icon{width:32px;aspect-ratio:1/1;object-fit:contain}.event-wrap .content-section-member .benefit-content-area .brand-list-box .brand-list .brand-item a .img-box{margin-top:40px}.event-wrap .content-section-member .benefit-content-area .brand-list-box .brand-list .brand-item a .img-box img{width:100%;aspect-ratio:1/1;object-fit:cover}.event-wrap .content-section-card .card-benefit-area{margin-top:-60px;position:relative;padding:60px 0 160px;background:url(/build/assets/bg_card_benefit-CkIwIolu.png) no-repeat center/cover;border-bottom:2px solid var(--subcolor-blue-dark)}.event-wrap .content-section-card .card-benefit-area .txt-box .txt-title{font-size:32px;color:#8ce2d0}.event-wrap .content-section-card .card-benefit-area .txt-box .txt-title img{display:block;margin-bottom:8px;width:160px}.event-wrap .content-section-card .card-benefit-area .txt-box .txt-subtitle{line-height:1;margin-top:26px;color:var(--greycolor-grey05)}.event-wrap .content-section-card .card-benefit-area .tab-box{position:absolute;left:0;bottom:0}.event-wrap .content-section-card .card-benefit-area .tab-box .card-tab-list{display:flex;gap:0 8px}.event-wrap .content-section-card .card-benefit-area .tab-box .card-tab-list .card-tab-item{width:318px}.event-wrap .content-section-card .card-benefit-area .tab-box .card-tab-list .card-tab-item a{display:block;padding:22px 40px;font-size:20px;color:var(--greycolor-grey05);font-weight:600;background:#1d1d1f40;border-top-left-radius:20px;border-top-right-radius:20px}.event-wrap .content-section-card .card-benefit-area .tab-box .card-tab-list .card-tab-item.active a{color:#8ce2d0;background:var(--subcolor-blue-dark)}.event-wrap .content-section-card-plan .card-benefit-list-area{margin-top:60px}.event-wrap .content-section-card-plan .card-benefit-list-area .card-benefit-list{display:flex;flex-wrap:wrap;gap:40px 20px;width:1416px;margin:0 auto}.event-wrap .content-section-card-plan .card-benefit-list-area .card-benefit-list .card-benefit-item{width:calc((100% - 40px) / 3);padding:40px;background:var(--greycolor-grey08);border-radius:20px}.event-wrap .content-section-card-plan .card-benefit-list-area .card-benefit-list .card-benefit-item .txt-box .txt-card{font-size:24px}.event-wrap .content-section-card-plan .card-benefit-list-area .card-benefit-list .card-benefit-item .txt-box .txt-desc{margin:8px 0 16px;height:60px;font-size:14px;color:var(--greycolor-grey05);overflow:hidden}.event-wrap .content-section-card-plan .card-benefit-list-area .card-benefit-list .card-benefit-item .button-box .button{width:107px;height:32px;border-radius:4px}.event-wrap .content-section-card-plan .card-benefit-list-area .card-benefit-list .card-benefit-item .img-box{margin-top:40px}.event-wrap .content-section-card-plan .card-benefit-list-area .card-benefit-list .card-benefit-item .img-box img{width:229px;aspect-ratio:1/.655;box-shadow:-16px 15px 4px #0000000f}.event-wrap .content-section-card-plan .guide-area{margin-top:60px;padding:32px;background:#1d1d1f40;border-radius:10px}.event-wrap .content-section-card-detail .content-area{padding:80px 60px;background:var(--greycolor-grey08)}.event-wrap .content-section-card-detail .content-area .intro-box{display:flex;justify-content:space-between;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}.event-wrap .content-section-card-detail .content-area .intro-box .text-box{width:380px}.event-wrap .content-section-card-detail .content-area .intro-box .text-box .txt-title{font-size:32px;color:#8ce2d0}.event-wrap .content-section-card-detail .content-area .intro-box .text-box .txt-desc{margin:24px 0 48px;font-size:14px;color:var(--greycolor-grey05)}.event-wrap .content-section-card-detail .content-area .intro-box .text-box .button-list-box{display:flex;justify-content:space-between}.event-wrap .content-section-card-detail .content-area .intro-box .text-box .button-list-box a{display:block;font-weight:600;line-height:55px;border-radius:10px;text-align:center}.event-wrap .content-section-card-detail .content-area .intro-box .text-box .button-list-box .button-tel{width:173px;font-size:20px;color:#8ce2d0;border:1px solid}.event-wrap .content-section-card-detail .content-area .intro-box .text-box .button-list-box .button-detail{width:192px;font-size:16px;color:var(--greycolor-grey08);background:#8ce2d0}.event-wrap .content-section-card-detail .content-area .intro-box .img-box{margin-top:42px;padding-right:54px}.event-wrap .content-section-card-detail .content-area .intro-box .img-box img{box-shadow:-31px 15px 4px #00000040;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px)}.event-wrap .content-section-card-detail .content-area .table-area .txt-table-title{margin-bottom:16px;font-size:20px;font-weight:600}.event-wrap .content-section-card-detail .content-area .table-area .txt-table-title .txt-subtitle{display:inline-block;margin-left:3px;font-size:14px;color:var(--greycolor-grey05);font-weight:400}.event-wrap .content-section-card-detail .content-area .table-area .table-box col{width:25%}.event-wrap .content-section-card-detail .content-area .table-area .table-box table thead th{padding:24px 0;font-size:14px;line-height:1}.event-wrap .content-section-card-detail .content-area .table-area .table-box table tbody td{height:68px}.event-wrap .content-section-card-detail .content-area .table-area .table-box table tbody td.txt-point{color:#8ce2d0;font-weight:600}.event-wrap .content-section-card-detail .content-area .guide-area{margin-top:40px}.event-wrap .content-section-card-detail .content-area .guide-area .accordion{padding:20px;border-radius:20px;overflow:hidden;background:var(--greycolor-grey07)}.event-wrap .content-section-card-detail .content-area .guide-area .accordion.is-open dt:after{transform:translateY(-50%) rotate(180deg)}.event-wrap .content-section-card-detail .content-area .guide-area .accordion.is-open dd{display:block}.event-wrap .content-section-card-detail .content-area .guide-area .accordion dt{position:relative;font-size:14px;font-weight:600;cursor:pointer}.event-wrap .content-section-card-detail .content-area .guide-area .accordion dt:after{position:absolute;content:"";width:20px;height:20px;top:50%;right:0;transform:translateY(-50%);background:url(/build/assets/icon_accordion-DN_TXXtB.svg) no-repeat center/contain;filter:invert(1)}.event-wrap .content-section-card-detail .content-area .guide-area .accordion dt img{display:inline-block;margin-right:4px;vertical-align:-4px}.event-wrap .content-section-card-detail .content-area .guide-area .accordion dd{display:none;padding-top:20px}.event-wrap .content-section-card-detail .content-area .guide-area .accordion dd .guide-list b{display:block;margin-bottom:3px}.event-wrap .content-section-card-detail .content-area .guide-area .accordion dd .guide-list li{color:var(--greycolor-grey04)}.event-wrap .content-section-card-detail .content-area .guide-area .accordion dd .guide-list li:nth-child(n+2){margin-top:16px}.event-wrap .content-section-card-detail .content-area .guide-area>.guide-list{margin-top:40px}.event-wrap .content-section-card-detail .content-area .guide-area>.guide-list li{line-height:1.6}.event-wrap .content-section-card-detail .content-area .guide-area>.guide-list li:before{top:10px}.event-wrap .content-section-card-month .table-area{margin-top:60px;padding:80px 60px;background:var(--greycolor-grey08)}.event-wrap .content-section-card-month .table-area .txt-table-title{margin-bottom:48px;font-size:24px;color:#8ce2d0;text-align:center}.event-wrap .content-section-card-month .table-area table col:nth-child(2){width:17.43%}.event-wrap .content-section-card-month .table-area table col:nth-child(3){width:17.43%}.event-wrap .content-section-card-month .table-area table col:nth-child(4){width:47.68%}.event-wrap .content-section-card-month .guide-area{margin-top:60px;padding:32px;background:#1d1d1f80;border-radius:10px}@media screen and (max-width: 768px){.event-page{overflow:hidden}.event-page .page-title-section{display:flex;align-items:center;gap:0 8px;padding:25px 0;margin-bottom:32px;text-align:left}.event-page .page-title-section .page-title{padding:0;font-size:16px}.event-page .page-title-section .btn_back{display:block;width:20px;height:20px;background:url(/build/assets/btn_title_white-BmvWlEAf.svg) no-repeat center/contain}.event-page.detail .page-title-section{align-items:flex-start}.event-page.detail .page-title-section .date{margin-top:4px;font-size:12px}.event-page .pagination{gap:12px}.event-page .pagination .pagination-button{font-size:12px}.event-page .pagination .paging-item{width:24px;height:24px;font-size:12px}.event-wrap .tab-section{margin-bottom:40px}.event-wrap .tab-section .tab-list .tab-item a{padding:15px 0;font-size:12px}.event-wrap .guide-area .title{font-size:12px}.event-wrap .guide-area .title img{width:16px;aspect-ratio:1/1;vertical-align:-3px}.event-wrap .guide-area .guide-list li{padding-left:10px;font-size:12px}.event-wrap .guide-area .guide-list li:before{top:7px;width:2px;height:2px}.event-wrap .table-area table{font-size:8px}.event-wrap .table-area table .mobile{display:none}.event-wrap .table-area table thead th{font-size:10px;padding:10px 3px}.event-wrap .table-area table tbody td{padding:8px 5px;height:49px}.event-wrap .table-area table tbody td .list-box{margin:0}.event-wrap .table-area table tbody td .list-box li{position:relative;padding-left:5px}.event-wrap .table-area table tbody td .list-box li:nth-child(n+2){margin-top:1px}.event-wrap .table-area table tbody td .list-box li:before{top:5px;width:1px;height:1px}.event-wrap .content-section-event .none-event-area{margin-bottom:40px;padding:20px 0;justify-content:center;background-size:cover}.event-wrap .content-section-event .none-event-area .icon-alert{margin-bottom:16px;width:14.328%}.event-wrap .content-section-event .none-event-area .alert-txt{font-size:16px}.event-wrap .content-section-event .event-list-area{padding-bottom:20px}.event-wrap .content-section-event .event-list-area .event-list{gap:16px;flex-direction:column}.event-wrap .content-section-event .event-list-area .event-list .event-item{width:100%;border-radius:10px}.event-wrap .content-section-event .event-list-area .event-list .event-item .img-box{height:158px}.event-wrap .content-section-event .event-list-area .event-list .event-item .content-box{padding:16px 24px 20px}.event-wrap .content-section-event .event-list-area .event-list .event-item .content-box .txt-title{font-size:16px}.event-wrap .content-section-event .event-list-area .event-list .event-item .content-box .txt-desc{margin:4px 0 8px;font-size:12px}.event-wrap .content-section-event .event-list-area .event-list .event-item .content-box .txt-date{font-size:12px}.event-wrap .content-section-detail .button-box{margin-top:48px}.event-wrap .content-section-detail .button-box .button{padding:0;width:100%;height:48px;line-height:47px}.event-wrap .content-section-member .benefit-area .title-box .txt-title{font-size:16px;line-height:1}.event-wrap .content-section-member .benefit-area .title-box .txt-subtitle{margin-top:8px;font-size:12px}.event-wrap .content-section-member .benefit-area .number-box{margin:20px 0}.event-wrap .content-section-member .benefit-area .number-box span{font-size:80px}.event-wrap .content-section-member .benefit-area .info-box{display:block}.event-wrap .content-section-member .benefit-area .info-box .info-desc .txt-title{font-size:12px;line-height:1}.event-wrap .content-section-member .benefit-area .info-box .info-desc .txt-desc{margin:8px 0;font-size:12px}.event-wrap .content-section-member .benefit-area .info-box .period{font-size:12px}.event-wrap .content-section-member .benefit-tab-area .tab-list .tab-item{width:24.1%;border-top-left-radius:10px;border-top-right-radius:10px}.event-wrap .content-section-member .benefit-tab-area .tab-list .tab-item a{font-size:12px;padding:15px 0}.event-wrap .content-section-member .benefit-content-area .title-box{padding:40px 0}.event-wrap .content-section-member .benefit-content-area .title-box .txt-title{font-size:20px}.event-wrap .content-section-member .benefit-content-area .title-box .txt-subtitle{margin:8px 0 4px}.event-wrap .content-section-member .benefit-content-area .title-box .txt-desc{font-size:12px}.event-wrap .content-section-member .benefit-content-area .brand-list-box .brand-list{display:flex;flex-direction:column;gap:16px 0;flex-wrap:nowrap;width:auto}.event-wrap .content-section-member .benefit-content-area .brand-list-box .brand-list .brand-item{width:auto}.event-wrap .content-section-member .benefit-content-area .brand-list-box .brand-list .brand-item a{position:static;display:flex;flex-direction:row-reverse;justify-content:space-between;padding:24px 7.16%;border-radius:10px}.event-wrap .content-section-member .benefit-content-area .brand-list-box .brand-list .brand-item a .header-box{position:relative;width:65.38%}.event-wrap .content-section-member .benefit-content-area .brand-list-box .brand-list .brand-item a .header-box .brand-info{margin-top:4px}.event-wrap .content-section-member .benefit-content-area .brand-list-box .brand-list .brand-item a .header-box .brand-info .txt-brand{font-size:14px}.event-wrap .content-section-member .benefit-content-area .brand-list-box .brand-list .brand-item a .header-box .brand-info .txt-product{margin:6px 0 20px;font-size:12px}.event-wrap .content-section-member .benefit-content-area .brand-list-box .brand-list .brand-item a .header-box .brand-info .txt-detail{bottom:2px;left:0;transform:translate(0);font-size:10px}.event-wrap .content-section-member .benefit-content-area .brand-list-box .brand-list .brand-item a .header-box .brand-icon{width:24px}.event-wrap .content-section-member .benefit-content-area .brand-list-box .brand-list .brand-item a .img-box{width:28.65%;margin:0}.event-wrap .content-section-member .benefit-content-area .brand-list-box .brand-list .brand-item a .img-box img{aspect-ratio:1/1}.event-wrap .content-section-card .card-benefit-area{margin-top:-40px;padding:0;background:none}.event-wrap .content-section-card .card-benefit-area .txt-box{padding:120px 16px 20px;background:url(/build/assets/bg_card_benefit_m-cVAjagTS.png) no-repeat center/cover}.event-wrap .content-section-card .card-benefit-area .txt-box .txt-title{font-size:20px}.event-wrap .content-section-card .card-benefit-area .txt-box .txt-title img{margin-bottom:4px;width:80px}.event-wrap .content-section-card .card-benefit-area .txt-box .txt-subtitle{margin-top:14px;font-size:12px}.event-wrap .content-section-card .card-benefit-area .tab-box{position:static;margin-top:40px}.event-wrap .content-section-card .card-benefit-area .tab-box .card-tab-list{gap:0 1.19%}.event-wrap .content-section-card .card-benefit-area .tab-box .card-tab-list .card-tab-item{width:49.405%}.event-wrap .content-section-card .card-benefit-area .tab-box .card-tab-list .card-tab-item a{padding:15px 0 15px 9.69%;font-size:13px;border-top-left-radius:10px;border-top-right-radius:10px}.event-wrap .content-section-card-plan .card-benefit-list-area{margin-top:40px}.event-wrap .content-section-card-plan .card-benefit-list-area .card-benefit-list{display:flex;flex-wrap:nowrap;flex-direction:column;gap:16px 0;width:auto}.event-wrap .content-section-card-plan .card-benefit-list-area .card-benefit-list .card-benefit-item{width:auto;padding:24px 7.164%;border-radius:10px}.event-wrap .content-section-card-plan .card-benefit-list-area .card-benefit-list .card-benefit-item .txt-box .txt-card{font-size:16px}.event-wrap .content-section-card-plan .card-benefit-list-area .card-benefit-list .card-benefit-item .txt-box .txt-desc{height:51px;font-size:12px}.event-wrap .content-section-card-plan .card-benefit-list-area .card-benefit-list .card-benefit-item .img-box{margin-top:32px}.event-wrap .content-section-card-plan .card-benefit-list-area .card-benefit-list .card-benefit-item .img-box img{width:152px;box-shadow:-16px 15px 4px #0000000f}.event-wrap .content-section-card-plan .guide-area{margin-top:40px;padding:16px 4.776%}.event-wrap .content-section-card-detail .content-area{position:relative;background:none;padding:60px 0;z-index:2}.event-wrap .content-section-card-detail .content-area:after{position:absolute;content:"";top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:var(--greycolor-grey08);z-index:-1}.event-wrap .content-section-card-detail .content-area .intro-box{display:block;margin-bottom:20px;padding-bottom:20px}.event-wrap .content-section-card-detail .content-area .intro-box .text-box{width:auto}.event-wrap .content-section-card-detail .content-area .intro-box .text-box .txt-title{font-size:20px}.event-wrap .content-section-card-detail .content-area .intro-box .text-box .txt-desc{margin:16px 0 32px;font-size:12px}.event-wrap .content-section-card-detail .content-area .intro-box .text-box .button-list-box a{line-height:47px}.event-wrap .content-section-card-detail .content-area .intro-box .text-box .button-list-box .button-tel{width:48.65%;font-size:16px}.event-wrap .content-section-card-detail .content-area .intro-box .text-box .button-list-box .button-detail{width:48.65%;font-size:14px}.event-wrap .content-section-card-detail .content-area .intro-box .img-box{margin-top:20px;padding:40px 52px;text-align:center}.event-wrap .content-section-card-detail .content-area .intro-box .img-box img{box-shadow:-31px 15px 4px #00000040;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px)}.event-wrap .content-section-card-detail .content-area .table-area .txt-table-title{font-size:14px}.event-wrap .content-section-card-detail .content-area .table-area .txt-table-title .txt-subtitle{display:block;margin:6px 0 0;font-size:12px}.event-wrap .content-section-card-detail .content-area .table-area .table-box table thead th{padding:10px 0;font-size:10px}.event-wrap .content-section-card-detail .content-area .table-area .table-box table tbody td{font-size:10px;height:48px}.event-wrap .content-section-card-detail .content-area .guide-area{margin-top:20px}.event-wrap .content-section-card-detail .content-area .guide-area .accordion{padding:16px;border-radius:10px}.event-wrap .content-section-card-detail .content-area .guide-area .accordion dt{font-size:12px}.event-wrap .content-section-card-detail .content-area .guide-area .accordion dt img{margin-right:4px;vertical-align:-5px}.event-wrap .content-section-card-detail .content-area .guide-area .accordion dd{font-size:10px;padding-top:16px}.event-wrap .content-section-card-detail .content-area .guide-area .accordion dd .guide-list li{font-size:10px}.event-wrap .content-section-card-detail .content-area .guide-area .accordion dd .guide-list li:nth-child(n+2){margin-top:16px}.event-wrap .content-section-card-detail .content-area .guide-area .mobile{display:none}.event-wrap .content-section-card-month .table-area{margin-top:40px;padding:40px 7.164%}.event-wrap .content-section-card-month .table-area .txt-table-title{margin-bottom:16px;font-size:16px}.event-wrap .content-section-card-month .table-area table col:nth-child(2){width:20.9%}.event-wrap .content-section-card-month .table-area table col:nth-child(3){width:29.26%}.event-wrap .content-section-card-month .table-area table col:nth-child(4){width:49.82%}.event-wrap .content-section-card-month .guide-area{margin-top:40px;padding:16px 4.776%}}.brand-wrap .mobile{display:none}.brand-wrap#container{padding-left:0;padding-right:0;padding-bottom:0;background:#000}.brand-wrap .main>section:nth-child(n+2){margin-top:clamp(75px,7.8125vw,150px)}.brand-wrap .main .brand-story-common-area{max-width:clamp(708px,73.75vw,1416px);margin:0 auto}.brand-wrap .hero-section #heroVideo{width:100%}.brand-wrap .intro-section{text-align:center}.brand-wrap .intro-section .intro-inner{padding:clamp(50px,5.2083333333vw,100px) 0;background:url(/build/assets/intro_bg-IqKmAvBY.png) no-repeat center/cover}.brand-wrap .intro-section .intro-title-area{margin-bottom:clamp(25px,2.6041666667vw,50px)}.brand-wrap .intro-section .intro-title-area h3 img{position:relative;left:clamp(22px,2.2916666667vw,44px);display:block;width:clamp(328px,34.1666666667vw,656px);margin:0 auto clamp(15px,1.5625vw,30px)}.brand-wrap .intro-section .intro-title-area h3 span{font-size:clamp(26px,2.7083333333vw,52px);color:#85e0d2}.brand-wrap .intro-section .intro-content-area span{display:block;margin-bottom:clamp(15px,1.5625vw,30px);font-size:clamp(13px,1.0416666667vw,20px);color:#bebebe;white-space:pre-line}.brand-wrap .intro-section .intro-content-area .text-lg{font-size:clamp(15px,1.4583333333vw,28px);color:#fff}.brand-wrap .design-section .design-title-area{margin-bottom:clamp(40px,4.1666666667vw,80px)}.brand-wrap .design-section .design-title-area h3{font-size:clamp(26px,2.7083333333vw,52px);color:#fff}.brand-wrap .design-section .design-content-area{margin-bottom:clamp(40px,4.1666666667vw,80px)}.brand-wrap .design-section .design-content-area .design-content-item{display:flex;justify-content:space-between;align-items:flex-start}.brand-wrap .design-section .design-content-area .design-content-item:nth-child(n+2){margin-top:clamp(40px,4.1666666667vw,80px)}.brand-wrap .design-section .design-content-area .design-content-item dt{width:clamp(125px,13.0208333333vw,250px);font-size:clamp(16px,1.25vw,24px);color:#fff;line-height:clamp(29px,3.0208333333vw,58px);border-radius:clamp(25px,2.6041666667vw,50px);text-align:center;box-shadow:inset 0 1px 1px #fff3,inset 1px -1px 2px #fffafa05;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:#ffffff17}.brand-wrap .design-section .design-content-area .design-content-item dd{width:calc(100% - clamp(177px,18.4375vw,354px))}.brand-wrap .design-section .design-content-area .design-content-item dd .text-description{margin-bottom:clamp(20px,1.5625vw,30px);font-size:clamp(14px,.9375vw,18px);color:#bebebe;white-space:pre-line}.brand-wrap .design-section .design-content-area .design-content-item dd.logo img{width:clamp(136px,14.1666666667vw,272px)}.brand-wrap .design-section .design-content-area .design-content-item dd.slogan img{width:clamp(243px,25.3125vw,486px)}.brand-wrap .design-section .design-content-area .design-content-item dd.symbol img{width:100%}.brand-wrap .design-section .design-content-area .design-content-item dd.pattern .img-box{border-radius:clamp(10px,1.0416666667vw,20px);overflow:hidden}.brand-wrap .design-section .design-content-area .design-content-item dd.pattern .img-box img{width:100%}.brand-wrap .design-section .design-banner-area{display:flex;padding:clamp(30px,2.6041666667vw,50px);align-items:center;justify-content:space-between;background:url(/build/assets/team_banner_bg-BNqPzFoU.png) no-repeat center/cover;box-shadow:inset 0 1px 1px #ffffff0d,inset 1px -1px 2px #fffafa05;border-radius:clamp(10px,1.0416666667vw,20px)}.brand-wrap .design-section .design-banner-area .text-title{font-size:clamp(20px,1.6666666667vw,32px);color:#fff}.brand-wrap .design-section .design-banner-area .button-view-assets{display:block;width:clamp(113px,11.7708333333vw,226px);line-height:clamp(28px,2.9166666667vw,56px);font-size:clamp(12px,1.0416666667vw,20px);text-align:center;border-radius:clamp(5px,.5208333333vw,10px);box-shadow:inset 0 1px 1px #fff3,inset 1px -1px 2px #fffafa05;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:#ffffff17;background:#000}.brand-wrap .robotics-section{padding:clamp(75px,7.8125vw,150px) 0;background:url(/build/assets/robotics_bg-D7Jf10QS.png) no-repeat center/cover}.brand-wrap .robotics-section .robotics-inner{width:clamp(384px,40vw,768px);margin:0 auto}.brand-wrap .robotics-section .robotics-title-area{margin-bottom:clamp(25px,2.6041666667vw,50px)}.brand-wrap .robotics-section .robotics-title-area h3{font-size:clamp(26px,2.7083333333vw,52px);color:#85e0d2}.brand-wrap .robotics-section .robotics-content-area .text-description{font-size:clamp(13px,1.0416666667vw,20px);white-space:pre-line}.brand-wrap .team-section .team-intro-area .intro-box{display:flex;align-items:flex-start;justify-content:space-between}.brand-wrap .team-section .team-intro-area .intro-box .img-box{padding:clamp(20px,2.0833333333vw,40px) clamp(20px,2.0833333333vw,40px);background:#231f20;border-radius:clamp(10px,1.0416666667vw,20px)}.brand-wrap .team-section .team-intro-area .intro-box .img-box img{width:clamp(307.5px,32.03125vw,615px)}.brand-wrap .team-section .team-intro-area .intro-box .content-box{width:clamp(346.5px,36.09375vw,693px);margin-top:clamp(-10px,-1.0416666667vw,-20px)}.brand-wrap .team-section .team-intro-area .intro-box .content-box h3{margin-bottom:clamp(20px,2.0833333333vw,40px);font-size:clamp(20px,2.0833333333vw,40px);color:#fff;line-height:1.2}.brand-wrap .team-section .team-intro-area .intro-box .content-box h3 .large{display:block;margin-bottom:clamp(5px,.5208333333vw,10px)}.brand-wrap .team-section .team-intro-area .intro-box .content-box h3 .large .color{font-size:clamp(31px,3.2291666667vw,62px);color:#85e0d2}.brand-wrap .team-section .team-intro-area .intro-box .content-box h3 .large img{display:inline-block;width:clamp(136px,14.1666666667vw,272px);margin-left:clamp(10px,1.0416666667vw,20px);vertical-align:clamp(-1.5px,-.15625vw,-3px)}.brand-wrap .team-section .team-intro-area .intro-box .content-box .text-description span{display:block;font-size:clamp(9px,.9375vw,18px);line-height:1.3}.brand-wrap .team-section .team-intro-area .intro-box .content-box .text-description span:nth-child(n+2){margin-top:clamp(10px,1.0416666667vw,20px)}.brand-wrap .team-section .team-intro-area .intro-box .content-box .text-description span.color-white{color:#fff}.brand-wrap .team-section .team-intro-area .partner-box{display:flex;margin-top:clamp(15px,1.5625vw,30px);padding:clamp(10px,1.0416666667vw,20px) clamp(35px,3.6458333333vw,70px);background:#fff;border-radius:clamp(10px,1.0416666667vw,20px);align-items:center;justify-content:space-between}.brand-wrap .team-section .team-intro-area .partner-box .img-box{width:clamp(338px,35.2083333333vw,676px)}.brand-wrap .team-section .team-intro-area .partner-box .content-box .partner-list li{display:flex;gap:0 clamp(10px,1.0416666667vw,20px)}.brand-wrap .team-section .team-intro-area .partner-box .content-box .partner-list li:nth-child(n+2){margin-top:clamp(5px,.5208333333vw,10px)}.brand-wrap .team-section .team-intro-area .partner-box .content-box .partner-list li p{font-size:clamp(8px,.8333333333vw,16px);color:#000;line-height:1}.brand-wrap .team-section .team-intro-area .partner-box .content-box .partner-list li p.text-title{width:clamp(36px,3.75vw,72px)}.brand-wrap .team-section .team-identity-area{margin-top:clamp(75px,7.8125vw,150px)}.brand-wrap .team-section .team-identity-area .title-box{margin-bottom:clamp(25px,2.6041666667vw,50px)}.brand-wrap .team-section .team-identity-area .title-box .text-title{font-size:clamp(20px,2.0833333333vw,40px);color:#fff}.brand-wrap .team-section .team-identity-area .title-box .text-title .color{display:inline-block;margin-right:clamp(5px,.5208333333vw,10px);color:#85e0d2}.brand-wrap .team-section .team-identity-area .why-box{padding:clamp(30px,3.125vw,60px) clamp(40px,4.1666666667vw,80px);background:url(/build/assets/team_why_bg-BqJOnsuh.png) no-repeat center/cover;border-radius:clamp(12px,1.25vw,24px)}.brand-wrap .team-section .team-identity-area .why-box .content-box .content-list{display:flex;flex-direction:column;gap:clamp(26px,2.7083333333vw,52px) 0}.brand-wrap .team-section .team-identity-area .why-box .content-box .content-list dl{display:flex;justify-content:space-between;align-items:center}.brand-wrap .team-section .team-identity-area .why-box .content-box .content-list dl dt{width:clamp(140px,14.5833333333vw,280px);font-size:clamp(16px,1.25vw,24px);color:#85e0d2;line-height:clamp(29px,3.0208333333vw,58px);border-radius:clamp(25px,2.6041666667vw,50px);text-align:center;box-shadow:inset 0 1px 1px #fff3,inset 1px -1px 2px #fffafa05;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:#ffffff17}.brand-wrap .team-section .team-identity-area .why-box .content-box .content-list dl dd{width:calc(100% - clamp(155px,16.1458333333vw,310px));font-size:clamp(14px,.9375vw,18px);line-height:1.2}.brand-wrap .team-section .team-identity-area .identity-common-type{margin-top:clamp(35px,3.6458333333vw,70px)}.brand-wrap .team-section .team-identity-area .identity-common-type .content-box{background:#1d1d1f;border-radius:clamp(10px,1.0416666667vw,20px)}.brand-wrap .team-section .team-identity-area .identity-common-type .content-box .content-list{display:flex;justify-content:space-between}.brand-wrap .team-section .team-identity-area .identity-common-type .content-box .content-list li{display:flex;width:clamp(229.5px,23.90625vw,459px);padding:clamp(35.5px,3.6979166667vw,71px) clamp(10px,1.0416666667vw,20px);flex-direction:column;justify-content:center;align-items:center;text-align:center}.brand-wrap .team-section .team-identity-area .identity-common-type .content-box .content-list li:nth-child(n+2) .icon-box:after{position:absolute;content:"";top:clamp(41.5px,4.3229166667vw,83px);left:0;width:clamp(152.5px,15.8854166667vw,305px);height:1px;background:#85e0d2;transform:translate(-100%)}.brand-wrap .team-section .team-identity-area .identity-common-type .content-box .content-list li .icon-box{position:relative}.brand-wrap .team-section .team-identity-area .identity-common-type .content-box .content-list li .icon-box img{width:clamp(87px,9.0625vw,174px)}.brand-wrap .team-section .team-identity-area .identity-common-type .content-box .content-list li .text-box{margin-top:clamp(10px,1.0416666667vw,20px)}.brand-wrap .team-section .team-identity-area .identity-common-type .content-box .content-list li .text-box .text-title{margin-bottom:clamp(5px,.5208333333vw,10px);font-size:clamp(16px,1.25vw,24px);color:#85e0d2;line-height:1}.brand-wrap .team-section .team-identity-area .identity-common-type .content-box .content-list li .text-box .text-description{font-size:clamp(14px,.9375vw,18px);color:#fff;white-space:pre-line}.brand-wrap .global-section .global-title-area{margin-bottom:clamp(25px,2.6041666667vw,50px)}.brand-wrap .global-section .global-title-area h3{font-size:clamp(26px,2.7083333333vw,52px);color:#85e0d2}.brand-wrap .global-section .global-content-area .text-box .text-list{display:flex;flex-direction:column;gap:clamp(15px,1.5625vw,30px) 0}.brand-wrap .global-section .global-content-area .text-box .text-list li .text-title{margin-bottom:clamp(5px,.5208333333vw,10px);font-size:clamp(16px,1.25vw,24px);color:#fff;font-weight:700}.brand-wrap .global-section .global-content-area .text-box .text-list li .text-description{font-size:clamp(14px,.9375vw,18px);color:#bebebe;line-height:1.6}.brand-wrap .global-section .global-content-area .map-box{margin-top:clamp(25px,2.6041666667vw,50px)}.brand-wrap .global-section .global-content-area .map-box .map-title{width:clamp(180px,18.75vw,360px);margin-bottom:clamp(15px,1.5625vw,30px);font-size:clamp(16px,1.4583333333vw,28px);color:#fff;line-height:clamp(32.5px,3.3854166667vw,65px);border-radius:clamp(25px,2.6041666667vw,50px);text-align:center;box-shadow:inset 0 1px 1px #fff3,inset 1px -1px 2px #fffafa05;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:#ffffff17}.brand-wrap .global-section .global-content-area .map-box .img-box img{width:100%}.brand-wrap .ai-section .ai-inner{padding:clamp(75px,7.8125vw,150px) 0;background:url(/build/assets/ai_soultion_bg-BOa4J1D8.png) no-repeat center/cover}.brand-wrap .ai-section .ai-title-area{margin-bottom:clamp(25px,2.6041666667vw,50px)}.brand-wrap .ai-section .ai-title-area h3{font-size:clamp(26px,2.7083333333vw,52px);color:#fff;text-align:center}.brand-wrap .ai-section .ai-content-area{display:flex;justify-content:space-between}.brand-wrap .ai-section .ai-content-area .ai-content-list{width:clamp(349px,36.3541666667vw,698px);padding:clamp(30px,3.125vw,60px) 0 clamp(30px,3.125vw,60px) clamp(30px,3.125vw,60px);border-radius:clamp(10px,1.0416666667vw,20px);background:#1d1d1f80}.brand-wrap .ai-section .ai-content-area .ai-content-list .text-title{display:flex;align-items:center;gap:0 clamp(5px,.5208333333vw,10px);margin-bottom:clamp(15px,1.5625vw,30px);font-size:clamp(18px,1.875vw,36px);color:#fff}.brand-wrap .ai-section .ai-content-area .ai-content-list .text-title img{width:clamp(40px,4.1666666667vw,80px)}.brand-wrap .ai-section .ai-content-area .ai-content-list .list-box{display:flex;padding:0 clamp(10px,1.0416666667vw,20px);flex-direction:column;gap:clamp(7.5px,.78125vw,15px) 0}.brand-wrap .ai-section .ai-content-area .ai-content-list .list-box li{display:flex;align-items:center;gap:0 clamp(20px,2.0833333333vw,40px)}.brand-wrap .ai-section .ai-content-area .ai-content-list .list-box li.line2{align-items:flex-start}.brand-wrap .ai-section .ai-content-area .ai-content-list .list-box li img{width:clamp(22px,2.2916666667vw,44px)}.brand-wrap .ai-section .ai-content-area .ai-content-list .list-box li p{font-size:clamp(12px,1.25vw,24px);white-space:pre-line}.brand-wrap .ai-section .ai-a1-area{margin-top:clamp(50px,5.2083333333vw,100px);text-align:center}.brand-wrap .ai-section .ai-a1-area img{width:clamp(200px,20.8333333333vw,400px)}.brand-wrap .ai-section .ai-a1-area a{display:block;margin:clamp(25px,2.6041666667vw,50px) auto 0;width:clamp(98px,10.2083333333vw,196px);line-height:clamp(26px,2.7083333333vw,52px);font-size:clamp(10px,1.0416666667vw,20px);border-radius:clamp(5px,.5208333333vw,10px);box-shadow:inset 0 1px 1px #fff3,inset 1px -1px 2px #fffafa05;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:#ffffff17}@media screen and (max-width: 768px){.brand-wrap{overflow-x:hidden}.brand-wrap .pc{display:none}.brand-wrap .mobile{display:block}.brand-wrap#container{padding-left:calc(5.3333333333vw);padding-right:calc(5.3333333333vw)}.brand-wrap .main>section:nth-child(n+2){margin-top:calc(26.6666666667vw)}.brand-wrap .main .brand-story-common-area{max-width:none}.brand-wrap .hero-section #heroVideo{width:100vw;transform:translate(calc(-5.3333333333vw))}.brand-wrap .intro-section .intro-inner{position:relative;padding:calc(13.3333333333vw) 0;background:none;z-index:2}.brand-wrap .intro-section .intro-inner:after{position:absolute;content:"";top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:url(/build/assets/intro_bg_m-CIpv5Tio.png) no-repeat center/cover;z-index:-1}.brand-wrap .intro-section .intro-title-area{margin-bottom:calc(13.3333333333vw)}.brand-wrap .intro-section .intro-title-area h3 img{left:calc(3.7333333333vw);width:calc(69.3333333333vw);margin:0 auto 3.2vw}.brand-wrap .intro-section .intro-content-area span{margin-bottom:8vw;font-size:calc(4.2666666667vw)}.brand-wrap .intro-section .intro-content-area .text-lg{font-size:calc(5.3333333333vw)}.brand-wrap .design-section .design-title-area{margin-bottom:calc(5.3333333333vw);text-align:center}.brand-wrap .design-section .design-content-area{margin-bottom:calc(5.3333333333vw)}.brand-wrap .design-section .design-content-area .design-content-item{display:block}.brand-wrap .design-section .design-content-area .design-content-item:nth-child(n+2){margin-top:calc(5.3333333333vw)}.brand-wrap .design-section .design-content-area .design-content-item dt{width:auto;margin-bottom:calc(2.6666666667vw);font-size:4.8vw;color:#fff;line-height:1;border-radius:0;text-align:left;box-shadow:none;background:none}.brand-wrap .design-section .design-content-area .design-content-item dd{width:auto}.brand-wrap .design-section .design-content-area .design-content-item dd .text-description{margin-bottom:calc(2.6666666667vw);font-size:calc(3.7333333333vw)}.brand-wrap .design-section .design-content-area .design-content-item dd:not(.pattern) .img-box{display:flex;justify-content:center;align-items:center;height:calc(26.6666666667vw);border-radius:calc(2.6666666667vw);background:#1d1d1f}.brand-wrap .design-section .design-content-area .design-content-item dd.logo img{width:calc(46.9333333333vw)}.brand-wrap .design-section .design-content-area .design-content-item dd.slogan img,.brand-wrap .design-section .design-content-area .design-content-item dd.symbol img{width:76vw}.brand-wrap .design-section .design-content-area .design-content-item dd.pattern .img-box{height:calc(26.6666666667vw);border-radius:calc(2.6666666667vw)}.brand-wrap .design-section .design-content-area .design-content-item dd.pattern .img-box img{height:100%;object-fit:cover}.brand-wrap .design-section .design-banner-area{padding:calc(5.3333333333vw) 0;background-image:url(/build/assets/team_banner_bg_m-CgWjz6QG.png);border-radius:calc(2.6666666667vw);justify-content:center}.brand-wrap .design-section .design-banner-area .text-title{display:none}.brand-wrap .design-section .design-banner-area .button-view-assets{width:47.2vw;line-height:11.2vw;font-size:calc(4.2666666667vw);border-radius:calc(1.3333333333vw);box-shadow:inset 0 1px 1px #fff3,inset 1px -1px 2px #fffafa05;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:#ffffff17;background:#1d1d1f}.brand-wrap .robotics-section{position:relative;padding:0;background:none;text-align:center;z-index:2}.brand-wrap .robotics-section:after{position:absolute;content:"";top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:url(/build/assets/robotics_bg_m--_Y0qRJL.png) no-repeat center/cover;z-index:-1}.brand-wrap .robotics-section .robotics-inner{width:auto}.brand-wrap .robotics-section .robotics-title-area{margin-bottom:calc(5.3333333333vw)}.brand-wrap .robotics-section .robotics-content-area .text-description{font-size:calc(3.7333333333vw);color:#bebebe;text-align:left}.brand-wrap .team-section .team-intro-area .intro-box{flex-direction:column-reverse}.brand-wrap .team-section .team-intro-area .intro-box .img-box{margin-bottom:calc(5.3333333333vw);padding:calc(2.6666666667vw);border-radius:calc(2.6666666667vw);text-align:center}.brand-wrap .team-section .team-intro-area .intro-box .img-box img{width:84vw}.brand-wrap .team-section .team-intro-area .intro-box .content-box{width:auto;margin:0}.brand-wrap .team-section .team-intro-area .intro-box .content-box h3{margin-bottom:calc(5.3333333333vw);font-size:6.4vw;line-height:1.4;text-align:center}.brand-wrap .team-section .team-intro-area .intro-box .content-box h3 .large{margin-bottom:0}.brand-wrap .team-section .team-intro-area .intro-box .content-box h3 .large .color{font-size:calc(9.0666666667vw)}.brand-wrap .team-section .team-intro-area .intro-box .content-box h3 .large img{width:calc(37.8666666667vw);margin-left:calc(2.6666666667vw);vertical-align:calc(-.2666666667vw)}.brand-wrap .team-section .team-intro-area .intro-box .content-box .text-description span{font-size:calc(3.7333333333vw)}.brand-wrap .team-section .team-intro-area .intro-box .content-box .text-description span:nth-child(n+2){margin-top:4vw}.brand-wrap .team-section .team-intro-area .partner-box{display:block;margin-top:calc(5.3333333333vw);padding:4vw;border-radius:calc(2.6666666667vw)}.brand-wrap .team-section .team-intro-area .partner-box .img-box{width:auto}.brand-wrap .team-section .team-intro-area .partner-box .img-box img{width:100%}.brand-wrap .team-section .team-intro-area .partner-box .content-box{margin-top:calc(2.6666666667vw)}.brand-wrap .team-section .team-intro-area .partner-box .content-box .partner-list li{gap:0 2.4vw}.brand-wrap .team-section .team-intro-area .partner-box .content-box .partner-list li:nth-child(n+2){margin-top:calc(1.8666666667vw)}.brand-wrap .team-section .team-intro-area .partner-box .content-box .partner-list li p{font-size:2.4vw}.brand-wrap .team-section .team-intro-area .partner-box .content-box .partner-list li p.text-title{width:calc(9.3333333333vw)}.brand-wrap .team-section .team-identity-area{margin-top:calc(26.6666666667vw)}.brand-wrap .team-section .team-identity-area .title-box{margin-bottom:calc(5.3333333333vw);text-align:center}.brand-wrap .team-section .team-identity-area .title-box .text-title{font-size:calc(5.3333333333vw)}.brand-wrap .team-section .team-identity-area .title-box .text-title .color{display:block;font-size:6.4vw;margin-bottom:calc(1.3333333333vw)}.brand-wrap .team-section .team-identity-area .why-box{padding:0;background:none;border-radius:0}.brand-wrap .team-section .team-identity-area .why-box .content-box{position:relative;padding:16vw calc(2.6666666667vw);border-radius:calc(2.6666666667vw);background:url(/build/assets/team_why_bg_m-DSJ_B8Z5.png) no-repeat center/cover}.brand-wrap .team-section .team-identity-area .why-box .content-box .content-list{gap:calc(10.6666666667vw) 0}.brand-wrap .team-section .team-identity-area .why-box .content-box .content-list dl{display:flex;flex-direction:column;gap:4vw 0}.brand-wrap .team-section .team-identity-area .why-box .content-box .content-list dl dt{width:calc(53.3333333333vw);font-size:4.8vw;line-height:10.4vw;border-radius:calc(6.6666666667vw)}.brand-wrap .team-section .team-identity-area .why-box .content-box .content-list dl dd{width:auto;font-size:calc(3.7333333333vw);color:#bebebe;text-align:center}.brand-wrap .team-section .team-identity-area .identity-common-type{margin-top:8vw}.brand-wrap .team-section .team-identity-area .identity-common-type .content-box{border-radius:4vw}.brand-wrap .team-section .team-identity-area .identity-common-type .content-box .content-list{flex-direction:column}.brand-wrap .team-section .team-identity-area .identity-common-type .content-box .content-list li{position:relative;width:auto;padding:8vw calc(5.3333333333vw);flex-direction:column}.brand-wrap .team-section .team-identity-area .identity-common-type .content-box .content-list li:nth-child(n+2) .icon-box:after{display:none}.brand-wrap .team-section .team-identity-area .identity-common-type .content-box .content-list li .icon-box img{width:calc(28.2666666667vw)}.brand-wrap .team-section .team-identity-area .identity-common-type .content-box .content-list li .icon-box img.line{position:absolute;top:50%;right:0;transform:translate(100%);width:16vw}.brand-wrap .team-section .team-identity-area .identity-common-type .content-box .content-list li .icon-box img.line.left{right:auto;left:0;transform:translate(-100%) scale(-1)}.brand-wrap .team-section .team-identity-area .identity-common-type .content-box .content-list li .text-box{margin-top:4vw}.brand-wrap .team-section .team-identity-area .identity-common-type .content-box .content-list li .text-box .text-title{margin-bottom:calc(3.4666666667vw);font-size:4.8vw}.brand-wrap .team-section .team-identity-area .identity-common-type .content-box .content-list li .text-box .text-description{font-size:calc(3.7333333333vw)}.brand-wrap .global-section .global-title-area{margin-bottom:calc(6.6666666667vw);text-align:center}.brand-wrap .global-section .global-content-area .text-box .text-list{gap:4vw 0}.brand-wrap .global-section .global-content-area .text-box .text-list li .text-title{margin-bottom:calc(1.3333333333vw);font-size:4.8vw}.brand-wrap .global-section .global-content-area .text-box .text-list li .text-description{font-size:calc(3.7333333333vw)}.brand-wrap .global-section .global-content-area .map-box{margin:0;padding:calc(2.6666666667vw);background:#1d1d1f;border-radius:calc(2.6666666667vw)}.brand-wrap .global-section .global-content-area .map-box .map-title{width:auto;display:inline-block;padding:calc(1.3333333333vw);margin-bottom:4vw;font-size:calc(2.6666666667vw);line-height:1.6;border-radius:calc(1.3333333333vw);text-align:center;box-shadow:inset 0 1px 1px #fff3,inset 1px -1px 2px #fffafa05;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background-color:#ffffff17}.brand-wrap .global-section .global-content-area .map-box .img-box img{width:100%}.brand-wrap .ai-section .ai-inner{position:relative;padding:calc(13.3333333333vw) 0;background:none;z-index:2}.brand-wrap .ai-section .ai-inner:after{position:absolute;content:"";top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:url(/build/assets/ai_soultion_bg_m-QoSWYxng.png) no-repeat center/cover;z-index:-1}.brand-wrap .ai-section .ai-title-area{margin-bottom:calc(5.3333333333vw)}.brand-wrap .ai-section .ai-content-area{display:flex;flex-direction:column;gap:4vw 0}.brand-wrap .ai-section .ai-content-area .ai-content-list{width:auto;padding:calc(5.3333333333vw);border-radius:calc(2.6666666667vw)}.brand-wrap .ai-section .ai-content-area .ai-content-list .text-title{gap:0 calc(2.6666666667vw);margin-bottom:calc(5.3333333333vw);font-size:calc(5.3333333333vw)}.brand-wrap .ai-section .ai-content-area .ai-content-list .text-title img{width:calc(10.6666666667vw)}.brand-wrap .ai-section .ai-content-area .ai-content-list .list-box{padding:0 calc(2.1333333333vw);gap:3.2vw 0}.brand-wrap .ai-section .ai-content-area .ai-content-list .list-box li{gap:0 4vw;align-items:flex-start}.brand-wrap .ai-section .ai-content-area .ai-content-list .list-box li img{width:6.4vw}.brand-wrap .ai-section .ai-content-area .ai-content-list .list-box li p{font-size:calc(4.2666666667vw)}.brand-wrap .ai-section .ai-a1-area{margin-top:calc(5.3333333333vw)}.brand-wrap .ai-section .ai-a1-area img{width:calc(38.9333333333vw)}.brand-wrap .ai-section .ai-a1-area a{margin:4vw auto 0;width:36vw;line-height:11.2vw;font-size:calc(3.7333333333vw);border-radius:calc(1.3333333333vw)}}.product-wrap#container{padding-left:0;padding-right:0;padding-bottom:0;background:#000}.product-wrap .text-white{color:#fff}.product-wrap .mobile{display:none}.product-wrap .hero-section{position:relative}.product-wrap .hero-section .hero-image-area{height:calc(100dvh - 80px)}.product-wrap .hero-section .hero-image-area img{width:100%}.product-wrap .hero-section .ces-image-area{position:absolute;top:0;left:50%;transform:translate(-50%);width:auto;height:184px}.product-wrap .hero-section .ces-image-area.mo{display:none}@media screen and (max-width: 1500px){.product-wrap .hero-section .ces-image-area{position:absolute;top:0;left:50%;transform:translate(-50%);width:auto;height:14.15vw}}@media screen and (max-width: 1024px){.product-wrap .hero-section .ces-image-area{position:absolute;top:auto;bottom:5.33vw;left:5.33vw;transform:none;width:auto;height:26.67vw}.product-wrap .hero-section .ces-image-area.pc{display:none}.product-wrap .hero-section .ces-image-area.mo{display:block}.product-wrap .hero-section .ces-image-area.mo img{height:100%}}.product-wrap .hero-section .hero-content-area{width:1416px}@media screen and (max-width: 1500px){.product-wrap .hero-section .hero-content-area{width:88vw}}@media screen and (max-width: 1024px){.product-wrap .hero-section .hero-content-area{width:auto}}.product-wrap .hero-section .hero-content-area{position:absolute;top:clamp(75px,7.8125vw,150px);left:50%;transform:translate(-50%)}.product-wrap .hero-section .hero-content-area>div{position:relative}.product-wrap .hero-section .hero-content-area h3{font-size:clamp(16px,1.6666666667vw,32px)}.product-wrap .hero-section .hero-content-area h3 img{display:block;margin:clamp(4px,.4166666667vw,8px) 0 clamp(10px,1.0416666667vw,20px);width:clamp(212.5px,22.1354166667vw,425px)}.product-wrap .hero-section .hero-content-area .text-description{margin:clamp(10px,1.0416666667vw,20px) 0 clamp(25px,2.6041666667vw,50px);font-size:clamp(10px,1.0416666667vw,20px);font-weight:300;line-height:1.6}.product-wrap .hero-section .hero-content-area .button-link{display:block;width:clamp(93px,9.6875vw,186px);padding:clamp(10px,1.0416666667vw,20px) 0;font-size:clamp(10px,1.0416666667vw,20px);color:#000;background:#85e0d2;border-radius:clamp(5px,.5208333333vw,10px);text-align:center}.product-wrap .ai-section{width:1416px}@media screen and (max-width: 1500px){.product-wrap .ai-section{width:88vw}}@media screen and (max-width: 1024px){.product-wrap .ai-section{width:auto}}.product-wrap .ai-section{margin:0 auto;padding:clamp(50px,5.2083333333vw,100px) 0}.product-wrap .ai-section .ai-title-area{margin-bottom:clamp(25px,2.6041666667vw,50px)}.product-wrap .ai-section .ai-title-area h3{font-size:clamp(26px,2.7083333333vw,52px);text-align:center}.product-wrap .ai-section .ai-content-area{display:flex;justify-content:space-between}.product-wrap .ai-section .ai-content-area .ai-content-list{width:clamp(349px,36.3541666667vw,698px);padding:clamp(30px,3.125vw,60px);border-radius:clamp(10px,1.0416666667vw,20px);background:linear-gradient(180deg,#1d1d1f,#1d1d1f1a)}.product-wrap .ai-section .ai-content-area .ai-content-list .text-title{display:flex;align-items:center;gap:0 clamp(12px,1.25vw,24px);margin-bottom:clamp(25px,2.6041666667vw,50px);font-size:clamp(18px,1.875vw,36px);color:#fff}.product-wrap .ai-section .ai-content-area .ai-content-list .text-title img{width:clamp(40px,4.1666666667vw,80px)}.product-wrap .ai-section .ai-content-area .ai-content-list .list-box{display:flex;padding:0 clamp(10px,1.0416666667vw,20px);flex-direction:column;gap:clamp(10px,1.0416666667vw,20px) 0}.product-wrap .ai-section .ai-content-area .ai-content-list .list-box li{display:flex;align-items:center;gap:0 clamp(20px,2.0833333333vw,40px)}.product-wrap .ai-section .ai-content-area .ai-content-list .list-box li.line2{align-items:flex-start}.product-wrap .ai-section .ai-content-area .ai-content-list .list-box li img{width:clamp(22px,2.2916666667vw,44px)}.product-wrap .ai-section .ai-content-area .ai-content-list .list-box li p{font-size:clamp(12px,1.25vw,24px);white-space:pre-line}.product-wrap .section{width:1416px}@media screen and (max-width: 1500px){.product-wrap .section{width:88vw}}@media screen and (max-width: 1024px){.product-wrap .section{width:auto}}.product-wrap .section{margin:0 auto;padding:clamp(50px,5.2083333333vw,100px) 0}.product-wrap .section-header{margin-bottom:clamp(15px,1.5625vw,30px);text-align:center}.product-wrap .section-header .section-eyebrow{display:block;font-size:clamp(10px,1.0416666667vw,20px);color:#85e0d2;line-height:1;font-family:var(--namu-regular),sans-serif}.product-wrap .section-header h4{font-size:clamp(22px,2.2916666667vw,44px);color:#fff;font-family:var(--namu-bold),sans-serif}.product-wrap .section-media{margin-bottom:clamp(15px,1.5625vw,30px);border-radius:clamp(10px,1.0416666667vw,20px);overflow:hidden}.product-wrap .section-media.video-box{border-radius:20px;overflow:hidden;position:relative}@media screen and (max-width: 1024px){.product-wrap .section-media.video-box{border-radius:0}}@media screen and (max-width: 1024px){.product-wrap .section-media.video-box.rounded{border-radius:20px}.product-wrap .section-media.video-box.rounded:before{border-radius:2.67vw;z-index:2}.product-wrap .section-media.video-box.rounded video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}}.product-wrap .section-media.video-box .totalSectionImg7{position:absolute;right:30px;top:30px;width:320px}@media screen and (max-width: 1024px){.product-wrap .section-media.video-box .totalSectionImg7{width:100%;position:static}}.product-wrap .section-media.video-box .totalSectionImg8{position:absolute;top:50%;left:50px;transform:translateY(-50%);width:638px}@media screen and (max-width: 1024px){.product-wrap .section-media.video-box .totalSectionImg8{position:relative;top:0;left:0;z-index:2;transform:none;width:100%;padding:1.73vw 2vw;padding:0!important}.product-wrap .section-media.video-box .totalSectionImg8 img{border-radius:2.67vw}}.product-wrap .section-media.video-box .mo-img{display:none;padding-top:10px}@media screen and (max-width: 768px){.product-wrap .section-media.video-box .mo-img{display:block}}.product-wrap .section-media.video-box:before{content:"";position:absolute;border-radius:20px;top:0;left:0;width:100%;height:100%;box-shadow:inset 0 1px 1px #ffffff26,inset 1px -1px 2px #ffffff0d}.product-wrap .section-media.video-box video{width:100%;height:100%;object-fit:cover;object-position:center}.product-wrap .section-media.mt{margin-top:clamp(15px,1.5625vw,30px)}.product-wrap .section-media img{width:100%}@media screen and (max-width: 768px){.product-wrap .section-media #totalSection8Video{display:none}}.product-wrap .section-content{text-align:center}.product-wrap .section-content-title{font-size:clamp(12px,1.25vw,24px);color:#85e0d2;line-height:1.6;white-space:pre-line;font-family:var(--namu-bold),sans-serif}.product-wrap .section-content-description{font-size:clamp(9px,.9375vw,18px);color:#bebebe;line-height:1.6;white-space:pre-line}.product-wrap .section-content-smallText{margin-top:clamp(2.5px,.2604166667vw,5px);font-size:clamp(7px,.7291666667vw,14px);color:gray}.product-wrap .section-content-description-list{display:flex;flex-direction:column;gap:clamp(3px,.3125vw,6px) 0;margin-top:clamp(2.5px,.2604166667vw,5px);padding:0 clamp(5px,.5208333333vw,10px)}.product-wrap .section-content-description-list li{position:relative;padding-left:clamp(6.5px,.6770833333vw,13px);font-size:clamp(9px,.9375vw,18px);color:#bebebe;font-family:var(--namu-regular),sans-serif}.product-wrap .section-content-description-list li:before{position:absolute;top:clamp(5.5px,.5729166667vw,11px);left:0;content:"";width:clamp(1.5px,.15625vw,3px);aspect-ratio:1/1;border-radius:100%;background:#bebebe}.product-wrap .section-detail{display:flex;justify-content:space-between}.product-wrap .section-detail-item{flex:1}.product-wrap .section-detail-media:has(.totalSection92Video){display:flex;flex-direction:column;width:100%;position:relative}.product-wrap .section-detail-media .totalSection92Video{position:absolute;left:0;bottom:0;width:100%;padding:0 30px 30px;display:flex;flex-direction:column;justify-content:flex-end}.product-wrap .section-detail-media .totalSection92Video video{width:100%;object-position:center}.product-wrap .section-detail-media img{width:100%}.product-wrap .section-detail.flex2{gap:0 clamp(25px,2.6041666667vw,50px)}.product-wrap .section-detail.flex2 .section-detail-item .section-detail-content{min-height:clamp(67px,6.9791666667vw,134px);margin-bottom:clamp(16px,1.6666666667vw,32px)}.product-wrap .section-detail.flex3{align-items:flex-start;gap:0 clamp(15px,1.5625vw,30px)}.product-wrap .section-detail.flex3 .section-detail-item{display:flex;flex-direction:column-reverse}.product-wrap .section-detail.flex3 .section-detail-item .section-detail-content{margin-top:clamp(15px,1.5625vw,30px)}.product-wrap .spec-section{width:1416px}@media screen and (max-width: 1500px){.product-wrap .spec-section{width:88vw}}@media screen and (max-width: 1024px){.product-wrap .spec-section{width:auto}}.product-wrap .spec-section{margin:0 auto;padding:clamp(75px,7.8125vw,150px) 0}.product-wrap .spec-section-title{margin-bottom:clamp(25px,2.6041666667vw,50px);text-align:center}.product-wrap .spec-section-title h3{font-size:clamp(26px,2.7083333333vw,52px)}.product-wrap .spec-section-content{display:flex;flex-direction:column;gap:clamp(25px,2.6041666667vw,50px) 0}.product-wrap .spec-section-content .table-box-title{margin-bottom:clamp(8px,.8333333333vw,16px);font-size:clamp(16px,1.6666666667vw,32px);color:#85e0d2}.product-wrap .spec-section-content .table-box table{width:100%;border-top:3px solid #333;border-spacing:0 2px;border-collapse:separate;table-layout:fixed}.product-wrap .spec-section-content .table-box table tr>*{padding:clamp(3px,.3125vw,6px) clamp(10px,1.0416666667vw,20px);font-size:clamp(8px,.8333333333vw,16px);border-bottom:1px solid #333}.product-wrap .spec-section-content .table-box table th{width:14.75%;color:#fff;font-weight:400;font-family:var(--namu-regular),sans-serif;text-align:left}.product-wrap .spec-section-content .table-box table td{width:35.25%}.product-wrap .disclaimer-section{padding:clamp(25px,2.6041666667vw,50px) 0;background:#0d0f12}.product-wrap .disclaimer-section .disclaimer-inner{width:1416px}@media screen and (max-width: 1500px){.product-wrap .disclaimer-section .disclaimer-inner{width:88vw}}@media screen and (max-width: 1024px){.product-wrap .disclaimer-section .disclaimer-inner{width:auto}}.product-wrap .disclaimer-section .disclaimer-inner{margin:0 auto;display:flex;flex-direction:column;gap:clamp(25px,2.6041666667vw,50px) 0}.product-wrap .disclaimer-section-content .content-title{margin-bottom:clamp(10px,1.0416666667vw,20px);font-size:clamp(12px,1.25vw,24px)}.product-wrap .disclaimer-section-content>ol{padding-left:clamp(8px,.8333333333vw,16px)}.product-wrap .disclaimer-section-content>ol li{list-style:decimal;font-size:clamp(8px,.8333333333vw,16px);color:#bebebe;line-height:1.6}.product-wrap .disclaimer-section-content>ol li ol{padding-left:clamp(15px,1.5625vw,30px)}.product-wrap .disclaimer-section-content>ol li ol li{list-style:lower-alpha}.product-wrap .sidenav-inner.pc{position:fixed;top:50%;transform:translateY(-50%);right:50px;transition:background .5s}.product-wrap .sidenav-inner.pc .sidenav-list{display:flex;flex-direction:column;gap:5px 0}.product-wrap .sidenav-inner.pc .sidenav-list li{position:relative;cursor:pointer;transition:all .5s;min-height:16px}.product-wrap .sidenav-inner.pc .sidenav-list li:after{position:absolute;content:"";top:50%;right:0;transform:translate(-50%);width:12px;aspect-ratio:1/1;border-radius:7px;background:#d9d9d9;opacity:.3}.product-wrap .sidenav-inner.pc .sidenav-list li.active:after{background:#85e0d2;opacity:1}.product-wrap .sidenav-inner.pc .sidenav-list li.active button{color:#85e0d2;font-family:var(--namu-bold),sans-serif!important}.product-wrap .sidenav-inner.pc .sidenav-list li button{position:absolute;visibility:hidden;opacity:0;font-size:14px;pointer-events:none;transition:opacity .5s;text-align:left}.product-wrap .sidenav-inner.pc .button-purchase{visibility:hidden;opacity:0;transition:opacity .5s}.product-wrap .sidenav-inner.pc:hover{padding:15px 20px;background:#1d1d1f80;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-wrap .sidenav-inner.pc:hover .sidenav-list li{width:155px;padding:10px 0}.product-wrap .sidenav-inner.pc:hover .sidenav-list li:after{opacity:0}.product-wrap .sidenav-inner.pc:hover .sidenav-list li button{position:static;visibility:visible;opacity:1;pointer-events:auto;transition-delay:.3s;font-family:var(--namu-regular),sans-serif}.product-wrap .sidenav-inner.pc:hover .sidenav-list li button:hover{color:#85e0d2;font-family:var(--namu-bold),sans-serif}.product-wrap .sidenav-inner.pc:hover .button-purchase{margin-top:10px;visibility:visible;display:inline-block;padding:10px;font-size:14px;color:#000;background:#85e0d2;border-radius:5px;opacity:1;transition-delay:.3s}@media screen and (max-width: 1024px){.product-wrap{overflow-x:hidden}.product-wrap#container{padding-left:calc(5.3333333333vw);padding-right:calc(5.3333333333vw)}.product-wrap .pc{display:none}.product-wrap .mobile{display:block}.product-wrap .hero-section{position:relative;margin-top:calc(14.9333333333vw);background:none;z-index:2}.product-wrap .hero-section .hero-image-area{margin-left:calc(-5.3333333333vw);height:auto}.product-wrap .hero-section .hero-image-area img{width:100vw;max-width:none;height:auto}.product-wrap .hero-section .hero-content-area{top:calc(5.3333333333vw);width:100%}.product-wrap .hero-section .hero-content-area h3{font-size:calc(5.3333333333vw)}.product-wrap .hero-section .hero-content-area h3 img{margin:calc(2.6666666667vw) 0 calc(5.3333333333vw);width:clamp(212.5px,22.1354166667vw,425px)}.product-wrap .hero-section .hero-content-area .text-description{margin:0 0 calc(5.3333333333vw);font-size:calc(4.2666666667vw);white-space:normal}.product-wrap .hero-section .hero-content-area .button-link{width:calc(26.6666666667vw);padding:calc(2.6666666667vw) 0;font-size:calc(3.7333333333vw);border-radius:calc(2.6666666667vw)}.product-wrap .ai-section{padding:calc(13.3333333333vw) 0}.product-wrap .ai-section .ai-title-area{font-size:6.4vw;margin-bottom:calc(5.3333333333vw)}.product-wrap .ai-section .ai-content-area{display:flex;flex-direction:column;gap:4vw 0}.product-wrap .ai-section .ai-content-area .ai-content-list{width:auto;padding:calc(5.3333333333vw);border-radius:calc(2.6666666667vw)}.product-wrap .ai-section .ai-content-area .ai-content-list .text-title{gap:0 calc(2.6666666667vw);margin-bottom:calc(5.3333333333vw);font-size:calc(5.3333333333vw)}.product-wrap .ai-section .ai-content-area .ai-content-list .text-title img{width:calc(10.6666666667vw)}.product-wrap .ai-section .ai-content-area .ai-content-list .list-box{padding:0 calc(2.1333333333vw);gap:3.2vw 0}.product-wrap .ai-section .ai-content-area .ai-content-list .list-box li{gap:0 4vw;align-items:flex-start}.product-wrap .ai-section .ai-content-area .ai-content-list .list-box li img{width:6.4vw}.product-wrap .ai-section .ai-content-area .ai-content-list .list-box li p{font-size:calc(4.2666666667vw)}.product-wrap .section{padding:calc(10.6666666667vw) 0}.product-wrap .section-header{margin-bottom:calc(2.6666666667vw)}.product-wrap .section-header .section-eyebrow{font-size:calc(3.7333333333vw)}.product-wrap .section-header h4{font-size:calc(5.3333333333vw)}.product-wrap .section-media{margin-bottom:calc(2.6666666667vw);border-radius:calc(2.6666666667vw)}.product-wrap .section-media.mt{margin-top:calc(2.6666666667vw)}.product-wrap .section-content-title{font-size:calc(3.7333333333vw)}.product-wrap .section-content-description{font-size:3.2vw}.product-wrap .section-content-smallText{margin:0;font-size:3.2vw}.product-wrap .section-content-description-list{gap:.8vw 0;margin:0;padding:0}.product-wrap .section-content-description-list li{padding:0;font-size:3.2vw}.product-wrap .section-content-description-list li:before{display:none}.product-wrap .section-detail{flex-direction:column}.product-wrap .section-detail.flex2 .section-detail-item:last-child{margin-top:calc(2.6666666667vw);padding-top:calc(2.6666666667vw)}.product-wrap .section-detail.flex2 .section-detail-item .section-detail-content{min-height:clamp(67px,6.9791666667vw,134px);margin-bottom:clamp(16px,1.6666666667vw,32px)}.product-wrap .section-detail.flex3{align-items:flex-start;gap:calc(2.6666666667vw) 0;text-align:center}.product-wrap .section-detail.flex3 .section-detail-item .section-detail-content{margin-top:calc(2.6666666667vw)}.product-wrap .spec-section{padding:calc(10.6666666667vw) 0}.product-wrap .spec-section .spec-inner{padding:0;background:none;border-radius:0;box-shadow:none}.product-wrap .spec-section-title{margin-bottom:8vw;text-align:left}.product-wrap .spec-section-title h3{font-size:6.4vw}.product-wrap .spec-section-content{gap:calc(5.3333333333vw) 0}.product-wrap .spec-section-content .table-box-title{margin-bottom:calc(2.6666666667vw);font-size:calc(4.2666666667vw)}.product-wrap .spec-section-content .table-box table{display:block;border-top-width:2px}.product-wrap .spec-section-content .table-box table tbody{display:block}.product-wrap .spec-section-content .table-box table tr{display:flex;width:100%;flex-wrap:wrap;padding:calc(.2666666667vw) 0}.product-wrap .spec-section-content .table-box table tr>*{padding:calc(1.3333333333vw);font-size:3.2vw}.product-wrap .spec-section-content .table-box table th{width:38.8%;display:flex;align-items:center}.product-wrap .spec-section-content .table-box table td{width:61.2%}.product-wrap .disclaimer-section{position:relative;padding:calc(10.6666666667vw) 0;background:none;z-index:2}.product-wrap .disclaimer-section:before{position:absolute;content:"";top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:#0d0f12;z-index:-1}.product-wrap .disclaimer-section .disclaimer-inner{gap:4vw 0}.product-wrap .disclaimer-section-content .content-title{margin-bottom:calc(2.1333333333vw);font-size:calc(4.2666666667vw)}.product-wrap .disclaimer-section-content>ol{padding-left:calc(2.6666666667vw)}.product-wrap .disclaimer-section-content>ol li{font-size:calc(2.6666666667vw)}.product-wrap .disclaimer-section-content>ol li ol{padding-left:3.2vw}.sidenav-inner.pc{display:none!important}.sidenav-inner.mobile{position:fixed;top:80px;left:0;width:100%;padding:8px;background:#000000d9;border-left:1px solid #38383A;border-right:1px solid #38383A;border-radius:0 0 12px 12px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 10px 40px #00000080;z-index:99}.sidenav-inner.mobile.opened{border-bottom:1px solid #38383A}.sidenav-inner.mobile.opened .sidenav-selected img{transform:rotate(180deg)}.sidenav-inner.mobile.opened .sidenav-list{visibility:visible;opacity:1;height:auto;transform:translateY(0)}.sidenav-inner.mobile .sidenav-selected{display:flex;align-items:center;justify-content:space-between;padding:15px 10px;font-size:14px;font-family:var(--namu-bold),sans-serif;cursor:pointer}.sidenav-inner.mobile .sidenav-selected img{transition:transform .3s;transform-origin:center center}.sidenav-inner.mobile .sidenav-list{visibility:hidden;opacity:0;height:0;transform:translateY(-20px);transition:opacity .4s,transform .4s}.sidenav-inner.mobile .sidenav-list li button{display:block;width:100%;padding:11px 15px;font-size:15px;font-family:var(--namu-regular),sans-serif;text-align:left;border-radius:8px}.sidenav-inner.mobile .sidenav-list li:hover button{background:#8ce2d033;color:#fff}.sidenav-inner.mobile .sidenav-list li.active button{background:#8ce2d04d;color:#8ce2d0;font-weight:500}}.key-features-section{padding:clamp(50px,5.2083333333vw,100px) 0 clamp(25px,2.6041666667vw,50px)}.key-features-section .key-features-inner{width:1416px}@media screen and (max-width: 1500px){.key-features-section .key-features-inner{width:88vw}}@media screen and (max-width: 1024px){.key-features-section .key-features-inner{width:auto}}.key-features-section .key-features-inner{margin:0 auto}.key-features-section .key-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(12px,1.25vw,24px);list-style:none;margin:0;padding:0}@media screen and (max-width: 1024px){.key-features-section .key-features-grid{grid-template-columns:repeat(2,1fr);gap:2.13vw}}.key-features-section .key-feature-card{display:flex;align-items:center;flex-direction:column;background:#1d1d1f;box-shadow:inset 0 1px 1px #ffffff26,inset 1px -1px 2px #ffffff0d;border-radius:10px;padding:50px 0;gap:20px}@media screen and (max-width: 1500px){.key-features-section .key-feature-card{border-radius:.67vw;padding:3.33vw 0;gap:1.33vw}}@media screen and (max-width: 1024px){.key-features-section .key-feature-card{width:100%;flex:none;border-radius:1.33vw;padding:5.33vw 0;gap:1.07vw}}.key-features-section .key-feature-icon{flex-shrink:0;display:flex;justify-content:center}@media screen and (max-width: 1500px){.key-features-section .key-feature-icon img{width:5.33vw;height:5.33vw}}@media screen and (max-width: 1024px){.key-features-section .key-feature-icon img{width:8vw;height:8vw;margin-bottom:1.6vw}}.key-features-section .key-feature-title{font-size:clamp(16px,1.6666666667vw,32px);font-family:var(--namu-bold),sans-serif;color:#fff;text-align:center}.key-features-section .key-feature-desc{font-size:clamp(13px,1.25vw,24px);color:#fff;font-family:var(--namu-regular),sans-serif;line-height:1.24;text-align:center}@media screen and (max-width: 1500px){.key-features-section .key-feature-desc{font-size:2.4vw}}@media screen and (max-width: 1024px){.key-features-section{padding:12.8vw 0}}.product-wrap .step-section{padding:50px 0}@media screen and (max-width: 1024px){.product-wrap .step-section{padding:calc(5.3333333333vw) 0}}.section-step-area{display:flex;align-items:center;gap:0 clamp(15px,1.5625vw,30px);justify-content:center;padding-bottom:clamp(15px,1.5625vw,30px)}.section-step-area span{font-family:Pretendard,sans-serif;font-weight:600;font-size:clamp(14px,1.4583333333vw,28px);line-height:1.6;text-align:center;width:clamp(75px,7.8125vw,150px);height:clamp(32.5px,3.3854166667vw,65px);padding:clamp(5px,.5208333333vw,10px) clamp(10px,1.0416666667vw,20px);border-radius:clamp(25px,2.6041666667vw,50px);border:1px solid #8CE2D0;display:inline-flex;align-items:center;justify-content:center;color:#8ce2d0}.section-step-area p{font-family:var(--namu-bold),sans-serif;font-weight:700;font-size:clamp(18px,1.875vw,36px);line-height:1.2;text-align:center;margin:0}@media screen and (max-width: 1024px){.section-step-area{flex-direction:column;gap:2.67vw}}.step-section-content{padding-top:clamp(50px,5.2083333333vw,100px)}.step-section-content img{width:100%;height:100%;object-fit:cover;object-position:center}.vital-list{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(10px,1.0416666667vw,20px)}@media screen and (max-width: 1024px){.vital-list{grid-template-columns:1fr;gap:calc(13.3333333333vw)}}.vital-list .vital-list-item{background-color:#1d1d1f;box-shadow:inset 0 1px 1px #ffffff26,inset 1px -1px 2px #ffffff0d;border-radius:20px;padding:20px}@media screen and (max-width: 1024px){.vital-list .vital-list-item{padding:0;border-radius:0;box-shadow:none;background-color:transparent;text-align:center}}.vital-list .vital-list-item .image{padding-bottom:clamp(12.5px,1.3020833333vw,25px)}.vital-list .vital-list-item .image.video-box{overflow:hidden;border-radius:20px;width:100%;aspect-ratio:658/343;margin-bottom:25px;padding-bottom:0}.vital-list .vital-list-item .image.video-box video{width:100%;height:100%;object-fit:cover;object-position:center;vertical-align:top}.banner-wave{position:relative}@media screen and (max-width: 1024px){.banner-wave{position:relative;height:min(80vw,300px);display:flex;align-items:center;justify-content:center;overflow:hidden;margin-left:-5.3333333333vw;margin-right:-5.3333333333vw}}@media screen and (max-width: 768px){.banner-wave{height:min(80vw,200px)}}.banner-wave-image{width:100%;object-position:center}@media screen and (max-width: 1024px){.banner-wave-image{width:180%;height:100%;object-position:center;object-fit:cover}}.banner-wave-content{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.banner-wave-content h3{line-height:120%;text-align:center;color:#8ce2d0;font-size:60px}.banner-wave-content p{font-family:var(--namu-bold),sans-serif;line-height:120%;text-align:center;color:#fff;font-size:40px}@media screen and (max-width: 1500px){.banner-wave-content{gap:1.33vw}.banner-wave-content h3{font-size:4vw}.banner-wave-content p{font-size:2.67vw}}@media screen and (max-width: 1024px){.banner-wave-content{gap:2.67vw}.banner-wave-content h3{font-size:calc(7.4666666667vw)}.banner-wave-content p{font-size:calc(5.3333333333vw)}}.air-solution-section{position:relative;margin-bottom:100px}@media screen and (max-width: 1500px){.air-solution-section{margin-bottom:6.67vw}}@media screen and (max-width: 1024px){.air-solution-section{position:relative;display:flex;flex-direction:column;gap:0;margin-bottom:0}}.section-ongoing-title{text-align:center;font-size:36px;color:#fff;font-family:var(--namu-bold),sans-serif}@media screen and (max-width: 1024px){.section-ongoing-title{font-size:calc(5.3333333333vw)}}.video-box:has(#aiVoiceVideo) video{vertical-align:top}@media screen and (max-width: 1024px){.video-box:has(#aiVoiceVideo){border-radius:3vw}}.bi-wrap .mobile{display:none}.bi-wrap#container{padding-left:0;padding-right:0;padding-bottom:0;background:#000}.bi-wrap .c-namu{color:#85e0d2}.bi-wrap .text-white{color:#fff}.bi-wrap .download-box{position:absolute;top:clamp(12px,1.25vw,24px);right:clamp(12px,1.25vw,24px);display:flex;gap:0 clamp(6px,.625vw,12px)}.bi-wrap .download-box a{display:inline-block;padding:clamp(5px,.5208333333vw,10px) clamp(10px,1.0416666667vw,20px);font-size:clamp(7px,.7291666667vw,14px);color:#fff;border-radius:clamp(6px,.625vw,12px);background:#ffffff0d;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.bi-wrap .download-box a img{display:inline-block;width:auto!important;height:clamp(11px,1.1458333333vw,22px);vertical-align:middle}.bi-wrap .intro-section{display:flex;align-items:center;justify-content:center;height:calc(100dvh - 80px);min-height:60dvh;background:url(/build/assets/bi_intro_bg-DAgQp7nS.png) no-repeat center/cover}.bi-wrap .intro-section .intro-title-area{margin-top:-80px}.bi-wrap .intro-section .intro-title-area h3{font-size:clamp(30px,3.125vw,60px);text-align:center;line-height:1.2}.bi-wrap .intro-section .intro-title-area h3 span{display:block}.bi-wrap .assets-section{position:relative;padding:clamp(100px,10.4166666667vw,200px) 0;z-index:2}.bi-wrap .assets-section .assets-inner{display:flex;width:clamp(720px,75vw,1440px);margin:0 auto;gap:clamp(50px,5.2083333333vw,100px)}@media screen and (max-width: 1500px){.bi-wrap .assets-section .assets-inner{width:94vw}}.bi-wrap .assets-section .sidenav-aside{position:sticky;top:120px;left:0;width:clamp(128px,13.3333333333vw,256px);height:100%}.bi-wrap .assets-section .sidenav-aside h3{margin-bottom:clamp(6px,.625vw,12px);font-size:clamp(12px,1.25vw,24px);line-height:1.6}.bi-wrap .assets-section .sidenav-aside .sidenav-content-list li{position:relative}.bi-wrap .assets-section .sidenav-aside .sidenav-content-list li:after{position:absolute;content:"";top:clamp(7.5px,.78125vw,15px);left:0;width:clamp(2px,.2083333333vw,4px);aspect-ratio:1/1;background:#85e0d2;border-radius:100%;opacity:0;transition:opacity .4s}.bi-wrap .assets-section .sidenav-aside .sidenav-content-list li.active:after{opacity:1}.bi-wrap .assets-section .sidenav-aside .sidenav-content-list li.active a{color:#85e0d2;transition:opacity .4s}.bi-wrap .assets-section .sidenav-aside .sidenav-content-list li a{display:block;padding:clamp(2px,.2083333333vw,4px) clamp(5px,.5208333333vw,10px);font-size:clamp(9px,.9375vw,18px);color:var(--greycolor-grey06)}.bi-wrap .assets-section .assets-section-wrap{display:flex;flex-direction:column;gap:clamp(80px,8.3333333333vw,160px) 0;width:calc(100% - clamp(178px,18.5416666667vw,356px))}.bi-wrap .assets-section .assets-section-wrap>section .title-area{margin-bottom:clamp(16px,1.6666666667vw,32px)}.bi-wrap .assets-section .assets-section-wrap>section .title-area h4{margin-bottom:clamp(6px,.625vw,12px);font-size:clamp(20px,2.0833333333vw,40px)}.bi-wrap .assets-section .assets-section-wrap>section .title-area .text-description{font-size:clamp(9px,.9375vw,18px);color:var(--greycolor-grey05);white-space:pre-line;line-height:1.6}.bi-wrap .assets-section .assets-section-wrap>section .img-area{position:relative}.bi-wrap .assets-section .assets-section-wrap>section .img-area img{width:100%}.bi-wrap .assets-section .guide-section .img-area{display:flex;flex-direction:column;gap:clamp(25px,2.6041666667vw,50px) 0}.bi-wrap .assets-section .color-section .system-list{display:flex;gap:0 clamp(4px,.4166666667vw,8px)}.bi-wrap .assets-section .color-section .system-list li{flex:1;padding:clamp(14px,1.4583333333vw,28px);border-radius:clamp(16px,1.6666666667vw,32px);height:clamp(140px,14.5833333333vw,280px);background:#fff}.bi-wrap .assets-section .color-section .system-list li .text-title{margin-bottom:clamp(4px,.4166666667vw,8px);font-size:clamp(12px,1.25vw,24px);color:#000}.bi-wrap .assets-section .color-section .system-list li .text-content{font-size:clamp(7px,.7291666667vw,14px);color:#00000080;font-weight:500;line-height:1.6;white-space:pre-line}.bi-wrap .assets-section .color-section .system-list li:nth-child(n+3) .text-title{color:#fff}.bi-wrap .assets-section .color-section .system-list li:nth-child(n+3) .text-content{color:#ffffff80}.bi-wrap .assets-section .color-section .system-list li:nth-child(2){background:#85e0d2}.bi-wrap .assets-section .color-section .system-list li:nth-child(3){background:#002554}.bi-wrap .assets-section .color-section .system-list li:nth-child(4){background:#000;border:1px solid var(--greycolor-grey08)}.bi-wrap .assets-section .pattern-section .img-area.mb{margin-bottom:clamp(40px,4.1666666667vw,80px)}.bi-wrap .assets-section .pattern-section .pattern-content{margin-top:clamp(26px,2.7083333333vw,52px)}.bi-wrap .assets-section .pattern-section .pattern-content .sub-title-box{margin-bottom:clamp(10px,1.0416666667vw,20px)}.bi-wrap .assets-section .pattern-section .pattern-content .sub-title-box .text-title{margin-bottom:clamp(4px,.4166666667vw,8px);font-size:clamp(12px,1.25vw,24px);font-weight:500;color:#fff}.bi-wrap .assets-section .pattern-section .pattern-content .sub-title-box .text-description{font-size:clamp(8px,.8333333333vw,16px);color:var(--greycolor-grey05);line-height:1.6}.bi-wrap .assets-section .pattern-section .pattern-content .pattern-types{display:flex;flex-direction:column;gap:clamp(20px,2.0833333333vw,40px) 0}.bi-wrap .assets-section .pattern-section .pattern-content .pattern-types .type-title-box{display:flex;margin-bottom:clamp(6px,.625vw,12px);align-items:center;gap:0 clamp(6px,.625vw,12px)}.bi-wrap .assets-section .pattern-section .pattern-content .pattern-types .type-title-box .type-title{font-size:clamp(9px,.9375vw,18px);font-weight:700;color:#fff}.bi-wrap .assets-section .pattern-section .pattern-content .pattern-types .type-title-box .type-description{font-size:clamp(7px,.7291666667vw,14px);color:var(--greycolor-grey05);font-weight:500}.bi-wrap .assets-section .concept-section .title-area{position:relative;margin-bottom:clamp(6px,.625vw,12px)}.bi-wrap .assets-section .concept-section .title-area h4{line-height:1}.bi-wrap .assets-section .concept-section .title-area .download-box{top:0;right:0}.bi-wrap .assets-section .concept-section .swiper-bi{position:relative;overflow:hidden}.bi-wrap .assets-section .concept-section .swiper-bi .img-area{position:relative}.bi-wrap .assets-section .concept-section .swiper-bi .img-area .tooltip-area .tooltip-box{position:absolute;top:0;left:0}.bi-wrap .assets-section .concept-section .swiper-bi .img-area .tooltip-area .tooltip-box.tooltip1{top:clamp(54.5px,5.6770833333vw,109px);left:clamp(346.5px,36.09375vw,693px)}@media screen and (max-width: 1500px){.bi-wrap .assets-section .concept-section .swiper-bi .img-area .tooltip-area .tooltip-box.tooltip1{top:clamp(80px,8.3333333333vw,160px);left:clamp(460px,47.9166666667vw,920px)}}.bi-wrap .assets-section .concept-section .swiper-bi .img-area .tooltip-area .tooltip-box.tooltip2{top:clamp(104px,10.8333333333vw,208px);left:clamp(77px,8.0208333333vw,154px)}@media screen and (max-width: 1500px){.bi-wrap .assets-section .concept-section .swiper-bi .img-area .tooltip-area .tooltip-box.tooltip2{top:clamp(144.5px,15.0520833333vw,289px);left:clamp(102px,10.625vw,204px)}}.bi-wrap .assets-section .concept-section .swiper-bi .img-area .tooltip-area .tooltip-box button{position:relative;width:clamp(14px,1.4583333333vw,28px);aspect-ratio:1/1;border:1px solid #85E0D2;border-radius:100%;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.bi-wrap .assets-section .concept-section .swiper-bi .img-area .tooltip-area .tooltip-box button span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:clamp(5.5px,.5729166667vw,11px);height:clamp(1px,.1041666667vw,2px);background:#85e0d2}.bi-wrap .assets-section .concept-section .swiper-bi .img-area .tooltip-area .tooltip-box button span:last-child{width:clamp(1px,.1041666667vw,2px);height:clamp(5.5px,.5729166667vw,11px)}.bi-wrap .assets-section .concept-section .swiper-bi .img-area .tooltip-area .tooltip-box .tooltip-content{display:none;position:absolute;top:clamp(18px,1.875vw,36px);left:50%;transform:translate(-50%);width:max-content;padding:clamp(8px,.8333333333vw,16px) clamp(10px,1.0416666667vw,20px);background:#0000004d;border-radius:12px;z-index:2;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border:1px solid rgba(255,255,255,.4)}.bi-wrap .assets-section .concept-section .swiper-bi .img-area .tooltip-area .tooltip-box .tooltip-content p{font-size:clamp(7px,.7291666667vw,14px);color:#fff;white-space:pre-line}.bi-wrap .assets-section .concept-section .swiper-bi .img-area .tooltip-area .tooltip-box.active button span:last-child{display:none}.bi-wrap .assets-section .concept-section .swiper-bi .img-area .tooltip-area .tooltip-box.active .tooltip-content{display:block}.bi-wrap .assets-section .concept-section .swiper-bi .slide02 .tooltip-area .tooltip-box.tooltip1{left:clamp(336.5px,35.0520833333vw,673px)}@media screen and (max-width: 1500px){.bi-wrap .assets-section .concept-section .swiper-bi .slide02 .tooltip-area .tooltip-box.tooltip1{left:clamp(450px,46.875vw,900px)}}.bi-wrap .assets-section .concept-section .swiper-bi .slide02 .tooltip-area .tooltip-box.tooltip2{left:clamp(80px,8.3333333333vw,160px)}@media screen and (max-width: 1500px){.bi-wrap .assets-section .concept-section .swiper-bi .slide02 .tooltip-area .tooltip-box.tooltip2{left:clamp(109.5px,11.40625vw,219px)}}.bi-wrap .assets-section .concept-section .swiper-bi .content-area{margin-top:clamp(16px,1.6666666667vw,32px);text-align:center}.bi-wrap .assets-section .concept-section .swiper-bi .content-area .text-title{display:inline-block;margin-bottom:clamp(8px,.8333333333vw,16px);padding:clamp(3px,.3125vw,6px) clamp(8px,.8333333333vw,16px);font-size:clamp(8px,.8333333333vw,16px);color:#85e0d2;font-weight:500;background:var(--greycolor-grey08);border-radius:clamp(20px,2.0833333333vw,40px)}.bi-wrap .assets-section .concept-section .swiper-bi .content-area .text-description{font-size:clamp(8px,.8333333333vw,16px);color:var(--greycolor-grey05);white-space:pre-line}.bi-wrap .assets-section .concept-section .swiper-bi .swiper-arrow{top:36%;width:clamp(18px,1.875vw,36px);height:auto;aspect-ratio:1/1;border-radius:100%;background:var(--greycolor-grey08)}.bi-wrap .assets-section .concept-section .swiper-bi .swiper-arrow:after{content:"";width:clamp(12px,1.25vw,24px);aspect-ratio:1/1;background:url(/build/assets/icon_arrow_forward_v1-ud72NrSV.svg) no-repeat center/contain}.bi-wrap .assets-section .concept-section .swiper-bi .swiper-arrow.swiper-button-prev{transform:rotate(180deg)}.bi-wrap .modal-section{visibility:hidden;opacity:0;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:999}.bi-wrap .modal-section .modal-dimmed{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.bi-wrap .modal-section.modal-open{display:block;visibility:inherit;pointer-events:auto;opacity:1;transition:all .5s}.bi-wrap .modal-section .modal-area{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:1120px;color:var(--greycolor-grey08);background:#fff;border-radius:clamp(10px,1.0416666667vw,20px)}.bi-wrap .modal-section .modal-area .button-box{position:absolute;top:clamp(10px,1.0416666667vw,20px);right:clamp(10px,1.0416666667vw,20px)}.bi-wrap .modal-section .modal-area .button-box button{position:relative;width:clamp(18px,1.875vw,36px);aspect-ratio:1/1;background:#0f0f0f;border-radius:100%}.bi-wrap .modal-section .modal-area .button-box button span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);width:clamp(1px,.1041666667vw,2px);height:clamp(6px,.625vw,12px);background:#fff}.bi-wrap .modal-section .modal-area .button-box button span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.bi-wrap .modal-section .modal-area .modal-content-box{padding:clamp(40px,4.1666666667vw,80px);max-height:calc(100vh - 79px);overflow-y:auto}.bi-wrap .modal-section .modal-area .modal-content-box::-webkit-scrollbar{width:10px}.bi-wrap .modal-section .modal-area .modal-content-box::-webkit-scrollbar-track{background:transparent}.bi-wrap .modal-section .modal-area .modal-content-box::-webkit-scrollbar-thumb{background-color:var(--greycolor-grey04);border-radius:10px;border:3px solid var(--greycolor-grey04)}.bi-wrap .modal-section .modal-area .modal-content-box::-webkit-scrollbar-button{height:0;background-color:transparent}.bi-wrap .modal-section .modal-area .modal-content-box::-webkit-scrollbar-button:vertical:start:decrement,.bi-wrap .modal-section .modal-area .modal-content-box::-webkit-scrollbar-button:vertical:start:increment{display:block;height:10px}.bi-wrap .modal-section .modal-area .modal-content-box::-webkit-scrollbar-button:vertical:end:increment,.bi-wrap .modal-section .modal-area .modal-content-box::-webkit-scrollbar-button:vertical:end:decrement{display:block;height:10px}.bi-wrap .modal-section .modal-area .modal-header-box{margin-bottom:clamp(20px,2.0833333333vw,40px)}.bi-wrap .modal-section .modal-area .modal-header-box .modal-title{font-size:clamp(26px,2.7083333333vw,52px);text-align:left}.bi-wrap .modal-section .modal-area .modal-body-box .section-title{margin-bottom:clamp(4px,.4166666667vw,8px);font-size:clamp(16px,1.6666666667vw,32px)}.bi-wrap .modal-section .modal-area .modal-body-box .license-wrap .license-list{display:flex;flex-direction:column;gap:clamp(2px,.2083333333vw,4px) 0}.bi-wrap .modal-section .modal-area .modal-body-box .license-wrap .license-list>li{position:relative;padding-left:clamp(4px,.4166666667vw,8px);font-size:clamp(9px,.9375vw,18px);color:var(--greycolor-grey08);font-weight:500;line-height:1.6}.bi-wrap .modal-section .modal-area .modal-body-box .license-wrap .license-list>li:before{position:absolute;content:"";top:clamp(5.5px,.5729166667vw,11px);left:0;width:clamp(2px,.15625vw,3px);aspect-ratio:1/1;background:var(--greycolor-grey08);border-radius:100%}.bi-wrap .modal-section .modal-area .modal-body-box .license-wrap .license-list>li .caution{display:block;font-size:clamp(8px,.8333333333vw,16px);color:var(--greycolor-grey05)}.bi-wrap .modal-section .modal-area .modal-body-box .license-wrap .license-list>li .number-list{padding-left:clamp(10.5px,1.09375vw,21px)}.bi-wrap .modal-section .modal-area .modal-body-box .license-wrap .license-list>li .number-list li{list-style-type:decimal}.bi-wrap .modal-section .modal-area .modal-body-box .scope-wrap{margin:clamp(30px,3.125vw,60px) 0 clamp(20px,2.0833333333vw,40px)}.bi-wrap .modal-section .modal-area .modal-body-box .scope-wrap table{width:100%}.bi-wrap .modal-section .modal-area .modal-body-box .scope-wrap table colgroup col:first-child{width:clamp(115px,11.9791666667vw,230px)}.bi-wrap .modal-section .modal-area .modal-body-box .scope-wrap table colgroup col:nth-child(2){width:clamp(292px,30.4166666667vw,584px)}.bi-wrap .modal-section .modal-area .modal-body-box .scope-wrap table thead th{padding:clamp(8px,.8333333333vw,16px) 0;font-size:clamp(8px,.8333333333vw,16px);color:var(--greycolor-grey08);background:#f6f6f6;border:solid var(--greycolor-grey04);border-width:1px 0}.bi-wrap .modal-section .modal-area .modal-body-box .scope-wrap table tbody td{padding:clamp(10px,1.0416666667vw,20px) 0;font-size:clamp(9px,.9375vw,18px);color:var(--greycolor-grey08);font-weight:500;border-bottom:1px solid var(--greycolor-grey04)}.bi-wrap .modal-section .modal-area .modal-body-box .scope-wrap table tbody td.title{color:#002554;text-align:center;font-weight:700}.bi-wrap .modal-section .modal-area .modal-body-box .scope-wrap table tbody td.text-grey{color:var(--greycolor-grey06)}.bi-wrap .modal-section .modal-area .modal-body-box .scope-wrap table tbody span.icon{display:block;margin:0 auto;width:clamp(8px,.8333333333vw,16px);aspect-ratio:1/1;background:url(/build/assets/bi_circle-IicCKmkO.svg) no-repeat center/contain}.bi-wrap .modal-section .modal-area .modal-body-box .scope-wrap table tbody span.triangle{background-image:url(/build/assets/bi_triangle-CV4v5FTM.svg)}.bi-wrap .modal-section .modal-area .modal-footer-box a{display:block;padding:clamp(14px,1.4583333333vw,28px) 0;font-size:clamp(10px,1.0416666667vw,20px);font-weight:700;color:#fff;background:var(--greycolor-grey08);text-align:center;border-radius:clamp(8px,.8333333333vw,16px)}.bi-wrap .modal-section .modal-area .modal-footer-box a img{display:inline-block;margin-left:clamp(2.5px,.2604166667vw,5px);height:clamp(9px,.9375vw,18px);vertical-align:middle}@media screen and (max-width: 1024px){.bi-wrap .mobile{display:block}.bi-wrap .pc{display:none}.bi-wrap#container{padding-left:0;padding-right:0}.bi-wrap .download-box{position:absolute;width:100%;top:auto;right:auto;bottom:6.4vw;left:0;gap:0 calc(2.1333333333vw);align-items:center;justify-content:center}.bi-wrap .download-box a{min-width:calc(39.4666666667vw);padding:calc(3.4666666667vw) 4vw;font-size:calc(3.7333333333vw);border-radius:3.2vw;text-align:center}.bi-wrap .download-box a img{height:calc(5.8666666667vw)}.bi-wrap .intro-section{height:calc(100dvh - 72px);background:url(/build/assets/bi_intro_bg_m-DdsohsEv.png) no-repeat center bottom/100%}.bi-wrap .intro-section .intro-title-area{margin-top:-72px}.bi-wrap .intro-section .intro-title-area h3{font-size:calc(9.0666666667vw);line-height:1.4}.bi-wrap .assets-section{padding:calc(10.6666666667vw) calc(5.3333333333vw) calc(21.3333333333vw)}.bi-wrap .assets-section .assets-inner{display:block;width:auto}.bi-wrap .assets-section .sidenav-aside{display:none}.bi-wrap .assets-section .assets-section-wrap{gap:calc(21.3333333333vw) 0;width:auto}.bi-wrap .assets-section .assets-section-wrap>section .title-area{margin-bottom:calc(5.3333333333vw)}.bi-wrap .assets-section .assets-section-wrap>section .title-area h4{margin-bottom:calc(2.1333333333vw);font-size:6.4vw}.bi-wrap .assets-section .assets-section-wrap>section .title-area .text-description{font-size:calc(4.2666666667vw)}.bi-wrap .assets-section .guide-section .img-area{gap:0}.bi-wrap .assets-section .color-section .system-list{flex-direction:column;gap:calc(2.1333333333vw) 0}.bi-wrap .assets-section .color-section .system-list li{flex:auto;display:flex;padding:calc(4.2666666667vw);justify-content:space-between;border-radius:clamp(8px,.8333333333vw,16px);height:calc(26.6666666667vw)}.bi-wrap .assets-section .color-section .system-list li .text-title{margin:0;font-size:calc(4.2666666667vw)}.bi-wrap .assets-section .color-section .system-list li .text-content{width:calc(47.4666666667vw);font-size:3.2vw;line-height:1.4}.bi-wrap .assets-section .color-section .system-list li:nth-child(n+3) .text-title{color:#fff}.bi-wrap .assets-section .color-section .system-list li:nth-child(n+3) .text-content{color:#ffffff80}.bi-wrap .assets-section .color-section .system-list li:nth-child(2){background:#85e0d2}.bi-wrap .assets-section .color-section .system-list li:nth-child(3){background:#002554}.bi-wrap .assets-section .color-section .system-list li:nth-child(4){background:#000;border:1px solid var(--greycolor-grey08)}.bi-wrap .assets-section .pattern-section .img-area.mb{margin-bottom:6.4vw}.bi-wrap .assets-section .pattern-section .pattern-content{margin-top:6.4vw}.bi-wrap .assets-section .pattern-section .pattern-content .sub-title-box{margin-bottom:calc(5.3333333333vw)}.bi-wrap .assets-section .pattern-section .pattern-content .sub-title-box .text-title{margin-bottom:calc(2.1333333333vw);font-size:4.8vw;font-weight:600}.bi-wrap .assets-section .pattern-section .pattern-content .sub-title-box .text-description{font-size:calc(4.2666666667vw)}.bi-wrap .assets-section .pattern-section .pattern-content .pattern-types{gap:6.4vw 0}.bi-wrap .assets-section .pattern-section .pattern-content .pattern-types .type-title-box{flex-direction:column;margin-bottom:3.2vw;align-items:flex-start;gap:calc(1.0666666667vw) 0}.bi-wrap .assets-section .pattern-section .pattern-content .pattern-types .type-title-box .type-title{font-size:calc(4.2666666667vw);font-weight:500}.bi-wrap .assets-section .pattern-section .pattern-content .pattern-types .type-title-box .type-description{font-size:calc(3.7333333333vw)}.bi-wrap .assets-section .concept-section .title-area{margin-bottom:calc(5.3333333333vw)}.bi-wrap .assets-section .concept-section .title-area .download-box{margin-top:calc(5.3333333333vw);position:static;flex-direction:column;gap:calc(2.1333333333vw) 0}.bi-wrap .assets-section .concept-section .title-area .download-box a{width:100%}.bi-wrap .assets-section .concept-section .title-area .download-box a.button-open-modal img{height:4.8vw;margin-left:calc(1.0666666667vw)}.bi-wrap .assets-section .concept-section .swiper-bi .img-area .tooltip-area .tooltip-box.tooltip1{top:calc(3.7333333333vw);left:64.8vw}.bi-wrap .assets-section .concept-section .swiper-bi .img-area .tooltip-area .tooltip-box.tooltip2{top:calc(21.3333333333vw);left:12vw}.bi-wrap .assets-section .concept-section .swiper-bi .img-area .tooltip-area .tooltip-box button{width:calc(8.5333333333vw)}.bi-wrap .assets-section .concept-section .swiper-bi .img-area .tooltip-area .tooltip-box button span{width:3.2vw;height:calc(.5333333333vw)}.bi-wrap .assets-section .concept-section .swiper-bi .img-area .tooltip-area .tooltip-box button span:last-child{width:calc(.5333333333vw);height:3.2vw}.bi-wrap .assets-section .concept-section .swiper-bi .img-area .tooltip-area .tooltip-box .tooltip-content{top:9.6vw;left:auto;right:0;transform:translate(0);padding:3.2vw calc(4.2666666667vw);border-radius:3.2vw}.bi-wrap .assets-section .concept-section .swiper-bi .img-area .tooltip-area .tooltip-box .tooltip-content.left{right:auto;left:0}.bi-wrap .assets-section .concept-section .swiper-bi .img-area .tooltip-area .tooltip-box .tooltip-content p{font-size:calc(3.7333333333vw)}.bi-wrap .assets-section .concept-section .swiper-bi .slide02 .tooltip-area .tooltip-box.tooltip1{left:64.8vw}.bi-wrap .assets-section .concept-section .swiper-bi .slide02 .tooltip-area .tooltip-box.tooltip2{left:13.6vw}.bi-wrap .assets-section .concept-section .swiper-bi .content-area{margin:0}.bi-wrap .assets-section .concept-section .swiper-bi .content-area .text-title{margin-bottom:3.2vw;padding:1.6vw calc(4.2666666667vw);font-size:calc(3.7333333333vw);line-height:1.6;border-radius:calc(10.6666666667vw)}.bi-wrap .assets-section .concept-section .swiper-bi .content-area .text-description{font-size:calc(3.7333333333vw);line-height:1.6}.bi-wrap .assets-section .concept-section .swiper-bi .swiper-arrow{display:none}.bi-wrap .modal-section{opacity:1;visibility:hidden;height:100dvh}.bi-wrap .modal-section.modal-open{visibility:visible}.bi-wrap .modal-section.modal-open .modal-area{transform:translate(0)}.bi-wrap .modal-section .modal-area{left:0;top:auto;bottom:0;transform:translateY(100dvh);width:100vw;border-radius:calc(5.3333333333vw) calc(5.3333333333vw) 0 0;transition:transform .5s}.bi-wrap .modal-section .modal-area .modal-content-box{padding:16vw 6.4vw;max-height:90dvh}.bi-wrap .modal-section .modal-area .button-box{top:calc(5.3333333333vw);right:calc(5.3333333333vw)}.bi-wrap .modal-section .modal-area .button-box button{width:9.6vw}.bi-wrap .modal-section .modal-area .button-box button span{width:calc(.5333333333vw);height:3.2vw}.bi-wrap .modal-section .modal-area .modal-header-box{margin-bottom:calc(10.6666666667vw)}.bi-wrap .modal-section .modal-area .modal-header-box .modal-title{font-size:calc(9.0666666667vw)}.bi-wrap .modal-section .modal-area .modal-body-box .section-title{margin-bottom:calc(2.1333333333vw);font-size:6.4vw}.bi-wrap .modal-section .modal-area .modal-body-box .license-wrap .license-list{gap:calc(2.1333333333vw) 0}.bi-wrap .modal-section .modal-area .modal-body-box .license-wrap .license-list>li{padding-left:calc(2.1333333333vw);font-size:calc(4.2666666667vw)}.bi-wrap .modal-section .modal-area .modal-body-box .license-wrap .license-list>li:before{top:calc(2.9333333333vw);width:.8vw}.bi-wrap .modal-section .modal-area .modal-body-box .license-wrap .license-list>li .caution{font-size:calc(3.7333333333vw)}.bi-wrap .modal-section .modal-area .modal-body-box .license-wrap .license-list>li .number-list{padding-left:calc(3.7333333333vw)}.bi-wrap .modal-section .modal-area .modal-body-box .scope-wrap{margin:calc(10.6666666667vw) 0}.bi-wrap .modal-section .modal-area .modal-body-box .scope-wrap table colgroup col:first-child{width:calc(18.1333333333vw)}.bi-wrap .modal-section .modal-area .modal-body-box .scope-wrap table colgroup col:nth-child(2){width:54.4vw}.bi-wrap .modal-section .modal-area .modal-body-box .scope-wrap table thead th,.bi-wrap .modal-section .modal-area .modal-body-box .scope-wrap table tbody td{padding:calc(4.2666666667vw) 0;font-size:3.2vw}.bi-wrap .modal-section .modal-area .modal-body-box .scope-wrap table tbody td.title{font-weight:500}.bi-wrap .modal-section .modal-area .modal-body-box .scope-wrap table tbody span.icon{width:calc(4.2666666667vw)}.bi-wrap .modal-section .modal-area .modal-footer-box a{padding:calc(5.3333333333vw) 0;font-size:calc(4.2666666667vw);font-weight:600;border-radius:calc(4.2666666667vw)}.bi-wrap .modal-section .modal-area .modal-footer-box a img{margin-left:calc(1.0666666667vw);height:calc(4.2666666667vw)}}.terms-wrap{padding-top:160px!important;padding-bottom:120px!important}@media screen and (max-width: 1024px){.terms-wrap{padding-top:100px!important;padding-bottom:0}}.service_tit{margin:0 0 20px;padding:0 0 10px;font-size:16px;border-bottom:1px solid #999999}.page_tit{width:100%;text-align:center}.agreement_wrap{width:100%;max-width:1059px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.agreement_wrap .page_tit{width:100%;text-align:center}.agreement_wrap .agreement_content{width:100%;display:block;padding:60px;border-radius:20px;background-color:var(--greycolor-grey08);font-size:14px;font-weight:400;color:#99999a;line-height:25.2px;word-wrap:break-word;word-break:keep-all}.agreement_wrap .agreement_content:has(.agreement_content_inner){display:grid;grid-template-areas:"agree_content"}.agreement_wrap .agreement_content .agreement_content_inner{grid-area:agree_content;opacity:0;pointer-events:none;transition:opacity .2s;height:0;overflow:hidden}.agreement_wrap .agreement_content .agreement_content_inner.on{opacity:1;pointer-events:auto;height:auto;overflow:visible}.agreement_wrap .agreement_content :is(h3,h4,h5){font-size:16px;color:var(--greycolor-grey04);line-height:22.4px}.agreement_wrap .agreement_content .accent{color:var(--subcolor-red-normal)!important}.agreement_wrap .agreement_tab{width:100%}.agreement_wrap .agreement_tab>ul{width:100%;display:flex;flex-direction:row;gap:8px}.agreement_wrap .agreement_tab>ul>li{flex:1;width:100%}.agreement_wrap .agreement_tab>ul>li :is(a,button){display:inline-flex;align-items:center;justify-content:center;width:100%;padding:24px 0;text-align:center;font-size:16px;font-weight:600;line-height:22.4px;color:#8d8d8d;background-color:#1d1d1f25;border-radius:20px 20px 0 0;word-wrap:break-word;word-break:keep-all}.agreement_wrap .agreement_tab>ul>li :is(a,button).on{background-color:var(--subcolor-blue-dark);color:var(--brandcolor-normal)}.agreement_wrap .agreement_tab+.agreement_content{border-radius:0 0 20px 20px}@media screen and (max-width: 1024px){.agreement_wrap .page_tit{margin-bottom:20px;text-align:left}.agreement_wrap .page_tit+.agreement_content{margin-top:-32px}.agreement_wrap .agreement_tab>ul>li :is(a,button){height:50px;padding:0;font-size:12px;line-height:16.8px;border-radius:10px 10px 0 0}.agreement_wrap .agreement_content{padding:24px 16px;border-radius:10px;font-size:12px;line-height:16.8px}.agreement_wrap .agreement_content :is(h3,h4,h5){font-size:12px;line-height:16.8px}}:is(.agreement_box,.agreement_content) table{border:1px solid #99999a;table-layout:fixed;width:100%;text-align:center}:is(.agreement_box,.agreement_content) table tr :is(th,td){border:1px solid #99999a;color:#99999a;padding:5px 10px}:is(.agreement_box,.agreement_content) table tr :is(th,td).accent{color:var(--subcolor-red-normal)!important}@media screen and (max-width: 1024px){.pc-only{display:none}}@media screen and (min-width: 1024px){.mobile-only{display:none}}.b2b-top{height:420px;background:url(/build/assets/b2b-top-CnQBREqs.png) no-repeat center center/cover;margin:0 -1.25rem;padding-top:140px;display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff;position:relative}.b2b-top h2{font-size:26px;font-weight:700;font-family:var(--namu-bold)}.b2b-top h3{font-size:26px;font-weight:700;font-family:var(--namu-bold);padding-top:16px}.b2b-top .image{position:absolute;bottom:0;left:50%;transform:translate(-50%)}@media screen and (max-width: 1024px){.b2b-top{height:220px;padding-top:30px}.b2b-top h2{font-size:16px}.b2b-top h3{font-size:18px;padding-top:8px}.b2b-top .image{width:158px;height:98px}.b2b-top .image img{width:100%}}.b2b-process{margin:120px 0;background:url(/build/assets/graphic-eyepettern-comb-xl-jvR7ZIY8.png) no-repeat center 0}@media screen and (max-width: 1024px){.b2b-process{margin:60px 0;background-image:url(/build/assets/graphic-eyepettern-comb-xxs-DlGS1dCI.png)}}.b2b-process .b2b-process-title{font-size:24px;font-weight:600;text-align:center;padding-bottom:60px;color:#ddd}@media screen and (max-width: 1024px){.b2b-process .b2b-process-title{font-size:16px;padding-bottom:20px}}.b2b-process .b2b-process-list{display:flex;justify-content:center;align-items:center;gap:0 30px;max-width:856px;margin:0 auto}@media screen and (max-width: 1024px){.b2b-process .b2b-process-list{gap:0 10px}}.b2b-process .b2b-process-item{align-self:flex-start}.b2b-process .b2b-process-item-image{background:#002554;border-radius:50%;width:128px;height:128px;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 1024px){.b2b-process .b2b-process-item-image{width:48px;height:48px}.b2b-process .b2b-process-item-image img{width:20px}}.b2b-process .b2b-process-item-name{text-align:center;color:#8d8d8d;font-size:16px;padding-top:16px}@media screen and (max-width: 1024px){.b2b-process .b2b-process-item-name{font-size:10px}}.b2b-process .arrow{flex-shrink:0;width:25px;height:23px;background:url(/build/assets/process-arrow-CSQuC-4C.png) no-repeat center center}@media screen and (max-width: 1024px){.b2b-process .arrow{width:13px;height:12px;background-size:auto 100%}}.b2b-content{margin-top:120px}@media screen and (max-width: 1024px){.b2b-content{margin-top:60px}}.b2b-content h2{color:#ddd;font-size:24px;font-weight:600;text-align:center;padding-bottom:60px}@media screen and (max-width: 1024px){.b2b-content h2{font-size:16px;padding-bottom:20px}}.b2b-content .b2b-content-list{padding:0 30px;margin:0 auto;max-width:1416px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}@media screen and (max-width: 1024px){.b2b-content .b2b-content-list{grid-template-columns:repeat(1,minmax(0,1fr));gap:16px;padding:0}}.b2b-content .b2b-content-item{border-radius:20px;background-color:#1d1d1f;padding:60px}@media screen and (max-width: 1024px){.b2b-content .b2b-content-item{padding:24px 0 24px 24px;display:flex;align-items:center;gap:0 10px}}.b2b-content .b2b-content-item-image{flex-shrink:0}@media screen and (max-width: 1024px){.b2b-content .b2b-content-item-image{width:67px}}.b2b-content .b2b-content-item-name{padding-top:40px}.b2b-content .b2b-content-item-name strong{font-family:var(--namu-bold);font-size:24px;font-weight:700;color:#ddd;display:block;padding-bottom:24px;line-height:100%}.b2b-content .b2b-content-item-name p{font-size:14px;line-height:140%;color:#8d8d8d}@media screen and (max-width: 1024px){.b2b-content .b2b-content-item-name{padding-top:0}.b2b-content .b2b-content-item-name strong{font-size:14px;padding-bottom:8px}.b2b-content .b2b-content-item-name p{font-size:10px}}.b2b-inquiry{padding-top:120px}@media screen and (max-width: 1024px){.b2b-inquiry{padding-top:60px}}.b2b-inquiry h2{color:#8ce2d0;font-family:var(--namu-bold);font-size:24px;font-weight:600;text-align:center;padding-bottom:60px}@media screen and (max-width: 1024px){.b2b-inquiry h2{font-size:16px;padding-bottom:20px}}.b2b-inquiry .b2b-inquiry-list{max-width:894px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:0 30px}@media screen and (max-width: 1024px){.b2b-inquiry .b2b-inquiry-list{flex-direction:column;gap:16px}}.b2b-inquiry .b2b-inquiry-item{height:278px;width:calc(50% - 15px);border-radius:20px;background-color:#001c3f;padding:60px}@media screen and (max-width: 1024px){.b2b-inquiry .b2b-inquiry-item{height:auto;width:100%;padding:24px 0 24px 24px;display:flex;align-items:center;gap:0 20px}}.b2b-inquiry .b2b-inquiry-item h3{font-size:24px;font-weight:700;color:#ddd;font-family:var(--namu-bold);padding-bottom:48px}@media screen and (max-width: 1024px){.b2b-inquiry .b2b-inquiry-item h3{font-size:14px;padding-bottom:0;text-align:center;flex-shrink:0;width:100px}}.b2b-inquiry .b2b-inquiry-item p{font-size:16px;color:#ddd;padding-bottom:16px}@media screen and (max-width: 1024px){.b2b-inquiry .b2b-inquiry-item p{font-size:10px}}.b2b-inquiry .b2b-inquiry-item .number a{color:#8ce2d0;font-family:var(--namu-bold);font-size:40px;font-weight:700}@media screen and (max-width: 1024px){.b2b-inquiry .b2b-inquiry-item .number a{font-size:28px}}.b2b-inquiry .b2b-inquiry-item .divider{display:none}@media screen and (max-width: 1024px){.b2b-inquiry .b2b-inquiry-item .divider{display:block;height:50px;width:1px;flex-shrink:0;background-color:#ffffff80}}.b2b-inquiry .b2b-inquiry-item .button-wrapper .button{color:#001c3f;padding:17px 60px;font-weight:600}@media screen and (max-width: 1024px){.b2b-inquiry .b2b-inquiry-item .button-wrapper .button{padding:7.5px 15px;font-size:12px}}.b2b-client{margin:120px auto 0;max-width:1119px;padding:0 30px}@media screen and (max-width: 1024px){.b2b-client{padding:0;margin-top:60px}}.b2b-client h2{color:#ddd;font-size:24px;font-weight:600;text-align:center;padding-bottom:60px}@media screen and (max-width: 1024px){.b2b-client h2{font-size:16px;padding-bottom:40px}}.b2b-client section+section{margin-top:40px}.b2b-client section h3{font-size:16px;font-weight:600;color:#8d8d8d;font-family:var(--namu-bold);padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:40px}@media screen and (max-width: 1024px){.b2b-client section h3{margin-bottom:20px}}.b2b-client .b2b-client-list{position:relative;overflow:hidden;padding:0 20px}@media screen and (max-width: 1024px){.b2b-client .b2b-client-list{padding:0 7px}}.b2b-client .b2b-client-list .swiper-wrapper{display:flex}.b2b-client .b2b-client-list .swiper-slide{width:auto;height:auto}.b2b-client .b2b-client-item{display:flex;flex-direction:column;align-items:center}.b2b-client .b2b-client-item-image{border-radius:4px;background-color:#1d1d1f;overflow:hidden}.b2b-client .b2b-client-item-name{margin-top:8px;font-size:16px;color:#8d8d8d;text-align:center}@media screen and (max-width: 1024px){.b2b-client .b2b-client-item-name{font-size:10px}}.order-registration-page{padding:80px 0 120px}.order-registration-page .order-registration-wrap{max-width:800px;margin:0 auto}.order-registration-page .order-registration-header{position:relative;text-align:center;margin:80px 0 40px}@media screen and (max-width: 1024px){.order-registration-page .order-registration-header{margin:16px 0 24px}}@media screen and (max-width: 768px){.order-registration-page .order-registration-header{margin:40px 0 20px;text-align:left}}.order-registration-page .order-registration-header .logo{position:absolute;left:0;top:-10px}@media screen and (max-width: 1024px){.order-registration-page .order-registration-header .logo{top:0}}@media screen and (max-width: 768px){.order-registration-page .order-registration-header .logo{position:static;margin-bottom:10px}}.order-registration-page .order-registration-header .logo img{height:40px;width:auto}@media screen and (max-width: 1024px){.order-registration-page .order-registration-header .logo img{height:32px}}.order-registration-page .order-registration-header .order-registration-page-title{font-size:24px;font-weight:700;color:var(--greycolor-grey04);font-family:var(--namu-bold);margin:0}@media screen and (max-width: 1024px){.order-registration-page .order-registration-header .order-registration-page-title{font-size:20px}}.order-registration-section .fab-actions{margin-top:30px}.order-registration-page .billing-info{padding:20px;background-color:var(--greycolor-grey07);border-radius:10px;margin-bottom:24px}@media screen and (max-width: 1024px){.order-registration-page .billing-info{padding:16px;margin-bottom:20px}}.order-registration-page .billing-info .info-item{grid-template-columns:100px 1fr!important}@media screen and (max-width: 1024px){.order-registration-page .billing-info .info-item{grid-template-columns:1fr!important}}.order-registration-page .select-group{display:flex;align-items:center;gap:0 16px;width:100%}@media screen and (max-width: 1024px){.order-registration-page .select-group{gap:8px}.order-registration-page .select-group .form-selector{height:48px;width:100%;font-size:12px}}.order-registration-page .input-addon{display:flex;align-items:center;gap:0 16px;width:100%}.order-registration-page .input-addon .form-selector{width:250px;flex-shrink:0}@media screen and (max-width: 1024px){.order-registration-page .input-addon{flex-direction:column;gap:8px}.order-registration-page .input-addon .form-selector{height:48px;width:100%;font-size:12px}}.order-registration-page .payment-method-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}@media screen and (max-width: 1024px){.order-registration-page .payment-method-header{margin-bottom:16px;padding-bottom:12px}}.order-registration-page .payment-method-header .icon-arrow-down{width:16px;height:16px;border-bottom:2px solid var(--greycolor-grey04);border-right:2px solid var(--greycolor-grey04);transform:rotate(45deg);flex-shrink:0}.order-registration-page .payment-method-header .info-template-title{margin:0;padding:0;border:none;font-size:20px;font-weight:600;color:var(--greycolor-grey04)}@media screen and (max-width: 1024px){.order-registration-page .payment-method-header .info-template-title{font-size:16px}}.order-registration-page .card-brands{display:flex;gap:12px;margin-bottom:40px;opacity:.5}@media screen and (max-width: 1024px){.order-registration-page .card-brands{margin-bottom:24px}}.order-registration-page .card-brands .card-brand{height:24px;width:auto}@media screen and (max-width: 1024px){.order-registration-page .card-brands .card-brand{height:20px}}.order-registration-page .info-btn{width:20px;height:20px;border-radius:50%;background-color:var(--greycolor-grey06);border:none;color:var(--greycolor-grey04);font-size:12px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;margin-left:8px;vertical-align:middle;padding:0}@media screen and (max-width: 1024px){.order-registration-page .info-btn{width:18px;height:18px;font-size:10px;margin-left:6px}}.signature-date{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--greycolor-grey05);margin-top:8px}.signature-date .icon-calendar{width:16px;height:16px;background:url(/build/assets/ico-calendar-BtFVQvMh.svg) no-repeat center center;background-size:contain}@media screen and (max-width: 1024px){.signature-date{font-size:12px}}.form-checkbox-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%}.form-checkbox-wrapper .form-checkbox{margin:0}.form-checkbox-wrapper .button-mini{flex-shrink:0}.order-registration-page .contract-info-template .info-grid .info-item .info-value{display:flex;align-items:center;gap:12px;flex-wrap:wrap}@media screen and (max-width: 1024px){.order-registration-page .contract-info-template .info-grid .info-item .info-value{gap:8px}}.order-registration-page .contract-info-template .info-grid .info-item .info-value .form-checkbox{margin:0}.order-registration-page .contract-info-template .info-grid .info-item .info-value .button-mini{flex-shrink:0}.strong-text-wrapper{padding:24px;border-radius:10px;background-color:var(--greycolor-grey07);margin-top:24px;display:flex;align-items:center;justify-content:space-between}.strong-text-wrapper .strong-text{font-size:24px;font-weight:600;color:var(--brandcolor-normal);font-family:var(--namu-bold)}.strong-text-wrapper .strong-text-value{font-size:24px;font-weight:600;color:var(--greycolor-grey04);font-family:var(--namu-bold)}@media screen and (max-width: 1024px){.strong-text-wrapper{padding:16px;margin-top:16px}.strong-text-wrapper .strong-text,.strong-text-wrapper .strong-text-value{font-size:20px}}
