@charset 'utf-8';

/* Start CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-size: 15px;
    line-height: 1;
    font-family: -apple-system, BlinkMacSystemFont, 'Poppins', 'Noto Sans KR', 'Segoe UI', '맑은 고딕', 'Malgun Gothic', 돋음, 'Helvetica Neue', Arial, sans-serif;
    color: #252424;
    font-weight: 300;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
start module (by SNJ)
*/
/*
grid percent
*/
.grid-5 {
    width: 5%;
}

.grid-10 {
    width: 10%;
}

.grid-15 {
    width: 15%;
}

.grid-20 {
    width: 20%;
}

.grid-25 {
    width: 25%;
}

.grid-30 {
    width: 30%;
}

.grid-33 {
    width: 33.33333333%;
}

.grid-34 {
    width: 33%;
}

.grid-34:first-child, .grid-34.first-child {
    width: 34%;
}

.grid-35 {
    width: 35%;
}

.grid-40 {
    width: 40%;
}

.grid-45 {
    width: 45%;
}

.grid-50 {
    width: 50%;
}

.grid-55 {
    width: 55%;
}

.grid-60 {
    width: 60%;
}

.grid-65 {
    width: 65%;
}

.grid-70 {
    width: 70%;
}

.grid-75 {
    width: 75%;
}

.grid-80 {
    width: 80%;
}

.grid-85 {
    width: 85%;
}

.grid-90 {
    width: 90%;
}

.grid-95 {
    width: 95%;
}

/*
grid pixel
*/
.grid-wrap {
    position: relative;
}

.grid-wrap .grid-item {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.grid-item.f-r {
    float: right;
}

.grid-wrap.seamless .grid-item {
    padding-left: 0;
    padding-right: 0;
}

.grid-wrap .grid-item.tp-1 {
    float: none;
    clear: both;
}

.grid-wrap .grid-item.tp-2 {
    width: 620px;
}

.grid-wrap.seamless .grid-item.tp-2 {
    width: 660px;
}

.grid-wrap .grid-item.tp-3 {
    width: 400px;
}

.grid-wrap.seamless .grid-item.tp-3 {
    width: 440px;
}

.grid-wrap .grid-item.tp-4 {
    width: 290px;
}

.grid-wrap .empty {
    text-align: center;
    min-height: 200px;
    line-height: 200px;
    font-size: 25px;
    display: block;
    float: none;
    clear: both;
}

.grid-wrap.seamless .grid-item.tp-4 {
    width: 330px;
}

.grid-wrap.seamless .grid-item.tp-4.x3 {
    width: 990px;
}

.grid-wrap .grid-item.tp-5 {
    width: 224px;
}

.grid-wrap.seamless .grid-item.tp-3 {
    width: 264px;
}

.grid-item .grid-in {
    position: relative;
    display: block;
}

/*
layout
*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.f-n {
    float: none;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.d-b {
    display: block;
}

.d-ini {
    display: initial;
}

.d-i {
    display: inline;
}

.d-ib {
    display: inline-block;
}

.d-t {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.d-tc {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.hide {
    display: none;
}

.row:before, .row:after, .wrp:before, .wrp:after, .c-b:before, .c-b:after, .root:before, .root:after, s-tit:before, s-tit:after, .grid-wrap:before, .grid-wrap:after, .grid-in:before, .grid-in:after {
    display: table;
    content: ' ';
}

.row:after, .wrp:after, .c-b:after, s-tit:after, .grid-wrap:after, .grid-in:after {
    clear: both;
}

.row, .wrp, .c-b, .s-tit, .grid-wrap, .grid-in {
    zoom: 1;
}

.row {
    width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.row.narrow {
    width: 772px;
}

img.max {
    max-width: 100%;
    height: auto;
}

img.poster {
    border: 1px solid #dbdcdc;
}

/*
list
*/
.inline-list {
    position: relative;
    zoom: 1;
}

.inline-list > li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.inline-list > li .item {
    position: relative;
    display: block;
    padding: 0 15px;
    font-size: 13px;
}

.inline-list > li .item:before {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #dbdcdc;
    content: '';
}

.inline-list > li:first-child .item {
    padding-left: 0;
}

.inline-list > li:first-child .item:before {
    display: none;
}

/*
responsive box
*/
.rbox {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 56.25%;
    zoom: 1;
}

.rbox > * {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    zoom: 1;
}

/*
table
*/
.tb-wrp {
    border-top: 3px solid #000;
}

table {
    width: 100%;
    margin: 0;
    border-top: 0;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 1em;
    line-height: 1.45em;
    vertical-align: top;
}

table.tp-fixed {
    table-layout: fixed;
}

table caption {
    position: absolute;
    display: block;
    left: -9999px;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
}

table tr th, table tr td {
    padding: 15px;
    line-height: 1.45em;
    font-size: .95em;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid #ddd;
    border-width: 0 0 1px 0;
}

table tr td, table tr td .ph {
    color: #777;
}

table.va-t tr th, table.va-t tr td {
    vertical-align: text-top;
}

table.th-bg-c th, th.bg-c, td.bg-c {
    background-color: #f0f3f6;
}

table tr th.bg-blue, table tr td.bg-blue {
    background-color: #6fa4d8;
    color: #fff;
}

table tr th.bd-r, table tr td.bd-r {
    border-right-width: 1px;
}

/*
space
*/
.space, .line {
    position: relative;
    display: block;
    clear: both;
    border: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    content: '';
}

.space {
    height: 30px;
    border: 0;
}

.space.sm {
    height: 15px;
    border: 0;
}

.space.md {
    height: 60px;
    border: 0;
}

.space.lg {
    height: 70px;
    border: 0;
}

.space.xl {
    height: 100px;
    border: 0;
}

.line {
    height: 1px;
    background-color: #dbdcdc;
}

/*
alignment
*/
.vg-t {
    vertical-align: top;
}

.vg-b {
    vertical-align: bottom;
}

.vg-m {
    vertical-align: middle;
}

.ag-c {
    text-align: center;
}

.ag-l {
    text-align: left;
}

.ag-r {
    text-align: right;
}

.ag-j {
    text-align: justify;
}

/*
margin and padding
*/
/*margin*/
/*margin 0*/
.m-0 {
    margin: 0;
}

.m-0 {
    margin: 0;
}

.m-t-0 {
    margin-top: 0;
}

.m-r-0 {
    margin-right: 0;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-l-0 {
    margin-left: 0;
}

/*margin small*/
.m-sm {
    margin: 15px;
}

.m-t-sm {
    margin-top: 15px;
}

.m-r-sm {
    margin-right: 15px;
}

.m-b-sm {
    margin-bottom: 15px;
}

.m-l-sm {
    margin-left: 15px;
}

/*margin medium*/
.m-md {
    margin: 30px;
}

.m-t-md {
    margin-top: 30px;
}

.m-r-md {
    margin-right: 30px;
}

.m-b-md {
    margin-bottom: 30px;
}

.m-l-md {
    margin-left: 30px;
}

/*margin large*/
.m-lg {
    margin: 70px;
}

.m-t-lg {
    margin-top: 70px;
}

.m-r-lg {
    margin-right: 70px;
}

.m-b-lg {
    margin-bottom: 70px;
}

.m-l-lg {
    margin-left: 70px;
}

/*margin xlarge*/
.m-xl {
    margin: 100px;
}

.m-t-xl {
    margin-top: 100px;
}

.m-r-xl {
    margin-right: 100px;
}

.m-b-xl {
    margin-bottom: 100px;
}

.m-l-xl {
    margin-left: 100px;
}

/*padding*/
.p-0 {
    padding: 0;
}

.p-0 {
    padding: 0;
}

.p-t-0 {
    padding-top: 0;
}

.p-r-0 {
    padding-right: 0;
}

.p-b-0 {
    padding-bottom: 0;
}

.p-l-0 {
    padding-left: 0;
}

/*padding small*/
.p-sm {
    padding: 15px;
}

.p-t-sm {
    padding-top: 15px;
}

.p-r-sm {
    padding-right: 15px;
}

.p-b-sm {
    padding-bottom: 15px;
}

.p-l-sm {
    padding-left: 15px;
}

/*padding medium*/
.p-md {
    padding: 30px;
}

.p-t-md {
    padding-top: 30px;
}

.p-r-md {
    padding-right: 30px;
}

.p-b-md {
    padding-bottom: 30px;
}

.p-l-md {
    padding-left: 30px;
}

/*padding large*/
.p-lg {
    padding: 70px;
}

.p-t-lg {
    padding-top: 70px;
}

.p-r-lg {
    padding-right: 70px;
}

.p-b-lg {
    padding-bottom: 70px;
}

.p-l-lg {
    padding-left: 70px;
}

/*padding xlarge*/
.p-xl {
    padding: 100px;
}

.p-t-xl {
    padding-top: 100px;
}

.p-r-xl {
    padding-right: 100px;
}

.p-b-xl {
    padding-bottom: 100px;
}
.p-b-xl2 {
    padding-bottom: 50px;
}
.p-l-xl {
    padding-left: 100px;
}

/*
accessibility
*/
.ir {
    position: absolute;
    display: block;
    left: -9999px;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
}

/*
typo
*/
a {
    color: #333;
    text-decoration: none;
}

.em {
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    position: relative;
    display: block;
    font-family: inherit;
    font-weight: normal;
    line-height: 1.1;
    color: inherit;
}

.h1.em, .h.em2, .h3.em, .h4.em, .h5.em, .h6.em, h1.em, h2.em, h3.em, h4.em, h5.em, h6.em {
    font-weight: bold;
}

h1, .h1 {
    font-size: 50px;
}

h2, .h2 {
    font-size: 45px;
}

h3, .h3 {
    font-size: 35px;
}

h4, .h4 {
    font-size: 20px;
}

h5, .h5 {
    font-size: 18px;
}

h6, .h6 {
    font-size: 15px;
}

.fz-xm {
    font-size: 9px;
}

.fz-sm {
    font-size: 11px;
}

.fz-md {
    font-size: 14px;
}

.fz-lg {
    font-size: 18px;
}

.fz-xl {
    font-size: 25px;
}

.fz-xxl {
    font-size: 35px;
}

.fz-xxxl {
    font-size: 45px;
}

.ph {
    display: block;
    line-height: 1.4;
}

.ph.tp-box {
    background-color: #fff;
    padding: 1rem 1.5rem;
    border: 1px solid #d5d5d5;
}

table .ph {
    margin-top: 0;
    margin-bottom: 0;
}

.lh-sm {
    line-height: 1;
}

.lh-md {
    line-height: 1.4;
}

.lh-lg {
    line-height: 1.66;
}

.lh-xl {
    line-height: 1.94;
}

.sub {
    font-size: 80%;
    display: inline-block;
    vertical-align: middle;
}

/*
color
*/
.main-clr {
    color: #d60050;
}

.sub-clr {
    color: #5f1985;
}

.black-clr {
    color: #252424;
}

.gray-clr {
    color: #888;
}

.lgray-clr {
    color: #ccc;
}

.dgray-clr {
    color: #a7a7a7;
}

.light-clr {
    color: #dbdcdc;
}

/*
module bbs, gallery
*/
/*list category*/
.category-list {
    position: relative;
}

.category-list li {
    position: relative;
    float: left;
}

.category-list li a {
    position: relative;
    display: block;
    height: 70px;
    line-height: 70px;
    padding: 0 15px;
    font-size: 25px;
    color: #dbdcdc;
    outline: 0;
}

.category-list li:first-child a {
    padding-left: 0;
}

.category-list li.ui-state-active a, .category-list li.on a, .category-list li a.on, .category-list li a#bo_cate_on {
    font-weight: bold;
    color: #252424;
}

/*btn*/
.visual-btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    height: 70px;
    line-height: 70px;
    padding: 0 30px;
    border: 1px solid #dbdcdc;
    background-color: transparent;
    border-width: 0 1px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

li.seamless .visual-btn {
    border-left-width: 0;
}

li.seamless:first-child .visual-btn {
    border-left-width: 1px;
}

.visual-btn.tp-block {
    display: block;
    width: 100%;
}

.visual-btn.tp-main-clr {
    border-color: #d60050;
}

.visual-btn.tp-main-clr:hover {
    background-color: #d60050;
    color: #fff;
}

.visual-btn.tp-sub-clr {
    border-color: #5f1985;
}

.visual-btn.tp-sub-clr:hover {
    background-color: #5f1985;
    color: #fff;
}

.visual-btn.tp-black-clr {
    border-color: #252424;
}

.visual-btn.tp-black-clr:hover {
    background-color: #252424;
    color: #fff;
}

.visual-btn.tp-light-clr {
    border-color: #dbdcdc;
}

.visual-btn.tp-light-bg {
    background-color: #f7f7f7;
}

/*검색바*/
.visual-btn#stx {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 20px;
    /*background-color: #f7f7f7;*/
    outline: 0;
}

.visual-btn#stx + button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 0;
    background-color: transparent;
    z-index: 5;
}

.visual-btn#stx + button i {
    font-size: 30px;
    line-height: 70px;
    color: #d60050;
    cursor: pointer;
}

.visual-btn#stx + button:hover i {
    color: #252424;
}

/*모드 영역*/
.mod-list {
    position: relative;
    display: block;
    font-size: 0;
    line-height: 0;
}

/*checkbox replacement*/
.lst-chk-wrp {
    background-color: transparent;
    position: absolute;
    display: block;
    top: 14px;
    left: 14px;
    z-index: 10;
}

.lst-move-wrp {
    position: absolute;
    display: none;
    bottom: 14px;
    right: 14px;
    z-index: 1000;
    background-color: transparent;
}

.lst-move-wrp > * {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
}

.lst-move-wrp > *:first-child {
    margin-right: 4px;
}

.rpc-chk {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    -webkit-user-drag: none;
}

.lst-chk-wrp .rpc-chk {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 5px;
}

.rpc-chk > input[type='checkbox'] {
    display: none;
    visibility: hidden;
}

.rpc-chk > span {
    display: block;
    font-size: 15px;
    height: 70px;
    line-height: 70px;
    border: 1px solid #dbdcdc;
    border-width: 0 1px;
    cursor: pointer;
    margin: 0;
    padding: 0 30px 0 56px;
    outline: none;
    background: transparent url(../img/common/icon_checkbox.png) no-repeat 30px -30px;
    overflow: hidden;
    font-weight: normal;
}

.lst-chk-wrp .rpc-chk > span {
    height: 40px;
    line-height: 40px;
    display: none;
    color: #fff;
    border: 0;
    background: transparent url(../img/common/icon_checkbox.png) no-repeat 30px -44px;
}

*:hover > .thumb .lst-chk-wrp .rpc-chk > span {
    display: block;
}

*:hover > .thumb .lst-move-wrp {
    display: block;
}

* > .thumb .lst-chk-wrp .rpc-chk > input[type='checkbox']:checked + span {
    display: block;
}

.rpc-chk > input[type='checkbox']:checked + span {
    background: transparent url(../img/common/icon_checkbox.png) no-repeat 30px 26px;
}

.lst-chk-wrp .rpc-chk > input[type='checkbox']:checked + span {
    background: transparent url(../img/common/icon_checkbox.png) no-repeat 30px 12px;
}

/*list-paging*/
.sound_only {
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: -9999px;
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
    text-indent: -9999px;
}

.pg_wrap, .pg_wrap > .pg {
    font-size: 0;
    line-height: 0;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.pg_wrap, .pg_wrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pg-lt .pg_wrap, .pg-lt .pg_wrap > .pg {
    text-align: left;
}

.pg_wrap {
    position: relative;
    padding: 0;
}

.pg_wrap a {
    color: #999;
}

.pg_page, .pg_current {
    font-size: 13px;
    line-height: 70px;
    display: inline-block;
    min-width: 20px;
    height: 70px;
    margin: 0 3px;
    padding: 0 7px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0;
    color: #eee;
}

.pg a:focus, .pg a:hover {
    text-decoration: none;
}

.pg_page {
    text-decoration: none;
    background: #fff;
}

.pg_start, .pg_prev {
    /* 이전 */
}

.pg_end, .pg_next {
    /* 다음 */
}

.pg_start, .pg_prev, .pg_end, .pg_next {
    font-size: 0;
    line-height: 0;
    width: 30px;
    /*border: 1px solid #e5e5e5;*/
    color: #aaa;
    background: #f9f9f9 url(../img/common/icon_paging.png) no-repeat 0 0;
}

.pg_start {
    background-position: 0 0;
}

.pg_prev {
    background-position: -30px 0;
}

.pg_next {
    background-position: -60px 0;
}

.pg_end {
    background-position: -90px 0;
}

.pg_current {
    font-weight: bold;
    display: inline-block;
    margin: 0 4px 0 0;
    color: #000;
    color: #333;
}

.btn_cke_sc {
    display: none;
}

/*list seamless gallery*/
.grid-wrap.seamless .thumb {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.grid-wrap.seamless .grid-in {
    overflow: hidden;
}

.grid-wrap.seamless .grid-in > .thumb img {
    -webkit-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease;
}

/* .grid-wrap.seamless .grid-in:hover > .thumb img {
    transform: scale(1.5);
}
 */
.grid-wrap.seamless .thumb .noimg {
    position: relative;
    display: block;
    text-align: center;
    line-height: 240px;
    font-size: 20px;
    color: #ccc;
}

.grid-wrap .thumb .noimg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    text-align: center;
    width: 224px;
    height: 226px;
    line-height: 226px;
}

.grid-wrap.seamless .thumb .noimg, .grid-wrap.seamless .grid-item.tp-4 .thumb img {
    width: 330px;
    height: 240px;
}

.grid-wrap.seamless .detailed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    overflow: hidden;
}


.grid-wrap.seamless .grid-in:hover > .detailed {
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 0 0 0 10px rgba(214, 0, 80, 1);
    -moz-box-shadow: inset 0 0 0 10px rgba(214, 0, 80, 1);
    box-shadow: inset 0 0 0 10px rgba(214, 0, 80, 1);
}

.grid-wrap.seamless .detailed .play, .grid-wrap.seamless .detailed .tit {
    display: block;
    position: absolute;
}

.grid-wrap.seamless .detailed .play {
    opacity: 0;
    top: -100px;
    width: 100%;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.grid-wrap.seamless .grid-in:hover > .detailed .play {
    opacity: 1;
    top: 50%;
    margin-top: -16px;
}

.grid-wrap.seamless .detailed .play img {
    width: 29px;
    height: 32px;
}

.grid-wrap.seamless .detailed .tit {
    bottom: -100px;
    left: 30px;
    right: 20px;
    color: #fff;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}

.grid-wrap.seamless .grid-in:hover > .detailed .tit {
    bottom: 30px;
}

/*
relate post
*/
.bbs-relate .grid-wrap .thumb {
    background-color: #000;
}

.bbs-relate .grid-wrap.seamless .detailed {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.bbs-relate .grid-wrap .grid-in .thumb {
    overflow: hidden;
}

.bbs-relate .grid-wrap .grid-in .thumb img {
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.bbs-relate .grid-wrap .grid-in:hover .thumb img {
    opacity: .5;
    transform: scale(1.5);
}

.bbs-relate .grid-wrap.seamless .grid-in:hover > .detailed {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.bbs-relate .grid-wrap.seamless .detailed .play, .bbs-relate .grid-wrap.seamless .detailed .tit {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    color: #252424;
    margin: 0;
}

.bbs-relate .grid-wrap.seamless .detailed .play {
    display: none;
}

.bbs-relate .grid-wrap.seamless .detailed .tit {
    text-align: left;
    padding: 20px 0 0 0;
}

.bbs-relate .grid-wrap.seamless .grid-in:hover > .detailed .tit {
    bottom: auto;
}

/*list normal gallery*/
.gall-list {
    position: relative;
}

.gall-list .grid-in, .gall-list .thumb, .gall-list .tit, .gall-list .detailed {
    display: block;
}

.gall-list .thumb {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0 100% 0;
    font-size: 0;
    line-height: 0;
    border-radius: 20px;
    background-color: #f7f7f7;
    border: 1px solid #dbdcdc;
    overflow: hidden;
    zoom: 1;
}

.client-list .gall-list .thumb {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    border-radius: 0;
    background-color: transparent;
    border: 0;
    overflow: hidden;
    zoom: 1;
}

.gall-list .thumb img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    zoom: 1;
}

.client-list .gall-list .thumb img {
    position: initial;
    display: initial;
    width: 224px;
    height: 100px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    zoom: 1;
}

.gall-list .detailed dl {
    position: relative;
}

.gall-list .detailed dt, .gall-list .detailed dd {
    float: left;
    width: 50%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

/*
view project
*/
/*.art-hd,
.art-hd .page-info {
    position: relative;
}
.art-hd .page-info {
    min-height: 240px;
}
.art-hd .l-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 330px;
    height: 240px;
}
.art-hd .r-info {
    position: relative;
    margin-left: 400px;
}*/
.go-back {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    line-height: 73px;
    padding: 0;
    border: 1px solid #5f1985;
    color: #5f1985;
    font-size: 25px;
    background-color: transparent;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 10;
}

.go-back:hover {
    background-color: #5f1985;
}

.go-back > i {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

.go-back:hover > i {
    color: #fff;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

/*
block style list (dl dt dd)
*/
.bl-list {
    position: relative;
    padding: 20px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
}

.bl-list li {
    position: relative;
}

.bl-list .st-dt, .bl-list .st-dd {
    display: block;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.bl-list .st-dt {
    position: absolute;
    left: 0;
    top: 0;
    color: #888;
}

.bl-list li:first-child > .st-dt {
    display: none;
}

.bl-list .st-dd {
    position: relative;
    padding-left: 100px;
    clear: both;
}

.bl-list li:first-child > .st-dd {
    height: 45px;
    line-height: 45px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 20px;
    font-weight: bold;
}

/*
base 1320,
grid wrapper margin 20px (l,r)
grid item gutter 40px (2,3,4,5,6)
section space (t,b) 100px
section inner item space (t,b) 70px,
section items per space 30~40px

base color
base black #252424
purple main-color   #d60050
purple sub-color    #5f1985
light gray          #dbdcdc
super light         #f7f7f7
font 'Poppins', Noto Sans KR
*/
/*
common
*/
a {
    color: #252424;
    text-decoration: none;
}

#skip a {
    z-index: 100000;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#skip a:focus, #skip a:active {
    width: 100%;
    height: 60px;
    line-height: 58px;
    background: #333;
    color: #fff;
    font-size: 1.7em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

/*
header
*/
.s-hd {
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 100;
    height: 110px;
    overflow: hidden;
}

.s-hd, .s-hd * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.s-hd.scrolled {
    height: 80px;
    -webkit-box-shadow: 0 1px 0 0 #d60050;
    -moz-box-shadow: 0 1px 5px 0 #d60050;
    box-shadow: 0 1px 0 0 #d60050;
    /*-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .03);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .03);*/
}

.s-hd > .logo {
    position: absolute;
    font-size: 0;
    line-height: 0;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -660px;
    z-index: 10;
}

.s-hd > .logo a {
    display: block;
}

.s-hd > .logo img {
    width: 103px;
    height: 36px;
    height: auto;
}

.s-hd .gnb-wrap, .s-hd .gnb-menu, .s-hd .gnb-menu .gnb-ul {
    height: 100%;
}

.s-hd .gnb-wrap {
    position: relative;
    /*padding-right: 170px;*/
    padding: 0;
}

.s-hd .gnb-menu {
    float: right;
}

.s-hd .gnb-menu .gnb-ul {
    display: table;
    width: 100%;
}

.s-hd .gnb-menu .gnb-ul > li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.s-hd .gnb-menu .gnb-ul > li > a {
    display: block;
    position: relative;
    padding: 2px 25px;
    font-size: 18px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.s-hd .gnb-menu .gnb-ul > li > a:hover {
    color: #d60050;
}

.s-hd .gnb-menu .gnb-ul > li > a:before, .s-hd .gnb-menu .gnb-ul > li > a:after {
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    backface-visibility: hidden;
    position: absolute;
    display: block;
    top: -70%;
    height: 3px;
    width: 0;
    transition: all .3s ease;
    background-color: #d60050;
    content: '';
}

.s-hd .gnb-menu .gnb-ul > li > a:before {
    right: 50%;
}

.s-hd .gnb-menu .gnb-ul > li > a:after {
    left: 50%;
}

.s-hd .gnb-menu .gnb-ul > li > a:hover:before, .s-hd .gnb-menu .gnb-ul > li > a:hover:after {
    width: 50%;
}

.s-hd.scrolled .gnb-menu .gnb-ul > li > a {
    font-size: 15px;
}

.s-hd .gnb-menu .gnb-ul > li > a.is-selected {
    color: #d60050;
}

.s-hd .menu-tit {
    /*position: absolute;
    display: block;
    top: 50%;
    margin: -29px -650px 0 0;
    right: 50%;
    height: 58px;
    line-height: 58px;
    padding-left: 42px;
    border-left: 1px solid #dbdcdc;
    font-size: 18px;*/
    display: none;
}

.s-hd .menu-tit img {
    width: 26px;
    height: 23px;
    margin-left: 20px;
    vertical-align: middle;
}

.s-hd .gnb-menu .gnb-ul > li > a, .s-hd .menu-tit {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.s-hd.scrolled .gnb-menu .gnb-ul > li > a, .s-hd.scrolled .menu-tit {
    font-size: 15px;
}

.s-hd.scrolled .menu-tit {
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
}

/*
footer
*/
.s-ft {
    position: relative;
    border-top: 1px solid #dbdcdc;
    z-index: 20;
}

.ft-common {
    position: relative;
}

.ft-common > .row {
    position: relative;
    padding: 60px 0 60px 0;
}

.home-wrap .ft-common .row {
    padding: 50px 0 0 0;
}

.home-wrap .ft-admin {
    display: none;
}

.home-wrap .ft-common .row .inline-list > li .item:before {
    opacity: .2;
}

.ft-common .row .info {
    float: left;
    width: 80%;
}

.ft-common .row .info > .item {
    position: relative;
    line-height: 1.3;
    padding: 2px 0;
}

.ft-common .row .sns {
    position: relative;
    float: right;
    text-align: right;
    width: 20%;
}

.ft-common .row .sns > span {
    position: relative;
    display: block;
}

.ft-common .row .sns .sns-item {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

.ft-common .row .sns .sns-item.item-fb:before {
    position: absolute;
    display: block;
    width: 1px;
    height: 20px;
    top: 0;
    right: 0;
    background-color: #888;
    opacity: .7;
    content: '';
}

.ft-common .row .sns .sns-item i {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    margin-top: -2px;
}

/*
main section
*/
.s-cn {
    position: relative;
    z-index: 50;
}

.wrap, .wrap > article {
    position: relative;
}

.s-tit {
    position: relative;
    text-align: center;
}

.s-tit:before, .s-tit:after {
    position: absolute;
    display: block;
    width: 548px;
    height: 1px;
    top: 50%;
    margin-top: -1px;
    background-color: #dbdcdc;
    content: '';
}

.row.narrow .s-tit:before, .row.narrow .s-tit:after {
    position: absolute;
    display: block;
    width: 220px;
    height: 1px;
    top: 50%;
    margin-top: -1px;
    background-color: #dbdcdc;
    content: '';
}

.s-tit:before {
    left: 0;
}

.s-tit:after {
    right: 0;
}

/*main home*/
.home-wrap {
    /*padding-top: 110px;*/
    padding-bottom: 100px;
    background: #252424 url(../img/bg_home2.jpg) no-repeat center top;
}

.home-wrap, .home-wrap a {
    color: #888;
}

.home-wrap .home.row.row-wide {
    min-width: 1320px;
    position: relative;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 110px auto 0 auto;
    width: auto;
    max-width: 1680px;
    padding: 80px 40px 140px 40px;
    padding-bottom: 140px;
}

.home-wrap .home-tit {
    position: relative;
    text-align: left;
    text-align: center;
    width: 243px;
    margin: -140px 0 0 20px;
    height: 116px;
    font-size: 0;
    line-height: 0;
}

.home-wrap .home-tit > span {
    display: block;
    color: #fff;
}

.home-wrap .home-tit .st2 {
    padding-bottom: 7px;
    font-size: 16px;
    opacity: .5;
}

.home-wrap .home-tit .st1 {
    padding-top: 5px;
    font-weight: 200;
}

.home-wrap .home-tit .symbol {
    position: absolute;
    display: block;
    /*left: -150px;*/
    right: 0;
    top: -30px;
    width: 134px;
    font-size: 0;
    line-height: 0;
}

.home-wrap .home-tit .symbol img {
    position: absolute;
    display: block;
    width: 134px;
    height: auto;
}

.home-wrap .reel {
    width: 1280px;
    /* height: 720px; */
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    margin-bottom: 80px;
    /* background: url(../img/reel_fallback4.jpg) no-repeat 0 0; */
    box-shadow: 10px 55px 73px 1px rgba(214, 0, 80, 0.06);
    -webkit-box-shadow: 10px 55px 73px 1px rgba(214, 0, 80, 0.06);
    /* background: url(../img/reel_fallback2.jpg) no-repeat 0 0; */
}

.home-wrap .reel .reel-box {
    position: relative;
    padding-top: 56%;
    width: 100%;
    height: 0;
}
.home-wrap .reel .reel-box iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    /* width: 1280px !important;
    height: 720px !important;
    margin: -2px 0 0 -2px; */
}

.home-wrap footer {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 140px;
}

/*about*/
.about-wrap, .system-wrap {
    background-color: #fbfbfb;
}

.contact-wrap, .project-wrap {
    padding-bottom: 100px;
}

.asymm {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0;
    font-size: 0;
    line-height: 0;
    /*548 + 772*/
}

.asymm > .asymm-item {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    background-color: #f7f7f7;
}

.asymm > .asymm-item.white {
    background-color: #fff;
}

.asymm > .asymm-item.full {
    width: 100%;
}

.asymm > .asymm-item.vg-t {
    vertical-align: top;
}

.asymm > .asymm-item.white {
    background-color: #fff;
}

.asymm > .asymm-item img, .asymm > .asymm-item iframe, .asymm > .asymm-item .map-wrap {
    width: 772px;
    height: 435px;
}

.asymm > .asymm-item.auto img, .asymm > .asymm-item.full img {
    width: auto;
    height: auto;
}

.asymm > .asymm-item.sm {
    width: 548px;
}

.asymm > .asymm-item.lg {
    width: 772px;
}

.asymm > .asymm-item .map-wrap {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 56.25%;
    zoom: 1;
}

.asymm > .asymm-item .map-wrap .map-item {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    zoom: 1;
}

/*system*/
.system-list dl, .system-list dt, .system-list dt > span, .system-list dd {
    position: relative;
    display: block;
}

.system-list li.process {
    position: relative;
}

.system-list .icon:before {
    position: absolute;
    display: block;
    left: -58px;
    top: 50%;
    margin-top: -4px;
    width: 30px;
    height: 8px;
    background: url(../img/system_arrow.png);
    content: '';
}

.system-list li.process:first-child .icon:before {
    display: none;
}

.system-list .icon {
    text-align: center;
    font-size: 25px;
    width: 185px;
    height: 185px;
    line-height: 185px;
    border-radius: 185px;
    border: 1px solid #dbdcdc;
    color: #999;
}

.sns-contact li {
    display: inline-block;
}

.sns-contact li a {
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-size: 30px;
    background-color: #fff;
    border: 1px solid #dbdcdc;
}

.sns-contact li:first-child a {
    border-right: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 2.6/2),
/* returns 1.3, see Dev.Opera */
only screen and (min-device-pixel-ratio: 1.3),
only screen and (min-resolution: 124.8dpi),
only screen and (min-resolution: 1.3dppx) {
    .system-list .icon:before {
        background: url(../img/system_arrow@2x.png);
        -webkit-background-size: 30px 8px;
        background-size: 30px 8px;
    }
}

/*contact form*/
.forms {
    position: relative;
}

.forms .give-size {
    font-size: 15px;
    line-height: 1;
}

.forms .items {
    position: relative;
    margin-top: 10px;
}

.forms .items.first, .forms .items:first-child {
    margin-top: 0;
}

.forms .items em.req {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #d60050;
}

.forms .items .iptext {
    position: relative;
    float: left;
    width: 100%;
}

.forms span.error {
    position: relative;
    display: block;
    font-size: 12px;
    padding: 5px 0 0 20px;
    line-height: 1.4;
    color: #d60050;
}

.forms .items .iptext.give-mg {
    margin-right: 10px;
}

.forms .items .iptext.size1 {
    clear: both;
    float: left;
    width: 772px;
}

.forms .items .iptext.size2 {
    clear: none;
    float: left;
    width: 292px;
}

.forms .items .iptext.size3 {
    clear: none;
    float: left;
    width: 230px;
}

.forms .items .ilabel {
    color: #999;
    cursor: text;
}

.forms .items .itext {
    width: 100%;
    display: block;
    border: 1px solid #d5d5d5;
    background-color: #f7f7f7;
    color: #252424;
}

.forms .items .ilabel, .forms .items .itext {
    padding: 0 20px;
    height: 55px;
    line-height: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Poppins', 'Noto Sans KR', 'Segoe UI', '맑은 고딕', 'Malgun Gothic', 돋음, 'Helvetica Neue', Arial, sans-serif;
}

.forms .ilabel-copy {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #999;
    font-family: -apple-system, BlinkMacSystemFont, 'Poppins', 'Noto Sans KR', 'Segoe UI', '맑은 고딕', 'Malgun Gothic', 돋음, 'Helvetica Neue', Arial, sans-serif;
}

.forms .items textarea.itext {
    height: auto;
}

.forms .itarea,
.forms #wr_content {
    padding: 20px;
    border: 1px solid #d5d5d5;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Poppins', 'Noto Sans KR', 'Segoe UI', '맑은 고딕', 'Malgun Gothic', 돋음, 'Helvetica Neue', Arial, sans-serif;
    background-color: #f7f7f7;
    height: 200px !important;
}

.privacy-wrap {
    position: relative;
    border: 1px solid #d5d5d5;
    margin-top: 10px;
}

.privacy-wrap > * {
    display: block;
}

.privacy-wrap > *:first-child {
    border-bottom: 1px solid #e6e6e6;
}

.privacy-wrap > * > .rpc-chk {
    position: relative;
    display: block;
    border: 0;
}

.forms span.error#agree-error {
    position: absolute;
    display: block;
    left: 260px;
    top: 0;
    height: 43px;
    line-height: 43px;
    padding: 0;
    margin: 0;
}

.forms .choice > label {
    display: block;
    height: 43px;
    line-height: 43px;
    padding-left: 20px;
    cursor: pointer;
}

.forms .choice > label input {
    vertical-align: middle;
}

.privacy-wrap > * > .rpc-chk > span {
    border: 0;
    height: 43px;
    line-height: 43px;
    font-size: 15px;
    padding: 0 30px 0 56px;
    outline: none;
    background: transparent url(../img/common/icon_checkbox.png) no-repeat 30px -42px;
    overflow: hidden;
    font-weight: normal;
}

.privacy-wrap > * > .rpc-chk > input[type='checkbox']:checked + span {
    background: transparent url(../img/common/icon_checkbox.png) no-repeat 30px 14px;
}

.privacy-wrap > .privacy-cnt {
    padding: 20px 20px 20px 30px;
    /*height: 100px;*/
    overflow: hidden;
}

.privacy-wrap > .privacy-cnt > div {
    height: 120px;
}

.privacy-wrap > .privacy-cnt .inr, .privacy-wrap > .privacy-cnt .inr a {
    color: #888;
}

.privacy-wrap > .privacy-cnt .inr {
    position: relative;
    font-size: 13px;
    line-height: 1.35;
}

.privacy-wrap > .privacy-cnt .inr .tit {
    display: block;
    clear: both;
    font-weight: bold;
    margin: 1em 0 .4em 0;
}

/*일반 버튼*/
.nom-btn {
    display: inline-block;
    padding: 0 20px;
    height: 55px;
    line-height: 55px;
    border: 1px solid #d5d5d5;
    font-size: 15px;
    background-color: #f7f7f7;
    color: #252424;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Poppins', 'Noto Sans KR', 'Segoe UI', '맑은 고딕', 'Malgun Gothic', 돋음, 'Helvetica Neue', Arial, sans-serif;
    cursor: pointer;
}

.nom-btn.tp-spots {
    height: 65px;
    line-height: 65px;
    border: none;
    background: #d60050 url(../img/bg_grad.jpg) repeat center center;
    color: #fff;
    padding: 0 80px;
}

.like-tag, .like-tag-tit {
    display: inline-block;
    vertical-align: middle;
    padding: .3em;
}

.like-tag-tit {
    padding-left: 0;
}

.like-tag {
    margin-right: 10px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.nom-btn.good, .like-tag.good {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.nom-btn.bad, .like-tag.bad {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.nom-btn.check, .like-tag.check {
    background-color: #cce5ff;
    border-color: #cce5ff;
    color: #004085;
}

.nom-btn.warn, .like-tag.warn {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404;
}

.concat-labels .selectric > .label:after {
    display: inline-block;
    margin-left: 5px;
    color: #d60050;
    content: '*';
}

.history-bd {
    position: relative;
}

.history-bd .grid-in:hover .history-y-wrap {
    -webkit-box-shadow: inset 0 0 0 10px rgba(214, 0, 80, 1);
    -moz-box-shadow: inset 0 0 0 10px rgba(214, 0, 80, 1);
    box-shadow: inset 0 0 0 10px rgba(214, 0, 80, 1);
}

.history-bd .grid-in h6 {
    padding-left: 20px;
}

.history-bd .grid-in h6:before {
    position: absolute;
    display: block;
    width: 297px;
    height: 8px;
    right: -40px;
    top: 20px;
    background-image: url(../img/history_arrow.png);
    content: '';
}

.history-bd .grid-in:hover h6 {
    color: #d60050;
}

.history-bd .history-y-wrap {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding: 30px 20px 30px 40px;
    background-color: #fff;
}

.history-bd .scrollbar-macosx {
    height: 400px;
}

.history-y {
    position: relative;
    padding: 0;
}

.history-y li {
    position: relative;
    margin-top: 10px;
}

.history-y li:first-child {
    margin-top: 0;
}

.history-y li > * {
    display: block;
    padding: 10px 0;
    line-height: 1.4;
}

.history-y li > .month {
    position: absolute;
    left: 0;
    top: 0;
    color: #252424;
}

.history-y li > .month-dtl {
    position: relative;
    padding-left: 50px;
    color: #888;
}

.history-y li > .month-dtl .item {
    position: relative;
    display: block;
    line-height: 1.4;
    margin-top: 5px;
    padding: 0 0 0 10px;
}

.history-y li > .month-dtl .item:first-child {
    margin-top: 0;
}

.history-y li > .month-dtl .item:before {
    position: absolute;
    display: block;
    width: 4px;
    height: 2px;
    left: 0;
    top: 50%;
    top: 9px;
    background-color: #ccc;
    content: '';
}

iframe#s_project {
    height: 800px;
}

iframe#s_channel {
    min-height: 1300px;
}

.remodal.black {
    max-width: 1280px;
    padding: 0;
}

.remodal.black .flex-video {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 56.25%;
    font-size: 0;
    line-height: 0;
    zoom: 1;
}

.remodal.black .flex-video > * {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    zoom: 1;
}

.remodal.black .detailed-re {
    position: relative;
    display: block;
    padding: 30px;
}

.remodal.black .remodal-close {
    position: absolute;
    right: 30px;
    top: 50%;
    margin: -35px 0 0 0;
    width: 70px;
    height: 70px;
    line-height: 73px;
    padding: 0;
    border: 1px solid #5f1985;
    color: #5f1985;
    font-size: 25px;
    background-color: transparent;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 10;
}

.remodal.black .remodal-close:hover {
    background-color: #5f1985;
}

.remodal.black .remodal-close > i {
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
}

.remodal.black .remodal-close:hover > i {
    color: #fff;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* 팝업레이어 */
#hd_pop {
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    width: 1320px;
    height: 0;
}

#hd_pop h2 {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

.hd_pops {
    position: absolute;
    border: 1px solid #e9e9e9;
    background: #fff;
}

.hd_pops img {
    max-width: 100%;
}

.hd_pops_footer {
    padding: 0;
    background: #000;
    color: #fff;
    text-align: left;
    position: relative;
}

.hd_pops_footer:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '';
}

.hd_pops_footer button {
    padding: 10px;
    border: 0;
    color: #fff;
}

.hd_pops_footer .hd_pops_reject {
    background: #000;
    text-align: left;
}

.hd_pops_footer .hd_pops_close {
    background: #393939;
    position: absolute;
    top: 0;
    right: 0;
}

.result-perform {
    position: relative;
    display: block;
    max-width: 740px;
    margin: 15px auto 0 auto;
    /* padding: 15px 0 0 0; */
    /* border-top: 1px solid #f0f0f0; */
    /* font-size: 14px; */
    line-height: 1.5;
    text-align: center;
}

/* .result-perform > span,
.result-perform > p {
    display: block;
    padding: 10px;
}
.result-perform > span {
    position: absolute;
    left: 0;
    width: 140px;

}
.result-perform > p {
    position: relative;
    padding-left: 160px;
} */
.add-page {
    margin-top: 156px;
}

/* 추가 */
.work2308 .home-tit { display: none; }
.work2308 .home-wrap .home.row.row-wide { max-width: 100%; padding: 0; padding-bottom: 50px; }
.work2308 .home-wrap .reel { width: 100%; }

/* .project_wrap { width: 1620px; margin: 0 auto; }
.project_wrap .project_contents { display: flex; flex-wrap: nowrap; justify-content: space-between; }
.project_wrap .project_contents .con { width: 515px; }
.project_wrap .project_contents .con .con_tit { margin-bottom: 15px; text-align: center; font-weight: 600; font-size: 18px; color: #000; }

.proejct2023 .grid-wrap.seamless .grid-item.tp-4 {
    width: 250px; margin: -5px 3px;
}
.proejct2023 .grid-wrap.seamless .grid-item.tp-4.x3 {
    width: initial;
}

.proejct2023.project-wrap { width: 100%; padding: 0; padding-bottom: 0; margin: 0; }
.proejct2023 .bbs-hd { display: none; }
.proejct2023 .ag-c { display: none; }
.proejct2023 .m-b-lg { margin-bottom: 0; }
.proejct2023 .m-b-md { margin-bottom: 0; }
.proejct2023 .pg_wrap { display: none; }
.proejct2023 li.seamless:first-child .visual-btn { display: none; }

iframe#s_project {
    height: 100%;
} */

/* project_work */
.project_work { width: 1620px; margin: 0 auto; }
.project_work .contents { width: 100%; display: flex; flex-wrap: nowrap; justify-content: space-between; }
.project_work .contents::after { display: block; content: ''; clear: both; visibility: hidden; }
.project_work .contents .con { width: 500px; }
.project_work .contents .grid-wrap.seamless .grid-item.tp-4 { width: 49%; margin: 1% 0; height: 242px; margin-right: 2%; }
.project_work .contents .grid-wrap.seamless .grid-item.tp-4:nth-child(2n) { margin-right: 0; }
.project_work .m-b-lg { margin-bottom: 0px; }
.project_work .s-tit { margin-bottom: 50px; }
.project_work .con .con_tit { margin-bottom: 20px; text-align: center; font-weight: 600; font-size: 18px; color: #000; }
.project_work .con .con_block { height: 15px; }
.project_work .grid-wrap.seamless .detailed { top: initial; bottom: 0; height: 242px; }

/* more_btn */
.more_btn { margin-bottom: 40px; text-align: center; }
.more_btn a { display: inline-block; padding: 10px 15px; font-size: 18px; color: #fff; background-color: #000; }
.work2308 .home-wrap { padding-bottom: 50px; }
/* .work2308 .home-wrap { padding-bottom: 0; }
.work2308 .home-wrap .reel { margin-bottom: 0; }
.work2308 .home-wrap .info { display: none; }
.work2308 .home-wrap .ft-common .row { padding: 50px 0; }
.work2308 .home-wrap .ft-common .row .sns { text-align: center; width: 100%; float: none; }
.work2308 .home-wrap footer { height: initial; } */
