/* 매거진 */
.ct_wrap {
    width: 1200px;
    margin: 0 auto;
}


.ct_wrap .top_wrap {
    text-align: right;
}

.ct_wrap .top_wrap ul li {
    float: right;
    margin-top: 10px;
}

.ct_wrap .top_wrap ul li select {
    margin-top: 2px;
    margin-left: 5px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.con {
    margin: 0 auto;
}

.img-box > img {
    width: 100%;
    display: block;
}

.txt-box{
    position: absolute;
    top: 6%;
    height: 84.5%;
    width: 83%;
    left: 50%;
    transform: translate(-50%,0);
    text-align: left;
    padding: 10px;
}

.txt-box h2{
    font-size:24px;
    font-weight: bold;
    color:#fff;
    padding-bottom: 10px;
}

.txt-box p{
    font-size:14px;
    color: #fff;
    line-height: 1.5;
    overflow: hidden;
}

.row::after {
    content: "";
    display: block;
    clear: both;
}

.cell {
    float: left;
    box-sizing: border-box;
}

.cell-right {
    float: right;
    box-sizing: border-box;
}

.margin-0-auto {
    margin: 0 auto;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.text-align-center {
    text-align: center;
}

.line-height-0-ch-only {
    line-height: 0;
}

.line-height-0-ch-only > * {
    line-height: normal;
}

.relative {
    position: relative;
}

.absolute-left {
    position: absolute;
    left: 0;
}

.absolute-right {
    position: absolute;
    right: 0;
}

.absolute-middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
}


@media all and (max-width:767px){
    .ct_wrap {width:100%;}
}


/* 커스텀 */
.con {
    max-width: 1440px;
}

.con-min-width {
    min-width: 320px;
}

@media all and (max-width:767px){
    .con {width:100%;max-width: auto;}
    .con-min-width {width:50%;max-width: auto;}
}

html {
    overflow-x: hidden;
}

/* 중앙 컨텐츠 3차 visual story */
.v-story-wrap {
    position: relative;
    font-size: 25px;
    margin: 50px 0;
}

.v-story-wrap .v-story-tt {
    text-align: center;
    margin-bottom: 11px;
}

.v-story-wrap .v-story-slider {
    text-align: center;
}

.v-story-wrap .v-story-slider .slick-list {
    box-sizing: border-box;
}

.v-story-wrap .v-story-slider .slider-item {
    /*max-width: 690px;*/
    max-width: 400px;
    position: relative;
    height: 600px;
    overflow: hidden;
}

.v-story-wrap .v-story-slider .slider-item .img-box > img {
    transform-origin: 50% 50%;
    transform: scale(0.88);
    transition: transform .5s linear;
}

.v-story-wrap .v-story-slider .slick-center .slider-item .img-box > img {
    transform: scale(1);
    transition: transform .5s linear;
}

/* discover btn 호버시 나오는 애니메이션까지 */
.v-story-wrap .v-story-slider .slider-item > a {
    position: relative;
    outline: none;
}

.v-story-wrap .v-story-slider .slider-item > a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color .8s;
}

.v-story-wrap .v-story-slider .slick-active .slider-item > a:hover::after {
    background-color: rgba(0, 0, 0, .3);
}

.v-story-wrap .v-story-slider .slider-item > a > .discover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    opacity: 0;
    transition: opacity .8s;
}

.v-story-wrap .v-story-slider .slider-item > a > .discover > span.discover-btn {
    background: url('https://kimyang-sun.github.io/pf-img/samsung-img/s-discover-btn.png');
    width: 106px;
    height: 106px;
}

.v-story-wrap .v-story-slider .slider-item > a > .discover > span.discover-btn::after {
    content: "";
    display: block;
    background: url('https://kimyang-sun.github.io/pf-img/samsung-img/s-discover-plus-ico.png');
    width: 100%;
    height: 100%;
    transition: transform .8s;
}

.v-story-wrap .v-story-slider .slider-item > a > .discover > span.discover-txt {
    font-size: 12px;
    color: #fff;
}

/* 호버 애니메이션 */
.v-story-wrap .v-story-slider .slick-active .slider-item > a:hover > .discover {
    opacity: 1;
}

.v-story-wrap .v-story-slider .slick-active .slider-item > a:hover > .discover > span.discover-btn::after {
    transform: rotate(360deg);
}

/* visual story 내부 텍스트 */
.v-story-wrap .v-story-slider .slider-item > .v-story-desc-list {
    margin-top: 26px;
    opacity: 0;
    transform: translateY(30%);
    transition: opacity .8s, transform .8s;
}

.v-story-wrap .v-story-slider .slider-item > .v-story-desc-list > .v-story-desc-tt {
    font-size: 14px;
}

.v-story-wrap .v-story-slider .slider-item > .v-story-desc-list > .v-story-desc {
    font-size: 24px;
}

.v-story-wrap .v-story-slider .slick-active .slider-item > .v-story-desc-list {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .8s .5s, transform .8s .5s;
}

/* visual story 사이드 버튼 */
.v-story-wrap .v-story-slider .slick-arrow {
    z-index: 10;
    top: 50%;
    width: 50px;
    height: 60px;
}

.v-story-wrap .v-story-slider .slick-prev {
    left: 0;
}

.v-story-wrap .v-story-slider .slick-next {
    right: 0;
    left: auto;
}

.v-story-wrap .v-story-slider .slick-arrow::before {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.3);
    font-size: 50px;
}

/* visual story 하단 페이지 버튼 */
.v-story-wrap .v-story-slider .slick-dots > li {
    width: auto;
    height: auto;
    margin: 0 8px;
    display: none;
}

.v-story-wrap .v-story-slider .slick-dots > li > button {
    width: 8px;
    height: 8px;
    border: 1px solid #363636;
    border-radius: 45px;
    box-sizing: border-box;
    display: block;
    position: relative;
}

.v-story-wrap .v-story-slider .slick-dots > li > button::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 45px;
    background-color: #363636;
    opacity: 0;
    transition: opacity .8s;
}

.v-story-wrap .v-story-slider .slick-dots > li.slick-active > button::before {
    opacity: 1;
}

.v-story-wrap .v-story-slider .slick-dots > li:hover > button::before {
    opacity: 1;
}

.v-story-wrap .mgz_btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}

.v-story-wrap .mgz_btn li {
    float: left;
    margin:0 5px;
    border:1px solid #ddd; 
    padding:5px 10px;
    border-radius: 20px;
}

@media all and (max-width:767px){
    .v-story-wrap .mgz_btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-30%);
    width:100%;
}
    .v-story-wrap .mgz_btn li {
        float: left;
        margin: 0 5px;
        border: 1px solid #ddd;
        padding: 5px 10px;
        border-radius: 20px;
    }
}

.slick-slide {
    opacity: 0.3;
}

.slick-active {
    opacity: 1;
}

.slider-op {
    position: absolute;
    right: 0;
    top: 0;
    display: none;

}

.slick-active .slider-op {
    display: block;
}

.slider-op span i {
    font-size: 2em;
    color: #019b85;
    cursor: pointer;
}

.op_win {
    position: absolute;
    border: 1px solid #ddd;
    background: #fff;
    padding: 30px 20px 20px;
    right: 25%;
    top: 30px;
    display: none;
}

.op_win li {
    line-height: 2;
}

.op_win .inner_box {
    position: relative;
}

.op_win .inner_box span {
    position: absolute;
    right: -15px;
    top: -24px;
}

.op_win .inner_box span i {
    font-size: 1.5em;
}

/* 타운 */
.town_wrap {
    width: 1050px;
    margin: 50px auto;
}


section {
    overflow: visible;
    /*min-height: 550px;*/
}

.ct_wrap {
    min-height: 0;
}

.town_wrap {
    position: relative;
}

.town_wrap h2 {
    text-align: center;
    font-size: 2em;
}

.town_wrap h2 b {
    font-weight: 900;
    color: #1c81c5;
    font-size: 30px;
}

.town_wrap .detal_box {
    padding: 50px 0;
}

.town_wrap .detal_box .fl_box {
    float: left;
}

.town_wrap .detal_box .fl_box img {
    width: 335px;
    height: auto;
}

.town_wrap .detal_box .info_box {
    padding: 0 50px;
    width: 700px;
}

.town_wrap .detal_box .info_box > ul {
    text-align: right;
}

.town_wrap .detal_box .info_box > ul li {
    float: right;
    margin: 0 5px;
    padding: 2px 10px;
}

.town_wrap .detal_box .info_box > ul li > a {
    float: right;
    margin: 0 5px;
    padding: 5px 10px;
    color: #fff;
}

.town_wrap .detal_box .info_box > ul li > a i {
    color: #fff;
}

.town_wrap .detal_box .info_box > ul li:nth-child(1) {
    background: #019b85;
    border-radius: 10px;
}

.town_wrap .detal_box .info_box > ul li:nth-child(2) {
    background: #0e2666;
    border-radius: 10px;
}

.town_wrap .detal_box .info_box > ul li:hover {
    background: #f5c634;
    transition: all 0.3s;
}

.town_wrap .detal_box .fl_box h3 {
    clear: both;
    padding: 50px 0 10px;
    font-size: 24px;
    text-align: center;
}

.town_wrap .detal_box .fl_box h3 b {
    font-size: 30px;
    font-weight: 900;
    color: #222;
}

.town_wrap .detal_box .fl_box h4 {
    color: #ccc;
    text-align: center;
    padding-bottom: 30px;
}

.town_wrap .detal_box .fl_box .art_info {
    padding-left: 30px;
    padding-bottom: 15px;
}

.town_wrap .detal_box .fl_box .art_info ul li {
    font-size: 1.2em;
    line-height: 2;
}

.town_wrap .detal_box .fl_box .art_info p {
    font-size: 1.2em;
    line-height: 2;
}

.town_wrap .detal_box .fl_box .art_tb {
    border-collapse: collapse;
    margin-left: 30px;
}

.town_wrap .detal_box .fl_box .art_tb tr td {
    font-size: 1.2em;
    padding: 5px;
}

.town_wrap .detal_box .fl_box .art_tb tr td img {
    width: 16px;
    margin-right: 3px;
}

.town_wrap .detal_box .fl_box .art_tb tr td .flw_btn {
    background: #f5c634;
    border-radius: 10px;
    padding: 4px 10px;
    font-weight: 600;
    color: #000;
}

.town_wrap .detal_box .fl_box .art_tb tr td:nth-child(4) {
    width: 300px;
    text-align: right;
}

.town_wrap .detal_box .fl_box .art_tb tr td:nth-child(4) #copybtn {
    background: #0e2666;
    color: #777;
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 10px;
}

.town_wrap .detal_box .fl_box .art_tb tr td button:hover {
    color: #fff !important;
    transition: all 0.3s;
}

.sct2,
.sct3,
.sct4 {
    margin: 50px auto;
    width: 1200px;
    /*min-height: 500px;*/
    overflow: auto;
}

.sct2 .main_tab_wrap6,
.sct3 .main_tab_wrap6,
.sct4 .main_tab_wrap6 {
    overflow: visible;
    max-width: 1050px;
    clear: both;
}

.sct2 .main_tab_wrap6 .tab_box {
    position: relative;
}

.sct2 .main_tab_wrap6 .tab_box span {
    position: absolute;
    right: 0;
    top: 12px;
}

.sct2 .main_tab_wrap6 .tab_box span .art_write {
    color: #fff;
    background: #019b85;
    padding: 4px 10px;
    border-radius: 10px;
}

.sct2 .main_tab_wrap6 .tab_box span .art_write i {
    color: #fff;
}

.sct2 .main_tab_wrap6 .mv_tab .mv_box {
    width: 48%;
    margin: 3% 1%;
    float: left;
}

.sct2 .main_tab_wrap6 .mv_tab .mv_box a img {
    width: 504px;
    height: 263px;
}

.sct2 .main_tab_wrap6 .mv_tab .mv_box ul li {
    float: left;
    color: #999;
    margin-right: 10px
}

.sct2 .main_tab_wrap6 .mv_tab .mv_box ul li i {
    color: #999;
}

.sct2 .main_tab_wrap6 .mv_tab span,
.sct3 .main_tab_wrap6 span {
    float: right;
}

.sct2 .main_tab_wrap6 .more_btn,
.sct3 .main_tab_wrap6 .more_btn {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 2px 10px;
}

.sct3 .main_tab_wrap6 .pic_box figure {
    float: left;
    margin: 15px 10px;
    width:100%;
    max-width: 242px;
    /*padding: 3px;*/
}

.sct3 .main_tab_wrap6 .pic_box figure figcaption h2 {
    font-size: 20px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sct3 .main_tab_wrap6 .pic_box figure figcaption h3 {
    font-size: 14px;
    color: #999;
}

.sct4 .list_wrap table {
    border-collapse: collapse;
    width: 100%;
}

.sct4 .list_wrap tr th {
    border-bottom: 1px solid #ddd;
}

.sct4 .list_wrap tr th,
.sct4 .list_wrap tr td {
    font-size: 1.2em;
    padding: 10px;
    text-align: center;
    line-height: 1.5;
}

.sct4 .list_wrap tr td:nth-child(2) {
    text-align: left;
}

.sct4 .pager_wrap ul {
    padding-top: 30px;
}

.sct4 .pager_wrap ul {
    float: right;
}

.sct4 .pager_wrap ul li {
    float: left;
    padding: 2px 5px;
    text-align: center;
    background: #eee;
    color: #555;
    margin: 0 3px;
    cursor: pointer;
}

.sct4 .pager_wrap ul .active {
    background: #3b86bf;
    color: #fff;
}

.blk_bg {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    min-height: 313vh;
    top: 0;
    left: 0;
    z-index: 999;
}

.town_write {
    display: none;
    width: 800px;
    height: 400px;
    background: #fff;
    border: 2px solid #ddd;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.town_write h2 {
    font-size: 1.5em;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.town_write .wr_btn {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}

.town_write .wr_cont {
    text-align: center;
    margin-top: 80px;
}

.town_write .wr_cont .wr_select {
    display: inline-block;
    background: #11459d;
    color: #fff;
    font-size: 1.2em;
    padding: 2px 10px;
    border-radius: 3px;
    margin-top: 10px;
}

.town_write2 {
    display: none;
    width: 1050px;
    height: 500px;
    background: #fff;
    border: 2px solid #ddd;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.town_write2 h2 {
    font-size: 1.5em;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.town_write2 .wr_btn {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}

.town_write2 .box_fl {
    float: left;
    padding: 20px;
}

.town_write2 .r_box {
    width: 38%;
}

.town_write2 ul li {
    float: left;
}

.town_write2 ul li:nth-child(2) {
    text-indent: 1.5em;
    font-weight: 900;
    color: #555;
    font-size: 1.2em;
    line-height: 60px;
}

.town_write2 ul li:nth-child(3) {
    clear: both;
}

.town_write2 .wr_tit {
    padding: 5px 0;
    width: 350px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 20px 0;
    text-indent: 1rem;
}

.town_write2 .wr_sumit {
    clear: both;
    width: 100%;
    background: #007a7b;
    color: #fff;
    padding: 7px;
    border-radius: 5px;
    margin-top: 50px;
}

input::placeholder {
    color: #ccc;
}

.town_write2 ul li .cont_link a {
    color: #11459d;
}

.town_write2 ul li .cont_link a:hover {
    text-decoration: underline;
}

.sch_wrap {
    display: none;
    width: 1050px;
    height: 700px;
    background: #fff;
    border: 2px solid #ddd;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    padding: 40px;
}

.sch_wrap h3 {
    text-align: center;
    font-size: 1.5em;
    padding: 20px 0;
}

.sch_wrap h3 b {
    font-size: 24px;
    color: #000;
}

.sch_wrap h3 i {
    font-size: 24px;
}

.sch_wrap .wr_btn {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.sch_wrap_m {
    background: #fff;
}

.sch_wrap_m h3 {
    text-align: center;
    font-size: 1.5em;
    padding: 20px 0;
}

.sch_wrap_m h3 b {
    font-size: 24px;
    color: #000;
}

.sch_wrap_m h3 i {
    font-size: 24px;
}

.sch_wrap_m .wr_btn {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.sch_wrap_m table, .sch_wrap_m .fc-head, .sch_wrap_m .fc-body, .sch_wrap_m .fc-unthemed .fc-content, .sch_wrap_m  .fc-unthemed .fc-divider, .sch_wrap_m  .fc-unthemed .fc-list-heading td, .sch_wrap_m .fc-unthemed .fc-list-view, .sch_wrap_m .fc-unthemed .fc-popover, .sch_wrap_m .fc-unthemed .fc-row, .sch_wrap_m .fc-unthemed tbody, .sch_wrap_m .fc-unthemed td, .sch_wrap_m .fc-unthemed th, .sch_wrap_m  .fc-unthemed thead {
    border-color:#fff;
}

.sch_wrap_m table td.fc-sun span {color:#ff0000 !important;}
.sch_wrap_m .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {float: inherit;text-align: center;}
.sch_wrap_m td.fc-day-top {text-align: center !important;}
.sch_wrap_m .fc-day-header {background: #fff;padding:10px 0;}
.sch_wrap_m .fc-day-header span {font-size:1.2em;font-family: 'Pretendard';}
.sch_wrap_m .fc td span {text-align: center;font-size: 1.2em;font-family: 'Pretendard';}
.sch_wrap_m .fc th span {text-align: center;font-size: 1.2em;font-family: 'Pretendard';}

.sch_wrap_m .fc button.fc-button {background: none;border:0;}
.sch_wrap_m .fc-toolbar .fc-left, .sch_wrap_m .fc-toolbar .fc-right {display: none;}
.sch_wrap_m .fc-icon {border: 0;padding: 0 10px;color: #ffc700;background: none;cursor: pointer;outline: 0;font-size: 0.9em;}
.sch_wrap_m .fc-basic-view .fc-body .fc-row {height: 100% !important;padding:5px 0;}

.sch_wrap_m .fc-event {border-radius:0;padding:4px 10px;margin: 1px;border:0;}
/*.sch_wrap_m .fc-event::before{width: 0px;height: 0px;border: 17px solid;border-top-color: transparent;border-right-color: #81df6e;border-left-color: transparent;border-bottom-color: transparent;content: '';position: absolute;left: -34px;top: 0;
z-index: 1;}
.sch_wrap_m .fc-event::after{width: 0px;height: 0px;border: 17px solid;border-top-color: transparent;border-left-color: #81df6e;border-right-color: transparent;border-bottom-color: transparent;content: '';position: absolute;right: -34px;top: 0;z-index: 1;
}*/
.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {border-color: #ddd}
.fc td.fc-today {border-style:solid}
.fc-toolbar h2 {font-size: 1.5em !important;}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {float: inherit;}
.fc .fc-day-top {padding:5px 0;}
.fc .fc-day-top span {font-size: 1.4em;}


/* 타운리스트 */
.fir_tab {
    width: 1200px;
    margin: 50px auto;
    height: 40px;
}

.fir_tab ul {
    max-width: 576px;
    margin: 0 auto;
}

.fir_tab ul li {
    width: 33.333%;
    float: left;
    text-align: center;
    line-height: 40px;
    font-size: 1.2em;
    color: #ccc;
}

.fir_tab ul li:nth-child(1) {
    font-weight: bold;
    color: #ffc500;
    border-bottom: 3px solid #1173b5;
    box-sizing: border-box;
}

.main_tab_wrap6 {
    clear: both;
}

.contents_box {
    width: 1200px;
    margin: 0 auto;
}

.contents_box .video_sect {
    width: 48%;
    margin: 0 1%;
    float: left;
}

.contents_box .video_sect figure iframe {
    margin-left: 58px;
}

.pagination {
    clear: both;
}

.contents_box .video_sect span {
    width: 3%;
    text-align: center;
    margin-top: 20px;
    background: #cf1020;
    color: #fff;
    border-radius: 20px 0 0 20px;
    position: absolute;
}

.contents_box .video_sect figure {
    margin: 20px 0;
    min-height: 200px;
    text-align: center;
}

.contents_box .video_sect figure img {
    width: auto;
    height: auto;
    margin-left: 58px;
    max-height: 167px;
}

.contents_box .video_sect figure figcaption {
    width: 268px;
    float: right;
}

.contents_box .video_sect figure figcaption ul {
    margin-left: 20px;
}

.contents_box .video_sect figure figcaption ul li {
    float: left;
    line-height: 2;
    margin: 0 4px;
}

.contents_box .video_sect figure figcaption ul li a{
    font-size:16px;
    font-weight: bold;
}

.contents_box .video_sect figure figcaption ul li:nth-child(1) {
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
}

.contents_box .video_sect figure figcaption ul li:nth-child(2) {
    float: right;
    color: #ccc;
}

.contents_box .video_sect figure figcaption ul li:nth-child(3) {
    clear: both;
}

.contents_box .video_sect figure figcaption ul li:nth-child(6),
.contents_box .video_sect figure figcaption ul li:nth-child(7) {
    clear: both;
}

.contents_box .video_sect figure figcaption ul li button {
    padding: 2px 10px;
    margin-right: 5px;
    margin-top: 10px;
}

.town_text_list {
    padding-top: 50px;
}

.tab-wrap-group .more_btn {
    clear: both;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 2px 10px;
    display: block;
    margin: 0 auto;
}

/* mypage */
.point_wrap {
    width: 1200px;
    margin: 0 auto 80px;
}

.point_wrap h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.point_wrap h4 {
    font-size: 2em;
    color: #000;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.point_wrap h4 i {
    font-size: 1em;
    color: rgba(0, 0, 0, 0.5);
    margin: 0 10px;
    cursor: pointer;
}

.point_wrap h4 .pnt_wrap {
    position: absolute;
    right: 0;
}

.point_wrap h4 .pnt_wrap b {
    color: #fbbc05;
    font-size: 1.5em;
}

.point_wrap h4 .pnt_wrap img {
    width: 15px;
}

.point_wrap table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.point_wrap table tr th,
.point_wrap table tr td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    height: 40px;
    text-align: center;
}

.point_wrap table tr th {
    background: #eee;
}

.point_wrap table tr .total_txt {
    background: #eee;
    font-weight: bold;
    font-size: 1.2em;
}

.point_wrap table tr .total_num {
    font-weight: bold;
    font-size: 1.2em;
}


/* myModify */
.dropify-wrapper {
    max-width: 400px !important;
}

.myplay_wrap {
    height: 300px;
    margin: 50px 0;
    position: relative;
}

.myplay_wrap .my_contt {
    float: left;
    width: 46%;
}

.myplay_wrap .my_contt table {
    border-collapse: collapse;
    width: 100%;
}

.myplay_wrap .my_contt table tr th,
.myplay_wrap .my_contt table tr td {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.myplay_wrap .my_contt table tr th {
    background: #f2f4f7;
    border-top: 1px solid #ddd;
}

.myplay_wrap .my_scrab {
    margin-right: 4%;
    position: relative;
}

.myplay_wrap .my_recent {
    margin-left: 4%;
    position: relative;
}

.myplay_wrap .myp_del {
    background: #e52a2b;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.list_wrap table tr .tit_view {
    cursor: pointer;
}

.btn_wrap .write_modal {
    background: #1a1a1a;
    position: fixed;
    padding: 40px;
    width: 400px;
    height: 400px;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    overflow-y: scroll;
}

.write_modal .wr_btn,
.view_modal .wr_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.write_modal table,
.view_modal table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}


.write_modal table tr th,
.write_modal table tr td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.write_modal table tr th {
    width: 15%;
}

.write_modal table tr td #ip_tit {
    width: 100%;
    outline: none;
}

.write_modal table tr td #ip_cont {
    width: 100%;
    outline: none;
}

.write_modal table tr .btn_fix,
.view_modal table tr .btn_fix {
    text-align: center;
}

.write_modal table tr td .sbm_btn {
    text-align: center;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background: #1b81c4;
    ;
}

.btn_wrap .view_modal {
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    position: fixed;
    padding: 40px;
    width: 600px;
    height: 400px;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    overflow-y: scroll;
}

.view_modal table tr th,
.view_modal table tr td {
    padding: 10px;
}

.view_modal table tr th {
    width: 15%;
}

.view_modal table tr td .lik_btn {
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    color: #1a1a1a;
    background: #ffc801;
}

.town_detail .btn_box {margin:10px 0;}
.town_detail .btn_box button.fal_btn {background: #0e2666;border-radius: 10px;color: #fff;padding:5px 20px;float: right;}
.town_detail .btn_box button.flw_btn {background: #f5c634;border-radius: 10px;color: #000;padding:5px 20px;margin-left:2%;font-weight: bold;}
.town_detail .btn_box img {width: 14px;margin-right: 3px;}