/* ----------------------------------------------------------------
	common style
---------------------------------------------------------------- */
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    font-size: 1.3rem;
    font-size: 13px;
    color: #141414;
    font-family: Malgun Gothic, "맑은 고딕", Dotum, "돋움", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
    color: #000;
}
#wrap {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.inner {
    position: relative;
    width: 90%;
    max-width: 800px;
    padding: 20px 0 165px;
    margin: 0 auto;
}
.inner-sm {
    position: relative;
    max-width: 500px;
    padding: 10vw 0;
    margin: 0 auto;
}
#wrap:after,
.inner:after {
    display: table;
    clear: both;
    content: "";
}
.display-m {
    display: none!important;
}
.aside .side-visit .visit-info dl:after,
.img-area:after,
*[class*="form-box-"]:after,
.price:after,
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
.footer {
    color: #a3a3a3;
    font-size: 12px;
    text-align: left;
    padding: 25px 10px;
    background: #f9f9f9;
}
.footer ul {
    margin: 20px 0;
}
.footer ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    line-height: 18px;
}
.footer .first-list a {
    margin: 15px 10px;
    font-size: 13px;
    color: #828282;
}
.footer .first-list a:first-child{
    margin-left: 0;
}
.footer .first-list li:nth-child(2) a {
    color: #3a3a3a;
}
.footer .info-list .list-info {
    margin-left: 5px;
}
.footer .info-list .add-info {
    display: block;
}
.footer .familysite{
    position: absolute;
    right: 0;
    top: -9px;
    font-size:12px;
    width: 154px;
}
.footer .familysite .btn-arrow{
    position: absolute;
    right: 10px;
    top: 13px;
    display: inline-block;
    width: 14px;
    height: 14px;
}
.footer .familysite .btn-arrow::before,
.footer .familysite .btn-arrow::after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px;
    width: 9px;
    height: 2px;
    background: #ced2d8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.footer .familysite .btn-arrow::before{
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.footer .familysite .btn-arrow.on::before{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.footer .familysite .btn-arrow::after{
    right: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.footer .familysite .btn-arrow.on::after{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.footer .familysite .btn-familysite{
    position: relative;
    width: 100%;
    color: #828282;
    font-size:12px;
    font-weight: 400;
    text-align: left;
    padding: 10px 14px;
    border: 1px solid #e3e3e3;
}
.footer .familysite .site-list{
    display: none;
    position: absolute;
    width: 100%;
    bottom: 35px;
    left: 0;
    color: #a3a3a3;
    padding: 5px 0;
    margin: 0;
    border: 1px solid #e3e3e3;
    background: #f9f9f9;
}
.footer .familysite.on .site-list{
    display: block;
}
.footer .familysite .site-list li{
    display: block;
    margin: 0;
}
.footer .familysite .site-list a{
    display: block;
    color: #828282;
    padding:7px 14px;
    transition: color .3s ease;
}
.footer .familysite .site-list a:hover{
    color: #3a3a3a;
}
.footer .last-list .copyright span{
    display:inline-block;
}
@media only screen and (max-width: 1024px) {
    .about .footer{
        padding:0 20px;
    }
    .about .footer .inner{
        width:auto;
        max-width:none;
    }
    .footer ul.last-list img {
        width: 130px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 768px) {
    .footer ul.info-list {
        margin: 15px 0;
    }
    .footer ul.last-list li {
        display: block;
        margin: 5px 0;
    }

    .footer ul.last-list img{
        margin: 0;
    }
}
@media only screen and (max-width: 425px) {
    .footer .familysite{
        position: relative;
        top: 0;
        width: 100%;
        margin: -6px 0;
    }
    .footer .familysite .btn-arrow{
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
    }
}
@media (max-width:1024px) {
    .display-w {
        display: none!important;
    }
    .display-m {
        display: block!important;
    }
    .inner {
        padding: 50px 0 200px;
    }
    .inner-sm {
        width: 90%;
        padding: 20% 0;
    }
    .inner-sm .logo img {
        height: 25px;
        margin: 0 auto;
    }
}
@media (max-width:768px) {
    .inner {
        width: 100%;
        max-width: 100%;
        padding: 15px 15px 180px;
    }
}
@media ( max-width: 540px ) {
    html {
        font-size: 50%;
    }
}

/*col width style*/
*[class*="col-"] {
    float: left;
    position: relative;
}
.col-12 {
    width: 100%;
}
.col-11 {
    width: 91.66666666666666%;
}
.col-10 {
    width: 83.33333333333334%;
}
.col-9 {
    width: 75%;
}
.col-8 {
    width: 66.66666666666666%;
}
.col-7 {
    width: 58.333333333333336%;
}
.col-6 {
    width: 50%;
}
.col-5 {
    width: 41.66666666666667%;
}
.col-4 {
    width: 33.33333333333333%;
}
.col-3 {
    width: 25%;
}
.col-2 {
    width: 16.666666666666664%;
}
.col-1 {
    width: 8.333333333333332%;
}
.text-point {
    color: #f7751b!important;
}
br.mobile-br {
    display: none;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
}
.preview-header {
    position: relative;
    min-height: 200px;
    text-align: center;
    color: #fff;
}
.preview-header * {
    position: relative;
    z-index: 10;
}
.preview-header b {
    display: block;
    font-size: 20px;
}
.preview-header p {
    margin: 15px 0;
    line-height: 16px;
    font-size: 13px;
}
.preview-header .link-id {
    display: block;
    margin: 10px 0;
}
.preview-footer {
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
    background: #fff;
}
.profile-sm {
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    margin: 10px auto 25px;
    border: 1px solid #ddd;
    overflow: hidden;
    background: #e3e3e3 url("/images/make_profile_sm.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.guide-error {
    padding: 15px 0;
    font-size: 13px;
    color: #e8470c;
    float: right;
}
.guide-error .ico-error {
    position: absolute;
    margin-left: -20px;
}
@media (max-width: 1024px) {
    .guide-error .ico-error {
        background-size: 80%;
    }
}
/*card box style*/
.card-box {
    font-size: 0;
    position: relative;
    padding: 20px 0;
    margin-top: 20px;
    background: #fff;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.15);
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.15);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.card-box.banner-box .system-title {
    display: block;
    font-size: 20px;
    text-align: center;
}
.card-box > * {
    display: inline-block;
    vertical-align: middle;
}
.card-box .card-move {
    width: 7%;
    height: 130px;
    font-size: 0;
}
.card-box .prod-area {
    width: 93%;
    padding: 20px;
    border-left: 1px solid #e3e3e3;
}
.card-box .card-btn-area {
    position: absolute;
    top: 0;
    right: 30px;
    text-align: right;
}
.card-box .card-btn-area > * {
    vertical-align: top;
}
.card-box .switch {
    right: 30px;
}
.card-box.title-imgbox {
    padding: 25px 0;
}
.card-box.title-imgbox .prod-area {
    padding: 0 20px;
}
.card-box.title-imgbox .ico-info {
    top: -10px;
    right: 15px;
}
.card-box.title-imgbox .guide-box {
    top: 15px;
    right: 15px;
    margin-left: 0;
}
.content .card-box.title-imgbox .prod-area p {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-left: 5vw;
    font-size: 20px;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.card-box.title-imgbox .card-btn-area {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.card-box.title-imgbox .card-btn-area .switch {
    top: 0;
    right: 10px;
}

.card-box.title-box .card-move,
.card-box.title-box .switch {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.card-box.title-box .tit-text {
    display: block;
    padding: 0 50px;
    font-size: 20px;
    text-align: center;
}
.card-box.banner-box .prod-area {
    padding: 0 120px 0 20px;
}
.content .card-box.banner-box .img-area {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.content .card-box.banner-box .text-box {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.content .card-box.banner-box .img-area .label-file {
    width: 100%;
    height: 100%;
}
.content .card-box.banner-box .banner-guide {
    margin-top: 10px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #707070;
}
.content .card-box.banner-box .card-input {
    width: 100%;
}
.content .card-box.banner-box input[type="file"] + span {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #d1d1d1;
    text-align: center;
    line-height: 55px;
    border: 1px dashed #e3e3e3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.guide-box {
    display: none;
    position: absolute;
    top: -12px;
    width: 320px;
    padding: 15px;
    line-height: 17px;
    margin-left: 50px;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #656970;
    background: #fff;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 20px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 1px 1px 20px 2px rgba(0,0,0,0.05);
    box-shadow: 1px 1px 20px 2px rgba(0,0,0,0.05);
    z-index: 99999;
}
.card-box.banner-box .card-btn-area {
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.card-box .switch {
    right: 30px;
}
.prod-area {
    position: relative;
    text-align: left;
}
.img-area {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.img-area .radius {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;

    background-color:#e3e3e3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-image: url("/images/no_image_symbol.png");
    -o-background-image: url("/images/no_image_symbol.png");
    -webkit-background-image: url("/images/no_image_symbol.png");
    background-image: url("/images/no_image_symbol.png");
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.card-box.prod-box .img-area .radius {
    -moz-background-image: none;
    -o-background-image: none;
    -webkit-background-image: none;
    background-image: none;
}
.img-area .radius img {
    max-width: 100%;
    max-height: 100%;
}
.img-area .no-image {
    background-color: #e3e3e3;
    background-image: none!important;
}
.img-area .no-image img {
    max-width: 50%;
    max-height: 50%;
}

/* admin file btn cmj */
.btn-file-area {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #000;
    opacity: 0.6;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.btn-file-area span {
    padding: 0.4vw 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.btn-file-area span button {
    display: block;
    width: 100%;
}
.btn-file-area span .ico {
    cursor: pointer;
    width: 19px;
    height: 19px;
    background-size: 100%;
}
.ico-setting {
    background: url(/images/ico_setting.png) no-repeat center;
}
@media (max-width:1024px) {
    .btn-file-area span .ico {
        background-size: 80%;
    }
}

.text-area {
    display: inline-block;
    vertical-align: middle;
}
input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 7px 40px 7px 10px;
    border: 1px solid #ddd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
input:focus {
    border-color: #000;
}
.btn-input-delete {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    width: 17px;
    height: 17px;
    background: url("/images/ico_input_delete.png") no-repeat center;
}
.card-box .text-area input.title-input {
    font-size: 16px;
}
.card-box .text-area input.url-input {
    font-size: 12px;
    margin-top: 10px;
}
.card-box.link-box .text-area {
    padding: 10px 0;
}
.card-box .btn-alarmtalk {
    position: absolute;
    bottom: 15px;
    right: 30px;
    padding: 7px 19px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.card-box .card-price {
    margin-top: 15px;
    font-size: 12px;
}
.card-box .card-price .now-price {
    font-size: 14px;
    color: #000;
}
.card-box .card-price .prev-price {
    white-space: nowrap;
    text-decoration: line-through;
    font-size: 12px;
    color: #777;
}
.card-box .label-area + .text-box {
    margin-top: 10px;
}
.card-box .label-area .ico {
    margin: 0 3px 5px 0;
}
.card-box .label-area .ico:last-child {
    margin-right: 0;
}
.middle-img {
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
*[class*="form-box-"] {
    font-size: 0;
}
*[class*="form-box"] > * {
    display: inline-block;
    vertical-align: middle;
}
.form-box-2 {
    margin-top: 20px;
}
.form-box-2 .form-8 {
    width: 78%;
}
.form-box-2 .form-4 {
    width: 20%;
    float: right;
}
.form-box-3 > *:nth-child(1) {
    width: 39%;
    margin-right: 1.5%;
}
.form-box-3 > *:nth-child(2) {
    width: 29%;
    margin-right: 1%;
}
.form-box-3 > *:nth-child(3) {
    width: 29%;
}
*[class*="form-box"] + *[class*="form-box"] {
    margin-top: 20px;
}
*[class*="con-title-"] {
    position: relative;
}
.con-title-md {
    font-size: 16px;
    margin-bottom: 25px;
}
.info-content + .con-title-md {
    margin-top: 45px;
}
.con-title-lg {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}
*[class*="con-title-"] .ico-info {
    right: inherit;
    margin-left: 10px;
}
*[class*="con-title-"] .guide-box {
    right: inherit;
    left: 35px;
}
.info-content + .con-title-lg {
    margin-top: 35px;
}
.info-content {
    padding: 5px 0;
}
.con-title-md .chk-list {
    float: right;
}
.con-title-md .switch {
    margin-left: 15px;
    top: 0;
}
.con-title-md .chk-list .input-chk {
    font-size: 12px;
}
.con-title-md .chk-list .input-chk input[type="checkbox"] + span:before {
    margin-right: 5px;
}
.input-chk.guide-chk {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    letter-spacing: -1px;
}
.input-chk.guide-chk {
    padding-left: 24px;
}
.input-chk.guide-chk input[type="checkbox"] + span:before {
    margin-left: -24px;
}
/*tab*/
.tab {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-top: 2px solid #000;
    border-collapse: collapse;
}
.tab li {
    display: table-cell;
    font-size: 15px;
    padding: 17px 10px;
    border: solid #e3e3e3;
    border-width: 0 1px 1px 1px;
    text-align: center;
    background: #f3f5f7;
    cursor: pointer;
}
.tab li.active {
    background: #fff;
    border-bottom-width: 0;
}
/*loading*/
.page-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}
.page-loading .loading-container {
    width: 100px;
    height: 100px;
    top: 50%;
    margin: -50px auto 0;
}
.page-loading .loading {
    width: 100px;
    height: 100px;
    border-color: transparent #fff transparent #fff;
}
.page-loading .loading-text {
    width: 100px;
    margin-top: 45px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}
.loading-box {
    margin-bottom: 30px;
}
.loading-container,
.loading {
    position: relative;
    height: 60px;
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.loading-container {
    margin: 30px auto;
}
.loading {
    border: 2px solid;
    border-color: transparent #b5b5b5 transparent #b5b5b5;
    -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
    -o-animation: rotate-loading 1.5s linear 0s infinite normal;
    -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
    animation: rotate-loading 1.5s linear 0s infinite normal;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.loading-text {
    position: absolute;
    top: 0;
    width: 60px;
    margin-top: 25px;
    color: #888;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    opacity: 0;
    -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
    -o-animation: loading-text-opacity 2s linear 0s infinite normal;
    -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
    animation: loading-text-opacity 2s linear 0s infinite normal;
}
.loading-sm {
    position: absolute;
    top: 15px;
    left: 15px;
}
.loading-sm .loading-container {
    margin: 0;
    width: 15px;
    height: 15px;
}
.loading-sm .loading {
    width: 15px;
    height: 15px;
    border-color: #fff #fff transparent #fff;
}
.loading-section {
    position: fixed;
    width: 450px;
    bottom: 55px;
    right: 75px;
    z-index: 9999;
}
.loading-complete {
    position: relative;
    margin: 10px 0;
    padding: 25px 70px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 11px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 11px 0 rgba(0,0,0,0.1);
    box-shadow: 1px 1px 11px 0 rgba(0,0,0,0.1);
}
.loading-complete.loading-true {
    background: #14cc75;
}
.loading-complete.loading-false {
    background: #ff3939;
}
.loading-complete > .ico {
    position: absolute;
    top: 25px;
    left: 30px;
    width: 26px;
    height: 26px;
}
.loading-complete p {
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
}
.loading-complete p > span {
    display: block;
    margin-top: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.loading-complete .loading-close {
    position: absolute;
    top: 25px;
    right: 30px;
}
@media (max-width:1300px) {
    .card-box .btn-alarmtalk {
        padding: 10px 15px;
        bottom: 10px;
        font-size: 12px;
    }
    .card-box .label-area{
        padding-top:5px;
    }
}
@media (max-width:1024px) {
    br.mobile-br {
        display: block;
    }
    .guide-error {
        font-size: 11px;
        letter-spacing: -1.5px;
    }
    .tab li {
        font-size: 13px;
        padding: 15px 10px;
    }
    .card-box {
        padding: 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .card-box.banner-box {
        padding: 35px 15px 10px;
    }
    .card-box .card-move {
        position: absolute;
        top: 20px;
        left: 15px;
        width: auto;
        height: auto;
        z-index: 100;
    }
    .card-box.banner-box .banner-title {
        position: absolute;
        top: 20px;
        font-size: 13px;
    }
    .card-box.banner-box .system-title {
        position: absolute;
        top: 15px;
        width: 100%;
        font-size: 13px;
        text-align: left;
    }
    .card-box .prod-area {
        width: 100%;
        padding: 20px 15px;
        border-left: 0;
    }
    .card-box.banner-box .prod-area {
        padding: 20px 0 0;
    }
    .content .card-box.banner-box .text-box {
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 12px;
    }
    .content .card-box.banner-box .text-box input {
        height: 30px;
        padding-right: 60px;
    }
    .card-box.banner-box .system-title + .card-btn-area {
        top: 20px;
        right: 12px;
    }
    .card-box.banner-box .card-btn-area {
        position: absolute;
        top: -12px;
        right: 0;
        display: inline-block;
        width: auto;
        margin: 0;
        z-index: 100;
    }
    .card-box .card-btn-area {
        position: static;
        width: 100%;
        margin: -5px 0 10px;
    }
    .content .card-box.banner-box input[type="file"] + span {
        font-size: 12px;
        line-height: 45px;
    }
    .guide-box {
        width: 230px;
        top: 20px;
        right: 0;
        margin-left: 0;
        font-size: 11px;
        background: #fff;
        z-index: 1000;
    }
    .text-area input {
        height: 30px;
    }
    .btn-input-delete {
        width: 14px;
        height: 14px;
        margin-top: -7px;
        background: url("/images/ico_input_deletem.png") no-repeat center;
        background-size: 100%;
    }
    .content .card-box.banner-box .banner-guide {
        font-size: 11px;
        line-height: 15px;
        text-align: left;
    }
    .card-box .text-area input.title-input {
        font-size: 13px;
    }
    .card-box .text-area input.url-input {
        font-size: 12px;
    }
    .card-box .btn-alarmtalk {
        position: static;
        width: 100%;
        padding: 15px 5px;
        border: solid #e3e3e3;
        border-width: 1px 0 0 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .card-box .label-area + .text-box {
        margin-top: 5px;
    }
    .card-box .card-price {
        margin: 10px 0 5px;
        font-size: 11px;
    }
    .card-box .card-price .now-price {
        font-size: 15px;
    }
    .card-box .card-price .prev-price {
        font-size: 11px;
    }
    .card-box.title-box {
        padding: 20px 0;
    }
    .card-box.title-box p {
        font-size: 12px;
        line-height: 15px;
    }
    .card-box .switch {
        top: 3px;
        right: 15px;
    }
    .card-box.banner-box .switch {
        top: 2px;
        right: 25px;
    }
    .img-area .radius {
        -moz-background-image: url("/images/mobile/noimg_mobile_symbol.png");
        -o-background-image: url("/images/mobile/noimg_mobile_symbol.png");
        -webkit-background-image: url("/images/mobile/noimg_mobile_symbol.png");
        background-image: url("/images/mobile/noimg_mobile_symbol.png");
    }
    .card-box.title-imgbox {
        padding: 20px;
    }
    .card-box.title-imgbox .ico-info {
        top: -10px;
        right: -5px;
    }
    .card-box.title-imgbox .guide-box {
        top: 10px;
        right: -10px;
    }
    .card-box.title-imgbox .card-move {
        top: 50%;
        margin-top: -5px;
    }
    .card-box.title-imgbox .card-btn-area {
        position: absolute;
        left: 0;
        margin-top:0;
    }
    .card-box.title-imgbox .card-btn-area .switch {
        right: -5px;
    }
    .content .card-box.title-imgbox .img-area {
        width: 55px;
        height: 55px;
    }
    .content .card-box.title-imgbox .prod-area p {
        left: 0;
        margin-left: 80px;
        padding-right: 40px;
        font-size: 13px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    *[class*="form-box"] + *[class*="form-box"] {
        margin-top: 10px;
    }
    .info-content {
        padding: 0;
    }
    .con-title-md .switch {
        top: 2px;
    }
    .loading-section {
        width: 100%;
        right: 0;
        bottom: -10px;
    }
    .loading-complete {
        min-width: auto;
        max-width: none;
        right: 0;
        bottom: 0;
        padding: 20px 50px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .loading-complete p {
        font-size: 13px;
        line-height: 18px;
    }
    .loading-complete p > span {
        margin-top: 10px;
        font-size: 11px;
        line-height: 15px;
    }
    .loading-complete .loading-close {
        top: 20px;
        right: 20px;
    }
    .con-title-md {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .info-content + .con-title-md {
        margin-top: 35px;
    }
    .con-title-lg {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 25px;
    }
    .info-content + .con-title-lg {
        margin-top: 25px;
    }
    .info-content .con-title-lg .ico-info {
        position: static;
        margin: -3px 7px 0 0;
    }
    .info-content li {
        font-size: 13px;
    }
    .form-box-3 {
        padding: 5px 0;
    }
    .form-box-3 > *:nth-child(1) {
        display: block;
        width: 100%;
        margin-bottom: 2%;
    }
    .form-box-3 > *:nth-child(2) {
        width: 49%;
        margin-right: 2%;
    }
    .form-box-3 > *:nth-child(3) {
        width: 49%;
    }
}
/*datepicker*/
.ui-datepicker {
    display: none;
    padding: 20px 10px;
    margin-top: -1px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 9999!important;
}
.ui-datepicker-title {
    margin: 0 0 20px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}
.ui-datepicker-prev,
.ui-datepicker-next {
    font-size: 0;
    position: relative;
}
.ui-datepicker-prev {
    float: left;
}
.ui-datepicker-prev:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 10px;
    width: 8px;
    height: 8px;
    border: solid #000;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ui-datepicker-next {
    float: right;
    margin-right: 10px;
}
.ui-datepicker-next:after {
    content: "";
    position: absolute;
    top: 3px;
    left: -10px;
    width: 8px;
    height: 8px;
    border: solid #000;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ui-datepicker th {
    padding: 5px 10px;
}
.ui-datepicker td {
    padding: 2px 0;
    text-align: center;
}
.ui-datepicker td a {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 21px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.ui-datepicker td a.ui-state-active {
    background: #ff6c00;
    color: #fff;
}

/* 데이트피커 사용불가능한 날짜, 주말 css */
.ui-datepicker-unselectable {
    opacity:0.5;
}
.ui-datepicker-week-end:first-child a {
    color:red;
}
.ui-datepicker-week-end:last-child a {
    color:blue;
}

/*icon*/
.ico {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    text-indent: -99999px;
    overflow: hidden;
}
.aside .ico {
    display: block;
    width: 33px;
    height: 34px;
    margin: 0 auto 10px;
}
.ico-sideadmin {
    background: url("/images/make_sideadmin.png") no-repeat center;
}
.ico-sidestatistics {
    background: url("/images/make_sidestatistics.png") no-repeat center;
}
.ico-sidelogout {
    background: url("/images/make_sidelogout.png") no-repeat center;
}
.ico-sidelogin {
    background: url("/images/make_sidelogin.png") no-repeat center;
}
.ico-link {
    width: 27px;
    height: 27px;
    background: url("/images/make_cardlink.png") no-repeat;
}
.card-choice ul .ico {
    display: block;

    margin: 0 auto 20px;
}
.ico-cardpro {
    width: 76px;
    height: 50px;
    background: url("/images/ico_cardpro.png") no-repeat center;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation: shake 2s cubic-bezier(.36,.07,.19,.97) both infinite;
    -o-animation: shake 2s cubic-bezier(.36,.07,.19,.97) both infinite;
    animation: shake 2s cubic-bezier(.36,.07,.19,.97) both infinite;
}
.ico-cardlink {
    width: 76px;
    height: 50px;
    background: url("/images/ico_cardlink.png") no-repeat center;
}
.ico-camera {
    position: absolute;
    bottom: -5px;
    right: -15px;
    width: 35px;
    height: 35px;
    background: #fff url("/images/make_camera.png") no-repeat center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.ico-camera-lg {
    position: absolute;
    bottom: -5px;
    right: -15px;
    width: 55px;
    height: 55px;
    background: #fff url("/images/make_cameralg.png") no-repeat center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 13px -3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 13px -3px rgba(0,0,0,0.2);
    box-shadow: 0 0 13px -3px rgba(0,0,0,0.2);
}
.btn-modify {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.ico-modify {
    position: absolute;
    bottom: -5px;
    right: -15px;
    width: 35px;
    height: 35px;
    background: #fff url("/images/make_modify.png") no-repeat center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.ico-date {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 14px;
    height: 14px;
    background: url("/images/make_date.png") no-repeat center;
}
.sns-area .ico {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.ico-insta {
    background: url("/images/ico_sns_instagram.png") no-repeat center;
}
.ico-facebook {
    background: url('/images/ico_sns_facebook.png') no-repeat center;
}
.ico-kakaostory {
    background: url("/images/ico_sns_kakaostory.png") no-repeat center;
}
.ico-blog {
    background: url("/images/ico_sns_blog.png") no-repeat center;
}
.ico-youtube {
    background: url("/images/ico_sns_youtube.png") no-repeat center;
}
.ico-camera02 {
    width: 42px;
    height: 30px;
    margin-top: 50%;
    background: url("/images/make_camera02.png") no-repeat center right;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.arrow-right-type1 {
    width: 8px;
    height: 12px;
    background: url("/images/arrow_right_type1.png") no-repeat center;
}
.arrow-right-type2 {
    width: 7px;
    height: 11px;
    background: url("/images/arrow_right_type2.png") no-repeat center;
}
.arrow-right-type3 {
    width: 12px;
    height: 11px;
    background: url("/images/arrow_right_type3.png") no-repeat center;
}
.arrow-left-type1 {
    width: 8px;
    height: 12px;
    background: url("/images/arrow_left_type1.png") no-repeat center;
}
.arrow-left-type2 {
    width: 7px;
    height: 11px;
    background: url("/images/arrow_left_type2.png") no-repeat center;
}
.arrow-left-type3 {
    width: 12px;
    height: 11px;
    background: url("/images/arrow_left_type3.png") no-repeat center;
}
.ico-move {
    width: 10px;
    height: 8px;
    background: url("/images/ico_move.png") no-repeat center;
}
.ico-plus-white {
    width: 11px;
    height: 11px;
    margin: -3px 5px 0 0;
    background: url("/images/ico_plus_white.png") no-repeat center;
}
.ico-close-md {
    width: 17px;
    height: 17px;
    background: url("/images/ico_close_md.png") no-repeat center;
}
.ico-close-md.white {
    width: 15px;
    height: 15px;
    background: url("/images/ico_close_mdwhite.png") no-repeat center;
}
.ico-close-lg {
    width: 20px;
    height: 20px;
    background: url("/images/ico_close_lg.png") no-repeat center;
}
.ico-loading-false {
    background: url("/images/ico_loading_false.png") no-repeat center;
}
.ico-loading-true {
    background: url("/images/ico_loading_true.png") no-repeat center;
}
.label-best {
    width: 32px;
    height: 17px;
    background: url("/images/mobile/label_best.png") no-repeat center;
    background-size: 100%;
}
.label-new {
    width: 28px;
    height: 17px;
    background: url("/images/mobile/label_new.png") no-repeat center;
    background-size: 100%;
}
.label-coupon {
    width: 41px;
    height: 17px;
    background: url("/images/mobile/label_coupon.png") no-repeat center;
    background-size: 100%;
}
.label-delivery {
    position: relative;
    width: 52px;
    height: 17px;
    background: url("/images/mobile/label_delivery.png") no-repeat center;
    background-size: 100%;
}
.label-point {
    width: 38px;
    height: 17px;
    background: url("/images/mobile/label_point.png") no-repeat center;
    background-size: 100%;
}
.ico-error {
    width: 16px;
    height: 16px;
    background: url("/images/ico_error.png") no-repeat center;
}
.ico-clock {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    background: url("/images/ico_clock.png") no-repeat center;
}
.ico-empty {
    display: block;
    width: 43px;
    height: 0px;
    margin: 0 auto 20px;
    background: url("/images/ico_empty.png") no-repeat center;
}
.ico-alarm-sm {
    width: 21px;
    height: 12px;
    margin-top: -5px;
    background: url("/images/mobile/make_bubblesm.png") no-repeat center;
    background-size: 100%;
}
.ico-allchk {
    width: 16px;
    height: 16px;
    margin-top: -3px;
    background: url("/images/ico_allchk.png") no-repeat center;
}
.ico-delete {
    width: 16px;
    height: 16px;
    margin-top: -3px;
    background: url("/images/ico_delete.png") no-repeat center;
}
.ico-info {
    position: absolute;
    top: 1px;
    right: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: url("../images/ico_info.png") no-repeat center;
}
.ico-chk {
    width: 16px;
    height: 13px;
    background: url("/images/ico_chk.png") no-repeat center;
}
.ico-chk-on {
    width: 36px;
    height: 36px;
    background: url("/images/ico_chk_on.png") no-repeat center;
}
.ico-view-blog {
    width: 27px;
    height: 27px;
    background: url("/images/mobile/userview_blog.png") no-repeat center;
    background-size: 100%;
}
.ico-view-facebook {
    width: 27px;
    height: 27px;
    background: url("/images/mobile/userview_facebook.png") no-repeat center;
    background-size: 100%;
}
.ico-view-instagram {
    width: 27px;
    height: 27px;
    background: url("/images/mobile/userview_instagram.png") no-repeat center;
    background-size: 100%;
}
.ico-view-youtube {
    width: 27px;
    height: 27px;
    background: url("/images/mobile/userview_youtube.png") no-repeat center;
    background-size: 100%;
}
.ico-view-kakaostory {
    width: 27px;
    height: 27px;
    background: url("/images/mobile/userview_kakaostory.png") no-repeat center;
    background-size: 100%;
}
.ico-view-link {
    width: 27px;
    height: 27px;
    background: url("/images/mobile/userview_link.png") no-repeat center;
    background-size: 100%;
}
.ico-link-lg {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    background: url("/images/ico_link_lg.png") no-repeat center;
}
.ico-symbol-orange {
    width: 46px;
    height: 46px;
    margin-right: 20px;
    background: url("/images/ico_symbol_orange.png") no-repeat center;
}
.ico-attachments {
    display: block;
    width: 78px;
    height: 78px;
    margin: 0 auto;
    background: url("/images/mobile/ico_attachments.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.ico-card-empty {
    width: 86px;
    height: 73px;
    background: url("../images/ico_card_empty.png") no-repeat center;
}
.ico-search-lg {
    position: absolute;
    top: 15px;
    right: 0;
    width: 40px;
    height: 40px;
    background: url("/images/ico_search_lg.png") no-repeat center;
    cursor: pointer;
}
.ico-info-orange {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: url("/images/ico_info_orange.png") no-repeat center;
}
.ico-lock {
    vertical-align: bottom;
    width: 12px;
    height: 16px;
    margin-right: 10px;
    background: url("/images/ico_lock.png") no-repeat center;
}
@media (max-width:1024px) {
    .ico-talk {
        width: 17px;
        height: 16px;
        background: url("/images/mobile/ico_talk.png") no-repeat center;
        background-size: 100%;
    }
    .ico-news {
        width: 15px;
        height: 16px;
        background: url("/images/mobile/ico_news.png") no-repeat center;
        background-size: 100%;
    }
    .ico-menu {
        width: 3px;
        height: 16px;
        background: url("/images/mobile/ico_menu.png") no-repeat center;
        background-size: 100%;
    }
    .ico-close-white {
        width: 13px;
        height: 13px;
        background: url("/images/mobile/btn_close_white.png") no-repeat center;
        background-size: 100%;
    }
    .ico-camera {
        width: 30px;
        height: 30px;
        background: #fff url("/images/mobile/make_camera_sm.png") no-repeat center;
        background-size: 17px;
    }
    .ico-camera-lg {
        width: 42px;
        height: 42px;
        background: #fff url("/images/mobile/make_cameralg.png") no-repeat center;
        background-size: 19px;
    }
    .ico-modify {
        width: 30px;
        height: 30px;
        background: #fff url("/images/mobile/make_modify.png") no-repeat center;
        background-size: 15px;
    }
    .ico-cardpro {
        width: 47px;
        height: 32px;
        background: url("/images/mobile/ico_cardpro.png") no-repeat center;
        background-size: 100%;
    }
    .ico-cardlink {
        width: 47px;
        height: 32px;
        background: url("/images/mobile/ico_cardlink.png") no-repeat center;
        background-size: 100%;
    }
    .ico-empty {
        display: block;
        margin: 0 auto 20px;
        background: url("/images/mobile/ico_empty.png") no-repeat center;
        background-size: 100%;
    }
    .ico-date {
        width: 13px;
        background: url("/images/mobile/make_date_m.png") no-repeat center;
        background-size: 100%;
    }
    .sns-area .ico {
        width: 18px;
        height: 18px;
        margin-right: 5px;
    }
    .ico-insta {
        background: url("/images/ico_sns_instagram.png") no-repeat center;
        background-size: 100%;
    }
    .ico-facebook {
        background: url('/images/ico_sns_facebook.png') no-repeat center;
        background-size: 100%;
    }
    .ico-kakaostory {
        background: url("/images/ico_sns_kakaostory.png") no-repeat center;
        background-size: 100%;
    }
    .ico-blog {
        background: url("/images/ico_sns_blog.png") no-repeat center;
        background-size: 100%;
    }
    .ico-youtube {
        background: url("/images/ico_sns_youtube.png") no-repeat center;
        background-size: 100%;
    }
    .ico-camera02 {
        width: 33px;
        height: 24px;
        background: url("/images/mobile/ico_camera_add.png") no-repeat center;
        background-size: 100%;
    }
    .ico-arrow-right {
        width: 7px;
        height: 11px;
        float: right;
        background: url("/images/mobile/arrow_left_type01.png") no-repeat center;
        background-size: 100%;
    }
    .arrow-right-type1 {
        background: url("/images/mobile/arrow_right_type1_m.png") no-repeat center;
        background-size: 100%;
    }
    .arrow-right-type2 {
        background: url("/images/mobile/arrow_right_type2_m.png") no-repeat center;
        background-size: 100%;
    }
    .arrow-right-type3 {
        background: url("/images/mobile/arrow_right_type3_m.png") no-repeat center;
        background-size: 100%;
    }
    .arrow-left-type1 {
        background: url("/images/mobile/arrow_left_type1_m.png") no-repeat center;
        background-size: 100%;
    }
    .arrow-left-type2 {
        background: url("/images/mobile/arrow_left_type2_m.png") no-repeat center;
        background-size: 100%;
    }
    .arrow-left-type3 {
        background: url("/images/mobile/arrow_left_type3_m.png") no-repeat center;
        background-size: 100%;
    }
    .ico-move {
        width: 12px;
        height: 9px;
        background: url("/images/mobile/ico_move.png") no-repeat center;
        background-size: 100%;
    }
    .ico-plus-white {
        background: url("/images/mobile/ico_plus_white_m.png") no-repeat center;
        background-size: 100%;
    }
    .ico-close-md {
        width: 11px;
        height: 11px;
        background: url("/images/mobile/ico_close_md_m.png") no-repeat center;
        background-size: 100%;
        vertical-align: baseline;
    }
    .ico-close-md.white {
        width: 10px;
        height: 10px;
        background: url("/images/mobile/ico_close_mdwhite.png") no-repeat center;
        background-size: 100%;
        vertical-align: baseline;
    }
    .ico-close-lg {
        width: 13px;
        height: 13px;
        background: url("/images/mobile/ico_close_lg_m.png") no-repeat center;
        background-size: 100%;
    }
    .loading-complete > .ico {
        width: 16px;
        height: 16px;
        top: 21px;
        left: 20px
    }
    .ico-loading-false {
        background: url("/images/mobile/ico_loading_false_m.png") no-repeat center;
        background-size: 100%;
    }
    .ico-loading-true {
        background: url("/images/mobile/ico_loading_true_m.png") no-repeat center;
        background-size: 100%;
    }
    .ico-info {
        width: 13px;
        height: 13px;
        right: 0;
        margin: 0;
        background: url("../images/mobile/ico_info.png") no-repeat center;
        background-size: 13px;
    }
    .ico-chk {
        width: 13px;
        height: 10px;
        background: url("/images/mobile/ico_chk.png") no-repeat center;
        background-size: 100%;
    }
    .ico-chk-on {
        width: 13px;
        height: 10px;
        background: url("/images/mobile/ico_chk_on.png") no-repeat center;
        background-size: 100%;
    }
    .ico-link-lg {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        background-size: 100%;
    }
    .ico-search-lg {
        top: 10px;
        width: 20px;
        height: 20px;
        background: url("/images/ico_search_lg.png") no-repeat center;
        background-size: 100%;
    }
    .ico-info-orange {
        width: 13px;
        height: 13px;
        margin: -4px 5px 0 0;
        background-size: 100%;
    }
}
/*paging*/
.paging {
    margin: 20px 0 10px;
    text-align: center;
}
.paging a {
    display: inline-block;
    vertical-align: bottom;
    font-size: 13px;
    padding: 0 10px;
}
.paging a.active{
    color: #000000;
    font-weight: 600;
}
@media (max-width:768px) {
    .paging a {
        padding: 0 3%;
    }
}
/*input select textarea*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #aaa;
}
input::placeholder,
textarea::placeholder {
    color: #aaa;
}
input.input-type1 {
    height: 45px;
    padding: 0 15px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.text-box + button {
    height: 45px;
}
input.input-type1 + .btn-input-delete {
    height: 17px;
}
input.input-type2 {
    height: 50px;
    padding: 0;
    font-size: 14px;
    border: solid #000;
    border-width: 0 0 2px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
input.input-type2 + .btn-input-delete {
    right: 40px;
}
.limit {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    font-size: 13px;
    letter-spacing: -1px;
}
.input-type2 + .limit {
    top: 18px;
    right: 10px;
}
.textbox-max {
    width: 100%!important;
}
.text-box {
    position: relative;
}
.text-box + .text-box {
    margin-top: 10px;
}
.text-box.error .ico-error {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -8px;
}
.text-box.error .ico-error + input {
    padding-left: 30px;
    color: #e8470c;
}
textarea {
    min-height: 110px;
    padding: 15px;
    font-size: 14px;
    border: 1px solid #e3e3e3;
}
textarea + .limit {
    right: 20px;
    bottom: 15px;
    padding: 5px;
    background: rgba(255,255,255,0.8);
}
select {
    min-width: 120px;
    max-width: 100%;
    height: 45px;
    padding: 0 40px 0 20px;
    font-size: 13px;
    border: 1px solid #ddd;
    background: url("/images/select_arrow.png") no-repeat 95%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select option[value="hidden-value"] {
    color: red;
}
select::-ms-expand {
    display: none;
}
select.select-block {
    display: block;
    width: 100%;
}
/*switch*/
.switch {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 35px;
    height: 15px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dcdcdc;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    border-radius: 34px;
}
.switch .slider:before {
    content: "";
    height: 21px;
    width: 21px;
    position: absolute;
    top: -3px;
    left: 0;
    background-color: #adadad;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.switch input:checked + .slider {
    background-color: #f7b17e;
}
.switch input:checked + .slider:before {
    content: "";
    left: -12px;
    background-color: #ff6c00;
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/*input type*/
.label-file {
    display: block;
}
input[type="file"] {
    display: none;
}
input[type="file"] + span {
    display: block;
    width: 100%;
    height: 100%;
}
.input-chk,
input[type="file"] + span {
    cursor: pointer;
}
.input-chk input[type="radio"],
.input-chk input[type="checkbox"] {
    display: none;
}
.input-chk input[type="checkbox"] + span:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background: url("/images/make_chk.png") no-repeat 0 0;
    vertical-align: text-top;
}
.input-chk input[type="checkbox"]:checked + span:before {
    content: '';
    display: inline-block;
    background: url("/images/make_chk_on.png") no-repeat;
}
.input-chk input[type="radio"] + span:before {
    content: '';
    display: inline-block;
    margin-right: 6px;
    width: 21px;
    height: 21px;
    background: url("/images/make_radio.png") no-repeat 0 0;
    vertical-align: middle;
}
.input-chk.only-chk input[type="radio"] + span:before,
.input-chk.only-chk input[type="checkbox"] + span:before {
    margin-right: 0;
}
.input-chk input[type="radio"]:checked + span:before {
    content: '';
    display: inline-block;
    background: url("/images/make_radio_on.png") no-repeat;
}
.radio-tab {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.radio-tab label {
    display: table-cell;
}
.radio-tab label span {
    position: relative;
    display: block;
    padding: 15px 5px;
    font-size: 14px;
    text-align: center;
    color: #333;
    border: 1px solid;
    border-color: #ddd transparent #ddd #ddd;
}
.radio-tab label:last-of-type span {
    border-right-color: #ddd;
}
.radio-tab .input-chk input[type="radio"] + span:before {
    content: none;
}
.radio-tab .input-chk input[type="radio"]:checked + span {
    color: #f7751b;
}
.radio-tab .input-chk input[type="radio"]:checked + span:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -2px;
    width: 100%;
    height: 100%;
    padding-left: 1px;
    margin: 0;
    border: 1px solid #f7751b;
    background: none;
    z-index: 100;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
ul[class*="chk-list"] li {
    display: inline-block;
    min-width: 100px;
}
ul[class*="chk-list"] li:last-child {
    margin-right: 0;
}
ul[class*="chk-list"] + ul[class*="chk-list"] {
    margin-top: 15px;
}
.chk-list-radio li {
    margin-right: 10%;
}
@media (max-width:1024px) {
    .switch {
        width: 25px;
        height: 11px;
        top: 3px;
    }
    .switch .slider:before {
        width: 15px;
        height: 15px;
        top: -2px;
    }
    .switch input:checked + .slider:before {
        left: -16px;
    }
    select {
        min-width: auto;
        height: 40px;
        padding: 0 30px 0 15px;
        font-size: 12px;
    }
    input.input-type1 {
        height: 40px;
        padding: 0 10px;
        font-size: 12px;
    }
    .text-box + button {
        height: 40px;
    }
    .input-type2 {
        height: 40px;
        border-width: 1px;
        font-size: 12px;
    }

    input.input-type2 + .btn-input-delete {
        right: 30px;
    }
    .input-chk {
        font-size: 12px;
    }
    .limit {
        font-size: 11px;
    }
    .input-type2 + .limit {
        top: 16px;
        right: 10px;
    }
    input.input-type1 + button[type="submit"] {
        height: 40px;
        font-size: 12px;
    }
    .input-chk input[type="checkbox"] + span:before,
    .input-chk input[type="radio"] + span:before {
        margin-right: 5px;
    }
    .con-title-md .chk-list {
        float: none;
        width: 100%;
        margin: 15px 0 -20px;
    }
    ul[class*="chk-list"] {
        font-size: 0;
    }
    ul[class*="chk-list"] + ul[class*="chk-list"] {
        margin-top: 0;
    }
    ul[class*="chk-list"] li {
        min-width: auto;
        width: 50%;
        margin: 0;
        padding: 10px 0;
    }
    textarea {
        min-height: 70px;
        padding: 10px;
        font-size: 12px;
    }
    textarea + .limit {
        right: 10px;
        bottom: 10px;
    }
    .text-box + .text-box {
        margin-top: 25px;
    }
    .text-box + .text-box.urlDiv {
        margin-top: 0;
    }
    .radio-tab label span {
        font-size: 12px;
    }
}
/*button*/
.btn {
    display: inline-block;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-orange {
    color: #fff;
    background: #f7751b;
}
.btn-orange-line {
    color: #f7751b;
    border: 1px solid #f7751b;
}
.btn-white {
    color: #333;
    background: #fff;
    border: 1px solid #bbb;
}
.btn-black {
    background: #333;
    color: #fff;
}
.btn-gray {
    background: #aaa;
    color: #fff;
}
/*table style*/
ul[class*="table-type"] li {
    display: table;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}
ul[class*="table-type"] li > * {
    display: table-cell;
    vertical-align: middle;
}
.table-btn-area {
    margin-top: 40px;
}
.table-btn-area li {
    display: inline-block;
    font-size: 13px;
    color: #333;
}
.table-btn-area li button {
    padding: 7px 12px;
}
.table-btn-area + ul[class*="table-type"] {
    margin-top: 20px;
}
.table-type1 {
    font-size: 12px;
    margin-top: 40px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.table-type1 > li {
    border-bottom: 1px solid #e3e3e3;
}
.table-type1 li.active {
    background: #f9f9f9;
}
.table-type1 > li:last-child {
    border-bottom: 0;
}
.table-type1 li > * {
    padding: 20px 5px;
}
.table-type1 .table-title {
    font-size: 11px;
    color: #91949c;
    background: #f5f5f5;
}
.table-type1 .table-empty p {
    width: 100%!important;
    padding: 60px 0;
    font-size: 12px;
    color: #5b5d60;
}
.table-type1 li > *:nth-child(1) {
    width: 12%;
}
.table-type1 li > *:nth-child(2) {
    width: 67%;
}
.table-type1 li > *:nth-child(3) {
    width: 21%;
}
.t-left {
    text-align: left;
}
.table-type1 .img-area {
    width: 45px;
    height: 45px;
}
.table-type1 .img-area + .text-area {
    display: inline-block;
    width: -webkit-calc(100% - 45px);
    width: -moz-calc(100% - 45px);
    width: calc(100% - 45px);
    margin-left: -10px;
    padding-left: 15px;
    color: #5b5d60;
}
.table-type1 .text-area p + .price{
    display: block;
    padding-top: 6px;
    color: #000;
}
@media (max-width:1024px) {
    .table-type1 {
        margin-top: 25px;
    }
    .table-btn-area {
        margin-top: 30px;
    }
    .table-btn-area li button {
        padding: 0;
        font-size: 12px;
        border: 0;
    }
    .table-btn-area li:last-of-type {
        float: right;
    }
    ul[class*="table-type"] > li {
        font-size: 0!important;
        display: block;
    }
    ul[class*="table-type"] > li > * {
        display: inline-block;
    }
    .table-type1 > li {
        padding: 12px 5px;
    }
    .table-type1 li > * {
        padding: 0;
    }
    .table-type1 li > *:nth-child(1) {
        width: 15%;
    }
    .table-type1 li > *:nth-child(2) {
        width: 85%;
        padding: 0 2%;
        font-size: 12px;
    }
    .table-type1 li.table-title > * {
        font-size: 11px;
    }
    .table-type1 li.table-title > *:nth-child(1) {
        padding-left: 10px;
        text-align: left;
    }
    .table-type1 li.table-title > *:nth-child(2) {
        padding-right: 10px;
        text-align: right;
    }
    .table-type1 li.table-title > *:nth-child(3) {
        display: none;
    }
    .table-type1 .img-area + .text-area {
        position: static;
        font-size: 12px;
        line-height: 15px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .table-type1 li:not(.table-title) > *:nth-child(2) {
        text-align: left;
        padding-bottom: 0;
    }
    .table-type1 li:not(.table-title) > *:nth-child(3) {
        display: block;
        width: 100%;
        font-size: 12px;
        text-align: left;
        padding: 0 0 0 17%;
    }
    .table-type1 .text-area p + .price{
        padding-top:3px;
    }
}
/*modal*/
.btn-modal-open {
    cursor: pointer;
}
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 110;
}
.modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    z-index: 9999;
    overflow: hidden;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transform:translate(-50%, -50%);
}
.modal.modal-active {
    display: block;
}
.modal-content {
    position: relative;
    height: 100%;
    padding: 20px 0 60px;
    background: #fff;
    z-index: 120;
}
.modal-heading {
    position: relative;
    min-height: 60px;
    padding: 20px 30px;
    color: #000;
}
.modal-heading .ico-close-lg {
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
}
.modal-heading h3 {
    font-size: 20px;
    font-weight: 600;
    padding-right: 30px;
}
.modal-heading h3.head-num span {
    margin-left: 3px;
    font-size: 17px;
    font-weight: 400;
    color: #000;
}
.modal-heading h3.head-num b span {
    margin: 0 10px 0 0;
}
.modal-heading h3.head-num b:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 15px;
    margin: 0 15px;
    background: #e3e3e3;
}
.modal-heading h3.head-num .refresh-btn {
    display: inline-block;
    margin-left: 10px;
    width: 12px;
    height: 12px;
    background: url("../images/ico_refresh.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.modal .guide-text {
    font-size: 14px;
    color: #666;
    margin-bottom: 40px;
}
.modal .guide-text.text-point {
    margin: 10px 0 30px;
}
.modal .guide-text .guide-link {
    color: #000;
    border-bottom: 1px solid #000;
}
.modal-body {
    padding: 0 30px 30px;
    overflow-y: auto;
    overflow-x: hidden;
}
.modal-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: table;
    table-layout: fixed;
}
.modal-footer > * {
    display: table-cell;
    font-size: 16px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.modal-footer a.btn-modal-empty {
    display: none;
    position: absolute;
    bottom: 0;
}
.modal-footer a.btn-modal-empty.link {
    display: table-cell;
}
.modal.modal-lg {
    width: 650px;
}
.modal.modal-md {
    width: 500px;
}
.modal.modal-xsm {
    width: 400px;
}
.modal.modal-xsm .modal-body > span {
    display: block;
}
.modal.modal-xsm span + span {
    margin-top: 10px;
}
.modal.modal-xsm .modal-body {
    line-height: 25px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    padding: 30px 30px 40px;
}
.modal .modal-guide {
    font-size: 13px;
    text-align: left;
}
.modal .modal-guide dt{
    margin-bottom: 5px;
}
.modal .modal-guide dd {
    margin-bottom: 20px;
    font-weight: 400;
}
.modal .modal-guide dd:last-child {
    margin-bottom: 0;
}
.modal.modal-lg .modal-body {
    height: 690px;
}
.modal.modal-md .modal-body {
    height: 520px;
    padding-bottom: 30px;
}
@media (max-width:1024px) {
    .modal-content {
        overflow: hidden;
        padding: 10px 0 50px;
    }
    .modal-heading h3 {
        font-size: 16px;
        padding-right: 30px;
    }
    .modal-heading h3.head-num b:before {
        height: 13px;
        margin: 0 10px;
    }
    .modal-heading h3.head-num span {
        font-size: 14px;
    }
    .modal-heading h3.head-num b span {
        margin: 0 5px 0 0;
    }
    .modal .modal-body {
        padding: 0 15px 70px;
    }
    .modal.modal-lg,
    .modal.modal-md {
        width: 100%;
        height: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .modal-heading .ico-close-lg {
        top: 15px;
        right: 15px;
    }
    .modal.modal-xsm {
        display: block;
        width: 100%;
        margin: 0!important;
        top: inherit;
        bottom: 0;
        left: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .modal.modal-xsm.modal-active {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-box-shadow: 0 0 10px 99999px rgba(0,0,0,0.4);
        -moz-box-shadow: 0 0 10px 99999px rgba(0,0,0,0.4);
        box-shadow: 0 0 10px 99999px rgba(0,0,0,0.4);
    }
    .modal.modal-xsm .modal-body {
        max-height: 50vh;
        padding: 15px 15px 30px;
    }
    .modal.modal-lg .modal-body {
        max-height: 100%;
        height: auto;
    }
    .modal-heading {
        min-height: 46px;
        padding: 15px;
    }
    .modal-heading .ico-close {
        right: 20px;
    }
    .modal-heading p {
        margin-top: 5%;
        font-size: 12px;
        line-height: 15px;
    }
    .modal .guide-text {
        margin-bottom: 25px;
        font-size: 12px;
        line-height: 15px;
    }
    .modal-footer > * {
        padding: 16px;
        font-size: 14px;
    }
}

/* ----------------------------------------------------------------
      user view
---------------------------------------------------------------- */
.user-view .inner {
    text-align: right;
}
.user-view .preview-header {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0 60px;
    background-repeat: no-repeat;
    background-position: center;
}
.user-view .preview-header a {
    color: #fff;
}
.user-view .preview-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1%;
}
.user-view .preview-footer img {
    width: 151px;
}
.user-view .btn-subscribe {
    position: fixed;
    bottom: 65px;
    width: 50px;
    height: 50px;
    margin: -5px 0 0 -50px;
    background: #fae100 url("/images/mobile/make_bubblelg.png") no-repeat center;
    -webkit-background-size: 28px;
    background-size: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 20px -1px rgb(0,0,0,20%);
    -moz-box-shadow: 1px 1px 20px -1px rgb(0,0,0,20%);
    box-shadow: 1px 1px 20px -1px rgb(0,0,0,20%);
}
@media (max-width:768px) {
    .user-view .preview-header {
        width: 100%;
        padding: 15px 30px 55px;
    }
    .user-view .preview-header .preview-profile img {
        max-width: 50%;
    }
    .user-view p.box-title {
        left: 75px;
        padding: 0;
        margin: 0;
    }
    .user-view .price {
        margin-left: 75px;
    }
    .user-view .preview-footer {
        padding: 15px;
    }
}
/* ----------------------------------------------------------------
       index
---------------------------------------------------------------- */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 69px;
    padding: 0 30px;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
    z-index: 110;
}
.header > * {
    display: inline-block;
    vertical-align: middle;
}
.header .logo {
    padding: 22px 0;
    margin-right: 4%;
}
.header ul li {
    display: inline-block;
}
.header .menu li {
    position: relative;
    font-size: 18px;
    margin: 0 20px;
    text-align: center;
}
.header .menu li a {
    display: block;
    padding: 25px 0;
}
.header .menu li:hover {
    font-weight: 600;
}
.header .menu li.active {
    font-weight: 600;
}
.header .menu li.active:after {
    content: "";
    position: absolute;
    top: 20px;
    right: -7px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ff6c00;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.header .menu li.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
}
.header .menu-info {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header .menu-info li {
    padding: 0 25px;
    font-size: 16px;
    font-weight: 600;
}
.header .menu-info li:nth-child(2) {
    border-left: 1px solid #e3e3e3;
    padding-right: 0;
}
.header .menu-info li .refresh-btn {
    display: inline-block;
    margin-left: 4px;
    width: 12px;
    height: 12px;
    background: url("../images/ico_refresh.png") no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.header .menu-info li.mobile-aside {
    display: none;
}
.header .menu-info li.btn-info a {
    font-size: 14px;
    padding: 8px 15px;
}
.header .menu-info li.btn-info {
    padding: 0 5px;
    border: 0;
}
.header .menu-info li span {
    font-weight: 400;
}
.header .menu-info li em {
    margin-left: 10px;
}
.header .menu-info li a {
    font-weight: 400;
}
.header .menu-info li button {
    position: relative;
    margin-left: 10px;
    font-size: 14px;
    color: #666;
}
.header .menu-info li button:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #666;
}
.aside {
    position: fixed;
    top: 69px;
    left: 0;
    width: 80px;
    height: -webkit-calc(100% - 69px);
    height: -moz-calc(100% - 69px);
    height: calc(100% - 69px);
    border-right: 1px solid #e3e3e3;
    z-index: 100;
    background: #f3f5f7;
}
.aside ul {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.aside ul li {
    margin: 20px auto;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
}
.aside ul li > * {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 5px;
}
.aside .side-visit {
    position: relative;
}
.aside .side-visit .visit-info {
    display: none;
    position: absolute;
    min-width: 230px;
    top: 50%;
    right: -225px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.aside .side-visit .visit-info:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 8px 11px 8px 0;
    border-color: transparent #FFFFFF;
    display: block;
    width: 0;
    z-index: 1;
    left: -11px;
    top: 32px;
}

.aside .side-visit .visit-info:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 8px 11px 8px 0;
    border-color: transparent;
    display: block;
    width: 0;
    z-index: 0;
    left: -12px;
    top: 32px;
}
.aside .side-visit .visit-info dl {
    padding: 5px 15px;
    font-size: 13px;
    color: #010101;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.aside .side-visit .visit-info dl dt {
    float: left;
    margin-top: 10px;
    text-align: left;
    font-weight: 600;
}
.aside .side-visit .visit-info dl dd {
    padding: 10px 0;
    text-align: right;
    border-bottom: 1px solid #f2f2f2;
}
.aside .side-visit .visit-info dl dd:last-of-type {
    border-bottom: 0;
}
.btn-mobile-aside {
    display: none;
}
.aside-mobile {
    display: none;
}
.preview {
    position: fixed;
    top: 69px;
    right: 0;
    width: 600px;
    height: -webkit-calc(100% - 69px);
    height: -moz-calc(100% - 69px);
    height: calc(100% - 69px);
    border-left: 1px solid #e3e3e3;
    background: #f3f5f7;
}
.preview .link-area {
    position: relative;
    padding: 23px 25px;
    line-height: 25px;
    background: #fff;
}
.preview .link-area > * {
    float: left;
}
.preview .link-area strong {
    margin: 0 20px 0 15px;
    font-size: 17px;
}
.preview .link-area a {
    float: none;
    margin-right: 100px;
    font-size: 16px;
    color: #777;
}
.preview .link-area button {
    position: absolute;
    top: 50%;
    right: 25px;
    padding: 7px 30px;
    font-size: 15px;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.preview .preview-container {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 65%;
    height: 75%;
    max-width: 330px;
    min-height: 550px;
    max-height: 600px;
    border: 15px solid #222;
    overflow: hidden;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.preview .preview-container .preview-screen {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #fff;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.preview .preview-container .preview-screen::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.preview-body a:first-of-type .card-box {
    margin-top: 0;
}
.preview-body .card-box {
    padding: 10px;
}
.preview-body .card-box .prod-area {
    width: 100%;
    padding: 0;
    border: 0;
}
.preview-body .card-box .img-area {
    width: 70px;
    height: 70px;
}
.img-area .radius.shop-img {
    background: #e3e3e3 url("/images/mobile/ico_shop.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.img-area .radius.order-img {
    background: #e3e3e3 url("/images/mobile/ico_order.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.preview-body .link-box .img-area .radius.img-empty {
    background: #e3e3e3 url("/images/no_image_symbol.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.preview-body .card-box .text-area {
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    padding-left: 2%;
    text-align: center;
}
.preview-body .card-box p {
    display: -webkit-box;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.preview-body .card-box .card-price {
    margin: 2px 0 0;
    letter-spacing: -0.5px;
}
.preview-body .card-box .card-price .prev-price {
    font-size: 11px;
    text-decoration: line-through;
}
.preview .preview-header {
    padding: 7% 7% 60px;
    background-repeat: no-repeat;
    background-position: center;
}
.preview-header .preview-profile {
    position: relative;
    left: initial;
    bottom: initial;
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    text-align: center;
    z-index: 10;
    border: 1px solid #f1f1f1;
    background: #f6f8f7 url("/images/make_profile.jpg") no-repeat center;
    background-size: cover;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.preview .preview-body .preview-profile img {
    max-width: 50%;
    max-height: 50%;
}
.preview .preview-screen .preview-body {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 4%;
}
.preview .card-empty {
    text-align: center;
    margin: 25px auto;
}
.preview .card-empty p {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}
#preViewCardDiv {
    padding-bottom: 30px;
}
.preview-banner {
    display: none;
    position: relative;
    width: 100%;
    margin: 20px 0;
    text-align: center;
    overflow: hidden;
}
.preview .preview-banner {
    display: block;
}
.preview .preview-banner.user-banner {
    min-height: 45px;
}
.preview-banner.user-banner img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.sns-box {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    min-height: 10px;
    font-size: 0;
    text-align: center;
}
.sns-box li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.preview .preview-footer {
    position: absolute;
    padding: 4% 0;
}
.content {
    position: relative;
    top: 69px;
    left: 80px;
    padding-bottom: 70px;
    max-width: -webkit-calc(100% - 685px);
    max-width: -moz-calc(100% - 685px);
    max-width: calc(100% - 685px);
}
.index .content .inner > div:not(.loading-box) {
    border: 1px solid #e3e3e3;
}
.content .link-guide {
    position: relative;
    height: 30px;
    margin-top: 50px;
    border: 0!important;
}
.content .link-guide .ico-info {
    display: inline-block;
    width: auto;
    padding-left: 24px;
    font-size: 15px;
    color: #f7751b;
    text-indent: 0;
    text-align: right;
    background-position-x: left;
}
.content .link-guide .guide-box {
    top: 25px;
    right: 0;
}
.content .btn-cardadd {
    margin-bottom: 30px;
    padding: 20px;
    font-size: 20px;
}
.content .card-choice {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.15);
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.15);
}
.content .card-choice > * {
    display: block;
    width: 100%;
    vertical-align: middle;
}
.content .card-choice ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: center;
    padding: 40px 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.content .card-choice ul.box-view {
    margin-left: -100%;
}
.content .card-choice li {
    display: table-cell;
    position: relative;
    font-size: 18px;
    padding: 10px 20px;
    cursor: pointer;
    border-right: 1px solid #e3e3e3;
}
.content .card-choice li:last-child {
    border-right: 0;
}
.content .card-choice .card-box {
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.content .card-box .img-area {
    width: 128px;
    height: 128px;
}
.content .card-box .text-area {
    width: -webkit-calc(100% - 128px);
    width: -moz-calc(100% - 128px);
    width: calc(100% - 128px);
    padding-left: 4%;
}
@media (min-width:1025px){
    .content .card-box .text-area{
        padding-bottom: 20px;
    }
}
.guide-tip {
    position: absolute;
    right: 20px;
    top: 0;
}

/*modal css*/
.modal .price {
    font-size: 12px;
}
.modal .preview-box {
    margin: 0 -30px 30px;
    padding: 20px 25px;
    background: #f5f5f5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.modal .preview-box .prod-area {
    width: 100%;
    padding: 24px;
    background: #fff;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.15);
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.modal .preview-box .img-area {
    width: 90px;
    height: 90px;
}
.modal .preview-box .text-area {
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    padding-left: 10px;
    margin-top: 4px;
}
.modal .preview-box .text-area .label-area {
    margin-bottom: 10px;
}
.modal .preview-box .text-area p {
    font-size: 16px;
}
.modal .preview-box .label-preview {
    position: absolute;
    top: 20px;
    right: 50px;
    padding: 8px;
    font-size: 12px;
    color: #fff;
    background: #ff6c00;
    z-index: 10;
}
.modal .news-list li {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    font-size: 12px;
    color: #5b5d60;
}
.modal .news-list li.news-date:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: 0 6px 0 10px;
    background: #e3e3e3;
}
.modal .news-num {
    vertical-align: top;
    margin-left: 10px;
    font-size: 18px;
}
.modal .agree-box {
    height: 240px;
    padding: 20px;
    color: #666;
    font-size: 13px;
    line-height: 20px;
    border: 1px solid #e3e3e3;
    overflow-y: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.modal .agree-box + .input-chk {
    display: block;
    margin-top: 25px;
}
.alarmtalk-view {
    width: 100%;
    height: 380px;
    color: #333;
    padding: 40px 45px;
    background: #f5f5f5;
    overflow-y: auto;
    border: solid #e3e3e3;
    border-width: 0 1px 1px;
}
.alarmtalk-view .talk-box {
    overflow: hidden;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.15);
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.15);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.alarmtalk-view .talk-box h5 {
    font-size: 13px;
    padding: 15px;
    background: #ffe93b;
}
.alarmtalk-view .talk-box p {
    font-size: 12px;
    line-height: 18px;
    padding: 20px 15px;
    background: #fff;
}
.alarm-title {
    font-size: 20px;
    text-align: center;
    margin: 0 70px;
    padding: 35px 0;
    border-bottom: 1px solid #f5f5f5;
}
.alarm-title .guide-text {
    display: block;
    margin: 15px 0 0;
}
.alarm-info {
    padding: 35px 70px;
    font-size: 16px;
}
.alarm-info dt {
    float: left;
    font-weight: 600;
}
.alarm-info dd {
    display: block;
    margin-bottom: 30px;
    text-align: right;
}
.alarm-state {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-top: 15px;
    background: #f5f5f5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.alarm-state li {
    position: relative;
    display: table-cell;
    padding: 12px;
    text-align: center;
    font-size: 16px;
}
.alarm-state li b {
    margin: 0 3px 0 10px;
    font-size: 18px;
}
.alarm-state li:first-of-type:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    width: 1px;
    height: 16px;
    background: #d3d3d3;
}
.attachments-box {
    font-size: 0;
}
.attachments-box > * {
    display: inline-block;
    vertical-align: middle;
    width: 47%;
    height: 55px;
    margin: 0 1.5%;
    line-height: 55px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    background: #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.attachments-box label {
    color: #fff;
    background: #f6761f;
}
#modalAttachments h3 {
    margin: 24px 0 50px;
    font-size: 20px;
    font-weight: 500;
}
#modalAttachments .modal-content {
    padding: 0;
}
@media (max-width:1300px) {
    .header > * {
        vertical-align: middle;
    }
    .header .logo {
        margin-right: 30px;
    }
    .header .menu li {
        margin: 0 15px;
        font-size: 17px;
    }
    .aside {
        top: 70px;
    }
    .preview {
        top: 70px;
        width: 430px;
    }
    .preview .preview-container {
        width: 78%;
        height: 70%;
    }
    .preview .preview-header {
        height: 30%;
        min-height: 230px;
    }
    .preview .preview-profile {
        width: 65px;
        height: 65px;
    }
    .content {
        top: 70px;
        max-width: -webkit-calc(100% - 510px);
        max-width: -moz-calc(100% - 510px);
        max-width: calc(100% - 510px);
    }
}
@media (max-width:1024px) {
    .header {
        min-height: auto;
        padding: 0 20px;
    }
    .header .logo {
        padding: 18px 0;
    }
    .header .logo img {
        width: 110px;
    }
    .header .menu {
        position: relative;
        display: block;
        white-space: nowrap;
        overflow-x: scroll;
    }
    .header .menu li {
        margin: 0 15px;
        font-size: 12px;
    }
    .header .menu li a {
        padding: 10px 0;
    }
    .header .menu li:first-child {
        margin-left: 0;
    }
    .header .menu li.active:after {
        content: none;
    }
    .header .menu-info {
        top: 0;
        right: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .header .menu-info li {
        padding: 20px 15px;
        font-size: 0;
        text-align: center;
    }
    .header .menu-info li em {
        margin: 0;
    }
    .header .menu-info li a {
        display: inline-block;
        margin: 5px 0;
        font-size: 13px;
    }
    .header .menu-info li:last-child a:before {
        position: absolute;
        content:"";
        display: inline-block;
        width: 1px;
        height: 13px;
        margin-left: -17px;
        background: #e3e3e3;
    }
    .header .menu-info li button {
        position: relative;
        font-size: 0;
        margin-left: 0;
    }
    .header .menu-info li:nth-child(2) {
        border: 0;
        padding: 20px 15px;
    }
    .header .menu-info li.mobile-aside {
        display: inline-block;
    }
    .header .menu-info li button:after {
        content: none;
    }
    .header .menu-info li button.ico-news.active:after {
        content: "";
        position: absolute;
        top: 2px;
        left: 10px;
        width: 5px;
        height: 5px;
        background: #ff6c00;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
    .btn-mobile-aside {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
    }
    .aside-mobile {
        position: fixed;
        top: 0;
        right: 0;
        display: block;
        width: 100%;
        height: 100%;
        padding-bottom: 60px;
        background: #fff;
        z-index: 9999;
        overflow: auto;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .aside-mobile.open {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .aside-mobile .side-header {
        position: relative;
        padding: 20px 30px;
        font-size: 14px;
        color: #fff;
        background: #ff6c00;
    }
    .aside-mobile .side-header a {
        color: #fff;
    }
    .aside-mobile .side-header .side-close {
        float: right;
    }
    .aside-mobile .visit-info {
        display: table;
        width: 100%;
        table-layout: fixed;
        padding: 30px 0;
    }
    .aside-mobile .visit-info li {
        position: relative;
        display: table-cell;
        font-size: 12px;
        text-align: center;
    }
    .aside-mobile .visit-info li:first-child:after {
        content: "";
        position: absolute;
        top: 4px;
        right: 0;
        width: 1px;
        height: 35px;
        background: #e3e3e3;
    }
    .aside-mobile .visit-info li strong {
        display: block;
        font-size: 20px;
        margin-top: 12px;
        color: #f7751b;
    }
    .aside-mobile .visit-info li strong:after {
        content:"명";
        font-size: 12px;
        font-weight: 400;
        margin-left: 3px;
        color: #000;
    }
    .aside-mobile .aside-list {
        padding: 20px 0;
        border-top: 10px solid #f5f5f5;
    }
    .aside-mobile .aside-list li {
        padding: 20px 30px;
        font-size: 12px;
        color: #333;
    }
    .aside-mobile .aside-list li a {
        display: block;
    }
    .aside-mobile .logout {
        position: absolute;
        bottom: 25px;
        left: 30px;
        line-height: 15px;
        font-size: 12px;
        color: #aaa;
        border-bottom: 1px solid #aaa;
    }
    .aside {
        display: none;
    }
    .preview {
        width: 100%;
        height: auto;
        top: 91px;
        z-index: 110;
    }
    .preview-banner {
        display: block;
        height: 14vw;
    }
    .preview .link-area {
        padding: 15px 20px;
        line-height: normal;
        background: #f5f5f5;
    }
    .preview .link-area .ico,
    .preview .link-area strong {
        display: none;
    }
    .preview .link-area a {
        margin: 0 55px 0 0;
        font-size: 12px;
    }
    .preview .link-area button {
        right: 20px;
        padding: 4px 11px;
        font-size: 11px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .preview .preview-container {
        display: none;
    }
    .content {
        max-width: 100%;
        top: 136px;
        left: 0;
    }
    .content .link-guide {
        height: 25px;
        margin-top: 10px;
    }
    .content .link-guide .ico-info {
        padding-left: 15px;
        font-size: 13px;
    }
    .content .btn-cardadd {
        padding: 15px;
        font-size: 12px;
        font-weight: 600;
    }
    .content .card-box .img-area {
        width: 70px;
        height: 70px;
    }
    .content .card-box.banner-box .img-area {
        margin-top: 35px;
    }
    .content .carc-box.banner-box,
    .content .card-box .text-area {
        width: -webkit-calc(100% - 70px);
        width: -moz-calc(100% - 70px);
        width: calc(100% - 70px);
        padding-left: 9%;
    }
    .modal .news-list {
        margin-bottom: 10px;
    }
    .content .card-choice ul {
        font-size: 0;
    }
    .content .card-choice li {
        width: 50%;
        padding: 0;
        font-size: 14px;
    }
    .content .card-choice {
        -webkit-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.15);
        -moz-box-shadow: 0 2px 7px 0 rgba(0,0,0,0.15);
        box-shadow: 0 2px 7px 0 rgba(0,0,0,0.15);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .table-type1 li:not(.table-title) > *:nth-child(3).price {
        padding-right: 58px;
        margin-left: 58px;
    }
    .modal .preview-box {
        margin: 0 -15px 30px;
        padding: 15px;
    }
    .modal .preview-box .label-preview {
        top: 15px;
        right: 25px;
        padding: 5px;
        font-size: 11px;
        z-index: 10;
    }
    .modal .preview-box .prod-area {
        padding: 15px 10px;
    }
    .modal .preview-box .img-area {
        width: 55px;
        height: 55px;
    }
    .modal .preview-box .text-area {
        width: -webkit-calc(100% - 55px);
        width: -moz-calc(100% - 55px);
        width: calc(100% - 55px);
    }
    .modal .preview-box .text-area p {
        font-size: 12px;
    }
    .card-box .card-price .now-price {
        font-size: 12px;
    }
    .alarmtalk-view {
        height: 340px;
    }
    .alarmtalk-view .talk-box h5 {
        padding: 10px 15px;
    }
    .alarmtalk-view .talk-box p {
        padding: 10px 15px;
        font-size: 11px;
        line-height: 15px;
    }
    .alarmtalk-view {
        padding: 30px 20px;
    }
    .modal .agree-box {
        height: 180px;
        padding: 10px 15px;
        font-size: 12px;
    }
    .alarm-title {
        margin: 0 30px;
        padding: 30px 0;
        font-size: 16px;
    }
    .alarm-info {
        padding: 30px 40px;
        font-size: 13px;
    }
    .alarm-state li {
        font-size: 13px;
    }
    .alarm-state li b {
        font-size: 15px;
    }
    .modal .news-list li.news-date:after {
        margin: 0 1px 0 3px;
    }
}

/*주소링크모달창 내용*/
.product-card02 .prod-area{
    margin-top:10px;
    font-size:0;
}
.product-card02 .img-area{
    width:128px;
    height:128px;
}
.product-card02 .text-area{
    width: calc(100% - 128px);
    padding-left: 4%;
}
.product-card02 .text-area > .label-area{
    margin-bottom:10px;
}
.product-card02 .text-area > .label-area > *{
    margin:0 3px 5px 0;
}
.product-card02 .text-box + .text-box.urlDiv{
    margin-top:10px;
}
@media (max-width:1024px){
    .product-card02 .img-area{
        width:100px;
        height:100px;
    }
    .product-card02 .text-area{
        width: calc(100% - 100px);
        padding-left:7%;
    }
}


/* ----------------------------------------------------------------
       setting
---------------------------------------------------------------- */
.setting .info-content .img-area {
    width: 155px;
    height: 155px;
    margin-top: 35px;
}
.setting .info-content .img-area .radius {
    background: #f6f8f7 url("/images/make_profile_lg.jpg") no-repeat center;
    background-size: cover;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.setting .info-content .text-area {
    width: -webkit-calc(100% - 155px);
    width: -moz-calc(100% - 155px);
    width: calc(100% - 155px);
    margin-left: -10px;
    padding-left: 50px;
}
.setting .sns-list li {
    font-size: 0;
}
.setting .sns-list li + li {
    margin-top: 10px;
}
.setting .sns-list li > * {
    display: inline-block;
    vertical-align: middle;
}
.setting .sns-list li .sns-area {
    width: 33%;
    font-size: 15px;
    color: #333;
}
.setting .sns-list li .sns-area .switch {
    float: right;
}
.setting .sns-list li .sns-area + .text-box {
    width: 67%;
    padding-left: 30px;
}
.setting .sns-list li .text-box input.input-type1 {
    height: 37px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/*theme*/
.theme-list {
    font-size: 0;
}
.theme-list li {
    display: inline-block;
    vertical-align: middle;
    width: 12%;
    padding: 4px;
    margin: 1.5% 2.6666% 1.5% 0;
    border: 2px solid transparent;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.theme-list li.active {
    border: 2px solid #e3e3e3;
}
.theme-list li:nth-child(7n) {
    margin-right: 0;
}
.btn-theme {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.btn-theme:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin: -13px 0 0 -13px;
    z-index: 100;
    background: url("/images/thema_text03.png") no-repeat center;
}
.btn-theme.theme-01:after {
    background: url("/images/thema_text01.png") no-repeat center;
}
.btn-theme.theme-02:after {
    background: url("/images/thema_text02.png") no-repeat center;
}
.theme-set {
    border: 1px dotted #3d444b;
}
.theme-set:after {
    content: none
}
.theme-set input[type="file"] + span{
    position: absolute;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.photo {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
}
button.theme-photo .photo,
#wrap[data-name="theme-photo"] .preview-header .photo {
    display: block;
}
button.theme-photo {
    background: url("/images/sample01.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
#wrap[data-name="theme-photo"] .preview-header {
    background: url("/images/sample01.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.theme-01 {
    background: -moz-linear-gradient(-45deg, #fdde4a 0%, #f0abb5 90%);
    background: -webkit-linear-gradient(-45deg, #fdde4a 0%, #f0abb5 90%);
    background: -o-linear-gradient(-45deg, #fdde4a 0%, #f0abb5 90%);
    background: -ms-linear-gradient(-45deg, #fdde4a 0%, #f0abb5 90%);
}
#wrap[data-name="theme-01"] .preview-header {
    color: #332400;
    background: -moz-linear-gradient(-45deg, #fdde4a 0%, #f0abb5 90%);
    background: -webkit-linear-gradient(-45deg, #fdde4a 0%, #f0abb5 90%);
    background: -o-linear-gradient(-45deg, #fdde4a 0%, #f0abb5 90%);
    background: -ms-linear-gradient(-45deg, #fdde4a 0%, #f0abb5 90%);
}
.theme-02 {
    background: -moz-linear-gradient(-45deg, #0ffdf3 0%, #fae646 90%);
    background: -webkit-linear-gradient(-45deg, #0ffdf3 0%, #fae646 90%);
    background: -o-linear-gradient(-45deg, #0ffdf3 0%, #fae646 90%);
    background: -ms-linear-gradient(-45deg, #0ffdf3 0%, #fae646 90%);
}
#wrap[data-name="theme-02"] .preview-header {
    color: #00473d;
    background: -moz-linear-gradient(-45deg, #0ffdf3 0%, #fae646 90%);
    background: -webkit-linear-gradient(-45deg, #0ffdf3 0%, #fae646 90%);
    background: -o-linear-gradient(-45deg, #0ffdf3 0%, #fae646 90%);
    background: -ms-linear-gradient(-45deg, #0ffdf3 0%, #fae646 90%);
}
.theme-03 {
    background: -moz-linear-gradient(-45deg, #775de6 0%, #e7a0c3 90%);
    background: -webkit-linear-gradient(-45deg, #775de6 0%, #e7a0c3 90%);
    background: -o-linear-gradient(-45deg, #775de6 0%, #e7a0c3 90%);
    background: -ms-linear-gradient(-45deg, #775de6 0%, #e7a0c3 90%);
}
#wrap[data-name="theme-03"] .preview-header {
    background: -moz-linear-gradient(-45deg, #775de6 0%, #e7a0c3 90%);
    background: -webkit-linear-gradient(-45deg, #775de6 0%, #e7a0c3 90%);
    background: -o-linear-gradient(-45deg, #775de6 0%, #e7a0c3 90%);
    background: -ms-linear-gradient(-45deg, #775de6 0%, #e7a0c3 90%);
}
.theme-04 {
    background: -moz-linear-gradient(-45deg, #60f1e7 0%, #921cce 90%);
    background: -webkit-linear-gradient(-45deg, #60f1e7 0%, #921cce 90%);
    background: -o-linear-gradient(-45deg, #60f1e7 0%, #921cce 90%);
    background: -ms-linear-gradient(-45deg, #60f1e7 0%, #921cce 90%);
}
#wrap[data-name="theme-04"] .preview-header {
    background: -moz-linear-gradient(-45deg, #60f1e7 0%, #921cce 90%);
    background: -webkit-linear-gradient(-45deg, #60f1e7 0%, #921cce 90%);
    background: -o-linear-gradient(-45deg, #60f1e7 0%, #921cce 90%);
    background: -ms-linear-gradient(-45deg, #60f1e7 0%, #921cce 90%);
}
.theme-05 {
    background: -moz-linear-gradient(-45deg, #05b3f9 0%, #3e23bd 90%);
    background: -webkit-linear-gradient(-45deg, #05b3f9 0%, #3e23bd 90%);
    background: -o-linear-gradient(-45deg, #05b3f9 0%, #3e23bd 90%);
    background: -ms-linear-gradient(-45deg, #05b3f9 0%, #3e23bd 90%);
}
#wrap[data-name="theme-05"] .preview-header {
    background: -moz-linear-gradient(-45deg, #05b3f9 0%, #3e23bd 90%);
    background: -webkit-linear-gradient(-45deg, #05b3f9 0%, #3e23bd 90%);
    background: -o-linear-gradient(-45deg, #05b3f9 0%, #3e23bd 90%);
    background: -ms-linear-gradient(-45deg, #05b3f9 0%, #3e23bd 90%);
}
.theme-06 {
    background: -moz-linear-gradient(-45deg, #585353 0%, #353434 90%);
    background: -webkit-linear-gradient(-45deg, #585353 0%, #353434 90%);
    background: -o-linear-gradient(-45deg, #585353 0%, #353434 90%);
    background: -ms-linear-gradient(-45deg, #585353 0%, #353434 90%);
}
#wrap[data-name="theme-06"] .preview-header {
    background: -moz-linear-gradient(-45deg, #585353 0%, #353434 90%);
    background: -webkit-linear-gradient(-45deg, #585353 0%, #353434 90%);
    background: -o-linear-gradient(-45deg, #585353 0%, #353434 90%);
    background: -ms-linear-gradient(-45deg, #585353 0%, #353434 90%);
}
@media (max-width: 1300px) {
    .setting .sns-list li .sns-area {
        width: 40%;
    }
    .setting .sns-list li .sns-area + .text-box {
        width: 60%;
        padding-left: 20px;
    }
}
@media (max-width:1024px) {
    .setting .info-content .img-area {
        display: block;
        float: none;
        width: 110px;
        height: 110px;
        margin: 0 auto;
    }
    .setting .info-content .img-area .radius {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    .setting .info-content .text-area {
        width: 100%;
        padding: 0;
        margin: 25px 0 0 0;
    }
    .setting .sns-list li .sns-area {
        width: 100%;
        font-size: 13px;
    }
    .setting .sns-list li .sns-area .switch {
        top: 0;
        right: 0;
    }
    .setting .sns-list li .sns-area + .text-box {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }
    .setting .sns-list li + li {
        margin-top: 20px;
    }
}
@media (max-width:768px) {
    .btn-theme:after {
        width: 25px;
        height: 26px;
        margin: -12px 0 0 -13px;
        background: url("/images/mobile/thema_text03.png") no-repeat center;
        background-size: 100%;
    }
    .btn-theme.theme-01:after {
        background: url("/images/mobile/thema_text01.png") no-repeat center;
        background-size: 100%;
    }
    .btn-theme.theme-02:after {
        background: url("/images/mobile/thema_text02.png") no-repeat center;
        background-size: 100%;
    }
    .theme-list li {
        width: 17%;
        padding: 7px;
        margin: 1% 3.75% 1% 0;
    }
    .theme-list li:nth-child(7n) {
        margin-right: 3.75%;
    }
    .theme-list li:nth-child(5n) {
        margin-right: 0;
    }
}
@media (max-width:550px) {
    .theme-list li {
        width: 30%;
        margin: 1% 5% 1% 0;
    }
    .theme-list li:nth-child(3n) {
        margin-right: 0;
    }
    .theme-list li:nth-child(5n),
    .theme-list li:nth-child(7n) {
        margin-right: 5%;
    }
}
/* ----------------------------------------------------------------
       login
---------------------------------------------------------------- */
.login .logo {
    text-align: center;
}
.login form {
    padding: 60px 20px;
    display: none;
}
.login form.open {
    display: block;
}
.login form input.input-type1 {
    height: 52px;
    font-size: 15px;
}
.login form input.input-type1 + input.input-type1 {
    margin-top: 15px;
}
.login form input.input-type1 + .input-chk {
    display: block;
    margin: 20px 0;
}
.login form .btn-login {
    margin: 60px 0 20px;
    padding: 15px 0;
    font-size: 22px;
    font-weight: 600;
}
.login .text-box + .text-box {
    margin-top: 10px;
}
.login .save-chk {
    display: inline-block;
    float: left;
    margin-top: 13px;
}
.login .login-btn-area {
    text-align: center;
}
.login .login-btn-area li {
    display: inline-block;
}
.login .login-btn-area li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    background: #aaa;
    margin: 0 10px 0 14px;
}
.login .login-btn-area li:last-of-type:after {
    content: none;
}
.login .login-btn-area li:hover a {
    color: #000;
}
.login .login-btn-area li a {
    font-size: 14px;
    color: #aaa;
}
.login .copyright {
    margin-top: 30px;
    text-align: center;
    font-size: 11px;
    color: #7c7c7c;
}
@media (max-width:1024px) {
    .login .logo img.display-m {
        height: 25px;
        margin: 0 auto;
    }
    .login form {
        padding: 30px 0;
    }
    .login form input.input-type1 {
        height: 46px;
        font-size: 13px;
    }
    .login form input.input-type1 + input.input-type1 {
        margin-top: 10px;
    }
    .login .chk-area {
        font-size: 12px;
        margin: 28px 0 20px;
    }
    .login form .btn-login {
        margin-top: 50px;
        font-size: 14px;
    }
    .login .login-btn-area li a {
        font-size: 12px;
    }
    .login .login-btn-area li:after {
        height: 9px;
        margin: 0 5px 0 9px;
    }
}
/* ----------------------------------------------------------------
       function info
---------------------------------------------------------------- */
.function-info .inner {
    max-width: 900px;
}
.function-info .func-list {
    font-size: 0;
}
.function-info .func-list li {
    display: inline-block;
    vertical-align: top;
    width: 290px;
    height: auto;
    margin: 70px 15px 0 0;
    font-size: 12px;
    line-height: 19px;
    border: 1px solid #e3e3e3;
}
.function-info .func-list .img-area {
    float: none;
    width: 100%;
    min-height: 170px;
    padding-top: 17%;
    text-align: center;
    background: #f4f5f7;
    overflow: hidden;
}
.function-info .func-list .img-area img {
    position: relative;
    z-index: 100;
}
.function-info .func-list .img-area .bg-img {
    position: absolute;
    top: 65%;
    left: 50%;
    width: 50%;
    padding-bottom: 50%;
    border: 1px dashed #edeef0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.function-info .func-list .img-area .bg-img:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    padding-bottom: 150%;
    border: 1px dashed #ecedef;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.function-info .func-list .img-area .bg-img:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 210%;
    padding-bottom: 210%;
    border: 1px dashed #e5e5e7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.function-info .func-list .text-area {
    width: 100%;
    padding: 20px;
    border-top: 1px solid #e3e3e3;
}
.function-info .func-list li h4 {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 600;
}
.function-info .func-list li:nth-child(3n) {
    margin-right: 0;
}
.function-info .func-list del {
    font-size: 11px;
    color: #aaa;
    margin-right: 5px;
}
@media (max-width:1024px) {
    .function-info .inner {
        width: 95%;
        padding-top: 130px;
        left: 0;
    }
    .function-info .func-list li {
        width: 31.5%;
        margin: 30px 2.75% 0 0;
        font-size: 11px;
    }
}
@media (max-width:768px) {
    .function-info .func-list li {
        width: 47%;
        margin-right: 6%;
        font-size: 12px;
    }
    .function-info .func-list li:nth-child(3n) {
        margin-right: 6%;
    }
    .function-info .func-list li:nth-child(2n) {
        margin-right: 0;
    }
    .function-info .func-list .text-area {
        padding: 20px 15px;
    }
}
@media (max-width: 550px) {
    .function-info .func-list li {
        width: 100%;
        margin-right: 0;
    }
    .function-info .func-list li:nth-child(3n) {
        margin-right: 0;
    }
    .function-info .func-list .text-area {
        padding: 8% 20px;
    }
    .function-info .func-list li h4 {
        margin-bottom: 5%;
        font-size: 16px;
    }
}
/* ----------------------------------------------------------------
       about
---------------------------------------------------------------- */
.about .content {
    max-width: none;
    left: 0;
    color: #000;
}
.about .content > div:after {
    content: "";
    display: block;
    clear: both;
}
.about .inner {
    width: 1300px;
    max-width: 95%;
    padding: 0;
}
.about .img-area,
.about .text-area {
    position: relative;
    float: left;
    width: 50%;
}
.about h3 {
    margin-bottom: 40px;
    font-size: 47px;
    font-weight: 600;
    line-height: 65px;
    letter-spacing: -4px;
}
.about h3 + p {
    font-size: 22px;
    line-height: 35px;
    letter-spacing: -1px;
}
.about .go-top {
    position: fixed;
    right: 30px;
    bottom: 95px;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.about .go-top:after {
    content: "";
    position: absolute;
    top: 16px;
    left: 16px;
    width: 10px;
    height: 10px;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.about .main-visual {
    position: relative;
    padding: 100px 0;
}
.about .main-visual .slide-area {
    position: absolute;
    top: 50%;
    width: 80%;
    margin-top: -105px;
    overflow: hidden;
}
.about .main-visual .slide-area img {
    -webkit-animation: visualSlide 10s infinite ease-in-out;
    -o-animation: visualSlide 10s infinite ease-in-out;
    animation: visualSlide 10s infinite ease-in-out;
}
.about .main-visual .img-area {
    width: 40%;
    text-align: right;
}
.about .main-visual .img-area img {
    height: 700px;
    border: 14px solid #eee;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -moz-box-shadow: -20px 25px 19px -5px rgba(0,0,0,0.25);
    -o-box-shadow: -20px 25px 19px -5px rgba(0,0,0,0.25);
    -webkit-box-shadow: -20px 25px 19px -5px rgba(0,0,0,0.25);
    box-shadow: -20px 25px 19px -5px rgba(0,0,0,0.25);
}
.about .main-visual h3 {
    font-weight: 400;
    line-height: 70px;
    margin: 30px 0;
}
.about .main-visual .text-area {
    width: 60%;
    margin-top: 12%;
    padding-left: 5%;
    background: #fff;
}
.about .main-visual .text-area strong {
    font-size: 20px;
}
.about .main-visual .text-area strong:after {
    content: "";
    display: block;
    margin-top: 5.5%;
    width: 50px;
    height: 4px;
    background: #ff6c00;
}
.about .main-visual .btn-main-visual {
    padding: 19px 35px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: -moz-linear-gradient(-45deg, #f7771b 0%, #fe9a1a 90%);
    background: -webkit-linear-gradient(-45deg, #f7771b 0%, #fe9a1a 90%);
    background: -o-linear-gradient(-45deg, #f7771b 0%, #fe9a1a 90%);
    background: -ms-linear-gradient(-45deg, #f7771b 0%, #fe9a1a 90%);
}
.about .main-visual .btn-main-visual + .btn-main-visual {
    margin-left: 10px;
}
.about .bg-area {
    padding: 90px 0;
    text-align: center;
    color: #fff;
    background: url("/images/landing/bg_pattern01.jpg") center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.about .bg-area a {
    display: inline-block;
    padding: 19px 95px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.about .bg-area p {
    margin-top: 40px;
    font-size: 24px;
}
.about .beige-section {
    position: relative;
    padding: 130px 0 0;
    margin-bottom: 65px;
    text-align: center;
    background: #f8f4f0;
    overflow: hidden;
}
.about .beige-section.function-area {
    padding: 130px 0;
    margin: 100px 0 0;
}
.about .beige-section .img-box {
    position: relative;
    width: 350px;
    padding-top: 75px;
    margin: 60px auto 0;
    background: #fff;
    -webkit-border-radius: 40px 40px 0 0;
    -moz-border-radius: 40px 40px 0 0;
    border-radius: 40px 40px 0 0;
    -webkit-box-shadow: 25px 10px 19px -5px rgba(0,0,0,0.1);
    -moz-box-shadow: 25px 10px 19px -5px rgba(0,0,0,0.1);
    box-shadow: 25px 10px 19px -5px rgba(0,0,0,0.1);
}
.about .beige-section .img-box:after {
    content: "";
    position: absolute;
    top: 35px;
    left: 50%;
    width: 15%;
    height: 10px;
    margin-left: -7.5%;
    background: #ece6e1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.about .beige-section .img-box img {
    border: solid #ece6e1;
    border-width: 1px 1px 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
}
.about .beige-section .per-pattern {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    background: url("/images/landing/bg_pattern03.png") center no-repeat;
}
.about .beige-section .moreFunction {
    width: 93%;
    max-width: 1300px;
    margin: 80px auto 0;
    padding: 0 40px;
}
.about .beige-section .moreFunction h4 {
    margin: 40px 0 35px;
    font-size: 28px;
    font-weight: 600;
}
.about .beige-section .moreFunction h4+ p {
    font-size: 18px;
    line-height: 26px;
    color: #666;
}
.about .beige-section .moreFunction .function-list {
    padding: 10px;
}
.about .beige-section .moreFunction .function-list .list-box {
    padding: 60px 10px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.about .beige-section .moreFunction .slick-prev {
    position: absolute;
    top: 50%;
    left: -30px;
    width: 30px;
    height: 62px;
    margin-top: -62px;
    font-size: 0;
    background: url("/images/landing/ico_arrow_left.png") no-repeat center;
}
.about .beige-section .moreFunction .slick-next {
    position: absolute;
    top: 50%;
    right: -30px;
    width: 30px;
    height: 62px;
    margin-top: -62px;
    font-size: 0;
    background: url("/images/landing/ico_arrow_right.png") no-repeat center;
}
.about .beige-section .moreFunction .slick-dots {
    margin-top: 50px;
}
.about .beige-section .moreFunction .slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 10px;
    background: #fff;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.about .beige-section .moreFunction .slick-dots li.slick-active {
    background: #fe7b1a;
}
.about .beige-section .moreFunction .slick-dots button {
    font-size: 0;
}
.about .rading-section {
    position: relative;
    padding: 65px 0;
}
.about .rading-section .text-area {
    padding: 0 9%;
    margin-top: 12%;
}
.about .rading-section .img-area {
    height: 570px;
    padding: 0 2%;
    overflow: hidden;
}
.about .rading-section .img-area.slide-img {
    height: 380px;
    max-height: 40vw;
    padding-right: 10%;
    margin-top: 7%;
}
.about .rading-section .img-area video {
    max-width: 100%;
}
.about .slide-img .slick-initialized .slick-slide {
    padding: 12px 28px;
}
.about .slide-img .slick-initialized .slick-slide.slick-current.slick-active div {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}
.about .slide-img .slick-dots {
    width: 100%;
    margin-top: 3%;
    text-align: right;
}
.about .slide-img .slick-dots li {
    display: inline-block;
    width: 2.5vw;
    height: 2.5vw;
    max-width: 35px;
    max-height: 35px;
    margin: 0 1%;
    vertical-align: top;
    cursor: pointer;
    opacity: 0.6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.about .slide-img .slick-dots li button {
    font-size: 0;
}
.about .slide-img .slick-dots li.slick-active {
    opacity: 1;
    -webkit-box-shadow: 2px 2px 7px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 7px 0 rgba(0,0,0,0.25);
    box-shadow: 2px 2px 7px 0 rgba(0,0,0,0.25);
}
.about .slide-img .slick-dots li:nth-child(1) {
    background: -moz-linear-gradient(-45deg, #0ffdf3 0%, #fae646 90%);
    background: -webkit-linear-gradient(-45deg, #0ffdf3 0%, #fae646 90%);
    background: -o-linear-gradient(-45deg, #0ffdf3 0%, #fae646 90%);
    background: -ms-linear-gradient(-45deg, #0ffdf3 0%, #fae646 90%);
}
.about .slide-img .slick-dots li:nth-child(2) {
    background: -moz-linear-gradient(-45deg, #775de6 0%, #e7a0c3 90%);
    background: -webkit-linear-gradient(-45deg, #775de6 0%, #e7a0c3 90%);
    background: -o-linear-gradient(-45deg, #775de6 0%, #e7a0c3 90%);
    background: -ms-linear-gradient(-45deg, #775de6 0%, #e7a0c3 90%);
}
.about .slide-img .slick-dots li:nth-child(3) {
    background: -moz-linear-gradient(-45deg, #fdde4a 0%, #f0abb5 90%);
    background: -webkit-linear-gradient(-45deg, #fdde4a 0%, #f0abb5 90%);
    background: -o-linear-gradient(-45deg, #fdde4a 0%, #f0abb5 90%);
    background: -ms-linear-gradient(-45deg, #fdde4a 0%, #f0abb5 90%);
}
.about .slide-img .slick-dots li:nth-child(4) {
    background: -moz-linear-gradient(-45deg, #05b3f9 0%, #3e23bd 90%);
    background: -webkit-linear-gradient(-45deg, #05b3f9 0%, #3e23bd 90%);
    background: -o-linear-gradient(-45deg, #05b3f9 0%, #3e23bd 90%);
    background: -ms-linear-gradient(-45deg, #05b3f9 0%, #3e23bd 90%);
}
.about .slide-img .slick-dots li:nth-child(5) {
    background: -moz-linear-gradient(-45deg, #60f1e7 0%, #921cce 90%);
    background: -webkit-linear-gradient(-45deg, #60f1e7 0%, #921cce 90%);
    background: -o-linear-gradient(-45deg, #60f1e7 0%, #921cce 90%);
    background: -ms-linear-gradient(-45deg, #60f1e7 0%, #921cce 90%);
}
.about .slide-img .slick-list {
    margin-top: 7%;
    margin-left: -27%;
}
.about .mobile-box {
    position: absolute;
    top: 10px;
    left: 8px;
    display: block;
    width: 41%;
    height: 97%;
    padding-top: 33%;
    background: #fff;
    -webkit-box-shadow: 7px 3px 16px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 7px 3px 16px 3px rgba(0,0,0,0.1);
    box-shadow: 7px 3px 16px 3px rgba(0,0,0,0.1);
    -webkit-border-radius: 40px 40px 0 0;
    -moz-border-radius: 40px 40px 0 0;
    border-radius: 40px 40px 0 0;
}
.function-area .ico {
    width: 122px;
    height: 120px;
}
.ico-function01 {
    background: url("/images/landing/function01.png") no-repeat center;
}
.ico-function02 {
    background: url("/images/landing/function02.png") no-repeat center;
}
.ico-function03 {
    background: url("/images/landing/function03.png") no-repeat center;
}
.ico-function04 {
    background: url("/images/landing/function04.png") no-repeat center;
}
.ico-function05 {
    background: url("/images/landing/function05.png") no-repeat center;
}
.ico-function06 {
    background: url("/images/landing/function06.png") no-repeat center;
}
.ico-function07 {
    background: url("/images/landing/function07.png") no-repeat center;
}
.ico-function08 {
    background: url("/images/landing/function08.png") no-repeat center;
}
.ico-function09 {
    background: url("/images/landing/function09.png") no-repeat center;
}
.about .mobile-box .mobile-list {
    width: 82%;
    height: 45px;
    margin: 6% auto;
    background: #f2f2f2;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
@media (max-width: 1250px) {
    .about .rading-section .text-area {
        margin-top: 7%;
        padding: 0 5%;
    }
    .about h3 + p {
        letter-spacing: -2px;
    }
    .about .beige-section .moreFunction h4+ p {
        font-size: 16px;
        letter-spacing: -1.5px;
    }
}
@media (max-width: 1024px) {
    .about br.mobile-br {
        display: none;
    }
    .about .content {
        padding-bottom: 136px;
    }
    .about .inner {
        max-width: 80%;
    }
    .about .main-visual .img-area img {
        height: auto;
        border-width: 8px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
    }
    .about .main-visual .text-area {
        padding-top: 10%;
    }
    .about .main-visual .text-area strong {
        font-size: 18px;
    }
    .about .main-visual .text-area strong:after {
        width: 40px;
        margin-top: 30px;
    }
    .about .main-visual h3 {
        margin: 20px 0;
        line-height: 45px;
    }
    .about .main-visual .btn-main-visual {
        padding: 15px;
        font-size: 13px;
    }
    .about .beige-section .img-box {
        width: 250px;
        padding: 55px 15px 0;
        -webkit-border-radius: 30px 30px 0 0;
        -moz-border-radius: 30px 30px 0 0;
        border-radius: 30px 30px 0 0;
    }
    .about .beige-section .img-box:after {
        top: 25px;
        height: 6px;
    }
    .about h3{
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 45px;
        letter-spacing: -2px;
    }
    .about h3 + p {
        font-size: 16px;
        line-height: 25px;
    }
    .about .bg-area {
        padding: 60px 0;
    }
    .about .beige-section {
        padding: 80px 0 0;
        margin-bottom: 50px;
    }
    .about .beige-section.function-area {
        padding: 70px 0;
        margin-top: 50px;
    }
    .about .beige-section .per-pattern {
        width: 100%;
        height: 100%;
        top: inherit;
        left: 0;
        bottom: 0;
        background: url("/images/landing/bg_mobile_pattern03.png") center no-repeat;
        background-size: cover;
    }
    .about .beige-section .moreFunction {
        float: right;
        padding: 0;
    }
    .about .beige-section .moreFunction .function-list .list-box {
        width: 400px;
        padding: 55px 10px;
    }
    .about .beige-section .moreFunction h4 {
        font-size: 26px;
        margin: 40px 0 30px;
    }
    .about .beige-section .moreFunction h4 + p {
        font-size: 17px;
    }
    .about .beige-section .moreFunction .slick-dots li {
        width: 25px;
        height: 3px;
        margin: 0;
        background: #fe7b1a;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .about .beige-section .moreFunction .slick-dots li.slick-active {
        background: #fe7b1a;
    }
    .about .beige-section .moreFunction .slick-dots li.slick-active ~ li {
        background: #fff;
    }
    .about .rading-section {
        padding: 60px 0;
    }
    .about .rading-section .text-area {
        margin-top: 8%;
        padding: 0 5%;
    }
    .about .rading-section .img-area {
        height: auto;
    }
    .about .mobile-box {
        width: 50%;
        height: 100%;
        left: 3px;
        padding-top: 45%;
        -webkit-border-radius: 20px 20px 0 0;
        -moz-border-radius: 20px 20px 0 0;
        border-radius: 20px 20px 0 0;
    }
    .about .mobile-box:after {
        content: "";
        position: absolute;
        bottom: 10px;
        left: -13px;
        display: inline-block;
        width: 110%;
        height: 1px;
        background: #f5f5f5;
    }
    .about .mobile-box .mobile-list {
        height: 30px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .about .rading-section .img-area.slide-img {
        height: 360px;
        max-height: 30vw;
        padding-right: 2%;
        margin-top: 3%;
    }
    .about .slide-img .slick-initialized .slick-slide {
        padding: 15px;
    }
    .about .slide-img .slick-dots {
        padding-right: 2.8%;
    }
    .function-area .ico {
        width: 73px;
        height: 72px;
    }
    .ico-function01 {
        background: url("/images/landing/mobile_function01.png") no-repeat center;
        background-size: 100%;
    }
    .ico-function02 {
        background: url("/images/landing/mobile_function02.png") no-repeat center;
        background-size: 100%;
    }
    .ico-function03 {
        background: url("/images/landing/mobile_function03.png") no-repeat center;
        background-size: 100%;
    }
    .ico-function04 {
        background: url("/images/landing/mobile_function04.png") no-repeat center;
        background-size: 100%;
    }
    .ico-function05 {
        background: url("/images/landing/mobile_function05.png") no-repeat center;
        background-size: 100%;
    }
    .ico-function06 {
        background: url("/images/landing/mobile_function06.png") no-repeat center;
        background-size: 100%;
    }
    .ico-function07 {
        background: url("/images/landing/mobile_function07.png") no-repeat center;
        background-size: 100%;
    }
    .ico-function08 {
        background: url("/images/landing/mobile_function08.png") no-repeat center;
        background-size: 100%;
    }
    .ico-function09 {
        background: url("/images/landing/mobile_function09.png") no-repeat center;
        background-size: 100%;
    }
}
@media (max-width:768px) {
    .about br.mobile-br {
        display: block;
    }
    .about .inner {
        max-width: 95%;
    }
    .about .img-area,
    .about .text-area {
        float: none;
        width: 100%;
        text-align: center;
    }
    .about .main-visual {
        padding: 20px 0 50px;
    }
    .about .main-visual .slide-area {
        top: 0;
        width: 150%;
        margin-top: 45%;
    }
    .about .main-visual .img-area {
        display: block;
        width: 70%;
        max-width: 50%;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }
    .about .main-visual .img-area img {
        max-height: 100%;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
    }
    .about .main-visual .text-area {
        width :100%;
        margin-top: 70px;
        padding: 0;
        text-align: center;
    }
    .about .main-visual .text-area strong {
        font-size: 20px;
    }
    .about .main-visual .text-area strong:after {
        width: 50px;
        height: 4px;
        margin: 40px auto 0;
    }
    .about .main-visual h3 {
        font-size: 22px;
        line-height: 35px;
    }
    .about .main-visual button {
        font-size: 12px;
        padding: 14px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
    }
    .about .bg-area {
        padding: 55px 0;
    }
    .about .bg-area a {
        font-size: 14px;
        padding: 15px 55px;
    }
    .about .bg-area p {
        margin-top: 20px;
        font-size: 13px;
    }
    .about h3 {
        font-size: 25px;
        line-height: 33px;
    }
    .about h3 + p {
        font-size: 13px;
        line-height: 20px;
    }
    .about .beige-section .img-box:after {
        top: 17px;
        width: 20%;
        height: 5px;
        margin-left: -10%;
    }
    .about .beige-section .img-box {
        width: 175px;
        padding: 40px 10px 0;
        margin: 50px auto 0;
        -webkit-border-radius: 20px 20px 0 0;
        -moz-border-radius: 20px 20px 0 0;
        border-radius: 20px 20px 0 0;
    }
    .about .beige-section .moreFunction {
        margin: 45px auto 0;
    }
    .about .beige-section .moreFunction .function-list .list-box {
        width: 230px;
        padding: 35px 0;
    }
    .about .beige-section .moreFunction h4 {
        margin: 25px 0 15px;
        font-size: 20px;
    }
    .about .beige-section .moreFunction h4 + p {
        font-size: 12px;
    }
    .about .beige-section .moreFunction .slick-dots {
        margin-top: 35px;
    }
    .about .rading-section {
        padding: 30px 0;
    }
    .about .rading-section .inner {
        display: flex;
        flex-wrap: wrap;
    }
    .about .rading-section .img-area {
        order: 2;
        width: 80%;
        max-width: 450px;
        padding: 0;
        margin: 20px auto 0;
    }
    .about .rading-section .img-area video {
        max-width: 100%;
        max-height: 100%;
        margin-top: 20px;
    }
    .about .rading-section .text-area {
        order: 1;
        margin-top: 20px;
    }
    .about .rading-section .img-area.slide-img {
        width: 80%;
        height: 52vw;
        margin: 50px auto 30px;
        max-height: none;
        max-width: none;
    }
    .about .mobile-box .mobile-list {
        height: 35px;
    }
    .about .slide-img .slick-list {
        margin-left: -23%;
    }
    .about .slide-img .slick-initialized .slick-slide {
        padding: 25px 1% 20px;
    }
    .about .slide-img .slick-dots {
        margin: 0;
    }
    .about .slide-img .slick-dots li {
        width: 4.7vw;
        height: 4.7vw;
        margin: 0 0.95%;
    }
}
@media (max-width:560px) {
    .about .main-visual .img-area img {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
}
@media (max-width:450px) {
    .about .main-visual .img-area img {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
    }
}
@keyframes visualSlide {
    from{
        -webkit-transform: translateX(-80%);
        -moz-transform: translateX(-80%);
        -ms-transform: translateX(-80%);
        -o-transform: translateX(-80%);
        transform: translateX(-80%);
    }
    to{
        -webkit-transform: translateX(40%);
        -moz-transform: translateX(40%);
        -ms-transform: translateX(40%);
        -o-transform: translateX(40%);
        transform: translateX(40%);
    }
}

/* ----------------------------------------------------------------
       about link
---------------------------------------------------------------- */
.aboutlink {
    position: relative;
    min-height: 100vh;
}
.aboutlink .inner {
    position: absolute;
    top: 44%;
    left: 50%;
    max-width: 850px;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.aboutlink .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.aboutlink h3 {
    margin-bottom: 26px;
    letter-spacing: 0;
}
.aboutlink h3 + p {
    font-size: 26px;
}
.aboutlink .input-box {
    position: relative;
    padding: 15px 35px;
    margin: 60px 30px 40px;
    font-size: 32px;
    text-align: left;
    background: #f3f5f6;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.aboutlink .input-box > * {
    vertical-align: middle;
}
.aboutlink .input-box input {
    display: inline-block;
    width: 45%;
    font-size: 32px;
    font-weight: 600;
    border: 0;
}
.aboutlink .input-box button {
    position: absolute;
    top: 50%;
    right: 0;
    width: 54px;
    height: 54px;
    margin: -27px 20px 0 0;
    background: url("/images/btn_next_orange.png") center no-repeat;
}
.aboutlink .input-box input:-ms-input-placeholder {
    color: #c3cdd3;
}
.aboutlink .input-box input::-webkit-input-placeholder {
    color: #c3cdd3;
}
.aboutlink .input-box input::placeholder{
    color: #c3cdd3;
}
.aboutlink .guide-error {
    display: inline-block;
    float: none;
    margin: 0 auto;
    padding: 0;
    font-size: 15px;
}
.aboutlink .guide-error .ico-error {
    margin-left: -25px;
}
@media (max-width: 1024px) {
    .aboutlink .inner {
        max-width: 90%;
        height: 125vh;
        position: static;
        padding-top: 30vh;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .aboutlink h3 {
        font-size: 26px;
        margin-bottom: 20px;
        letter-spacing: -2px;
    }
    .aboutlink h3 + p {
        font-size: 14px;
        letter-spacing: 0;
    }
    .aboutlink .input-box {
        width: 100%;
        max-width: 600px;
        padding: 10px 25px;
        margin: 30px auto 20px;
        font-size: 20px;
    }
    .ico-symbol-orange {
        display: none;
    }
    .aboutlink .input-box input {
        font-size: 20px;
    }
    .aboutlink .input-box button {
        width: 35px;
        height: 35px;
        margin: -18px 10px 0 0;
        background: url("/images/mobile/mobile_next_orange.png") center no-repeat;
        background-size: 100%;
    }
    .aboutlink .guide-error {
        font-size: 11px;
    }
    .aboutlink .guide-error .ico-error {
        margin: -2px 0 0 -20px;
    }
}
/* ----------------------------------------------------------------
       error page
---------------------------------------------------------------- */
.error-page {
    text-align: center;
}
.error-page strong {
    display: block;
    margin: 60px 0 50px;
    font-size: 22px;
    letter-spacing: -0.5px;
}
.error-page p {
    font-size: 16px;
    line-height: 25px;
    color: #000;
}
.error-page .btn-area {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 20px 0;
    margin-top: 70px;
}
.error-page .btn-area a {
    display: table-cell;
    padding: 16px;
    font-size: 19px;
    font-weight: 600;
}
@media (max-width:1024px) {
    .error-page strong {
        margin: 55px 0 35px;
        font-size: 16px;
        line-height: 23px;
    }
    .error-page p {
        font-size: 13px;
        line-height:20px;
    }
    .error-page .btn-area {
        margin-top: 50px;
    }
    .error-page .btn-area a {
        display: block;
        padding: 15px;
        font-size: 14px;
        font-weight: 600;
        margin-top: 10px;
    }
}
/* ----------------------------------------------------------------
       subscribe page
---------------------------------------------------------------- */
.subscribe-page .sub-inner {
    max-width: 500px;
    margin: 80px auto 0;
}
.subscribe-page h1 {
    font-size: 32px;
    line-height: 44px;
}
.subscribe-page .subscribe-guide {
    margin: 20px 0 80px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.5px;
}
.subscribe-page input {
    height: 65px;
    font-size: 22px;
    font-weight: 600;
}
.subscribe-page .sub-inner .btn-confirm {
    margin-top: 40px;
    width: 100%;
    font-size: 16px;
    padding: 19px 10px;
}
.subscribe-page .form-box-2 > button {
    height: 65px;
}
.subscribe-page .subscribe-time {
    position: absolute;
    right: 35px;
    top: 25px;
    font-size: 16px;
}
.subscribe-page .input-chk {
    display: block;
    margin-top: 20px;
}
.subscribe-page .ico-prev {
    width: 63px;
    height: 63px;
    margin: 0 0 70px -15px;
    background: url("/images/ico_prev.png") no-repeat center;
}
@media (max-width: 768px) {
    .subscribe-page .sub-inner {
        margin: 30px 20px;
        padding-bottom: 50%;
    }
    .subscribe-page h1 {
        font-size: 26px;
        line-height: 36px;
    }
    .subscribe-page .subscribe-guide {
        margin: 15px 0 50px;
        font-size: 12px;
        line-height: 18px;
    }
    .subscribe-page input {
        height: 55px;
        font-size: 18px;
    }
    .subscribe-page .form-box-2 .form-8 {
        width: 100%;
    }
    .subscribe-page .subscribe-time {
        font-size: 14px;
        top: 20px;
    }
    .subscribe-page .form-box-2 > button {
        width: 100%;
        height: 45px;
        float: none;
        margin-top: 20px;
    }
    .subscribe-page .sub-inner >.btn-confirm {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        margin-top: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .subscribe-page .ico-prev {
        margin: 0 0 10px -15px;
        background: url("/images/mobile/ico_prev.png") no-repeat center;
        background-size: 100%;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ellipsis {
        display: block;
    }
    .content .card-choice {
        display: inline-flex;
        display: -ms-inline-flexbox;
        display: -webkit-inline-flex;
    }
}
/* ----------------------------------------------------------------
       policy
---------------------------------------------------------------- */
.policy .inner {
    max-width: 1300px;
    padding: 180px 0 165px;
    color: #666;
}
.policy .contents {
    padding: 30px 0;
    font-size: 16px;
}
.policy h2 {
    padding: 20px 0;
    font-size: 25px;
    font-weight: 600;
    color: #000;
    border-bottom: 2px solid #000;
}
.policy h3 {
    padding: 15px 0;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.policy h4 {
    padding: 20px 0 10px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.policy h4 + p {
    line-height: 25px;
    margin: 10px 0;
}
.policy .depth-one {
    padding: 10px 0;
    line-height: 25px;
}
.policy .depth-one li {
    padding-left: 20px;
    font-size: 14px;
}
.policy .depth-one li + li{
    margin-top: 7px;
}
.policy .txt-num {
    margin: 0 8px 0 -20px;
}
.policy strong {
    font-size: 16px;
    color: #000;
}
.policy table {
    width: 100%;
    margin: 20px 0;
    font-size: 14px;
    text-align: center;
}
.policy table caption {
    padding-bottom: 10px;
    font-weight: 600;
    color: #000;
    text-align: left;
    border-bottom: 1px solid #000;
}
.policy table caption:before {
    content: "·";
    font-size: 17px;
    margin-right: 5px;
}
.policy table thead {
    font-weight: 600;
    color: #000;
}
.policy table th {
    vertical-align: middle;
    padding: 20px 30px;
    border: solid #eee;
    border-width: 0 1px 1px 0;
}
.policy table th:last-child {
    border-right: 0;
}
.policy table td {
    vertical-align: middle;
    padding: 20px 30px;
    border: solid #eee;
    border-width: 0 0 1px 1px;
}
.policy .btn-previous {
    position: relative;
    display: inline-block;
    padding: 12px 15px;
    font-size: 14px;
    border: 1px solid #000;
}
.policy .btn-previous:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 11px;
    float: right;
    margin: 2px 0 0 30px;
    background: url("/images/mobile/arrow_left_type01.png") no-repeat center;
    background-size: 100%;
}
@media (max-width: 768px) {
    .policy .inner {
        max-width: 90%;
    }
    .policy .contents {
        padding: 20px 0;
        font-size: 14px;
    }
    .policy h2 {
        font-size: 20px;
    }
    .policy h3 {
        font-size: 18px;
        padding: 5px 0;
    }
    .policy h4 {
        font-size: 16px;
        padding: 20px 0 5px;
    }
    .policy h4 + p {
        line-height: 22px;
    }
    .policy .depth-one {
        padding: 5px 0 15px;
        line-height: 22px;
    }
    .policy .depth-one li {
        font-size: 13px;
    }
    .policy .depth-one li + li {
        margin-top: 3px;
    }
    .policy strong {
        font-size: 14px;
    }
    .policy .btn-previous {
        font-size: 12px;
        padding: 10px;
    }
    .policy .btn-previous:after {
        margin-top: 1px;
    }
    .policy .table-scroll {
        width: 100%;
        overflow-x: scroll;
    }
    .policy table {
        width: max-content;
        margin: 10px 0;
        font-size: 13px;
    }
    .policy table th,
    .policy table td {
        padding: 15px 30px;
    }
}

/* ----------------------------------------------------------------
       cs center
---------------------------------------------------------------- */
.cs-center .inner {
    max-width: 1200px;
    padding-top: 170px;
}
.tab-list {
    display: block;
    margin-bottom: 80px;
    text-align: center;
}
.tab-list li {
    display: inline-block;
    margin: 0 40px;
    font-size: 22px;
}
.tab-list li.active a {
    padding-bottom: 6px;
    color: #f7751b;
    font-weight: 600;
    border-bottom: 1px solid #f7751b;
}
.cs-center .search-input {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
}
.cs-center .search-input input.input-type2 {
    height: auto;
    padding: 10px 50px 10px 0;
    font-size: 36px;
    font-weight: 600;
}
.cs-center .search-input input::-webkit-input-placeholder {
    color: #d5d5d5;
}
.cs-center .search-input input:-ms-input-placeholder {
    color: #d5d5d5;
}
.cs-center .search-input input::placeholder {
    color: #d5d5d5;
}
.cs-center .q-sort-list {
    margin: 50px 0 40px;
    text-align: center;
}
.cs-center .q-sort-list a {
    display: inline-block;
    min-width: 80px;
    padding: 7px 17px;
    font-size: 13px;
    background: #fff;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.cs-center .q-sort-list a:hover,
.cs-center .q-sort-list a.active {
    background: #f7751b;
    border-color: #f7751b;
    color: #fff;
}
.cs-center .q-box:after {
    content: "";
    display: block;
    clear: both;
}
.cs-center .q-box > *:not(.answer) {
    float: left;
    width: 12%;
    margin: 25px 0;
    font-size: 16px;
    text-align: center;
}
.cs-center .q-1n1 .question-area li .question-title {
    width: 64%;
    padding-left: 20px;
}
.cs-center .q-1n1 .question-area li .question-title .ico-arrow {
    display: none;
}
.cs-center .question-area .answer {
    display: none;
    padding: 35px;
    font-size: 14px;
    line-height: 24px;
    background: #f3f5f7;
}
.cs-center .question-area .answer .file-area {
    margin-top: 30px;
}
.cs-center .q-box {
    cursor: pointer;
}

.cs-center .question-area li {
    border-bottom: 1px solid #e3e3e3;
}
.cs-center .question-area .question-title {
    position: relative;
    width: 100%;
    text-overflow: ellipsis;
    text-align: left;
    display: -webkit-box;
    margin: 25px 0;
    padding-right: 60px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 16px;
    overflow: hidden;
}
.cs-center .question-area .question-title:before {
    content: "Q.";
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 20px;
    letter-spacing: 2px;
}
.cs-center .q-box .q-date-text {
    width: auto;
    padding-left: 30px;
    margin: -15px 0 25px;
    font-size: 12px;
    color: #888;
}
.cs-center .ico-arrow {
    position: absolute;
    top: 5px;
    right: 35px;
}
.cs-center .ico-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 12px;
    background: #000;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.cs-center .ico-arrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 7px;
    width: 2px;
    height: 12px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.cs-center .ico-arrow.open:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.cs-center .ico-arrow.open:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.cs-center .question-guide {
    padding: 40px 30px;
    margin-bottom: 50px;
    background :#f3f5f7;
    border: solid #e3e3e3;
    border-width: 1px 0;
    text-align: center;
}
.cs-center .question-guide h3 {
    font-size: 18px;
    font-weight: 600;
}
.cs-center .question-guide h3 .ico {
    margin-top: -6px;
}
.cs-center .question-guide p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
.cs-center .question-guide a {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    font-size: 15px;
    border: 1px solid #e3e3e3;
    background :#fff;
}
.cs-center .q-box .q-label {
    height: 40px;
    margin: 13px 0 0;
    font-weight: 600;
    line-height: 40px;
    font-size: 15px;
    color: #999;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.cs-center .q-label.label-complate {
    color: #f7751b;
    border-color: #f7751b;
}
.cs-center .q-btn-area {
    margin-bottom: 20px;
    text-align: right;
}
.cs-center .q-btn-area > * {
    margin-right: 10px;
}
.cs-center .q-btn-area > *:last-child {
    margin-right: 0;
}
.cs-center .q-btn-area label span {
    font-size: 12px;
}
.cs-center .q-btn-area select {
    min-width: auto;
    height: 35px;
    padding: 0 30px 0 10px;
    font-size: 12px;
    background-position-x: 91%;
    -webkit-background-size: 8px;
    background-size: 8px;
}
.cs-center .cs-title {
    margin-bottom: 70px;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
}
.cs-center .q-tb-guide {
    margin-bottom: 15px;
    font-size: 13px;
    text-align: right;
}
.cs-center .necessary {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    margin-right: 5px;
    background: #f7751b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.cs-center .q-table > li {
    display: table;
    width: 100%;
    padding: 20px 15px;
    font-size: 16px;
    border-bottom: 1px solid #e3e3e3;
}
.cs-center .q-table > li:first-of-type {
    border-top: 1px solid #000;
}
.cs-center .q-table > li:last-of-type {
    border-bottom: 0;
}
.cs-center .q-table > li > * {
    display: table-cell;
    vertical-align: middle;
}
.cs-center .q-table > li .tb-title {
    width: 20%;
}
.cs-center .q-table > li .tb-info {
    width: 80%;
}
.cs-center .q-table > li .necessary {
    margin-right: 15px;
}
.cs-center .q-table .text-box {
    width: 60%;
}
.cs-center .q-table textarea {
    width: 100%;
    height: 240px;
}
.cs-center .q-table .input-chk {
    display: inline-block;
    margin-top: 20px;
}
input.input-type2.lock-input {
    height: 50px;
    font-size: 15px;
    border-width: 0 0 1px 0;
    border-color: #e3e3e3;
}
.cs-center .file-area .text-box {
    float: left;
    width: 60%;
    margin-right: 10px;
}
.cs-center .file-area label {
    float: left;
    vertical-align: middle;
    width: auto;
    height: 40px;
    padding: 0 17px;
    text-align :center;
    font-size: 14px;
    line-height: 38px;
    border: 1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.cs-center .q-guide {
    margin-top: 15px;
    font-size: 13px;
    color: #aaa;
}
.cs-center .file-list {
    margin-top: 15px;
    font-size: 13px;
}
.cs-center .file-list li {
    position: relative;
    display: inline-block;
    padding-right: 30px;
    color: #000;
    letter-spacing: -1px;
}
.cs-center .q-agree {
    width: 100%;
    height: 230px;
    padding: 30px 20px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 25px;
    color: #aaa;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cs-center .btn-area {
    margin-top: 70px;
    text-align: center;
}
.cs-center .btn-area button {
    display: inline-block;
    width: 220px;
    padding: 16px 10px;
    font-size: 19px;
    font-weight: 600;
}
.cs-center .btn-area button + button {
    margin-left: 10px;
}
input.file-empty {
    background: #f3f5f7;
}
@media (max-width: 1024px) {
    .cs-center h2 {
        font-size: 26px;
        font-weight: 600;
    }
    .cs-center .tab-list {
        margin: 50px 0 40px;
        text-align: left;
    }
    .cs-center .tab-list li {
        margin: 0;
        font-size: 14px;
    }
    .cs-center .tab-list li + li {
        margin-left: 20px;
    }
    .cs-center .q-sort-list {
        padding: 25px 0 0;
        margin: 20px 0 25px;
        white-space: nowrap;
        overflow-x: auto;
    }
    .cs-center .q-sort-list a + a {
        margin-left: 10px;
        font-size: 12px;
    }
    .cs-center .search-input input.input-type2 {
        font-size: 15px;
    }
    .cs-center .q-box {
        position: relative;
    }
    .cs-center .q-1n1 .q-box {
        padding-top: 40px;
    }
    .cs-center .q-1n1 .question-area li .question-title {
        width: 100%;
        margin: 0;
        padding: 0 25px 0 0;
    }
    .cs-center .q-1n1 .question-area li .question-title .ico-arrow {
        display: inline-block;
    }
    .cs-center .q-box .q-label {
        position: absolute;
        top: 5px;
        left: 0;
        width: auto;
        height: auto;
        margin: 0;
        font-size: 13px;
        line-height: normal;
        border: 0;
    }
    .cs-center .q-box > *:not(.answer) {
        display: inline-block;
        width: auto;
        float: none;
        margin: 10px 0 15px;
        font-size: 12px;
    }
    .cs-center .q-box .q-date-text {
        display: block;
        padding-left: 25px;
        margin-top: -15px;
        font-size: 11px;
        text-align: left;
    }
    .cs-center .q-date:before {
        content: "";
        display: inline-block;
        width: 1px;
        height: 8px;
        margin: 0 10px 0 6px;
        background: #e3e3e3;
    }
    .cs-center .question-area .question-title {
        width: 100%;
        -webkit-line-clamp: 2;
        font-size: 12px;
        line-height: 17px;
        margin: 20px 0;
        padding: 0 30px 0 25px;
    }
    .cs-center .question-area .question-title:before {
        margin-left: -25px;
        font-size: 16px;
        font-weight: 600;
    }
    .cs-center .ico-arrow {
        top: 50%;
        right: 15px;
        margin-top: -3px;
    }
    .cs-center .ico-arrow:before {
        left: 5px;
        width: 1px;
        height: 6px;
    }
    .cs-center .ico-arrow:after {
        width: 1px;
        height: 6px;
    }
    .cs-center .question-area .answer {
        padding: 20px 40px;
        margin: 0 -15px;
        font-size: 12px;
        line-height: 20px;
    }
    .cs-center .q-1n1 .question-area .answer {
        padding: 20px;
    }
    .cs-center .question-guide {
        margin: 0 -15px;
        padding: 20px;
    }
    .cs-center .question-guide h3 {
        position: relative;
        font-size: 13px;
        margin: 0;
    }
    .cs-center .question-guide p {
        margin: 0;
        padding: 10px 0;
        font-size: 11px;
        line-height: 15px;
        letter-spacing: -1px;
    }
    .cs-center .question-guide a {
        width: 100%;
        margin: 0;
        padding: 10px;
        text-align: center;
        font-size: 11px;
    }
    .cs-center .q-btn-area {
        margin: 35px 0 25px;
        text-align: left;
    }
    .cs-center .q-btn-area select {
        float: right;
        height: 30px;
        margin-top: -5px;
    }
    .cs-center .cs-title {
        margin-bottom: 35px;
        font-size: 26px;
        text-align: left;
    }
    .cs-center .q-tb-guide {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .cs-center .q-table > li {
        padding: 10px 0;
        font-size: 14px;
        border-bottom: 0;
    }
    .cs-center .q-table > li > * {
        display: block;
    }
    .cs-center .q-table > li .tb-title {
        width: 100%;
    }
    .cs-center .q-table > li .tb-info {
        width: 100%;
        margin-top: 10px;
    }
    .cs-center .q-table > li .necessary {
        margin-right: 10px;
    }
    .cs-center .q-table .text-box {
        width: 100%;
    }
    .cs-center .q-table textarea {
        height: 100px;
    }
    .cs-center .q-table .input-chk {
        margin-top: 10px;
    }
    .cs-center .q-table .file-area .text-box {
        width: 72%;
        margin-right: 3%;
    }
    .cs-center .file-area label {
        width: 25%;
        padding: 0;
        font-size: 12px;
    }
    .cs-center .q-guide {
        margin-top: 5px;
        font-size: 11px;
        line-height: 15px;
    }
    .cs-center .file-list {
        margin: 5px 0 10px;
        font-size: 11px;
    }
    .cs-center .file-list li {
        margin-top: 5px;
    }
    .cs-center .q-agree {
        height: 100px;
        padding: 15px;
        font-size: 12px;
        line-height: 20px;
    }
    .cs-center .btn-area {
        margin-top: 45px;
    }
    .cs-center .btn-area button {
        width: 100%;
        font-size: 13px;
        padding: 15px 10px;
    }
    .cs-center .btn-area button + button {
        margin: 10px 0 0;
    }
}
.tab-content h3{
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.tab-content h3 span{
    display: inline-block;
    font-size: 14px;
    padding-left: 4px;
    font-weight: 400;
}
.tab-content h3 em{
    color: #F7751B;
    font-weight: bold;
}
.cardlist-area{
    max-width: 900px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}
.cardlist-area li{
    display: inline-block;
    width: 385px;
    padding: 10px;
    text-align: left;
}
.cardlist-area li > div{
    border-radius: 5px;
    border: 1px solid #E3E3E3;
}
.cardlist-tit{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-items: center;
    padding: 30px 30px 13px 30px;
}
.cardlist-tit p{
    color: #777777;
    font-size: 16px;
    margin-right: 6px;
}
.cardlist-tit .link-guide{
    position:relative;
}
.cardlist-tit .ico-info{
    position: unset;
    display: inline-block;
}
.cardlist-tit .guide-box{
    top: 25px;
    right: -120px;
    margin: 0;
}
.cardlist-info{
    display: block;
    padding: 12px 30px 26px 30px;
}
.cardlist-info img{
    width: 44px;
    height: 44px;
    border-radius: 12px;
}
.cardlist-info strong{
    position: relative;
    float: right;
    top: 3px;
    color: #141414;
    font-size: 22px;
}
.cardlist-info strong em{
    position: relative;
    top: 2px;
    right: 1px;
    font-size: 36px;
    font-weight: 700;
    padding-right: 2px;
}
@media (max-width:1024px){
    .cardlist-area li{
        width:50%;
    }
    .cardlist-area a{
        padding: 10px 20px 20px;
    }
    .cardlist-tit{
        padding: 25px 20px 13px;
    }
    .cardlist-tit p{
        font-size:12px;
    }
    .cardlist-info img {
        width: 40px;
        height: 40px;
    }
    .cardlist-info strong{
        top:7px;
        padding-right: 2px;
        font-size:16px;
    }
    .cardlist-info strong em{
        font-size:26px;
    }
}
@media (max-width: 550px){
    .cardlist-area li{
        width:100%;
        padding: 5px 0;
    }
    .cardlist-info{
        padding: 0 30px;
    }
}
.table-type2{
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}
.table-title-left.divide-1,
.table-list-left.divide-1{
    width: 60%;
}
.table-title-right.divide-2,
.table-list-right.divide-2{
    width: 20%;
}
.table-type2 .table-title{
    display: table;
    width: 100%;
    height: 53px;
    color: #91949C;
    background-color: #F5F5F5;
    border-top: 1px solid #E3E3E3;
}
.table-title-left{
    display: table-cell;
    text-align: left;
    padding: 19px 16px 20px 40px;
}
.table-title-left .left-text{
    padding-left: 11px;
}
.table-title-right{
    display: table-cell;
    text-align: right;
    padding: 19px 42px 20px 16px;
}
.sorting{
    cursor: pointer;
}
.sorting::after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 11px;
    margin-left: 7px;
    background-image: url("../images/ico_status.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.sorting.sorting-desc::after{
    background-image: url("../images/ico_status_desc.png");
}
.sorting.sorting-asc::after{
    background-image: url("../images/ico_status_asc.png");
}
.table-list-item{
    display: table;
    width: 100%;
    font-size: 14px;
    border-bottom: 1px solid #E3E3E3;
}
.table-list-item .one-line{
    -webkit-line-clamp: 1;
}
.table-list-left{
    display: table-cell;
    width: 75%;
    text-align: left;
    padding: 21px 16px 21px 32px;
}
.table-list-left img{
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 4px;
}
.table-list-right{
    display: table-cell;
    width: 25%;
    text-align: right;
    vertical-align: middle;
    padding: 21px 50px 21px 16px;
}
.table-list-right small{
    color: #666;
    font-size: 13px;
}
.table-list-item-txt{
    display: table-cell;
    height: 60px;
    padding-left: 16px;
    line-height: 17px;
    vertical-align: middle;
}
.table-list-item-txt p{
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.table-list-item-txt a{
    display: inline-block;
    color:#4079F2;
    padding-top: 2px;
    text-decoration: underline;
}
.table-list-none{
    padding:70px 0 80px;
    font-size:13px;
}
@media (max-width:1024px){
    .table-title,
    .table-list-item{
        font-size:12px;
    }
    .table-list-left img {
        width: 54px;
        height: 54px;
    }
    .table-list-item-txt{
        height:54px;
        padding-left: 12px;
    }
    .table-title-left.divide-1,
    .table-list-left.divide-1{
        width: 35%;
    }
}
@media (max-width:768px){
    .table-title{
        height: 46px;
    }
    .table-title-left{
        width: 60%;
        padding: 16px 16px 17px 18px;
    }
    .table-title-right{
        width: 40%;
        padding: 16px 19px 17px 16px;
    }
    .table-list-left{
        width: 60%;
        padding: 16px 10px 16px 12px;
    }
    .table-list-right{
        padding: 16px 23px 16px 12px;
    }
}

/* ----------------------------------------------------------------
       keyframes
---------------------------------------------------------------- */
@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}
@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}
@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}
@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}
@keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}
@-moz-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}
@-webkit-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}
@-o-keyframes rotate-loading {
    0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
    100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
}
@keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
@-moz-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
@-webkit-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
@-o-keyframes loading-text-opacity {
    0%  {opacity: 0}
    20% {opacity: 0}
    50% {opacity: 1}
    100%{opacity: 0}
}
@keyframes shake {
    0%, 10%, 50%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    14%, 46% {
        -webkit-transform: translate3d(-1px, 0, 0);
        -moz-transform: translate3d(-1px, 0, 0);
        -ms-transform: translate3d(-1px, 0, 0);
        -o-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }
    18%, 42% {
        -webkit-transform: translate3d(2px, 0, 0);
        -moz-transform: translate3d(2px, 0, 0);
        -ms-transform: translate3d(2px, 0, 0);
        -o-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
    22%, 30%, 38% {
        -webkit-transform: translate3d(-4px, 0, 0);
        -moz-transform: translate3d(-4px, 0, 0);
        -ms-transform: translate3d(-4px, 0, 0);
        -o-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }
    26%, 34% {
        -webkit-transform: translate3d(4px, 0, 0);
        -moz-transform: translate3d(4px, 0, 0);
        -ms-transform: translate3d(4px, 0, 0);
        -o-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}
