@charset "utf-8";

@font-face {
  font-family: 'MapoFlowerIsland';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/MapoFlowerIslandA.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HSBombaram21-Regular';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/HSBombaram21-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

html, body {
  font-size: 10px;
  overflow-x:hidden;
}

@media all and (max-width:1550px) {
  html, body {
    font-size: 8px;
  }
}

@media all and (max-width:1280px) {
  html, body {
    font-size: 7px;
  }
}

@media all and (max-width:760px) {
  html, body {
    font-size: 6px;
  }
}

@media all and (max-width:450px) {
  html, body {
    font-size: 5px;
  }
}

body {
  position: relative;
  font-family: omnigothic, sans-serif;
  color:#000;
  -webkit-text-size-adjust: none;
  overflow-x:hidden;
  -webkit-overflow-scrolling:touch;
}

body, h1, h2, h3, h4, h5, h6, ul, p, button, input, td{
  margin:0;
  padding:0
}

h1, h2, h3, h4, h5, h6{
  font-size:inherit;
  font-weight:normal;
  font-family:inherit;
}

ul{
  list-style:none;
}

a{
  text-decoration:none;
}

a:link, a:visited, a:hover, a:active{
  color:inherit;
  text-decoration:none;
}

button{
  border:0px;
  background:none;
  cursor:pointer;
  font-family:inherit;
  font-size: inherit;
}

img{
  border:0px;
  vertical-align:top;
}

address{
  font-style:normal;
}

header, nav, section, article, footer{
  display:block;
}

legend {
  position:absolute;
  margin:0;
  padding:0;
  font-size:0;
  line-height:0;
  text-indent:-9999em;
  overflow:hidden;
}

label, input, button, select{
  vertical-align:middle;
}

input, textarea{
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

hr {
  display:none;
}

pre {
  overflow-x:scroll;
  font-size:1.1em;
}

table{
  border-spacing:0px;
  border-collapse:collapse;
}

em{
  font-style:normal;
}

fieldset{
  border:0;
}

select::-ms-expand {
  display:none;
}

input:focus {
  outline:none;
}

input[type="date"]{
  position:relative;
  padding-right:20px;
  background:url("../images/lh/cal_arrow.png") no-repeat right 10px center;
  padding-left:0;
}

input[type="date"]::-webkit-clear-button,
input[type="date"]::-webkit-inner-spin-button{
  display:none;
}

input[type="date"]::-webkit-calendar-picker-indicator{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:transparent;
  color:transparent;
  cursor:pointer;
}

input[type="date"]::before{
  content:attr(data-placeholder);
  width:100%;
}

input[type="date"]:valid::before{
  display:none;
}

input[data-placeholder]::before{
  color:#999;
  font-size:13px;
}

.clear:after{
  display:block;
  content:"";
  clear:both;
}


.hd-banner {
  width: 100%;
  height: 9.6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hd-banner .inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 0 6.5rem;
  height: 100%;
}

.hd-banner .inner > * {
  padding-bottom: 2.5rem;
}

.hd-banner .inner h1 {
  font-size: 3.6rem;
}

.hd-banner .inner p {
  font-size: 2.5rem;
  padding-right: 0.5rem;
}

/* 이황 */
.lh-container .hd-banner {
  background-image: url("../images/lh/hd_bg.jpg");
}

.lh-container .hd-banner .inner {
  color: #ba9f6f;
}

/* 안중근 */
.ajg-container .hd-banner {
  background-image: url("../images/ajg/hd_bg.jpg");
}

.ajg-container .hd-banner .inner {
  color: #8aa286;
}

/* 정약용 */
.jyy-container .hd-banner {
  background-image: url("../images/jyy/hd_bg.jpg");
}

.jyy-container .hd-banner .inner {
  color: #4e5f6b;
}

/* 김구 */
.kk-container .hd-banner {
  background-image: url("../images/kk/hd_bg.jpg");
}

.kk-container .hd-banner .inner {
  color: #5c7094;
}


/* 김유신 */
.kys-container .hd-banner {
  background-image: url("../images/kys/hd_bg.jpg");
}

.kys-container .hd-banner .inner {
  color: #986967;
}

/* 이시영 */
.lsy-container .hd-banner {
  background-image: url("../images/lsy/hd_bg.jpg");
}

.lsy-container .hd-banner .inner {
  color: #fcc392;
}

@media all and (max-width:960px) {
  .hd-banner {
    height: auto;
    padding: 2rem 0;
  }

  .hd-banner .inner {
    display: block;
    padding: 0;
    width: calc(100% - 8.8rem);
    margin: 0 auto;
  }

  .hd-banner .inner > * {
    padding-bottom: 0;
  }

  .hd-banner .inner h1 {
    padding-bottom: 1rem;
  }
}

@media all and (max-width:450px) {
  .hd-banner .inner h1 {
    font-size: 3rem;
  }

  .hd-banner .inner p {
    font-size: 2rem;
  }
}


.sec1 {
  position: relative;
  width: 100%;
  height: 130rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: flex;
  align-items: end;
  justify-content: center;
}

.sec1::before {
  content: '';
  position: absolute;
  top: 3.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 8.8rem);
  height: calc(100% - 18.2rem);
  border: 0.2rem solid #debe94;
  opacity: 0.2;
  box-sizing: border-box;
}

.sec1 .edge {
  position: absolute;
  top: 3.8rem;
  width: 4rem;
  height: 4rem;
}

.sec1 .edge img {
  width: 100%;
  height: auto;
}

.sec1 .edge1 {
  left: 4.4rem;
}

.sec1 .edge2 {
  right: 4.4rem;
}

.sec1 .edge3 {
  top: auto;
  bottom: 14.4rem;
  left: 4.4rem;
}

.sec1 .edge4 {
  top: auto;
  bottom: 14.4rem;
  right: 4.4rem;
}

.sec1 .cc {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.sec1 .cc img {
  width: 100%;
  height: auto;
}

.sec1 .sec-con {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 11rem;
}

.sec1 .sec-con .tit-wrap {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-top: 8.8rem;
  margin-left: 5vw;
}


.sec1 .sec-con .tit-wrap h2 img {
  width: 22.7rem;
  height: auto;
}

.sec1 .sec-con .tit-wrap p {
  width: 8.3rem;
  /*
  font-family: 'MapoFlowerIsland';
  writing-mode: vertical-rl;
  font-size: 4rem;
  color: #eadab5;
  */
}

.sec1 .sec-con .tit-wrap p img {
  width: 100%;
  height: auto;
}

.sec1 .sec-con .img img {
  width: 100%;
  height: auto;
}

.sec1 .tab-split {
  position: absolute;
  bottom: 17.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 162.7rem;
}

.sec1 .tab-split .tab-btn {
  display: flex;
  padding-left: 3.8rem;
}

.sec1 .tab-split .tab-btn li button {
  font-size: 2.2rem;
  color: #e6cfa6;
  width: 14.8rem;
  height: 4.6rem;
  line-height: 5rem;
  background-image: url("../images/common/sec1_tab_btn_off.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  letter-spacing: -0.15rem;
}

.sec1 .tab-split .tab-btn li.on button {
  background-image: url("../images/common/sec1_tab_btn_on.png");
}

.sec1 .tab-split .tab-cnt > div {
  display: none;
}

.sec1 .tab-split .tab-cnt .tab-cnt1 {
  display: block;
}

.sec1 .tab-split .tab-cnt > div .scroll-box {
  width: 100%;
  height: 24.9rem;
  background: url("../images/common/sec1_scroll_box.png") no-repeat center;
  background-size: 100% 100%;
}

.sec1 .tab-split .tab-cnt > div .scroll-box .area {
  position: relative;
  width: calc(100% - 20rem);
  height: 100%;
  margin: 0 auto;
  color: #e6cfa6;
  z-index: 101;
  display: flex;
  align-items: center;
}

.sec1 .tab-split .tab-cnt > div .scroll-box .area p {
  font-size: 2.2rem;
  /* ★★★★★ */
  /*
  line-height: 4.1rem;
  */
  line-height: 3.5rem;
  padding-top: 0.7rem;
  /* ★★★★★ */
  /*
  padding-right: 15rem;
  */
  word-break: keep-all;
}

.sec1 .navi-wrap {
  position: absolute;
  bottom: 4.2rem;
  left: 0;
  width: 100%;
}

.sec1 .navi-wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  height: 100%;
}

.sec1 .navi-wrap ul li {
  position: relative;
}

.sec1 .navi-wrap ul li a {
  font-family: 'HSBombaram21-Regular';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24.6rem;
  height: auto;
  aspect-ratio: 24.6 / 6.7;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  color: #ae915d;
  letter-spacing: -0.2rem;
  background-image: url("../images/common/sec1_navi_off.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.sec1 .navi-wrap ul li.on a {
  background-image: url("../images/common/sec1_navi_on.png");
  color: #432910;
}

/* 김구 */
.kk-container .sec1 {
  background-image: url("../images/kk/sec1_bg.jpg");
}

.kk-container .sec1 .cc {
  width: 29.7rem;
}

.kk-container .sec1 .sec-con {
  gap: 15.7rem;
}

.kk-container .sec1 .sec-con .tit-wrap {
  align-items: center;
  margin-top: 6.9rem;
}

.kk-container .sec1 .sec-con .tit-wrap p {
  letter-spacing: -0.5rem;
}

.kk-container .sec1 .sec-con .img {
  width: 83.9rem;
}

/* 안중근 */
.ajg-container .sec1 {
  background-image: url("../images/ajg/sec1_bg.jpg");
}

.ajg-container .sec1 .cc {
  width: 29.7rem;
}

.ajg-container .sec1 .sec-con {
  gap: 15.7rem;
}

.ajg-container .sec1 .sec-con .tit-wrap {
  align-items: center;
  margin-top: 6.9rem;
}

.ajg-container .sec1 .sec-con .tit-wrap p {
  letter-spacing: -0.5rem;
}

.ajg-container .sec1 .sec-con .img {
  width: 83.9rem;
}

/* 정약용 */
.jyy-container .sec1 {
  background-image: url("../images/jyy/sec1_bg.jpg");
}

.jyy-container .sec1 .cc {
  width: 29.5rem;
}

.jyy-container .sec1 .sec-con {
  gap: 16rem;
}

.jyy-container .sec1 .sec-con .tit-wrap {
  align-items: start;
  margin-top: 1.0rem;
}

.jyy-container .sec1 .sec-con .tit-wrap p {
  padding-top: 0rem;
  
}

.jyy-container .sec1 .sec-con .img {
  width: 81.5rem;
}

/* 이시영 */
.lsy-container .sec1 {
  background-image: url("../images/lsy/sec1_bg.jpg");
}

.lsy-container .sec1 .cc {
  width: 29.7rem;
}

.lsy-container .sec1 .sec-con {
  justify-content: start;
  gap: 0;
  width: 100%;
}

.lsy-container .sec1 .sec-con .tit-wrap {
  align-items: start;
  margin-top: 0;
  padding-left: 13.6vw;
}

.lsy-container .sec1 .sec-con .tit-wrap p {
  padding-top: 6.3rem;
  width: 12rem;
}

.lsy-container .sec1 .sec-con .img {
  width: 89.5rem;
  margin-left: -3vw;
}

/* 이황 */
.lh-container .sec1 {
  background-image: url("../images/lh/sec1_bg.jpg");
}

.lh-container .sec1 .cc {
  width: 38.6rem;
}

.lh-container .sec1 .sec-con .img {
  width: 90.8rem;
}

/* 김유신 */
.kys-container .sec1 {
  background-image: url("../images/kys/sec1_bg.jpg");
}

.kys-container .sec1 .cc {
  width: 29.7rem;
}

.kys-container .sec1 .sec-con {
  gap: 15.7rem;
}

.kys-container .sec1 .sec-con .tit-wrap {
  align-items: center;
  margin-top: 6.9rem;
}

.kys-container .sec1 .sec-con .tit-wrap p {
  letter-spacing: -0.5rem;
}

.kys-container .sec1 .sec-con .img {
  width: 83.9rem;
}

@media all and (max-width:1660px) {
  .sec1 .tab-split {
    width: 90%;
  }

  .sec1 .tab-split .tab-cnt > div .scroll-box {
    background-position: top center;
    background-size: 100% 100%;
  }

  .sec1 .navi-wrap ul {
    gap: 1rem;
  }
}

@media all and (max-width:1280px) {
  .sec1 .navi-wrap ul li a {
    width: 22rem;
    font-size: 2.6rem;
  }

  .lsy-container .sec1 .sec-con .tit-wrap {
    padding-left: 5rem;
  }

  .ajg-container .sec1 .sec-con .tit-wrap {
    padding-left: 5rem;
  }

  .kk-container .sec1 .sec-con .tit-wrap {
    padding-left: 5rem;
  }

  .kys-container .sec1 .sec-con .tit-wrap {
    padding-left: 5rem;
  }

  .jyy-container .sec1 .sec-con .tit-wrap {
    padding-left: 5rem;
  }

  .lh-container .sec1 .sec-con .tit-wrap {
    padding-left: 10rem;
  }

}

@media all and (max-width:960px) {
  .sec1 {
    height: auto;
    padding-top: 3rem;
  }

  .sec1::before {
    height: calc(100% - 22rem);
  }

  .sec1 .edge3,
  .sec1 .edge4 {
    bottom: 18.3rem;
  }

  .sec1 .sec-con {
    gap: 5rem;
  }

  .sec1 .sec-con .tit-wrap {
    margin-left: 0;
    gap: 2rem;
  }

  .sec1 .sec-con .tit-wrap h2 img {
    width: 15rem;
  }

  .sec1 .sec-con .tit-wrap p {
    width: 6rem;
  }

  .sec1 .sec-con .img {
    width: 60rem;
  }

  .sec1 .tab-split {
    width: calc(100% - 16rem);
    bottom: 21rem;
  }

  .sec1 .tab-split .tab-cnt > div .scroll-box {
    position: relative;
    height: 20rem;
    background: none;
    background-color: rgba(0,0,0,0.34);
    border: 1px solid #657f66;
    box-sizing: border-box;
  }

  .sec1 .tab-split .tab-cnt > div .scroll-box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    border: 1px solid #657f66;
    box-sizing: border-box;
    z-index: 100;
  }

  .sec1 .tab-split .tab-cnt > div .scroll-box .area {
    width: calc(100% - 10rem);
  }

  .sec1 .tab-split .tab-cnt > div .scroll-box .area p {
    padding-right: 2rem;
  }

  .sec1 .navi-wrap {
    bottom: 2rem;
  }

  .sec1 .navi-wrap ul {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.6rem 0;
    width: calc(100% - 8.8rem);
    max-width: 500px;
    margin: 0 auto;
  }

  .sec1 .navi-wrap ul li {
    width: calc(33.333333% - 0.8rem);
  }

  .sec1 .navi-wrap ul li a {
    width: 100%;
  }

  /* 김구 */
  .kk-container .sec1 .cc {
    width: 20rem;
  }

  .kk-container .sec1 .sec-con {
    padding-bottom: 15rem;
    gap: 5rem;
  }

  .kk-container .sec1 .sec-con .tit-wrap {
    align-items: center;
    padding-left: 0;
    margin-top: 8.8rem;
  }

  .kk-container .sec1 .sec-con .tit-wrap p {
    padding-top: 0;
  }

  .kk-container .sec1 .sec-con .img {
    width: 60rem;
  }

  /* 안중근 */
  .ajg-container .sec1 .cc {
    width: 20rem;
  }

  .ajg-container .sec1 .sec-con {
    padding-bottom: 15rem;
    gap: 5rem;
  }

  .ajg-container .sec1 .sec-con .tit-wrap {
    align-items: center;
    padding-left: 0;
    margin-top: 8.8rem;
  }

  .ajg-container .sec1 .sec-con .tit-wrap p {
    padding-top: 0;
  }

  .ajg-container .sec1 .sec-con .img {
    width: 60rem;
  }

  /* 정약용 */
  .jyy-container .sec1 .cc {
    width: 18rem;
  }

  .jyy-container .sec1 .sec-con {
    gap: 5rem;
    padding-bottom: 25rem;
  }

  .jyy-container .sec1 .sec-con .tit-wrap {
    margin-top: 8.8rem;
  }

  .jyy-container .sec1 .sec-con .img {
    width: 60rem;
  }

  /* 이시영 */
  .lsy-container .sec1 .cc {
    width: 18rem;
  }

  .lsy-container .sec1 .sec-con {
    justify-content: center;
    padding-bottom: 35rem;    
    gap: 5rem;
  }

  .lsy-container .sec1 .sec-con .tit-wrap {
    align-items: center;
    padding-left: 0;
    margin-top: 8.8rem;
  }

  .lsy-container .sec1 .sec-con .tit-wrap p {
    padding-top: 0;
  }

  .lsy-container .sec1 .sec-con .img {
    width: 60rem;
    margin-left: 0;
  }

  /* 이황 */
  .lh-container .sec1 .cc {
    width: 20rem;
  }

  .lh-container .sec1 .sec-con {
    padding-bottom: 25rem;
    gap: 5rem;
  }

  .lh-container .sec1 .sec-con .tit-wrap {
    align-items: center;
    padding-left: 0;
    margin-top: 8.8rem;
  }

  .lh-container .sec1 .sec-con .tit-wrap p {
    padding-top: 0;
  }

  .lh-container .sec1 .sec-con .img {
    width: 60rem;
  }

  /* 김유신 */
  .kys-container .sec1 .cc {
    width: 20rem;
  }

  .kys-container .sec1 .sec-con {
    padding-bottom: 15rem;
    gap: 5rem;
  }

  .kys-container .sec1 .sec-con .tit-wrap {
    align-items: center;
    padding-left: 0;
    margin-top: 8.8rem;
  }

  .kys-container .sec1 .sec-con .tit-wrap p {
    padding-top: 0;
  }

  .kys-container .sec1 .sec-con .img {
    width: 60rem;
  }
}

@media all and (max-width:760px) {
  .sec1 .sec-con {
    flex-direction: column;
    align-items: center;
    padding-bottom: 15rem;
  }

  .sec1 .sec-con .img {
    width: 80%;
  }

  .sec1 .tab-split {
    width: calc(100% - 15.5rem);
  }

  .sec1 .tab-split .tab-btn {
    padding-left: 2rem;
  }

  .sec1 .tab-split .tab-btn li button {
    width: 18rem;
    height: 5.59rem;
    line-height: 6.4rem;
    font-size: 2.6rem;
    background: none;
    background-color: #2d241d;
    border-radius: 0.5rem 0.5rem 0 0;
    border: 1px solid #9d8458;
    box-sizing: border-box;
    border-bottom: 0;
  }

  .sec1 .tab-split .tab-btn li.on button {
    background: none;
    background-color: #816a42;
  }
  
  .sec1 .tab-split .tab-cnt > div .scroll-box {
    display: flex;
    align-items: center;
    height: 30rem;
    background-color: rgba(0,0,0,0.5);
  }

  .ajg-container .sec1 .tab-split .tab-cnt > div .scroll-box {
    height: 32rem;
  }

  .jyy-container .sec1 .tab-split .tab-cnt > div .scroll-box {
    height: 34rem;
  }

  .lsy-container .sec1 .tab-split .tab-cnt > div .scroll-box {
    height: 32rem;
  }

  .lh-container .sec1 .tab-split .tab-cnt > div .scroll-box {
    height: 32rem;
  }

  .sec1 .tab-split .tab-cnt > div .scroll-box .area {
    width: 100%;
    padding-top: 1rem;
  }

  .sec1 .tab-split .tab-cnt > div .scroll-box .area p {
    padding: 0 3rem;
    line-height: 1.5;
  }

  .sec1 .navi-wrap ul {
    max-width: 440px;
  }


  /* 김구 */
  .kk-container .sec1 .sec-con .img {
    width: 80%;
  }

  /* 안중근 */
  .ajg-container .sec1 .sec-con .img {
    width: 80%;
  }

  /* 정약용 */
  .jyy-container .sec1 .sec-con .img {
    width: 80%;
  }

  /* 이시영 */
  .lsy-container .sec1 .sec-con .img {
    width: 80%;
  }

  /* 이황 */
  .lh-container .sec1 .sec-con .img {
    width: 80%;
  }

  /* 김유신 */
  .kys-container .sec1 .sec-con .img {
    width: 80%;
  }
}

@media all and (max-width:550px) {
  .ajg-container .sec1 .sec-con {
    padding-bottom: 30rem;
  }
}




.sec2 .sec-con {
  width: 100%;
  background: url("../images/common/sec2_bg.jpg") no-repeat bottom center;
  background-size: cover;
  padding-top: 10.6rem;
  padding-bottom: 10.5rem;
}

.sec2 .sec-con .tit-wrap h3 {
  text-align: center;
}

.sec2 .sec-con .tit-wrap h3 img {
  width: 85.1rem;
  height: auto;
}

.sec2 .sec-con .tit-wrap p {
  font-family: 'MapoFlowerIsland';
  font-size: 3.2rem;
  line-height: 4.8rem;
  text-align: center;
  color: #69483b;
  letter-spacing: -0.08rem;
  padding-top: 2rem;
}

.sec2 .sec-con .txt-wrap {
  padding-top: 6rem;
}

.sec2 .sec-con .txt-wrap .group .group-tit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 4.5rem;
}

.sec2 .sec-con .txt-wrap .group .group-tit span {
  margin-top: -0.5rem;
}

.sec2 .sec-con .txt-wrap .group .group-tit span img {
  width: 15.5rem;
  height: auto;
}

.sec2 .sec-con .txt-wrap .group .group-tit h4 {
  font-family: 'HSBombaram21-Regular';
  font-size: 4.4rem;
  color: #9d746b;
  letter-spacing: -0.2rem;
}

.sec2 .sec-con .txt-wrap .group1 .swiper-container {
  position: relative;
}

.sec2 .sec-con .txt-wrap .group1 .swiper-container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 129.4rem;
  height: 67.5rem;
  background-color: #3a2f23;
  opacity: 0.18;
  transform: translate(-50%,-50%);
}

.sec2 .sec-con .txt-wrap .group1 .swiper {
  width: 111.7rem;
}

.sec2 .sec-con .txt-wrap .group1 .swiper ul li {
  width: 100%;
}

.sec2 .sec-con .txt-wrap .group1 .swiper ul li img {
  width: 100%;
  height: auto;
}

.sec2 .sec-con .txt-wrap .group1 .swiper .swiper-arrow.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.sec2 .sec-con .txt-wrap .group1 .swiper .swiper-arrow {
  position: absolute;
  top: 50%;
  width: 7.2rem;
  height: 7.2rem;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 10;
}

.sec2 .sec-con .txt-wrap .group1 .swiper .swiper-button-prev1 {
  left: 2rem;
  background-image: url("../images/common/sec2_prev.png");
}

.sec2 .sec-con .txt-wrap .group1 .swiper .swiper-button-next1 {
  right: 2rem;
  background-image: url("../images/common/sec2_next.png");
}

.sec2 .sec-con .txt-wrap .group2 {
  margin-top: 5.5rem;
}

.sec2 .sec-con .txt-wrap .group2 .video-container {
  position: relative;
  width: 111.7rem;
  margin: 0 auto;
}

.sec2 .sec-con .txt-wrap .group2 .video-container video {
  width: 100%;
  height: 100%;
}

.sec2 .sec-con .txt-wrap .group2 .video-container .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8.2rem;
  height: 7rem;
  background: url("../images/common/sec2_play.png") no-repeat center;
  background-size: contain;
  cursor: pointer;
  z-index: 10;
}

@media all and (max-width:960px) {
  .sec2 .navi-wrap ul li:last-child::after {
    display: none;
  }

  .sec2 .sec-con .tit-wrap h3 img {
    width: auto;
    height: 8rem;
  }

  .sec2 .sec-con .tit-wrap p {
    font-size: 2.8rem;
    padding-left: 3rem;
    padding-right: 3rem;
    word-break: keep-all;
    line-height: 1.5;
  }

  .sec2 .sec-con .tit-wrap p br {
    display: none;
  }

  .sec2 .sec-con .txt-wrap .group .group-tit {
    gap: 2rem;
    margin-bottom: 2rem;
  }

  .sec2 .sec-con .txt-wrap .group .group-tit span img {
    width: 10rem;
  }

  .sec2 .sec-con .txt-wrap .group .group-tit h4 {
    font-size: 3.4rem;
  }

  .sec2 .sec-con .txt-wrap .group1 .swiper-container::before {
    display: none;
  }

  .sec2 .sec-con .txt-wrap .group1 .swiper {
    width: calc(100% - 12rem);
  }

  .sec2 .sec-con .txt-wrap .group2 .video-container {
    width: calc(100% - 12rem);
  }
}

@media all and (max-width:760px) {
  .sec2 .sec-con .tit-wrap h3 img {
    height: 5rem;
  }
}


.sec3 {
  position: relative;
  background: url("../images/common/sec3_bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 10.6rem;
  padding-bottom: 7.1rem;
}

.sec3 .edge {
  position: absolute;
  width: 33.8rem;
}

.sec3 .edge img {
  width: 100%;
  height: auto;
}

.sec3 .edge1,
.sec3 .edge2 {
  top: 2rem;
}

.sec3 .edge3,
.sec3 .edge4 {
  bottom: 2rem;
}

.sec3 .edge1,
.sec3 .edge4 {
  left: 2rem;
}

.sec3 .edge2,
.sec3 .edge3 {
  right: 2rem;
}

.sec3 .sec-con .tit-wrap h3 {
  text-align: center;
}

.sec3 .sec-con .tit-wrap h3 img {
  width: 86.8rem;
  height: auto;
}

.sec3 .sec-con .tit-wrap p {
  font-family: 'MapoFlowerIsland';
  font-size: 3.2rem;
  line-height: 4.8rem;
  text-align: center;
  color: #69483b;
  letter-spacing: -0.08rem;
  padding: 2rem 5rem 0 5rem;
}

.sec3 .sec-con .txt-wrap {
  width: 85rem;
  margin: 0 auto;
}

.sec3 .sec-con .txt-wrap .list-group {
  margin-top: 5rem;
}

.sec3 .sec-con .txt-wrap .list-group ul {
  border-top: 1px solid rgba(0,2,1,0.79);
  border-bottom: 1px solid rgba(0,2,1,0.79);
}

.sec3 .sec-con .txt-wrap .list-group ul:first-child {
  display: block;
}

.sec3 .sec-con .txt-wrap .list-group ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #352420;
  padding: 1.8rem 0;
  border-top: 1px solid rgba(0,2,1,0.41);
}

.sec3 .sec-con .txt-wrap .list-group ul li:first-child {
  border-top: 0;
}

.sec3 .sec-con .txt-wrap .list-group ul li .left {
  display: flex;
  padding-left: 2rem;
  width: calc(100% - 9.1rem);
}

.sec3 .sec-con .txt-wrap .list-group ul li .left .name {
  font-size: 2.1rem;
  font-weight: 500;
  padding-top: 0.5rem;
}

.sec3 .sec-con .txt-wrap .list-group ul li .left .comments {
  width: calc(100% - 10rem);
  position: relative;
  font-size: 2.1rem;
  padding-left: 1.7rem;
  padding-top: 0.2rem;
  margin-left: 1.6rem;
  word-break: keep-all;
  line-height: 1.5;
}

.sec3 .sec-con .txt-wrap .list-group ul li .left .comments::before {
  content: '';
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.2rem;
  height: 1.8rem;
  background-color: #8d7051;
}

.sec3 .sec-con .txt-wrap .list-group ul li .date {
  font-size: 1.6rem;
  color: #665332;
  padding-right: 0.8rem;
  font-weight: 500;
}

.sec3 .sec-con .txt-wrap .paging {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  margin-top: 4rem;
}

.sec3 .sec-con .txt-wrap .paging button {
  width: 3.8rem;
  height: 3.8rem;
}

.sec3 .sec-con .txt-wrap .paging button img {
  width: 100%;
  height: auto;
}

.sec3 .sec-con .txt-wrap .paging ul {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}

.sec3 .sec-con .txt-wrap .paging ul li p {
  width: 3.8rem;
  height: 3.8rem;
  line-height: 3.8rem;
  text-align: center;
  font-size: 2.4rem;
  color: #5e3b34;
  opacity: 0.3;
  cursor: pointer;
}

.sec3 .sec-con .txt-wrap .paging ul li.active p {
  opacity: 1;
}

.paging .prev-btn.is-disabled,
.paging .next-btn.is-disabled{
  opacity: .4;
  pointer-events: none;
}

.sec3 .sec-con .txt-wrap .btn-group {
  display: flex;
  justify-content: center;
  gap: 4.8rem;
  margin-top: 7.5rem;
}

.sec3 .sec-con .txt-wrap .btn-group a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30.7rem;
  height: 10.9rem;
  border-radius: 0.6rem;
  background-color: rgba(193,181,172,0.39);
  mix-blend-mode: multiply;
}

.sec3 .sec-con .txt-wrap .btn-group a p {
  color: #5e3b34;
  padding-top: 0.8rem;
}

.sec3 .sec-con .txt-wrap .btn-group a.btn1 p {
  font-size: 2.2rem;
  line-height: 3.1rem;
  text-align: center;
}

.sec3 .sec-con .txt-wrap .btn-group a.btn1 p strong {
  font-size: 2.6rem;
  font-weight: 500;
}

.sec3 .sec-con .txt-wrap .btn-group a.btn2 p {
  font-size: 2.6rem;
  line-height: 3.7rem;
  text-align: center;
}

.sec3 .sec-con .txt-wrap .btn-group a.btn2 p strong {
  font-weight: 500;
}

@media all and (max-width:960px) {
  .sec3 .edge {
    width: 20rem;
  }

  .sec3 .sec-con .tit-wrap h3 img {
    width: auto;
    height: 8rem;
  }

  .sec3 .sec-con .txt-wrap {
    width: 90%;
  }
}

@media all and (max-width:760px) {
  .sec3 .sec-con .tit-wrap h3 img {
    height: 5rem;
  }
}

@media all and (max-width:550px) {
  .sec3 .sec-con .tit-wrap p {
    font-size: 2.8rem;
    word-break: keep-all;
    line-height: 1.5;
  }

  .sec3 .sec-con .txt-wrap .list-group ul li {
    display: block;
  }

  .sec3 .sec-con .txt-wrap .list-group ul li .left .name,
  .sec3 .sec-con .txt-wrap .list-group ul li .left .comments {
    font-size: 2.4rem;
  }

  .sec3 .sec-con .txt-wrap .list-group ul li .date {
    font-size: 1.8rem;
    padding-top: 1rem;
    text-align: right;
  }

  .sec3 .sec-con .txt-wrap .paging {
    gap: 3rem;
  }

  .sec3 .sec-con .txt-wrap .paging button {
    width: 6rem;
    height: 6rem;
  }

  .sec3 .sec-con .txt-wrap .paging ul li p {
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    font-size: 3.2rem;
  }

  .sec3 .sec-con .txt-wrap .btn-group {
    display: block;
  }

  .sec3 .sec-con .txt-wrap .btn-group a {
    width: 100%;
  }

  .sec3 .sec-con .txt-wrap .btn-group a.btn2 {
    margin-top: 2rem;
  }
}