:root {
    --headerHeight: 70px;
}
header{position: relative; z-index: 9999; height: var(--headerHeight);}
header .header-area{border-bottom : solid 1px #dadce0; position: relative; z-index: 9999; background-color : #fff; height: inherit;}
header .header-area .logo-container{padding: 9px 0 0 0;position: absolute;top: 17px;left : 30px;z-index: 3;}
header .header-area .logo-container a{display : flex; align-items: center;}
header .header-area .logo-container a[data-env='DEV']::after {content: attr(data-env); margin-left: 3px; display: block; font-weight: 700; font-size: 9px; line-height: 15px; text-align: center; color: #fff; border-radius: 6px 6px 6px 0; padding: 0 5px;}
header .header-area .logo-container a[data-env='DEV']::after {background-color: #22b57d;}
header .header-area .logo-container a img{width : 217px;}
header .header-area .logo-container a svg{width: 217px;}
header .header-area .gnb-container{position: relative; z-index: 2;}
header .header-area .gnb-container ul{display : flex;}
header .header-area .gnb-container ul>li>a{font-size: 18px;color :#000;display : inline-block;font-weight: 500; position: relative; margin : 25px 20px 27px 20px; text-wrap: nowrap;}
header .header-area .gnb-container ul>li:first-child>a{margin-left : 0;}
header .header-area .gnb-container ul>li>a:before{content: ''; display: block; width: 100%; height: 2px; background: #356df3; position: absolute; bottom: -28px; left: 0; opacity: 0; visibility: hidden; z-index: 10000;}
header .header-area .gnb-container ul>li>a:after{content:'';display:block;position:absolute;width: 6px;height: 6px;background-color: #ee5c45;border-radius: 50%;right:-8px;top:-1px; transition : 0.1s ease-out; opacity: 0; visibility: hidden;}
header .header-area .gnb-container ul>li.overed>a:before{opacity: 1; visibility: visible;}
header .header-area .gnb-container ul>li.active>a:after{opacity: 1; visibility: visible;}
header .header-area .support-container{position: absolute;top: 16px;right : 50px;z-index: 3; display: flex; align-items: center;}
header .header-area .support-container>ul{display : flex;}
header .header-area .support-container>ul>li{margin: 0 0 0 21px;position : relative;}
header .header-area .support-container>ul>li:first-child{margin-left : 0;}
header .header-area .support-container>ul>li:last-child{margin: 2px 0 0 18px;}
header .header-area .support-container>ul>li>a{display : inline-block;font-size: 16px;margin : 10px 0;}
header .header-area .support-container>ul>li:not(:last-child):hover a {text-decoration: underline;}
header .header-area .support-container>ul>li>.dropdown-box{background-color : #fff;position : absolute;min-width: 140px;border : solid 1px #ebeef1;border-radius: 5px;top : 36px;left: 50%;transform:translateX(-50%); visibility: hidden;opacity: 0;box-shadow: 0 6px 15px 0 rgb(173 173 173 / 35%);}
header .header-area .support-container>ul>li:hover>.dropdown-box{visibility: visible; opacity: 1; z-index: 99999;}
header .header-area .support-container>ul>li>.dropdown-box>ul{padding: 13px 0 6px 0;margin: 0 0 6px 0;}
header .header-area .support-container>ul>li>.dropdown-box>ul>li:hover{background-color : #edf0f2;}
header .header-area .support-container>ul>li>.dropdown-box>ul>li>a{font-size : 14px; color : #444; display : block; padding : 8px 0 8px 15px;}
header .header-area .support-container>ul>li>.dropdown-box .contact-tel{font-size : 14px;color : #000;margin : 0 0 9px 0;padding : 0 0 0 16px;font-weight: 500;}
header .header-area .support-container>ul>li>.dropdown-box .contact-tel:last-child{margin : 0 0 17px 0;}
header .header-area .support-container>ul>li>.dropdown-box .contact-tel>span{color : #444; margin : 0 6px 0 0; display : inline-block; font-weight: normal;}
header .header-area .support-container>ul>li>.login-info-box{display: flex; align-items: center; height: 100%;}
header .header-area .support-container>ul>li>.login-info-box>span{font-size : 16px; display: block; margin : 0 6px 0 0; position: relative;}
header .header-area .support-container>ul>li>.login-info-box>span:after{content:''; display: block; width : calc(100% - 15px); height: 1px; position: absolute; left : 0; bottom : -3px; background-color : #000;}
header .header-area .support-container>ul>li>.login-info-box>a{background-image : url(/images/common/icon_logout.png); width : 19px; height: 17px; display: block;}
header .header-area .support-container>ul>li.active>a {color:#1955e9;}
header .header-area .support-container>ul>li>a.goto-logout {padding : 0 20px 0 0; background : url(/images/common/icon_logout.png) no-repeat center right; text-decoration: underline;}
header .header-area .support-container>ul>li>a.goto-login {text-decoration: underline;}
header .header-area .support-container>ul>li>a.goto-last {color:#ffffff;margin : 0 0;padding: 9px 15px 9px;font-size: 15px;background-color : #3478de;border-radius: 5px;}
header .header-area .support-container #developers-search { margin-left: 10px; border: solid 1px #006cff; border-radius: 3px; display: flex; align-items: center; font-size: 13px; letter-spacing: -0.02em; color: #707070; background: url("/images/common/header/search/ic_scope.svg") left 10px center #fff no-repeat; padding: 0 8px 0 35px; width: 250px; height: 34px;}
header .header-area .support-container #developers-search span { margin-left: auto; border: solid 1px #e0e4e8; border-radius: 3px; background-color: #eff0f1; display: grid; place-items: center; padding: 3px 5px;}
header .header-area .support-container #developers-search span.mac {font-family: -apple-system, BlinkMacSystemFont;}

header .header-area .drop-down-container {display: flex; width : 100%; height: 302px; position: absolute; left : 0; top : var(--headerHeight); z-index: 1; visibility: hidden; opacity: 0; justify-content: center; background-color: #f4f6fa;}
header .header-area .drop-down-container.visible {visibility: visible; opacity: 1;}
header .header-area .drop-down-container ~ .drop-down-bg {width: 100vw; height: calc(100vh - var(--headerHeight)); background: #000; visibility: hidden; opacity: 0; position: relative; z-index: 0;}
header .header-area .drop-down-container.visible ~ .drop-down-bg {visibility: visible; opacity: 0.6;}
header .header-area .drop-down-container .subject {width: 260px; height: 100%; background: center no-repeat; background-size: cover; padding: 35px 0 0 40px; position: absolute; left: 0;}
header .header-area .drop-down-container .subject strong {font-weight: 700; font-size: 24px; color: #fafbff; display: block; height: 36px;}
header .header-area .drop-down-container .subject p {font-size: 15px; line-height: 22px; letter-spacing: -0.75px; color: #d6e2ff; margin-top: 10px;}
header .header-area .drop-down-container[drop-target=guide] .subject {background-image: url(/images/common/header/background_dropdown_menu_guide.svg);}
header .header-area .drop-down-container[drop-target=reference] .subject {background-image: url(/images/common/header/background_dropdown_menu_reference.svg);}
header .header-area .drop-down-container[drop-target=sdk] .subject {background-image: url(/images/common/header/background_dropdown_menu_sdk.svg);}
header .header-area .drop-down-container[drop-target=webhook] .subject {background-image: url(/images/common/header/background_dropdown_menu_webhook.svg);}
header .header-area .drop-down-container .inner {margin: 0; display: flex;}
header .header-area .drop-down-container .inner ul {display: flex; padding: 32px 0;}
header .header-area .drop-down-container .inner ul li {width: 270px; position: relative;}
header .header-area .drop-down-container .inner ul li:after {content: ''; display: block; width: 1px; height: 164px; position: absolute; right: 0; top: 5px; background-color: #e0eaf9;}
header .header-area .drop-down-container .inner ul li:last-child:after {content: none;}
header .header-area .drop-down-container .inner ul li ~ li {margin-left: 40px;}
header .header-area .drop-down-container .inner ul li dl dt {display: block; padding-left: 14px; position: relative; font-weight: 500; font-size: 17px; letter-spacing: -0.34px; line-height: 25px; margin-bottom: 32px;}
header .header-area .drop-down-container .inner ul li dl dt:before {content: ''; position: absolute; top: 6px; left: 0; width: 6px; height: 6px; display: block; background-color: #d81d39;}
header .header-area .drop-down-container .inner ul li dl dt:after  {content: ''; position: absolute; top: 15px; left: 0; width: 6px; height: 6px; display: block; background-color: #253b8f;}
header .header-area .drop-down-container .inner ul li dl dt span {display: inline-block; height: 20px; padding: 3px 10px; border-radius: 10px 10px 10px 0; font-family: 'roboto'; letter-spacing: normal; font-size: 13px; color: #fff; margin: 2px 0 0 8px; vertical-align: top;}
header .header-area .drop-down-container .inner ul li:nth-child(1) dl dt span {background-color: #0088fc;}
header .header-area .drop-down-container .inner ul li:nth-child(2) dl dt span {background-color: #8951ff;}
header .header-area .drop-down-container .inner ul li:nth-child(3) dl dt span {background-color: #4eb470;}
header .header-area .drop-down-container .inner ul li:nth-child(4) dl dt span {background-color: #ff7926;}
header .header-area .drop-down-container .inner ul li dl dd {display: block; padding-left: 14px; margin-top: 20px; position: relative; height: 24px;}
header .header-area .drop-down-container .inner ul li dl dd:before {content: ''; display: block; width: 4px; height: 4px; background-color: #bfbfbf; position: absolute; top: 10px; left: 1px;}
header .header-area .drop-down-container .inner ul li dl dd a {display: flex; justify-content: space-between; font-size: 16px; line-height: 24px; letter-spacing: -0.32px; color: #212121; align-items: center;}
header .header-area .drop-down-container .inner ul li dl dd a:hover {font-weight: 600; color: #4177f8;}

header .header-area .drop-down-container .inner ul.grid {display: grid; width: 1190px; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(3, 1fr); gap: 10px; padding: 30px 0;}
header .header-area .drop-down-container .inner ul.grid li {border-radius: 4px; border: solid 1px #eef2ff; background: 237px 14px no-repeat #fff; background-size: 32px 32px; margin-left: 0; width: auto;}
header .header-area .drop-down-container .inner ul.grid li:after {content: none;}
header .header-area .drop-down-container .inner ul.grid li.java {background-image: url(/images/common/header/sdk/java.webp);}
header .header-area .drop-down-container .inner ul.grid li.php {background-image: url(/images/common/header/sdk/php.webp);}
header .header-area .drop-down-container .inner ul.grid li.dotnet {background-image: url(/images/common/header/sdk/dotnet.webp);}
header .header-area .drop-down-container .inner ul.grid li.dotnetcore {background-image: url(/images/common/header/sdk/dotnetcore.webp);}
header .header-area .drop-down-container .inner ul.grid li.node {background-image: url(/images/common/header/sdk/node.webp);}
header .header-area .drop-down-container .inner ul.grid li.python {background-image: url(/images/common/header/sdk/python.webp);}
header .header-area .drop-down-container .inner ul.grid li.ruby {background-image: url(/images/common/header/sdk/ruby.webp);}
header .header-area .drop-down-container .inner ul.grid li.asp {background-image: url(/images/common/header/sdk/asp.webp);}
header .header-area .drop-down-container .inner ul.grid li.delphi {background-image: url(/images/common/header/sdk/delphi.webp);}
header .header-area .drop-down-container .inner ul.grid li.pb {background-image: url(/images/common/header/sdk/pb.webp);}
header .header-area .drop-down-container .inner ul.grid li.vb {background-image: url(/images/common/header/sdk/vb.webp);}
header .header-area .drop-down-container .inner ul.grid li.vba {background-image: url(/images/common/header/sdk/vba.webp);}
header .header-area .drop-down-container .inner ul.grid li:hover {border-color: #3478de;}
header .header-area .drop-down-container .inner ul.grid li a {display: block; height: 100%; padding: 12px 24px;}
header .header-area .drop-down-container .inner ul.grid li a strong {display: inline-block; font-weight: 700; font-size: 16px; color: #1f263e; line-height: 24px; padding-right: 25px; position: relative; text-wrap: nowrap;}
header .header-area .drop-down-container .inner ul.grid li a strong:after {content: ''; position: absolute; top: 8px; right: 0; width: 6px; height: 9px; display: block; background: url(/images/common/header/right-arrow.svg) center no-repeat; background-size: cover;}
header .header-area .drop-down-container .inner ul.grid li a span {display: block; font-size: 14px; color: #5b6383; line-height: 20px; margin-top: 3px}
header .header-area .drop-down-container .inner .no-lang {background: url(/images/common/header/no-lang-bg.webp) right bottom no-repeat; background-size: 75px 71px; width: 270px; height: 75px; align-self: flex-end; margin-bottom: 30px; position: absolute; right: 50px;}
header .header-area .drop-down-container .inner .no-lang .add-lang {font-size: 14px; line-height: 18px; letter-spacing: -0.98px; color: #111; background: url(/images/common/header/add-lang-bg.svg) no-repeat; background-size: cover; display: block; width: 190px; height: 65px; padding: 8px 18px;}
header .header-area .drop-down-container .inner .no-lang .add-lang b {color: #006eff; font-weight: 700;}
header .header-area .hamburger-btn{display: none;}

header #search-dialog { border-radius: 10px; border: 0; box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25); background-color: #fff; overflow: hidden; flex-direction: column; width: 800px; padding: 15px 15px 0;}
header #search-dialog::backdrop { background: rgba(51, 51, 51, 0.8); }
header #search-dialog[open] { display: flex; }
header #search-dialog #searchBox {position: relative;}
header #search-dialog #searchBox .ais-SearchBox form { display: flex; height: 44px; border-radius: 10px 10px 0 0; position: relative;}
header #search-dialog #searchBox .ais-SearchBox form input {flex-grow: 1; align-self: stretch; padding: 0 80px 0 50px; font-size: 16px; letter-spacing: -0.02em; background: url("/images/common/header/search/ic_scope.svg") left 10px center/20px 20px no-repeat #f0f8fc; color: #121212; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border: 0; border-radius: 5px}
header #search-dialog #searchBox .ais-SearchBox form input::placeholder { color: #7d8498; font-size: 15px; }
header #search-dialog #searchBox .ais-SearchBox form .close { position: absolute; top: 50%; right: 10px; transform: translateY(-50%); border-radius: 3px; border: solid 1px #94C7E3; background-color: #C9E4F7; padding: 3px 6px; font-size: 14px; color: #3474A4;}
header #search-dialog #searchBox .ais-SearchBox form .ais-SearchBox-submit {display: none;}
header #search-dialog #searchBox .ais-SearchBox form .ais-SearchBox-reset {display: none;}
header #search-dialog #searchBox .ais-SearchBox form .ais-SearchBox-loadingIndicator {display: none;}
header #search-dialog #searchBox .ais-SearchBox form input::-webkit-search-cancel-button {display: none;}
header #search-dialog #filter-list {border-bottom: solid 1px #dee1e6; padding: 0 10px; display: flex; align-items: center; position: relative; z-index: 2;}
header #search-dialog #filter-list > ul {display: flex; align-items: center; gap: 10px; height: 50px; margin-right: auto;}
header #search-dialog #filter-list > ul li { user-select: none; display: flex; justify-content: center; align-items: center; height: 30px; cursor: pointer; font-size: 14px; letter-spacing: -0.02em; color: #3E4762; background-color: #f2f5fa; border-radius: 15px; padding: 0 10px;}
header #search-dialog #filter-list > ul li.active {background-color: #097CFF; color: #fff; position: relative;}
header #search-dialog #filter-list > ul li.active::after {content: ''; position: absolute; top: -3px; right: -3px; display: block; width: 12px; height: 12px; border: solid 1px #d5d9e0; border-radius: 50%; background: url("/images/common/header/search/ic_close.svg") center no-repeat #f0f1f3;}
header #search-dialog #filter-list .select { margin-left: 10px; cursor: pointer; display: flex; flex-direction: column; height: 30px; font-size: 14px; color: #121212; overflow-y: hidden; transition: all 0.2s ease-in-out;}
header #search-dialog #filter-list .select.open { overflow-y: visible; }
header #search-dialog #filter-list .select span { border: solid 1px #ced2db; border-radius: 5px; padding: 7px 20px 6px 10px; min-height: 30px; background: url("/images/common/header/search/ic_down.svg") right 10px center no-repeat;}
header #search-dialog #filter-list .select ul { border: solid 1px #58c7ff; border-radius: 5px; padding: 6px; box-shadow: 0 4px 10px 0 rgba(152, 170, 191, 0.25); background: #fff; display: none; margin-top: 4px;}
header #search-dialog #filter-list .select.open ul {display: flex; flex-direction: column; gap: 2px;}
header #search-dialog #filter-list .select ul li {padding: 5px 4px;}
header #search-dialog #filter-list .select ul li:hover,
header #search-dialog #filter-list .select ul li.active {background: #e9f5ff;}
header #search-dialog #hits {flex-grow: 1; min-height: 0;}
header #search-dialog #hits em {color: #097cff; background-color: #e9f5ff; border-radius: 3px; line-height: inherit; display: inline-block;}
header #search-dialog #hits .ais-Hits {height: 380px; padding: 10px; display: flex; flex-direction: column;}
header #search-dialog #hits .ais-Hits.ais-Hits--empty { height: 380px; justify-content: center; align-items: center; font-size: 15px; letter-spacing: -0.02em; color: #7d8498;}
header #search-dialog #hits .ais-Hits.ais-Hits--empty p {line-height: 1.4; text-align: center;}
header #search-dialog #hits .ais-Hits .ais-Hits-list { display: flex; flex-direction: column; overflow-y: scroll; flex-grow: 1; margin-right: -10px; padding-right: 4px;}
header #search-dialog #hits .ais-Hits .ais-Hits-list::-webkit-scrollbar{width : 6px;}
header #search-dialog #hits .ais-Hits .ais-Hits-list::-webkit-scrollbar-track {background: transparent;}
header #search-dialog #hits .ais-Hits .ais-Hits-list::-webkit-scrollbar-thumb{background-color: #ccc; border-radius: 3px;}
header #search-dialog #hits .ais-Hits .ais-Hits-list .ais-Hits-item {border-radius: 5px; position: relative;}
header #search-dialog #hits .ais-Hits .ais-Hits-list .ais-Hits-item > a {display: flex; flex-direction: column; gap: 6px; padding: 12px; border-radius: 3px; border: solid 1px transparent;}
header #search-dialog #hits .ais-Hits .ais-Hits-list .ais-Hits-item > a:focus {border: solid 1px #58c7ff; outline: none;}
header #search-dialog #hits .ais-Hits .ais-Hits-list .ais-Hits-item:hover {background: #f3f8ff;}
header #search-dialog #hits .ais-Hits .ais-Hits-list .ais-Hits-item .hit-title { font-weight: 700; font-size: 15px; letter-spacing: -0.02em; line-height: 20px; color: #121212; }
header #search-dialog #hits .ais-Hits .ais-Hits-list .ais-Hits-item .hit-breadcrumb {font-size: 14px; color: #7d8498; line-height: 20px;}
header #search-dialog #hits .ais-Hits .ais-Hits-list .ais-Hits-item .hit-content {font-size: 14px; line-height: 22px; letter-spacing: -0.02em; color: #555; overflow-y: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
header #search-dialog #hits .ais-Hits.ais-Hits--history {height: 435px; padding-bottom: 20px;}
header #search-dialog #hits .ais-Hits.ais-Hits--history.empty {justify-content: center; align-items: center; font-size: 15px; letter-spacing: -0.02em; color: #7d8498;}
header #search-dialog #hits .ais-Hits.ais-Hits--history strong {font-weight: 500; font-size: 13px; letter-spacing: -0.02em; color: #7d8498; display: block; margin: 10px 0 5px;}
header #search-dialog #hits .ais-Hits.ais-Hits--history .delete-history {font-size: 0; display: none; width: 20px; height: 20px; background: url("/images/_fragments/header/ic_cross.svg") center no-repeat; position: absolute; top: 12px; right: 12px;}
header #search-dialog #hits .ais-Hits.ais-Hits--history .ais-Hits-item:hover .delete-history {display: block;}
header #search-dialog #no-search {border-top: solid 1px #dee1e6; height: 55px; display: flex; justify-content: center; align-items: center; padding-bottom: 4px;}
header #search-dialog #no-search a {font-weight: 500; font-size: 14px; letter-spacing: -0.02em; color: #555; text-decoration: underline;}

@media all and (max-width : 1870px){
	header .header-area .drop-down-container .inner .no-lang {display: none;}
}

@media all and  (max-width : 1750px){
	header .header-area .drop-down-container .subject {width: 190px;}
	header .header-area .drop-down-container .subject p {display: none;}
	header .header-area .drop-down-container[drop-target=guide] .subject {background-image: url(/images/common/header/background_dropdown_menu_guide-small.svg)}
	header .header-area .drop-down-container[drop-target=reference] .subject {background-image: url(/images/common/header/background_dropdown_menu_reference-small.svg)}
	header .header-area .drop-down-container[drop-target=sdk] .subject {background-image: url(/images/common/header/background_dropdown_menu_sdk-small.svg)}
	header .header-area .drop-down-container[drop-target=webhook] .subject {background-image: url(/images/common/header/background_dropdown_menu_webhook-small.svg)}
}

@media all and  (max-width : 1773px){
	header:has( a[data-env='DEV']) .gnb-container .inner {margin: 0 0 0 298px;}
}

@media all and  (max-width : 1743px){
	header .header-area .gnb-container .inner {margin: 0 0 0 268px;}
	header .header-area .drop-down-container {justify-content: flex-start;}
	header .header-area .drop-down-container .inner {margin: 0 0 0 268px;}
}

@media all and  (max-width : 1500px){
	header .header-area .drop-down-container .subject {display: none;}
	header .header-area .drop-down-container .inner {margin: 0 auto;}
}

@media all and  (max-width : 1400px){
    :root {
        --headerHeight: 110px;
    }
	header .header-area{position: relative;}
	header .header-area .gnb-container{position: absolute; top: 41px; left: 30px; padding: 0;}
	header .header-area .gnb-container ul>li>a:before {content: none;}
	header:has( a[data-env='DEV']) .gnb-container .inner {margin: 0;}
	header .header-area .gnb-container .inner {margin: 0; width: auto;}
	header .header-area .support-container{position: absolute; margin: 0; top: 20px; right: 30px;}
	header .header-area .drop-down-container{display: none;}
	header .header-area .drop-down-bg{display: none;}
}

@media (max-width: 980px) {
    :root {
        --headerHeight: 63px;
    }
	header .header-area{position: fixed; width : 100%; transform : translateZ(0); overflow: hidden;}
	header .header-area .logo-container{margin : 0 0 0 20px; padding : 21px 0; position: relative; top : 0; left : 0; z-index: 3; width : fit-content; background-color : #fff; height: 100%;}
	header .header-area .hamburger-btn{display: block; width: 25px;position: absolute; cursor: pointer; right : 20px; top : 50%; transform : translateY(-50%); overflow: hidden; z-index: 3;} 
	header .header-area .hamburger-btn span {display: block; width : 100%; height: 2px; background-color : #000; margin : 5px 0; transition : 0.25s ease-out; opacity: 1; visibility: visible; border-radius: 1px;} 
	header .header-area .hamburger-btn.active span:nth-child(1){transform : translateY(7px) rotate(-45deg);}
	header .header-area .hamburger-btn.active span:nth-child(2){opacity: 0; visibility: hidden; transform : scale(0);}
	header .header-area .hamburger-btn.active span:nth-child(3){transform : translateY(-7px) rotate(45deg);}
	header .header-area .gnb-container {display: block;  position: absolute; top : 63px; left : 0; margin :0; padding : 0; background-color : #fff; width : 100%; border-bottom : solid 1px #e1e1e1; transition : 0.3s ease-out; opacity: 0; visibility: hidden; z-index: 1;}
	header .header-area .gnb-container ul{flex-wrap : wrap; padding : 20px 0;}
	header .header-area .gnb-container ul li {width : 50%; margin : 0; padding : 0 10px; }
	header .header-area .gnb-container ul li a {width : 100%; display: flex; justify-content: center; padding : 15px 0;  border-bottom : solid 1px #f5f5f5; margin : 0;}
	header .header-area .gnb-container ul>li>a:after{display: none;}
	header .header-area .support-container{position: absolute; width : 100%; top : 250px; left : 0; right : 0; transition : 0.3s ease-out; z-index: 2;}
    header .header-area .support-container>ul {flex-grow: 1;}
	header .header-area .support-container>ul>li{width : 50%; margin : 0; padding : 0 10px; opacity: 0; visibility: hidden; transition : 0.3s ease-out; background-color : #fff; border-bottom : solid 1px #e1e1e1;}
	header .header-area .support-container>ul>li.question{position: fixed; top : 22px; right : 70px; margin : 0; opacity: 1; visibility: visible; width : auto; padding : 0; border-bottom : none;}
	header .header-area .support-container>ul>li>a.goto-question{opacity: 1; padding : 0; border : none; width: auto;}
	header .header-area .support-container>ul>li.login{position: fixed; top : 23px; right : 70px; margin : 0; opacity: 1; visibility: visible; width : auto; padding : 0; border-bottom : none;}
	header .header-area .support-container>ul>li>a.goto-login{opacity: 1; padding : 0; border : none; width: auto;}
	header .header-area .support-container>ul>li.login-info{position: fixed; top : 22px; right : 115px; margin : 0; opacity: 1; visibility: visible; width : auto; padding : 0; border-bottom : none;}
	header .header-area .support-container>ul>li>.login-info-box>span{display: none;}
	header .header-area .support-container>ul>li:last-child{margin : 0;}
	header .header-area .support-container>ul>li>a{font-size : 15px; padding : 15px 0; width : 100%; height : 100%; display: flex; align-items: center; justify-content: center; margin : 0; opacity: 0; border-bottom : solid 1px #f5f5f5;}
	header .header-area .support-container>ul>li>a.goto-last{background-color : transparent; color : #000; font-size : 15px;}
	header .header-area .support-container>ul>li:first-child>a {margin : 0; text-decoration: none;}
    header .header-area .support-container #developers-search {width: 200px; height: 26px; position: fixed; right: 60px; top: 31px; transform: translateY(-50%); padding: 0 0 0 35px; margin-left: 0;}
    header .header-area .support-container #developers-search span {display: none;}
	header .header-area.mobile-dropped{overflow : visible;}
	header .header-area.mobile-dropped .gnb-container {opacity: 1; visibility: visible;}
	header .header-area.mobile-dropped .support-container>ul>li {opacity: 1; visibility: visible;}
	header .header-area.mobile-dropped .support-container>ul>li>a{opacity: 1;}

    header #search-dialog #searchBox .ais-SearchBox form::after {content: none;}
    header #search-dialog #filter-list {padding: 0;}
    header #search-dialog #filter-list > ul {margin-left: 10px;}
    header #search-dialog #filter-list .select.item {min-width: 140px;}
    header #search-dialog #filter-list .select.lang {min-width: 115px;}
    header #search-dialog #hits .ais-Hits.ais-Hits--history strong {margin-left: 10px;}
}

@media (max-width: 650px) {
    header #search-dialog #filter-list {flex-wrap: wrap; padding-bottom: 10px;}
    header #search-dialog #filter-list > ul {flex: 1 0 calc(100% - 20px); margin-right: 10px;}
    header #search-dialog #filter-list .select {flex-grow: 1; flex-basis: calc(50% - 15px);}
    header #search-dialog #filter-list .select.item {margin-left: 10px;}
    header #search-dialog #filter-list .select.lang {margin-left: 10px; margin-right: 10px;}
}

@media (max-width: 550px) {
    header .header-area .support-container #developers-search {right: 50px; width: 40px; height: 40px; padding: 0; background-position: center; background-size: 20px 20px; font-size: 0; border: 0;}

    header #search-dialog #filter-list { align-items: flex-start;}
    header #search-dialog #hits .ais-Hits {padding: 10px 0;}
}

@media (max-width: 500px) {
	:root {
        --headerHeight: 53px;
    }
	header .header-area .logo-container{margin :0 0 0 15px; padding : 18px 0; width : 50%;}
	header .header-area .logo-container a img{width : auto; height: 15px; }
	header .header-area .hamburger-btn{width: 40px;padding: 10px;right: 5px;}
	header .header-area .hamburger-btn span{margin : 4px 0;}
	header .header-area .hamburger-btn.active span:nth-child(1){transform : translateY(6px) rotate(-45deg);}
	header .header-area .hamburger-btn.active span:nth-child(3){transform : translateY(-6px) rotate(45deg);}
	header .header-area .gnb-container ul{padding : 5px 0;}
	header .header-area .gnb-container ul li{width : 100%;}
	header .header-area .gnb-container ul li a{font-size : 15px;}
	header .header-area .gnb-container ul li:last-child a {border-bottom : none;}
	header .header-area .support-container>ul>li{width : 100%; padding : 5px 0;}
	header .header-area .support-container>ul>li.login{top : 18px; right : 60px;}
	header .header-area .support-container>ul>li.question{top : 18px; right : 60px;}
	header .header-area .support-container>ul>li.login-info{top : 18px; right : 115px;}
	header .header-area .support-container>ul>li>a{border-bottom : none;}
	header .header-area .support-container>ul>li:last-child>a{border-bottom : none;}
	header .header-area .support-container>ul>li>a.goto-last{font-size : 15px; padding : 15px 0;}
	header .header-area .support-container>ul>li>.dropdown-box{display: none;}
    header .header-area .support-container #developers-search {top: 26px; right: 45px;}
	header .header-area.mobile-dropped .gnb-container{top : var(--headerHeight);}
	header .header-area.mobile-dropped .support-container{top : 293px;}
}

@media (max-width: 365px) {
    header #search-dialog #filter-list > ul {margin-left: 0; margin-right: 0; justify-content: center;}
    header #search-dialog #filter-list .select {flex-basis: 100%;}
	header #search-dialog #filter-list .select.item {z-index: 2; margin-left: 0;}
    header #search-dialog #filter-list .select.lang {z-index: 1; margin-left: 0; margin-right: 0; margin-top: 10px;}
}