@charset "utf-8";
/* ## bagic css s ## */
body {
    overflow-y:auto;
}
body.prevent {
    overflow-y:hidden;
}
body.scroll-hidden {
    overflow-y:hidden;
}
.container{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
}
.opt-screen-out {
    overflow: hidden;
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 1px;
    height: 1px;
    font-size: 1px;
}
.t_br,
.m_br{
    display: none;
}
.more_box{

}
.more_box .more{
    width: 50px;
    height: 50px;
    display: block;
    border: 2px solid #1348D0;
    background: #fff;
    border-radius: 50px;
    position: relative;
}
.more_box .more:hover{
    background: #1348D0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.more_box .more:before,
.more_box .more:after{
    content: '';
    width: 20px;
    height: 2px;
    background: #1348D0;
    display: block;
    position: absolute;
    border-radius: 10px;
    top: 22px;
    left: 13px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.more_box .more:before{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.more_box .more:hover:before,
.more_box .more:hover:after{
    background: #fff;
}
.more_box .more:hover:before {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}
.more_box .more:hover:after {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
@media all and (max-width: 1023px){
    .container{
        padding: 0 20px;
    }
    .t_br{
        display: block;
    }
}
@media all and (max-width: 767px){
    .m_br{
        display: block;
    }
    .more_box .more{
        width: 30px;
        height: 30px;
    }
    .more_box .more:before,
    .more_box .more:after{
        width: 10px;
        top: 12px;
        left: 8px;
    }
}
/* ## bagic css e ## */
/* ## header s ## */
.header{
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    transition: all 0.2s ease-in-out;
}
.header.active,
.header:hover{
    background: #fff;
    border-bottom: 1px solid #CCCCCC;
}
.header .header-logo a{
    display: block;
}
.header.sanctuary .header-logo a{
    width: 209px;
    height: 58px;
    background: url("/front/images/layout/main1_logo.png");
}
.header.park .header-logo a{
    width: 237px;
    height: 58px;
    background: url("/front/images/layout/main2_logo.png");
}
.header.sanctuary.active .header-logo a,
.header.sanctuary:hover .header-logo a{
    background: #fff;
    background: url("/front/images/layout/main1_logo_on.png");
}
.header.park.active .header-logo a,
.header.park:hover .header-logo a{
    background: #fff;
    background: url("/front/images/layout/main2_logo_on.png");
}
.header-container{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
.gnb{
    flex: 1;
}
.gnb-list{
    display: flex;
    justify-content: center;
    align-items: center;
}
.gnb-list li{
    max-width: 200px;
    width: 100%;
    text-align: center;
    flex: 1;
    position: relative;
}
.gnb-list > li{
    height: 119px;
}
.gnb-list li a{
    font-weight: 500;
    font-size: 23px;
    color: #fff;
}
.gnb-list > li > a{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header.active .gnb-list > li > a,
.header:hover .gnb-list > li > a{
    color: #333333;
}
.header.sanctuary.active .gnb-list > li.active > a{
    font-weight: 700;
    color: #1348D0;
}
.header.active .gnb-list > li.active > a{
    font-weight: 700;
    color: #00B252;
}
.gnb-dep2-wrap{
    display: none;
    width: 100%;
    height: 0;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}
.gnb-dep2-wrap.active{
    display: block;
}
.gnb-list > li:last-child .gnb-dep2-wrap:after{
    display: none;
}
.gnb-dep2-list{
    padding: 20px 0;
}
.header.sanctuary .gnb-dep2-list{
    background: #1348D0;
}
.header.park .gnb-dep2-list{
    background: #00B252;
}
.gnb-dep2-list li{
    margin-bottom: 15px;
}
.gnb-dep2-list li:last-child{
    margin-bottom: 0;
}
.gnb-dep2-list li a{
    display: block;
    font-size: 18px;
    color: #fff;
    /*padding: 15px 0;*/
}
.gnb-dep2-list li a:hover{
    font-weight: 700;
    text-decoration: underline;
}
.gnb-dimed{
    width: 100%;
    height: 0;
    background: #fff;
    position: absolute;
    top: 119px;
    border-top: 1px solid #CCCCCC;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    display: none;
    z-index: 4;
}
.main_shortcuts_btn{
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    padding: 10px 33px 10px 15px;
    position: relative;
}
.main_shortcuts_btn:after{
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    top: 9px;
    right: 14px;
}
.main_refund_btn{
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    border: 1px solid #CE2D32;
    background: #CE2D32;
    border-radius: 5px;
}
.main_refund_btn:hover{
    background: #333333;
    border: 1px solid #333;
}
.header.sanctuary.active .main_shortcuts_btn,
.header.sanctuary:hover .main_shortcuts_btn{
    color: #1348D0;
    border: 1px solid #1348D0;
}
.header.sanctuary .main_shortcuts_btn:hover{
    color: #fff;
    border: 1px solid #1348D0;
    background: #1348D0;
}
.header.park.active .main_shortcuts_btn,
.header.park:hover .main_shortcuts_btn{
    color: #00B252;
    border: 1px solid #00B252;
}
.header.park .main_shortcuts_btn:hover{
    color: #fff;
    border: 1px solid #00B252;
    background: #00B252;
}
.m_nav_box,
.m_shorts_box,
.m_refund_box{
    display: none;
}
@media all and (max-width: 1023px) {
    .header-container{
        padding: 30px 20px;
        justify-content: space-between;
    }
    .main_shortcuts_btn{
        margin-right: 50px;
    }
    .mob-gnb-btn {
        display: block;
        position: absolute;
        top: 46px;
        right:20px;
        width: 32px;
        height:23px;
        border-bottom:3px solid #fff;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }
    .header.sanctuary.active .mob-gnb-btn,
    .header.sanctuary:hover .mob-gnb-btn{
        border-bottom-color: #1348D0;
    }
    .header.park.active .mob-gnb-btn,
    .header.park:hover .mob-gnb-btn{
        border-bottom-color: #00B252;
    }
    .mob-gnb-btn:before,
    .mob-gnb-btn:after {
        display: block;
        content:"";
        height:3px;
        background:#fff;
        position: absolute;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
    }
    .header.sanctuary.active .mob-gnb-btn:before,
    .header.sanctuary.active .mob-gnb-btn:after,
    .header.sanctuary:hover .mob-gnb-btn:before,
    .header.sanctuary:hover .mob-gnb-btn:after{
        background: #1348D0;
    }
    .header.park.active .mob-gnb-btn:before,
    .header.park.active .mob-gnb-btn:after,
    .header.park:hover .mob-gnb-btn:before,
    .header.park:hover .mob-gnb-btn:after{
        background: #00B252;
    }
    .mob-gnb-btn:before {
        width:100%;
        top: -2px;
        left:0;
    }
    .mob-gnb-btn:after {
        width:100%;
        top:50%;
        right: 0;
        margin-top:-1px;
    }
    .mob-gnb-btn.active {
        border-bottom:none;
    }
    .mob-gnb-btn.active:before,
    .mob-gnb-btn.active:after {
        width: 100%;
        top:50%;
        margin-top:-1px;
        background: #1348D0;
    }
    .mob-gnb-btn.active:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .mob-gnb-btn.active:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .gnb {
        display: none;
        position: fixed;
        left:0;
        top:120px;
        width: 100%;
        z-index: 5;
        margin: 0;
        padding-bottom: 65px;
        background: #fff;
        overflow: auto;
    }
    .gnb.active {
        display: block;
    }
    .gnb:before {
        display: block;
        content:"";
        width:100%;
        background:#fff;
        position: absolute;
        left:0;
        top:0;
    }
    .gnb .txtbox{
        display: none;
    }
    .gnb-list {
        display:block;
        padding: 30px 15px 0;
    }
    .gnb-list li{
        max-width: 100%;
    }
    .gnb-list > li {
        max-width: 100%;
        flex:none;
        vertical-align: top;
        float: none;
        width: 100%;
        height: auto;
        text-align: left;
        position: relative;
        padding: 0;
    }
    .gnb-list > li:first-child {
        padding-left: 0px;
    }
    .gnb-list > li:nth-child(5){
        padding: 0;
    }
    .gnb-list > li > a {
        justify-content: flex-start;
        font-size:16px;
        padding:15px 51px 15px 12px;
        border-bottom:1px solid #ccc;
        color:#333;
        position: relative;
        font-size: 16px;
    }
    .gnb-list > li > a.shortcuts_url:after{
        content: '';
        width: 15px;
        height: 16px;
        display: inline-block;
        background: url("/front/images/layout/shortcuts_icon_b.png");
        margin-left: 10px;
        position: relative;
        top: -2px;
    }
    .header.sanctuary .gnb-list > li.active > a{
        border-bottom:1px solid #1348D0;
    }
    .header.park .gnb-list > li.active > a{
        border-bottom:1px solid #00B252;
    }
    .gnb-list li:nth-child(1) .gnb-dep2-wrap {
        border-left: none;
        border-bottom: none;
    }
    .gnb-list li:nth-child(5) .gnb-dep2-wrap {
        width: 100%;
        border-right: none;
        border-bottom: none;
    }
    .mobile_arrow{
        position: absolute;
        top: 28px;
        right: 20px;
        transition: .3s;
    }
    .mobile_arrow:before,
    .mobile_arrow:after{
        position: absolute;
        content: '';
        width: 12px;
        height: 2px;
        background: #ccc;
        display: inline-block;
    }
    .header.sanctuary .gnb-list > li.active .mobile_arrow:before,
    .header.sanctuary .gnb-list > li.active .mobile_arrow:after{
        background: #1348D0;
    }
    .header.park .gnb-list > li.active .mobile_arrow:before,
    .header.park .gnb-list > li.active .mobile_arrow:after{
        background: #00B252;
    }
    .mobile_arrow:before{
        transform: rotate(45deg);
        left: -8px;
    }
    .mobile_arrow:after{
        transform: rotate(-45deg);
    }
    .gnb-dep2-wrap{
        border: none;
    }
    .gnb-list > li.active > a > .mobile_arrow{
        transform: rotate(180deg);
        right: 16px;
    }
    .gnb-dep2-wrap {
        position: static;
        top:auto;
        height: auto;
        overflow:initial;
        display: none;
        background:none;
        max-width: 100%;
        border-right: none;
        border-left: none;
        padding: 0;
    }
    .gnb-dep2-wrap.active {
        display: block;
        background: transparent;
    }
    .gnb-dep2-wrap:after{
        display: none;
    }
    .gnb-dep2-list {
        padding: 0;
    }
    .gnb_tit.main_color{
        display: none;
    }
    .gnb-dep2-list > li {
        padding:0;
        float:none;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 0px;
    }
    .gnb-dep2-list > li:before{
        position: absolute;
    }
    .gnb-dep2-list > li:first-child {
        margin-top:0;
    }
    .gnb-dep2-list a {
        color:#000;
    }
    .gnb-dep2-list a:before{
        display:block;
    }
    .gnb-dep2-list > li > a {
        text-align: left;
        max-width: 100%;
        font-size: 14px;
        color: #333;
        background: #F7F7F7;
        display: block;
        padding: 10px 10px 10px 24px;
        border-bottom: 1px solid #CCCCCC;
        position: relative;
    }
    .gnb-dep2-list > li > a:before{
        content: '';
        width: 3px;
        height: 3px;
        background: #333;
        border-radius: 100%;
        position: absolute;
        top: 18px;
        left: 13px;
    }
    .gnb-dep2-list > li > a:hover{
        text-decoration: none;
    }
    .gnb-dimed {
        display: none;
    }
    .gnb-dimed.active {
        min-height: 100vh;
        opacity: 0.7;
        display: block;
        background: #333;
    }
    .m_nav_box{
        display: block;
    }
    .m_phone_box{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 0;
    }
    .header.sanctuary .m_phone_box{
        color: #1348D0;
    }
    .header.park .m_phone_box{
        color: #00B252;
    }
    .m_phone_box:before{
        content: '';
        width: 31px;
        height: 30px;
        display: inline-block;
        margin-right: 5px;
    }
    .header.sanctuary .m_phone_box:before{
        background: url("/front/images/layout/mobile_icon.png");
    }
    .header.park .m_phone_box:before{
        background: url("/front/images/layout/mobile_icon02.png");
    }
}
@media all and (max-width: 767px){
    .header{
        height: 60px;
    }
    .header-container{
        padding: 14px 20px;
    }
    .header_version{
        display: none;
    }
    .header.sanctuary .header-logo a{
        width: 121px;
        height: 33px;
        background-size: cover;
    }
    .header.sanctuary.active .header-logo a,
    .header.sanctuary:hover .header-logo a{
        width: 121px;
        height: 33px;
        background: url("/front/images/layout/main1_logo_on.png");
        background-size: cover;
    }
    .header.park .header-logo a{
        width: 137px;
        height: 34px;
        background-size: cover;
    }
    .header.park.active .header-logo a,
    .header.park:hover .header-logo a{
        width: 137px;
        height: 34px;
        background: url("/front/images/layout/main2_logo_on.png");
        background-size: cover;
    }
    .mob-gnb-btn{
        top: 21px;
    }
    .gnb{
        top: 60px;
    }
    .m_shorts_box{
        display: flex;
        align-items: center;
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        margin: 0 auto;
        padding: 10px 15px;
        border-radius: 5px;
        position: relative;
    }
    .m_refund_box{
        max-width: 159px;
        display: flex;
        align-items: center;
        font-weight: 700;
        font-size: 16px;
        color: #fff;
        margin: 10px auto 0;
        padding: 10px 15px;
        border-radius: 5px;
        position: relative;
        background: #CE2D32;
    }
    .header.sanctuary .m_shorts_box{
        max-width: 159px;
        background: #1348D0;
    }
    .header.park .m_shorts_box{
        max-width: 146px;
        background: #00B252;
    }
    .m_shorts_box:after,
    .m_refund_box:after{
        content: '\f054';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 16px;
        position: absolute;
        top: 9px;
        right: 14px;
    }
    .main_shortcuts_btn,
    .main_refund_btn{
        display: none;
    }
}
/* ## header e ## */
/* ## footer s ## */
.footer{
    background: #5B6270;
    padding: 40px 0px;
}
.footer-container{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
}
.footer-wrap{
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
}
.footer-wrap .left_box{
    display: flex;
}
.footer_logo{
    width: 209px;
    height: 55px;
    margin-right: 50px;
    background: url("/front/images/layout/main1_logo_f.png");
}
.footer_logo.v2{
    width: 237px;
    height: 58px;
    margin-right: 50px;
    background: url("/front/images/layout/main2_logo_f.png");
}
.footer-wrap .left_box .privacy_txt{
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
    margin-bottom: 10px;
    color: #fff;
}
.footer-wrap .left_box address,
.footer-wrap .left_box .copyright{
    font-style: normal;
    font-weight: 100;
    font-size: 16px;
}
.footer_contact_list{

}
.footer_contact_list li{
    display: flex;
    font-weight: 700;
    font-size: 25px;
}
.footer_contact_list li .tit{
    min-width: 44px;
    font-weight: 400;
    margin-right: 10px;
}
@media screen and (max-width: 1440px){
    .footer_logo{
        margin-right: 30px;
    }
}
@media screen and (max-width: 1023px){
    .footer{
        padding: 30px 20px;
    }
    .footer-wrap{
        justify-content: space-between;
        align-items: flex-end;
    }
    .footer-wrap .left_box{
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    .footer_logo{
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .footer-wrap .left_box .adr_box{
        flex: 1;
    }
}
@media screen and (max-width: 767px){
    .footer{
        padding: 20px;
    }
    .footer-wrap{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer_logo{
        width: 150px;
        height: 42px;
        background-size: 150px 42px;
        margin-bottom: 20px;
    }
    .footer_logo.v2{
        width: 171px;
        height: 42px;
        background-size: 171px 42px;
    }
    .footer-wrap .left_box{
        margin-bottom: 15px;
    }
    .footer-wrap .left_box .privacy_txt,
    .footer-wrap .left_box address,
    .footer-wrap .left_box .copyright{
        font-size: 14px;
    }
    .footer_contact_list li{
        font-size: 18px;
    }
    .footer_contact_list li .tit{
        min-width: 31px;
    }
}
/* ## footer e ## */
/* ## sub_top s ## */
.sub-top-wrap {
    position: relative;
    margin-bottom: 100px;
}
.sub-top {
    width:100%;
    height: 350px;
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 1;
    overflow:hidden;
}
.sub-top:before{
    display: block;
    content:"";
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    z-index: -1;
    animation: subTopImg 15s infinite;
    -webkit-animation: subTopImg 15s infinite;
}
.sub-top.sanctuary:before {
    background: url("/front/images/sub/sub_top_img01.jpg") no-repeat center center;
    background-size: cover;
}
.sub-top.park:before {
    background: url("/front/images/sub/sub_top_img02.jpg") no-repeat center center;
    background-size: cover;
}

@keyframes subTopImg {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
    50% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@-webkit-keyframes subTopImg {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
    50% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.sub-top-box {
    display: table-cell;
    vertical-align: middle;
    width:100%;
    height: 100%;
}

.sub-tit {
    text-align: center;
    font-size: 45px;
    color:#fff;
    font-weight:500;
    padding-top: 50px;
}
.breadcrumb{
    width: 100%;
    border-bottom: 1px solid #ccc;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.breadcrumb_wrap{
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    border-right: 1px solid #ccc;
    background: #fff;
}
.breadcrumb-list {
    max-width: 557px;
    background: #fff;
    display:flex;
    justify-content: flex-end;
    border-top-left-radius: 10px;
}
.breadcrumb-list > li.home {
    width:55px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.breadcrumb.sanctuary .breadcrumb-list > li.home{
    background: #1348D0;
}
.breadcrumb.park .breadcrumb-list > li.home{
    background: #11AE5B;
}
.breadcrumb-list > li.home a{
    display: block;
}
.breadcrumb-list > li {
    position: relative;
    display:block;
    height:55px;
    border-right:1px solid #cccccc;
}
.breadcrumb-home:before {
    content: '';
    display:inline-block;
    background:url('/front/images/layout/icon_home.png') no-repeat;
    width:20px;
    height:20px;
}
.breadcrumb-list > li button {
    width:250px;
    padding:0 0 0 15px;
    height:55px;
    line-height: 55px;
    text-align:left;
    font-size:18px;
    color:#333;
}
.dropdown-cont {
    position: absolute;
    left: -1px;
    top:56px;
    z-index: 1;
}
.js-dropdown-cont {
    display: none;
}
.js-dropdown-cont.active {
    display: block;
}
.dropdown-list {
    background: #fff;
    width:252px;
}
.dropdown-list li {
    position: relative;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-shadow: 0px 1px 0px #CCCCCC;
}
.dropdown-list li:last-child:hover{
    border-bottom: 1px solid #ccc;
}
.dropdown-list li a {
    height: 55px;
    line-height: 55px;
    padding-left: 15px;
    display:block;
    color:#333;
    font-weight: 500;
    font-size: 16px;
}
.dropdown-list li a:hover{
    color: #fff;
}
.breadcrumb.sanctuary .dropdown-list li a:hover{
    background: #1348D0;
}
.breadcrumb.park .dropdown-list li a:hover{
    background: #00B252;
}
.dropdown-list li a:after {
    content:'';
    width: 10px;
    height: 2px;
    position:absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
}
.breadcrumb.sanctuary .dropdown-list li a:after{
    background: #1348D0;
}
.breadcrumb.park .dropdown-list li a:after{
    background: #00B252;
}
.breadcrumb .dropdown-list li a:hover:after{
    background: #fff;
}
.icon-triangle-up {
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:7px solid #624285;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}
.icon-triangle-down {
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:7px solid #624285;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}
.breadcrumb-list > li .sub_more {
    display: block;
    width:12px;
    height:12px;
    position: absolute;
    right:16px;
    top:29px;
}
.breadcrumb-list > li .sub_more:before,
.breadcrumb-list > li .sub_more:after {
    display: block;
    content:"";
    width:2px;
    height:100%;
    background:#333;
    position: absolute;
    left:50%;
    top:50%;
    margin:-13.5px 0 0 -1px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.breadcrumb-list > li .sub_more:before {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.breadcrumb-list > li:hover .sub_more:before {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}

.breadcrumb-list > li:hover .sub_more:after {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
@media all and (max-width: 1023px) {
    .sub-container {
        padding-bottom:100px;
    }
    .breadcrumb-list li {
        font-size:15px;
    }
}

@media all and (max-width: 767px) {
    .sub-top-wrap {
        overflow: inherit;
        margin-bottom: 115px;
    }
    .sub-top {
        height:250px;
        overflow: inherit;
    }
    .sub-top:before,
    .sub-top.sanctuary:before,
    .sub-top.park:before{
        animation: none;
        -webkit-animation: none;
    }
    .sub-tit {
        font-size:25px;
    }
    .breadcrumb{
        bottom: -56px;
    }
    .breadcrumb_wrap{
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    .breadcrumb-list{
        max-width: 100%;
        border-top-left-radius: 0px;
    }
    .breadcrumb-list > li.home {
        flex:none;
        border-top-left-radius: 0px;
    }
    .breadcrumb-list > li {
        flex:1;
        -webkit-flex:1;
        width: 100%;
    }
    .breadcrumb-list > li:last-child{
        border-right: none;
    }
    .breadcrumb-list > li button {
        width: 100%;
        font-size: 14px;
    }
    .dropdown-cont {
        width: 100%;
        left: 0;
    }
    .dropdown-list {
        width: 100%;
    }
    .dropdown-list li a{
        font-size: 14px;
    }
}
/* ## sub_top e ## */
/* :: top s :: */
.btn-top-box{
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 1;
    opacity: 0;
    transition: all .3s ease-out;
}
.btn-top-box.active{
    opacity: 1;
}
.btn-top-btn {
    width: 50px;
    height: 50px;
    border: 1px solid #AAAAAA;
    background: #FFFFFF;
    border-radius: 50px;
    font-weight: 900;
    font-size: 18px;
}
@media all and (max-width: 767px){
    .btn-top-box{
        right: 20px;
        bottom: 20px;
    }
}
/* :: top e :: */
/* :: popup s :: */
body {
    overflow-y:auto;
}
body.scroll-hidden {
    overflow-y:hidden;
}
.popup {
    position: fixed;
    width:100%;
    height:100%;
    z-index: 50;
    left:0;
    top:0;
    overflow: auto;
}
.popup:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.popup-wrap {
    display: table;
    width:100%;
    height:100%;
    padding:10px;
}
.popup-box {
    display: table-cell;
    vertical-align: middle;
    width:100%;
    height:100%;
}
.popup-cont {
    max-width:500px;
    margin:0 auto;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
}
.popup-cont.size-large {
    max-width: 1200px;
}
.popup-cont.size-medium {
    max-width: 900px;
}
.popup-cont.size-small {
    max-width: 300px;
}
.popup-header {
    padding:15px 20px;
    color: #000;
    font-size: 16px;
    border-bottom:1px solid #e7e7e7;
}
.popup-body {
    padding:15px 20px;
}
.popup-footer {
    border-top:1px solid #e7e7e7;
    padding:10px 20px;
    text-align: right;
}
.js-popup {
    display: none;
    -webkit-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
}
.js-popup.active {
    display: block;
    -webkit-animation: fadeIn 0.3s;
    animation: fadeIn 0.3s;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.privacy_popup .popup-header{
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: none;
}
.privacy_popup .popup-header .tit{
    font-weight: 700;
    font-size: 25px;
    color: #111111;
}
.privacy_popup .popup-header .btn{
    /*font-weight: 700;*/
    font-size: 40px;
    color: #1348D0;
}
.privacy_popup .popup-body{
    padding: 0;
}
.popup-close-box{
    display: flex;
    justify-content: right;
}
.popup-close-box .pw_popup-close{
    position: relative;
    width: 50px;
    height: 50px;
}
.popup-close-box .pw_popup-close:before,
.popup-close-box .pw_popup-close:after{
    content: '';
    width: 20px;
    height: 2px;
    background: #333;
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
}
.popup-close-box .pw_popup-close:before{
    transform: rotate(45deg);
}
.popup-close-box .pw_popup-close:after{
    transform: rotate(-45deg);
}
.pw_popup .popup-header{
    border-bottom: none;
}
.pw_popup .popup-header .tit{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pw_popup .popup-header .tit .txt{
    font-weight: 700;
    font-size: 23px;
    color: #111111;
    text-align: center;
    margin-left: 15px;
}
.pw_popup .popup-header .desc{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    text-align: center;
}
.pw_popup .popup-header{
    padding: 0px 30px 15px;
}
.pw_popup .popup-body{
    padding: 15px 30px;
}
.pw_popup .pw_input{
    width: 100%;
    height: 50px;
    border: 1px solid #CCCCCC;
    padding: 10px 20px;
    text-align: center;
    font-size: 20px;
    color: #aaa;
}
.pw_popup .pw_wrong{
    /*height: 21px;*/
    padding-top: 10px;
    font-size: 18px;
    color: #CE2D32;
    text-align: center;
    display: none;
}
.pw_popup .popup-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 40px;
    border-top: none;
}
.pw_popup .pw_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    background: #333;
    padding: 10px 30px;
    color: #FFFFFF;
}
.bus_popopup .popup-header{
    border-bottom: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 20px 0;
}
.bus_popopup .popup-header .btn{
    width: 50px;
    height: 50px;
    position: relative;
}
.bus_popopup .popup-header .btn:before,
.bus_popopup .popup-header .btn:after{
    content: '';
    width: 35px;
    height: 4px;
    background: #333;
    border-radius: 10px;
    margin-left: 8px;
    display: block;
    position: absolute;
}
.bus_popopup .popup-header .btn:before{
    transform: rotate(45deg);
}
.bus_popopup .popup-header .btn:after{
    transform: rotate(-45deg);
}
.bus_popopup .popup-cont{
    box-shadow: none;
}
@media all and (max-width: 1023px){
    .privacy_popup .popup-header{
        padding: 16px;
    }
    .privacy_popup .popup-header .tit{
        font-size: 23px;
    }
}
@media all and (max-width: 767px){
    .privacy_popup .popup-header .tit{
        font-size: 20px;
    }
    .pw_popup .popup-header .tit img{
        width: 40px;
    }
    .pw_popup .popup-header .tit.v2 img{
        width: 20px;
    }
    .pw_popup .popup-header .tit .txt{
        font-size: 18px;
        margin-left: 10px;
    }
    .pw_popup .popup-header .desc{
        font-size: 14px;
        margin-top: 15px;
    }
    .pw_popup .pw_input{
        font-size: 16px;
    }
    .pw_popup .pw_wrong,
    .pw_popup .pw_btn{
        font-size: 14px;
    }
    .bus_popopup .popup-header{
        padding: 5px 10px 0;
    }
    .bus_popopup .popup-header .btn{
        width: 40px;
        height: 40px;
        position: relative;
    }
    .bus_popopup .popup-header .btn:before,
    .bus_popopup .popup-header .btn:after{
        content: '';
        width: 25px;
        height: 3px;
    }
    .bus_popopup .popup-body{
        padding: 5px 10px;
    }
}
/* :: popup e :: */
/* :: tab s :: */
.tab {
    margin-bottom:40px;
}
.tab-list {
    display: table;
    width:100%;
    table-layout: fixed;
    margin: 0 1px;
}
.tab-list li {
    display: table-cell;
    vertical-align: middle;
}
.tab-list li a {
    display: block;
    text-align: center;
    border:1px solid #c5322d;
    line-height: 43px;
    margin-left:-1px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
}
.tab-list li a:hover {
    color: #c5322d;
}
.tab-list li a.active {
    background: #c5322d;
    color: #fff;
}
.js-tab-cont {
    display: none;
}
.js-tab-cont.active {
    display: block;
}
.privacy_tab{
    margin-bottom: 0px;
    padding: 0 40px 30px;
    border-bottom: 2px solid #1348D0;
}
.privacy_tab .tab-list{
    display: flex;
}
.privacy_tab .tab-list li{
    flex: 1;
}
.privacy_tab .tab-list li:nth-child(2){
    margin: 0 10px;
}
.privacy_tab .tab-list li a{
    border: 1px solid #AAAAAA;
    border-radius: 50px;
    color: #aaa;
    padding: 0 10px;
}
.privacy_tab .tab-list li a span{
    height: 60px;
    max-height: 60px;
    font-weight: 700;
    font-size: 20px;
    line-height: 58px;
}
.privacy_tab .tab-list li a.active{
    background: #1348D0;
    color: #fff;
}
.tab-list li a:hover {
    border: 1px solid #1348D0;
    color: #1348D0;
}
.privacy_tab_cont{
    height: 800px;
    overflow-y: scroll;
    padding: 40px 40px 0;
}
.privacy_tab_cont.none_height{
    height: auto;
    overflow-y: auto;
}
.privacy_list{
    margin-bottom: 50px;
}
.privacy_list .tit{
    font-weight: 700;
    font-size: 25px;
    color: #1348D0;
    margin-bottom: 20px;
}
.privacy_txt{
    font-size: 18px;
}
.dot_list > li{
    padding-left: 24px;
    margin-bottom: 15px;
    position: relative;
}
.dot_list > li:before{
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    border-radius: 100%;
    background: #333;
    position: absolute;
    top: 10px;
    left: 10px;
}
.bagic_list > li{
    padding-left: 10px;
    margin-bottom: 15px;
}
.privacy_tbl{
    width: 100%;
    margin: 10px 0 30px;
    border: 1px solid #ccc;
    border-top: 2px solid #1348D0;
}
.privacy_tbl th,
.privacy_tbl td{
    text-align: center;
    padding: 10px;
}
.privacy_tbl th{
    background: #F2F4F8;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.privacy_tbl td{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.privacy_file:hover{
    text-decoration: underline;
}
.t_bold{
    font-weight: 700;
}
@media all and (max-width: 1023px) {
    .privacy_tab {
        padding: 0 16px 30px;
    }
    .privacy_tab .tab-list li a span{
        height: 45px;
        max-height: 45px;
        font-size: 16px;
        line-height: 44px;
        /*line-height: 40px;*/
    }
    .privacy_tab_cont{
        height: 600px;
        padding: 16px 16px 0;
    }
}

@media all and (max-width: 767px) {
    .privacy_tab .tab-list li a{
        /*height: 42px;*/
        /*max-height: 42px;*/
        /*line-height: 41px;*/
    }
    .privacy_tab_cont{
        height: 300px;
    }
    .privacy_list{
        margin-bottom: 30px;
    }
    .privacy_list .tit{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .privacy_txt{
        font-size: 14px;
    }
    .dot_list > li{
        margin-bottom: 10px;
        padding-left: 16px;
    }
    .dot_list > li:before{
        width: 3px;
        height: 3px;
        top: 6px;
        left: 6px;
    }
}
/* :: tab e :: */
/* :: sub_basic s :: */
.sub_container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
.sub_tit_box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}
.sub_tit{
    font-weight: 700;
    font-size: 35px;
    color: #111111;
    position: relative;
    /* padding-top: 30px; */
}
/* 
.sub_tit:before{
    content: '';
    width: 30px;
    height: 3px;
    border-radius: 10px;
    background: #111;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -14px;
    transform: rotate(-50deg);
    z-index: -1;
}
*/
.sub_cont_tit{
    font-weight: 700;
    font-size: 25px;
    color: #111111;
    margin-bottom: 20px;
    padding-left: 30px;
    position: relative;
}
.sub_cont_tit:before{
    content: '';
    width: 20px;
    height: 3px;
    background: #111111;
    border-radius: 10px;
    display: block;
    transform: rotate(-55deg);
    position: absolute;
    top: 16px;
    left: 0;
}
@media all and (max-width: 1023px){
    .sub_container {
        padding: 0 20px;
    }
}
@media all and (max-width: 767px){
    .sub_tit_box{
        margin-bottom: 50px;
    }
    .sub_tit{
        font-size: 25px;
        /* padding-top: 20px; */
    }
	/*
    .sub_tit:before{
        width: 20px;
        margin-left: -7px;
    }
	*/
    .sub_cont_tit{
        font-size: 18px;
        margin-bottom: 10px;
        padding-left: 20px;
    }
    .sub_cont_tit:before{
        width: 15px;
        top: 10px;
    }
}
/* :: sub_basic e :: */
/* ## 체크박스 s ## */
.check-box {
    display: inline-block;
    margin:1px 20px 1px 0;
}
.check-box .check {
    position: absolute;
    left: 0;
    top:0;
    width: 24px;
    height: 24px;
    opacity: .01;
}
.check-box .label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 10;
}
.check-box .inp {
    display: block;
    position: absolute;
    top: 6px;
    left:0;
    width: 22px;
    height: 22px;
    cursor: pointer;
    border:1px solid #CACACA;
    background:#fff;
    border-radius: 4px;
}
.check-box .text {
    display: inline-block;
    vertical-align: top;
    padding:2px 0 2px 30px;
    cursor: pointer;
    font-size: 20px;
}
.check-box .check:checked + .inp{
    background: #1348D0;
    border:1px solid #1348D0;
}
.check-box .check:checked + .inp:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content:"\f00c";
    color:#fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 13px;
}
/* ## 체크박스 e ## */
/* ## 라디오박스 s ## */
.radio-box {
    display: inline-block;
    margin-top:1px;
    margin-bottom:1px;
    margin-right:20px;
}
.radio-box .check {
    position: absolute;
    left: 0;
    top:0;
    width: 20px;
    height: 20px;
    opacity: .01;
}
.radio-box .label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
}
.radio-box .inp {
    display: block;
    position: absolute;
    left: 4px;
    top: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border:1px solid #ccc;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.radio-box .text {
    display: inline-block;
    vertical-align: top;
    padding:2px 0 2px 33px;
    cursor: pointer;
    font-size: 18px;
}
.radio-box .check:checked + .inp{
    border:1px solid #C20009;
}
.radio-box .check:checked + .inp:before {
    display: block;
    content: "";
    width:9px;
    height:9px;
    background:#C20009;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 13px;
}
/* ## 라디오박스 e ## */