/* sub1_1 */
.subtop {
    position: relative;
}

.subtop .txt-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.subtop .txt-wrap .tit {
    font-weight: 600;
    text-transform: uppercase;
}

.subtop .nav {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    width: 85%;
    background-color: #fff;
    align-items: center;
    height: 60px;
}

.subtop .nav .left {
    background-color: #3A1212;
    width: 60px;
    height: 100%;
}

.subtop .nav .left .img-wrap {
    width: 25px;
    margin: 0 auto;
    height: 100%;
}

.subtop .nav .left .img-wrap img {
    height: 100%;
}

.subtop .nav .right {
    padding-left: 3%;
    width: 95%;
}

.subtop .nav .right ul {
    display: flex;
    gap: 60px;
}

.subtop .nav .right ul li a {
    text-transform: capitalize;
}

.subtop .nav .right ul li a.on {
    color: #3A1212;
}

#subtop4>.img-wrap::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(0 0 0 / 20%);
    top: 0;
}

.s111 {
    padding: 5% 0 0 15%;
}

.s111 .cont {
    display: flex;
    justify-content: space-between;
}

.s111 .cont .left {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 45%;
}

.s111 .cont .left .top .txt-wrap .sub_tit {
    color: #3A1212;
    margin-bottom: 1rem;
}

.s111 .cont .left .top .txt-wrap .tit {
    font-size: 40px;
    font-weight: 700;
    text-transform: lowercase;
    letter-spacing: -0.8px;
    line-height: 52px;
}

.s111 .cont .left .top .txt-wrap .tit span {
    text-transform: capitalize;
}

.s111 .cont .left .mid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.s111 .cont .left .mid .txt {
    font-size: 1.125rem;
    line-height: 40px;
    letter-spacing: -0.1px;
    position: relative;
}

.s111 .cont .left .mid .pbr {
    display: none;
}

.s111 .cont .left .mid .txt li::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 87%;
    background-color: rgb(0 0 0 / 30%);
}

.s111 .cont .left .mid .txt li:first-child::before {
    display: none;
}

.s111 .cont .left .sign {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: capitalize;
}

.s111 .cont .left .sign .img-wrap {
    width: 60px;
}

.s111 .cont .left .bot ul {
    display: flex;
}

.s111 .cont .left .bot ul li .img-wrap {
    width: 130px;
    margin: 0 auto;
}

.s111 .cont .left .bot ul li .txt {
    font-size: 1rem;
    text-align: center;
    margin-top: 5%;
}

.s112 {
    padding: 0 10% 0 0;
}

.s112 .cont {
    display: flex;
    position: relative;
}

.s112 .cont .left {
    display: flex;
}

.s112 .cont .left .img-wrap:first-child {
    width: 72%;
}

.s112 .cont .left .img-wrap:nth-child(2) {
    width: 37%;
    margin-left: -21.5%;
    margin-top: -1.5%;
    z-index: -1
}

.s112 .cont .right .txt-wrap {
    display: flex;
    align-items: flex-start;
    position: absolute;
    top: 15%;
    right: 5%;
    writing-mode: vertical-lr;
    flex-direction: column-reverse;
    font-size: 27px;
}

.s112 .cont .right .txt-wrap p:first-of-type {
    width: 100%;
    position: relative;
    font-weight: 600;
    padding: 0 2%;
    line-height: 44px;
    border-right: 1px solid rgb(0 0 0 / 30%);
    font-weight: 700;
    font-size: 1rem;
}

.s112 .cont .right .txt-wrap p:nth-of-type(2) {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    border-left: 1px solid rgb(0 0 0 / 30%);
    border-right: 1px solid rgb(0 0 0 / 30%);
    padding: 0 2%;
    letter-spacing: 1px;
    line-height: 44px;
    font-size: 1.125rem;
}

.s112 .cont .right .txt-wrap img {
    width: 20px;
}

.s113 {
    background-color: #3A1212;
    margin-top: -280px;
    padding: 15% 13% 10%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.s113 .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 3%;
}

.s113 .top .le {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.s113 .top .left .left_top .sub_tit {
    color: #74342B;
    margin-bottom: 2%;
}

.s113 .top .left .left_top .tit {
    color: #E6DCCE;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 2.8rem;
    letter-spacing: -0.8px;
}

.s113 .top .left .left_top .txt {
    color: #E6DCCE;
    letter-spacing: -1.15px;
    text-transform: capitalize;
    font-size: 1.4rem;
    margin-top: 2%;
}

.s113 .top .left .left_bot {
    display: flex;
    /* gap: 50px; */
    gap: 80px;
    margin-top: 4%;
}

.s113 .top .left .left_bot .history_cont {
    position: relative;
}

.s113 .top .left .left_bot .history_cont::before {
    content: '';
    position: absolute;
    /* left: -13%; */
    left: -9%;
    top: 11%;
    width: 1px;
    height: 110%;
    background-color: rgb(128 128 128 / 50%);
}

.s113 .top .left .left_bot .history li {
    font-size: 1.1rem;
    line-height: 65px;
    letter-spacing: -0.8px;
    position: relative;
    color: #E1D0B6;
}

.s113 .top .left .left_bot .history_cont li span {
    display: inline-block;
    line-height: 1.4;
}

.s113 .top .left .left_bot .history_cont li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10.5%;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    border: 2px solid #74342B;
}

.s113 .top .left .left_bot .history_cont li.on::before {
    content: '';
    background-color: #3A1212;
}

.s113 .top .right .PoP {
    font-size: 7rem;
    font-weight: 700;
    text-align: right;
    line-height: 130px;
}

.s113 .top .right .PoP p:first-child {
    color: #E1D0B6;
}

.s113 .top .right .PoP p:nth-child(2) {
    color: rgb(255 208 182 / 20%);
}

.s113 .bot .img-wrap {
    display: flex;
    justify-content: space-between;
}

/* sub_1_3 */
.s131 {
    position: relative;
}

.s131::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 500px;
    background-color: #E6DCCE;
    bottom: 0;
    z-index: -1;
}

.s131 .cont {
    display: flex;
    flex-direction: column;
    padding: 5% 10% 10%;
}

.s131 .cont>.txt-wrap {
    margin-bottom: 5%;
}

.s131 .cont>.txt-wrap .sub_tit {
    font-size: 7.5rem;
    font-weight: 600;
    opacity: 0.1;
}

.s131 .cont>.txt-wrap .tit {
    font-weight: 700;
    font-size: 2.8rem;
    margin-top: -5.5%;
}

.s131 .cont .map-wrap {
    display: flex;
}

.s131 .cont .map-wrap .info {
    width: 50%;
    background-color: #3A1212;
    padding: 4%;
    position: relative;
}

.s131 .cont .map-wrap .info .icon-wrap {
    position: absolute;
    width: 300px;
    right: 0;
    bottom: 5%;
    z-index: 0;
}

.s131 .cont .map-wrap .info>.txt-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.s131 .cont .map-wrap .info>.txt-wrap .tit {
    color: #fff;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 1.3;
    letter-spacing: -0.8px;
}

.s131 .cont .map-wrap .info>.txt-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 9;
}

.s131 .cont .map-wrap .info>.txt-wrap ul li {
    display: flex;
    color: #fff;
    gap: 15px;
    font-size: 1.25rem;
    align-items: center;
    border-bottom: 1px solid #B2B2B2;
    width: 80%;
    padding-block: 0rem 1rem
}

.s131 .cont .map-wrap .info>.txt-wrap ul li:first-child p {
    text-transform: uppercase;
}

.s131 .cont .map-wrap .info>.txt-wrap ul li .img-wrap {
    width: 20px;
}

.s131 .cont .map-wrap .map {
    width: 50%;
}




/* sub_2_1 */
.s211 {
    padding: 5% 10% 0;
}

.s211 .cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.s211 .cont>.txt-wrap {
    margin-bottom: 5%;
}

.s211 .cont>.txt-wrap .sub_tit {
    font-size: 7.5rem;
    font-weight: 600;
    opacity: 0.1;
}

.s211 .cont>.txt-wrap .tit {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 2.8rem;
    margin-top: -18%;
}

.s211 .cont .article {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #B2B2B2;
    border-bottom: 1px solid #B2B2B2;
    align-items: center;
    margin-bottom: 10%;
}

.s211 .cont .article .left {
    width: 35%;
    padding-left: 5%;
    text-align: left;
}

.s211 .cont .article .left .txt-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.s211 .cont .article .left .txt-wrap .sub_tit {
    color: #3A1212;
    letter-spacing: -0.8px;
    font-weight: 600;
}

.s211 .cont .article .left .txt-wrap .tit {
    font-weight: 700;
    line-height: 44px;
}

.s211 .cont .article .left .txt-wrap .txt {
    color: #333;
    font-size: 1.125rem;
    line-height: 1.3;
    letter-spacing: -0.8px;
}

.s211 .cont .article02 .left .txt-wrap .txt br {
    display: none;
}

.s211 .cont .article .right {
    width: 65%;
    position: relative;
}

.s211 .cont .article .right .img-wrap {
    width: 100%;
}

.s211 .cont .article .right>.txt-wrap p {
    position: absolute;
    letter-spacing: 6px;
    color: #fff;
    top: 3%;
    z-index: 1;
    right: 5%;
}

.s211 .swiper-container-horizontal>.swiper-pagination-bullets,
.s211 .swiper-pagination-custom,
.swiper-pagination-fraction {
    top: 3%;
    left: 5%;
    right: auto;
    bottom: auto;
    width: auto;
}

.s211 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 20px;
    border-radius: 0;
    height: 3px;
    opacity: 1;
}

.s211 .swiper-button-prev i,
.s211 .swiper-button-next i {
    color: #B2B2B2;
}

.s211 .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #fff !important;
    border: 1px solid #B2B2B2;
    left: 0;
    color: #000;
    background: none;
    line-height: 40px;
    font-size: 1.3rem;
}

.s211 .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: #fff !important;
    border: 1px solid #B2B2B2;
    right: 0;
    color: #000;
    background: none;
    line-height: 40px;
    font-size: 1.3rem;
}

.s211 .swiper-pagination-bullet {
    background: rgb(178 178 178 / 50%);
}

.s211 .swiper-pagination-bullet-active {
    background: #fff;
    transform: rotate(-45deg);
}

.s211 .cont .article02 .right>.txt-wrap p {
    right: auto;
    left: 5%;
}

.s211 .article02 .swiper-container-horizontal>.swiper-pagination-bullets,
.s211 .article02 .swiper-pagination-custom,
.swiper-pagination-fraction {
    left: auto;
    right: 5%;
}

.s212 {
    padding: 0 10% 10% 10%;
}

.s212 .cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.s212 .cont .top {
    margin-bottom: 5%;
}

.s212 .cont .top .txt-wrap .sub_tit {
    color: #3A1212;
    letter-spacing: -0.8px;
    font-weight: 600;
    font-size: 1.25rem;
}

.s212 .cont .top .txt-wrap .tit {
    font-weight: 700;
    letter-spacing: -0.8px;
    font-size: 2rem;
    margin-block: 1.25rem;
}

.s212 .cont .top .txt-wrap .txt {
    color: #595959;
    font-size: 1.125rem;
    letter-spacing: -0.8px;
}

.s212 .cont .bot {
    width: 100%;
    padding: 3% 0;
    border-top: 1px solid #B2B2B2;
    border-bottom: 1px solid #B2B2B2;
}

.s212 .cont .bot .article {
    display: flex;
    justify-content: space-between;
}

.s212 .cont .bot .article .left {
    width: 50%;
    border-right: 1px solid #b2b2b2;
}

.s212 .cont .bot .article .left .txt-wrap .sub_tit,
.s212 .cont .bot .article .right .txt-wrap .sub_tit {
    font-weight: 700;
    color: #74342B;
}

.s212 .cont .bot .article .left .txt-wrap .tit,
.s212 .cont .bot .article .right .txt-wrap .tit {
    color: #999999;
    letter-spacing: -0.8px;
    margin-bottom: 3%;
}

.s212 .cont .bot .article .left .txt-wrap .txt,
.s212 .cont .bot .article .right .txt-wrap .txt {
    color: #595959;
    letter-spacing: -0.8px;
    line-height: 30px;
}

.s212 .cont .bot .article .right {
    width: 50%;
}

.s213 {
    padding: 0 10% 2%;
}

.s213 .cont ul {
    display: flex;
    justify-content: space-between;
}

.s213 .cont ul li {
    width: 32%;
}

.s213 .cont ul li .img-wrap {
    position: relative;
}

.s213 .cont ul li .img-wrap::before {
    content: '';
    width: 3px;
    position: absolute;
    height: 30px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}

.s213 .cont ul li .img-wrap .txt-wrap .f26 {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
    font-weight: 600;
    letter-spacing: 5px;
    width: 100%;
}

.s213 .cont ul li>.txt-wrap {
    text-align: center;
    padding: 9% 2rem;
    position: relative;
    background-color: #fff;
    border-radius: 0 0 100px;
}

.s213 .cont ul li>.txt-wrap::before {
    content: '';
    background-color: #3A1212;
    width: 3px;
    position: absolute;
    height: 30px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.s213 .cont ul li>.txt-wrap .tit {
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: -0.4px;
    margin-bottom: 5%;
    color: #74342B;
}

.s213 .cont ul li>.txt-wrap .txt {
    color: #333;
    letter-spacing: -0.8px;
    line-height: 1.3;
    font-size: 1.125rem;
}

.s213 .cont ul li>.txt-wrap .txt br {
    display: none;
}

.s214 {
    background-color: #3A1212;
    padding-top: 30%;
    margin-top: -27%;
}

.s214 .cont {
    padding: 3% 15% 10%;
    display: flex;
    flex-direction: column;
}

.s214 .cont .top {
    position: relative;
}

.s214 .cont .top .left {
    display: flex;
    gap: 15px;
}

.s214 .cont .top .left .img-wrap {
    width: 20px;
    margin-top: 5px
}

.s214 .cont .top .left .txt-wrap .tit {
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0.5px;
    color: white;
}

.s214 .cont .top .left .txt-wrap .txt {
    color: #D9D9D9;
    line-height: 44px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

.s214 .cont .top .right {
    position: absolute;
    top: -15%;
    right: 25%;
}

.s214 .cont .top .right .img-wrap {
    width: 200%;
    opacity: .5;
}

.s214 .cont .bot {
    display: flex;
    align-items: center;
}

.s214 .cont .bot .left {
    width: 90%;
}

.s214 .cont .bot .left ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.s214 .cont .bot .left ul li {
    width: 25%;
    position: relative;
    margin-top: 5%;
    padding-inline: 1rem;
}

.s214 .cont .bot .left ul li .img-wrap {
    width: 110px;
    margin: 0 auto;
}

.s214 .cont .bot .left ul li .next {
    position: absolute;
    width: 20px;
    right: -2%;
    top: 25%;
}

.s214 .cont .bot .left ul li .txt {
    margin-top: 5%;
    font-size: 1.25rem;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
}

.s214 .cont .bot .left ul li .PoP {
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
    color: #d9d9d9;
    text-transform: capitalize;
}

.s214 .cont .bot .right {
    width: 10%;
}

.s214 .cont .bot .right .img-wrap {
    width: 80px;
    margin-bottom: 20px;
    margin-left: -50%;
}

/* sub2_2 */
.s221 .cont {
    padding: 5% 15%;
}

.s221 .cont>.txt-wrap {
    margin-bottom: 5%;
    text-align: center;
}

.s221 .cont>.txt-wrap .sub_tit {
    font-size: 7.5rem;
    font-weight: 600;
    opacity: 0.1;
}

.s221 .cont>.txt-wrap .tit {
    font-weight: 600;
    font-size: 2.8rem;
    margin-top: -6%;
}

.s221 .cont .article .bot {
    margin-top: 5%;
    display: flex;
    gap: 14px;
    padding-right: 2%;
    justify-content: space-between;
}

.s221 .cont .article .bot .left {
    width: 70%;
}

.s221 .cont .article .bot .right {
    width: 43%;
}

.s221 .cont .article .bot .left .txt-wrap .tit {
    font-weight: 700;
    font-size: 2.2rem;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.s221 .cont .article .bot .left .txt-wrap .tit img {
    width: 13px;
}

.s221 .cont .article .bot .left .txt-wrap .tit img:last-child {
    margin-top: 2.5rem;
}

.s221 .cont .article .bot .left .txt-wrap .tit span {
    color: #74342B;
}

.s221 .cont .article .bot .left .txt-wrap .txt {
    font-size: 1.375rem;
    margin-top: 5%;
    letter-spacing: -0.4px;
    margin-bottom: 3rem;
    padding-left: 1.5rem;
    position: relative;
    font-weight: 500;
}

.s221 .cont .article .bot .left .txt-wrap .txt br {
    display: none;
}

.s221 .cont .article .bot .left .txt-wrap .txt::before {
    content: '';
    position: absolute;
    bottom: -40%;
    height: 1px;
    background-color: rgb(178 178 178 / 50%);
    left: 4%;
    width: 95%;
}

.s221 .cont .article .bot .left .txt-wrap .sub_txt {
    font-size: 1.125rem;
    letter-spacing: -0.8px;
    padding-left: 1.5rem;
    color: #333;
}

.s221 .cont .article .bot .left .txt-wrap .sub_txt br {
    display: none;
}

.s221 .cont .article .bot .right ul {
    display: flex;
    text-align: center;
    gap: 40px;
}

.s221 .cont .article .bot .right ul li {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.s221 .cont .article .bot .right ul li .img-wrap {
    width: 160px;
}

.s221 .cont .article .bot .right ul li .txt {
    font-size: 1.125rem;
    line-height: 1.3;
    letter-spacing: -0.4px;
}

.s221 .cont .article .bot .right ul li .txt span {
    font-weight: 600;
}

.s222 {
    background-color: #E6DCCE;
}

.s222 .cont {
    padding: 5% 15% 10%;
}

.s222 .cont .article {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.s222 .cont .article .top ul {
    width: 100%;
    display: flex;
    background-color: #fff;
    padding: 2%;
    border-radius: 200px;
    justify-content: space-between;
}

.s222 .cont .article .top li {
    position: relative;
    text-align: center;
    width: 220px;
    height: 220px;
    border-radius: 50%;
}

.s222 .cont .article .top li:first-child {
    background-color: #E9D7C2;
    color: #74342B;
}

.s222 .cont .article .top li:nth-child(2) {
    background-color: #E1D0B6;
    color: #3A1212;
}

.s222 .cont .article .top li:nth-child(3) {
    background-color: #74342B;
    color: #E1D0B6;
}

.s222 .cont .article .top li:nth-child(4) {
    background-color: #3A1212;
    color: #fff;
}

/* .s222 .cont .article .top li:nth-child(5) { background-color: rgb(228 84 49 / 100%); color: #fff;} */
.s222 .cont .article .top li .txt-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: -0.8px;
    line-height: 28px;
}

.s222 .cont .article .top li .txt-wrap .PoP {
    font-size: 1.1rem;
    letter-spacing: 3px;
}

.s222 .cont .article .top li .next {
    width: 10px;
    position: absolute;
    top: 50%;
    right: -37%;
    transform: translateY(-50%);
}

.s222 .cont .article .bot {
    display: flex;
    align-items: flex-end;
    padding-inline: 20px;
}

.s222 .cont .article .bot .left {
    padding-right: 5%;
    flex: 0 0 30%;
}

.s222 .cont .article .bot .left .txt-wrap .tit {
    color: #3A1212;
    font-weight: 700;
    font-size: 3.375rem;
}

.s222 .cont .article .bot .left .txt-wrap .tit span {
    font-size: 5rem;
}

.s222 .cont .article .bot .left .txt-wrap .sub_tit {
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 35px;
    color: #74342B;
    margin-top: 0.5rem;
}

.s222 .cont .article .bot .right {
    padding-left: 5%;
    position: relative;
}

.s222 .cont .article .bot .right::before {
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgb(102 102 102 / 50%);
}

.s222 .cont .article .bot .right .txt {
    font-size: 1.125rem;
    letter-spacing: -0.4px;
    line-height: 30px;
    color: #666;
}


.s222 .cont .article .bot .right .txt br {
    display: none;
}


.s223 {
    padding-block: 7.5rem 10rem;
}

.s223 .txt_box {
    margin-bottom: 7.5rem;
}

.s223 .txt_box span {
    font-size: 1.125rem;
    text-align: center;
    display: block;
    color: #3A1212;
}

.s223 .txt_box h5 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-block: 1rem;
}

.s223 .txt_box p {
    font-size: 1.125rem;
    color: #595959;
    font-weight: 300;
    text-align: center;
}

.s223 .cer {
    max-width: 1110px;
    padding-inline: 20px;
    margin: 0 auto;
    display: grid;
    gap: 10rem;
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
    gap: 3rem 8rem;
}

.s223 .cer>div {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}

.s223 .cer p {
    text-align: center;
    margin-top: 0.5rem;
    font-size: 1.125rem;
    font-weight: 300;
    min-width: 330px;
    text-transform: uppercase;
}

/* sub3_1 */
.s311 .cont {
    padding: 5% 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s311 .cont>.txt-wrap {
    margin-bottom: 5%;
    text-align: center;
}

.s311 .cont>.txt-wrap .sub_tit,
.s411>.sub_tit {
    font-size: 7rem;
    font-weight: 600;
    opacity: 0.1;
    line-height: 1;
    pointer-events: none;
}

.s311 .cont>.txt-wrap .tit {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 2.8rem;
    margin-top: -5%;
}

.s311 .cont .article {
    width: 91%;
    margin: 0 auto;
}

.s311 .cont .article>ul {
    display: grid;
    gap: 5rem 2.3rem;
    grid-template-columns: repeat(auto-fit, minmax(355px, 1fr));
    max-width: 1140px;
    margin: 0 auto;
}

.s311 .cont .article>ul li {
    width: 100%;
    /* margin-bottom: 5%; */
    position: relative;
    display: flex;
    flex-direction: column;

}

.s311 .cont .article>ul li>.img-wrap {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid rgb(178 178 178 / 50%);
    border-bottom: 0;
    padding-top: 5%;
}

.s311 .cont .article>ul li>.img-wrap img {
    width: 85%;
    margin: 0 auto;
    padding-left: 5%;
}

.s311 .cont .article>ul li>.txt-wrap {
    text-align: center;
    color: #fff;
    padding: 5% 0;
    background-color: #000;
    border-radius: 0 0 30px 30px;
    height: 100%;
}

.s311 .cont .article>ul li>.txt-wrap .tit {
    letter-spacing: -0.8px;
    margin-bottom: 5%;
}

.s311 .cont .article>ul li>.txt-wrap .txt {
    letter-spacing: -0.4px;
    line-height: 18px;
    font-weight: 200;
}

.s311 .cont .article>ul li .hover-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(116 52 43 / 94%);
    border-radius: 0 0 30px 30px;
    text-align: center;
    opacity: 0;
}

.s311 .cont .article>ul li:hover .hover-wrap {
    opacity: 1;
    transition: all .5s;
}

.s311 .cont .article>ul li .hover-wrap .txt-wrap {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    flex-direction: column;
}

.s311 .cont .article>ul li .hover-wrap .txt-wrap .tit {
    font-weight: 600;
    letter-spacing: -0.4px;
}

.s311 .cont .article>ul li .hover-wrap .txt-wrap ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.s311 .cont .article>ul li .hover-wrap .txt-wrap ul li {
    width: 95px;
    height: 95px;
    border: 1px solid rgb(255 255 255 / 50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.s311 .cont .article>ul li .hover-wrap .txt-wrap ul li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.s311 .cont .article>ul li .hover-wrap .txt-wrap ul li .img-wrap {
    width: 20px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.s311 .cont .article>ul li .hover-wrap .txt-wrap ul li .txt {
    font-size: 0.8rem;
    letter-spacing: -0.4px;
}

.s3_4 .cont>.txt-wrap .tit {
    margin-top: -10%;
}

.s321 .cont {
    align-items: normal;
}

.s321 .cont>.txt-wrap .tit {
    margin-top: -4%;
    text-transform: capitalize;
}


.s321 .cont .article>ul li>.img-wrap {
    /* padding: 15% 0; */
    padding: 10%;
}

/* .s321 .cont .article>ul li>.img-wrap img {
    width: 60%;
    padding: 0;
} */

.s331 .cont .article>ul li>.img-wrap {
    padding: 10%;
}

.s331 .cont .article>ul li>.img-wrap img {
    width: 100%;
}

.s331 .cont .article>ul li .hover-wrap {
    background-color: rgb(116 52 43 / 94%);
}

/* 상세페이지 */
.s3111 {
    padding: 5% 15%;
}

.s3111 .cont {
    display: flex;
    position: relative;
}

.s3111 .cont .bar {
    position: absolute;
    width: 7px;
    height: 50px;
    background-color: #74342B;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
}

.s3111 .cont .left {
    width: 50%;
    padding-right: 5%;
    border-right: 1px solid rgb(116 52 43 / 50%);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: sticky;
    top: 0;
}

.s3111 .cont .left .top .txt-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 5%;
}

.s3111 .cont .left .top .txt-wrap .sub_tit,
.s3111 .cont .right .po1 .txt-wrap .sub_tit,
.s3111 .cont .right .po2 .txt-wrap .sub_tit,
.s3111 .cont .right .po3 .txt-wrap .sub_tit {
    color: #3A1212;
    letter-spacing: 3px;
}

.s3111 .cont .left .top .txt-wrap .btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s3111 .cont .left .top .txt-wrap .btn-wrap .tit {
    font-weight: 600;
    font-size: 2.1rem;
    letter-spacing: -0.4px;
}

.s3111 .cont .left .top .txt-wrap .btn-wrap .btn {
    width: 150px;
    height: 40px;
    background-color: #3A1212;
    color: #fff;
    line-height: 40px;
    text-align: center;
    letter-spacing: -0.4px;
    font-weight: 300;
    cursor: pointer;
}

/* .s3111 .cont .left .top .txt-wrap .txt br {
    display: none;
} */

.s3111 .cont .left .top .txt-wrap .txt,
.s3111 .cont .right .po1 .txt-wrap .txt,
.s3111 .cont .right .po2 .txt-wrap .txt {
    font-size: 1.25rem;
    letter-spacing: -0.8px;
    line-height: 30px;
}

.s3111 .cont .left .bot .info ul {
    display: flex;
    justify-content: center;
    margin-bottom: 10%;
}

.left .bot_pic {
    margin-bottom: 5rem;
}

.left .detail {
    margin-bottom: 10rem;
}

.s3111 .cont .left .bot .info ul li {
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgb(0 0 0 / 30%);
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.8px;
    align-items: center;
    padding-inline: 1rem;
    gap: 0.5rem;
}

.s3111 .cont .left .bot .info ul li :first-child {
    flex: 0 0 63%;
}

.s3111 .cont .left .bot .info ul li:last-child {
    border: 0;
}

.s3111 .cont .left .bot .info ul li span.sm {
    font-size: 0.9rem;
    line-height: 25px;
    font-weight: 400;
    margin-top: 0;
}

.s3111 .cont .left .bot .info ul li span {
    font-size: 1.25rem;
    font-weight: 500;
}

.s3111 .cont .left .bot .detail .txt-wrap {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(0 0 0 / 30%);
    padding: 2% 0;
}

.s3111 .cont .left .bot .detail .txt-wrap .tit {
    font-weight: 600;
    font-size: 1rem;
}

.s3111 .cont .right {
    width: 50%;
    padding-left: 5%;
    display: flex;
    flex-direction: column;
}

.s3111 .cont .right .po1 {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.s3111 .cont .right .po1 .txt-wrap,
.s3111 .cont .right .po2 .txt-wrap,
.s3111 .cont .right .po3 .txt-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.s3111 .cont .left .top .txt-wrap .txt br,
.s3111 .cont .right .po1 .txt-wrap .txt br,
.s3111 .cont .right .po2 .txt-wrap .txt br {
    display: none;
}

.s3111 .cont .right .po1 .txt-wrap .f25,
.s3111 .cont .right .po2 .txt-wrap .f25,
.s3111 .cont .right .po3 .txt-wrap .f25 {
    letter-spacing: -0.4px;
}

.s3111 .cont .right .po1 .txt-wrap .tit,
.s3111 .cont .right .po2 .txt-wrap .tit,
.s3111 .cont .right .po3 .txt-wrap .tit {
    font-weight: 600;
    font-size: 2.3rem;
    line-height: 50px;
    letter-spacing: -0.8px;
    margin-bottom: 5%;
}

.s3_1_1 .cont .right .po1 .txt-wrap .tit {
    min-width: 708px;
}

.s3111 .cont .right .po1 ul {
    display: flex;
    justify-content: center;
}

.s3111 .cont .right .po1 ul li,
.s3311 .cont .right .po1 ul li {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    border-right: 1px solid rgb(0 0 0 / 30%);
    font-family: var(--ch);
}

.s3111 .cont .right .po1 ul li:nth-child(3) {
    border: 0;
}

.s3111 .cont .right .po1 ul li .img-wrap {
    width: 50px;
}

.s3111 .cont .right .po1 ul li .txt {
    font-size: 1.3rem;
    letter-spacing: -0.8px;
    line-height: 30px;
}

.s3111 .cont .right .po2 {
    padding: 10% 0;
    border-top: 1px solid rgb(0 0 0 / 30%);
    border-bottom: 1px solid rgb(0 0 0 / 30%);
    margin: 10% 0;
}

.s3111 .cont .right .po3 {
    padding-bottom: 10%;
}

.s3111 .cont .right .po3 ul {
    display: flex;
    flex-direction: column;
}

.s3111 .cont .right .po3 ul li {
    display: flex;
    gap: 30px;
}

.s3111 .cont .right .po3 ul li p {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 25px;
    letter-spacing: -0.8px;
    width: auto;
    line-height: 30px;
}

.s3111 .cont .right .po3 ul li>p {
    width: 130px;
    height: 130px;
    flex-shrink: 0;
}

.s3111 .cont .right .po3 ul li:nth-child(2),
.s3111 .cont .right .po3 ul li:nth-child(3),
.s3111 .cont .right .po3 ul li:nth-child(4) {
    margin-top: -3%;
}

.s3111 .cont .right .po3 ul li .oran {
    color: #116 52 4;
}

.s3111 .cont .right .po3 ul li .dashed {
    border: 2px dashed rgb(116 52 43);
    border-radius: 50%;
    background-color: #fff;
}

.s3111 .cont .right .po3 ul li .plus {
    width: auto;
}

.s3111 .cont .right .po3 ul li .solid {
    border: 2px solid rgb(116 52 4);
    border-radius: 50%;
    background-color: #fff;
}

.s3111 .cont .right .po3 ul li img {
    width: auto;
}

.s3111 .cont .right .po3 ul li .txt-wrap span {
    font-size: 1.375rem;
    letter-spacing: -0.8px;
    color: #74342B;
    font-weight: 600;
}

.s3111 .cont .right .po3 ul li .txt-wrap p {
    font-size: 1.25rem;
    letter-spacing: -0.8px;
    color: #000;
    text-align: left;
}

.s3111 .cont .right .po3 ul li .txt-wrap p br {
    display: none;
}


.s3211 {
    padding: 5% 9% 5% 15%;
}

.s3211 .cont .left {
    width: 47%;
}

.s3211 .cont .right {
    width: 55%;
}

.s3211 .cont .bar {
    left: 46%;
}

.s3211 .cont .right .po1 ul li {
    align-items: center;
    padding-left: 3%;
}

.s3211 .cont .right .po1 ul li:first-child {
    padding-left: 0;
}

.s3111 .cont .right .po1 ul li .tit {
    font-size: 2.3rem;
    letter-spacing: -2px;
    font-weight: 600;
    color: #3A1212;
    font-family: var(--ch);
}

.s3211 .cont .right .po3 ul li .oran img {
    width: auto;
}

.s3211 .cont .right .po3 ul li {
    gap: 30px;
    align-items: center;
}

.s3211 .cont .right .po3 ul li p {
    /* width: 100%; */
    white-space: nowrap;
}

.s3311 .cont .right .po1 ul li {
    align-items: center;
    padding-left: 0;
}

.cont .right .po1 ul li:last-child {
    border: 0;
}

.s3111 .cont .left .bot .detail .txt-wrap .xi-angle-up-thin {
    display: none;
}

.s3111 .cont .left .bot .detail .txt-wrap .xi-angle-up-thin.show {
    display: block;
}

.s3111 .cont .left .bot .detail .txt-wrap .xi-angle-down-thin.show {
    display: none;
}

.s3311 .cont .left .bot .detail .content {
    margin-top: 5%;
    display: none;
}

.s3311 .cont .left .bot .detail .content.show {
    display: block;
}

.s3311 .cont .left .bot .detail .content table {
    border-bottom: 2px solid #231815;
    text-align: left;
}

.s3311 .cont .left .bot .detail .content table th {
    background: rgb(191 191 191 / 30%);
    padding: 1% 0 1% 1%
}

.s3311 .cont .left .bot .detail .content table tr {
    letter-spacing: -0.4px;
}

.s3311 .cont .left .bot .detail .content table td {
    vertical-align: top;
    border-bottom: 1px solid #B5B5B6;
    padding: 1% 0 1% 1%
}

.s3311 .cont .left .bot .detail .content table td:first-child {
    font-weight: 600;
}

.s3311 .cont .left .bot .detail .content table td.s2 {
    letter-spacing: -2px;
}

.s3311 .cont .left .bot .detail .content table td.s36 {
    letter-spacing: -3.65px;
}

.s3311 .cont .left .bot .detail .content table td span {
    letter-spacing: -1.3px;
    background-color: #000;
    color: #fff;
    font-size: 0.8rem;
    padding: 1%;
}

.s3311 .cont .left .bot .detail .content table tr:last-child td {
    border-bottom: 0;
}

.s3111 .cont .left .bot_pic .pic:first-child {
    margin-bottom: 1.375rem;
}



/* sub4_1 */
.s411 {
    padding: 5% 15% 10%;
}

.s411>.txt-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: -5%;
    margin-left: 1%;
}

.s411>.txt-wrap .tit {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 2.8rem;
}

.s411>.txt-wrap .info .contact {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.4px;
    line-height: 44px;
}

.s411>.txt-wrap .info .tel {
    font-weight: 600;
    font-size: 1.5rem;
    background-color: #3A1212;
    color: #fff;
    width: 95%;
    text-align: center;
    margin-left: auto;
    line-height: 35px;
}

/* sub4_3 */
.s431 {
    padding: 5% 15% 0% !important;
}

.s431 .txt-wrap .btn-wrap a {
    width: 200px;
    height: 40px;
    background-color: #3A1212;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 200;
    font-size: 0.9rem;
    font-family: 'Pretendard Variable' !important;
    line-height: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    padding: 0 15px;
    border: 0;
}

.s431>.txt-wrap {
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}

.s432 {
    display: flex;
    padding: 0;
    width: 100%;
    padding: 5% 0 5%;
}

.s432 .left {
    flex: 0 0 50%;
}

.s432 .right {
    background: url(../../img/s4/sub4bg.png) no-repeat center;
    background-size: cover;
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s432 .left .img-wrap img {
    width: 100.5%;
}

.s432 .right .flex_box {
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    align-items: center;
}

.s432 .right .flex_box .txt_box {
    flex: 0 0 84%;
}

.s432 .right .flex_box .txt_box h2 {
    margin-bottom: 1rem;
    color: white;
    font-size: 2.25rem;
    font-weight: 700;
}

.s432 .right .flex_box .txt_box p {
    color: white;
    font-size: 1.125rem;
    line-height: 1.3;
}

.s433 {
    padding: 0 15% 10%;
}


/* form */
.s411 .container {
    margin-top: 5%;
}

.f_title {
    font-size: 1.3rem;
    text-transform: capitalize;
    letter-spacing: -1px;
    padding-bottom: 35px;
}

.form_ul {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.form_ul li {
    width: 49%;
    padding-bottom: 3%;
}

.f_input {
    width: 100%;
    border: 0;
    font-size: 1.2rem;
    border-bottom: 1px solid rgb(128 128 128 / 40%);
}

.f_input:focus,
.f_input2:focus {
    outline: none;
    border-bottom: 1px solid #E35431;
}

.color1 {
    margin-top: 7.5px;
    padding-left: 5px;
}

.f_subj {
    padding-top: 3%;
}

.f_input2 {
    width: 100%;
    height: 200px;
    border: 0;
    border-bottom: 1px solid rgb(128 128 128 / 40%);
    font-size: 1.2rem;
}

.form_file {
    padding-top: 3%;
}

.filebox input[type="file"] {
    display: none;
}

.inq_div {
    width: 100%;
    margin-bottom: 70px;
}

.inq_txt {
    font-size: 17px;
    line-height: 28.55px;
    letter-spacing: -0.68px;
    color: #231815;
    padding-left: 30px;
    position: relative;
}

.inq_txt img {
    width: 100%;
    max-width: 22px;
    position: absolute;
    left: 0px;
    top: 3px;
}

.inq_contbox {
    width: 100%;
    padding: 15px;
    margin: 10px 0px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 10px;
}

.inq_contbox p {
    font-size: 1rem;
    line-height: 25px;
    height: 100px;
    overflow-y: scroll;
    letter-spacing: -0.5px;
}

.inq_contbox p::-webkit-scrollbar {
    display: block;
    width: 10px;
}

.inq_contbox p::-webkit-scrollbar-thumb {
    background-color: #666666;
    border-radius: 10px;
}

.inq_contbox p::-webkit-scrollbar-track {
    background-color: #e3e3e3;
    border-radius: 10px;
}

.checkbox {
    font-size: 0.85rem;
    line-height: 1.3;
    color: #808080;
    margin-left: 5px;
    transform: skewX(-0.3deg);
}

.checkbox input {
    vertical-align: middle;
    margin-right: 3px;
}

.submit {
    width: 220px;
    height: 60px;
    background-color: #3A1212;
    border: 0;
    border-radius: 30px;
    font-size: 1.5rem;
    letter-spacing: -0.8px;
    text-transform: capitalize;
    color: #fff;
}

.file-name {
    width: 100%;
    height: 40px;
    border: 1px solid rgb(128 128 128 / 40%);
    position: relative;
}

.flex {
    display: flex;
    flex-direction: row-reverse;
}

.filebox label {
    display: inline-block;
    width: 180px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    line-height: 40px;
    background: #999999;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.4s;
    border-radius: 0 30px 30px 0;
    font-weight: 300;
}

.file_del {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    cursor: pointer;
}

.upload-name {
    line-height: 39px;
    padding-left: 1%;
    font-size: 1rem;
    color: #333;
    font-weight: 300;
}

.file_p {
    margin-bottom: 2%;
}

.f_agree {
    padding-bottom: 2%;
}

/* form2 */
.form_check_ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form_check_ul li .check {
    display: flex;
    gap: 70px;
    align-items: flex-start;
    padding-right: 5%;
}

.form_check_ul li .check label {
    display: flex;
    align-items: center;
    gap: 15px;
}

.form_check_ul li .check [type="radio"] {
    accent-color: #E35431;
}

.form_check_ul li .f_cont {
    width: 100%;
}

.f_title .small {
    font-size: 1rem;
    color: #808080;
}

.notice .s411 {
    padding: 5% 15% 0;
}