@charset "UTF-8";
.boxy-warp {
  width: 70%;
  margin-left: 7vw;
}

#contact-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 110;
}
#contact-modal.active {
  display: block;
}
#contact-modal::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
#contact-modal .modal-wrap {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
#contact-modal .modal-wrap img {
  position: relative;
  width: auto;
  height: auto;
}
#contact-modal .modal-wrap .close-modal {
  position: relative;
  width: 3rem;
  height: 3rem;
  align-self: flex-end;
  border: 3px solid #fff;
  border-radius: 500px;
  cursor: pointer;
}
#contact-modal .modal-wrap .close-modal::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3px;
  height: 60%;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
#contact-modal .modal-wrap .close-modal::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3px;
  height: 60%;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

#tsp_side_btn {
  position: fixed;
  right: 10px;
  bottom: 100px;
  width: auto;
  height: auto;
  z-index: 30;
}
#tsp_side_btn .btn-depth01 {
  position: relative;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  grid-gap: 1rem;
}
#tsp_side_btn .btn-depth01 .btn-detail-list {
  position: relative;
  width: auto;
  height: auto;
  max-height: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  grid-gap: 1rem;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
#tsp_side_btn .btn-depth01 .btn-detail-list.on {
  max-height: 500px;
}
#tsp_side_btn .btn-depth01 .btn-detail-list .btn-detail-item {
  position: relative;
  width: auto;
  height: auto;
  background: #C091DE;
  border-radius: 500px;
  display: block;
}
#tsp_side_btn .btn-depth01 .btn-detail-list .btn-detail-item a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#tsp_side_btn .btn-depth01 .btn-detail-list .btn-detail-item a img {
  width: 70px;
  height: 70px;
}
#tsp_side_btn .btn-depth01 .btn-detail-list .btn-detail-item a span {
  width: auto;
  max-width: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: start;
  color: #fff;
  white-space: nowrap;
  transition: 0.2s all ease-in-out;
}
#tsp_side_btn .btn-depth01 .btn-detail-list .btn-detail-item a:hover span {
  max-width: 150px;
  padding-right: 20px;
}
#tsp_side_btn .btn-depth01 .btn-depth01-toggle {
  position: relative;
  width: 70px;
  height: 70px;
  border: 2px solid #C091DE;
  background: #fff;
  border-radius: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-gap: 10px;
}
#tsp_side_btn .btn-depth01 .btn-depth01-toggle img {
  width: 20px;
  height: 10px;
}
#tsp_side_btn .btn-depth01 .btn-depth01-toggle span {
  font-size: 14px;
  color: #C091DE;
  font-weight: 600;
}

body {
  height: auto;
}
body.scrolled header {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 100;
}
body.scrolled header .f_sponsor .flow_banner .list > li {
  padding: 0;
}
body.scrolled header .f_sponsor .flow_banner .list > li span {
  font-size: 1rem;
}
body.scrolled header .my_box ul {
  padding: 5px 10%;
}
body.scrolled header .navbar-toggler {
  right: 2%;
}
body.scrolled main {
  margin: 150px 0 0;
}
body.scrolled aside.show {
  top: auto;
  bottom: 325px;
  height: auto;
}
.open h1 {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 5%;
  color: #222;
}
.open h1:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ddd;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.open ul li {
  margin: 0 0 15px 0;
  font-size: 0.9rem;
}
.open ul li:first-child {
  margin-top: 15px;
}
.open ul li a {
  color: #777;
}

header {
  padding: 1.5% 0;
  grid-area: header;
  height: 100%;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
}
header .f_box {
  display: flex;
}
header #logo {
  display: none;
  align-items: center;
  margin: 0 1.8%;
}
header #logo a img {
  height: 20px;
}
header .f_sponsor {
  background: #000;
  width: 88%;
  display: none;
}
header .f_sponsor .flow_banner {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
header .f_sponsor .flow_banner .list {
  display: flex;
}
header .f_sponsor .flow_banner .list > li {
  white-space: nowrap;
  padding: 20px 0;
}
header .f_sponsor .flow_banner .list > li span {
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 70px;
  display: block;
}
@keyframes flowRolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
header .my_box ul {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 10px 10%;
}
header .my_box li {
  margin: 0 10% 0 0;
}
header .my_box li:last-child {
  margin: 0;
}
header .my_box li a {
  font-size: 0.875rem;
  color: #363636;
}
header .navbar-toggler {
  position: absolute;
  top: 71px;
  right: 0;
  width: 33px;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 14px 4px 15px;
  display: none;
}
header .navbar-toggler .btn_line_02 {
  margin: 6px 0;
}
header .navbar-toggler.on .btn_line_01 {
  transform: rotateZ(-45deg) translate3d(-6px, 3px, 0);
  width: 25px;
}
header .navbar-toggler.on .btn_line_02 {
  opacity: 0;
  transform: translateX(0);
}
header .navbar-toggler.on .btn_line_03 {
  transform: rotateZ(45deg) translate3d(-8.5px, -5px, 0);
  width: 25px;
}
header .navbar-toggler.on .hamburger-menu:hover span.iconbar.btn_line_01 {
  width: 25px;
}
header .navbar-toggler.on .hamburger-menu:hover span.iconbar.btn_line_03 {
  width: 25px;
}
header .navbar-toggler .hamburger-menu {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
header .navbar-toggler .hamburger-menu:hover span.iconbar.btn_line_01 {
  width: 17px;
}
header .navbar-toggler .hamburger-menu:hover span.iconbar.btn_line_02 {
  width: 25px;
}
header .navbar-toggler .hamburger-menu:hover span.iconbar.btn_line_03 {
  width: 17px;
}
header .navbar-toggler .hamburger-menu span {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  transition: transform 0.3s ease;
}
header .navbar-toggler .hamburger-menu span.iconbar {
  position: relative;
  display: block;
  width: 25px;
  height: 1px;
  border: 1px solid #000;
  border-radius: 10px;
  background: #000;
  transition: all 0.2s ease-in-out;
  transition: width 0.13s ease-out, transform 0.13s ease-out, opacity 0.13s ease-out;
}
header .navbar-toggler .hamburger-menu span::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}
header .navbar-toggler .hamburger-menu span::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}

.aside_bg.on {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 130;
}

#container {
  margin: 0;
  padding: 0;
  max-width: 100%;
  display: flex;
  align-items: start;
}
#container .content {
  position: relative;
  min-height: auto;
  display: flex;
  flex-direction: column;
}
#container .content .index-devide-line {
  position: relative;
  width: 90%;
  height: 1px;
  margin: 2rem 0;
  align-self: center;
  background: #ddd;
}

aside {
  z-index: 99;
  pointer-events: none;
}
aside.sidebar {
  position: sticky;
  top: 100px;
  width: 12%;
  float: left;
  pointer-events: auto;
}
aside.show {
  top: auto;
  bottom: 325px;
  height: auto;
}
aside #close {
  display: none;
}
aside .my_box_m {
  display: none;
}
aside ul.first {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 10% 0 35%;
  transition: 800ms ease;
  box-sizing: border-box;
  pointer-events: auto;
}
aside ul > li:last-child {
  margin: 0 0 20px 0;
}
aside ul > li h2 {
  font-size: 1.125rem;
  font-weight: 400;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  color: #222;
  cursor: pointer;
}
aside ul > li h2 a {
  font-size: 1.125rem;
  font-weight: 400;
}
aside ul > li h2.on {
  border-bottom: 1px solid #ddd;
  font-weight: 600;
}
aside ul > li h2.on a {
  font-weight: 600;
}
aside ul > li h2.on.none {
  border-bottom: 0;
}
aside ul > li .sub {
  display: none;
  margin: 0 0 25px 0;
}
aside ul > li .sub > li {
  margin: 0 0 10px 0;
}
aside ul > li .sub > li a {
  font-size: 0.875em;
  color: #777;
}

main {
  width: 88%;
  min-height: 100%;
  float: left;
}
main section#depth02 {
  position: relative;
  border-bottom: none;
  margin: 80px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
main section#depth02 h2 {
  position: relative;
  width: auto;
  height: auto;
  padding: 15px 65px;
  font-size: 3rem;
  font-weight: 1000;
  color: #000;
  text-align: center;
  background: #f8f8f8;
  text-shadow: 0 1px 2px #afafaf;
}
main section:last-of-type {
  border-bottom: none;
}

footer {
  grid-area: footer;
  background: #F9F9F9;
}
footer .inner {
  position: relative;
  width: 85%;
  margin: 0 auto;
  display: flex;
  padding: 100px 0;
}
footer .inner > div h3 {
  margin-bottom: 45px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.093em;
}
footer .inner > div.company {
  position: relative;
  width: auto;
  flex: 0 0 500px;
}
footer .inner > div.company::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-40%);
  width: 1px;
  height: 90%;
  background: rgba(0, 0, 0, 0.1);
}
footer .inner > div.company dl {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
  width: 100%;
  font-weight: 300;
}
footer .inner > div.company dl dt {
  flex: 0 0 160px;
  font-size: 18px;
  color: #484646;
}
footer .inner > div.company dl dd {
  font-size: 1rem;
  padding-left: 25px;
  flex: 1 1 auto;
}
footer .inner > div.company dl:last-of-type {
  margin-bottom: 0;
}
footer .inner > div.menu {
  position: relative;
  padding: 0 10% 0 10%;
}
footer .inner > div.menu::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-40%);
  width: 1px;
  height: 90%;
  background: rgba(0, 0, 0, 0.1);
}
footer .inner > div.menu ul li {
  margin-bottom: 0.5rem;
}
footer .inner > div.menu ul li a {
  font-size: 18px;
  font-weight: 300;
  color: #484646;
}
footer .inner > div.menu ul li:last-of-type {
  margin-bottom: 0;
}
footer .inner > div.location {
  flex: 1 1 60%;
  padding-left: 5vw;
}
footer .inner > div.location .loc-box {
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .inner > div.location .loc-box ul li {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5rem;
}
footer .inner > div.location .loc-box ul li.about {
  width: 22.5%;
}
footer .inner > div.location .loc-box ul li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .inner > div.location .loc-box ul li a span {
  font-size: 18px;
  color: black;
  vertical-align: top;
  font-weight: 400;
}
footer .inner > div.location .loc-box ul li span {
  flex: 0 0 80px;
  font-size: 18px;
  font-weight: 300;
  color: #484646;
}
footer .inner > div.location .loc-box ul li.email {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 200;
  color: #303030;
}
footer .inner .top-btn {
  position: absolute;
  right: 0;
  bottom: 10%;
  background-color: transparent;
  border: none;
}

@media (max-width: 1920px) {
  header #logo {
    margin: 0 1%;
  }
  aside ul.first {
    padding: 0 10% 0 25%;
  }
}
@media (max-width: 1600px) {
  header .f_sponsor {
    width: 85%;
  }
  aside.sidebar {
    width: 20%;
  }
  main {
    width: 85%;
  }
  .open h1 {
    font-size: 1.125rem;
  }
  .open ul li {
    font-size: 0.875rem;
    margin: 0 0 10px 0;
    color: #777;
  }
}
@media (max-width: 1280px) {
  body.scrolled aside {
    width: 20%;
  }
  header .f_sponsor {
    width: 80%;
  }
  header .f_sponsor .flow_banner .list > li {
    padding: 0;
  }
  header .f_sponsor .flow_banner .list > li span {
    font-size: 1rem;
  }
  aside.sidebar {
    width: 20%;
  }
  main {
    width: 80.5%;
  }
  #footer .inner > div.company::after {
    display: none !important;
  }
  #footer .inner > div.menu::after {
    display: none !important;
  }
  #tsp_side_btn .btn-depth01 .btn-detail-list .btn-detail-item a img {
    width: 60px;
    height: 60px;
  }
  #tsp_side_btn .btn-depth01 .btn-depth01-toggle {
    width: 60px;
    height: 60px;
    grid-gap: 6px;
  }
  #tsp_side_btn .btn-depth01 .btn-depth01-toggle img {
    width: 15px;
    height: 8px;
  }
  #tsp_side_btn .btn-depth01 .btn-depth01-toggle span {
    font-size: 12px;
    line-height: 1;
  }
}
@media (max-width: 1024px) {
    #sod_frm_pay{background-color: #f3f3f3;}
  body.scrolled aside.sidebar {
    width: 70%;
    top: 0;
  }
  
  header {
    justify-content: center; /*20240404 수정*/
    border-bottom: 1px solid #eee;
  }
  header .navbar-toggler {
    display: block;
    top: 50%;
    right: auto; /*20240404 수정*/
    left: 2%; /*20240404 수정*/
    padding: 5px;
    transform: translateY(-50%);
  }
  header .f_box {
    flex-direction: column-reverse;
  }
  header .f_box #logo {
    display: flex;
    margin-left: 12px;
  }
  header .f_sponsor {
    width: 100%;
  }
  header .my_box {
    display: none;
  }
  header #logo {
    justify-content: center;
    padding: 7px 0;
  }
  header .f_sponsor .flow_banner .list > li span {
    padding: 5px 0;
  }
  .open {
    background-color: #eee;
  }
  .open h1 {
    font-size: 1.125rem;
    font-weight: bold;
    background-color: #fff;
    padding: 20px;
  }
  .open ul li {
    padding: 10px 40px;
  }
  #container {
    flex-direction: column;
  }
  #container .content {
    width: 100%;
  }
  aside.sidebar {
    position: fixed;
    left: -70%;
    top: 0;
    right: auto;
    height: 100%;
    bottom: 0;
    overflow: auto;
    overflow-x: hidden;
    width: 70%;
    background-color: #fff;
    z-index: 150;
    transition: 300ms ease;
  }
  aside.on {
    left: 0;
    height: 100%;
  }
  aside .my_box_m {
    display: flex;
    margin: 50px 0 10px;
    border-top: 1px solid #eee;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #eee;
  }
  aside .my_box_m > li {
    text-align: center;
    width: 25%;
    padding: 10px 0;
    border-right: 1px solid #eee;
  }
  aside .my_box_m > li:last-child {
    border-right: 0;
    margin: 0;
  }
  aside #close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
  }
  aside #close:after {
    content: "×";
    font-size: 2rem;
  }
  aside ul.first {
    padding: 0;
  }
  aside ul.first h2 {
    margin: 0;
  }
  aside ul.first > li {
    border-bottom: 1px solid #eee;
  }
  aside ul.first > li h2 {
    padding: 20px;
    margin: 0;
  }
  aside ul.first > li .sub {
    background: #eee;
    margin: 0;
    padding: 10px 0;
  }
  aside ul.first > li .sub li a {
    padding: 10px 40px;
  }
  main {
    padding: 0;
  }
  main section#depth02 {
    margin: 50px 0;
  }
  #tsp_side_btn .btn-depth01 .btn-detail-list .btn-detail-item a span {
    display: none;
  }
  #footer .inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #footer .inner > div h3 {
    margin-bottom: 1.75rem;
  }
  #footer .inner > div.company {
    width: 100%;
    border-bottom: 1px solid #707070;
    flex: 1 1 100%;
    padding: 0 0 2rem 0;
    margin-bottom: 2rem;
  }
  #footer .inner > div.menu {
    width: 45%;
    padding: 0 5% 0 0;
    border-right: 1px solid #707070;
  }
  #footer .inner > div.location {
    padding-left: 0;
    white-space: nowrap;
  }
  #footer .inner > div::after {
    display: none;
  }
  #footer .inner > div dl {
    margin-bottom: 1rem;
  }
  #footer .inner > div ul li {
    margin-bottom: 1rem;
  }
  #footer .inner .location {
    width: 50%;
  }
}
@media (max-width: 900px) {
  footer .inner {
    flex-direction: column-reverse;
  }
  footer .inner .l_box .address {
    margin: 20px 0 0;
  }
  footer .inner .r_box {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
  }
  footer .inner .r_box .snsbox {
    margin: 0;
  }
  footer .inner .r_box .snsbox li {
    width: 40px;
  }
  footer .inner .r_box #logo {
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  header {
    justify-content: center;
    border-bottom: none;
  }
  header #logo a img {
    height: 25px;
  }
  #contact-modal .modal-wrap {
    width: 90%;
  }
  #contact-modal .modal-wrap img {
    width: 100%;
  }
  main section {
    border-bottom: none;
  }
  main section#depth02::after {
    bottom: -35px;
  }
  footer .inner {
    flex-direction: column;
  }
  footer .inner > div {
    text-align: center;
    border: none !important;
  }
  footer .inner > div.company {
    padding: 0;
  }
  footer .inner > div.company dl {
    margin-bottom: 0.75rem;
  }
  footer .inner > div.company dl dt, footer .inner > div.company dl dd {
    text-align: start;
    white-space: wrap;
  }
  footer .inner > div.company dl dt {
    flex: 1 0 10%;
  }
  footer .inner > div.company dl dd {
    flex: 1 1 80%;
  }
  footer .inner > div.company dl:nth-child(3) {
    display: none;
  }
  footer .inner > div.company dl:nth-child(4) {
    display: none;
  }
  footer .inner > div.company dl:nth-child(5) {
    display: none;
  }
  footer .inner > div.company dl:nth-child(8) {
    display: none;
  }
  footer .inner > div.menu {
    padding-right: 5%;
    display: none;
  }
  footer .inner > div.location {
    width: 45%;
    padding-left: 5%;
    display: none;
  }
  footer .inner > div.menu, footer .inner > div.location {
    text-align: start;
  }
  #tsp_side_btn {
    bottom: 10px;
  }
  #tsp_side_btn .btn-depth01 {
    grid-gap: 0.8rem;
  }
  #tsp_side_btn .btn-depth01 .btn-detail-list {
    grid-gap: 0.8rem;
  }
}
@media (max-width: 640px) {
  main section#depth02 {
    margin:  0;
  }
  #tsp_side_btn .btn-depth01 .btn-detail-list .btn-detail-item a img {
    width: 50px;
    height: 50px;
  }
  #tsp_side_btn .btn-depth01 .btn-depth01-toggle {
    width: 50px;
    height: 50px;
    grid-gap: 4px;
  }
  #tsp_side_btn .btn-depth01 .btn-depth01-toggle span {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  body.scrolled aside.sidebar {
    width: 100%;
  }
  aside.sidebar {
    width: 100%;
    left: -100%;
  }
  aside.sidebar.on {
    left: 0;
    width: 100%;
  }
  #footer .inner {
    flex-direction: column;
  }
  #footer .inner > div {
    text-align: center;
    width: 100% !important;
    padding: 0 !important;
    border: none;
  }
  #footer .inner > div.company dl dt {
    text-align: start;
    flex: 1 0 8%;
  }
  #footer .inner > div.company dl dd {
    flex: 1 1 85%;
    padding-left: 0.8rem;
  }
  #footer .inner > div.company dl dt, #footer .inner > div.company dl dd {
    text-align: start;
    white-space: wrap;
  }
}
@media (max-width: 430px) {
  #footer .inner > div.company dl {
    flex-direction: column;
  }
  #footer .inner > div.company dl dd {
    padding-left: 0;
  }
}/*# sourceMappingURL=common.css.map */