@charset "UTF-8";

/*reset*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* start */
html {
  scroll-behavior: smooth;
}
body * {
  box-sizing: border-box;
}
html[lang^="en"] body {
  font-family: "Zen Kaku Gothic New", system-ui, -apple-system, "Segoe UI",
    Arial, sans-serif;
}
html[lang^="ja"] body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.menu-box {
  position: fixed;
  padding: 16px 12px;
  height: 100vh;
  background-color: #ff7c24;
}
.logo-in-menu {
  margin-bottom: 32px;
}
.main-menu {
  font-size: 32px;
  font-weight: 500;
}
.main-menu li {
  margin-bottom: 24px;
}
.main-menu li a {
  color: #121212;
}
.main-menu li a:visited {
  color: #121212;
}
.main-scroll-box {
  margin-left: 233px;
}
.main-title {
  padding: 12px;
  background-color: #ff7c24;
}
.main-title-section-box-1 h1 {
  font-size: 120px;
  line-height: 146px;
  overflow: hidden;
  width: 850px;
  letter-spacing: -1px;
  font-weight: 500;
}
.jpn-main-title {
  letter-spacing: -4px !important;
}
.main-title-section-box-1 h1 :first-child {
  font-style: italic;
}
.text-bg {
  background-color: #dbdde0;
}
.main-title-right-text {
  font-size: 20px;
  line-height: 1.4;
  width: 360px;
  margin: 180px 0 0 -10px;
  vertical-align: top;
}
.main-title-right-text-02 {
  font-size: 20px;
  line-height: 1.4;
  width: 360px;
  margin: 180px 0 0 -10px;
  vertical-align: top;
}
.main-box-margin {
  margin-top: 40px;
}

.display-change {
  display: inline-block;
}
.main-title-img-box {
  margin-top: 80px;
  overflow: hidden;
}
.main-title-img-box img {
  float: left;
  height: 330px;
  object-fit: cover;
}
.main-img {
  width: 40%;
}
.title-img-three .main-img {
  width: 33.3333%;
}
.mian-img-sec {
  width: calc(20% - 24px);
  margin: 0 12px;
}
.title-img-three .mian-img-sec {
  width: calc(33.3333% - 24px);
  margin: 0 12px;
}
.text-spacing {
  margin-left: 8px;
}
.text-tighten {
  margin-left: -8px;
}
/*---- section start ----*/
.main-second {
  padding: 40px 12px 12px 12px;
  background-color: #dbdde0;
}
.section-title {
  font-size: 70px;
  color: #121212;
  margin-bottom: 32px;
  font-weight: 500;
}
.about-text {
  width: 650px;
  font-size: 26px;
  line-height: 1.5;
}
.about-img-box {
  position: relative;
}
.about-img-box:after {
  content: "";
  display: block;
  clear: both;
}
.about-img {
  float: right;
  margin-top: -450px;
}

.main-third {
  padding: 40px 12px 12px 12px;
  background-color: #ff7c24;
}
.main-info-section-box-1 {
  overflow: hidden;
}
.main-info-section-box--half {
  float: left;
}
.main-info-section-box--half.right-align-section-box {
  margin-left: 64px;
}
.sub-title-grey {
  color: #dbdde0;
}
.sub-title-orange {
  color: #ff7c24;
}
.sub-title-grey-02 {
  color: #dbdde0;
  font-size: 16px;
}
.info-sub-title {
  font-size: 31px;
  font-weight: 500;
  color: #121212;
  width: 570px;
  margin-bottom: 16px;
}
.info-sub-text {
  color: #222222;
  width: 420px;
  font-size: 20px;
  line-height: 1.4;
}

.info-num-style > li {
  list-style-type: decimal-leading-zero;
}
.main-sixth ol.organization-num-style {
  margin-left: 32px;
}
.right-align-section-box .info-sub-text {
  margin-left: 32px;
  width: 460px;
}
.main-info-section-box .main-title-img-box {
  margin: 32px 0 100px;
}

.main-info-section-box .main-title-img-box.last-img-box {
  margin-bottom: 40px;
}
.main-info-section-box .info-img-box {
  margin-left: -6px;
  margin-right: -6px;
}
.main-info-section-box .info-img-box .main-img {
  width: 33.333%;
  padding: 0 6px;
  box-sizing: border-box;
}
.main-info-section-box .info-img-box .mian-img-sec {
  width: 33.333%;
  padding: 0 6px;
  box-sizing: border-box;
  margin: 0;
}
.main-fourth {
  padding: 40px 12px 12px 12px;
  background-color: #dbdde0;
}
.program-sub-title {
  font-size: 32px;
  color: #ff7c24;
  font-weight: 500;
}
.program-sub-title-second {
  font-size: 28px;
  margin: 20px 0 16px;
}
.program-sub-text {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 30px;
  position: relative;
}
img.Madangguk_poster {
  display: block;
  margin: 24px 0 6px;
  width: 30%;
}
.program-artist {
  display: flex; /* 작가 블록들을 가로로 나란히 */
  flex-wrap: wrap; /* 화면 작으면 줄바꿈 */
  gap: 12px; /* 블록 사이 간격 */
  margin-top: 0px;
}

.artist-block {
  display: flex;
  flex-direction: column; /* 텍스트 위, 이미지 아래 */
  align-items: left; /* 이미지 중앙 정렬 */
  width: 300px; /* 블록 너비(원하는 대로 조절) */
  margin-top: 1px;
}

.artist-block img {
  width: 90%;
  height: auto;
  margin-top: 8px; /* 텍스트와 이미지 사이 여백 */
}

.artist-block.wide::first-line {
  width: 1000px; /* 텍스트 너비 제한 */
  display: block;
}

.artist-block.wide img {
  width: 90%; /* 이미지 너비 */
  object-fit: cover;
}

.poster-row {
  display: flex;
  align-items: center;
  margin-top: 24px;
  margin: 0 24px 24px 0;
}
.poster-row img {
  width: 30%;
  height: auto;
  margin-right: 12px;
}
.poster-row img:last-child {
  margin-right: 0;
}
.program-sub-text-title {
  font-weight: bold;
  display: block;
}
.italic-text {
  font-style: italic;
}
.lecture-text {
  color: #222222;
  width: 650px;
  font-size: 20px;
  line-height: 1.4;
  margin: 16px 0 6px;
}
.program-img {
  display: block;
  margin: 12px 0 24px;
  height: 20%;
  width: 20%;
}
.program-container {
  margin-bottom: 50px;
}
.program-qr {
  display: block;
  margin: 24px 0 6px;
  height: 10%;
  width: 10%;
}
.program-qr-a {
  font-size: 16px;
  color: #222222;
}
.program-qr-a:visited {
  color: #222222;
}
.program-symposium-translate {
  font-size: 16px;
  color: #ff7c24;
  display: block;
  margin-top: 12px;
}

.main-fifth {
  padding: 40px 12px 12px 12px;
  background-color: #ff7c24;
}

/*------ map ------*/
#map {
  height: 100%;
}
gmp-map {
  height: 826px;
}
.map-box {
  width: 700px;
  height: 826px;
  margin-bottom: 40px;
}
.place-img {
  width: 226px;
  height: 169px;
  object-fit: cover;
}
.access-map-container {
  position: relative;
}
.map-right-contents {
  position: absolute;
  top: 0;
  left: 726px;
}
.place-sub-title {
  font-size: 20px;
  color: #dbdde0;
  margin: 16px 0 6px;
}
.map-right-place {
  margin-bottom: 48px;
}
.place-anch {
  color: #222222;
  font-size: 20px;
}

.place-anch:visited {
  color: #222222;
}

/*------ code of conduct ------*/
.main-sixth {
  padding: 40px 12px 12px 12px;
  background-color: #dbdde0;
}
.main-code-section-box-1 {
  overflow: hidden;
}
.main-code-section-box--half {
  float: left;
}
.main-code-section-box--half .right-align-section-box {
  margin-left: 64px;
}
.code-sub-title {
  font-size: 32px;
  font-weight: 500;
  color: #ff7c24;
  width: 700px;
  margin-bottom: 16px;
  margin-top: 16px;
  margin: 16px 0 6px;
}
.code-sub-text-01 {
  color: #ff7c24;
  width: 1000px;
  font-size: 16px;
  line-height: 1.2;
  margin: 16px 0 6px;
}
.code-sub-text-01-1 {
  color: #ff7c24;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.code-sub-text-02 {
  color: #222222;
  width: 600px;
  font-size: 20px;
  line-height: 1.4;
  margin: 16px 0 6px;
}
.code-sub-text {
  color: #222222;
  width: 600px;
  font-size: 20px;
  line-height: 1.4;
  margin: 16px 0 6px;
}
.code-sub-text-code-01 {
  float: left;
  width: 50%;
}
.code-sub-text-code-02 {
  float: left;
  width: 50%;
}

.code_text_under {
  text-decoration: underline;
}

.code-num-style > li {
  list-style-type: decimal-leading-zero;
}
.right-align-section-box .code-sub-text {
  /* margin-left: 32px; */
  width: 460px;
}

/*------ organization ------*/
.main-seventh {
  padding: 40px 12px 12px 12px;
  background-color: #ff7c24;
}
.main-organization-section-box-1 {
  overflow: hidden;
}
.main-organization-section-box--half {
  float: left;
}
.main-organization-section-box--half.right-align-section-box {
  margin-left: 64px;
}
.organization-sub-title {
  font-size: 32px;
  font-weight: 500;
  color: #dbdde0;
  width: 570px;
  margin-bottom: 16px;
  margin-top: 32px;
  margin: 16px 0 6px;
}
.organization-sub-text {
  color: #222222;
  width: 420px;
  font-size: 20px;
  line-height: 1.4;
}
.organization-sub-text-title {
  font-weight: bold;
  display: block;
}
.organization-num-style > li {
  list-style-type: decimal-leading-zero;
}
.right-align-section-box .organization-sub-text {
  margin-left: 32px;
  width: 460px;
}

.organizaion-logo-img {
  position: absolute;
}
.logo-img-box:after {
  content: "";
  display: block;
  clear: both;
}
.logo-img {
  display: inline-block;
  margin-right: 32px;
  margin-bottom: 40px;
  height: 48px;
  vertical-align: top;
  /* margin-top: 50px; */
}

.organization-logo-img {
  display: block;
  margin-top: 200px;
}

::selection {
  background: #3f403e;
  color: #dadada;
  text-shadow: none;
}

::-moz-selection {
  background: #3f403e;
  color: #dadada;
  text-shadow: none;
}

.lang-switch {
  text-decoration: none;
  color: #121212;
}
html[lang^="en"] .lang-en-sel {
  font-weight: 700 !important;
}

html[lang^="ja"] .lang-jp-sel {
  font-weight: 700 !important;
}
.menu-sns-box a {
  float: left;
  width: 20px;
}

.menu-sns-box img {
  max-width: 100%;

  display: block;
}
.menu-lang-box {
  position: absolute;
  left: 12px;
  bottom: 12px;
  font-size: 20px;
}
.menu-sns-box {
  position: absolute;
  right: 12px;
  bottom: 12px;
}
a.menu-btn-mail {
  width: 22px;
  margin-top: -1px;
  margin-right: 12px;
}

html[lang^="en"] .lang-en-sel {
  pointer-events: none;
}

html[lang^="ja"] .lang-jp-sel {
  pointer-events: none;
}
button.menu-toggle {
  display: none;
}
.menu-close {
  display: none;
}
img.logo-img.sqr {
  height: 64px;
  margin-top: -10px;
  margin-bottom: 0;
}
img.logo-img.sqr.pdn {
  height: 100px;
  margin-top: -22px;
}

/* ------------ 모바일 시작 ------------- */
@media all and (max-width: 767px) {
  /* 토글 버튼: 오른쪽 위 12px 고정 */
  .menu-toggle {
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 1101;
    background: transparent;
    color: #121212;
    border: 0;
    border-radius: 10px;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    font-weight: 700;
  }

  /* 본문은 좌측 여백 제거 */
  .main-scroll-box {
    margin-left: 0;
  }

  /* 메뉴 박스: 왼쪽 밖으로 숨겼다가 슬라이드 인 */
  .menu-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1102;
    width: 100vw;
    height: 100%;
    transform: translateX(-100%);
    transition: transform 0.28s ease;
    /* 기존 배경/패딩/색상은 당신 스타일 유지 */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  }

  /* 메뉴 안 닫기 버튼: 우상단 여백 12px, 12px */
  .menu-close {
    position: absolute;
    display: block;
    top: 12px;
    right: 12px;
    z-index: 1;
    background: transparent;
    border: 0;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #121212;
  }
  /* 열림 상태 */
  body.is-menu-open .menu-box {
    transform: translateX(0);
  }
  body.is-menu-open .menu-overlay {
    display: block;
  }
  body.is-menu-open {
    overflow: hidden;
  } /* 메뉴 열렸을 때 바디 스크롤 잠금 */
  button.menu-toggle {
    display: block;
  }
  .main-title-section-box-1 h1 {
    font-size: 48px;
    line-height: 58px;
    overflow: hidden;
    width: 100%;
    letter-spacing: -1px;
    font-weight: 700;
  }
  .main-title-right-text {
    font-size: 20px;
    line-height: 1.4;
    width: 86%;
    margin: 16px 0 0 0;
    vertical-align: top;
  }
  .main-title-right-text-02 {
    font-size: 20px;
    line-height: 1.4;
    width: 86%;
    margin: 16px 0 0 0;
    vertical-align: top;
  }
  .main-title-section-box-1 {
    margin-top: 36px;
  }
  .main-title-img-box {
    margin-top: 36px;
    overflow: hidden;
  }
  .title-img-three .main-img {
    width: 100%;
  }
  .main-title-img-box img {
    height: 330px;
    width: 100% !important;
    object-fit: cover;
    float: none;
    padding: 0 !important;
  }
  .mian-img-sec {
    margin: 12px 0 !important;
  }
  .title-img-three .mian-img-sec {
    width: 100%;
    margin: 12px 0;
  }
  .about-img {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
  .about-text {
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
  }
  .section-title {
    font-size: 36px;
    color: #121212;
    margin-bottom: 24px;
    font-weight: 500;
  }
  .main-second {
    padding: 24px 12px 12px 12px;
    background-color: #dbdde0;
  }
  .main-third {
    padding: 24px 12px 12px 12px;
    background-color: #ff7c24;
  }
  .main-fourth {
    padding: 24px 12px 12px 12px;
    background-color: #dbdde0;
  }
  .main-fifth {
    padding: 24px 12px 12px 12px;
    background-color: #ff7c24;
  }
  .main-sixth {
    padding: 24px 12px 12px 12px;
    background-color: #dbdde0;
  }
  .main-seventh {
    padding: 24px 12px 12px 12px;
    background-color: #ff7c24;
  }
  .info-sub-title {
    font-size: 24px;
    font-weight: 500;
    color: #121212;
    width: 570px;
    margin-bottom: 16px;
  }
  .main-info-section-box--half {
    float: none;
  }
  .info-sub-text {
    color: #222222;
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 24px;
  }
  .sub-title-grey {
    color: #dbdde0;
    display: block;
  }
  .main-info-section-box--half.right-align-section-box {
    margin-left: 0;
  }
  .organization-logo-img {
    display: block;
    margin-top: 60px;
    text-align: center;
  }
  .logo-img {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 32px;
    height: 36px;
    vertical-align: top;
    margin-top: 0;
    padding: 6px;
  }
  .right-align-section-box .info-sub-text {
    margin-left: 24px;
    width: auto;
  }
  .map-box {
    width: 100%;
    height: 360px !important;
    margin-bottom: 40px;
  }
  .map-box,
  gmp-map {
    height: 360px;
  }

  .program-sub-title {
    font-size: 24px;
    color: #ff7c24;
    font-weight: 500;
  }
  .program-sub-title-second {
    font-size: 24px;
    margin: 6px 0 16px;
  }
  .program-sub-text {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 32px;
    position: relative;
  }
  .artist-block {
    display: flex;
    flex-direction: column;
    align-items: left;
    width: auto;
    margin-top: 1px;
  }
  .artist-block img {
    width: 100%;
    height: auto;
    margin-top: 8px;
  }
  img.Madangguk_poster {
    display: block;
    margin: 24px 0 6px;
    width: 100%;
  }
  .program-img {
    display: block;
    margin: 12px 0 16px;
  }
  .poster-row {
    display: flex;
    align-items: center;
    margin-top: 24px;
    margin: 0;
  }
  .poster-row img {
    width: 49%;
    height: auto;
    margin-right: 0;
  }
  .poster-row img:first-child {
    margin-right: 2%;
  }
  .program-qr {
    display: block;
    margin: 24px 0 6px;
    height: auto;
    width: 80px;
  }
  .code-sub-text-code-02 {
    float: none;
    width: 100%;
  }
  .code-sub-text-code-01 {
    float: none;
    width: 100%;
  }
  .main-code-section-box--half {
    float: none;
  }
  .code-sub-text {
    color: #222222;
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 12px 0;
  }
  .code-sub-text-02 {
    color: #222222;
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 6px 0;
  }
  .main-seventh .section-title {
    margin-bottom: 8px;
  }
  .organization-sub-title {
    font-size: 24px;
    font-weight: 500;
    color: #dbdde0;
    width: 100%;
    margin: 16px 0 6px;
  }
  .organization-sub-text {
    color: #222222;
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
  }
  .main-organization-section-box--half.right-align-section-box {
    margin-left: 0;
  }
  .right-align-section-box .organization-sub-text {
    margin-left: 26px;
    width: 100%;
  }
  .code-sub-title {
    font-size: 24px;
    font-weight: 500;
    color: #ff7c24;
    width: 100%;
    margin: 16px 0 6px;
  }
  .main-info-section-box .main-title-img-box {
    margin: 0 0 46px;
  }
  .map-right-contents {
    position: relative;
    top: 0;
    left: 0;
  }
  .place-img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .code-sub-text-01 {
    color: #ff7c24;
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
    margin: 16px 0 6px;
  }
  html {
    scroll-behavior: unset;
  }
  img.logo-img.sqr {
    height: 40px;
    padding: 2px 6px;
  }
  .lecture-text {
    color: #222222;
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    margin: 16px 0 6px;
  }
  img.logo-img.sqr.pdn {
    height: 76px;
    margin-top: -20px;
  }
}
