@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable-dynamic-subset.css");
@font-face {
  font-family: "TTHakgyoansimTtwimteulR";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2402_keris@1.0/TTHakgyoansimTtwimteulR.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* common */
* {
  font-family: "Pretendard", sans-serif;
  /* color: #000; */
  letter-spacing: -0.03em;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
form,
fieldset,
input,
textarea,
body,
html,
p,
th,
td,
dt,
dd,
dl {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

img,
fieldset {
  border: 0;
  vertical-align: top;
}

html,
body {
  overflow-x: hidden;
  background-color: #fff;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.img-fluid {
  width: 100%;
  /* max-height: 212px; */
  /* height: auto; */
}

@media (max-width: 540px) {
  .img-fluid {
	width: 100%;
	max-height: 167px;
	height: auto;
  }
}

.img-fluid2 {
  height: 300px; 
  width: auto
}

.block {
  display: block;
}

.hidden {
  display: none;
}

.mobile_view {
  display: none;
}
@media (max-width: 540px) {
  .mobile_view {
    display: block;
  }
}

.mobile_hidden {
  display: block;
}
@media (max-width: 540px) {
  .mobile_hidden {
    display: none;
  }
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.text-right {
  text-align: right;
}

.text-decoration-line {
  text-decoration: line-through;
}

.text-white {
  color: #fff;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 1rem;
  }
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.dropdown {
  position: relative;
  width: 100%;
}

.dropdown-header-btn {
  border: 1px solid #d9d9d9;
  position: relative;
  border-radius: 6px;
  padding: 15px 10px;
  background-color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.5);
  width: 100%;
  cursor: pointer;
}
.dropdown-header-btn::after {
  content: "";
  width: 11px;
  height: 6px;
  background: url("https://download.nurinori.com/nurinori/resource/worldculture/icon/select2.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0 0 6px 6px;
  border-top: 0;
  width: 100%;
  z-index: 100;
  top: 43px;
}

.dropdown-content-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown-content-list li {
  padding: 0.8rem 1rem;
  cursor: pointer;
}

.dropdown-content-list li:hover {
  background-color: #f0f0f0;
}

.dropdown.open .dropdown-content {
  display: block;
}

section h1 {
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 16px;
}

@media (max-width: 540px) {
  section h1 {
	font-size: 46px;
  }
}

.line {
  padding: 90px 0;
}

/* common */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-box {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  max-width: 580px;
  width: 90%;
  padding: 32px 48px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: relative;
}
@media (max-width: 540px) {
  .modal-box {
    padding: 32px 10px;
  }
}
.modal-box h2 {
  font-weight: 400;
  margin-bottom: 26px;
}
.modal-box ul {
  gap: 12px 20px;
}
@media (max-width: 540px) {
  .modal-box ul {
    gap: 12px 10px;
  }
}
.modal-box ul li {
  width: calc(33.3333% - 14px);
  padding: 15px 10px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  gap: 10px;
  cursor: pointer;
}
.modal-box ul li img {
  width: 40px;
}
@media (max-width: 540px) {
  .modal-box ul li {
    width: calc(50% - 5px);
  }
}

.modal-close-btn {
  position: absolute;
  top: 13px;
  right: 48px;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 18px;
}
@media (max-width: 540px) {
  .modal-close-btn {
    right: 10px;
  }
}

header {
  background-color: #fff;
  padding: 18px 0;
}
header .logo {
  margin-left: 8px;
}
header ul {
  gap: 44px;
}
@media (max-width: 540px) {
  header ul {
    gap: 20px;
  }
  
  header ul li.join {
    display: none;
  }
}
header ul li.join {
  position: relative;
}
header ul li.join::before {
  content: "";
  width: 1px;
  height: 17px;
  background: #f1f1f1;
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 540px) {
  header ul li.join::before {
    left: -10px;
  }
}

.wrap {
  position: relative;
}
.wrap .top {
  position: fixed;
  bottom: 80px;
  right: 62px;
  z-index: 99;
}
.wrap .top ul {
  gap: 20px;
}
.wrap .top ul li {
  cursor: pointer;
}
.wrap .top ul li img {
  display: block;
  margin: 0 auto;
}
.wrap .top ul li p {
  margin-top: 5px;
}
@media (max-width: 540px) {
  .wrap .top {
    bottom: 60px;
    right: 22px;
  }
}

.main {
  height: 750px;
}
.main * {
  line-height: 1;
}
@media (max-width: 540px) {
  .main {
    height: 600px;
  }
}
.main .title {
  margin-top: 100px;
}
.main .title h1 {
  font-family: "TTHakgyoansimTtwimteulR";
  color: #006cff;
  font-weight: 400;
  font-size: 90px;
}
@media (max-width: 540px) {
  .main .title h1 {
    font-size: 49px;
  }
}
.main .title p {
  font-family: Pretendard;
  font-weight: 400;
  font-size: 28px;
  text-align: center;
  color: #fff;
}
.main .title p b {
  font-weight: 700;
  color: #fff;
}
@media (max-width: 540px) {
  .main .title p {
    font-size: 19px;
    line-height: 1.2;
  }
}
.main .title .topImageBtn {
  display : flex;
  flex-direction: row;
  justify-content: center; 
  margin: 30px 0;
  gap : 20px;
}

.main .title .topImageBtn  a {
  line-height: 1.5rem;
  font-size: 1.2em;
  color: #fff;
  border-radius: 10px;
  padding : 10px 30px; 
  align-items: center;
  display : flex;
  gap:10px;
  border:0;
  box-shadow: 0 0 4px #00000035;
}

.main .title .topImageBtn  a.btn1{
  background: #ff9800;
}

.main .title .topImageBtn  a.btn2{
  background: #006cff;
}
.main .title .topImageBtn  a:hover{
  font-weight: 600;
  background: linear-gradient(96.25deg,#006cff -3.04%,#eeff00 94.82%);
}

@media(max-width:540px){
  .main .title .topImageBtn{
    flex-direction: column;
    align-items: center;
  }
  .main .title .topImageBtn  a {
    width: 80%;
    display: flex;
    justify-content: space-between;
  }
}
.main .quickSearch {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 40px 40px 0 0;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .main .quickSearch {
    padding: 30px 20px;
  }
}
.main .quickSearch .wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.main .quickSearch .wrap p {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 768px) {
  .main .quickSearch .wrap p.text-left {
    text-align: center;
  }
}
.main .quickSearch .wrap p b {
  color: #fff;
  font-weight: 700;
}
@media (max-width: 540px) {
  .main .quickSearch .wrap p {
    font-size: 17px;
  }
}
.main .quickSearch .wrap ul {
  width: 100%;
  max-width: 800px;
  margin-top: 10px;
  gap: 10px;
}
@media (max-width: 768px) {
  .main .quickSearch .wrap ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.main .quickSearch .wrap ul li {
  width: 100%;
  max-width: 222px;
  position: relative;
}
@media (max-width: 540px) {
  .main .quickSearch .wrap ul li {
    max-width: 187px;
  }
}
.main .quickSearch .wrap ul li.quick {
  background-color: #fff;
  padding: 17px 18px;
  border-radius: 8px;
}
@media (max-width: 540px) {
  .main .quickSearch .wrap ul li.quick {
    width: calc(50% - 5px);
  }
}
.main .quickSearch .wrap ul li.quick.start::after {
  content: "";
  width: 37px;
  height: 36px;
  background: url("/new/img/worldculture/icon/trip.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  z-index: 8;
}
.main .quickSearch .wrap ul li.quick.end {
  background: linear-gradient(96.28deg, #006cff -3.04%, #eeff00 94.82%);
  cursor: pointer;
  padding: 3px;
  border-radius: 8px;
}
.main .quickSearch .wrap ul li.quick.end .box {
  padding: 14px 12px;
}
.main .quickSearch .wrap ul li.quick p {
  font-size: 14px;
  color: #888888;
  margin-bottom: 5px;
}
.main .quickSearch .wrap ul li.quick h6 {
  font-weight: 400;
  font-size: 22px;
}
@media (max-width: 540px) {
  .main .quickSearch .wrap ul li.quick h6 {
    font-size: 18px;
  }
}
.main .quickSearch .wrap ul li.quick .box {
  background-color: #fff;
  border-radius: 8px;
}
.main .quickSearch .wrap ul li.search {
  cursor: pointer;
  width: 100%;
  max-width: 335px;
  background-color: #006cff;
  border-radius: 8px;
  padding: 12.5px 22px;
}
@media (max-width: 540px) {
  .main .quickSearch .wrap ul li.search {
    max-width: none;
  }
}
.main .quickSearch .wrap ul li.search .box {
  gap: 10px;
}
@media (max-width: 540px) {
  .main .quickSearch .wrap ul li.search .box {
    justify-content: center;
  }
}
.main .quickSearch .wrap ul li.search .box img{
  width: 116px;
  height: 44px;
}
.main .quickSearch .wrap ul li.search h5 {
  font-weight: 600;
  font-size: 28px;
  color: #fff;
}

.se1 {
  /*padding-top: 100px;*/
}

.se1 h1{
  padding-top: 100px;
}

.se1 ul {
  gap: 20px;
}
.se1 ul li {
  max-width: 590px;
}
@media (max-width: 540px) {
  .se1 ul {
    flex-direction: column;
  }
}

@media (max-width: 540px) {
  .se2 {
    padding-top: 60px;
  }
}

.mobile-tab ul {
  gap: 4px;
}
.mobile-tab ul li {
  width: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  background-color: #d9d9d9;
  padding: 14px 0;
  border-radius: 20px 20px 0 0;
}
.mobile-tab ul li.active {
  color: #fff;
  background-color: #2385ff;
}

@media (max-width: 540px) {
  .cultureWrap {
    display: none;
  }
  .cultureWrap.view {
    display: block;
  }
}
.cultureWrap ul.culture {
  border: 1px solid #e5e5e5;
  border-radius: 30px;
  width: 100%;
  height: 836px;
  scroll-behavior: smooth;
  overflow: hidden;
}
@media (max-width: 540px) {
  .cultureWrap ul.culture {
    flex-direction: column;
    padding: 0;
    border: none;
    border-radius: 0;
  }
}
.cultureWrap ul.culture .cultureFilter {
  padding: 30px 0;
  background-color: #333;
  width: 100%;
  max-width: 244px;
  position: relative;
}
@media (max-width: 540px) {
  .cultureWrap ul.culture .cultureFilter {
    max-width: none;
    background-color: #fff;
  }
  .cultureWrap ul.culture .cultureFilter::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #f5f5f5;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.cultureWrap ul.culture .cultureFilter .dropdown {
  max-width: 197px;
}
@media (max-width: 540px) {
  .cultureWrap ul.culture .cultureFilter .dropdown {
    max-width: none;
    margin-bottom: 32px;
  }
}
@media (max-width: 540px) {
  .cultureWrap ul.culture .cultureFilter .dropdown .dropdown-header-btn {
    text-align: center;
    gap: 10px;
  }
  .cultureWrap ul.culture .cultureFilter .dropdown .dropdown-header-btn .flagImg {
    width: 48px;
    height: 27px;
  }
}
.cultureWrap ul.culture .cultureFilter .cultureList {
  width: 100%;
  position: relative;
}
@media (max-width: 540px) {
  .cultureWrap ul.culture .cultureFilter .cultureList {
    flex-wrap: wrap;
    display: flex;
    gap: 6px;
    align-items: flex-start;
  }
}
.cultureWrap ul.culture .cultureFilter .cultureList li {
  cursor: pointer;
}
.cultureWrap ul.culture .cultureFilter .cultureList li.active {
  background-color: #fff;
}
.cultureWrap ul.culture .cultureFilter .cultureList li.active.tab {
  color: #000;
}
@media (max-width: 540px) {
  .cultureWrap ul.culture .cultureFilter .cultureList li.active.tab {
    border-color: #2385ff;
    color: #2385ff;
  }
}
.cultureWrap ul.culture .cultureFilter .cultureList li.flag {
  margin-top: 30px;
  padding: 30px 0 20px;
  background-color: #465568;
}
@media (max-width: 540px) {
  .cultureWrap ul.culture .cultureFilter .cultureList li.flag {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    background-color: transparent;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }
}
.cultureWrap ul.culture .cultureFilter .cultureList li.flag h5 {
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  margin-top: 5px;
}
@media (max-width: 540px) {
  .cultureWrap ul.culture .cultureFilter .cultureList li.flag h5 {
    color: #000;
  }
}
.cultureWrap ul.culture .cultureFilter .cultureList li.flag img {
  width: 102px;
  height: 58px;
}
@media (max-width: 540px) {
  .cultureWrap ul.culture .cultureFilter .cultureList li.flag img {
    width: 102px;
    height: 58px;
  }
}
.cultureWrap ul.culture .cultureFilter .cultureList li.tab {
  padding: 25px 0;
  font-weight: 700;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 540px) {
  .cultureWrap ul.culture .cultureFilter .cultureList li.tab {
    color: #000;
    width: calc(50% - 5px);
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    font-size: 20px;
    padding: 13px 0;
  }
}
.cultureWrap ul.culture .cultureFilter .cultureList li .icon-wrap {
  display: inline-block;
  margin-left: 5px;
}
.cultureWrap ul.culture .cultureFilter .cultureList li .icon-wrap img {
  vertical-align: middle;
}
@media (max-width: 540px) {
  .cultureWrap ul.culture .cultureFilter .cultureList li .icon-wrap {
    display: none;
  }
}
.cultureWrap ul.culture .cultureFilter .cultureList li .icon-img {
  color: #000;
  visibility: hidden;
}
.cultureWrap ul.culture .cultureFilter .cultureList li.active .icon-img {
  visibility: visible;
}
@media (max-width: 540px) {
  .cultureWrap ul.culture .cultureFilter .dropdown-content-list.flagList li div {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}
.cultureWrap ul.culture .cultureFilter .dropdown-content-list.flagList .flagImg {
  width: 30px;
  height: 17px;
  margin-right: 10px;
}
.cultureWrap ul.culture .cultureResult {
  padding: 20px 36px;
  padding-left: 52px;
  width: calc(100% - 244px);
  overflow-y: auto;
  scroll-behavior: smooth;
}
@media (max-width: 540px) {
  .cultureWrap ul.culture .cultureResult {
    width: 100%;
    padding: 20px 0;
  }
}
.cultureWrap ul.culture .cultureResult > ul > li {
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
.cultureWrap ul.culture .cultureResult > ul > li:not(:last-child)::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f5f5f5;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cultureWrap ul.culture .cultureResult .imgBox {
  position: relative;
  max-width: 330px;
  max-height: 184px;
}
.cultureWrap ul.culture .cultureResult .imgBox img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #ddd;
}
@media (max-width: 768px) {
  .cultureWrap ul.culture .cultureResult .imgBox {
	max-width: 100%;
	max-height: 100%;
  }
  .cultureWrap ul.culture .cultureResult .imgBox img {
    width: 100%;
  }
}
.cultureWrap ul.culture .cultureResult .imgBox.free::after {
  content: "무료";
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  width: 46px;
  height: 26px;
  line-height: 26px;
  background-color: #18cd00;
  border-radius: 4px;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
}
.cultureWrap ul.culture .cultureResult li .dropdown-content {
  overflow-y: auto;
  max-height: 200px;
}
.cultureWrap ul.culture .cultureResult li h5 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 4px;
}
.cultureWrap ul.culture .cultureResult li .box {
  gap: 32px;
}
@media (max-width: 768px) {
  .cultureWrap ul.culture .cultureResult li .box {
    flex-direction: column;
  }
}
.cultureWrap ul.culture .cultureResult li .box .btnWrap {
  gap: 8px;
}
.cultureWrap ul.culture .cultureResult li .box .btnWrap .dropdown-header-btn::after {
  content: "";
  width: 16px;
  height: 17px;
  background: url(https://download.nurinori.com/nurinori/resource/worldculture/icon/select.png) no-repeat;
  background-size: cover;
  position: absolute;
}
.cultureWrap ul.culture .cultureResult li .box .btnWrap button {
  background-color: #fff;
}
.cultureWrap ul.culture .cultureResult li .box .btnWrap button.slide {
  width: 100%;
  max-width: 140px;
  border-radius: 6px;
  border: 1px solid #2385ff;
  color: #2385ff;
  padding: 12.5px 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.cultureWrap ul.culture .cultureResult li .txtBox {
  width: calc(100% - 372px);
  height: 100%;
  min-height: 186px;
}
@media (max-width: 768px) {
  .cultureWrap ul.culture .cultureResult li .txtBox {
    width: 100%;
  }
}
.cultureWrap ul.culture .cultureResult li .txtBox h5 {
  font-size: 24px;
}
.cultureWrap ul.culture .cultureResult li .txtBox p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  word-break: keep-all;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1.4;
}
.cultureWrap ul.culture .cultureResult .activeData {
  margin-top: 22px;
  background: #F8F8F8;
  border-radius: 10px; 
}
.cultureWrap ul.culture .cultureResult .activeData h2 {
  color: #5ca5ff;
  font-weight: 500;
  font-size: 18px;
  width: 100%;
  background-color: #e6f1ff;
  border-radius: 6px;
  padding: 7.5px 14px;
  margin-bottom: 14px;
}
.cultureWrap ul.culture .cultureResult .activeData ul {
  gap: 42px;
  min-height: 186px;
  padding: 0 20px 20px;
}
@media (max-width: 768px) {
  .cultureWrap ul.culture .cultureResult .activeData ul {
    flex-direction: column;
  }
}
@media (max-width: 540px) {
  .cultureWrap ul.culture .cultureResult .activeData ul {
    justify-content: center;
    padding:  0 10px 10px;
  }
}
.cultureWrap ul.culture .cultureResult .activeData ul > li {
  gap: 18px;
}
.cultureWrap ul.culture .cultureResult .activeData ul > li .imgBox img {
  max-width: 186px;
}
@media (max-width: 540px) {
  .cultureWrap ul.culture .cultureResult .activeData ul > li {
    gap: 14px;
  }
}
@media (max-width: 540px) {
  .cultureWrap ul.culture .cultureResult .activeData ul > li .txt {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.cultureWrap ul.culture .cultureResult .activeData ul > li .txt p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 12px;
}
@media (max-width: 540px) {
  .cultureWrap ul.culture .cultureResult .activeData ul > li .txt p {
    font-weight: 600;
    word-break: keep-all;
  }
}
.cultureWrap ul.culture .cultureResult .activeData ul > li .txt a {
  background-color: #000;
  padding: 10px 20px;
  border-radius: 4px;
  gap: 7px;
}
.cultureWrap ul.culture .cultureResult .activeData ul > li .txt a span {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.se2 {
  margin-bottom: 200px;
}
@media (max-width: 540px) {
  .se2 {
    margin-bottom: 86px;
  }
}

@media (max-width: 540px) {
  .galleryWrap .dropdown-content-list.flagList li {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .galleryWrap .dropdown-content-list.flagList li div {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}
.galleryWrap .dropdown-content-list.flagList .flagImg {
  width: 30px;
  height: 17px;
  margin-right: 10px;
}
.galleryWrap #loadMoreBtn {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  padding: 19px 0;
  font-size: 18px;
  margin-top: 30px;
  cursor: pointer;
}
@media (max-width: 540px) {
  .galleryWrap {
    display: none;
  }
  .galleryWrap.view {
    display: block;
  }
}
.galleryWrap .selectWrap {
  width: 100%;
  gap: 6px;
  margin-bottom: 25px;
}
@media (max-width: 540px) {
  .galleryWrap .selectWrap {
    padding-top: 30px;
  }
}
.galleryWrap .selectWrap li {
  width: 100%;
  max-width: 197px;
}
@media (max-width: 540px) {
  .galleryWrap .selectWrap li {
    width: 100%;
    max-width: none;
  }
}
.galleryWrap .gallery {
  gap: 25px 30px;
}
.galleryWrap .gallery .ccBox {
  position: absolute;
  top: -200%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  padding: 12px 8px;
  border-radius: 10px;
  width: 350px;
}
@media (max-width: 540px) {
  .galleryWrap .gallery .ccBox {
    width: 100%;
    min-width: 300px;
  }
}
.galleryWrap .gallery > li {
  width: calc(33.3333% - 20px);
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .galleryWrap .gallery > li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 540px) {
  .galleryWrap .gallery > li {
    width: 100%;
  }
}
.galleryWrap .gallery > li .imgBox {
  cursor: pointer;
  position: relative;
  max-height: 212px;
  display: flex;
  align-items: center;
  overflow: clip;
}
.galleryWrap .gallery > li .imgBox .mark {
  position: absolute;
  bottom: 6px;
  left: 10px;
  gap: 3px;
  z-index: 10;
}
@media (max-width: 540px) {
  .galleryWrap .gallery > li .imgBox img {
    width: 100%;
  }
}
.galleryWrap .gallery > li .txt {
  padding: 22px 24px;
  gap: 10px;
}
.galleryWrap .gallery > li .txt h6 {
  font-weight: 400;
  font-size: 20px;
  width: 100%;
}
.galleryWrap .gallery > li .txt a {
  transition: background-color 0.3s ease;
  background-color: #000;
  padding: 10px 16px;
  border-radius: 4px;
  gap: 7px;
  width: 177px;
  display: flex;
  justify-content: center;
}
.galleryWrap .gallery > li .txt a:hover {
  background-color: #006cff;
}
.galleryWrap .gallery > li .txt a span {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.detail {
  padding: 32px 52px;
}
@media (max-width: 540px) {
  .detail {
    padding: 32px 20px;
  }
  .detail .container {
    padding: 0;
  }
}
.detail h1 {
  font-weight: 700;
  font-size: 30px;
}
.detail .txt {
  margin-top: 23px;
  margin-bottom: 18px;
}
.detail .txt p {
  font-weight: 700;
  font-size: 36px;
}
.detail .txt a {
  background-color: #000;
  padding: 10px 20px;
  border-radius: 4px;
  gap: 7px;
  min-width : 7.5em;
}
.detail .txt a span {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.detail .etc {
  padding: 12px 10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  gap: 5px;
  margin-bottom: 30px;
}
.detail .copy {
  background-color: #f9f9f9;
  padding: 23px;
}
.detail .copy > div.flex {
  gap: 3px;
  margin-bottom: 10px;
}
.detail .copy h6 {
  font-weight: 700;
  font-size: 19px;
}
.detail .copy ul {
  padding-left: 20px;
}
.detail .copy ul li {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  padding: 5px 0;
  word-break: keep-all;
  position: relative;
}
.detail .copy ul li::after {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 15px;
  left: -10px;
}
.detail .copy ul li button {
  cursor: pointer;
  background-color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid #2385ff;
  margin-top: 5px;
  gap: 5px;
}
.detail .copy ul li button p {
  font-weight: 400;
  font-size: 15px;
  color: #2385ff;
}

footer {
  background-color: #f5f5f5;
  padding: 28px 10px;
}
footer p {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 540px) {
  footer {
    padding: 20px 10px;
  }
  footer p {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */

.country-name {
  white-space: nowrap;      
  overflow: hidden;         
  text-overflow: ellipsis;  
  display: inline-block;    
  max-width: 100px;         
  vertical-align: middle;   
}

.modal-root {
	display: none;
}

.modal-root.active {
  	display: block; /* 열릴 때 보이도록 */
}

.learn li {
	width: 590px;
    height: 350px;
}

.learn img {
	width: 100%;
    height: 100%;
}

@media (max-width: 540px) {
  	.learn li {
		width: auto !important;
    	max-height: 226px;
	}
}

.greetings .content {
  margin-bottom: 40px;
}

.greetings .content:last-child {
  margin-bottom: 0; /* 마지막 박스는 margin 제거 */
}