@charset "UTF-8";

* {
  font-family: "Pretendard JP", 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;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

html[lang="zh-CN"], html[lang="zh-CN"] *{
  font-family:"Noto Sans SC", "Pretendard JP", Pretendard, sans-serif;
  word-break:break-all;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

*::-webkit-scrollbar-thumb {
  height: 25%;
  background: hsla(0, 0%, 0%, 0.2);
  border-radius: 10px;
}

*::-webkit-scrollbar-track {
  border-radius: 10px;
  background: hsla(0, 0%, 0%, 0.1);
}

html {
  width: 100%;
  min-height: 100%;
}

body {
  width: 100%;
  min-height: 100%;
}

/*common - header + GNB*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  background: transparent;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  padding: 13px 60px;
  background: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid transparent;
  transition: all 0.3s linear;
}

header.scroll .header-top {
  margin: -40px 0 0;
}

.header-top ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
}

.header-top ul li a {
  position: relative;
}

.header-top ul li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.2);
}

.header-top ul li:last-of-type a:after {
  display: none;
}

.lng-box ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

.lng-box ul li.on a {
  font-weight: 700;
  color: #fff;
}

.util-box ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
}

.main-nav {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 50px 0 60px;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

header.mn-on .header-top {
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
}

header.mn-on .lng-box ul li a {
  color: #555;
}

header.mn-on .header-top ul li a:after {
  background: #d9d9d9;
}

header.mn-on .main-nav {
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
}


header.mn-on .util-box ul li a {
  color: #555;
}

header.scroll .main-nav {
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
}

header.mn-on .main-nav nav a,
header.scroll .main-nav li a {
  color: #121212;
}

header .logo a[data-logo="w"],
header.scroll .logo.scroll a[data-logo="c"], 
header.mn-on .logo [data-logo="c"],
body.res-on .logo a[data-logo="c"]{
  display:block;
}

header.scroll .logo.scroll a[data-logo="w"],
header .logo a[data-logo="c"],
header.mn-on .logo [data-logo="w"],
body.res-on .logo a[data-logo="w"]{
  display:none;
}

.logo a {
  display: block;
  height: 32px;
}

.logo a img {
  display: block;
  height: 100%;
  width: auto;
}

nav a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

nav {
  width: calc(100% - 110px - 170px - 120px - 30px);
}

.gnb-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1320px;
}

.gnb-main li {
  width: calc(100% / 6 - 20px)
}

.gnb-main a {
  padding: 19px 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
  border-bottom: 2px solid transparent;
}

.gnb-main a:hover,
header.mn-on .main-nav nav a:hover,
header.scroll .main-nav li a:hover {
  color: #f65252;
  border-bottom: 2px solid #f65252;
}

.main-nav-bg {
  position: relative;
  /* display: none; */
  width: 100%;
  height: 0;
  background: #fff;
  overflow: hidden;
  transition: all 0.5s ease;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
}

.main-nav-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.btn-response-menu {
  display: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.go-mall {
  width: 120px;
  height: 38px;
  border-radius: 50px;
  background: #f83535;
}

.go-mall a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  height: 100%;
  padding: 6px 10px;
  color: #fff;
  text-align: center;
}

.go-mall a:before {
  content: '';
  display: block;
  width: 14px;
  height: 16px;
  background: url(/image/client/common/img-shop.png) 50% 50% / contain no-repeat;
}

header.mn-on .main-nav-bg {
  display: block;
  padding: 20px 0;
  height: auto;
}

.main-nav-bg>div {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1320px;
}

.gnb-sub {
  width: calc((100% / 6) - 20px);
}

.gnb-sub>li>a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 7px 0;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: 400;
  text-align: center;
}

.gnb-sub>li>a:hover {
  color: #F65252;
}

footer.no-kr{
  border-top:1px solid #d6d6d6;
}

.footer-util-wrap {
  width: 100%;
  background: #f5f6f8;
  border: 1px solid #d6d6d6;
  border-left: 0;
  border-right: 0;
}

.footer-util-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
  padding: 13px 0;
  margin: 0 auto;
}

.footer-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-left>span {
  display: block;
  text-align: center;
  width: 120px;
  background: #fff;
  border: 1px solid #cdcdcd;
}

.footer-left>span>a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #555;
}

.footer-left>span:first-of-type {
  border-radius: 4px 0 0 4px;
  border-right: 0;
}

.footer-left>span:last-of-type {
  border-radius: 0 4px 4px 0;
}

.footer-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

#related-site-01.menu-list {
  width: 140px;
  height: 40px;
}

#related-site-02.menu-list {
  width: 180px;
  height: 40px;
}

.footer-right>div>.selected-option {
  width: 100%;
  padding: 7px 30px 7px 14px;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
}

footer .selected-option:after {
  right: 30px;
}

footer .options-list {
  max-height: 200px;
  bottom: calc(100% + 4px);
  top: auto;
}

footer .selected-option:after {
  right: 30px;
  top: 50%;
  transform: translateY(-50%), rotate(180deg);
  transition: transform 0.3s ease;
}

footer .selected-option.open::after {
  transform: rotete(0deg);
}

.footer {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 30px 0;
}

.footer.no-kr{
  padding:40px 20px;
}

.footer>p:first-of-type {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #757575;
  margin: 0 0 8px;
}

.footer>div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer>div:last-of-type {
  margin: 0 0 17px;
}

.footer>div>span {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #757575;
}

.btn-company {
  display: block;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  background: #fff;
}

.btn-company:hover {
  border-color: #333;
}

.btn-company>a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 6px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  color: #333;
}

.btn-company>a:after {
  content: '>';
  color: #8c8c8c;
}

.footer>div>span>b {
  font-weight: 500;
}

.footer>p:last-of-type {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #757575;
}

.breadcrumb {
  position: absolute;
  top: -65px;
  left:50%;
  z-index:1;
  transform:translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 18px 20px;
  gap: 48px;
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
}

.breadcrumb>div {
  position: relative;
}

.breadcrumb>div:after {
  content: '';
  display: block;
  width: 1px;
  height: 28px;
  background: #d9d9d9;
  position: absolute;
  right: -24px;
  top: 0;
}

.breadcrumb>div:last-of-type:after {
  display: none;
}

#home {
  width: 28px;
  height: 28px;
  background: url(/image/client/common/icon-home.png) 50% 50% / 24px 24px no-repeat;
}

#home>a {
  display: block;
  width: 100%;
  height: 100%;
}

.menu-list {
  position: relative;
  width: 230px;
  height: 24px;
}

.selected-option {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #333;
  background: #fff;
  cursor: pointer;
  padding: 0 10px;
  vertical-align: middle;
}

html:not([lang="ko"]) .selected-option > span{
  display: block;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 90%;
}

.selected-option:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 6px;
  background: url(/image/client/sub/img-breadcrumb-arrow.png) 50% 50% / contain no-repeat;
  transition: transform 0.3s ease;
}

.selected-option.open::after {
  transform: rotate(180deg);
}

.options-list {
  display: none;
  position: absolute;
  width: 100%;
  top: 30px;
  left: 0;
  padding: 5px;
  background: #fff;
  border: 1px solid #d1d1d1;
  overflow-y: auto;
  z-index: 999;
}

.options-list li{
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  padding: 0 15px;
  color: #555;
  cursor: pointer;
}

.options-list li:hover {
  background: #F8E6E6;
}

.hidden-select {
  display: none;
}

.mobile-hide,
.tablet-hide {
  display: block;
}

.pc-hide {
  display: none;
}

.pc-only {
  display: block;
}

.tablet-only,
.mobile-only {
  display: none;
}

.response-menu {
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: calc(100% - 80px);
  overflow: hidden;
  border-top: 1px solid #d9d9d9;
}

.response-menu.res-on {
  display: flex;
}

.response-menu .menu-box.main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
  background: #fff;
  border-right: 1px solid #d9d9d9;
}

.response-menu .menu-box.sub {
  width: 60%;
  height: 100%;
  background: #f8f8f9;
  overflow: hidden;
}

.response-menu .gnb-main {
  flex-direction: column;
  max-width: initial;
  padding: 0 0 16px;
}

.response-menu .gnb-main li {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #121212;
  padding: 16px 30px;
  cursor: pointer;
}

.response-menu .gnb-main li.on,
.response-menu .gnb-main li:hover {
  color: #f51c1c;
}

.inner-btn-box {
  width: 100%;
  padding: 24px 10px;
  border-top: 1px solid #d9d9d9;
}

.inner-btn-box>div {
  border: 1px solid #d9d9d9;
  margin: 0 0 8px;
}

.inner-btn-box>div:last-of-type {
  margin: 0 0 14px;
}

.inner-btn-box>div>a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #555;
}

.response-menu .menu-list {
  width: 100%;
  height: auto;
  margin: 0 !important;
}

.response-menu .menu-list .selected-option {
  line-height: 40px;
  background: #efeff4;
}

.response-menu .menu-list .selected-option:after {
  right: 10px;
}

.response-menu .options-list {
  top: auto;
  bottom: calc(100% + 4px);
}

.response-menu .options-list li a{
  display:block;
  width:100%;
  height:100%;
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  padding: 0 15px;
  color: #555;
  cursor: pointer;
}

.response-menu .options-list li a:hover {
  background: #F8E6E6;
}

.response-menu .menu-box.sub>div {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.response-menu .menu-box.sub>div .gnb-sub {
  display: none;
  width: 100%;
}

.response-menu .menu-box.sub>div .gnb-sub.on {
  display: block;
}

.response-menu .menu-box.sub>div .gnb-sub li {
  width: 100%;
}

.response-menu .menu-box.sub>div .gnb-sub>li>a {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #333;
  padding: 13px 20px;
}

.inner-submenu-box {
  position:relative;
  width: 100%;
}

.inner-submenu-box:before{
  content:'';
  display:block;
  width:calc(100% - 40px);
  height:2px;
  background:#d9d9d9;
  position:absolute;
  left:20px;
  top:-6px;
}

.inner-submenu-box ul {
  padding: 0 0 0 20px;
}

.inner-submenu-box a {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  width: 100%;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #555;
}

.btn-go-top{
  position:fixed; 
  right:2%;
  bottom:32px;
  display:none;
  cursor:pointer;
  z-index:999;
  width:48px;
  height:48px;
  background:url(/image/client/common/btn-navigation-top.png) 50% 50% / 18px 10px no-repeat rgba(39,39,39,0.8);
  border-radius:100%;
  box-shadow:0px 2px 8px rgba(0,0,0,0.3);
}

/*에러페이지*/
body.error, body.error main{
  position:relative;
  width:100%;
  height: 100vh;
  overflow:hidden;
}

.error-wrap {
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    max-width: 50%;
}

.error-box {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

.error-title {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 24px;
    width: 100%;
}

.error-title > div:first-of-type{
    width:160px;
    height:160px;
    background:url(/image/client/common/img-error-ico.png) 50% 50% / contain no-repeat;
}

.error-title > div:last-of-type{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-end;
    gap:10px;
}

.error-title > div:last-of-type h2 span{
    font-size:48px;
    line-height:30px;
    font-weight:700;
    color:#333;    
}

.error-title > div:last-of-type h2 span:last-of-type{
    color:#9ca1a7;
}

.error-title > div:last-of-type p{
    font-size:24px;
    line-height:40px;
    font-weight:600;
    color:#9ca1a7;
}

.error-content {
    position: relative;
    width: 100%;
    padding: 0 0 0 30px;
}

.error-content:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    display: block;
    width:10px;
    height:140px;
    background:#FFB416;
    border-radius:10px;
}

.comment-kr {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #333;
    margin: 0 0 24px;
}

.comment-en {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #9ca1a7;
}

@media screen and (max-width:1320px) {
  .breadcrumb {
    width: calc(100% - 32px);
    gap: 20px;
  }

  .footer-util-box {
		padding: 13px 20px;
	}

	.footer {
		padding: 30px 20px;
	}
}

@media screen and (max-width:1024px) {
  .mobile-only {
    display: none;
  }

  .header-top {
    display: none;
  }

  .main-nav {
    padding: 0 0 0 30px;
    background: rgba(255, 255, 255, 0.2);
  }

  .main-nav.res-on {
    background: #fff;
  }

  .main-nav nav {
    display: none;
  }

  .go-mall {
    font-size:0;
    width: 80px;
    height: 80px;
    border-radius: 0;
  }

  .go-mall>a {
    gap: 0;
  }

  .go-mall a:before {
    width: 40px;
    height: 40px;
  }

  body.res-on {
    position: fixed;
  }

  .btn-response-menu {
    display: flex;
    width: 80px;
    height: 80px;
    background: url(/image/client/common/img-res-mn.png) 50% 50% / 40px 40px no-repeat #fff
  }

  .btn-response-menu.res-on {
    background: url(/image/client/common/img-res-mn-close.png) 50% 50% / 40px 40px no-repeat #fff;
  }
}

@media screen and (max-width: 768px) {
  .mobile-hide {
    display: none;
  }

  .pc-hide {
    display: block;
  }

  .tablet-hide {
    display: none;
  }

  .tablet-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  .breadcrumb{
    top:-61px;
  }

  #home {
    display: none;
  }

  .footer-util-box {
    padding: 13px 60px;
  }

  .footer {
    text-align: center;
  }

  .footer>div {
    justify-content: center;
  }

  .btn-company {
    position: absolute;
    top: 22px;
    right: 22%;
  }
}

@media screen and (max-width:640px){
  .tablet-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .footer-util-box{
    padding:16px 20px;
  }
}

@media screen and (max-width:480px) {
	.breadcrumb > div{
		width:calc(50% - 10px);
	}


	html:not([lang="ko"]) .options-list li{
		line-height:18px;
		padding:8px 0;
	}

	
  .footer-util-box {
    flex-direction: column-reverse;
    gap: 10px;
  }

  .footer>div {
    width: 80%;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
    align-items: center;
  }

  .footer>div:first-of-type {
    margin: 0 auto 8px !important;
  }

  .footer>div:last-of-type {
    margin: 0 auto 17px;
  }

  .footer>p:first-of-type {
    margin: 0 0 60px;
  }

  .btn-company {
    right: auto;
    top: 60px;
  }
}

@media screen and (max-width:420px){
  .go-mall {
    width: 60px;
    height: 60px;
  }

  .go-mall a:before {
    width: 30px;
    height: 30px;
  }

  .btn-response-menu {
    width: 60px;
    height: 60px;
  }
  
  .btn-response-menu,
  .btn-response-menu.res-on {
    background-size:30px 30px;
  }

  .response-menu{
    height: calc(100% - 60px);
    top: 60px;
  }
}

@media screen and (max-width:360px){
  .main-nav{
    padding:0 0 0 10px;
  }

  .go-mall {
    width: 40px;
    height: 40px;
  }

  .go-mall a:before {
    width: 20px;
    height: 20px;
  }

  .btn-response-menu {
    width: 40px;
    height: 40px;
  }

  .btn-response-menu,
  .btn-response-menu.res-on {
    background-size:20px 20px;
  }

  .response-menu{
    height: calc(100% - 40px);
    top: 40px;
  }

  #related-site-01.menu-list {
    width: 100px;
  }
  
  #related-site-02.menu-list {
    width: 140px;
  }
}