@charset "UTF-8";
/*-------------------------------------------------------------------
    파일정의 : 레이아웃 스타일
    참고사항 : 레이아웃, 상세스타일, 메뉴스타일 분류
    분류순서 : Wrapper > Header > Content > Footer
    속성순서 : 표시 > 위치 > 넘침/흐름 > 크기/간격 > 박스모양 > 폰트/정렬 > 기타
-------------------------------------------------------------------*/
@import url(../../../global_font/pretendard/pretendard-subset.css);
@import url(../../../global_font/montserrat/montserrat.css);
:root{
    --Primary-Primary-01: #B6B8D9;
    --Primary-Primary-02: #603535;
    --Sub-Sub-01: #7377B6;
    --Sub-Sub-02: #965353;
    --Sub-Sub-03: #351E1E;
    --basic-black: #000;
    --basic-white: #FFF;
    --gray-50: #FAFAFA;
    --gray-100: #F1F1F3;
    --gray-200: #DBDBE0;
    --gray-300: #C2C2C7;
    --gray-400: #9E9EA1;
    --gray-500: #868789;
    --gray-600: #616164;
    --gray-700: #49494B;
    --gray-800: #2C2C2D;
    --gray-900: #131314;
    --font-pretendard:"Pretendard", sans-serif;
    --font-montserrat:"Montserrat", sans-serif;
}
/*-------------------------------------------------------------------
    ## font-size
-------------------------------------------------------------------*/
.f_size-14px{font-size:14px;}
.f_size-15px{font-size:15px;}
.f_size-16px{font-size:16px;}
.f_size-17px{font-size:17px;}
.f_size-18px{font-size:18px;}
.f_size-20px{font-size:20px;}
.f_size-22px{font-size:22px;}
.f_size-24px{font-size:24px;}
.f_size-28px{font-size:28px;}
.f_size-30px{font-size:30px;}
.f_size-35px{font-size:35px;}
.f_size-60px{font-size:60px;}
.f_size-100px{font-size:100px;}
.color-01{color: #8399ad;}
.color-02{color: #444;}
.color-03{color: #1b4157;}
.color-04{color: #FF3131 !important;}
.color-05{color: #318906;}
.color-06{color: #00529e;}
.color-07{color: #3b3b3b;}
.color-08{color: #e8bf00;}
.color-09{color: #264fc4;}
.color-10{color: #71bf45;}
.color-11{color: #717c9a;}
.color-12{color: #ddd;}
.color-13{color: #1992d6;}
.color-14{color: #666;}
.color-15{color: #e6e6e6;}
.color-16{ color:#093687; }
.color-w{color: #fff;}
.f_ns{font-family: 'NanumSquare', sans-serif !important;}
.f_nt{font-family: 'Nunito Sans', sans-serif !important;}
.f_nts{font-family: "NotoSans", sans-serif !important;}
.f_w-100{font-weight: 100;}
.f_w-300{font-weight: 300;}
.f_w-400{font-weight: 400;}
.f_w-500{font-weight: 500;}
.f_w-600{font-weight: 600;}
.f_w-700{font-weight: 700;}
.f_w-900{font-weight: 900;}
/*default font set*/
html, body, div, ul, ol, dl, li, dt, dd, p, h1, h2, h3, h4, h5, h6, table, thead, tbody, tfoot, tr, th, td, caption, address, article, aside, canvas, details, figure, figcaption, footer, header, menu, nav, section, main, label, button, select, textarea, input, fieldset, legend, span, em, address, dfn, small, i, b{
    font-family: 'Pretendard', sans-serif;
}

/*-------------------------------------------------------------------
    ## margin
-------------------------------------------------------------------*/
.m_t-10px{margin-top: 10px !important;}
.m_t-15px{margin-top: 15px !important;}
.m_t-20px{margin-top: 20px !important;}
.m_t-28px{margin-top: 28px !important;}
.m_t-30px{margin-top: 30px !important;}
.m_t-40px{margin-top: 40px !important;}
.m_t-50px{margin-top: 50px !important;}
.m_t-60px{margin-top: 60px !important;}
.m_t-70px{margin-top: 70px !important;}
.m_t-80px{margin-top: 80px !important;}
.m_r-15px{margin-right: 15px !important;}
.m_r-30px{margin-right: 30px !important;}
.m_r-45px{margin-right: 45px !important;}
.m_r-100px{margin-right: 100px !important;}
.m_l-15px{margin-left: 15px !important;}
.m_l-45px{margin-left: 45px !important;}
.m_b-10px{margin-bottom: 10px !important;}
.m_b-30px{margin-bottom: 30px !important;}
.m_b-50px{margin-bottom: 50px !important;}
.m_b-80px{margin-bottom: 80px !important;}
.m-50px{margin: 50px auto !important;}
.m_auto{margin: auto !important;}

/*-------------------------------------------------------------------
    ## padding
-------------------------------------------------------------------*/
.p_t-30px{padding :30px 0 0;}
.p_t-70px{padding :70px 0 0;}
.p_b-30px{padding :0px 0px 30px;}
.p_l-20px{padding-left :20px !important;}
.p_l-30px{padding-left :30px !important;}
.p_l-50px{padding-left :50px !important;}
.p_l-65px{padding-left :65px !important;}
.p_r-50px{padding-right :50px !important;}
.p-0px{padding: 0 !important;}
.p-20px{padding: 20px 0 !important;}
.p-30px{padding: 30px 0 !important;}
.p-40px{padding: 40px 0;}
.p-70px{padding: 70px 0;}
.pp-30px{padding: 30px !important;}
.pp-45px{padding: 45px !important;}
.pp-60px{padding: 60px;}

/*-------------------------------------------------------------------
    ## border
-------------------------------------------------------------------*/
.border-01{border-bottom: 1px solid #dedede;}
.border-02{border-right: 1px solid #ddd;}
.border-03{border-width: 0px !important;}
.border-04{border-top: 1px solid #ddd;}
.border-05{border-width: 1px 0px 1px 1px !important;}
.border-06{border-top: 0px !important;}

/*-------------------------------------------------------------------
    ## align
-------------------------------------------------------------------*/
.txt-align_l, .btn-align_l{text-align: left !important;}
.txt-align_r, .btn-align_r{text-align: right !important;}
.txt-align_c{text-align: center !important;}

/*-------------------------------------------------------------------
    ## display
-------------------------------------------------------------------*/
.dp-inline-block{display:inline-block;}

/*css load set*/
body{
    opacity: 0;
}
body.kolongarden_st {/*include_css.js body에 addClass name을 넣어주고 주석은 삭제해주세요!*/
    opacity: 1;
}

/*etc*/
.width-100p{width: 100% !important;}
.width-auto{width: auto !important;}
.width-170px{width: 170px !important;}
.width-300px{width: 300px !important;}
.width-1200px{width: 1200px !important;}
.width-max{max-width: 100%;}
.f_left{float: left;}
.f_right{float: right;}
.input-group.min-auto{min-width: auto !important;}
.line-1{line-height: 1.5 !important;}
.line-18{line-height: 1.8 !important;}
.line-2{line-height: 2 !important;}
.line-24{line-height: 2.4 !important;}
.line-3{line-height: 3 !important;}
.line-4{line-height: 4 !important;}
.line-5{line-height: 5 !important;}
.top_50p{position: relative;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.text-top{vertical-align: text-top;}
.bg_color-01{background-color: #f0efef !important;}
.bg_color-02{background-color: #f7f7f7 !important;}
.txt_d{text-transform: uppercase;}
.keep-all{word-break: keep-all;}
.bul{margin-bottom: 5px;}
.bul>li{margin-bottom: 5px;}
h3{font-weight: 600;}
pre{font-family: var(--font-pretendard);}

/*btn*/
.btn-align_r .dp-inline-block .btn{float: initial;margin:0;width: 100% !important;}
.btn, button, a{
	outline: 0;
}

/* Mixin Common */
.input-group {position:relative; vertical-align:middle;}
.input-group .input {width:100%;}
.input-group .prepend {left:5px;}
.input-group .append {right:5px;}
.input-group .prepend .btn-ico,
.input-group .append .btn-ico {vertical-align:top;}
.input-group.has-prepend .input {padding-left:35px;}
.input-group.has-append .input, #sdate, #edate{padding-right:35px;background: url(../../images/common/ico_cal01.png) #fff 95% center/20px no-repeat;}

/*bul*/
.bul-01::before{content:'';position: relative;display:inline-block;width: 6px;height: 6px;top: 50%;left: 0px;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);margin: 25px 10px 0 0;background: #71bf45;border-radius: 50%;}

/*gnb*/
.kolongarden_st #header{
    position: relative;
    height: 120px;
    background: var(--basic-white, #FFF);
    border-width: 0px;
}
.kolongarden_st #header .header-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 100%;
    max-width: 1200px;
    margin: auto;
}
.kolongarden_st .header-logo{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 132px;
    height: 102px;
    margin: auto 0px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 0px;
}
.kolongarden_st .header-logo a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/common/custom/logo.png) center no-repeat;
    top: auto;
    left: auto;
    transform: none;
    padding: 0px;
    font-size: 0%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.kolongarden_st .header-anb{
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 0px;
    top: 120px;
    left: auto;
    bottom: auto;
    right: auto;
    margin: auto 0px auto auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    visibility: hidden;
    border-top: 1px solid var(--gray-200, #DEDEE1);
    background: var(--basic-white, #FFF);
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.15);
    z-index: -1;
}
.kolongarden_st .header-anb.gnb-open{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 260px;
    visibility: visible;
    z-index: 999;
}
.kolongarden_st .header-anb > .gnb{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin: auto;
    visibility: hidden;
}
.kolongarden_st .header-anb.gnb-open > .gnb{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    visibility: visible;
}
.kolongarden_st .header-anb > .gnb::before{
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 610px;
    height: 196px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: url(../../images/common/custom/img_gnb.jpg);
}
.kolongarden_st .header-anb > .gnb .node1-list{
    position: relative;
    left: auto;
    margin: 0px 0px auto auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}
.kolongarden_st .header-anb > .gnb .node1-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--gray-700, #484849);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
}
.kolongarden_st .header-anb > .gnb .node2-menu{
    opacity: 1;
}
.kolongarden_st .header-anb > .gnb .node2-list{
    background-color: transparent;
    border-width: 0px;
}
.kolongarden_st .header-anb > .gnb .node2-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px auto 6px;
    padding: 5px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--gray-500, #868689);
    font-family: var(--font-pretendard);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.kolongarden_st .header-anb > .gnb .node2-link:hover{
    color: var(--Sub-Sub-01, #7377B6);
    font-weight: 600;
}
.kolongarden_st .header-utilMenu{
    position: relative;
    top: auto;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto 0px auto auto;
    padding: 0px;
}
.kolongarden_st .header-utilMenu ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: auto;
}
.kolongarden_st .header-utilMenu ul > li{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.kolongarden_st .header-utilMenu ul > li > a{
    color: var(--gray-900, #131314);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
}
.kolongarden_st .header-utilMenu ul > li > a:hover{
    color: var(--Sub-Sub-01, #7377B6);
}
.kolongarden_st .header-utilMenu ul > li:after{
    top: auto;
    width: 1px;
    height: 10px;
    margin: auto 20px;
    background: #C7C7CA;
}
.kolongarden_st .header-utilMenu ul > li:last-child::after{
    visibility: hidden;
    margin: auto 20px;
    width: 0px;
}
.btn-gnb_all{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    height: 18px;
    margin: auto 0px;
    background: url(../../images/common/custom/menu.png) center no-repeat;
    font-size: 0%;
    z-index: 999;
}

/*-------------------------------------------------------------------
    ## Footer
-------------------------------------------------------------------*/
#footer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.footer-inner{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    height: auto;
    margin: auto;
    padding: 60px 0px 40px;
    border-bottom: 1px solid #DEDEE1;
}
.footer-inner > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto 0px auto auto;
}
.footer-inner > ul > li{
    margin: 20px 0px 0px auto;
}
.footer-inner > ul > li:first-child{
    margin: 0px 0px 0px auto;
}
.footer-inner > ul > li a{
    color: var(--gray-700, #484849);
    font-family: var(--font-pretendard);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
}
.footer-inner > ul > li a:hover{
    color: var(--Primary-Primary-01, #B6B8D9);
}
.footer-inner .company_info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px auto auto 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.footer-inner .company_info .logo{
    display: block;
    width: 276px;
    height: 22px;
    margin: 0px auto 14px 0px;
    color: transparent;
    font-size: 0%;
    background: url(../../images/common/custom/logo-footer.png) center/auto no-repeat;
}
.footer-inner .company_info dl{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 0px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer-inner .company_info dt{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0px 18px 0px 0px;
    color: var(--gray-800, #2C2C2D);
    color: var(--Sub-Sub-01, #7377B6);
    font-family: var(--font-pretendard);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
}
.footer-inner .company_info dd{
    color: var(--gray-800, #2C2C2D);
    font-family: var(--font-pretendard);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
}
.footer-bottom{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    height: auto;
    margin: auto;
    padding: 50px 0px 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.footer-bottom .terms{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto auto auto 0px;
}
.footer-bottom .terms li{
    margin: auto 10px auto 0px;
}
.footer-bottom .terms li a{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0px 10px;
    color: var(--gray-500, #868689);
    font-family: var(--font-pretendard);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
}
.footer-bottom .terms li a:hover{
    color: var(--Sub-Sub-01, #7377B6);
}
#footer .family_site{width: 130px;margin: auto 30px auto 0px;}
#footer .family_site button{display: -webkit-box;display: -ms-flexbox;display: flex;width: 100%;padding: 0px 0px 5px;text-transform: uppercase;border-bottom: 1px solid var(--gray-900, #131314);outline: 0;color: var(--gray-900, #131314);font-family: Pretendard;font-size: 14px;font-style: normal;font-weight: 500;}
#footer .family_site button::after{content: '';display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;width: 12px;height: 12px;margin: auto 0px auto auto;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.81836 1.30151C6.81836 1.02537 6.5945 0.801514 6.31836 0.801514C6.04222 0.801514 5.81836 1.02537 5.81836 1.30151V5.80151H1.31836C1.04222 5.80151 0.818359 6.02537 0.818359 6.30151C0.818359 6.57766 1.04222 6.80151 1.31836 6.80151H5.81836V11.3015C5.81836 11.5777 6.04222 11.8015 6.31836 11.8015C6.5945 11.8015 6.81836 11.5777 6.81836 11.3015V6.80151H11.3184C11.5945 6.80151 11.8184 6.57766 11.8184 6.30151C11.8184 6.02537 11.5945 5.80151 11.3184 5.80151H6.81836V1.30151Z' fill='black'/%3E%3C/svg%3E") center no-repeat;}
#footer .family_site button.is-active::after{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='1' viewBox='0 0 11 1' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0.5C0 0.223858 0.223858 0 0.5 0H10.5C10.7761 0 11 0.223858 11 0.5C11 0.776142 10.7761 1 10.5 1H0.5C0.223858 1 0 0.776142 0 0.5Z' fill='black'/%3E%3C/svg%3E") center/auto no-repeat;
}
#footer .family_site .drop-menu{
    width: 158px;
    border-width: 0px;
    padding: 17px 0px;
    margin-left: -15px;
}
#footer .family_site .drop-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 8px;
    border: 1px solid var(--gray-200, #DEDEE1);
    background: var(--basic-white, #FFF);
}
#footer .family_site .drop-list li{
    margin-bottom: 10px;
}
#footer .family_site .drop-list li:last-child{
    margin-bottom: 0px;
}
#footer .family_site a{color: var(--gray-900, #131314);font-family: Pretendard;font-size: 14px;font-style: normal;font-weight: 500;line-height: 18px; /* 128.571% */}
#footer .family_site a:hover{
    color: var(--Sub-Sub-01, #7377B6);
}
.footer.popup-wrap .popup-body{padding:0;}
.copyright{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--gray-500, #868689);
    font-family: var(--font-pretendard);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */
}

.text-resMsg{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #000;
    text-align: center;
    font-family: 'Pretendard', sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.text-resMsg::before{
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 131px;
    height: 131px;
    margin: 109px auto 42px;
    border-radius: 50%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='65' viewBox='0 0 52 65' fill='none'%3E%3Cg clip-path='url(%23clip0_948_776)'%3E%3Crect width='52' height='65' fill='%23FAFAFA'/%3E%3Cpath d='M34.4228 65H10.5691C4.74797 65 0 60.2155 0 54.3496V10.6504C0 4.78447 4.74797 0 10.5691 0H34.4228C40.2439 0 44.9919 4.78447 44.9919 10.6504V19.9408C44.9919 21.3007 43.9024 22.3985 42.5528 22.3985C41.2033 22.3985 40.1138 21.3007 40.1138 19.9408V10.6504C40.1138 7.48803 37.561 4.91555 34.4228 4.91555H10.5691C7.43089 4.91555 4.87805 7.48803 4.87805 10.6504V54.3496C4.87805 57.512 7.43089 60.0844 10.5691 60.0844H34.4228C37.561 60.0844 40.1138 57.512 40.1138 54.3496V41.52C40.1138 40.1601 41.2033 39.0623 42.5528 39.0623C43.9024 39.0623 44.9919 40.1601 44.9919 41.52V54.3496C44.9919 60.2155 40.2439 65 34.4228 65Z' fill='%232B2B2B'/%3E%3Cpath d='M25.74 12.5674H19.2359C17.8863 12.5674 16.7969 11.4696 16.7969 10.1096C16.7969 8.74966 17.8863 7.65186 19.2359 7.65186H25.74C27.0896 7.65186 28.179 8.74966 28.179 10.1096C28.179 11.4696 27.0896 12.5674 25.74 12.5674Z' fill='%232B2B2B'/%3E%3Cpath d='M35.2522 48.5823C34.488 48.5823 33.7563 48.2218 33.301 47.5992L30.6343 43.9781H25.2685C21.5449 43.9781 18.5205 40.9304 18.5205 37.1782V24.5289C18.5205 20.7766 21.5449 17.729 25.2685 17.729H45.2522C48.9758 17.729 52.0002 20.7766 52.0002 24.5289V37.1782C52.0002 40.9304 48.9758 43.9781 45.2522 43.9781H39.8864L37.2197 47.5992C36.7644 48.2218 36.0327 48.5987 35.2685 48.5987L35.2522 48.5823ZM25.2522 22.6282C24.2278 22.6282 23.3823 23.4802 23.3823 24.5125V37.1618C23.3823 38.1941 24.2278 39.0461 25.2522 39.0461H31.8376C32.6018 39.0461 33.3335 39.4066 33.7888 40.0292L35.236 41.9955L36.6831 40.0292C37.1384 39.4066 37.8701 39.0297 38.6343 39.0297H45.2197C46.2441 39.0297 47.0896 38.1777 47.0896 37.1454V24.4961C47.0896 23.4474 46.2441 22.6118 45.2197 22.6118H25.236L25.2522 22.6282Z' fill='%23FF3E3E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_948_776'%3E%3Crect width='52' height='65' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") #F4F4F6 center no-repeat;
}
.btn_board{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 918px;
    padding: 22px;
    margin: 120px auto;
    border-radius: 100px;
    background: var(--Primary-Primary-02, #603535);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--basic-white, #FFF);
    text-align: center;
    font-family: 'Pretendard', sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/*약관*/
.type-basic.footer .popup.demo1{width: 70vw; height: 80vh; overflow: visible;max-height:unset;}
.type-basic.footer .popup-cont{height: 100%;}
.type-basic.footer .popup-cont object{position: absolute;width: 95%;height: 66%;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}

/*paging*/
.paging-basic .btn {
    min-width: 30px;
    height: 30px;
    padding: 0 5px 1px;
    line-height: 27px;
    border: 0px;
    border-radius: 50%;
}

.paging-basic .num-group .btn[aria-current=true] {
    color: #ffffff;
    border: 0px;
    background: #3c74a7;
    border-radius:4px;
}

/*.type01 .popup*/
.type01 .popup.demo1 .popup-head{background: #555;}
.type01 .popup.demo1 .popup-head > h3{color: #fff;}

/*error*/
.error{display: -webkit-box;display: -ms-flexbox;display: flex;}
.content-body{-webkit-box-flex: 1;-ms-flex: auto;flex: auto;}
.error_area{margin: 187px auto 110px !important;}
.error_area h2{font-size: 28px;font-weight: 700;color: #232121;line-height: 1.3;margin: 20px 0;}
.error_area p{font-size: 16px;color: #555;line-height: 1.5;}
.error_area p strong{font-size: 16px;font-weight: bold;}
.error_area .box-body{padding: 110px 0 !important; text-align: center;}
.error_area .btn{border-radius: 5rem;margin:2rem auto 0;background:#4b4b4b;padding: 1.5rem 2rem;}
.error_area .btn i{
    top: -1px;
    margin: 0 0 0 11px;
}

/*top btn*/
.sticky_area{position: absolute;width: 50px;height: 50px;top: 60px;right: 60px;z-index: 999;-webkit-transform: none;-ms-transform: none;transform: none;}
.sticky_area > .btn_sticky{display: -webkit-box;display: -ms-flexbox;display: flex;width: 50px;height: 50px;margin: 0;font-size: 0%;color: transparent;text-indent: 0;border-radius: 100%;}
.sticky_area > .btn_sticky.sticky01{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='26' viewBox='0 0 19 26' fill='none'%3E%3Cg clip-path='url(%23clip0_709_227)'%3E%3Cpath d='M17.9541 11.1183L10.2396 3.35125L10.2396 25.5L8.76001 25.5L8.76001 3.35125L1.04592 11.1183L1.84059e-07 10.0652L9.49956 0.5L19 10.0652L17.9541 11.1183Z' fill='%23868689'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_709_227'%3E%3Crect width='25' height='19' fill='white' transform='matrix(1.19249e-08 -1 -1 -1.19249e-08 19 25.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") center/auto no-repeat;
    border: 1px solid var(--gray-500, #868689);
}

/*ie_chk_area*/
.ie_chk_area{position: fixed;width: 550px;height: 550px;bottom: 0px;right: 0px;display: block;background: #fff;padding: 25px;z-index: 999;border:1px solid #ccc;}
.ie_chk_area .con .tit img {display: block;margin: 20px auto 10px;}
.ie_chk_area .con .tit{display: block;margin: auto;font-size: 1.8rem;font-weight: 400;text-align: center; color: #00455a;}
.ie_chk_area .con strong{font-weight: 900;}
.ie_chk_area .con strong.color-01{color: #009c39;}
.ie_chk_area .blind{display: none;}
.ie_chk_area .btn-close{ position: absolute; display: block; width: 40px; height: 40px; top: 0px; right: 0px; float: right; background: url('/resource/assets/common/images/bt_close_b.png') center no-repeat; border: 0;}
.ie_chk_area .btxt{color: #00455a;text-align: center;font-weight: 600;padding-bottom: 2rem;margin-bottom: 2rem;border-bottom: 1px solid;}
.ie_chk_area .txt{color: #575757;text-align: center;}
.ie_chk_area .con span{position: relative;width: 480px;height: 320px;margin: 20px auto;background: #f4f4f4;display: block;padding: 30px;}
.ie_chk_area .btn-upgrade{position:relative;display:block;margin: 20px auto;width: 256px;text-align: center;padding: 10px 0;background: #00455a;border-radius: 5rem;font-size: 16px;color: #fff;}
.ie_chk_area .chk-uclose{position: absolute;bottom: 0;padding: 0.5rem 0;background: white;width: 540px;left: 0;text-align: center;}

/*-------------------------------------------------------------------
    ## animate add
-------------------------------------------------------------------*/
.delay-08 {-webkit-animation-delay: 0.8s; animation-delay: 0.8s;}
.delay-1 {-webkit-animation-delay: 1s; animation-delay: 1s;}
.delay-1_5 {-webkit-animation-delay: 1.5s; animation-delay: 1.5s;}

/* 회원가입 약관 */
.bul.g-h2{ font-size: 1.5rem; margin-top:2rem; }
.bul.g-h3{ font-size: 1.17rem; }
.bul.g-p{ font-size: 1rem; }
.agreeform{font-family: "Pretendard", sans-serif;}
.agreeform .cjang{font-size:1.4rem;margin-bottom:1rem;font-weight:600;}
.agreeform .cjo{font-size:1.1rem;line-height:1.3;font-weight:600;}
.agreeform .ch{font-size:1rem;line-height:1.5;color:#444;margin:0.5rem 0 2rem;font-weight:500;}
.agreeform .ch .bul li{margin-bottom:0;}
.agreeform .tbl_wrap{width:100%;overflow-x:auto;}
.agreeform .tbl_clause{margin:5px 0;}
.agreeform .tbl_clause th{background:#f1f1f1;}
.agreeform .tbl_clause th, .tbl_clause td{padding:10px 5px;text-align:center;vertical-align:middle;border:1px solid #d3d1d1;line-height:1.4;}