@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

* {
    font-family: 'Noto Sans KR', sans-serif !important;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 280px;
    /* cursor:url('../Images/Icon/rn_icon/navigate.png'), auto;*/
    -webkit-tap-highlight-color: transparent;
    /*20230130추가*/

    /*20230315 드래그방지*/
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.wrap {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

button {
    border: none;
    outline: none;
    cursor: pointer;
}

.row_wrap {
    width: 100%;
    display: inline-block;
}

.txt_center {
    text-align: center !important;
}

@font-face {
    font-family: 'SEBANG_Gothic_Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/SEBANG_Gothic_Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#renewal_header {
    width: 100%;
    height: 90px;
    line-height: 110px;
    /* background: #F9F9F9; */
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
}

.rn_artist_wrap .artist a:hover {
    text-decoration: underline !important;
}

.rn_header_wrap {
    width: 1400px;
    height: 100%;
    margin: auto;
    line-height: 110px;
    position: relative;
}

.rn_header_logo {
    width: auto;
    height: 100%;
    position: absolute;
    left: -10px;
    margin: auto;
    display: flex;
}

.rn_header_logo a {
    width: auto;
    height: auto;
    display: inherit;
    align-items: center;
}

.rn_header_logo a img {
    width: 170px;
    display: block;
    float: left;
}

/*===웹메뉴===*/
.rn_menu_wrap {
    width: auto;
    height: 100%;
    line-height: 110px;
    display: inline-block;
    float: right;
}

#rn_menu {
    width: auto;
    height: 100%;
    font-size: 16px;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 9;
}

#rn_menu .rn_depth1_wrap {
    margin: 0;
    padding: 0;
    height: 100%;
}

#renewal_header .depth2_bg {
    /* opacity: 0; */
    /* overflow: hidden; */
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    /* outline: 1px solid red; */
    /*height: 136px;*/
    height: 0;
    width: 100%;
    transition: height .36s;
    /* border-bottom: 1px solid #fff; */
    /* border-top: 1px solid #e3e3e3; */
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 6px;
}

#rn_menu .rn_depth1 {
    width: auto;
    height: 100%;
    line-height: 1;
    padding-top: 45px;
    float: left;
    margin-right: 57px !important;
    margin: 0;
    display: inline-block;
    position: relative;
}

#rn_menu .rn_depth1:last-child {
    margin-right: 0 !important;
}

/*#rn_menu:hover .depth2_wrap{
    opacity: 1!important;
    height: 135px!important;
    transition: opacity .4s;
}*/

#rn_menu .depth2_wrap {
    margin: 0;
    padding: 0;
    /* outline: 1px solid red; */
    text-align: center;
    position: absolute;
    width: auto;
    max-width: 250%;
    bottom: -1px;
    /* padding: 19px 0; */
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    height: 135px;
    height: 0;
    opacity: 0;
    transition: opacity .45s;
    overflow: hidden;
}

#rn_menu .rn_depth2 {
    white-space: nowrap;
    font-size: 15.5px;
    line-height: 1;
    width: 100%;
    margin-bottom: 20px;
    transition: all .38s;
}

#rn_menu .rn_depth2 a {
    color: #444 !important;
    font-weight: 400 !important;
    transition: all .2s;
    font-size: 16px !important;
    letter-spacing: -0.6px;
}

#rn_menu .rn_depth2:hover a {
    color: #000 !important
}

#rn_menu .rn_depth1 a {
    color: #333333;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    width: 100%;

}

#rn_menu .rn_depth1 a {
    font-family: 'Poppins', sans-serif !important;
    font-size: 17px;
}

.m_menu_btn {
    width: 23px;
    height: 18px;
    display: inline-block;
    background: url('../Images/Icon/rn_icon/rn_m_menu_icon.svg')no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
    cursor: pointer;
}

/*===웹메뉴===*/


/*===모바일메뉴===*/
.mobile_menu_wrap {
    /* outline: 1px solid red; */
    /* height: 100%; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* background: gray; */
    position: relative;
}

#mobile_menu .close_wrap {
    display: inline-block;
    position: absolute;
    right: 21px;
    top: 30px;
    line-height: 1;
}

#mobile_menu .close_wrap span {
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    margin-right: 9px;
    float: left;
    margin-top: 1.5px;
    color: #000;
    display: none;
}

#mobile_menu {
    width: 70%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -70%;
    background: #fff;
    display: block;
    z-index: 99;
    padding-top: 76px;
    transition: right.35s;
}

#mobile_menu.on {
    right: 0 !important;
}

.m_close_btn {
    width: 18px;
    height: 18px;
    background: url('../Images/Icon/rn_icon/menu_close_btn.svg')no-repeat;
    background-size: 100%;
    float: left;
    margin-top: 2px;
    cursor: pointer;
}

#mobile_menu .depth1_wrap {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #e3e3e3;
}

#mobile_menu .depth1_wrap .depth1 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
}

#mobile_menu .depth1_wrap .depth1 > a {
    width: 100%;
    height: 47px;
    line-height: 47px;
    display: inline-block;
    float: left;
    color: #2e2e2e;
    padding-left: 24px;
    font-weight: 500;
    position: relative;
}

#mobile_menu .depth2_wrap {
    width: 100%;
    display: inline-block;
    height: 0;
    overflow: hidden;
    float: left;
    transition: all .35s;
    background: #fbfbfb;
}

#mobile_menu .depth2_wrap .depth2 {
    width: 100%;
    height: 47px;
    line-height: 47px;
    font-size: 14px;
    color: #333;
    float: left;
    /* padding-left: 35px; */
    border-top: 1px solid #e3e3e3;
}

#mobile_menu .depth2_wrap .depth2 > a {
    color: #403f3f;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding-left: 34px;
}

.depth2_on::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    background: url('../Images/Icon/rn_icon/m_menu_down_arrow.svg')no-repeat;
    width: 10px;
    height: 5px;
    display: inline-block;
    background-size: cover;
}

.depth2_on.off::after {
    background: url('../Images/Icon/rn_icon/m_menu_up_arrow.svg')no-repeat !important;
    background-size: cover !important;
}

.mobile_bg {
    background: #000;
    opacity: 0.56;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 98;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    transition: all .35s;
}

.mobile_bg.on {
    display: block
}


/*===모바일메뉴===*/





.cont.rn_cont {
    text-align: center;
    padding-top: 90px !important;
}

.rn_inbox {
    width: 1400px;
    height: auto;
    display: inline-block;
    margin: auto;
}

.rn_inbox * {
    text-align: left;
}

.rn_exhibition1 {
    padding-bottom: 200px !important;
}

#rn_footer {
    width: 100%;
    height: 327px;
    background: #f9f9f9;
    display: inline-block;
    padding-top: 45px;
    text-align: center;
    position: relative;
}

#rn_footer .left_area {
    width: 80%;
    height: 100%;
    float: left;
    display: inline-block;
}

#rn_footer .sns_area {
    width: auto;
    height: auto;
    margin-top: 7px;
    margin-bottom: 25px;
    display: inline-block;
    float: left;
}

#rn_footer .sns_list {
    display: inline-block;
    float: left;
}

#rn_footer .sns_list .sns {
    width: 50px;
    height: auto;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

#rn_footer .sns_list .sns a {
    display: block;
    width: 100%;
    height: auto;
}

#rn_footer .sns_list .sns a img {
    width: 100%;
    height: auto;
    display: block;
}

#rn_footer .sns_list .sns:last-child {
    margin-right: 0 !important;
}

#rn_footer .info_area {
    width: 100%;
    height: auto;
    display: inline-block;
    float: left;
}

#rn_footer .info_area > span {
    width: 100%;
    height: auto;
    line-height: 1;
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 12px;
}

#rn_footer .info_area > span:last-child {
    margin-bottom: 0 !important;
}

#rn_footer .border_st {
    width: 100%;
    height: 1px;
    background: #d1d1d1;
    display: inline-block;
    float: left;
    margin-top: 18px;
    margin-bottom: 20px;
}

#rn_footer .right_area {
    width: 20%;
    height: auto;
    float: right;
}

#rn_footer .footer_logo {
    width: auto;
    height: auto;
    display: inline-block;
    float: right;
    margin: 0;
    margin-right: 35px;
}

#rn_footer .footer_logo a {
    display: inline-block;
    width: auto;
    height: auto;
}

#rn_footer .copyright_txt {
    width: 100%;
    height: auto;
    text-align: right;
    font-size: 14px;
    color: #999999;
    line-height: 1;
    display: inline-block;
    margin: 0 !important;
}

#rn_footer .mobile {
    display: none;
}

.rn_inbox.pd_style1 {
    padding-top: 35px !important;
}

.rn_guide_wrap {
    width: auto;
    height: auto;
    display: inline-block;
    position: relative;
    float: right;
    margin-bottom: 28px;
}

.rn_guide_wrap li {
    width: auto;
    display: inline-block;
    float: left;
    margin-right: 36px;
    position: relative;
}

.rn_guide_wrap li a {
    font-size: 15px;
    color: #999999;
    display: inline-block;
    float: left;
    line-height: 18.5px;
    height: 20px;
}

.rn_guide_wrap li::after {
    content: "";
    width: 6px;
    height: 12px;
    background: url('../Images/Icon/rn_icon/rn_guide_arrow.png')no-repeat center/ 6px 12px;
    background-size: cover;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -19.5px;
}

.rn_guide_wrap li:last-child::after {
    display: none !important;
}

.rn_guide_wrap li:last-child {
    margin-right: 0 !important;
}

.rn_guide_wrap .home_icon {
    width: 18px;
    height: 17px;
    display: block;
    background: url('../Images/Icon/rn_icon/rn_guide_home.png')no-repeat;
    background-size: 100%;
    margin-top: 0.5px;
    margin-right: 1px;
}

.rn_exhibition1 .rn_ebook_area {
    width: 417px;
    width: 32.077% !important;
    height: auto;
    /* outline: 1px solid red; */
    float: left;
    display: inline-block;
    margin-right: 10%;
    max-width: 417px;
}

.rn_ebook_area .rn_eboox_img {
    width: 100%;
    height: auto;
    display: inline-block;
    box-shadow: rgb(0 0 0 / 15%) 3px 3px 15px;
}

.rn_ebook_area .rn_eboox_img img {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

.rn_ebook_area .rn_btn_wrap {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 31px;
}

.rn_ebook_btn {
    font-size: 16px;
    width: 203px;
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
    background: #fff;
    color: #333333;
    border: 1px solid #707070;
    border-radius: 14px;
    font-family: 'SEBANG_Gothic_Bold' !important;
    transition: all .25s;
}

.rn_ebook_btn:hover {
    background: #333;
    color: #fff;
}

.rn_exhibition1 .rn_info_area {
    width: 57.923%;
    height: auto;
    float: left;
    display: inline-block;
}

.rn_info_area .group {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #D1D1D1;
    /*border-top: 1px solid #D1D1D1;*/
    display: inline-block;
    float: left;
}

.rn_inbox .row_wrap {
    float: left;
}

.rn_info_area .title {
    font-size: 32px;
    color: #333333;
    line-height: 1;
    margin: 0;
    font-weight: 600;
    margin-bottom: 16.5px;
}

.rn_info_area .date {
    font-size: 20px;
    color: #666;
    line-height: 1;
    margin: 0;
}

.rn_info_area .group.info1 {
    padding-bottom: 28.5px;
}

.rn_exhibition1 .mobile.info1 {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 28px;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 39.5px;
    display: none;
}

.rn_exhibition1 .mobile.info1 .title {
    width: 100%;
    text-align: center;
    font-size: 29px;
    color: #333333;
    line-height: 1;
    font-weight: 600;
    margin: 0;
    margin-bottom: 21px;
}

.rn_exhibition1 .mobile.info1 .date {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #666;
    line-height: 1;
    margin: 0;
    font-weight: 500;
}

.rn_info_area .group.info2 {
    padding-top: 52.5px;
    padding-bottom: 52.5px;
}

.rn_info_area .group.info2 .mBlock {
    display: none;
}

.rn_info_area .group.info3 {
    border-bottom: none !important;
    padding-top: 56px;
    color: #333;
}

.rn_info_area .group.info4 {
    padding-top: 68px;
    border: none !important;
}

.rn_info_area .info2 .tit_wrap {
    width: 100%;
    height: auto;
    display: inline-block;
    float: left;
    margin-bottom: 15.5px;
}

.rn_info_area .info2 .tit_wrap:last-child {
    margin-bottom: 0 !important;
}

.rn_info_area .info2 .tit {
    width: 11.82%;
    height: auto;
    display: block;
    font-size: 16px;
    color: #333333;
    margin: 0;
    font-weight: 600;
    line-height: 1.2;
    float: left;
    margin-right: 1.462%;
}

.rn_info_area .info2 .txt {
    width: 86.718%;
    height: auto;
    display: block;
    line-height: 1.2;
    float: left;
    font-size: 16px;
    color: #666666;
    margin: 0;
}

.rn_info_area .info2 .txt .row_wrap {
    margin-bottom: 7px;
}

.rn_info_area .info2 .txt .row_wrap:last-child {
    margin-bottom: 0 !important;
}

.rn_info_area .info2 .txt .rn_info_area .group.info3 .txt_area {
    font-size: 16px;
    color: #333333;
    line-height: 1.7;
}

.rn_info_area .group .rn_artist_wrap {
    width: 100%;
    height: auto;
}

.rn_info_area .group .rn_artist_wrap .artist {
    width: 170px;
    height: auto;
    float: left;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 20px;
    /*20230208 수정*/
}

.rn_info_area .group .rn_artist_wrap .artist:nth-child(4n) {
    margin-right: 0;
    /*20230208 추가*/
}

.rn_info_area .group .rn_artist_wrap .artist:last-child {
    margin-right: 0 !important;
}

.rn_info_area .group .rn_artist_wrap .artist .img_area {
    width: 170px;
    /* min-height: 170px; */
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 100%;
}

.rn_info_area .group .rn_artist_wrap .txt_center {
    width: 100%;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center !important;
    line-height: 1;
}

.rn_artist_wrap .artist .img_area img {
    min-width: 100%;
    min-height: 100%;
    max-width: 390px;
    max-height: 320px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
}

.rn_artist_wrap .artist a {
    font-size: 16px;
    color: #333333;
    line-height: 1.1;
    /* text-decoration: underline; */
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    width: auto;
    height: 100%;
    display: inline-block;
    text-align: center;
    margin: auto;
}

.rn_artist_wrap .artist .img_area a {
    float: left;
}

.rn_title_style1 {
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 1.1;
    font-size: 36px;
    color: #333333;
    margin: 0;
    font-weight: 600;
    display: inline-block;
    margin-top: 48px;
    margin-bottom: 70px;
}

.rn_title_style1.marginB_n {
    margin-bottom: 0 !important;
}

.rn_sub_title_style1 {
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 1.1;
    font-size: 19.5px;
    color: #333333;
    margin: 0;
    font-weight: 300;
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 40px;
}

.rn_search_area {
    width: 100%;
    height: auto;
    display: inline-block;
}

.rn_search_box {
    width: 300px;
    height: 40px;
    float: right;
    position: relative;
    display: inline-block;
}

.rn_search_box::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../Images/Icon/rn_icon/search_box_icon.svg)no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    pointer-events: none;
}

.rn_search_box input {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    outline: none;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
    font-size: 14px;
    color: #333;
    padding-left: 16px;
    line-height: 40px;
    padding-right: 47px;
}

.rn_search_box input::placeholder {
    color: #999999;
}

/* 개발자들이 20230202 수정  */
.searchBtn {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../Images/Icon/rn_icon/search_box_icon.svg')no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}

.rn_exhibition_list {
    width: 100%;
    display: inline-block;
    margin: auto;
    margin-top: 58px;
    margin-bottom: 95px;
}

.rn_exhibition_list .list_set {
    width: 46%;
    height: auto;
    display: inline-block;
    margin-right: 8%;
    float: left;
    margin-top: 100px;
}

.rn_exhibition_list .list_set:nth-child(1) {
    margin-top: 0 !important;
}

.rn_exhibition_list .list_set:nth-child(2) {
    margin-top: 0 !important;
}

.rn_exhibition_list .list_set:nth-child(2n) {
    margin-right: 0 !important;
}

.rn_exhibition_list .list_set .img_area {
    width: 100%;
    height: auto;
    /* min-height: 250px; */
    margin-bottom: 20px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    vertical-align: top;
    padding-bottom: 49.7%;
    overflow: hidden;
    background: #ededed;
}

.rn_exhibition_list .list_set .img_area a {
    display: inline-block;
    float: left;
    width: 100%;
    height: auto;
    /* position: relative; */
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.rn_exhibition_list .list_set .img_area img {
    width: 100%;
    height: auto;
    max-height: 320px;
    display: block;
    float: left;
    box-sizing: border-box;
    /* border: 1px solid #D1D1D1; */
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

img {}

.rn_exhibition_list .list_set .info_area {
    width: 100%;
    height: auto;
    display: inline-block;
}

.rn_exhibition_list .list_set .info_area .row_wrap {
    line-height: 1.2;

    margin-bottom: 11px;
    white-space: normal;

    max-width: 100%;

    overflow: hidden;

    text-overflow: ellipsis;
}

.rn_exhibition_list .list_set .info_area .row_wrap:last-child {
    margin-bottom: 0 !important;
}

.rn_exhibition_list .list_set .info_area .tit {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 1.25;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.rn_exhibition_list .list_set .info_area .sub_tit {
    font-size: 16px;
    color: #666666;
    max-width: 100%;
    white-space: nowrap;

}

.rn_exhibition_list .list_set .info_area .rn_notice_mark {
    position: absolute;
    top: 0px;
    left: 0;
}

.rn_exhibition_list .list_set .info_area .title.on {
    padding-left: 46px;
}

.rn_exhibition_list .list_set .info_area .title.on .rn_notice_mark {
    display: block;
}

.rn_exhibition_list .list_set .info_area .title {
    position: relative;
    display: inline-block;
    line-height: 1;
    margin-bottom: 12px;
    width: 100%;
}

.rn_notice_mark {
    width: 38px;
    height: 21px;
    display: inline-block;
    background: url('../Images/Icon/rn_icon/notice_mark.svg')no-repeat;
    background-size: cover;
    float: left;
    display: none;
}

.rn_paging_wrap {
    margin-top: 100px;
    line-height: 1;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    display: inline-block;
    margin-bottom: 176px;
}

.rn_paging_wrap button {
    font-size: 16px;
    color: #999999;
    background: none !important;
    padding: 0 11px !important;
    cursor: pointer;
}

.rn_paging_wrap .page.on {
    border: none !important;
    color: #333 !important;
    font-weight: 500;
}

.rn_paging {
    display: inline-block;
    width: auto;
}

.rn_paging .left_wrap {
    float: left;
    display: inline-block;
    margin-right: 16px;
}

.rn_paging .pnum_wrap {
    width: auto;
    height: auto;
    display: inline-block;
    float: left;
    margin-top: 1.5px;
}

.rn_paging .right_wrap {
    float: left;
    display: inline-block;
    margin-left: 16px;
}

.rn_paging .left_btn1 {
    width: 24px;
    height: 24px;
    display: inline-block;
    padding: 0 !important;
    position: relative;
}

.rn_paging .left_btn2 {
    width: 24px;
    height: 24px;
    display: inline-block;
    padding: 0 !important;
    position: relative;
}

.rn_paging .left_btn1::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 12px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url('../Images/Icon/rn_icon/paging_left2.svg')no-repeat !important;
    background-size: cover !important;
}

.rn_paging .left_btn2::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 12px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url('../Images/Icon/rn_icon/paging_left1.svg')no-repeat !important;
    background-size: cover !important;
}

.rn_paging .right_btn1 {
    width: 24px;
    height: 24px;
    display: inline-block;
    padding: 0 !important;
    position: relative;
}

.rn_paging .right_btn2 {
    width: 24px;
    height: 24px;
    display: inline-block;
    padding: 0 !important;
    position: relative;
}

.rn_paging .right_btn1::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 12px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url('../Images/Icon/rn_icon/paging_right1.svg')no-repeat !important;
    background-size: cover !important;
}

.rn_paging .right_btn2::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 12px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url('../Images/Icon/rn_icon/paging_right2.svg')no-repeat !important;
    background-size: cover !important;
}

.rn_list_option_wrap {
    width: 100%;
    height: auto;
    line-height: 1;
    display: inline-block;
    text-align: center;
    margin-bottom: 55px;
}

.rn_list_option {
    display: inline-block;
    float: inherit;
    list-style: none;
    /* outline: 1px solid red; */
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.rn_list_option li {
    width: 84px !important;
    height: 41px;
    float: left;
    /* padding: 0 12px; */
    color: #c3c3c3;
    position: relative;
    cursor: pointer;
    line-height: 41px;
    border-radius: 50%;
    background: #fff;
    /* border: 1px solid #000; */
    text-align: center;
    /* padding: 0 5px; */
    display: inline-block;
    margin-right: 20px;
    font-weight: 500;
    /*20230202 수정 이름순정렬*/
    border: 1px solid #D1D1D1;
    border-radius: 21px;
}

.rn_list_option li.on {
    color: #333 !important;
    font-weight: 600;
    border: 1px solid #888 !important;
}

.rn_list_option li.eng {
    font-size: 13px !important;
    margin-right: 0;
}

.rn_artist_list_wrap {
    width: 100%;
    height: auto;
    /* outline: 1px solid blue; */
    display: inline-block;
    margin-top: 33px;
    margin-bottom: 45px;
}

.list_st1 .list_set {

    border-radius: 15px;

    box-shadow: rgb(0 0 0 / 10%) 0px 4px 15px;

    display: inline-block;

    overflow: hidden;
    transition: all .2s;
}


.list_st1 .list_set:hover {
    box-shadow: rgb(0 0 0 / 15%) 0px 6px 25px !important
}

.list_st1 .list_set:hover .btn_style1 {
    border: 1px solid #b9b9b9;
}



.rn_artist_list_wrap .list_set {
    width: 24.231%;
    margin-right: 1%;
    height: auto;
    float: left;
    margin-bottom: 45px;
}

.rn_artist_list_wrap .list_set:nth-of-type(4n) {
    margin-right: 0 !important;
    /*20230624*/
}

.list_st1 .list_set .img_area {
    width: 100%;
    padding-top: 92.385%;
    position: relative;
    overflow: hidden;
}

.list_st1 .list_set .img_area a {
    display: flex;
    justify-content: center;
}

.list_st1 .list_set .img_area img {
    min-width: 100%;
    width: auto;
    max-width: 201%;
    height: auto;
    min-height: 100%;
    max-height: 170%;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .5s;
}

.list_st1 .list_set:hover .img_area img {
    transform: scale(1.057)
        /*translate(-50%, -50%) 20230315*/
    ;
}

.list_st1 .list_set .list_info {
    width: 100%;
    height: 115px;
    padding: 13px 18px;
    position: relative;
    display: inline-block;
    float: left;
    overflow-y: auto;
}

.list_st1 .list_set .list_info .name {
    width: 100%;
    height: auto;
    line-height: 1.3;
    font-size: 16px;
    display: inline-block;
    float: left;
    color: #333;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.list_st1 .list_set .list_info .name a {
    color: #333333;
    line-height: 1;
    display: inline-block;
    font-weight: 400;
}




.btn_style1 {
    width: 123px;
    height: 30px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #D1D1D1;
    font-size: 13px;
    color: #666666;
    text-align: center;
    font-weight: 500;
    position: absolute;
    bottom: 13px;
    left: 18px;
    line-height: 27px;
    white-space: nowrap;
    cursor: pointer;
    transition: border .25s;
}

.btn_style1:hover {
    border: 1px solid #b9b9b9;
}

.btn_style2 {
    width: auto;
    height: 34px;
    line-height: 34px;
    background: #333333;
    font-size: 16px;
    color: #fff;
    padding: 0 27px;
    white-space: nowrap;
    border-radius: 10px;
}

.btn_style3 {
    width: 134px;
    height: 50px;
    line-height: 49px;
    white-space: nowrap;
    color: #fff;
    background: #333333;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    font-weight: 300;
    border-radius: 3px;
    transition: all .2s;
}

.btn_style4 {
    width: 134px;
    height: 50px;
    line-height: 47px;
    white-space: nowrap;
    color: #333333;
    background: transparent;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    font-weight: 300;
    border: 1px solid #999999;
    font-weight: 400;
    border-radius: 3px;
}

.right_align {
    float: right !important;
}

.bottom_btn_wrap {
    width: 100%;
    height: auto;
    display: inline-block;
    padding-top: 19px;
    border-top: 1px solid #D1D1D1;
    margin-top: 200px;
}

::-webkit-scrollbar-thumb {
    background-color: #cbcbcb;
    /*스크롤바의 색상*/
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /*스크롤바 트랙 색상*/
}

::-webkit-scrollbar {
    width: 9.5px !important;
    height: 9.5px !important;
    /*스크롤바의 너비*/
}

.m_block {
    display: none;
}

.table_wrap {
    width: 100%;
    display: inline-block;
}

.list_table {
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #D1D1D1;
    border-collapse: collapse;
    margin-bottom: 60px;
    table-layout: fixed;
}

.list_table thead {
    height: 47px;
    line-height: 1;
}

.list_table th {
    height: 47px;
    line-height: 1;
    border-collapse: collapse;
    border-top: 2px solid #D1D1D1;
    border-bottom: 2px solid #D1D1D1;
    text-align: center;
    font-size: 16px;
    color: #333333;
    padding: 0 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*test 수정*/
}

.list_table td {
    border-collapse: collapse;
    text-align: center;
    height: 47px;
    min-height: 47px;
    line-height: 1;
    font-size: 16px;
    color: #333333;
    padding: 5px 6px;
    border-bottom: 1px solid #D1D1D1;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
}

.list_table td.font_sz1 {
    font-size: 14px !important;
}

.txt_left {
    text-align: left !important;
}

.txt_right {
    text-align: right !important;
}

.notice_on .notice_mark {
    display: inline-block !important;
}

.notice_mark {
    width: 38px;
    height: 21px;
    display: inline-block;
    background: url('../Images/Icon/rn_icon/notice_mark.svg')no-repeat;
    background-size: cover;
    float: left;
    display: none;
    margin-right: 14px;
}

/* 개발자 20230214  */
.notice_mark_user {
    width: 38px;
    height: 21px;
    display: inline-block;
    background: url('../Images/Icon/rn_icon/notice_mark.svg')no-repeat;
    background-size: cover;
}


.rn_notice_list {
    width: 100%;
    display: block;
    margin-top: 35px;
}

.list_table td a {
    color: #333;
}

.list_table td span {
    line-height: 19.5px;
}

.rn_artist1 {
    margin-bottom: 160px;
}

.rn_artist1 .rn_artist_info_wrap {
    width: 100%;
    /* outline: 1px solid blue; */
    display: inline-block;
    height: auto;
    margin-top: 4px;
    position: relative;
}

.rn_artist1 .bottom_btn_wrap {
    margin-top: 0;
}

.rn_artist_info_wrap .artist_img_area {
    width: 49.924%;
    height: auto;
    margin-right: 5.38%;
    /* outline: 1px solid red; */
    display: inline-block;
    float: left;
    border-radius: 14px;
    overflow: hidden;
}

.rn_artist_info_wrap .artist_img_area img {
    width: 100%;
    display: block;
}

.rn_artist_info_wrap .artist_info_area {
    width: 44.696%;
    height: auto;
    /* outline: 1px solid yellow; */
    display: inline-block;
    float: left;
}

.rn_artist_info_wrap .info_wrap {
    width: 100%;
    height: auto;
    display: inline-block;
    float: left;
}

.rn_artist_info_wrap .info_wrap.artist_note {
    margin-bottom: 78px;
}

.rn_artist_info_wrap .info_wrap.name {
    width: 100%;
    height: auto;
    padding-bottom: 17px;
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: 26px;
}

.rn_artist_info_wrap .info_wrap.name.mobile {
    display: none;
}

.rn_artist_info_wrap .info_wrap .artist_name {
    width: 100%;
    line-height: 1;
    font-size: 32px;
    color: #333333;
    margin: 0;
    font-weight: 700;
}

.rn_artist_info_wrap .info_wrap .artist_name_eng {
    width: 100%;
    line-height: 1;
    font-size: 17px;
    color: #333333;
    margin: 0;
    padding-left: 4px;
    margin-top: 15px;
}

.rn_artist_info_wrap .info_wrap .info_tit {
    font-size: 16px;
    width: 100%;
    line-height: 1;
    color: #333333;
    margin-bottom: 8px;
    margin-top: 0;
    font-weight: 700;
    display: block;
}

.rn_artist_info_wrap .info_wrap .info_txt {
    width: 100%;
    height: auto;
    max-height: inherit;
    display: inline-block;
    font-size: 16px;
    color: #333;
    float: left;
    line-height: 1.5;
    overflow: auto;
    padding-right: 5px;
}


.scroll_bar_st::-webkit-scrollbar-thumb {
    background-color: #bebebe;
    /*20230202수정 작가상세 스크롤바*/
    /*스크롤바의 색상*/
}

.scroll_bar_st::-webkit-scrollbar-track {
    background-color: #e5e5e5;
    /*20230202수정 작가상세 스크롤바*/
    /*스크롤바 트랙 색상*/
}

.scroll_bar_st::-webkit-scrollbar {
    width: 11px !important;
    /*스크롤바의 너비*/
}


.list_info::-webkit-scrollbar-thumb {
    background-color: #cbcbcb;
    /*스크롤바의 색상*/
}

.list_info::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /*스크롤바 트랙 색상*/
}

.list_info::-webkit-scrollbar {
    width: 6.5px !important;
    height: 6.5px !important;
    /*스크롤바의 너비*/
}

.rn_artist_info_wrap .tab_wrap {
    /* margin-top: 50px; */
}

.rn_artist_info_wrap .tab_menu {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    display: inline-block;
    float: left;
}

.rn_artist_info_wrap .tab_menu li {
    width: 25%;
    height: 45px;
    line-height: 43px;
    text-align: center;
    float: left;
    border-bottom: 2px solid #e6e6e6;
    cursor: pointer;
    color: #666;
    transition: border .18s;
}

.rn_artist_info_wrap .tab_cont li:last-child {
    margin-bottom: 0 !important;
    /*20230202추가 탭메뉴*/
}

.rn_artist_info_wrap .tab_menu li.on {
    font-weight: 700 !important;
    border-bottom: 2px solid #333;
    color: #333;
}

.rn_artist_info_wrap .tab_cont {
    width: 100%;
    min-height: 300px;
    max-height: 370px;
    display: inline-block;
    float: left;
    padding-right: 5px;
    font-size: 16px;
    /* margin-top: 27px; */
    overflow: auto;
    /*20230202수정 탭메뉴*/
}

.rn_artist_info_wrap .tab_cont li {
    line-height: 1;
    width: 100%;
    height: auto;
    color: #333;
    display: inline-block;
    margin-bottom: 25px;
    float: left;
    /*20230202수정 탭메뉴*/
}

.rn_artist_info_wrap .tab_cont li.on {
    display: inline-block;
}

.rn_artist_info_wrap .tab_cont span {
    width: 100%;
    line-height: 1.4;
    height: auto;
    display: inline-block;
    margin-bottom: 19px;
}

.rn_artist_info_wrap .tab_cont span:last-child {
    margin-bottom: 0 !important;
}

.list_set.art_info .list_info span {
    width: 100%;
    height: auto;
    display: inline-block;
    line-height: 1;
    float: left;
}

.list_set.art_info .list_info .art_name {
    font-size: 16px;
    color: #333333;
    margin-bottom: 9.5px;
}

.list_set.art_info .list_info .art_size {
    font-size: 14px;
    color: #999999;
    margin-bottom: 15px;
}

.list_set.art_info .list_info .art_material {
    font-size: 14px;
    color: #666666;
}

.rn_artist1 .rn_artist_list_wrap {
    margin-bottom: 72px;
    margin-top: 120px;
}

.pop_art_area {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
    /* outline: 1px solid red; */
    /* height: 100%; */
    width: 44%;
    /* display: inline-block; */
    display: none;
}

.pop_art_area img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.pop_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.71;
    z-index: 999;
    display: none;
}

.pop_bg.on {
    display: block !important;
}

.pop_art_area.on {
    display: block !important;
}

.pop_art_area .close_btn {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: url('../Images/Icon/rn_icon/close_btn_white.png')no-repeat;
    background-size: cover;
    cursor: pointer;
    position: absolute;
    top: -3%;
    right: -54px;
    opacity: 0.9;
}

.pop_art_area .arrow {
    width: 45px;
    height: 45px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    bottom: 0;
    margin: auto;
    /* outline: 1px solid red; */
    /* opacity: 0.85; */
}

.pop_art_area .arrow.right {
    background: url('../Images/Icon/rn_icon/pop_right_btn.png')no-repeat;
    background-size: cover;
    right: -90px;
}

.pop_art_area .arrow.left {
    left: -90px;
    background: url('../Images/Icon/rn_icon/pop_left_btn.png')no-repeat;
    background-size: cover;
}

.pop_art_area .img_area {
    display: inline-block;
    /* outline: 1px solid red; */
    /* position: absolute; */
    max-width: 100%;
    height: auto;
    max-height: 76%;
    /* height: auto; */
    left: 0;
    right: 0;
    bottom: 0;
    top: 4.5%;
    margin: auto;
    position: absolute;
    text-align: center;
    max-width: 100%;
}

.pop_art_area .art_name {
    width: 100%;
    height: 18px;
    line-height: 1;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    bottom: -35px;
    font-weight: 300;
    text-align: center;
}

.art_pop {
    width: 50%;
    height: 84%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    bottom: 0;
    right: 0;
    margin: auto;
    display: none;
    /* outline: 1px solid yellow; */
    min-width: 896px;
    /* min-height: 800px; */
}

.art_pop::before {
    content: "";
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99;
    width: 100%;
    height: 100%;
}

.art_pop .swiper-container {
    /* outline: 1px solid red; */
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.art_pop .swiper-container .swiper-wrapper {
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    /* outline: 1px solid blue; */
    /* transform: translateY(-50%)!important; */
    /* top: 50%; */
}

.art_pop .swiper-slide {
    height: auto;
    max-height: 100%;
    /* outline: 1px solid yellow; */
    text-align: center;
    width: 100%;
}

.art_pop .swiper-slide img {
    max-width: 77%;
    max-height: 100%;
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* margin: auto; */
    /* display: block; */
    /* outline: 1px solid blue; */
    /* z-index: 9999999; */
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    max-height: 91.5%;
}

.art_pop .close_btn {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../Images/Icon/rn_icon/close_btn_white.png)no-repeat;
    background-size: cover;
    cursor: pointer;
    position: fixed;
    top: 30px;
    right: 30px;
    opacity: 0.9;
    z-index: 99999;
}

.art_pop .art_info {
    width: auto;
    height: auto;
    line-height: 1;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    z-index: 999999;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5.5px;
    margin: auto;
    text-align: center;
    font-weight: 200;
}

.art_pop .art_info .size {
    margin: 0 9px;
}

.art_pop .art_info span {
    display: inline-block;
    width: auto;
    color: #fff;
    text-shadow: 3px 1px 6px #303030;
}

.rn_notice_area {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 150px;
}

.rn_notice_area .notice_tit {
    width: 100%;
    height: auto;
    line-height: 1.15;
    display: inline-block;
    font-size: 24px;
    color: #333333;
    padding: 20.5px 9px;
}

.rn_notice_area .notice_tit p {
    margin: 0;
    font-weight: 700;
}

.rn_notice_area .notice_info {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    padding: 0 9px;
}

.rn_notice_area .notice_info .info {

    font-size: 16px;
    color: #333;
    display: inline-block;
    float: left;
    margin-right: 40px;
}

.rn_notice_area .notice_info .tit {
    margin-right: 3px;
}

.rn_notice_area .notice_info .info.date {
    float: right;
    margin-right: 0;
}

.rn_notice_area .notice_cont {
    padding: 48px 10px;
    color: #333;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 100%;
    box-sizing: border-box;
    word-break: break-all;
    white-space: inherit;
}

.rn_notice_area .down_file {
    height: auto;
    line-height: 1;
    border-top: 1px solid #D1D1D1;
    /* border-bottom: 1px solid #D1D1D1; */
    padding: 16.5px 20px 14px 50px;
    /* padding-left: 50px; */
    display: inline-block;
    position: relative;
}

.rn_notice_area img {
    max-width: 100%;
}

.file_down_icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('../Images/Icon/rn_icon/file_down_icon.svg')no-repeat;
    background-size: cover;
    /* margin-top: 17px; */
    float: left;
    margin-right: 14px;
    position: absolute;
    left: 20px;
}

.file_down_txt {
    font-size: 16px;
    color: #666666;
    text-decoration: underline;
    cursor: pointer;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 5px;
    float: left;
}

.marginT_n {
    margin-top: 0 !important;
}

.w_auto {
    width: auto !important;
}

/*====메인페이지====*/
#main .section1 {
    width: 100%;
    height: auto;
    /* outline: 1px solid red; */
    margin-bottom: 149px;
    position: relative;
    -webkit-touch-callout: none;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

#main .section1 .main_txt1 {
    font-size: 10.3vw;
    color: #fff;
    font-family: 'Poppins' !important;
    top: 23.93%;
    position: absolute;
    left: 14.1%;
    display: inline-block;
    width: 881px;
    height: auto;
    z-index: 9;
    text-align: left;
    font-weight: 600;
    line-height: 1.1;
    opacity: 0;
    transition: all .15s;
    /*20230208*/
}

#main .main_banner .swiper {
    width: 100%;
    height: 100%;
}

#main .main_banner .swiper-slide img.mobile {
    display: none;
}

#main .main_slid .swiper-slide {
    background-position: center;
    background-size: cover;
}

#main .main_banner .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

#main .main_banner .swiper-fade .swiper-slide {
    float: left;
    display: inline-block;
    height: auto;
}

#main .main_banner .swiper-fade .swiper-slide::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    transition: all .15s;
    /* opacity: 0.5; */
}

#main .main_banner .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    margin: 0 10px;
    border: 1px solid #E6E6E6;
    opacity: 1;
}

#main .main_banner .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 30px;
}

#main .swiper-pagination-bullet-active {
    background: #E6E6E6 !important;
}

#main .exhibition .slide_wrap {
    /* outline: 1px solid red; */
    width: 100%;
    height: auto;
    display: inline-block;
}

#main .exhibition .swiper-container {
    width: 100%;
    overflow: hidden;
    padding-bottom: 12px;
}

#main .exhibition .mobile_slide {
    display: none !important;
}

#main .exhibition .swiper-slide {
    height: auto;
    /*background: #882525;*/
    text-align: center;
}

#main .info_slide.swiper {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    float: left;
    min-height: 214px;
    /*margin-bottom: 200px;*/
    /*20230530*/
}

#main .info_slide .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#main .info_slide .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main h2.tit {
    font-family: 'Bebas Neue', cursive !important;
    font-size: 50px;
    margin: 0;
    line-height: 1;
    float: left;
    font-weight: 500;
    color: #333333;
    white-space: nowrap;
}

#main > section {
    display: inline-block;
}

#main .section2 {
    /* outline: 1px solid blue; */
    margin-bottom: 215px;
    opacity: 0;
    margin-top: 110px;
    transition: opacity .3s;
}

#main .section2 .left_area {
    /* outline: 1px solid yellow; */
    width: 66.642%;
    display: inline-block;
    float: left;
    padding-right: 147px;
}

#main .section2 .right_area {
    /* outline: 1px solid red; */
    width: 33.358%;
    display: inline-block;
    float: right;
}

#main .section2 .right_area img {
    display: block;
    float: right;
    width: 100%;
    height: auto;
}

#main .section2 .txt_wrap {
    width: 100%;
    height: auto;
    display: inline-block;
    line-height: 1.5;
    font-size: 1.0621rem;
    color: #999999;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 149px;
}

#main .section2 .txt_wrap > span {
    width: 100%;
    height: auto;
    display: inline-block;
}

#main .section2 .txt1 {
    margin-bottom: 24px;
}

#main .section3 {
    width: 100%;
    margin-bottom: 240px;
    opacity: 0;
    margin-top: 90px;
}

#main .section3 .exhibition_slide {
    max-width: 1460px;
    display: inline-block;
    margin-top: 60px;
    height: auto;
}

#main .section3 .exhibition_slide .swiper-slide {
    /* outline: 1px solid red; */
    padding: 0 30px;
    overflow: hidden;
}



#main .section3 .exhibition_slide .thumbnail {
    width: 100%;
    height: auto;
    display: inline-block;
    float: left;
    position: relative;
    background: #ededed;
    padding-bottom: 50%;
}

#main .section3 .exhibition_slide .thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 335px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#main .section3 .exhibition_info {
    /* outline: 1px solid blue; */
    line-height: 1;
    height: auto;
    width: 100%;
    max-width: 100%;
    display: inline-block;
    float: left;
    margin-top: 10px;
    margin-bottom: 71px;
    display: table;
    table-layout: fixed;
}

#main .section3 .exhibition_info .tit {
    font-size: 1rem;
    color: #666666;
    font-family: 'Poppins', sans-serif !important;
    float: left;
    line-height: 16px;
    font-weight: 600;
    /* outline: 1px solid red; */
    width: 65%;
    max-width: 65%;
    text-align: left;
    padding-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /* display: grid; */
    /*20230208*/
}

#main .section3 .exhibition_info .date {
    font-size: 1rem;
    color: #999;
    font-family: 'Poppins' !important;
    font-weight: 400;
    float: right;
    line-height: 16px;
    /* outline: 1px solid blue; */
    text-align: right;
    width: 35%;
    max-width: 35%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*20230208*/
}

#main .section3 .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -4px;
}

#main .section3 .exhibition_slide .swiper-pagination-bullet-active {
    background: #666 !important;
}

#main .section3 .exhibition_slide .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #666666 !important;
    margin: 0 11.5px !important;
}

#main .section4 {
    margin-bottom:
        /*93px*/
        100px;
    /*20230530*/
    opacity: 0;
    margin-top: 100px;
}

#main .section4 .artist_wrap {
    width: 100%;
    display: inline-block;
    height: auto;
    margin-top: 60px;
    /* outline: 1px solid; */
}

#main .artist_wrap .artist_set {
    /* outline: 1px solid red; */
    width: auto;
    height: auto;
    display: inline-block;
    float: left;
    width: 23.858%;
    margin-right: 1.5226%;
    margin-bottom: 76px;
    transition: all .3s;
}

#main .artist_wrap .artist_set:nth-of-type(4n) {
    margin-right: 0 !important;
    /*20230624*/
}


#main .artist_wrap .artist_set .img_area {
    width: 100%;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

#main .artist_wrap .artist_set .img_area a {
    width: 100%;
    height: auto;
    /*display: inline-block;*/
    display: flex;
    justify-content: center;
    float: left;
    padding-top: 100%;
    position: relative;
    /*20230315*/
}

#main .artist_wrap .artist_set .img_area img {
    /* width: auto; */
    min-width: 334px;
    max-width: 750px;
    max-height: 420px;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    /*   left: 0%;
    right: 0;*/
    margin: auto;
    bottom: 0;
    transition: all .6s;
    min-height: 100%;
    /*20230315*/
}

#main .artist_wrap .artist_set:hover .img_area img {
    transform: scale(1.057)
        /*translateX(-50%) 20230315*/
    ;
}

#main .artist_wrap .artist_set .info_area {
    width: 100%;
    height: auto;
    display: inline-block;
    float: left;
    margin-top: 14px;
}

#main .artist_wrap .artist_set .info_area .name {
    font-size: 1rem;
    color: #666666;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif !important;
    display: inline-block;
    float: left;
    margin-right: 2.699%;
    font-weight: 600;
    max-width: 38.6505%;
    /* outline: 1px solid red; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#main .artist_wrap .artist_set .info_area .ename {
    font-size: 1rem;
    color: #999999;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif !important;
    display: inline-block;
    float: left;
    font-weight: 400;
    max-width: 58.6505%;
    /* outline: 1px solid blue; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#main .section5 {
    width: 100%;
    padding-top: 29px;
    position: relative;
    margin-bottom:
        /*260px;20230530*/
        210px;
    opacity: 0;
    margin-top: 100px;
}

#main .section5::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 710px;
    /*20230530*/
    background: #F9F9F9;
    position: absolute;
    top: 105px
        /*20230530*/
    ;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

#main .section5 .tit {
    margin-bottom: 28px;
}

#main .section5 .left_area {
    width: 32.429%;
    height: auto;
    display: inline-block;
    float: left;
    margin-right: 7.643%;
    margin-top: 35px;
    /*20230530*/
}

#main .section5 .left_area img {
    width: 100%;
    display: block;
}

#main .section5 .right_area {
    width: 59.928%;
    float: left;
    display: inline-block;
    height: auto;
    /* outline: 1px solid blue; */
    margin-top: 60px;
    /*20230530*/
    padding-left: 5px;
    /*20230530*/
}

#main .section5 .info_slide .title {
    width: 100%;
    display: inline-block;
    font-size: 30px;
    /*20230530*/
    color: #333333;
    line-height: 1.1;
    margin: 0;
    float: left;
    font-weight: 600;
    padding-bottom: 10px;
    /*border-bottom: 1px solid #BFBFBF;20230530*/
    margin-bottom:
        /*34px;20230530*/
        17px;
    padding-right: 110px;
}

#main .section5 .swiper-slide {
    width: 100%;
    display: inline-block;
    float: left;
    background: transparent;
    position: relative;
}

#main .section5 .info_slide .info_txt {
    width: 100%;
    height: auto;
    display: inline-block;
    float: left;
    min-height: 143px;
    /*20230530*/
    margin-bottom: 28px;
    /*20230530*/
    border-bottom: 1px solid #e5e5e5;
    /*20230530*/
    padding-bottom: 28px;
    /*20230530*/
}

#main .section5 .info_slide .info_txt:last-child {
    border-bottom: none !important
        /*20230530*/
    ;
}

#main .section5 .info_txt > li {
    height: auto;
    float: left;
    display: inline-block;
    padding-right: 36px;
}

#main .section5 .info_slide li:nth-child(1) {
    width: 37.188%;

}

#main .section5 .info_slide li:nth-child(2) {
    width: 24.196%;
}

#main .section5 .info_slide li:nth-child(3) {
    width: 38.616%;
    padding-right: 0;
}

#main .section5 .info_slide .tit {
    font-size:
        /*1.875rem20230530*/
        1.5rem;
    line-height: 1;
    color:
        /*#333333;20230530*/
        #484848;
    font-family: 'Poppins', sans-serif !important;
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 12px;
}



#main .section5 .info_slide .txt {
    font-size: 0.9376rem;
    line-height: 1;
    color: #333333;
    font-family: 'Poppins', sans-serif !important;
    width: 100%;
    float: left;
    margin-bottom: 6.5px;
    line-height: 1.3;
}

#main .section5 .swiper-button-prev.swiper-button-disabled {
    width: 42px;
    height: 42px;
    display: inline-block;
    background: url('../Images/bg/rn_main/main_info_left_arrow_disabled.svg')no-repeat;
    background-size: cover;
    top: 0;
    left: inherit !important;
    bottom: inherit;
    margin: auto;
    right: 52px;
    outline: 9px solid #F9F9F9;
}

#main .section5 .swiper-button-prev {
    width: 42px;
    height: 42px;
    display: inline-block;
    background: url('../Images/bg/rn_main/main_info_left_arrow.svg')no-repeat;
    background-size: cover;
    top: 0;
    left: inherit !important;
    bottom: inherit;
    margin: auto;
    right: 52px;
    outline: 9px solid #F9F9F9;
}

#main .section5 .swiper-button-prev::after {
    content: "";
    display: none !important;
}

#main .section5 .swiper-button-next::after {
    content: "";
    display: none !important;
}

#main .section5 .swiper-button-next {
    width: 42px;
    height: 42px;
    display: inline-block;
    background: url('../Images/bg/rn_main/main_info_right_arrow.svg')no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    position: absolute;
    bottom: inherit;
    margin: auto;
    outline: 9px solid #F9F9F9;
}

#main .section5 .swiper-button-next.swiper-button-disabled {
    width: 42px;
    height: 42px;
    display: inline-block;
    background: url('../Images/bg/rn_main/main_info_right_arrow_disabled.svg')no-repeat !important;
    background-size: cover !important;
    top: 0;
    left: inherit !important;
    bottom: inherit;
    margin: auto;
    right: 0;
    outline: 9px solid #F9F9F9;
}

#main .section5 .swiper-button-next.swiper-button-disabled {
    opacity: 1 !important;
}

#main .section5 .swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
}

.rn_artist_art_list .artist_info_area {
    width: 100%;
    height: auto;
    /* outline: 1px solid yellow; */
    display: inline-block;
    float: left;
}

.rn_artist_art_list .info_wrap {
    width: 100%;
    height: auto;
    display: inline-block;
}

.rn_artist_art_list .info_wrap.name {
    width: 100%;
    height: auto;
    padding-bottom: 17px;
    border-bottom: 1px solid #D1D1D1;
    margin-bottom: 20px;
}

.rn_artist_art_list .info_wrap .artist_name {
    width: 100%;
    line-height: 1;
    font-size: 32px;
    color: #333333;
    margin: 0;
    font-weight: 700;
}

.rn_artist_art_list .info_wrap .artist_name_eng {
    width: 100%;
    line-height: 1;
    font-size: 17px;
    color: #333333;
    margin: 0;
    padding-left: 4px;
    margin-top: 15px;
}

.rn_artist_art_list .list_st1 .list_set .list_info {
    height: 158px;
}

.rn_artist_art_list .rn_artist_list_wrap {
    margin-bottom: 72px;
    margin-top: 30px;
}

.rn_artist_art_list .bottom_btn_wrap {
    margin-top: 0;
}

#main .rv_btn {
    display: inline-block !important;
    width: 45px;
    height: 45px;
    background-size: cover;
    position: fixed;
    box-shadow: rgb(0 0 0 / 28%) 0px 3px 8px;
    right: 45px;
    z-index: 2;
    display: none;
    border: none;
    border-radius: 50%;
    overflow: hidden;
}

/*20230530*/
.popup .userchk {
    margin-top: 2.5px;
    margin-right: 4px !important;
}


/*체크박스*/
.userchk_box {
    /*   position: absolute;
    top: 0;
    bottom: 0;
    right: 0;*/
    margin: auto;
    border: none !important;
    display: none;
}

input[type=checkbox] + label.userchk {
    width: 13px;
    height: 13px;
    display: inline-block;
    cursor: pointer;
    background: url(../Images/Icon/rn_icon/userchk.svg) no-repeat;
    background-size: cover !important;
    float: inherit;
    box-sizing: border-box;
    float: left;
    margin-right: 7px;
    border: none !important;
    outline: none;

}

input[type=checkbox]:checked + label {
    background: url(../Images/Icon/rn_icon/userchk_on.svg)no-repeat !important;
    background-size: cover !important;
}

#main .rv_btn.naver {
    background: url('../Images/Icon/rn_icon/naver.svg')no-repeat;
    background-size: cover;
    bottom: 95px;
}

#main .rv_btn.kakao {
    background: url('../Images/Icon/rn_icon/kakao.svg')no-repeat;
    background-size: cover;
    bottom: 165px;
}

#main .top_btn {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url('../Images/bg/rn_main/main_top_btn.svg')no-repeat;
    background-size: cover;
    position: fixed;
    bottom: 25px;
    /*20230530*/
    right: 45px;
    z-index: 2;
    display: none;
}

.op_hidden {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sm_m_block {
    display: none;
}

.rn_about_area {
    width: 100%;
    display: inline-block;
    height: auto;
    float: left;
    margin-top: 53px;
}

.rn_about_area .mBlock {
    display: none;
}

.rn_about_area article .txt_wrap.mobile {
    display: none;
}

.rn_about_area article {
    width: 100%;
    height: auto;
    display: inline-block;
    float: left;
    /* outline: 1px solid red; */
}

.rn_about_area article.ac1 {
    /* opacity: 0; */
    /* padding-top: 90px; */
}

.rn_about_area article .img_area {
    width: 30.643%;
    height: auto;
    display: inline-block;
    float: left;
}

.rn_about_area article .img_area.mobile {
    display: none;
}

.rn_about_area article .txt_wrap {
    width: 69.357%;
    height: auto;
    display: inline-block;
    float: left;
    padding-left: 48px;
}

.rn_about_area article .img_area img {
    width: 100%;
    display: block;
}

.rn_about_area article .tit {
    font-size: 3.125rem;
    line-height: 1;
    width: 100%;
    height: auto;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 27px;
    color: #000000;
    margin-top: 102px;
}

.rn_about_area article .txt {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 16px;
    color: #333333;
    line-height: 1.74;
}

.rn_about_area .part1 {
    margin-bottom: 57px;
}

.rn_about_area .part2 .txt_wrap {
    margin-top: 59px;
    padding-left: 0 !important;
    padding-right: 148px;
}

.rn_about_area .part2 .txt1 {
    margin-bottom: 21px;
}

.rn_location_area {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #F9F9F9;
    margin-bottom: 100px;
    float: left;
    opacity: 0;
    padding-top: 90px;
}

.rn_location_area .location {
    width: 100%;
    height: auto;
    padding: 79px 0;
    display: inline-block;
}

.rn_location_area.lc1 {
    margin-top: 218px;
}

.rn_location_area .location .map_area {
    width: 50%;
    height: 493px;
    display: inline-block;
    float: left;
}

.rn_location_area .location .map_area iframe {
    width: 100%;
    height: 100%;
}

.rn_location_area .location .info_area {
    width: 50%;
    height: auto;
    display: inline-block;
    float: left;
    padding-left: 125px;
}

.rn_location_area .location .info_area.mobile {
    display: none;
}

.rn_location_area .location .info_area .name {
    padding-top: 51px;
    padding-bottom: 27px;
    border-bottom: 1px solid #BFBFBF;
    font-size: 36px;
    color: #333333;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 63px;
}

.rn_location_area .location .info_area .sub_info_wrap {
    display: inline-block;
    width: 100%;
    height: auto;
}

.rn_location_area .location .info_area .sub_info_wrap .row_wrap {
    padding-left: 48px;
    position: relative;
    margin-bottom: 45px;
}

.rn_location_area .location .info_area .sub_info_wrap .row_wrap:last-child {
    margin-bottom: 0;
}

.rn_location_area .location .info_area .sub_info_wrap .txt {
    margin: 0;
    line-height: 1.1;
    font-size: 15px;
    font-family: 'Poppins', sans-serif !important;
}

.rn_location_area .location .info_area .sub_info_wrap .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.rn_location_area .location .info_area .info1 .icon {
    width: 18.95px;
    height: 25.84px;
    display: inline-block;
    background: url('../Images/bg/rn_andante/info_icon1.svg')no-repeat;
    background-size: cover;
    left: 4px;
}

.rn_location_area .location .info_area .info2 .icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url('../Images/bg/rn_andante/info_icon2.svg')no-repeat;
    background-size: cover;
}

.rn_location_area .location .info_area .info3 .icon {
    width: 24.81px;
    height: 24.78px;
    display: inline-block;
    background: url('../Images/bg/rn_andante/info_icon3.svg')no-repeat;
    background-size: cover !important;
}

.rn_location_area .location .info_area .info4 .icon {
    width: 24.85px;
    height: 19.68px;
    display: inline-block;
    background: url('../Images/bg/rn_andante/info_icon4.svg')no-repeat;
    background-size: cover;
}

.rn_location_area .location .info_area .info2 {
    margin-bottom: 19px !important;
}

.rn_location_area .location .info_area .info2_2 .txt {
    margin-bottom: 21px;
}

.rn_location_area .location .info_area .info2_2 .txt:last-child {
    margin-bottom: 0 !important;
}

.rn_location_area.lc2 .location .info_area .info2,
.rn_location_area.lc3 .location .info_area .info2 {
    margin-bottom: 45px !important;
}

/*230215 추가*/
.table_wrap .row_wrap_user {
    width: 100%;
    display: inline-block;
    height: auto;
    float: left;
}

.table_wrap .row_wrap_user .total_num {
    width: 100%;
    font-size: 16px;
    color: #666666;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    float: left;
}

/*추가 end*/
.rn_about {
    height: auto;
    display: inline-block;
    /* margin-bottom: 218px; */
}

.rn_location_area:last-child {
    margin-bottom: 246px;
}

.rn_apply .tit_wrap {
    width: 100%;
    height: 338px;
    background: url('../Images/bg/rn_support/title_bg.png')no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;
    text-align: center;
    padding-top: 113px;
}

.rn_apply .tit_wrap .tit {
    width: 100%;
    margin: 0;
    height: auto;
    line-height: 1;
    text-align: center;
    font-size: 36px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 26px;
    white-space: nowrap;
}

.rn_apply .tit_wrap .sub_tit {
    width: 100%;
    display: inline-block;
    height: auto;
    line-height: 1.85;
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.rn_apply .tit_wrap .sub_tit .mBlock2 {
    display: none;
}

.rn_apply .apply_cont_wrap {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #F8F8F8;
    padding: 105px 190px 130px 190px;
    margin-bottom: 135px;
}

.rn_apply .apply_cont_wrap .pd_st {
    padding: 0 35px;
}

.rn_apply .apply_cont_wrap .tit {
    color: #333333;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    font-weight: 600;
    margin-bottom: 21px;
    white-space: nowrap;
}

.rn_apply .apply_cont_wrap .txt {
    font-size: 16px;
    color: #333333;
    line-height: 1;
    margin-bottom: 15px;
}

.rn_apply .apply1 .row_wrap:last-child {
    margin-bottom: 0 !important;
}

.rn_apply .apply1 {
    margin-bottom: 128px;
}

.rn_apply .apply2 {
    text-align: center;
    margin-bottom: 165px;
}

.marginB_9 {
    margin-bottom: 9px !important;
}
.marginL_5 {
    margin-left: 5px !important;
}
.rn_apply .apply2 .txt {
    margin-bottom: 18px;
}

.rn_apply .apply_guide {
    display: inline-block;
    text-align: center;
    margin: auto;
    width: auto;
    height: auto;
    margin-bottom: 90px;
    margin-top: 29px;
}

.rn_apply .apply_guide .tit .mBlock {
    display: none;
}

.rn_apply .apply_guide li {
    float: left;
    display: inline-block;
    /* outline: 1px solid blue; */
    text-align: center;
    position: relative;
    height: 100%;
    min-width: 113px;
}

.rn_apply .apply_guide .plus {
    width: auto;
    padding: 0 41.5px;
    padding-top: 20.421%;
    position: relative;
}

.rn_apply .apply_guide .plus_icon {
    width: 21px;
    height: 21px;
    display: inline-block;
    background: url('../Images/bg/rn_support/plus_icon.svg')no-repeat;
    background-size: cover;
    /* margin-top: 56px; */
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.rn_apply .apply_guide .img_area {
    width: 133px;
    height: 133px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 8px;
    margin-bottom: 18px !important;
    margin: auto;
}

.rn_apply .apply_guide .img_area img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 50px;
}

.rn_apply .apply_cont_wrap .point_tit {
    padding-left: 29px;
    position: relative;
    line-height: 1;
    margin-bottom: 28px;
    font-size: 16px;
    font-weight: 700;
}

.rn_apply .apply_cont_wrap .point_tit::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url('../Images/bg/rn_support/point_mark.svg')no-repeat;
    background-size: cover;
    width: 21px;
    height: 21px;
}

.rn_apply .apply_cont_wrap .sub_tit1 {
    color: #999999;
    padding-left: 12px;
    font-size: 16px;
}

.rn_apply .apply_cont_wrap .guide_tit {
    font-size: 14px;
}

.marginB_30 {
    margin-bottom: 30px !important;
}

.rn_apply .apply3 .tit {
    text-align: center;
    margin-bottom: 35px;
    font-size: 24px;
}

.rn_apply .benefit_wrap {
    display: inline-block;
    margin: auto;
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 70px 75px;
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 8px;
    margin-bottom: 15px;
    background: #fff;
}

.rn_apply .benefit_wrap li {
    width: 50%;
    float: left;
    /* height: auto; */
    height: 85px;
    padding-right: 40px;
    margin-bottom: 55px;
}

.rn_apply .benefit_wrap li .img_area {
    width: 15.95%;
    height: auto;
    display: inline-block;
    float: left;
}

.rn_apply .benefit_wrap li .img_area img {
    width: 100%;
    display: block;
    float: left;
}

.rn_apply .benefit_wrap li .txt_area {
    width: 84.05%;
    display: inline-block;
    float: left;
    padding-left: 36px;
}

.rn_apply .benefit_wrap li .txt_area .num {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #D1B19F;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}

.rn_apply .benefit_wrap li .txt_area .sub_tit {
    width: 100%;
    display: inline-block;
    height: auto;
    float: left;
    line-height: 1;
    font-size: 18px;
    color: #333;
    margin-bottom: 13px;
}

.rn_apply .benefit_wrap li .txt_area .main_tit {
    width: 100%;
    display: inline-block;
    height: auto;
    float: left;
    line-height: 1;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.rn_apply .benefit_wrap li:nth-child(5) {
    margin-bottom: 0 !important;
}

.rn_apply .benefit_wrap li:nth-child(6) {
    margin-bottom: 0 !important;
}

.rn_apply .apply3 .guide_tit {
    font-size: 14px;
    color: #999999;
    display: inline-block;
    float: right;
}

.btn_wrap {
    width: 100%;
    text-align: center;
    height: auto;
    display: inline-block;
}

.btn_style5 {
    width: 263px;
    height: 64px;
    display: inline-block;
    font-size: 16px;
    color: #333333;
    position: relative;
    text-align: center;
    font-weight: 400;
    border-radius: 32px;
    border: 1px solid #999999;
    background: #F8F8F8;
    padding-left: 34px;
}

.btn_style5::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../Images/bg/rn_support/down_icon.svg')no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 49px;
}

.rn_apply .apply3 {
    margin-bottom: 150px;
}

.rn_apply {
    padding: 0 !important;
}

.rn_apply .apply_guide li.step2 .img_area img {
    left: 7px !important;
}

.rn_apply .apply_guide li.step3 .img_area img {
    left: 7px !important;
}

.art_pop .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none !important;
}

.art_pop .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none !important;
}

/*20230305*/
.list_set iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 100%;
    z-index: 2;

}

/*20230306*/

.art_pop .swiper-slide iframe {
    max-width: 77%;
    height: 90%;
    max-height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

/*20230306*/


/*20230313*/
#main .section1 .main_txt1 img {
    width: 92.5vw;
}

/*20230313*/
#main .section1 .main_txt1.mobile {
    display: none;
}

/*20230315*/
.drag-prevent {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

/*20230530*/
.popup {
    display: block;
    width: 306px;
    height: 421px;
    position: fixed;
    /* outline: 1px solid red; */
    top: 130px;
    right: 100px;
    box-shadow: rgb(64 64 64 / 60%) 2px 2px 15px;
    z-index: 999;
    background: #fff;
}

.popup .popupSwiper {
    width: 100%;
    height: 400px;
    display: inline-block;
    float: left;
    position: relative;
}

.wrap .popupSwiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.wrap .popupSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    margin-right: 8px !important;
    box-shadow: rgb(0 0 0 / 90%) 1px 1px 15px;
    z-index: 999;
}

.wrap .popupSwiper .swiper-pagination-bullet-active {
    background: #E6E6E6 !important;
}

.wrap .popupSwiper .swiper-horizontal > .swiper-pagination-bullets,
.wrap .popupSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.wrap .popupSwiper .swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 4px !important;
}

.pop_bottom .txt {
    font-size: 12px;
    color: #333;
    line-height: 1;
    float: left;
    margin-top: 4px;
    margin-left: 1px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    margin-right: 1px;
}

.pop_bottom input {
    float: left;
}

.pop_bottom .check_wrap {
    display: inline-block;
    float: right;
    margin-right: 4px;
    margin-top: 1px;
}

.popup .pop_close {
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 25px;
    top: 5px;
    right: 5px;
    background: url('../Images/Icon/rn_icon/popup_close_btn.svg')no-repeat;
    background-size: cover;
    z-index: 99;
}

.popup .swiper-slide {
    float: left;
}

/*.popupSwiper::before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 93%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}*/


/*20230621 추가*/
/*푸터수정*/
@media only screen and (max-width: 320px) {
    #rn_footer .mobile div.info_area.tos > span{
        width: 100%!important;
    }
}
@media only screen and (max-width: 550px) {
    #rn_footer .mobile .info_area.tos{
        text-align: center;
        margin-bottom: 20px;
    }
    #rn_footer .mobile .info_area.info1{
        margin-bottom: 21px;
    }
    #rn_footer .mobile .info_area > span {
        width: auto!important;
        margin-right: 15px;
    }
    #rn_footer .mobile .info_area.info{
        margin-top: 0!important;
    }
    #rn_footer .mobile .info_area.info span{
        width: 100%!important;
        margin-right: 0px!important;
    }
}

#rn_footer .info_area > .row_wrap.info span {
    width: auto;
    height: auto;
    line-height: 1;
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    margin-right: 17.5px;
    margin-bottom: 11px;
}
#rn_footer .info_area > .row_wrap.info span:last-child{
    margin-right: 0!important;
}

/*팝업배경*/
.pop_bg_st1 {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgb(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 990;
    display: none;
}

/*마이페이지 반응형 수정*/
@media only screen and (max-width: 320px) {
    .rn_mypage div.mypage_wrap div.main_tit em.user_icon {
        width: 40px !important;
        height: 40px !important;
        float: left !important;
        margin-right: 9px !important;
        margin-top: 3px;
    }
}

@media only screen and (max-width: 500px) {
    .rn_mypage .mypage_wrap div.main_tit span.tit {
        font-size: 27px !important;
    }

    .rn_mypage .mypage_wrap div.main_tit em.user_icon {
        width: 45px !important;
        height: 45px !important;
        float: left !important;
        margin-right: 11px !important;
        margin-top: 5px;
    }

    .rn_mypage .mypage_wrap .main_tit span.tit {
        width: auto;
    }
}

/*약관팝업*/
@media only screen and (max-width: 500px) {
    .pop_st2 {
        padding: 24px 18px !important;
    }
}

@media only screen and (max-width: 1100px) {
    .sc_box_st2 {
        height: 349px !important;
    }

    .pop_st2 {
        width: 90% !important;
        height: 460px !important;
    }
}

.sc_box_st2 {
    width: 100%;
    height: 384px;
    overflow-y: auto;
}

.pop_st2 {
    display: none;
}

.pop_st2 .pop_tit {
    font-size: 20px;
    color: #333;
    line-height: 1;
    font-weight: 500;
    margin-top: 17px;
    margin-bottom: 24px;
}

.pop_st2 .pop_close {
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
    background: url(../Images/Icon/rn_icon/popup_close_btn_black.svg)no-repeat;
    background-size: cover;
    z-index: 99;
}

.pop_st2 {
    /* outline: 1px solid red; */
    position: fixed;
    width: 950px;
    height: 500px;
    background: #fff;
    z-index: 991;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    box-shadow: rgb(64 64 64 / 40%) 2px 2px 15px;
    padding: 24px 29px;
}

/*푸터 수정*/
@media only screen and (max-width: 730px) {
    #rn_footer .mobile .info_area.tos{
        text-align: center;
    }
    #rn_footer .mobile .info_area.tos > span{
        width: auto!important;
        margin-right: 18px;
        float: unset;
        margin-bottom: 0!important;
    }
    #rn_footer .mobile .info_area.tos > span:last-child{
        margin-right: 0!important;
    }
    #rn_footer .info_area span a {
        text-align: center;
        line-height: 1;
        float: initial !important;
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 0px !important;
    }
}

#rn_footer .info_area span a {
    width: auto;
    height: auto;
    line-height: 1;
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    margin-bottom: 12px;
    margin-right: 18.5px;
    text-decoration: underline;
    margin-bottom: 19px;
}

#rn_footer .info_area span:last-child a {
    margin-right: 0 !important;
}

/*이용약관 동의*/
.user .join .form_btn {
    /* margin-bottom: 36px!important; */
}

div.user div.form_wrap.join {
    height: 563px !important;
    margin: auto;
}

.user .join .info_op {
    width: 100%;
    height: auto;
    margin-bottom: 7px !important;
}

.user .join .box_st {
    margin-bottom: 12px;
    float: left;
}

.user .join .box_st .op_txt {
    margin-top: 0 !important;
    line-height: 35px !important;
    height: 35px;
    width: auto;
}

.user .join .box_st .info_op input[type="radio"] {
    margin-top: 9px !important;
}

.box_st .row_wrap {
    float: left;
}

.box_st {
    width: 100%;
    height: auto;
    display: inline-block;
    float: left;
    /* outline: 1px solid red; */
    border: 1px solid #D1D1D1;
}

.user .join .box_st .info_op {
    margin: 0 !important;
    line-height: 35px;
    height: 35px;
    width: 100% !important;
}

.sc_box {
    width: 100%;
    height: 85px;
    display: block;
    overflow-y: auto;
    border-top: 1px solid #D1D1D1;
    font-size: 14px;
    text-align: left;
    padding: 11px 12px;
    line-height: 1.2;
    color: #777777;
    float: left;
    background: #f1f1f1;
}

/*마이페이지 반응형*/
.rn_mypage .mypage_wrap > .row_wrap {
    width: 100%;
    margin: auto;
    float: inherit;
}

@media only screen and (max-width: 320px) {
    .user .join .box_st .op_txt {
        font-size: 10.5px;
    }

    .rn_mypage.order_form .info_wrap select {
        font-size: 14px !important;
    }

    .rn_mypage.order_form .info_wrap input {
        font-size: 14px !important;
    }

    .rn_mypage.order_form div.art_price div.price {
        font-size: 20px !important;
    }

    .rn_mypage.qa .qa_wrap .attach_file button.btn_style8 {
        width: 25% !important;
    }

    .rn_mypage.qa .qa_wrap div.attach_file input {
        width: 70% !important;
        padding-right: 0 !important;
    }

    .rn_mypage.qa .qa_wrap .qa_op {
        padding-right: 0 !important;
    }

    .rn_mypage.cart .cart_list_wrap div.art_txt {
        width: 100% !important;
    }

    .rn_mypage.cart .cart_list_wrap .art_img {
        width: 70% !important;
        padding-bottom: 70% !important;
        margin-bottom: 13px !important;
    }

    div.rn_mypage.cart .cart_list_wrap div.art_info {
        width: 88% !important;
    }

    .rn_mypage.cart .cart_wrap .price_area .tit.total_price {
        font-size: 10px !important;
    }

    .rn_mypage.delivery_check div.delivery_check_wrap .btn_style6 {
        width: 25% !important;
        font-size: 13px;
    }

    div.rn_mypage.delivery_check div.delivery_check_wrap input {
        width: 74% !important;
    }

    .rn_mypage.order_list .order_list_wrap .date {
        font-size: 15px !important;
    }

    div.rn_mypage.order_list ul.order_list_wrap div.art_txt {
        padding-left: 14px !important;
    }

    .rn_mypage.order_list .order_list_wrap .artist_name {
        margin-bottom: 8px !important;
    }

    .rn_mypage.order_list ul.order_list_wrap .price {
        font-size: 20px !important;
        margin-top: 3px !important;
        margin-bottom: 14px !important;
    }

    .rn_mypage.info_chg .info_wrap .address > p.tit {
        width: 30% !important;
    }

    .rn_mypage.info_chg div.info_wrap p.tit {
        width: 100% !important;
    }

    .rn_mypage.info_chg div.info_wrap div.info input {
        width: 100% !important;
    }

    .rn_mypage .mp_sub_wrap .tit:first-child {
        margin-left: 0 !important;
    }

    .rn_mypage .mypage_wrap > .row_wrap {
        text-align: center;
    }

    .rn_mypage .mp_sub_wrap {
        float: inherit !important;
        margin: auto;
    }

    .rn_mypage .mp_sub_wrap .tit {
        margin-left: 10px !important;
        float: inherit;
    }

    .rn_mypage div.mypage_wrap .main_tit span.tit {
        font-size: 21px !important;
    }
}

@media only screen and (max-width: 500px) {
    div.rn_mypage.order_form .art_price div.price {
        font-size: 20px !important;
    }

    .rn_mypage.rn_mypage.order_form .order_list_wrap div.art_txt {
        padding-left: 19px !important;
        margin-top: 2px !important;
    }

    .qa_history .btn_wrap {
        text-align: center;

    }

    .qa_history .btn_wrap button {
        margin: auto;
        float: inherit !important;
    }

    .qa_history_list .list_table th {
        font-size: 12px;
    }

    .qa_history_list .list_table td {
        font-size: 12px;
    }

    .rn_mypage.cart .cart_list_wrap .art_img {
        /* width: 70%!important; */
        /* padding-bottom: 70%!important; */
        margin: auto;
        float: inherit;
    }

    .rn_mypage.cart .cart_list_wrap .art_txt .row_wrap {
        margin-bottom: 8px !important;
        font-size: 15px !important;
    }

    .rn_mypage.cart .cart_wrap .price_area {
        padding: 27px 18px !important;
    }

    .rn_mypage.cart .cart_list_wrap div.art_txt {
        padding-left: 12px !important;
    }

    div.rn_mypage.cart .cart_list_wrap .art_info {
        width: 90.5% !important;
        margin-left: 17px;
    }

    div.rn_mypage.cart .cart_list_wrap .price_info .tit {
        font-size: 20px !important;
        margin-top: 18px !important;
        padding-right: 0;
    }

    .rn_mypage.cart div.cart_list_wrap div.art_info {
        width: 91% !important;
        margin-left: 16px;
    }

    .rn_mypage.cart .cart_list_wrap .price_info .tit {
        margin-top: 16px;
    }

    div.rn_mypage.cart ul.cart_list_wrap div.art_txt .row_wrap.art_name {
        margin-top: 0 !important;
        font-size: 17px !important;
        margin-bottom: 13px !important;
    }

    .rn_mypage.cart .cart_wrap .price_area .tit.total_price {
        font-size: 17px !important;
    }

    .rn_mypage.delivery_check .delivery_check_wrap input {
        font-size: 13px !important;
    }

    .rn_mypage.delivery_check div.delivery_check_wrap select {
        font-size: 13px !important;
    }

    div.rn_mypage.order_info ul.order_info_wrap .list div.price {
        margin-bottom: 21px !important;
    }

    .rn_mypage.order_info .order_info_wrap .list .row_wrap:not(.price) {
        font-size: 15px !important;
    }

    div.rn_mypage.order_info ul.order_info_wrap div.art_txt {
        width: 100% !important;
        padding-left: 0 !important;
    }

    .rn_mypage.order_list .order_list_wrap .date {
        font-size: 16px !important;
    }

    .rn_mypage.order_list .order_list_wrap div.art_txt div.price {
        margin-top: 4px !important;
        margin-bottom: 14px !important;
    }

    .rn_mypage.order_list .order_list_wrap .art_name {
        font-size: 15px !important;
    }

    .rn_mypage.order_list .order_list_wrap .artist_name {
        font-size: 15px !important;
    }

    .rn_mypage.order_list .order_list_wrap .price {
        margin-top: 11px !important;
        font-size: 20px !important;
    }

    .rn_mypage.order_list ul.order_list_wrap div.art_txt {
        padding-left: 19px !important;
        width: 75% !important;
    }

    .rn_mypage.info_chg {
        margin-bottom: 10px;
    }

    .rn_mypage.info_chg .info_wrap p.tit {
        width: 32% !important;
        font-size: 15px;
    }

    .rn_mypage.info_chg .info_wrap div.info input {
        width: 68% !important;
        font-size: 15px;
    }

    .rn_mypage .mypage_wrap span.main_tit span.tit {
        margin-top: 10px !important;
    }

    div.rn_mypage div.mp_box {
        margin-top: 31px !important;
        margin-bottom: 20px;
    }

    .rn_mypage .mp_box .mp_menu li:last-child {
        margin-bottom: 11px !important;
    }

    .rn_mypage .mp_box .mp_menu {
        padding: 28px 0;
    }

    .rn_mypage .mp_menu .menu .num {
        font-size: 25px !important;
    }

    .rn_mypage .mp_menu .menu .num {
        margin-top: 4px !important;
    }

    .rn_mypage .mypage_wrap .main_tit em.user_icon {
        width: 60px !important;
        height: 60px !important;
    }

    .rn_mypage .mp_box .mp_menu li.menu {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 44px;
    }

    .rn_mypage .mp_menu div.icon_box {
        height: 85px !important;
    }
}

@media only screen and (max-width: 700px) {

    .rn_mypage.order_completed .order_list_wrap .art_txt div.row_wrap {
        margin-top: 29px !important;
    }

    div.rn_mypage.order_list .half_area {
        width: 100% !important;
        min-height: auto !important;
        margin-bottom: 20px !important;
        margin-right: 0 !important;
    }

    .rn_mypage.order_form .half_area:last-child {
        margin-bottom: 0 !important;
    }

    .rn_mypage.order_form .art_price div.price {
        margin-top: 14px !important;
    }

    .rn_mypage.order_form div.art_price {
        width: 100% !important;
    }

    .rn_mypage.rn_mypage.order_form .order_list_wrap div.art_txt {

        width: 75% !important;
    }

    .rn_mypage.qa .qa_wrap .attach_file button.btn_style8 {
        width: 28% !important;
    }

    .rn_mypage.qa .qa_wrap .attach_file input {
        width: 71% !important;
    }

    .rn_mypage.cart .cart_list_wrap .price_info {
        width: 100% !important;
    }

    .rn_mypage.cart .cart_list_wrap .price_info .tit {
        width: 100% !important;
        margin-bottom: 5px;
    }

    .rn_mypage.cart .cart_list_wrap .art_info {
        width: 94% !important;
        margin-left: 8px;
    }

    .rn_mypage.delivery_check .delivery_check_wrap .btn_style6 {
        width: 32% !important;
    }

    .rn_mypage.delivery_check div.delivery_check_wrap select {
        width: 100% !important;
        margin-bottom: 14px;
        padding-left: 16px !important;
    }

    .rn_mypage.delivery_check .delivery_check_wrap input {
        width: 67% !important;
    }

    .rn_mypage.order_info .order_info_wrap div.art_txt {
        width: 100% !important;
        padding-left: 0 !important;
        text-align: center;
        margin-top: 21px !important;
    }

    .rn_mypage.order_list ul.order_list_wrap .art_txt div.artist_name {
        margin-bottom: 8px !important;
    }

    .rn_mypage.order_list .order_list_wrap .art_txt .price {
        margin-top: 12px !important;
    }

    .rn_mypage.order_info .order_info_wrap div.btn_wrap {
        margin-top: 43px !important;
        text-align: center !important;
    }

    .rn_mypage.order_info .order_info_wrap .list .row_wrap:not(.price) {
        text-align: center;
    }

    .rn_mypage.order_info .order_info_wrap .list .price {
        text-align: center !important;
    }

    .rn_mypage.order_info .order_info_wrap .art_info {
        text-align: center;
        width: 100%;
        display: inline-block;
    }

    .rn_mypage.order_info .order_info_wrap .art_info .art_img {
        width: 55% !important;
        padding-bottom: 55% !important;
        margin: auto;
        float: initial;
        display: inline-block;
    }

    .rn_mypage.order_list .order_list_wrap div.art_txt {
        /* width: 75% !important; */
        /* padding-left: 10px!important; */
        margin-top: 0;
    }

    .rn_mypage.info_chg .info_wrap .tit {
        width: 25% !important;
    }

    .rn_mypage.info_chg .info_wrap .info input {
        width: 75% !important;
    }

    .rn_mypage div.mp_box {
        margin-top: 27px !important;
    }

    .rn_mypage .mypage_wrap .main_tit span.tit {
        margin-top: 11px !important;
        font-size: 30px !important;
    }

    .rn_mypage .mypage_wrap .main_tit .user_icon {
        width: 95px !important;
        height: 95px !important;
    }

    .rn_mypage .mp_menu .icon_box {
        height: 100px !important;
    }

    .rn_mypage .mp_box .mp_menu li {
        padding: 27px 0px !important;
    }

    .rn_mypage .mp_menu .icon_box .icon.order_list {
        width: 65px !important;
        height: 58px !important;
    }

    .rn_mypage .mp_menu .icon_box .icon.cart_list {
        width: 65px !important;
        height: 65px !important;
    }

    .rn_mypage .mp_menu .icon_box .icon.qa_list {
        width: 63px !important;
        height: 66px !important;
    }
}

@media only screen and (max-width: 1100px) {
    .rn_mypage.order_list {
        width: 100% !important;
    }

    .rn_mypage.order_form .art_price div.price {
        font-size: 22px !important;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .rn_mypage.order_form .art_price {
        width: 21% !important;
        font-size: 22px;
    }

    .rn_mypage.rn_mypage.order_form .order_list_wrap .art_txt {
        width: 54% !important;
        padding-left: 25px !important;
        margin-top: 12px;
    }

    .rn_mypage.order_form {
        width: 100% !important;
    }

    .rn_mypage.qa .qa_wrap {
        width: 100% !important;
    }

    .rn_mypage.cart .cart_list_wrap .price_info .tit {
        margin-top: 14px !important;
        font-size: 22px !important;
    }

    .rn_mypage.cart .cart_list_wrap .art_txt .row_wrap.art_name {
        margin-top: 15px !important;
        font-size: 21px !important;
    }

    .rn_mypage.cart .cart_wrap {
        width: 100% !important;
    }

    .rn_mypage.delivery_check .delivery_check_wrap select {
        padding: 0 !important;
    }

    .rn_mypage.delivery_check .delivery_check_wrap {
        width: 100% !important;
    }

    .rn_mypage.order_info .order_info_wrap .btn_wrap {
        margin-top: 30px !important;
    }

    .rn_mypage.order_info .order_info_wrap .list .price {
        margin-top: 10px !important;
    }

    .rn_mypage.order_list .order_list_wrap .art_img {
        width: 25% !important;
        padding-bottom: 25% !important;
    }

    .rn_mypage.order_list .order_list_wrap .art_txt {
        width: 69% !important;
    }

    .rn_mypage.order_list .order_list_wrap {
        width: 100% !important;
    }

    .rn_mypage.info_chg .info_wrap {
        width: 100% !important;
    }

    .rn_mypage .mp_box .mp_menu li {
        padding: 39px 0px;
    }

    .rn_mypage {
        width: 100%;
        padding: 0 10px;
    }

    .rn_mypage .mypage_wrap {
        width: 100% !important;
    }

    .rn_mypage .mypage_wrap .main_tit .tit {
        font-size: 35px !important;
        width: 100%;
        text-align: center;
        margin-bottom: 27px;
    }

    .rn_mypage .mypage_wrap .main_tit .user_icon {
        margin: auto;
        float: inherit !important;
        margin-right: 0 !important;
    }

    .rn_mypage .mp_box {
        margin-top: 40px !important;
    }
}

/*로그인 페이지 반응형*/
@media only screen and (max-width: 320px) {
    .user.main .form_wrap.pw_find .tit_style1 {
        font-size: 12px;
    }

    .user.main .form_wrap.pw_find.st2 .form_btn:last-child {
        width: 100% !important;
    }

    .user.main .form_wrap.pw_find .form_btn:nth-of-type(1n) {
        width: 26% !important;
    }

    .main.user .form_wrap.pw_find input:nth-of-type(2) {
        width: 70% !important;
        margin-right: 4% !important;
    }

    .main.user .form_wrap {
        padding: 10px 20px !important;
    }

    .user.main .form_btn {
        margin-bottom: 18px;
    }

    .main.user .form_wrap .txt_area {
        margin-top: 4px;
    }

    .main.user .form_wrap .txt_area a {
        font-size: 12px;
        float: left;
        margin-right: 14px !important;
    }

    .main.user .form_wrap .txt_area a:last-child {
        margin-right: 0;
    }

}

@media only screen and (max-width: 500px) {
    div.user.main .form_btn {
        font-size: 12.5px !important;
    }

    .main.user .form_wrap h1 {
        margin-top: 10px;
        margin-bottom: 10px !important;
    }

    .main.user {
        min-width: 280px;
        display: flex;
    }

    div.main.user div.form_wrap {
        width: 90%;
        height: auto !important;
        display: inline-block;
        position: relative;
        padding: 20px 25px;
        max-width: 337px;
    }
}


/*팝업*/
.popup img {
    width: 100%;
    height: 100%;
}

/*주문완료*/
.rn_mypage.order_completed .info_wrap .txt {
    font-size: 16px;
    color: #1f1f1f;
    font-weight: 300;
}

.rn_mypage.order_completed .order_list_wrap .art_txt .row_wrap {
    margin-top: 47px !important;
}


.rn_mypage.order_completed .half_area {
    min-height: 295px !important;
}

.rn_mypage.order_completed .art_price .price {}

.rn_mypage.order_completed .art_price .price {
    margin-top: 53px !important;
}

.rn_mypage.order_completed .art_name {
    font-size: 21px !important;
    margin-top: 50px;
}

.rn_mypage.order_completed .art_price {
    width: 24%;
    height: auto;
    display: inline-block;
    float: left;
}

.rn_mypage.order_completed {
    width: 895px;
    height: auto;
    display: inline-block;
}

/*주문서 작성*/
.rn_mypage.order_form .order_btn {
    margin-top: 75px;
}

.rn_mypage.order_form .customer_info_wrap {
    padding: 0 15px;
    width: 100%;
    height: auto;
    display: inline-block;
    float: left;
}

.rn_mypage.order_form .info_wrap:last-child {
    margin-bottom: 0 !important;
}

.rn_mypage.order_form .info_wrap .op_wrap {
    margin-right: 20px;
    width: auto;
    display: inline-block;
    height: auto;
    line-height: 1;
    float: left;
    margin-top: 6px;
}

.rn_mypage.order_form .tit {
    width: auto;
    height: auto;
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    float: left;
}

.rn_mypage.order_form input[type="radio"] {
    width: 17px !important;
    height: 17px !important;
    margin-top: 0;
    margin-right: 6px;
    float: left;
}

.rn_mypage.order_form .art_txt {
    width: 58% !important;
    margin-top: 10px;
}

.rn_mypage.order_form .info_wrap option {
    color: #333 !important;
}

.rn_mypage.order_form .info_wrap select {
    width: 100%;
    height: 40px;
    display: inline-block;
    position: relative;
    outline: none;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
    font-size: 16px;
    color: #7c7c7c !important;
    padding-left: 16px;
    line-height: 40px;
    float: left;
}

.rn_mypage.order_form .info_wrap input {
    width: 100%;
    height: 40px;
    display: inline-block;
    position: relative;
    outline: none;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
    font-size: 16px;
    color: #333;
    padding-left: 16px;
    line-height: 40px;
    float: left;
}

.rn_mypage.order_form .info_wrap .tit_wrap {
    width: 100%;
    height: auto;
    display: inline-block;
    line-height: 1;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-bottom: 12px;
    font-weight: 500;
}

.rn_mypage.order_form .info_wrap {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 21px;
}

.rn_mypage.order_form .half_area:last-child {
    margin-right: 0;
}

.rn_mypage.order_form .half_area {
    width: 49%;
    height: auto;
    display: inline-block;
    margin-right: 2%;
    background: #efefef;
    float: left;
    padding: 26px 20px;
    min-height: 389px;
}

.rn_mypage.order_form {
    width: 1000px;
    margin-bottom: 85px;
    /* padding: 0; */
}

.rn_mypage.order_form .form_tit {
    width: 100%;
    height: auto;
    font-size: 17px;
    color: #797979;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    margin: auto;
    display: inline-block;
    float: inherit;
    margin-bottom: 17px;
    padding: 0 15px;
}

.rn_mypage.order_form .art_price .price {
    text-align: right !important;
    font-size: 25px !important;
    font-weight: 500 !important;
    margin-top: 5px;
    color: #000 !important;
}

.rn_mypage.order_form .art_price {
    width: 22%;
    height: auto;
    display: inline-block;
    float: left;
    text-align: right;
}

/*작품구매*/
.rn_artist1 .other_list_tit {
    line-height: 1;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 500;
    color: #333;
}

.rn_art_store_info_wrap button.cart {
    background: #fff;
    color: #333;
    border: 1px solid #D1D1D1;
}

.rn_artist_info_wrap .info_wrap.art_price {
    margin-bottom: 53px;
}

.rn_art_store_info_wrap button {
    float: left;
    width: 48.5%;
    margin-right: 1.5%;
}

.rn_art_store_info_wrap button:last-child {
    margin-right: 0 !important;
}

.btn_style9 {
    width: 134px;
    height: 50px;
    line-height: 1;
    white-space: nowrap;
    color: #fff;
    background: #333333;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    transition: all .2s;
    font-weight: 400;
}

.rn_artist_info_wrap .info_wrap.art_price .tit {
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    color: #000;
    display: inline-block;
    line-height: 1;
    margin-top: 6px;
}

.rn_art_store_info_wrap .info_wrap.artist_note {
    margin-bottom: 55px;
}

.rn_art_store_info_wrap .info_wrap .info_txt {
    min-height: 100px;
    max-height: 370px;
}

.rn_art_store_info_wrap .tab_cont span {
    margin-bottom: 6px;
}

.rn_art_store_info_wrap .tab_cont {
    height: auto;
    min-height: inherit;
    max-height: inherit;
    overflow: inherit;
    margin-bottom: 49px;
}

.list_st1 .list_set .list_info .price {
    width: 100%;
    height: auto;
    line-height: 1.3;
    font-size: 18px;
    display: inline-block;
    float: left;
    color: #000;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 4px;
    font-weight: 500;
}

/*문의하기*/
.rn_mypage.qa .qa_add_btn {
    margin-top: 30px;
    margin-bottom: 130px;
}

.rn_mypage.qa .qa_list_btn {
    float: right;
    margin-bottom: 10px;
}

.rn_mypage.qa .qa_wrap .attach_file .btn_style8 {
    width: 15% !important;
}

.rn_mypage.qa .qa_wrap .attach_file input {
    width: 84%;
    height: 40px;
    display: inline-block;
    position: relative;
    outline: none;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
    font-size: 16px;
    color: #333;
    padding-left: 16px;
    line-height: 40px;
    padding-right: 47px;
    float: left;
    margin-right: 1%;
    margin-bottom: 20px;
    cursor: default;
}

.rn_mypage.qa .qa_wrap .tit_style2 {
    height: 18px;
    line-height: 18px;
    margin-bottom: 9px;
    font-size: 14px;
    display: inline-block;
    float: left;
}

.rn_mypage.qa .qa_wrap .tit_style1 {
    height: 18px;
    line-height: 18px;
    margin-right: 5px;
    margin-bottom: 9px;
    font-weight: 500;
    display: inline-block;
    width: auto;
    float: left;
    margin-top: 0;
}

.rn_mypage.qa .qa_wrap textarea {
    width: 100%;
    height: 500px;
    display: inline-block;
    border: 1px solid #D1D1D1;
    font-size: 16px;
    color: #333;
    padding: 16px;
    outline: none;
    margin-bottom: 20px;
    resize: none;
    border-radius: 3px;
}

.rn_mypage.qa .qa_wrap .qa_op {
    width: 100%;
    height: 40px;
    display: inline-block;
    position: relative;
    outline: none;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
    font-size: 16px;
    color: #333;
    padding-left: 16px;
    line-height: 40px;
    padding-right: 47px;
    float: left;
    margin-right: 1%;
    margin-bottom: 12px;
}

.rn_mypage.qa .qa_wrap {
    width: 1000px;
    height: auto;
    display: inline-block;
    /* outline: 1px solid red; */
}

/*문의내역*/
.rn_mypage.qa_history {
    /* width: 895px; */
}

.rn_mypage.qa_history .qa_none {
    text-align: center;
    line-height: 1;
    font-size: 16px;
    color: #333;
    display: inline-block;
    width: 100%;
    line-height: 1;
    margin-bottom: 110px;
    margin-top: 80px;
}

.rn_mypage.qa_history .qa_history_wrap {
    width: 100%;
    margin-bottom: 110px !important;
    margin: auto;
}

.rn_mypage.qa_history .qa_history_list td a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 37px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}

/*장바구니*/
.rn_mypage.cart .cart_wrap .price_area .tit {
    font-size: 16px;
    color: #333;
    line-height: 1;
    margin-bottom: 16px;
    text-align: right;
}

.rn_mypage.cart .cart_wrap .price_area .tit:last-child {
    margin-bottom: 0 !important;
}

.rn_mypage.cart .cart_wrap .price_area .tit.total_price {
    font-size: 23px;
    font-weight: 500;
    margin-top: 40px;
}

.rn_mypage.cart .cart_wrap .price_area {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #efefef;
    padding: 27px 20px;
    text-align: right;
    margin-top: 13px;
    margin-bottom: 32px;
    letter-spacing: 0.1px;
}

.rn_mypage.cart .cart_list_wrap .list:last-child {
    margin-bottom: 0 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.rn_mypage.cart .cart_list_wrap .list {
    width: 100%;
    height: auto;
    display: inline-block;
    float: left;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #D1D1D1;
}

.rn_mypage.cart .cart_list_wrap .price_info .tit {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    width: 100%;
    text-align: right;
    display: inline-block;
    line-height: 1;
    margin-top: 35px;
    padding-right: 10px;
}

.rn_mypage.cart .cart_list_wrap .art_txt .row_wrap.art_name {
    font-size: 22px;
    margin-bottom: 18px;
    margin-top: 34px;
    color: #000;
    word-break: break-all;
}

.rn_mypage.cart .cart_list_wrap .art_txt .row_wrap {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
}

.rn_mypage.cart .cart_list_wrap .art_txt {
    width: 68%;
    height: auto;
    display: inline-block;
    float: left;
    padding-left: 25px;
}

.rn_mypage.cart .cart_list_wrap .art_img img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    /* background: #e3e3e3 !important; */
}

.rn_mypage.cart .cart_list_wrap .art_img {
    width: 31%;
    height: auto;
    display: inline-block;
    position: relative;
    padding-bottom: 32%;
    float: left;
    background: #e3e3e3 !important;
    margin-left: 1px;
}

.rn_mypage.cart .cart_list_wrap .price_info {
    width: 26.5%;
    height: auto;
    display: inline-block;
    float: left;
    /* outline: 1px solid red; */
    text-align: right;
}

.rn_mypage.cart .cart_list_wrap .art_info {
    width: 70%;
    height: auto;
    display: inline-block;
    float: left;
    /* outline: 1px solid red; */
}

.rn_mypage.cart .cart_list_wrap .chk_box_area {
    width: 3.5%;
    height: auto;
    display: inline-block;
    float: left;
    /* outline: 1px solid red; */
}

.rn_mypage.cart .cart_list_wrap {
    width: 100%;
    height: auto;
    display: inline-block;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    margin-top: 5.5px;
    padding: 13px 15px;
}

.rn_mypage.cart .chk_op {
    padding: 10px 15px;
}

.rn_mypage.cart .chk_op .tit {
    font-size: 16px;
    line-height: 1;
    color: #333;
    font-weight: 400;
    float: left;
}

.rn_mypage.cart .chk_op .total_num {
    float: right;
    line-height: 1;
}

.rn_mypage.cart .chk_op .total_num .tit {
    color: #333;
    font-weight: 400;
    line-height: 1;
    float: right;
}

.rn_mypage.cart .cart_wrap input[type=checkbox] + label.userchk {
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    background: url(../Images/Icon/rn_icon/userchk.svg) no-repeat;
    background-size: cover !important;
    float: inherit;
    box-sizing: border-box;
    float: left;
    margin-right: 12px;
    border: none !important;
    outline: none;
}

.rn_mypage.cart .cart_wrap {
    width: 1000px;
    height: auto;
    display: inline-block;
    margin-bottom: 100px;
}

/*배송조회*/
.rn_mypage.delivery_check .delivery_check_wrap .dv_chk_option {
    width: 100%;
    display: inline-block;
    height: auto;
    margin-bottom: 90px;
}

.rn_mypage.delivery_check .delivery_check_wrap .dv_chk_none {
    text-align: center;
    line-height: 1;
    font-size: 16px;
    color: #333;
    display: inline-block;
    width: 100%;
    line-height: 1.05;
}

.rn_mypage.delivery_check .delivery_check_wrap .btn_style6 {
    float: left;
    width: 15.5%;
}

.rn_mypage.delivery_check .delivery_check_wrap select {
    width: 28%;
    height: 40px;
    display: inline-block;
    position: relative;
    outline: none;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
    font-size: 16px;
    color: #333;
    padding-left: 16px;
    line-height: 40px;
    padding-right: 47px;
    float: left;
    margin-right: 1%;
}

.rn_mypage.delivery_check .delivery_check_wrap input {
    width: 54.5%;
    height: 40px;
    display: inline-block;
    position: relative;
    outline: none;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
    font-size: 16px;
    color: #333;
    padding-left: 16px;
    line-height: 40px;
    padding-right: 10px;
    float: left;
    margin-right: 1%;
}

.rn_mypage.delivery_check .delivery_check_wrap {
    width: 1000px;
    height: auto;
    display: inline-block;
    margin: auto;
    /* outline: 1px solid red; */
    margin-bottom: 190px;
}

/*주문상세*/
.rn_mypage.order_info .order_info_wrap .list .price {
    margin-top: 32px;
    margin-bottom: 28px !important;
    text-align: left;
    font-size: 28px;
}

.rn_mypage.order_info .order_info_wrap .list .row_wrap:not(.price) {
    font-size: 18px;
    margin-bottom: 13px !important;
}

.rn_mypage.order_info .order_info_wrap .btn_wrap {
    text-align: center; /*order_detail변경*/
    margin-top: 49px;
}

.rn_mypage.order_info .order_info_wrap .btn_wrap button {
    margin-right: 5px;
}

.btn_style8 {
    width: 134px;
    height: 40px;
    line-height: 37px;
    white-space: nowrap;
    color: #333;
    background: #fff;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    border-radius: 3px;
    transition: all .2s;
    border: 1px solid #D1D1D1;
}

.rn_mypage.order_info .order_info_wrap .art_txt {
    width: 67% !important;
    padding-left: 55px !important;
}

.rn_mypage.order_info .order_info_wrap .art_img {
    width: 33% !important;
    padding-bottom: 33% !important;
}

.rn_mypage.order_info .order_info_wrap {
    border: none !important;
    margin-bottom: 90px !important;
}

.rn_mypage.order_info .list {
    border-bottom: none !important;
}

/*주문내역*/
.rn_mypage.order_list {
    width: 1000px;
}

.rn_mypage.order_list .order_list_wrap .arrow_icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url('../Images/Icon/rn_icon/order_list_icon.svg')no-repeat;
    background-size: cover;
    position: absolute;
    top: 16.5px;
    right: 1px;
}

.rn_mypage.order_list .order_list_wrap .row_wrap {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 1.05;
}

.rn_mypage.order_list .order_list_wrap .art_name {
    font-size: 16px;
    /* color: #5f5f5f; */
    font-weight: 400;
}

.rn_mypage.order_list .order_list_wrap .artist_name {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 1;
}

.rn_mypage.order_list .order_list_wrap .art_txt div.price {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px !important;
    margin-top: 22px;
    text-align: left;
}

.rn_mypage.order_list .order_list_wrap .art_txt .row_wrap {
    margin-bottom: 11px !important;
}

.rn_mypage.order_list .order_list_wrap .art_txt {
    width: 76%;
    padding-left: 37px;
    display: inline-block;
    height: auto;
    float: left;
}

.rn_mypage.order_list .order_list_wrap .art_img img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.rn_mypage.order_list .order_list_wrap .art_img {
    width: 18%;
    height: auto;
    /* outline: 1px solid red; */
    display: inline-block;
    position: relative;
    padding-bottom: 18%;
    background: #D1D1D1;
    float: left;
    background: #e3e3e3 !important;
}

.rn_mypage.order_list .order_list_wrap .date {
    font-size: 17px;
    color: #797979;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

.rn_mypage.order_list .order_list_wrap .date_info {
    margin-bottom: 17px;
    line-height: 1;
}

.rn_mypage.order_list .order_list_wrap {
    width: 100%;
    height: auto;
    display: inline-block;
    border-top: 1px solid #D1D1D1;
    /* outline: 1px solid red; */
    margin-bottom: 75px;
}

.rn_mypage.order_list .order_list_wrap .list {
    width: 100%;
    height: auto;
    padding: 16px 15px;
    border-bottom: 1px solid #D1D1D1;
    display: inline-block;
    float: left;
    padding-top: 13px;
    position: relative;
}

/*회원정보 변경*/
.rn_mypage.info_chg {
    margin-bottom: 100px;
}

.rn_mypage.info_chg .btn_style7 {
    margin-top: 27px;
}

.btn_style7 {
    min-width: 127px;
    width: auto;
    height: 47px;
    line-height: 1;
    display: inline-block;
    font-size: 16px;
    color: #333333;
    position: relative;
    text-align: center;
    font-weight: 400;
    border-radius: 32px;
    border: 1px solid #999999;
    background: #ffffff;
    padding-left: 34px;
    padding: 0 23px;
    white-space: nowrap;
}

.marginB_60 {
    margin-bottom: 60px !important;
}

.rn_mypage.info_chg .address_box {
    width: 100%;
    height: auto;
    border: 1px solid #D1D1D1;
    border-radius: 15px;
    display: inline-block;
    padding: 19px 21px;
    margin-top: 15px;
}

.rn_mypage.info_chg .address_box .row_wrap:last-child {
    margin-bottom: 0;
}

.rn_mypage.info_chg .info_wrap .btn_style6 {
    float: right;
}

.btn_style6 {
    width: 134px;
    height: 40px;
    line-height: 39px;
    white-space: nowrap;
    color: #fff;
    background: #333333;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    font-weight: 300;
    border-radius: 3px;
    transition: all .2s;
}

.rn_mypage.info_chg .info_wrap {
    width: 1000px;
    height: auto;
    display: inline-block;
    margin: auto;
}

.rn_mypage.info_chg .info_wrap .info {
    margin-bottom: 26px;
}

.rn_mypage.info_chg .info_wrap .tit {
    font-size: 16px;
    color: #333;
    display: inline-block;
    width: 17%;
    height: 40px;
    line-height: 40px;
    float: left;
    padding-right: 10px;
    margin: 0;
    white-space: nowrap;
}

.rn_mypage.info_chg .info_wrap .info input {
    width: 83%;
    height: 40px;
    display: inline-block;
    position: relative;
    outline: none;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
    font-size: 16px;
    color: #333;
    padding-left: 16px;
    line-height: 40px;
    padding-right: 47px;
    float: left;
}


/*20230719 pmh*/
.popup_style .info_wrap {
    width: 90%;
    height: auto;
    display: inline-block;
    margin: auto;
}

.popup_style .info_wrap .info {
    margin-bottom: 26px;
}

.popup_style .info_wrap .tit {
    font-size: 16px;
    color: #333;
    display: inline-block;
    width: 20%;
    height: 40px;
    line-height: 40px;
    float: left;
    padding-right: 10px;
    margin: 0;
    white-space: nowrap;
}

.popup_style .info_wrap .info input {
    width: 80%;
    height: 40px;
    display: inline-block;
    position: relative;
    outline: none;
    border: 1px solid #D1D1D1;
    border-radius: 3px;
    font-size: 16px;
    color: #333;
    padding-left: 16px;
    line-height: 40px;
    padding-right: 47px;
    float: left;
}

.popup_style .address_box {
    width: 95%;
    height: auto;
    border: 1px solid #D1D1D1;
    border-radius: 15px;
    display: inline-block;
    padding: 19px 21px;
    margin: 15px;
}
/*20230719 pmh*/

/*마이페이지*/
.rn_mypage .mp_sub_wrap {
    display: inline-block;
    width: auto;
    height: auto;
    /* outline: 1px solid red; */
    float: right;
    line-height: 1.1;
}

.rn_mypage .mp_sub_wrap .tit {
    font-size: 16px;
    color: #717171;
    margin-left: 20px;
    text-decoration: underline;
    display: inline-block;
    line-height: 1;
}

.rn_mypage .mypage_wrap {
    width: 1000px;
    height: auto;
    display: inline-block;
    margin: auto;
    /* outline: 1px solid red; */
    text-align: center;
}

.rn_mypage .mypage_wrap .main_tit {
    /* outline: 1px solid blue; */
    display: inline-block;
    height: auto;
    margin: auto;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
}

.rn_mypage .mypage_wrap .main_tit .user_icon {
    width: 106px;
    height: 106px;
    background: url('../Images/Icon/rn_icon/user_icon.svg')no-repeat;
    background-size: cover;
    display: inline-block;
    float: left;
    margin-right: 36px;
}

.rn_mypage .mypage_wrap .main_tit .tit {
    color: #333333;
    font-size: 53.5px;
    font-weight: 500;
    margin-top: 20px;
    float: left;
    line-height: 1;
}

.rn_mypage .mp_box {
    width: 100%;
    border: 1px solid #D1D1D1;
    height: auto;
    display: inline-block;
    border-radius: 15px;
    margin-top: 68px;
    margin-bottom: 140px;
}

.rn_mypage .mp_box .mp_menu {
    width: 100%;
    display: inline-block;
    height: auto;
    text-align: center;
    float: left;
}

.rn_mypage .mp_box .mp_menu li {
    width: 33.333%;
    height: auto;
    /* outline: 1px solid blue; */
    display: inline-block;
    float: left;
    text-align: center;
    padding: 45px 0;
    /* border-right: 1px solid #e5e5e5; */
    padding-bottom: 42px;
}

.rn_mypage .mp_box .mp_menu li:last-child {
    border-right: none;
}

.rn_mypage .mp_menu li a {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}

.rn_mypage .mp_menu .icon_box {
    width: 100%;
    height: 120px;
    /* outline: 1px solid red; */
    position: relative;
}

.rn_mypage .mp_menu .icon_box .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.rn_mypage .mp_menu .icon_box .icon.order_list {
    width: 78px;
    height: 71px;
    background: url('../Images/Icon/rn_icon/list_icon.svg')no-repeat;
    background-size: 100%;
    margin: auto;
    display: block;
}

.rn_mypage .mp_menu .icon_box .icon.cart_list {
    width: 78px;
    height: 78px;
    background: url('../Images/Icon/rn_icon/cart_icon.svg')no-repeat;
    background-size: 100%;
    display: inline-block;
}

.rn_mypage .mp_menu .icon_box .icon.qa_list {
    width: 76px;
    height: 79px;
    background: url('../Images/Icon/rn_icon/QA_icon.svg')no-repeat;
    background-size: 100%;
    display: inline-block;
}

.rn_mypage .mp_menu .menu .tit {
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    color: #333;
    /* font-weight: 500; */
    margin-top: 5px;
    margin-bottom: 11px;
    display: inline-block;
    white-space: nowrap;
}

.rn_mypage .mp_menu .menu .num {
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 1;
    font-size: 28px;
    color: #4e80bf;
    font-weight: 500;
    margin-top: 18px;
    margin-bottom: 0;
    display: inline-block;
    white-space: nowrap;
}



/*사용자 로그인*/
.user.main .form_wrap.pw2 {
    height: 395px !important;
}

.user.main .form_wrap.pw_find .txt_area {
    margin-bottom: 27px !important;
}

.user.main .info_op {
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-bottom: 11px;
}

.user.main .op_txt {
    font-size: 14px;
    line-height: 14px;
    color: #777777;
    font-weight: 400;
    float: left;
    margin-top: 3px;
    margin-left: 3px;
}

.user.main .info_op input[type="radio"] {
    width: 17px;
    height: 17px;
    float: left;
    margin-bottom: 0;
}

.user.main .form_wrap.pw_find h1 {
    margin-bottom: 7px !important;
}

.user.main .form_wrap.id_find h1 {
    margin-bottom: 10px !important;
}

.user.main .id_find {
    height: 396px !important;
}

.user.main .pw_find {
    height: 440px !important;
}

.main .form_wrap h1 {
    margin-bottom: 28px !important;
}

.user.main .form_btn {
    margin-bottom: 15px;
}

.user.main .rm_id {
    margin-bottom: 22px;
}

.user.main .rm_id span {
    font-size: 14px;
    line-height: 14px;
    color: #777777;
    font-weight: 400;
    float: left;
}

.user.main {
    background: url('../Images/bg/rn_login/login_bg.jpg')no-repeat;
    background-size: cover;
    display: flex;
}

.user.main .userchk_box {
    margin: auto;
    border: none !important;
    display: none;
}

.user.main input[type=checkbox] + label.userchk {
    width: 17px;
    height: 17px;
    display: inline-block;
    cursor: pointer;
    background: url(../Images/Icon/rn_icon/userchk.svg) no-repeat;
    background-size: cover !important;
    float: inherit;
    box-sizing: border-box;
    float: left;
    margin-right: 7px;
    border: none !important;
    outline: none;
}

.user.main input[type=checkbox]:checked + label {
    margin-top:9px;
    background: url(../Images/Icon/rn_icon/userchk_on.svg)no-repeat !important;
    background-size: cover !important;
}

/*20230621 추가*/


/*====애니메이션====*/

#main .btn_style3:hover {
    -webkit-animation: shadow-drop-center1 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: shadow-drop-center1 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

#main .btn_style4:hover {
    -webkit-animation: shadow-drop-center2 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: shadow-drop-center2 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes shadow-drop-center1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.2);
    }
}

@keyframes shadow-drop-center1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.2);
    }
}

@-webkit-keyframes shadow-drop-center2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.1);
    }
}

@keyframes shadow-drop-center2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.1);
    }
}





.swiper-slide-active.slide_bg::after {
    -webkit-animation: slide_bg 1.8s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.07s forwards;
    animation: slide_bg 1.8s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.07s forwards;
}

@-webkit-keyframes slide_bg {
    0% {
        opacity: 0.35;
    }

    100% {
        opacity: 0;
    }
}

keyframes slide_bg {
    0% {
        opacity: 0.35;
    }

    100% {
        opacity: 0;
    }
}


.swiper-slide-active .kenburns-left {
    -webkit-animation: kenburns-left 7s cubic-bezier(0.445, 0.050, 0.550, 0.950) 1.71s infinite alternate-reverse both;
    animation: kenburns-left 7s cubic-bezier(0.445, 0.050, 0.550, 0.950) 1.71s infinite alternate-reverse both;
}

@-webkit-keyframes kenburns-left {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 16% 50%;
        transform-origin: 16% 50%;
    }

    100% {
        -webkit-transform: scale(1.1) translate(-20px, 15px);
        transform: scale(1.1) translate(-20px, 15px);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}

@keyframes kenburns-left {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        -webkit-transform-origin: 16% 50%;
        transform-origin: 16% 50%;
    }

    100% {
        -webkit-transform: scale(1.1) translate(-20px, 15px);
        transform: scale(1.1) translate(-20px, 15px);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}







.text-focus-in {
    -webkit-animation: text-focus-in 1.4s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.25s forwards;
    animation: text-focus-in 1.6s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.25s forwards;
}

@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
        text-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
    }
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
        text-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
    }
}




/*====미디어쿼리====*/
@media only screen and (max-width: 1460px) {
    #main .rv_btn {
        right: 10px;
    }

    /*20230530*/

    #main .top_btn {
        right: 10px;
    }

    /*20230530*/

    .rn_inbox {
        padding: 0 33px;
    }

    #main .section3 .exhibition_slide {
        padding: 0 3px;
    }

    #main .section3 .exhibition_slide {
        max-width: 100%;
    }

    #main .section3 .exhibition_slide .swiper-slide {
        max-width: 50%;
        width: 50% !important;
    }
}

@media only screen and (max-width: 1400px) {
    .rn_location_area.lc1 {
        margin-top: 140px;
    }

    .rn_info_area .group .rn_artist_wrap .artist {
        width: 23.5%;
        margin-right: 2%;
        /*20230208 추가*/
    }

    .rn_info_area .group .rn_artist_wrap .artist .img_area {
        width: 100%;
        /*20230208 추가*/
        height: auto;
        padding-bottom: 100%;
    }

    .rn_artist_wrap .artist .img_area img {
        min-width: 100%;
        /*20230208 추가*/
    }

    .rn_apply .rn_guide_wrap {
        padding-right: 33px;
    }

    .rn_apply .benefit_wrap {
        padding: 70px 65px;
    }

    .rn_apply .benefit_wrap li {
        padding-right: 20px;
    }

    .rn_apply .benefit_wrap li .txt_area {
        padding-left: 25px;
    }

    .rn_apply .tit_wrap {
        height: 280px;
        padding-top: 80px;
    }

    .rn_apply .apply_cont_wrap {
        padding: 105px 60px 130px 60px;
    }

    .rn_location_area .location .map_area {
        width: 48%;
    }

    .rn_location_area .location .info_area {
        width: 52%;
    }

    .rn_location_area .location .info_area {
        padding-left: 60px;
    }

    .rn_about {
        /* margin-bottom: 140px; */
    }

    .rn_about_area article .img_area {
        width: 34%;
    }

    .rn_about_area article .txt_wrap {
        width: 66%;
    }

    .rn_about_area .pcBlock {
        display: none;
    }

    .rn_about_area article .tit {
        margin-top: 41px;
        font-size: 2.6rem;
    }

    .rn_about_area article .txt {
        font-size: 15px;
    }

    .rn_about_area .part2 .txt_wrap {
        padding-right: 48px;
    }

    #main .section5 .swiper-button-next {
        width: 40px !important;
        height: 40px !important;
    }

    #main .section5 .swiper-button-prev {
        width: 40px !important;
        height: 40px !important;
    }

    #main .section5 .info_slide .title {
        font-size: 30px;
        line-height: 37px;
    }

    #main .section5 .right_area {
        width: 58%;
        /*20230530*/
    }

    #main .section5 .left_area {
        width: 38%;
        /*20230530*/
        margin-right: 4%;
    }

    .rn_header_logo {
        margin-left: 20px;
    }

    #main .section2 .web_block {
        display: none;
    }


    .rn_artist_art_list .artist_info_area {
        width: 100% !important;
    }

    .rn_artist_info_wrap .artist_img_area {
        width: 44%;
        margin-right: 3.5%;
    }

    .rn_artist_info_wrap .artist_info_area {
        width: 52.5%;
    }


    #renewal_header {
        padding-right: 20px;
    }

    .rn_header_wrap {
        width: 100%;
    }

    #rn_menu .rn_depth1 {
        margin-right: 28px !important;
    }

    /*헤더*/

    .rn_inbox {
        width: 100%;
        padding: 0 33px;
    }

    .rn_exhibition1 {
        padding-bottom: 150px !important;
    }


}

@media only screen and (max-width: 1300px) {

    #main .section3 .exhibition_slide {
        padding: 0 10px;
    }

    .rn_location_area .location .info_area .name {
        padding-top: 27px;
        font-size: 33px;
    }

    .rn_location_area .location .map_area {
        height: 460px;
    }

    #main .section3 .exhibition_slide .swiper-slide {
        padding: 0 23px;
    }

    #main .section2 .left_area {
        width: 65%;
        padding-right: 5.5%;
    }

    #main .section2 .right_area {
        width: 35%;
    }

    #main .section5 .info_txt > li {
        padding-right: 22px;
    }

    #main .section5 .info_slide li:nth-child(1) {

        width: 42%;
    }

    #main .section5 .info_slide li:nth-child(2) {

        width: 33%;
    }

    #main .section5 .info_slide li:nth-child(3) {

        width: 25%;

        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 1200px) {
    .rn_apply .apply_guide .tit {
        font-size: 18px;
    }

    .rn_apply .benefit_wrap li .txt_area .sub_tit {
        font-size: 17px;
    }

    .rn_apply .benefit_wrap li .txt_area .main_tit {
        font-size: 19px;
    }

    .rn_apply .apply_guide .img_area {
        width: 120px;
        height: 120px;
    }

    .rn_apply .benefit_wrap {
        padding: 70px 50px;
    }

    .rn_about_area article .tit {
        line-height: 1.1;
    }

    .rn_about_area .mBlock {
        display: block !important;
    }

    #main .section5 .info_slide .title {
        font-size: 31px;
    }

    #main .section5 .info_slide .tit {
        font-size: 1.8rem;
    }

    #main .section5 .info_slide .txt {
        font-size: 0.9rem;
    }


    #main .section3 {
        margin-bottom: 190px;
    }

    #main .section3 .exhibition_slide {
        margin-top: 45px;
    }

    #main h2.tit {
        font-size: 47px;
    }

    #main .section2 .txt_wrap {
        font-size: 1rem;
        margin-bottom: 100px;
    }

    .art_pop .close_btn {
        top: 2% !important;
        right: 2% !important;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 0.1% !important;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 0.1% !important;
    }

    .rn_exhibition_list .list_set .info_area .tit {
        font-size: 17px;
    }

    .rn_exhibition_list .list_set .info_area .sub_tit {
        font-size: 15px;
    }

    .rn_exhibition_list .list_set {
        width: 48%;
        margin-right: 4%;
    }

    .rn_exhibition_list {
        width: 100%;
    }

    .rn_search_area {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 870px) {
    .art_pop .swiper-slide iframe {
        height: 35% !important;
    }

    /*20230306*/



    .rn_list_option li {
        width: 70px !important;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        margin-right: 15px;
    }

    .rn_artist_info_wrap .info_wrap.name.mobile {
        margin-bottom: 10px !important;
    }

    .rn_location_area.lc1 {
        margin-top: 120px;
    }

    #main .section3 .exhibition_slide {
        padding: 0 25px !important;
    }

    #main .artist_wrap .artist_set .info_area .name {
        max-width: 35.6505% !important;
    }

    #main .artist_wrap .artist_set .info_area .ename {
        max-width: 61.6505%;
    }

    .rn_apply .apply_guide li {
        min-width: inherit;
    }

    .rn_apply .apply_guide .img_area img {
        max-width: 35px;
    }

    .rn_location_area .location .map_area {
        width: 100%;
        height: 445px !important;
    }

    .rn_about_area .part1 {
        margin-bottom: 85px;
    }

    .rn_about {
        /* margin-bottom: 120px; */
    }

    .rn_about_area article .tit {
        /* margin-top: 0; */
    }

    .rn_about_area article .txt_wrap {
        padding-left: 27px;
    }

    .rn_about_area .part2 .txt_wrap {
        margin-top: 0;
        padding-right: 27px;
    }

    #main .section5 .tit {
        margin-bottom: 30px;
    }

    #main .info_slide.swiper {
        margin-bottom: 10px;
    }

    #main .section5 .right_area {
        width: 100% !important;
    }

    #main .section5 .left_area {
        display: none;
        width: 29% !important;
        margin-right: 3% !important;
    }


    .rn_artist_info_wrap .artist_img_area {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 26px;
        margin-top: 30px;
    }

    .rn_artist_info_wrap .artist_info_area {
        width: 100% !important;
    }

    #main .rn_inbox {
        padding: 0 40px;
    }

    #main .section2 .txt_wrap {
        margin-bottom: 53px;
    }

    .mobile_slide {
        display: block !important;
    }


}


@media only screen and (max-width: 1024px) {
    #main .artist_wrap .artist_set .img_area img {
        min-width: 300px;
        max-width: 390px;
        max-height: 480px;
    }

    #main .artist_wrap .artist_set .info_area .name {
        padding-left: 1px;
    }

    #main .section3 .exhibition_slide {
        padding: 0 18px;
    }

    #main .section3 .exhibition_slide .swiper-slide {
        padding: 0 15px;
    }


    #main .section3 .exhibition_info .tit {
        width: 100%;
        max-width: 100%;
        text-align: left;
        /*20230208 추가*/
        margin-bottom: 6px;
        padding-right: 0;
    }

    #main .section3 .exhibition_info .date {
        width: 100%;
        max-width: 100%;

        /*20230208 추가*/
        text-align: left;
    }

    .rn_location_area .location .info_area .name {
        margin-bottom: 40px;
    }

    .rn_location_area .location .info_area.web {
        display: none;
    }

    .rn_location_area .location .info_area.mobile {
        width: 100%;
        display: block;
        padding-left: 0;
        margin-bottom: 45px;
    }

    .rn_location_area .location .map_area {
        height: 420px;
        width: 100%;
    }

    .rn_location_area .location .info_area .name {
        padding-top: 0;
        border-bottom: 0;
        margin-bottom: 20px;
    }

    .rn_location_area .location .info_area {
        padding-left: 50px;
    }

    #main .artist_wrap .artist_set {
        width: 32.3333%;
        margin-right: 1.5%;
        margin-bottom: 65px;
    }

    #main .artist_wrap .artist_set:nth-of-type(3n) {
        margin-right: 0 !important;
        /*20230624*/
    }


    #main .artist_wrap .artist_set:nth-of-type(4n) {
        margin-right: 1.5% !important;
        /*20230624*/
    }

    .art_pop .art_info {
        /* font-size: 13px; */
        bottom: 3px;
    }

    .art_pop .swiper-slide img {
        max-height: 91%;
    }
}

@media only screen and (max-width: 1000px) {
    .art_pop .swiper-slide iframe {
        height: 50%;
    }

    /*20230306*/
    .rn_apply .apply_cont_wrap {
        padding: 105px 20px 130px 20px;
    }

    .rn_about_area article .tit {
        font-size: 2rem;
        margin-bottom: 18px;
    }

    #main .section5 .right_area {
        width: 59%;
        /*20230530*/
    }

    #main .section5 .left_area {
        width: 36%;
        /*20230530*/
        margin-right: 5%;
        /*20230530*/
    }

    #main .section5 .info_slide .title {
        font-size: 29px;
    }

    #main .section5 .info_slide .tit {
        font-size: 1.6rem;
    }

    #main .section5 .info_slide .txt {
        font-size: 0.8rem;
    }

    #main .section2 {
        margin-bottom: 195px;
    }

    .rn_artist_art_list .info_wrap.name {
        display: inline-block !important;
        margin-bottom: 10px;
    }

    .rn_notice_area .notice_info .info {
        margin-right: 13px;
    }

    .art_pop .swiper-slide img {
        max-height: 91.5%;
    }

    .art_pop {
        min-width: inherit;
        width: 100%;
    }

    .rn_artist_info_wrap .info_wrap.name.mobile {
        display: block !important;
        text-align: center;
        margin-bottom: 26px;
    }

    .rn_artist_info_wrap .info_wrap.name {
        display: none;
    }

    .rn_notice_list .list_table th {
        font-size: 13px;
    }

    .rn_notice_list .list_table td {
        font-size: 13px;
    }

    .rn_artist_list_wrap .list_set {
        width: 32.3333333%;
        margin-right: 1.5%;
    }

    .rn_artist_list_wrap .list_set:nth-of-type(3n) {
        margin-right: 0 !important;
        /*20230624*/
    }

    .rn_artist_list_wrap .list_set:nth-of-type(4n) {
        margin-right: 1.5% !important;
        /*20230624*/
    }

    #renewal_header {
        padding-right: 20px;
    }

    .rn_header_wrap {
        width: 100%;
    }

    #rn_menu .rn_depth1 {
        margin-right: 28px !important;
    }

    #rn_footer .footer_logo {
        margin-right: 0 !important;
    }

    /*#rn_menu{
        display: none;
    }
    .rn_m_menu{
        display: inline-block!important;
    }
   */


    .rn_exhibition1 .rn_info_area {
        width: 100%;
    }

    .rn_exhibition1 .rn_ebook_area {
        width: 100% !important;
        margin-right: 0 !important;
        text-align: center;
        margin-top: 46px;
        margin-bottom: 32px;
        max-width: inherit;
    }

    .rn_ebook_area .rn_eboox_img {
        width: 53%;
    }

    .rn_info_area .title {
        font-size: 30px;
    }

    .rn_exhibition1 .mobile.info1 {
        display: inline-block !important;
    }

    .rn_info_area .group.info1 {
        display: none;
    }

    .rn_info_area .group:nth-of-type(2) {
        border-top: 1px solid #D1D1D1;
        /*20230624*/
    }

}

@media only screen and (max-width: 760px) {



    .rn_apply .apply_cont_wrap .pd_st {
        padding: 0 15px;
    }

    .rn_apply .apply_guide .tit .mBlock {
        display: block;
    }

    .rn_apply .apply_guide .tit {
        line-height: 1;
        text-align: center;
    }

    .rn_apply .apply3 {
        margin-bottom: 130px;
    }

    .rn_apply .benefit_wrap li {
        margin-bottom: 60px;
    }

    .rn_apply .benefit_wrap li:nth-of-type(5) {
        margin-bottom: 55px !important;
        /*20230624*/
    }

    .rn_apply .benefit_wrap li {
        width: 100%;
        padding-left: 5%;
    }

    .rn_location_area:last-child {
        margin-bottom: 190px;
    }

    .rn_location_area .location {
        padding: 60px 0;
    }

    .rn_location_area .location .map_area {
        height: 380px !important;
    }

    .rn_location_area .location .info_area .name {
        margin-bottom: 19px;
    }

    .rn_location_area .location .info_area .sub_info_wrap .row_wrap {
        margin-bottom: 34px;
    }

    .rn_location_area .location .info_area .info1 .icon {
        width: 18px;
        height: 23.84px;
    }

    .rn_location_area .location .info_area .info2 .icon {
        width: 24px;
        height: 24px;
    }

    .rn_location_area .location .info_area .name {
        font-size: 31px;
    }

    #main .section2 {
        margin-bottom: 180px;
    }

    #main .section3 .exhibition_slide .swiper-slide {
        width: 100% !important;
        max-width: 100% !important;
    }

    #main .exhibition .mobile_slide {
        width: 100%;
        display: block !important;
    }

    #main .exhibition .web_slide {
        display: none !important;
    }

    .web_slide {
        display: none !important;
    }
}





@media only screen and (max-width: 820px) {
    #main .artist_wrap .artist_set .img_area img {
        min-width: 250px;
        max-width: 390px;
        max-height: 390px;
    }

    .rn_apply .rn_guide_wrap {
        padding-right: 33px;
    }

    .rn_apply .benefit_wrap li .txt_area .sub_tit {
        font-size: 16px;
    }

    .rn_apply .benefit_wrap li .txt_area .main_tit {
        font-size: 18px;
    }

    .rn_apply .benefit_wrap {
        padding: 70px 28px;
    }

    .rn_apply .apply2 .txt {
        line-height: 1.2;
    }

    .rn_apply .tit_wrap .sub_tit {
        font-size: 15px;
    }

    .rn_apply .tit_wrap .tit {
        font-size: 31px;
        margin-bottom: 24px;
    }

    .rn_apply .tit_wrap {
        height: 231px;
        padding-top: 70px;
    }

    .rn_apply .apply_guide {
        width: 100%;
    }

    .rn_apply .apply_guide li {
        width: 28%;
    }

    .rn_apply .apply_guide .tit {
        font-size: 16px;
    }

    .rn_apply .apply_guide .img_area {
        width: 110px;
        height: 110px;
    }

    .rn_apply .apply_guide .plus {
        padding: 0;
        padding-top: 20.421%;
        width: 8%;
        /* outline: 1px solid; */
    }


    #main .section2 {
        margin-bottom: 195px;
    }

    #main .btn_style3 {

        width: 120px;

        height: 46px;

        line-height: 43px;

    }

    #main .btn_style4 {

        width: 120px;

        height: 46px;

        line-height: 43px;

    }

    #main h2.tit {
        font-size: 42px;
    }

    #main .section2 .txt_wrap {
        font-size: 0.95rem;
    }

    .rn_artist_info_wrap .info_wrap.mobile .artist_name {
        font-size: 29.5px;
    }

    .rn_artist_info_wrap .info_wrap.mobile .artist_name_eng {
        font-size: 16px;
    }

    .rn_paging_wrap {
        margin-bottom: 135px;
    }

    #rn_menu .rn_depth2 {
        font-size: 14px;
    }

    .rn_artist.pd_style1 {
        padding: 0 41px;
    }


    .rn_list_option {
        font-size: 17px;
        text-align: center;
    }

    .rn_list_option li {
        width: 21px;
        /* height: 21px; */
        float: inherit;
        margin-bottom: 7px;
    }

    .rn_artist_list_wrap .list_set {
        width: 49.25%;
        margin-bottom: 24px;
    }

    .rn_artist_list_wrap .list_set:nth-of-type(2n) {
        margin-right: 0 !important;
        /*20230624*/
    }

    .rn_artist_list_wrap .list_set:nth-of-type(3n) {
        margin-right: 1.5% !important;
        /*20230624*/
    }

    .rn_artist_list_wrap .list_set:nth-of-type(6n) {
        margin-right: 0% !important;
        /*20230624*/
    }


    .rn_title_style1 {
        margin-bottom: 55px;
    }

    #rn_menu .rn_depth1 {
        font-size: 16px;
        margin-right: 21px !important;
        padding-top: 46px;
    }

    .rn_header_logo a img {
        width: 150px;
    }

    #main .rn_inbox {
        padding: 0 44px;
    }

    .rn_exhibition1 .mobile.info1 .title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .rn_exhibition1 .mobile.info1 .date {
        font-size: 22px;
    }

    .rn_ebook_area .rn_eboox_img {
        width: 50%;
    }

    .rn_exhibition1 .mobile.info1 {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 650px) {
    .rn_about_area {
        margin-top: 0;
    }

    .rn_about_area article .tit {
        text-align: center;
        line-height: 1.33;
        font-size: 1.7rem;
        margin-bottom: 48px;
    }

    .rn_about_area article .txt_wrap.web {
        display: none;
    }

    .rn_about_area article .txt_wrap.mobile {
        display: block;
        padding: 0;
    }

    .rn_about_area article .txt_wrap {
        width: 100%;
    }

    .rn_about_area article .img_area {
        width: 100%;
        margin-bottom: 42px;
    }

    #main .artist_wrap .artist_set {
        width: 48.75%;
        margin-right: 2.5%;
        margin-bottom: 37px;
    }

    #main .artist_wrap .artist_set:nth-of-type(2n) {
        margin-right: 0 !important;
        /*20230624*/
    }

    #main .artist_wrap .artist_set:nth-of-type(3n) {
        margin-right: 2.5% !important;
        /*20230624*/
    }

    #main .artist_wrap .artist_set:nth-of-type(6n) {
        margin-right: 0 !important;
        /*20230624*/
    }

    #main .artist_wrap .artist_set .info_area .name {
        width: auto !important;
    }

    #main .artist_wrap .artist_set .info_area .ename {
        width: auto !important;
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 730px) {
    .rn_artist_info_wrap .info_wrap.name.mobile .artist_name {
        font-size: 29px;
    }

    .rn_artist_info_wrap .info_wrap.name.mobile .artist_name_eng {
        font-size: 15px;
    }

    #main .section3 {
        margin-bottom: 140px;
    }

    #main .section3 .exhibition_info .date {
        font-size: 0.95rem;
    }

    #main .section3 .exhibition_info .tit {
        font-size: 0.95rem;
    }

    #main .artist_wrap .artist_set .info_area .name {
        font-size: 0.94rem;
        width: 100% !important;
        max-width: 100% !important;
    }

    #main .artist_wrap .artist_set .info_area .ename {
        font-size: 0.94rem;
        width: 100% !important;
        max-width: 100%;
        margin-top: 2.5px !important;
    }

    #main .section2 .left_area {
        width: 63%;
        padding-right: 5%;
    }

    #main .section2 .right_area {
        width: 36%;
    }

    #main section.rn_inbox {
        padding: 0 40px;
    }


    .rn_artist_art_list .rn_artist_info_wrap {
        /*padding: 0 3.3%;*/
        float: left;
    }

    .rn_artist_art_list .info_wrap .artist_name {
        font-size: 29px;
    }

    .rn_artist_art_list .info_wrap .artist_name_eng {
        font-size: 15px;
    }

    .rn_artist.pd_style1 {
        padding: 0 25px;
    }

    .m_block {
        display: block !important;
    }

    .rn_list_option li:nth-of-type(9) {
        margin-right: 0 !important;
        /*20230624*/
    }

    .rn_list_option li:last-child {
        margin-right: 0 !important;
    }

    #renewal_header {
        height: 77px;
    }

    #rn_menu {
        display: none;
    }

    .m_menu_btn {
        display: inline-block !important;
    }

    .cont.rn_cont {
        padding-top: 77px !important;
    }

    .rn_ebook_area .rn_eboox_img {
        width: 65% !important;
    }

    .rn_info_area .group.info2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #rn_footer .web {
        display: none !important;
    }

    #rn_footer .mobile {
        display: inline-block !important;
    }

    #rn_footer .mobile .right_area {
        width: 100%;
        text-align: center;
    }

    #rn_footer .mobile .footer_logo {
        margin: auto;
        float: none;
    }

    #rn_footer .mobile .left_area {
        width: 100%;
        text-align: center;
    }

    #rn_footer .sns_area {
        margin: auto;
        float: none;
        margin-top: 23px;
    }

    #rn_footer .mobile .info_area > span {
        text-align: center;
        line-height: 1;
        margin-bottom: 8px;
    }

    #rn_footer .mobile .copyright_txt {
        font-size: 11px;
    }

    #rn_footer .mobile .info_area {
        margin-bottom: 10px;
        margin-top: 25px;
    }

    #rn_footer .copyright_txt {
        text-align: center;
    }

    #rn_footer .border_st {
        margin-bottom: 25px;
    }

    #rn_footer {
        height: auto;
        padding-bottom: 35px;
    }

    .rn_info_area .info2 .tit {
        width: 16.82%;
    }

    .rn_info_area .info2 .txt {
        width: 81.718%;
    }


    .rn_exhibition_list .list_set {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 80px;
        margin-top: 0;
    }

    .rn_exhibition_list {
        margin-bottom: 70px;
    }

    .rn_title_style1 {
        margin-top: 30px;
    }

    .rn_title_style1 {

        font-size: 33px;

        margin-bottom: 40px;
    }

    .rn_search_box {
        width: 100%;
        margin: auto;
        float: none;
    }
}

@media only screen and (max-width: 540px) {
    #main .rv_btn.kakao {
        bottom: 100px !important;
    }

    #main .rv_btn.naver {
        bottom: 40px !important;
    }

    #main .rv_btn {
        right: 13px !important;
    }

}

/*20230530*/

@media only screen and (max-width: 550px) {
    #main .rv_btn.kakao {
        bottom: 135px;
    }

    /*20230530*/
    #main .rv_btn.naver {
        bottom: 80px;
    }

    /*20230530*/
    #main .rv_btn {
        width: 38px;
        height: 38px;
    }

    /*20230530*/

    #main .top_btn {
        width: 38px;
        height: 38px;
    }

    /*20230530*/


    #main .section5 .right_area {
        margin-top: 42px;
    }

    #main .section5 .info_slide .info_txt {
        padding-bottom: 16px;
        /*20230530*/
    }

    #main .artist_wrap .artist_set .img_area img {
        min-width: 250px;
        max-width: 450px;
        max-height: 340px;
    }


    #main .section1 .main_txt1.web {
        display: none;
        /*20230313*/
    }

    #main .section1 .main_txt1.mobile {
        display: block;
        top: 27.2%;
        /*20230313*/
        left: 3.35%;
    }

    .rn_list_option li.eng {
        font-size: 13px;
    }

    .rn_list_option li {

        margin-right: 9px !important;

        width: 59px !important;

        height: 32px !important;

        line-height: 32px;

        font-size: 13px;

        border-radius: 16px;
    }

    .rn_artist_info_wrap .info_wrap.artist_note {
        margin-bottom: 75px;
    }

    .rn_artist1 {
        margin-bottom: 0px !important;
    }

    .rn_notice_list .list_table td:nth-child(1) {
        width: 12% !important;
    }

    .rn_notice .notice_mark_user {
        width: 27px !important;
        height: 15px !important;
        background-size: contain;
    }



    .rn_info_area .group.info2 .mBlock {
        display: block !important;
    }

    .file_down_icon {
        left: 3px;
    }

    .rn_exhibition_list .list_set {
        margin-bottom: 60px;
    }

    .rn_sub_title_style1 {
        font-size: 16px;
        margin-bottom: 33px;
    }

    .rn_apply .rn_guide_wrap {
        padding-right: 25px;
    }

    .rn_apply .tit_wrap .sub_tit .mBlock2 {
        display: block;
    }

    .rn_apply .tit_wrap .sub_tit {
        line-height: 1.6;
    }

    .rn_apply .apply_guide .plus_icon {
        width: 18px;
        height: 18px;
    }

    .rn_apply .apply_guide .tit {
        font-size: 14px;
    }

    .rn_apply .apply_cont_wrap .pd_st {
        padding: 0 5px;
    }

    .rn_apply .apply_guide .img_area {
        width: 90px;
        height: 90px;
    }

    .rn_apply .apply_cont_wrap {
        padding: 93px 20px 130px 20px;
    }

    .rn_apply .tit_wrap {
        height: 200px;
        padding-top: 51px;
    }

    .rn_apply .tit_wrap .tit {
        font-size: 28px;
        margin-bottom: 19px;
    }

    .rn_inbox.rn_apply {
        padding: 0 !important;
    }

    .rn_location_area .location .info_area .name {
        font-size: 28px;
    }

    .rn_location_area .location {
        padding: 50px 0;
    }

    .rn_location_area:last-child {
        margin-bottom: 140px;
    }

    .rn_location_area .location .map_area {
        height: 320px !important;
    }

    .rn_artist_info_wrap .artist_img_area {
        margin-top: 27px;
    }

    .rn_artist_info_wrap .info_wrap.name {
        margin-bottom: 27px;
    }

    #main .section5 .info_slide .tit {
        font-size: 1.55rem;
        margin-bottom: 10px;
        /*20230530*/
    }

    #main .artist_wrap .artist_set .info_area .name {
        padding-left: 1px;
    }

    #main .section5 {
        margin-top: 55px !important;
    }

    #main .section5::after {
        top: 140px;
        height: 1091px;
        /*20230530*/
    }

    #main .section4 {
        margin-bottom: 139px;
    }

    #main .section5 h2.tit {
        /* position: absolute;
        left: 20px;
        top: -70px;*/
        /*20230530*/
    }

    #main .section5 {
        padding-top: 52px;
        position: relative;
        margin-bottom: 60px;
        /*20230530*/
    }

    #main .section5 .swiper-button-prev {
        width: 35px !important;
        height: 35px !important;
        right: 45px !important;
        outline: 5px solid #F9F9F9;
    }

    #main .section5 .swiper-button-next {
        width: 35px !important;
        height: 35px !important;
    }

    #main .section5 .swiper-button-next {
        right: 0 !important;
        outline: 5px solid #F9F9F9;
    }

    /*#main .section5{
        padding-top: 60px;
    }*/
    #main .section5 .swiper-button-prev.swiper-button-disabled {
        right: 49px;
    }

    #main .section5 .info_slide .title {
        margin-bottom: 20px;
        /*20230530*/
        font-size: 23.5px;
        line-height: 30px;
        padding-right: 86px;
    }

    #main .section5 .info_slide li {
        width: 100% !important;
        padding-right: 0 !important;
    }

    #rn_footer .border_st {
        margin-bottom: 10px !important;
    }

    #main .section5 .info_slide .txt:last-child {
        margin-bottom: 30px;
        /*20230530*/
    }

    #main .section3 .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: -1px;
    }

    #main .section3 {
        margin-bottom: 138px;
    }

    #main .section1 {
        margin-bottom: 135px;
    }

    #main .section1 .main_txt1 {
        width: auto;
        font-size: 19.8vw;
        left: 6.2%;
        top: 31.5%;
    }

    #main .main_banner .swiper-slide img.web {
        display: none;
    }

    #main .main_banner .swiper-slide img.mobile {
        display: block;
    }

    #main .section3 .exhibition_info .date {
        font-size: 0.91rem;
    }

    #main .section3 .exhibition_info .tit {
        font-size: 0.91rem;
    }

    #main .section3 .exhibition_info {
        margin-bottom: 55px;
    }

    #main .section3 .exhibition_slide {
        margin-top: 30px;
        padding: 0 15px !important;
    }

    #main .section2 .left_area {
        /*width: 61%;*/
        width: 100%;
        padding-right: 0;
    }

    #main .section2 .right_area {
        /*width: 39%;*/
        width: 41% !important;
        display: none;
    }

    .rn_artist_art_list .info_wrap.name {
        margin-bottom: 0 !important;
    }

    .rn_artist_art_list .rn_artist_list_wrap {
        margin-top: 27px !important;
    }

    .rn_notice_area {
        margin-bottom: 100px;
    }

    .rn_notice_area .down_file {

        padding: 16.5px 15px 15.5px 29px;
    }

    .file_down_txt {
        font-size: 13px;
        margin-bottom: 5.5px;
        margin-right: 8px;
    }

    .rn_notice_area .notice_tit {

        font-size: 21px;

        padding: 15px 0px;
    }

    .rn_notice_area .notice_info .info {
        font-size: 14px;
    }

    .rn_notice_area .notice_info {
        padding: 0px;
        line-height: 45px;
        height: 45px;
    }

    .rn_notice_area .notice_cont {
        padding: 30px 0px;
        font-size: 15px;
    }

    .btn_style2 {
        font-size: 14px;
        padding: 0 23px;
    }

    .art_pop .close_btn {
        width: 20px;
        height: 20px;
        z-index: 9999999;
    }

    .art_pop {
        height: 94%;
    }

    .art_pop .art_info {
        width: 90%;
        font-size: 14px;
        height: 16px;
        bottom: 17px;
    }


    .swiper-button-next,
    .swiper-button-prev {
        width: 26px !important;
        height: 26px !important;
        right: 0 !important;
    }

    .swiper-button-prev,
    .swiper-button-prev {
        width: 26px !important;
        height: 26px !important;
        left: 0 !important;
    }

    .rn_artist_info_wrap .info_wrap .info_txt {
        max-height: 380px;
        max-height: inherit;
    }

    .rn_artist_info_wrap .tab_cont {
        max-height: 345px;
        max-height: inherit !important;
        overflow: inherit;
        /*20230202수정 탭메뉴 반응형*/
    }

    .rn_artist1 .rn_artist_list_wrap {
        margin-top: 80px;
    }

    .rn_artist_info_wrap .info_wrap.mobile .artist_name {
        font-size: 26.5px;
    }

    .rn_artist_info_wrap .info_wrap.mobile .artist_name_eng {
        font-size: 16px;
        margin-top: 12px;
    }

    .rn_artist_info_wrap .info_wrap.name.mobile {
        /*padding-bottom: 14px;*/
        margin-bottom: 0 !important;
    }

    .rn_notice_list .list_table th {
        font-size: 12px;
    }

    .rn_notice_list .list_table td {
        font-size: 12px;
    }

    .rn_notice_list .notice_on .notice_mark {
        margin-right: 7px;
        width: 32px;
        height: 18px;
        background-size: 100% !important;
    }

    .rn_notice_list .list_table td span {
        line-height: 16px;
    }

    .rn_artist.pd_style1 {
        padding: 0 20px;
    }

    .rn_list_option {

        font-size: 16px;
    }

    .rn_list_option_wrap {
        margin-bottom: 30px;
    }


    .rn_inbox {
        padding: 0 30px !important;
        padding-bottom: 15px !important;
        padding-top: 10px !important;
    }

    .rn_info_area .group.info4 {
        width: 100%;
        margin: auto;
        float: none;
        text-align: center;
    }

    .rn_info_area .group .rn_artist_wrap {
        text-align: center;
        width: 100%;
        display: inline-block;
    }

    .rn_info_area .group .rn_artist_wrap .artist {
        width: 46.8%;
        margin-right: 3.2%;
    }

    .rn_info_area .group .rn_artist_wrap .artist:nth-of-type(2n) {
        margin-right: 0 !important;
        /*20230624*/
    }


    .rn_info_area .group .rn_artist_wrap .artist .img_area {
        width: 190px;
        height: 190px;
    }

    .rn_info_area .group .rn_artist_wrap .artist .img_area {
        width: 100%;
        height: auto;
        padding-bottom: 100%;
    }

    #rn_footer {
        padding-bottom: 0;
    }

    .rn_info_area .info2 .tit {
        width: 20.82% !important;
    }

    .rn_info_area .info2 .txt {
        width: 77.718%;
    }

    #rn_footer .mobile .info_area > span {
        line-height: 1.1;
        float: unset;
    }

    .rn_info_area .group.info3 {
        padding-top: 40px;
    }

    .rn_inbox.pd_style1 {
        padding-top: 20px !important;
    }

    .rn_guide_wrap li a {
        font-size: 14px;
    }

    .rn_guide_wrap li {
        margin-right: 27px;
    }

    #rn_footer .mobile .right_area img {
        width: 130px;
    }

    .rn_info_area .group.info3 .txt_area {
        font-size: 15px;
    }

    .rn_artist_wrap .artist a {
        font-size: 15px;
    }

    .rn_ebook_btn {
        width: 72%;
        white-space: nowrap;
    }

    .rn_exhibition_list {
        margin-top: 35px;
        margin-bottom: 40px;
    }

    .rn_paging_wrap {
        margin-bottom: 50px;
    }

    .rn_exhibition_list .list_set .info_area .title {
        margin-bottom: 12px;
    }

    .rn_exhibition_list .list_set .info_area .row_wrap {
        margin-bottom: 4px;
    }
}


@media only screen and (max-width: 480px) {
    #main .artist_wrap .artist_set .img_area img {
        min-width: 360px;
        max-width: 550px;
        max-height: 510px;
    }


    .art_pop .swiper-slide iframe {
        max-width: 100%;
        width: 100%;
    }

    /*20230306*/

    .rn_list_option li {
        width: 49px !important;
    }

    .rn_exhibition_list .list_set {
        margin-bottom: 60px;
    }

    .rn_apply .benefit_wrap li .txt_area {
        padding-bottom: 22px;
    }

    .rn_apply .apply_cont_wrap .point_tit {
        font-size: 15px;
    }

    .rn_apply .apply_cont_wrap .point_tit::after {
        width: 18px;
        height: 18px;
        top: 2px;
        bottom: 0;
        margin: auto;
    }

    .rn_apply .benefit_wrap li .txt_area .num {
        margin-bottom: 18px;
    }

    .rn_apply .btn_style5 {
        width: 210px;
        height: 51px;
        font-size: 14px;
    }

    .rn_apply .btn_style5::after {
        left: 25px;
    }

    .rn_apply .apply3 {
        margin-bottom: 100px;
    }

    .rn_apply .apply_cont_wrap .pd_st {
        margin-bottom: 130px;
    }

    .rn_apply .benefit_wrap li .img_area {
        width: 19%;
        margin-top: 23px;
    }

    .rn_apply .benefit_wrap li .txt_area {
        width: 81%;
        padding-left: 35px;
    }

    .rn_apply .benefit_wrap li {
        padding-left: 4%;
        padding-right: 0;
    }

    .rn_apply .benefit_wrap li .txt_area .sub_tit {
        margin-bottom: 8px;
        font-size: 14.5px;
    }

    .rn_apply .benefit_wrap li .txt_area .main_tit {
        font-size: 16px;
        line-height: 1.1;
    }

    .rn_apply .apply3 .tit {
        font-size: 20px !important;
        margin-bottom: 26px;
    }

    .rn_apply .apply_guide {
        margin-bottom: 65px;
        margin-top: 20px;
    }

    .rn_apply .apply_guide .tit {
        font-size: 15px !important;
        line-height: 1;
    }

    .rn_apply .apply_guide .img_area {
        width: 80px;
        height: 80px;
    }

    .rn_apply .apply_cont_wrap .txt {
        font-size: 15px;
        line-height: 1.25;
    }

    .rn_apply .apply_cont_wrap .tit {
        font-size: 18px;
    }

    .rn_apply .apply_cont_wrap {
        padding: 60px 20px 95px 20px;
        margin-bottom: 40px;
    }

    .rn_apply .tit_wrap .tit {
        font-size: 26px;
        margin-bottom: 19.5px;
    }

    .rn_apply .tit_wrap {
        padding: 0 16px;
        padding-top: 57px;
        background-position: left;
    }

    .rn_apply .tit_wrap .sub_tit {
        font-size: 14.5px;
        line-height: 1.45;
    }

    .rn_inbox.rn_apply.pd_style1 {
        padding: 19px 0px !important;
    }

    .rn_location_area .location .info_area .sub_info_wrap .txt {
        line-height: 1.5;
    }

    #main .section3 {
        margin-bottom: 130px;
    }

    #main .section1 {
        margin-bottom: 98px;
    }


    #main .section4 .artist_wrap {
        margin-top: 42px;
    }

    #main .artist_wrap .artist_set {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 50px;
    }

    #main .section2 {
        margin-bottom: 155px;
    }

    #main .section3 .exhibition_info {
        margin-bottom: 60px;
    }

    #main .section3 .exhibition_info {
        margin-top: 13px;
    }

    #main .section3 .exhibition_info .tit {
        width: 100%;
        text-align: left !important;
        margin-bottom: 10px;
        float: left;
        word-break: break-all;
    }

    #main .section3 .exhibition_info .date {
        width: 100%;
        text-align: left !important;
        float: left;
        word-break: break-all;
    }

    #main .btn_style3 {
        width: 109px;
        height: 41px;
        line-height: 41px;
        font-size: 14px;
    }

    #main .btn_style4 {
        width: 109px;
        height: 41px;
        line-height: 41px;
        font-size: 14px;
    }

    #main .section2 .txt_wrap {
        font-size: 0.91rem;
    }

    #main h2.tit {
        font-size: 41px;
    }

    #main .section2 .txt_wrap {
        margin-top: 24px;
        margin-bottom: 60px;
    }

    #main .section2 .left_area {

        padding-right: 0;
    }

    .art_pop .swiper-slide img {
        max-width: 100%;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: -4px !important;
        /*width: calc(var(--swiper-navigation-size)/ 30 * 27)!important;*/
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: -4px !important;
        /*width: calc(var(--swiper-navigation-size)/ 30 * 27)!important;*/
    }

    #mobile_menu {
        padding-top: 69px;
    }

    #mobile_menu .close_wrap {
        top: 24px;
    }

    .rn_artist_list_wrap .list_set {
        width: 100%;
        margin-right: 0 !important;
    }

    .rn_artist_list_wrap {
        padding: 0 0%;
    }

    #rn_footer {
        padding-top: 20px;
        margin-top: 69px;
    }

    .rn_info_area .info2 .tit {
        width: 24.82% !important;
        font-size: 15px;
    }

    .rn_info_area .info2 .txt {
        width: 73.718%;
        font-size: 15px;
    }

    .rn_exhibition1 .mobile.info1 {
        margin-top: 20px;
    }

    .rn_ebook_area .rn_eboox_img {
        width: 85% !important;
    }

    .rn_inbox.pd_style1 {
        padding-top: 25px !important;
    }

    .rn_exhibition1 .mobile.info1 .title {
        margin-bottom: 13px;
        font-size: 22px;
        line-height: 1.15;
    }

    .rn_exhibition1 .mobile.info1 .date {
        font-size: 17px;
    }

    .rn_exhibition1 .mobile.info1 {
        padding-bottom: 27px;
    }

    .rn_exhibition1 .rn_ebook_area {
        margin-top: 20px;
    }

    #renewal_header {
        height: 70px;
    }

    .rn_header_logo a img {
        width: 120px;
    }

    .cont.rn_cont {
        padding-top: 70px !important;
    }

    .rn_inbox.pd_style1 {
        padding: 19px !important;
    }

    #rn_footer .mobile .info_area > span {

        font-size: 13px;

        font-weight: 400;
    }

    .rn_title_style1 {
        margin-top: 20px;
        font-size: 24px;
    }
}

@media only screen and (max-width: 450px) {
    .rn_apply .rn_guide_wrap {
        padding-right: 22px;
    }

    .rn_notice_list .list_table th:nth-child(1) {
        width: 12%;
    }

    .rn_notice_list .list_table th:nth-child(2) {
        width: 70%;
    }

    .rn_notice_list .list_table th:nth-child(3) {
        width: 18%;
    }

    .rn_notice_list .list_table td:nth-child(1) {
        width: 12%;
    }

    .rn_notice_list .list_table td:nth-child(2) {
        width: 70%;
    }

    .rn_notice_list .list_table td:nth-child(3) {
        width: 18%;
    }

    .rn_inbox.pd_style1 {
        padding: 22px;
    }

    .rn_exhibition1 {
        padding-bottom: 140px !important;
    }
}


@media only screen and (max-width: 375px) {
    #main .artist_wrap .artist_set .img_area img {
        min-width: 340px;
        max-width: 500px;
        max-height: 470px;
    }

    .rn_exhibition_list .list_set .info_area .tit {
        padding-top: 1px;
    }

    #main .section3 .exhibition_slide {
        padding: 0 20px !important;
    }

    .rn_apply .benefit_wrap li .img_area {
        width: 20%;
    }

    .rn_apply .benefit_wrap li .txt_area {
        width: 80%;
    }

    .rn_apply .benefit_wrap li .txt_area {
        padding-left: 26px;
    }

    .rn_apply .apply1 {
        margin-bottom: 95px !important;
    }

    .rn_apply .apply2 {
        margin-bottom: 105px !important;
    }

    .rn_apply .apply_guide .tit {
        font-size: 14px !important;
    }

    .rn_apply .apply_cont_wrap .pd_st {
        padding: 0;
    }

    .rn_apply .apply_guide .plus_icon {
        width: 14px;
        height: 14px;
    }

    .rn_apply .apply_cont_wrap .tit {
        font-size: 16px;
    }

    #main .rn_inbox {
        padding: 0 20px !important;
    }

    #main section.rn_inbox {
        padding: 0 16px;
    }

    #main .section3 .exhibition_slide .swiper-slide {
        padding: 0 0;
    }
}

@media only screen and (max-width: 360px) {
    .rn_about_area .part1 {
        margin-bottom: 70px;
    }

    .rn_about_area article .img_area {
        margin-bottom: 26px;
    }

    .rn_about_area article .tit {
        font-size: 1.5rem;
        margin-bottom: 35px;
    }

    .rn_inbox.pd_style1 {
        padding: 18px;
    }

    .rn_exhibition1 {
        padding-bottom: 100px !important;
    }

    .rn_exhibition1 .mobile.info1 {
        padding-bottom: 30px;
    }

    .rn_artist_info_wrap .tab_menu {
        font-size: 14px;
    }

    .rn_artist_info_wrap .tab_cont {
        font-size: 15.5px;
        /*max-height: 350px;*/
    }

    .rn_artist_info_wrap .info_wrap .info_txt {
        font-size: 15.5px;
        /*max-height: 370px;*/
    }

    .rn_artist_info_wrap .info_wrap .info_tit {
        font-size: 15.5px;
    }
}


@media only screen and (max-width: 335px) {
    #main .rv_btn {
        width: 36px;
        height: 36px;
        right: 10px !important;
    }

    /*20230530*/
    #main .rv_btn.naver {
        bottom: 30px !important;
    }

    /*20230530*/
    #main .rv_btn.kakao {
        bottom: 82px !important;
    }

    /*20230530*/



    #main .section5 .info_slide .title {
        font-size: 22px;
        margin-bottom: 12px;
    }

    #main .section5 .info_slide .tit {
        font-size: 1.25rem;
        margin-bottom: 12px;
    }

    #main .section5 .info_slide .info_txt {
        padding-bottom: 5px;
    }

    #main .section5::after {

        top: 110px;

        height: 1075px;

    }

    /*20230530*/
    #main .section5 .right_area {
        margin-top: 25px;
    }

    /*20230530*/
    .rn_list_option li {

        width: 60px !important;

    }

    .rn_list_option li:nth-child(3) {
        margin-right: 0 !important;
    }

    .rn_notice_list .notice_on .notice_mark {
        width: 25px;
        height: 14px;
        background-size: contain !important;
    }

    .rn_location_area.lc1 {
        margin-top: 70px;
    }

    .rn_artist_wrap .artist .img_area img {
        max-width: 130px;
    }

    #main .section3 .exhibition_slide {
        padding: 0 15px !important;
    }

    .rn_apply .rn_guide_wrap {
        padding-right: 16px;
    }

    .rn_apply .apply_guide {
        margin-bottom: 50px;
    }

    .rn_apply .apply_cont_wrap .point_tit::after {
        width: 18px;
        height: 18px;
    }

    .rn_apply .benefit_wrap li {
        margin-bottom: 22px;
        height: 70px;
        padding-left: 3.75%;
    }

    .rn_apply .benefit_wrap li .txt_area .main_tit {
        font-size: 13.5px;
    }

    .rn_apply .benefit_wrap li .txt_area .sub_tit {
        font-size: 12.5px;
        margin-bottom: 5px;
    }

    .rn_apply .benefit_wrap li .txt_area {
        padding-left: 17px;
    }

    .rn_apply .benefit_wrap li .txt_area .num {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .rn_apply .benefit_wrap li .img_area {
        margin-top: 13px;
    }

    .rn_apply .benefit_wrap {
        padding: 50px 15px;
    }

    .rn_apply .apply3 .tit {
        font-size: 18px !important;
    }

    .rn_apply .apply2 {
        margin-bottom: 100px !important;
    }

    .rn_apply .apply_cont_wrap .sub_tit1 {
        font-size: 14px;
    }

    .rn_apply .apply_cont_wrap .point_tit {
        font-size: 14px;
        padding-left: 27px;
    }

    .rn_apply .apply_cont_wrap {
        padding: 60px 15px 95px 15px;
        margin-bottom: 0;
    }

    .rn_apply .apply_guide .tit {
        font-size: 12px !important;
    }

    .rn_apply .apply_guide .plus {
        padding-top: 25% !important;
    }

    .rn_apply .apply_guide .img_area {
        width: 60px;
        height: 60px;
    }

    .rn_apply .apply_cont_wrap .tit {
        font-size: 14px;
    }

    .rn_apply .apply_guide .img_area img {
        max-width: 30px;
    }

    .rn_apply .apply_cont_wrap .txt {
        font-size: 14px;
    }

    .rn_apply .tit_wrap {
        height: 170px;
        padding-top: 46px !important;
        padding: 0 2px;
        margin-top: 10px;
    }

    .rn_apply .tit_wrap .tit {
        margin-bottom: 18px;
        font-size: 23px;
    }

    .rn_apply .tit_wrap .sub_tit {
        font-size: 12px;
    }

    .rn_location_area:last-child {
        margin-bottom: 95px;
    }

    .rn_about {
        /* margin-bottom: 70px; */
    }

    .rn_location_area .location {
        padding: 45px 0;
    }

    .rn_location_area .location .map_area {
        height: 250px !important;
    }

    .rn_location_area .location .info_area .name {
        font-size: 27px;
        margin-bottom: 15px;
    }

    .rn_location_area .location .info_area .sub_info_wrap .txt {
        line-height: 1.1;
        font-size: 14px;
    }

    .rn_artist_art_list .info_wrap.name {
        margin-top: 10px;
    }

    .sm_m_block {
        display: block !important;
    }

    .rn_artist_info_wrap .tab_menu li {
        height: 33px;
        line-height: 1.1;
    }

    .rn_artist_art_list .info_wrap .artist_name_eng {
        margin-top: 10px;
    }

    #main .section5 h2.tit {
        left: 15px;
    }

    #main .btn_style3 {
        width: 85px;
        height: 32px;
        line-height: 32px;
        font-size: 12px;

    }

    #main .btn_style4 {
        width: 85px;
        height: 32px;
        line-height: 32px;
        font-size: 12px;

    }

    #main .section1 {
        margin-bottom: 90px;
    }

    #main section.rn_inbox {
        margin-bottom: 135px;
    }

    #main .rn_inbox {
        padding: 0 15px !important;
    }

    #main .section3 .exhibition_slide .swiper-slide {
        padding: 0;
    }

    #main .section2 .left_area {
        padding-right: 0;
    }

    #main .section2 .right_area {
        width: 39%;
    }

    #main .section2 .txt_wrap {
        margin-bottom: 29px;
        margin-top: 8px;
    }

    #main .section2 .txt_wrap > span {
        margin-bottom: 10px;
    }

    #main section.rn_inbox {
        padding: 0 15px !important;
    }

    #main h2.tit {
        font-size: 33px;
    }

    .file_down_icon {
        margin-right: 10px;
    }

    .rn_notice_area .notice_cont {
        font-size: 14px;
    }

    .rn_notice_area .notice_info .tit {
        margin-right: 1px;
    }

    .rn_notice_area .notice_tit {
        font-size: 20px;
    }

    .rn_notice_area .notice_info .info {
        font-size: 13px;
        margin-right: 10px;
    }



    .btn_style2 {
        font-size: 14px;
        padding: 0 18px;
        height: 32px;
        line-height: 32px;
    }

    .art_pop .close_btn {
        width: 17px;
        height: 17px;
    }

    .swiper-button-prev,
    .swiper-button-prev {
        width: 23px;
        height: 23px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 23px !important;
        height: 23px !important;
    }

    .rn_artist_info_wrap .info_wrap.mobile .artist_name {
        font-size: 21.5px;
    }

    .rn_artist_info_wrap .info_wrap.mobile .artist_name_eng {
        font-size: 12.5px;
        margin-top: 10px;
    }

    .rn_artist_info_wrap .info_wrap.name.mobile {
        /*padding-bottom: 11px;*/
        margin-bottom: 0;
        margin-top: 10px;
    }

    .rn_artist1 .rn_artist_info_wrap {
        margin-top: 8px;
    }


    .list_set.art_info .list_info .art_name {
        font-size: 15px;
    }

    .list_set.art_info .list_info .art_size {
        font-size: 13px;
    }

    .list_set.art_info .list_info .art_material {
        font-size: 13px;
    }

    .rn_artist_info_wrap .info_wrap .info_txt {
        /*max-height: 360px;*/
    }

    .rn_artist_info_wrap .info_wrap .info_tit {
        font-size: 14px;
    }

    .rn_artist_info_wrap .tab_menu {
        font-size: 13.5px;
    }

    .rn_artist_info_wrap .info_wrap .info_txt {
        font-size: 14px;
    }

    .rn_artist_info_wrap .tab_cont {
        font-size: 14px;
    }

    .rn_paging_wrap button {
        height: 28px;
    }

    .rn_notice_list .list_table th:nth-child(1) {
        width: 17%;
    }

    .rn_notice_list .list_table th:nth-child(2) {
        width: 60%;
    }

    .rn_notice_list .list_table th:nth-child(3) {
        width: 23%;
    }

    .rn_guide_wrap li a {
        font-size: 12px;
    }

    .rn_guide_wrap .home_icon {
        width: 14px;
        height: 14px;
    }

    .rn_inbox.pd_style1 {
        padding: 16px !important;
    }

    .rn_exhibition1 .mobile.info1 .title {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .rn_exhibition1 .mobile.info1 .date {
        font-size: 14px;
    }

    .rn_exhibition1 .mobile.info1 {
        padding-bottom: 21px;
    }

    .rn_exhibition1 .rn_ebook_area {
        margin-top: 15px;
    }

    .rn_ebook_area .rn_eboox_img {
        width: 90%;
    }

    .rn_info_area .group.info2 {
        padding: 30px 0;
    }

    .rn_info_area .group.info3 {
        padding-top: 30px;
    }

    .rn_exhibition1 .rn_ebook_area {
        margin-bottom: 25px;
    }

    .rn_guide_wrap {
        margin-bottom: 5px;
    }

    .rn_paging_wrap button {
        font-size: 14px;
        padding: 0 9.7px !important;
    }

    .rn_paging .left_wrap {
        margin-right: 7px;
    }

    .rn_paging .right_wrap {
        margin-left: 7px;
    }

    .rn_exhibition_list .list_set .info_area .tit {
        font-size: 16px;
    }

    .rn_exhibition_list .list_set .info_area .sub_tit {
        font-size: 14px;
    }

    .rn_exhibition_list {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 350px) {
    .rn_list_option {
        font-size: 14px;
    }

    .rn_list_option li {
        margin-right: 3px;
    }

    .rn_list_option li.eng {
        font-size: 13px !important;
    }

}


@media only screen and (min-width: 1921px) {
    /*.rn_exhibition_list{
        width: 100%;
    }*/
}

/* 230705 배송지 추가 start */
.edit_wrap {
    display: inline-block;
    float: right;
    line-height: 18px;
    position: relative;
    margin-right: 10px;
}

.edit_wrap li {
    display: inline-block;
    float: left;
    height: auto;
    line-height: 18px;

    padding-right: 22px;
}

.edit_wrap li a {
    font-size: 14px;
    color: #666;
    line-height: 18px;
}

.edit_wrap li:last-child {
    padding-right: 0 !important;
}

.edit_wrap::after {
    content: "";
    width: 1px;
    height: 12px;
    background: #999999;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    margin: auto;
}
/* 230705 배송지 추가 end  */