.color-black {
    color: #333!important
}

.color-white {
    color: #fff!important
}

body {
    background-color: #fff
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #fff
}

.wrap {
    width: calc(100% - 32px);
    margin: 0 auto;
    max-width: 1600px
}

.wrap:after {
    content: '';
    display: block;
    clear: both
}

.container {
    width: 100%;
    clear: both;
    margin: 0 auto;
    overflow: hidden
}

.section {
    padding: 5em 0
}

.section--padding-none {
    padding: 0
}

.display-block {
    display: block
}

.max-width-100 {
    max-width: 100%
}

.show-pc {
    display: block!important
}

.show-mb {
    display: none!important
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.col5 {
    width: 5%
}

.col10 {
    width: 10%
}

.col15 {
    width: 15%
}

.col20 {
    width: 20%
}

.col25 {
    width: 25%
}

.col30 {
    width: 30%
}

.col35 {
    width: 35%
}

.col40 {
    width: 40%
}

.col45 {
    width: 45%
}

.col50 {
    width: 50%
}

.table {
    width: 100%;
    clear: both;
    border-bottom: 1px solid #ddd
}

.table thead th {
    background-color: #333;
    color: #fff;
    padding: 1em 0
}

.table td,
.table th {
    text-align: center;
    padding: 1em 0;
    word-break: break-all
}

.table td.board-title {
    text-align: left;
    white-space: nowrap
}

.table td.board-title>a {
    display: block;
    max-width: calc(100% - 36px);
    overflow-x: hidden;
    text-overflow: ellipsis;
    margin-right: .2em;
    line-height: 1.5;
    float: left
}

.mypage--content.myfeed table tr td:nth-child(3) {
    vertical-align: middle
}

.table tbody tr:not(.success):hover td,
.table tbody tr:not(.success):hover th {
    background-color: #f2f4f6
}

@media screen and (max-width:768px) {
    .section {
        padding: 32px 0
    }
}

.btn:focus {
    outline: 0
}

.btn-bookmark {
    display: inline-block;
    width: 30px;
    height: 30px;
    /* background: url(/assets/images/icon/bookmark_off.png) center no-repeat; */
	background-image: url(/assets/images/svg/bookmarkG.svg);
	background-position:center;
	background-repeat:no-repeat;
    background-size: contain;
    cursor: pointer
}

.btn-bookmark.is-active {
    background-image: url(/assets/images/svg/bookmarkO.svg);
}

.select__custom {
    background: #f2f2f2;
    position: relative;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 0 15px;
    z-index: 99;
    cursor: pointer
}

.select__custom-title {
    width: 90%;
    line-height: 40px;
    font-weight: 700;
    background: #f2f2f2
}

.select__custom-title[type=button] {
    width: 90%;
    text-align: left;
    -webkit-appearance: none
}

.select__custom-option {
    position: absolute;
    left: 0;
    top: 25px;
    padding-top: 15px;
    width: 100%;
    overflow: auto;
    max-height: 240px;
    z-index: -1;
    border-radius: 0;
    background: #f2f2f2;
    display: none;
    -ms-overflow-style: none
}

.select__custom-option li {
    cursor: pointer
}

.select__custom-option::-webkit-scrollbar {
    width: 3px;
    background-color: #373b44
}

.select__custom-option::-webkit-scrollbar-track {
    background-color: #f2f2f2
}

.select__custom-option::-webkit-scrollbar-thumb {
    background-color: #f96408
}

.select__custom-option>li>input {
    box-sizing: border-box;
    padding: 7px 15px;
    cursor: pointer;
    -webkit-appearance: none
}

.select__custom-option>li:last-child>input {
    padding-bottom: 15px
}

.select__custom .select--arrow {
    float: right;
    line-height: 40px
}

@media screen and (max-width:768px) {
    .write__content .select__custom-option {
        max-height: 100px
    }
}

@media screen and (max-width:599px) {
    .select__custom+.select__custom {
        margin-top: 1em
    }
}

.checkbox__custom {
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.checkbox__custom .ckb {
    opacity: 0;
    width: 100%;
    height: 100%;
    display: none
}

.checkbox__custom .checkmark {
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/icon/check__off.png);
    background-position: center;
    background-repeat: no-repeat;
    display: block
}

label.checkbox__custom .ckb:checked+.checkmark {
    background-image: url(/assets/images/icon/check__on.png)
}
img[src="/assets/images/svg/searchB.svg"]{transform:scaleX(-1)}
.search--basic {
    position: relative;
    border-radius: .25em
}

.search--basic input {
    padding: 0 40px 0 1em;
    width: 100%;
    height: 40px;
    box-sizing: border-box
}

.search--basic input::placeholder {
    color: #999
}

.search--basic a,
.search--basic button {
    z-index: 1;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) scaleX(-1);
    display: block;
    width: 25px;
    height: 25px;
    /* background: url(/assets/images/icon/search--black.png) center no-repeat; */
	background-image:url(/assets/images/svg/searchB.svg);
	background-position:center;
	background-repeat:no-repeat;
    background-size: contain;
}

.search--basic a.search_modal_on {
    position: static;
    transform: translate(0) scaleX(-1);
    background-image:url(/assets/images/svg/searchW.svg);
	background-position:center;
	background-repeat:no-repeat;
    background-size: contain;
}

.search--basic.big input {
    height: 60px
}

.search--basic.big a {
    width: 30px;
    height: 30px
}

.search_modal_wrap {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 99999999
}

.search_modal_wrap .search--basic {
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
    border-bottom: 2px solid #f97f08;
    border-radius: 0
}

.search_modal_wrap input {
    font-size: 3em;
    padding: 20px 40px 15px .2em;
    box-sizing: content-box;
    width: calc(100% - 40px - .2em)
}

.search_modal_close_wrap {
    width: 40px;
    height: 40px;
    padding: 20px;
    border-radius: 50%;
    position: absolute;
    top: calc(2.5% - 20px);
    right: calc(2.5% - 20px);
    cursor: pointer
}

.search_modal_close {
    width: 100%;
    height: 100%;
    position: relative;
    display: block
}

.search_modal_close::after,
.search_modal_close::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #333;
    height: 2px;
    border-radius: 1px;
    width: 100%
}

.search_modal_close::before {
    transform: translate(-50%, -50%) rotate(45deg)
}

.search_modal_close::after {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.header__gnb .search-wrap {
    float: left
}

@media screen and (max-width:599px) {
    .search_modal_wrap input {
        font-size: 8vw
    }
    .search--basic.big input {
        height: 45px
    }
    .search_modal_wrap input {
        padding: 12px 40px 12px .2em;
        height: 45px;
        line-height: 45px
    }
}

.star__rating {
    font-size: 1.125rem
}

.star__rating .rate-base-layer {
    color: #999
}

.star__rating .rate-hover-layer {
    opacity: .8;
    color: #ffba00
}

.star__rating .rate-select-layer {
    color: #ffba00
}

.section--search {
    padding: 2.5em 0 3em;
    background: #f97f08;
    text-align: center;
    color: #fff
}

.section--search .title {
    margin-bottom: 1em;
    font-size: 2.25rem;
    font-weight: 400;
    line-height: 1.3
}

.section--search .title strong {
    font-weight: 700
}

.section--search .search--basic {
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
    background-color: #fff
}

@media screen and (max-width:599px) {
    .section--search .title {
        font-size: 1.5rem;
        word-break: keep-all
    }
}

.section--today {
    position: relative
}

.section__top-btn--group {
    z-index: 9999;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1600px
}

.section__top-btn {
    position: relative;
    overflow: hidden;
    background: #191919;
    width: 32px;
    height: 32px;
    cursor: pointer
}

.section__top-btn--left {
    float: left
}

.section__top-btn--right {
    float: right
}

.section__top-btn:before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    display: block;
    width: 32px;
    height: 32px;
    background: #f96408;
    transition: left .3s
}

.section__top-btn:hover:before {
    left: 0
}

.section__top-btn .bar {
    position: absolute;
    left: 30%;
    width: 15px;
    height: 3px;
    background: #fff
}

.section__top-btn .bar:nth-child(1) {
    top: 10px;
    transform: rotate(45deg)
}

.section__top-btn .bar:nth-child(2) {
    bottom: 10px;
    transform: rotate(-45deg)
}

.section__top-btn--left {
    transform: rotate(180deg)
}

.section__top-btn.slick-disabled {
    background: #faf6f3
}

.section__top-btn.slick-disabled .bar {
    background: #b8bfc4
}

.section__top-btn.slick-disabled:hover:before {
    display: none
}

.section__slide .slick-slide {
    opacity: .4;
}

.section__slide .slick-active {
    opacity: 1
}

.section__slide:after {
    content: '';
    display: block;
    clear: both
}

.section__slide-item {
    float: left;
    position: relative;
    margin-right: 5px;
    height: 450px;
    overflow: hidden;
    cursor: pointer
}

.section__slide-item.slide--full--2 {
    display: none
}

.section__slide-image {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.section__slide-title {
    position: absolute;
    bottom: -80px;
    left: 0;
    padding-top: 1em;
    padding-left: 3em;
    padding: 1em 3em;
    width: 100%;
    height: 80px;
    background: #fff;
    box-sizing: border-box;
    transition: bottom .3s
}

.section__slide-title .title {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 700
}

.section__slide-title .link {
    color: #666
}

.section__slide-title .middle-dot {
    position: absolute;
    right: 3em;
    top: 50%;
    transform: translateY(-50%)
}

.section__slide-title .middle-dot div {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 4px;
    background: #191919;
    border-radius: 50%
}

.section__slide-title .middle-dot div:last-child {
    margin-right: 0
}

.section__slide-item:hover .section__slide-title {
    bottom: 0
}

.slide--vertical .section__slide-group {
    position: relative;
    height: 100%
}

.slide--vertical.section__slide-item:hover .section__slide-title {
    bottom: -90px
}

.slide--vertical .section__slide-group:hover .section__slide-title {
    bottom: 0
}

.slide--vertical--mo {
    display: none
}

@media screen and (max-width:1200px) {
    .section__slide-item .section__slide-title {
        bottom: 0
    }
}

@media screen and (max-width:768px) {
    .section.section--today {
        padding-top: 48px
    }
    .section__top-btn--group {
        float: right
    }
    .section__slide-item {
        /* height: 60vh; */
		height:90vw;
        margin-right: 0;
        box-sizing: border-box
    }
    .section__slide-title {
        left: none
    }
    .section__slide-title {
        padding: 21px 16px 10px
    }
    .section__slide-title .middle-dot {
        right: 1em
    }
}

.section--chart .chart__tab {
    width: calc(50% - 3em);
    float: left
}

.section--chart .chart__tab:nth-child(1) {
    margin-right: 6em
}

.section--chart .date {
    color: #999
}

.section--chart .btn_more {
    color: #f94d08;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 2px;
    font-size: 1.125rem
}

.section--chart .chart__tab-title {
    position: relative
}

.section--chart .chart__tab-title .date {
    font-weight: 400
}

.section--chart .chart__tab-title .title {
	line-height:1.3;
    margin-top: .3em;
    font-size: 3rem;
    position: relative;
    margin-bottom: 1.1em
}

.section--chart .chart__tab-select:after {
    content: '';
    clear: both;
    display: block
}

.section--chart .select__custom:first-child {
    float: left;
    z-index: 999
}

.section--chart .select__custom:last-child {
    float: right
}

.section--chart .select__custom {
    width: calc(50% - 1em)
}

@media screen and (max-width:599px) {
    .section--chart .select__custom {
        width: 100%
    }
}

.section--chart .chart__tab-list {
    clear: both;
    margin-top: 1.5em
}

.section--chart .chart__tab-item {
    padding: 10px 0;
    position: relative
}

.section--chart .chart__tab-item .numb {
    width: 55px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.section--chart .chart__tab-item .date,
.section--chart .chart__tab-item .site {
    line-height: 40px;
    float: left
}

.section--chart .chart__tab-item . {
    display: inline-block;
    line-height: 40px;
    margin-right: 20px
}

.section--chart .chart-item-title>* {
    display: inline-block;
    font-weight: 700;
    color: #333
}

.section--chart .chart-item-title .site,
.section--chart .chart__tab-item .site {
    width: 135px;
    margin-right: 15px;
    text-align: center
}

.section--chart .chart-item-title .title {
    width: calc(100% - 145px);
    line-height: 40px
}

.section--chart .chart-item-title.conference::after {
    content: '';
    display: block;
    clear: both
}

.section--chart .chart-item-title.conference .title {
    width: calc((100% - 45px) * .75);
    line-height: 40px;
    float: left;
}

.section--chart .chart-item-title .site {
    text-align: center
}

.section--chart .chart-item-title .date {
    margin-left: 15px
}
.section--chart .chart-item-title.conference .title_bookmark{
    width: 45px;
    line-height: 40px;
    float:right;
}

.section--chart .chart-item-title.conference .date {
    width: calc((100% - 45px) * .25);
    text-align: center;
    float: left;
    /* margin-right: 1%; */
    line-height: 40px;
    margin-left: 0
}

.section--chart .item--right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.section--chart .item--right:after {
    content: '';
    display: block;
    clear: both
}

.section--chart .item--right>* {
    float: left;
    color: #999
}

.section--chart .item--right .btn {
    display: block;
    margin-left: 20px;
    color: #fff
}

.section--chart .item--right .btn-bookmark {
    display: block;
    margin-left: 20px;
    transform: translateY(3px)
}

.section--chart .portal-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 70px;
    transform: translateY(-50%)
}

.section--chart .portal--nc {
    background-image: url(/assets/images/social_navercafe.png)
}

.section--chart .portal--dc {
    background-image: url(/assets/images/social_daumcafe.png)
}

.section--chart .chart__tab.caferank .chart__tab-item .title {
    color: #333;
    width: 100%;
    box-sizing: border-box;
    line-height: 40px;
    padding: 0 135px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.section--chart .chart__tab.caferank .chart__tab-item .btn:first-child {
    margin-left: 0
}

.section--chart .chart__tab.conference .chart__tab-item .title {
    display: block;
    width: calc(100% - 160px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 40px
}

.section--chart .chart__tab-list.conference .chart__tab-item::after {
    content: '';
    display: block;
    clear: both
}

.section--chart .chart__tab-list.conference .chart__tab-item .title {
    width: calc((100% - 45px) * .75);
    float: left
}

.section--chart .chart__tab-list.conference .chart__tab-item .item--right {
    position: relative;
    transform: translate(0);
    float: left;
    width: calc((100% - 45px) * .25);
    top: 0
}

.section--chart .chart__tab-list.conference .chart__tab-item .item--right .date {
    width: 100%;
    text-align: center
}

/* .section--chart .chart__tab-list.conference .chart__tab-item .item--right{
    margin-top: 5px
} */
.section--chart .chart__tab-list.conference .chart__tab-item .item--bookmark{
    width:45px;
    float:right; 
    text-align:center;
}
.section--chart .chart__tab-list.conference .chart__tab-item .item--bookmark .btn-bookmark{
    display:block;
    margin:5px auto;
}
@media screen and (max-width:1200px){
    .section--chart .chart__tab-title .title {
        font-size: 2rem
    }
}
@media screen and (max-width:1024px) {
    .section--chart .chart__tab {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px
    }
    .section--chart .chart__tab:nth-child(1) {
        margin-bottom: 3em
    }
    .section--chart .chart__tab.caferank .chart__tab-item .title {
        padding: 0 115px 0 80px
    }
    .section--chart .chart__tab-item {
        padding: 0;
    }
    .section--chart .item--right .btn {
        margin-right: 10px
    }
    .section--chart .chart__tab-item .numb {
        width: 40px
    }
    .section--chart .portal-icon {
        left: 46px
    }
    .section--chart .chart__tab-title .title {
        font-size: 2.6em
    }
    .section--chart .chart-item-title.conference .title {
        width: calc(100% - 45px);
        line-height: 40px;
    }
	.section--chart .chart__tab-list.conference .chart__tab-item .item--right,
	.section--chart .chart__tab-list.conference .chart__tab-item .item--right .date,
    .section--chart .chart-item-title.conference .date {
        display:none;
    }
    .section--chart .chart__tab-list.conference .chart__tab-item .title {
        width: calc(100% - 45px);
    }
    .section--chart .chart__tab-list.conference .chart__tab-item .item--right+.btn-bookmark {
        width: 15px;
    }
    .section--chart .chart__tab-list.conference .chart__tab-item .item--right {
        width: calc((99% - 40px) * .2);
        margin: 0
    }
    .section--chart .chart__tab-list.conference .chart__tab-item .item--right .btn-bookmark {
        margin-left: 0
    }
}

@media screen and (max-width:768px) {
    .section--chart .chart__tab-title .title {
        width: calc(100% - 50px);
        word-break: keep-all;
    }
    .section--chart .chart-item-title.conference .title {
        width: calc(100% - 45px);
    }
    .section--chart .chart-item-title.conference .date {
        width: calc((99% - 40px) * .2);
        line-height: 30px;
        margin-right: 0
    }
    .section--chart .chart__tab-list.conference .chart__tab-item .title {
        width: calc(100% - 45px);
    }
    .section--chart .chart__tab-list.conference .chart__tab-item .item--right {
        width: calc((99% - 40px) * .2);
        margin: 0
    }
    .section--chart .chart__tab-list.conference .chart__tab-item .item--right .btn-bookmark {
        margin-left: 0
    }
}

@media screen and (max-width:599px) {
    .section--chart .chart__tab-select-option>li {
        font-size: 12px
    }
    .section--chart .chart__tab-item .numb {
        width: 30px
    }
    .section--chart .portal-icon {
        left: 35px
    }
    .section--chart .chart__tab.caferank .chart__tab-item .title {
        padding: 0 99px 0 71px
    }
    .section--chart .item--right .btn-bookmark {
        width: 15px;
    }
    .section--chart .item--right .btn {
        margin-left: 10px;
        margin-right: 0
    }
    .section--chart .chart-item-title .title,
    .section--chart .chart__tab.conference .chart__tab-item .title {
        width: calc(100% - 30px);
    }
    .section--chart .chart__tab.conference .chart__tab-item .btn {
        display: none
    }
    .section--chart .chart-item-title .site,
    .section--chart .chart__tab-item .site {
        width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .section--chart .chart-item-title.conference .title {
        width: calc(100% - 45px);
        line-height:40px;
    }
    .section--chart .chart-item-title.conference .date {
        width: 115px;
        margin: 0;
        box-sizing: border-box
    }
    .section--chart .chart__tab-list.conference .chart__tab-item .title {
        width: calc(100% - 45px);
    }
    .section--chart .chart__tab-list.conference .chart__tab-item .item--right {
        width: 115px;
        margin: 0;
        box-sizing: border-box
    }
    .section--chart .chart__tab-list.conference .chart__tab-item .item--right .btn-bookmark {
        left: auto;
        right: 0
    }
}

@media screen and (max-width:500px) {
    .section--chart .chart-item-title.conference .title {
        width: calc(100% - 45px);
    }
    .section--chart .chart-item-title.conference .date {
        width: 100px;
        margin: 0;
        box-sizing: border-box
    }
    .section--chart .chart__tab-list.conference .chart__tab-item .title {
        width: calc(100% - 45px);
    }
    .section--chart .chart__tab-list.conference .chart__tab-item .item--right {
        width: 100px;
        margin: 0;
        box-sizing: border-box
    }
    .section--chart .chart__tab-list.conference .chart__tab-item .item--right .btn-bookmark {
        left: auto;
        right: 0;
        width: 20px;
        height: 20px;
        top: 50%;
        transform: translateY(-50%)
    }
}

.section--best .section__top {
    margin-bottom: 4em
}

.section--best .section__top:after {
    content: '';
    display: block;
    clear: both
}

.section--best .section__top-title {
	line-height:1.3;
    float: left;
    margin-right: 1em;
    font-weight: 700;
    font-size: 3rem
}

.section--best .section__top-text {
    float: left;
    margin-top: 10px;
    font-size: 1.125rem;
    line-height: 1.5
}

.section--best .section__top .btn {
    float: right;
    margin-top: 10px;
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: 1.125rem;
    border-radius: 0
}

.section--best .section__top .btn:hover {
    background-color: #f94d08;
    border-color: #f94d08
}

.section__best-num {
    font-size: 1.313rem;
    font-weight: 900
}

.section__best-num.big {
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: -3px
}

.section__best-title {
    font-size: 1.313rem;
    font-weight: 700
}

.section__best-title.big {
    font-size: 1.875rem
}

.section__best-text {
    overflow: hidden;
    height: 65px;
    line-height: 1.4
}

.section__best-link {
    display: block;
    width: 25px;
    height: 25px;
    background: url(/assets/images/icon/share--small.png) 0 0 no-repeat;
    transition: transform .3s
}

.section__best-link:hover {
    transform: scale(.9)
}

.section__best-link.big {
    width: 40px;
    height: 40px;
    background-image: url(/assets/images/icon/share--big.png)
}

.section__best-tab-wrap {
    position: relative;
    max-width: 1600px;
    margin: 0 auto
}

.section__best-tab--title {
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16.66666666666667%;
    margin: 0 auto;
    text-align: center
}

.section__best-tab--title>div {
    margin: 0 auto
}

.section__best-tab--title .bar {
    width: 53px;
    height: 1px;
    background: #191919
}

.section__best-tab--item {
    float: none;
    padding: 2em 0;
    width: 65px;
    cursor: pointer
}

.section__best-tab--item .numb {
    margin-top: 15px;
    font-size: 3rem;
    font-weight: 700;
    color: #ddd
}

.section__best-tab--item.is-active .numb {
    color: #333
}

.section__best-tab--item .section__best-icon {
    font-weight: 900;
    color: #ddd;
    text-transform: uppercase
}

.section__best-tab--item.is-active .section__best-icon {
    color: #ea2929
}

.section__best-tab-group {
    float: right;
    width: 83.33333333333333%
}

.section__best-tab {
    position: relative;
    padding-left: 420px;
    width: 0;
    height: 0;
    overflow: hidden;
    transform: translate(100%, 0);
    transition: transform .3s;
    box-sizing: border-box
}

.section__best-tab.is-active {
    width: 100%;
    height: inherit;
    transform: translate(0)
}

.section__best-tab--left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 85px 50px;
    width: 420px;
    background: #f2f2f2;
    box-sizing: border-box
}

.section__best-tab--top {
    display: flex;
    margin-bottom: 3em
}

.section__best-tab--top .section__best-num {
    color: #333
}

.section__best-tab--top .section__best-link {
    margin: 15px 0 0 30px
}

.section__best-tab--left .section__best-title {
    margin-bottom: 1em
}

.section__best-tab--left .section__best-text {
    margin-bottom: 3em
}

.section__best-tab--right {
    position: relative;
    width: calc(100% - 2em);
    height: 500px;
    margin-left: 2em;
    background: url(/assets/images/main/img_best.png) center center no-repeat;
    background-size: 100%
}

.section__best-tab--right:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .05)
}

.section__best-tab--right img {
    display: none;
    width: 100%
}

.section__best-item {
    position: relative;
    float: left;
    display: flex;
    width: calc(50% - 3em);
    margin: 4em 6em 0 0;
    box-sizing: border-box
}

.section__best-item:nth-child(2n) {
    margin-right: 0
}

.section__best-item:after {
    content: '';
    display: block;
    clear: both
}

.section__best-item--left {
    margin-right: 2em;
    text-align: center
}

.section__best-item--left .section__best-num {
    margin-top: 2em
}

.section__best-item--left .section__best-icon {
    padding-top: 4px;
    font-weight: 900;
    color: #ea2929;
    text-transform: uppercase
}

.section__best-item--right {
    width: calc(100% - 30px)
}

.section__best-item--right .section__best-title {
    margin-bottom: 13px
}

.section__best-item--right .section__best-text {
    height: 40px
}

.section__best-item--right .section__best-link {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px
}

.section__best-bottom {
    justify-content: space-between;
    margin-top: 1em
}

.section__best-user {
    overflow: hidden
}

.section__best-user .profile {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #333
}

.section__best-user .profile img {
    display: block;
    width: 100%
}

.section__best-user .profile img.profile--none {
    width: 80%;
    margin: 3px auto
}

.section__best-user .name {
    float: left;
    margin: 5px 0 0 10px;
    color: #666;
    text-transform: uppercase
}

.section__best-btn {
    display: flex;
	float:right;
}

.section__best-btn .btn-bookmark {
    margin-right: 5px
}

@media (min-width:1200px) and (max-width:1440px) {
    .section__best-tab--right {
        background-size: contain
    }
}

@media screen and (max-width:1200px) {
    .section--best {
        position: relative;
        margin-bottom: 2em;
        padding-bottom: 6em
    }
    .section--best .section__top .btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%)
    }
    .section__best-tab-group {
        width: 100%
    }
    .section__best-tab {
        width: 100%;
        padding-left: 0
    }
    .section__best-tab-wrap {
        padding-left: 0
    }
    .section__best-tab--title {
        left: 0;
        top: 96px;
        width: 134px;
        transform: none;
        z-index: 10
    }
    .section__best-tab--left {
        position: static;
        width: calc(100% - 150px);
        margin: 0 16px 0 auto
    }
    .section__best-tab--right {
        margin-left: 16px;
        margin-right: 16px;
        margin-top: 2em;
        width: calc(100% - 32px)
    }
    .section__best-item {
        width: 100%;
        margin-top: 2em;
        padding-top: 2em;
        border-top: 1px solid #ccc
    }
    .section__best-tab--right {
        background: 0 0;
        height: auto
    }
    .section__best-tab--right img {
        display: block;
        width: 100%
    }
    .section__best-item:nth-child(1) {
        border-top: none
    }
    .section__best-item:nth-child(2n) {
        margin-left: 0
    }
}

@media screen and (max-width:768px) {
    .section--best .section__top {
        margin-bottom: 2em
    }
    .section--best .section__top-title {
        float: none;
        margin-right: 0;
        font-size: 2.6rem;
        width: calc(100% - 50px);
        word-break: keep-all
    }
    .section--best .section__top-text {
        display: none
    }
    .section__best-title.big {
        font-size: 1.25rem
    }
    .section__best-tab--top {
        margin-bottom: 18px
    }
    .section__best-tab--top .section__best-link {
        margin-top: 12px
    }
    .section__best-num.big {
        font-size: 2.25rem
    }
    .section__best-link.big {
        margin-left: 16px;
        background-size: 20px;
        width: 20px;
        height: 20px
    }
    .section__best-tab--title .bar {
        width: 26.5px
    }
    .section__best-user {
        display: none;
    }
    .section__best-tab--left .section__best-text {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        height: 72px;
        line-height: 18px;
        margin-bottom: 20px;
        text-overflow: ellipsis;
        white-space: normal;
        overflow: hidden;
        word-break: keep-all
    }
    .section__best-tab--right {
        background: 0 0;
        height: auto
    }
    .section__best-tab--right img {
        display: block;
        width: 100%
    }
    .section__best-tab--title {
        left: 0;
        top: 89px;
        width: 84px;
        transform: none;
        z-index: 10
    }
    .section__best-tab-group {
        width: 100%
    }
    .section__best-tab--item {
        padding: 16px 0
    }
    .section__best-tab--item .numb {
        margin-top: 0;
        font-size: 1.875rem
    }
    .section__best-item {
        width: 100%;
        margin-top: 16px;
        padding-top: 16px;
        padding-right: 0;
        border-top: 1px solid #ccc;
        word-break: keep-all
    }
    .section__best-item:nth-child(1) {
        border-top: none
    }
    .section__best-item:nth-child(2n) {
        margin-left: 0
    }
    .section__best-item--left {
        margin-right: 18px
    }
    .section__best-item--left .section__best-num {
        margin-top: 16px
    }
    .section__best-item--right .section__best-link {
        margin-top: -2px
    }
    .section__best-tab-wrap {
        padding-left: 0
    }
    .section__best-tab {
        width: 100%;
        padding-left: 0
    }
    .section__best-tab--left {
        position: static;
        width: calc(100% - 100px);
        margin: 0 16px 0 auto;
        padding: 40px 32px
    }
    .section__best-tab--left::after {
        content: '';
        display: block;
        clear: both;
    }
    .section__best-bottom {
        float: right;
    }
    .section__best-btn .btn-bookmark {
        width: 15px;
        margin-right: 8px;
    }
    .section__best-tab--right {
        margin-left: 16px;
        margin-right: 16px;
        margin-top: 2em;
        width: calc(100% - 32px)
    }
    .section--best .section__top .btn {
        bottom: 16px;
        font-size: .813rem
    }
    .section__best-btn .btn {
        height: 21px
    }
}

.section--feed {
    background: #333
}

.section--feed .section__top {
    margin-bottom: 2em
}

.section--feed .section__top-title {
    color: #fff
}

.section__feed-list:after {
    content: '';
    display: block;
    clear: both
}

.section__feed-item {
    position: relative;
    float: left;
    width: calc((100% / 4) - 25px);
    margin-right: 30px;
    height: 380px;
    background: #fff;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .25);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    cursor: pointer
}

.section__feed-item:nth-child(4n) {
    margin-right: 0
}

.section__feed-item:nth-child(n+5) {
    margin-top: 30px
}

.section__feed-logo {
    position: relative;
    z-index: 1;
    padding: 40px 40px 1em
}

.section__feed-logo img {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%
}

.section__feed-logo span {
    display: inline-block;
    color: #666;
    text-transform: uppercase
}

.section__feed-title {
    position: relative;
    z-index: 1;
    padding: 0 40px;
    padding-bottom: .5em;
    font-size: 1.313rem;
    font-weight: 700
}

.section__feed-date {
    padding: 0 40px;
    color: #666
}

.section__feed-text {
    padding: 0 40px;
    padding-top: 2em;
    height: 90px;
    overflow: hidden;
    line-height: 1.45
}

.section__feed-arrow {
    position: absolute;
    top: 80%;
    right: 80px;
    width: 26px;
    height: 20px
}

.section__feed-arrow .bar {
    position: absolute;
    width: 0;
    height: 5px;
    background: #191919;
    transition: all .2s
}

.section__feed-arrow .bar:nth-child(1) {
    top: 0;
    left: 0;
    transform: rotate(40deg)
}

.section__feed-arrow .bar:nth-child(2) {
    bottom: 0;
    right: -1px;
    transform: rotate(-220deg);
    transition-delay: .2s
}

.section__feed-item:hover .bar {
    width: 27px
}

.section__feed-item.t2,
.section__feed-item.t3 {
    padding-top: 180px
}

.section__feed-item.t2 * {
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, .9)
}

.section__feed-item.t2 .section__feed-text,
.section__feed-item.t3 .section__feed-text {
    display: none
}

.section__feed-item.t2 .section__feed-arrow .bar {
    background: #fff
}

.section__feed-item.t3 .section__feed-back {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #fff
}

.section__feed-item.t3 * {
    color: #191919;
    text-shadow: none
}

.section__feed-item.t3 .section__feed-arrow .bar {
    background: #191919
}

.section--chart {
    padding: 0
}

@media screen and (max-width:1200px) {
    .section__feed-item {
        width: calc((100% / 3) - 25px)
    }
    .section__feed-item:nth-child(3n) {
        margin-right: 0
    }
    .section__feed-item.t3 {
        margin-right: 30px
    }
    .section__feed-item:nth-child(n+4) {
        margin-top: 30px
    }
    .section__feed-logo {
        padding: 40px 25px 1em
    }
    .section__feed-date,
    .section__feed-text,
    .section__feed-title {
        padding: 0 25px;
        padding-bottom: .5em
    }
    .section__feed-arrow {
        right: 40px
    }
}

@media screen and (max-width:768px) {
    .section__feed-item {
        width: 100%;
        margin: 0!important
    }
    .section__feed-item.t2 {
        padding-bottom: 30px
    }
    .section__feed-text {
        height: 10.15em
    }
    .section__feed-arrow {
        right: 40px
    }
}

.section--board .float-left,
.section--board .float-right {
    width: calc(50% - 3em)
}

.section--board .float-left {
    position: relative;
    margin-right: 6em
}

.section--board .float-left:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -3em;
    display: block;
    width: 1px;
    background: #ddd
}

.section--board .title-wrap {
    position: relative;
    margin-bottom: 1.1em
}

.section--board .title-wrap .txt {
    color: #998
}

.section--board .title-wrap .title {
	line-height:1.3;
    margin-top: .3em;
    font-size: 3rem
}

.section--board .title-wrap .btn_more {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #f94d08
}

.section--board .select__custom {
    margin-bottom: 1.5em;
    width: calc(50% - 1em)
}

.section--board .book__board:after {
    content: '';
    display: block;
    clear: both
}

.section--board .book__board-item {
    float: left;
    padding: 1.5em 2.5em;
    width: calc(50% - 1em);
    border: 1px solid #ddd;
    box-sizing: border-box;
    transition: box-shadow .3s, border .3s
}

.section--board .book__board-item:nth-child(odd) {
    margin-right: 2em
}

.section--board .book__board-item:nth-child(n+3) {
    margin-top: 2em
}

.section--board .book__board-item:hover {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .15);
    border-color: #f94d08
}

.section--board .book__board-item:hover .arrow {
    opacity: 0;
    transform: translateX(0)
}

.section--board .book__board-item .title {
    margin-bottom: .5em;
    height: 50px;
    line-height: 25px;
    font-size: 1.313rem;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.section--board .book__board-inn {
    position: relative;
    padding-top: .75em;
    height: 170px;
    border-top: 1px solid #ddd
}

.section--board .book__board-inn:after {
    content: '';
    display: block;
    clear: both
}

.section--board .book__board-inn .preview {
    float: left;
    margin-right: 1.5em;
    min-width: 100px;
    width: 50%;
    max-width: 130px;
    height: 100%;
    border: 1px solid #ddd;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.section--board .book__board-inn .info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%
}

.section--board .book__board-inn .info p {
    height: 33px;
    overflow: hidden;
    color: #666
}


.section--board .book__board-inn .info p+p {
    margin-top: .75em
}

.section--board .book__board-inn .info .btn-bookmark {
    margin-top: auto;
    width: 40px
}

.section--board .book__board-inn .arrow {
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 40%;
    width: 15px;
    height: 10px;
    transform: translateX(-20px);
    transition: opacity .3s, transform .3s
}

.section--board .book__board-inn .arrow .bar {
    position: absolute;
    right: 0;
    background: #f94d08;
    width: 70%;
    height: 2px
}

.section--board .book__board-inn .arrow .bar:nth-child(1) {
    top: 0;
    transform: rotate(50deg)
}

.section--board .book__board-inn .arrow .bar:nth-child(2) {
    bottom: 0;
    transform: rotate(-50deg)
}

@media screen and (max-width:1440px) {
    .section--board .book__board-item {
        padding: 1em
    }
    .section--board .book__board-inn .info p {
        font-size: .875rem
    }
}

@media screen and (max-width:1200px) {
    .section--board .book__board-item {
        width: calc(50% - .5em)
    }
    .section--board .book__board-item:nth-child(odd) {
        margin-right: 1em
    }
    .section--board .book__board-item:nth-child(n+3) {
        margin-top: 1em
    }
    .section--board .book__board-inn .preview {
        margin-right: .5em
    }
	.section--board .book__board-inn .info .btn-bookmark{
		width:15px;
	}
}

@media screen and (max-width:1024px) {
    .section--board .title-wrap .title {
        font-size: 2.6rem
    }
    .section--board .float-left,
    .section--board .float-right {
        width: 100%
    }
    .section--board .float-right {
        margin-top: 4em
    }
    .section--board .book__board-inn .preview {
        margin-right: 1.5em
    }
    .section--board .book__board-inn .info p {
        font-size: 1rem;
		height:2rem;
		display:-webkit-box; line-height:1rem;
		word-wrap:break-word;
		-webkit-line-clamp:2;
		-webkit-box-orient: vetical;
    }
	.section--board .book__board-inn .info p.name::before{
		content:'저자: ';
		opacity: 0.7;
	}
	.section--board .book__board-inn .info p.publisher::before{
		content:'출판사: ';
		opacity: 0.7;
	}
}

@media screen and (max-width:768px) {
    .section--board .title-wrap .title {
        width: calc(100% - 50px);
        word-break: keep-all
    }
}

@media screen and (max-width:599px) {
    .section--board .select__custom {
        width: 100%
    }
    .section--board .book__board-item {
        width: 100%
    }
    .section--board .book__board-item:nth-child(even),
    .section--board .book__board-item:nth-child(odd) {
        margin-top: 1em
    }
    .news__board .date,
    .news__board .site {
        display: none
    }
}

.section--board .news__board-item:after,
.section--board .news__board-title:after {
    content: '';
    display: block;
    clear: both
}

.section--board .news__board-title>* {
    float: left;
    height: 40px;
    line-height: 40px;
    font-weight: 700
}

.section--board .news__board-list {
    margin-top: 1.5em
}

.section--board .news__board-item+* {
    margin-top: 10px
}

.section--board .news__board-link {
    display: block
}

.section--board .news__board-link>* {
    float: left;
    height: 40px;
    line-height: 40px
}

.section--board .news__board-link .date,
.section--board .news__board-link .site {
    color: #999
}

.section--board .news__board-title .title {
    text-align: left;
}

.section--board .news__board-link .title,
.section--board .news__board-title .title {
    width: calc(100% - 370px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.section--board .news__board-link .site,
.section--board .news__board-title .site {
    width: 170px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.section--board .news__board-link .date,
.section--board .news__board-title .date {
    width: 95px;
    text-align: center
}

.section--board .news__board-link .bookmark,
.section--board .news__board-title .bookmark {
    width: 105px;
    text-align: center
}

@media screen and (max-width:1400px) {
    .section--board .news__board-link .title,
    .section--board .news__board-title .title {
        width: calc(100% - 295px)
    }
    .section--board .news__board-link .bookmark,
    .section--board .news__board-link .site,
    .section--board .news__board-title .bookmark,
    .section--board .news__board-title .site {
        width: 100px
    }
}

@media screen and (max-width:599px) {
    .section--board .news__board-link .title,
    .section--board .news__board-title .title {
        width: calc(100% - 55px)
    }
    .section--board .news__board-link .date,
    .section--board .news__board-title .date {
        width: 70px
    }
    .section--board .news__board-link .site,
    .section--board .news__board-title .site {
        width: 90px
    }
    .section--board .news__board-link .bookmark,
    .section--board .news__board-title .bookmark {
        width: 50px
    }
    .section--board .float-right .btn-bookmark {
        width: 15px;
        height: 40px
    }
}

@media screen and (max-width:499px) {
    .section--board .news__board-link .title,
    .section--board .news__board-title .title {
        width: calc(100% - 45px)
    }
    .section--board .news__board-link .date,
    .section--board .news__board-title .date {
        width: 79px
    }
    .section--board .news__board-link .site,
    .section--board .news__board-title .site {
        width: 55px
    }
    .section--board .news__board-link .bookmark,
    .section--board .news__board-title .bookmark {
        width: 39px
    }
}

.section--map .title-wrap {
    position: relative;
    margin-bottom: 1.1em
}

.section--map .title-wrap .txt {
    color: #998
}

.section--map .title-wrap .title {
	line-height:1.3;
    margin-top: .3em;
    font-size: 3rem
}

.section--map .title-wrap .btn_more {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #f94d08
}

.section--map .map {
    height: 80vh;
    min-height: 350px
}

@media screen and (max-width:1024px) {
    .section--map .map {
        height: 70vh
    }
    .section--map .title-wrap .title {
        font-size: 2.6rem
    }
}

@media screen and (max-width:768px) {
    .section--map .map {
        height: 60vh
    }
    .section--map .title-wrap .title {
        width: calc(100% - 50px);
        word-break: keep-all
    }
}

@media screen and (max-width:600px) {
    .section--map .map {
        height: 50vh
    }
}

@media screen and (max-width:500px) {
    .section--map .map {
        height: 40vh
    }
}

.container-inn {
    min-height: calc(100vh - 151px)
}

.container-inn .wrap {
    width: 1200px
}

.content {
    padding-bottom: 10em
}

.sub__top {
    padding: 1.5em 0 3em;
    background: #f2f2f2
}

.sub__top .wrap {
    position: relative;
    width: 100%
}

.sub__top .search-wrap .search {
    display: flex
}

.sub__top .search-wrap .search .group {
    margin-left: auto
}

.sub__top .search-wrap .search .group select {
    height: 42px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #aeaeae
}

.sub__top .search-wrap .search .search--basic {
    margin-left: .5em
}

.sub__top .search-wrap .search--basic {
    margin-left: auto;
    width: 30%;
    min-width: 300px;
    max-width: 380px;
    border: 1px solid #aeaeae
}

.sub__top .title-wrap {
    margin-top: 1em
}

.sub__top .title-wrap .title {
    font-size: 2.5rem
}

.sub__top .title-wrap .txt {
    margin-top: 1em;
    text-indent: 5px;
    font-size: 1.125rem;
    line-height: 1.3
}

.sub__top .close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(/assets/images/icon/backward.png) center no-repeat
}

.sub__top .close .bar {
    position: absolute;
    left: -25%;
    bottom: 40%;
    width: 150%;
    height: 2px;
    background: #555
}

.sub__top .close .bar:nth-child(1) {
    transform: rotate(45deg)
}

.sub__top .close .bar:nth-child(2) {
    transform: rotate(-45deg)
}

.container--alarm .sub__top .title-wrap {
    padding-right: 55px;
    word-break: keep-all
}

@media screen and (max-width:1024px) {
    .sub__top .search-wrap .search--basic {
        margin: 0 auto;
        min-width: none;
        max-width: none;
        width: 100%
    }
    .container-inn .wrap {
        width: 95%!important;
        margin: 0 auto
    }
}

@media screen and (max-width:768px) {
    .content {
        padding-bottom: 0
    }
    .sub__top {
        padding: 1.5em 0 2em
    }
    .sub__top .search-wrap .search--basic {
        width: 100%
    }
    .sub__top .title-wrap .title {
        font-size: 2rem
    }
}

@media screen and (max-width:600px) {
    .sub__top .title-wrap .title {
        font-size: 1.5rem
    }
}

.cont--privacy,
.cont--provision {
    max-width: 1920px;
    margin: 0 auto;
    padding: 3em 0
}

.cont--privacy h3,
.cont--provision h3 {
    padding-bottom: 36px;
    font-weight: 900;
    font-size: 2.25rem
}

.cont--privacy .text-pre,
.cont--provision .text-pre {
    font-size: 1rem;
    white-space: pre-line;
    line-height: 1.6;
    color: #333
}

.cont--privacy .close,
.cont--provision .close {
    float: right;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(/assets/images/icon/backward.png) center no-repeat
}

@media screen and (max-width:768px) {
    .cont--privacy,
    .cont--provision {
        padding-top: 54px
    }
}

.modal-upload {
    max-width: 1120px;
    width: 100%;
    padding: 58px 120px;
    box-sizing: border-box
}

.modal-upload--box--section1 {
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 2.25rem
}

.modal-upload--box--section2 input:placeholder {
    color: #aeaeae
}

.modal-upload--box--section2 input:-ms-input-placeholder {
    color: #aeaeae
}

.modal-upload--box--section2 input {
    width: 100%;
    padding: 14px 4px;
    border-bottom: 1px solid #b3b3b3;
    font-weight: 700;
    font-size: 1.313rem;
    color: #333
}

.modal-upload--box--section2 input:focus {
    color: #333
}

.modal-upload--box--section3 .modal-upload--box--section3__title,
.modal-upload--box--section4 .modal-upload--box--section4__title,
.modal-upload--box--section5 .modal-upload--box--section5__title {
    margin-top: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1rem
}

.modal-upload--box--section3 .custom-select {
    float: left;
    width: calc(33.333% - 10px);
    margin-right: 15px
}

.modal-upload--box--section3 .custom-select:last-child {
    margin-right: 0
}

.modal-upload--box--section3 .input-direct {
    float: left;
    width: calc(33.333% - 10px)
}

.modal-upload--box--section3 .input-direct input {
    width: 100%;
    height: 40px;
    padding: 8px 16px;
    border: 1px solid #aeaeae;
    color: #333
}

.modal-upload--box--section3 .input-direct input::placeholder {
    color: #aeaeae
}

.modal-upload--box--section3 .input-direct input:-ms-input-placeholder {
    color: #aeaeae
}

.modal-upload--box--section3 .input-direct input:focus {
    color: #333
}

.modal-upload--box--section4 textarea {
    width: 100%;
    padding: 8px 8px;
    border: 1px solid #b3b3b3;
    color: #333
}

.modal-upload--box--section4 textarea:focus {
    color: #333
}

.modal-upload--box--section5 {
    text-align: justify;
    text-align-last: justify
}

.modal-upload--box--section5 .modal-upload--box--section5__title {
    display: inline-block
}

.modal-upload--box--section5 .input-box {
    display: inline-block;
    width: 80%;
    border: 1px solid #b3b3b3
}

.modal-upload--box--section6 {
    text-align: center;
    margin-top: 30px
}

.modal-upload--box--section6 .btn.btn-summit {
    width: 200px;
    height: 40px;
    margin-right: -4px;
    border-radius: 0;
    font-size: 1.125rem
}

.modal-upload--box--section6 .btn.btn-cancel {
    width: 200px;
    height: 40px;
    margin-left: 10px;
    background: #ddd;
    border-radius: 0;
    border-color: #ddd;
    font-size: 1.125rem;
    color: #999
}

.modal-upload--box--section6 .btn.btn-cancel:hover {
    background: #ccc;
    color: #888;
    border-color: transparent
}

.modal-upload {
    display: none;
    background: #fff
}

.modal-upload.is-active {
    display: block;
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 1001
}

.modal-upload--box--section5 .input-box {
    width: 100%
}

@media screen and (max-width:1200px) {
    .modal-upload {
        max-width: 618px;
        width: 100%;
        padding: 40px 36px
    }
    .modal-upload--box--section3 .custom-select {
        width: calc(50% - 8px);
        margin-bottom: 16px
    }
    .modal-upload--box--section3 .custom-select.select--1 {
        margin-right: 8px
    }
    .modal-upload--box--section3 .custom-select.select--2 {
        margin-left: 8px;
        margin-right: 0
    }
    .modal-upload--box--section3 .input-direct {
        width: 100%
    }
    .modal-upload--box--section3 .input-direct input {
        width: 100%
    }
}

@media screen and (max-width:768px) {
    .modal-upload {
        width: 100%;
        height: 100%;
        padding: 40px 36px
    }
    .modal-upload.is-active {
        z-index: 1007;
        overflow-y: auto
    }
    .modal-upload--box--section3 .custom-select {
        width: 100%;
        margin-left: 0!important;
        margin-right: 0;
        margin-bottom: 15px
    }
    .modal-upload--box--section3 .input-direct {
        width: 100%
    }
    .modal-upload--box--section6 .btn.btn-summit {
        width: 120px
    }
    .modal-upload--box--section6 .btn.btn-cancel {
        width: 120px
    }
    .modal-close {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        right: 8px;
        top: 8px;
        width: 25px;
        height: 25px;
        background: 0 0;
        cursor: pointer
    }
    .modal-close .bar {
        position: absolute;
        top: 45%;
        width: 100%;
        height: 3px;
        background: rgba(0, 0, 0, .8);
        transition: transform .3s
    }
    .modal-close .bar:nth-child(1) {
        transform: rotate(-45deg)
    }
    .modal-close .bar:nth-child(2) {
        transform: rotate(45deg)
    }
    .modal-close:hover .bar {
        transform: rotate(0)
    }
    .modal-upload.is-active .modal-close {
        opacity: 1;
        visibility: visible
    }
}

.modal-modify {
    max-width: 1024px;
    width: 100%;
    padding: 58px 120px;
    box-sizing: border-box
}

.modal-modify--box--section1 {
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 2.25rem
}

.modal-modify--box--section2 input::placeholder {
    color: #aeaeae
}

.modal-modify--box--section2 input:-ms-input-placeholder {
    color: #aeaeae
}

.modal-modify--box--section2 input {
    width: 100%;
    padding: 14px 4px;
    border-bottom: 1px solid #b3b3b3;
    font-weight: 700;
    font-size: 1.313rem;
    color: #333
}

.modal-modify--box--section2 input:focus {
    color: #333
}

.modal-modify--box--section3 .modal-modify--box--section3__title,
.modal-modify--box--section4 .modal-modify--box--section4__title,
.modal-modify--box--section5 .modal-modify--box--section5__title {
    margin-top: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1rem
}

.modal-modify--box--section3 .custom-select {
    float: left;
    width: calc(33.333% - 10px);
    margin-right: 15px
}

.modal-modify--box--section3 .custom-select:last-child {
    margin-right: 0
}

.modal-modify--box--section3 .input-direct {
    float: left;
    width: calc(33.333% - 10px)
}

.modal-modify--box--section3 .input-direct input {
    width: 100%;
    height: 40px;
    padding: 8px 16px;
    border: 1px solid #aeaeae;
    color: #333
}

.modal-modify--box--section3 .input-direct input::placeholder {
    color: #aeaeae
}

.modal-modify--box--section3 .input-direct input:-ms-input-placeholder {
    color: #aeaeae
}

.modal-modify--box--section3 .input-direct input:focus {
    color: #333
}

.modal-modify--box--section4 textarea {
    width: 100%;
    padding: 8px 8px;
    border: 1px solid #b3b3b3;
    color: #333
}

.modal-modify--box--section4 textarea:focus {
    color: #333
}

.modal-modify--box--section5 {
    text-align: justify;
    text-align-last: justify
}

.modal-modify--box--section5 .modal-modify--box--section5__title {
    display: inline-block
}

.modal-modify--box--section5 .input-box {
    display: inline-block;
    width: 80%;
    border: 1px solid #b3b3b3
}

.modal-modify--box--section6 {
    text-align: center;
    margin-top: 30px
}

.modal-modify--box--section6 .btn.btn-summit {
    width: 200px;
    height: 40px;
    margin-right: -4px;
    border-radius: 0;
    font-size: 1.125rem
}

.modal-modify--box--section6 .btn.btn-cancel {
    width: 200px;
    height: 40px;
    margin-left: 10px;
    background: #ddd;
    border-radius: 0;
    border-color: #ddd;
    font-size: 1.125rem;
    color: #999
}

.modal-modify--box--section6 .btn.btn-cancel:hover {
    background: #ccc;
    color: #888;
    border-color: transparent
}

.modal-modify {
    display: none;
    background: #fff
}

.modal-modify.is-active {
    display: block;
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 1001
}

.modal-modify--box--section5 .input-box {
    width: 100%
}

@media screen and (max-width:1200px) {
    .modal-modify {
        max-width: 618px;
        width: 100%;
        padding: 40px 36px
    }
    .modal-modify--box--section3 .custom-select {
        width: calc(50% - 8px);
        margin-bottom: 16px
    }
    .modal-modify--box--section3 .custom-select.select--1 {
        margin-right: 8px
    }
    .modal-modify--box--section3 .custom-select.select--2 {
        margin-left: 8px;
        margin-right: 0
    }
    .modal-modify--box--section3 .input-direct {
        width: 100%
    }
    .modal-modify--box--section3 .input-direct input {
        width: 100%
    }
}

@media screen and (max-width:768px) {
    .modal-modify {
        width: 100%;
        height: 100%;
        padding: 40px 36px
    }
    .modal-modify.is-active {
        z-index: 1007;
        overflow-y: auto
    }
    .modal-modify--box--section3 .custom-select {
        width: 100%;
        margin-left: 0!important;
        margin-right: 0;
        margin-bottom: 15px
    }
    .modal-modify--box--section3 .input-direct {
        width: 100%
    }
    .modal-modify--box--section6 .btn.btn-summit {
        width: 120px
    }
    .modal-modify--box--section6 .btn.btn-cancel {
        width: 120px
    }
    .modal-close {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        right: 8px;
        top: 8px;
        width: 25px;
        height: 25px;
        background: 0 0;
        cursor: pointer
    }
    .modal-close .bar {
        position: absolute;
        top: 45%;
        width: 100%;
        height: 3px;
        background: rgba(0, 0, 0, .8);
        transition: transform .3s
    }
    .modal-close .bar:nth-child(1) {
        transform: rotate(-45deg)
    }
    .modal-close .bar:nth-child(2) {
        transform: rotate(45deg)
    }
    .modal-close:hover .bar {
        transform: rotate(0)
    }
    .modal-modify.is-active .modal-close {
        opacity: 1;
        visibility: visible
    }
}

.filebox input[type=file] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.filebox label {
    display: inline-block;
    padding: .25em .5em;
    margin-right: .5em;
    color: #f94d08;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
    cursor: pointer
}

.filebox .upload-name {
    display: inline-block;
    width: calc(100% - 110px);
    padding: .5em .75em;
    font-size: inherit;
    font-family: inherit;
    color: #aeaeae;
    line-height: normal;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select {
    position: relative
}

.custom-select select {
    display: none
}

.select-selected {
    position: relative;
    background-color: #fff;
    border-color: #aeaeae!important;
    color: #aeaeae
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #333 transparent transparent transparent
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #333 transparent;
    top: 7px
}

.select-items div,
.select-selected {
    padding: 11px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, .1) transparent;
    cursor: pointer;
    user-select: none
}

.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #aeaeae;
    border-top: none;
    z-index: 99
}

.selectItems {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #aeaeae;
    border-top: none;
    z-index: 99
}

.select-selected,
.selectItems div {
    padding: 11px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, .1) transparent;
    cursor: pointer;
    user-select: none
}

.select-hide {
    display: none
}

.same-as-selected,
.select-items div:hover {
    background-color: rgba(0, 0, 0, .1)
}

.select {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.select .txt {
    display: inline-block;
    transform: translateY(3px);
    word-break: keep-all
}

.select input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 0;
    height: 0
}

.select .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-color: #fff;
    box-sizing: border-box
}

.select input~.checkmark {
    border: 2px solid #aeaeae
}

.select:hover input~.checkmark {
    background-color: #aeaeae
}

.select input:checked~.checkmark {
    background-color: #f96408;
    border: 1px solid #f96408
}

.select .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.select input:checked~.checkmark:after {
    display: block
}

.select .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (max-width:768px) {
    #mobile__select .select-items {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        border-top: 1px solid #aeaeae;
        z-index: 1002
    }
}

.mypage--menu .nav.nav-tabs li:hover a {
    color: #666
}

.modal-addfavorite {
    display: none;
    max-width: 863px;
    width: 100%;
    padding: 58px 120px;
    box-sizing: border-box
}

.modal-addfavorite.is-active {
    display: block;
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background: #fff;
    z-index: 1001
}

.modal-addfavorite {
    max-width: 863px;
    width: 100%;
    padding: 80px 120px;
    box-sizing: border-box
}

.modal-addfavorite--box--section1 {
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 2.25rem
}

.modal-addfavorite--box--section2 {
    position: relative
}

.modal-addfavorite--box--section2:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(/assets/images/icon/bookmark_on.png) center no-repeat;
    background-size: contain
}

.modal-addfavorite--box--section2 input {
    width: 100%;
    padding: 0 4px 14px 34px;
    border-bottom: 1px solid #b3b3b3;
    font-weight: 700;
    font-size: 1.313rem;
    color: #333
}

.modal-addfavorite--box--section2 input::placeholder {
    color: #aeaeae
}

.modal-addfavorite--box--section2 input:-ms-input-placeholder {
    color: #aeaeae
}

.modal-addfavorite--box--section3 .modal-addfavorite--box--section3__title,
.modal-addfavorite--box--section4 .modal-addfavorite--box--section4__title,
.modal-addfavorite--box--section5 .modal-addfavorite--box--section5__title {
    margin-top: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1rem
}

.modal-addfavorite--box--section3:after {
    content: '';
    display: block;
    clear: both
}

.modal-addfavorite--box--section3 .custom-select {
    float: left;
    width: calc(50% - 15px);
    margin-right: 15px
}

.modal-addfavorite--box--section3 .input-direct {
    float: left;
    position: relative;
    width: 50%;
    padding-right: 40px;
    box-sizing: border-box
}

.modal-addfavorite--box--section3 .input-direct .category__add {
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(/assets/images/icon/plus.png) center no-repeat;
    cursor: pointer
}

.modal-addfavorite--box--section3 .input-direct input {
    width: 100%;
    padding: 8px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #aeaeae
}

.modal-addfavorite--box--section4 .input-direct {
    margin-bottom: 20px
}

.modal-addfavorite--box--section4 .input-direct input {
    width: 100%;
    height: 40px;
    padding: 8px;
    border: 1px solid #aeaeae;
    color: #333
}

.modal-addfavorite--box--section4 .input-direct input::placeholder {
    color: #aeaeae
}

.modal-addfavorite--box--section4 .input-direct input:-ms-input-placeholder {
    color: #aeaeae
}

.modal-addfavorite--box--section4 textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #b3b3b3;
    color: #333
}

.modal-addfavorite--box--section4 textarea:placeholder {
    color: #aeaeae
}

.modal-addfavorite--box--section4 textarea:-ms-input-placeholder {
    color: #aeaeae
}

.modal-addfavorite--box--section5 {
    text-align: justify;
    text-align-last: justify
}

.modal-addfavorite--box--section5 .modal-addfavorite--box--section5__title {
    display: inline-block
}

.modal-addfavorite--box--section5 .input-box {
    display: inline-block;
    width: 80%;
    border: 1px solid #b3b3b3
}

.modal-addfavorite--box--section6 {
    text-align: center;
    margin-top: 21px
}

.modal-addfavorite--box--section6 .btn.btn-summit {
    width: 200px;
    height: 40px;
    margin-right: -4px;
    border-radius: 0;
    font-size: 1.125rem
}

.modal-addfavorite--box--section6 .btn.btn-cancel {
    width: 200px;
    height: 40px;
    margin-left: 10px;
    background: #ddd;
    border-radius: 0;
    border-color: #ddd;
    font-size: 1.125rem;
    color: #999
}

.modal-addfavorite--box--section6 .btn.btn-cancel:hover {
    background: #ccc;
    color: #888;
    border-color: transparent
}

.modal-addfavorite {
    display: none;
    background: #fff
}

.modal-addfavorite.is-active {
    display: block;
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 10000
}

@media screen and (max-width:1200px) {
    .modal-addfavorite {
        max-width: 618px;
        width: 100%;
        padding: 52px 36px
    }
}

@media screen and (max-width:768px) {
    .modal-addfavorite {
        width: 100%;
        height: 100%;
        padding: 44px 36px;
        overflow-y: auto
    }
    .modal-addfavorite--box--section3 .custom-select {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px
    }
    .modal-addfavorite--box--section4 .input-direct input {
        width: 100%
    }
    .modal-addfavorite--box--section6 .btn.btn-summit {
        width: 120px
    }
    .modal-addfavorite--box--section6 .btn.btn-cancel {
        width: 120px
    }
    .modal-addfavorite--box--section3 .input-direct {
        float: none;
        width: 100%;
        clear: both
    }
}

.modal {
    display: none;
    z-index: 1001;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 2.5em;
    width: 640px;
    box-sizing: border-box;
    background: #fff
}

.modal.is-active {
    display: block
}

.modal .modal-close {
    content: '';
    position: absolute;
    right: calc(-30px - 1em);
    top: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: url(/assets/images/common/icon-big-close--white.png) center no-repeat;
    cursor: pointer
}

.modal-title {
    font-size: 1.5rem;
    word-break: keep-all
}

.modal-title p+strong {
    margin-top: 15px
}

.modal-title strong {
    display: inline-block;
    line-height: 1.3;
    font-weight: 700
}

.modal-title .point {
    color: #f96408
}

.modal .form__row {
    margin-top: 1.5em
}

.modal .form__row .input-file .file-label {
    border-radius: 0
}

.modal .form__row .help-block {
    margin-top: 6px;
    word-break: keep-all;
    color: #666;
    font-size: 13px
}

.modal .form__row select.input {
    width: 100%;
    height: 44px;
    background-position: 98% center
}

.modal .form__row select.col30 {
    width: calc((100% / 3) - .5em);
    background-position: 95% center
}

.modal .form__row select.col30+select.col30 {
    margin-left: .5em
}

.modal .form__row .ckb__list {
    max-height: 80px;
    overflow-y: auto;
    -ms-overflow-style: none
}

.modal .form__row .ckb__list::-webkit-scrollbar {
    width: 5px;
    background-color: #373b44
}

.modal .form__row .ckb__list::-webkit-scrollbar-track {
    background-color: #f2f2f2
}

.modal .form__row .ckb__list::-webkit-scrollbar-thumb {
    background-color: #f96408
}

.modal .form__row .ckb__list:after {
    content: '';
    display: block;
    clear: both
}

.modal .form__row .ckb__list .ckb__list-item {
    float: left;
    width: calc((100% / 3) - 1em);
    margin-bottom: .5em;
    margin-right: calc(3em / 2)
}

.modal .form__row .ckb__list .ckb__list-item:nth-child(3n) {
    margin-right: 0
}

.modal .form__row .ckb__list .select {
    height: 26px
}

.modal .form__row .input--site[type=text] {
    width: calc(100% - 40px)
}

.modal .form__row .btn-add {
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(/assets/images/icon/plus.png) center no-repeat;
    cursor: pointer
}

.modal .form__row-title {
    display: block;
    margin-bottom: .5em;
    color: #666;
    font-weight: 700
}

.modal .form__row.form--btn {
    margin-top: 2em;
    text-align: center
}

.modal .form__row.form--btn .btn {
    width: 35%;
    border-radius: 0;
    height: 44px
}

.modal .form__row.form--btn .btn-cancel {
    margin-left: 1em
}

.modal-addcategory--box--section3 .input-direct input:focus,
.modal-addfavorite--box--section2 input:focus,
.modal-addsite--box--section2 input:focus,
.modal-upload--box--section3 .input-direct input:focus {
    color: #333
}

@media screen and (max-width:768px) {
    .modal-addfavorite.is-active .favorite-close {
        opacity: 1;
        visibility: visible
    }
    .favorite-close {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        right: 8px;
        top: 8px;
        width: 25px;
        height: 25px;
        background: 0 0;
        cursor: pointer
    }
    .favorite-close .bar {
        position: absolute;
        top: 45%;
        width: 100%;
        height: 3px;
        background: rgba(0, 0, 0, .8);
        transition: transform .3s
    }
    .favorite-close .bar:nth-child(1) {
        transform: rotate(-45deg)
    }
    .favorite-close .bar:nth-child(2) {
        transform: rotate(45deg)
    }
    .favorite-close:hover .bar {
        transform: rotate(0)
    }
    .modal-addsite.is-active .addsite-close {
        opacity: 1;
        visibility: visible
    }
    .addsite-close {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        right: 8px;
        top: 8px;
        width: 25px;
        height: 25px;
        background: 0 0;
        cursor: pointer
    }
    .addsite-close .bar {
        position: absolute;
        top: 45%;
        width: 100%;
        height: 3px;
        background: rgba(0, 0, 0, .8);
        transition: transform .3s
    }
    .addsite-close .bar:nth-child(1) {
        transform: rotate(-45deg)
    }
    .addsite-close .bar:nth-child(2) {
        transform: rotate(45deg)
    }
    .addsite-close:hover .bar {
        transform: rotate(0)
    }
}

.map-wrap {
    position: relative
}

.map-wrap .icon-nearby {
    width: 40px;
    height: 40px;
    background-color: #f96408;
    background-image: url(/assets/images/icon/target1.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 24px;
    left: 4px;
    z-index: 9;
    border-radius: 2px;
    cursor: pointer;
    transition: bottom .5s ease-in
}

.map-wrap .map__info-toggle {
    position: absolute;
    z-index: 8888;
    bottom: 1em;
    right: 0;
    padding: .75em 1em;
    background: #f96408;
    color: #fff;
    box-shadow: -5px 0 5px 0 rgba(0, 0, 0, .15);
    cursor: pointer
}

.map-wrap .map__info-toggle i {
    transform: translateY(-2px);
    margin-right: 5px;
    font-size: 12px
}

.map-wrap .map__info {
    position: absolute;
    z-index: 8888;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    overflow: hidden;
    overflow-y: auto;
    background: #fff;
    box-shadow: -3px 0 5px 0 rgba(0, 0, 0, .15);
    -ms-overflow-style: none
}

.map-wrap .map__info::-webkit-scrollbar {
    width: 5px;
    background-color: #373b44
}

.map-wrap .map__info::-webkit-scrollbar-track {
    background-color: #f2f2f2
}

.map-wrap .map__info::-webkit-scrollbar-thumb {
    background-color: #f96408
}

.map-wrap .map__info-item {
    padding: .75em;
    border-bottom: 1px solid #ddd
}

.map-wrap .map__info-item>*+* {
    margin-top: 5px
}

.map-wrap .map__info-item .km {
    color: #f96408;
    font-size: .875rem
}

.map-wrap .map__info-item .title {
    font-weight: 700;
    color: #353535
}

.map-wrap .map__info-item .addr {
    color: #666;
    font-size: .875rem
}

.map-wrap .map__info .map-no-result {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #999;
    white-space: nowrap
}

.map-wrap .map__overlay--wrap {
    pointer-events: none
}

.map-wrap .map__overlay {
    position: relative;
    padding: 1.5em;
    --transform: translate(-4px, -123px);
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, .25);
    background: rgba(255, 255, 255, .85);
    border-radius: 5px;
    pointer-events: all
}

.map-wrap .map__overlay-arrow {
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 7px 7px 0;
    border-top-color: #fff
}

.map-wrap .map__overlay-title {
    margin-bottom: .75em;
    font-size: 1.25rem
}

.map-wrap .map__overlay-addr {
    margin-bottom: .75em;
    color: #666
}

.map-wrap .map__overlay-phon a {
    color: #999
}

.map-wrap .map__overlay-phon a:before {
    content: 'Tel : '
}

@media screen and (max-width:410px) {
    .map-wrap .icon-nearby.is-active {
        bottom: 54px;
        transition-timing-function: ease-out
    }
    .map-wrap .map__info-toggle {
        font-size: 12px
    }
}

.member--leave p {
    font-size: 2.4em;
    font-weight: 600;
    line-height: 1.6;
    margin-top: 80px;
    text-align: center
}

.member--leave p span {
    color: #f94d08
}

.pagination-nav {
    margin-top: 2em;
    text-align: center
}

.pagination li {
    display: inline-block;
    margin-right: 1.75rem
}

.pagination li:last-child {
    margin-right: 0
}

.pagination li:hover a {
    color: #191919
}

.pagination li a {
    font-weight: 700;
    color: #999
}

.pagination li.active a {
    color: #191919
}

.coppied_alert{background-color:#333; color:#fff; bottom:70px; left:10px; position:fixed; padding:0.5rem; z-index:999999; box-shadow: 0px 0px 6px 1px #111; display:none; white-space:nowrap;  font-size:1.3em;}
@media screen and (max-width:768px){
	.coppied_alert{left:50%; transform:translateX(-50%); padding:1rem; bottom:150px;}
}