body {
    line-height: 110%;
}

.display_n {
    display: none;
}

.copyrightClass {
    z-index: 10;
    background: #1f2937;color: #e5e7eb;
    position: relative;
}

.copyrightClass a{
    color: #e5e7eb;
}

/*퀵메뉴*/
.quick_menu {left:10%;top:30%;position: fixed;font-size: 16px;}
.quick_menu.fixed {position: fixed;left:1%;top:40%; z-index:100}
.quick_menu  li {/* width: 250px; *//* height: 25px; *//* line-height: 25px; *//* border-radius: 5px; *//* margin-bottom: 5px; *//* overflow: hidden; */}
.quick_menu  li a{display: block;width: 100%;height: 100%;padding:0 10px ;}
.quick_menu li.on {color: orangered;}
.quick_menu  li a:hover {color: #36759b;}

.section_selected {
    font-size:17px;
    /* color: #9f8465; */
}

.section_unselected {
    font-size:16px;
    /* color: #4b5563; */
}

.quick_menu img {
    filter: grayscale(100%);
    width:20px;
}

.quick_menu .section_unselected img {
    filter: grayscale(100%);
    width:20px;
}

.quick_menu .section_selected img {
    filter: opacity(0.5) drop-shadow(0 0 0 #A08B73);
    width:20px;
}

.sectiontitle {
}

.sectiondetail {
    font-size:16px;
}

.sectiondetail input{
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
}

.qMenuClass {
    position: fixed;width: 160px;top: 50%;left: 0;z-index: 999;transform: translateY(-50%);transition:left 500ms ease;background-color: rgba(0, 0, 0, 0.5);font-size: 16px;
}

.MenuClass {
    /* width:55%; */
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.corpClass {
   display: flex;flex-direction: row;justify-content: center;border: none;
}

.corpClass img {
    /* width:190px;height: 58px; */
}


.loginClass {
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


@media screen and (max-width: 1200px) {

    .menuclass {
        position: fixed;
        top:0;
        width:100%;
        height:80px;
        background:white;
        display: flex;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        z-index: 10001;
        padding: 0 20px;
    }


    /* S : 모바일 메뉴 사이드바 */
    input[id="m_menuicon"] {display:none;}

    /* 컨텐츠영역 */
    .container {width:100%;height:100%;position:relative;}
    /*.container .contents {width:1200px;margin:0 auto;height:100%;border:1px solid #eee;background:white;}*/
    /* .container .sidebar {position:fixed;top: 65px;right:-270px;width:270px;height:100%;background:white;z-index:10000;transition:.35s;} */
    .container .sidebar {position:fixed;top: 65px;right:-100%;width:100%;height:100%;background:white;z-index:10000;transition:.35s;}

    /* 체크 변화값 */
    input[id="m_menuicon"]:checked ~ .container .sidebar {right:0;}

    .m_menubar{height:100vh;padding:20px;border-right:1px solid #ddd;font-size:16px}
    .m_menubarlist{width:90%;height:50px;line-height:50px;border-bottom:1px solid #ddd;text-align: center;}

    .m_menubar li{padding:20px 0 10px 15px}
    .m_menubar li a{font-size:20px;color:#374151;text-decoration:none}
    .m_menubar{box-shadow:-5px -1px 5px 0 #0000000a}

    .m_menu_box .m_menubarlist.join{width:unset;background:#2b8aab2b;border-bottom:0;margin-top:30px}
    .m_menu_box .m_menubarlist.find{width:unset;background:#2b8aab1a;border-bottom:0;margin-top:10px}


    /* E : 모바일 메뉴 사이드바 */


    .qMenuClass {
        display: none;
    }

    .MenuClass {
        display: none;
    }

    .corpClass {
        height:80px;
        display: flex;
        flex-direction: row;
        justify-content: unset;
        /* align-items:center; */
        border: none;
    }

    .corpClass img {
        /* width:180px; */
        /* height: 55px; */
    }

    .loginClass {
        /* width:25%; */
        height:80px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }



    .sectiontitle {
        font-size: 20px;
        font-weight: 600;
    }

    .sectiondetailm {
        width: 95%;
        font-size: 14px;
    }

    .introInBox {
        width:100%;
        margin-bottom: 15px;
    }

    .intro_pBox p {
        width:100%;
        line-height: 1.5;
        float:left;
        text-align:justify;
        font-size:14px;
    }

    .sectiondetailm table {width:100%;margin-top:5px;border-collapse: collapse; border-spacing: 0; border-bottom: 1px solid #ddd;color: black;}
    .sectiondetailm table th {border-top: 1px solid #ddd; padding: 10px; background: #f3f4f6;}
    .sectiondetailm table td {border-top: 1px solid #ddd; padding: 10px;}
    .sectiondetailm table thead th {position: sticky; top:0; background: #f3f4f6; font-size: 16px;}
    .sectiondetailm table thead th:after,
    .sectiondetailm table thead th:before {content:"";position: absolute; left:0; width: 100%; height: 1px; background: #f3f4f6;}
    .sectiondetailm table thead th:after {top: -1px;}
    .sectiondetailm table thead th:before {bottom: -1px;}

    .scroll1 {
        height: 100px;margin-bottom:10px;padding:5px;border-top:1px solid #A08B73;border-bottom:1px solid #ddd;font-size:14px;overflow: auto;
    }

    .scroll1 div {
        height: 25px;font-weight: 600;
    }

    .scroll1::-webkit-scrollbar {
        width: 0;
    }


}

.sectiondetail2 {
    width:50%;height: 650px;font-size:16px;overflow-y: auto;
}

.sectiondetail3 {
    width:50%;font-size:16px;margin-top: 20px;
}

.sectiondetail4 {
    width:100%;
    font-size:16px;
    /* border-top:2px solid #A08B73; */
}

.sectiondetail::-webkit-scrollbar {
    width: 0;
}

.sectiondetail2::-webkit-scrollbar {
    width: 0;
}

.sectiondetail::-webkit-scrollbar-button {
    background-color: darkblue;
    width: 20px;
    height: 10px;
}

.sectiondetail::-webkit-scrollbar-thumb {
    background-color: #2f3542;
    border-radius: 10px;

}

.sectiondetail::-webkit-scrollbar-track {
    background-color: grey;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
}

.sectiondetail2::-webkit-scrollbar-button {
    background-color: darkblue;
    width: 20px;
    height: 10px;
}

.sectiondetail2::-webkit-scrollbar-thumb {
    background-color: #2f3542;
    border-radius: 10px;

}

.sectiondetail2::-webkit-scrollbar-track {
    background-color: grey;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
}

.scroll1 {
    height: 120px;margin-bottom:10px;padding:5px;border-top:1px solid #A08B73;border-bottom:1px solid #ddd;font-size:14px;overflow: auto;
}

.scroll1 div {
    height: 25px;font-weight: 600;
}

.scroll1::-webkit-scrollbar {
    width: 0;
}

.scroll1::-webkit-scrollbar-thumb {
    background-color: #2f3542;
    border-radius: 10px;
}

.scroll1::-webkit-scrollbar-track {
    background-color: grey;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
}

.bor1 {
    display:inline-block;
    width:80px;
    margin-left:50px;
    vertical-align:middle;
    border-top:1px solid #CECECE;
}

.bor2 {
    display:inline-block;
    width:80px;
    margin-right:50px;
    vertical-align:middle;
    border-top:1px solid #CECECE;
}

.bor3 {
    display:inline-block;
    height:20px;
    margin-left: 40px;
    vertical-align:middle;
    border-left:2px dotted #CECECE;
}

.Btns { width:100%; float:left; margin:30px 0; }
.Btns button {
    display:inline-block;
    width:200px;
    padding:20px 0;
    font-size:20px;
    background:#fff;
    letter-spacing:-1px;
}

.Btns2 {
    width:100%;
    /* float:left; */
    margin-top:20px;
    text-align:center;
}

.btn_alppyChk {
    display:inline-block;
    background:#fff;
    border: 1px solid #000000;
}
.btn_alppyChk:hover {background:#000;color:#fff;transition: all ease 0.3s;}

.btn_pCancel {
    display:inline-block;
    border:1px solid #000;
}

.btn_idCheck {
    display:inline-block;
    padding:6px 10px;
    margin-left:15px;
    background:#000;
    border:1px solid #000;
    color:#fff;
    box-sizing:border-box;
}

.btn_memberJoin {
    margin-left:15px;
    background:#A08B73 !important;
    border:1px solid #A08B73 !important;
    color:#fff;
}
.btn_memberJoinCancel {
    border:1px solid #A08B73 !important;
    color:#A08B73;
    box-sizing:border-box;
}
.btn_unregister {
    display:inline-block;
    padding:7px 10px;
    margin-left:15px;
    background:#000 !important;
    border:1px solid #000;
    color:#fff;
    box-sizing:border-box;
}
.btn_unregisterCancel {
    border-color:#000 !important;
    color:#000;
}
.sBtns button {width:180px;padding:12px 0;font-size: 14px;color: #000;}

@media screen and (max-width:1024px){
.sBtns button:hover{background:#fff;color:#000}
.btn_alppyChk:hover {background:#fff;color:#000}

}


.radio_box {
    width: 50px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }

/* 기본 라디오 버튼 숨기기 */
.radio_box input[type="radio"] { display: none; }

/* 선택되지 않은 라디오 버튼 스타일 꾸미기 */
.radio_box .on {width: 20px;height: 20px;border: 1px solid #868686;background: #fff;border-radius: 50%;position: absolute;top: 0;left: 0;}

/* 선택된 라디오 버튼 스타일 꾸미기 */
.radio_box input[type="radio"]:checked + .on {background: #fff;margin: 0;border: 1px solid #f79548;}
.radio_box .on:after { content: ""; position: absolute; display: none; }
.radio_box input[type="radio"]:checked + .on:after { display: block; margin: 0;}
.radio_box .on:after {width: 10px;height: 10px;background: #f79548;border-radius: 50%;position: absolute;left: 4px;top: 4px;}

.sectiondetail table {}
.sectiondetail table th {border-top: 1px solid #ddd;}
.sectiondetail table td {border-top: 1px solid #ddd; padding: 15px;}
.sectiondetail table thead th {position: sticky; top:0; background: #f3f4f6; font-size: 16px;}
.sectiondetail table thead th:after,
.sectiondetail table thead th:before {content:"";position: absolute; left:0; width: 100%; height: 1px; background: #f3f4f6;}
.sectiondetail table thead th:after {top: -1px;}
.sectiondetail table thead th:before {bottom: -1px;}

.sectiondetail2 table {width:98%;margin-top:5px;border-collapse: collapse; border-spacing: 0; border-bottom: 1px solid #ddd;color: black;}
.sectiondetail2 table th {border-top: 1px solid #ddd; padding: 5px; background: #f3f4f6;}
.sectiondetail2 table td {border-top: 1px solid #ddd; padding: 5px; text-align: center;}
.sectiondetail2 table thead th {position: sticky; top:0; background: #f3f4f6; font-size: 16px;}
.sectiondetail2 table thead th:after,
.sectiondetail2 table thead th:before {content:"";position: absolute; left:0; width: 100%; height: 1px; background: #f3f4f6;}
.sectiondetail2 table thead th:after {top: -1px;}
.sectiondetail2 table thead th:before {bottom: -1px;}

.sectiondetail3 table {width:98%;margin-top:5px;border-collapse: collapse; border-spacing: 0;border-bottom: 1px solid #ddd;color: black;}
.sectiondetail3 table th {border-top: 1px solid #ddd; padding: 10px; background: #f3f4f6;}
.sectiondetail3 table td {border-top: 1px solid #ddd; padding: 10px;}
.sectiondetail3 table thead th {position: sticky; top:0; background: #f3f4f6; font-size: 16px;}
.sectiondetail3 table thead th:after,
.sectiondetail3 table thead th:before {content:"";position: absolute; left:0; width: 100%; height: 1px; background: #f3f4f6;}
.sectiondetail3 table thead th:after {top: -1px;}
.sectiondetail3 table thead th:before {bottom: -1px;}


.sectiondetail4 table {width:100%;border-collapse: collapse; border-spacing: 0; border-bottom: 1px solid #ddd;color: black;}
.sectiondetail4 table th {/* border-top: 1px solid #ddd; *//* padding: 7px; *//* background: #f3f4f6; *//* text-align: center; */}
.sectiondetail4 table td {border-top: 1px solid #ddd; padding: 10px; text-align: center;}
.sectiondetail4 table thead th {position: sticky; top:0; background: #f3f4f6; font-size: 16px;text-align: center;}
.sectiondetail4 table thead th:after,
.sectiondetail4 table thead th:before {content:"";position: absolute; left:0; width: 100%; height: 1px; background: #f3f4f6;}
.sectiondetail4 table thead th:after {top: -1px;}
.sectiondetail4 table thead th:before {bottom: -1px;}

.introBox { width:95%; float:right; }

.introInBox {
    width:100%;
    margin-bottom: 15px;
}

.intro_p {
    width:100%;
    float:left;
    font-size:20px;
    line-height: 1.2;
    color:#A08B73;
    margin: 3px 0;
}
.intro_pBox {
    width:100%;
    float:left;
    margin-top:30px;
}
.intro_pBox p {
    width:100%;
    line-height: 30px;
    float:left;
    text-align:justify;
    font-size:16px;
}

.introInBox2 {
    width:100%;
    margin-bottom: 15px;
    text-align: right;
    padding-right: 40px;
}

.intro_pBox2 {
    width:100%;
}

.intro_pBox2 p {
    width:100%;
    text-align:right;
    font-size:28px;
}

.intro_pBox2 .intro_p2 {
    font-family: "Noto Sans KR", sans-serif;
    color: #374151;
}

.introInBox3 {
    width:100%;
    margin-bottom: 15px;
    text-align: left;
    padding-left: 40px;
}

.intro_pBox3 {
    width:100%;
}

.intro_pBox3 p {
    width:100%;
    text-align:left;
    font-size:28px;
}

.intro_pBox3 .intro_p3 {
    font-family: "Noto Sans KR", sans-serif;
    color: #374151;
}

.introImgBox {
    width:100%;
    float:left;
    text-align:right;
}
.introImgBox img { width:100%; }
.introImgBox ul li { width:100%; float:left; }

.s_part_tit {
    width:100%;
    margin:20px 0 10px 0;
    font-weight:600;
    color:#A08B73;
    font-size:18px;
}

.btn_small_comm {
    display:inline-block;
    padding:5px 5px;
    border:1px solid #ddd;
}

.btn_resrvClose_s {
    color: #082fec;
    border-color: #082fec;
}

.btn_resrvCancel_s {
    color:#DF3030;
    border-color:#DF3030;
}

.joinSelect .등록 {
    display: none;
}

.joinSelect .마감 {
    border: 1px solid red;color: red;padding: 1px 3px 1px 3px;border-radius: 5px;margin-left: 10px;
}

.to-animate-sec {opacity:0;}
.to-animate {opacity:0;}
.animate-sec {border:1px solid #ddd; border-radius:10px;}
.animate-sec + .animate-sec {margin-top:50px;}
.animate-head {border-bottom:1px solid #ddd;}
.delay-03 {-webkit-animation-delay: 0.3s; animation-delay: 0.3s;}
.delay-05 {-webkit-animation-delay: 0.5s; animation-delay: 0.5s;}

.introBox { width:95%; float:left; }
.introBox2 { margin-top:150px; }



.gnb-dropdown .node1-list {
    position: relative;
    white-space: nowrap;
    margin: 0 -10px;
}

.gnb-dropdown .node1-item {
    display: inline-table;
    position: relative;
    padding: 0 15px;
}

.gnb-dropdown .node1-link {
    display: block;
    position: relative;
    padding: 0 15px;
    line-height: 30px;
    color: #555;
}

.gnb-dropdown .node1-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 2px;
    background-color: #000;
}

.gnb-dropdown .node2-menu {
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 10;
    padding-top: 2px;
    width: 120px;
    margin-left: -60px;
    background-color: #fff;
}

.gnb-dropdown .node2-list {
    padding: 10px 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.gnb-dropdown .node2-link {
    display: block;
    padding: 0 15px;
    line-height: 24px;
    font-size: 12px;
    color: #333;

}

/* GNB Dropdown - Active */

.gnb-dropdown .node1-link:focus,
.gnb-dropdown .node1-link:hover,
.gnb-dropdown .node1-link:active,
.gnb-dropdown .node1-item.is-active>.node1-link,
.gnb-dropdown .node1-item.is-current>.node1-link {
    color: #000;
}

.gnb-dropdown .node2-link:focus,
.gnb-dropdown .node2-link:hover,
.gnb-dropdown .node2-link:active,
.gnb-dropdown .node2-item.is-active>.node2-link,
.gnb-dropdown .node2-item.is-current>.node2-link {
    color: #000;
}

.gnb.gnb-line .node2-list {padding:0;}
.gnb-line .node2-item{display:inline-block;}
.gnb-line .node2-item:hover {display:inline-block;font-weight: 600;}
.gnb-line .node2-menu{position: absolute;width: auto;left: auto;top: 49px;background: rgba(255, 255, 255, 0);}
.gnb-line .node2-list.is-active {background-color: rgba(255,255,255,0);}
.gnb-line .node2-item:first-child{margin-left: 50px;}
.gnb-line .node2-link{padding: 0px 20px;}

/* Transition */

.gnb-dropdown .node2-menu,
.gnb-fulldown .node2-menu,
.gnb-fulldown .gnb-bg,
.drop.down .drop-menu {
    visibility: hidden;
    left: 0;
    top: 100%;
    opacity: 0;
    -webkit-animation: dropdown 0.2s ease both;
    animation: dropdown 0.2s ease both;
    -webkit-transform: translateY(-50%) scaleY(0);
    -ms-transform: translateY(-50%) scaleY(0);
    transform: translateY(-50%) scaleY(0);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.gnb-dropdown .node1-item.is-active>.node2-menu,
.gnb-fulldown.is-active .node2-menu,
.gnb-fulldown.is-active .gnb-bg,
.drop.down .drop-menu.is-active {
    visibility: visible;
    opacity: 1;
    -webkit-animation: dropdown-active 0.2s ease both;
    animation: dropdown-active 0.2s ease both;
}

.drop.up .drop-menu {
    visibility: hidden;
    left: 0;
    bottom: 100%;
    opacity: 0;
    -webkit-animation: dropup 0.2s ease both;
    animation: dropup 0.2s ease both;
    -webkit-transform: translateY(-50%) scaleY(0);
    -ms-transform: translateY(-50%) scaleY(0);
    transform: translateY(-50%) scaleY(0);
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.drop.up .drop-menu.is-active {
    visibility: visible;
    opacity: 1;
    -webkit-animation: dropup-active 0.2s ease both;
    animation: dropup-active 0.2s ease both;
}

.gnb-dropdown .node1-link:after,
.gnb-fulldown .node1-link:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.gnb-dropdown .node1-item.is-current>.node1-link:after,
.gnb-fulldown .node1-item.is-current>.node1-link:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

@-webkit-keyframes dropdown {
    from {
        -webkit-transform: translateY(0) scaleY(1);
        transform: translateY(0) scaleY(1);
    }
    to {
        -webkit-transform: translateY(-50%) scaleY(0);
        transform: translateY(-50%) scaleY(0);
    }
}

@keyframes dropdown {
    from {
        -webkit-transform: translateY(0) scaleY(1);
        transform: translateY(0) scaleY(1);
    }
    to {
        -webkit-transform: translateY(-50%) scaleY(0);
        transform: translateY(-50%) scaleY(0);
    }
}

@-webkit-keyframes dropdown-active {
    from {
        -webkit-transform: translateY(-50%) scaleY(0);
        transform: translateY(-50%) scaleY(0);
    }
    to {
        -webkit-transform: translateY(0) scaleY(1);
        transform: translateY(0) scaleY(1);
    }
}

@keyframes dropdown-active {
    from {
        -webkit-transform: translateY(-50%) scaleY(0);
        transform: translateY(-50%) scaleY(0);
    }
    to {
        -webkit-transform: translateY(0) scaleY(1);
        transform: translateY(0) scaleY(1);
    }
}

@-webkit-keyframes dropup {
    from {
        -webkit-transform: translateY(0) scaleY(1);
        transform: translateY(0) scaleY(1);
    }
    to {
        -webkit-transform: translateY(50%) scaleY(0);
        transform: translateY(50%) scaleY(0);
    }
}

@keyframes dropup {
    from {
        -webkit-transform: translateY(0) scaleY(1);
        transform: translateY(0) scaleY(1);
    }
    to {
        -webkit-transform: translateY(50%) scaleY(0);
        transform: translateY(50%) scaleY(0);
    }
}

@-webkit-keyframes dropup-active {
    from {
        -webkit-transform: translateY(50%) scaleY(0);
        transform: translateY(50%) scaleY(0);
    }
    to {
        -webkit-transform: translateY(0) scaleY(1);
        transform: translateY(0) scaleY(1);
    }
}

@keyframes dropup-active {
    from {
        -webkit-transform: translateY(50%) scaleY(0);
        transform: translateY(50%) scaleY(0);
    }
    to {
        -webkit-transform: translateY(0) scaleY(1);
        transform: translateY(0) scaleY(1);
    }
}


.gnb.gnb-line{position: relative;display: block;width: 100%;height: 50px;top: auto;right: auto;transform: none;margin: auto;}
.gnb.gnb-line .node1-list {display: block;width: 100%;padding: 0px;top: 0;left: 0;margin: 0;text-align: center;}
.gnb.gnb-line .node1-item{display: inline-block;width: auto;}
.gnb.gnb-line .node1-list:hover::after{
    position:absolute;
    content:'';
    display:block;
    left: 0;
    width: 100%;
    height:50px;
    margin: 0;
    border-width: 1px 0px;
}
.gnb.gnb-line .node1-link{width: 100%;font-size: 17px;line-height: 50px;color: #424242;text-align: center;letter-spacing: -0.8px;text-transform: uppercase;z-index: 10;}
.gnb.gnb-line .node1-item.is-active::after{
    content:'';
    position:absolute;
    display:block;
    width:88px;
    height:5px;
    top:auto;
    left:50%;
    right:auto;
    bottom:0;
    transform:translateX(-50%);

}


.menu-bar {
    position: fixed;
    top:0;
    /* background:white; */
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    z-index: 1000;
}

.menu-bar:hover {
    position: fixed;
    top:0;
    background:white;
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: CENTER;
    border-bottom: 1px solid #ddd;
    height: 115px;
}

body::-webkit-scrollbar {
    display: none;
}

.header-utilMenu{position: absolute;width: auto;top: 20%;left: auto;right: 60px;height: 32px;line-height: 30px;padding: 0;z-index: 10;overflow: hidden;}
.header-utilMenu:after{content:'';position: absolute;display:block;width:100%;height: 30px;top: 50%;left: 50%;z-index:1;}
.header-utilMenu ul{position: relative;display: block;width: auto;z-index: 999;left: auto;text-align: right;}
.header-utilMenu ul > li {display:inline-block;}
.header-utilMenu ul > li::after{content:'';position: relative;display:inline-block;top: -1px;width: 6px;height: 6px;border-radius: 100%;margin: 0 12px;}
.header-utilMenu ul > li:last-child::after{margin-right:0; display: none;}
.header-utilMenu ul > li > a{color: #6f6d6c;font-size: 14px;text-transform: uppercase;line-height: initial;}





/*top btn*/
.sticky_area{position: absolute;width: 68px;height: 68px;top: 50%;right: 0px;z-index: 999;transform: translateY(-50%);}
.sticky_area > .btn_sticky{display: block;width: 68px;height: 68px;margin: 0;font-size: 0rem;color: transparent;text-indent: -9999999px;border-radius: 100%;}

/* left quick bar */
/*top btn*/
.sticky_area2{position: fixed;width: 160px;top: 50%;right: 0px;z-index: 999;transform: translateY(-50%);transition:left 500ms ease;background-color: rgba(0, 0, 0, 0.7);}
.sticky_area2 .btn_sticky{display: flex;flex-direction:column;align-items: center;width:100%;height:100%;position: fixed;width: 160px;top: 50%;right: 0px;z-index: 999;transform: translateY(-50%);transition:left 500ms ease;height:64px;position:relative;color: white;}
.sticky_area2 .btn_sticky span:first-child{width:98px;text-align:left;}
.sticky_area2 .btn_sticky .icon_in{display: inline-flex;flex-direction:column;justify-content: flex-start;align-items: center;}
.sticky_area2 .btn_sticky .icon_in i{background-size:contain;background-repeat:no-repeat;background-position:center center;}
.sticky_area2 .btn_sticky.sbtn_2 .icon_in i{width:23px;height:30px;background-image:url("../images/icon_resv.PNG");}
.sticky_area2 .btn_sticky.sbtn_2:hover .icon_in i{width:23px;height:30px;background-image:url("../images/icon_resv.PNG");}
.sticky_area2 .btn_sticky.sbtn_3 .icon_in i{width:26px;height:23px;background-image:url("../images/icon_resv.PNG");}
.sticky_area2 .btn_sticky.sbtn_3:hover .icon_in i{width:26px;height:23px;background-image:url("../images/icon_resv.PNG");}
.sticky_area2 .btn_sticky.sbtn_4 .icon_in i{width:20px;height:30px;background-image:url("../images/icon_resv.PNG");}
.sticky_area2 .btn_sticky.sbtn_4:hover .icon_in i{width:20px;height:30px;background-image:url("../images/icon_resv.PNG");}
.sticky_area2 .btn_sticky.sbtn_5 .icon_in i{width:22px;height:22px;background-image:url("../images/icon_resv.PNG");}
.sticky_area2 .btn_sticky.sbtn_5:hover .icon_in i{width:22px;height:22px;background-image:url("../images/icon_resv.PNG");}
.sticky_area2 > .btn_sticky.sticky01{background: url(../images/icon_resv.PNG) center no-repeat;background-size: auto;}


.table {margin:5px;}
.table table {border-collapse: collapse; border-spacing: 0; width:100%;}
.table th {padding: 4px; color: white;font-size: 14px;text-align: center;}
.table td {padding: 4px; color: white;font-size: 14px;}
.table thead th {position: sticky; top:0; font-size: 14px;}
.table thead th:after,
.table thead th:before {content:"";position: absolute; left:0; width: 100%; height: 1px;}
.table thead th:after {top: -1px;}
.table thead th:before {bottom: -1px;}


@media (max-width:800px){
    .table {margin:5px;}
    .table table {border-collapse: collapse; border-spacing: 0; width:100%;}
    .table th {padding: 5px; color: white;font-size: 11px;text-align: right;}
    .table td {padding: 5px; color: white;font-size: 11px;}
    .table thead th {position: sticky; top:0; font-size: 11px;}
    .table thead th:after,
    .table thead th:before {content:"";position: absolute; left:0; width: 100%; height: 1px;}
    .table thead th:after {top: -1px;}
    .table thead th:before {bottom: -1px;}
}




.table2 {width:95%;margin:10px;}
.table2 table {border-collapse: collapse; border-spacing: 0; width:100%;}
.table2 th {padding: 2px; color: black;border:1px solid #ddd;font-size: 14px;text-align: center; background: #e5e7eb;}
.table2 td {padding: 2px; color: black;border:1px solid #ddd;font-size: 14px;text-align: center;}
.table2 thead th {position: sticky; top:0; font-size: 14px;background: #dbeafe;}
.table2 thead th:after,
.table2 thead th:before {content:"";position: absolute; left:0; width: 100%; height: 1px;}
.table2 thead th:after {top: -1px;}
.table2 thead th:before {bottom: -1px;}

.table_board {width:100%;margin: 0;}
.table_board table {border-collapse: collapse;border-spacing: 0;width:100%;margin: 0;border-top: 2px solid #000;}
.table_board th{color:black;border-bottom:1px solid #ddd;font-size:16px;text-align:center;padding:20px 10px;}
.table_board td {padding: 20px 10px;color: black;/* border:1px solid #ddd; */font-size: 14px;text-align: center;}
.table_board thead th {position: sticky; top:0; font-size: 14px;background: #dbeafe;}
.table_board thead th:after,
.table_board thead th:before {content:"";position: absolute; left:0; width: 100%; height: 1px;}
.table_board thead th:after {top: -1px;}
.table_board thead th:before {bottom: -1px;}

.table_clubinfo {width:90%;margin:10px;}
.table_clubinfo table {border-collapse: collapse; border-spacing: 0; width:100%;border-top: 2px solid #ddd;border-bottom: 2px solid #ddd; }
.table_clubinfo th {padding: 10px; color: black;font-size: 18px;text-align: center; }
.table_clubinfo td {padding: 10px; color: black;font-size: 18px;}
.table_clubinfo thead th {position: sticky; top:0; font-size: 18px;background: #dbeafe;}
.table_clubinfo thead th:after,
.table_clubinfo thead th:before {content:"";position: absolute; left:0; width: 100%; height: 1px;}
.table_clubinfo thead th:after {top: -1px;}
.table_clubinfo thead th:before {bottom: -1px;}


.table_calendar {width:95%;margin-bottom: 20px;}
.table_calendar table {border-collapse: collapse; border-spacing: 0; width:100%;border-bottom: 1px solid #ddd;}
.table_calendar th {width:25px;height:20px;line-height:20px;padding: 4px; color: black;font-size: 14px;text-align: right;}
.table_calendar td {width:25px;height:30px;line-height:30px;padding: 4px; color: black;font-size: 16px;text-align: center;border-bottom : 1px solid #ddd;}
.table_calendar thead th {position: sticky; top:0; font-size: 18px;background: #dbeafe;}
.table_calendar thead th:after,
.table_calendar thead th:before {content:"";position: absolute; left:0; width: 100%; height: 1px;}
.table_calendar thead th:after {top: -1px;}
.table_calendar thead th:before {bottom: -1px;}

.table_reservelist {width:100%;margin: 10px 0 10px 0;}
.table_reservelist table {border-collapse: collapse; border-spacing: 0; width:100%;border : 1px solid black; }
.table_reservelist table th {height:15px;background:#9ca3af;padding: 5px;color: black;font-size: 18px;text-align: center;border : 1px solid black; }
.table_reservelist table td {height:15px;padding: 5px;color: black;font-size: 18px;border : 1px solid black;}
.table_reservelist table thead th {position: sticky; top:0; font-size: 18px;background: #dbeafe;}
.table_reservelist table thead th:after,
.table_reservelist table thead th:before {content:"";position: absolute; left:0; width: 100%; height: 1px;}
.table_reservelist table thead th:after {top: -1px;}
.table_reservelist table thead th:before {bottom: -1px;}




/*
.nav {
    position: fixed;
    width: 100%;
    background-color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 8px 13px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    display: flex;
    justify-content: center;
}
.nav__menu {
    display: flex;
}
.nav__menu > li {
    padding: 1.5rem;
}
.nav__menu--foused {
    color: purple;
}
.marker {
    content: "";
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    width: 0%;
    height: 3px;
    background-color: purple;
    transition: 0.2s;
}
section {
    text-align: center;
    font-size: 20rem;
    height: 200vh;
    color: white;
}
*/


/*-------------------------------------------------------------------
    ## Footer
-------------------------------------------------------------------*/
#footer {position: relative;z-index:102;height: auto;background-color: #fff;font-size:14px;border-top: 0px;}
.footer-inner {display: block;width: 1200px;display: flex;margin: auto;padding: 50px 0;text-align: center;}
.footer-inner .logo_inner{width: 150px;}
.footer-inner .info_inner{-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}
.footer-inner .company_info{line-height: 2;margin: 0;color: #3d3d3d;display: inline-block;text-align: left;float: left;font-size: 15px;}
.footer-inner .company_info a{color: #2a2a2a;}
.footer-inner .company_info dl{display: inline-block;margin-right: 30px;}
.footer-inner .company_info dt, .footer-inner .company_info dd{display:inline-block;}
.footer-inner .company_info dt::after{content:':'; margin:0 5px;}
.footer-inner .company_info .row-01, .footer-inner .company_info .row-02, .footer-inner .company_info .row-03{display:block; clear: both;}
.footer-inner .company_info .row-02 > span{display:block;}
.footer-inner .copyright{margin: 0;text-transform: uppercase;color: #3d3d3d;font-size: 14px;}
.footer-inner .terms{display: inline-block;}
.footer-inner .terms li{display: inline-block;font-size:14px;margin: 0 20px 0 0;}
.footer-inner .terms li:last-child{margin:0;}
.footer-inner .terms a{color: #6a6969;font-weight: 400;font-size: 15px;}
.footer-inner .terms a.home{font-weight: bold;}
.logo.gray {position: relative;display: block;width: 78px;height: 78px;left: 0;bottom: 0;top: auto;-webkit-transform:inherit;transform: inherit;padding: 0;background: url('../images/logo-samsamcc.PNG') center no-repeat;background-size: contain;font-size: 0;text-indent: -999999px;}
#footer .weather{width: 200px; float: right;}
#footer .weather .tit{font-size: 16px;font-family: 'Lato', sans-serif;text-transform: uppercase;margin: 0 0 15px;color: #5b5b5b;}
#footer .weather .col > span{display: inline-block;width: 48%;vertical-align: middle;line-height: 1.5;color: #5b5b5b;}
#footer .weather .col > span:nth-child(2){padding: 0 5px 0 0;text-align: left;}
#footer .weather img{width: 35px;font-size: 14px;}
#footer .family_site{width: 200px;float: right;margin: 15px 0 0;line-height: 2.5;}
#footer .family_site button{width: 100%;text-transform: uppercase;border: 1px solid #ddd;outline: 0;color: #8e8e8e;}
#footer .family_site button::after{content: '+'; display: inline-block; color: #8e8e8e; margin: 0 0 0 5px;}
#footer .family_site .drop-menu{
    width: 100%;
    border: 1px solid #ddd;
    border-width: 0px 1px 1px;
    margin: -1px 0 0;
}
#footer .family_site a{color: #5b5b5b;}

/* 영문 하단 */
#footer .weather.eng .col > span{display:block;width:100%;}
#footer .weather.eng .col > span:nth-child(2){text-align:center;}
#footer .weather.eng .col > span:nth-child(2) em{display:block;}


/* loading bar */
.ldBar {
    position: relative;
}
.ldBar.label-center > .ldBar-label {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 0 0 3px #fff;
}
.ldBar-label:after {
    content: "%";
    display: inline;
}
.ldBar.no-percent .ldBar-label:after {
    content: "";
}

.dp-none{display: none !important;}
.dp-block{display: block !important;}

.breadcrumb {
    content: '';
    clear: both;
    display: block;
}


/*-------------------------------------------------------------------
    파일정의 : 초기화 스타일
    작성날짜 : 2019-04-27
    분류순서 : Reset > Fonts
    속성순서 : 표시 > 위치 > 넘침/흐름 > 크기/간격 > 박스모양 > 폰트/정렬 > 기타
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
    ## Fonts
    - (특수문자 범위) unicode-range:U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E
    - (영문 범위) unicode-range:U+0041-005A(대문자), U+0061-007A(소문자)
    - (숫자 범위) unicode-range:U+0030-0039
    - (전체 범위) unicode-range:U+0020-007E
-------------------------------------------------------------------*/


/*-------------------------------------------------------------------
    ## Reset
-------------------------------------------------------------------*/

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,
a,
span,
    /* strong, */
em,
address,
dfn,
small,
i,
b {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-style: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    word-break: inherit;
    word-wrap: inherit;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

:before,
:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
menu,
nav,
section,
main {
    display: block;
}

html {
    font-size: 14px;
}

body {
    font-family: 'Hallym', 'NotoSans', 'Roboto';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    word-break: keep-all;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

html[lang=ja] body,
html[lang=zh] body {
    word-break: normal;
}

[hidden],
hr {
    display: none;
}

img {
    vertical-align: middle;
}

fieldset,
iframe {
    width: 100%;
}

button,
img,
a,
frame,
iframe,
fieldset {
    border: 0;
}

a {
    text-decoration: none;
    color: #1e1e1e;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

caption {
    display: block;
    position: absolute;
    left: -9999px;
}

legend {
    position: absolute;
    left: -9999em;
    top: -9999em;
}

button {
    overflow: hidden;
    background-color: transparent;
    cursor: pointer;
}

button::-moz-focus-inner {
    border: 0px;
    padding: 0px;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

select::-ms-expand {
    display: none;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}


input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
}

.dv-android [tabindex='0']:focus,
.dv-android a,
.dv-android button,
.dv-android input,
.dv-android textarea,
.dv-android select {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}

.dv-ios [tabindex='0'],
.dv-ios a,
.dv-ios button,
.dv-ios input,
.dv-ios textarea,
.dv-ios select {
    -webkit-tap-highlight-color: transparent;
}

/*-------------------------------------------------------------------
    파일정의 : 전역스타일 공통
    작성날짜 : YYYY-MM-DD 홍길동
    참고사항 : 가이드화 하는 것을 권장하며, 예외의 경우에만 사용한다.
    분류순서 : General > Grid Layout > Custom Color > Fixed Size & Gutter
    속성순서 : 표시 > 위치 > 넘침/흐름 > 크기/간격 > 박스모양 > 폰트/정렬 > 기타
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
    ##General
-------------------------------------------------------------------*/

/* No Scroll */

.is-locked-all {
    overflow: hidden;
}

.is-locked-ios {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* IR */

.is-hidden {
    display: none;
}

.blind {
    position: absolute;
    top: -999em;
    left: -999em;
    z-index: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.blind-wrap {
    position: relative;
}

.blind-area {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    color: transparent;
}


/* Align - Flexible */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.flex-auto {
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

.flex-column {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.cross-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cross-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cross-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.cross-around {
    -webkit-box-align: space-around;
    -ms-flex-align: space-around;
    align-items: space-around;
}

.cross-between {
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
}

.cross-evenly {
    -webkit-box-align: space-evenly;
    -ms-flex-align: space-evenly;
    align-items: space-evenly;
}

.flex-top {
    margin-bottom: auto !important;
}

.flex-right {
    margin-left: auto !important;
}

.flex-bottom {
    margin-top: auto !important;
}

.flex-left {
    margin-right: auto !important;
}

/*-------------------------------------------------------------------
    ##Layout
-------------------------------------------------------------------*/


.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* Grid - Align */
.grid .col.top {margin-bottom:auto;}
.grid .col.bottom {margin-top:auto;}
.grid .col.right {margin-left:auto;}
.grid .col.left {margin-right:auto;}

/* Default */
.col.demo1{border: 1px solid #ddd;}
.col {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.col.auto {
    width: auto;
}

.col.top {
    margin-bottom: auto;
}

.col.bottom {
    margin-top: auto;
}

.col.right {
    margin-left: auto;
}

.col.left {
    margin-right: auto;
}

/* All Device */

.col.col-1 {
    width: 8.33333333%;
}

.col.col-2 {
    width: 16.6666%;
}

.col.col-3 {
    width: 25%;
}

.col.col-4 {
    width: 33.3333%;
}

.col.col-5 {
    width: 41.66666667%;
}

.col.col-6 {
    width: 50%;
}

.col.col-7 {
    width: 58.33333333%;
}

.col.col-8 {
    width: 66.66666667%;
}

.col.col-9 {
    width: 75%;
}

.col.col-10 {
    width: 83.33333334%;
}

.col.col-11 {
    width: 91.66666667%;
}

.col.col-12 {
    width: 100%;
}

/* Responsive */

.col.col-rp-1 {
    width: 8.33333333%;
}

.col.col-rp-2 {
    width: 16.6666%;
}

.col.col-rp-3 {
    width: 25%;
}

.col.col-rp-4 {
    width: 33.3333%;
}

.col.col-rp-5 {
    width: 41.66666667%;
}

.col.col-rp-6 {
    width: 50%;
}

.col.col-rp-7 {
    width: 58.33333333%;
}

.col.col-rp-8 {
    width: 66.66666667%;
}

.col.col-rp-9 {
    width: 75%;
}

.col.col-rp-10 {
    width: 83.33333334%;
}

.col.col-rp-11 {
    width: 91.66666667%;
}

.col.col-rp-12 {
    width: 100%;
}

/* Responsive Device */

@media all and (max-width: 1240px) {
    .col.col-rp-1 {
        width: 16.6666%;
    }
    .col.col-rp-2 {
        width: 33.3333%;
    }
    .col.col-rp-3 {
        width: 33.3333%;
    }
}

@media all and (max-width: 959px) {
    .col.col-rp-1 {
        width: 16.6666%;
    }
    .col.col-rp-3 {
        width: 50%;
    }
}

@media all and (max-width: 768px) {
    .col.col-rp-1 {
        width: 25%;
    }
    .col.col-rp-2 {
        width: 33.3333%;
    }
    .col.col-rp-3 {
        width: 50%;
    }
    .col.col-rp-4 {
        width: 100%;
    }
    .col.col-rp-6 {
        width: 100%;
    }
}

@media all and (max-width: 539px) {
    .col.col-rp-1 {
        width: 25%;
    }
    .col.col-rp-2 {
        width: 50%;
    }
    .col.col-rp-3 {
        width: 50%;
    }
    .col.col-rp-4 {
        width: 100%;
    }
}

@media all and (max-width: 479px) {
    .col.col-rp-1 {
        width: 33.3333%;
    }
    .col.col-rp-2 {
        width: 50%;
    }
    .col.col-rp-3,
    .col.col-rp-4,
    .col.col-rp-5,
    .col.col-rp-6,
    .col.col-rp-7,
    .col.col-rp-8,
    .col.col-rp-9,
    .col.col-rp-10,
    .col.col-rp-11,
    .col.col-rp-12 {
        width: 100%;
    }
}

@media all and (max-width: 359px) {
    .col.col-rp-3 {
        width: 100%;
    }
}

@media all and (max-width: 319px) {
    .col.col-rp-1 {
        width: 50%;
    }
    .col.col-rp-2,
    .col.col-rp-3 {
        width: 100%;
    }
}

/* Small Size (Mobile Landscape Device) */

@media all and (max-width: 768px) {
    .col.col-sm-1 {
        width: 8.33333333%;
    }
    .col.col-sm-2 {
        width: 16.6666%;
    }
    .col.col-sm-3 {
        width: 25%;
    }
    .col.col-sm-4 {
        width: 33.3333%;
    }
    .col.col-sm-5 {
        width: 41.66666667%;
    }
    .col.col-sm-6 {
        width: 50%;
    }
    .col.col-sm-7 {
        width: 58.33333333%;
    }
    .col.col-sm-8 {
        width: 66.66666667%;
    }
    .col.col-sm-9 {
        width: 75%;
    }
    .col.col-sm-10 {
        width: 83.33333334%;
    }
    .col.col-sm-11 {
        width: 91.66666667%;
    }
    .col.col-sm-12 {
        width: 100%;
    }
}

/* Extra Small Size (Mobile Portrait Device) */

@media all and (max-width: 479px) {
    .col.col-xs-1 {
        width: 8.33333333%;
    }
    .col.col-xs-2 {
        width: 16.6666%;
    }
    .col.col-xs-3 {
        width: 25%;
    }
    .col.col-xs-4 {
        width: 33.3333%;
    }
    .col.col-xs-5 {
        width: 41.66666667%;
    }
    .col.col-xs-6 {
        width: 50%;
    }
    .col.col-xs-7 {
        width: 58.33333333%;
    }
    .col.col-xs-8 {
        width: 66.66666667%;
    }
    .col.col-xs-9 {
        width: 75%;
    }
    .col.col-xs-10 {
        width: 83.33333334%;
    }
    .col.col-xs-11 {
        width: 91.66666667%;
    }
    .col.col-xs-12 {
        width: 100%;
    }
}

/* Middle Size (Tablet Device) */

@media all and (min-width: 768px) and (max-width: 1024px) {
    /* Device Only */
    .col.col-md-1 {
        width: 8.33333333%;
    }
    .col.col-md-2 {
        width: 16.6666%;
    }
    .col.col-md-3 {
        width: 25%;
    }
    .col.col-md-4 {
        width: 33.3333%;
    }
    .col.col-md-5 {
        width: 41.66666667%;
    }
    .col.col-md-6 {
        width: 50%;
    }
    .col.col-md-7 {
        width: 58.33333333%;
    }
    .col.col-md-8 {
        width: 66.66666667%;
    }
    .col.col-md-9 {
        width: 75%;
    }
    .col.col-md-10 {
        width: 83.33333334%;
    }
    .col.col-md-11 {
        width: 91.66666667%;
    }
    .col.col-md-12 {
        width: 100%;
    }
}

/* Large Size (Desktop Device) */

@media all and (min-width: 1025px) {
    /* Device Only */
    .col.col-lg-1 {
        width: 8.33333333%;
    }
    .col.col-lg-2 {
        width: 16.6666%;
    }
    .col.col-lg-3 {
        width: 25%;
    }
    .col.col-lg-4 {
        width: 33.3333%;
    }
    .col.col-lg-5 {
        width: 41.66666667%;
    }
    .col.col-lg-6 {
        width: 50%;
    }
    .col.col-lg-7 {
        width: 58.33333333%;
    }
    .col.col-lg-8 {
        width: 66.66666667%;
    }
    .col.col-lg-9 {
        width: 75%;
    }
    .col.col-lg-10 {
        width: 83.33333334%;
    }
    .col.col-lg-11 {
        width: 91.66666667%;
    }
    .col.col-lg-12 {
        width: 100%;
    }
}

/* Gutter */

.gut-guide {
    margin: -5px;
}

.gut-guide>.col {
    padding: 5px;
}

.gut-20 {
    margin: -10px;
}

.gut-20>.col {
    padding: 10px;
}


/* Layout */

/*-------------------------------------------------------------------
    ## Header
-------------------------------------------------------------------*/

/* Header Sticky */

.header.sticky-fixed {
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.is-scrolled .header.sticky-fixed {
    height: 50px;
}

/* GNB Dropdown - Normal */

@charset "UTF-8";
/*-------------------------------------------------------------------
    파일정의 : 레이아웃 스타일
    참고사항 : 레이아웃, 상세스타일, 메뉴스타일 분류
    분류순서 : Wrapper > Header > Content > Footer
    속성순서 : 표시 > 위치 > 넘침/흐름 > 크기/간격 > 박스모양 > 폰트/정렬 > 기타
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
    ## 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: #f82424;}
.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: #668f9e;}
.color-14{color: #666;}
.color-15{color: #e6e6e6;}
.color-16{ color:#093687; }
.color-17{ color:#907157; }
.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;}

/*-------------------------------------------------------------------
    ## 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_t-120px{margin-top: 120px !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;}
.hide{ display: none; }

/*etc*/
.bgLoad-01{-webkit-transform: scale(1) !important;transform: scale(1) !important;}
.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%;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;}

/*btn*/
.btn-align_r .dp-inline-block .btn{float: initial;margin:0;width: 100% !important;}

/* 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 {padding-right:35px;}

/*bul*/
.bul-01::before{content:'';position: relative;display:inline-block;width: 6px;height: 6px;top: 50%;left: 0px;transform: translateY(-50%);margin: 25px 10px 0 0;background: #71bf45;border-radius: 50%;}


/*-------------------------------------------------------------------
    ## gnb
-------------------------------------------------------------------*/
#header {position:absolute;z-index:103;top:0;left:0;width:100%;min-width: 1263px;height: 150px;background-color: rgba(255, 255, 255, 1);border-bottom: 0px;
    outline-width: 0;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2)
}
.header-inner.in-sec{margin: auto;margin-right: 0px;margin-left: 0px;}
.header-logo {position: relative;width: 120px;height: 98px;display: block;top: auto;left: auto;transform: none;padding: 0;background: url('../../images/common/lakewood/logo.png') center no-repeat;background-size: auto;font-size: 0;text-indent: -999999px;z-index: 10;margin: auto;}
.header-logo.gray {position: relative;width: 112px;height: 78px;left: 10%;bottom: -65px;top: auto;transform: inherit;padding: 0;background: url('../../images/common/logo_gray.png') center no-repeat;font-size: 0;text-indent: -999999px;z-index: 10;}
.header-logo .logo {position: absolute;display: block;color:#000;font-size:20px;z-index: 10;width: 100%;height: 100%;}
/*#header .header-inner{overflow: hidden;}*/
.header-gnb {display: none;}
.gnb-load {position: fixed;top: 0;left: 0;overflow: auto;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);z-index: 999;}
/*.gnb-close{position: fixed;right: 0;width: 40px;height: 40px;margin: 20px;background: url('../../images/common/ico_close-01.png') center no-repeat;z-index: 999;font-size: 0;text-indent: -999999px;}*/
.gnb.gnb-line{position: relative;display: block;width: 100%;height: 50px;top: auto;right: auto;transform: none;margin: auto;}
.gnb.gnb-line .node1-list {display: block;width: 100%;padding: 0px;top: 0;left: 0;margin: 0;text-align: center;}
.gnb.gnb-line .node1-item{display: inline-block;width: auto;}
.gnb.gnb-line .node1-list:hover::after{
    position:absolute;
    content:'';
    display:block;
    left: 0;
    width: 100%;
    height:42px;
    margin: 0;
    border:1px solid #e2e2e2;
    border-width: 1px 0px;
    background:#fff;
    border-bottom: 0;
}
.gnb.gnb-line .node1-link{width: 100%;font-size: 17px;line-height: 50px;color: #424242;text-align: center;letter-spacing: -0.8px;text-transform: uppercase;z-index: 10;}

.gnb.gnb-line .node1-item.is-active::after{
    content:'';
    position:absolute;
    display:block;
    width:88px;
    height:5px;
    top:auto;
    left:50%;
    right:auto;
    bottom:0;
    background:#a5bbc3;
    transform:translateX(-50%);
}
.gnb.gnb-line .node2-list {padding:0;}
.gnb-line .node2-item{display:inline-block;}
.gnb-line .node2-menu{position: absolute;width: auto;left: auto;top: 49px;background: rgba(255, 255, 255, 0);}
.gnb-line .node2-list.is-active {background-color: rgba(255,255,255,0);}
.gnb-line .node2-link:focus, .gnb-line .node2-link:hover, .gnb-line .node2-link:active, .gnb-line .node2-item.is-active .node2-link, .gnb-line .node2-item.is-current .node2-link {
    color: #a5bbc3;
}
.gnb-line .node2-item:first-child{margin-left: 50px;}
.gnb-line .node2-link{padding: 0px 20px;}
.gnb-line .node2-menu{text-align: center;}
.header_bg{position:absolute;display: block;z-index:5;top: 132px;left:0;width:100%;min-width: 1263px;height: 0px;background:#f7f7f7;border-top: 0px;overflow: hidden;}
.header_bg::after{content: '';position: absolute;width: 1200px;min-width: 1200px;height: 100%;top: 0px;left: 50%;transform: translateX(-50%);background:url('../../images/common/gnb_bg.png') left center no-repeat;}
.gnb-fullsize > .logo{position: absolute;left:0;display: block;width: 100%;height: 230px;background: #fff;}
.gnb-fullsize > .logo::after{content:'';position: absolute;display: block;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 120px;height: 120px;display: block;background: url('../../images/common/logo.png') center no-repeat;}
.gnb-fullsize .node1-list {position: absolute;display: block;white-space:nowrap;margin: 0;width: 1200px;top: 230px;}
/* Transition */
.gnb-dropdown .node1-item.is-active>.node2-menu,
.gnb-line.is-active .node2-menu,
.gnb-line.is-active .gnb-bg,
.drop.down .drop-menu.is-active {
    visibility: visible;
    opacity: 1;
    -webkit-animation: dropdown-active 0.4s ease both;
    animation: dropdown-active 0.4s ease both;
    z-index: 9;
}
@media (max-width:1280px){
    .header-gnb {zoom: 80%;}
}

.header-anb {position: relative;display: block;min-width: 1200px;width: 100%;height: 98px;top: 0px;right: auto;left: 0;margin: auto;transform: none;border: 1px solid #e2e2e2;border-width: 0 0 1px 0;}
.btn-anb {position: absolute;display: block;width: 24px;height: 24px;top: 38px;left: 50px;margin-left: 0px;padding: 0;background: url('../../images/common/ico_menu-01.png') center no-repeat;outline: 0;}
.btn-anb:before, .btn-anb:after {content:'';}
.btn-anb span, .btn-anb:before, .btn-anb:after {display:none;}
.btn-anb:before {display:none;}
.btn-anb span {display:none;}
.btn-anb:after {display:none;}

.gnb .node1-link{font-size: 20px; color: #5d5c5c;}
.gnb .node1-link > em{display: block;font-size: 28px;color: #014584;font-family: "Roboto";font-weight: 500;text-transform: uppercase;}
.gnb .node2-list {background-color: rgba(255, 255, 255, 0);border: 0px;border-radius: 0px;margin: 0px auto 0px;width: 100%;}
.gnb .node2-link{font-size: 16px;line-height: 2.5;letter-spacing: -0.8px;}
.popup_imgst{padding:0px;top: 120px;left: 7%;z-index: 10;}
.popup-close{position: absolute;top: 7px;right: 7px;display: block;font-size: 13px;color: #404040;z-index: 100005;}
.popup-close .btn_close{
    color: #404040;
}
.popup_imgst .btn_close{position: absolute;right: 0;top: 0;}

.header-utilMenu{position: absolute;width: auto;top: 20%;left: auto;right: 60px;height: 32px;line-height: 30px;padding: 0;z-index: 10;overflow: hidden;}
.header-utilMenu:after{content:'';position: absolute;display:block;width:100%;height: 30px;top: 50%;left: 50%;z-index:1;}
.header-utilMenu ul{position: relative;display: block;width: auto;z-index: 999;left: auto;text-align: right;}
.header-utilMenu ul > li {display:inline-block;}
.header-utilMenu ul > li::after{content:'';position: relative;display:inline-block;top: -1px;width: 6px;height: 6px;border-radius: 100%;margin: 0 12px;}
.header-utilMenu ul > li:last-child::after{margin-right:0; display: none;}
.header-utilMenu ul > li > a{color: #6f6d6c;font-size: 14px;text-transform: uppercase;line-height: initial;}

.all_menu-full > .gnb{position: absolute;display: table;width: 50%;height: 100%;min-width: 900px;margin: auto;top: 0;left: 0;right: auto;transform: translateY(0%);background: #fff;}
.all_menu-full > .gnb > .top{position: relative;width: 100%;height: 100px;}
.all_menu-full > .gnb > .top .logo{display: block;width: 140px;height: 90px;margin: 24px auto 0;background: url('../../images/common/lakewood/logo_lnb.png') center no-repeat;background-size: auto;font-size: 0;text-indent: -9999999px;color: transparent;}
.all_menu-full > .gnb > .top .gnb-close{position: absolute;top: 0px;right: -66px;width: 50px;height: 50px;font-size: 0;text-indent: -99999999999999vw;}
.all_menu-full > .gnb > .top .gnb-close > span{text-indent: -99999999999999999999px;}
.all_menu-full > .gnb > .top .gnb-close > .ico-close03{
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    background: url(../../images/common/ico_close04.png) center no-repeat;
    background-size: contain;
    z-index: 999;
}
.all_menu-full > .gnb .node1-list{position: relative;width: 100%;display: block;top: auto;margin: 20px 0 100px 0;}
.all_menu-full > .gnb .node1-item{ -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1;padding: 0;display: block;}
.all_menu-full > .gnb .node1-link{font-size: 30px;color: #424242;padding: 20px 0 10px;text-align: center;margin: 0 0 0 -1px;text-transform: uppercase;}
.all_menu-full > .gnb-dropdown .node2-menu {
    position: relative;
    display: none;
    left: 0;
    top: 100%;
    z-index: 10;
    padding-top: 5px;
    width: 100%;
    margin-left: 0px;
    background-color: rgba(255, 255, 255, 0);
}
.all_menu-full > .gnb-dropdown .node1-item.node1-item.is-active .node2-menu {
    display: block;
}
.all_menu-full > .gnb .node1-link:hover{color: #af7b36 !important;}
.all_menu-full > .gnb .node2-list{border-top: 0px;margin: 0px;width: inherit;}
.all_menu-full > .gnb .node2-link {position: relative;font-size: 20px;line-height: 2;text-align: center;color: #827f7f;left: 4px;}
.all_menu-full > .gnb .node2-link:hover {color: #af7b36;}
.all_menu-full > .gnb .node2-item .node2-link:after{content:'';position: relative;display: inline-block;width: 8px;height: 8px;top: 0;right: 0;transform: translate(8px, -50%);border-radius: 50%;background-color: #72c042;opacity: 0;transition: all 0.1s ease-in-out 0s;}
.all_menu-full > .gnb > .bottom{position: relative;width: 100%;height: auto;display: block;margin: 40px auto 0px;border: 1px solid #d0d0d0;border-width: 1px 0px;text-align: center;}
.all_menu-full > .gnb > .bottom > a{display: inline-block;font-size: 15px;color: #808080;padding: 22px 50px;}
.all_menu-full > .gnb > .bottom > a:hover{color: #72c042;}
.btn-area.footer{
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 30px;
}
.btn_sns{
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 8px 0 0;
    background: #e0d4bc;
    border-radius: 100%;
}
.btn_sns > span{
    text-indent: -999999999999999px;
    font-size: 0;
}
.btn_sns.st_1 > span::before{content:''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:url('../../images/common/ico_sns01.png') center no-repeat;}
.btn_sns.st_2 > span::before{content:''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:url('../../images/common/ico_sns02.png') center no-repeat;}
.btn_sns.st_3 > span::before{content:''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:url('../../images/common/ico_sns03.png') center no-repeat;}
.btn-area.footer .btn_book{padding: 0 30px 0 0;font-size: 25px;font-family: 'Lato', sans-serif;color: #9b8b6b;}
.btn-area.footer .btn_book::after{content: '';position: absolute;right: 0;width: 24px;height: 30px;background:url('../../images/common/lakewood/arw_res01.png') center no-repeat;}

/*container*/
.container{overflow: hidden;}

/* 영문 select */
#header.eng #language{appearance:auto;border:1px solid #555;padding:4px 15px 4px 10px;cursor: pointer;font-family: "Lato", sans-serif;}
#header.eng #language option{cursor: pointer;}

/*-------------------------------------------------------------------
    ## Footer
-------------------------------------------------------------------*/
#footer {position: relative;z-index:102;height: auto;background-color: #fff;font-size:14px;border-top: 0px;}
.footer-inner {display: block;width: 1200px;display: flex;margin: auto;padding: 50px 0;text-align: center;}
.footer-inner .logo_inner{width: 150px;}
.footer-inner .info_inner{-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}
.footer-inner .company_info{line-height: 2;margin: 0;color: #3d3d3d;display: inline-block;text-align: left;float: left;font-size: 15px;}
.footer-inner .company_info a{color: #2a2a2a;}
.footer-inner .company_info dl{display: inline-block;margin-right: 30px;}
.footer-inner .company_info dt, .footer-inner .company_info dd{display:inline-block;}
.footer-inner .company_info dt::after{content:':'; margin:0 5px;}
.footer-inner .company_info .row-01, .footer-inner .company_info .row-02, .footer-inner .company_info .row-03{display:block; clear: both;}
.footer-inner .company_info .row-02 > span{display:block;}
.footer-inner .copyright{margin: 0;text-transform: uppercase;color: #3d3d3d;font-size: 14px;}
.footer-inner .terms{display: inline-block;}
.footer-inner .terms li{display: inline-block;font-size:14px;margin: 0 20px 0 0;}
.footer-inner .terms li:last-child{margin:0;}
.footer-inner .terms a{color: #6a6969;font-weight: 400;font-size: 15px;}
.footer-inner .terms a.home{font-weight: bold;}
.logo.gray {position: relative;display: block;width: 78px;height: 78px;left: 0;bottom: 0;top: auto;-webkit-transform:inherit;transform: inherit;padding: 0;background: url('../../images/common/logo_gray.png') center no-repeat;background-size: contain;font-size: 0;text-indent: -999999px;}
#footer .weather{width: 200px; float: right;}
#footer .weather .tit{font-size: 16px;font-family: 'Lato', sans-serif;text-transform: uppercase;margin: 0 0 15px;color: #5b5b5b;}
#footer .weather .col > span{display: inline-block;width: 48%;vertical-align: middle;line-height: 1.5;color: #5b5b5b;}
#footer .weather .col > span:nth-child(2){padding: 0 5px 0 0;text-align: left;}
#footer .weather img{width: 35px;font-size: 14px;}
#footer .family_site{width: 200px;float: right;margin: 15px 0 0;line-height: 2.5;}
#footer .family_site button{width: 100%;text-transform: uppercase;border: 1px solid #ddd;outline: 0;color: #8e8e8e;}
#footer .family_site button::after{content: '+'; display: inline-block; color: #8e8e8e; margin: 0 0 0 5px;}
#footer .family_site .drop-menu{
    width: 100%;
    border: 1px solid #ddd;
    border-width: 0px 1px 1px;
    margin: -1px 0 0;
}
#footer .family_site a{color: #5b5b5b;}

/* 영문 하단 */
#footer .weather.eng .col > span{display:block;width:100%;}
#footer .weather.eng .col > span:nth-child(2){text-align:center;}
#footer .weather.eng .col > span:nth-child(2) em{display:block;}


/*약관*/
.type-basic.footer .popup.demo1{width: 70vw; height: 60vh; overflow: visible;}
.type-basic.footer .popup-cont{height: 100%;}
.type-basic.footer .popup-cont object{position: absolute;width: 95%;height: 66%;left: 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;
}

/*.type01 .popup*/
.type01 .popup.demo1 .popup-head{background: #555;}
.type01 .popup.demo1 .popup-head > h3{color: #fff;}

/*error*/
.error{display: flex;}
.content-body{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: 68px;height: 68px;top: 50%;right: 0px;z-index: 999;transform: translateY(-50%);}
.sticky_area > .btn_sticky{display: block;width: 68px;height: 68px;margin: 0;font-size: 0rem;color: transparent;text-indent: -9999999px;border-radius: 100%;}
.sticky_area > .btn_sticky.sticky01{background: url(../../images/common/ico_top02.png) center no-repeat;background-size: auto;}

/* left quick bar */
/*top btn*/
.sticky_area2{position: fixed;width: 160px;top: 50%;left: -98px;z-index: 999;transform: translateY(-50%);transition:left 500ms ease;border:1px solid #e2e2e2;background:#fff;}
.sticky_area2:hover{left:0;transition:left 300ms ease;}
.sticky_area2 > .btn_sticky{display: block;width: 68px;height: 68px;margin: 0;font-size: 0rem;color: transparent;text-indent: -9999999px;border-radius: 100%;}
.sticky_area2 .btn_sticky{display: flex;align-items: center;width:100%;height:100%;background:#fff;height:64px;position:relative;}
.sticky_area2 .btn_sticky:hover{background:#a5bbc3;color:#fff;}
.sticky_area2 .btn_sticky.sbtn_1{height:97px;border-bottom:1px solid #e2e2e2;}
.sticky_area2 .btn_sticky.sbtn_1 #weather_img3{margin-bottom:10px;}
.sticky_area2 .btn_sticky.sbtn_1 #weather_temp{font-size:15px;font-weight:400;color:#1e1413;}
.sticky_area2 .btn_sticky.sbtn_1:hover{background:#fff;color:#424242;}
.sticky_area2 .btn_sticky span:first-child{width:98px;text-align:center;}
.sticky_area2 .btn_sticky .icon_in{width:62px;display: inline-flex;flex-direction:column;justify-content: center;align-items: center;}
.sticky_area2 .btn_sticky .icon_in i{background-size:contain;background-repeat:no-repeat;background-position:center center;}
.sticky_area2 .btn_sticky.sbtn_2 .icon_in i{width:23px;height:30px;background-image:url("../../images/common/ico_q_course.png");}
.sticky_area2 .btn_sticky.sbtn_2:hover .icon_in i{width:23px;height:30px;background-image:url("../../images/common/ico_q_course_on.png");}
.sticky_area2 .btn_sticky.sbtn_3 .icon_in i{width:26px;height:23px;background-image:url("../../images/common/ico_q_notice.png");}
.sticky_area2 .btn_sticky.sbtn_3:hover .icon_in i{width:26px;height:23px;background-image:url("../../images/common/ico_q_notice_on.png");}
.sticky_area2 .btn_sticky.sbtn_4 .icon_in i{width:20px;height:30px;background-image:url("../../images/common/ico_q_location.png");}
.sticky_area2 .btn_sticky.sbtn_4:hover .icon_in i{width:20px;height:30px;background-image:url("../../images/common/ico_q_location_on.png");}
.sticky_area2 .btn_sticky.sbtn_5 .icon_in i{width:22px;height:22px;background-image:url("../../images/common/ico_q_insta.png");}
.sticky_area2 .btn_sticky.sbtn_5:hover .icon_in i{width:22px;height:22px;background-image:url("../../images/common/ico_q_insta_on.png");}
.sticky_area2 > .btn_sticky.sticky01{background: url(../../images/common/ico_top02.png) center no-repeat;background-size: auto;}

.right_menu{
    opacity: 1;
    position: absolute;
    display: block;
    width: 70px;
    height: 110px;
    right: 4%;
    top: calc(50% - 210px);
    z-index: 10;
}

.right_res{
    opacity: 1;
    position: absolute;
    display: block;
    width: 70px;
    height: 110px;
    right: 4%;
    top: calc(50% - 80px);
    z-index: 10;
}

.right_notice{
    opacity: 1;
    position: absolute;
    display: block;
    width: 70px;
    height: 110px;
    right: 4%;
    top: calc(50% + 60px);
    z-index: 15;
}
.right_btn span{display: block;text-align: center;top: 18px;color: #a9a9a9;}
.right_btn:after{
    content: '';
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(0, 40, 140, 0.85);
}
@media (max-width:1600px){
    .right_menu, .right_res, .right_notice{right: 2%;}
}
.ico-menu{display: block;width: 32px;height: 32px;margin: 0 auto 30px;background-image: url('../../images/common/ico_menu-02.png');background-position: center;}
.ico-res {width: 32px;height: 32px; margin: 0 auto 30px; background-image: url('../../images/common/ico_res.png');}
.ico-notice{width: 32px;height: 32px;margin: 0 auto 30px;background-image: url('../../images/common/ico_notice.png');}
.ico-reply{width: 18px;height: 18px;margin: 5px 5px 0 0;background-image: url('../../images/common/re_ico-01.png');}
.right_area{
    display: inline-block;
    position: fixed;
    top: 50%;
    right: 3%;
    z-index: 10;
}


/*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: 350px;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;}




.mT0{margin-top:0px !important;}
.mT1{margin-top:1px !important;}
.mT2{margin-top:2px !important;}
.mT3{margin-top:3px !important;}
.mT4{margin-top:4px !important;}
.mgT4{margin-top:4px !important;}
.mT5{margin-top:5px !important;}
.mT6{margin-top:6px !important;}
.mT7{margin-top:7px !important;}
.mT8{margin-top:8px !important;}
.mT9{margin-top:9px !important;}
.mT10{margin-top:10px !important;}
.mT11{margin-top:11px !important;}
.mT12{margin-top:12px !important;}
.mT13{margin-top:13px !important;}
.mT14{margin-top:14px !important;}
.mT15{margin-top:15px !important;}
.mT16{margin-top:16px !important;}
.mT17{margin-top:17px !important;}
.mT18{margin-top:18px !important;}
.mT19{margin-top:18px !important;}
.mT20{margin-top:20px !important;}
.mT21{margin-top:21px !important;}
.mT23{margin-top:24px !important;}
.mT24{margin-top:24px !important;}
.mT25{margin-top:25px !important;}
.mT26{margin-top:26px !important;}
.mT27{margin-top:27px !important;}
.mT28{margin-top:28px !important;}
.mT29{margin-top:29px !important;}
.mT30{margin-top:30px !important;}
.mT31{margin-top:31px !important;}
.mT33{margin-top:33px !important;}
.mT35{margin-top:35px !important;}
.mT40{margin-top:40px !important;}
.mT45{margin-top:45px !important;}
.mT50{margin-top:50px !important;}
.mT55{margin-top:55px !important;}
.mT60{margin-top:60px !important;}
.mT70{margin-top:70px !important;}
.mT75{margin-top:75px !important;}
.mT80{margin-top:80px !important;}
.mT85{margin-top:85px !important;}
.mT90{margin-top:90px !important;}
.mT95{margin-top:95px !important;}
.mT100{margin-top:100px !important;}
.mT110{margin-top:110px !important;}
.mT120{margin-top:120px !important;}
.mT130{margin-top:130px !important;}
.mT140{margin-top:140px !important;}
.mT150{margin-top:150px !important;}

.mT3_ie7{margin-top:0 !important;*margin-top:3px !important;}
.mTp3{margin-top:3% !important;}


.mR0{margin-right:0 !important;}
.mR3{margin-right:3px !important;}
.mR5{margin-right:5px !important;}
.mR6{margin-right:6px !important;}
.mR7{margin-right:8px !important;}
.mR8{margin-right:8px !important;}
.mR10{margin-right:10px !important;}
.mR13{margin-right:13px !important;}
.mR15{margin-right:15px !important;}
.mR17{margin-right:17px !important;}
.mR20{margin-right:20px !important;}
.mR25{margin-right:25px !important;}
.mR28{margin-right:28px !important;}
.mR30{margin-right:30px !important;}
.mR35{margin-right:35px !important;}
.mR40{margin-right:40px !important;}
.mR45{margin-right:45px !important;}
.mR50{margin-right:50px !important;}
.mR51{margin-right:51px !important;}
.mR55{margin-right:55px !important;}
.mR57{margin-right:57px !important;}
.mR60{margin-right:60px !important;}
.mR65{margin-right:65px !important;}
.mR70{margin-right:70px !important;}
.mR75{margin-right:75px !important;}
.mR80{margin-right:80px !important;}
.mR85{margin-right:85px !important;}
.mR90{margin-right:90px !important;}
.mR95{margin-right:95px !important;}
.mR100{margin-right:100px !important;}
.mR128{margin-right:128px !important;}





.mB0{margin-bottom:0px !important;}
.mB1{margin-bottom:1px !important;}
.mB2{margin-bottom:2px !important;}
.mB3{margin-bottom:3px !important;}
.mB4{margin-bottom:4px !important;}
.mB5{margin-bottom:5px !important;}
.mB6{margin-bottom:6px !important;}
.mB7{margin-bottom:7px !important;}
.mB8{margin-bottom:8px !important;}
.mB9{margin-bottom:9px !important;}
.mB10{margin-bottom:10px !important;}
.mB11{margin-bottom:11px !important;}
.mB12{margin-bottom:12px !important;}
.mB13{margin-bottom:13px !important;}
.mB14{margin-bottom:14px !important;}
.mB15{margin-bottom:15px !important;}
.mB16{margin-bottom:16px !important;}
.mB17{margin-bottom:17px !important;}
.mB18{margin-bottom:18px !important;}
.mB19{margin-bottom:19px !important;}
.mB20{margin-bottom:20px !important;}
.mB21{margin-bottom:21px !important;}
.mB22{margin-bottom:22px !important;}
.mB23{margin-bottom:23px !important;}
.mB24{margin-bottom:24px !important;}
.mB25{margin-bottom:25px !important;}
.mB26{margin-bottom:26px !important;}
.mB27{margin-bottom:27px !important;}
.mB28{margin-bottom:28px !important;}
.mB29{margin-bottom:29px !important;}
.mB30{margin-bottom:30px !important;}
.mB31{margin-bottom:31px !important;}
.mB32{margin-bottom:32px !important;}
.mB35{margin-bottom:35px !important;}
.mB37{margin-bottom:37px !important;}
.mB38{margin-bottom:38px !important;}
.mB40{margin-bottom:40px !important;}
.mB41{margin-bottom:41px !important;}
.mB42{margin-bottom:42px !important;}
.mB43{margin-bottom:43px !important;}
.mB44{margin-bottom:44px !important;}
.mB45{margin-bottom:45px !important;}
.mB46{margin-bottom:46px !important;}
.mB47{margin-bottom:47px !important;}
.mB49{margin-bottom:49px !important;}
.mB50{margin-bottom:50px !important;}
.mB60{margin-bottom:60px !important;}
.mB61{margin-bottom:61px !important;}
.mB64{margin-bottom:64px !important;}
.mB65{margin-bottom:65px !important;}
.mB70{margin-bottom:70px !important;}
.mB68{margin-bottom:68px !important;}
.mB80{margin-bottom:80px !important;}
.mB90{margin-bottom:90px !important;}
.mB94{margin-bottom:94px !important;}
.mB100{margin-bottom:100px !important;}
.mB150{margin-bottom:150px !important;}




.mL0{margin-left:0px !important;}
.mL2{margin-left:2px !important;}
.mL3{margin-left:3px !important;}
.mL4{margin-left:4px !important;}
.mL5{margin-left:5px !important;}
.mL6{margin-left:6px !important;}
.mL7{margin-left:7px !important;}
.mL8{margin-left:8px !important;}
.mL9{margin-left:9px !important;}
.mL10{margin-left:10px !important;}
.mL11{margin-left:11px !important;}
.mL12{margin-left:12px !important;}
.mL13{margin-left:13px !important;}
.mL14{margin-left:14px !important;}
.mL15{margin-left:15px !important;}
.mL16{margin-left:16px !important;}
.mL20{margin-left:20px !important;}
.mL22{margin-left:22px !important;}
.mL23{margin-left:23px !important;}
.mL24{margin-left:24px !important;}
.mL25{margin-left:25px !important;}
.mL30{margin-left:30px !important;}
.mL34{margin-left:34px !important;}
.mL35{margin-left:35px !important;}
.mL36{margin-left:36px !important;}
.mL40{margin-left:40px !important;}
.mL41{margin-left:41px !important;}
.mL42{margin-left:42px !important;}
.mL43{margin-left:43px !important;}
.mL44{margin-left:44px !important;}
.mL45{margin-left:45px !important;}
.mL46{margin-left:46px !important;}
.mL47{margin-left:47px !important;}
.mL48{margin-left:48px !important;}
.mL49{margin-left:49px !important;}
.mL50{margin-left:50px !important;}
.mL55{margin-left:55px !important;}
.mL60{margin-left:60px !important;}
.mL65{margin-left:65px !important;}
.mL70{margin-left:70px !important;}
.mL75{margin-left:75px !important;}
.mL80{margin-left:80px !important;}
.mL85{margin-left:85px !important;}
.mL90{margin-left:90px !important;}
.mL95{margin-left:95px !important;}
.mL100{margin-left:100px !important;}
.mL110{margin-left:110px !important;}
.mL120{margin-left:120px !important;}
.mL125{margin-left:125px !important;}
.mL130{margin-left:130px !important;}
.mL150{margin-left:150px !important;}
.mL160{margin-left:160px !important;}
.mL170{margin-left:170px !important;}
.mL180{margin-left:180px !important;}
.mL184{margin-left:184px !important;}
.mL195{margin-left:195px !important;}
.mL200{margin-left:200px !important;}
.mL210{margin-left:210px !important;}
.mL220{margin-left:220px !important;}
.mL230{margin-left:230px !important;}
.mL240{margin-left:240px !important;}
.mL250{margin-left:250px !important;}