/* Reset */
*, *::before, *::after {
  margin:0;
  padding:0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  color:#000000;
  font-family: "paybooc", "Pretendard Variable", "Open Sans", 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;
  font-size:62.5% !important;
  word-break: keep-all;
  word-wrap: break-word;
  box-sizing: border-box;
  animation: entry .3s ease forwards;
  opacity: 0;
  letter-spacing: -0.02em;
  scroll-behavior: smooth;
}

html::-webkit-scrollbar {
  display: none;
}

html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
  font-size:1.6rem;
}

body.none-scroll {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

a {
  color:inherit;
  outline: none;
  text-decoration: none;
}

ol,ul {
  list-style: none;
}

b, strong {
  font-weight:700;
}

img {
  max-width:100%;
}

button {
  font-family:inherit;
  background-color:transparent;
  border:none;
  outline:none;
  cursor:pointer;
}

select {
  outline: none;
  border:1px solid transparent;
  font-family:inherit;
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  background-color:#fff;
  /* background-size:9px auto; */
  /* background-image: url('/child/img/bbs/select.png'); */
  background-repeat:no-repeat;
  /* background-position:right 15px center; */
}

input, textarea {
  font-family:inherit;
  outline: none;
  border:1px solid transparent
}

:focus{
  outline:none;
}

::placeholder {
  color:#ccc;
}

@-webkit-keyframes entry {
    to{opacity: 1;}
}

@keyframes entry {
    to{opacity: 1;}
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:992px) {

}
@media screen and (max-width:768px) {
  /* select {
    background-size:7px auto;
    background-position:right 10px center;
  } */
}
@media screen and (max-width:576px) {

}


/* Overflow */
.hidden {
  overflow: hidden;
}


/* Display */
.sp{display:none;}
.mo{display:none;}

@media screen and (max-width:992px){
  .sp{display:block;}
  .pc{display:none;}
}

@media screen and (max-width:768px){
  .tb{display:none;}
  .mo{display:block;}
}


/* Ellip */
.ellip {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


/* Blind */
.blind {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px,1px,1px,1px);
}


/* Button */
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  border:1px solid transparent;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  cursor: pointer;
}

@media screen and (min-width:1201px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:992px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}

/* Font Family */
.font-family--pretendard {
  font-family: "Pretendard Variable", 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;
}


/* Container */
.container {
  max-width: 1310px;
  width:100%;
  margin:0 auto;
  padding:0px 15px;
}


/* Wrap */
.wrap {
  padding-top:99px;
}

@media screen and (max-width:1200px) {
  .wrap {
    padding-top:60px;
  }
  
}
@media screen and (max-width:992px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}


/* Main */
#main {
  min-height: calc(100vh - 340px);
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:992px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}


/* ---------- S:Color ----------*/
.b-navy {
  background-color: #16264c;
}

.b-pink {
  background-color: #f05484;
}
/* ---------- E:Color ----------*/

/* ---------- S:header ----------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all .3s ease-out;
  box-sizing: border-box;
  border-bottom: 1px solid #ececec;
}

#header .h-container {
  max-width: 1790px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

#header .h-logo {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  width: 87px;
  aspect-ratio: 1.553 / 1;
  z-index: 99999;
}

#header .h-logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('/child/img/common/header-logo.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#header .h-menu {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0 -45px;
}

#header .h-menu-list {
  position: relative;
}

#header .h-menu-list .h-menu-link {
  display: block;
  width: 170px;
  padding: 36px 0;
  margin-left: 7px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

#header .h-menu-list .h-menu-link h2 {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

#header .h-submenu {
  position: absolute;
  top: calc(100% - 12px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0;
  padding: 0 9px;
  border-radius: 10px;
  background-color: #fff;
  border-color: #f3f4f6;
  overflow: hidden;
  transition: all .3s linear;
}

#header .h-submenu li {
  width: 100%;
}

#header .h-submenu-link {
  position: relative;
  display: block;
  width: 100%;
  height: 48px;
  text-align: center;
  font-weight: 500;
  line-height: 2.666;
  font-size: 2rem;
  transition: all .25s ease-out;
}

#header .h-submenu-link::after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #f9f9fb;
  border-radius: 10px;
  transition: display .25s ease-out;
}

#header .h-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 100000;
}

#header .h-mobile-btn {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

#header .h-mobile-btn span {
  position: relative;
  margin: 0 auto;
}

#header .h-mobile-btn span::before,
#header .h-mobile-btn span::after {
  content: "";
  position: absolute;
}

#header .h-mobile-btn span,
#header .h-mobile-btn span::before,
#header .h-mobile-btn span::after {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #16264c;
}

#header .h-mobile-btn span::before {
  margin-top: -8px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

#header .h-mobile-btn span::after {
  margin-top: 8px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

#header .h-mobile-btn[aria-pressed="true"] span {
  background-color: rgba(0, 0, 0, 0) !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#header .h-mobile-btn[aria-pressed="true"] span::before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  background-color: #f05484;
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

#header .h-mobile-btn[aria-pressed="true"] span::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  background-color: #f05484;
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

/* ---------- S: Scroll Event ---------- */
#header[data-header="sticky"] {
  top: -99px;
}

#header.active {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}

#header.active .h-menu-list .h-menu-link {
  color: #262626;
}

#header.active .language ul li a {
  box-sizing: border-box;
  border: 1px solid #a18978;
}

#header.active .language ul li.on a {
  border: none;
} 
/* ---------- E: Scroll Event ---------- */
@media(min-width:1201px) {
  #header .h-menu-list:hover .h-submenu {
    height: 168px;
    border: 1px solid #f3f4f6;
  }
  
  #header .h-submenu-link:hover {
    font-weight: 700;
    color: #f05484;
  }
  
  #header .h-submenu-link:hover::after {
    display: block;
  }
  
}

@media(max-width:1440px) {
  #header .h-logo {
    left: 15px;
  }
  
  #header .language {
    right: 15px;
  }
}

@media(max-width:1200px) {
  #header {
    top: 0;
  }

  #header .h-mobile {
    display: block;
  }
  
  #header .h-container {
    height: 60px;
  }
  
  #header .h-logo {
    width: 60px;
  }

  #header .h-main {
    display: block;
    z-index: 10000;
    position: fixed;
    top: 0;
    right: -100%;
    max-width: 500px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 65px 15px;
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.35s;
    z-index: 999;
  }
  
  #header[data-header-mobile="on"] .h-main {
    right: 0;
  }
  
  #header .h-menu {
    flex-direction: column;
    align-items: start;
    height: auto;
    margin: 0;
  }
  
  #header .h-menu-list {
    width: 100%;
    height: auto;
  }
  
  #header .h-menu-list .h-menu-link {
    position: relative;
    justify-content:start;
    width: 100%;
    padding: 12px 0;
    margin: 0;
    font-size: 1.8rem;
    text-align: left;
    color:#262626;
  }
  
  #header.menu-on .h-menu-link {
    width: 100%;
  }
  
  #header .h-menu-toggle::before,
  #header .h-menu-toggle::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    margin-top: -1px;
    background-color: #16264c;
    height: 2px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  #header .h-menu-toggle::before {
    z-index: 2;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
  }
  
  #header .h-menu-toggle[data-menu-link="true"] {
    color: #f05484;
  }

  #header .h-menu-toggle[data-menu-link="true"]::before {
    background-color: #f05484;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  #header .h-menu-toggle[data-menu-link="true"]::after {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  #header .h-submenu  {
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: 1;
    top: unset;
    left: unset;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0px;
    margin: -15px 0px 15px;
    text-align: left;
    background-color: transparent;
    transition: all .25s ease-out;
  }
  
  #header .h-submenu-container {
    flex-direction: column;
    align-items: start;
    width: 100%;
    padding: 0 15px;
    border-left: 1px solid #aeaeae;
  }
  
  #header .h-submenu-container li {
    width: 100%;
  }
  
  #header .h-menu-toggle[data-menu-link="true"] + .h-submenu {
    visibility: visible;
    opacity: 1;
    height: 82px;
    margin: 0px;
    border-left: 1px solid #f05484;
    border-radius: 0;
  }
  
  #header .h-submenu li:first-of-type, 
  #header .h-submenu li:last-of-type {
    margin: 0;
  }
  
  #header .h-submenu-link,
  #header .h-submenu li:first-of-type .h-submenu-link {
    display: block;
    height: auto;
    padding: 10px 2px 10px 10px;
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
    color: #262626;
  }
    
  #header .language {
    right: 65px;
  }
  
  #header .language ul li {
    width: 50px;
    height: 27px;
  }
   
  #header .language ul li a {
    box-sizing: border-box;
    border: 1px solid #a18978;
    font-size: 1.6rem;
  }
  
  #header .language ul li.on a {
    border: none;
  } 
  
}
/* ---------- E:header ----------*/
/* ---------- S:Footer ----------*/
#footer {
  padding: 37px 0 40px;
  color: #333;
  background-color: #e7e9ed;
}

#footer .f-container {
  max-width: 1310px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

#footer .f-logo {
  margin-bottom: 2px;
}

#footer .f-logo a {
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

#footer .f-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #16264c;
  line-height: 1.428;
}

#footer .f-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 630px;
}

#footer .f-menu li {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.02rem;
}

#footer .f-menu li span {
  font-weight: 700;
}

#footer .f-menu li i {
  margin: 0 2px 0 1px;
  display: inline-block;
  font-weight: 700;
  font-style: normal;
}

#footer .privacy {
  display: flex;
  align-items: center;
  gap: 0 10px;
  font-size: 1.6rem;
}

#footer .f-copyright {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

#footer .f-copyright span {
  font-weight: 300;
}

@media(max-width:1200px) {
  #footer {
    padding: 30px 0 35px;
  }
  
  #footer .f-logo a {
    font-size: 1.6rem;
  }

  #footer .f-menu {
    max-width: 505px;
  }
  
  #footer .f-menu li {
    font-size: 1.5rem;
  }
  
  #footer .privacy {
    font-size: 1.5rem;
  }

  #footer .f-copyright {
    font-size: 1.5rem;
  }
  
}

@media(max-width:1024px) {
  #footer {
    padding: 25px 0 30px;
  }
  
  #footer .f-logo a {
    font-size: 1.5rem;
  }
  
  #footer .f-inner {
    margin-bottom: 15px;
    padding-bottom: 12px;
  }
  
  #footer .f-menu {
    max-width: 550px;
  }
  
  #footer .f-menu li {
    font-size: 1.4rem;
  }
  
  #footer .privacy {
    gap: 0 8px;
    font-size: 1.4rem;
  }
  
  #footer .f-copyright {
    font-size: 1.4rem;
  }
}

@media(max-width:768px) {
  #footer .f-logo a {
    font-size: 1.4rem;
  }
  
  #footer .f-inner {
    margin-bottom: 12px;
    padding-bottom: 10px;
  }
  
  #footer .f-menu {
    max-width: 450px;
  }
  
  #footer .f-menu li {
    width: 100%;
    font-size: 1.3rem;
  }
  
  #footer .f-menu li i {
    display: none;
  }
  
  #footer .privacy {
    font-size: 1.3rem;
  }
  
  #footer .f-copyright {
    font-size: 1.3rem;
  }
}

@media(max-width:500px) {
  #footer .f-inner {
    flex-direction: column;
    align-items: start;
    gap: 10px 0;
    margin-bottom: 10px;
    padding-bottom: 8px;
  }
  
  #footer .f-menu {
    max-width:100%;
  }
  
  #footer .f-menu li {
    width: 100%;
  }
  
  #footer .privacy {
    gap: 0 6px;
  }
  
  #footer .f-menu li i {
    display: none;
  }
}
/* ---------- E:Footer ----------*/
/* ---------- S:Quick ----------*/
#quick {
  position: fixed;
  top: 50%;
	right: 110px;
  /* right: 50px; */
  transform: translateY(-50%);
  z-index: 50;
  /* opacity: 0; */
  transition: all .35s ease-out;
}

/* #quick.on {
  right: 110px;
  opacity: 1;
} */

#quick li {
	text-align: center;
  margin-bottom: 9px;
}

#quick .icon {
  position: relative;
  width:80px;
  height:80px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
}

#quick .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#quick .txt {
  margin-top: 4px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #f05484;
  text-align: center;
}

@media(max-width:1700px) {
	#quick  {
		right:40px;
	}

  /* #quick {
    right: -80px;
    opacity: 0;
  }
  
  #quick.on {
    right: 8px;
    opacity: 1;
  } */
}

@media(max-width:1200px) {
	#quick  {
		right:20px;
	}

  #quick .icon {
    width:70px;
    height:70px;
  }
  
  #quick .txt {
    font-size: 1.6rem;
  }
}

@media(max-width:1024px) {
  #quick li {
    width: 64px;
  }
  
  #quick li .box {
    margin: 0 auto;
  }
  
  #quick li button {
    display: block;
    margin: 0 auto;
  }
  
  #quick .icon {
    width:60px;
    height:60px;
  }
  
  #quick .txt {
    font-size: 1.5rem;
  }
}

@media(max-width:768px) {
  #quick  {
    /* display: none; */
  }
  
  #quick li {
    margin-bottom: 6px;
  }
  
  #quick .icon {
    width:50px;
    height:50px;
  }
  
  #quick .txt {
    margin-top: 3px;
    font-size: 1.2rem;
  }
}

@media(max-width:500px) {
	#quick  {
		right:16px;
	}

  #quick .icon {
    width:45px;
    height:45px;
  }
  
  #quick .txt {
    font-size: 1.3rem;
  }
}
/* ---------- E:Quick ----------*/



/* ---------- S : Modal ---------- */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  padding: 15px;
  display: none;
  visibility: hidden;
  transition: all .3s ease-out;
}


.modal .modal-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 484px;
  width: 100%;
  max-height: calc(100% - 160px);
  margin: 0 auto;
}

.modal .modal-inner {
  position: relative;
  height: auto;
  width: 100%;
}

.modal .close {
  position: absolute;
  top: 17px;
  right: 18px;
  width: 19px;
  height: 19px;
  transform: rotate(45deg);
  z-index: 10;
  cursor: pointer;
}

.modal .close::after, 
.modal .close::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  background-color: #8c8c8c;
}

.modal .close::after {
  width: 100%;
  height: 2px;
}

.modal .close::before {
  width: 2px;
  height: 100%;
}

.modal .modal-content {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.modal .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.modal.open {
  display: flex;
  align-items: center;
  visibility: visible;
}

@media(max-width:1024px) {
	.modal .close {
		top: 17px;
		right: 14px;
		width: 15px;
		height: 15px;
	}
}

/* ---------- E : Modal ---------- */

/* ---------- S : Privacy Modal ---------- */
.modal-privacy .modal-container {
	border: 1px solid #d5d5d5;
	background-color: #fff;
}

.modal-privacy .modal-inner {
	padding: 30px 20px;
}

.modal-privacy .logo {
	position: relative;
	width: 80px;
  margin: 0 auto;
	aspect-ratio: 1.553 / 1;
	margin-bottom: 20px;
	overflow: hidden;
}

.modal-privacy .logo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-privacy .modal-content {
	width: 100%;
	height: 288px;
	overflow: auto;
	border: 1px solid #d5d5d5;
}

.modal-privacy .con-area {
	width: 100%;
	padding: 18px 20px;
}

.modal-privacy .title {
	width: 100%;
	padding-bottom: 17px;
	font-size: 1.6rem;
	letter-spacing: -0.01em;
}

.modal-privacy .text-area {
	width: 100%;
	padding-top: 16px;
	border-top: 1px solid #d5d5d5;
	line-height: 1.5;
	font-size: 1.6rem;
	letter-spacing: -0.01em;
	color: #666666;
}

.modal-privacy .text-area p {
	margin-bottom: 24px;
}

.modal-privacy .text-area p:last-of-type {
	margin-bottom: 0;
}

@media(max-width:1200px) {
	.modal-privacy .title {
		font-size: 1.4rem;
	}
	
	.modal-privacy .text-area {
		font-size: 1.4rem;
	}
}

@media(max-width:1024px) {
	.modal-privacy .modal-inner {
		padding: 25px 15px;
	}
	
	.modal-privacy .logo {
		width: 70px;
		margin-bottom: 18px;
	}
	
	.modal-privacy .modal-content {
		height: 250px;
	}
	
	.modal-privacy .con-area {
		padding: 15px 18px;
	}
	
	.modal-privacy .title {
		padding-bottom: 15px;
	}
	
	.modal-privacy .text-area {
		padding-top: 14px;
	}
	
	.modal-privacy .text-area p {
		margin-bottom: 20px;
	}
}

@media(max-width:768px) {
	.modal-privacy .modal-inner {
		padding: 20px 15px;
	}
	
	.modal-privacy .logo {
		width: 60px;
		margin-bottom: 15px;
	}
	
	.modal-privacy .modal-content {
		height: 220px;
	}
	
	.modal-privacy .con-area {
		padding: 12px 15px;
	}
	
	.modal-privacy .title {
		padding-bottom: 12px;
		font-size: 1.2rem;
	}
	
	.modal-privacy .text-area {
		padding-top: 12px;
		font-size: 1.2rem;
	}
	
	.modal-privacy .text-area p {
		margin-bottom: 15px;
	}
}

@media(max-width:500px) {
	.modal-privacy .modal-inner {
		padding: 18px 15px;
	}
	
	.modal-privacy .logo {
		width: 50px;
		margin-bottom: 12px;
	}
	
	.modal-privacy .modal-content {
		height: 200px;
	}
	
	.modal-privacy .con-area {
		padding: 12px 15px;
	}
	
	.modal-privacy .title {
		padding-bottom: 10px;
	}
	
	.modal-privacy .text-area {
		padding-top: 10px;
	}
	
	.modal-privacy .text-area p {
		margin-bottom: 12px;
	}
}
/* ---------- E : Privacy Modal ---------- */