.page_title {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 30px;
    font-size: 16px;
    font-family: 'Pretendard-Regular', sans-serif;
    background: linear-gradient(to right, #801515, #e68181);
    color: transparent;
    -webkit-background-clip: text;
}

.page_title span {
    margin: 0 8px;
}

#sub_content {
    width: 100%;
    margin-top: 210px;
}


/* sub1_1 */
.sub1_1_content {
    width: 100%;
    padding: 70px 0 200px;
}

.s1_1_section1 {
    width: 100%;
}

.s1_1_con1 {
    width: 100%;
    display: flex;
    align-items: center;
}

.s1_1_img {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-right: 100px;
}

.s1_1_txt p {
    font-size: 48px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s1_1_txt p span {
    font-size: 17px;
    font-family: 'YUniverse-B', sans-serif;
    text-transform: uppercase;
    background: linear-gradient(to right, #ed2a76, #ff8a8d, #fbaf3f);
    color: transparent;
    -webkit-background-clip: text;
    display: inline-block;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.title_line {
    width: 50px;
    height: 2px;
    background-color: #ed2a76;
    margin-top: 50px;
}

.s1_1_txt>span {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Pretendard-Regular', sans-serif;
    display: block;
    margin-top: 35px;
}

.s1_1_con2 {
    width: 100%;
    margin: 75px 0 50px;
    display: flex;
    align-items: flex-start;
}

.s1_1_con2 p {
    font-size: 31px;
    color: #111;
    line-height: 43px;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s1_1_con2 p strong {
    font-size: 33px;
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
}

.s1_1_con2>span {
    font-size: 17px;
    line-height: 28px;
    font-family: 'Pretendard-Light', sans-serif;
    display: block;
    margin-left: 80px;
}

.s1_1_con3 {
    width: 100%;
    font-size: 80px;
    color: rgba(221, 221, 221, 0.8);
    font-family: 'YUniverse-B', sans-serif;
}

.s1_1_section2 {
    width: 100%;
    margin-top: 90px;
    position: relative;
}

.s1_1_section2>span {
    width: 60vw;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    display: block;
    top: 33px;
    left: 0;
    z-index: -1;
}

.s1_1_con4 {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.s1_1_img2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* // sub1_1 */


/* sub1_2 */
.sub1_2_content {
    width: 100%;
}

.s1_2_section1 {
    width: 100%;
    padding: 80px 0;
}

.s1_2_img {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}

.s1_2_img img {
    max-width: 100%;
}

.img_hover_txt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #dcc8ad;
    border: 1px solid #927b6b;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.s1_2_img:hover .img_hover_txt {
    opacity: 1;
    visibility: visible;
}

.img_hover_txt>span {
    font-size: 100px;
    color: #927b6b;
    font-family: 'Cafe24Shiningstar', sans-serif;
}

.inner_txt {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    color: #111;
    font-family: 'Cafe24Shiningstar', sans-serif;
    margin-top: -45px;
}

.img_hover_txt>p {
    font-size: 19px;
    color: #111;
    margin-top: 30px;
    font-family: 'Pretendard-Regular', sans-serif;
}

.img_hover_txt>p strong {
    font-size: 23px;
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
}

.s1_2_section2 {
    width: 100%;
    padding: 75px 0 200px;
    background-color: rgba(255, 220, 195, 0.25);
}

.s1_2_conbox {
    width: 100%;
    margin-top: 60px;
}

.s1_2_conbox:first-child {
    margin-top: 0;
}

.s1_2_conbox>p {
    font-size: 17px;
    color: #ed2a76;
    font-family: 'Pretendard-SemiBold', sans-serif;
    display: flex;
    align-items: center;
}

.s1_2_conbox>p span {
    width: 50px;
    height: 1px;
    background-color: #ed2a76;
    display: block;
    margin-left: 20px;
}

.s1_2_conbox_ul {
    width: 100%;
    display: flex;
    margin-top: 20px;
}

.s1_2_conbox_ul ul {
    width: 50%;
    padding-left: 18px;
    box-sizing: border-box;
}

.s1_2_conbox_ul ul li {
    width: 100%;
    list-style: disc;
    font-size: 17px;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 28px;
    margin-bottom: 5px;
}

.s1_2_conbox_ul ul li:last-child{
    margin-bottom: 0;
}

.s1_2_conbox_ul ul li::marker {
    font-size: 11px;
    color: #ed2a76;
}

/* // sub1_2 */


/* sub1_3 */
.sub1_3_content {
    width: 100%;
    padding: 75px 0 200px;
}

.s1_3_txt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s1_3_txt>p {
    text-align: center;
    font-size: 48px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s1_3_txt>p span {
    font-size: 17px;
    font-family: 'YUniverse-B', sans-serif;
    text-transform: uppercase;
    background: linear-gradient(to right, #ed2a76, #ff8a8d, #fbaf3f);
    color: transparent;
    -webkit-background-clip: text;
    letter-spacing: 2px;
    margin-right: -2px;
    display: inline-block;
    margin-bottom: 13px;
}

.s1_3_txt>span {
    text-align: center;
    display: block;
    margin-top: 30px;
    font-size: 30px;
    color: #111;
    line-height: 42px;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s1_3_txt>span strong {
    font-weight: normal;
    font-size: 32px;
    font-family: 'Pretendard-Bold', sans-serif;
}

.sub1_3_content ul {
    width: 100%;
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
}

.sub1_3_content ul li {
    width: 48%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    cursor: pointer;
}

.sub1_3_content ul li img {
    width: 100%;
    transition: opacity .3s;
}

.sub1_3_content ul li:hover img {
    opacity: .5;
}

.s1_3_hover_txt {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(199, 177, 153, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.sub1_3_content ul li:hover .s1_3_hover_txt {
    opacity: 1;
    visibility: visible;
}

.s1_3_hover_txt p {
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s1_3_hover_txt p span {
    font-size: 38px;
    display: block;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s1_3_hover_txt>span {
    font-size: 34px;
    color: #fff;
    font-family: 'NanumSoMiCes', sans-serif;
    display: block;
    margin-top: 5px;
}

/* // sub1_3 */


/* sub1_3_1 */
.sub1_3_1_content .img_hover_txt {
    background-color: #e7d8c4;
}

/* // sub1_3_1 */


/* sub1_3_2 */
span.margin_top {
    margin: 40px 0 -70px;
}

/* // sub1_3_2 */


/* sub1_4 */
.sub1_4_content {
    width: 100%;
    padding: 75px 0 200px;
}

.s1_4_section1 {
    width: 100%;
    padding-bottom: 80px;
}

.s1_4_section1 ul {
    width: 100%;
    margin-top: 75px;
    display: inline-block;
}

.s1_4_section1 ul li {
    width: 22.5%;
    height: 360px;
    float: left;
    margin-right: 3.33%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background-color: #bca692;
    cursor: pointer;
}

.s1_4_section1 ul li:nth-child(4n) {
    margin-right: 0;
}

.s1_4_section1 ul li img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-35%);
    transition: transform .5s;
}

.s1_4_section1 ul li:hover img {
    transform: translateX(-50%);  
}

.s1_4_section1 ul li:nth-child(9) img{
    transform: translateX(-45%);
}

.s1_4_section1 ul li:nth-child(9):hover img{
    transform: translateX(-60%);  
}

.before_txt {
    position: absolute;
    top: 30px;
    left: 15px;
    transition: opacity .3s;
}

.s1_4_section1 ul li:hover .before_txt {
    opacity: 0;
}

.before_txt p {
    font-size: 18px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.before_txt p span {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
}

.after_txt {
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    transition: height .3s;
}

.s1_4_section1 ul li:hover .after_txt {
    height: 50%;
}

.after_txt p {
    width: max-content;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
    opacity: 0;
    transition: opacity .5s;
}

.s1_4_section1 ul li:hover .after_txt p {
    opacity: 1;
}

.after_txt p span {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
}

.s1_4_section2 {
    width: 100%;
}

.s1_4_section2 .center {
    padding-top: 90px;
    border-top: 1px solid #ccc;
}

.s1_4_section2 .center>p {
    font-size: 19px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s1_4_section2 .center>p span {
    font-family: 'YUniverse-B', sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

ul.artist_slide {
    width: 100%;
    margin-top: 45px;
    padding: 0 100px;
    box-sizing: border-box;
    display: flex !important;
}

ul.artist_slide li {
    height: 280px !important;
    margin: 0 10px;
    cursor: pointer;
}

ul.artist_slide li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* // sub1_4 */


/* sub1_4_1 */
.sub1_4_1_content {
    width: 100%;
    padding-bottom: 200px;
}

.s1_4_1_section1 {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
}

.s1_4_more_img {
    width: 1920px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sub1_4_1_content .s1_2_section2 {
    background-color: #fff;
    padding: 90px 0 110px;
}

/* // sub1_4_1 */


/* sub1_5 */
.s1_5_section1 ul li {
    cursor: inherit;
}

/* // sub1_5 */


/* sub1_6 */
.sub1_6_content {
    width: 100%;
    padding: 75px 0 200px;
}

.s1_6_section1 {
    padding-bottom: 110px;
}

.s1_6_section1 .s1_1_con1 {
    margin-top: 75px;
    align-items: flex-end;
}

.s1_6_txt {
    width: 50%;
    margin-bottom: 20px;
}

.s1_6_txt>p {
    font-size: 31px;
    color: #111;
    line-height: 42px;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s1_6_txt>p strong {
    font-size: 33px;
    font-weight: normal;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s1_6_txt>p span {
    font-size: 18px;
    font-family: 'YUniverse-B', sans-serif;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.s1_6_txt .s1_2_conbox {
    width: 100%;
}

.s1_6_txt .s1_2_conbox ul {
    width: 100%;
}

.s1_6_txt .s1_2_conbox ul li span {
    width: 11%;
    display: inline-block;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s1_6_txt .s1_2_conbox ul li p {
    margin-left: 62px;
}

/* // sub1_6 */


/* sub1_7 */
#sub_intro {
    width: 100%;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sub1_7_intro {
    background-image: url(../images/sub1_7_intro.jpg);
}

#sub_intro p {
    font-size: 48px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
    text-align: center;
    text-transform: uppercase;
}

#sub_intro p span {
    font-size: 18px;
    display: block;
    font-family: 'YUniverse-B', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    margin-right: -2.5px;
    margin-bottom: 20px;
}

#sub_intro>span {
    font-size: 19px;
    color: #fff;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    line-height: 29px;
    text-align: center;
    display: block;
    margin-top: 35px;
}

.sub1_7_content {
    width: 100%;
    padding-top: 80px;
}

.history_tab {
    width: 100%;
}

.history_tab ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

.history_tab ul li {
    width: 240px;
    height: 60px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #666;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-right: 10px;
    cursor: pointer;
}

.history_tab ul li:last-child {
    margin-right: 0;
}

.history_tab ul li.on {
    border: 0;
    background-color: #ed2a76;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.history_tabcon {
    width: 100%;
    margin-top: 50px;
    border-top: 1px solid #ed2a76;
    position: relative;
    padding-bottom: 200px;
    display: none;
}

.history_tabcon.on {
    display: block;
}

.history_tabcon>p {
    font-size: 18px;
    color: #111;
    font-family: 'YUniverse-B', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 7px 0 0 10px;
}

.prograssbar {
    width: 1px;
    height: 100%;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 355px;
    z-index: -1;
}

.history_tabcon ul {
    width: 100%;
    margin-top: 55px;
}

.history_tabcon ul li {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.history_tabcon ul li:last-child {
    margin-bottom: 0;
}

.year {
    width: 29%;
    font-size: 48px;
    color: #111;
    font-family: 'Pretendard-ExtraBold', sans-serif;
    padding-left: 10px;
    box-sizing: border-box;
}

.history_content {
    width: 71%;
    display: flex;
    align-items: flex-start;
    margin-top: 15px;
}

.circle_bar {
    width: 8%;
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.circle_bar span {
    width: 30px;
    height: 1px;
    background-color: #ed2a76;
}

.circle {
    width: 15px;
    height: 15px;
    border-radius: 30px;
    border: 3px solid #ed2a76;
    box-sizing: border-box;
    background-color: #fff;
}

.his_list {
    width: 92%;
    font-size: 17px;
    line-height: 33px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
}

/* // sub1_7 */


/* sub1_8_1 */
.sub1_8_intro {
    background-image: url(../images/sub1_8_intro.jpg);
}

.sub1_8_content {
    width: 100%;
    padding: 80px 0 200px;
}

.s1_8_tab {
    width: 100%;
}

.s1_8_tab ul {
    display: flex;
    justify-content: center;
}

.s1_8_tab ul li {
    width: 240px;
    height: 60px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #666;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-right: 10px;
    cursor: pointer;
}

.s1_8_tab ul li.on {
    border: 0;
    background-color: #ed2a76;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s1_8_tab ul li:last-child {
    margin-right: 0;
}

.s1_8_1_section1 {
    width: 100%;
    margin-top: 100px;
}

.s1_8_slide {
    width: 100%;
    margin-top: 60px;
}

.s1_8_img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
}

.s1_8_img img {
    width: 100%;
}

.s1_8_1_section1 .center>p {
    text-align: center;
    font-size: 21px;
    color: #111;
    line-height: 33px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 45px;
}

.s1_8_1_section1 .center>p span {
    color: #ed2a76;
    font-size: 23px;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s1_8_1_section2 {
    width: 100%;
    margin-top: 90px;
}

.s1_8_1_section2 .center {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.s1_8_tabcon {
    width: 840px;
    display: none;
}

.s1_8_tabcon.on {
    display: block;
}

.s1_8_tab_img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.s1_8_tab_img img {
    width: 100%;
}

.s1_8_tab_info {
    width: 100%;
    margin-top: 25px;
}

.s1_8_tab_info>p {
    font-size: 33px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s1_8_tab_info>p span {
    font-size: 18px;
    font-family: 'YUniverse-B', sans-serif;
    text-transform: uppercase;
    background: linear-gradient(to right, #ed2a76, #ff8a8d, #fbaf3f);
    color: transparent;
    -webkit-background-clip: text;
    display: inline-block;
    margin-bottom: 13px;
    letter-spacing: 2px;
}

.s1_8_tab_info>span {
    display: block;
    font-size: 17px;
    line-height: 28px;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 25px;
}

.s1_8_tab_info a {
    width: 300px;
    height: 70px;
    border-radius: 10px;
    background-color: #ed2a76;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    padding: 0 40px;
    box-sizing: border-box;
}

.s1_8_tab_info a p {
    font-size: 17px;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s1_8_tab_info a i {
    color: #fff;
    font-size: 18px;
    /* margin-left: 40px; */
    font-weight: bold;
}

.s1_8_tab2 {
    width: 300px;
}

.s1_8_tab2 ul {
    width: 100%;
}

.s1_8_tab2 ul li {
    width: 100%;
    background-color: #000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.s1_8_tab2 ul li:last-child {
    margin-bottom: 0;
}

.s1_8_tab2 ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    transition: transform .5s;
}

.s1_8_tab2 ul li p {
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 23px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s1_8_tab2 ul li.on {
    outline: 2px solid #ed2a76;
}

.s1_8_tab2 ul li:hover {
    outline: 2px solid #ed2a76;
}

.s1_8_tab2 ul li:hover img {
    transform: scale(1.1);
}

/* // sub1_8_1 */


/* sub1_9 */
.sub1_9_intro {
    background-image: url(../images/sub1_9_intro.jpg);
}

.sub1_9_content {
    width: 100%;
    padding: 80px 0 200px;
}

.sub1_9_content .center {
    display: table;
}

.s1_9_tabcon1 {
    width: 600px;
    height: 0;
    overflow: hidden;
    float: left;
}

.s1_9_tabcon1.on {
    height: 100%;
}

.map_box {
    width: 100%;
    height: 600px;
}

.root_daum_roughmap {
    width: 100% !important;
    height: 100% !important;
}

.map_border {
    border: 0 !important;
    background-color: transparent !important;
}

.wrap_map {
    width: 100%;
    height: 100% !important;
}

.s1_tab_box {
    float: right;
    width: 520px;
    margin-top: 100px;
}

.s1_9_tab {
    width: 100%;
}

.s1_9_tab ul {
    display: flex;
}

.s1_9_tab ul li {
    width: 240px;
    height: 60px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    color: #666;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-right: 10px;
    cursor: pointer;
}

.s1_9_tab ul li.on {
    border: 0;
    background-color: #ed2a76;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s1_9_tabcon2 {
    width: 100%;
    margin-top: 80px;
    padding: 0 15px;
    box-sizing: border-box;
    display: none;
}

.s1_9_tabcon2.on {
    display: block;
}

.s1_9_tabcon2>p {
    font-size: 23px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s1_9_tabcon2 ul {
    width: 100%;
    margin-top: 50px;
}

.s1_9_tabcon2 ul li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.s1_9_tabcon2 ul li:last-child {
    margin-bottom: 0;
}

.s1_9_tabcon2 ul li p {
    margin-left: 20px;
    display: flex;
    align-items: center;
    font-size: 19px;
    font-family: 'Pretendard-Light', sans-serif;
}

.s1_9_tabcon2 ul li p strong {
    font-weight: normal;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-right: 35px;
}

/* // sub1_9 */


/* sub2_1 */
ul.sub_more_menu {
    text-transform: uppercase;
    background: linear-gradient(to right, #801515, #e68181);
    color: transparent;
    -webkit-background-clip: text;
}

.sub2_1_intro {
    background-image: url(../images/sub2_1_intro.jpg);
}

.sub2_1_content {
    width: 100%;
    padding: 80px 0 200px;
}

.s2_1_tab {
    width: 100%;
    padding-bottom: 13px;
    border-bottom: 1px solid #ddd;
}

.s2_1_tab ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.s2_1_tab ul li {
    width: 240px;
    height: 60px;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #666;
    font-family: 'Pretendard-Regular', sans-serif;
    cursor: pointer;
}

.s2_1_tab ul li.on {
    border: 0;
    background-color: #ed2a76;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s2_1_tabcon {
    width: 100%;
    margin-top: 80px;
    display: none;
}

.s2_1_tabcon.on {
    display: block;
}

.s2_1_section1 {
    width: 100%;
}

.s2_1_section1 .center {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.s2_1_img {
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}

.s2_1_img img{
    max-width: 100%;
}

.s2_1_info {
    width: 51%;
    margin-bottom: 50px;
}

.s2_1_info>ul {
    width: 100%;
    margin-top: 60px;
    display: flex;
}

.s2_1_info>ul li {
    display: flex;
    align-items: center;
    margin-right: 45px;
    cursor: pointer;
}

.s2_1_info>ul li:last-child {
    margin-right: 0;
}

.s2_1_info>ul li p {
    font-size: 19px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-left: 15px;
}

.s2_1_section2 {
    width: 100%;
    margin-top: 70px;
}

.s2_1_tablebox {
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 30px;
}

.s2_1_tablebox:first-child {
    margin-top: 0;
}

.s2_1_tablebox>p {
    font-size: 18px;
    color: #ed2a76;
    font-family: 'YUniverse-B', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.s2_1_tablebox table {
    width: 100%;
    margin-top: 25px;
    border-collapse: collapse;
}

.s2_1_tablebox table th {
    padding: 18px 0 25px 20px;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 17px;
    font-family: 'Pretendard-Medium', sans-serif;
    border-top: 1px solid #333;
    border-right: 20px solid #fff;
    text-align: left;
}

.s2_1_tablebox table td {
    font-size: 17px;
    font-family: 'Pretendard-Light', sans-serif;
    border-top: 1px solid #333;
    padding: 15px 20px 20px;
    box-sizing: border-box;
    border-right: 10px solid #fff;
}

.s2_1_tablebox table td>span {
    font-size: 15px;
    color: #666;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    margin-left: 25px;
}

.s2_1_tablebox table td:last-child {
    border-right: 0;
}

/* // sub2_1 */


/* sub2_2 */
.sub2_2_intro {
    background-image: url(../images/sub2_2_intro.jpg);
}

/* // sub2_2 */


/* sub2_3 */
.sub2_3_intro {
    background-image: url(../images/sub2_3_intro.jpg);
}

.s2_3_content {
    width: 100%;
    margin-top: 50px;
}

.s2_3_content .center {
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 45px 0 55px;
}

.s2_3_content .center>p {
    text-align: center;
    font-size: 21px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s2_3_content .center>p span {
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s2_3_content ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 25px;
}

.s2_3_content ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s2_3_content ul li p {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Pretendard-Light', sans-serif;
}

.s2_3_content ul li p span {
    font-size: 20px;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

p.df_font {
    font-size: 18px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    margin: -15px 0 -15px;
    letter-spacing: normal;
}

.s2_1_tablebox table td>p {
    width: 100%;
    display: flex;
    align-items: baseline;
    font-size: 17px;
    font-family: 'Pretendard-Light', sans-serif;
    line-height: 30px;
}

.s2_1_tablebox table td>p strong {
    width: 10%;
    font-family: 'Pretendard-Medium', sans-serif;
    font-weight: normal;
}

.s2_1_tablebox table td>p strong span {
    display: block;
    font-size: 13px;
    color: #666;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: -10px;
}

/* // sub2_3 */


/* sub2_4 */
.sub2_4_intro {
    background-image: url(../images/sub2_4_intro.jpg);
}

/* // sub2_4 */


/* sub2_5 */
.sub2_5_intro {
    background-image: url(../images/sub2_5_intro.jpg);
}

/* // sub2_5 */


/* sub2_6 */
.sub2_6_intro {
    background-image: url(../images/sub2_6_intro.jpg);
}

.s2_6_tab ul {
    justify-content: flex-start;
}

/* // sub2_6 */


/* sub2_7 */
.sub2_7_intro {
    background-image: url(../images/sub2_7_intro.jpg);
}

/* // sub2_7 */


/* sub3_1 */
.sub3_1_content {
    width: 100%;
    padding: 70px 0 200px;
}

.s3_1_section1 {
    width: 100%;
}

.s3_1_section1 .center {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.s3_1_section1 .s1_8_tab_info {
    width: 50%;
    margin-bottom: 70px;
}

.s3_1_section1 .s1_8_tab_info>p {
    font-size: 48px;
}

.s3_1_section1 .s1_8_tab_info>span {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-top: 40px;
}

.s3_1_btn {
    width: 100%;
    display: flex;
    margin-top: 60px;
}

.s3_1_btn a {
    width: 250px;
    margin-top: 0;
    padding: 0 15px;
}

.s3_1_btn a:first-child {
    margin-right: 20px;
}

.s3_1_btn a p {
    font-size: 19px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-left: 15px;
}

.s3_1_sec1_img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}

.s3_1_section2 {
    width: 100%;
    padding: 120px 0 140px;
}

.s3_1_section2 ul {
    width: 100%;
}

.s3_1_section2 ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.s3_1_section2 ul li:last-child {
    margin-bottom: 0;
}

.s3_1_section2 ul li:nth-child(2) {
    flex-direction: row-reverse;
}

.s3_1_sec2_img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s3_1_sec2_img img {
    width: 100%;
}

.s3_1_sec2_txt {
    width: 46%;
    padding-left: 30px;
    box-sizing: border-box;
}

.s3_1_sec2_txt>p {
    font-size: 26px;
    line-height: 40px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s3_1_sec2_txt>p strong {
    font-size: 28px;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s3_1_sec2_txt>p strong span {
    color: #ed2a76;
}

.s3_1_sec2_txt>span {
    display: block;
    font-size: 17px;
    line-height: 29px;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 35px;
}

.s3_1_sec2_txt>span strong {
    font-weight: normal;
    display: block;
    font-size: 15px;
    color: #666;
    margin-top: 20px;
}

.s3_1_section3 {
    width: 100%;
    height: 680px;
    position: relative;
}

.s3_1_section3>img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.s3_1_sec3_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

p.s3_1_sec_title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 21px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    margin-bottom: 45px;
}

p.s3_1_sec_title span {
    font-size: 33px;
    font-family: 'Pretendard-Bold', sans-serif;
    margin-bottom: 20px;
}

.s3_1_section4 {
    width: 100%;
    padding-top: 130px;
}

.s3_1_section4 ul {
    width: 100%;
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
}

.s3_1_section4 ul li {
    width: 25%;
    padding: 0 30px;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
}

.s3_1_section4 ul li:last-child{
    border-right: 0;
}

.s3_1_sec4_img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s3_1_sec4_img img {
    width: 100%;
}

.s3_1_section4 ul li>p {
    font-size: 25px;
    color: #111;
    line-height: 33px;
    margin-top: 30px;
    font-family: 'Pretendard-Regular', sans-serif;
    padding: 0 10px;
    box-sizing: border-box;
}

.s3_1_section4 ul li>p strong {
    font-family: 'Pretendard-Bold', sans-serif;
    display: block;
}

.s3_1_section4 ul li>p span {
    display: inline-block;
    font-family: 'YUniverse-B', sans-serif;
    text-transform: uppercase;
    background: linear-gradient(to right, #ed2a76, #ff8a8d, #fbaf3f);
    color: transparent;
    -webkit-background-clip: text;
    font-size: 14px;
    margin-bottom: 3px;
    letter-spacing: 1.5px;
}

.s3_1_section4 ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.s3_1_section4 ul li a p {
    font-size: 17px;
    font-family: 'Pretendard-Regular', sans-serif;
    color: #111;
}

.s3_1_section4 ul li a i {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ed2a76;
    font-size: 19px;
    color: #fff;
    transform: translateX(-15px);
    transition: transform .3s;
}

.s3_1_section4 ul li a:hover i {
    transform: translateX(0);
}

/* // sub3_1 */


/* sub3_2 */
.s3_2_section {
    width: 100%;
    margin-top: 100px;
}

.s3_2_con {
    width: 100%;
    margin-top: 70px;
}

.s3_2_con:first-child {
    margin-top: 0;
}

.s3_2_con>p {
    font-size: 32px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s3_2_con>p span {
    font-size: 25px;
    color: #666;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s3_2_con ul {
    width: 100%;
    margin-top: 25px;
    display: inline-block;
}

.s3_2_con ul li {
    width: 31%;
    height: 100px;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 15px;
    border-top: 1px solid #111;
    padding: 20px 20px 0;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.s3_2_con ul li:nth-child(3n) {
    margin-right: 0;
}

.s3_2_con ul li p {
    font-size: 17px;
    font-family: 'Pretendard-Light', sans-serif;
}

.s3_2_con ul li p strong {
    font-size: 19px;
    font-family: 'Pretendard-SemiBold', sans-serif;
    display: block;
    margin-bottom: 8px;
    font-weight: normal;
}

.s3_2_con ul li p strong span {
    font-size: 15px;
    color: #666;
    font-family: 'Pretendard-Light', sans-serif;
}

.arrow {
    width: 50px;
    height: 50px;
    border: 1px solid #999;
    box-sizing: border-box;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #999;
    font-family: 'Pretendard-Thin', sans-serif;
    cursor: pointer;
}

.arrow:hover{
    color: #ed2a76;
    border: 1px solid #ed2a76;
}

/* // sub3_2 */


/* sub4 */
.s4_section {
    width: 100%;
}

.s4_con {
    width: 100%;
    margin-top: 95px;
}

.s4_top {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 0 10px;
    box-sizing: border-box;
}

.s4_top>span {
    font-size: 17px;
    line-height: 29px;
    font-family: 'Pretendard-Light', sans-serif;
    margin-left: 120px;
}

.s4_title {
    display: flex;
    align-items: center;
}

.s4_title p {
    font-size: 32px;
    color: #111;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s4_title p span {
    font-size: 24px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s4_title>span {
    width: 100px;
    height: 1px;
    margin-left: 20px;
    background-color: #000;
}

.s4_img {
    width: 100%;
    margin-top: 30px;
    max-width: 100%;
}

/* // sub4 */


/* sub5 */
.sub5_intro {
    background-image: url(../images/sub5_intro.jpg);
}

.sub5_content {
    width: 100%;
    padding: 70px 0 200px;
}

.sub5_section1 {
    width: 100%;
    padding: 0 110px;
    box-sizing: border-box;
}

.event_banner {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}

.event_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub5_section2 {
    width: 100%;
    margin-top: 80px;
}

.list_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list_top>p {
    font-size: 15px;
    color: #666;
    font-family: 'Pretendard-Light', sans-serif;
}

.list_top>p strong {
    font-weight: normal;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.select_search {
    width: 400px;
    height: 35px;
    border-bottom: 1px solid #000;
    display: flex;
}

.select_box {
    width: 30%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.select_box i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #333;
    font-size: 15px;
}

.select_box select {
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.searc_box {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
    box-sizing: border-box;
}

.searc_box input {
    width: 90%;
    height: 100%;
    border: 0;
    font-size: 16px;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}

.searc_box input::placeholder {
    color: #666;
    font-family: 'Pretendard-Light', sans-serif;
}

.searc_box i {
    font-size: 24px;
    color: #111;
    cursor: pointer;
}

ul.s5_ul {
    width: 100%;
    display: inline-block;
}

ul.s5_ul li {
    width: 31%;
    float: left;
    margin-right: 3.5%;
    margin-top: 40px;
    cursor: pointer;
}

ul.s5_ul li:nth-child(3n) {
    margin-right: 0;
}

.thumbnail {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 15px;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}

ul.s5_ul li:hover .thumbnail img {
    transform: scale(1.1);
}

.list_title {
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
    margin-top: 15px;
}

.list_title p {
    width: 100%;
    font-size: 17px;
    font-family: 'Pretendard-Light', sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.list_title span {
    color: #999;
    font-size: 14px;
    display: block;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    margin-top: 10px;
}

.page_btn {
    width: 100%;
    margin-top: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_btn a {
    font-size: 17px;
    color: #333;
    font-family: 'Pretendard-Regular', sans-serif;
    margin: 0 15px;
}

a.page_num {
    width: 40px;
    height: 40px;
    border: 1px solid #ed2a76;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ed2a76;
    font-family: 'Pretendard-Medium', sans-serif;
    margin: 0;
}

/* // sub5 */


/* sub5_d */
.sub5_d_content {
    width: 100%;
    padding: 80px 0 200px;
}

.detail_title {
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 20px 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.detail_title p {
    font-size: 21px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.detail_title>span {
    font-size: 14px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;
    display: block;
    margin-top: 15px;
}

.detail_content {
    width: 100%;
    padding: 50px 50px 95px;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    word-break: break-all;
}

.detail_content img,
.detail_content video,
.detail_content iframe{
    max-width: 100%;
}

.detail_content span {
    display: block;
    font-size: 17px;
    line-height: 29px;
    font-family: 'Pretendard-Light', sans-serif;
    text-align: center;
    margin-top: 20px;
}

.back_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 55px;
}

.back_btn a {
    width: 220px;
    height: 60px;
    background-color: #ed2a76;
    border-radius: 10px;
    font-size: 19px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Pretendard-Medium', sans-serif;
}

/* // sub5_d */


/* sub6 */
.sub6_intro {
    background-image: url(../images/sub6_intro.jpg);
}

.s6_ul {
    width: 100%;
}

.s6_ul ul {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}

.s6_ul ul li {
    width: 50%;
    float: left;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
}

.s6_ul ul li:nth-child(3),
.s6_ul ul li:nth-child(4) {
    margin-bottom: 0;
}

.s6_ul ul li p {
    width: 30%;
    font-size: 18px;
    color: #222;
    font-family: 'Pretendard-SemiBold', sans-serif;
}

.s6_ul ul li span {
    width: 70%;
    font-size: 18px;
    font-family: 'Pretendard-Light', sans-serif;
    display: block;
}

.s6_ul a {
    width: 300px;
    height: 70px;
    border-radius: 10px;
    background-color: #ed2a76;
    display: flex;
    align-items: center;
    margin-top: 50px;
    padding: 0 30px;
    box-sizing: border-box;
}

.s6_ul a p {
    font-size: 17px;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s6_ul a i {
    color: #fff;
    font-size: 18px;
    margin-left: 35px;
    font-weight: bold;
    transition: transform .3s;
}

.s6_ul a:hover i {
    transform: translateX(20px);
}

.s6_tablebox>p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s6_tablebox>p span {
    font-size: 14px;
    font-family: 'Pretendard-Light', sans-serif;
    color: #111;
    text-transform: lowercase;
    letter-spacing: normal;
}

.s2_1_tablebox table th span {
    display: block;
    font-size: 14px;
    font-family: 'Pretendard-Light', sans-serif;
    margin-top: 5px;
}

/* // sub6 */


/* sub7_1 */
.sub7_1_intro {
    background-image: url(../images/sub7_1_intro.jpg);
}

.sub7_1_content {
    width: 100%;
    padding: 80px 0 200px;
}

table.s7_1_table {
    width: 100%;
    border-top: 2px solid #ed2a76;
    margin-top: 40px;
    border-collapse: collapse;
}

table.s7_1_table th {
    font-weight: normal;
    padding: 15px 0;
    font-size: 17px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    border-bottom: 1px solid #ccc;
}

table.s7_1_table td {
    text-align: center;
    font-family: 'Pretendard-Light', sans-serif;
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
}

table.s7_1_table td:nth-child(2) {
    text-align: left;
}

table.s7_1_table td:nth-child(2) strong {
    font-family: 'Pretendard-Regular', sans-serif;
    font-weight: normal;
}

table.s7_1_table td:first-child,
table.s7_1_table td:nth-child(2) {
    font-size: 17px;
}

table.s7_1_table td:nth-child(3),
table.s7_1_table td:last-child {
    font-size: 15px;
    color: #666;
}

.n_fix {
    width: 70px;
    height: 30px;
    background-color: #ed2a76;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
    margin: 0 auto;
}

tr.padding_h td {
    padding: 18px 0;
}

td.cursor {
    cursor: pointer;
}

td.cursor:hover {
    text-decoration: underline;
}

/* // sub7_1 */


/* sub7_1_d */
.detail_title2 p {
    display: flex;
    align-items: center;
}

.detail_title2 p span {
    width: 70px;
    height: 30px;
    background-color: #ed2a76;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-right: 10px;
}

.detail_content2 {
    text-align: left;
}

.detail_content2 span {
    text-align: left;
}

/* // sub7_1_d */


/* sub7_2_1 */
.sub7_2_intro {
    background-image: url(../images/sub7_2_intro.jpg);
}

.sub7_2_content {
    width: 100%;
    padding: 80px 0 200px;
}

.s7_2_tab {
    margin-bottom: 55px;
}

.s7_2_tab ul {
    justify-content: center;
}

.s7_2_tabcon {
    width: 100%;
    display: none;
}

.s7_2_tabcon.on{
    display: block;
}

/* // sub7_2_1 */


/* sub7_2_1_d */
.source {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 18px 0;
    text-align: center;
    font-size: 14px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;
}

/* // sub7_2_1_d */


/* sub7_3 */
.sub7_3_intro {
    background-image: url(../images/sub7_3_intro.jpg);
}

/* // sub7_3 */


/* sub7_4 */
.sub7_4_intro {
    background-image: url(../images/sub7_4_intro.jpg);
}

ul.s7_4_ul li {
    width: 22.5%;
    margin-right: 3.33%;
}

ul.s7_4_ul li:nth-child(3n) {
    margin-right: 3.33%;
}

ul.s7_4_ul li:nth-child(4n) {
    margin-right: 0;
}

ul.s7_4_ul li .thumbnail {
    height: 150px;
}

ul.s7_4_ul li .thumbnail img,
ul.s7_4_ul li .thumbnail video,
ul.s7_4_ul li .thumbnail iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* // sub7_4 */


/* sub7_4_d */
.detail_content3 {
    padding: 40px 50px;
}

.sub7_4_d_content .s7_4_ul {
    margin-top: 20px;
}

/* // sub7_4_d */


/* sub8_1 */
.sub8_1_intro{
    background-image: url(../images/sub8_intro.jpg);
}

.sub8_1_content {
    width: 100%;
    padding: 80px 0 200px;
}

.s8_1_top {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.s8_1_top_txt p {
    font-size: 31px;
    color: #111;
    line-height: 43px;
    font-family: 'Pretendard-Regular', sans-serif;
}

.s8_1_top_txt p strong {
    font-size: 33px;
    font-family: 'Pretendard-Bold', sans-serif;
    font-weight: normal;
}

.s8_1_top_txt span {
    font-size: 17px;
    line-height: 28px;
    font-family: 'Pretendard-Light', sans-serif;
    display: block;
    margin-top: 25px;
}

.s8_1_top_tel {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}

.s8_1_top_tel p {
    font-size: 15px;
    line-height: 23px;
    text-align: right;
}

.s8_1_top_tel p strong {
    display: block;
    font-weight: normal;
    font-family: 'Pretendard-Bold', sans-serif;
    margin-bottom: 5px;
}

.s8_tel_number {
    display: flex;
    align-items: center;
    margin-top: 15px;
    font-size: 33px;
    color: #ed2a76;
    font-family: 'Pretendard-Bold', sans-serif;
}

.s8_tel_number img {
    display: block;
    margin-right: 8px;
}

.s8_1_content {
    width: 100%;
    margin-top: 35px;
    padding: 35px 15px;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.s8_1_con_left,
.s8_1_con_right {
    width: 47.5%;
}

.s8_1_con {
    width: 100%;
    margin-top: 25px;
}

.s8_1_con:first-child {
    margin-top: 0;
}

.s8_1_con>p {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #111;
    font-family: 'Pretendard-SemiBold', sans-serif;
    margin-bottom: 10px;
}

span.gray_txt {
    color: #666;
    font-size: 15px;
    font-family: 'Pretendard-Light', sans-serif;
    margin-left: 5px;
}

span.pink_circle {
    width: 7px;
    height: 7px;
    background-color: #ed2a76;
    border-radius: 10px;
    margin-left: 10px;
}

ul.select_ul {
    width: 100%;
    display: inline-block;
}

ul.select_ul li {
    width: 31%;
    height: 70px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 10px;
    font-size: 17px;
    color: #666;
    font-family: 'Pretendard-Regular', sans-serif;
    cursor: pointer;
}

ul.select_ul li:nth-child(3n) {
    margin-right: 0;
}

ul.select_ul li:nth-child(4),
ul.select_ul li:nth-child(5),
ul.select_ul li:last-child {
    margin-bottom: 0;
}

ul.select_ul li.on {
    border: 1px solid #ed2a76;
    background-color: #ed2a76;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s8_1_con textarea {
    width: 100%;
    height: 250px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 17px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
}

ul.select_ul2 {
    display: flex;
    justify-content: space-between;
}

ul.select_ul2 li {
    width: 48%;
    height: 60px;
    margin: 0;
}

.write_box {
    width: 100%;
}

.write_box input {
    width: 100%;
    height: 60px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 17px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
    margin-bottom: 13px;
}

.write_box input:last-child{
    margin-bottom: 0;
}

.write_box input::placeholder{
    font-size: 17px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;
}

.time_box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.time_select{
    width: 260px;
    height: 60px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.time_select i{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #666;
}

.time_select select{
    font-size: 19px;
    color: #333;
    font-family: 'Pretendard-Light', sans-serif;
}

.time_select>span{
    font-size: 18px;
    font-family: 'Pretendard-Light', sans-serif;
}

.agree_box{
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 15px 18px;
    font-size: 15px;
    line-height: 24px;
    color: #666;
    font-family: 'Pretendard-Light', sans-serif;
    white-space: pre-line;
    overflow: auto;
}

.agree_check{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 5px;
    box-sizing: border-box;
}

.agree_check p{
    font-size: 17px;
    font-family: 'Pretendard-Light', sans-serif;
    cursor: pointer;
}

.agree_check p span{
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    border-bottom: 1px solid #111;
}

.agree_check i{
    font-size: 28px;
    color: #ddd;
    margin-right: 5px;
    cursor: pointer;
}

.agree_check.click i{
    color: #ed2a76;
}

.sub8_1_content .back_btn{
    margin-top: 20px;
}
/* // sub8_1 */


/* sub8_4 */
.sub8_4_content{
    width: 100%;
    padding: 80px 0 200px;
}

.sub8_4_content .searc_box{
    width: 500px;
    height: 55px;
    border-bottom: 1px solid #111;
    margin: 0 auto;
}

.sub8_4_content .searc_box input{
    font-size: 17px;
    color: #111;
    font-family: 'Pretendard-Light', sans-serif;
}

.sub8_4_content .searc_box input::placeholder{
    font-size: 17px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;
}

.s8_4_tab{
    width: 100%;
    margin-top: 50px;
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
    box-sizing: border-box;
}

.s8_4_tab ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.s8_4_tab ul li{
    width: 200px;
    height: 60px;
    background-color: transparent;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #999;
    font-family: 'Pretendard-Light', sans-serif;
    cursor: pointer;
}

.s8_4_tab ul li.on{
    background-color: #ed2a76;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
}

.s8_4_tabcon{
    width: 100%;
    margin-top: 20px;
}

.s8_4_tabcon ul{
    width: 100%;
}

.s8_4_tabcon ul li{
    width: 100%;
}

.question_section{
    width: 100%;
    height: 80px;
    padding: 0 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    cursor: pointer;
}

.q_title{
    display: flex;
    align-items: center;
}

.q_title span{
    font-size: 34px;
    color: #ed2a76;
    font-family: 'Pretendard-Medium', sans-serif;
}

.q_title p{
    font-size: 19px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
    margin-left: 50px;
}

.faq_arrow{
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq_arrow i{
    font-size: 20px;
    color: #666;
}

.faq_arrow.show i{
    transform: rotate(180deg);
}

.answer_section{
    width: 100%;
    padding: 30px 50px 40px;
    box-sizing: border-box;
    background-color: rgba(237, 42, 118, 0.06);
    border-bottom: 1px solid #ccc;
    display: none;
}

.a_content{
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.a_content span{
    font-size: 34px;
    color: #111;
    font-family: 'Pretendard-Medium', sans-serif;
}

.a_content p{
    font-size: 17px;
    line-height: 30px;
    color: #222;
    font-family: 'Pretendard-Light', sans-serif;
    margin-left: 50px;
}
/* // sub8_4 */