@charset "utf-8";

@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
body {
    font-family: "Noto Sans KR", sans-serif !important;
}
/*@font-face { font-family:HYUNDAIable_R; src:url('font/HYUNDAIable-Regular.eot'); src:url('font/HYUNDAIable-Regular.eot') format(eot);}*/
/*@font-face { font-family:HYUNDAIable_R; src:url('font/HYUNDAIable-Regular.woff');src:url('font/HYUNDAIable-Regular.woff') format(woff);}*/
/*@font-face { font-family:HYUNDAIable_R; src:url('font/HYUNDAIable-Regular.otf'); src:url('font/HYUNDAIable-Regular.otf') format(truetype);}*/

/*@font-face { font-family:HYUNDAIable_B; src:url('font/HYUNDAIable-Bold.eot'); src:url('font/HYUNDAIable-Bold.eot') format(eot);}*/
/*@font-face { font-family:HYUNDAIable_B; src:url('font/HYUNDAIable-Bold.woff');src:url('font/HYUNDAIable-Bold.woff') format(woff);}*/
/*@font-face { font-family:HYUNDAIable_B; src:url('font/HYUNDAIable-Bold.otf'); src:url('font/HYUNDAIable-Bold.otf') format(truetype);}*/

html, body {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 10px;
}
body.pc {
    min-width:1200px;
    overflow:auto;
}


.mobile_wrap {
    position: relative;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}
strong {
    font-family: "Noto Sans KR", sans-serif !important;
    font-weight: normal;
}
input[type="checkbox"] {
    margin-top: 0;
    vertical-align: middle;
}

.main_bg {
    position: relative;
    min-height: 1474px;
}
.mobile_visual {position:absolute;width:100%;height:100%;top:0;left:0;}
/*.mobile_visual .slides li {display:none;}*/

.nineteen {
    position: absolute;
    top: 40px;
    left: 40px;
}
.main_logo {
    position: absolute;
    top: 100px;
    text-align: center;
    width: 100%;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 2.8rem;
    color: #fff;
}

.main_btn {
    padding: 0px 120px;
    width: 100%;
}

.main_btn .login {
    background: #4e3b52;
    /*background-image: linear-gradient(to bottom right,#de2550,#de2550);*/
}

a.guide_btn , input.guide_btn {
    display: block;
    width:100%;
    border:0;
    /*background: #00aced;*/
    background-image: linear-gradient(to bottom right,#de2550,#de2550);
    border-radius: 0px;
    text-align: center;
    line-height: 70px;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 2.5rem;
    color: #fff;
    text-decoration: none;
    margin-bottom: 20px;
}
a.guide_btn img {
    vertical-align: middle;
    margin-left: 10px;
}


.main_bottom {
    position: absolute;
    bottom: 0px;
    margin-bottom: 10px;
    width: 100%;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 2.8rem;
    color: #fff;
    text-align: center;
}

.bottom_text {
    font-size: 1.4rem;
    color: #4e4e4e;
    text-align: center;
}
.bottom_text2 {
    position: absolute;
    bottom: 0px;
    height: 240px;
    width: 100%;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 2.8rem;
    color: #0f192a;
    text-align: center;
    background: linear-gradient(to bottom, #ec356c, #de2550);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main_bottom2{
    font-weight: bold;
    color: #0f192a;
    size: 3.0rem;
    text-decoration-line: underline;
}


.bottom_text span {
    font-family: "Noto Sans KR", sans-serif !important;
    color: #de2550;
    border-bottom: 1px solid #de2550;
}

.login_pop .modal-dialog {
    width: 450px;
    top: 30%;
    margin-left: auto;
    margin-right: auto;
    z-index: 1050;
}
.login_pop .modal-header {
    border: 0;
    background-image: linear-gradient(to bottom right,#ec356c,#ec356c);
}
.login_pop .modal-title {
    padding-left: 25px;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 1.8rem;
    color: #fff;
}
.login_pop .modal-title div {
    padding-top:15px;
}
.login_pop .close {
    opacity: 1;
    margin-right: 15px;
    margin-top: 25px;
}
.login_pop .modal-body {
    padding: 40px;
}
.input01 {
    display: block;
    width: 100%;
    border: 1px solid #d0d0d0;
    height: 60px;
    border-radius: 4px;
    background: #f5f5f5;
    padding: 0 20px;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 2.4rem;
    color: #545454;
}
.check01 {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 1.8rem;
    color: #545454;
}

header#head {
    position: fixed;
    width:750px;
    top:0;
    left:50%;
    margin-left:-375px;
    height: 100px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
    z-index: 20;

}
header#head > div {
    /*background-image: linear-gradient(to bottom right,#aaaaaa,#de2550);*/
    background-image: linear-gradient(to bottom right,#de2550,#de2550);
    position:relative;
    height:100%;
    width:100%;
    text-align: center;
    padding-top: 13px;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 4.0rem;
    color: #ffffff;
}

a.logo {
    margin-right: 5px;
    color: #fffefe;
}

header#head > div > div{
    display:inline-block;
    background-color: transparent;
    padding-top: 10px;
}

header#head > div > div#login{
    position:absolute;
    background-color: transparent;
    font-size: 3.0rem;
    padding-left: 180px;
    padding-right: 15px;
    padding-top: 2px;
}

.contents_box {
    position: relative;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    margin-top:170px;
    min-height:780px;
}

.pc .contents_box {padding-top:300px;margin-bottom:30px;margin-top:0;}
.contents_box.no_tab {margin-top:100px;}

.pc .contents_box.no_tab {padding-top:220px;margin-top:0;}
.join_box {
    border-radius: 4px;
    padding: 29px;
}
.join_box input[type="text"] ,.join_box input[type="password"] {
    width: 100%;
    border: 1px solid #d9d9d9;
    height: 60px;
    outline: none;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 2.2rem;
    color: #585858;
}
.join_box input[type="checkbox"] {
    width: 30px;
    height: 30px;
}
.join_box select {
    width: 100%;
    border: 1px solid #d9d9d9;
    height: 60px;
    outline: none;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 2.2rem;
    color: #585858;
}
.join_box textarea {
    width: 100%;
    border: 1px solid #d9d9d9;
    height: 130px;
    outline: none;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 2.2rem;
    color: #585858;
}
.join_box table {
    color: #585858;
    font-size: 2.2rem;
    letter-spacing: -1px;
}
.join_box table th {
    font-weight: normal;
    line-height: 60px;
    vertical-align: top;
    padding-bottom: 20px;
}
.join_box table td {
    line-height: 60px;
    padding-bottom: 20px;
}
.text01 {
    font-size: 1.8rem;
    color: #878787;
    line-height: 150%;
    letter-spacing: -.5px;
    padding-top: 10px;
}
.text02 {
    font-size: 1.6rem;
    color: #878787;
    line-height: 150%;
    letter-spacing: -.5px;
    padding-top: 10px;
}
a.btn01 {
    display: block;
    width: 170px;
    text-align: center;
    line-height: 60px;
    font-size: 2.2rem;
    color: #fff;
    background: #333;
    border-radius: 4px;
}
a.btn02 ,input.btn02  {
    display: block;
    width: 160px;
    text-align: center;
    line-height: 60px;
    font-size: 2.2rem;
    color: #fff;
    background: #666;
    border-radius: 4px;
    border:0;
}
a.btn03 {
    display: block;
    width: 160px;
    text-align: center;
    line-height: 60px;
    font-size: 2.2rem;
    color: #fff;
    background-image: linear-gradient(to bottom right,#de2550,#ec356c);
    border-radius: 4px;
}
#sendVeButton.btn140, #checkVeButton.btn140{
    width: 140px;
}

.tit01 {
    padding-left: 22px;
    /*background: url(../img/icon03.png) left center no-repeat;*/
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 2.4rem;
    font-weight: bold;
    color: #545454;
    margin-bottom: 20px;
    letter-spacing: -1.5px;
}
.tit01 span {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 2rem;
}

.sub_tab {
    position:fixed;
    left:50%;
    margin-left:-375px;
    background: #f0f0f0;
    top:100px;
    width:750px;
    z-index:20;
}
.pc .sub_tab {top:190px;}
.sub_tab_bg {position:fixed;width:100%;top:0;left:0;z-index:1;background: #f0f0f0;height:80px;}
.sub_tab a {
    display: block;
    line-height: 80px;
    text-align: center;
    font-size: 3.0rem;
    color: #6c6c6c;
}
.sub_tab a.on {
    font-family: "Noto Sans KR", sans-serif !important;
    color: #de2550;
    line-height: 78px;
    border-bottom: 2px solid #de2550;
}
.sub_tab td+td a {
    background: url(../img/line01.png) left center no-repeat;
}

.some_today {
    position: relative;
    padding-bottom: 40px;
    margin-top: 60px;
}
.some_today .time_img {
    text-align: center;
    margin-top: -60px;
    margin-bottom: 25px;
}
.some_today h1 {
    text-align: center;
    font-size: 3.5rem;
    color: #666;
    margin-bottom: 25px;
}
.some_today h1 strong {
    color: #de2550;
}
.some_today .img {
    width: 530px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
    text-align:center;
}
.some_today .img a {
    display:block;
}
.some_today .img a.chat_link {
    position:absolute;width:100%;background:#de2550;
    color:#FFF;line-height:80px;
    font-size:3rem;
    font-family: "Noto Sans KR", sans-serif !important;
    text-align:center;
}
.some_today .img a img {
    overflow: hidden;
    width: 530px;
    height: 530px;
    border-radius: 530px;
}
.some_today .some_ok {
    position: absolute;
    right: 50px;
    bottom: 13px;
    z-index: 2;
}

.some_today .enjoy_profile {
    text-align:center;color:#000;font-size:3rem;margin-top:15px;
}
.sub_menu {
    position: fixed;
    width:750px;
    left: 50%;
    margin-left:-375px;
    bottom: 0;
    background: #fff;
    z-index: 99;
}
.sub_menu li {
    position: relative;
    float: left;
    width: 25%;
}
.sub_menu a {
    display: block;
    height: 120px;
    text-align: center;
    padding-top: 100px;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 1.8rem;
    color: #000;
}
.sub_menu .on {
    /*background: #de2550;*/
}
.sub_menu .on a {
    color: #000;
}
.sub_menu li:nth-of-type(1) a { background: url(../img/m_menu_01.png) center top 25px no-repeat; margin-bottom: 10px}
.sub_menu li:nth-of-type(2) a { background: url(../img/m_menu_02.png) center top 25px no-repeat; margin-bottom: 10px}
.sub_menu li:nth-of-type(3) a { background: url(../img/m_menu_03.png) center top 25px no-repeat; margin-bottom: 10px}
.sub_menu li:nth-of-type(4) a { background: url(../img/m_menu_04.png) center top 25px no-repeat; margin-bottom: 10px}

.sub_menu .m_n {
    position: absolute;
    top: 2px;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #fff;
    font-size: 2.2rem;
    background: #de2550;
    border-radius: 30px;
}
.sub_menu .on .m_n {
    color: #fff;
    background: #333;
}
.have_bottommenu {
    padding-bottom: 150px;
}

.some_view {
    position: relative;
    padding: 29px;
}
.some_view h1 {
    text-align: center;
    font-size: 3.5rem;
    color: #000;
    margin-bottom: 10px;
}
.some_view h1 strong {
    color: #de2550;
}
.some_view h2 {
    text-align: center;
    font-size: 3rem;
    color: #9c9c9c;
    margin-bottom: 30px;
}

.some_view img {
    overflow: hidden;
    width: 530px;
    height: 530px;
    border-radius: 530px;
}

a.btn04 , input.btn04  ,.go_chat{
    display: block;
    width: 305px;
    text-align: center;
    line-height: 70px;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 2.4rem;
    color: #fff;
    background-image: linear-gradient(to bottom right,#de2550,#de2550);
    border-radius: 4px;
    border:0;
}
a.btn05 , input.btn05  {
    display: block;
    width: 305px;
    text-align: center;
    line-height: 70px;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 2.4rem;
    color: #fff;
    background-image: linear-gradient(to bottom right,#de2550,#de2550);
    border-radius: 4px;
    border:0;
}
.some_view a.voice {
    display: block;
    width: 630px;
    height: 140px;
    background: url(../img/bg02.png) no-repeat;
    padding-top: 75px;
    padding-left: 60px;
    font-size: 2.5rem;
    color: #fff;
}

.is_ok_result {
    display:block;
    line-height:70px;
    border:2px solid #de2550;
    text-align: center;
    border-radius: 4px;
    color:#de2550;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 2.4rem;
}
.go_chat {width:100%;}
.some_view .swiper-container {
    width: 688px;
    height: 450px;
    margin-left: -29px;
    margin-bottom: 30px;
}
.swiper-container .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;
    width: 58.13%;
}
.swiper-slide img {
    width:400px;
    height:450px;
}
.swiper-container .swiper-button-prev, .swiper-container .swiper-container-rtl .swiper-button-next {
    background-image:none;
    width:50px;
    height:100px;
    margin-top:-50px;
    left:0;
}

.swiper-container .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image:none;
    width:50px;
    height:100px;
    margin-top:-50px;
    right:0;
}

.text03 {
    padding-left: 24px;
    font-size: 2.4rem;
    color: #626262;
    line-height: 150%;
    letter-spacing: -.5px;
}

.message_pop .modal-dialog {
    width: 590px;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
}
.message_pop .modal-header {
    border-radius: 6px 6px 0 0;
    background-image: linear-gradient(to bottom right,#ff3e5b,#ec356c);
}
.message_pop .modal-title {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 3rem;
    color: #fff;
}
.message_pop .modal-title span {
    font-family: HYUNDAIable_r;
    font-size: 3rem;
    color: #fff;
}
.message_pop .close {
    opacity: 1;
    margin-top: 10px;
}
.message_pop .modal-body {
    padding: 30px;
}
.message_pop .avatar {
    position: relative;
    float: left;
    margin-right: 20px;
}
.message_pop .avatar img {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    overflow: hidden;
}
.message_pop .avatar:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;

}

.memo.message_pop .avatar:after {
    background:none;
}
.message_pop .id_time {
    margin-left:130px;
    margin-top: 20px;
}
.message_pop .id_time li:nth-of-type(1) {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 3.5rem;
    color: #de2550;
}
.message_pop .id_time li:nth-of-type(2) {
    font-size: 2.2rem;
    color: #737373;
    letter-spacing: -.5px;
}
.message_pop .text_box {
    border: 1px solid #ddd;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 20px;
    font-size: 2.2rem;
    color: #878787;
}
.message_pop .btn04,
.message_pop .btn05 {
    width: 255px;
}
.message_pop textarea {
    width: 100%;
    border: 1px solid #d9d9d9;
    height: 130px;
    outline: none;
    padding: 10px;
    border-radius: 4px;
    font-size: 2.2rem;
    color: #585858;
    background: #f5f5f5;
}
.message_pop .check_box {
    font-size: 2rem;
    color: #737373;
}
.message_pop input[type="checkbox"] {
    width: 30px;
    height: 30px;
}
.message_pop h1 {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 3rem;
    color: #de2550;
    text-align: center;
    margin-bottom: 15px;
}
.message_pop h2 {
    font-size: 2.5rem;
    color: #666;
    text-align: center;
    margin-bottom: 40px;
}

.pass_page {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}


.some_listbox {
    position: relative;
    border: 1px solid #ddd;
    background: #f5f5f5;
    border-radius: 4px;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-top: 40px;
    text-align: center;
}

.some_listbox h1 {
    line-height: 40px;
    margin-bottom: 20px;
}

.some_listbox h1 strong {
    color: #de2550;
}

.some_list li {
    position: relative;
    float: left;
    width: 150px;
    height: 170px;
    border-radius: 7px;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;
}
.some_list li:nth-of-type(4n) {
    margin-right: 0;
}
.some_list li a img {
    width: 220px;
    height: 260px;
}
.some_list .time {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background: rgba(0,0,0,0.5);
    text-align: center;
    font-size: 2rem;
    color: #fff;
    line-height: 40px;
}

.buy_back {
    position: relative;
    height: 320px;
    background: url(../img/bn07.png?ver=20250511) no-repeat;
}
.buy_back a {
    position: absolute;
    width: 180px;
    line-height: 50px;
    font-size: 2.2rem;
    color: #fff;
    background: #de2550;
    border-radius: 50px;
    text-align: center;
    left: 74px;
    bottom: 30px;
}

.chatting_01 {
    position: relative;
    height: 300px;
    background: url(../img/bn08.png?ver=20250511) no-repeat;
}
.chatting_01 a {
    position: absolute;
    width: 180px;
    line-height: 50px;
    font-size: 2.2rem;
    color: #fff;
    background: #de2550;
    border-radius: 50px;
    text-align: center;
    left: 260px;
    bottom: 40px;
}

.chatting_02 {
    position: relative;
    height: 360px;
    background: url(../img/bn09.png?ver=20250511) no-repeat;
}
.chatting_02 a {
    position: absolute;
    width: 180px;
    line-height: 50px;
    font-size: 2.2rem;
    color: #fff;
    background: #de2550;
    border-radius: 50px;
    text-align: center;
    left: 260px;
    bottom: 80px;
}

.chat_body .contents_box {

}
.chat_body .chatting_box {
    position:fixed;
    width:750px;
    left:50%;
    margin-left:-375px;
    top:180px;
    margin-top:0;
    bottom:220px;
    padding-top:65px;
    padding-bottom:10px;
    overflow-y:auto;
}


.chatting_box h1 {
    position:fixed;
    width:750px;
    left:50%;
    margin-left:-375px;
    top:180px;
    font-size: 2rem;
    color: #a3a3a3;
    text-align: center;
    background:#FFF;
    z-index:20;
    line-height:60px;
}
.chatting_box h2 {
    position: relative;
    font-size: 2rem;
    color: #a3a3a3;
    text-align: center;
    margin:20px 0;
}
.chatting_box h2 span {
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 0 50px;
    z-index: 2;
}
.chatting_box h2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ddd;
    left: 0;
    top: 50%;
    z-index: 1;
}
.chatting_box h3 {
    font-size:2.8rem;
    text-align:center;
    color:#de2550;
    margin:10px;
}
.user_01 + .user_02,
.user_02 + .user_01 {
    margin-top: 30px;
}
.user_01 + .user_01,
.user_02 + .user_02 {
    margin-top: 20px;
}
.user_01 li {
    float: left;
}
.user_01 .user_photo {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    overflow: hidden;
    margin-right: 10px;
}
.user_01 .user_photo img {
    width:80px;height:80px;
}
.talk {
    display: inline-block;
    position:relative;
    border: 1px solid #e9e9e9;
    background: #f5f5f5;
    border-radius: 10px;
    font-size: 2.5rem;
    color: #545454;
    padding: 28px;
}
.talk font {
    position:absolute;
    left:-20px;
    top:50%;
    margin-top:-10px;
    font-size:2rem;
    color:red;
}
.user_02 {
    text-align: right;
}

.chat_emoticon{
    display: inline-block;
    position:relative;
    border: 0px;
    font-size: 2.5rem;
    color: #545454;
    padding: 28px;
    margin-bottom: 10px;
}

.chatting_bottom {
    position: fixed;
    width:750px;
    left: 50%;
    margin-left:-375px;
    bottom: 0;
    background: #fff;
}
.chatting_bottom .top_ul {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
    text-align: center;
    padding: 14px 0;
}
.chatting_bottom .top_ul li {
    display: inline-block;
}
.chatting_bottom .top_ul li+li {
    margin-left: 20px;
}
.chatting_bottom .top_ul a img {
    vertical-align: middle;
    margin-right: 10px;
}
.chatting_bottom .v_call a {
    display: block;
    width: 335px;
    line-height: 70px;
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    background: #666;
    border-radius: 70px;
}
.chatting_bottom .meeting a {
    display: block;
    width: 225px;
    line-height: 70px;
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    background: #de2550;
    border-radius: 20px;
}
.chatting_bottom .bottom_ul {
    text-align: center;
    padding: 25px 0;
}
.chatting_bottom .bottom_ul li {
    display: inline-block;
    vertical-align: top;
}
.chatting_bottom .bottom_ul li+li {
    margin-left: 15px;
}

.chatting_bottom .send_btn input[type=submit] {
    display: block;
    width: 150px;
    height: 70px;
    background: #de2550;
    border-radius: 20px;
    border:0;
    color:#FFF;
    font-size:25px;
    font-weight:bold;
}

.chatting_bottom .bottom_ul input[type=text] {
    border: 1px solid #d9d9d9;
    background: #f5f5f5;
    width: 530px;
    height: 70px;
    border-radius: 10px;
    padding: 0 10px;
    font-size: 2rem;
}
.chatting_bottom.have_gift .bottom_ul input[type=text] {
    width: 480px;
}

.chatting_bottom .gift_btn {padding-top:5px;}

.chatting_bottom .emoti_btn {
    padding-top:5px;
    display: block;
    width: 80px;
    height: 70px;
    background: #fdff2f;
    border-radius: 20px;
    border:1px solid #E9E9E9;
    color:#FFF;
    font-size:25px;
    font-weight:bold;
}

.note_list {
    margin-bottom: 30px;
}
.note_list div {
    position: relative;
    padding: 19px 29px;
}
.note_list div + div {
    margin-top: 15px;
}
.note_list h1 {
    float: left;
    width: 60px;
    height: 60px;
    border: 0px solid #e9e9e9;
    background: #fff;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 1.8rem;
    text-align: center;
    line-height: 60px;
    color: #585858;
    margin-right: 28px;
}
.note_list .best {
    border: 0;
    background: #de2550;
    color: #fff;
}
.note_list h2 {
    margin-left:68px;
    word-wrap:break-word;
    font-size: 2.2rem;
    color: #000;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
.note_list h2 a {
    font-size: 2.2rem;
    color: #000;
    padding-right: 10px;
}
.note_list h2 span {
    font-size: 2.2rem;
    color: #de2550;
}
.note_list .gj {
    color: #13b5b1;
}
.note_list h3 {
    position: absolute;
    top: 25px;
    right: 30px;
    width: 120px;
    line-height: 50px;
    font-size: 2rem;
    color: #fff;
    letter-spacing: -1px;
    background: #666;
    text-align: center;
    border-radius: 4px;
}

.note_list .answer_end {
    background: #de2550;
}
.note_list ul {
    float: left;
    min-width: 60%;
    font-size: 1.8rem;
    color: #8a8a8a;
}
.note_list ul li {
    display: inline-block;
}
.note_list ul li+li:before {
    content: "/";
    font-size: 1.8rem;
    color: #dbdbdb;
    padding: 0 25px;
}
a.more {
    display: inline-block;
    line-height: 70px;
    font-size: 2.5rem;
    color: #585858;
    margin-top: 30px;
}
a.more img {
    margin-right: 15px;
}

.ac {margin-bottom:20px;}
.note_view {
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #f5f5f5;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.note_view h1 {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 3rem;
    background: #fff;
    padding: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.note_view h1 span {
    color: #de2550;
}
.note_view h1 .gj {
    color: #13b5b1;
}
.note_view .cont_text {
    padding: 30px 0;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 2.2rem;
    color: #545454;
}
.note_view h2 {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 1px solid #e9e9e9;
    background: #fff;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 1.8rem;
    text-align: center;
    line-height: 60px;
    color: #585858;
    margin-right: 28px;
    margin-left: 30px;
}
.note_view ul {
    float: left;
    font-size: 1.8rem;
    color: #8a8a8a;
    line-height: 60px;
    margin-left:40px;
}
.note_view ul li {
    display: inline-block;
}
.note_view ul li+li:before {
    content: "/";
    font-size: 1.8rem;
    color: #dbdbdb;
    padding: 0 25px;
}
.note_view .st {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 2.5rem;
    color: #000;
}
.note_view h3 {
    position: absolute;
    bottom: 27px;
    right: 30px;
    width: 120px;
    line-height: 50px;
    font-size: 2rem;
    color: #fff;
    letter-spacing: -1px;
    background: #666;
    text-align: center;
    border-radius: 4px;
}
.note_view .answer_end {
    background: #de2550;
}

.re_m {
    border: 1px solid #e9e9e9;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 0 29px;
    margin-bottom: 30px;
}
.re_m li {
    padding: 25px 0;
    font-size: 2.4rem;
    color: #878787;
}
.re_m li+li {
    border-top: 1px solid #e9e9e9;
}
.re_m li strong {
    color: #000;
}
.re_m a.btn_b03 {float:right;font-size:16px;padding:5px;}
.re_input {
    border: 1px solid #e9e9e9;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 19px;
}
.re_input li {
    float: left;
}
.re_input select ,.re_input input[type="text"] {
    border: 1px solid #e9e9e9;
    height: 60px;
    padding: 0 15px;
    font-size: 2.4rem;
    color: #8d8d8d;
    border-radius: 8px;
    width: 500px;
    margin-right: 20px;
}
.re_input input[type="submit"] {
    display: block;
    width: 130px;
    line-height: 60px;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    background: #de2550;
    border-radius: 8px;
    border:0;
}

.item01 {
    position: relative;
    border: 1px solid gray;
}
span.ex_btn {
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    font-size: 1.8rem;
    background: #838383;
    border-radius: 40px;
    color: #fff;
    cursor:pointer;
}
.item01 .ex_btn {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index:10;
}

.item02 {
    position: relative;
    border-top: 1px solid #dcdcdc;
    /*background: #f5f5f5;*/
    padding: 29px;
    margin-top: 20px;
}
.item02 h1 {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 2.5rem;
    margin-bottom: 5px;
}
.item02 h2 {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 2rem;
    color: #555;
    margin-bottom: 30px;
}
.item02 .ex_btn {
    position: absolute;
    top: 20px;
    right: 15px;
}

.item_box_01 {
    position: relative;
    height: 140px;
}
#ok.item02 > h1 { color: #11aef0;}
#ok .item_box_01{ background: url(../img/ok_item_bg.png) no-repeat;}

#cb.item02 > h1 { color: #603a8b;}
#cb .item_box_01{ background: url(../img/cb_item_bg.png) no-repeat;}

#cafe.item02 > h1 { color: #a84bea;}
#cafe .item_box_01{ background: url(../img/cafe_item_bg.png) no-repeat;}

#vip.item02 > h1 { color: #de2550;}
#vip .item_box_01{ background: url(../img/vip_item_bg.png) no-repeat;}

#meet.item02 > h1 { color: #28b396;}
#meet .item_box_01{ background: url(../img/meet_item_bg.png) no-repeat;}

#message.item02 > h1 { color: #603a8b;}
#message .item_box_01{ background: url(../img/point_item_bg.png) no-repeat;}

#point.item02 > h1 {color:#603a8b;}
#point .item_box_01{ background: url(../img/point_item_bg.png) no-repeat;}

.item_box_01 a {
    display: block;
    height: 100%;
}
.item_box_01 ul {
    position: absolute;
    left: 40px;
    top: 30px;
}
.item_box_01 ul li:nth-of-type(1) {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 3rem;
    color: #fff;
    line-height: 100%;
}
.item_box_01 ul li:nth-of-type(2) {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 2.5rem;
    color: #fff;
    line-height: 100%;
}
.item_box_01 ul li:nth-of-type(3) {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 1.8rem;
    color: #fff;
}
.item_box_01 h1 {
    position: absolute;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 1.4rem;
    color: #8d8d8d;
    line-height: 100%;
    left: 240px;
    top: 50px;
}
.item_box_01 h2 {
    position: absolute;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 3rem;
    color: #000;
    left: 260px;
    top: 45px;
}
.item_box_01 h2 strong {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 5rem;
    color: #de2550;
}


.item03 {
    position: relative;
    border: 1px solid #dcdcdc;
    background: #f5f5f5;
    padding: 29px;
    border-radius: 4px;
}
.item03 h1 {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 2.5rem;
    color: #88b419;
    margin-bottom: 5px;
}
.item03 h2 {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 2rem;
    color: #999;
    margin-bottom: 30px;
}
.item03 .ex_btn {
    position: absolute;
    top: 50px;
    right: 30px;
}

.item_box_02 {
    position: relative;
    height: 140px;
    background: url(../img/item03.png) no-repeat;
}
.item_box_02 a {
    display: block;
    height: 100%;
}
.item_box_02 ul {
    position: absolute;
    left: 40px;
    top: 50px;
}
.item_box_02 ul li:nth-of-type(1) {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 3rem;
    color: #fff;
    line-height: 100%;
    letter-spacing: -1px;
}
.item_box_02 ul li:nth-of-type(2) {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 1.8rem;
    color: #fff;
}
.item_box_02 h1 {
    position: absolute;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 1.4rem;
    color: #8d8d8d;
    line-height: 100%;
    left: 240px;
    top: 50px;
}
.item_box_02 h2 {
    position: absolute;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 3rem;
    color: #000;
    left: 260px;
    top: 45px;
}
.item_box_02 h2 strong {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 5rem;
    color: #de2550;
}

.item_box_03 {
    position: relative;
    height: 180px;
    background: url(../img/item04.png) no-repeat;
}
.item_box_03 ul {
    position: absolute;
    left: 50px;
    top: 40px;
}
.item_box_03 ul li:nth-of-type(1) {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 3rem;
    color: #fff;
    line-height: 120%;
}
.item_box_03 ul li:nth-of-type(2) {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 2.5rem;
    color: #fff;
    line-height: 120%;
}
.item_box_03 ul li:nth-of-type(3) {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 1.8rem;
    color: #fff;
}
.item_box_03 h1 {
    position: absolute;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 2.4rem;
    color: #585654;
    left: 260px;
    top: 50px;
    width:400px;
}

.vip_box ul {
    float: left;
    width: 220px;
    height: 300px;
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.vip_box ul li:nth-of-type(1) {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 2.5rem;
    color: #fff;
    padding-top: 110px;
}
.vip_box ul li:nth-of-type(2) {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 2rem;
    color: #666;
    padding-top: 50px;
}
.vip_box ul li:nth-of-type(2) span {
    display: inline-block;
    border-bottom: 1px solid #000;
    color: #000;
}
.vip_box ul:nth-of-type(3n) {
    margin-right: 0;
}
.vip_01 { background: url(../img/bg03.png) no-repeat;}
.vip_02 { background: url(../img/bg04.png) no-repeat;}
.vip_03 { background: url(../img/bg05.png) no-repeat;}
.vip_04 { background: url(../img/bg06.png) no-repeat;}
.vip_05 { background: url(../img/bg07.png) no-repeat;}
.vip_06 { background: url(../img/bg08.png) no-repeat;}

.my_box {
    overflow: hidden;
}
.my_box li:nth-of-type(1) {
    position: relative;
    padding: 25px 49px;
}
.my_box .my_photo {
    float: left;
    position: relative;
    width: 140px;
    margin-right: 30px;
}
.my_box .my_photo img {
    overflow: hidden;
    width: 140px;
    height: 140px;
    border-radius: 140px;
}
.my_box .vip_icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    background-repeat:no-repeat;
    background-position:0 0;
}

.my_box .VIP {
    background-image:url("../img/vip_badge1.png");
}
.my_box .VVIP {
    background-image:url("../img/vip_badge2.png");
}
.my_box .SVIP {
    background-image:url("../img/vip_badge3.png");
}
.my_box li:nth-of-type(2) {
    background: #FFF;
    text-align: center;
    font-size: 2rem;
    color: #797878;
    padding: 10px 0;
    border-top: 1px solid #d2d2d2;
}
.my_box .user_name {
    float: left;
    padding-top: 40px;
}

.my_box .point {
    position: absolute;
    top: 50px;
    right: 49px;
    text-align:center;
    color:#797878;
    font-size:1.5rem;
}

.my_box .point span {
    width:150px;
    display: block;
    padding: 0 30px;
    line-height: 50px;
    background: #df5083;
    border-radius: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 2rem;
    color: #fff;
    margin-bottom:10px;
    text-align:center;
}
.my_box h1 {
    font-size: 3rem;
    color: #797878;
}
.my_box h1 strong {
    color: #000;
}
.my_box h2 {
    font-size: 2.5rem;
    color: #797878;
}
.my_box h2 strong {
    color: #de2550;
}
.my_box a.edit_btn {
    position: absolute;
    top: 70px;
    right: 49px;
    display: inline-block;
    padding: 0 30px;
    line-height: 50px;
    border-radius: 50px;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 2rem;
    color: #000;
    text-decoration: underline;
}

.my_menu {
    padding: 0 29px;
    margin-bottom: 30px;
}
.my_menu li+li {
    border-top: 1px solid #dcdcdc;
}
.my_menu a {
    display: block;
    font-size: 2.2rem;
    color: #000;
    line-height: 68px;
    background: url(../img/icon17.png) right center no-repeat;
}

.upload_img_list ul {
    float: left;
    width: 335px;
    margin-right: 20px;
    border: 1px solid #e9e9e9;
    background: #f5f5f5;
    padding: 29px 49px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.upload_img_list ul li {width:235px;height:260px;overflow:hidden;}
.upload_img_list ul:nth-of-type(2n) {
    margin-right: 0;
}
.upload_img_list ul li:nth-of-type(1) {
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 4px;
    height: 260px;
    margin-bottom: 10px;
}

.upload_img_list ul li:nth-of-type(2) {
    position: relative;
    background-image: linear-gradient(to bottom right,#de2550,#de2550);
    border-radius: 4px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 2.5rem;
    color: #fff;
}
.upload_img_list input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
}

.upload_img_list ul li img {
    width:235px;
    height:260px;
}

.inside_bn {
    margin-left: -30px;
    margin-top: -30px;
    margin-bottom: 30px;
}

.setting_style {
    border: 1px solid #e9e9e9;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 0 29px;
}
.setting_style h1 {
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 2.5em;
    color: #de2550;
    padding-top: 25px;
    padding-bottom: 15px;
}
.setting_style li+li {
    border-top: 1px solid #dcdcdc;
}
.setting_style li {
    line-height: 40px;
    font-size: 2.2rem;
    color: #000;
    padding: 15px 0;
}

.some_check {
    float: right;
}
.some_check .bootstrap-switch {
    border: 0;
    border-radius: 40px;
    height: 40px;
}
.bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-label {
    line-height: 40px;
    padding: 0 12px;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background: #de2550;
}
.bootstrap-switch .bootstrap-switch-label {
    background: #de2550;
}
.some_check .bootstrap-switch-label:before {
    content: "";
    position: absolute;
    z-index: 99;
    top: 5px;
    left: 50%;
    margin-left: -15px;
    width: 30px !important;
    height: 30px !important;
    border-radius: 30px !important;
    background: #fff !important;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
    background: #333;
}
.bootstrap-switch-handle-off {
    background: #333 !important;
    color: #fff !important;
}
.bootstrap-switch-container {
    width: 155px !important;
}

.write_file {
    position: relative;
}
.write_file ul li {
    float: left;
}
.write_file ul li:nth-of-type(1) {
    width: 80%;
}
.write_file input[type="text"] {
    border-right: 0;
    border-radius: 4px 0 0 4px;
}
.write_file ul li:nth-of-type(2) {
    width: 20%;
    border-radius: 0 4px 4px 0;
    background: #666;
    text-align: center;
    line-height: 58px;
    color: #fff;
    font-size: 2rem;
    border: 1px solid #575757;
}
.write_file input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
}

/*알림창*/
.msg_box_tail {position:fixed;left:0;top:0;width:100%;height:100%;background:url("../img/op_repeat_bg.png") repeat;z-index:1200;}
body.pop .msg_box_tail {background:none;}
.msg_box_tail .msg_box {width:390px;position:absolute;left:50%;margin-left:-195px;bottom:30%;text-align:center;font-size:15px;text-align:center;}
.msg_box_tail .msg_box div {height:100px;position:relative;overflow:hidden;}
.msg_box_tail .msg_box div p{font-size:15px;color:#FFF;background:black;border:1px solid #B5ABAB;text-align:center;line-height:28px;position:absolute;bottom:-100%;width:360px;padding:10px 15px;}
.msg_box a{display:inline-block;padding:5px 10px;background:#d9d9d9;font-size:16px;font-weight:bold;}

.certify_ok {
    width:690px;
    height:220px;
    padding-top:105px;
    padding-left:50px;
    font-size:50px;
    font-weight:bold;
    background:url("../img/bn23.png") no-repeat 0 0;
}
.join_box table td.hp_help {font-size:18px;line-height:20px;}
.audio {display:none;}
#mb_audio {display:none;}
.empty {line-height:80px;text-align:center;font-size:20px;}

/*---------------이모티콘------------------*/
.emoti_tail {position:relative;display:none;}

.emoti_list {border-top:1px solid #dedede;padding-top:20px;}
.chat-content .chat-button .emoti_list .slides {background:none;}
.emoti_list .emoti_div {position:relative;padding-bottom:40px;display:block;}
.emoti_list .emoti_div .flex-viewport a {color:#474747;font-size:20px;line-height:25px;height:125px;display:block;text-align:center;}
.emoti_list .emoti_div .flex-viewport .slides {min-height:160px;}
.emoti_list .slides ul {}
.emoti_list .emoti_div .flex-viewport a img {width:125px;height:125px;}

.emoti_list .flex-control-paging {position:absolute;width:100%;text-align:center;bottom:15px;margin:0;padding:0;}
.emoti_list .flex-control-paging .page-count {display:none;}
.emoti_list .flex-control-paging li {display:inline-block;margin:0 7px}
.emoti_list .flex-control-paging a {display:block;width:12px;height:12px;border-radius:20px;opacity:0.6;font-size:0;text-indent:-9999px;background:#222;}
.emoti_list .flex-control-paging a.flex-active {opacity:1;}


/*---------------선물------------------*/
.gift_tail {position:relative;display:none;}

.gift_list {border-top:1px solid #dedede;padding-top:20px;}
.chat-content .chat-button .gift_list .slides {background:none;}
.gift_list .item_div {position:relative;padding-bottom:40px;display:none;}
.gift_list .item_div .flex-viewport a {color:#474747;font-size:20px;line-height:25px;height:175px;display:block;text-align:center;}
.gift_list .item_div .flex-viewport .slides {min-height:160px;}
.gift_list .slides ul {}
.gift_list .item_div .flex-viewport a img {width:125px;height:125px;}

.gift_list .flex-control-paging {position:absolute;width:100%;text-align:center;bottom:15px;margin:0;padding:0;}
.gift_list .flex-control-paging .page-count {display:none;}
.gift_list .flex-control-paging li {display:inline-block;margin:0 7px}
.gift_list .flex-control-paging a {display:block;width:12px;height:12px;border-radius:20px;opacity:0.6;font-size:0;text-indent:-9999px;background:#222;}
.gift_list .flex-control-paging a.flex-active {opacity:1;}
.gift_list #gift_0 {display:block;}

.gift_list .gift_tab {height: 96px;line-height: 96px;overflow: hidden;background: url("../img/item_type_bg.png");background:#de2550;}
.gift_list .gift_tab li {float:left;}

.gift_list .gift_tab li a {width:140px;height:96px;display:block;background-position:center center;background-repeat:no-repeat;}
.gift_list .gift_tab .gift_tab_0 {background-image:url("../img/plus_diamond.png");}
.gift_list .gift_tab .gift_tab_1 {background-image:url("../img/plus_ice.png");}
.gift_list .gift_tab .gift_tab_2 {background-image:url("../img/plus_food.png");}
.gift_list .gift_tab .gift_tab_3 {background-image:url("../img/plus_butty.png");}
.gift_list .gift_tab .gift_tab_4 {background-image:url("../img/plus_fashion.png");}

.gift_list .gift_tab .gift_tab_0.on {background-image:url("../img/plus_diamond_on.png");}
.gift_list .gift_tab .gift_tab_1.on {background-image:url("../img/plus_ice_on.png");}
.gift_list .gift_tab .gift_tab_2.on {background-image:url("../img/plus_food_on.png");}
.gift_list .gift_tab .gift_tab_3.on {background-image:url("../img/plus_butty_on.png");}
.gift_list .gift_tab .gift_tab_4.on {background-image:url("../img/plus_fashion_on.png");}

.gift_box {position:fixed;overflow:hidden;border-radius:6px;-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);bottom:120px;width:600px;height:500px;background:#FFF;left:50%;margin-left:-300px;z-index:500;display:none;}
.gift_box strong {display:block;font-size:24px;padding:20px 15px;background:#de2550;color:#FFF;}
.gift_box .gift_info {margin:15px;border:1px solid #dedede;font-size:2rem;}
.gift_box .gift_info .icon {width:180px;padding-top:20px;text-align:center;font-size:22px;float:left;}
.gift_box .gift_info .icon img {width:120px;height:120px;margin-bottom:8px;}
.gift_box .gift_info .right_controll {margin-left:180px;border-left:1px solid #dedede;}
.gift_box .gift_info .quantity {text-align:center;padding:5px 0;border-bottom:1px solid #dedede;}
.gift_box .gift_info .quantity input {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    height: 50px;
    width: 145px;
    line-height: 50px;
    margin: 5px 7px;
    background: #555;
    border-radius: 50px 50px;
    opacity: 0.9;
    border:0;
}

.gift_box .gift_info .quantity input.on {background:#de2550;}

.gift_box .gift_info .input {padding:10px 20px;}
.gift_box .gift_info .input font {font-weight:bold;}
.gift_box .gift_info .input .left {float:left;}
.gift_box .gift_info .input .right {margin-left:285px;}
.gift_box .gift_info .input a {
    line-height: 33px;
    height: 33px;
    width: 33px;
    display: inline-block;
    border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
    background: #dedede;
    text-align:center;
}
.gift_box .gift_info .input input {text-align:center;}
.gift_box .notice {
    width: 587px;
    height: 50px;
    margin: 0 auto;
    line-height: 45px;
    margin-top: 10px;
    font-size: 18px;
    background: #e1e9c2;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    text-align:center;
    margin-bottom:20px;
}


.gift_box .button {overflow:hidden;text-align:center;}
.gift_box .btn04 , .gift_box .btn05 {
    width:260px;
    display:inline-block;
    margin:0 10px;
    vertical-align:top;
}


/*---------------선물------------------*/

.btn06 {
    display: inline-block;
    width: 338px;
    text-align: center;
    line-height: 68px;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 2.4rem;
    color: #FFF;
    background: #666666;
    border-radius: 4px;
    border:1px solid #666;
}
.btn06:hover {color:#FFF}
.point_tab {text-align:center;overflow:hidden;}
.point_tab .btn04 {width:340px;display:inline-block;}
.point_tab a:first-child {margin-right:10px;}

.btn06.board_list {width:100%;}
#bo_list #chkall {width:20px;height:20px;}
#bo_list .check_all {font-size:20px;}
#bo_list .span_chk {position:absolute;left:0;top:50%;margin-top:-10px;}
#bo_list .span_chk input {width:20px;height:20px;}
.wrong {background:red;color:#FFF;font-size:20px;padding:20px;text-align:center;font-weight:bold;}

#pc_head {background:url('../img/pc_bg_header5.jpg') center top;position:fixed;width:100%;min-width:1200px;top:0;left:0;z-index:20;background-repeat:no-repeat;}
#pc_head .top {height:130px;width:1200px;margin:0 auto;position:relative;}
#pc_head .top .pc_logo {position:absolute;left:50%;margin-left:-65px;}
#pc_head .top .login_skip {float:right;margin-top:50px;}
#pc_head .top .login_skip a {display:inline-block;margin-left:10px;}
.pc_menu {background-color: #221e23; opacity: 1.0;}
.pc_menu ul {width:800px;margin:0 auto;height:60px;}
.pc_menu ul li {float:left;}
.pc_menu ul li a {display:block;width:200px;line-height:60px;text-align:center;font-family: "Noto Sans KR", sans-serif !important;
    color: #fff;
    font-size: 1.9rem;}
.pc_menu ul li a.on {background:#624967;}
.pc_menu ul li a img {vertical-align:middle; margin-right: 5px}
#pc_head .pc_menu li.m1 {position:relative;}
#pc_head .pc_menu li.m1 .m_n {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-family: "Noto Sans KR", sans-serif !important;
    color: #fff;
    font-size: 1.2rem;
    line-height:30px;
    background: #ff395f;
    border-radius: 30px;
}

.pc_main_bg {position:fixed;left:0;top:0;width:100%;height:100%;z-index:1;}
.pc_main_bg .login_bar {position:fixed;right:20%;top:30px;}
.pc_main_bg .login_bar a:first-child {margin-right:25px;}
.pc_main_bg .app_down {position:fixed;bottom:230px;right:20%;}
.pc_footer {background-color:#221e23;  opacity: 0.7; repeat;padding:15px 0;}
.pc_main_bg .pc_footer {position:fixed;bottom:0;left:0;width:100%;}

.pc_footer .box {width:1200px;margin:0 auto;overflow:hidden;position:relative;height:120px;}
.pc_footer .box .bottom_logo {position:absolute;left:0;top:0;}
.pc_footer .box .footer_text {text-align:center;color:#e4d6e0;font-size:14px;padding-left:50px;padding-top:15px;}
.footer_text .bottom_link {margin-bottom:30px;}
.footer_text .bottom_link a {margin-right:20px;color:#e4d6e0;}

.chat_body  .pc_footer {display:none;}


/* for MS계열 브라우저 */
@keyframes blink {
    0% {background-image: linear-gradient(to bottom right,#de2550,#de2550)}
    50% {background-image: linear-gradient(to bottom right,#a1092c,#a1092c)}
}
/* for Chrome, Safari */
@-webkit-keyframes blink {
    0% {background-image: linear-gradient(to bottom right,#de2550,#de2550)}
    50% {background-image: linear-gradient(to bottom right,#a1092c,#a1092c)}
}
.blinkcss {
    font-weight:bold;
    animation: blink 1200ms step-end infinite;
    -webkit-animation: blink 1200ms step-end infinite;
}