@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
}

.body-layout>br {
    display: none;
}

/* 폰트 설정 */
body {
    font-size: 16px;
    letter-spacing: -0.03em;
}

.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: 'notokr', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;
}

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

h5,
p,
td {
    font-size: 15px;
}

a:hover,
a:focus {
    text-decoration: none;
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: keep-all;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

/*list style*/
.li-none>li {
    list-style: none !important;
    margin-left: 20px;
}

.li-circle>li {
    list-style: circle !important;
    margin-left: 20px;
}

.li-square>li {
    list-style: square !important;
    margin-left: 20px;
}

.li-disc>li {
    list-style: disc !important;
    margin-left: 20px;
}

.li-check>li,
.li-dash>li,
.li-dot>li {
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
}

.li-dash>li:before,
.li-dot>li:before {
    content: '-';
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}

.li-dot>li:before {
    content: '·';
}

.li-check>li:before {
    content: '\f00c';
    left: 0;
    font-family: 'fontawesome';
    color: #ed1c24;
}


/* ---------- 준비중 ---------- */
.maintenance {
    padding: 80px 25px;
    text-align: center;
    background: #f8f8f8;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: -0.03em;
    margin: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.6;
    font-size: 1em;
    color: #666;
    margin-bottom: 30px;
    letter-spacing: -0.03em;
    font-weight: 400;
}

.maintenance .btn {
    border-radius: 50px;
    padding: 15px 40px;
    width: 180px;
    border-color: #d3d3d3;
    color: #333;
    font-size: 1.1em;
    font-weight: 500;
}

.maintenance .btn:hover {
    border-color: #ccc;
    background: #fff;
}


/* ---------- 테이블 ---------- */
.table-style {
    margin: 0;
    width: 100%;
    border-top: 1px solid #222;
}

.table-style tr th,
.table-style tr td {
    padding: 15px 10px !important;
    border-bottom: 1px solid #e3e3e3 !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
}

.table-style tr th {
    color: #333;
    text-align: center;
}

.table-style thead tr th {
    background: #f8f8f8;
    border-bottom: 1px solid #ccc !important;
}

.table-style tr td {
    color: #666;
}

/* 페이지네이션 */
.pagination {
    margin: 20px 0 40px;
}

.pagination>li>a,
.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span {
    padding: 3px 12px;
    border: none;
    background: none;
    color: #222;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: none;
    color: #ec008c;
    font-weight: 600;
    text-decoration: underline;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    margin-left: 10px;
    border: 1px solid #ddd;
    border-radius: 0;
}

.pagination>li.disabled a {
    padding: 3px 8px;
    font-size: 14px;
}


/* ---------- 주문폼 ---------- */

#mod_type_formForm {
    max-width: 850px;
    margin: 0 auto 60px;
}

.q_number {
    margin-bottom: 25px;
}

.q_number div h3 {
    font-size: 1.1em;
    color: #111;
    margin: 0 0 8px !important;
    display: block;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.q_number div h3 i {
    display: none;
}

.q_number .form-control {
    margin-bottom: 0px;
    min-height: 40px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1em;
    padding: 8px 12px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.q_number .form-control:focus {
    border-color: #ff28a7;
}

#mod_type_formForm .call,
#mod_type_formForm .phone {
    float: left;
    width: 50%;
}

#mod_type_formForm .btn-primary {
    float: none !important;
    display: inline-block;
    border: none;
    padding: 15px 40px;
    min-width: 200px;
    background: #ec008c;
    -webkit-box-shadow: 0 4px 4px rgba(236, 67, 167, 0.4);
    box-shadow: 0 4px 4px rgba(236, 67, 167, 0.4);
    border-radius: 50px;
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.6;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#mod_type_formForm .btn-primary:hover {
    background: #ff28a7;
    -webkit-box-shadow: 0 6px 10px rgba(202, 19, 127, 0.3);
    box-shadow: 0 6px 10px rgba(202, 19, 127, 0.3);
}

#mod_type_formForm .btn-wrap {
    float: none !important;
    margin: 10px 0 0;
    padding: 0 !important;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    padding-top: 0;
}

.form-horizontal .checkbox label,
.form-horizontal .radio label {
    font-size: 13px;
    margin-right: 13px;
    padding-left: 20px;
}

.form-horizontal .checkbox label input,
.form-horizontal .radio label input {
    margin-top: 4px;
}

/* 주문폼 체크박스 */
.check-box-wrap div:nth-child(1) {
    float: right;
    width: 95%;
}

.check-box-wrap div:nth-child(2) {
    display: none
}

.check-box-wrap div:nth-child(3) {
    float: left;
    width: 5%;
}

.check-box-wrap div:nth-child(1) h3 {
    font-size: 0.9em;
    color: #666;
    font-weight: 400;
    margin: 0;
    text-align: left;
    line-height: 1.5;
}

#mod_type_formForm>div .checkbox label:last-child {
    display: none;
}

@media (max-width: 768px) {
    .q_number {
        margin-bottom: 15px;
    }

    .check-box-wrap div:nth-child(1) {
        width: 90%;
    }
}


/* ---------- 모달 ---------- */
.modal-header {
    border-bottom: 1px solid #e5e5e5;
}

.modal-body {
    padding: 15px 30px;
    max-height: 70vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

.modal-body h4 {
    margin: 20px 0 10px;
    color: #222;
}

.modal-body p,
.modal-body ul li {
    font-size: 14px;
}

.modal-body p {
    margin: 10px 0 0 0;
}

.modal-body ul li {
    display: table;
}

.modal-body ul li span {
    display: table-cell;
    padding-right: 5px;
}

ul li.space {
    padding-left: 15px;
}

ul li.space:before {
    content: "";
    display: inline-block;
    margin: 0 6px 3px 0;
    width: 5px;
    height: 5px;
    background: #999;
}

ul li.space2 {
    padding-left: 15px;
}


/* ---------- 네비게이션 ---------- */
.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
    display: none;
}

.navbar-inverse {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    margin-bottom: 0;
}

.navbar-inverse>.container {
    max-width: 1200px !important;
}

.navbar-inverse .navbar-brand {
    padding: 0;
    margin-left: 0 !important;
    margin: 15px 0;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #333;
}

.navbar-brand img {
    margin-top: 0;
}

.navbar-inverse .navbar-nav>li>a .glyphicon {
    line-height: 0;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li:hover>a,
.navbar-inverse .navbar-nav>li:focus>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: rgba(236, 0, 140, 1);
}

.navbar-nav>li>.dropdown-menu {
    border-radius: 0;
    border: none;
}

.dropdown-menu>li>a {
    padding: 7px 25px;
    font-size: 15px;
    /* color: #FFF; */
    text-transform: uppercase;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: transparent;
    color: #111;
    font-weight: 500;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-brand {
        margin-left: -30px !important;
    }

    .navbar-right,
    .added-menu {
        display: none;
    }

    .navbar-nav>li.divider-vertical+li {
        display: none;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 41px 18px;
        font-size: 1.1em;
        font-weight: 500;
        color: #000;
        -webkit-text-shadow: none;
        text-shadow: none;
        letter-spacing: -0.05em;
    }

    .added-menu {
        padding: 38px 10px 0 0;
    }

    .added-menu:last-child {
        padding: 38px 0 0;
    }

    .added-menu.top {
        position: relative;
        margin-left: 65px;
    }

    .added-menu.top:before {
        content: "";
        position: absolute;
        left: -42px;
        bottom: 8px;
        width: 1px;
        height: 15px;
        background: #555;
    }

    .added-menu.top.is-solo:before {
        display: none;
    }

    .added-menu a {
        display: inline-block;
        padding: 3px 8px !important;
        border: 1px solid #555;
        border-radius: 20px;
        font-size: 14px !important;
    }

    .added-menu a:hover,
    .added-menu a:focus {
        border-color: #ec008e;
    }
}

@media screen and (min-width: 768px) {
    .navbar-nav>li>.dropdown-menu {
        left: 0;
        right: auto;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight;
        border-radius: 0;
        border: none;
        background-color: rgba(0, 0, 0, .85);
    }

    .divider-vertical+li .dropdown-menu {
        left: auto;
        right: 0;
    }
}

@media (max-width: 1024px) {
    .navbar-inverse>.container {
        max-width: 100% !important;
    }

    .navbar-header {
        border-bottom: none;
    }

    .navbar-inverse .navbar-brand {
        margin: 15px 0 !important;
    }

    .navbar-inverse .navbar-brand img {
        max-width: 110px;
    }

    .navbar-inverse .navbar-right {
        padding: 29px 0;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 5px 13px 0 0;
        font-size: 17px;
    }

    .added-menu {
        padding: 0 10px 0 0;
    }

    .added-menu a {
        line-height: 16px;
        font-size: 14px;
    }

    .added-menu:last-child {
        padding: 0 15px 0 0;
    }
}

@media (max-width: 1200px) {
    .navbar-inverse>.container {
        width: 100%;
    }

    /* .navbar-header {
        border-bottom: 1px solid #eee;
    } */

    .navbar-inverse {
        background: #fff !important;
    }

    /* .navbar-inverse .navbar-brand {
        margin: 15px 0 15px 15px !important;
    } */

    .navbar-inverse .navbar-toggle {
        margin: 34px 15px 34px 0;
        background: #fff !important;
    }

    /* .navbar-inverse .navbar-collapse {
        border-bottom: 1px solid #eee;
    } */

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #555;
    }

    .added-menu.top {
        margin-left: 0px;
    }

    .added-menu.top:before {
        display: none;
    }

    .navbar-right,
    .added-menu {
        display: none;
    }
}

@media (max-width: 768px){
    .navbar-inverse .navbar-brand{
        margin: 15px 0 15px 15px !important;
    }

    .navbar-inverse .navbar-toggle{
        margin: 25px 15px 25px 0;
    }

    .navbar-inverse .navbar-right{
        padding: 0;
    }

    .navbar-inverse .navbar-nav>li>a{
        padding: 10px;
        color: #333;
    }
}

/* ---------- 로그인 ---------- */
.login-layout,
.id-find-layout,
.pw-find-layout {
    padding: 150px 15px;
}

.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: none;
    border-radius: 0px;
}

.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr {
    display: none;
}

.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body {
    padding: 0;
}

.login-layout .panel-body>div.col-sm-12,
.id-find-layout .panel-body>div.col-sm-12,
.pw-find-layout .panel-body>div.col-sm-12 {
    float: none;
}

.login-layout .panel-body>div.col-sm-12 h2,
.id-find-layout .panel-body>div.col-sm-12 h2,
.pw-find-layout .panel-body>div.col-sm-12 h2 {
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}

.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}

.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}

.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.login-layout label,
.id-find-layout label,
.pw-find-layout label {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}

.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #d6d6d6;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}

.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #999;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #ec158b;
    border-radius: 50px;
    border: none;
    font-size: 1.1em;
    letter-spacing: -0.03em;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 15px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #ff28a7;
}

.id-find-layout form>div>p,
.pw-find-layout form>div>p {
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}

.login-layout form>div>p {
    width: 33.3333%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}

.login-layout form>div>p+p,
.id-find-layout form>div>p+p,
.pw-find-layout form>div>p+p {
    border-left: 1px solid #ccc;
}

.login-layout form>div>p>a,
.id-find-layout form>div>p>a,
.pw-find-layout form>div>p>a {
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width:768px) {

    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }

    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }

    .login-layout .panel-body>div.col-sm-12 h2,
    .id-find-layout .panel-body>div.col-sm-12 h2,
    .pw-find-layout .panel-body>div.col-sm-12 h2 {
        font-size: 24px;
    }

    .inner-box-msg p {
        font-size: 12px;
    }

    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }

    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control {
        font-size: 13px;
        height: 36px;
    }

    .login-layout form>div>p>a,
    .id-find-layout form>div>p>a,
    .pw-find-layout form>div>p>a {
        font-size: 12px;
    }

    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning {
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }

    .join-agree-area .panel-body {
        margin: 0;
        width: 100%;
    }
}


/* ---------- 회원가입 ---------- */
.join-layout #joinForm .panel-body small.text-danger {
    font-weight: 400;
}

.join-layout #joinForm .panel-default>.panel-heading {
    padding: 15px;
}

.btn-success,
.btn-success:hover,
.btn-success:focus {
    background: #ec158b;
    border-color: #ec158b;
}


/* 어드민 */
.join-view-layout {
    background: #e8e8e8;
    padding-top: 20px;
}

.join-view-layout>p {
    display: none;
}

.join-view-layout #joinForm {
    margin: 110px auto;
    width: 1170px;
}

@media (max-width: 1024px) {
    .join-view-layout #joinForm {
        width: 100%;
    }

    .panel-default {
        margin: 0 auto;
        max-width: 960px
    }
}

@media (max-width: 768px){
    .join-view-layout #joinForm{
        padding: 0 15px;
    }
}

/* ---------- 가로 100% 레이아웃 정의 ---------- */
.container_contents,
.intro-html-layout,
.intro-html-layout>div,
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}

.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout+.row,
#mailForm,
#insertForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.dh-board,
.dh-view-box,
#insertForm,
#mailForm,
.bbs-list-view-layout+.row,
.bbs-blog-view-layout+.row,
.join-agree-area,
.login-layout,
.inner-box-wrapper,
#mod_type_formForm {
    visibility: hidden;
}

.login-layout {
    visibility: visible;
}

/* ---------- 메인페이지 ---------- */

/* 슬라이드 */
.container_slide {
    width: 100%;
    margin: 0;
    padding: 0;
    /* height:100vh */
}

.container_slide,
.carousel-inner .item,
.carousel-inner .item .fill {
    height: 600px;
}

.carousel-caption {
    padding: 0;
    top: 30%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.carousel-inner>.item:nth-child(1) .carousel-caption,
.carousel-inner>.item:nth-child(2) .carousel-caption,
.carousel-inner>.item:nth-child(3) .carousel-caption,
.carousel-inner>.item:nth-child(4) .carousel-caption,
.carousel-inner>.item:nth-child(5) .carousel-caption {
    top: 45%;
    left: 50%;
    text-align: left;
}

.carousel-inner>.item:nth-child(1) .carousel-caption h1 {
    line-height: 1.2;
}

.carousel-inner>.item:nth-child(1) .carousel-caption p span {
    display: inline-block;
}

#myCarousel .carousel-caption span {
    opacity: 1;
    padding: 0;
    background: transparent;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.carousel-caption h1 {
    margin: 0;
    font-size: 45px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.045em;
}

.carousel-caption h1 b {
    font-size: 1.2em;
    color: #ffff00;
    font-weight: 500;
}

.carousel-caption p {
    margin: 15px 0 0;
    font-size: 1.2em;
    color: #fff;
    letter-spacing: -0.03em;
}

.carousel-control {
    display: none
}

.carousel-indicators {
    margin-bottom: 0;
    bottom: 20px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    margin: 0 4px;
    width: 10px;
    height: 10px;
    border: none;
    background: #fff;
}

.carousel-indicators li.active {
    background: #ec008c;
}

@media (max-width: 1024px){
    .carousel-caption{
        top: 23%;
    }
}

@media(max-width:767px) {
    .container_slide,
    .carousel-inner .item,
    .carousel-inner .item .fill {
        height: 530px;
    }

    .carousel-inner .carousel-caption {
        top: 60% !important;
        left: 0 !important;
        right: 0;
        padding: 0 15px;
        text-align: center !important;
        transform: translateY(-50%) !important;
    }

    .carousel-caption h1 {
        font-size: 28px;
    }

    .carousel-caption h1 b {
        font-size: 1em;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        margin: 0 6px;
        width: 15px;
        height: 15px;
    }
}

/* 퀵메뉴 */
.quick-wrap {
    position: fixed;
    z-index: 1030;
    right: 30px;
    top: 22%;
}

.main-quick {
    text-align: center;
}

.main-quick .box {
    display: block;
    padding: 16px 3px;
    color: #444;
    background: #fff;
    width: 95px;
    border: 1px solid #d3d3d3;
    margin-bottom: -1px;
}

@media (max-width: 1024px) {
    .main-quick .box {
        padding: 10px 3px;
    }

    .quick-wrap {
        top: 15%;
        right: 15px;
    }
}

/*
.main-quick .top{
}
.main-quick .top:before{
	content:"";
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	height: 6px;
	background: #ec008c;
}
*/
.main-quick h5 {
    font-size: 14px;
    letter-spacing: -0.05em;
    margin: 2px 0 0;
    line-height: 1.3;
}

.main-quick .tel.box {
    position: relative;
    margin: 0px auto -30px;
    padding: 22px 0 0;
    width: 55px;
    height: 55px;
    color: #fff;
    background: #ec008c !important;
    border-radius: 50%;
    border: none;
    text-align: center;
    z-index: 1;
    -webkit-box-shadow: 0 4px 4px rgba(236, 67, 167, 0.4);
    box-shadow: 0 4px 4px rgba(236, 67, 167, 0.4);

    display: none;
}

.main-quick .tel h5 {
    color: #fff;
    margin: 0;
    font-size: 12px;
}

.main-quick .box:hover {
    background: #f1f3f5;
}

.main-quick .box:hover h5 {
    color: #111;
}

.quick-wrap .kako-plus {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    padding: 20px 5px 0;
    background: #ffe400;
    text-align: center;
    font-weight: 500;
    color: #432f2e;
    letter-spacing: -0.03em;
    line-height: 1.15;
    font-size: 12px;
    border-radius: 50%;
    width: 95px;
    height: 95px;
}

.quick-wrap .kako-plus img {
    width: 35px;
}

/* .quick-wrap .kako-plus i{
	position: absolute;
	right: 5px;
	top: 6px;
	font-size: 20px;
} */
@media(max-width:767px) {
    .main-quick {
        display: none;
    }

    .quick-wrap .kako-plus {
        display: none;
    }
}

/* 탑버튼 */
.go-top,
.go-top:hover,
.go-top:focus {
    position: fixed;
    right: 30px;
    bottom: 40px;
    display: block;
    padding: 17px 20px;
    color: #fff;
    background: #555;
    border-radius: 50%;
    font-size: 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-decoration: none;
    text-align: center;
    display: none;
    z-index: 100;
}

.go-top .fa {
    display: block;
}

@media (max-width: 1024px) {

    .go-top,
    .go-top:hover,
    .go-top:focus {
        right: 15px;
    }
}

/* 메인 컨텐츠 */
.intro-html-layout {
    position: relative;
}

.intro-html-layout:before {
    content: "";
    width: 100%;
    height: 480px;
    background: #fff2fa;
    z-index: -1;
    position: absolute;
    bottom: 0;
}

.intro-html-layout:after {
    content: "";
    display: block;
    clear: both;
}

main {
    text-align: center;
}

main section {
    padding: 90px 0;
}

main section h2 {
    margin: 0 0 45px;
    font-size: 32px;
    font-weight: 300;
    color: #222;
    display: inline-block;
    letter-spacing: -0.02em;
}

main section h2:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #ec158b;
    display: block;
    margin-top: 6px;
    opacity: 0.3;
}

@media (max-width: 768px) {
    main section {
        padding: 70px 0;
    }
}

/* ok-song */
#ok-song {
    background: #f3f3f3;
}

#ok-song .item-inner {
    padding: 50px 25px;
    background: #fff;
    border-radius: 8px;
    min-height: 440px;
    position: relative;
}

#ok-song .item-inner h3 {
    margin: 0;
}

#ok-song .item-inner h3 img {
    max-width: 250px;
}

#ok-song .item-inner h5 {
    margin: 8px 0 30px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

#ok-song .item-inner p {
    color: #666;
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 8px;
    position: relative;
    font-size: 14px;
}

#ok-song .item-inner p:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #bbb;
    position: absolute;
    left: 0;
    top: 9px;
}

#ok-song .item-inner p b{
    font-weight: 500;
}

/*
#ok-song .row > div:nth-child(1) .item-inner:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/skin/img/main/main-1-bg.png) no-repeat center/cover;
    width: 100%;
    height: 148px;
}
*/
/* #ok-song .item-inner span.red {
    color: #ec158b;
} */

@media (max-width: 768px) {
    #ok-song .item-inner {
        margin: 0 0 15px;
        min-height: 440px;
    }
}

/* theme */
#theme .slick-slide {
    padding: 0 15px;
}

#theme .slick-prev {
    left: -65px !important;
}

#theme .type {
    margin-bottom: 70px;
}

#theme .type:last-child {
    margin-bottom: 0;
}

#theme .type h3 {
    margin: 0px 0 10px;
    font-size: 26px;
    color: #222;
    line-height: 1.3;
}

#theme .type .desc {
    margin: 0 0 45px 0;
    color: #666;
    font-size: 16px;
    letter-spacing: -0.015em;
}

#theme .slick-slider .slick-track>div {
    height: 310px !important;
}

.type-slide-wrap p {
    margin: 0;
    padding: 13px;
    font-size: 16px;
    letter-spacing: -0.05em;
    font-weight: 400;
    color: #111;
}

.type-slide-wrap .img-wrap {
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    /* box-shadow: 0px 3px 5px rgba(0,0,0,0.08); */
    overflow: hidden;
}

/* channel */
#channel .inner {
    display: block;
    margin-bottom: 30px;
    /* border: 1px solid #ddd; */
    text-align: left;
    min-height: 320px;
    border-radius: 12px;
    overflow: hidden;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
    z-index: 2;
}

/* #channel .inner:after {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fc87c8;
    background: -moz-linear-gradient(left, #fd87c8 1%,#8b75c1 100%);
    background: -webkit-linear-gradient(left, #fd87c8 1%,#8b75c1 100%);
    background: linear-gradient(to right, #fd87c8 1%,#8b75c1 100%);
} */
#channel .inner:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fc87c8;
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #fd87c8), to(#8b75c1));
    background: linear-gradient(to right, #fd87c8 1%, #8b75c1 100%);
    z-index: 1;
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
    opacity: 0;
}

#channel.inner * {
    color: #333;
    line-height: 1.5;
}

#channel .container>.row>div:nth-child(1) a {
    background: url("/skin/img/main/main-channel1.jpg") no-repeat top center/cover;
}

#channel .container>.row>div:nth-child(2) a {
    background: url("/skin/img/main/main-channel2.jpg") no-repeat top center/cover;
}

#channel .container>.row>div:nth-child(3) a {
    background: url("/skin/img/main/main-channel3.jpg") no-repeat top center/cover;
}

#channel .container>.row>div:nth-child(4) a {
    background: url("/skin/img/main/main-channel4.jpg") no-repeat top center/cover;
}

#channel .container>.row>div:nth-child(5) a {
    background: url("/skin/img/main/main-channel5.jpg") no-repeat top center/cover;
}

#channel .container>.row>div:nth-child(6) a {
    background: url("/skin/img/main/main-channel6.jpg") no-repeat top center/cover;
}

#channel .inner .desc-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 33px 20px 0;
    min-height: 170px;
    color: #fff;
    /* background: #fff2fa; */
    /* background: #fff; */
    background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 1%, rgba(0, 0, 0, 0) 100%);
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
    z-index: 10;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

#channel .inner h4 {
    position: relative;
    margin: 0 auto;
    padding: 60px 35px 0 30px;
    border-radius: 50%;
    font-size: 4.5em;
    /* color: #ec008c; */
    color: #fff;
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
    z-index: 10;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

#channel .inner h5 {
    margin: 0 0 70px;
    font-size: 1.2em;
    line-height: 1;
    letter-spacing: -0.03em;
    /* color: #111; */
    color: #fff;
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
}

#channel .inner p {
    font-size: 13px;
    margin: 0;
    letter-spacing: -0.02em;
    /* color: #666; */
    color: #fff;
    line-height: 1.4;
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
}

#channel .inner:hover {
    -webkit-box-shadow: 0px 12px 12px 0 rgba(60, 60, 60, 0.3);
    box-shadow: 0px 12px 12px 0 rgba(60, 60, 60, 0.3);
}

#channel .inner:hover:after {
    opacity: 0.6;
}

#channel .inner:hover h4,
#channel .inner:hover .desc-box {
    text-shadow: -2px 2px 0 #9735bd;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

@media (max-width: 1024px) {
    #channel .inner h4 {
        padding: 30px 35px 0 30px;
    }

    #channel .inner .desc-box {
        padding: 20px 20px 0;
    }
}

@media (max-width: 768px) {
    #channel .inner {
        margin-bottom: 15px;
    }

    #channel .inner h4 {
        padding: 30px 35px 0 30px;
    }

    #channel .inner .desc-box {
        padding: 30px 20px 0;
    }
}

/* service */
#service .inner {
    position: relative;
    padding: 70px 30px;
    background: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0px 4px 18px 0 rgba(69, 60, 74, 0.1);
    box-shadow: 0px 4px 18px 0 rgba(69, 60, 74, 0.1);
}

#service .inner h4 {
    font-size: 1.5em;
    margin: 0 0 5px;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #111;
}

#service .inner .price {
    font-size: 3em;
    color: #ec008c;
    margin: 0;
}

#service .inner .price2 {
    font-size: 1em;
    color: #ec008c;
    margin: 0;
}

.ribbon {
    width: 68px;
    height: 68px;
    overflow: hidden;
    position: absolute;
    top: -7px;
    left: -7px;
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid rgba(236, 0, 140);
}

.ribbon span {
    position: absolute;
    right: -25px;
    top: 62px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    width: 225px;
    padding: 5px 0;
    background-color: rgba(236, 0, 140, 0.8);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 11px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
    text-indent: 66px;
}

#service .col-sm-12:last-child .ribbon span {
    text-indent: 130px;
}

#service .col-sm-12:last-child .ribbon span i {
    text-indent: 0;
}

.ribbon::before,
.ribbon::after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon::before {
    top: 0;
    right: 0;
}

.ribbon::after {
    bottom: 0;
    left: 0;
}

#service .item2 .price {
    font-size: 3em;
    color: #9735bd;
}

#service .item2 .price2 {
    font-size: 2em;
    color: #9735bd;
}

#service .item2 .ribbon span {
    background: #9735bd;
}

#service .item2 .ribbon:before,
#service .item2 .ribbon:after {
    border-color: #7a3894
}

#service .item2 .pry-btn {
    color: #9735bd;
    border-color: #9735bd;
}

#service .item2 .pry-btn:hover {
    background: #9735bd;
    color: #fff
}

#service .guide a {
    display: inline-block;
    padding: 15px 40px;
    background: #ec008c;
    -webkit-box-shadow: 0 4px 4px rgba(236, 67, 167, 0.4);
    box-shadow: 0 4px 4px rgba(236, 67, 167, 0.4);
    border-radius: 50px;
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.6;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#service .guide a:hover {
    background: #ff28a7;
    -webkit-box-shadow: 0 6px 10px rgba(202, 19, 127, 0.3);
    box-shadow: 0 6px 10px rgba(202, 19, 127, 0.3);
}

.guide ul li a {
    color: #ec008c;
}

.guide {
    text-align: left;
}

.guide .col-sm-12 {
    margin-top: 40px;
    text-align: center;
}

.guide h5,
.info-h5 {
    font-size: 1.1em;
    color: #222;
    margin: 0 0 15px;
    font-weight: 600;
}

.guide p,
.guide ul li {
    margin: 0;
    color: #666;
    line-height: 1.6;
}

.guide>ul {
    margin: 0 0 35px;
}

#service hr {
    margin: 70px 0;
}

@media (max-width: 768px) {
    section#service {
        padding: 0 0 70px;
    }

    #service .inner.item1 {
        margin: 0 0 35px;
    }
}

/* contact */
#contact .banner {
    margin-bottom: 70px;
    padding: 80px 30px;
    background: url('/skin/img/sub/banner-bg.jpg') no-repeat center bottom / cover;
    color: #fff;
}

#contact .banner h3 {
    font-size: 2em;
    margin: 0 0 15px;
}

#contact .banner p {
    font-size: 1.1em;
    letter-spacing: -0.03em;
    line-height: 1.6;
    margin: 0 0 40px;
}

#contact .banner a {
    margin: 0 2px 0;
    border-color: #fff;
    color: #fff;
}

#contact .banner a:hover {
    background: #fff;
    color: #222;
}

#contact>p {
    font-size: 1.5em;
    font-weight: 350;
    color: #383838;
    letter-spacing: -0.04em;
    margin: 0 0 60px;
}

#contact-qna {
    margin: 0 auto 90px;
    max-width: 825px;
    text-align: left;
}

.panel-group .panel {
    margin-bottom: 20px;
}

.panel-default>.panel-heading {
    padding: 0;
}

.panel-title>a {
    display: block;
    padding: 15px;
}

@media (max-width: 768px) {
    #contact .banner a {
        margin: 0 2px 15px;
    }
}

/* coupon */

#coupon {
    background: #fff2fa;
}

#coupon-form label {
    display: none;
}

#coupon-form input {
    padding: 8px 12px;
    min-height: 55px;
    min-width: 350px;
    border: 1px solid #ccc;
    font-size: 1em;
    vertical-align: top;
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
}

#coupon hr {
    margin: 70px 0;
    border-color: #fff;
}

#coupon ul {
    margin-left: 20%;
    text-align: left;
}

#coupon ul li {
    display: inline-block;
    margin: 0;
    letter-spacing: -0.02em;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 768px) {
    #coupon-form input {
        margin: 0 0 35px;
        min-width: 300px;
    }

    #coupon ul {
        margin-left: 0;
    }
}


/* ---------- 푸터 ---------- */
.footer_copy>div {
    padding: 50px 0;
    color: #777;
    font-size: 13px;
    text-align: left;
    border-top: 1px solid #ddd;
}

.footer-wrap p {
    font-weight: 500;
    color: #666;
    margin: 0 0 8px;
}

.footer-wrap .name {
    color: #999;
}

.footer-wrap ul li {
    color: #777;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 4px;
    letter-spacing: -0.02em;
}

.footer-wrap ul li address {
    margin: 0;
    display: block;
}

.footer-wrap ul li address br {
    display: none;
}

.footer-wrap .footer-link {
    margin-bottom: 25px;
}

.footer-wrap .footer-link li {
    display: inline-block;
    margin-right: 10px;
}

.footer-wrap .footer-link li a {
    display: block;
    border: 1px solid #999;
    border-radius: 30px;
    padding: 8px 15px;
    letter-spacing: -.02em;
    color: #666;
    font-size: 14px;
}

.footer-wrap ul li.copy {
    display: block;
    margin: 10px 0 0;
    opacity: 0.5;
}

.footer-wrap .kako-plus {
    display: inline-block;
    background: #ffe400;
    position: absolute;
    right: 15px;
    top: 0;
    border-radius: 30px;
    padding: 4px 13px;
    color: rgba(67, 47, 46);
}

.footer-wrap .kako-plus span {
    float: right;
    display: inline-block;
    padding: 4px 0 0 2px;
    font-weight: 500;
    font-size: 14px;
    color: #222;
}

.footer-wrap .kako-plus img {
    width: 28px;
    float: left;
}

@media (max-width: 768px) {
    .footer-wrap .footer-logo>img {
        margin-left: 0;
    }

    .footer-wrap .footer-link {
        margin: 25px 0 15px;
    }

    .footer-wrap .footer-link li {
        margin-right: 5px;
    }

    .footer-wrap .footer-link li a {
        padding: 5px 15px;
    }

    .footer-wrap .kako-plus {
        position: static;
        margin: 0 0 15px;
    }

    .footer-wrap ul li.copy {
        font-size: 11px;
    }
}


/* ---------- 서브페이지 ---------- */

/* sub-top */
.sub-top {
    width: 100%;
    height: 350px;
    background: url(/skin/img/sub/sub-top1.jpg) no-repeat center center / cover;
    position: relative;
}

.sub-top h3 {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 3.2em;
    color: #111;
    font-weight: 500;
    letter-spacing: -0.035em;
}

.sub-top .bread {
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    background: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sub-top .bread .breadcrumb {
    margin: 0;
    padding: 15px 0;
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
}

.sub-top .bread .breadcrumb li {
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}

.sub-top .bread .breadcrumb li+li:before {
    content: "\f105";
    display: block;
    font-family: "FontAwesome";
    color: #000;
    float: left;
    margin: 0 8px;
}

@media (max-width: 768px) {
    .sub-top {
        height: 270px;
    }

    .sub-top h3 {
        top: 67%;
        font-size: 2.2em;
        text-align: center;
    }

    .sub-top .bread .breadcrumb {
        text-align: center;
    }

    .sub-top .bread .breadcrumb li {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .sub-top .bread {
        max-width: 970px;
    }
}


/* 공통 */
.sub-content {
    padding: 70px 0;
}

.con-tit {
    margin: 0 0 30px;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    letter-spacing: -0.04em;
    text-align: left;
    color: #000;
}

.con-txt {
    position: relative;
    margin: 0 0 80px;
    font-size: 1.5em;
    font-weight: 350;
    color: #383838;
    letter-spacing: -0.04em;
}

.sub-menu {
    padding-right: 40px;
}

.sub-menu dt {
    padding: 15px 0;
    border-bottom: 2px solid #333;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.03em;
    color: #222;
}

.sub-menu dd a {
    display: block;
    padding: 15px 11px;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-size: 17px;
    letter-spacing: -0.03em;
}

.sub-menu dd a:after {
    content: "\276F";
    float: right;
    opacity: 0.2;
}

.sub-menu dd.active a:after {
    opacity: 1;
}

.sub-menu dd.active a {
    color: #ec158b;
}

.sub-menu .banner {
    display: block;
    margin-bottom: 8px;
    padding: 30px;
    /* background: #ffedf7; */
    background: #eee;
    color: #ec158b;
    border-radius: 6px;
}

.sub-menu .banner:last-child {
    /* background: #def7ef; */
    color: #37a6a7;
}

.sub-menu .banner h5 {
    margin: 0 0 5px;
    color: #333;
    letter-spacing: -0.02em;
}

.sub-menu .banner h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.03em;
}

@media (max-width: 1024px) {
    .sub-menu .banner {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .sub-content {
        padding: 30px 0 70px;
    }

    .con-txt {
        margin: 0 0 60px;
    }
}

/* 버튼 */
.pry-btn {
    display: inline-block;
    color: #ec158b;
    border: 2px solid #ec158b;
    padding: 10px 45px;
    font-size: 1.1em;
    border-radius: 50px;
    margin-top: 25px;
    font-weight: 500;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.pry-btn:hover {
    color: #fff;
    background: #ec158b;
}

#coupon-form .coupon-btn {
    display: inline-block;
    margin-left: 20px;
    padding: 13px 40px;
    min-width: 200px;
    max-height: 55px;
    background: #ec008c;
    /* box-shadow: 0 4px 4px rgba(236, 67, 167, 0.4); */
    /* border-radius: 50px; */
    border: 1px solid #ec008c;
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.6;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#coupon-form .coupon-btn:hover,
#coupon-form .coupon-btn:focus {
    background: #ff28a7;
}

.btn-s {
    display: inline-block;
    padding: 6px 7px;
    color: #333;
    border-radius: 3px;
    border: 1px solid #d0d0d0;
    background: #fff;
    font-size: 13px;
    letter-spacing: -0.0em;
}

.btn-s:hover,
.btn-s:focus,
.btn-s-2:hover,
.btn-s-2:focus {
    border-color: #c3c3c3;
    background: #eee;
}

.btn-s.block {
    border: 1px solid #e3e3e3 !important;
    background: #fff;
    color: #999;
    letter-spacing: -0.03em;
    background: #e3e3e3;
    cursor: default;
}

.btn-s-2 {
    float: right;
    display: inline-block;
    padding: 8px;
    width: 29%;
    background: #fff;
    border-radius: 0;
    border: 1px solid #d0d0d0;
    font-size: 15px;
    letter-spacing: -0.0em;
    color: #333;
}

/* channel type */
.channel-type .heading-top {
    margin: 50px 0 30px;
    padding: 0;
    line-height: 1.7;
    font-size: 18px;
    border-radius: 8px;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.channel-type-list>li {
    padding: 35px 0 28px;
    border-bottom: 1px solid #eee;
}

.channel-type-list>li:last-child {
    border-bottom: none;
}

.channel-type-list>li:after {
    content: "";
    clear: both;
    display: block;
}

.channel-type-list .left {
    float: left;
    width: 25%;
    text-align: center;
}

.channel-type-list .left img {
    border-radius: 8px;
}

.channel-type-list .left h5 {
    margin: 9px 0 0;
    font-size: 16px;
}

.channel-type-list .right {
    float: right;
    width: 70%;
}

.channel-type-list .right .nav {
    border: none;
}

.channel-type-list .right .nav-tabs>li>a {
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    margin: 0 5px 7px 0;
    padding: 3px 13px;
    font-size: 13px;
    font-weight: normal;
    color: #222;
}

.channel-type-list .right .nav-tabs>li.active>a {
    background: #ec158b;
    color: #fff;
    border-color: #ec158b;
}

.channel-type-list .right p {
    font-size: 14px;
    line-height: 1.7;
    word-break: keep-all;
    color: #4f4f4f;
}

.channel-type-list .right .category {
    margin: 20px 0 12px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #333;
}

/* channel-type 서브메뉴 */
.channel-type .sub-menu {
    position: absolute;
    width: 300px;
}

.channel-type .sub-menu.fix {
    position: fixed;
    top: 100px;
    background: #fff;
    z-index: 10;
}

.channel-type>.container>.row>.col-md-9 {
    margin-left: 25%
}

@media (max-width: 1024px) {
    .channel-type .sub-menu {
        width: 25%;
    }
}

@media (max-width: 768px) {
    .channel-type-list .left {
        width: 100%;
    }

    .channel-type-list .right {
        width: 100%;
    }

    .channel-type-list .left img {
        width: 100%;
    }

    .channel-type-list .left h5 {
        margin: 15px 0 20px;
        font-size: 20px;
    }

    .channel-type-list .right .category {
        margin: 10px 0;
    }

    .channel-type .sub-menu {
        position: static;
        margin: 0 0 70px;
        padding-right: 15px;
        width: 100%;
    }

    .channel-type>.container>.row>.col-md-9 {
        margin-left: 0;
    }
}

/* 슬릭 슬라이드 */
.slick-slider {
    margin: 0;
    border: none !important;
}

.slick-slider .slick-track>div {
    height: auto !important;
}

.slick-slider button {
    top: 50%;
}

.slide-wrap .slick-prev,
.slide-wrap .slick-next {
    width: auto;
    height: auto;
}

.slick-prev:before {
    content: "\f104";
    font-family: "FontAwesome";
}

.slick-next:before {
    content: "\f105";
    font-family: "FontAwesome";
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px;
    width: 40px;
    height: 40px;
    /* border: 1px solid #ccc; */
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    /*color: #fff !important;*/
    /*background: rgba(0, 0, 0, 0.3);*/
}

@media (max-width: 768px) {
    .slide-wrap .slick-prev {
        left: 0;
    }

    .slide-wrap .slick-next {
        right: 0;
    }
}


/* ---------- 이용권 구매 ---------- */

/* 폼 */
legend {
    display: none;
}

fieldset {
    margin: 0 0 35px;
}

.default-form {
    margin: 0 0 60px;
    padding: 35px;
    background: #f3f3f3;
}

.default-form label {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
}

.default-form input[type="text"],
.default-form input[type="email"] {
    width: 100%;
    padding: 15px;
    border: 1px solid #d6d6d6;
    line-height: 1.4;
    -webkit-transition: 0.35s ease;
    transition: 0.35s ease;
}

.default-form input[type="text"]:focus,
.default-form input[type="email"]:focus {
    border-color: #999;
    outline: none;
}

.default-form input[type="radio"] {
    display: none;
}

.default-form input[type="radio"]+label .icon {
    display: inline-block;
    margin: -2px 5px 0 0;
    width: 16px;
    height: 16px;
    background: url(/skin/img/sub/radio-input-icon.png);
    vertical-align: middle;
}

.default-form input[type="radio"]:checked+label .icon {
    content: "";
    background: url(/skin/img/sub/radio-input-icon-act.png);
}

.default-form input[type="radio"]~label {
    margin-right: 12px;
}

.default-form input.half {
    width: 30%;
    min-width: 160px;
}

.default-form select {
    padding: 7px;
    width: 30%;
    min-width: 160px;
    border: 1px solid #d6d6d6;
}

.default-form .bg {
    background: #fff;
    padding: 10px 30px;
}

.default-form .left {
    float: left;
}

.default-form .date {
    float: right;
    color: #333;
}

.default-form .date span {
    display: inline-block;
    margin-left: 3px;
}

.default-form .agree-wrap {
    margin: 0 0 10px;
}

.default-form .agree-wrap:last-child {
    margin: 0;
}

.default-form .agree-wrap>span {
    display: inline-block;
    min-width: 85px;
}

.default-form .btn-sed {
    display: inline-block;
    background: #ec158b;
    padding: 10px 45px;
    font-size: 1.1em;
    border-radius: 50px;
    margin: 0 4px;
    font-weight: 500;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border: none;
    color: #fff;
    min-width: 200px;
    height: 50px;
}

.default-form button.btn-cancel {
    display: inline-block;
    padding: 10px 45px;
    font-size: 1.1em;
    border-radius: 50px;
    margin: 0 4px;
    font-weight: 500;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border: none;
    color: #fff;
    min-width: 200px;
    height: 50px;
    background: #777;
    border-color: #777
}

@media (max-width: 768px) {

    .default-form .btn-sed,
    .default-form button.btn-cancel {
        display: inline-block;
        min-width: 100px;
    }
}

/* 테이블 */
.table-defalt {
    width: 100%;
    border-radius: 5px;
}

.table-defalt tr {
    border-bottom: 1px solid #e3e3e3;
}

.table-defalt tr:last-child {
    border-bottom: none;
}

.table-defalt tr td,
.table-defalt tr th {
    font-size: 15px;
    padding: 16px 5px;
    vertical-align: middle;
}

.table-defalt tr th {
    font-size: 15px;
}

.table-defalt p {
    margin: 0;
}

span.emp {
    color: red;
}

p.emp-txt {
    margin: 20px 0 0;
    text-align: right;
    font-size: 15px;
}

/* pay1 */
.main-desc h5 {
    display: inline-block;
    margin: 0;
    color: #222;
    line-height: 1.4;
    font-size: 26px;
    border-radius: 8px;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.main-desc h5:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #ec158b;
    display: block;
    margin-top: 1px;
    opacity: 0.3;
}

.main-desc p {
    margin: 20px 0 40px;
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: -0.03em;
}

.pay #agree-1,
.pay #agree-2 {
    margin: 4px 4px 0 0;
}

.pay .default-form tr p.row {
    display: inline-block;
}

@media (max-width: 768px) {
    .main-desc h5 {
        font-size: 22px;
    }
}

/* mypage */
.info-txt {
    margin: 40px 0 25px;
    font-size: 15px;
    line-height: 1.65;
    letter-spacing: -0.03em;
}

.mypage .default-form input[type="text"],
.mypage .default-form input[type="email"] {
    padding: 8px;
}

.mypage .default-form input[name="mypage-email"] {
    width: 32.5%;
}

/* .mypage .default-form button {
    display: inline-block;
    min-width: 200px;
    max-height: 55px;
    background: #ec158b;
    border: 2px solid #ec158b;
    color: #fff;
    padding: 10px 45px;
    font-size: 1.1em;
    border-radius: 60px;
    font-weight: 500;
    margin: 0 5px;
    transition: all ease 0.3s;
}
.mypage .default-form button.cancel{
    border-color:#777;
    color:#fff;
    background:#777;
} */

.mypage .guide {
    border: 1px solid #ddd;
    background: #f6f6f6;
    padding: 23px 25px;
}

.mypage .guide ul {
    margin: 0;
}

.mypage .guide ul li {
    font-size: 15px;
    margin: 3px 0;
}

/* mypage login */
.mypage-login .login-layout .panel {
    padding: 40px;
}

.mypage-login .btn-warning {
    border-radius: 50px;
}

/* mypage 서브메뉴 */
.mypage .sub-menu {
    position: absolute;
    width: 300px;
}

.mypage .sub-menu.fix {
    position: fixed;
    top: 100px;
    background: #fff;
    z-index: 10;
}

.mypage>.container>.row>.col-md-9 {
    margin-left: 25%
}

@media (max-width: 1024px) {
    .mypage .default-form input[name="mypage-email"] {
        width: 28%;
    }

    .mypage .sub-menu {
        width: 25%;
    }
}

@media (max-width: 768px) {
    .pay .default-form {
        padding: 15px 15px 30px;
        margin: 0 0 50px;
    }

    .pay .default-form .bg {
        padding: 0 15px;
    }

    .default-form {
        margin: 0;
        padding: 30px 15px;
    }

    .mypage .default-form .bg {
        border: 1px solid #ddd;
    }

    .mypage .default-form .bg>.table-responsive {
        margin: 0;
        border: none;
    }

    .mypage .default-form .table-defalt {
        min-width: 500px;
    }

    .mypage-login .login-layout .panel {
        padding: 0;
    }

    .mypage .sub-menu {
        position: static;
        margin: 0 0 70px;
        padding-right: 15px;
        width: 100%;
    }

    .mypage>.container>.row>.col-md-9 {
        margin-left: 0;
    }

    .table-defalt tr td,
    .table-defalt tr th {
        padding: 25px 5px;
    }

    .default-form.setting .table-defalt {
        min-width: 100%;
    }

    .default-form.setting .table-defalt tr th,
    .default-form.setting .table-defalt tr td {
        display: block;
        padding: 15px;
    }

    .default-form.setting .table-defalt tr th {
        padding: 15px 15px 0px;
    }

    .default-form.setting .bg {
        padding: 0;
    }

    .default-form select {
        margin: 5px 0 0;
    }
}
