@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');
/*
css name : component
use : align,display,layout,header,footer,lnb,aside
*/
 
/* ==================================================
	var color
================================================== */
:root {
	--baseBlack:#09101D;
}

/* ==================================================
	Font
================================================== */
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("../font/Pretendard-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("../font/Pretendard-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("../font/Pretendard-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url("../font/Pretendard-Regular.woff2") format("woff2");
}



/* ==================================================
	RESET
================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, xmp,a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
ol, ul {list-style:none;}
table {border-collapse:collapse;border-spacing:0;}
th,td {vertical-align:middle;box-sizing:border-box;}
a:link, a:visited, a:hover, a:active {color:inherit;text-decoration:none;outline:none;}
b,strong {font-weight:700;}
input, textarea, select, button {margin:0;padding:0;font:inherit;}
button {border:0;background:none;outline:none;vertical-align:baseline;cursor:pointer;font-size: 0;}
button > span {position:relative;vertical-align:baseline;white-space:nowrap;}
button::-moz-focus-inner, input::-moz-focus-inner {padding:0;border:0;}
button[disabled], input[disabled] {cursor:default;}
textarea {overflow:auto;}
textarea, input {resize:none;}
legend {visibility:hidden; font-size:0;}
audio:not([controls]) {display:none;height:0;}
svg:not(:root){overflow:hidden;}
input[type="text"]::-ms-clear, input[type="password"]::-ms-clear{display:none;}
input[type="button"],input[type="reset"],input[type="submit"]{border-radius:0;-webkit-appearance:button;appearance:button;cursor:pointer;}
button,textarea,input[type="text"],input[type="password"],input[type="email"],input[type="search"],input[type="number"],input[type="tel"],input[type="search"],input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {border-radius:0;-webkit-border-radius:0;appearance:none;-webkit-appearance:none;}
select {border-radius:0;-webkit-border-radius:0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;}
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {transition: background-color 5000s ease-in-out 0s;}
img {max-width: 100%;}
hr {border:0; outline: 0;}


/* ::-webkit-scrollbar {width: 6px; height:6px;}
::-webkit-scrollbar-track {background: transparent; }
::-webkit-scrollbar-thumb {background: #E5E7EB; border-radius:5px;}
::-webkit-scrollbar-thumb:hover {background: #555; } */

/* ==================================================
	공통레이아웃
================================================== */
html,body {width:100%;height:100%;color: var(--baseBlack); font-family:'Pretendard','맑은 고딕','Malgun Gothic','Helvetica',Sans-serif; font-weight:400; position:fixed; overflow: auto;}
html {font-size:62.5%;}
body {position:relative;font-size:1.2rem;line-height:1.4;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button {color: var(--baseBlack);}

/* ==================================================
	layout
================================================== */
#syncworks-layout {display: flex; flex-direction: column; background-color: #e7e8f0; }
#syncworks-layout #syncworks-header {height: 64px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: 100%; position: sticky; top: 0; z-index: 1000; background: #e7e8f0; }
#syncworks-layout #syncworks-article {flex-grow: 1; }
#syncworks-layout #syncworks-footer {position: relative; padding: 24px; background-color: var(--baseBlack); flex-shrink: 0;}

/* header */
#syncworks-header .ui-commonHeader {width: 1440px; padding: 0 48px; display: flex; align-items: center; justify-content: space-between; background-color: #e7e8f0;; box-sizing: border-box;}
#syncworks-header .name-syncworks a {display: block; width: 138px; height: 30px; background: url(../img/h1_logo.svg) no-repeat; font-size: 0;}
#syncworks-header .head-function {display: flex; gap:0 20px; align-items: center;}
#syncworks-header .head-function .lang {display: flex;}
#syncworks-header .head-function .lang a {display: flex; align-items: center; font-size: 1.4rem; color: #455A82; line-height: 30px;}
#syncworks-header .head-function .lang a + a::before {display:block; content: ''; margin: 0 12px; width: 1px; height: 12px; background-color: #455A82;}
#syncworks-header .service-order {width: 156px; padding: 0 16px; height: 48px; border: 4px solid #D5D7E5; background-color: var(--baseBlack); border-radius: 8px; font-size: 1.4rem; color: #fff; font-weight: 600; box-sizing: border-box; }
#syncworks-header .web-menuLink {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
#syncworks-header [class*="menuLink"] {display: flex; gap:24px; }
#syncworks-header [class*="menuLink"] a {display: block; position: relative; font-family: "IBM Plex Sans"; font-size: 1.8rem; font-weight: 600; line-height: 32px;}
#syncworks-header [class*="menuLink"] a.active {text-decoration: underline;}

#syncworks-header .m-navOpen {display: none;}

.m-lnb {display: none;}
.m-lnb.visible {display: flex; z-index: 500; position: fixed; top: 0; right: 0; bottom: 0; left: 0;}
.m-lnb .m-lnbMenu {padding: 17px 24px; width: 280px; background-color: #fff; box-sizing: border-box;}
.m-lnb .m-lnbClose {width:calc(100% - 280px); height: 100%; background-color: #00000080;}
.m-lnb .m-name-syncworks {display: block; width: 138px; height: 30px; background: url(../img/h1_logo.svg) no-repeat; font-size: 0;}
.m-lnb .m-menuLink {margin-top: 48px; position: relative; flex-direction: column;}
.m-lnb .m-lang {margin-top: 88px; display: flex; gap:16px; flex-direction: column;}
.m-lnb .m-lang a {font-size: 1.4rem; color: #455A82; line-height: 32px;}

/* footer */
.footer-link {display: flex; justify-content: space-between; align-items: center; padding-bottom: 24px; border-bottom: 1px solid #36373F;}
.footer-link .name-syncworks { font-family: "IBM Plex Sans"; font-weight: 600; line-height: 32px; font-size: 2.4rem; color: #D5D7E5;}
.footer-link .nav-terms {display: flex; gap:0 32px;}
.footer-link .nav-terms a {color: #A1A3B2; font-size: 1.6rem; font-weight: 500;}
.footer-familysite {padding-top: 24px; text-align: right;}
.footer-familysite select { color: #D5D7E5; padding: 0 36px 0 16px; background: transparent url(../img/form_select.svg) calc(100% - 16px) 50% no-repeat; font-size: 1.2rem;  height: 34px; border-radius: 18px; border: 1px solid #36373F; box-sizing: border-box;}
.footer-familysite select option {color: var(--baseBlack);}
.footer-address {display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; padding: 24px 0; color: #A1A3B2; font-size: 1.4rem; font-weight: 500; line-height: 24px;}
.footer-address .adress > div {display: flex; gap:0 24px; padding-top: 6px;}
.footer-address .copy {margin-top: 16px;}

@media (max-width:1024px) {
  #syncworks-header .ui-commonHeader {padding: 0 24px;}
  #syncworks-header [class*="menuLink"] a {font-size: 1.3rem;}
  #syncworks-header .service-order {font-size: 1.3rem; height: 40px; padding: 0 12px;}
  #syncworks-header .head-function {gap:0 10px;}
  #syncworks-header .head-function .lang a {font-size: 1.3rem;}
  #syncworks-header .head-function .lang a + a::before {margin: 0 6px;}
  #syncworks-header .web-menuLink {gap:0 12px;}
}

@media (max-width:768px) {
	#syncworks-header .m-navOpen {display: block;}

  #syncworks-header .web-menuLink,
  .head-function .lang,
  .head-function .service-order {display: none;}

  .footer-link {border-bottom: none; flex-direction: column; align-items: flex-start;}
  .footer-link .name-syncworks {margin-bottom: 24px;}
  .footer-link .nav-terms {padding-top: 24px; border-top: 1px solid #36373F; flex-direction: column; width: 100%; gap:16px;}
  .footer-familysite {padding-top: 16px; text-align: left;}
  .footer-address {margin-top: 24px; padding: 0; font-size: 1.2rem; flex-direction: column; align-items: flex-start;}
  .footer-address .adress > div {gap:14px;}
  .footer-address .copy {font-size: 1rem;}
}

/* ==================================================
	skip
================================================== */
a.skip{display:block;position:absolute;top:-1px;z-index:999;width:0;height:0;overflow:hidden;text-align:center}
a.skip:active,a.skip:focus{z-index:999;width:100%;height:auto;padding:5px;background:#FFF}
