@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    }
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css');
/* 초기화 */
*{
    font-family: 'SUIT','Pretendard-Regular', 'Montserrat', 'Noto Sans KR', sans-serif;
    box-sizing: border-box
    }
::selection {
    background: rgba(138, 138, 138, 0.35);
    color: inherit;
    }

html {
    overflow-y:scroll;
    }
body {
    margin:0 auto;
    padding:0!important;
    font-size: 13px;
    letter-spacing:0;
    color:#1a1a1c;
    background:#ffffff;
    min-width: 280px;
    font-weight:400;
    word-break:keep-all;
    }
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {
    margin:0;
    padding:0;
    border:0
    }
h1, h2, h3, h4, h5, h6 {
    font-size:1em
    }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div {
    display:block;
    box-sizing: border-box;
    }
ul, dl, dd {
    margin:0;
    padding:0;
    list-style:none
    }
dl dt{
    font-weight: 500;
    }
legend {
    position:absolute;
    font-size:0;
    line-height:0;
    text-indent:-9999em;
    overflow:hidden
    }
label, input, button, select {
    border-radius:4px;
    box-sizing: border-box;
    }
label, input, button, select, img {
    vertical-align:middle;
    outline:none;
    }
label{
    margin: 0;
    font-weight: 600;
    cursor: pointer;
    }
input:focus, button:focus {
    outline:none;
    }
input, button {
    margin:0;
    padding:0;
    font-size:initial;
    outline:none;
    }
button {
    cursor:pointer;
    }
input[type=text], input[type=password],input[type=email], input[type=submit], input[type=image], button {
    border-radius:;
    font-size:initial;
    -webkit-appearance:none
    }
textarea, select {
    font-size:1em;
    }
textarea {
    border-radius:0;
    -webkit-appearance:none;
    }
select {
    margin:0;
    border-radius:4px;
    }
p {
    margin:0;
    padding:0;
    word-break:keep-all
    }
pre {
    overflow-x:scroll;
    font-size:1.1em
    }
a, a:link, a:visited {
    color:#1a1a1c;
    text-decoration:none;
    cursor: pointer;
    outline: none;
    }
a:hover, a:focus, a:active {
    text-decoration:none;
    }
/*스크롤디자인*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    }
::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    background-clip: padding-box;
    border: 1px solid transparent;
    }
::-webkit-scrollbar-track {
    background-color: #e7e7e7;
    border-radius: 10px;
    }
/*설정*/
h1{
    font-size: 2.5em;
    }
h2{
    font-size: 2.2em;
    }
h3{
    font-size:2em;
    }
h4{
    font-size:1.8em;
    }
h5{
    font-size: 1.5em;
    }
h6{
    font-size: 1.25em;
    }
a, a:link, a:visited {
    text-decoration:none;
    cursor: pointer;
    }
a:hover, a:focus, a:active {
    text-decoration:none;
    color: #120030;
    }
.panel {
    margin-bottom: 10px;
    }
.nowrap {
    white-space: nowrap !important
    }
.flex {
    display: flex!important;
    }
.flex.wrap {
    flex-wrap: wrap !important
    }
.flex.nowrap {
    flex-wrap: nowrap !important
    }
.flex.jc-sb {
    justify-content: space-between !important
    }
.flex.start {
    justify-content: flex-start !important
    }
.flex.end {
    justify-content: flex-end !important
    }
.flex.center {
    justify-content: center !important
    }
.flex.ai-c{
    align-items: center !important
    }
.flex.ai-b{
    align-items: baseline !important
    }
.flex.ai-e{
    align-items: flex-end !important
    }
.flex.ai-s{
    align-items: flex-start !important;
    }
.hide {
    display: none!important;
    }
.grid{
    display: grid !important;
    gap: 10px;
    }
.grid > li, .grid > div{
    box-sizing: border-box;
    overflow: hidden;
    }
.grid2{
    grid-template-columns: repeat(2, 1fr) !important;
    }
.grid3{
    grid-template-columns: repeat(3, 1fr) !important;
    }
.grid4{
    grid-template-columns: repeat(4, 1fr) !important;
    }
.grid5{
    grid-template-columns: repeat(5, 1fr) !important;
    }
.grid7{
    grid-template-columns: repeat(7, 1fr) !important;
    }
.gap0{
    gap: 0 !important;
    }
.gap5{
    gap: 5px;
    }
.gap10{
    gap: 10px;
    }
.gap15{
    gap: 15px;
    }
.gap20{
    gap: 20px;
    }
.gap25{
    gap: 25px;
    }
.gap30{
    gap: 30px;
    }
.gap40{
    gap: 40px;
    }
.gap50{
    gap: 50px;
    }
.h100{height: 100% !important;}
.w50 {
    width: 50% !important
    }
.w100 {
    width: 100%!important;
    }
.wfit {
    width: fit-content!important;
    }
.mw100 {
    max-width: 100px!important;
    }
.mw150 {
    max-width: 150px!important;
    }
.mw200 {
    max-width: 200px!important;
    }
.w30px {
    width: 30px!important;
    }
.w40px {
    width: 40px!important;
    }
.w50px {
    width: 50px!important;
    }
.w60px {
    width: 60px!important;
    }
.w70px {
    width: 70px!important;
    }
.w80px {
    width: 80px!important;
    }
.w90px {
    width: 90px!important;
    }
.w100px {
    width: 100px!important;
    }
.w150px {
    width: 150px!important;
    }
.w200px {
    width: 200px!important;
    }
.w600px{
    max-width: 600px;
    margin: 0 auto;
    }
.w900px{
    max-width: 900px;
    margin: 0 auto;
    }
.w1200px{
    max-width: 1200px;
    margin: 0 auto;
    }
.w1300px{
    max-width: 1300px;
    margin: 0 auto;
    }
.max-none {
    max-width: none!important;
    }
.mari-auto {
    margin-right: auto!important;
    }
.male-auto {
    margin-left: auto!important;
    }
.search {
    display: flex;
    border-radius: 6px;
    border: 1px solid #ececec;
    }
.search select{
    margin-bottom: 0;
    }
.sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    }
.mono {
    filter: contrast(0%);
    }
.img.circle{
    border-radius: 50%;
    overflow: hidden;
    }
.img{
    border: 1px solid #ECECEC;
    }
.img > .icon{
    z-index: 1;
    margin:8px;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 22px;
    text-align: center;
    }
.img img{
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    }
.img-32{
    width: 32px;
    aspect-ratio:1/1;
    margin-right: 8px;
    border: 1px solid #eee;
    }
.img-40{
    width: 40px;
    aspect-ratio:1/1;
    margin-right: 8px;
    border: 1px solid #eee;
    }
.img-50{
    width: 50px;
    aspect-ratio:1/1;
    margin-right: 10px;
    border: 1px solid #eee;
    }
.img-70{
    width: 70px;
    aspect-ratio:1/1;
    margin-right: 10px;
    }
.img-85{
    width: 85px;
    height: 85px;
    border: 1px solid #ECECEC;
    margin-right:15px;
    }
.img-100{
    width: 100px;
    height: 100px;
    border: 1px solid #ECECEC;
    margin-right: 24px;
    }
.img-200{
    width: 200px;
    height: 140px;
    border: 1px solid #ECECEC;
    margin-right: 24px;
    }
.img.h80{
    height: 80px;
    overflow: hidden;
    }
.inner{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    }
.section .inner{
    padding: 30px;
    }
.cut{
    /*display:inline-block;
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align:middle;
    word-break: break-all;
    white-space: nowrap;*/
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    word-wrap:break-word;
    display:-webkit-box !important;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    }
.cut2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width:100%;
    word-break: break-all;
    }
.cut3{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width:100%;
    word-break: break-all;
    }
.b0 {
    border: 0px!important;
    }
.mb0 {
    margin-bottom: 0px!important;
    }
.mb5 {
    margin-bottom: 5px !important;
    }
.mb10 {
    margin-bottom: 10px!important;
    }
.mb15 {
    margin-bottom: 15px!important;
    }
.mb25 {
    margin-bottom: 25px!important;
    }
.mt0 {
    margin-top: 0px!important;
    }
.mt5 {
    margin-top: 5px!important;
    }
.mt10 {
    margin-top: 10px!important;
    }
.mt15 {
    margin-top: 15px!important;
    }
.mt20 {
    margin-top: 20px!important;
    }
.mt25 {
    margin-top: 25px!important;
    }
.mt30 {
    margin-top: 30px!important;
    }
.mt40 {
    margin-top: 40px!important;
    }
.mt50 {
    margin-top: 50px!important;
    }
.mt100 {
    margin-top: 100px!important;
    }
.mt60 {
    margin-top: 60px!important;
    }
.mb5 {
    margin-bottom: 5px!important;
    }
.mb10 {
    margin-bottom: 10px!important;
    }
.mb15 {
    margin-bottom: 15px!important;
    }
.mb20 {
    margin-bottom: 20px!important;
    }
.mb25 {
    margin-bottom: 25px!important;
    }
.mb30 {
    margin-bottom: 30px!important;
    }
.mb50 {
    margin-bottom: 50px!important;
    }
.m10 {
    margin: 10px 0!important;
    }
.ml5 {
    margin-left: 5px !important;
    }
.ml10 {
    margin-left: 10px !important;
    }
.mr5 {
    margin-right: 5px !important;
    }
.mr10 {
    margin-right: 10px !important;
    }
.mr20 {
    margin-right: 20px !important;
    }
.cursor {
    cursor: pointer;
    }

.ff_style{font-family: 'PayboocFont' !important;}

/* 필수 */
.pilsoo{position:relative;}
.pilsoo::before{     content: "*";
    position: absolute;
    right: 12px;
    top: 12px;
    color: #e74c3c;
    font-weight: 600;
    pointer-events: none;
    line-height: 100%;}

/* 아코디언 */
.arcordianWrap{display:flex;flex-direction:column;gap:14px;}
.arcordianWrap li{border:1px solid #e6e6e6;border-radius:16px;background:#fff;overflow:hidden;}
.arcordianWrap .title{display:flex;align-items:center;gap:16px;height:auto;padding:18px 20px;border:0;}
.arcordianWrap .round{min-width:56px;background:#f7efe6;border-radius:8px;text-align:center;font-weight:700;color:#7a5c3e;height:100%;padding:10px;}
.arcordianWrap .info strong{font-size:16px;display:block;}
.arcordianWrap .icon_arrow{margin-left:auto;}
.arcordianWrap .title .icon_arrow::before{content:"\f078";font-family:'FontAwesome';font-size:16px;transition:transform .25s ease;}
.arcordianWrap .title.on .icon_arrow::before{transform:rotate(180deg);}
.arcordianWrap .content{background:#fafafa;border-top:1px solid #eee;padding:20px;}
.reviewAction{border-radius:6px;overflow:hidden;border:1px solid #ddd;display:grid;gap:0!important;width:260px;}
.reviewAction input{display:none;}
.reviewAction button{border:0;padding:10px 14px;background:#fff;cursor:pointer;border-radius:0;float:left;}
.reviewAction label{padding:10px 20px;border-radius:0;text-align:center;}
.reviewAction .like{color:#2563eb;border-right:1px solid #ddd;}
.reviewAction .hate{color:#ef4444;}
.reviewAction label.like:has(input:checked){background:#117eff26 !important;}
.reviewAction label.hate:has(input:checked){background:#fee7e4b3 !important;}
.reviewText{width:100%;height:120px;border:1px solid #ddd;border-radius:10px;padding:14px;}
.reviewResult{display:flex;flex-direction:column;gap:8px;}


/* stepBox 공통 */
.stepBox{
    position: relative;
    text-align: center;
    margin-top: 80px;
    padding: 100px 0;
    }
.stepBox .cbg{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-20%);
    width: 200%;
    height: 100%;
    background: #F7F9FA;
    z-index: -1;
    }
.ul_step {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-left: 1px;
    }
.ul_step li {
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    border-left: 1px dashed #e1e1e1;
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    position: relative;
    min-height: 137px;
    margin-left: -1px;
    }
.ul_step li:first-child{
    border-left: 1px solid #e1e1e1;
    }
.ul_step li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background: #fff;
    position: absolute;
    right: -21px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    z-index: 1;
    }
.ul_step li	.step_n{
    display: inline-block;
    color: #6F4637;
    font-weight: 600;
    letter-spacing: -0.05em;
    font-size: 1.3em;
    }
.ul_step li img {
    display: block;
    margin: 20px auto;
    }
.ul_step li svg{
    display: block;
    margin: 20px auto;
    height: auto;
    stroke-width: 1.4;
    }
.ul_step li strong {
    display: block;
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 600;
    width: 100%;
    }
.ul_step li p{font-size: 17px;font-weight: 300;}
@media (max-width:768px){
    .ul_step {
        grid-template-columns: repeat(1, 1fr) !important;
        row-gap: 28px;
        }
    .ul_step li{border: 1px solid #e1e1e1;}
    .ul_step li:not(:last-child):after {
        top: auto;
        right: auto;
        left: 50%;
        bottom: -21px;
        transform: rotate(45deg) translateX(-50%);
        z-index: 1;
        }

    }
/* //stepBox 공통 */


/* status-list 공통 */
.status-list{display:flex;flex-direction:column;gap:70px;}
.status-list .status-item{display:grid;grid-template-columns:220px 1fr;gap:20px;padding:20px;}
.status-list .status-left{display:flex;align-items:center;gap:14px;}
.status-list .status-left .badge{width:44px;height:44px;border-radius:50%;background:#6F4637;color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size: 18px;}
.status-list .status-left .state strong{display:block;font-size:22px;font-weight:600;color:#222;letter-spacing: -0.05em}
.status-list .status-left .state p{margin-top:4px;font-size:15px;letter-spacing:-0.05em;color:#999;}
.status-list .status-content{word-break:break-word;
    line-height: 1.6;}

@media (max-width:768px){
    .status-list .status-item{grid-template-columns:1fr;}
    .status-list .status-left{border-bottom:1px solid #eee;padding-bottom:12px;}
    }

/* //status-list 공통 */


/* bgBox 공통 */
.bgBox{background: url(../img/common/txtBox_bg01.jpg) no-repeat;background-size: cover;padding: 60px 50px !important; font-family: "GowunBatang", serif;font-size: 20px;line-height: 1.6;font-weight: 500;}
/* //bgBox 공통 */



/* 달력 */
.select_month{font-size: 15px; margin: 10px 0;}
.tbl_cal > tbody > tr > td td{display: inline-table; width: 14.285%; min-height: 130px; text-align: left;font-weight: 500;color: #1a1a1a;    /*aspect-ratio: 166 / 120;*/padding: 10px;}
.tbl_cal span.check{
    position: relative;
    display: block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 16px;
    background: url(../img/common/ico_point.svg) no-repeat;
    background-size: contain;
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 600;
    font-size: 0;
    margin: 0 auto;
    }
.tbl_cal span.check .check2{
    position: absolute; top: calc(100% + 2px); left: 50%; transform: translateX(-50%); font-size: 11px; letter-spacing: -0.05em;color: #3979f8;
    }
.tbl_cal .wg_week > td{text-align: center;aspect-ratio: unset;min-height: unset;background: #F8F8F8;height: 40px;
    line-height: 40px;padding: 0;}





/*아이콘*/
.icon{
    font-size: 12px;
    padding:5px 6px;
    line-height: 1em;
    font-weight: 600;
    display: inline-block;
    border-radius: 3px;
    }
.icon-pink{
    background:#ff5b90!important;
    color: #fff!important;
    }
.icon-red{
    background: #FF0606!important;
    color: #fff!important;
    }
.icon-red2{
    background:#ff858b!important;
    color: #fff!important;
    }
.icon-blue{
    background: #d7d9ff!important;
    color: #3942e0!important;
    }
.icon-sky{
    background: #dcf3fa!important;
    color: #2992d5!important;
    }
.icon-green{
    background: #666!important;
    color: #fff !important;
    }
.icon-greenline{
    border:1px solid #666!important;
    background: #fff!important;
    color: #666 !important;
    }
.icon-green2{
    background: #c8eed6!important;
    color: #1ea44f!important;
    }
.icon-black{
    background: #232323!important;
    color: #fff!important;
    }
.icon-gray{
    background: #ECECEC!important;
    color: #828282!important;
    }
.icon-gray3{
    background: #f3f3f3!important;
    color: #727272!important;
    }
.icon-gray2{
    background: #333333!important;
    color: #ffffff!important;
    }
.icon-line{
    border: 1px solid #cccccc;
    padding: 3px 5px;
    display: inline-block;
    }
.icon-line2{
    border: 1px solid #919191;
    color: #828282;
    padding: 3px 5px;
    display: inline-block;
    }
.icon-white{
    background: #fff;
    color: #000;
    }
.icon-white2{
    background: #fff;
    color: #666;
    }
.icon.h30{
    line-height: 20px;
    }
.icon.circle{
    text-align: center;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background: #ffe6e6;
    display: table;
    }
.icon.circle p{
    display: table-cell;
    vertical-align: middle;
    }
.icon.circle span{
    font-size: 1.05em;
    color: #7D7D7D;
    }
.icon.circle strong{
    display: block;
    font-size: 1.25em;
    font-weight: 700;
    color: #666;
    margin-top: 6px;
    }
.icon.circle.gray{
    filter:grayscale(100%);
    opacity: 0.6;
    }
.icon-mini{
    font-size: 11px;
    padding:2px 4px;
    font-weight: 700;
    letter-spacing: -0.5px;
    }
.icon-big{
    font-size: 16px;
    padding:5px 10px;
    font-weight: 600;
    letter-spacing: -0.5px;
    }
/*버튼*/
button:disabled, button:disabled:hover{
    filter:saturate(0);
    background: #33333315;
    color:#33333375;
    border-color: #dddddd;
    }
.btn, a.btn {
    height: fit-content;
    background: #505050;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    border: 1px solid transparent;
    width: max-content;
    word-break: keep-all;
    padding: 8px 10px;
    line-height: 1em;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    font-size: 13px;
    color: #fff;
    }
.btn:hover{
    transition: all 0.3s;
    }
.btn.round,a.btn.round{/* 추가 */
    border-radius: 120px;
    }
.btn-mini,a.btn-mini{
    padding: 4px 8px;
    height: auto!important;
    font-size: 11px;
    margin: 2px
    }
.btn-mini2,a.btn-mini2{
    padding: 4px 6px;
    height: auto!important;
    font-size: 12px;
    margin: 2px
    }
.btn-small{
    padding: 7px 10px;
    height: 40px;
    }
.btn-small2 {
    padding: 4px 10px;
    font-size: 14px;
    }
.btn-middle,a.btn-middle{
    width: 50%;
    padding: 15px 0;
    font-size: 1.2em;
    font-weight: 600;
    height: auto!important;
    }
.btn-large,a.btn-large{
    width: 100%;
    padding: 15px 0;
    font-size: 1.2em;
    font-weight: 600;
    height: auto!important;
    }
a.btn-lightgreen, .btn-lightgreen{
    background: #00BC80;
    border: 1px solid #00BC80;
    color: #fff;
    }
a.btn-lightgreen:hover, .btn-lightgreen:hover{
    background-color: #348121;
    border-color: #348121;
    }
a.btn-green, .btn-green{
    background: #e8f5e9;
    color: #2e7d32;
    }
a.btn-green:hover, .btn-green:hover{
    background-color: #348121;
    color: #fff;
    }
a.btn-skyblue, .btn-skyblue{
    background-color: #b6d2ff;
    color: #5270eb;
    }
a.btn-skyblue:hover, .btn-skyblue:hover{
    background-color: #5b9bff;
    color: #fff;
    }
a.btn-blue, .btn-blue{
    background-color: #3583FF;
    color: #fff;
    }
a.btn-blue:hover, .btn-blue:hover{
    background-color: #478eff;
    color: #fff;
    }
a.btn-whiteblue, .btn-whiteblue{
    background-color: #fff !important;
    color: #478eff !important;
    }
a.btn-whiteblue:hover, .btn-whiteblue:hover{
    background-color: #478eff !important;
    color: #fff !important;
    }
a.btn-purple, .btn-purple{
    background-color: #4900C0;
    color: #fff;
    }
a.btn-purple:hover, .btn-purple:hover{
    background-color: #370093;
    color: #fff;
    }
a.btn-red, .btn-red{
    background-color: #FEE7E4;
    color: #D34A3B;
    }
a.btn-red:hover, .btn-red:hover{
    background-color: #D34A3B;
    color: #FEE7E4;
    }
a.btn-red2, .btn-red2{
    background-color: #fff7f7;
    color: #ff0606;
    }
a.btn-red2:hover, .btn-red2:hover{
    background-color: #ffd4d4;
    color: #ff0606;
    }
a.btn-redline, .btn-redline{
    border: 1px solid #ff9292;
    background: #FEE7E4;
    color: #D34A3B;
    }
a.btn-pink, .btn-pink{
    background-color: #ffd6d7;
    color: #fa6966;
    }
a.btn-pink:hover, .btn-pink:hover{
    background-color: #fa6966;
    color: #fff;
    }
a.btn-yellow, .btn-yellow{
    background-color: #FAC700;
    color: #000000;
    }
a.btn-yellow:hover, .btn-yellow:hover{
    background-color: #ff7340;
    color:#000000;
    }
a.btn-orange, .btn-orange{
    background: #fff3e0;
    color: #e65100;
    }
a.btn-orange:hover, .btn-orange:hover{
    background-color: #ff940a;
    color:#fff;
    }
a.btn-org, .btn-org {
    background-color: #00bc80;
    color: #fff;
    }
a.btn-brown, .btn-brown {
    background-color: #A89F91;
    color: #fff;
    }
a.btn-brownline, .btn-brownline {
    background-color: #fff;
    border-color: #A89F91;
    color: #A89F91;
    }
a.btn-brownline:hover, .btn-brownline:hover {
    background-color: #6F4637;
    color: #fff;
    }
a.btn-org2, .btn-org2{
    background-color: #fff;
    color: #E0BE93;
    }
a.btn-orgline, .btn-orgline{
    background-color: #fff;
    color: #E0BE93;
    border: 1px solid #E0BE93;
    }
a.btn-white, .btn-white{
    background-color: #fff;
    color: #484951;
    }
a.btn-white:hover, .btn-white:hover{
    background-color: #484951;
    color: #fff;
    }
a.btn-whiteline, .btn-whiteline{
    background-color: #fff;
    color: #484951;
    border: 1px solid #1a1a1c;
    }
a.btn-whiteline:hover, .btn-whiteline:hover{
    background-color: #dadada;
    color: #484951;
    border: 1px solid #1a1a1c;
    }
a.btn-whiteline2, .btn-whiteline2{
    background-color: #fff0!important;
    color: #fff;
    border: 1px solid #fff;
    }
a.btn-whiteline2:hover, .btn-whiteline2:hover{
    background-color: #ffffff10!important;
    color: #fff;
    border: 1px solid #fff10;
    }
a.btn-white2, .btn-white2{
    background-color: #fff;
    color: #666;
    }
a.btn-white2:hover, .btn-white2:hover{
    background-color: #666;
    color: #fff
    }
a.btn-white3, .btn-white3{
    background-color: #ffffff20!important;
    color: #fff;
    }
a.btn-white3:hover, .btn-white3:hover{
    background-color: #ffffff30!important;
    color: #fff
    }
a.btn-blueline, .btn-blueline{
    background-color: #fff;
    color: #3583FF;
    border: 1px solid #3583FF;
    }
a.btn-blueline:hover, .btn-blueline:hover{
    background-color: #3583FF;
    color: #fff;
    border: 1px solid #3583FF;
    }
a.btn-black, .btn-black{
    background-color: #1E1E1E;
    color: #fff;
    border: 1px solid #1E1E1E;
    }
a.btn-black:hover, .btn-black:hover{
    background-color: #6b6b6b;
    color: #fff;
    border: 1px solid transparent;
    }
a.btn-blackline, .btn-blackline{
    background-color: #ffffff;
    color: #232323;
    border: 1px solid #616161;
    opacity: 0.8;
    }
a.btn-blackline:hover, .btn-blackline:hover{
    background-color: #dadada;
    color: #232323;
    border: 1px solid #616161;
    opacity: 1;
    }
a.btn-gray, .btn-gray{
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    color: #888;
    }
a.btn-gray:hover, .btn-gray:hover{
    background-color: #ddd !important;
    border-color: #E8E8E8 !important;
    color: #666 !important;
    }
a.btn-grayline, .btn-grayline{
    background-color: #FAFAFC;
    color: #3B3B3B;
    border: 1px solid #eaebf2;
    }
a.btn-grayline:hover, .btn-grayline:hover{
    background-color: #1a1a1c;
    color: #fff;
    border: 1px solid #1a1a1c;
    }
a.btn-gray2, .btn-gray2{
    background-color: #1a1a1c;
    color: #fff;
    }
a.btn-gray2:hover, .btn-gray2:hover{
    background-color: #84848a;
    }
a.btn-gray3, .btn-gray3{
    background-color: #565656 !important;
    color: #fff!important;
    }
a.btn-gray3:hover, .btn-gray3:hover{
    background-color: #1a1a1c !important;
    }
a.btn-gray4, .btn-gray4{
    background-color: #6c757d !important;
    color: #fff!important;
    }
a.btn-gray4:hover, .btn-gray4:hover{
    background-color: #1a1a1c !important;
    }
a.btn-line, .btn-line{
    border: 1px solid #E8E8E8;
    background-color: #ffffff;
    color: #484951;
    }
a.btn-line:hover, .btn-line:hover{
    background-color: #484951;
    border: 1px solid #484951;
    color: #fff
    }
a.btn-line2, .btn-line2{
    border: 1px solid #2A2A2A;
    background-color: #D4D4D4;
    color: #484951;
    }
a.btn-line2:hover, .btn-line2:hover{
    background-color: #7e7e7e;
    border: 1px solid #2A2A2A;
    color: #fff
    }
a.btn-line3, .btn-line3{
    border: 1px solid #e3e3e3;
    background-color: #ffffff;
    color: #b5b5bb;
    }
a.btn-line3:hover, .btn-line3:hover{
    background-color: #7e7e7e;
    border: 1px solid #2A2A2A;
    color: #fff
    }
.btn-sdw{
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
    }
.btn-h40, a.btn-h40 {
    height: 40px;
    line-height: 22.5px;
    }
.btn-h55, a.btn-h55 {
    height: 55px !important;
    line-height: 22.5px;
    }
.h40{height: 40px !important;}
.h55{height: 55px !important;}
.mb_wrap .btn-wrap{
    text-align: center;
    padding:28px 0;
    }


/* 디자인버튼 */
.btn-org-ani{    position: relative;overflow: hidden;display: inline-block;font-size: 17px;font-weight: 600;line-height: 50px;padding: 0 20px;height: 50px;border-radius: 3px;background: linear-gradient(45deg, #c78b70, #f6d6a8, #c78b70);transition: all .35s ease;}
.btn-org-ani:before{content:"";position:absolute;top:0;left:-120%;width:60%;height:100%;background:linear-gradient(120deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.45) 50%,rgba(255,255,255,0) 100%);transform:skewX(-25deg);transition:all .7s ease;}
.btn-org-ani:hover:before{left:130%;}





/*댓글*/
td span.new {
    background: #444;
    color: #fff;
    font-size: 0.7em;
    padding: 2px 4px;
    border-radius: 4px 4px 0 4px;
    margin-left: 5px;
    }
td span.comment {
    font-size: 0.7em;
    padding: 2px 5px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px 4px 4px 0;
    margin-left: 5px;
    font-weight: 800;
    }
/*글자*/
.txt-org> a, .txt-org {
    color: #00D994 !important;
    }
.txt-blue> a, .txt-blue {
    color: #3583FF !important;
    }
.txt-darkblue> a, .txt-darkblue {
    color: #24498E !important;
    }
.txt-purple > a, .txt-purple{
    color: #864CF6 !important;
    }
.txt-green> a, .txt-green {
    color: #00a915 !important;
    }
.txt-blue2> a, .txt-blue2 {
    color: #a8bfff;
    }
.txt-sky> a, .txt-sky {
    color: #4aeaff;
    }
.txt-pink> a, .txt-pink{
    color:#ff5b90;
    }
.txt-yellow> a, .txt-yellow {
    color: #e6af53;
    }
.txt-orange> a, .txt-orange {
    color: #F37021 !important;
    }
.txt-lightbrown> a, .txt-lightbrown {
    color: #D6C3A3 !important;
    }
.txt-brown> a, .txt-brown {
    color: #A89F91 !important;
    }
.txt-red2 > a, .txt-red2{
    color: #e74c3c !important;
    }
.txt-red > a, .txt-red {
    color: #D34A3B !important;
    }
.txt-gray > a, .txt-gray{
    color: #AFAFAF;
    }
.txt-gray2 > a, .txt-gray2{
    color: #707070;
    }
.txt-dark > a, .txt-dark{
    color: #7D7D7D;
    }
.txt-black > a, .txt-black{
    color: #232323!important;
    }
.txt-white > a, .txt-white{
    color: #ffffff!important;
    }
.txt-bold {
    font-weight: 800!important;
    }
.txt-bold2 {
    font-weight: 600!important;
    }
.txt-thin {
    font-weight: 400!important;
    }
.txt-under {
    text-decoration: underline!important;
    }
.txt-under2{
    text-decoration:none;
    opacity:1;
    border-bottom:10px solid #fff7f5;
    display:inline-block;
    line-height:0px;
    }
.txt-through {
    text-decoration:line-through
    }
.txt-down{
    font-size: 0.9em;
    line-height: 1.6em;
    }
.txt-up{
    font-size: 1.1em;
    }
.txt-mini{
    font-size: 0.85em;
    }
.txt-center{
    text-align: center!important;
    }
.txt-left{
    text-align: left!important;
    }
.txt-right{
    text-align: right!important;
    }
.highlight{
    background: linear-gradient(to right, rgba(216, 209, 206, 0.36) 0, rgba(216, 209, 206, 0.36) 100%)
    }
/*박스디자인*/
.box{
    border: 1px solid #fff0;
    padding: 2rem;
    }
.box10{
    padding: 10px;
    }
.box15{
    border: 1px solid #fff0;
    padding: 15px;
    }
.box20{
    border: 1px solid #fff0;
    padding: 20px;
    }
.box25{
    border: 1px solid #fff0;
    padding: 25px;
    }
.box-sdw{
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.06);
    background-color: #FFFFFF;
    }
.box-white{
    background: #fff;
    }
.box-line{
    background: #fff;
    border:1px solid #e8e8e8;
    }
.box-line2{
    background: #fff;
    border:1px solid #f1ecec;
    }
.box-under{
    border-bottom: 1px solid #DBDBDB;
    }
.box-gray{
    background-color: #fafafa;
    border-color: #fafafa
    }
.box-gray1{
    background-color: #F3F3F3;
    border-color: #F3F3F3
    }
.box-gray2{
    background-color: #e0e4e5;
    border-color: #e0e4e5
    }
.box-grayline{
    background-color: #f4f4f4;
    border-color: #dadada
    }
.box-yellowline{
    background-color: #FDF7EF;
    border-color: #B9B4AE;
    }
.box-brownline{
    background-color: #fff;
    border-color: #6f46373d;
    }
.box-lightgreen{
    background-color: #F5F8F3;
    border-color: #F5F8F3;
    }
.box-green{
    background: #E6F9EC;
    border-color: #28A745;
    color: #28A745 !important;
    }
.box-yellow{
    background:#FFFAEF;
    border: 1px solid #FFC06D;
    }
.box-red{
    background: #FFEFEF 0% 0% no-repeat padding-box;
    border: 1px solid #FF816D;
    opacity: 1;
    }
.box-red2{
    background: #FEE7E4;
    }
.box-blue{
    background: #eff4ff 0% 0% no-repeat padding-box;
    border: 1px solid #6d74ff;
    opacity: 1;
    }
.box-black {
    background-color: #2A2A2A;
    border-color: #2A2A2A;
    }
.box-skyblue{
    background-color: #EFF4FA ;
    }
.box-skyblue2{
    background-color: #7bd9ff;
    color: #fff;
    }
.box-radius{
    border-radius:10px;
    }
.box-radius2{
    border-radius:5px;
    }
.box-radius-round{
    border-radius: 120px;
    }
.txt-line span{
    color: #9F9F9F;
    }
.txt-line span:after{
    content: "";
    width: 1px;
    height: 10px;
    display: inline-block;
    background: #E9E9E9;
    margin: 0 4px;
    }
.txt-line span:last-child:after{
    display: none;
    }

.hov_under{}
.hov_under:hover{text-decoration: underline !important;}


/* 체크리스트 */
.check_list ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px;}
.check_list li{font-size:20px;padding-left:40px;position:relative;}
.check_list .icon_chk{position:absolute;left:0;top:-2px;width:26px;height:26px;border-radius:50%;background:#9B794B;display:flex;align-items:center;justify-content:center;}
.check_list .icon_chk::before{content:"✓";color:#fff;font-size:16px;font-weight:700;line-height:1;}
@media(max-width:768px){
    .check_list{padding-left:10px;}
    .check_list li{font-size:16px;letter-spacing:-0.05em;}
    }



/*폼형태*/
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(../img/common/arrow_mini.svg) no-repeat;
    background-position: right 10px center;
    height: 55px !important;
    border: 1px solid #ececec;
    color: #1a1a1c;
    padding: 0 32px 0 10px;
    display: block;
    font-size: 15px !important;
    line-height: 1.6em !important;
    opacity: 1;
    border-radius: 6px;
    margin-bottom: 10px !important;
    }
input{
    width: 100%;
    background: #fff !important;
    border: 0;
    height: 55px;
    line-height: 55px;
    text-indent: 10px;
    margin: 0;
    margin-bottom: 10px;
    color: #1a1a1a;
    border-radius: 5px;
    border: 1px solid #ececec;
    font-size: 1.1em;
    }
input.h30{
    height: 30px;!important;
    }
input.h35{
    height: 35px;!important;
    }
input.h40{
    height: 40px;!important;
    }
input.white{
    background-color: #FFFFFF!important;
    }
input.gray{
    background-color: #F5F5F5!important;
    }
input.line{
    border: 1px solid #666;
    }
input.big{
    height: 40px;
    font-size: 1.35em!important;
    font-weight: 700;
    padding: 5px 10px;
    }
input:disabled, input:read-only {
    background-color: #E8E8E8;
    }
textarea {
    background-color: #f5f5f5;
    border: 1px solid #fff0;
    color: #1a1a1c;
    padding: 10px;
    display: block;
    font-size: 1em!important;
    line-height: 1.6em!important;
    opacity: 1;
    width: 100%;
    border-radius: 3px;
    box-shadow: none !important;
    resize: none !important;
    }
textarea.white{
    background-color: #FFFFFF!important;
    }
textarea.v2{
    background-color: #fafdf1 !important;
    }
textarea:disabled, textarea:read-only {
    background-color: #f3f3f3;
    border: 0px ;
    }
input::placeholder{
    opacity: 0.8;
    }
select.noline {
    color: #1a1a1c;
    border: 0;
    }
select.line {
    color: #1a1a1c;
    border: 1px solid #cccccc;
    }
select.gray {
    color: #f9f9f9;
    border: 1px solid #f9f9f9;
    }
select.gray2 {
    background: #f4f4f4;
    }

select:disabled, select[readonly] {
    background-color: #f3f3f3;
    border: 0;
    }
.search input[type="search"],
.search .btn-search {
    /*background: #f9f9f9;*/
    border: 0;
    background: none !important;
    }
.search.white input[type="search"],
.search.white .btn-search {
    background: #ffffff;
    }
.dateArea > div{
    width: calc((100% - 24px) / 2);
    }
.dateArea .wave{
    margin-top: 17px;
    width: 24px;
    text-align: center;
    }
input[type="date"]{
    text-indent: 0px;
    padding: 0 10px 0 18px;
    font-size: initial;
    letter-spacing: -0.04em;
    }
input[type="search"] {
    border-radius: 0;
    width: 150px;
    height: 55px;
    border-right: 0;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0!important;
    }
.btn-search {
    border-radius: 0;
    width: 55px;
    height: 55px;
    border-left: 0;
    display: inline-block;
    padding: 0 10px;
    color: #6E6E6E;
    box-shadow: none;
    border: 0;
    }
input[type=radio] {
    margin: 0px .5px 0 0;
    }
input[type="search"]:hover {    border-bottom: 1px solid #fff0!important;}
[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    background: lightgray;
    appearance: none;
    width: 1.25em;
    height: 1.25em;
    }
[type="radio"]:checked {
    background: #fff;
    border: 0.4em solid #444;
    }
[type="radio"]:focus-visible {
    outline-offset: max(2px, 0.1em);
    outline: max(2px, 0.1em) dotted #444;
    }
[type="radio"]:hover {
    box-shadow: 0 0 0 max(4px, 0.2em) #e8e8e8;
    cursor: pointer;
    }
[type="radio"]:disabled {
    background-color: lightgray;
    box-shadow: none;
    opacity: 0.7;
    cursor: not-allowed;
    }
[type="radio"]:disabled + span {
    opacity: 0.7;
    cursor: not-allowed;
    }
.joayoWrap input[type="radio"]{display: none}
.joayoWrap input[type="radio"] + label i{font-size: 24px;color: #dfdfdf}
.joayoWrap input[type="radio"]:checked + label i.fa-thumbs-up{
    color:#2563eb;
    }
.joayoWrap input[type="radio"]:checked + label i.fa-thumbs-down{
    color:#dc2626;
    }

[type="checkbox"] {
    margin:0 5px 0 0 !important;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    appearance:none;
    width:24px;
    height:24px;
    background:#fff !important;
    border:1px solid #ccc;
    border-radius:4px;
    outline:none !important;
    }

[type="checkbox"]::after{
    content:" ";
    position:absolute;
    top:4px;
    left:8px;
    width:6px;
    height:12px;
    border:3px solid #ccc;
    border-top:0;
    border-left:0;
    transform:rotate(45deg);
    /*opacity:0;*/
    transition:all .2s ease;
    }

[type="checkbox"]:checked{
    background:#00D994 !important;
    border-color:#00D994;
    }

[type="checkbox"]:checked::after{
    border-color:#fff;
    opacity:1;
    }
[type="checkbox"]:focus-visible {
    outline-offset: max(2px, 0.1em);
    outline: max(2px, 0.1em) dotted #444;
    }
[type="checkbox"]:hover {
    box-shadow: 0 0 0 max(4px, 0.2em) #e8e8e8;
    cursor: pointer;
    }
[type="checkbox"]:disabled {
    background-color: lightgray;
    box-shadow: none;
    opacity: 0.7;
    cursor: not-allowed;
    }
[type="checkbox"]:disabled + span {
    opacity: 0.7;
    cursor: not-allowed;
    }

/*네모형 라디오*/
.select input[type=radio]{
    display: none;
    }
.select input[type=radio]+label{
    border-radius: 0;
    display: inline-block;
    cursor: pointer;
    height: 40px;
    padding: 0 10px;
    background-color: #fff;
    color: #373844;
    line-height: 40px;
    text-align: center;
    font-weight:400;
    }
.select.v2 input[type=radio]+label{
    height: fit-content!important;
    padding: 2px 5px;
    border-radius: 4px;
    line-height: unset
    }
.select input[type=radio]+label{
    background-color: #fff;
    color: #373844;
    border: 1px solid #C9C9C9;
    border-radius: 3px;
    }
.select input[type=radio]:disabled+label{
    background-color: #c9c9c9;
    color: #373844;
    }
.select input[type=radio]:checked+label{
    background-color: #f0ffc9;
    border: 1px solid #888;
    color: #888;
    font-weight:bold;
    }

/* 버튼형 라디오 */
.btnRadio input[type=radio]{display:none;}
.btnRadio input[type=radio]+label{
    background: transparent;
    color: #00D994;
    border: 1px solid #00D994;
    height: 55px;
    line-height: 55px;
    padding: 0 10px;
    text-align: center;
    }
.btnRadio input[type=radio]+label:hover{
    border-color:#00D994;
    }
.btnRadio input[type=radio]:checked+label{
    color:#fff;
    background:#00D994;
    }





/*네모형 체크*/
.select input[type=checkbox]{
    display: none;
    }
.select input[type=checkbox]+label{
    border-radius: 0;
    display: inline-block;
    cursor: pointer;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #373844;
    line-height: 40px;
    text-align: center;
    font-weight:400;
    }
.select.v2 input[type=checkbox]+label{
    height: fit-content!important;
    padding: 2px 5px;
    border-radius: 4px;
    line-height: unset
    }
.select input[type=checkbox]+label{
    background-color: #fff;
    color: #373844;
    border: 1px solid #C9C9C9;
    border-radius: 3px;
    }
.select input[type=checkbox]:disabled+label{
    background-color: #c9c9c9;
    color: #d0d0d0;
    }
.select input[type=checkbox]:checked+label{
    background-color: #f0ffc9;
    border: 1px solid #888;
    color: #888;
    font-weight:bold;
    }
/*동그라미 라디오*/
.circle label{
    margin-right: 6px;
    }
.circle input[type="radio"] {
    margin: 0px .5px 0 0;
    }
.circle input[type="radio"] {
    border: 1px solid #c9c9c9;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border-radius: 30px;
    appearance: none;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    }
.circle input[type="radio"]:checked {
    background: #fff;
    border: 1px solid #c9c9c9;
    }
.circle input[type="radio"]:checked + label{
    color: #333333
    }
.circle input[type="radio"]:checked:after{
    content: "";
    display: inline-block;
    width: 0.7em;
    height: 0.7em;
    border-radius: 50%;
    background-color: #00BC80;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    }
.circle input[type="radio"]:focus-visible {
    outline-offset: max(2px, 0.1em);
    outline: max(2px, 0.1em) dotted #666;
    }
.circle input[type="radio"]:hover {
    box-shadow: 0 0 0 max(4px, 0.2em) lightgray;
    cursor: pointer;
    }
.circle input[type="radio"]:disabled {
    background-color: lightgray;
    box-shadow: none;
    opacity: 0.7;
    cursor: not-allowed;
    }
.circle input[type="radio"]:disabled + span {
    opacity: 0.7;
    cursor: not-allowed;
    }
/**/
textarea{
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #ececec;
    color: #1a1a1c;
    padding: 10px;
    }
.editor textarea{
    min-height: 300px;
    }
/*탭디자인*/
.nav-tabs{
    margin-bottom: 15px;
    display: flex;
    border-bottom: 0;
    }
.nav-tabs>li{
    width: 50%;
    border: 0;
    border-radius: 0;
    list-style: none;
    float: left;
    margin-bottom: -1px;
    margin-right: 5px;
    }
.nav-tabs>li:last-child{margin-right: 0;}
.nav-tabs>li>a{
    border:0;
    width: 100%;
    text-align: center;
    border-radius: 0;
    color: #222;
    font-size: 15px;
    padding: 10px 0;
    display: block;
    font-weight: 600;
    background: #fff;
    border-radius: 6px 6px 0 0;
    }
.nav-tabs>li>a:hover{
    color: #222222;
    border:0;
    opacity: 0.8;
    background:none;
    }
.nav-tabs>li.active>a{
    opacity: 1; color: #fff;
    cursor: default;
    background-color: #007AF5;
    /*border: 1px solid #ddd;*/
    border: 0;
    border-bottom-color: transparent;
    }
.nav-tabs>li.current>a, .nav-tabs>li.current>a:focus, .nav-tabs>li.current>a:hover{
    border:0;
    border-bottom: 2px solid #666;
    color: #666;
    font-weight: 700;
    opacity: 1;
    }
.nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{background: #007AF5; color: #fff;border: 0;cursor: pointer}
.tab-content > li {
    display: none;
    }
.tab-content > li.active {
    display: block;
    }
@media screen and (max-width: 550px) {
    .nav-tabs>li>a{
        font-size: 1em;
        letter-spacing: -.5px
        }
    }
/*탭메뉴*/
ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    overflow: scroll;
    }
ul.tabs::-webkit-scrollbar {
    display: none;
    }
ul.tabs li{
    margin-right: 5px;
    background: none;
    display: inline-block;
    border-radius: 120px;
    padding: 15px 32px;
    font-size: 17px;
    background-color: #ededed;
    border:1px solid #DDDDDD;
    color: #8B8B8B;
    font-weight: 500;
    cursor: pointer;
    }
ul.tabs li.active{
    color: #fff;
    background-color: #171717;
    border-color: #171717;
    }
ul.tab-content > li {
    display: none;
    }
ul.tab-content > li.active {
    display: block;
    }
@media(max-width: 768px){
    ul.tabs li{font-size: 15px;padding: 11px 26px;white-space: nowrap}
    }


/* 단계 */
#process .process-steps{
    list-style:none;
    padding:0;
    margin:0;
    }
#process .process-steps .step{
    display:flex;
    align-items:center;
    gap:24px;
    margin-bottom: -16px;
    }
#process .step-num{
    width:90px;
    background:#6F1A1A;
    color:#fff;
    text-align:center;
    font-weight:700;
    padding:40px 0 26px;
    line-height:1.1;
    clip-path: polygon(0 0, 50% 20%, 100% 0, 100% 80%, 50% 100%, 0 80%);
    flex-shrink:0;
    }
#process .step:first-child .step-num{clip-path: polygon(0 0, 0% 00%, 100% 0, 100% 80%, 50% 100%, 0 80%);padding: 26px 0 26px;}
#process .step:last-child .step-num{clip-path: polygon(0 0, 50% 20%, 100% 0, 100% 100%, 50% 100%, 0 100%);}
#process .step-num strong{
    display:block;
    font-size:30px;
    margin-top:6px;
    }
#process .step-cont h4{
    font-size:20px;
    font-weight:700;
    margin-bottom:6px;
    }
#process .step-cont p{
    margin-top: 10px;
    color:#555;
    line-height:1.5;
    }
#process .step.active .step-num{
    background:#3b6edc;
    color:#fff;
    }


/* 리스트 박스 */
.boxLists .item{display:flex;align-items:center;justify-content:space-between;padding:26px 30px;border-radius:14px;background:#F0F2ED;text-decoration:none;transition:.25s;cursor: auto}
.boxLists .item .txt{max-width:85%;}
.boxLists .item strong{display:block;font-size:20px;font-weight:600;color:#000;}
.boxLists .item p{margin-top:6px;font-size:14px;color:#777;line-height:1.5;}
@media(max-width: 768px){
    .boxLists{margin-top: 30px;display: block !important}
    .boxLists .item{margin-bottom: 10px;padding:20px;}
    .boxLists .item strong{font-size:20px;}
    }

/* 리스트 박스2 */
.boxLists2{}
.boxLists2 .item{border-radius: 10px;border: 1px solid #1F234C;overflow:hidden;}
.boxLists2 .item .tit{padding: 15px 20px;background: #1F234C;}
.boxLists2 .item .desc{padding: 15px 20px;background: #fff;}



/*팝업*/
#popup {
    position: fixed;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 28%);
    }
#popup .btn-pop{
    height: 50px;
    display: flex;
    width: 100%
    }
#popup .btn-pop button:first-child{
    border-right: 1px solid #eee
    }
#popup .btn-pop button{
    height: 48px;
    width: 50%
    }
#popup.hide {
    display: none;
    }
@media screen and (max-width: 550px) {
    #popup{
        left: 0!important;
        top: 0!important;
        width: 100%;
        }
    #popup img{
        width: 100%;
        }
    }
/*alert디자인(swal2)*/
.swal2-popup{
    max-width: 400px;
    width: calc(100% - 80px);
    min-width: 280px;
    font-size: 16px;
    padding:20px;
    }
.swal2-title{
    font-size: 1.15em;
    margin-bottom: 10px;
    }
.swal2-html-container{
    font-size: 16px;
    line-height: 1.4em;
    margin: 0;
    word-break: keep-all;
    }
.swal2-actions{
    width: 100%;
    margin-top:20px;
    flex-wrap:nowrap;
    flex-direction: row-reverse;
    }
.swal2-actions button{
    width: 100%;
    font-weight: 400;
    line-height: 35px;
    height: 50px;
    padding: 0;
    border:0;
    margin:0 2px;
    border-radius: .25em!important;
    }
.swal2-actions button:hover, .swal2-actions button:focus{
    outline: none !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
    }
.swal2-styled.swal2-confirm{
    background: #00bc80;
    color: #fff;
    border-radius:0px;
    height: 50px;
    }
.swal2-styled.swal2-deny{
    background:#C4C4C4;
    color: #fff;
    border-radius:0px;
    }
.swal2-actions:not(.swal2-loading) .swal2-styled{
    opacity: 0.9;
    }
.swal2-actions:not(.swal2-loading) .swal2-styled:hover{
    background-image: none;
    opacity: 1;
    }
.swal2-html-container select {
    margin: 8px 0;
    }

/*분류태그*/
.tag{
    display: flex;
    }
.tag > span{
    display: inline-block;
    padding: 2px 4px;
    margin-right: 4px;
    background: #F1F1F1;
    color: #6E6E6E;
    }
.tagbox {
    padding: 20px 24px 0;
    display: flex;
    width: 100%;
    }
.tagbox > div {
    display: flex;
    flex-wrap: wrap;
    }
.tagbox > div > p {
    display: inline-block;
    margin-bottom: 20px;
    }
.tagbox > div > p span.tag {
    border-radius: 0px;
    border: 1px solid #C8C8CB;
    color: #484951;
    padding: 5px;
    margin-left: 5px;
    display: inline-block;
    line-height: 1em;
    }
.tagbox > div > p span.tag.active {
    background: #daffcb;
    border: 1px solid #666;
    color: #666;
    }
/* 이미지업로드 */
.upload_btn{
    background: #E6E6E6;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    }

/*사진첨부*/
.newpic {  display: inline-block;    margin-bottom: 10px;    margin-right: 10px;}
.newpic.after {  margin-bottom: 10px;    margin-right: 0px;}
.newpic-upload { display: inline-block;position: relative;    text-align: left;}
.newpic-upload.w100 { width: 100%;}
.newpic-upload .newpic-edit {  position: absolute;  left: 0px;  z-index: 1;  top: 0px;}
.newpic-upload .newpic-edit input {  display: none;}
.newpic-upload .newpic-edit input + label {  display: inline-block;    width: 130px;    height: 130px;    line-height: 110px;
    margin-bottom: 0;    border-radius: 100%;    color: #fff0;    background: #FFF0;  cursor: pointer;  font-weight: normal;  transition: all 0.2s ease-in-out;}
.newpic-upload.w100 .newpic-edit input + label {  width: 100%;   }
.newpic-upload .newpic-edit input + label:hover {  background: #ffffff69;}
.newpic-upload .newpic-edit input + label:after {  content: "";  font-family: "FontAwesome"; color: #fff0;
    position: absolute;  top: 10px;  left: 0;  right: 0;  text-align: center;  margin: auto;}
.newpic-upload .newpic-preview {  width: 130px;  height: 130px;  position: relative;  border: 1px solid #F8F8F8;}
.newpic-upload.w100 .newpic-preview {  width: 100%; }
.newpic-upload .newpic-preview > div {  width: 100%;  height: 100%;  background-size: cover;  background-repeat: no-repeat;  background-position: center;}

@media screen and (max-width: 300px) {
    .newpic-upload .newpic-edit input + label {  display: inline-block;    width: 100px;    height: 100px;    line-height: 110px;}
    .newpic-upload .newpic-preview {  width: 100px;  height: 100px;  position: relative;  border: 1px solid #F8F8F8;}
    }


/*테이블*/
.table {
    overflow-y: auto;
    margin-bottom: 20px;
    margin-top: 10px;
    border-radius: 3px;
    letter-spacing: -.5px;
    }
.table table{
    width: 100%;
    border-spacing:0;
    }
.table thead > tr{
    position: relative;
    }
.table thead > tr::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #F3F3F7;
    border-radius: 10px 10px 0 0;
    background: #FAFAFC;
    z-index: -1;
    }
.table th{
    padding: 10px 7.5px;
    /*border-bottom: 2px solid #F3F3F7;
    border-right:1px solid #F3F3F7;*/
    color: #1a1a1a;
    }
.table td{
    padding: 10px 7.5px;
    border-bottom: 1px solid #F3F3F7;
    background: #fff;
    }
.table th.bg,
.table td.bg{background: #EFF4FA !important;}
.table tr:nth-of-type(even) td{
    background: #FAFAFC;
    }
.table th.bg_pink,
.table td.bg_pink{background: #FEE7E4 !important;}
.table .bg2 td{
    background: #EFEFEF!important;
    }
.table .bg3 td{
    background: #d3d3d3 !important;
    }

.table.table_mini th, .table.table_mini td{
    padding: 5px;
    }
.table th:last-child, .table td:last-child{
    border-right: 0;
    }
.table th{
    font-weight: 600;
    font-size: 1em;
    }
.table tbody th{
    background: rgba(239, 239, 239, 0.34);
    border-bottom: 1px solid #E6E6E6;
    }
.table tr:first-of-type > *:first-child{
    border-top-left-radius: 6px;
    }
.table tr:first-of-type > *:last-child{
    border-top-right-radius: 6px;
    }
.table tbody tr:last-of-type > *:first-child{
    border-bottom-left-radius: 6px;
    }
.table tbody tr:last-of-type > *:last-child{
    border-bottom-right-radius: 6px;
    }
.table .txt-center{
    text-align: center;
    }
.table .txt-left{
    text-align: left;
    }
.table .txt-right{
    text-align: right;
    }
.table td > a {
    display: block
    }
.table tr.fixed td{
    font-weight: 600;
    background-color: #FEF5CF;
    border-bottom: 1px solid #e7cbcb85;
    color:#373844;
    }
.table tr.collapse, .table tr.collapsing td, .table tr.collapse.in td{
    background-color: #FBFBFB;
    }
/*모달*/
.modal{z-index: ;}
.modal-open {
    overflow: unset;
    }
.modal-open .modal {
    font-size: 15px;
    padding-right:  0px!important;
    }
.modal-content {
    box-shadow: none;
    background: #fff;
    border: 0;
    border-radius: 0;
    max-height: 90vh;
    }
.modal-header {
    background: #fff;
    padding: 25px 30px 20px;
    }
.modal-header .close {
    /*opacity: 1;
    text-align: right;
    width: 100%;
    margin-bottom: 5px;
    padding: 20px;
    display: inline-block;*/
    opacity: 1;
    padding: 20px;
    position: absolute;
    right: 8px;
    top: 11px;
    }
.modal-header .close .icon {
    border-radius: 0;
    }
.modal-title {
    background: #fff;
    line-height: normal;
    }
.modal-body {
    background: #fff;
    width: 100%;
    line-height: 1.6;
    }
.modal-footer {
    background: #fff;/*border-top: 1px solid #efefef;*/

    }
.modal-footer .btn+.btn{
    margin-left: 0!important;
    }
.modal-footer .btn:hover{
    border-color: #fff0!important;
    }
.modal .btn-primary {
    background-color: #000;
    color: #fff;
    width: 100%;
    height: 50px;
    font-size:15px;
    font-weight:600;
    border-radius: 0;
    text-align: center;
    }
.modal .btn-secondary {
    background-color: #efefef;
    color: #5e5e5e;
    width: 100%;
    height: 50px;
    border-radius: 0;
    text-align: center;
    font-size:15px;
    border-right: 1px solid #efefef;
    }
.modal .btn-black {
    background-color: #171717;
    color: #fff;
    width: 100%;
    height: 50px;
    font-size:15px;
    font-weight:600;
    border-radius: 0;
    text-align: center;
    }
.modal-title {
    color: #1a1a1a;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.5;
    }
.modal-header {
    border: 0 !important;
    }
.modal-body{
    overflow: auto;
    padding: 0 30px 20px;
    max-height: calc(60vh);
    }
.modal-body .box-gray{
    background: #F3F3F3;
    }
.modal-footer {
    padding: 0;
    display: flex;
    justify-content: space-around;
    border-top: 0;
    }
.modal-dialog{
    width: 90%;
    max-width: 450px;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)!important;
    }
.modal-content{
    border-radius: 8px;
    overflow: hidden;
    }
.modal-dialog.modal-wide {
    width: 90%;
    max-width: 900px;
    }
.modal-dialog.modal-middle {
    max-width: 600px;
    }
.modal-dialog.modal-narrow {
    width: 300px;
    }
.modal-box1 {
    border-radius: 0px;
    background-color: #ffffff;
    padding: 20px;
    }
.modal.wide .modal-dialog{
    max-width:600px;
    }

/*페이지네이션*/
/* border-pagination */
.b-pagination-outer {
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
    overflow: hidden;
    display: flex
    }
#border-pagination {
    margin: 0 auto;
    padding: 0;
    text-align: center
    }
#border-pagination li {
    display: inline;
    }
#border-pagination li a {
    border-radius: 3px;
    display: block;
    margin: 0 1px;
    text-decoration: none;
    color: #666;
    padding: 7.5px 10px;
    border: 1px solid #eee;
    float: left;
    background: #fff;
    font-size: 12px;
    line-height: 12px;
    }
#border-pagination li a {
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s
    }
#border-pagination li a.active {
    background-color: #F5F8F3;
    border: 1px solid #dde3da;
    color: #1D3933;
    font-weight: 800;
    }
#border-pagination li a:hover:not(.active) {
    background: #ddd;
    }
/*탭메뉴*/
ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
ul.tabs li{
    margin-right: 5px ;
    background: none;
    display: inline-block;
    cursor: pointer;
    }
ul.tabs li.current{
    font-weight: 800;
    }
.tab-content{
    display: block;
    }
.tab-content.current{
    display: inherit;
    }
.page-content{
    position: relative;
    }
.empty{
    padding: 20% 0 !important;
    text-align: center;
    font-size: 1em;
    opacity: 0.8;
    }
.empty.v2{
    padding: 10% 0;
    }
.empty.v3{
    padding: 5% 0;
    }
.empty img{
    height:50px;
    margin-bottom: 10px;
    filter: grayscale(100%);
    opacity: 0.5;
    }
/*loading*/
#loading{
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,0.9);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    }
#loading.pdf-load{
    background-color: rgba(255,255,255) !important;
    }
#loading .box-wrap{
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    text-align: center;
    }
#loading .box{
    display:block;
    border:0;
    border-radius:0;
    position: relative;
    padding:0;
    }
#loading img{
    width: 75px;
    height: auto;
    margin: 0 auto 5px auto;
    }
#loading p{
    font-size: 1.2em;
    line-height: 1em;
    color: #2d2d2d;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    }
#loading .box{
    width: 100%;
    animation: scale 1s infinite ease-in-out;
    animation-direction: alternate;
    }


/*blur*/
#blur{
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,0.9);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}
#blur.pdf-load{
    background-color: rgba(255,255,255) !important;
}
#blur .box-wrap{
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    text-align: center;
}
#blur .box{
    display:block;
    border:0;
    border-radius:0;
    position: relative;
    padding:0;
}
#blur img{
    width: 75px;
    height: auto;
    margin: 0 auto 5px auto;
}
#blur p{
    font-size: 1.2em;
    line-height: 1em;
    color: #2d2d2d;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}
#blur .box{
    width: 100%;
    animation: scale 1s infinite ease-in-out;
    animation-direction: alternate;
}
@keyframes scale {
    0% {
        transform: scale(0.9)
        }
    100% {
        transform: scale(1)
        }
    }
/* 툴팁 */
.tooltip-container {
    position: relative;
    display: inline-block;
    }
.tooltip {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    /* 위치 조정 */
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
    width: 200px;
    }
.tooltip-container:hover .tooltip {
    visibility: visible;
    opacity: 1;
    }
.tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
    }
/* START TOOLTIP STYLES */
[tooltip] {
    position: relative;
    /* opinion 1 */
    }
/* Applies to all tooltips */
[tooltip]::before, [tooltip]::after {
    text-transform: none;
    /* opinion 2 */
    font-size: 12px;
    /* opinion 3 */
    font-weight: normal;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
    }
[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    /* opinion 4 */
    z-index: 2;
    /* absurdity 1 */
    }
[tooltip]::after {
    content: attr(tooltip);
    /* magic! */
    /* most of the rest of this is opinion */
    font-family: Helvetica, sans-serif;
    text-align: center;
    /* Let the content set the size of the tooltips but this will also keep them from being obnoxious */
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1;
    /* absurdity 2 */
    }
.tooltip_y[tooltip]::after{
    color:#fff7f5
    }
/* Make the tooltips respond to hover */
[tooltip]:hover::before, [tooltip]:hover::after {
    display: block;
    }
/* don't show empty tooltips */
[tooltip='']::before, [tooltip='']::after {
    display: none !important;
    }
/* FLOW: UP */
[tooltip]:not([flow])::before, [tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
    }
[tooltip]:not([flow])::after, [tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
    }
[tooltip]:not([flow])::before, [tooltip]:not([flow])::after, [tooltip][flow^="up"]::before, [tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
    }
/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
    }
[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
    }
[tooltip][flow^="down"]::before, [tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
    }
/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
    }
[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
    }
/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
    }
[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
    }
/* KEYFRAMES */
@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
        }
    }
@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
        }
    }
/* FX All The Things */
[tooltip]:not([flow]):hover::before, [tooltip]:not([flow]):hover::after, [tooltip][flow^="up"]:hover::before, [tooltip][flow^="up"]:hover::after, [tooltip][flow^="down"]:hover::before, [tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
    }
[tooltip][flow^="left"]:hover::before, [tooltip][flow^="left"]:hover::after, [tooltip][flow^="right"]:hover::before, [tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
    }
.block[tooltip]::after, .block[tooltip]::before{
    display: inherit;
    opacity: 0.9;
    animation: tooltips-vert 300ms ease-out forwards;
    }
/* TOOLTIP */
[data-tooltip]{
    position:relative;
    }
[data-tooltip]:before, [data-tooltip]:after{
    visibility:hidden;
    opacity:0;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    white-space:nowrap;
    transition:all .2s ease;
    font-size:11px;
    font-family:dotum;
    letter-spacing:-1px;
    }
[data-tooltip]:before{
    content:attr(data-tooltip);
    line-height: 1em;
    position:absolute;
    top:-18px;
    padding:5px 10px;
    border-radius:5px;
    color:#fff;
    background: #484951;
    box-shadow:0 3px 8px rgba(165, 165, 165, 0.5);
    }
[data-tooltip]:after{
    content: '';
    border-left:5px solid transparent;
    top:2px;
    border-right:5px solid transparent;
    border-top:5px solid #484951;
    }
/*접었다펼치기(리뷰)*/
details {
    }
details > summary {
    cursor:pointer;
    transition:background 0.5s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px
    }
details > summary:after{
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    display: block;
    }
details > summary::-webkit-details-marker {
    transform:rotate3d(0, 0, 1, 90deg);
    transition:transform 0.25s;
    }
details[open] > summary::-webkit-details-marker {
    transform:rotate3d(0, 0, 1, 180deg);
    }
details[open] > summary:after {
    content: "\f077";
    }
details[open] > summary ~ * {
    animation:reveal 0.5s;
    }
.details{
    padding: 14px;
    border-top: 1px dashed #DBDBDB;
    }
@keyframes reveal {
    from {
        opacity:0;
        transform:translate3d(0, 0px, 0);
        }
    to {
        opacity:1;
        transform:translate3d(0, 0, 0);
        }
    }
@media screen and (max-width: 992px) {
    details > summary {
        padding: 10px 0px;
        }
    .details {
        padding: 10px 0px;
        }
    }
/*슬라이드*/
.swiper-button-next, .swiper-button-prev{
    background: #ffffff;
    opacity: 0.9;
    width: 30px;
    height: 30px;
    box-shadow: 0 0 10px #00000015
    }
.swiper-button-next:after, .swiper-button-prev:after{
    color: #000;
    opacity: 0.65;
    font-size: 1.2em;
    }
.button-right{
    position: absolute;
    right: 0;
    bottom: 0px;
    display: flex;
    width: 60px;
    }
.button-right .swiper-button-next, .button-right .swiper-button-prev{
    position: relative;
    left: 0;
    right: 0;
    }
.swiper-pagination{left: 50%;transform: translateX(-50%)}
.swiper-pagination-bullet{width: 6px;height: 6px;border-radius: 50%;margin: 0 2px;}
.swiper-pagination-bullet-active{background: #fff;width: 30px;border-radius: 120px}
/*toast*/
.toast_layer {
    visibility: hidden;
    min-width: 250px;
    width: max-content;
    max-width: 90%;
    background-color: #fff;
    color: #666;
    border: 4px solid #444;
    text-align: center;
    border-radius: 2px;
    padding: 16px 26px;
    position: fixed;
    z-index: 9999;
    font-weight: 600;
    box-shadow: 0 5px 10px #00000056;
    left: 50%;
    bottom: 50%;
    transform: translateX(-50%);
    font-size: 1.2em;
    }
.toast_layer.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }
@-webkit-keyframes fadein {
    from {
        bottom: 45%;
        opacity: 0;
        }
    to {
        bottom: 50%;
        opacity: 1;
        }
    }
@keyframes fadein {
    from {
        bottom: 45%;
        opacity: 0;
        }
    to {
        bottom: 50%;
        opacity: 1;
        }
    }
@-webkit-keyframes fadeout {
    from {
        bottom: 50%;
        opacity: 1;
        }
    to {
        bottom: 45%;
        opacity: 0;
        }
    }
@keyframes fadeout {
    from {
        bottom: 50%;
        opacity: 1;
        }
    to {
        bottom: 45%;
        opacity: 0;
        }
    }
.rotate-up {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    }
.rotate-down {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    }
/*브라우저 상하단이동버튼*/
#gobtn{
    position:fixed;
    right:1.6rem;
    bottom:1.6rem;
    z-index:9999;
    }
.gohd {
    opacity: 0!important;
    transition: all 0.3s ease-in-out, opacity  0.3s ease-in-out;
    }
body:has(.on) .gohd {
    opacity: 0.5!important;
    transition: all 0.3s ease-in-out, opacity  0.3s ease-in-out;
    }
.gohd, .goft{
    opacity: 0.5;
    width:40px;
    height:40px;
    background:#ffffff;
    z-index:9999;
    border:1px solid #858585;
    position:relative;
    transition:all 0.5s;
    box-shadow:0 0 3px RGBA(0, 0, 0, 0.1);
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom:3px;
    text-align: center;
    border-radius: 50%;
    }
.gohd:hover,
.goft:hover{
    background:#555;
    border:1px solid #333;
    opacity: 1;
    color: #fff;
    }

/*에러페이지*/
body.error-wrap {
    height: 100%;
    background: #fafafa;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    font-weight: 300;
    }
.error-wrap .box {
    max-width: 1024px;
    margin: 5rem auto;
    padding: 2rem;
    background: #fff;
    text-align: center;
    border: 1px solid #efefef;
    position: relative;
    }
.error-wrap h1 {
    letter-spacing: normal;
    font-size: 2.5em;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #222;
    }
.error-wrap p {
    margin-top: 1.5em;
    font-size: 1.2em;
    margin-bottom: 1.5em;
    }
.error-wrap i {
    font-size: 3em;
    margin-bottom: 16px;
    color: #ff0707;
    }
.error-wrap button {
    height: 40px;
    all: unset;
    display: inline-block;
    text-align: center;
    padding: 7px;
    line-height: 1em;
    font-size: 18px;
    cursor: pointer;
    font-weight: 800;
    position: relative;
    box-sizing: border-box;
    margin: 1px;
    background-color:#000000;
    color: #fff;
    border: 1px solid #000000;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    }


/**/

/**/
.mb-wrap{
    /*width: 100%;
    height: 100vh;
    position: relative;
    display: table;*/
    width: 100%;
    height: 100vh;
    position: relative;
    /*background: url(../img/common/adbg.png) center center no-repeat;
    background-size: cover;*/
    background: #000;
    }
.mb-wrap .signup,
.mb-wrap .find_pw{
    /*position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 10px;
    max-width: 700px;
    width: 100%;
    border-radius: 20px;*/
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    border-radius: 15px;
    transform: translate(-50%, -50%);
    font-size: 1.1em;
    padding: 20px;
    max-width: 500px;
    overflow: auto;
    max-height: 70vh;
    scrollbar-width: none;
    -ms-overflow-style: none;
    }
.mb-wrap .login{
    /*position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 10px;
    max-width: 700px;
    width: 100%;
    border-radius: 20px;*/
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fff;
    border-radius: 15px;
    transform: translate(-50%, -50%);
    font-size: 1.1em;
    padding: 20px;
    max-width: 500px;
    overflow: auto;
    max-height: 70vh;
    /* 파이어폭스 */
    scrollbar-width: none;
    /* IE, Edge (구버전) */
    -ms-overflow-style: none;
    }
/* 크롬, 사파리, 최신 엣지 */
.mb-wrap .login::-webkit-scrollbar {
    display: none;
    }
.mb-wrap .login .btn_ctt {
    background: #000;
    border: 1px solid #000;
    font-weight: 500;
    color: #FAC700;
    }
.mb-wrap hr{
    display: block;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #dddddd;
    width: 100%
    }
.mb-wrap span{
    white-space: nowrap;
    margin: 0 10px;
    }
.mb-wrap span.contact{
    color: #515151;
    font-weight: 700;
    margin: 10px 0 0;
    text-align: center;
    }
.mb-wrap ul{
    margin: 10px 0;
    }

.mb-wrap .login a{
    margin-top: 10px;
    }
.mb-wrap .logo{
    text-align: center;
    vertical-align: middle;
    padding: 10px 0 40px;
    }
.mb-wrap .logo img{
    height: 74px
    }
.mb-wrap p{font-size: 0.9em; margin-bottom: 10px; opacity: 0.5;}


.mb-wrap .signup form > dl > p{
    font-weight: 800;
    font-size: 1em;
    color: #333;
    opacity: 1;
    }
.mb-wrap .signup .filebox label, .mb-wrap .signup .addrbox .btn_addr {
    display: inline-block;
    padding: 0px 20px;
    background-color: #E8E8E8;
    color: #373844;
    border: 0;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    border: 1px solid #E8E8E8;
    font-size: 1.1em;
    cursor: pointer;
    margin-left: 10px;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    }
.mb-wrap .signup .inputGroup{
    justify-content: space-between;
    background-color: #ffffff00;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 10px;
    }
.mb-wrap .signup .inputGroup input{
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: ranslateY(-50%);
    cursor: pointer;
    visibility: hidden;
    }
.mb-wrap .signup .inputGroup label{
    padding: 15px;
    margin: 0;
    width: calc(100% - 77px);
    display: block;
    text-align: left;
    height: 55px;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    transition: color 200ms ease-in;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    }
.mb-wrap .signup .inputGroup label:after {
    width: 32px;
    height: 32px;
    font-family: "Font Awesome 5 Pro";
    color: #a5a5a5;
    content: "\f00c";
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 30px;
    padding-left: 10px;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: all 200ms ease-in;
    }
.mb-wrap .signup .inputGroup input:checked ~ label {
    color: #fff;
    background: #222;
    border-color: #222;
    }
.mb-wrap .signup .inputGroup input:checked ~ label:after {
    background-color: #fff;
    border-color: transparent;
    color: #222;
    }
.mb-wrap .signup .inputGroup a{
    padding: 0px 20px;
    color: #fff;
    border: 0;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    border: 1px solid #222;
    background-color: #222;
    cursor: pointer;
    }


.mb-wrap .signup .inputGroup button{
    padding: 0px 20px;
    color: #fff;
    border: 0;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    border: 1px solid #222;
    background-color: #222;
    cursor: pointer;
    margin-left: 10px;
    }

@media(max-width: 768px){
    .mb-wrap .signup, .mb-wrap .find_pw{
        width: 90%;
        }
    }


.form-wrap dt{
    color: #7b7b7b;
    margin:2px 0 4px 0;
    display:block;
    font-size: 1.1em;
    }
.form-wrap dd:not(:last-child){
    margin-bottom: 8px;
    }
.form-wrap dd.grid{
    gap: 4px;
    }
.form-wrap select{
    width: 100%;
    margin-bottom: 0;
    color: #a19797;
    }
.form-wrap select option{color: #222}
.form-wrap .select.grid{
    gap: 4px;
    }
.form-wrap .grid select{
    margin-bottom: 0;
    }

@media screen and (max-width: 768px) {
    .section .inner{
        padding: 80px 15px;
        }
    .mb-wrap .login{
        width: 90%;
        }
    }
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    }

/*게시판*/
#board{padding: 60px 0 100px;}
.board-list .fa-lock-keyhole{color: #333; font-size: 12px; margin-right: 6px;}
.board-list .new{background: #385BB2;color: #fff;font-size: 8px; padding: 5px 5px;border-radius: 4px 4px 0 4px; margin-left: 6px; line-height: 1em; font-weight: 900;}
.board-list .comment{font-size: 10px; padding: 3px 6px;    background: #fff;    border: 1px solid #ccc;    border-radius: 4px 4px 4px 0;    margin-left: 6px;    font-weight: 900; line-height: 1em;}

.board-list{margin-top: 20px; font-size: 1.2em;}
.board-list ul{margin-top: 20px; }
.board-list li{display: flex; align-items: center; border-bottom: 1px solid #eeeef3; padding: 10px 0px; gap: 5px}
.board-list li.bg{background: #FAFAFC;}
.board-list li.headLi{border-radius: 8px 8px 0 0;border:1px solid #eeeef3;}
.board-list li > p{margin-right: 10px; white-space: nowrap}
.board-list li > p:last-child{margin-right: 0;}
.board-list li > p.p-num{width: 60px; text-align: center;}
.board-list li > p.p-title{width: calc(100% - 300px); text-align: left;overflow: hidden;text-overflow: ellipsis;vertical-align:middle;word-break: break-all;white-space: nowrap; display: flex; align-items: center; cursor: pointer; font-weight: 600; margin-right: auto}
.board-list li > p.p-title > a{color: #1a1a1c;    width: 100%;overflow: hidden;text-overflow: ellipsis;}
.board-list li > p.p-view{width: 100px; text-align: center;}
.board-list li > p.p-paper{width: 100px; text-align: center;}
.board-list li > p.p-user{width: 100px; text-align: center;}
.board-list li > p.p-date{width: 100px; text-align: center;}
.board-list li .icon{margin-left: 8px;}
.board-list li.notice{background: #4B79EE05; font-weight: 600;}

.board-view .box_line{ padding: 0;}
.board-view .title{border-bottom: 1px solid #eee; margin-bottom: 10px; padding: 10px;
    display: flex; align-items: center; justify-content: space-between;}
.board-view .title strong{font-size: 1.2em; margin-bottom: 6px;}
.board-view .title .info{display: flex;}
.board-view .title .info p{font-weight: 600; margin-left: 4px;}
.board-view .title .info p:after{content: ""; display: inline-block; width: 1px; height: 10px; margin: 0 6px; background: #ddd;}
.board-view .title .info p:last-child:after{display: none;}
.board-view .view{padding: 2rem; line-height: 1.8em; margin-bottom: 10rem; color: #1C1C1C;}
.board-view .view img{max-width: 100%}
.board-view .attached-file{ display: flex; align-items: center; padding: 10px 20px; margin-bottom: 10px; border: 1px dotted #eee;}
.board-view .attached-file a{display: inline-block; text-decoration: underline; margin-left:10px; font-size: 0.9em; }
.board-view .attached-file a:hover{color: #4B79EE;}
.board-view .answer{background: #FBFBFB; padding: 20px 25px; margin-top: 20px; line-height: 1.8em; border-radius: 10px;}
.board-view .answer dl{border-top:1px solid #eee; margin-top: 20px; padding-top: 20px;}
.board-view .answer dl:first-child{border-top:0; margin-top: 0; padding-top: 0; }
.board-view .answer dt{font-size: 0.9em; margin-bottom: 20px; display: inline-block; color:  #333333; font-weight: 600; margin-left:-5px; }
.board-view .answer dt strong:after{content: ""; display: inline-block; width: 1px; height: 10px; margin: 0 6px; background: #ddd;}
.board-view .answer dt strong:last-of-type:after{display: none;}
.board-view .answer dt > a{margin-left: 4px;}
.board-view .answer-write{ border-top:1px solid #eee; margin-top: 20px; padding-top: 20px; }
.board-view .answer-write textarea{min-height: 120px;}

.board-view .img#boardFiles{display: flex; flex-wrap: wrap; position: relative; padding-top:30px; overflow-y: auto; }
.board-view .img#boardFiles > strong{position: absolute; left: 0; top: 0;}
.board-view .img#boardFiles p{width: calc(100% / 2)}
.board-view .img#boardFiles a{display: block; width: 100%; height: 150px; padding: 1px}
.board-view .img#boardFiles a img{width: 100%; height: 100%; object-fit: cover;}

#board textarea{font-size: initial !important;}
#board .btn-wrap{margin-bottom: 10px; justify-content: right; text-align: right; display: flex; gap: 5px}
#board .board-view{font-size: 1.1em;}
#board .board-view img {max-width: 100%;}
#board .board-view .title{display: block; font-size: 1em; background: #eeeeee56; padding: 3rem 2rem; line-height: 1.6em;}
#board .board-view .title strong{margin-bottom: 10px; display: block; font-size: 1.4em; color: #1a1a1a; margin-bottom: 0;
    font-weight: 600;}
#board .board-view .title .tt{display: block; font-size: 1.4em; color: #1a1a1a; margin-bottom: 0; font-weight: 600;margin-top: 15px;}
#board .board-form div.file dd {margin-top: 5px}
#board .board-form div.editor {margin: 10px 0}

@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 992px) {
    .board-list li{padding: 20px 10px; font-size: 0.9em;}
    }
@media screen and (max-width: 768px) {
    #board{padding: 0px 0 60px;}
    .board-list li{align-items: center;}
    .board-list li > p.p-num{}
    /*.board-list li{display: block;}*/
    .board-list li > p.p-title{width: 100%; font-size: 1.1em; /*margin-bottom: 6px;*/}
    .board-list li > p.p-user,
    .board-list li > p.p-view,
    .board-list li > p.p-date{width: fit-content; display: inline-block; font-size: 0.9em; margin-right: 0;}
    /*.board-list li > p.p-user:after{display: inline-block; width: 1px; height: 12px; background-color: #ddd; content: ""; margin: 0 6px; vertical-align: middle;}*/
    }
@media screen and (max-width: 550px) {}



/* 게시판_성혼커플_리스트 */
.board_couple{padding-top: 0 !important;}
.board-gallery ul{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;}
.board-gallery li{border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.08);transition:.3s;}
.board-gallery a{display:block;color:#000;}
.board-gallery .thumb{position:relative;padding-top:75%;overflow:hidden;}
.board-gallery .thumb img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:.4s;}
.board-gallery li:hover .thumb img{transform:scale(1.08);}
.board-gallery .info{padding:20px;}
.board-gallery .couple{font-weight:600;margin-bottom:8px;}
.board-gallery .couple i{color:#F37021;margin:0 5px;}
.board-gallery .title{font-size:16px;margin-bottom:12px;line-height:1.4;}
.board-gallery .date{display:flex;gap:5px;font-size:13px;color:#777;}
@media(max-width:768px){
    .board-gallery ul{grid-template-columns:1fr;gap:15px;}
    }


.coupleCounter{margin-bottom: 50px;}
.coupleCounter .title.align_center p{padding-top:0 !important;margin-top:0;margin-bottom:20px;font-size:19px !important;color:#333 !important;font-weight:400 !important;line-height:28px !important;letter-spacing:-.7px !important;font-family:'SUIT' !important;}
.coupleCounter{background:url("../img/common/contsArea_bg.png") no-repeat center / cover;padding:100px 0;text-align:center;background-position:bottom center;}
.coupleCounter .counter_img{max-width:1400px;margin:0 auto;}
.coupleCounter .counter_img img{width:100%;}
.coupleCounterbg{text-align:center;color:#000;margin:0 auto;}
.coupleCounterbg h3{font-size:40px;color:#333;line-height:34px;letter-spacing:-.1px;font-weight:700;}
.coupleCounterbg .title_wrap{border-top:1px solid #ffffff45;margin-bottom:48px;}
.coupleCounterbg .title_wrap .inr{max-width:1400px;display:flex;justify-content:center;column-gap:120px;margin:70px auto 0;}
.coupleCounterbg .title{font-size:1.1em;text-align:center;color:#000;display:inline-block;position:relative;}
.coupleCounterbg .title p{font-weight:400;line-height:1;}
.coupleCounterbg .title span{font-weight:600;}
.coupleCounterbg .counter_wrap .title .inr{text-align:center;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;justify-content:center;max-width:1400px;margin:0 auto;}
.coupleCounterbg .title p:nth-child(1){font-size:48px;font-family:'Montserrat';font-weight:700;}
.coupleCounterbg .title_wrap .title p:nth-child(1) .counter{margin:0 !important;display:inline-block;font-size:60px;}
.coupleCounterbg .title_wrap .title p:nth-child(1) .plus{font-size:56px;}
.coupleCounterbg .title_wrap .title p:nth-child(2){font-size:18px;margin-top:20px;letter-spacing:-0.05em;}
@media(max-width:768px){
    .coupleCounter{padding:60px 0;}
    .coupleCounterbg .title_wrap .inr{margin:30px auto 0;}
    .coupleCounterbg .title_wrap .inr,.coupleCounterbg .title{display:block;width:100%;}
    .coupleCounterbg .title{margin-top:60px;}
    .coupleCounterbg .title:first-child{margin-top:0;}
    .coupleCounterbg .title p:nth-child(1){font-size:26px;}
    .coupleCounterbg .title p:nth-child(1) .counter{font-size:40px;font-weight:700;}
    .coupleCounterbg .title p:nth-child(2){font-size:16px;font-weight:500;}
    }
/* 게시판_성혼커플_리스트 */


/* 게시판_럭스파티_리스트 */
.board_party_list{}
.board_party_list .board-list li{position: relative;padding: 20px;margin-bottom: 30px;align-items: stretch;transition: 0.3s ease-in-out}
.board_party_list .board-list li:hover{box-shadow: 0px 6px 24px 10px rgba(0, 47, 123, 0.06)}
.board_party_list .state{color: #fff;width: 70px;height: 54px;line-height: 54px;text-align: center; position: absolute;top: 0;right: 3%;z-index: 1;}
.board_party_list .state.p_ing{background: #A5886D;}
.board_party_list .state.p_end{background: #E1E1E1;}
.board_party_list .imgBox{overflow: hidden;width: 340px;    aspect-ratio: 338 / 210;}
.board_party_list .imgBox img{width: 100%;height: 100%;object-fit: cover}
.board_party_list .descBox{width: calc(100% - 340px);padding-left: 25px;}
.board_party_list .descBox .p_kind{font-size: 16px;}
.board_party_list .descBox .p_tit{font-size: 22px;width: 80%;}
.board_party_list .descBox .p_who{line-height: 1.6;font-size: 14px;letter-spacing: -0.03em}
.board_party_list .descBox .p_who span.tt{width: 80px;}
@media(max-width: 768px){
    .board_party_list .board-list li{display: block !important;margin-bottom: 15px;}
    .board_party_list .imgBox, .board_party_list .descBox{width: 100%;}
    .board_party_list .descBox{padding-left: 0;margin-top: 20px;}
    .board_party_list .state{width: 52px;height: 40px;line-height: 40px;box-shadow: 0px 2px 10px 4px rgba(0, 47, 123, 0.06)}
    .board_party_list .descBox .p_kind{margin-bottom: 7px !important;}
    .board_party_list .descBox .p_tit{font-size: 20px;width: 100%;}
    .board_party_list .descBox .p_who{margin-top: 20px;}
    }
/* //게시판_럭스파티_리스트 */

/* 게시판_럭스파티_뷰 */
.board_party_view .board-view{font-size: 18px !important;}
.board_party_view .board-view .info{display: block}
.board_party_view .detailBox{}
.board_party_view .detailBox .tt{width: 100px;}
.board_party_view .detailBox .tt + div{width: calc(100% - 100px);}
.board_party_view .party_form{margin-top: 60px;padding: 100px 150px;border-radius: 20px;background: url(../img/common/footer_bg.jpg) no-repeat;background-size: cover;color: #fff}
.board_party_view .party_form h3{font-weight: 700;}
.board_party_view .party_form .formWrap {max-width: 720px;margin: 50px auto 0;}
.board_party_view .party_form .provision .box-gray{background: transparent;}
.board_party_view .party_form .scroll {overflow-y: auto;height: 100px;font-size: 14px;}
.board_party_view .party_form input,
.board_party_view .party_form select{border-color: rgba(246, 255, 255, .1);
    background: rgba(255, 255, 255, .12) !important;
    backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, .2);
    color: #f6d6a8;}
.board_party_view .party_form select option{background: #1a1a1a !important;}
.board_party_view .party_form .circle input[type="radio"]:checked:after{background-color:  #f6d6a8;}
.board_party_view .party_form .circle input[type="radio"]:checked + label{color: #f6d6a8;}
.board_party_view .party_form [type="checkbox"]:checked + label{color: #fff}
@media(max-width: 768px){
    .board_party_view .board-view{font-size: 16px !important;}
    .board_party_view .party_form{padding: 35px 10px;}
    .board_party_view .party_form .formWrap{padding: 0 1rem;}
    .board_party_view .party_form .formWrap ul.gap30{gap: 10px !important}
    .board_party_view .party_form h3{font-size: 21px;}
    .board_party_view .detailBox .tt{width: 80px;}
    .board_party_view .detailBox .tt + div{width: calc(100% - 80px);}
    }
/* //게시판_럭스파티_뷰 */



/** ajax 테이블 전용 페이지네이션 **/
/** ajax 테이블 전용 페이지네이션 **/
.ajax-pagination-wrap{
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    }

.ajax-pagination{
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    flex-wrap: wrap;
    }

.ajax-pagination li{
    display: inline-block;
    }

.ajax-pagination li a{
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 31px;
    height: 29px;
    padding: 0 10px;
    text-decoration: none;
    color: #666;
    border: 1px solid #eee;
    background: #fff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    transition: background-color .25s ease, border-color .25s ease, color .25s ease;
    }

.ajax-pagination li a:hover:not(.active):not(.disabled){
    background: #f5f5f5;
    border-color: #ddd;
    color: #444;
    }

.ajax-pagination li a.active{
    background-color: #ffd19d26;
    border: 1px solid #6f46373d;
    color: #867616;
    font-weight: 800;
    cursor: default;
    }

.ajax-pagination li a.disabled{
    background: #fafafa;
    border-color: #f0f0f0;
    color: #bcbcbc;
    cursor: default;
    pointer-events: none;
    }

/* 화살표 버튼 살짝 구분 */
.ajax-pagination li a.first,
.ajax-pagination li a.prev,
.ajax-pagination li a.next,
.ajax-pagination li a.last{
    font-weight: 700;
    letter-spacing: -0.02em;
    }

/* 테이블 바로 아래 붙을 때 */
.table .ajax-pagination-wrap{
    margin-top: 15px;
    padding-bottom: 2px;
    }

/* 작은 버전 필요할 때 */
.ajax-pagination.sm li a{
    min-width: 27px;
    height: 26px;
    padding: 0 8px;
    font-size: 11px;
    }

/* 모바일 */
@media (max-width: 768px){
    .ajax-pagination-wrap{
        margin-top: 15px;
        }

    .ajax-pagination{
        gap: 3px;
        }

    .ajax-pagination li a{
        min-width: 28px;
        height: 28px;
        padding: 0 8px;
        font-size: 11px;
        }
    }