/* 임시 헤더 */
@import url("https://cdn.rawgit.com/innks/NanumSquareRound/master/nanumsquareround.min.css");
@font-face {
  font-family: "NanumSquareRound";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundR.eot);
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundR.eot?#iefix)
      format("embedded-opentype"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundR.woff2)
      format("woff2"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundR.woff)
      format("woff"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundR.ttf)
      format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "NanumSquareRound";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundB.eot);
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundB.eot?#iefix)
      format("embedded-opentype"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundB.woff2)
      format("woff2"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundB.woff)
      format("woff"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundB.ttf)
      format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "NanumSquareRound";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundEB.eot);
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundEB.eot?#iefix)
      format("embedded-opentype"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundEB.woff2)
      format("woff2"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundEB.woff)
      format("woff"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundEB.ttf)
      format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: "NanumSquareRound";
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundL.eot);
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundL.eot?#iefix)
      format("embedded-opentype"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundL.woff2)
      format("woff2"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundL.woff)
      format("woff"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareRound/NanumSquareRoundL.ttf)
      format("truetype");
  font-weight: 300;
}
/*#header {
  font-family: "NanumSquareRound", sans-serif;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(0%, 0%);
  z-index: 99;
  background-color: transparent;
  padding: 30px 0;
}*/

body{height:auto;overflow:auto;position:relative;background:#212121;}
.footer_language{background:#000;position:fixed;bottom:20px;right:50px;z-index:999;border-radius: 50%;    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;}
.btns_wrap {
  display: flex;
  gap: 38px;
}
.btns_wrap > button {
  font-family: NanumSquareRound;
  font-weight: 300;
  font-size: 15px;
  color: #ffffff;
}
.language_wrap {
  position: relative;
 /* margin-left: 20px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;*/
  width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.language_wrap > .language {
  width: 24px;
  height: 24px;
  position: relative;
}
.language_wrap .language::after {
  content: "";
  position: absolute;
  left: -8px;
  bottom: -20px;
  height: 20px;
  width: 40px;
  z-index: 1;
}
.language_wrap > .language img {
  width: 100%;
}
/*.language_wrap .language:hover + ul,
.language_wrap ul:hover{
  opacity: 1;
  height: 161px;
}
.footer_language:hover .language_wrap ul {opacity: 1;
  height: 161px;}*/
 .footer_language .language_wrap ul.on {opacity: 1;
  height: 161px;}
.language_wrap > ul {
  width: 91px;
  height:0;
  background-color: #ffffff;
  border-radius: 6px;
  position: absolute;
  /*display: flex;
  flex-direction: column;
  gap: 22px;*/
  bottom: 40px;
  left:50%;
  transform: translateX(-50%);
  z-index: 9999;
  padding: 20px 0;
  opacity: 0;
  transition: opacity 0.3s ease, height 0.3s ease;
  border:1px solid #000;
}
.language_wrap > ul > li {
  width: 80%;
  height: 40px;
  margin: 0 auto;
}
.language_wrap > ul > li > button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: NanumSquareRound;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.18px;
  color: #000000;
  transition: color 0.3s ease;
}
.language_wrap > ul > li > button:hover {
  color: #c1261b;
}
.language > ul > li > button {
  width: 100%;
  height: 100%;
}

#header .logo {
  width: 105px;
}

/*#header .inner {
  width: 1520px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}*/

 .btns_wrap>.mo_ham {
 display: none;
 }
 
 /*2024 배포용 ui적용 맞추기*/
 .container{background:#fff;}
 .visual_wrap{background:#000;}
.visual_wrap h1 {
  position: relative;
  font-family: "NanumSquareRound";
  font-size: 64px;
  font-weight: 800;
  color:#fff;
}
.visual_wrap h1{color:#fff;}
#header .log_box div{color:#fff;font-weight: 100;}
#header.drop .log_box div{color:#000;font-weight: 400;}
#header .sub-menu-btn .line{background:#fff;font-weight: 100;}
#header.drop .sub-menu-btn .line{background:#000;}
#header .menu ul li a{color:#fff;}
#header.drop .menu ul li a{color:#000;}
#footer.sub-footer{margin-top: 0;
    height: auto;
    overflow: hidden;
    position: relative;}
.overseas_menu_wrap .overseas_btns_wrap>button a{
  width: 180px;
  height: 46px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
/*  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);*/
}

.overseas_btns_wrap>.brochure_btn>a>figure {
  width: 24px;
  height: 24px;
}

.overseas_menu_wrap .overseas_btns_wrap>.brochure_btn>a>figure img {
  width: 100%;
}

.overseas_menu_wrap .overseas_btns_wrap>button>a>p {
  font-family: NanumSquareRound;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.15px;
  color: #ffffff;
}
.story_se1,.story_sec2,.story_sec3,.story_sec4,.story_sec5_box{width:auto;}
.story_se1,.story_sec3,.story_sec4{background:#fff;}
.map-mo{display:none;}
.faqs_sec1,.faqs_sec2{width:auto;}
.faqs_sec1_contents_img_box > .faqs_sec1_line_box > figure img{display:none;}
.story_sec4>ul{display: grid;
    grid-template-columns: repeat(4, 1fr);}
	
.overseas_menu_wrap {
  width: 100%;
  height: 90px;
  background-color: #fff;
}

.overseas_btns_wrap {
  max-width: 1520px;
  height: 100%;
  position: relative;
margin: 0rem auto;
    border-bottom: 1px solid #000;
}	
.overseas_menu_wrap .overseas_btns_wrap>button {
  width: 180px;
  height: 46px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
      background-color: #c1261b;
    border: 1px solid #93140b;
}
.overseas_menu_wrap .menu_list>a {
  font-size: 19px;
  color: #000;
  width: 227px;
  position: relative;
  text-align: center;
  font-weight:700;
}
.overseas_btns_wrap>.brochure_btn{left:2%;}
.overseas_btns_wrap>.start_btn{right:2%;}
@media (max-width: 1024px) {
    .overseas_sec3>.overseas_sec3_title {width:80%;padding:0 10%;}
	.overseas_sec3{width:90%;padding:7% 5%;}
	.visual_wrap>img.mo {display:block;}
	.story_sec1_content1{margin:0 9%;}
	.story_sec1_locations{width:100%;}
.story_se1 > ul{padding:0;}
.story_sec1_locations,.story_sec1_content1{width:50%;}
.story_sec1_chicken3{right:0;}
.story_sec4>ul{display: grid;
    grid-template-columns: repeat(2, 1fr);}
	}
@media (max-width: 768px) {
.footer_language{right:10px;bottom:65px;}
.footer_language .language_wrap ul.on{height:120px;}
.language_wrap > ul{width:58px;}
.overseas_sec4_mo{padding: 7% 2%;width: 96%;}
.overseas_btns_wrap>.menu_list{width:90%;padding:0 5%;}
.visual_wrap h1{text-align:center;font-size:45px;line-height:45px !important;}
.story_se1>ul{padding:0;}
.story_sec1_locations>p{height:122px;}
.story_sec5_box{padding:0;}
.story_sec2_world{min-width:100%;}
.map-mo{display:block;}
.map-pc{display:none;}
.story_sec2_world img {
	width: 100%;
	height: auto;
	object-position: center;
}
.story_sec2_world{height:auto;}
.story_sec2{height:auto;padding:17% 0;}
    .story_sec1_locations, .story_sec1_content1 {
        width: 81%;
    }
.faqs_sec1_contents_img_box{width:100%;padding:0;}
.faqs_sec1_contents_wrap{width:62%;}
.faqs_sec2 details summary > p{width:100%;}
.faqs_sec2 details{width:80%;}
.faqs_sec1_contents_img_box > .faqs_sec1_line_box > figure img{display:block;}
.story_sec4>ul>li>figure{height:100%;}
.story_sec4>ul{width:80%;align-items: center;}
    .story_sec4>ul {
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin: 0 auto;
    }
    .visual_wrap {
        height: 50dvh;
    }	
.story_sec4 > ul > li{align-items:center;}		
}
@media (max-width: 400px) {
.story_sec1_locations, .story_sec1_content1{width:100%;}
.story_sec1_content1{margin:0;}
    .story_sec3>.story_sec3_title>p {
        width: 90%;
        padding: 0 5%;
    }
.story_sec2_title_global>ul{width:90%;padding:0 5%;} 	
.story_sec3_global>button{width:100%;}
.story_sec3_global{width:95%;}
.story_sec4>ul>li{width:97%;}
    .faqs_sec1_contents_img_box>li {
        width: 35px;
        height: 35px;
    }
.faqs_sec1_contents_img_box>li>figure {
        width: 15px;
        height: 15px;
    }	
.faqs_sec1_contents_img_box > .faqs_sec1_line_box_mo1{margin-top:-20px;}
 .faqs_sec1_contents_img_box > .faqs_sec1_line_box_mo2 {bottom:37px;}
     .faqs_sec1_contents_img_box > .faqs_sec1_line_box_mo1, .faqs_sec1_contents_img_box > .faqs_sec1_line_box_mo2 {width:167px;}
}

/*@media (max-width: 374px) {
  #header .logo {
    width: 83px;
    height: 20px;
  }
    #header .inner{
      width: 375px;
      padding: 30px calc((100% - 327px) / 2) 0;
    }
 .btns_wrap{
  display: flex;
  align-items: center;
  gap: 30px;
 }
 .btns_wrap > .log_btn,
  .btns_wrap>.join_btn{
  display: none;
 }
 .btns_wrap > .mo_ham{
  width: 18px;
  height: 16px;
  display: block;
 }
 .btns_wrap > .mo_ham img{
  width: 100%;
 }
 .btns_wrap{
  width: 100px ;
  height: 30px ;
 }
.language_wrap .language:hover+ul,
.language_wrap ul:hover {
  height: 140px;

}
  
.language_wrap>ul {
  width: 75px;
  left: -25px;
  z-index: 9999;
  justify-content: center;
}
    .language_wrap>ul>li {
      height: 16px;
    }
}*/