/*공통*/
.container {
  width: 100%;
  max-width: 100%;
  margin: 0px;
}
#contents {
  max-width: 1400px;
  margin: 0 auto 100px auto
}
#container_title {
  display: none;
}
.overview {
  max-width: 890px
}
.sub-title {
  padding: 150px 0 100px;
  text-align: center;
}
.sub-title h2 {
  font-size: 54px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  max-width: 700px
}
.sub-title p {
  font-size: 18px;
  color: #555;
  padding: 0px 0 50px 0;
  line-height: 1.65;
}
.sub-title.left {
  text-align: left;
}
.sub-title.left strong {
  color: #0460d9;
  font-size: 18px;
  padding-bottom: 20px;
  display: block
}
.sub-content-title {
  padding: 100px 0 50px;
}
.sub-content-title h3 {
  font-size: 38px;
  color: #222;
  font-weight: 700;
}
.sub-content-title h3::after {
  content: "";
  width: 7px;
  height: 7px;
  background: #0460d9;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
}
/* 타이틀 스타일1 */
.sub_title {
  text-align: center;
  padding: 0px;
  max-width: 1400px;
  word-break: keep-all;
  margin: 100px auto
}
.sub_title span {
  display: block;
  position: relative;
  margin-top: 0px;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  color: #3b3b3b;
  letter-spacing: -1px;
  line-height: 1.0;
  margin: 0 0 18px 0
}
.sub_title h2 {
  font-size: 60px;
  color: #66534b;
  font-weight: 800;
  letter-spacing: -1px;
}
.sub_title h2:after {
  content: " ";
  display: block;
  margin: 30px auto;
  width: 1px;
  height: 120px;
  background-color: #999;
  clear: both;
}
/* 타이틀 스타일2 */
.sub_title2 {
  text-align: center;
  padding: 0px;
  max-width: 1400px;
  word-break: keep-all;
  margin: 80px auto 60px;
}
.sub_title2 span {
  display: block;
  position: relative;
  margin-top: 0px;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  color: #3b3b3b;
  letter-spacing: -0.5px;
  line-height: 1.0;
  margin: 0 0 9px 0
}
.sub_title2 h2 {
  font-size: 38px;
  color: #66534b;
  font-weight: 800;
  letter-spacing: -1px;
}
/* main common */
.max-inner {
  max-width: 1400px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.sec-title p.sub-tit {
  font-size: 18px;
  color: #0460d9;
  font-weight: 600;
  margin-bottom: 20px;
}
.max-inner .top-desc {
  font-size: 24px;
  font-weight: 700;
  max-width: 830px;
  word-break: keep-all;
  padding: 28px 0;
  line-height: 1.4;
}
.download-button {
  margin: 50px 0 0;
}
.download-button a {
  display: inline-block;
  padding: 20px 50px;
  background: #0460d9;
  color: #fff;
}
.download-button a img {
  margin-left: 20px;
}
@media screen and (max-width:576px) {
  .sub_title, sub_title2 {
    margin: 50px 0 50px
  }
  .sub_title span, .sub_title2 span {
    font-size: 20px;
  }
  .sub_title h2, .sub_title2 h2 {
    font-size: 35px;
  }
  .sub_title h2:after, .sub_title2 h2:after {
    height: 70px;
  }
  .sub_title span, .sub_title2 span {
    margin-bottom: 15px;
  }
  #contents {
    margin: 0 auto 60px auto
  }
}
/* subpg_navi */
.subpg_navi {
  background-color: #39312e;
}
.subpg_navi ul {
  display: flex;
  justify-content: center;
}
.subpg_navi li {
  padding: 20px 30px;
}
.subpg_navi li a {
  font-size: 18px;
  font-weight: 600;
  color: #a89f9c;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.subpg_navi li a:hover, .subpg_navi li .act {
  color: #fff;
}
/* 공통 */
.sub_visual {
  width: 100%;
  height: 700px;
  background-color: #333;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  text-align: left;
  color: #fff;
  padding-top: 20px;
  position: relative;     background-position-x: center;
}
.sub_visual .visual-title h1 {
  font-size: 72px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.sub_visual .visual-title p {
  font-size: 28px;
  color: #fff;
  line-height: 1.65;
  word-break: keep-all;
  text-align: center;
}
.sub-header {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
}
.sub-header ul.sub-position {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sub-header ul.sub-position > li {
  display: flex;
  position: relative;
  align-items: center;
  padding: 0 20px 10px;
  font-size: 17px;
}
.sub-header ul.sub-position > li.home {
  padding-left: 0;
  width: 40px;
}
.sub-header ul.sub-position > li.home a {
  display: flex;
}
.sub-header ul.sub-position > li.home::after, .sub-header ul.sub-position li.home::before {
  display: none;
}
.sub-header ul.sub-position > li::after {
  content: "";
  width: 13px;
  height: 8px;
  background: url(../img/sub/arrow.png) no-repeat;
  display: block;
  position: absolute;
  right: 20px;
}
/* .sub-header ul.sub-position > li:last-child::after { background: none;} */
.sub-header ul.sub-position > li::before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
}
.sub-header ul.sub-position li ul.sub-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 20px 30px;
  width: 100%;
  z-index: 2;
  background-color: #000;
  display: none;
}
.sub-header ul.sub-position li ul.sub-dropdown li {
  padding: 5px 0;
}
.sub-header ul.sub-position li ul.sub-dropdown li a {
  color: #fff;
  font-size: 16px;
  display: block;
  line-height: 1.65;
  opacity: 0.8;
}
.sub-header ul.sub-position li ul.sub-dropdown li a:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .sub_visual .visual-title h1 {
    font-size: 30px
  }
  .sub_visual .visual-title p {
    font-size: 16px
  }
  .sub_visual {
    height: 300px;
  }
  .sub-header {
    bottom: 15px;
  }
  .sub-header ul.sub-position > li.home {
    width: 30px;
  }
  .sub-header ul.sub-position > li.home img {
    max-width: 80%;
  }
  .sub-header ul.sub-position > li {
    padding: 0 10px 10px;
    font-size: 13px;
  }
  .subpg_navi li a {
    font-size: 15px;
  }
  .subpg_navi li {
    padding: 15px 10px;
  }
}
@media (max-width: 576px) {}
/*탭*/
.tl_tab {
  padding-bottom: 30px;
}
.tl_tab ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
  max-width: 450px; /* 최대 너비 증가 */ list-style-type: none;
  gap: 20px; /* 버튼 사이의 간격 */
}
.tl_tab.ts2 ul li {
  width: calc(50% - 10px); /* 50%에서 간격의 절반만큼 뺌 */
}
.tl_tab.ts2 ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  font-size: 18px;
  color: #2f2620;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 27.5px;
  font-weight: 600; /* 타원형을 위해 height의 절반으로 설정 */ transition: all 0.3s ease;
  padding: 0 20px; /* 좌우 패딩 추가 */ white-space: nowrap; /* 텍스트가 한 줄로 유지되도록 */ overflow: hidden; /* 넘치는 텍스트 숨김 */ text-overflow: ellipsis; /* 넘치는 텍스트를 ...으로 표시 */
}
.tl_tab.ts2 ul li a.on {
  background-color: #fa2829;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .tl_tab ul {
    max-width: 100%;
    gap: 10px; /* 모바일에서는 간격을 좁힘 */
  }
  .tl_tab.ts2 ul li {
    width: calc(40% - 5px); /* 모바일에서 간격 조정 */
  }
  .tl_tab.ts2 ul li a {
    padding: 0 10px; /* 모바일에서는 패딩을 줄임 */
  }
}
/*탭*/
/* 브랜드 */
.brand {
  width: 100%;
}
.brand .box {
  position: relative;
  padding-bottom: 80px;
  display: block;
  width: inherit;
  border: 0;
  text-align: left
}
.brand .box .img_right {
  float: right
}
.brand .box .txt_wrap {
  position: absolute;
  right: 0;
  top: 35%;
  width: 50%;
  text-align: center;
}
.brand .box .txt_wrap .half-round-tit {
  display: inline-block;
  margin-bottom: 20px
}
.brand .box .txt_wrap .half-round-tit strong {
  color: #3b3b3b;
  font-size: 22px;
  font-weight: 500;
  vertical-align: middle;
  line-height: 1.5;
  letter-spacing: 0;
}
.brand .box .txt_wrap .half-round-tit span {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  background: #8abd00;
  margin-right: 10px;
  float: left;
}
.brand .box .txt_wrap .lead {
  text-align: justify;
  font-size: 18px;
  color: #555;
  line-height: 1.65;
}
.brand .box .txt_wrap02 {
  position: absolute;
  left: 0;
  top: 35%;
  width: 50%;
}
.box {
  background: #fff;
  -webkit-box-shadow: unset;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
  box-shadow: unset;
}
@media screen and (max-width: 1100px) {
  .brand .box .img_left, .brand .box .img_right {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .brand .box .img {
    text-align: center;
    display: block;
    float: none;
    clear: both;
  }
  .brand .box .img_left, .brand .box .img_right {
    width: 100%;
  }
  /* .brand .box .img img { width: 100%; } */
  .brand .box .txt_wrap {
    width: 100%;
    padding: 20px;
    display: block;
    position: relative;
    clear: both;
  }
  .brand .box {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .brand {
    width: 100%;
    padding-top: 0px;
  }
}
.brand .horizontal_section {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
.brand .horizontal_section:nth-child(even) {
  flex-direction: row-reverse;
}
.brand .horizontal_section .content {
  flex: 1;
  padding: 20px 0 0 40px
}
.brand .horizontal_section .image {
  flex: 1;
  padding: 20px 0;
}
.brand .horizontal_section img {
  max-width: 100%;
  height: auto;
}
.brand .horizontal_section h2 {
  color: #0056b3;
  margin-bottom: 10px;
  font-size: 30px
}
.brand .horizontal_section .korean-title {
  font-size: 0.9em;
  color: #666;
}
.brand .horizontal_section .sub_txt {
  font-size: 22px;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
  word-break: keep-all;
  line-height: 1.5
}
.brand .horizontal_section ul {
  padding: 0;
  margin: 0
}
.brand .horizontal_section ul li {
  font-size: 18px;
  color: #555;
  list-style: none;
  line-height: 1.65;
  font-weight: 400
}
.brand .horizontal_section ul li::before {
  content: "- ";
  color: #0056b3;
}
@media (max-width: 768px) {
  .brand .horizontal_section, .horizontal_section:nth-child(even) {
    flex-direction: column;
  }
  .brand .horizontal_section .content {
    padding: 20px 0 0 0px;
    flex: auto;
  }
  .brand .horizontal_section ul li {
    font-size: 16px;
  }
  .brand .box .txt_wrap .half-round-tit strong {
    font-size: 14px;
  }
}
/* 브랜드 */
/*연혁1*/
.history_area {
  position: relative;
  width: 100%;
  padding-top: 40px;
}
.history_area .history_point {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
  bottom: 0px;
  width: 3px;
  background-color: #e6e6e6;
  overflow: hidden;
}
.history_area dl {
  width: 50%;
  padding-right: 60px;
  padding-left: 20px;
  box-sizing: border-box;
}
.history_area div:nth-child(odd) dl {
  padding-right: 20px;
  padding-left: 60px;
}
.history_area dt {
  margin-bottom: 5px;
  font-size: 46px;
  line-height: 1.3;
  color: #2f2620;
  font-weight: bold;
}
.history_area dt:before {
  background: #ff5859;
  position: absolute;
  width: 23px;
  height: 23px;
  content: ' ';
  z-index: -1;
  margin-top: 5px;
  margin-left: -8px;
  border-radius: 50%;
}
.history_area dd {
  display: block;
  padding-bottom: 0px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
}
.history_area dd p {
  display: block;
  font-size: 16px;
  color: #555;
  line-height: 1.7
}
.history_area dd .img_box {
  display: block;
  margin-top: 20px;
}
.history_area .right {
  text-align: right;
}
.history_area .left {
  text-align: left;
}
.history_area .fr {
  float: right;
}
.history_area .img_box img {
  max-width: 100%
}
.history_area .lead span {
  font-weight: 600;
  display: inline-block;
  width: 50px;
}
/*
.history_area .right .lead span{padding-left:20px;}
.history_area .left .lead span{padding-right:20px;}
*/
@media screen and (max-width: 992px) {
  .history_area .history_point { display:none;
    left: 10px;
    margin-left: 0;
  }
  .history_area dl {
    float: none !important;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left !important;
  }
  .history_area dd {    font-size: 14px;}
  .history_area div:nth-child(odd) dl { /* padding-right: 0; */ padding-left: 20px;
  }
  .history_area div + div {
    margin-top: 50px;
  }
  .history_area div:nth-child(2) {
    margin-top: 0;
  }
  .history_area dt {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .history_area dt:before {
    width: 18px;
    height: 18px;
    margin-left: -9px;
    margin-top: 1px;
  }
  .history_area dd .img_box {
    margin-top: 20px;
  }
  .history_area dd strong {
    font-size: 17px;
  }
  .history_area dd p {
    font-size: 13px;
  }
}

.history_area2 {
  width: 100%;

}
.history_area2 .thumb_box {
  width: 22%;
  margin-right: 3%;
  display: block;
  float: left;
}
@media screen and (min-width: 961px) {
  .history_area2 .thumb_box:nth-child(4n+4) {
    margin-right: 0px;
  }
}
.history_area2 .thumb_box .img {
  width: 100%;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  clear: both;
  overflow: hidden;
  position: relative;
    border: 1px solid #dedede;
}
.history_area2 .thumb_box .img01 {
  background-image: url("/theme/tongnamu/img/sub/history2_01.jpg");
}
.history_area2 .thumb_box .img02 {
  background-image: url("/theme/tongnamu/img/sub/history2_02.jpg");
}
.history_area2 .thumb_box .img03 {
  background-image: url("/theme/tongnamu/img/sub/history2_03.jpg");
}
.history_area2 .thumb_box .img04 {
  background-image: url("/theme/tongnamu/img/sub/history2_04.jpg");
}
.history_area2 .thumb_box .img05 {
  background-image: url("/theme/tongnamu/img/sub/history2_05.jpg");
}
.history_area2 .thumb_box .img06 {
  background-image: url("/theme/tongnamu/img/sub/history2_06.jpg");
}
.history_area2 .thumb_box .img07 {
  background-image: url("/theme/tongnamu/img/sub/history2_07.jpg");
}
.history_area2 .thumb_box .txt {
  width: 100%;
  padding: 20px 0;
  text-align: left;
  clear: both;
}
.history_area2 .thumb_box .txt h2 {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0px;
  font-weight: 500;
  color: #2f2620;
    letter-spacing: -1px;
}
.history_area2 .thumb_box .txt h2 b{
  font-weight: 800;
}
.history_area2 .thumb_box .txt h2 .txt_small{font-size:18px}
.history_area2 .thumb_box .txt p {
  padding: 15px 0px;
  text-align: center;
  font-size: 14px;
  color: rgb(85, 85, 85);
  line-height: 1.5;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .history_area2 .thumb_box {
    width: 49%;
    margin-right: 2%;
  }
  .history_area2 .thumb_box:nth-child(2n+2) {
    margin-right: 0px;
  }
}
@media screen and (max-width: 576px) {
  .history_area2 {
    width: 100%;
    padding-top: 0px;
  }
  .history_area2 .thumb_box {
    width: 100%;
    margin: 0px;
    clear: both;
    float: none; padding: 0 20px;
  }
  .history_area2 .thumb_box .txt h2 {
    font-size: 20px;
  }
}
.history_area2 .c06_box {
  display: none;
  cursor: pointer;
}
.history_area2 .c06_box.active {
  display: block;
}
.history_area2 .c06_box .c06_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px auto;
}
.history_area2 .c06_box .c06_flex .c06_img {
  position: relative;
  border-radius: 10px;
  width: 32%;
}
.history_area2 .c06_box .c06_flex .c06_img:nth-child(n+4) {
  margin-top: 30px;
}
.history_area2 .c06_box .c06_flex .c06_img img {
  border-radius: 10px;
  width: 100%;
}
.history_area2 .c06_box .c06_flex .c06_img p {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  line-height: 1.65;
  word-break: keep-all;
  padding: 0px 30px;
  border-radius: 20px;
  visibility: hidden;
  opacity: 0;
}
.history_area2 .c06_box .c06_flex .c06_img:focus p, .history_area2 .c06_box .c06_flex .c06_img:hover p {
  opacity: 1;
  visibility: visible;
  transition: opacity 200ms ease-out, visibility 200ms ease-out;
}
@media (max-width: 768px) {
  .history_area2 .c06_box .c06_flex .c06_img {
    width: 49%;
  }
  .history_area2 .c06_box .c06_flex .c06_img:nth-child(n+3) {
    margin-top: 2vw;
  }
}
@media (max-width: 576px) {
  .history_area2 .c06_tab li .tab_btn {
    font-size: 17px;
  }
  .history_area2 .c06_box .c06_flex .c06_img {
    width: 100%;
  }
  .history_area2 .c06_box .c06_flex .c06_img:nth-child(n+2) {
    margin-top: 20px;
  }
}
/*연혁1*/


/*인사말*/
.ceo_message {
  position: relative;
}
.ceo_message .sticky-container {
  position: sticky;
  top: 0;
  overflow: hidden;
}
.ceo_message .image {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
  transition: height 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.ceo_message .image img {
  width: 1400px;
  height: 350px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  object-fit: cover;
}
.ceo_message .text-content {
  background-color: white;
  padding: 100px 0 0 0;
  position: relative;
  z-index: 1;
  transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform: translateY(100%);
}
.ceo_message .row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.ceo_message .box-tit {
  flex: 1 1 100%;
  margin-bottom: 30px;
}
.ceo_message .box-con {
  flex: 1 1 100%;
}
.ceo_message .tit-h4 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
}
.ceo_message .top-copy {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 500px;
  word-break: keep-all;
}
.ceo_message .top-desc {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
  max-width: 700px;
  word-break: keep-all;
}
.ceo_message .ceo-msg p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.ceo_message .ceo-msg p strong {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin-bottom: 24px;
}
.ceo_message .ceo-name {
  font-weight: 700;
  font-size: 18px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .ceo_message .box-tit {
    flex: 0 0 30%;
  }
  .ceo_message .box-con {
    flex: 0 0 70%;
  }
}
@media (max-width: 576px) {
  .ceo_message .tit-h4 {
    font-size: 36px;
  }
  .ceo_message .top-copy {
    font-size: 28px;
  }
  .ceo_message .top-desc {
    font-size: 20px;
  }
  .ceo_message .image img {
    width: 100%;
    height: 100%;
  }
}
/*인사말*/
/* location*/
.location {
  padding-top: 20px;
}
.location_wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.location_section {
  padding: 80px 0;
  border-bottom: 1px solid #ddd;
}
.location_section:first-child {
  padding-top: 0px;
}
.location_section .location_box {
  display: flex;
  margin-bottom: 3.5rem;
}
.location_section .location_box h3 {
  width: 27rem;
  font-size: 38px;
  font-weight: 200;
  letter-spacing: -1px;
  color: #2f2620;
  line-height: 1.26;
}
.location_section .location_box h3:before {
  background: #ff5859;
  position: absolute;
  width: 23px;
  height: 23px;
  content: ' ';
  z-index: -1;
  margin-top: -4px;
  margin-left: -10px;
  border-radius: 50%;
}
.location_section .location_box .location_txt {
  width: calc(100% - 36rem);
}
.location_section .location_box .location_txt .txt01 {
  font-size: 17px;
  font-weight: 400;
  color: #555;
  line-height: 1.5;
}
.location_section .location_box .location_txt .txt02 {
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.4;
  padding-top: 1.3rem;
}
.location_section .location_box .place {
  width: 11rem;
  text-align: right
}
.location_section.location_color_seciton .location_box h3 {
  font-size: 38px;
}
.location_section .location_color_box {
  display: flex;
  margin: 0 -1rem;
  padding-top: 2rem;
}
.location_section .location_color_box .location_color {
  width: calc(50% - 2rem);
  margin: 0 1rem;
  border-radius: 20px;
  padding: 3rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.location_section .location_color_box .location_color.color_1 {
  background: #115d84;
}
.location_section .location_color_box .location_color.color_2 {
  background: #088a68;
}
.location_section .location_color_box .location_color strong {
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
}
.location_section .location_color_box .location_color .color_txt {
  padding-top: 3rem;
}
.location_section .location_color_box .location_color .color_txt span {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 2rem;
}
/* button{height: unset !important;} */
.root_daum_roughmap .wrap_btn_zoom button {
  height: unset !important;
}
@media all and (max-width: 1280px) {}
@media all and (max-width: 992px) {
  .location_section {
    padding-bottom: 100px;
  }
  .location_section .location_box {
    display: block;
    margin-bottom: 1rem;
  }
  .location_section .location_box h3 {
    width: 100%;
    font-size: 26px;
  }
  .location_section .location_box .location_txt .txt01 {
    font-size: 15px;
  }
  .location_section .location_box .location_txt {
    width: 100%;
    padding-top: 0.8rem;
  }
  .location_section .location_box .place {
    width: 100%;
  }
  .location_section .location_img {
    height: 250px;
    padding: 0;
  }
  .location_section .location_box .place img {
    width: 120px;
  }
  .root_daum_roughmap .wrap_map {
    height: 250px !important;
  }
  .location_section .location_color_box {
    padding-top: 0;
    display: block;
    margin: 0;
  }
  .location_section .location_color_box .location_color {
    width: 100%;
    margin: 0;
    margin-bottom: 2rem;
  }
  .location_section .location_box h3:before {
    width: 18px;
    height: 18px;
    margin-left: -7px;
    margin-top: -4px;
  }
}
@media all and (max-width: 768px) {
  .location_section .location_color_box .location_color .color_txt span {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .location_section .location_color_box .location_color .color_txt span:last-of-type {
    margin-bottom: 0rem;
  }
}
/* ci */
.ci {
  margin-top: 10px;
}
.ci_wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.ci_section {
  padding-bottom: 150px;
}
.ci_section .ci_box {
  display: flex;
  margin-bottom: 2.2rem;
}
.ci_section .ci_box h3 {
  width: 27.5rem;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #2f2620;
  line-height: 1.26;
}
.ci_section .ci_box h3:before {
  background: #ff5859;
  position: absolute;
  width: 23px;
  height: 23px;
  content: ' ';
  z-index: -1;
  margin-top: -0px;
  margin-left: -10px;
  border-radius: 50%;
}
.ci_section .ci_box .ci_txt {
  width: calc(100% - 27.5rem);
}
.ci_section .ci_box .ci_txt .txt01 {
  font-size: 18px;
  font-weight: 400;
  color: #555;
  line-height: 1.76;
}
.ci_section .ci_box .ci_txt .txt02 {
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.4;
  padding-top: 1.3rem;
}
.ci_section .ci_img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 17rem;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/theme/tongnamu/img/sub/ci_bg.png);
}
.ci_section .ci_img img {
  max-width: 100%;
}
.ci_section .ci_color_box {
  display: flex;
  margin: 0 -1rem;
  padding-top: 2rem;
}
.ci_section .ci_color_box .ci_color {
  width: calc(50% - 2rem);
  margin: 0 1rem;
  border-radius: 20px;
  padding: 3rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ci_section .ci_color_box .ci_color.color_1 {
  background: #2f2620;
}
.ci_section .ci_color_box .ci_color.color_2 {
  background: #A51925;
}
.ci_section .ci_color_box .ci_color strong {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.ci_section .ci_color_box .ci_color .color_txt {
  padding-top: 3rem;
}
.ci_section .ci_color_box .ci_color .color_txt span {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 2rem;
}
@media all and (max-width: 1280px) {
  .ci_section .ci_box .ci_txt .txt01 > br {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .ci_section .ci_box .ci_txt .txt01 {
    font-size: 14px;
  }
  .ci_section .ci_box .ci_txt .txt02 {
    font-size: 12px;
  }
  .ci_section {
    padding-bottom: 70px;
  }
  .ci_section .ci_box {
    display: block;
  }
  .ci_section .ci_box h3 {
    width: 100%;
    font-size: 30px;
  }
  .ci_section .ci_box h3:before {
    width: 18px;
    height: 18px;
    margin-left: -7px;
  }
  .ci_section .ci_box .ci_txt {
    width: 100%;
    padding-top: 1.5rem;
  }
  .ci_section .ci_img {
    min-height: 8rem;
    padding: 0 2rem;
  }
  .ci_section .ci_color_box {
    padding-top: 0;
    display: block;
    margin: 0;
  }
  .ci_section .ci_color_box .ci_color {
    width: 100%;
    margin: 0;
    margin-bottom: 2rem;
  }
}
@media all and (max-width: 768px) {
  .ci_section .ci_color_box .ci_color .color_txt span {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
    font-size: 13px;
  }
  .ci_section .ci_color_box .ci_color .color_txt span:last-of-type {
    margin-bottom: 0rem;
  }
  .ci_section .ci_color_box .ci_color strong {
    font-size: 19px;
  }
  .ci_section .ci_color_box .ci_color .color_txt {
    padding-top: 1.5rem
  }
}
/* 매장 및 메뉴 소개 */
.store {
  max-width: 1400px;
  margin: 0 auto 0px auto;
  padding-top: 10px
}
.store .thumb_box {
  width: 29.3333%;
  margin-right: 6%;
  display: block;
  float: left;
}
.content-box .menu_title {
  font-size: 33px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #2f2620;
  line-height: 1.26;
  max-width: 1400px;
  margin: 80px auto 30px;
  border-top: 1px solid #ddd;
  padding-top: 50px;
}
.content-box .menu_title:before {
  background: #ff5859;
  position: absolute;
  width: 20px;
  height: 20px;
  content: ' ';
  z-index: -1;
  margin-top: -0px;
  margin-left: -10px;
  border-radius: 50%;
}
@media screen and (min-width: 961px) {
  .store .thumb_box:nth-child(3n+3) {
    margin-right: 0
  }
}
.store .thumb_box .img {
  width: 100%;
  clear: both;
  overflow: hidden;
  position: relative
}
.store .thumb_box .img img {
  border-radius: 30px;
}
.store .thumb_box .txt {
  width: 100%;
  padding: 30px 0;
  text-align: left;
  clear: both
}
.store .thumb_box .txt h2 {
  font-size: 26px;
  text-align: center;
  letter-spacing: 0;
  font-weight: 500;
}
.store .thumb_box .txt h2 span {
  font-size: 20px;
  color: #666;
}
.store .thumb_box .txt p {
  padding: 15px 0px 20px 0;
  text-align: center;
  font-size: 15px;
  color: #555;
  line-height: 1.4
}
@media screen and (max-width: 768px) {
  .store .thumb_box {
    width: 49%;
    margin-right: 2%
  }
  .store .thumb_box:nth-child(2n+2) {
    margin-right: 0
  }
  .content-box {
    padding: 0 20px;
  }
  .content-box .menu_title {
    font-size: 24px;
    margin: 0px auto 30px;
    padding-top: 40px;
  }
  .content-box .menu_title:before {
    width: 13px;
    height: 13px;
    margin-left: -7px;
  }
  .store .thumb_box .txt p {
    font-size: 13px;
  }
}
@media screen and (max-width: 576px) {
  .store {
    width: 100%;
    padding-top: 0px
  }
  .store .thumb_box {
    width: 100%;
    margin: 0;
    clear: both;
    float: none
  }
  .store .thumb_box .txt h2 {
    font-size: 24px
  }
  .store .thumb_box .txt h2 span {
    font-size: 17px;
  }
}
.store .c06_box {
  display: none;
  cursor: pointer;
}
.store .c06_box.active {
  display: block;
}
.store .c06_box .c06_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
.store .c06_box .c06_flex .c06_img {
  position: relative;
  border-radius: 10px;
  width: 32%;
}
.store .c06_box .c06_flex .c06_img:nth-child(n+4) {
  margin-top: 30px;
}
.store .c06_box .c06_flex .c06_img img {
  border-radius: 10px;
  width: 100%;
}
.store .c06_box .c06_flex .c06_img p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  line-height: 1.65;
  word-break: keep-all;
  padding: 0 30px;
  border-radius: 20px;
  visibility: hidden;
  opacity: 0;
}
.store .c06_box .c06_flex .c06_img:focus p, .store .c06_box .c06_flex .c06_img:hover p {
  opacity: 1;
  visibility: visible;
  transition: opacity 200ms ease-out, visibility 200ms ease-out;
}
@media (max-width: 768px) {
  .store .c06_box .c06_flex .c06_img {
    width: 49%;
  }
  .store .c06_box .c06_flex .c06_img:nth-child(n+3) {
    margin-top: 2vw;
  }
}
@media (max-width: 576px) {
  .store .c06_tab li .tab_btn {
    font-size: 17px;
  }
  .store .c06_box .c06_flex .c06_img {
    width: 100%;
  }
  .store .c06_box .c06_flex .c06_img:nth-child(n+2) {
    margin-top: 20px;
  }
}
.storeItem {
  display: flex;
  align-items: flex-end;
  margin: 0;
}
.storeItem .layoutPhoto {
  flex-grow: 0;
  flex-shrink: 0;
  width: 66%;
}
.storeItem .layoutPhoto img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.storeItem .txtArea {
  flex: 1;
  margin-left: 3em;
}
.storeItem h4 {
  display: block;
  color: #2f2620;
  font-size: 38px;
  font-weight: 200;
}
.storeItem h4 strong {
  font-weight: 700
}
.storeItem .txtArea .txt {
  margin: 2.3em 0 2em;
  line-height: 1.5;
  font-size: 1.3em;
  letter-spacing: 0;
  word-break: keep-all;
  color: #555;
}
.storeItem .txtArea .txt i {
  color: #999;
}
.storeItem .txtArea .txt p {
  margin-top: 1.7em;
}
.layoutPhoto {
  overflow: hidden;
  position: relative;
}
.layoutPhoto .swiper-notification {
  display: none;
}
.layoutPhoto .swiper-slide {
  width: 100%;
}
.layoutPhoto img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.layoutPhoto .slideBtn {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 2;
}
.layoutPhoto .slideBtn button {
  width: 4em;
  height: 4em !important;
  background: #fff url(/theme/tongnamu/img/sub/btn_arrow.png) center no-repeat;
  border: 0 none;
}
.layoutPhoto .slideBtn button.swiper-next {
  transform: rotate(180deg);
}
.layoutPhoto .slideBtn button.swiper-button-disabled {
  opacity: .5;
}
@media only screen and (max-width:767px) {
  .storeItem {
    flex-direction: column;
    margin-top: 0;
  }
  .storeItem .layoutPhoto {
    width: 100%;
  }
  .storeItem .txtArea {
    width: 100%;
    margin: 0;
    padding: 9% 5% 11%;
    box-sizing: border-box;
    text-align: left;
  }
  .storeItem .txtArea .txt {
    font-size: 1.1em;
    margin: 1.5em 0 2em;
  }
  .storeItem .txtArea .txt p {
    margin-top: 1.5em
  }
  .layoutPhoto .slideBtn button {
    width: 2.2em;
    height: 2.2em !important;
    background-size: 1.2em auto;
  }
}
/* 편의 시설 */

@media (max-width: 639px) {
    .btn_login .btn_right a img {
        display: none;
    }
}